:root {
    --primary: #273273;
    --secondary: #BDB5E9;
}

body { background: #FFFFFF; color: var(--primary); }
* { font-family: 'ScriptoramaMarkdownJF', sans-serif; }
a { color: var(--primary); text-decoration: none; }

a:active, a:hover { color: inherit; text-decoration: none; }
.menu-yopreunion a.active,
.menu-yopreunion a:hover,
.menu-yopreunion a{
    color: #000;
}
.menu-yopreunion li img{
    margin-right: 24px;
}
.menu-yopreunion{
    position: relative;
    margin-top: 55px !important;
}
.menu-yopreunion li{
    width: 25%;
}
.container { max-width: 1920px !important; padding: 0; color: var(--primary); position: relative; }
.btn { padding: 16px 30px; border-radius: 32px; font-size: 1.5rem; line-height: 1; border: 0; text-transform: uppercase; }
.btn-primary { color: #fff; background-color: var(--primary); }
.btn-primary:hover { color: var(--primary); background-color: var(--secondary); }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
button { background: transparent; border: 0; }
button:active { outline: none; }
.reset { margin: 0; list-style-type: none; }
.img-fluid { width: 100%; max-width: 100%; height: auto; }

header { position: absolute; width: 100%; }
header nav ul { display: flex; padding:0; position: relative; }
header nav ul li a:hover { border-bottom: 2px solid var(--primary);  }


.footer1 { background-color: #fff;
    position: relative;
    z-index: 4;}

.footer1 a{
    font-family: ScriptoramaMarkdownJF;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #8a5dd2;

}

#menu-item-24{
    position: relative;
}
#menu-item-24 ul{
    display: none;
    position: absolute;
    left: 28px;
    top: 36px;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 250px;
}
#menu-item-24 ul li a {
    font-family: ScriptoramaMarkdownJF !important;
    font-size: 18px !important;
}

#menu-item-24 ul li{
    margin-right: 0 !important;
}
#menu-item-24.showed ul,
#menu-item-24:hover ul{
    display: block;
}
header .menu, header .closemenu { display: none; }
header .closemenu { position: absolute; top: 20px; right: 30px; }

.modal-content { background: transparent; border: 0; }
.modal-body { background: #FFFFFF; border-radius: 10px; }
.modal .close { position: absolute; top:5px; right: 15px; z-index: 10; }


#post figure { width: 100px; height: 100px; }
#post figure img { width: 100%; height: 100%; object-fit: cover; }
#post .infos h2 { color: #FFEB00; }
#post .infos h3 { font-size: 16px; }
#post .infos h4 { font-size: 20px; }
#post .notes { padding:0; }
#post .notes li { line-height: 33px; width: 40px; height: 40px; background: var(--secondary); border-radius: 50%; font-size: 20px; text-align: center; margin: 3px; transition: all .25s ease; }
#post .notes li:hover { cursor: pointer; background: var(--primary); color: white; transform: scale(1.1); }



div.header-yopreunion{
    margin: 0 auto;
}
div.header-yopreunion .header-content{
    background-color: var(--gris);
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}
div.header-yopreunion .links{
    display: flex;
    justify-content: flex-end;
    padding-top: 33px;
    background-color: var(--gris);
}

div.header-yopreunion .links a {
    color: #712812;
    font-size: 38px;
    line-height: 38px;
    margin-right: 13px;
    height: 38px;
}

div.header-yopreunion .logo{
    position: relative;
    left: 0;
    margin-top: -71px;
    z-index: 1;
    height: 283px;
    margin-left: -7px;
}

div.header-yopreunion #menu-menu-header{
    padding: 0;
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    padding-top: 135px;
    margin-left: -252px;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 100%;
}
div.header-yopreunion #menu-menu-header li{
    list-style: none;
    margin-right: 58px;
}

div.header-yopreunion #menu-menu-header li:last-of-type{
    margin-right: 0;
}
div.header-yopreunion ul#menu-menu-header a{
    font-family: "DIN Alternate";
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;

}
div.header-yopreunion ul#menu-menu-header a:hover{
    text-decoration: underline;
}
div.header-yopreunion ul#menu-menu-header a img{
    margin-right: 24px;
}

