@import url("https://use.typekit.net/rqq2bst.css");


:root {

    --noir: #000000;
    --jaune: #FED109;
    --blanc: white;

}

/* TODO BODY */

body {

    font-weight: 400;
    font-family: 'poppins';
    font-size: 25px;
    line-height: 30px;
    background-color: var(--noir);
    margin-top: 20px;


}

/* TODO BG AND FLUID */

.container-fluid {

    max-width: 1366px;
    margin: 0 auto;
    width: 80%;
    /* outline: 3px red solid; */

}


.bg-jaune {

    background-color: var(--jaune);
    padding: 80px 0px;
    margin-bottom: 80px;
    /* outline: 3px solid orangered; */
}

.bg-noir {

    background-color: var(--noir);

    padding: 80px 0px;
    /* outline: 3px grey solid; */


}

.bg-blanc {

    background-color: var(--blanc);
    padding: 80px 0px;

    /* outline: 3px solid sandybrown; */
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {

    .container-fluid {
        /* outline: 2px red solid; */
        width: 90%;
    }


    .bg-jaune {

        background-color: var(--jaune);
        padding: 30px 0px;
        margin-bottom: 40px;
        /* outline: 3px solid orangered; */
    }

    .bg-noir {

        background-color: var(--noir);

        padding: 30px 0px;
        /* outline: 3px grey solid; */


    }

    .bg-blanc {

        background-color: var(--blanc);
        padding: 30px 0px;

        /* outline: 3px solid sandybrown; */
    }
}

/* TODO HEADER */



header img {
    width: 184px;
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    header .container-fluid {

        margin: 0 auto;
        display: flex;
        justify-content: center;

    }

    header img {
        max-width: 50%;

    }
}


/* TODO HERO  */

.hero {

    color: var(--blanc);
    display: flex;
    gap: 1%;

}

/* TODO HERO */

h1 {

    font-family: 'futura-pt';
    font-weight: 700;
    color: var(--blanc);
    font-size: 66px;
    line-height: 70px;
    margin-bottom: 18px;

}

.hero p {

    margin-bottom: 33px;
    font-size: 21px;
    line-height: 25px;
    padding-right: 60px;
}

.hero a {

    background-color: var(--jaune);
    padding: 15px 23px;
    color: var(--noir);
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.hero a:hover {

    background-color: var(--blanc);
    color: var(--jaune);
    outline: 5px var(--jaune) solid;

}


.hero img {

    max-width: 722px;
    width: 55%;
    object-fit: contain;
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {

    .hero {

        display: flex;
        flex-direction: column-reverse;
        text-align: center;


    }

    h1 {

        color: var(--blanc);
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 8px;

    }

    h1 br {

        display: none;
    }

    .hero p {

        margin-bottom: 20px;
        font-size: 15px;
        line-height: 20px;
        padding-right: 0px;
    }



    .hero a {

        font-size: 20px;
        width: 100%;
        padding: 15px 0px;

        /* outline: 3px solid yellow; */



    }

    .hero a:hover {

        background-color: var(--blanc);
        color: var(--jaune);
        outline: 5px var(--jaune) solid;

    }


    .hero img {


        width: 100%;
        object-fit: contain;
        margin-bottom: 25px;
    }

}



/* TODO BANDE BLANCHE */

.bandeblanche {

    background-color: var(--blanc);
    /* outline: 2px red solid; */
    padding: 40px 0px;
    margin-bottom: 80px;

}

.bandeblanche .max {

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1%;
    /* outline: 2px red solid; */
    margin: 0 auto;
    max-width: 1950px;

}

.bandeblanche img {
    width: 80%px;

}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .bandeblanche {

        background-color: var(--blanc);
        /* outline: 2px red solid; */
        padding: 20px 0px;
        margin-bottom: 40px;

    }


    .bandeblanche img {
        width: 30%;

    }
}



/* TODO BIENVENUE */

.bienvenue {

    margin: 0px 100px;
    /* outline: red solid 2px; */


}

.bienvenue h2 {

    font-family: 'futura-pt';
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 23px;
    text-align: center;

}

.bienvenue p {


    text-align: center;


}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .bienvenue {

        margin: 0px;
        /* outline: red solid 2px; */


    }

    .bienvenue h2 {

        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;

    }

    .bienvenue h2 br {

        display: none;

    }

    .bienvenue p {


        font-size: 18px;
        line-height: 22px;
        text-align: justify;


    }
}


/* TODO SERVICES */

.services {

    margin: 0px 8% 80px 8%;
    /* outline: 2px red solid; */
    display: flex;
    flex-direction: column;
    align-items: center;

}

.services h2 {

    font-family: 'futura-pt';
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 23px;
    text-align: center;

}



.services h3 {

    font-family: 'futura-pt';
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;

}

.services img {

    max-width: 88px;
    width: 100%;
    margin-bottom: 42px;

}

.twoservices-flex {

    /* outline: 3px orange solid; */
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.boite-services {
    /* outline: 2px blue solid; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-bottom: 42px;


}

p .bold {

    font-weight: 600;
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .services {

        margin: 0px;
        /* outline: 2px orange solid; */
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .services h2 {

        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;


    }

    .services h2 br {

        display: none;


    }

    .services p {

        font-size: 18px;
        line-height: 22px;
        text-align: justify;

    }


    .services h3 {

        font-size: 25px;
        line-height: 22px;


    }

}

/* TODO DIVISONS */



.divisions {

    margin: 0px 8% 0px 8%;
    /* outline: 3px blue solid; */


}


.divisions h2 {

    font-family: 'futura-pt';
    font-weight: 900;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
    text-align: center;
    color: var(--jaune);

}

.divisions p {

    color: var(--blanc);
    text-align: center;
    margin-bottom: 65px;
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .divisions {

        margin: 0px;
        /* outline: 3px blue solid; */


    }


    .divisions h2 {

        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: justify;


    }

    .divisions h2 br {

        display: none;

    }

    .divisions p {

        font-size: 18px;
        line-height: 25px;
        text-align: justify;
    }

    .divisions p br {

        display: none;
    }



}

/* TODO BOITE DIVISIONS */



.twodivisions {

    display: flex;
    justify-content: center;
    gap: 4%;
    /* outline: 3px green solid; */



}

.boite-divisions {

    margin-bottom: 50px;
    outline: 3px var(--blanc) solid;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;




}

.boite-divisions img {

    margin: 35px 0px;
    max-height: 125px;
    width: auto;


}


.boite-divisions img:hover {

    transform: scale(1.2);
    transition: 1.2s;


}

/* ! TODO MEDIA QUERY  */


@media only screen and (max-width: 500px) {

    .twodivisions {

        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0%;
        /* outline: 3px green solid; */



    }

    .boite-divisions {

        width: 100%;

    }




}

/* TODO DIVISIONS TEXT */


.divisions .text {

    background-color: var(--blanc);
    /* outline: 2px red solid; */
    height: 100%;
    padding: 20px 70px;



}

.divisions .text a {

    font-family: 'futura-pt';
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: var(--noir);

}

.divisions .text a:hover {


    color: var(--jaune);

}


.divisions .text h3 {

    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 45px;

}

.divisions .text p {

    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    color: var(--noir);
    text-align: left;

    margin-bottom: 0px;
    /* GARDER LE MARGIN-BOTTOM */
}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {

    .divisions .text {

        /* outline: 2px red solid; */
        height: 100%;
        padding: 20px;


    }



    .divisions .text h3 {

        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;

    }

    .divisions .text p {

        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        /* GARDER LE MARGIN-BOTTOM */
    }

    .divisions .text a {

        font-size: 18px;
        line-height: 20px;
        font-weight: 600;

    }


}

/* TODO DIVISIONS BTN */


.divisions .flexbtn {

    display: flex;
    justify-content: center;
}

.divisions .btn {


    padding: 18px 48px;
    background-color: var(--jaune);
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--noir);
}

.divisions .btn:hover {

    background-color: var(--blanc);
    color: var(--jaune);
    outline: 5px var(--jaune) solid;

}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .divisions .btn {

        font-size: 18px;
        padding: 18px 0px;
        width: 100%;

    }



}

