/********DEFAULT FOR MOBILE*/

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Montserrat";
    background-color: #fff;
    height: 100%;
}

:root {
    --firstColor: #24388D !important;
    --secondColor: #e2800d !important;
    --s1px: 0.0732064421669107vw;
    --mb1px: 0.2777777777777778vw;
    --select-border: #777;
    --select-focus: #0A2657 !important;
    --select-arrow: var(--select-border);
    --conv: 0.9486111111111111;
    --hconv: 0.6468292682926829;
}

.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/*******header MB*/

.slide_mb_menu {
    position: fixed;
    background-color: #fff;
    width: 88%;
    height: 100%;
    z-index: 11;
    left: 12%;
    padding: calc(var(--mb1px) * 16);
    transform: translateX(101%);
    transition: transform 1s ease-in;
}

.slide_mb_menu__active {
    transform: translateX(0%);
    transition: transform 1s ease-in;
    overflow: scroll;
}

.close__slider {
    display: block;
    font-weight: 700;
    font-size: calc(var(--mb1px) * 24);
    text-align: right;
    color: #777;
}

.slider__cnt {
    margin-top: calc(var(--mb1px) * 8);
    display: grid;
    grid-template-rows: repeat(7, max-content);
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--mb1px) * 16);
}

.slider__link {
    text-decoration: none;
    color: #000;
    list-style: none;
    font-size: calc(var(--mb1px) * 18);
    font-weight: 700;
}

.slider__li {
    padding: 0 calc(var(--mb1px) * 32);
}

.li__dropdown {
    display: grid;
    grid-template-rows: auto 1fr;
}

.li__dropdown__tlt {
    grid-area: 1/1/2/3;
    display: grid;
    grid-template-columns: auto calc(var(--mb1px) * 10);
}

.slider__arrow {
    color: #000;
    list-style: none;
    font-size: calc(var(--mb1px) * 18);
    font-weight: 700;
    transform: rotate(0deg);
    transition: transform 500ms ease-in;
    width: fit-content;
}

.slider__arrow__active {
    transform: rotate(90deg);
    transition: transform 500ms ease-in;
}

.slider__dropdown {
    transform: translateY(calc(var(--mb1px) * -150));
    height: 0;
    opacity: 0;
    animation: b 600ms ease-in;
    pointer-events: none;
    padding: 0 !important;
}

.slider__dropdown__active {
    margin-top: calc(var(--mb1px) * 16);
    grid-area: 2 / 1 / 3 / 3;
    pointer-events: all;
    animation: a 600ms ease-in;
}

@keyframes a {
    0% {
        transform: translateY(calc(var(--mb1px) * -150));
        height: 0;
        opacity: 0;
    }
    50% {
        transform: translateY(calc(var(--mb1px) * -75));
        height: fit-content;
        opacity: 0.5;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes b {
    0% {
        transform: translateY(0px);
        height: fit-content;
        opacity: 1;
    }
    50% {
        transform: translateY(calc(var(--mb1px) * -75));
        opacity: 0.5;
    }
    100% {
        transform: translateY(calc(var(--mb1px) * -150));
        height: 0;
        opacity: 0;
    }
}

.slider__li__tlt {
    font-size: calc(var(--mb1px) * 16);
    font-weight: 600;
    margin: calc(var(--mb1px) * 9.6) 0;
}

.slider__li__a {
    font-size: calc(var(--mb1px) * 14);
    text-decoration: none;
}

#langMb {
    color: var(--secondColor);
}

.main-nav__li {
    display: none;
}

.main-nav__li__mb {
    display: block;
}

.main_humb::before {
    position: absolute;
    content: '';
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    top: calc(var(--s1px) * -18);
}

.main_humb {
    position: relative;
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    cursor: pointer;
}

.main_humb::after {
    position: absolute;
    content: '';
    width: calc(var(--s1px) * 70);
    height: calc(var(--s1px) * 10);
    background-color: #fff;
    top: calc(var(--s1px) * 18);
}

.main-nav__ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 0 auto;
    list-style: none;
    justify-content: space-between;
    width: 94%;
}

.main-nav__li__a {
    text-decoration: none;
    color: #fff;
    font-size: calc(var(--s1px) * 18);
    font-weight: 400;
    padding: 0 0 calc(var(--s1px) * 5);
}

.main-nav__li__a:hover,
.main-nav__li__a:active {
    border-bottom: 5px solid var(--secondColor);
}

.li__logo {
    width: calc(var(--s1px) * 368);
}

.btn {
    background-color: var(--secondColor);
    border: 1px solid var(--secondColor);
    padding: calc(var(--s1px) * 24);
    border-radius: calc(var(--s1px) * 8);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: calc(var(--s1px) * 44);
    text-decoration: none;
}

.btn:hover,
.btn:active {
    border-bottom: 1px solid var(--secondColor);
    background-color: #fff;
    color: var(--secondColor);
}


/*********1ST*****/

.section {
    padding: calc(var(--s1px) * 100) calc(var(--s1px) * 50);
    background-color: #023d8a;
}

