.wpcf7-response-output {
    color: white;
}

footer#main_footer {
    background-color: var(--couleur-6);
}

footer#main_footer .ligne {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer#main_footer .ligne .colonne {
    width: 22%;
}

footer#main_footer .ligne .colonne.colonne-1 {
    width: 25%;
}

footer#main_footer .ligne .colonne.colonne-4 {
    margin-right: 0;
}

footer#main_footer .ligne.ligne-1 .liste-liens a {
    margin-top: 30px;
    display: block;
}

footer#main_footer .contact div {
    margin-top: 30px;
}

footer#main_footer .ligne .colonne.colonne-2 {
    min-width: 200px;
}


footer#main_footer .ligne.ligne-2 {
    margin-top: -65px;
}

footer#main_footer .reseaux {
    display: flex;
    align-items: baseline;
}

footer#main_footer .reseaux img {
    margin: 10px 0px 0 20px;
}


/* newsletter */



footer#main_footer .formulaire {
    position: relative;
    display: flex;
    margin: 30px 0px 40px;
    flex-wrap: wrap;
}

footer#main_footer .newsletter {
    margin: 40px 0 0;
}

footer#main_footer .titre {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: var(--police-Avenir-Black);
}

footer#main_footer .newsletter .sous_titre,
footer#main_footer .contact a,
footer#main_footer .liste-liens a {
    color: var(--couleur-11);
}

footer#main_footer .contact a,
footer#main_footer .liste-liens a {
    max-width: max-content;
}

footer#main_footer .contact a:hover,
footer#main_footer .liste-liens a:hover {
    color: var(--couleur-13);
}

footer#main_footer .formulaire span {
    width: 100%;
    max-width: calc(100% - 57px);
}

footer#main_footer .wpcf7 input[type="email"] {
    background-color: transparent;
    outline: none;
    color: var(--couleur-10);
    padding: 12px 6px;
    text-indent: 15px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid var(--couleur-13);
    border-right: none;
    width: calc(100% - 10px);
}

footer#main_footer .wpcf7 input[type="submit"] {
    padding: 8px 15px;
    border-radius: 0px 5px 5px 0px;
    -webkit-appearance: none !important;
    background-color: var(--couleur-1);
    color: white;
    font-family: var(--police-Avenir-Black);
    border: 1px solid var(--couleur-13);
    border-left: none;
}

footer#main_footer .wpcf7-spinner {
    position: absolute;
    width: max-content !important;
    top: 10px;
}

footer#main_footer .wpcf7-spinner::before {
    background-color: black;
}

footer#main_footer .wpcf7-not-valid-tip {
    position: absolute;
}

/******************** MEDIA **************************/

@media screen and (max-width:1400px) {

    footer#main_footer .ligne .colonne {
        width: 30%;
    }

    footer#main_footer .ligne .colonne.colonne-1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    footer#main_footer .ligne.ligne-2 {
        margin-top: 30px;
    }

    footer#main_footer .logo_footer {
        margin-right: 50px;
    }

}

@media screen and (max-width:1024px) {
    footer#main_footer .langue {
        top: -11px;
        position: absolute;
    }

    footer#main_footer .ligne .colonne.colonne-1 {
        width: 57%;
        display: initial;
    }

    footer#main_footer .ligne.ligne-2 {
        margin-top: 50px;
    }

    footer#main_footer .ligne {
        align-items: center;
    }

    footer#main_footer .reseaux {
        margin-top: 20px;
    }

    footer#main_footer .ligne-2 .colonne.colonne-3 {
        position: relative;
    }

    footer#main_footer .ligne.ligne-2 .colonne-1 {
        display: none;
    }

    footer#main_footer .ligne-2 .colonne.colonne-2 a {
        text-decoration: underline;
    }

    footer#main_footer .colonne.colonne-3,
    footer#main_footer .colonne.colonne-4 {
        width: 47%;
    }

}

