

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

 .titre_footer{
color: white;
padding-bottom: 5%;

font-size: 20px;

}



.logo_reseau{
    height: 50px;
    margin: 2%;
}

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

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

}

.reseau{
    display: flex;
}
.reseau a {
    padding: 5px
}

.copyright{
   width: 100%;
   text-align: center;
   background-color: rgba(181, 162, 138, 0.704);
   font-size: 15px;
padding: 10px 0;
   border-top: 2px solid rgba(181, 162, 138, 0.884)

}