@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Demi-Bold-Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Demi-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Extra-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Paralucent';
    src: url('fonts/Paralucent-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, :root :where(.wp-block-heading) {
     font-family: 'Paralucent';
}

:root {
    --wp--style--global--content-size: 1200px;
    --wp--style--global--wide-size: 1200px;
}
 
.header-btn a {
  position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    font-size: 1em;
    font-weight: 500;
    padding: 10px 13px;
}

.header-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(138.58deg, #51B2F8 0.21%, #2C37D2 95.73%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 1;
}

.header-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(138.58deg, #51B2F8 0%, #2C37D2 0%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 0;
}

.header-btn a:hover::after {
  opacity: 1;
}

.header-btn a:hover::before {
  opacity: 0;
}

header .wpml-language-switcher-block{
    width: 54px !important;
    position: relative;
}
header .wpml-language-switcher-block .wp-block-navigation__container  li{
    width: 54px !important;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
header .wpml-language-switcher-block .wp-block-navigation__container li:hover , header .wp-block-navigation-submenu{
    background: transparent !important;
}


header .wpml-language-switcher-block .wp-block-navigation__container > li:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(/wp-content/uploads/2025/07/Z4EKEy.svg);
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
}
header{
    background: #ffff;
}
.account-h img {
    object-fit: contain;
    transition: all .5s;
    width: 26px !important;
    height: 26px !important;
   
}
.account-h img:hover {
    transform: scale(1.05);
}
header .wpml-language-switcher-block .wp-block-navigation__container span.wp-block-navigation-item__label {
    font-size: 1.2em !important;
    text-transform: uppercase;
    font-weight: 300;
}

span.wp-block-navigation__submenu-icon {
    display: none !important;
}

header ul.wp-block-navigation__container ul {
    background: #ffff !important;
}

header ul.wp-block-navigation__container ul li:hover {
    background: #ffff !important;
}

header ul.wp-block-navigation__container li:hover > a{
    color: #2C37D2 !important;
}
header ul > li > a {
    font-size: 16px;
    font-weight: 400;
}
header ul.wp-block-navigation__submenu-container a {
    font-size: .9em;
}

header ul.wp-block-navigation__submenu-container {
    list-style: none;
    padding: 10px;
    border: 1px solid #CCCCCC !important;
    box-shadow: 0px 15px 20px 0px #0000006e;
    transform: translateX(-50%);
    left: 50% !important;
    top: 40px !important;
}
header .wpml-language-switcher-block ul.wp-block-navigation__submenu-container{
    list-style: none;
    padding: 10px;
    border: 1px solid #CCCCCC !important;
    box-shadow: 0px 15px 20px 0px #0000006e;
    transform: translateX(-50%);
    left: 50% !important;
    top: 40px !important;
    z-index: 9999;
    background: #ffff !important;
}
.wpml-ls-dropdown.open-on-click li ul li {
    padding: 10px 10px 0 !important;
}
header ul.wp-block-navigation__submenu-container {
    position: relative;
}

header ul.wp-block-navigation__submenu-container::before {
    content: '';
    position: absolute;
    top: -12px; /* slightly above the red triangle */
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #CCCCCC; /* black border triangle */
    z-index: 1;
}

header ul.wp-block-navigation__submenu-container::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffff; /* inner red triangle */
    z-index: 2;
}
header ul > li.wp-block-navigation-item {
    line-height: 1.5em;
    min-height: 40px;
    align-items: center;
}
header .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.show-mobile-only{
    display: none !important;
}
.menu-bas .wp-block-heading {
    color: #ffff !important;
    font-size: 1.3em !important;
    text-transform: uppercase;
}
.menu-bas .wp-block-navigation a {
    font-size: .9em !important;
    font-weight: 300;
    transition: all .5s;
    color: #ffff !important;
        margin-bottom: 10px;
}
.menu-bas .wp-block-navigation li:hover a{

    color: #542FE3 !important;
}

.menu-bas .wp-block-navigation li:hover {

    background: transparent !important;
}

