

footer{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 280px;
    width: 100%;
    background: linear-gradient(rgba(181,162,138),rgba(181, 162, 138, 0.705))
    
}


 .titre_footer{
color: white;
display: flex;
flex-direction: row;
justify-content:space-between;
padding: 10px 20px 0 10px;
width: 100%;
box-sizing: border-box;



font-size: 20px;

}

.nom_centre{
    font-weight: bolder;
}

.logo_reseau{
    height: 50px;
    
}

.colonnes{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    
    
    
}

.carte{
    color: black;
    text-decoration: underline 1px black;
    font-size: 12px;
}

.icone_carte{
    width: 10%;

}

.carte:hover{
    text-decoration: none;
}

.coordonnées{
    width: 20%;
}
.reseau{
    display: flex;
    flex-direction: row;
}

.colonnes p{
    font-size: 17px;
    color: black;

}

.partenaires a{
    margin: 5px;
    color: black;

}
.partenaires a:visited{
    color: black;
}
footer h3{
    margin-bottom: 15px;
}



.titre_suivez_nous{
    text-align: center;
}
.logo_partenaire{
    width: 10%;
}


.copyright{
   width: 100%;
   text-align: center;
   background-color: rgba(181, 162, 138, 0.704);
   font-size: 10px;
    padding: 10px 0;
   border-top: 2px solid rgba(181, 162, 138, 0.884);
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
@media screen and (max-width:1300px){
footer{
    height: 200px
}

.titre_footer{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
   

}
.titre_footer p{
     font-size: 10px;
    
}
.coordonnees{
    width: 30%;
    
}

.nom_centre{
    font-size: 11px;
}
.partenaires{
    width: 30%;

}
.coordonnées{
    width: 30%;
}

}
@media screen and (max-width:600px){

footer{
    height: 500px;
   
}


    .titre_footer{
    display: flex;
    flex-direction: column;
   text-align: center;

}

.colonnes{
    width: 100%;
}
.reseau{
    justify-content: center;
}


}
