/*****************************************************************************************************/
/*****************************************************************************************************/
/********************************************** MAAF *************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

/***** FONTS *****/

@font-face {
    font-family: "Alpine Bold";
    src: url("../fonts/alpine_bold.TTF") format("truetype");
}
@font-face {
    font-family: "Alpine Light";
    src: url("../fonts/alpine_light.TTF") format("truetype");
}
/***** STYLES *****/

html {
    scroll-behavior: smooth;
    font-size: 1rem;
    scroll-padding-top: 76px;
}

a {
    text-decoration: none;
}

body {
    margin: 0px;
}

section {
    padding: 4rem 0 6rem;
    position: relative;

}
section .wrapper {
    height: calc(100vh - 10rem);
    box-sizing: border-box;
}
h1,
h2 {
    font-size: 4rem;
    font-family: "Alpine Bold";
    text-align: center;
    margin: 0rem auto 2rem;
    line-height: 1.15;
    color: white;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

h3 {
    font-size: 1.675rem;
    font-family: "Alpine Bold";
    font-weight: normal;
    margin: 1rem auto 0.5rem;
    line-height: 1.15;
    text-align: left;
}

p {
    color: #0091a7;
    font-family: "Alpine Light";
    font-size: 1.25rem;
    text-align: justify;
    line-height: 1.25;
}


main {
    min-height: calc(100vh - 6rem);
}



@media screen and (max-width: 1440px) {
    html {
        font-size: 15px;
    }

    main {
        min-height: calc(100vh - 71.75px - 161px);
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 14.5px;
    }

    main {
        min-height: calc(100vh - 71.75px - 159px);
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 14px;
    }

    main {
        min-height: calc(100vh - 60.5px - 157px);
    }
}

@media screen and (max-width: 1030px) {
    html {
        font-size: 12px;
    }
    section .wrapper {
        height: auto!important;
    }
    section {
        padding: 3rem 0 4rem;
    }

    main {
        min-height: calc(100vh - 51px - 149px);
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 16px;
    }

    main {
        min-height: calc(100vh - 66px - 165px);
    }
    section .wrapper {
        height: auto!important;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 15px;
    }

    main {
        min-height: unset;
    }

    h1,
    h2 {
        font-size: 3rem;
    }

    p {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 14.5px;
    }

}

@media screen and (max-width: 480px) {
    html {
        font-size: 14px;
    }

}

@media screen and (max-width: 380px) {
    html {
        font-size: 13.5px;
    }

    h1,
    h2 {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 13px;
    }
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 20px;
    }

    section {
        padding: 4rem 0 8rem;
    }
}

@media screen and (min-width: 2561px) {
    html {
        font-size: 22px;
    }
}

/*
::-webkit-scrollbar-thumb {
    background-color: #0ed8d6;
    border: 3px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
    background-image: url('../img/scrollbar.png');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 0px 2px rgba(14,216,214,1) inset;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(14,216,214,1) inset;
    -moz-box-shadow: 0px 0px 0px 2px rgba(14,216,214,1) inset;
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-moz-scrollbar-button:decrement,
::-moz-scrollbar-button:increment,
::-webkit-scrollbar-button:decrement,
::-webkit-scrollbar-button:increment {
    width: 0px;
}

*/

/******************************************************/
/********************** MAIN PAGE *********************/
/******************************************************/


/************ HEADER **************/


header {
    background-color: black;
    position: fixed;
    width: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*box-shadow: 0px 3.5rem 44px 0px rgba(0, 0, 0, 0.95) inset;
    -webkit-box-shadow: 0px 3.5rem 44px 0px rgba(0, 0, 0, 0.95) inset;
    -moz-box-shadow: 0px 3.5rem 44px 0px rgba(0, 0, 0, 0.95) inset;*/
}

.header-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 993px) {
    header {
        height: 4.75rem;
    }
}

.lang-switch{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    right: 1rem;
}
.lang-switch .flag{
    width: 1.5rem;
    border:1px solid #fe2284;
    height: 1rem;
}
.lang-switch span{
    color: white;
    font-family: "Alpine Light";
    font-size: 1.25rem;
}
.lang-dropdown-toggle .arrow-bottom{
    width: 1rem;
    cursor: pointer;
}
.lang-sub-menu{
    display: none;
    padding: 0;
    position: absolute;
    margin: 0;
    right: 1.5rem;
}
.lang-sub-menu a{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    padding-top: 0.5rem;
}


.lang-sub-menu img{
    margin: 0;
}


/* Logo */

.header-logo{
    position: absolute;
    top:-0.75rem;
    left: 1.75rem;
}
.header-logo video{
    width: 15rem;
}

/* NAVBAR */

.nav-bar>ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.nav-bar ul>li>a{
    font-family: "Alpine Bold";
    color: white;
    font-size: 1.5rem;
}
.nav-bar ul>li>a.active, .nav-bar ul>li>a:hover{
    color: #fe2284;
    text-shadow: 0px 0px 32px rgba(254,34,132,1);
}
/* Envoyer rÃ©sultat */

.header-result{
    position: absolute;
    right: 8rem;
    cursor: pointer;
    width: 13rem;
    text-align: center;
}
.header-result>svg{
    position: absolute;
    width: 15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
}
.header-result:hover span{
    text-shadow: 0px 0px 32px rgba(250, 250, 103, 1);
}
.header-result>span{
    font-family: "Alpine Bold";
    color: #f3f12b;
    font-size: 1.5rem;  
}


@media screen and (max-width: 992px) {
    html {
        scroll-padding-top: 70px;
    }
}

/* Désactivation des boutons d'envoi de résultat */ .header-result, .home-result { opacity: 0.5; cursor: not-allowed; pointer-events: none; filter: grayscale(50%); } .header-result span, .home-result span { color: #999 !important; }


/******* MENU MOBILE *******/

.menu-mobile {
    display: none;
}


.menu-mobile-switch {
    display: block;
    margin: 0 auto;
    right: unset;
    text-align: center;
    cursor: pointer;
    left: 0rem;
    position: absolute;
    top: -0.25rem;
}

.menu-mobile-switch>svg {
    fill: white;
    width: 30px;
    height: 30px;
}

.menu-panel {
    display: none;
    padding: 4rem 0;
    background-color: #00021f;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100vh - 8rem);
}

.menu-panel nav>ul {
    padding: 0;
    list-style-type: none;
}

.menu-panel nav>ul>li {
    border-top: 1px solid #161f6c;
}
.menu-panel nav>ul>li:last-child {
    border-bottom: 1px solid #161f6c;
}
.menu-panel nav>ul>li>a {
    color: white;
    font-size: 2rem;
    font-family: "Alpine Bold";
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 1rem 0;
    margin: 0.5rem 0;
    line-height: 1;
}
.menu-panel nav>ul>li>a.active{
    color: #fe2284;
    text-shadow: 0px 0px 32px rgba(254, 34, 132, 1);
}

.burger-close{
    position: absolute;
    top: 0rem;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .nav-bar li>a {
        font-size: 1.375rem;
        margin: 0 0.75rem;
    }

    .header-logo>img {
        max-width: 16rem;
        margin-top: 0.25rem;
    }

    .header-inscription {
        font-size: 1.375rem;
    }
    .nav-bar ul {
        gap: 0.5rem;
    }
}


@media screen and (max-width: 1180px){
    .nav-bar ul {
        gap: 0.125rem;
    }
    .nav-bar li>a {
        margin: 0 0.5rem;
    }
    .nav-bar ul>li>a {
        font-size: 1.375rem;
    }
    .header-result>span {
        font-size: 1.375rem;
    }
}
@media screen and (max-width: 1060px){
    .nav-bar ul>li>a {
        font-size: 1.125rem;
    }
    .header-result>span {
        font-size: 1.25rem;
    }
    .header-result>svg {
        width: 14rem;
    }
}
@media screen and (max-width: 992px) {
    
    header {
        background-color: black;
        box-shadow: 0px 78px 34px 0px rgba(0, 0, 0, 0.95) inset;
        -webkit-box-shadow: 0px 78px 34px 0px rgba(0, 0, 0, 0.95) inset;
        -moz-box-shadow: 0px 78px 34px 0px rgba(0, 0, 0, 0.95) inset;
    }
    .header-top {
        height: 4.5rem
    }
    .menu-mobile {
        display: block;
    }

    .nav-bar {
        display: none;
    }
    .header-logo {
        position: relative;
        top: unset;
        left: unset;
        margin: 3rem auto;
        text-align: center;
        display: block;
        max-width: 18rem;
    }
    .header-top>.header-logo {
        display: none;
    }
}

@media screen and (max-width: 768px){
    .header-result {
        position: absolute;
        right: 6rem;
        cursor: pointer;
        transform: scale(0.75);
        top: 1.25rem;
    }
}

@media screen and (max-width: 420px) {
    .header-inscription img {
        display: none;
    }
    .header-result{
        top: 1.375rem;
    }
}


/* Lire la suite */

.scroll-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    transition: 0.3s;
    font-size: 1.125rem;
    display: none;
}

.scroll-down>span {
    color: #050c17;
    font-family: "anton";
    text-transform: uppercase;
}

.scroll-down svg {
    transition: 0.3s;
}

.scroll-down:hover svg {
    transform: translateY(5px);
    transition: 0.3s;
}


