/* contact-container */
#contact-container {
    width: 100%;
    min-height: 400px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
    background: #FFF;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(19, 94, 172, 0.12);
}

.contact-sub-title {
    margin-bottom: 10px;
    opacity: 0.9;
}
h1.contact-sub-title {
    font-size: 28px;
}
.contact-left-col {
    border-right: 3px solid #80808045;
}
.agence-icon-container {
    width: 45px;
    height: 50px;
    float: left;
    margin-right: 8px;
}
.agence-icon-container i {
    font-size: 45px;
    line-height: 1.1em;
}
.email-icon-container {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
}
.email-icon-container i {
    font-size: 25px;
    /*line-height: 1.1em;*/
}
.contact-email {
    line-height: 2.2em;
    font-weight: 300;
}
.agence-adresse, .agence-tel {
    font-size: 13px;
    line-height: 1.3em;
    color: #8D8D8D;
    font-weight: 300;
}
.agence-adresse b, .agence-tel b{
    font-weight: 400;
    color: #000;
    opacity: 0.8;
}
.social-icon {
    font-size: 25px;
    margin-right: 8px;
}
.contact-paragraph {
    font-size: 14px;
    line-height: 1.3em;
    color: #8D8D8D;
    font-weight: 300;
}
#map {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

/* form */
.contact-form label {
    font-size: 0.7em;
    font-weight: 400;
    color: #888585;
    margin-bottom: 5px;
}
.contact-form .row {
    margin-bottom: 12px;
}
.contact-form .form-control {
    background-color: #F0F1F847;
    font-size: 12px;
    font-weight: 300;
}
.contact-form textarea {
    height: 80px;
}
#btn-envoyer {
    padding: 10px 20px;
    float: left;
    margin-top: 10px;
    min-width: 160px;
}
.agence-coordonnees-container a i {
    color: var(--main-color);
}

/* PAGE SUCCESS ---------------------------------------------------------------- */
#success-contact-container {
    width: 700px;
    min-height: 400px;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-bottom: 80px;
    background: #FFF;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(19, 94, 172, 0.12);
}
.success-icon {
    font-size: 80px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
}

.small-overlay {
    overflow: auto !important;
}

/* AUTRES */
.float-left {
    float: left;
}