footer .wp-block-cover {
    padding-top: 3em;
    padding-bottom: 3em;
}
.lg-titre-footer {
    color: #ffff !important;
    font-size: 1.6em;
    margin-top: 35px;
}
.sm-titre-footer {
    margin-top: 0;
    font-size: 1.02em;
}

.form-subscribe{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-subscribe p {
    margin: 0 !important;
    display: flex;
}
.form-subscribe .wpcf7-email {
        border-radius: 8px 0 0 8px;
    border: none !important;
    padding: 0px 10px;
    color: #000;
    outline: none;
    height: 45px;
}

.form-subscribe .wpcf7-email::placeholder{
    color: #000;
}
.form-subscribe .wpcf7-submit {
    height: 45px;
    background-color: #542FE3;
    border-radius: 0 8px 8px 0;
    border: none;
    outline: none;
    font-size: 0px;
    min-width: 45px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2025/07/Logo.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -35px;
    color: #fff;
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 3em 0em 1em;
    border-color: #b82727 !important;
}

.form-subscribe .wpcf7-submit:hover{
    background-color: #4146B9;
}

.site-btn a{
    border-radius: 100px;
    font-size: 1.1em;
    font-weight: 600;
    padding: 10px 20px;
    transition: all .5s;
    border: 2px solid transparent;
}
.black-btn a {
    background: #000;
    
}


.pink-btn a {
  position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    font-size: 1.1em;
    font-weight: 500;
    padding: 10px 15px;
    background: transparent !important;
    border: none !important;
}

.pink-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(90deg, #BC25C4 100%, #BF1A5F 0%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 1;
}

.pink-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #BC25C4 0%, #BF1A5F 100%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 0;
}

.pink-btn a:hover::after {
  opacity: 1;
}

.pink-btn a:hover::before {
  opacity: 0;
}





.blue-g-btn a {
      position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 12px 20px;
    background: transparent !important;
    border: none !important;
    z-index: 1;
}

.blue-g-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(90deg, #51B2F8 0%, #2C37D2 100%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 1;
}

.blue-g-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(138.58deg, #51B2F8 0%, #2C37D2 0%);
  transition: opacity 0.5s;
  z-index: -1;
  opacity: 0;
}

.blue-g-btn a:hover::after {
  opacity: 1;
}

.blue-g-btn a:hover::before {
  opacity: 0;
}
.border-black-btn a {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}
.border-black-btn a:hover{
    background: #000;
    color: #ffff;
}
.contour-btn a {
    background: transparent !important;
    border-color: #ffff !important;
}
.black-btn a:hover{
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}

.contour-btn a:hover{
    color:  #5430E3 !important;
    background: #ffff !important;
}
.sub-title-banner {
    font-size: 3em !important;
    font-weight: 200;
}
.title-banner {
    font-weight: 900;
    font-size: 5em;
    margin-top: 30px;
}
.sm-title-banner {
    font-size: 3em;
    margin-top: 0;
    font-weight: 500;
     margin-bottom: 40px;

}
.about-v {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
}
.about-v:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/wp-content/uploads/2025/07/Logo-1.png);
    width: 300px;
    height: 100%;
    background-size: contain;
    left: -25px;
    background-repeat: no-repeat;
}

.slide-home-ic .swiper .wp-block-heading {
    font-size: .9em;
    color: #666666;
    text-align: center;
    font-weight: 400;
     margin: 15px 0 0 !important;
}

.slide-home-ic .swiper img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;

}
.slide-home-ic .swiper figure {
    text-align: center;
}

.slide-home-ic .wp-block-cb-slide-v2:first-child img, .slide-home-ic .wp-block-cb-slide-v2:last-child img{
   opacity: .23;
}
.pink-title-video {
    color: #D639A4;
    margin-top: 5px;
    font-weight: 600 !important;
}
.title-pages{
     font-size: 3em;
     font-weight: 900;
}
.sm-title-video {
    font-size: 1.5em;
    font-weight: 500;
}
.montserrat-p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
}
.vertical-aligne-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-home {
    border-radius: 30px;
    height: 500px;
}
.slide-home-ic {
    margin-bottom: 5em;
 }
