.coordonnees{
    margin-bottom: 100px;
}
.contact-form{
    margin-top: 7rem !important;
    background-color: white;
    padding: 10px;
    padding-left: 60px;
    padding-top: 30px;
    margin-bottom: 100px;
    border-radius: 10px;
    box-shadow: 5px 10px 15px 0px rgba(216, 216, 216, 0.5);

}
.social-icons-contact{
    position: relative;
    width: 6%;
    left: 200px !important;
    margin-top: 20px;
}
.social-media-container{
    border-radius: 50%;
    border: 1px solid;
    padding-top: 5px;
    padding-bottom: 5px;

}
.social-media-container a{
    text-decoration: none;
    color: black;
}
.email-section{
    width: 240px !important;
    margin-right: 80px;
}
.telephone-section{
    width: 235px !important;

}
.custom-h4{
    font-size: 33px;
}
.custom-hr{
    width: 8%;
   background-color: black;
   height: 4px;
   margin-bottom: 5px;
}
.newsletter{
    width: 100%;
    background-color: #D38200;
}
.newsletter h4, .newsletter p{
    color: white;
}

.newsletter input{
    background-color: #d78f1a;
    border: none;
    padding: 15px;
    margin-right: -3px !important;
}
.newsletter input::placeholder{
    color: whitesmoke !important;
}
.btn-newsletter{
    background-color: white;
    color: blue;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: -15px;
}
.btn-newsletter:hover{
    background-color: white;
    color: blue;
}