.first-section,
#panel {
    position: relative;
    z-index: 1;
    background-color: transparent;
    /* background-image: url(../../Assets/images/Proto/Home/main-section.png); */
    background-size: cover;
    background-blend-mode: saturation;
    background-repeat: no-repeat;
    background-position: 0;
}

video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#panel .filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
    background: linear-gradient(to right, rgba(10, 38, 87, 1), rgba(10, 38, 87, 0));
}

.nav {
    position: relative;
    z-index: 2;
}

.content {
    position: relative;
    margin: calc(var(--s1px) * 150) 0;
    padding: 0 calc(var(--s1px) * 80);
}

.first-section__first-content {
    text-align: center;
}

.first-section__first-content__tlt {
    font-size: calc(var(--s1px) * 96);
    width: fit-content;
    color: #fff;
    font-weight: 700;
    margin: auto;
    padding: calc(var(--s1px) * 32) 0;
}

.tlt__neg {
    display: block;
    width: fit-content;
    color: black;
    background-color: #fff;
    padding: 2px;
}

.first-section__first-content__subtlt {
    color: #fff;
    font-size: calc(var(--s1px) * 52);
    margin: calc(var(--s1px) * 44) 0;
}

.first-section__first-content__txt {
    color: #fff;
    margin: calc(var(--s1px) * 58) auto;
    font-size: calc(var(--s1px) * 44);
    width: 90%;
}

.first-section__first-content__buttons {
    padding-top: calc(var(--s1px) * 28);
    width: 50%;
    margin: calc(var(--s1px) * 32) 0;
}

.btn__second {
    background-color: rgba(245, 245, 245, 0.25);
    border: 1px solid #fff;
    margin-left: calc(var(--s1px) * 64);
}

.btn__second:hover,
.btn__second:active {
    background-color: rgba(245, 245, 245, 0.25);
    border: 1px solid var(--secondColor);
    color: var(--secondColor);
}

.scrooller {
    position: fixed;
    right: calc(var(--s1px) * 38);
    bottom: 41%;
    height: calc(var(--s1px) * 648);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.to-scroll {
    width: calc(var(--s1px) * 66);
    height: calc(var(--s1px) * 66);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.scroll__active {
    width: calc(var(--s1px) * 100);
    height: calc(var(--s1px) * 100);
    /* background-color: #fff; */
}


/*********2ND*****/

.second-section {
    background-color: #fff;
    padding: calc(var(--s1px) * 50);
}

.second-section__first-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: calc(var(--s1px) * 33);
    grid-row-gap: calc(var(--s1px) * 16);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: calc(var(--s1px) * 20) 0;
}

.content__tlt-one {
    grid-area: 1 / 1 / 2 / 2;
}

.content__tlt-two {
    grid-area: 3 / 1 / 4 / 2;
}

.img__leanc {
    grid-area: 2 / 1 / 3 / 2;
}

.img__soolv {
    grid-area: 4 / 1 / 5 / 2;
}

.second-section__first-content>* {
    justify-self: center;
}

.second-section__first-content__tlt {
    font-size: calc(var(--s1px) * 58);
    font-weight: bold;
    color: #3a3838;
}

.second-section__first-content__img {
    width: calc(var(--s1px) * 548);
}

.img__leanc {
    width: calc(var(--s1px) * 600);
}

/*****************/
#popup-newsletter{
    background-image: url(../../Assets/images/Proto/Home/bannermb.png);
        aspect-ratio: 4 / 3;
        background-size: cover;
    background-repeat: no-repeat;
}
#barre {
    background-image: url(../../Assets/images/Proto/Home/bannerdesc.png);
    aspect-ratio: 1349 / 484;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 2rem;
}
.barre-cnt{
    position: absolute;
    bottom: calc(calc(100% - 340px) / 2);
    left: 10%;
    z-index: 1;
    width: 600px;
}
.barre__tlt{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.barre__txt{
    color: #fff;
    font-size: 16px;
    padding: 1rem 0;
}
.barre-btn {
    background-color: #E2800D;
    border: 1px solid #E2800D;
    display: block;
    width: fit-content;
    
}

.barre-btn:hover,
.barre-btn:active {
    border-bottom: 1px solid #E2800D;
    background-color: #fff;
    color: #E2800D;
}

/*****3RD********/

.third-section,
#award {
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Home/BG\ PRIX\ MOBILE.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-tlt {
    font-size: calc(var(--s1px) * 76);
    font-weight: 700;
    text-align: center;
}

.pos-relt {
    position: relative;
}

.pos-relt::after {
    content: "";
    position: absolute;
    height: calc(var(--s1px) * 16);
    bottom: calc(var(--s1px) * -25);
}

.third-section__main-tlt {
    color: white;
}

.third-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: white;
}

.third-section__content {
    position: relative;
}

.third-section__content::before {
    position: absolute;
    left: calc(var(--s1px) * -50);
    top: calc(var(--s1px) * -115);
    z-index: 1;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

.third-section__content::after {
    position: absolute;
    right: calc(var(--s1px) * -50);
    bottom: calc(var(--s1px) * -349);
    z-index: 0;
    content: "";
    width: calc(var(--s1px) * 339);
    height: calc(var(--s1px) * 229);
    background-color: var(--secondColor);
}

/* .subcontent {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    align-items: center;
    grid-row-gap: calc(var(--s1px) * 8);
    width: 90%;
  }
   */

   .subcontent {
        display: grid;
        grid-row-gap: calc(var(--s1px) * 16);
        grid-column-gap: calc(var(--s1px) * 24);
        margin: calc(var(--s1px) * 33) 0;
        align-items: center;
    }

.third-section__subcontent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr calc(var(--s1px) * 80) auto;
    margin: calc(var(--s1px) * 250) 0;
}