.wrapper {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 2rem;
}




@media screen and (max-width: 1680px) {
    .wrapper {
        max-width: 99rem;
    }
}
@media screen and (max-width: 1440px) {
    .wrapper {
        max-width: 89rem;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        max-width: calc(100% - 8rem);
    }
}
@media screen and (max-width: 1024px) {
    .wrapper {
        max-width: calc(100% - 6rem);
        padding: 0 3rem;
    }
}
@media screen and (max-width: 800px) {
    .wrapper {
        padding: 0 1rem;
        max-width: calc(100% - 4rem);
    }

    h2 {
        font-size: 3rem;
    }

    .red-button,
    .black-button {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 600px){
    .wrapper {
        padding: 0;
        max-width: calc(100% - 3rem);
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 2.5rem;
    }
    .wrapper {
        padding: 0;
        max-width: calc(100% - 2rem);
        margin: 0 auto;
    }
}

@media screen and (max-width: 380px) {
    h2 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1921px) {
    .wrapper {
        max-width: 1860px;
    }
}

@media screen and (min-width: 2561px) {
    .wrapper {
        max-width: 2200px;
    }
}
/*********************************/
/************ HOME **************/
/*********************************/

#home {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 78px 52px 0px rgba(0, 0, 0, 0.95) inset;
    -webkit-box-shadow: 0px 78px 52px 0px rgba(0, 0, 0, 0.95) inset;
    -moz-box-shadow: 0px 78px 52px 0px rgba(0, 0, 0, 0.95) inset;
    padding: 4rem 0 0 0;
    background-color: black;
}

#home .video-box {
    position: absolute;
}
#home .video-box .video-box-resp {
    padding-bottom: calc(60.125%);
}
#home .wrapper{
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: calc(100vh - 4rem);
}

#home .wrapper .video-box {
    width: fit-content;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#home .wrapper .video-box-resp>video {
    width: auto;
    height: max-content;
    opacity: 0.15;
}





/* Left menu */

.left-menu{
    position: fixed;
    z-index: 2;
    left: 0;
    top: 14vh;
}

.left-menu_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.675rem;
}

.red-rectangle{
    height: 18px;
    width: 22px;
    margin: 0.5rem 0;
}
.red-rectangle svg .cls-1rect{
    display: none;
}

.red-rectangle.active svg .cls-1rect, .red-rectangle:hover svg .cls-1rect {
    display: block;
}


.bottom-arrow, .top-arrow{
    cursor:pointer;
}
.top-arrow path, .bottom-arrow path{
    fill: white;
}
.bottom-arrow.inactive path, .top-arrow.inactive path{
    fill: #40466d!important;
}

.bottom-arrow.inactive, .top-arrow.inactive{
    cursor: auto;
    pointer-events: none;
}
/* Home right */

.home-right{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 26rem;
    margin-right: 9vw;
    margin-top: 0;
    align-items: center;
    justify-content: center;
}
.home-right h1>*, .home-right>*{
    max-width: 100%;
}
.home-right h1 video{
    max-width: 170%;
    transform: translateX(-15%);
    margin: 0 auto;
}
.home-right h1{
    color: white;
    font-family: "Alpine Light";
    font-size: 2.5rem;
    text-align: center;
}

.home-result{
    color: white;
    font-family: "Alpine Bold";
    font-size: 2rem;
    text-align: center;  
    padding: 0;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-result span{
    z-index: 2;
    color: #353509;
}

.home-result>img{
    position: absolute;  
    transform: scale(1);
    transition: 0.2s;
}
.home-result:hover>img{
    transform: scale(1.05);
    transition: 0.2s;
}
.available-on{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    font-family: "Alpine Bold";
    font-size: 1.25rem;
    margin-top: 2rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.available-on img{
    max-width: 120%;
}

.home-right h1 img{
    display: none;
}

@media screen and (max-width: 1680px){
    .home-right{
        margin-right: 7vw;
    }
}


@media screen and (max-width: 1440px){
    .home-right {
        width: 26rem;
        margin-right: 2vw;
        margin-top: 5vh;
    }
    .home-result>img {
        max-width: 30rem;
    }
    .home-right h1 video {
        max-width: 154%;
        transform: translateX(-16%);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px){
    .left-menu_content{
        left: 0.875rem;
    }
    .home-right{
        margin-right: 0;
    }
    .available-on {
        margin-top: 0rem;
    }
    .available-on img {
        max-width: 110%;
    }
}


@media screen and (max-width: 992px){
    .home-right {
        width: 30rem;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5vh;
        margin-bottom: 12vh;
    }
    #home .wrapper {
        justify-content: center;
    }
    .home-result>img {
        max-width: 31rem;
    }
    .home-result {
        margin: 1rem 0;
    }
    .available-on img{
        max-width: 96%;
    }
    .left-menu_content{
        left: 0.675rem;
    }
}

@media screen and (max-width: 768px){
    .left-menu{
       display: none;
    } 
    .home-right h1{
        margin: 0rem auto 1rem;
    }
    .home-right h1>*, .home-right>*{
        max-width: 92%;
    }  
    .home-right h1 img{
        margin-bottom: 1rem;
    }  
    .available-on img{
        max-width: 104%;
    }
    .home-right h1 video {
        max-width: 125%;
        transform: translateX(-5%);
        margin: 0 auto;
        display: none;
    }
    .home-right h1 img{
        display: block;
        margin: 0 auto 1rem;
    }
    

}

@media screen and (max-width: 480px){
    .home-result>img {
        max-width:25rem;
    }
    #home {
        background-image: url('../img/kv_rr_mobile.webp');
    }
    #home .video-box {
        display: none;
    }
    .available-on img {
        max-width: 98%;
    }
}

@media screen and (max-width: 380px){
    .home-right h1 {
        font-size: 2.25rem;
    }
}


@media screen and (min-width: 1921px){
    .left-menu{
        transform: scale(1.5);
    }
    .red-rectangle{
        margin: 0.375rem 0;
    }
    .home-right{
        transform: scale(1.25);
    }
}

@media screen and (min-width: 2561px){
    .home-right{
        transform: scale(1.5);
    }
    .left-menu_content{
        gap: 0.875rem;
    }
    
}


/* Copier code */

.copy-code{
    flex-direction: column;   
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.copy-code_title{
    color: #3b54ff;
    font-size: 1.25rem;
    font-family: "Alpine Bold";
    line-height: 1.15;
}
.copy-code_code{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.copy-code_code>a{
    color: white;
    font-size: 2rem;
    font-family: "Alpine Bold";
    line-height: 1.15;
}
.copy-code_code:hover>a{
    color: #fe2284;
    text-shadow: 0px 0px 32px rgba(254, 34, 132, 1);
}
.copy-code>svg{
    height: 6rem;
}
.copy-code_code svg{
    width: 2rem;
}
.copy-code_text{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
}

.map_code_copy{
    display:none;
    color: white;
    font-family: 'Alpine Light';
    font-size: 0.75rem;
    position: absolute;
    bottom: -1.125rem;
}

.created-in{
    position: absolute;
    bottom: 1rem;
    left: 4rem;
    width: 22rem;
}
.display-mobile{
    display: none;
}

@media screen and (max-width: 992px){
    .created-in{
        display: none;
        position: relative;
        bottom: unset;
        left: unset;
        max-width: fit-content;
        margin: 0 auto;
    }
    .display-mobile{
        display: block;
    }
}

@media screen and (min-width: 1921px){
    .copy-code>svg{
        height: 5rem;
    }
}
@media screen and (min-width: 2561px){
    .copy-code>svg{
        height: 4.5rem;
    }
}


/*********************************/
/************* COURSE ***********/
/*********************************/

#course {
    padding: 0;
}

#course h2 {
    position: absolute;
    text-align: left;
    color: white;
    left: 10%;
    top: 30%;
}

#course h2 span {
    color: #0ed8d6;
}

.video-box {
    width: fit-content;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.video-box-resp {
    padding-bottom: calc(56.125%);
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#course .video-box-resp {
    padding-bottom: calc(56.125%);
}

.video-box-resp>video {
    width: 100%;
    height: auto;
}

#course .scroll-down>span {
    color: white;
}

video {
    background-color: transparent !important;
}


@media screen and (max-width: 800px) {
    #course h2 {
        left: 5%;
        top: 13%;
        font-size: 26px;
    }
}

#course video::-webkit-media-controls-timeline {
    background-color: #fe2987;
    padding-bottom: 0;
    margin-bottom: 20px;
    max-width: 90%;
    transform: translateX(2.5%);
}


/*********************************/
/************* LOTS **************/
/*********************************/
#lots {
    background-image: url('../img/lots-bg.jpg');
    background-size: cover;
    background-color: #0a141e;
}
#lots .wrapper{
    align-items: center;
    gap: 1rem;
    padding: 0 4rem;
    display: flex;
    justify-content: center;
}
#lots h2 {
    text-align: center;
}
#lots h2>span{
    font-family: "Alpine Light";
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}

#lots .flex-row{
    align-items: center;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 90%;
}