.pourquoi-text{
    font-family: ScriptoramaMarkdownJF;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    text-transform: inherit;

}
label a,
label a:hover,
label{
    font-family: ScriptoramaMarkdownJF;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #044C66;
}
label a:hover,
label a{
    text-decoration: underline;
    text-transform: inherit;
    font-family: "Futura-medium";
}
.form-check label{
    font-family: "Futura-medium";
}

body.register #formulaire input[type="text"]::placeholder,
body.register #formulaire textarea,
body.register input[type="text"],
body.register #formulaire input[type="email"],
body.register #formulaire input[type="file"],
body.register #formulaire select{
    font-family: ScriptoramaMarkdownJF !important;
    height: 74px !important;
    border-radius: 15px !important;
    border:0 !important;
    color: var(--primary) !important;
    font-size: 20px !important;
    line-height: 100% !important;
}

input[type="file"]{
    height: auto !important;
    border-radius: 0px !important;
}
input[type="checkbox"]{
    width: 38px !important;
    height: 38px !important;
    border:0 !important;
}
textarea{
    height: auto !important;
}
.form-error{
    font-family: ScriptoramaMarkdownJF;
    font-size: 20px;
    line-height: 100%;
}

.upload{
    background-color: #fff;
    border-radius: 15px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 12px;
    max-width: 75%;
    cursor: pointer;
}
.upload .upload-text{
    margin-left: 15px;
    font-family: ScriptoramaMarkdownJF;
    color: var(--primary) ;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
}
.upload .info{
    font-family: ScriptoramaMarkdownJF !important;
    color: #000;
    font-size: 20px !important;
    line-height: 100% !important;
    font-weight: bold;
}

.upload i{
    font-size: 30px;
    color: #000;
}

.form-check .form-error{
    padding-left: 20px;
}



@media  (max-width:1024px) {
    header .logo img { max-width: 200px !important; }
    nav ul li { font-size: 15px; }
}

@media (max-width: 600px) {
    div.header-yopreunion .logo{
        left: 0;
        top: 0;
    }
    div.header-yopreunion #menu-menu-header li{
        margin-bottom: 3px;
    }
    div.header-yopreunion ul#menu-menu-header a{
        font-size: 20px;
        line-height: 20px;
    }
    div.header-yopreunion ul#menu-menu-header a img{
        margin-right: 15px;
        max-width: 20px;
        height: auto;
    }
    div.header-yopreunion .logo{
        height: inherit;
        width: 150px;
        left: 0;
        margin-top: -59px;
    }
    div.header-yopreunion .logo img{
        object-fit: contain;
        width: 100%;
        left: 0;
        height: auto;
    }
    div.header-yopreunion .header-content{
        flex-direction: column;
    }
    div.header-yopreunion #menu-menu-header{
        margin: 0;
        margin-left: 50px;
        margin-top: -41px;
    }
    div.header-yopreunion .links a{
        font-size: 28px;
        line-height: 28px;
        height: 28px;
    }
    div.header-yopreunion .links{
        padding-top: 30px;
    }
}

