@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 #FECE45;
    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_retraite {
    background-color: #001F49;
    color: var(--white);
}

.bgg-secondary_retraite {
    background-color: #FECE45;
    color: var(--white);
}

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

/*.img-fluid_retraite {
    height: auto;
    max-width: 100%;
}

.img-fit-cover-center_retraite {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.img-fit-cover-left_retraite {
    height: 100%;
    object-fit: cover;
    object-position: left;
    width: 100%;
}

.img-fit-cover-right_retraite {
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
}*/

/*++++++++ OTHER SETTINGS ++++++++*/
.hero-slogan_retraite {
    font-size: 2rem;
    border-radius: 15px;
    position: absolute;
    top: 20vh;
    left: 10vw;
    display: inline-block;
    transform: rotate(-5deg);
    line-height: 2rem;
}

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

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

.underline_retraite {
    border-bottom: 0.7rem solid #FECE45;
    padding-bottom: 0.3rem;
}

/*.send {
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0 !important;
    font-weight: bold;
    color: #001F49 !important;
}*/

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

.triangle2_retraite {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20rem 7rem 0 0;
    border-color: #b5d4d7 transparent transparent transparent;
}


/*++++++++ Médias Queries ++++++++*/
@media only screen and (max-width:1366px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width:1330px) {
    body {
        padding: 0;
    }
}

@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_retraite {
        position: absolute;
        top: 30vh;
        left: 13vw;
    }
}

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

.besoin_aide {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
}

.conseillers {
    font-size: 1.35em;
    line-height: 1.5rem;
}