.lots_img a{
    color: #3b54ff;
    font-family: "Alpine Light";
    font-size: 28px;
}
.lots_img a:hover span{
    color: white;
    transform: scale(1.1);
    transition: 0.2s;   
}
.lots_img img{
    transform: scale(1);
    transition: 0.2s;
}
.lots_img a:hover img{
    transform: scale(1.1);
    transition: 0.2s;
}
.lots_img a span{
    position: absolute;
    z-index: 4;
    transition: 0.2s;   
    width: max-content;
    line-height: 1;
}
.lots_img a span>span{
    font-size: 0.75em;
    display: block;
}

#lots .disclaimer{
    position: relative;
    text-align: center;
    font-size: 1.125rem;
}

@media screen and (max-width: 992px){
    .lots_desktop{
        max-width: 100%;
    }  
    #lots h2 {
        text-align: center;
    } 
}

.ranking_bar{
    display: flex;
    align-items: center;
    width: 100%;
}
.ranking_bar>div{
    display: flex;
    align-items: center;
    border-top: 2px solid #161f6c;
    border-bottom: 2px solid #161f6c;   
    width: calc(100% - 62px - 62px);
    justify-content: space-around;
}

.ranking_bar_number sup{
    font-size: 0.5em;
}
.ranking_bar_number{
    font-size: 2rem;
    color: white;
    font-family: "Alpine Light";
    padding: 0.75rem 2rem;
    line-height: 1;
    cursor: pointer;
    height: 54px;
    box-sizing: border-box;
    transform: translateY(-1px);
    display: flex;
    justify-content: center;
}

.ranking_bar_number.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fe2987;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.ranking_bar_number.active:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    background-color: #fe2987;
    left: 50%;
    transform: translateX(-50%);
}

.ranking_bar_number.active, .ranking_bar_number:hover{
    color: #fe2284;
    text-shadow: 0px 0px 32px rgba(254, 34, 132, 1);
    font-family: "Alpine Bold";
}

.ranking_bar_number.active sup{
    font-family: "Alpine Light";
}

#ranking_bar_number-4{
    color: #f6f443;
}

.lots_arrow-right{
    cursor: pointer;
    transform: translateX(-2px);
}
.lots_arrow-left{
    cursor: pointer;
    width: 59px;
}
.lots_arrow-right:hover path:nth-child(2), .lots_arrow-left:hover path:nth-child(2) {
    fill: #fe2987;
}
.lots_arrow-right:hover path:nth-child(3), .lots_arrow-left:hover path:nth-child(3) {
    fill: white;
}


.lots_img{
    /*width: calc(100% - 22rem);*/
    width: 100%;
    position: relative;
}
.lots_img:not(.active){
    display: none;
}

.ranking_bar+p{
    font-size: 1.875rem;
    font-family: "Alpine Bold";
    color: white;
    text-align: center;
}
.lots_box {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;

}
.lots_img{
    width: 820px;
    height: 470px;
}


/* Lots top 1 */

#lots_img-1 .top{
    position: absolute;
}

#lots_img-1 .console {
    position: absolute;
    top: 120px;
    left: 42px;
}
#lots_img-1 .console>span{
    position: absolute;
    bottom: 56%;
    left: -55%;
}
#lots_img-1 .track-racer{
    position: absolute;
    top: 0;
    left: 20%;
}
#lots_img-1 .track-racer span{
    position: absolute;
    top: 0;
    left: 2%;
}
#lots_img-1 .wheel{
    position: absolute;
    top: 8%;
    right: 22%;
}
#lots_img-1 .wheel span{
    position: absolute;
    top: -29%;
    right: -20%;
}

#lots_img-1 .headphones{
    position: absolute;
    top: 11%;
    right: -15px;
}
#lots_img-1 .headphones span {
    top: -1.25rem;
    right: -8rem;
}

#lots_img-1 .jersey{
    position: absolute;
    bottom: 0;
    right: -12rem;
}
#lots_img-1 .jersey img{
    width: 230px;
}

#lots_img-1 .jersey span{
    bottom: -1rem;
    right: -1rem;
}

@media screen and (max-width: 1440px){
    #lots_img-1 .headphones span {
        top: -2.25rem;
        right: -9rem;
    }
}

@media screen and (max-width: 1280px){
    #lots_img-1 .track-racer img{
        width: 600px;
    }  
    #lots_img-1 .jersey {
        position: absolute;
        bottom: 13px;
        right: -5rem;
    }
    #lots_img-1 .headphones{
        position: absolute;
        top: 16%;
        right: 5px;
    }
    #lots_img-1 .headphones span {
        top: -5.25rem;
        right: -2rem;
    }
    #lots_img-1 .console {
        position: absolute;
        top: 120px;
        left: 63px;
    }
    #lots_img-1 .console>span {
        position: absolute;
        bottom: 59%;
        left: -35%;
    }
}

@media screen and (max-width: 1024px){
    #lots_img-1 .headphones {
        top: 13%;
        right: 0;
    }
    #lots_img-1 .headphones span {
        top: -5.25rem;
        right: -3rem;
    }
    #lots_img-1 .console>span {
        bottom: -26px;
        left: -34%;
    }
    #lots_img-1 .console {
        top: 120px;
        left: 73px;
    }
    #lots_img-1 .jersey {
        bottom: 1px;
        right: 0rem;
    }
}
@media screen and (max-width: 992px){
    #lots_img-1 .top {
        top: -3rem;
        left: -3rem;
    }
    #lots_img-1 .track-racer span {
        top: 77px;
        left: -13%;
    }
    #lots_img-1 .headphones {
        top: 15%;
        right: 15px;
    }
}
@media screen and (max-width: 768px){
    #lots_img-1 .console {
        top: 120px;
        left: 0;
    }
    #lots_img-1 .console>span {
        bottom: -7px;
        left: 6%;
    }
    #lots_img-1 .track-racer {
        top: 0;
        left: 10%;
    }
    #lots_img-1 .jersey {
        bottom: -27px;
        right: 0rem;
    }
    #lots_img-1 .jersey span {
        bottom: -1rem;
        right: 1rem;
    }
    #lots_img-1 .headphones span {
        top: -4.25rem;
        right: 0rem;
    }
    #lots_img-1 .wheel span {
        top: -29%;
        right: 7%;
    }
    #lots .disclaimer{
        transform: translateY(2.5rem)
    }
}

@media screen and (max-width: 600px){
    #lots_img-1 .jersey span {
        bottom: -1rem;
        right: 4rem;
    }  
}

@media screen and (max-width: 480px){
    #lots_img-1 .console {
        top: 120px;
        left: -44px;
    }
    #lots_img-1 .headphones {
        top: 35%;
        right: -66px;
    }
    #lots_img-1 .wheel {
        position: absolute;
        top: 70px;
        right: 20px;
    }
    #lots_img-1 .console>span {
        bottom: -27px;
        left: 0;
    }
    #lots_img-1 .track-racer img {
        width: 300px;
        max-width: 300px;
    }
    #lots_img-1 .track-racer span {
        top: 8px;
        left: -29%;
    }
    #lots_img-1 .track-racer {
        top: 70px;
        left: 10%;
        z-index: 3;
    }
    #lots_img-1 .jersey {
        z-index: 4;
    }
}

/* Lots top 2 */

#lots_img-2 .top{
    position: absolute;
}


#lots_img-2 .xbox{
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 3;
}

#lots_img-2 .jersey{
    position: absolute;
    bottom: 16%;
    left: 8%;
}
#lots_img-2 .jersey span {
    bottom: -2.25rem;
    left: 0;
}

#lots_img-2 .controller{
    position: absolute;
    bottom: 22%;
    right: 5%;
}
#lots_img-2 .controller span {
    top: -3.5rem;
    right: 0;
}
#lots_img-2 .xbox span {
    top: 2rem;
    left: -5rem;
}




/* Lots pour tous */

/*.lots_all_block{
    position: relative;
    width: 262px;
    display: flex;
    flex-direction: column;
}

.lots_all{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lots_all>img:first-child{
    position: absolute;
    width: 21rem;
}

.lots_all_title{
    font-size: 1.675rem;
    text-align: center;
    font-family: "Alpine Bold";
    z-index: 1;
    padding: 2.5rem 1rem 2rem 0;
    line-height: 1;
    width: 100%;
    position: relative;
}

.lots_all_subtitle{
    font-size: 1.75rem;
    text-align: center;
    font-family: "Alpine Bold";
    color: #f2f021;
    z-index: 1;
    padding: 0 1rem 0 0;
    line-height: 1;
    width: 100%;
    position: relative;   
    text-shadow: 0px 0px 32px rgba(250, 250, 103, 1);
}
.lots_all_image{
    padding-right: 1rem;
    margin: 0;
}
.lots_all_details>p{
    font-size: 1.125rem;
    text-align: center;
    font-family: "Alpine Light";  
    color: white;
    margin: 0; 
    line-height: 1.15;
    padding-right: 1rem;
}
.lots_all_details{
    padding-right: 0.25rem;
}
.lots_all_details>p span{
    color: #f2f021;
}
.lots_all_details>span{
    font-size: 1.875rem;
    text-align: center;
    font-family: "Alpine Bold";  
    display: block;
    color: white; 
    line-height: 1.15;
}

.lots_mark_popup{
    border: 2px solid white;
    background-color: #01021f;
    width: 12rem;
    padding: 1rem;
    color: white;
    font-family: 'Alpine Light';
    line-height: 1.15;
    text-align: center;
    position: absolute;
    top: -3.375rem;
    right: -7rem;
    display: none;
}
.lots_all_block .lots_mark{
    position: absolute;
    right: -4rem;
    top: 1.5rem;
    cursor: pointer;
}
.lots_mark:hover+.lots_mark_popup{
    display: block;
    z-index: 3;
}

@media screen and (max-width: 1440px){
    
    .lots_all_subtitle {
        padding: 0.25rem 1rem 0 0;
    }
}*/
@media screen and (max-width: 1024px){
    .deroulement_video_right p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1280px){
    .ranking_bar_number {
        padding: 1rem 1.5rem;
    }
    .lots_all_block .lots_mark{
        right: -3.5rem;
    }
    .lots_mark_popup {
        right: -6rem;
    }
}
@media screen and (max-width: 1024px){
    .ranking_bar_number {
        padding: 1.25rem 1.25rem;
    }
    .deroulement_video_right p {
        font-size: 1.125rem;
        margin: 0 0 0.25rem 0;
    }
}

