* {
    box-sizing: border-box;
}

HTML {
    width: 100%;
    height: 100%;
    font-size: 10px;
    overflow: hidden;
    background: #FFF;
}

HTML.ovx1 {
    overflow: unset;
    overflow-x: hidden;
}

HTML.ovx2 {
    overflow: unset;
    overflow: hidden;
}

BODY {
    width: 100%;
    height: 100%;
    margin: 0;
}

BODY.ovh {
    overflow: hidden;
}

BODY.imgBg {
    background: #FFF;
}

BODY.loading {
    background: url('../../img/icons/Spinner-1s-200px.gif');
    opacity: 0.5;
}

.border {
    border: 20px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    box-sizing: border-box;
    pointer-events: none;
}

.first-container {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100% !important;
    background: url('../../img/pages/background.jpg');
    background-size: cover;
    background-position-y: bottom;
}

.ovx1 .bandeBlanche {
    position: absolute;
    width: 120%;
    height: 100%;
    top: 45%;
    left: -10%;
    z-index: -10;
    transform: rotate(-15deg);
    transition: all 800ms cubic-bezier(.75, -0.5, 0, 1.75);
    background: #FFF;
}

.ovx1 .logo-container {
    position: absolute;
    width: 16%;
    top: 35%;
    left: 15%;
    transform: translate(-50%, -50%) rotate(-15deg);
    z-index: 500;
}

.ovx1 .menu {
    top: 70px;
    right: 150px;
    transition: 800ms all cubic-bezier(.75, -0.5, 0, 1.75);
    ;
}


/* LOGO */

.logo-container:hover {
    cursor: pointer;
}

.logo-container IMG {
    width: 100%;
}


/* PARTENAIRES */

.partenaires {
    text-align: center;
    position: absolute;
    bottom: 2em;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    opacity: 0;
}

.partenaires .voir-tout {
    position: absolute;
    bottom: 1em;
    left: 50%;
    top: 71%;
    height: 1em;
    transform: translateX(-50%);
    font-family: sans-serif;
    color: black;
}

#mentions-legales {
    opacity: 0;
    font-family: sans-serif;
    color: black;
    position: absolute;
    /* bottom: 1em; */
    left: 3%;
    bottom: 32px;
}

.mentions-legales {
    font-family: sans-serif;
    color: black;
}

.partenaires.visible {
    opacity: 1;
    transition: ease-out .8s all;
}

.partenaires .partenaire {
    display: inline-block;
    height: 64px;
    width: 64px;
    margin: 1em;
}

.partenaires .partenaire IMG {
    object-fit: contain;
    width: 100%;
    height: 60%;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
}

/* .big-title-container {
     position: absolute;
} */

.programme-container {
    position: absolute;
    bottom: -25%;
    left: -50%;
    width: 80%;
    /* transform: rotate(-15deg); */
}

#bigTitleContainer {
    display: grid;
    justify-content: end;
    position: inherit;
    top: 37%;
    right: 5%;
    opacity: 0;
}

.big-title-container .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2rem;
}

.programme-container .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.txt-container-title {
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
}


.txt-container-title-home {
    text-align: end;
    font-size: 3.5rem;
}

.txt-container-prog {
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
}

.txt-container-prog-home {
    text-align: left;
    font-size: 3.5rem;
}

.txt-container {
    position: absolute;
    width: 52%;
    left: 50%;
    transform: translateX(-50%);
}

.compteur {
    display: inline-block;
    width: calc(125%);
    padding: 0 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 4rem;
    color: #fff;
    text-align: center;
    background: #000;
    transition: all .5s;
}

.compteur.little {
    font-size: 2.8rem;
}