@media (max-width:600px) {
    .img-top img{
        margin-top: -39px !important;
    }
    #menu-item-25 ul{
        top: 22px;
    }
}
@media (max-width:480px) {
    label{
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width:320px) {
    .h4 { font-size: 1.093rem; }
    .hv { left: -15px; }
}

/*#############################################################################################*/

/*
###############################################
            Éléments communs
###############################################
*/


body{background-color: #F8F8F8; overflow-x: hidden;}

h2{text-align: center; font-family: 'Komika Axis'; font-size: 63px; color: #000000;}
.title-sep{margin-top: 30px;}

div.header-yopreunion .links{align-items: center;}
div.header-yopreunion .links > a:first-of-type, div.header-yopreunion .links span{
    font-family: "DIN Alternate";
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
div.header-yopreunion .links span{margin: 0 15px 0 0; color: #712812}

footer{display: flex; justify-content: center; align-items: center;padding: 10px 0; width: 100%; border-top: #FE331D 2px solid;}
footer .links{padding-right: 30px; position: relative;}
footer .links a{
    color: #712812;
    font-size: 28px;
    line-height: 1.0em;
    margin-right: 5px;
}
footer #footer-menu{margin-bottom: 0}
footer #footer-menu > li:not(:last-of-type){padding-right: 30px; position: relative;}
footer .links:after, footer #footer-menu > li:not(:last-of-type):after{content: ''; min-height: 28px; min-width: 1px;background: #000; position: absolute; top: 0; right: 15px;}
footer #footer-menu *{font-family: "DIN Alternate"; font-size: 24px; line-height: 1.0em;}
footer #footer-menu{list-style: none; display: flex; padding-left: 0;}
footer #footer-menu li a{color: black}

@media(max-width: 1920px){
    :root{--bkpt: 1920;}

    h2{font-size: calc(100vw * 63 / var(--bkpt));}
    .title-sep{margin-top: calc(100vw * 30 / var(--bkpt));}

    #menu-item-25 ul{
        left: calc(100vw * 28 / var(--bkpt));
        top: calc(100vw * 36 / var(--bkpt));
    }
    div.header-yopreunion .logo img{width: calc(100vw * 480 / var(--bkpt)); height: auto;}
    div.header-yopreunion .links{padding-top: calc(100vw * 33 / var(--bkpt));}
    div.header-yopreunion .logo{
        margin-top: calc(100vw * -71 / var(--bkpt));
        height: calc(100vw * -283 / var(--bkpt));
        margin-left: calc(100vw * -7 / var(--bkpt));
    }
    div.header-yopreunion .links > a:first-of-type, div.header-yopreunion .links span,
    div.header-yopreunion ul#menu-menu-header a{
        font-size: calc(100vw * 24 / var(--bkpt));
        line-height: calc(100vw * 36 / var(--bkpt));
    }
    div.header-yopreunion .links a{
        font-size: calc(100vw * 38 / var(--bkpt));
        line-height: 1.0em;
        margin-right: 13px;
        height: 1.0em;
    }
    div.header-yopreunion #menu-menu-header{
        gap: calc(100vw * 30 / var(--bkpt));
        padding-top: calc(100vw * 135 / var(--bkpt));
        margin-left: calc(100vw * -252 / var(--bkpt));
    }

    footer .links,footer #footer-menu > li:not(:last-of-type){padding-right: calc(100vw * 30 / var(--bkpt));}
    footer .links a{font-size: calc(100vw * 28 / var(--bkpt));}
    footer #footer-menu *{font-size: calc(100vw * 24 / var(--bkpt));}
    footer .links:after, footer #footer-menu > li:not(:last-of-type):after{
        min-height: calc(100vw * 28 / var(--bkpt));
        right: calc(100vw * 15 / var(--bkpt));
    }
}

@media (max-width: 1024px){
    :root{--bkpt: 1024;}
    div.header-yopreunion #menu-menu-header{grid-auto-flow: row; gap: 0;justify-content: start;}
}

@media (max-width: 768px){
    footer, footer #footer-menu{flex-direction: column;}
    footer .links a{font-size: 24px;}
    footer #footer-menu *{font-size: 20px;}
    footer .links{margin-bottom: 10px;}
    footer .links, footer #footer-menu > li:not(:last-of-type){padding: 0;}
    footer .links:after, footer #footer-menu > li:not(:last-of-type):after{display: none}
    footer #footer-menu > li {text-align: center;margin-bottom: 5px;}
}

@media (max-width: 600px) {
    div.header-yopreunion #menu-menu-header {margin-left: 150px;}
    div.header-yopreunion ul#menu-menu-header a{font-size: 14px;}
    div.header-yopreunion .logo{margin-left: 0;}
    div.header-yopreunion #menu-menu-header{max-width: max-content;}
}

@media (max-width: 360px) {
    div.header-yopreunion #menu-menu-header {margin-left: 100px;}
}

/*
###############################################
                    Accueil
###############################################
*/


section#home-banner{text-align: center; margin-top: 42px; padding: 0 15px;}

section#home-presentation{margin-top: 234px; text-align: center; padding: 0 15px;}
section#home-presentation .desc{display: grid; grid-template-columns: 1fr auto 1fr; max-width: 1600px; margin: 10px auto 0; gap: 30px;}
section#home-presentation .desc *{font-family: Futura-medium; color: #EE5665; font-size: 28px;}
section#home-presentation .desc .middle.w1024{display: none;}
section#home-presentation .text{padding-top: 50px; line-height: 2.0em;}
section#home-presentation .left{text-align: right;}
section#home-presentation .right{text-align: left;}


section#home-products{margin: 100px 0; text-align: center; padding-top: 116px; position: relative; overflow: hidden;}
section#home-products:before{
    content: '';
    position: absolute;
    left: 50%; top: 0; transform: translateX(-50%);
    width: auto; height: 100%; aspect-ratio: 1;
    border-radius: 50%; border: #000 2px solid;
}

section#home-products #product-list{
    margin-top: 50px; min-height: 600px; position: relative;
    background: url("../imgs/home-slider-fond.jpg") no-repeat; background-position: top center; background-size: auto 573px;
}