.award__img {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    justify-self: center;
    align-self: center;
    max-width: 100%;
    z-index: 2;
}

.award__tlt {
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: white;
    align-self: flex-end;
    grid-area: 2 / 1 / 3 / 2;
}

.award__txt {
    font-size: calc(var(--s1px) * 44);
    color: white;
    grid-area: 3 / 1 / 4 / 2;
    align-self: flex-start;
}

.snd__tlt {
    color: var(--secondColor);
}

.award__neg>.award__img {
    grid-area: 1 / 1 / 2 / 2;
}

.award__neg>.award__tlt {
    grid-area: 2 / 1 / 3 / 2;
}

.award__neg>.award__txt {
    grid-area: 3 / 1 / 4 / 2;
}


/******4th*****/

.forth-section,
#whatwedo {
    background-color: #fff;
}

.forth-section__main-tlt {
    color: black;
}

.forth-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.forth-section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.forth-section__subcontent {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
}

.wwd__img {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    max-width: 75%;
    justify-self: center;
}

.wwd__img__second {
    max-width: 73.5%;
}

.wwd__tlt {
    grid-area: 2 / 1 / 3 / 2;
    font-size: calc(var(--s1px) * 52);
    font-weight: 600;
    color: var(--firstColor);
    align-self: center;
    width: 100%;
    text-align: center;
}

.wwd__tlt__neg {
    color: var(--secondColor);
}

.wwd__txt {
    align-self: center;
    grid-area: 3 / 1 / 4 / 2;
    width: 100%;
    font-size: calc(var(--s1px) * 44);
    text-align: center;
}


/******8th*****/

.forth-section,
#testa {
    background-color: #fff;
    position: relative;
}

#testa .forth-section__main-tlt {
    color: black;
}

#testa .forth-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

#testa .forth-section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#testa .forth-section__subcontent {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 25px;
    box-shadow: 0px 4px 10px 10px #0000001a;
    z-index: 1;
    background-color: #fff;
}

#testa .cont {
    padding: 2rem;
    width: 100%;
}

#testa .cont2 {
    padding: 2rem 0;
}

#testa .back-img1 {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 360px;
}

#testa .back-img2 {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 0;
    width: 50px;
}

#testa .wwd__img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    justify-self: center;
    border-radius: 25px;
}

.FLECHES {
    position: absolute;
    z-index: 0;
    cursor: pointer;
}

.FLECHES svg {
    width: 48px;
}

@keyframes floatAnimation {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.float-text {
    animation: floatAnimation 1.5s ease-in-out;
}

.FLECHES-left {
    top: 269px;
    left: -7px;
}

.FLECHES-right {
    top: 269px;
    right: -7px;
}

#testa .wwd__img__second {
    max-width: 100%;
}

#testa .wwd__tlt {
    font-size: calc(var(--s1px) * 52);
    font-weight: 600;
    color: var(--secondColor);
    align-self: center;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

#testa .wwd__tlt__neg {
    color: var(--secondColor);
}

#testa .wwd__txt {
    align-self: center;
    width: 100%;
    font-size: calc(var(--s1px) * 44);
    text-align: center;
}


/**********5TH**********/

.fifth-section,
#editions {
    background-color: #fff;
}

.fifth-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.fifth-section__content {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.fifth-section__subcontent {
    position: relative;
    grid-template-columns: calc(var(--s1px) * 990);
    grid-template-rows: auto 1fr auto auto;
    grid-row-gap: calc(var(--s1px) * 44);
}

.tmp-div-img {
    gap: calc(var(--s1px) * 24);
    margin-left: calc(var(--s1px) * 5);
}

.card {
    box-shadow: 0px calc(var(--s1px) * 4) calc(var(--s1px) * 8) calc(var(--s1px) * 12) rgba(36, 56, 141, 0.1);
    border-radius: calc(var(--s1px) * 20);
    padding: calc(var(--s1px) * 52);
}

.edt__tlt {
    grid-area: 1 / 1 / 2 / 2;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
    text-align: center;
}

.edt__img {
    grid-area: 2 / 1 / 3 / 2;
    width: 100%;
}

.edt__txt {
    grid-area: 3 / 1 / 4 / 2;
    align-self: flex-start;
    font-size: calc(var(--s1px) * 44);
}

.edt__txt>span {
    font-weight: 600;
}

.edt__btn {
    grid-area: 4 / 1 / 5 / 2;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    justify-self: center;
}

.edt__btn__neg {
    background-color: var(--firstColor);
    border-color: var(--firstColor);
}

.edt__btn__neg:hover,
.edt__btn__neg:active {
    border: 1px solid var(--firstColor);
    color: var(--firstColor);
}

.edt__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    width: calc(var(--s1px) * 160);
    cursor: pointer;
}