.tmpTitle {
    position: absolute;
    bottom: 20%;
    right: -55%;
    width: 40%;
    height: 30%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.tmpTitle {
    right: 3%;
    font-size: 3rem;
}

.tmpTitle A {
    color: black;
}

.bigTitleHome {
    margin-bottom: 20px;
    font-size: 4rem;
}

.bigTitle2 {
    opacity: 0;
}

.burger {
    display: none;
    opacity: 0;
}

.burger.visible {
    opacity: 1;
}

.burger_show {
    opacity: 1;
}

.burger_show.invisible {
    display: none;
}

.cross {
    display: none;
}

.cross.visible {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
}

.menu {
    width: calc(100% - 40px);
    position: fixed;
    top: 70px;
    right: -70%;
    padding: 0;
    margin: 0;
    z-index: 500;
    box-sizing: border-box;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
}

.menu LI {
    display: inline-block;
}

.menu A {
    color: #000;
    text-decoration: none;
    pointer-events: initial;
    transition: all .3s ease;
}

.menu A:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.menu A:hover:after {
    width: 100%;
    background: #000;
}

.menu-1,
.menu-2,
.menu-3,
.menu-4,
.menu-5 {
    padding-right: 50px;
}

.menu-6 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
}

.menu-6 A {
    color: #000;
    text-decoration: none;
    pointer-events: initial;
}

.menu-container {
    background-color: transparent;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 100px;
    position: fixed;
    z-index: 400;
    pointer-events: none;
    transition: ease-out .3s all;
}

.menu-container.visible {
    background-color: white;
    transition: ease-out .3s all;
}

.menu-container.mobile {
    transform: translateX(0);
    transition: ease-out 0.3s all;
}

.menu.mobile {
    left: 0;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: repeat(6, 90%);
    text-align: center;
    font-size: 16px;
}

.logo-container.mobile {
    display: none;
}

.contenu_carou {
    position: absolute;
    bottom: 30%;
    right: 8%;
    /* height: 100%; */
    height: 90px;
    width: 40%;
    overflow: hidden;
    font-size: 2.5rem;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}

.contenu_carou.visible {
    opacity: 1;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 4rem;
    line-height: 45px;
    /*line-height: 90px;*/
    z-index: 1300;
    pointer-events: none;
}

.changeHidden {
    position: absolute;
    top: 0;
    text-align: right;
    /*height: 45px;*/
    height: 95px;
    overflow: hidden;
    width: 100%;
}

.contenant {
    position: relative;
}

.contenant.anim {
    animation: carousel 15s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.contenant.end {
    transform: translateY(-450px);
}

.element {
    display: block;
    width: 100%;
    height: 90px;
    font-weight: 700;
    font-size: 3rem;
    text-align: right;
}

@keyframes carousel {

    0%,
    20% {
        transition: all .3s;
        transform: translateY(0px);
    }

    25%,
    40% {
        transform: translateY(-90px);
    }

    45%,
    60% {
        transform: translateY(-180px);
    }

    65%,
    80% {
        transform: translateY(-270px);
    }

    85%,
    100% {
        transform: translateY(-360px);
    }
}

.inscription {
    position: absolute;
    top: 75%;
    left: 65%;
    line-height: 3;
    height: 50px;
    width: 200px;
    border: solid 2px black;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    z-index: 300;
    opacity: 0;
    background-color: #20ed95;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-out 0.3s;
    /*transform: rotate(-15deg);*/
    display: none;
}

.inscription.visible {
    opacity: 1;
}

.inscription:hover {
    cursor: pointer;
    background-color: #12c571;
}

.para,
.new_para {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
}

.new_para:hover {
    color: #a0d485;
    cursor: pointer;
    transition: all ease-out 0.3s
}

.presentation,
.pqs,
.defaultPage,
.parrain,
.carte,
.faq,
.contact {
    position: relative;
    left: 0;
    top: 50%;
    width: 100%;
    padding-top: 120px;
}

.reseaux {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    z-index: 20;
}

.rsxfb A,
.rsxtwi A,
.rsxins A {
    display: inline-block;
}

.rsxfb,
.rsxtwi,
.rsxins {
    display: inline-block;
}

.rsxfb:hover,
.rsxtwi:hover,
.rsxins:hover {
    cursor: pointer;
}

.rsxtwi,
.rsxins {
    margin-left: 20px;
}


/* MODALS */

.modals,
.overlay {
    display: none;
}


/* RESPONSIVE */

@media only screen and (min-width: 600px) {
    .seulement-sur-mobile {
        display: none !important;
    }

    #reseaux {
        right: 50px;
        bottom: 50px;
    }

    .programme-container {
        transform: rotate(-15deg);
    }
}

