    /* CONTACT FORM */

    .contact-form {
        max-width: 800px;
        margin: 0 0 45px;
        color: #0C2246;
    }

    .contact-form label {
        font-size: 0.8rem;
        color: #0C2246;

    }

    .contact-form .input-group {
        width: 100%;
    }

    .contact-form .input-group-addon {
        display: none
    }

    .contact-form small {
        font-size: 0.7rem;
    }

    .contact-form .btn-close {
        display: none
    }

    .contact-form textarea {
        height: 136px
    }

    .contact-form .ctAttachment {
        font-size: 0.9rem
    }

    .contact-form .ctAttachment p {
        margin-bottom: 10px;
    }

    .contact-form .upload-btn-wrapper {
        float: right;
        display: inline-block;
    }

    .contact-form .ctAttachment label {
        font-size: 0.9rem
    }

    .contact-form .ctAttachment label small {
        font-weight: normal;
    }

    .contact-form .progress-bar {
        background-color: #1F3763;
    }

    .contact-result {
        color: white;
        padding: 5px 10px;
        font-size: 0.9rem;
        margin-bottom: 10px
    }

    .contact-result-success {
        background: #337ab7;
    }

    .contact-result-error {
        background: #a00;
    }

    .contact-form .input-group-addon {
        display: none !important;
    }

    .contact-form .form-group {
        margin-bottom: 10px
    }

    .contact-form label {}

    .contact-form .form-control {
        background-color: #fafafa;
        border-radius: 7px !important;
        font-size: 0.8rem;
        border-color: #0C2246;


    }

    .contact-form .alert-success {
        color: #017420;
    }

    .contact-form .alert-error {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .recruitment .contact-form .ctSenderCompany {
        display: none
    }

    .news-text {
        border: 0px solid pink
    }

    #modal-contact .modal-header h4 {
        padding-left: 50px;
        background: url(../img/enveloppe.png?w=35) center left no-repeat;
    }

    #modal-contact textarea {
        height: 80px
    }

    #modal-contact .contact-form .btn-close {
        display: inline-block !important
    }

    #modal-contact .contact-form .col-sm-6 {
        width: 100% !important;
        float: none
    }

    /* shortcode */

    .cta-box-wrp {
        display: inline-block;
        width: 220px;
        margin-top: 45px
    }

    .cta-box-wrp.bottom-fix {
        position: absolute;
        bottom: 0;
        right: 15px;
        margin-top: 0px;
    }

    .cta-box-wrp img {
        width: 220px;
    }

    .contact-consent {
        font-size: 80%;
        padding-left: 20px;
        text-align: left;
        position: relative;
    }

    .contact-consent input {
        position: absolute;
        left: 0;
        top: 3px
    }

    .mentions-rgpd {
        font-size: 0.7rem;
        border: #aaa 1px solid;
        padding: 7px;
        border-radius: 9px;
        background: #fafafa;
        margin: 15px 0
    }

    .mentions-rgpd p {
        margin: 0;
        padding: 0;
    }


    .contact-map {
        margin-bottom: 15px
    }

    .contact-map .leaflet-popup-content-wrapper {
        overflow: hidden;
        border: 3px solid white;
    }

    .contact-map .leaflet-popup-content {
        width: auto !important;
        margin: 0 !important;
        border-radius: inherit;
    }

    .contact-map .leaflet-popup-content img {
        width: 120px;
        max-width: 1000px !important;
        border-radius: inherit;
    }

    .contact-map {}

    .contact-map {}

    .article-contact-form .article-inner {}

    .article-contact-map .article-inner {
        padding-top: 20px
    }



    @media screen and (min-width: 0px) and (max-width: 767px) {

        body.contacts .half-column-group .news-group-inner {
            flex-direction: column-reverse;


        }

        .contact-map>div {
            max-height: 200px;
        }

    }