@media screen and (max-width: 992px){
    #lots .wrapper{
        padding: 0rem;
    }
    #lots{
        background-position: center;
    }
    .lots_box{
        display: flex;
        gap: 2rem;
        margin-top: 1rem;
        align-items: center;
        flex-direction: column;
    }
    .lots_img {
        transform: scale(0.9);
    }
    .ranking_bar_number {
        padding: 1.125rem 0.75rem;
        text-align: center;
        letter-spacing: -0.025rem;
    }
    .lots_all>img:first-child {
        width: 20rem;
    }
    .lots_all_block .lots_mark {
        right: -3.5rem;
    }
    .ranking_bar_number {
        font-size: 1.5rem;
    }
    .ranking_bar_number sup {
        font-size: 0.375em;
    }
}

@media screen and (max-width: 768px){
    .lots_img {
        width: 600px;
        height: 410px;
    }
    .lots_img img {
        transform: scale(0.85);
    }
    .lots_img a:hover img {
        transform: scale(0.95);
    }
    /* 2e place */
    #lots_img-2 .jersey {
        position: absolute;
        bottom: 6%;
        left: -4%;
    }
    #lots_img-2 .jersey span {
        left: 2rem;
    }
    #lots_img-2 .xbox span {
        top: -1rem;
        left: 5rem;
    }
}
@media screen and (max-width: 600px){
    .lots_img {
        width: 576px;
        height: 411px;
    }
    .lots_arrow-left{
        display: none;
    }
    .lots_arrow-right{
        display: none;
    }
    .ranking_bar>div{
        width: calc(100%);
        justify-content: space-around;
    }
    #lots_img-1 .track-racer img {
        width: 540px;
    } 
    #lots_img-1 .console {
        top: 82px;
        left: 0;
    }
    #lots_img-1 .jersey {
        bottom: -15px;
        right: -1rem;
    }
}

@media screen and (max-width: 480px){
    .ranking_bar_number {
        letter-spacing: -0.05rem;
        padding: 1.25rem 0.25rem;
    }
    .lots_all_block .lots_mark {
        right: -3rem;
    }
    .lots_img {
        width: 320px;
        height: 365px;
    }
    .lots_img img:not(.top) {
        transform: unset;
        max-width: 160px;
    }
    
    .lots_img a {
        font-size: 22px;
    }

    /* 2e place */
    #lots_img-2 .top {
        top: -4rem;
    }

    #lots_img-2 .controller {
        bottom: 15%;
        right: -2%;
    }
    #lots_img-2 .controller img {
        width: 120px;
    }
    #lots_img-2 .jersey {
        bottom: 19%;
        left: -12%;
    }
    #lots_img-2 .jersey span {
        bottom: -2rem;
        left: 0;
    }
    #lots_img-2 .xbox span {
        top: -1rem;
        left: 10rem;
    }
    #lots_img-2 .xbox {
        right: 32%;
        top: 3rem;
    }
}

@media screen and (max-width: 420px){
    .ranking_bar_number {
        font-size: 1.25rem;
        letter-spacing: -0.075rem;
        padding: 1.5rem 0.25rem;
    }
    .ranking_bar_number sup {
        font-size: 0.375em;
    }
}

@media screen and (min-width: 1921px){
    .deroulement_video_right p {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 2561px){
    .lots_img {
        transform: scale(1.35) translateY(4vh);
    }
    .deroulement_video_right p {
        font-size: 1.125rem;
    }
}



/* Lots top 3 */
#lots_img-3 .top {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#lots_img-3 .controller {
    bottom: 34%;
    right: 14%;
    position: absolute;
}
#lots_img-3 .controller span{
    top: -60px;
    right: -16%;
    position: absolute;
}

#lots_img-3 .jersey {
    top: 11%;
    left: 20%;
    position: absolute;
}
#lots_img-3 .jersey span {
    top: -2rem;
    left: -180px;
}

@media screen and (max-width: 992px){
    #lots_img-3 .jersey span {
        top: -2rem;
        left: -72px;
    }
    #lots_img-3 .controller {
        bottom: 34%;
        right: 21%;
    }
}

@media screen and (max-width: 768px){
    #lots_img-3 .jersey {
        top: 11%;
        left: 13%;
    }
    #lots_img-3 .jersey span {
        top: -2rem;
        left: -40px;
    }
}

@media screen and (max-width: 480px){
    #lots_img-3 .jersey img {
       max-width: 240px;
    }
    #lots_img-3 .controller img {
        max-width: 160px;
    }    
    #lots_img-3 .controller {
        bottom: 34%;
        right: 3%;
    }
    #lots_img-3 .jersey {
        top: 11%;
        left: 0%;
    }
}


/* Lots top 4 */

#lots_img-4 p{
    color: white;
    position: relative;
    text-align: center;
    font-family: "Alpine Bold";
    font-size: 1.5rem;
    margin: 0;
}
#lots_img-4 .jersey {
    top: 30%;
    left: 40%;
    position: absolute;
}
#lots_img-4 .jersey span {
    top: -2rem;
    position: absolute;
    left: 140px;
}

#lots_img-4 .a290-cap {
    bottom: 0;
    right: 20%;
    position: absolute;
}
#lots_img-4 .a290-cap span {
    bottom: -50px;
    right: 20%;
    position: absolute;
}
#lots_img-4 .minicar {
    bottom: 25%;
    right: -2%;
    position: absolute;
}
#lots_img-4 .minicar span {
    bottom: -50px;
    right: -20%;
    position: absolute;
}

#lots_img-4 .gamepass {
    bottom: 9%;
    left: 32%;
    position: absolute;
}
#lots_img-4 .gamepass>span {
    bottom: -50px;
    right: -20%;
    position: absolute;
}


#lots_img-4 .gloves {
    bottom: 6%;
    left: 9%;
    position: absolute;
}
#lots_img-4 .gloves span {
    bottom: 2rem;
    left: -8rem;
    position: absolute;
}

#lots_img-4 .esport-cap {
    top: 33%;
    left: 23%;
    position: absolute;
}
#lots_img-4 .esport-cap span {
    top: -45px;
    left: -121px;
    position: absolute;
}

@media screen and (max-width: 1280px){
    #lots_img-4 .gloves span {
        bottom: 7px;
        left: -79px;
    }
}
@media screen and (max-width: 992px){
    #lots_img-4 .a290-cap {
        bottom: 3px;
        right: 23%;
    }
    #lots_img-4 .a290-cap span {
        bottom: -50px;
        right: -13%;
    }
    #lots_img-4 .minicar {
        bottom: 25%;
        right: 5%;
    }
    #lots_img-4 .minicar span {
        bottom: -37px;
        right: -25%;
        position: absolute;
    }
}

@media screen and (max-width: 768px){
    #lots_img-4 .a290-cap {
        bottom: 7px;
        right: 18%;
    }
    #lots_img-4 .a290-cap span {
        bottom: -26px;
        right: -78px;
    }
    #lots_img-4 .minicar {
        bottom: 24%;
        right: 6%;
    }
    #lots_img-4 .minicar span {
        bottom: unset;
        right: -25%;
        top: -1rem;
    }
    #lots_img-4 .jersey {
        top: 24%;
        left: 31%;
    }
    #lots_img-4 .jersey span {
        top: -1rem;
        left: 140px;
    }
}
@media screen and (max-width: 600px){
    #lots_img-4 .minicar span {
        right: -15%;
        top: -2rem;
    }
    #lots_img-4 .gloves {
        bottom: 6%;
        left: 13%;
    }
}

@media screen and (max-width: 480px){

    #lots_img-4 img:not(.top) {
        transform: unset;
        max-width: 121px;
    } 
    #lots_img-4 .gloves {
        bottom: 6%;
        left: 6%;
    }
    #lots_img-4 .jersey {
        top: 35%;
        left: 48%;
    }
    #lots_img-4 .jersey span {
        top: -1.5rem;
        left: 2px;
    }
    #lots_img-4 .jersey img {
        max-width: 197px;
    }
    #lots_img-4 .esport-cap {
        top: 33%;
        left: 16%;
    }
    #lots_img-4 .esport-cap span {
        top: -29px;
        left: -62px;
    }
    #lots_img-4 .minicar img {
        max-width: 166px;
    }
}