.page-id-33209 .entry-content {
    overflow: hidden;
}
.exhibitors-grid.alignwide {
    margin-bottom: 3em;
}
.video-home .play__text {
    display: none !important;
}
.video-home .play {
    padding: 0 !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    background: transparent !important;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-home .play__btn img {
    display: none !important;
}

.video-home .play__btn {
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2025/07/Group.svg);
    background-size: contain;
    background-position: center;
    width: 150px !important;
    height: 150px !important;
}
.small-title {
    font-size: 1.1em;
    font-weight: 500;
}
.blue-t {
    color: #063DA4;
    margin-top: 10px;
}
.about-v {
    margin-bottom: 4em;
}
.explore-bg .wp-block-cover {
    position: relative;
    border-radius: 30px;
    min-height: 300px;
}

.explore-bg .wp-block-cover__inner-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.99%, #000000 99.3%);
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.explore-bg .wp-block-cover__inner-container p {
    position: relative;
    padding: 10px 10px 15px 30px;
    font-size: 2em !important;
    font-weight: 300;
}

.explore-bg .wp-block-cover__inner-container p, .explore-bg .wp-block-cover__inner-container a {
    
    display: flex;
    align-items: flex-end;
    left: 0;
    top: 0;
    margin-left: 0 !important;
}

.explore-bg .wp-block-cover__inner-container a {
    line-height: 1.5em;
    text-decoration: none;
}
.explore-bg .wp-block-buttons{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0px;
  
}
.explore-bg .wp-block-buttons a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 0px;
    opacity: 0;
    transition: all .5s;
}
.explore-bg .wp-block-buttons a:hover {
    opacity: 0.5;
}
.explore-bg .wp-block-cover__inner-container p:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/wp-content/uploads/2025/07/Logo-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -35px;
    top: 24px;
}
.cta-title {
    color: #ffff;
    font-weight: 900;
    font-size: 4em;
}
.cta-txt {
    color: #ffff;
    font-size: 1.3em;
    font-weight: 300;
    max-width: 74%;
}
.white-btn a {
    background: #ffff;
    color: #000;
}
.white-btn a:hover{
    color: #ffff;
    background: #000;
}
.lg-number {
    color: #ffff;
    font-weight: 900;
    font-size: 5em;
    line-height: 1em;
}
.sm-number {
    color: #ffff;
    font-size: 2em;
    margin: 0;
    font-weight: 500;
}
.lg-number, .sm-number {
    text-align: center;
}
.first-nb .lg-number {
    font-size: 10em;
}
.first-nb .lg-number {
    font-size: 10em;
}
.col-num {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.num-bloc {
    margin-top: 4em;
    margin-bottom: 4em !important;
}
.black-t {
    color: #000;
    margin-top: 10px;
}
.image-logos img {
    width: 100%;
    max-width: 750px;
    margin: 10px auto 0;
}
.image-bloc {
    margin-bottom: 4em;
}

.media-speakers {
    position: relative !important;
    display: block;
}
.media-speakers:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg,#ffffff , #51B2F8, #362FD9, #86085A, #DE53CF);
    z-index: -1;
    border-radius: 30px;
}
.media-speakers .wp-block-media-text__content .wp-block-heading {
    margin: 0 !important;
    font-size: 10px;
    font-weight: 500;
}