section#home-products #product-list .swiper-slide{
    padding-top: 112px;
}

section#home-products #product-list h3{color: white;font-family: Futura-medium; text-transform: uppercase;}
section#home-products #product-list img{margin-top: 67px; height: 100%; width: auto; max-height: max-content;}
section#home-products #product-list .swiper-button-next, #product-list .swiper-button-prev{color: white;}

section#home-products .btn{background-color: #253C99; color: white; padding: 15px 50px; border-radius: 19px;font-family: Futura-medium; font-size: 28px;position: relative; margin-top: 24px;}
section#home-products .btn, section#home-products .btn:hover{text-decoration: none;}

@media (max-width: 1920px){
    section#home-banner{margin-top: calc(100vw * 42 / var(--bkpt));}
    section#home-banner img{width: 100%; max-width: calc(100vw * 1463 / var(--bkpt));}
    section#home-presentation{margin-top: calc(100vw * 234 / var(--bkpt));}
    section#home-presentation .desc *{font-size: calc(100vw * 28 / var(--bkpt));}
    section#home-presentation .desc .middle{width: calc(100vw * 835 / var(--bkpt));}
    section#home-presentation .text{padding-top: calc(100vw * 50 / var(--bkpt));}
    section#home-products{margin: calc(100vw * 100 / var(--bkpt)) 0;padding-top: calc(100vw * 116 / var(--bkpt));}
    section#home-products .btn{
        padding: calc(100vw * 15 / var(--bkpt)) calc(100vw * 50 / var(--bkpt));
        border-radius: calc(100vw * 19 / var(--bkpt));
        font-size: calc(100vw * 28 / var(--bkpt));
        margin-top: calc(100vw * 24 / var(--bkpt));
    }
}

@media (max-width: 1024px){
    section#home-presentation .desc{grid-template-columns: 1fr;}
    section#home-presentation .desc .middle{display: none; width: calc(100vw * 600 / var(--bkpt));}
    section#home-presentation .desc .middle.w1024{display: block; margin: 0 auto;}
    section#home-presentation .text{text-align: center!important;}
    section#home-presentation .text img{display: none;}
}

@media (max-width: 480px){
    section#home-presentation{margin-top: 30px;}
    section#home-presentation .desc *{font-size: 14px; line-height: 1.5em;}
    section#home-products .btn{font-size: 16px; width: 90%;}
}

/*
###############################################
            Comment çà marche ?
###############################################
*/

body.comment .block-comment{background: url('../imgs/fond.jpg') no-repeat; background-position: top center; background-size: cover; margin-top: 165px;}
body.comment #what{
    padding: 30px 0; width: 100%; max-width: 1500px; margin: 0 auto;
    display: grid; grid-template-columns: auto 720px; gap: 20px;
}
body.comment #what .texts{ display: flex; flex-direction: column; align-items: flex-start;}
body.comment .text{font-size: 28px; font-family: Futura-medium; color: #044C66; margin-top: 50px; font-weight: bold;}
body.comment .text-block{display: grid; grid-template-columns: 430px 1fr;}
body.comment .team-logo img{margin: 20px 0 0 50px;}
body.comment #what .texts{padding-top: 15px;}
body.comment #what .img img{margin-top: 75px;}



body.comment #how{
    padding-left: calc((1920px - 1500px) /2);
    margin-top: 68px;
    overflow: hidden;
    display: grid; grid-template-columns: 768px auto; gap: 120px;
    padding-bottom: 68px;
}

body.comment #how .title{margin-top: 28px;}
body.comment #how .ordi img{margin-left: 80px;}
body.comment #how .text{margin-top: 80px; line-height: 1.8em;}
body.comment #how .participe{margin-top: 25px;}
body.comment #how .products{margin-top: 55px;}