@media screen and (max-width: 480px){
    .lots_img {
        width: 320px;
        height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
    }
    .lots_img a {
        font-size: 22px;
        position: relative !important;
        bottom: unset !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        display: flex !important;
        flex-direction: column-reverse;
        gap: 0.875rem;
        justify-content: center;
        align-items: center;
    }
    .lots_img a span{
        position: relative !important;
        bottom: unset !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        display: block !important;
        text-align: center;
    }   
    .lots_img  .top {
        position: relative!important;
        top: unset!important;
        left: unset!important;
        transform:unset!important;
    }
    .lots_img {
        transform: unset;
    }
    #lots_img-4 .gamepass span>span {
        transform: unset;
    }
    #lots_img-4 p {
        margin: 0.5rem 0;
    }
}

@media screen and (min-width: 1921px){
    .ranking_bar_number{
        font-size: 30px!important;
    }
    .lots_box{
        transform: scale(1.25) translateY(3rem);
    }
    .ranking_bar {
        transform: scale(1.125);
    }
    .copy-code_code>a {
        font-size: 1.675rem;
    }
    .copy-code_code svg {
        width: 1.675rem;
    }
    .copy-code_title {
        font-size: 1.125rem;
        line-height: 1;
    }
}



/*********************************/
/********* GUIDE DE JEU ***********/
/*********************************/



#deroulement{
    background-color: #00031f;
}

#deroulement h2{
    color: white;
}

.deroulement-nav{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #161f6c;
    border-bottom: 2px solid #161f6c;   
    padding: 0 3rem;
    margin-bottom: 6rem;
}
.deroulement-nav_block{
    padding: 1rem 1.25rem;
    position: relative;
    cursor: pointer;
    width: 20%;
}
.deroulement-nav_block span{
    font-family: "Alpine Light";
    font-size: 1.875rem;
    display: block;
    line-height: 1.25;
}

.deroulement-nav_block.active span, .deroulement-nav_block:hover span{
    font-family: "Alpine Bold";
    text-shadow: 0px 0px 32px rgba(254, 34, 132, 1);
}
.deroulement-nav_block .deroulement-nav_block_number{
    color: #fe2987;
}
.deroulement-nav_block .deroulement-nav_block_title{
    color: white;
}
.deroulement-nav_block.active .deroulement-nav_block_title, .deroulement-nav_block:hover .deroulement-nav_block_title{
    color: #fe2987;
}
.deroulement-nav_block.active:after{
    content:"";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background-color: #fe2987;
    left: 50%;
    transform: translateX(-50%);
}

.deroulement-nav_block.active:before{
    content:"";   
    width: 0; 
    height: 0; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top:14px solid #fe2987;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
  }

.deroulement_video{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.deroulement_video .arrow-left{
    position: relative;
    cursor: pointer;
    width: 82px;
    height: 82px;
}
.deroulement_video .arrow-left path:nth-child(2), .deroulement_video .arrow-left path:nth-child(1){
    fill: #00031f;
}
.deroulement_video .arrow-left:hover path:nth-child(2), .deroulement_video .arrow-left:hover path:nth-child(1){
    fill: #fe2987;
    stroke: #fe2987;
}
.deroulement_video .arrow-left:hover path:nth-child(3){
    fill: white;
}
.deroulement_video .arrow-left:after{
    content: "";
    height: 3px;
    width: 5rem;
    background-color: #161f6c;
    display: block;
    position: absolute;
    left: 80px;
    top: calc(50% + 1px);
    z-index: 1;
}


.deroulement_video .arrow-right{
    position: relative;
    cursor: pointer;
    width: 82px;
    height: 82px;
}
.deroulement_video .arrow-right:hover path:nth-child(3), .deroulement_video .arrow-right:hover path:nth-child(2), .deroulement_video .arrow-right:hover path:nth-child(1){
    fill: #fe2987;
    stroke: #fe2987; 
}
.deroulement_video .arrow-right:hover path:nth-child(4){
    fill: white;
}

.deroulement_video .arrow-right:before{
    content: "";
    height: 3px;
    width: 5rem;
    background-color: #161f6c;
    display: block;
    position: absolute;
    right: 81px;
    top: calc(50% + 1px);
    z-index: 1;
}


/* DÃ©roulement : Bloc de la vidÃ©o - moitiÃ© gauche */

.deroulement_video_left{
    width: calc(50% - 8rem);
    z-index: 2;
}
.deroulement_video_left img{
    height: 350px;
}
.deroulement_video_left .video-box:not(.active){
    display: none;
}

/* DÃ©roulement : Bloc de la vidÃ©o - moitiÃ© droite */

.deroulement_video_right{
    width: 598px;
    z-index: 2;
    background-image: url(../img/content_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 350px;
}


.deroulement_video_right>svg{
   position: absolute;
}

.deroulement_video_right p{
    color: white;
    font-family: "Alpine Light";
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 0.5rem 0;
}

.deroulement_video_right_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 3rem 2rem 2rem;
    z-index: 1;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.deroulement_video_right_content:not(.active){
    display: none;
}

.deroulement_video_right_content_step{
    position: relative;
    transform: translateX(-1.5rem);
    width: 12rem;
    margin-top: 1rem;
}
.deroulement_video_right_content_step_number{
    color: #fe2987;
    font-size: 5rem;
    line-height: 1;
    font-family: "Alpine Bold";
    text-shadow: 0px 0px 32px rgba(254, 34, 132);
    position: absolute;
    left: 90px;
    top: -30px;
}

.deroulement_video_right_content_step_title{
    color: #fe2987;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "Alpine Bold";
    text-shadow: 0px 0px 32px rgba(254, 34, 132);
    position: absolute;
    left: 35px;
    bottom:30px;
}

/* Step 1 */
.deroulement_video_right_content .available-on{
    margin-top: 0rem;
}

.deroulement_video_right_content .available-on img{
    max-width: 100%;
}

/* Step 2 */

#deroulement_video_right_content_2 .copy-code{
    position: relative;
    bottom: unset;
}


#deroulement_video_right_content_2 .copy-code_text{
    position: relative;
    margin-top: 1rem;
}

@media screen and (max-width: 1680px){
    .deroulement_video_right_content_step_title{
        bottom: 31px;
    }
}

@media screen and (max-width: 1440px){
    .deroulement_video_left img, .deroulement_video_right{
        height: 311px;
        width: 509px;
    }
}

@media screen and (max-width: 1366px){
    .deroulement_video_left img, .deroulement_video_right{
        height: 256px;
        width: 429px;
    }
    
    .deroulement_video_right p{
        font-size: 1.25rem;
        margin: 0 0 0.25rem 0;
    }
}
@media screen and (max-width: 1024px){
    .deroulement_video_left img, .deroulement_video_right{
        height: 200px;
        width: 332px;
    }
    .deroulement_video_right_content_step{
        margin-top: -0.25rem;
    }
    .deroulement_video_right_content_step_number {
        font-size: 4.5rem;
        left: 94px;
        top: -10px;
    }
    .deroulement_video_right_content_step_title{
        left: 35px;
        bottom: 31px;
    }
}


@media screen and (max-width: 992px){
    .deroulement-nav{
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .deroulement-nav_block span {
        text-align: center;
        line-height: 1.15;
        font-size: 1.375rem;
    }
    .deroulement_video {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .deroulement_video_left {
        width: 500px;
    }
    .deroulement_video_left img{
        height: auto;
        width: 497px;
    }
    .deroulement_video_right {
        width: 494px;
        height: 295px;
    }
    .deroulement_video .arrow-left {
        display: none;
    }
    .deroulement_video .arrow-right {
        display: none;
    } 
    .deroulement_video_right p{
        font-size: 1.25rem;
    }  
    
}

@media screen and (max-width: 768px){
    .deroulement-nav_block{
        padding: 1rem 1rem;
    }
    .deroulement_video_right_content_step_number {
        font-size: 4.5rem;
        left: 89px;
        top: -16px;
    }
}

@media screen and (max-width: 600px){
    .deroulement-nav {
        padding: 0;
        margin-bottom:2rem;
    }
    .deroulement-nav_block {
        padding: 0.5rem 0.375rem;
    }
    .deroulement-nav_block span {
        font-size: 1.125rem;
    }
    .deroulement_video_right_content_step_number{
        top: -20px;
        font-size: 4rem;
    }
    .deroulement-nav_block .deroulement-nav_block_number{
        font-size: 1.5rem;
    }
}


@media screen and (max-width: 480px){
    .deroulement_video_left {
        width: 100%;
    }
    .deroulement_video_right {
        width: 405px;
    }
    .deroulement_video_right p{
        font-size: 1rem;
        text-align: center;
        margin: 0;
        margin-top: -1rem;
    }
    .deroulement_video_right_content_step {
        margin-top: -3.25rem;
    }
    .deroulement_video_right_content_step_number {
        top: -10px;
    }
    .deroulement_video_right_content {
        align-items: center;
        padding: 1rem;
        justify-content: center;
    }
    .deroulement_video_right_content{
        height: 250px;
    }

        #deroulement_video_right_content_2 .copy-code {
            left: unset; 
            transform: unset;
        }
        .deroulement_video_left img {
            width: 100%;
        }
        .deroulement_video_right {
            height: 245px;
        }
        .deroulement-nav_block span{
            font-size: 1rem;
        }
        #deroulement_video_right_content_2 .copy-code_text {
            position: relative;
            margin-top: 0.25rem;
        }
        .copy-code_code>a {
            font-size: 1.5rem;
        }
        .deroulement_video_right_content_step_number {
            top: -3px;
            font-size: 3.5rem;
        }
        .copy-code_code svg {
            width: 1.75rem;
        }
}
@media screen and (max-width: 420px){
    .deroulement_video_right_content {
        height: 215px;
    }
    .deroulement_video_right {
        height: 215px;
        width: 351px;
    }
    .deroulement_video_right_content_step_number {
        left: 92px;
    } 
}
@media screen and (max-width: 380px){
    .deroulement_video_right {
        height: 202px;
        width: 327px;
    }
    .deroulement_video_right_content_step_number {
        left: 93px;
    }
}