.media-speakers .wp-block-media-text__content p {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 300;
    font-size: 11px;
}
.media-speakers .wp-block-media-text__content {
    position: absolute !important;
    left: -2px;
    bottom: 5%;
    background: #ffff;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    width: 100px;
}
.media-speakers img {
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.inside-co img{
    height: 200px;
}

.half-img img{
    height: 300px;
}
.join {
    margin-top: 4em;
}
.join-bg {
   background: linear-gradient(136.06deg, #FFFFFF 2.88%, #97D1FA 31.39%, #51B2F8 50.26%, #3730D9 97.27%) !important;
    flex-direction: column;
    align-items: center;
    padding: 3em 20px;
    border-radius: 30px !important;
    /* min-height: 250px; */
    display: flex;
    justify-content: center;
}
.join-bg .wp-block-heading {
    font-size: 2em;
    color: #ffff;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
}

.join-bg img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.join-bg .wp-block-button a {
    color: #ffff;
    font-weight: 100;
    border-radius: 100px;
    background: transparent;
    border: 1px solid;
    padding: 6px 30px;
    transition: all .5s;
    line-height: 1.5em;
}
.join-bg .wp-block-button a:hover{
    color: #000;
    
    background: #ffff;
    border-color: #ffff;
    
}
.join-bg.pink{
    background: linear-gradient(134.94deg, #FFFFFF 2.95%, #BC25C1 48.29%, #BF1A5F 91.85%) !important;
}
.join-bg.purple{
    background: linear-gradient(135.31deg, #FFFFFF 2.45%, #A52AFF 49.4%, #4625C4 96.26%) !important;
}
.join-bg.red{
    background: linear-gradient(134.81deg, #FFFFFF 6%, #7A0856 46.5%, #3C0945 94.56%) !important;
}
.join-marge {
    margin-bottom: 3em !important;
}
.t-banner-about {
    font-size: 5rem !important;
    font-weight: 500;
}
.banner-about .wp-block-cover__inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
p.text-banner_about {
    max-width: 60%;
    margin-left: 0 !important;
    font-size: 1.8em;
    font-weight: 300;
}
.shadow-colored {
    background: red;
    height: 30px;
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    min-width: 100% !important;
}
.bloc-reasons {
    position: relative;
    background: #ffff;
    border-radius: 30px;
    padding: 40px;
    transition: all .5s;
}
.image-reason img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
}
.title-reason {
    font-weight: 900;
    font-size: 2em;
}
.icone-reason img {
    width: 100%;
    max-width: 35px;
}
.p-reason{

    font-weight: 300;
    font-size: 1em;

}
.bloc-reasons:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg,#ffffff 0% , #51B2F8 15%, #362FD9 32.9%, #86085A 66%, #DE53CF 100%);
    z-index: -1;
    border-radius: 30px;
}
.reasons-group .wp-block-columns {
    height: 100%;
}

.reasons-group {
    margin-bottom: 4em;
}
.cta-about .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-cta {
    max-width: 500px;
    margin: auto;
    font-size: 1.3em;
    font-weight: 300;
}
.logos-about {
    margin-top: 3em;
    margin-bottom: 3em !important;
}



.gradient-text {
    background: linear-gradient(90deg, #BC25C4 0%, #BF1A5F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    font-weight: 700;
}

.small-title-p {
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 8px;
}
.pack-group {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.149);
    border-radius: 30px;
    padding: 30px;
}
.pack .wp-block-media-text img {
    max-width: 15px;
}

.pack .wp-block-media-text p {
    font-weight: 300;
    font-size: 1em;
    margin: 0 !important;
}
.pack .wp-block-media-text {
    display: flex;
    margin-top: 15px;
}
.pack .wp-block-media-text__content {
    padding-left: 10px;
}
.pack .light-t p {
    color: #666666;
}

p.vat {
    font-size: 1em;
    font-weight: 300;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    padding-left: 35px;
    margin-top: 0;
        margin-bottom: 25px;
}
.pack-price-sold {
    font-weight: 300;
    font-size: 2.5em;
    position: relative;
    width: fit-content;
}

.pack-price-sold:before {
    position: absolute;
    content: '';
    width: 2px;
    /* height: 88px; */
    height: 220%;
    background: #000;
    transform: rotateZ(64deg);
    top: -22px;
    left: 50%;
}
.pack-price {
    font-size: 3em;
    font-weight: 600;
}
.pack-txt {
    font-weight: 300 !important;
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 10px;
}
.pack-t {
    font-size: 2em;
    font-weight: 700;
    color: #2C37D2;
}
.btn-pack a {
    background: url(/wp-content/uploads/2025/07/Group-11.png);
    background-size: cover;
    border-radius: 15px;
    background-position: center;
    position: relative;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-pack a img {
    width: 18px !important;
}
.btn-pack div {
    width: 100%;
}
.btn-pack a:hover{
    background-size: auto;
}
input#pack-range {
    width: 100%;
}


input#pack-range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, black 0%, #BABABA 0%);
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
    margin: 2em 0 0;
}

/* Webkit (Chrome, Safari) */
input#pack-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0; /* center the thumb */
}

/* Firefox */
input#pack-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
}