@media (max-width: 1920px){
    /* Section What */
    body.comment .block-comment{margin-top: calc(100vw * 165 / var(--bkpt));}
    body.comment #what{
        padding: calc(100vw * 30 / var(--bkpt)) 0;
        max-width: calc(100vw * 1500 / var(--bkpt));
        gap: calc(100vw * 20 / var(--bkpt));
        grid-template-columns: auto calc(100vw * 720 / var(--bkpt));
    }
    body.comment .team-logo img{
        width: calc(100vw * 618 / var(--bkpt));
        height: auto;
        margin: calc(100vw * 20 / var(--bkpt)) 0 0 calc(100vw * 50 / var(--bkpt));
    }
    body.comment #what .title img{width: calc(100vw * 664 / var(--bkpt));height: auto;}
    body.comment #what .img img{
        width: calc(100vw * 445 / var(--bkpt));
        height: auto;
        margin-top: calc(100vw * 75 / var(--bkpt));
    }
    body.comment .text{font-size: calc(100vw * 28 / var(--bkpt));}
    body.comment .text-block{grid-template-columns: calc(100vw * 430 / var(--bkpt)) 1fr;}

    /* Section How */
    body.comment #how{
        padding-left: calc((100vw - 1500px) /2);
        margin-top: calc(100vw * 68 / var(--bkpt));
        display: grid; grid-template-columns: calc(100vw * 768 / var(--bkpt)) auto; gap: calc(100vw * 120 / var(--bkpt));
        padding-bottom: calc(100vw * 68 / var(--bkpt));
    }

    body.comment #how .title{margin-top: calc(100vw * 28 / var(--bkpt));}
    body.comment #how .ordi img{margin-left: calc(100vw * 80 / var(--bkpt));}
    body.comment #how .text{margin-top: calc(100vw * 80 / var(--bkpt));}
    body.comment #how .participe{margin-top: calc(100vw * 25 / var(--bkpt));}
    body.comment #how .products{margin-top: calc(100vw * 55 / var(--bkpt));}
    body.comment #how .title img{width: calc(100vw * 672 / var(--bkpt))}
    body.comment #how .participe img{width: calc(100vw * 364 / var(--bkpt))}
    body.comment #how .ordi img{width: calc(100vw * 565 / var(--bkpt))}
    body.comment #how .products img{width: calc(100vw * 1084 / var(--bkpt))}
}

@media (max-width: 1530px){
    body.comment #how{
        padding: 0 15px calc(100vw * 68 / var(--bkpt));
    }
}

@media (max-width: 1024px){
    body.comment #what, body.comment #how{--bkpt: 1920;}
}
@media (max-width: 768px){
    body.comment #what, body.comment #how{
        --bkpt: 768;
        padding: 30px 15px;
    }
    body.comment #what, body.comment .text-block, body.comment #how{grid-template-columns: 1fr;}
    body.comment .team-logo{text-align:center}
    body.comment .team-logo img{width: calc(100vw * 460 / var(--bkpt));}
    body.comment #what .title img{width: calc(100vw * 480 / var(--bkpt));}

    body.comment #how{margin-top: 30px;gap: 30px}
    body.comment #how .title img{width: calc(100vw * 540 / var(--bkpt));}
    body.comment #how .products{margin-top: 0;}
    body.comment #how .products img {width: 100%;}
    body.comment #how .ordi img{margin: 0;}
    body.comment #how .ordi{text-align: center;}
    body.comment #how .ordi img {width: calc(100vw * 320 / var(--bkpt));}
}

@media (max-width: 480px){
    body.comment #what .texts{padding-top: 0;}
    body.comment .text{font-size: 14px; margin-top: 30px;}
    body.comment #what .title{width: 100%;}
    body.comment .text, body.comment #what .title, body.comment #what .img{text-align: center;}

    body.comment #how{margin-top: 0;padding-top: 0;}
    body.comment #how .title, body.comment #how .participe{text-align: center;}
}

/*
###############################################
            Formulaire inscription
###############################################
*/

body.register .register { display: none; }
body.register #register-content{background: url('../imgs/fond.jpg') no-repeat; background-position: top center; background-size: cover; margin-top: 130px;}

