.contact-haut {
    background: #F2F2F2;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.contact-haut h1 {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-weight: 700;
}

.content-bas {
    width: 100%;
    display: flex;
}

.content-bas .left-part {
    flex-basis: 35%;

    display: flex;
    flex-direction: column;
}

.content-bas .left-part .haut {
    height: 300px;
    padding: 30px;
    margin: 0 20px 0 10px;
    line-height: 2px;
    background: #FFFFFF;
    border-radius: 5px;
}

.content-bas .left-part .bas {
    height: 300px;
    padding: 30px;
    margin: 30px 20px 0 10px;
    line-height: 2px;
    background: #FFFFFF;
    border-radius: 5px;
}

.icon-haut-gauche {
    background: #333333;
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -45px;
    border-radius: 10px;

}

.icon-haut-gauche span,
.icon-haut-right span {
    color: #FFFFFF;
    font-size: 50px;
    height: 50%;
    width: 100%;
    margin-top: -5px;
}

.content-bas .left-part .haut .coordonnees,
.content-bas .left-part .bas .coordonnees {
    margin-top: 20px;
}

.coordonnees .deuxieme_p {
    margin-top: 35px;
}

.content-bas .right-part {
    /* height: 675px; */
    flex-basis: 65%;
    padding: 0 20px 0px 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.icon-haut-right {
    background: #333333;
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    border-radius: 10px;
}

/* Pour contact form 7 */
.wpcf7-submit {
    border-radius: 5px !important;
    color: #FFFFFF !important;
    background: #B1810B !important;
    margin-bottom: 15px;
    /* padding: 5px !important; */
}

.wpcf7-validates-as-required {
    border-radius: 5px !important;
    box-shadow: 0 0 5px #F2F2F2 !important;
    color: #515659 !important;
}

.wpcf7-text {
    width: 100%;
    height: 38px;
}

.wpcf7-textarea {
    height: 130px;
    resize: none;
}

.nom-form-7 {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 11px;
}

.email-form-7,
.objet-form-7 {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: -10px;
}

.message-form-7 {
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-response-output {
    font-size: 15px;
}

.envoi-form-7 {
    margin-top: 30px !important;
}

/* ****************************************************************
                        RESPONSIVE
***************************************************************** */
@media (max-width: 955px) {
    .contact-haut {
        margin-bottom: 30px;
    }

    .content-bas {
        flex-direction: column;
    }

    .content-bas .left-part {
        padding: 10px;
        /* margin-bottom: 10px; */
    }

    .content-bas .left-part .haut,
    .content-bas .left-part .bas {
        width: 100%;
        /* height: 200px; */
        margin: 0;
    }

    .content-bas .left-part .haut {
        margin-bottom: 10px;
    }

    .content-bas .right-part {
        margin: 10px;
    }

    .email-form-7,
    .message-form-7,
    .objet-form-7 {
        margin-top: 15px;
    }

    .icon-haut-gauche,
    .icon-haut-right {
        display: none;
    }

    .wpcf7-response-output {
        font-size: 12px;
    }
}