@media screen and (min-width: 1921px){
    .deroulement_video_right{
        width: 694px;
        height: 405px;
    }
    .deroulement_video_left img {
        height: 405px;
    }
    .deroulement-nav_block{
        padding: 1rem 0.875rem;
    }
    
    .deroulement_video_right_content_step_title{
        font-size: 1.125rem;
        bottom: 31px;
    }

}


/*********************************/
/************ ALPINE *************/
/*********************************/

#alpine{
    padding: 0;
}

#alpine .video-box{
    cursor: auto!important;
}


#alpine h2>span{
    font-size: 4rem;
    display: block;
}
#alpine h2{
    font-size: 6.25rem;
    text-align: left;
    line-height: 1;
}

.alpine_title{
    position: absolute;
    top: 40%;
    left: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.blue-glow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 3rem;
}
.blue-glow:hover{
    opacity: 0.9;
}
.blue-glow>img{
    position:absolute;
    max-width: 24rem;
}
.blue-glow svg{
    z-index: 2;
}
.blue-glow svg path{
   stroke: white;
}
.blue-glow span{
    color: white;
    z-index: 2;
    font-family: "Alpine Bold";
    font-size: 2rem;
 }



@media screen and (max-width: 1480px){
    .blue-glow {
        margin-left: 3.5rem;
    }
    .alpine_title {
        top: 28%;
    }
}


@media screen and (max-width: 992px){
    #alpine h2 {
        font-size: 5rem;
    }
    .alpine_title {
        top: 20%;
        left: 5%;
    }
    #alpine h2>span {
        font-size: 3rem;
    }
    .blue-glow{
        transform: scale(0.75);
        margin-top: -1rem;
        margin-left: 2rem;
    }
}

@media screen and (max-width: 768px){
    #alpine h2{
        font-size: 5rem;
    }
}

@media screen and (max-width: 480px){
    .alpine_title{
        left: 2rem;
        top: 2rem;
    }
    #alpine h2 {
        font-size: 3rem;
    }
    #alpine h2>span {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1921px){
    .blue-glow{
        margin-left: 3rem;
        transform: scale(1.25);
    }
}

#alpine video::-webkit-media-controls-timeline {
    background-color: #3a51f5;
    padding-bottom: 0;
    width: 92vw;
    margin: 0 auto 20px;
}


/*********************************/
/************ FOOTER *************/
/*********************************/

footer {
    background-color: #00021f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    flex-wrap: wrap;
}

.logo-alpine{
    max-width:18rem;
}

.footer-links .links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links a,
.footer-links p {
    color: white;
    font-family: "Alpine Bold";
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5rem;
    margin: 0;
}

.footer-links a:hover {
    color: #3b54ff;
}

footer .divider {
    color: white;
    font-family: "Alpine Bold";
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

.to-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-family: "Alpine Bold";
    align-items: center;
    font-size: 1.5rem;
}
.to-top:hover{
    color: #3b54ff;
}
.new-alpine{
    color: white;
    font-family: "Alpine Bold";
    font-size: 1.5rem;
    display: flex;
    gap: 0.5rem;
}
.new-alpine:hover{
    color: #3b54ff;
}

.social-footer{
   display: flex;
   gap: 1rem;
}
.social-footer svg{
    width: 1.75rem;
    height: 1.75rem;
}
.social-footer path{
    fill: #3b54ff;
}
.social-footer svg:hover path{
    fill: white;
}

@media screen and (max-width: 1366px){
    footer {
        flex-wrap: wrap;
        gap: 3rem 6rem;
        justify-content: center;
    }
}
@media screen and (max-width: 1280px){
    footer {
        gap: 3rem 5rem;
    }
}
@media screen and (max-width: 992px) {

    footer {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .links{
        margin-top: 2rem;
    }
}

@media screen and (max-width: 480px){
    .footer-links a,.footer-links p {
        font-size: 1.25rem;
    }
}


.post_footer {
    background-color: #00021f;
    padding: 1rem 2rem;
    border-top: 2px solid #090b45;
}

.post_footer>p, .post_footer a {
    color: #40466d;
    font-size: 0.675rem;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.post_footer a:hover{
    color: white;
}

@media screen and (max-width: 1921px){
    .post_footer>p, .post_footer a {
        font-size: 0.75rem;
    }
}


/*************************************************************************************/
/************************************ POPUPS *****************************************/
/*************************************************************************************/

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
}

.open-cookies {
    cursor: pointer;
}

.popup .main-overlay,
#cookies .main-overlay {
    background-color: rgb(22, 31, 108, 0.8);
    width: 100%;
    height: 100%;
}

form {
    margin-block-end: 0rem;
}

.popup .popup-step {
    width: 781px;
    height: 549px;
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/popup.png);
    background-repeat: no-repeat;
    overflow: visible;
}

.close-popup,
.close-param-cookies-popup {
    position: absolute;
    top: 22px;
    right: 12px;
    cursor: pointer;
    padding: 0.25rem;
}
.close-param-cookies-popup {
    top: 10px;
    right: 15px;
}
.close-popup:hover,
.close-param-cookies-popup:hover {
    opacity: 0.8;
}

.close-popup svg {
    height: 24px;
    width: 24px;
    fill: white;
}

.close-popup path,
.close-param-cookies-popup path {
    fill: white;
}


.popup h3 {
    color: white;
    font-size: 2.5rem;
    font-family: "Alpine Bold";
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0rem auto 1rem;
    line-height: 1.15;
}



/****** Step 1 *********/


#step1 .flex-row {
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.step1-left {
    position: relative;
    width: 610px;
    height: 393px;
    background-image: url(../img/zone.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.step1-left_text{
    font-family: "Alpine Bold";
    font-size: 2rem;
    position: absolute;
    bottom: 3rem;
    text-align: center;
    left: 50%;
    transform: translateX(-54%);
    width: max-content;
    max-width: 85%;
}
.step1-left_text span:first-child{
    color: white;
    display: block;
    line-height: 1;
}
.step1-left_text span:last-child{
    color: #f2f021;
    display: block;
    line-height: 1;
}
.step1-left:hover {
    opacity: 0.6;
}

input#fakeInput {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    display: block;
    padding: 11px 0;
    box-sizing: border-box;
    border: initial;
    background-color: transparent;
}

.step1-left input#step1-screenshot {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.step1-left label {
    width: 100%;
    cursor: pointer;
}

#filename {
    margin: 1rem auto;
    text-align: center;
}

/* step1-middle */

.step1-middle p {
    color: #1c1c70;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Giorgio Sans Bold";
    position: relative;
}

.step1-middle p:before {
    width: 2px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 1px);
    background: #0c0b2b;
}

.step1-middle p:after {
    width: 2px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: calc(50% - 1px);
    background: #0c0b2b;
}

.step1-right p {
    width: 339px;
}

.step1-right p {
    color: #1c1c70;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Giorgio Sans Bold";
    margin-top: 0;
    margin-bottom: 16px;
}

.step1-right input {
    background: #e4e4ef;
    border: 4px solid #1c1c70;
    border-radius: 20px;
    padding: 8px 20px;
    width: 220px;
}


.to-step2 {
    margin: 2rem auto 0;
    width: fit-content;
    cursor: pointer;
}



/****** Step 2 *********/
#step2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#step2 .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0; 
    font-size: 2rem;
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    left: 50%;
}


#step2 .popup-submit  {
    position: relative;
    padding: 1rem 10rem;
    width: max-content;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    transition: 0.2s;
}
#step2 .popup-submit:hover{
    transform: scale(1.1);
    transition: 0.2s;
}
#step2 .popup-submit span{
    color: #353509;
    font-family: "Alpine Bold";
    z-index: 1;
    display: block;
    position: relative;
    font-size: 1.75rem;
}
#step2 .popup-submit img{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    left: 50%;
    z-index: 0;
}


.inscription-checkboxes>label {
    margin-bottom: 4px;
}

#step2 label {
    color: white;
    display: block;
    font-family: 'Alpine Light';
    font-size: 1.25rem;
    text-align: center;
    position: relative;
    width: calc(100% - 2rem);
    letter-spacing: -0.05rem;
}
#step2 label img {
    position: absolute;
    top: -6px;
    left: -13px;
}



#step2 input {
    color: white;
    font-family: 'Alpine Light';
    padding: 1.125rem 1rem 1.125rem 2.5rem;
    font-size: 1.125rem;
    width: 100%;
    background-image: url(../img/email_input.png);
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    background-size: contain;
}


