.ensemble{
    padding: 70px 90px 70px 90px;
    background: linear-gradient(to bottom, #fefdff,#6031ed3b,#6031ed4c);
}

@media screen and (max-width:600px){
    .ensemble {  
    padding: 70px 30px 40px 30px;      
    
    }
}

.container-contact-adresse .adresse .adresse1{
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.container-contact-adresse .adresse .adresse2{
    display: flex;
    justify-content: center;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-size: 25px;
}

@media screen and (max-width:700px){
    .container-contact-adresse .adresse .adresse2 {  
        border-left: 0px;
        border-right: 0px;   
    }
}

.container-contact-adresse .adresse .adresse3{
    display: flex;
    justify-content: center;
    font-size: 25px;
}

.column-formulaire{
    padding: 0px 10% 0px 10%;
}

@media screen and (max-width:700px){
    .column-formulaire {  
       padding: 0px;  
    }
}

.column-formulaire input{
    width: 100%;
    padding: 10px 5px 10px 5px;
    border: solid 1px #000;
    border-radius: 10px;
}


.column-formulaire textarea{
    width: 100%;
    padding: 10px 5px 10px 5px;
    height: 200px;
    border: solid 1px #000;
    border-radius: 10px;
}

.container-contact-envoyer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bouton-en-savoir-container a{
    text-decoration: none;
}

.bouton-en-savoir{
    background-color:#6D31EDFF;
    border: solid 1px #6D31EDFF;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    color: white;
    text-align: center;
    border-radius: 10px;  
}
.bouton-en-savoir:hover{
    background-color: white;
    color:#6D31EDFF;
    border: solid 1px #6D31EDFF;

}


.icons-reseaux1{
    display: flex;
    flex-direction: row;
}

.icons-reseaux1 a{
    text-decoration: none;
    margin-right: 10px;
}

.icons-reseaux1 .twitter a{
    color: rgb(0, 191, 255);
}
.icons-reseaux1 .facebook a{
    color: blue;
}
.icons-reseaux1 .likedin a{
    color: rgba(7, 108, 249, 0.699);
}
.icons-reseaux1 .youtube a{
    color: red;
}