/* TODO HEADER ÉQUIPE */

.headerequipe {

    margin: 0% 8%;
    /* outline: 3px red solid; */
}

.headerequipe h2 {
    font-family: 'futura-pt';
    font-weight: 900;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
    text-align: center;

}

.headerequipe p {


    text-align: center;

}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .headerequipe {

        margin: 0%;
        /* outline: 3px red solid; */
    }

    .headerequipe h2 {


        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;

    }

    .headerequipe p {

        font-size: 19px;
        line-height: 22px;
        text-align: center;


    }


}


/* TODO SECTION ÉQUIPE */

.sectionequipe {

    margin: 0% 8%;


}

.teamgui,
.teamtoni {

    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    padding: 40px;
    gap: 9%;

}

.teamgui img,
.teamtoni img {

    width: 100%;

}


.teamgui img:hover,
.teamtoni img:hover {

    transform: translateY(-10px);
    transition: .3s;



}

.teamtoni {

    flex-direction: row-reverse;
    border-top: 5px var(--jaune) solid;
}

.sectionequipe p {

    color: var(--blanc);
    margin-top: 30px;


}

.sectionequipe p .yellow {

    color: var(--jaune);
    font-weight: 600;


}

.team-desc {

    margin-top: 100px;
    border: 5px var(--jaune) solid;
    padding: 30px 60px 60px 60px;
    text-align: center;

}

/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .sectionequipe {

        margin: 0%;


    }

    .teamgui,
    .teamtoni {

        display: block;

    }




    .sectionequipe p {

        color: var(--blanc);
        margin-top: 30px;
        font-size: 18px;
        line-height: 25px;


    }

    .sectionequipe p .yellow {

        color: var(--jaune);
        font-weight: 600;


    }

    .team-desc {

        margin-top: 0px;
        border: 3px var(--jaune) solid;
        padding: 30px;
        text-align: left;


    }


}


/* TODO FOOTER */

.contact {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;


}

footer .bg-jaune {

    margin-bottom: 25px;

}


footer h2 {

    font-family: 'futura-pt';
    font-weight: 800;
    font-size: 53px;
    line-height: 45px;
    margin-bottom: 60px;

}

footer h3 {

    font-weight: 900;
    font-size: 31px;
    line-height: 30px;
    margin-bottom: 10px;

}

footer p {

    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;

}


address a {


    text-decoration: none;
    color: var(--noir);

}

address a:hover {


    text-decoration: underline;


}



footer .bg-noir {

    padding: 0px;
    padding-bottom: 80px;

}

footer .copyright {

    color: var(--blanc);
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}

footer p br.mobile {

    display: none;
}


/* ! TODO MEDIA QUERY  */

@media only screen and (max-width: 500px) {


    .contact {

        display: flex;
        flex-direction: column;


    }

footer img {

        width: 40%;
        align-self: center;

    }

    footer h2 {


        font-size: 45px;
        margin-bottom: 40px;

    }

    footer h3 {

        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;

    }

    footer p {

        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 30px;

    }


    address {

        margin-bottom: 50px;
    }



    footer .bg-noir {

        padding-bottom: 30px;

    }

    footer .copyright {

        font-size: 10px;
        line-height: 20px;
    }

    footer p br.mobile {

        display: block;
    }
    


}