@charset "utf-8";
/*++++++++ TYPOGRAPHIES SETTINGS ++++++++*/
@font-face {
    font-family: "Gotham";
    src: url('../fonts/Gotham/Gotham-XLight.otf');
}

@font-face {
    font-family: "Gotham";
    font-style: italic;
    src: url('../fonts/Gotham/GothamBookItalic.ttf');
}

@font-face {
    font-family: "Gotham";
    font-weight: bold;
    src: url('../fonts/Gotham/GothamMedium.ttf');
}

* {
    font-family: "Gotham",sans-serif;
}


/*++++++++ PRELOADER SETTINGS ++++++++*/
.preloader {
    background-color: var(--white);
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    o-transition: .6s;
    position: fixed;
    right: 0;
    top: 0;
    transition: .6s;
    webkit-transition: .6s;
    width: 100%;
    z-index: 999999;
}

.loader-container {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.loader {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #adcfd3;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1.5s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-left: 3px solid #001F49;
        border-bottom: 3px solid transparent;
        animation: rotation 0.7s linear infinite reverse;
    }

.preloader-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .preloader-img img {
    max-width: 100%;
    max-height: 100%;
}

.pere-text strong {
    color: #001F49;
    font-weight: 800;
    text-transform: uppercase;
}

@keyframes rotation {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

/*++++++++ BG SETTINGS ++++++++*/

.bgg-primary_parrainage {
    background-color: #001F49;
    color: var(--white);
}

.bgg-secondary_parrainage {
    background-color: #adcfd3;
    color: var(--white);
}

.bgg-gray-mid_parrainage {
    background-color: #efefef;
    color: #333333;
}

/*++++++++ IMAGES SETTINGS ++++++++*/
.logo_parrainage {
    display: inline-block;
    height: auto;
    max-width: 200px;
    position: relative;
    transition: all 1.5s;
}

/*++++++++ OTHER SETTINGS ++++++++*/
#blueBox {
    border-radius: 0 25px 0 25px;
}

.hero-slogan_parrainage {
    position: absolute;
    top: 12vh;
    left: 5vw;
    display: inline-block;
    margin-left: 2em;
    transform: rotate(-5deg);
    line-height: 2rem;
}

.hero-image_parrainage {
    background-image: url("../images/gan-hero.jpg");
    height: 70vh;
    width: 100%;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.gan-logo_parrainage {
    max-width: 150px;
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    display: inline-block;
}

.underline_parrainage {
    border-bottom: #001F49 solid 1rem;
}

    .underline_parrainage::after {
        content: "";
        position: absolute;
        bottom: -3rem;
        right: calc(50% - 3rem);
        ;
        border-left: 3rem solid transparent;
        border-right: 3rem solid transparent;
        border-top: 3rem solid #001F49;
    }

/*.send {
    border-radius: 0px !important;
    padding-left: 4rem;
    padding-right: 4rem;
}*/

.triangle1_parrainage {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6rem 50rem 0 0;
    border-color: #001F49 transparent transparent transparent;
}

.triangle2_parrainage {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20rem 7rem 0 0px;
    border-color: #001F49 transparent transparent transparent;
}

.triangle3_parrainage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 6rem 50rem;
    border-color: transparent transparent #001F49 transparent;
}

.triangle4_parrainage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20rem 7rem;
    border-color: transparent transparent #001F49 transparent;
}

/*

.send-table {
    width: 100%;
}*/

/*++++++++ Médias Queries ++++++++*/
/*@media only screen and (max-width:1599px) {
    .send-table td {
        display: block;
    }

        .send-table td + td {
            margin-top: 1rem;
        }
}*/

@media only screen and (max-width:1366px) {
    body {
        font-size: 16px;
    }

    .triangle1_parrainage {
        border-width: 3rem 25rem 0 0;
        border-color: #001F49 transparent transparent transparent;
    }

    .triangle2_parrainage {
        border-width: 10rem 3.5rem 0 0px;
        border-color: #001F49 transparent transparent transparent;
    }

    .triangle3_parrainage {
        border-width: 0 0 3rem 25rem;
        border-color: transparent transparent #001F49 transparent;
    }

    .triangle4_parrainage {
        border-width: 0 0 10rem 3.5rem;
        border-color: transparent transparent #001F49 transparent;
    }

    .hero-slogan_parrainage {
        top: 27vh;
        left: 2vw;
    }
}

@media only screen and (max-width:980px) {
    body {
        font-size: 14px;
        padding: 0;
    }
}

@media only screen and (max-width:800px) {
    body {
        font-size: 13px;
    }
}

@media only screen and (max-width:640px) {
    body {
        font-size: 12px;
    }

    .hero-slogan_parrainage {
        top: 50vh;
        left: 15vw;
    }

    .gan-logo_parrainage {
        max-width: 125px;
        top: 1rem;
        right: 1rem;
    }
}

/*++++++++ Ajout 19/07/2023 ++++++++*/

.error {
    color: red !important;
}

.informationsFooters a {
    font-size: 1.3em !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    line-height: 1.1em !important;
    color: #ffffff !important;
}

.informationsFooters a:hover {
    text-decoration: underline !important;
}

.titre_h4_blanc h4 {
    color: #ffffff !important
}