.edt__arrow {
    position: absolute;
    top: 50%;
    width: calc(var(--s1px) * 160);
    height: calc(var(--s1px) * 160);
    background-color: white;
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    padding: calc(var(--s1px) * 8);
    cursor: pointer;
}

.arrow__left {
    left: -12%;
    transform: translate(50%, -50%);
    background: transparent;
    border: none;
}

.arrow__right {
    right: -12%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
}

.edt__arrow>img {
    max-width: 100%;
    vertical-align: unset;
}


/******6TH*********/

.sixth-section,
#ascinfigures {
    background-color: #fff;
}

.sixth-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.sixth-section__content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.sixth-section__subcontent {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: calc(var(--s1px) * 62);
}

.fig__txt {
    width: 88%;
    justify-self: center;
    text-align: center;
    padding: calc(var(--s1px) * 184) 0;
    font-size: calc(var(--s1px) * 52);
    font-weight: 700;
    color: var(--firstColor);
}

.fig__txt__neg {
    color: #fff;
    background-color: var(--firstColor);
}

.fig__tlt {
    justify-self: center;
    font-size: calc(var(--s1px) * 36);
    text-align: center;
}


/*****7TH****/

.seventh-section,
#theytrustedus {
    background-color: #fff;
}

.seventh-section__main-tlt>.pos-relt::after {
    width: 130px;
    left: calc(var(--s1px) * 0);
    background-color: var(--firstColor);
}

.seventh-section__content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
}

.trus__list {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list1 {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list2 {
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list3{
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}

.trus__list4{
    grid-template-columns: repeat(3, 90px);
    grid-template-rows: 1fr;
}


.seventh-section__subcontent>img {
    max-width: 100%;
}


/*****8TH****/

.newsletter,
#news {
    position: relative;
    height: 100vh;
    margin: 0;
    background-image: url(../../Assets/images/Proto/Home/newsletter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: calc(var(--s1px) * 60);
    background-position: center;
}

#news .filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    /* background: linear-gradient(to right, #011428 0%, #0860d3 50%, #011428 100%); */
    background: radial-gradient(circle at 50% 50%, #011428 0%, #023d8a 50%, #011428 100%), linear-gradient(to right, #011428 0%, #023d8a 50%, #011428 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
}

#sib-container {
    z-index: 1;
    position: relative;
    background-color: transparent;
    padding: calc(var(--s1px) * 44);
}

.newsletter__bigtlt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 96);
    color: #fff;
}

.newsletter__tlt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 96);
    color: #fff;
    font-weight: 700;
}
.popup__bigtlt{
    font-size: calc(var(--s1px) * 64);
    color: #E2800D;
}
.popup__tlt{
font-size: calc(var(--s1px) * 54);
}
.newsletter__txt {
    font-family: "Montserrat" !important;
    text-align: center !important;
    font-size: calc(var(--s1px) * 52);
    color: #fff;
}

form#sib-form {
    width: calc(var(--s1px) * 1000);
    margin: auto;
}

input#PRENOM {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0;
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);
}

input#NOM {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0;
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);

}

input#EMAIL {
    border: 1px solid white;
    border-radius: calc(var(--s1px) * 8);
    height: calc(var(--s1px) * 160);
    width: 100%;
    padding: calc(var(--s1px) * 8);
    background-color: rgba(245, 245, 245, 0.25);
    margin: calc(var(--s1px) * 12) 0 calc(var(--s1px) * 24);
    font-family: "Montserrat" !important;
    font-size: calc(var(--s1px) * 44);
}
input#PRENOM:active,input#NOM:active,input#EMAIL:active{
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
}
input#PRENOM:focus,input#NOM:focus,input#EMAIL:focus{
    background-color: #fff;
}
.sib-form-block {
    padding: 0;
}

.btn__newslatter {
    width: 100%;
}


/***********footer*/

.footer-section {
    background-color: transparent;
    background-image: url(../../Assets/images/Proto/Home/footermb.png);
    background-color: var(--firstColor);
    background-size: cover;
}
.showfff{
    display: flex !important;
}

.hidefff{
    display: none !important;
}
.content__footer {
    display: flex;
    flex: 1;
    margin: 0 0;
    align-items: center;
    flex-direction: column;
}

.subcontent__footer {
    align-items: flex-start;
    width: 100%;
}

.foot__logo {
    width: 71%;
}

.foot__img-logo {
    width: 90%;
}

.foot__info {
    grid-template-rows: repeat(3, auto);
}

.foot__social {
    display: flex;
    gap: calc(var(--s1px) * 52);
    justify-content: center;
}

.foot__social>a {
    color: white;
    font-size: calc(var(--s1px) * 48);
}

.foot__footer-head {
    font-size: calc(var(--s1px) * 88);
    font-weight: 600;
    color: white;
}

.foot__footer-link {
    text-decoration: none;
    color: white;
    font-size: calc(var(--s1px) * 44);
}

.foot__contact-icon {
    color: white;
    font-size: calc(var(--s1px) * 44);
}


/************SPEAKERS****************/