body.register #introduction{
    padding: 87px 0 0; width: 100%; max-width: 1500px; margin: 0 auto;
    display: grid; grid-template-columns: auto 720px; gap: 0;
}
body.register #introduction .texts{ display: flex; flex-direction: column; align-items: flex-start;}
body.register .text{ margin-top: 50px;}
body.register .text, body.register .text strong{font-size: 28px; font-family: Futura-medium; color: #044C66;}
body.register .texts{margin-left: -100px;}
body.register .text-block{display: grid; grid-template-columns: 430px 1fr;}
body.register .team-logo img{margin: 20px 0 0 50px;}
body.register #introduction .title{margin-top: 140px;}
body.register #introduction .img img{margin-top: 75px;}

body.register #formulaire{padding-bottom: 100px;}
body.register #formulaire input[type="text"]::placeholder,
body.register #formulaire textarea,
body.register #formulaire input[type="text"],
body.register #formulaire input[type="email"],
body.register #formulaire input[type="file"],
body.register #formulaire select {color: #044C66 !important;}
body.register #formulaire .form-error{margin-top: 10px;}
body.register #formulaire .form-check label{line-height: 1.5em;}
body.register .form-field-group{padding: 20px;}

@media (max-width: 1920px){
    body.register #register-content{margin-top: calc(100vw * 130 / var(--bkpt));}
    body.register #introduction{
        padding: calc(100vw * 87 / var(--bkpt)) 0 0;
        max-width: calc(100vw * 1500 / var(--bkpt));
        grid-template-columns: auto calc(100vw * 720 / var(--bkpt));
    }
    body.register .team-logo img{
        margin: calc(100vw * 20 / var(--bkpt)) 0 0 calc(100vw * 50 / var(--bkpt));
        width: calc(100vw * 618 / var(--bkpt));
    }
    body.register .texts{margin-left: calc(100vw * -100 / var(--bkpt));}
    body.register #introduction .title{margin-top: calc(100vw * 140 / var(--bkpt));}
    body.register #introduction .title img{width: calc(100vw * 852 / var(--bkpt));}
    body.register .text{ margin-top: calc(100vw * 50 / var(--bkpt));}
    body.register .text, body.register .text strong{font-size: calc(100vw * 28 / var(--bkpt));}

    label a, label a:hover, label{font-size: calc(100vw * 20 / var(--bkpt));}
    body.register #formulaire input[type="text"]::placeholder,
    body.register #formulaire textarea,
    body.register #formulaire input[type="text"],
    body.register #formulaire input[type="email"],
    body.register #formulaire input[type="file"],
    body.register #formulaire select {
        height: calc(100vw * 74 / var(--bkpt)) !important;
        border-radius: calc(100vw * 15 / var(--bkpt)) !important;
        font-size: calc(100vw * 20 / var(--bkpt)) !important;
    }

    body.register #formulaire form{
        max-width: calc(100vw *  1500 / var(--bkpt))!important;
    }

    body.register #submit-form img{width: calc(100vw * 417 / var(--bkpt));}
    body.register .form-field-group{padding: calc(100vw * 20 / var(--bkpt));}
    input[type="checkbox"]{
        width: calc(100vw * 38 / var(--bkpt)) !important;
        height: calc(100vw * 38 / var(--bkpt)) !important;
    }
}

@media (max-width: 1024px){
    body.register #formulaire, body.register #introduction{--bkpt: 1920;}
    body.register .form-group{margin-bottom: 0;}
    .form-check .ml-5{margin-left: 1rem;}
    body.register #formulaire .pt-5{padding-top: 20px;}
    body.register #formulaire .pl-5{padding-left: 2rem;}
}

@media (max-width: 768px){
    body.register #formulaire, body.register #introduction{--bkpt: 768; padding: 0 15px;}
    body.register #formulaire{padding-top: 50px; padding-bottom: 50px;}
    body.register .form-field-group{padding: 0;}
    body.register #introduction{grid-template-columns: 1fr;}
    body.register .texts{margin-left: 0;}
    body.register .team-logo{text-align:center}
    body.register .team-logo img{width: calc(100vw * 460 / var(--bkpt));}
    body.register #introduction .title img{width: calc(100vw * 480 / var(--bkpt));}
    body.register .w-50{width: 100%;}
    body.register #introduction .title{margin-top: 0;}
    body.register .form-field-group{margin-bottom: 15px;}
    body.register #submit-form img {width: calc(100vw * 300 / var(--bkpt));}
}

