.div-contact {
    width: 100%;
    display: flex;
    justify-content: center;
}

.div-contact h3 {
    font-size: 30px !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-contact strong {
    color: black;
}

.div-contact-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #01a1df;
    color: white;
}

.div-contact-1 div {
    width: 50%;
}

.div-contact-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/assets/img/photo-1476466813067-1b84dc750ee2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
}

.bouton-contact{
    background-color: #17467a !important;
    border: none;
}

.description-contact{
    color: black;
    font-size: 18px !important;
    padding-bottom: 10px;
}

.form-control{
    border-radius: 0px !important;
    font-size: 18px !important;
}

.div-confidentialite{
    display: flex;
    align-items: center;
}

.div-confidentialite label{
    color: black;
    margin: 0;
    padding-left: 10px;
}

#confidentialite{
    width: 20px;
}

input, select{
    height: 50px !important;
}

textarea{
    height: 150px !important;
}

.div-contact-2 div {
    width: 50%;
}

.img-avis-prodhomme {
    text-align: center;
    margin-bottom: 20px;
}

#contact-form {
    padding: 50px 150px !important;
}

#contact-form input {
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 20px 20px;
}

#contact-form textarea {
    border-radius: 10px;
    padding: 20px 20px;
}

#contact-form select {
    border-radius: 10px;
    padding: 0px 20px;
    height: 42px;
    margin-bottom: 20px;
}

.div-contact-2 div {
    width: 100%;
}

.btn-contact-dathermie {
    background-color: #01a1df;
    color: white;
    padding: 10px 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: none;
    transition-duration: 0.5s;
}

.contact-icons {
    display: flex;
    justify-content: space-around;
}

.contact-icons div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.fas {
    margin: 0px 0px 20px 0px !important;
}

@media screen and (max-width: 767px) {
    #contact-form {
        padding: 0 !important;
    }

    .btn-contact-dathermie {
        margin-top: 30px;
    }
}