#speakers {
    background-image: url(../../Assets/images/Proto/Home/5th\ edition\ winners\ bg\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.fifth-section,
#speakers {
    background-color: #023d8a;
}

#speakers .subcontent {
    grid-template-rows: 1fr 24px 154px;
}

.speaker-img {
    width: 125px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1;
    border: 4px solid var(--secondColor);
}

.speaker-txt {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.speaker-txt2 {
    color: var(--secondColor);
    font-weight: 400;
    align-self: flex-start;
}

/******VIBER BANNER*******/

#viber {
    position: relative;
    background: url(../../Assets/images/Proto/Edition7/bann.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}

.filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #593EBC;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.banner {
    height: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    padding: calc(var(--mb1px) * calc(var(--conv) * 48)) calc(var(--mb1px) * calc(var(--conv) * 48));
    justify-content: center;
    gap: 1rem;
}


/* .banner>div:nth-child(1) {
    display: flex;
    padding: calc(var(--mb1px) * calc(var(--hconv) * 114)) 0 0;
} */

.banner>div {
    flex-basis: fit-content;
    align-items: center;
}

.viberasc {
    width: calc(var(--mb1px) * calc(var(--conv) * 168));
}

.tlt_1 {
    /* position: absolute;
    top: calc(var(--mb1px) * calc(var(--hconv) * 25)); */
    font-size: calc(var(--mb1px) * calc(var(--conv) * 18));
    text-align: center;
    /* left: 0; */
    /* margin: 0 calc(var(--mb1px) * calc(var(--conv) * 48)); */
    color: #fff;
    padding: 0 0 calc(var(--mb1px) * calc(var(--hconv) * 18));
}

.semibold {
    font-weight: 600;
}

.tlt_2 {
    font-size: calc(var(--mb1px) * calc(var(--conv) * 18));
    color: #fff;
    text-align: center;
    padding: calc(var(--mb1px) * calc(var(--hconv) * 18)) 0;
}

.tlt_3 {
    padding: calc(var(--mb1px) * calc(var(--hconv) * 19)) 0;
    text-align: center
}