@media screen and (max-width:680px) {

    footer#main_footer .ligne-1 .liste-liens {
        display: none;
    }

    footer#main_footer .ligne-1 .menu_1 .titre {
        position: relative;
        margin: 0;
        padding-bottom: 15px;
    }


    footer#main_footer .ligne-1 .menu_1 .titre::after,
    footer#main_footer .contact .titre:after {
        font-size: 15px;
        content: "\276E";
        transform: rotate(-90deg);
        position: absolute;
        right: 5px;
    }

    footer#main_footer .ligne-1 .menu_1 {
        border-bottom: 1px solid #E5E5E5;
    }

    footer#main_footer .ligne-1 .menu_1.active .liste-liens {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }

    footer#main_footer .ligne-1 .menu_1.active .titre:after,
    footer#main_footer .contact.active .titre:after {
        transform: rotate(90deg);
    }

    footer#main_footer .logo_footer {
        margin-right: 0;
    }

    footer#main_footer .ligne .colonne {
        width: 100% !important;
    }

    footer#main_footer .ligne .colonne.colonne-1 {
        text-align: center;
    }

    footer#main_footer .formulaire {
        margin: 30px auto 40px;
        max-width: 300px;
    }

    footer#main_footer .ligne.ligne-1 .liste-liens a {
        margin-top: 20px;
    }

    footer#main_footer .contact div {
        display: none;
    }

    footer#main_footer .contact.active div {
        display: block;
    }

    footer#main_footer .contact {
        margin-top: 30px;
        border-bottom: 1px solid #E5E5E5;
    }

    footer#main_footer .contact.active {
        padding-bottom: 30px;
    }

    footer#main_footer .titre {
        margin-bottom: 15px;
        position: relative;
        cursor: pointer;
    }

    footer#main_footer .reseaux img {
        height: 14px;
    }

    footer#main_footer .ligne-2 .colonne {
        width: 47% !important;
    }
}

@media screen and (max-width:500px) {
    footer#main_footer .langue {
        top: -20px;
        right: 0;
    }

    footer#main_footer .reseaux img {
        height: 14px;
    }

    footer#main_footer .ligne-2 .colonne {
        width: max-content !important;
    }

    footer#main_footer .ligne-2 .colonne.colonne-3 {
        width: 100% !important;
    }
}



/***************** Immo ***************/
.iwp__property * {
    color: white !important;
    font-family: var(--police-Avenir-Light) !important;
}

.iwp__property .iwp__block {
    border: none;
    padding: 25px 0px;
}

.iwp__property .iwp__block-overview .iwp__overview-list .iwp__media-icon svg {
    fill: white;
    height: 15px;
    width: 15px;
}

.iwp__property .iwp__block-features .iwp__block-features-list li svg {
    fill: white;
}

.iwp__property .iwp__block.iwp__card .iwp__card-header {
    padding: .75rem 0rem;
}

.iwp__property .iwp__block-energie .iwp__card-body img {
    background-color: white;
}

.iwp__property h2 {
    font-family: var(--police-Cormorant-Light) !important;
    font-size: 30px !important;
}

.iwp__property #iwp__map * {
    color: black !important;
}

.iwp__property .iwp__header-meta {
    margin: 50px 0 30px;
}


/*** Textes justifié ***/
.iwp__block.iwp__block-description.iwp__card .iwp__card-body {
    text-align: justify;
}

.fiche_bien .details .description p {
    text-align: justify;
}

section.bloc_deux_textes .description {
    text-align: justify;
}

section.banniere_agence .description {
    text-align: justify;
}

section.banniere_fondu .description {
    text-align: justify;
}

section.bloc_fondu .description {
    text-align: justify;
}

section.decouvrez_nos_agences .description {
    text-align: justify;
}

section.informations-single-programme .onglet_content .bloc {
    text-align: justify;
}

section.cgu {
    text-align: justify;
}








/***************************TEMPORAIRE NEWSLETTER***********************************/

@media screen and (min-width:1024px) {
    footer#main_footer .newsletter {
        visibility: hidden;
        height: 150px;
    }
}

@media screen and (max-width:1024px) {
    footer#main_footer .newsletter {
        display: none;
    }

    footer#main_footer .logo_footer {
        margin-bottom: 20px;
    }
}