@media only screen and (max-width: 600px) {
    .bigTitleContainer .subtitle {
        margin-left: 20px;
        display: block;
    }

    .seulement-sur-ordi {
        display: none !important;
    }

    #partenaires {
        display: none;
    }

    .border {
        border: none;
    }

    .menu {
        display: none;
    }

    .menu A:after {
        opacity: 0;
    }

    .menu A:hover:after {
        width: 30%;
        opacity: 0;
    }

    .menu A:hover {
        color: #12c571;
    }

    .bigTitleHome {
        margin-left: 20px;
        font-size: 3rem;
        line-height: 3rem;
    }

    .para {
        margin-bottom: 5%;
        text-align: left !important;
    }

    .parrain {
        height: auto !important;
    }

    .parrain-2 {
        padding-top: 0px !important;
        margin: .5em !important;
        width: calc(100% - 1em) !important;
    }

    .burger {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 10%;
        height: auto;
        display: block;
        z-index: 500;
        transition: all ease-out 1s;
    }

    .burger IMG {
        width: 100%;
        height: auto;
    }

    .bigTitleContainer {
        left: -500%;
        font-size: 1.8rem;
    }

    .contenu_carou {
        right: 0;
        height: 90px;
        width: 100%;
        font-size: 0.5rem;
        padding: 0px 30px;
    }

    .carousel {
        width: 100%;
        height: 100%;
        font-size: 11px;
    }

    .changeHidden {
        top: 0;
        height: 90px;
        width: 100%;
        text-align: right;
    }

    .element {
        line-height: 45px;
        font-size: 1rem;
        transform: rotate(0deg);
        margin: 0;
        text-align: center;
    }

    .inscription {
        top: 90%;
        left: 25%;
    }


    .compteur {
        padding: 0 2px;
    }

    .compteur {
        font-size: 1.5rem;
    }

    .presentation,
    .pqs,
    .defaultPage,
    .parrain,
    .carte,
    .faq,
    .contact {
        padding-top: 30px;
    }

    .logo-container {
        top: calc(15% + 20px);
        left: 50%;
        width: 30%;
    }

    /*ANIMATION*/
    .bandeBlanche {
        transform: none;
        height: 55%;
    }

    .bigTitleContainer {
        top: calc(20px + 50%);
        left: calc(20px + 20%);
    }

    .partenaire {
        left: 30%;
        transform: translate(-50%);
    }

    .logo-eng-ger {
        width: auto;
        height: 100%;
    }

    .menu-container {
        height: 100%;
        width: 90%;
        top: 0;
        left: unset;
        right: 0;
        transform: translateX(100%);
        background-color: white;
        transition: all ease-out .3s;
    }

    .menu-1,
    .menu-2,
    .menu-3,
    .menu-4,
    .menu-5 {
        padding-right: 0;
    }

    .menu {
        width: 100%;
    }
}

@media only screen and (max-width: 370px) {
    .compteur {
        width: calc(50px + 130%);
    }

    .partenaire {
        width: 200px;
        height: 35px;
        left: 15px;
        transform: translate(-10%);
    }

    .logo-eng-ger {
        width: auto;
        height: 30px;
    }

    .logo-eng-ger A {
        width: 80px;
        height: 30px;
    }

}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .compteur {
        width: 132%;
    }
}

@media only screen and (max-width: 1300px) {
    .element {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    .compteur {
        width: 100%;
    }

    .bigTitleContainer {
        top: 55%;
    }
}

@media only screen and (max-width: 1024px) {
    .bigTitleContainer {
        left: calc(0px + 0%);
        font-size: 3rem;
        width: 85%;
        transform: rotate(0);
    }
}

@media only screen and (max-height: 900px) and (max-width: 800px) {
    .partenaires.visible {
        display: none;
    }

    .menu-container.visible {
        display: none;
    }

    .subtitle {
        display: none;
    }

    .reseaux {
        display: none;
    }

    .txt-container-title-home {
        display: none;
    }

}

/* FORM CONTAINER */
/* 
.form-inscription {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
    z-index: 1300;
}

.form-container {
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 80vh;
    padding: 30px;

    transform: translate(-50%, -50%);
    background: #FFF;
} */