.joinow {
    padding: calc(var(--mb1px) * calc(var(--hconv) * 21)) calc(var(--mb1px) * calc(var(--conv) * 108));
    font-size: calc(var(--mb1px) * calc(var(--conv) * 14));
    border-radius: calc(var(--mb1px) * calc(var(--conv) * 60));
    color: #fff;
    background-color: #66B821;
    border: none;
    text-decoration: none;
}
@media only screen and (min-width: 480px) {
 /******VIBER BANNER*******/
    #viber {
        position: relative;
        background: url(../../Assets/images/Proto/Edition7/bann.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: calc(var(--s1px) * calc(var(--conv) * 478));
    }
    .filter {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #593EBC;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }
    .banner {
        height: unset;
        align-items: unset;
        justify-content: unset;
        position: relative;
        display: flex;
        gap: 1rem;
        padding: calc(var(--s1px) * calc(var(--conv) * 49)) calc(var(--s1px) * calc(var(--conv) * 126));
    }
    .banner>div:nth-child(1) {
        display: flex;
        padding: 0;
    }
    .banner>div {
        flex: 1;
        align-items: center;
    }
    .viberasc {
        width: calc(var(--s1px) * calc(var(--conv) * 240));
    }
    .tlt_1 {
        position: static;
        font-size: calc(var(--s1px) * calc(var(--conv) * 24));
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .semibold {
        font-weight: 600;
    }
    .tlt_2 {
        font-size: calc(var(--s1px) * calc(var(--conv) * 24));
        padding: calc(var(--s1px) * calc(var(--conv) * 16)) 0;
        text-align: left;
        font-weight: 400;
        width: 75%;
    }
    .tlt_3 {
        padding: calc(var(--s1px) * calc(var(--conv) * 16)) 0;
        text-align: left;
    }
    .joinow {
        padding: calc(var(--s1px) * calc(var(--conv) * 9)) calc(var(--s1px) * calc(var(--conv) * 45));
        font-size: calc(var(--s1px) * calc(var(--conv) * 27));
        border-radius: calc(var(--s1px) * calc(var(--conv) * 60));
    }
}
@media screen and (max-width: 1092px) {
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    #barre {
        background-image: url(../../Assets/images/Proto/Home/bannermb.png);
        aspect-ratio: 4 / 3;
    }

    .barre-cnt {
        bottom: calc(calc(100% - 190px) / 2);
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        border-radius: 10px;
        width: 80%;
        text-align: center;
    }
    .barre-btn {
        margin: auto;
    }
    .barre__tlt{
        font-size: 18px;
    }
    .barre__txt{
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {}
@media only screen and (min-width: 600px) {
    /**********Header/Nav****/
    .main-nav__li {
        display: block;
        /*  margin: 0 calc(var(--s1px) * 26); */
    }
    .main_humb {
        display: none;
    }
    .li__logo {
        width: calc(var(--s1px) * 184);
    }
    .li__cta {
        display: inline-block;
    }
    .btn {
        font-size: calc(var(--s1px) * 16);
        padding: calc(var(--s1px) * 16);
    }
    .dropdown {
        background-color: #fff;
        padding: calc(var(--s1px) * 8);
        position: absolute;
        top: calc(var(--s1px) * 34);
        z-index: 1;
    }
    .first-dropdown {
        display: none;
        left: calc(var(--s1px) * 0);
        padding: calc(var(--s1px) * 32) calc(var(--s1px) * 40);
        width: calc(var(--s1px) * 450);
        justify-content: space-between;
    }
    .drop__chall,
    .drop__start {
        position: relative;
    }
    .drop__chall:hover .first-dropdown,
    .drop__chall:active .first-dropdown {
        display: flex;
    }
    .second-dropdown {
        display: none;
        left: calc(var(--s1px) * 0);
        padding: calc(var(--s1px) * 32);
        width: calc(var(--s1px) * 268);
    }
    .drop__start:hover .second-dropdown,
    .drop__start:active .second-dropdown {
        display: flex;
    }
    .spa {
        width: calc(var(--s1px) * 2);
        height: calc(var(--s1px) * 260);
        background-color: #e4e4e4;
    }
    .ul__tlt {
        font-weight: 600;
        font-size: calc(var(--s1px) * 16);
        display: block;
        padding: 0 0 calc(var(--s1px) * 16);
    }
    .second-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .second-nav__li__a:hover,
    .second-nav__li__a:active {
        color: var(--secondColor);
    }
    .third-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .third-nav__li__a:hover,
    .third-nav__li__a:active {
        color: var(--secondColor);
    }
    .forth-nav__li__a {
        text-decoration: none;
        font-size: calc(var(--s1px) * 14);
        padding: calc(var(--s1px) * 8) 0;
        display: block;
    }
    .forth-nav__li__a:hover,
    .forth-nav__li__a:active {
        color: var(--secondColor);
    }
    #lang {
        font-size: calc(var(--s1px) * 15);
        width: calc(var(--s1px) * 52);
    }
    select {
        appearance: none;
        background-color: transparent;
        border: none;
        padding: 0 calc(var(--s1px) * 16) 0 0;
        margin: 0;
        width: 100%;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit;
    }
    .select {
        display: grid;
        grid-template-areas: "select";
        width: 100%;
        border: 1px solid #fff;
        border-radius: calc(var(--s1px) * 8);
        padding: calc(var(--s1px) * 4) calc(var(--s1px) * 8);
        font-size: calc(var(--s1px) * 20);
        cursor: pointer;
        line-height: 1.1;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4IDlMMTIgMTVMNiA5IiBzdHJva2U9IiNmZmYiLz4KPC9zdmc+Cg==");
        color: #fff;
        align-items: center;
    }
    select option {
        color: black;
    }
    /*********1ST*****/
    .section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 17);
    }
    .first-section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 43);
    }
    .content {
        margin: calc(var(--s1px) * 60) 0;
    }
    .first-section__first-content {
        text-align: start;
    }
    .first-section__first-content__tlt {
        font-size: calc(var(--s1px) * 48);
        margin: 0;
        padding: 0;
    }
    .first-section__first-content__subtlt {
        font-size: calc(var(--s1px) * 20);
    }
    .first-section__first-content__txt {
        width: 50%;
        font-size: calc(var(--s1px) * 16);
        margin: calc(var(--s1px) * 26) 0;
    }
    .scrooller {
        right: calc(var(--s1px) * 20);
        bottom: calc(var(--s1px) * 196);
        height: calc(var(--s1px) * 250);
    }
    .to-scroll {
        width: calc(var(--s1px) * 18);
        height: calc(var(--s1px) * 18);
    }
    .scroll__active {
        width: calc(var(--s1px) * 35);
        height: calc(var(--s1px) * 35);
        /* background-color: #fff; */
    }
    /*********2ND*****/
    .second-section {
        padding: calc(var(--s1px) * 43) calc(var(--s1px) * 50) calc(var(--s1px) * 43);
    }
    .second-section__first-content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin: calc(var(--s1px) * 20) 0;
    }
    .content__tlt-one {
        grid-area: unset;
    }
    .content__tlt-two {
        grid-area: unset;
    }
    .img__leanc {
        grid-area: unset;
        width: calc(var(--s1px) * 250);
    }
    .img__soolv {
        grid-area: unset;
        width: calc(var(--s1px) * 220);
    }
    .second-section__first-content__tlt {
        font-size: calc(var(--s1px) * 24);
    }
    /*****3RD********/
    .third-section,
    #award {
        background-image: url(../../Assets/images/Proto/Home/other-section.png);
    }
    .main-tlt {
        font-size: calc(var(--s1px) * 28);
    }
    .third-section__main-tlt {
        color: white;
    }
    .pos-relt::after {
        height: calc(var(--s1px) * 7);
        bottom: calc(var(--s1px) * -15);
    }
    .third-section__content {
        margin: calc(var(--s1px) * 200) 0 calc(var(--s1px) * 116);
    }
    .third-section__content::after {
        bottom: calc(var(--s1px) * -133);
    }
    .subcontent {
        margin: calc(var(--s1px) * 16) 0;
    }
    .third-section__subcontent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin: calc(var(--s1px) * 16) 0;
    }
    .award__img {
        grid-area: 1 / 1 / 3 / 2;
        width: calc(var(--s1px) * 600);
    }
    .award__tlt {
        font-size: calc(var(--s1px) * 24);
        grid-area: 1 / 2 / 2 / 3;
    }
    .award__txt {
        font-size: calc(var(--s1px) * 16);
        grid-area: 2 / 2 / 3 / 3;
    }
    .award__neg>.award__img {
        grid-area: 1 / 2 / 3 / 3;
    }
    .award__neg>.award__tlt {
        grid-area: 1 / 1 / 2 / 2;
    }
    .award__neg>.award__txt {
        grid-area: 2 / 1 / 3 / 2;
    }
    /******4th*****/
    .forth-section__content {
        justify-content: flex-end;
        flex-direction: row;
    }
    .forth-section__subcontent {
        grid-template-rows: 1fr calc(var(--s1px) * 40) calc(var(--s1px) * 100);
    }
    .wwd__img {
        width: calc(var(--s1px) * 500);
        justify-self: flex-start;
    }
    .wwd__tlt {
        font-size: calc(var(--s1px) * 24);
        align-self: flex-end;
        width: calc(var(--s1px) * 375);
        text-align: start;
    }
    .wwd__txt {
        align-self: flex-start;
        width: calc(var(--s1px) * 375);
        font-size: calc(var(--s1px) * 16);
        text-align: start;
    }
    /******8th*****/
    #testa .forth-section__content {
        justify-content: flex-end;
        flex-direction: row;
    }
    #testa .forth-section__subcontent {
        flex-direction: row;
        border-radius: 56px;
    }
    #testa .wwd__img {
        justify-self: flex-start;
        width: 48%;
        border-radius: unset;
        border-top-left-radius: 56px;
        border-bottom-left-radius: 56px;
    }
    #testa .back-img1 {
        width: unset;
    }
    #testa .back-img2 {
        top: -55px;
        width: unset;
    }
    .FLECHES svg {
        width: unset;
    }
    #testa .wwd__tlt {
        font-size: calc(var(--s1px) * 24);
        align-self: flex-end;
        text-align: start;
    }
    #testa .wwd__txt {
        align-self: flex-start;
        font-size: calc(var(--s1px) * 16);
        text-align: start;
    }
    .FLECHES-left {
        top: 50%;
        left: 0px;
    }
    .FLECHES-right {
        top: 50%;
        right: 0px;
    }
    /**********5TH**********/
    .fifth-section__subcontent {
        grid-template-columns: calc(var(--s1px) * 320);
        grid-template-rows: calc(var(--s1px) * 40) calc(var(--s1px) * 230) 1fr calc( var(--s1px) * 80);
        grid-row-gap: calc(var(--s1px) * 8);
    }
    .card {
        box-shadow: 0px calc(var(--s1px) * 1) calc(var(--s1px) * 2) calc(var(--s1px) * 3) rgba(36, 56, 141, 0.1);
        border-radius: calc(var(--s1px) * 20);
        padding: calc(var(--s1px) * 16);
    }
    .edt__tlt {
        font-size: calc(var(--s1px) * 24);
    }
    .edt__img {
        grid-area: 2 / 1 / 3 / 2;
    }
    .edt__txt {
        font-size: calc(var(--s1px) * 16);
    }
    .edt__play {
        top: calc(var(--s1px) * 144.39);
        transform: translateX(-50%);
        width: calc(var(--s1px) * 60);
    }
    .edt__arrow {
        border: none;
        background-color: transparent;
        width: calc(var(--s1px) * 60);
        height: calc(var(--s1px) * 60);
        padding: calc(var(--s1px) * 8);
    }
    .arrow__left {
        left: -2%;
    }
    .arrow__right {
        right: -2%;
    }
    /******6TH*********/
    .sixth-section__content {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: flex-start;
    }
    .sixth-section__subcontent {
        /* grid-template-columns: calc(var(--s1px) * 235); */
        grid-row-gap: calc(var(--s1px) * 32);
        flex: 1 1 0%;
    }
    .fig__txt {
        width: calc(var(--s1px) * 235);
        padding: calc(var(--s1px) * 80) 0;
        font-size: calc(var(--s1px) * 24);
    }
    .fig__tlt {
        font-size: calc(var(--s1px) * 21);
    }
    /*****7TH****/
    .seventh-section__content {
        box-shadow: 0px 0px calc(var(--s1px) * 10) calc(var(--s1px) * 10) rgb(4 62 138 / 7%);
    }
    .trus__list {
        grid-template-columns: calc(var(--s1px) * 70) calc(var(--s1px) * 100.5) calc( var(--s1px) * 80) calc(var(--s1px) * 117.5) calc(var(--s1px) * 90) repeat( 2, calc(var(--s1px) * 100)) calc(var(--s1px) * 100);
    }
    .trus__list1 {
        grid-template-columns: calc(var(--s1px) * 100) repeat( 2, calc(var(--s1px) * 100)) calc(var(--s1px) * 80) repeat(3, calc(var(--s1px) * 100)) calc( var(--s1px) * 70);
    }
    .trus__list2 {
        grid-template-columns: calc(var(--s1px) * 155) calc(var(--s1px) * 100) calc( var(--s1px) * 120) calc(var(--s1px) * 120) calc(var(--s1px) * 100) calc(var(--s1px) * 100) repeat( 1, calc(var(--s1px) * 120));
    }
    .trus__list3 {
        grid-template-columns: calc(var(--s1px) * 115) calc(var(--s1px) * 80) calc( var(--s1px) * 110) calc(var(--s1px) * 80) calc(var(--s1px) * 100) calc(var(--s1px) * 100) repeat( 2, calc(var(--s1px) * 80));
    }
    .trus__list4{
        grid-template-columns: calc(var(--s1px) * 120) calc(var(--s1px) * 65) calc( var(--s1px) * 130) calc(var(--s1px) * 90) calc(var(--s1px) * 80) calc(var(--s1px) * 160) repeat( 1, calc(var(--s1px) * 130));
        /* grid-column-gap: calc(var(--s1px) * 35) !important;  */
    }
    /*****8TH****/
    .newsletter,
    #news {
        background-position: 0% 0%;
    }
    #sib-container {
        padding: calc(var(--s1px) * 16);
    }
    .newsletter__bigtlt {
        font-size: calc(var(--s1px) * 42);
    }
    .newsletter__tlt {
        font-size: calc(var(--s1px) * 42);
    }
    .popup__bigtlt{
        font-size: calc(var(--s1px) * 24);
    }
    .popup__tlt{
    font-size: calc(var(--s1px) * 18);
    }
    .newsletter__txt {
        font-size: calc(var(--s1px) * 24);
    }
    form#sib-form {
        width: calc(var(--s1px) * 520);
    }
    input#PRENOM {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    input#NOM {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    input#EMAIL {
        height: calc(var(--s1px) * 60);
        font-size: calc(var(--s1px) * 16);
    }
    /***********footer*/
    .footer-section {
        background-image: url(../../Assets/images/Proto/Home/footer.png);
        background-size: cover;
    }
    .showfff{
        display: none !important;
    }
    .hidefff{
        display: flex !important;
    }
    .content__footer {
        justify-content: space-between;
        flex-direction: row;
        margin: 0 0;
        align-items: self-start;
        padding: 0;
    }
    .subcontent__footer {
        width: unset;
    }
    .foot__logo {
        width: 190px;
    }
    .foot__info {
        /* grid-template-rows: repeat(3, calc(var(--s1px) * 50)); */
    }
    .foot__social {
        gap: calc(var(--s1px) * 24);
    }
    .foot__social>a {
        font-size: calc(var(--s1px) * 20);
    }
    .foot__footer-head {
        font-size: calc(var(--s1px) * 24);
    }
    .foot__footer-link {
        font-size: calc(var(--s1px) * 12);
    }
    .foot__contact-icon {
        font-size: calc(var(--s1px) * 12);
        width: calc(var(--s1px) * 344);
    }
    .speaker-img {
        width: 250px;
        border: 8px solid var(--secondColor);
    }
    .speaker-txt {
        font-size: 16px;
    }
}