:-webkit-autofill {
    transition: all 100000s ease-in-out 0s;
  }

#step2 input:focus,
#step2 input:focus-visible {
    color: white;
    outline: none;
    background-color: transparent;   
}


#row-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 80%;
    margin: 1rem auto;
}
#row-input span {
    color: #81fcf7;
    font-family: "Alpine Bold";
}
#row-input>div {
    display: flex;
    align-items: center;
}

#row-input label{
    width: 7rem;
    left: 15px;
}
.row-checkbox {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
    width: 100%;
    max-width: 80%;
    margin: .75rem auto;
}

.row-checkbox label {
    text-align: left !important;
}

.row-checkbox a {
    color: #7cf5f1;
    font-family: "Alpine Bold";
}

.row-checkbox a:hover {
    color: white;
}

#step2 input[type="checkbox"] {
    width: auto;
    margin: 0.25rem 1rem 0 0;
    cursor: pointer;
    width: 2rem;
    height: 1.75rem;
}

/* Step 3 */

#step-confirmation {
    display: flex;
    height: 390px;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/last_step.png);
}

#step-confirmation>img{
    width: 150px;
    margin: 0 auto 1rem;
}

#step-confirmation p {
    color: white;
    font-size: 1.5rem;
    font-family: "Alpine Light";
    text-align: center;
    line-height: 1.5;
    padding: 0 2rem;
    margin-top: 0;
}

.end-popup {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    font-size: 1.75rem;
    font-family: "Alpine Bold";   
    color: #353509;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}
.end-popup:hover{
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.2s;
}
.end-popup span{
    z-index: 1;
    position: relative;
}
.end-popup img{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    left: 50%;
    z-index: 0;
}

#row-checkbox {
    display: flex;
    margin-top: 30px;
    align-items: baseline;
}

.question_mark {
    color: white;
    font-size: 1.75rem;
    font-family: "Alpine Bold";
    position: absolute;
    right: 0.375rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.25rem 0.8rem;
}

.question_mark:hover {
    opacity: 0.8;
}

.info-screen {
    min-width: 380px;
    max-width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 2rem;
    overflow: hidden;
    background-size: cover;
    position: absolute;
    top: -3rem;
    font-size: 2rem;
    font-family: "Alpine Bold";
    display: none;
    background-color: #03042d;
    border: 2px solid white;
}
.question_mark:hover+.info-screen {
    display: block;
}

.info-screen>p {
    text-align: center;
    width: calc(100% - 6rem);
    margin: 0 auto 1rem;
}

.info-screen>img {
    max-width: 100%;
}

.close_info-screen {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #e41569;
    border-radius: 40px;
    padding: 0.675rem;
    border: 3px solid white;
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
}

.close_info-screen>svg {
    height: 24px;
    width: 24px;
    fill: white;
}

.close_info-screen:hover {
    background-color: #ff4691;
}

@media screen and (max-width: 1440px){
    .question_mark {
        padding: 0.25rem 0.875rem;
    }
    
}

@media screen and (max-width: 1024px) {

    .step1-left {
        position: relative;
        max-width: 600px;
        height: 382px;
    }

    input#fakeInput {
        height: 382px;
        width: 544px;
    }
    .question_mark {
        top: 50.75%;
        transform: translateY(-50%);
        padding: 0.25rem 1.25rem;
    }
}

@media screen and (max-width: 992px) {
    .question_mark {
        padding: 0.25rem 0.75rem;
    }

    .info-screen {
        min-width: unset;
        max-width: 80%;
    }
    .info-screen>p {
        padding-top: 1rem;
    }
    .info-screen>img {
        max-width: 380px;
    }

    #step1 .flex-row {
        flex-direction: column;
    }

    #step-confirmation p {
        font-size: 1.125rem;
        line-height: 1.25;
        margin: 0 0 1rem;
    }
    .close-param-cookies-popup{
        top: -10px;
        right: -9px;
    }
}

@media screen and (max-width: 800px) {
    #row-input {
        max-width: 100%;
        margin: 0.25rem 0;
    }

    #row-input>div {
        width: 100%;
        margin-bottom: 0rem;
    }

    .row-checkbox {
        max-width: 87%;
    }

    .popup h3 {
        font-size: 2rem;
    }

    .info-screen>p {
        text-align: center;
        width: calc(100%);
        padding-top: 2rem;
    }
    #filename {
        margin: 0.25rem auto;
    }

    #step-confirmation {
        height: 314px;
    }
    .close-popup, .close-param-cookies-popup {
        top: 9px;
        right: 3px;
    }
    .step1-left {
        position: relative;
        max-width: 481px;
        height: 305px;
    }
    .step1-left_text {
        bottom: 1rem;
    }
    .question_mark {
        right: -0rem;
        top: 50.9%;
        padding: 0.125rem 0.875rem;
    }
    input#fakeInput {
        height: 321px;
        width: 467px;
    }
    #step2 label {
        font-size: 1rem;
        line-height: 1.15;
        letter-spacing: -0.05rem;
    }
    #step2 label img {
        position: absolute;
        top: -10px;
        left: -7px;
    }
    .popup .popup-step {
        width: 600px;
        height: 429px;
    }  
    #step2 .popup-submit span {
        font-size: 1.5rem;
    }   
    #step2 .popup-submit img {
        width: 270px;
    }  
}


@media screen and (max-width: 600px) {
    .info-screen {
        max-width: 70%;
    }
    .step1-left {
        max-width: 380px;
        height: 242px;
    }
    .question_mark {
        padding: 0.125rem 0.675rem;
    }
    .step1-left_text {
        font-size: 1.5rem;
    }
    .info-screen>img {
        max-width: 100%;
    }
    #step-confirmation>img{
        display: none;
    }
    input#fakeInput {
        height: 321px;
        width: 467px;
    }
    #step2 input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
    }
    #step2 input {
        padding: 0.75rem 1rem 0.75rem 2rem;
        font-size: 1rem;
        width: 15rem;
    }
    #row-input label {
        width: auto;
    }
    #step2 label img {
        position: relative;
        top: unset;
        left: unset;
        display: none;
    }
}




@media screen and (max-width: 480px) {
    .popup h3 {
        font-size: 1.5rem;
        padding: 0 1.5rem;
    }

    .close-popup {
        top: 4px;
        right: 0px;
    }
    .close-popup img {
        width: 38px;
        height: 38px;
    }  
    .info-screen {
        width: 73%;
    }

    .info-screen>img {
        max-width: 100%;
    }

    .info-screen>p {
        padding-top: 0rem;
        width: calc(100% - 4rem);
    }

    #row-input label {
        text-align: center;
    }
    .question_mark {
        font-size: 1.125rem;
        top: 50.5%;
    }
    .step1-left_text {
        font-size: 1.5rem;
        bottom: 1rem;
        max-width: 83%;
    }
    .popup .popup-step {
        width: 369px;
        height: 268px;
    }
    .step1-left {
        max-width: 322px;
        height: 206px;
    }
    .step1-left_text {
        font-size: 1.25rem;
    }
    input#fakeInput {
        height: 198px;
        width: 268px;
    }

    #row-input>div {
        margin-bottom: 0rem;
    }
    #row-input {
        margin: 0.25rem auto;
        max-width: 92%;
    }
    .row-checkbox {
        margin: 0.25rem auto 0;
        max-width: 88%;
    }
    #row-input span {
        transform: translateY(-2px) translateX(4px);
    }

    .info-screen {
        min-width: unset;

    }
    #step-confirmation {
        height: 230px;
        width: 440px;
    }
    #step-confirmation p {
        font-size: 1.025rem;
    }
    .end-popup img{
        width: 14rem;
    }
    .end-popup {
        font-size: 1.5rem;
    }
    #step2{
        width: 440px;
        height: 326px;
    }   
    #step2 input[type="checkbox"] {
        width: 16px !important;
        height: 16px !important;
        padding: 0!important;
        line-height: 1;
    }
    #step2 .popup-submit img {
        width: 270px;
    } 
    #step2 .popup-submit span {
        font-size: 1.25rem;
    } 
    #step2 label img {
        position: absolute;
        top: -6px;
        left: -4px;
        width: 76px;
    }
}


@media screen and (max-width: 420px) {
    #step-confirmation {
        height: 186px;
        width: 340px;
    }
    #step-confirmation p {
        padding: 0 1rem;
    }
    .close-popup {
        top: 4px;
        right: 1px;
    }
    .question_mark {
        top: 51.2%;
    }
    .step1-left {
        max-width: 308px;
        height: 195px;
    }
    #step2{
        width: 366px;
        height: 267px;
    }  
    #step2 input {
        width: 15rem;
        padding: 0.5rem 1rem 0.5rem 2.5rem;
        font-size: 1rem;
    }
    #step2 label img {
        top: -7px;
        left: -15px;
        width: 68px;
    }
    #step2 label{
        font-size: 0.875rem;
        line-height: 1.1;
        letter-spacing: -0.05rem;
        width: calc(100% - 1rem);
    }
    .end-popup {
        font-size: 1.5rem;
    }
    .end-popup img {
        width: 190px;
    }
    .popup h3 {
        margin: 0 0 0.25rem 0;
    }
    #step2 input[type="checkbox"] {
        width: auto;
        margin: 0rem 1rem 0 0;
        width: 13px !important;
        height: 14px !important;
        box-sizing: content-box;
        margin: 0rem 0.5rem 0 0;
    }
}