/* Update track color dynamically */
input#pack-range::-webkit-slider-runnable-track {
  background: transparent;
}
input#pack-range::-moz-range-track {
  background: transparent;
}

.pack-1, .pack-2, .pack-3 {
    display: none;
}
.pack-switcher {
    margin: 4em 0 3em;
    pointer-events: none;
}
.pack-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 5px;
    gap: 10px;
}
.pack-label {
    text-align: center;
    flex: 1;
}
.pack-label .title {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}
.pack-label .subtitle {
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 6px !important;
    display: block;
}

.pricing-group {
       position: relative;
    padding-top: 8em;
    padding-bottom: 3em;
}

.pricing-group:after {
    content: '';
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    background: url(/wp-content/uploads/2025/08/Page_Lambda.svg);
    height: 220px;
    background-size: 130%;
    background-position: center;
    margin-top: -120px;
    z-index: -1;
    background-repeat: no-repeat;
}

.pricing-group:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 50%;
    background: url(/wp-content/uploads/2025/07/Logo-1.png);
    left: 0;
    top: 5em;
    background-size: contain;
    background-repeat: no-repeat;
}
.height-bloc {
   position: relative;
    background: url(/wp-content/uploads/2025/08/Page_Lambda.svg);
    height: 220px;
    background-size: 130%;
    background-position: center;
    margin-top: -120px;
    z-index: -1;
    background-repeat: no-repeat;
}
.marge-bottom {
    margin-bottom: 3em !important;
}
.pack-group .wp-block-column {
    border: none;
}
.hide{
    display: none;
}
.filters.filters--exhibitors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-top: 0;
}
.filter.filter--search {
    width: 100%;
    flex-basis: 70%;
    padding: 0 !important;
    box-shadow: none !important;
    position: relative;
}

.filter.filter--search:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/08/Group-123.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    transform: translate(50%, 50%);
}
.filter-style label {
    color: #000 !important;
    font-size: 1.2em !important;
    font-weight: 300 !important;
}



.filter-style select {
    color: #000 !important;
    padding: 10px !important;
    border: 1px solid #4d4d4dbd !important;
    border-radius: 10px !important;
}
.basis-filter {
    flex-basis: calc(50% - 60px);
    width: 100%;
}
.filter-style {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.078) !important;
    border-radius: 20px;
    padding: 20px !important;
}
input#filter-search {
    height: 70px;
    padding: 10px 10px 10px 60px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.078);
    border: none;
    border-radius: 20px;
}

input#filter-search::placeholder{
    font-size: 1.2em;
    line-height: 1.5em;
    color: #808080;
}
/*.exhibitors-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}*/
/*.card.card--exhibitor {
    flex-basis: calc(25% - 15px);
    padding: 20px;
}*/
.exhibitors-grid {
    gap: 20px;
        padding: 0;
}
.exhibitors-grid p.no-results {
    flex-basis: 100%;
}
.card--exhibitor {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.078) !important;
    border-radius: 30px;
    padding: 40px 25px;
    position: relative;
    overflow: visible;
    transition: all .5s;
}
.card--exhibitor:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ffffff 0%, #51B2F8 10%, #362FD9 32.9%, #86085A 66%, #DE53CF 100%);
    z-index: -1;
    border-radius: 30px;
    opacity: 0;
    transition: all .5s;
}
.card--exhibitor:hover:before{
    opacity: 1;
}
.card--exhibitor:hover{
    transform: translateY(-5px);
}

.card--exhibitor:after{
     content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: -1;
    border-radius: 30px;
    opacity: 1;
    transition: all .5s;
}
.new-image img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.title-info {
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0px 0 15px;
    display: -webkit-box;
  -webkit-line-clamp: 2;       /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booth-new {
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
}
.tags-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    text-align: center;
}
.tags-infos .single-exhibitor-tag {
    border: 1px solid #000;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
}
.tags-infos div:first-child {
    background: linear-gradient(90deg, #BC25C4 0%, #BF1A5F 100%);
    color: #fff;
    border-color: #BF1A5F;
}
.card--exhibitor .card__more {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
}

.popup-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        overflow-y: auto;
}
.popup-content {
   
    overflow-y: auto;
    
    position: relative;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -25px;
    font-size: 25px;
    font-weight: 200;
    cursor: pointer;
    color: #000;
    z-index: 10;
    background: #ffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1.5em;
    transition: all .5s;
}
.popup-close:hover{
    color: #ffff;
    background: #4625C4;
}
.single-exh-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.right-exh {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 68%;
}
.left-exh {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    text-align: center;
    align-items: center;
    font-weight: 300;
}
.avatar-exh {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.102);
    border-radius: 30px;
    width: 140px;
    height: 140px;
    padding: 20px;
}

