/*-----FOOTER------*/

/*GENERAL*/

.footer{
    background-color:var(--beige) ;
}

.footer .container, .containerrs a, .logo_footer{
    display: flex;
}

.footer .container, .logo_footer{
    justify-content: center;
}

.footer h3, .footer p{
    color: var(--bleuclair);
}

.footer .container{
    width: 60% !important;
    padding-top: 40px;
}

.footer p, .containerrs a{
    font-family:var(--typographie-texte-labeur);

}

.footer h3{
    font-family: var(--typographie-titre-secondaire);
}

.footer p{
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

/*RS*/

.reseaux h3, .containerrs a{
    margin-bottom: 20px;
}

.containerrs a{
    text-decoration: none;
}

.containerrs a i, .containerrs a p {
    color: var(--bleuclair);
}

.containerrs a i {
    font-size : 40px;
    margin-right: 25px;
}
.containerrs a p {
    font-size : 20px;
    font-weight: bold;
}

.containerrs a img {
    width: 70px;
}

/*CONTACT*/

.contact{
    text-align: end;
}

.contact h3, .contact li{
    margin-bottom: 20px;
}

.contact ul, .contact a{
    color: var(--bleuclair);
}

.contact ul{
    list-style: none;
    font-family:var(--typographie-texte-labeur);
    font-size: 20px;
    font-weight: bold;
}

.contact a{
   text-decoration: none;
}

/*----------------------ECRAN MOYENS (1250px)--------------------------*/

@media screen and (max-width: 1250px) {

    /*-----FOOTER------*/

    /*GENERAL*/ 

    .footer .container{
        width: 90% !important;
    }
}

/*----------------------TABLETTE (768px)--------------------------*/

@media screen and (max-width: 768px) {
    
    /*-----FOOTER------*/

    /*GENERAL*/ 

    .footer .container{
        display: block;
    }

    .reseaux{
        text-align: center;
        margin-bottom: 40px;
    }

    .reseaux a{
        justify-content: center;
    }

    .logo_footer{
        margin-bottom: 40px;
    }

    .contact{
        text-align: center;
    }
}