/* special style Editions - 7 mobile responsive */
@media (max-width: 640px) {
  .dt_sp {
    display: -webkit-box;
    -webkit-line-clamp: 4;   /* number of lines on mobile */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #speakers .subcontent {
        grid-template-rows: 1fr 24px 80px;
    }

    .trus__list {
        /* grid-template-columns: calc(var(--s1px) * 70) calc(var(--s1px) * 100.5) calc( var(--s1px) * 80) calc(var(--s1px) * 117.5) calc(var(--s1px) * 90) repeat( 2, calc(var(--s1px) * 100)) calc(var(--s1px) * 100); */
        grid-template-columns: repeat(4, 60px);
    }
    .trus__list1 {
        grid-template-columns: calc(var(--s1px) * 100) repeat( 2, calc(var(--s1px) * 100)) calc(var(--s1px) * 80) repeat(3, calc(var(--s1px) * 100)) calc( var(--s1px) * 70);
        grid-template-columns: repeat(4, 60px);
    }
    .trus__list2 {
        grid-template-columns: calc(var(--s1px) * 155) calc(var(--s1px) * 100) calc( var(--s1px) * 120) calc(var(--s1px) * 120) calc(var(--s1px) * 100) calc(var(--s1px) * 100) repeat( 1, calc(var(--s1px) * 120));
        grid-template-columns: repeat(4, 60px);
    }
    .trus__list3 {
        grid-template-columns: calc(var(--s1px) * 115) calc(var(--s1px) * 80) calc( var(--s1px) * 110) calc(var(--s1px) * 80) calc(var(--s1px) * 100) calc(var(--s1px) * 100) repeat( 2, calc(var(--s1px) * 80));
        grid-template-columns: repeat(4, 60px);
    }
    .trus__list4{
        grid-template-columns: calc(var(--s1px) * 120) calc(var(--s1px) * 65) calc( var(--s1px) * 130) calc(var(--s1px) * 90) calc(var(--s1px) * 80) calc(var(--s1px) * 140) repeat( 1, calc(var(--s1px) * 100));
        /* grid-column-gap: calc(var(--s1px) * 35) !important;  */
        grid-template-columns: repeat(4, 60px);
    }
}