@media (max-width: 480px){
    body.register #introduction .title img{width: 100%;}
    body.register #submit-form img {width: 200px;}
    body.register .text, body.register .text strong{font-size: 14px; margin-top: 30px;text-align: center;}
    label a, label a:hover, label {font-size: 14px;}
    body.register .form-group, body.register #introduction .title{text-align: center}
    body.register #introduction .title{width: 100%;}
    body.register #formulaire .align-items-center{justify-content: center;}
    body.register #formulaire{padding-top: 30px}
    body.register .team-logo img{margin: 30px 0 0 0;}
}


/*
###############################################
                    Jeu
###############################################
*/

section#game{
    margin-top: 90px;padding: 0 15px;
    min-height: 1000px;
}
section#game > .container{
    display: grid; grid-template-columns: 442px 1fr; max-width: 1600px!important; margin: 0 auto; gap: 228px;
}
body.game .team-logo img{width: 379px;}
section#game .title{
    font-family: 'Komika Axis';
    font-size: 45px;
    color: #DB5154;
    margin-top: -65px;
    line-height: 1.2em;
}
section#game .text, section#game .text *{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2em;
}
section#game .text{margin-top: 24px; font-weight: 600}
section#game .text strong{font-weight: 900;}

section#game .indice{
    font-family: 'Komika Axis';
    font-size: 58px;
    color: #FFF;
    line-height: 1.2em;
    margin-top: 200px;
}

section#game .form{margin-top: 175px; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center;}
section#game input, section#game input::placeholder{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #000000;
    text-align: center;
}

section#game input{
    border-radius: 40px;
    height: 80px;
    border:0;
    width: 100%;
    max-width: 512px;
}

section#game button img{
    width: 200px;
    margin-top: 30px;
}

section#game .alert{margin-top: 450px;font-family: Arial, sans-serif;}

@media (max-width: 1920px){
    section#game{
        margin-top: calc(100vw * 90 / var(--bkpt));
        min-height: calc(100vw * 1000 / var(--bkpt));
    }

    section#game > .container{
        grid-template-columns: calc(100vw * 442 / var(--bkpt)) 1fr;
        max-width: calc(100vw * 1600 / var(--bkpt))!important;
        gap: calc(100vw * 228 / var(--bkpt));
    }

    body.game .team-logo img{width: calc(100vw * 379 / var(--bkpt));}
    section#game .title{
        font-size: calc(100vw * 45 / var(--bkpt));
        margin-top: calc(100vw * -65 / var(--bkpt));
    }
    section#game .text, section#game .text *{
        font-size: calc(100vw * 20 / var(--bkpt));
    }
    section#game .text{margin-top: calc(100vw * 24 / var(--bkpt));}

    section#game .indice{
        font-size: calc(100vw * 58 / var(--bkpt));
        margin-top: calc(100vw * 200 / var(--bkpt));
    }

    section#game .form{margin-top: calc(100vw * 175 / var(--bkpt));}
    section#game input, section#game input::placeholder{
        font-size: calc(100vw * 30 / var(--bkpt));
    }

    section#game input{
        border-radius: calc(100vw * 40 / var(--bkpt));
        height: calc(100vw * 80 / var(--bkpt));
        max-width: calc(100vw * 512 / var(--bkpt));
    }

    section#game .alert{margin-top: calc(100vw * 450 / var(--bkpt));}
}

@media (max-width: 1024px){
    section#game{--bkpt: 1600;}
}

@media (max-width: 768px){
    section#game{--bkpt: 768;min-height: 0;}
    section#game > .container{grid-template-columns: 1fr; gap: 30px;}
    section#game .indice{margin-top: 0;}
    section#game .form{margin-top: 50px; margin-bottom: 50px;}
    section#game .alert{margin-top: calc(100vw * 100 / var(--bkpt));margin-bottom: calc(100vw * 100 / var(--bkpt));}
}

@media (max-width: 480px){
    section#game .text, section#game .title, section#game .indice{text-align: center;}
    section#game .text{margin-top: 30px;}
    section#game .title{margin-top: 0;}
    section#game .indice, section#game .title{font-size: 24px;}
    section#game .text, section#game .text *, section#game input{font-size: 16px;}
    section#game input{max-width: 100%;}
    section#game .team-logo{text-align: center;}
    section#game .alert{margin-top: 50px;margin-bottom: 50px;text-align: center;}
}


