.footer{
    background-color:  black;
    padding: 0px 90px 0px 90px;
    color: white
}

@media screen and (max-width:700px){
    .footer {  
        padding: 0px 30px 0px 30px;
    }
}

.footer-section1{
    /* background-color: black; */
    border-right:#333 solid 1px;
}
.footer-section1 img{
    width: 100px;
}

.footer-section2 .lien{
    margin-bottom: 10px;
    margin-left: 15px;
}

@media screen and (max-width:1000px){
    .footer-section2 .lien{  
        margin-left: 0px;  
    }
}


.footer-section2 a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.footer-section2 a:hover{
    color: #6D31EDFF;
}



.footer-section3 p{
    font-size: 18px;
}

.bouton-container a{
    text-decoration: none;
}

.footer-bouton{
    background-color:#6D31EDFF;
    border: solid 2px ;
    font-weight: 700;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 0px;
    
}
.footer-bouton:hover{
    background-color: white;
    color:#6D31EDFF;
}

.icons-reseaux{
    display: flex;
    flex-direction: row;
}

.icons-reseaux a{
    text-decoration: none;
    color: white;
    margin-right: 15px;

}

.icons-reseaux .twitter a:hover{
    color: rgb(0, 191, 255);
}
.icons-reseaux .facebook a:hover{
    color: blue;
}
.icons-reseaux .likedin a:hover{
    color: rgba(7, 108, 249, 0.699);
}
.icons-reseaux .youtube a:hover{
    color: red;
}