.avatar-exh img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.title-exh {
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}
.sub-title-exh {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}
.location-exh {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5em;
    font-weight: 300;
}
.location-exh img {
    max-height: 20px;
}
.banner__socials-exh {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}
.banner__socials-exh a {
    background: #4625C4;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .5s;
}

.banner__socials-exh a:hover, .tabb-content .wp-element-button:hover{
    background: #BD25C1;
   
}


.banner__socials-exh img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: contrast(0) brightness(2);

}
.tags-infos.tags-popup {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
}


.tabbs {
    display: flex;
    cursor: pointer;
    margin-bottom: 15px;
    margin-top: 25px;
    gap: 15px;
}

.tabb.active {
    border-color: #4625C4;
}

.tabb {
    padding: 0 0 5px 0;
    border-bottom: 5px solid transparent;
    border-radius: 3px;
    min-width: 130px;
    font-size: 1.2em;
}

.tabb-content {
    display: none;
    
}

.tabb-content.active {
    display: block;
}
.tabb-content h2 {
    margin: 0 0 15px 0;
    font-size: 1.5em;
}

.tabb-content p {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
.single-exh-group .descriptions-content ,.single-exh-group  .descriptions-content-exh{
font-weight: 300;
}
.tabb-content .wp-element-button {
    border-radius: 100px;
    padding: 5px 20px;
    font-size: 15px;
    transition: all .5s;
    background: #4625C4 !important;
}
.tabb-content .solution-pictures {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.tabb-content .solution-pictures figure {
    flex-basis: 30%;
    object-fit: cover !important;
    gap: 0 !important;
    margin: 0 !important;
}
.tabb-content .solution-pictures figure img{
    height: 100px;
    object-fit: cover !important;
    object-position: center center;
}
.popup-wrapper-ex {
    background: #ffff;
    width: 90%;
    max-width: 750px;
    max-height: 70vh;
    border-radius: 70px;
    padding: 60px 30px 90px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.102);
    position: relative;
}
.popup-wrapper-ex:before {
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #4FA7F5 0%, #3A40DD 24%, #86085B 65%, #CD45B9 98%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 70px 70px;
}
.loading-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.loading-dots span {
  width: 8px;
  height: 8px;
  background-color: rebeccapurple;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.loading-dots span:nth-child(1) {
  animation-delay: 0s;
}
.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.popup-content {
    max-height: 70vh;
}
.filter.filter--exhibitors.filter-style.basis-filter {
    display: none;
}

.wp-block-navigation__responsive-container-close {
    right: -15px !important;
    top: 35px !important;
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    height: 28px !important;
    width: 28px !important;
}
/*Tablete*/
@media (min-width: 1035px) and (max-width: 1100px) {
    header ul > li > a{
        font-size: 1em !important;
    }
    header nav :where(.wp-block-navigation .wp-block-navigation__responsive-container-content){
        padding: 10px !important;
    }
}
@media (max-width: 1034px){
    header .wp-block-group:nth-child(2) {
    order: 4;
    }

}
@media (max-width: 992px) { 

.show-mobile-only{
    display: block !important;
}
.show-mobile-only.btn_tickets a{
    background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    align-items: center;
    border-radius: 100px;
    z-index: 1;
    font-size: 1em;
    font-weight: 500;
    padding: 10px 30px !important;
    color: #ffffff !important;
}
header ul.wp-block-navigation__submenu-container{
    left: 0 !important;
    transform: translateX(0) !important;
            box-shadow: none !important;
        border: none !important;
} 
header ul.wp-block-navigation__submenu-container::after, header ul.wp-block-navigation__submenu-container::before{
    visibility: hidden;
}

header ul.wp-block-navigation__submenu-container a{
    font-size: 1.2em;
}

.popup-close {
    top: -50px;
    right: 0px;
}

.basis-filter {
    flex-basis: 100%;
}

.filter.filter--search {
    flex-basis: 100%;
}
.pack-label .title{
    font-size: 1.1em;
}
.pack-label .subtitle {
    font-size: 1em;
}
.about-v {

    padding-left: 0;
    padding-right: 0;
}

header .wp-block-group:nth-child(2) {
    order: 4;
}
header .wp-block-group {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.slide-home-ic .wp-block-cb-slide-v2:first-child img, .slide-home-ic .wp-block-cb-slide-v2:last-child img{
   opacity: 1;
}
.cta-txt {

    max-width: 100%;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.col-num {
    flex-basis: 50% !important;
    max-width: 40%;
}
.first-nb .lg-number, .lg-number {
    font-size: 5em;
    margin-top: 0;
}

.lg-number, .sm-number {
    text-align: left;
}

.half-img img, .media-speakers img, .inside-co img{
    height: 100%;
}

}




/*Mobile */
@media (max-width: 768px) {  


.height-bloc {
    height: 100px;
    margin-top: -40px;
}

.tabb-content .solution-pictures figure {
    flex-basis: 45%;
}
.left-exh, .right-exh {
    flex-basis: 100%;
}

.small-title-p {
    font-size: 1.5em;
}

.header-btn{
    display: none !important;
}

.menu-bas {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 25px;
}
.menu-bas .wp-block-group {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.menu-bas .wp-block-heading{
    font-size: 1em !important;
}
.menu-bas .wp-block-navigation a {
    font-size: .8em !important;
}
.menu-bas .wp-block-group nav li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.form-subscribe-input {
    width: calc(100% - 45px);
}
.form-subscribe-btn {
    max-width: 45px;
}
.sub-title-banner {
    font-size: 1.5em !important;
}
.title-banner {
    font-size: 3em;
}
.sm-title-banner {
    font-size: 1.5em !important;
}

.banner-home{
    min-height: 500px !important;
}
.video-home {
    border-radius: 30px;
    height: 400px;
}
.first-nb .lg-number, .lg-number {
    font-size: 2em;
    margin-top: 0;
}
.sm-number {
    font-size: 1.5em;

}
.half-img img, .media-speakers img, .inside-co img{
    height: 300px;
}
.join-marge.wp-block-columns{
    gap: 15px;
}
.join-bg .wp-block-heading {
    font-size: 1.4em;
}
.join-marge.wp-block-columns .wp-block-column{
            flex-basis: calc(50% - 15px) !important;
}
.join-bg{
    padding: 30px 10px;
}
.join-bg .wp-block-button a{
    font-size: 0.8em;
    font-weight: 500;
    padding: 6px 10px;
}
.join-bg .wp-block-button {
        flex: 1;
}
.pricing-group .wp-block-column.pack .wp-block-buttons.btn-pack{
    margin-top: 15px;
}
.pricing-group .wp-block-column.pack{
    margin-bottom: 15px;
}
}



#filter-tech , #filter-activity{
  /* cacher la flèche native */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* style de base */
  font: inherit;
  line-height: 1.2;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: .55rem 2.4rem .55rem .75rem; /* espace à droite pour l’icône */

  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\<polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 1.8rem 1.8rem;

  background-clip: padding-box;
}

#filter-tech:focus  , #filter-activity:focus{
  outline: none;
  border-color: #7aa7ff;
  box-shadow: 0 0 0 3px rgba(74,118,255,.2);
}


select#filter-activity::-ms-expand , select#filter-tech::-ms-expand{ display: none; } 


[dir="rtl"] #filter-tech{
  background-position: left .75rem center;
  padding-left: 2.4rem;
  padding-right: .75rem;
}

/* @media (prefers-color-scheme: dark){
  #filter-tech , #filter-activity{
    background-color: #171717;
    border-color: #333;
    color: #eee;
  }
} */

body.wp-singular #lightbox button{
        top: 40px !important;
}