/*
###############################################
                    Fin
###############################################
*/

section#end{
    margin-top: 90px;padding: 0 15px;
    min-height: 1000px;
}
section#end > .container{
    display: grid; grid-template-columns: 442px 1fr; max-width: 1600px!important; margin: 0 auto; gap: 228px;
}
body.end .team-logo img{width: 379px;}
section#end .title{
    font-family: 'Komika Axis';
    font-size: 45px;
    color: #DB5154;
    margin-top: -65px;
    line-height: 1.2em;
}
section#end .text, section#end .text *{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2em;
}
section#end .text{margin-top: 24px; font-weight: 600}
section#end .text strong{font-weight: 900;}
section#end h2{font-size: 124px; margin-top: 150px;}
section#end.win h2{color: #0A7E36;}
section#end.lose h2{color: #DB5154;}
section#end .column-2 .text{margin-top: 72px;}
section#end .column-2 .text,
section#end .column-2 .text *{
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}
section#end .column-2 .text *{
    font-weight: bold;
}

section#end .rep-img{width: 409px; height: auto; margin-top: 20px;}

@media (max-width: 1920px){
    section#end{
        margin-top: calc(100vw * 90 / var(--bkpt));
        min-height: calc(100vw * 1000 / var(--bkpt));
    }

    section#end > .container{
        grid-template-columns: calc(100vw * 442 / var(--bkpt)) 1fr;
        max-width: calc(100vw * 1600 / var(--bkpt))!important;
        gap: calc(100vw * 228 / var(--bkpt));
    }

    body.end .team-logo img{width: calc(100vw * 379 / var(--bkpt));}
    section#end .title{
        font-size: calc(100vw * 45 / var(--bkpt));
        margin-top: calc(100vw * -65 / var(--bkpt));
    }
    section#end .text, section#end .text *{
        font-size: calc(100vw * 20 / var(--bkpt));
    }
    section#end .text{margin-top: calc(100vw * 24 / var(--bkpt));}
    section#end h2{font-size: calc(100vw * 124 / var(--bkpt)); margin-top: calc(100vw * 150 / var(--bkpt));}
    section#end .column-2 .text,
    section#end .column-2 .text *{
        font-size: calc(100vw * 24 / var(--bkpt));
    }
    section#end .rep-img{width: calc(100vw * 409 / var(--bkpt));  margin-top: calc(100vw * 20 / var(--bkpt));}
}

@media (max-width: 1024px){
    section#end{--bkpt: 1600;}
}

@media (max-width: 768px){
    section#end{--bkpt: 768;min-height: 0;}
    section#end > .container{grid-template-columns: 1fr; gap: 30px;}
    section#end h2{margin-top: calc(100vw * 100px / var(--bkpt));}
    section#end .rep-img{margin-bottom: calc(100vw * 100 / var(--bkpt));}
    section#end .column-2 .text{margin-top: 30px;}
    section#end h2{font-size: calc(100vw * 72 / var(--bkpt));}
    section#end.lose .column-2 .text{margin-bottom: calc(100vw * 100 / var(--bkpt));}
    section#end .team-logo{text-align: center;}
    section#end .text, section#end .title{text-align: center;}
}

@media (max-width: 480px){
    section#end .text{margin-top: 30px;}
    section#end .title{margin-top: 0;}
    section#end .title{font-size: 24px;}
    section#end .text, section#end .text *,
    section#end .column-2 .text, section#end .column-2 .text *{font-size: 16px;}
    section#end .column-2 .text br{display: none;}
    section#end .rep-img{width: 80%; margin-top: 30px;}
    section#end h2{font-size: 32px;}
}


/*
###############################################
                    Bientôt
###############################################
*/


section#soon-presentation {
    margin: 234px 0;
    min-height: 25vh;
}

@media (max-width: 1920px){
    section#soon-presentation {
        margin: calc(100vw * 234 / var(--bkpt)) 0;
    }
}

@media (max-width: 768px){
    section#soon-presentation {
        margin: 234px 0;
        min-height: 40vh;
    }
}