@media screen and (min-width: 1921px) {

    .close-popup,
    .close-param-cookies-popup {
        transform: scale(1.5);
        top: 31px;
        right: 24px;
    }
    #row-input span {
        font-size: 1rem;
        padding: 0 0 0 1rem;
        transform: translateY(-9px);
        display: block;
    }
    #row-input label{
        width: 7rem;
        left: 35px;
        top: 9px;
    }
    #step2 label img {
        position: absolute;
        top: -14px;
        left: 28px;
    }
    #step2 input {
        padding: 0.5rem 2rem 0.5rem 1rem;
        font-size: 1.5rem;
        width: 14rem;
    }
    #step2 .popup-submit span {
        font-size: 1.5rem;
    }
    .popup .popup-step {
        width: 983px;
        height: 693px;
    }
    #step-confirmation {
        height: 480px;
    }
    .end-popup {
        bottom: -12px;
    }
    .step1-left_text {
        font-size: 1.75rem;
        bottom: 2rem;
    }
    .question_mark {
        right: 0.125rem;
    }
}






/*************************************************************************************/
/************************************ COOKIES ****************************************/
/*************************************************************************************/


#cookies {
    display: none;
    position: fixed;
    z-index: 9;
    bottom: 0;
}

.popup-cookies-choices{
    flex-direction: column!important;
}

.popup-cookies-main,
.popup-cookies-choices {
    margin: auto;
    padding: 4rem 3rem 3rem;
    overflow: hidden;
    background: white;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    background-image: url(../img/bg-deroulement.png);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    max-width: 480px;
    text-align: center;
    background-color: #00021f;
    border: 2px solid #090b45;
}

.popup-cookies-main h3, .popup-cookies-choices h3{
    color: #fe2987;
    font-family: "Alpine Bold";
    text-shadow: 0px 0px 32px rgba(254, 34, 132, 1);
}

.popup-cookies-main button{
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    font-family: "Alpine Bold";
    color: #fe2987;
}

#cookies {
    width: 100%;
}
#cookies ul{
    width: fit-content;
    margin: 0 auto;
}
#cookies ul li{
	color: white;
    font-family: "Alpine Bold";
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.25;
    margin: 0 auto;
    text-align: center;
}
#cookies .main-overlay {
    background-color: transparent;
    box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.75);
}

.popup-cookies-main,
.popup-cookies-choices {
    width: 100%;
    padding: 2rem;
    top: unset;
    left: unset;
    transform: unset;
    max-width: unset;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, 0.51);
    z-index: 10;
}

.popup-cookies-main h3,
.popup-cookies-choices h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.popup-cookies-main p,
.popup-cookies-choices p {
    text-align: center;
    color: white;
}


.popup-cookies-choices {
    display: none;
}

.popup-cookies-main p {
    font-size: 14px;
    margin: 0.5rem 0 0 0;
}



.popup-cookies-main a {
    color: #fe2284;
    font-family: "Alpine Bold";
}

.popup-cookies-main a:hover {
    color: white;
}

#cookies .flex-row {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 1240px;
    margin: 2rem auto 0;
}

.popup-cookies-choices-table .flex-row {
    justify-content: flex-start !important;
    max-width: 100% !important;
}

#set-cookies,
#dont-give-consent-cookies {
    cursor: pointer;
    width: 300px;

}


#set-cookies:hover,
#dont-give-consent-cookies:hover {
    opacity: 0.9;
}


.popup-cookies-choices-table {
    margin-top: 1rem;
    text-align: left;
}

.popup-cookies-choices-block {
    padding: 1em 0;
    border-bottom: 1px solid black;
}

.popup-cookies-choices-block>* {
    text-align: left !important;
}

.popup-cookies-choices-block>.flex-row {
    flex-direction: row !important;
    margin-top: 1rem !important;
    width: 100% !important;
    gap: 1rem;
    display: flex;
}

.popup-cookies-choices-block:last-of-type {
    border-bottom: 0px solid black;
}

.popup-cookies-choices-block strong {
    font-family: "Alpine Bold", sans-serif;
    font-size: 1.25rem;
    margin: 1em 0 0.5em;
    color: white;
}

.popup-cookies-choices-block p {
    font-family: "Alpine Bold", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    margin: 0.25rem 0 0;
    color: white;
}

.popup-cookies-choices-block .give-consent_cookies,
.popup-cookies-choices-block .no-consent_cookies {
    color: white;
    font-size: 1.125rem;
    font-family: "Alpine Bold";
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25rem;
    background: transparent;
    line-height: 1;
    border: 1px solid white;
    margin: 0;
}

.give-consent_cookies:hover,
.give-consent_cookies:focus {
    background-color: #188600;
    color: white;
    border-color: #188600;
}

.give-consent_cookies_disabled {
    border-radius: 30px;
    padding: 0.5rem 2rem 0.5rem;
    background-color: #188600;
    color: white;
    font-size: 16px;
    font-family: "anton";
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #188600;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25rem;
    line-height: 1;
}

.no-consent_cookies:hover,
.no-consent_cookies:focus,
.no-consent_cookies:active {
    background-color: #f80d34;
    color: white;
    border-color: #f80d34;
}

#give-consent-cookies {
    border-color: #f80d34;
    cursor: pointer;
    margin-top: 1.5rem !important;
    width: 100%;
}

#end-cookies {
    margin: 1rem auto;
    border: 0px;
    display: block;
    width: fit-content;
    cursor: pointer;
    font-family: "Alpine Bold";
    color: #353509;
    font-size: 1.5rem;
    background-color: transparent;
    position: relative;
}
#end-cookies span{
    position: relative;
    z-index: 2;
}
#end-cookies img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#give-consent-cookies {
    margin-top: 0rem !important;
    width: 300px;
}
#set-cookies,
#dont-give-consent-cookies,
#give-consent-cookies {
    border: 2px solid #f3f12b;
    color: #f3f12b;
}

@media screen and (max-width: 1280px) {
    #cookies .flex-row {
        max-width: 100%;
    }

    #set-cookies,
    #dont-give-consent-cookies,
    #give-consent-cookies {
        width: 300px;
        padding: 0.5rem 2rem;
    }
}

@media screen and (max-width: 992px) {

    .popup-cookies-main,
    .popup-cookies-choices {
        min-width: unset;
        margin: auto;
        width: 100%;
        padding: 2rem;
    }

    .popup-cookies-choices {
        padding: 2rem;
    }

    #cookies .flex-row {
        justify-content: space-between;
        margin-top: 2em;
    }

    #cookies .flex-row>button {
        font-size: 1.125rem;
        padding: 0.5rem 1.75rem;
    }

    #cookies .flex-row {
        justify-content: space-between;
        margin-top: 2em;
    }

    .popup-cookies-main {
        padding: 2rem;
    }

    #set-cookies,
    #dont-give-consent-cookies,
    #give-consent-cookies {
        width: 240px;
        padding: 0.5rem 1.75rem;
    }
}

@media screen and (max-width: 800px) {
    #cookies .flex-row {
        flex-direction: column;
    }

    #cookies .flex-row>button {
        margin-top: 1rem !important;
    }

    #cookies .flex-row {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 480px) {

    #cookies .flex-row {
        justify-content: space-between;
        margin-top: 0.5rem;
        flex-direction: column;
    }

    #cookies .flex-row>button {
        margin: 0rem auto 0.5rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    #end-cookies {
        margin: 0em auto 0;
        padding: 0.5rem 2rem;
    }

    .popup-cookies-choices-block strong {
        font-size: 1.125rem;
        margin: 0.75em 0 0.375em;
    }

    .popup-cookies-main,
    .popup-cookies-choices {
        padding: 3rem 1rem 2rem;
    }
}

@media screen and (min-width: 1921px){
    #set-cookies, #dont-give-consent-cookies {
        width: 380px;
    }

}

.footnotes {
    font-size: 0.875rem;
    margin-top: 3rem;
    display: block;
}



/*************************************************************************************/
/************************************* LEGAL *****************************************/
/*************************************************************************************/


#legal {
    background-color: #00021f;
    color: white;
    padding: 5rem 0 0;
}

#legal .wrapper {
    padding: 4rem 2rem;
    max-width: 992px;
    min-height: calc(100vh - 8rem);
    box-sizing: border-box;
    height: auto;
}

#legal h3{
    color: #fe2284;
    margin-top: 3rem;
    line-height: 1.15;
}
#legal h4{
    color: #3b54ff;
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    font-family: 'Alpine Bold';
    line-height: 1.15;
}
#legal ul {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    list-style-type: square;
}

#legal ul li {
    font-family: "Alpine Bold";
    color: white;
    line-height: 1.15;
    font-size: 1.25rem;
    margin: 0.5rem 0;
}
#legal ul li a{
    font-family: "Alpine Bold";
    color: white;
    line-height: 1.15;
    font-size: 1.125rem;
    margin: 0.5rem 0;
}
#legal ul li a:hover{
    color: #fe2284;
}
#legal p {
    color: white;
}




#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity to control the darkness of the overlay */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Ensure the overlay is on top of other elements */
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    /* Adjust the color of the loading animation */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.grecaptcha-badge { 
    visibility: hidden;
}