/*
SOMMAIRE
01 - homepage - Création de Valeurs
02 - homepage - Devenir locataire
03 - Filtres map
04 - Résumé de biens
05 - Home je suis locataire
06 - Resum actualite
07 - Resum événement
08 - homepage
09 - homepage Devenir propriétaire
10 - homepage institutionnel
11 - FAQ
12 - Recrutement
13 - Fiche offre emploi individuel
14 - Page Agenda
15 - Page Question d'Elus
16 - Page Vendre un terrain
*/

/* 01 - homepage - Création de Valeurs */

    .home-createurValeur-blocOne .itemTwo-item-item:first-child{
        background-color: var(--peche--20o);
    }
    .home-createurValeur-blocOne .itemTwo-item-item:last-child{
        background-color: var(--orange--20o);
    }
    .home-createurValeur-blocOne .itemTwo-item:last-child{
        background-color: var(--yellow--20o);
    }
    .home-createurValeur-blocOne .itemOne,
    .home-devenirLocataire-blocOne .itemOne {
        width: 60%;
        height: 540px;
    }
    .home-createurValeur-blocOne .itemTwo,
    .home-devenirLocataire-blocOne .itemTwo {
        width: 37%;
    }
        .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc {
            padding: 20px 70px;
        }

        @media (max-width: 1023px) {
            .home-institutionnel-blocOne-itemTwo {
                margin-top: 96px;
            }
        }

        .home-createurValeur-blocOne .text h2,
        .home-devenirLocataire-blocOne .text h2,
        .home-institutionnel-blocTwo-item h2 {
            color: var(--black);
            font-size: 2.2rem;
            margin: 16px 0;
        }
        .home-devenirLocataire-blocOne .itemTwo-item:not(:last-child){
            margin-bottom: 24px;
        }
        .home-devenirLocataire-blocOne .itemTwo-item--1 {
            background-color: var(--peche--20o);
        }
        .home-devenirLocataire-blocOne .itemTwo-item--2 {
            background-color: var(--orange--20o);
        }
        .home-devenirLocataire-blocOne .itemTwo-item--3 {
            background-color: var(--yellow--20o);
        }
        .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc .text,
        .home-devenirLocataire-blocOne .itemTwo-item .text,
        .home-institutionnel-blocTwo-item .text {
            padding: 0 0 0 20px;
        }
            .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc .text h2,
            .home-devenirLocataire-blocOne .text h2,
            .home-institutionnel-blocTwo-item h2 {
                text-align: left;
            }
        .home-createurValeur-blocOne .itemTwo .itemTwo-item,
        .home-devenirLocataire-blocOne .itemTwo-item,
        .home-institutionnel-blocTwo-item {
            height: calc(100% / 2.1);
        }
        .home-devenirLocataire-blocOne .itemTwo-item,
        .home-institutionnel-blocTwo-item {
            padding: 32px;
        }
        .missionBloc, .home-createurValeur .itemTwo-item-item,
        .home-devenirLocataire-blocOne .itemTwo-item,
        .home-institutionnel-blocTwo-item {
            -webkit-transition: -webkit-transform .5s !important;
            transition: -webkit-transform .5s !important;
            -o-transition: transform .5s !important;
            transition: transform .5s !important;
            transition: transform .5s, -webkit-transform .5s !important;
        }
            .home-institutionnel-blocTwo-item:nth-child(1) {
                background-color: var(--yellow--20o);
                margin-bottom: 24px;
            }
            .home-institutionnel-blocTwo-item:nth-child(2) {
                background-color: var(--peche--20o);
            }
        .missionBloc:hover, .home-createurValeur .itemTwo-item-item:hover,
        .home-devenirLocataire-blocOne .itemTwo-item:hover,
        .home-institutionnel-blocTwo-item:hover {
            -webkit-transform: scale(1.02);
                    -ms-transform: scale(1.02);
                transform: scale(1.02)
        }
.home-createurValeur-blocTwo {
    background-color: var(--peche);
    margin: 40px 0 0 0;
    padding: 60px 50px;
}
    .home-createurValeur-blocTwo h3 {
        color: var(--white);
        font-size: 4.5rem;
        margin: 0 0 30px 0;
    }
    .home-createurValeur-blocTwo .item.bloc-1 .ico {
        background-position: -264px -170px;
        width: 62px;
        height: 64px;
    }
    .home-createurValeur-blocTwo .item.bloc-2 .ico {
        background-position: -4px -249px;
        width: 63px;
        height: 59px;
    }
    .home-createurValeur-blocTwo .item.bloc-3 .ico {
        background-position: -95px -249px;
        width: 63px;
        height: 59px;
    }
    .home-createurValeur-blocTwo div.text {
        padding: 0 0 0 20px;
    }
        .home-createurValeur-blocTwo p.text {
            color: #fff;
            margin: 0;
            font-size: 1.7rem;
            font-weight:300;
        }
        .home-createurValeur-blocTwo p.chiffre {
            color: #fff;
            font-weight:600;
            font-size: 5rem;
            margin: 0;
            line-height: 0.8;
        }
.home-createurValeur-blocThree > h2 {
    text-align: center;
    margin: 50px 0 40px 0;
    color: var(--color03); color: var(--vermillon);
    font-size: 6rem;
}


/* 02 - homepage - Devenir locataire */
.bg-home-devenirLocataire__menu-carrefour {
    background-image: url(../img/charte/bg-devenir-locataire.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.home-devenirLocataire .home-locataire__menu-carrefour {
    margin-bottom: 30px;
}

    @media (min-width: 768px) {
        .home-devenirLocataire .home-locataire__menu-carrefour {
            margin-bottom: 100px;
        }
    }

.home-devenirLocataire .home-locataire-blocOne {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .home-devenirLocataire .home-locataire-blocOne .itemTwo {
        margin-top: 15px;
    }
}


.home-devenirLocataire-blocTwo .title {
    padding: 96px 0 24px;
}
    .home-devenirLocataire-blocTwo .title h2 {
        margin: 0;
    }
    .home-devenirLocataire-blocTwo .title p {
        color: var(--vermillon);
        font-size: 3.6rem;
        font-weight: 700;
    }

/* 03 - Filtres map */

.carte-filter form ul:not(.chosen-results) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    margin: 0 0 40px 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.carteAdvanced {
    margin: 0 - 12px;
}

@media (min-width: 768px) {
    .carteAdvanced .w1-2 {
        padding: 0 12px;
        width: 50%;
    }
}

.bloc-texte-colonnes .main-carte .carte {
    margin: 0 auto;
}

    @media (min-width: 992px) {
        .bloc-texte-colonnes .main-carte .carte {
            width: calc(100% / (12 / 8));
        }
    }

.bloc-texte-colonnes .main-carte .logement {
    display: none;
}

.carteAdvanced .carte-filter form ul:not(.chosen-results),
.main-carte .carte-filter form ul:not(.chosen-results) {
    -webkit-box-pack: start;
            -ms-flex-pack: start;
        justify-content: flex-start;
}

@media (min-width: 768px) {
    .carte-filter form ul li {
        margin: 0 8px 10px!important;
        width: calc(100% / 3 - 16px);
    }
}
    
    .carteAdvanced .carte-filter form ul:not(.chosen-results) li,
    .main-carte .carte-filter form ul:not(.chosen-results) li {
        margin: 0 5px 5px 0 !important;
        -webkit-box-flex: 1;
                -ms-flex-positive: 1;
            flex-grow: 1;
        padding: 0;
    }
    .carte-filter form ul li::before {
        display: none;
    }
    .carte-filter form ul li .chosen-container {
        font-size: 14px;
        width: 100% !important;
    }
    .carteAdvanced .carte-filter form ul li .chosen-container, .carteAdvanced .carte-filter form ul li label, .carteAdvanced .carte-filter form ul li select,
    .main-carte .carte-filter form ul li .chosen-container, .main-carte .carte-filter form ul li label, .main-carte .carte-filter form ul li select {
        width: 100% !important;
        min-width: 250px;
    }
        .carte-filter form ul li .chosen-container a {
            cursor: pointer;
            background: transparent !important;
            color: var(--black);
            border: 1px solid var(--black--75o) !important;
            border-radius: 0;
            line-height: 1.5;
            box-shadow: none;
            /* margin-bottom: 24px; */
            padding: 15px 150px 15px 25px;
            width: 100%;
        }

        .chosen-container .chosen-results li{
            width: 100% !important;
        }
        .chosen-container .chosen-results li.highlighted{
            background: #000 !important;
            margin: 0 !important;
        }
        .carte-filter form ul li select {
        }
        .carte-filter form ul li .chosen-container-single .chosen-single div b {
            background-position: 0 12px;
        }
        .carte-filter form ul li .chosen-container .chosen-drop {
            background-color: #f2f2f2;
            border: none;
        }
    /* #wrapperInner ul li input[type="submit"] {
        margin-bottom: 24px;
    } */
    #wrapperInner .carteAdvanced ul li input[type="submit"],
    #wrapperInner .main-carte ul li input[type="submit"] {
        width: 100%;
    }

.carteAdvanced .item.carte > div, .main-carte .item.carte > div {
    height: 100% !important;
    min-height: 350px;
}

    @media (min-width: 768px) {
        .carteAdvanced .item.carte > div, .main-carte .item.carte > div {
            min-height: 550px;
        }
    }

.google-maps .map-resum {
    background-color: #FFF0DB;
    padding: 1px 8px 16px;
    margin: 0;
}


/* 04 - Résumé de biens */
.carteAdvanced .results,
.main-carte .results {
    color: #8c8c8c;
}
.map-resum {
    margin: 0 0 30px 0;
}
    .map-resum .image {
        height: 250px;
        background-color: #efefef;
        -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
            order: 1;
    }
        .map-resum .image .hover {
            width: 100%;
            height: 100%;
            -webkit-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
            transform: translateY(-50px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            overflow: hidden;
            background-color: rgba(245, 110, 90,.3);
            opacity: 0;
            top: 0;
            -webkit-transition: opacity .5s, -webkit-transform .5s;
            transition: opacity .5s, -webkit-transform .5s;
            -o-transition: transform .5s, opacity .5s;
            transition: transform .5s, opacity .5s;
            transition: transform .5s, opacity .5s, -webkit-transform .5s;
        }
        .map-resum:hover .image .hover {
            opacity: 1;
            -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                transform: translateY(0);
        }
            .map-resum .image .hover p {
                color: var(--vermillon);
                font-size: 2rem;
                margin: 10px 0 0 0;
            }
    .map-resum h2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 1.8rem;
        font-family: 'neutrif_studio';
        color: var(--color05);
        color: #5ba7c1;
        font-weight: 700;
        margin: 16px 16px 8px;
        color: var(--vermillon);
    }
    .map-resum .cityBloc {
        -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
            order: 3;
    }
        .map-resum .city {
            margin: 0;
        }
        .map-resum .city:first-child {
            /* margin: 0 6px 0 15px; */
        }
    .map-resum .price {
        -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
            order: 4;
        margin: 0 15px 15px 15px;
        font-weight:600;
        color: var(--color03); color: var(--vermillon);
    }
        .map-resum .price span {
            font-size: 2rem;
        }
.single-vente #footer {
    margin: 0px 0 0 0;
}
.single-location #footer {
    margin: 0px 0 0 0;
}
.single-location .singleBien, .single-vente .singleBien{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
}
.single-location .singleBien .accrocheBasdepage, .single-vente .singleBien .accrocheBasdepage{
    -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
        order: 2;
}
.single-location .singleBien .otherBien, .single-vente .singleBien .otherBien{
    margin-top: 50px;
}
.slider-bien a.slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0px 25px;
    height: auto;
    min-height: 357px;
}
.slider-bien .slick-list {
    padding: 30px 0px;
}




/* 05 - Home je suis locataire */
@media (min-width: 768px) {
    .bg-home-locataire__menu-carrefour {
        background-image: url(../img/charte/bg-locataire.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 10px;
    }
}

.home-locataire__menu-carrefour {
    margin-bottom: 30px;
}

.home-locataire__menu-carrefour__nav {
    margin-bottom: 32px;
    /* padding: 100px 0; */
    padding: 50px 0;
    z-index: 1;
}

    @media (min-width: 768px) {
        .home-locataire__menu-carrefour__nav {
            /* margin-right: -100%; */
            margin-bottom: 0;
            width: calc(100% / (12 / 6) + 15px);
        }
    }

.home-locataire__menu-carrefour__img {
    position: relative;
    height: 100%;
}

    @media (max-width: 767px) {
        .home-locataire__menu-carrefour__img {
            display: none;
        }
    }

    .home-locataire__menu-carrefour__img::before {
        content: "";
        display: block;
        /* padding-top: 100%; */
        width: 100%;
    }

.home-locataire__menu-carrefour__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.home-locataire-blocOne {
    margin: 0 0 70px 0;
    position: relative;
}
    .home-locataire-blocOne .itemTwo .itemTwo-sousItem.links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        /* margin-bottom: 24px; */
    }

        @media (max-width: 767px) {
            .home-locataire-blocOne .itemTwo .itemTwo-sousItem.links {
                flex-direction: column;
            }
        }

        @media (min-width: 768px) {
            .home-locataire-blocOne .itemTwo .itemTwo-sousItem.links {
                /* margin: 0 -12px 24px; */
            }
        }

    .home-locataire-blocOne .itemTwo .itemTwo-sousItem.events {
        background-color: var(--yellow--20o);
        padding: 32px;
    }

        .home-locataire-blocOne .itemTwo .itemTwo-sousItem a > h2 {
            font-size: 2.2rem;
            color: var(--black);
            text-align: center;
            margin: 0;
            margin-top: 26px;
        }
        .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem {
            position: relative;
            background-color: var(--vermillon);
            color: var(--white);
            margin-bottom: 16px;
            padding: 32px;
            width: 100%;
            -webkit-transition: -webkit-transform .5s !important;
                transition: -webkit-transform .5s !important;
            -o-transition: transform .5s !important;
                transition: transform .5s !important;
            transition: transform .5s, -webkit-transform .5s !important;
        }

            @media (min-width: 768px) {
                 .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem img{
                     flex: 1 0 60px;
                     max-width: 60px;
                    margin-right: 20px;
                    }
                 .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem {
                    display: flex;
                    align-items: center;
                    /* flex-direction: column; */
                    /* justify-content: center; */
                }
            }

            .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem::after {
                content: "\e90b";
                position: absolute;
                top: 26px;
                right: 26px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: var(--white);
                color: var(--vermillon);
                border-radius: 50%;
                font-size: 2.2rem;
                font-weight: 400;
                height: 40px;
                width: 40px;
                font-family: 'icomoon';
            }

        .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem:hover {
            -webkit-transform: scale(1.02);
                    -ms-transform: scale(1.02);
                transform: scale(1.02);
        }

        /* Carrefour suite */
        .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem-sousItem:last-of-type {
            margin-bottom: 0;
        }

        .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem__title {
            font-size: 2.6rem;
            font-weight: 600;
        }

        .home-locataire-blocOne .itemTwo .itemTwo-sousItem .itemTwo-sousItem__text {
            font-weight: 400;
            margin-top: 30px;
        }
        .home-locataire-blocOne .itemTwo h3 {
            font-size: 2.2rem;
            margin: 0 0 16px;
        }
        .home-locataire-blocOne .itemTwo .linkTo {
            display: block;
            line-height: 1;
            margin: 0 0 15px 0;
        }

        .home-locataire-blocOne .itemTwo .linkTo::after {
            content: "\e90b";
            font-family: 'icomoon';
            color: var(--vermillon);
            margin-left: 5px;
        }

        .home-locataire-blocOne .itemOne .linkTo:hover::after,
        .home-locataire-blocOne .itemTwo .linkTo:hover::after,
        .home-institutionnel-blocOne .linkTo:hover::after {
            -webkit-transform: translateX(10px);
                    -ms-transform: translateX(10px);
                transform: translateX(10px);
        }

.home-locataire-blocTwo > h2 {
    color: var(--black);
    margin: 96px 0 46px;
}

.home-locataire-blocTwo-item {
    margin: 0 -12px;
}

.home-locataire-blocTwo-item .item {
    border-bottom: 4px solid var(--yellow);
    margin: 0 12px;
    padding-bottom: 32px;
}

    @media (max-width: 767px) {
        .home-locataire-blocTwo-item .item {
            margin-bottom: 24px;
        }
    }

    @media (min-width: 768px) {
        .home-locataire-blocTwo-item .item {
            flex: 1;
        }
    }

.home-locataire-blocTwo-item .item h3 {
    font-size: 2.6rem;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
    .home-locataire-blocTwo-item .item h3 a {
        color: var(--black);
    }
    .home-locataire-blocTwo-item .item p {
        line-height: 24px;
    }
.home-locataire-blocThree {
    position: relative;
    margin: 96px 0 0 0;
}
    .home-locataire-blocThree h2 {

    }
    .home-locataire-blocThree #ff-stream-1{
        background-color: white;
    }

/* 06 - Resum actualite */

.carrousel-actualite .image {
    height: 370px;
    background-color: var(--color05);background-color: #40525d;
}
    .carrousel-actualite .image .hover,
    .event-list-item .image .hover,
    .templateHomepage-blocTwo-carrouselActu-item .hover,
    .questionItem .hover {
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: rgba(245, 110, 90,.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: opacity .5s, height 0.5s, -webkit-transform .5s;
        transition: opacity .5s, height 0.5s, -webkit-transform .5s;
        -o-transition: opacity .5s, transform .5s, height 0.5s;
        transition: opacity .5s, transform .5s, height 0.5s;
        transition: opacity .5s, transform .5s, height 0.5s, -webkit-transform .5s;
    }
    .carrousel-actualite .carrousel-actualite-item:hover .image .hover,
    .event-list-item:hover .image .hover,
    .templateHomepage-blocTwo-carrouselActu-item .image:hover .hover,
    .questionItem:hover .hover {
        height: 100%;
        opacity: 1;
        -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
            transform: translateY(0);
    }
.carrousel-actualite button.slick-arrow {
    top: 32vw;
    background-color: var(--vermillon);
    border-radius: 50%;
    text-indent: 0;
    width: 45px;
    height: 45px;
    z-index: 1;
}



    @media (max-width: 1023px) {
        .carrousel-actualite button.slick-arrow {
            top: calc(100% + 0px);
            left: calc(45px + 10px);
            transform: none;
        }

        .carrousel-actualite button.slick-arrow.slick-prev {
            left: 0;
            transform: scale(-1);
        }
    }

    @media (max-width: 767px) {
        .carrousel-actualite button.slick-arrow {
            top: calc(100% + 22.5px);
        }
    }

    @media (min-width: 1024px) {
        .carrousel-actualite button.slick-arrow {
            top: 15vw;
        }
    }

    @media (min-width: 1440px) {
        .carrousel-actualite button.slick-arrow {
            top: 30%;
        }
    }

    .carrousel-actualite button.slick-arrow::after {
        content: "\e90b";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--vermillon);
        color: var(--white);
        font-family: 'icomoon';
        font-size: 2.2rem;
    }

@media (min-width: 1024px) {
    .carrousel-actualite button.slick-next {
        transform: translate(50%, -50%);
    }
}

.carrousel-actualite .desc {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    flex: 1;
}
    .carrousel-actualite .desc ul {
        /* min-height: 50px; */
    }
    .carrousel-actualite .desc p.categDate {
        color: #fff;
        margin: 0;
        font-weight:600;
    }
    .carrousel-actualite .desc h2 {
        /* color: #fff; */
        /* word-break: break-all; */
    }
    .carrousel-actualite .desc ul li {
        background-color: #fff;
        padding: 6px 15px 4px 15px;
        margin: 0 10px 10px 0 !important;
        text-transform: uppercase;
        color: var(--color05);color: #5ba7c1;
    }
    .carrousel-actualite .desc ul li::before {
        display: none;
    }
    ul.slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
                -ms-flex-align: center;
            align-items: center;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

        @media (max-width: 767px) {
            ul.slick-dots {
                top: calc(100% + 50px);
                right: 0;
                left: calc(45px * 2 + 30px);
                transform: none;
            }
        }
        ul.slick-dots li {
            padding: 0;
            margin: 0 7px 0 0 !important;
        }
        ul.slick-dots li::before {
            display: none;
        }
            ul.slick-dots li button {
                background-color: var(--vermillon--20o);
                text-indent: -5000px;
                overflow: hidden;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: transparent;
                padding: 0;
                cursor: pointer;
                outline: transparent;
            }
            ul.slick-dots li.slick-active button {
                background-color: var(--vermillon);
            }


/* 08 - homepage */
.templateHomepage-blocOne {
    margin: 0 auto 180px auto;
}
/* .templateHomepage-blocOne::after {
    content: "";
    width: 190px;
    height: 16px;
    position: absolute;
    bottom: -60px;
    right: -40px;
    background-color: var(--color04);background-color: #abc206;
    border-radius: 9px;
}
.templateHomepage-blocOne::before {
    content: "";
    width: 90px;
    height: 16px;
    position: absolute;
    bottom: -90px;
    right: 90px;
    background-color: var(--color02);background-color: #5ba7c1;
    border-radius: 9px;
} */
    .carrouselhomepage {
        border-top-left-radius: 30px;
        overflow: hidden;
    }
        .carrouselhomepage .item {
            height: 310px;
        }
        
        .carrouselhomepage .slick-arrow {
            display: none !important;
        }
    .accrocheHome {
        -webkit-transform: translateY(-65px);
                -ms-transform: translateY(-65px);
            transform: translateY(-65px);
    }
        .accrocheHome .item {
            font-size: 3rem;
            color: var(--color05);color: #5ba7c1;
            line-height: 26px;
            -webkit-transition: -webkit-transform 1s;
            transition: -webkit-transform 1s;
            -o-transition: transform 1s;
            transition: transform 1s;
            transition: transform 1s, -webkit-transform 1s;
        }
        .accrocheHome .item:hover {
            -webkit-transform: translateY(-10px);
                    -ms-transform: translateY(-10px);
                transform: translateY(-10px)
        }
            .accrocheHome .item .icone-bloc {
                background-color: #fff;
                width: 130px;
                height: 130px;
                border-radius: 50%;
                border: 5px solid var(--color02);
                border: 5px solid #5ba7c1;
                -webkit-transition: border .2s;
                -o-transition: border .2s;
                transition: border .2s;
            }
            .accrocheHome .item:hover .icone-bloc {
                border: 8px solid var(--color02);
                border: 8px solid #5ba7c1;
            }
            .accrocheHome .item:last-child .icone-bloc {
                border-color: var(--color03);
                border-color: var(--vermillon);
            }
            .accrocheHome .item:last-child:hover .icone-bloc {
                border: 8px solid var(--color03);
                border: 8px solid var(--vermillon);
            }
    .templateHomepage-blocOne-itemTwo {
        background-color: var(--color02);background-color: #5ba7c1;
        border-top-right-radius: 30px;
        text-align: center;
        position: relative;
    }
        .templateHomepage-blocOne-itemTwo p {
            color: #fff;
        }
.templateHomepage-blocTwo {
    margin: 0 0 40px 0;
    position: relative;
}
/* .templateHomepage-blocTwo::before {
    content: "";
    width: 190px;
    height: 16px;
    position: absolute;
    top: 90px;
    left: -120px;
    background-color: var(--color04);background-color: #abc206;
    border-radius: 9px;
} */
    a.templateHomepage-blocTwo-carrouselActu-item {
        outline: transparent;
    }

    .templateHomepage-blocTwo-carrouselActu-item .actu-list-item {
        padding: 0 24px;
    }

        .slick-arrow {
            background-color: transparent;
            border: none;
            text-indent: -5000px;
            overflow: hidden;
            width: 26px;
            height: 27px;
            background-image: url('../img/charte/sprite.svg');
            background-repeat: no-repeat;
            background-size: 400px auto;
            background-position: -72px -51px;
            padding: 0;
            outline: transparent;
            position: absolute;
            top: 50%;
            left: -30px;
            -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            cursor: pointer;

            background-color: var(--vermillon);
            border-radius: 50%;
            text-indent: 0;
            width: 45px;
            height: 45px;
            z-index: 1;
        }
            .home-institutionnel-blocTwo-carrousel button.slick-arrow::after {
                content: "\e90b";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: var(--vermillon);
                color: var(--white);
                font-family: 'icomoon';
                font-size: 2.2rem;
            }
            .home-institutionnel-blocTwo-carrousel button.slick-arrow {
                background-color: var(--vermillon);
                border-radius: 50%;
                text-indent: 0;
                top: 30%;
                width: 45px;
                right: 0;
                left: -7.5px;
                height: 45px;
                z-index: 1;
            }
        .slick-arrow.slick-prev {
            transform: translateY(-50%) scale(-1);
            -webkit-transform: translateY(-50%) scale(-1);
            -moz-transform: translateY(-50%) scale(-1);
            -ms-transform: translateY(-50%) scale(-1);
            -o-transform: translateY(-50%) scale(-1);
}
        .slick-arrow.slick-next {
            right: 0;
            left: initial;
            transform: translateY(-50%) ;
            -webkit-transform: translateY(-50%) ;
            -moz-transform: translateY(-50%) ;
            -ms-transform: translateY(-50%) ;
            -o-transform: translateY(-50%) ;
}
        a.templateHomepage-blocTwo-carrouselActu-item .categ {
            color: var(--black);
            background-color: var(--yellow);
            width: 46%;
            font-size: 1.5rem;
            padding: 3px 5px 0px 10px;
            font-weight: 400;
            /* margin-top: 25px; */
            text-transform: uppercase;
        }
        a.templateHomepage-blocTwo-carrouselActu-item h2 {
            color: var(--black);
            font-size: 2.8rem;
            font-weight: 600;
            line-height: 125%;
            margin: 15px 0;
        }
        ul li.tagBadge {
            background-color: #efefef;
            padding: 8px 20px 6px 20px;
            margin: 0 10px 10px 0 !important;
            text-transform: uppercase;
            color: var(--color05);color: #5ba7c1;
        }
        ul li.tagBadge::before {
            display: none;;
        }
        a.templateHomepage-blocTwo-carrouselActu-item .image {
            height: 270px;
            background-color: var(--color05);background-color: #40525d;
        }

    .templateHomepage-blocTwo .link {
        margin: 30px 0 0 0;
    }
.templateHomepage-blocThree h2 {
    color: var(--color05);color: #5ba7c1;
    font-size: 5.5rem;
    line-height: 31px;
}
    .templateHomepage-blocThree h2 strong {
        color: var(--color02);color: #5ba7c1;
        font-size: 8rem;
    }
    .templateHomepage-blocThree h2 em {
        font-size: 2rem;
        font-weight:300;
        font-style: normal;
        font-weight: normal;
    }
.templateHomepage-blocFour {
    background-color: var(--color05);background-color: #40525d;
    padding: 80px 0;
    position: relative;
    margin: 90px 0 0 0;
    background-image: url('../img/charte/mesolia-engagements-deco.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* .templateHomepage-blocFour::after {
    content: "";
    width: 190px;
    height: 16px;
    position: absolute;
    top: 50px;
    right: -40px;
    background-color: var(--color04);background-color: #abc206;
    border-radius: 9px;
} */
/* .templateHomepage-blocFour .container::before {
    content: "";
    width: 90px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: var(--color02);background-color: #5ba7c1;
    border-radius: 9px;
} */

    .templateHomepage-blocFour h3 {
        color: #fff;
        -webkit-transform: translateY(-117px);
        -ms-transform: translateY(-117px);
            transform: translateY(-117px);
        font-size: 4rem;
        font-weight:300;
        font-weight: normal;
        margin: 0;
        content: '';
        height: 80px;
        position: absolute;
        left: -30%;
        background-color: var(--color03);background-color: var(--vermillon);
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        max-width: 100%;
        padding-left: 30%;
        padding-right: 50px;
    }
        .templateHomepage-blocFour h3 span {
            font-size: 5.8rem;
        }
    .templateHomepage-blocFour-blocItes .item {
        padding: 0 60px;
        position: relative;
        width: calc(100% / 5);
    }
    /* .templateHomepage-blocFour-blocItes .item:not(:last-child)::after {
        content: "";
        width: 90px;
        background-color: var(--color04);background-color: #abc206;
        height: 9px;
        position: absolute;
        top: 65px;
        right: -46px;
        border-radius: 10px;
    } */
        .templateHomepage-blocFour-blocItes .item p {
            color: #fff;
            font-weight:600;
            font-size: 1.6rem;
            width: 100%;
        }
        .templateHomepage-blocFour-blocItes .item .icone {
            height: 135px;
            width: 134px;
            margin: 0 0 30px 0;
        }
        .templateHomepage-blocFour-blocItes .item .icone .ellipse {
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            background-image: url('../img/charte/elipse01.png');
            background-repeat: no-repeat;
            background-position: center;
            z-index: 1;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            -o-transition: transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
        }
        .templateHomepage-blocFour-blocItes .item:hover .icone .ellipse {
            -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        }
        .templateHomepage-blocFour-blocItes .item:nth-child(2) .icone .ellipse {
            background-image: url('../img/charte/elipse02.png');
        }
        .templateHomepage-blocFour-blocItes .item:nth-child(3) .icone .ellipse {
            background-image: url('../img/charte/elipse03.png');
        }
        .templateHomepage-blocFour-blocItes .item:nth-child(4) .icone .ellipse {
            background-image: url('../img/charte/elipse04.png');
        }
        .templateHomepage-blocFour-blocItes .item:nth-child(5) .icone .ellipse {
            background-image: url('../img/charte/elipse05.png');
        }
            .templateHomepage-blocFour-blocItes .item .icone img {
                position: relative;
                z-index: 2;
            }

.templateHomepage-blocFive{
    padding: 40px 0px;
}
.templateHomepage-blocFive::before{
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 1;
}
    .templateHomepage-blocFive .image{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .templateHomepage-blocFive .content, .templateHomepage-blocFive .bouton{
        z-index: 1;
    }
        .templateHomepage-blocFive .content .question{
            color: var(--color05);color: #5ba7c1;
            font-size: 5rem;
            margin-bottom: 0px;
        }
        .templateHomepage-blocFive .content .reponse{
            font-weight:300;
            margin-left: 8px;
        }
        .templateHomepage-blocFive .bouton .bouton1{
            padding: 15px 20px;
            text-align: center;
        }


/* 09 - homepage Devenir propriétaire */
.home-devenirProprietaire-blocOne {
    margin: 0 0 80px 0;
}
    .home-devenirProprietaire-blocOne-itemOne button.slick-arrow {
        display: none !important;
    }
    .home-devenirProprietaire-blocOne-itemOne .item {
        height: 540px;
        border-top-left-radius: 30px;
    }
        .home-devenirProprietaire-blocOne-itemOne .item .text {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                    -ms-flex-align: end;
                align-items: flex-end;
            color: #fff;
            top: 0;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(125,185,232,0)),to(rgba(0,0,0,0.59)));
            background: -o-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.59) 100%);
            background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.59) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#96000000',GradientType=0 );
            padding: 20px;
            font-size: 5rem;
        }
.home-devenirProprietaire-blocTwo-itemTwo {
    background-color: var(--color02);background-color: #5ba7c1;
    border-top-right-radius: 30px;
}
    .home-devenirProprietaire-blocTwo-itemTwo a {
        margin: 10px 0 0 0;
    }
    .home-devenirProprietaire-blocTwo-itemTwo h2 {
        margin: 0 0 20px 0;
    }
    .home-devenirProprietaire-blocTwo-itemTwo h2, .home-devenirProprietaire-blocTwo-itemTwo p {
        text-align: center;
        color: #fff;
    }
.home-devenirProprietaire-blocTwo .title h3 {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 6rem;
    color: var(--color03);color: var(--vermillon);
}
    .home-devenirProprietaire-blocTwo .title h3 span {
        display: block;
        font-size: 2rem;
        font-weight: normal;
    }
    .home-devenirProprietaire-blocTwo-itemTwo ul li{
        color: white;
    }
.home-devenirProprietaire-blocThree {
    background-image: url('../img/charte/mesolia-background.jpg');
    margin: 80px 0 -70px 0;
    background-size: cover;
    background-position: center;
}
/* .home-devenirProprietaire-blocThree::before {
    content: "";
    position: absolute;
    width: 116px;
    height: 16px;
    background-color: var(--color04);background-color: #abc206;
    top: 40px;
    right: 0;
    z-index: 9999;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.home-devenirProprietaire-blocThree::after {
    content: "";
    position: absolute;
    width: 66px;
    height: 16px;
    background-color: var(--color02);background-color: #5ba7c1;
    top: 70px;
    right: 90px;
    z-index: 9999;
    border-radius: 9px;
} */
    .home-devenirProprietaire-blocThree .item {
        background-color: #fff;
        margin: 0 30px 0 0;
    }
        .home-devenirProprietaire-blocThree .item h3 {
            color: var(--color05);color: #5ba7c1;
            font-size: 2.5rem;
        }
    .home-devenirProprietaire-blocThree h2 {
        margin: 0 0 30px 0;
    }
.modaal-content-container #page .container{
    width: 100%;
}
.page-id-3131 li.sf-field-post-meta-type{
    width: 100%;
}
.page-id-3131 li.sf-field-post-meta-type h4{
    font-size: 2.2rem;
    margin: 10px 0px;
}
    .page-id-3131 li.sf-field-post-meta-type ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
                -ms-flex-align: center;
            align-items: center;
        margin-bottom: 10px !important;
    }
        .page-id-3131 li.sf-field-post-meta-type ul li{
            width: 30%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                    -ms-flex-align: center;
                align-items: center;
        }
            .page-id-3131 li.sf-field-post-meta-type ul li input{
                width: 25px !important;
                height: 25px !important;
            }
            .page-id-3131 li.sf-field-post-meta-type ul li label{
                width: auto;
                min-width: auto;
            }
/* #search-filter-form-3167 .sf-field-post-meta-type{
    margin-top: 31px !important;
}
#search-filter-form-3179 .sf-field-post-meta-nombre_pieces {
    margin-top: 31px !important;
} */



/* 10 - homepage institutionnel */
.bg-home-institutionnel__menu-carrefour {
    background-image: url(../img/charte/bg-institutionnel.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.home-institutionnel-blocTwo {
    margin: 140px -15px 0;
    /* padding: 0 20px; */
}
    .home-institutionnel-blocTwo .button {
        padding: 10px 0 50px 0;
    }
    .home-institutionnel-blocTwo > h2 {
        text-align: center;
        /* color: var(--color03);
        color: var(--vermillon); */
        margin: 0 0 20px 0;
    }
    .home-institutionnel-blocTwo-carrousel .slick-track {
        padding: 20px 0;
    }
        .questionItem {
            margin: 0 10px;
            outline: transparent;
        }
            .questionItem .img {
                height: 250px;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
            .questionItem .desc {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }
                .questionItem .desc h3 {
                    font-weight:600;
                    color: var(--color05);color: #5ba7c1;
                    font-size: 2rem;
                }
                .questionItem .desc p {
                    color: #1b1b1b;
                }
    .home-institutionnel-blocTwo-carrousel button.slick-arrow.slick-next {
        left: initial;
        right: -7.5px;
    }

    /* Slider Actus */
    .home-institutionnel__actus.templateHomepage__actus {
        background-image: none;
    }


    .home-institutionnel-blocThree {
        margin: 90px 0 0 0;
    }
    .home-institutionnel-blocThree-container {
        background: linear-gradient(0deg, rgba(255, 180, 80, 0.2), rgba(255, 180, 80, 0.2)), #FFFFFF;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 38px 50px 38px;
        overflow: hidden;
    }

        @media (min-width: 1024px) {
            .home-institutionnel-blocThree-container {
                padding: 67px 82px 56px 56px;
            }
        }
   
        .home-institutionnel-blocThree-itemOne > h2 {
            color: var(--black);
            margin: 0;
            font-size: 4.8rem;
            font-weight: 700;
            line-height: 54px;
            /* padding-left: 20px; */
        }
            .home-institutionnel-blocThree-itemOne > h2 span {
                margin: 0 5px 0 0;
            }
        .itemTestimony h3 {
            color: var(--vermillon);
            font-size: 3.6rem;
            font-family: 'neutrif_studio';
            font-weight: 400;
            align-items: center;
            display: flex;
        }
        .home-institutionnel-blocThree-testimony-carrousel .slick-arrow {
            background-color: var(--vermillon);
            border-radius: 50%;
            text-indent: 0;
            width: 40px;
            height: 40px;
            z-index: 1;
            top: calc(100% + 30px);
            left: 0;
        }
        .home-institutionnel-blocThree-testimony-carrousel .slick-arrow::after {
            content: "\e90b";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--vermillon);
            color: var(--white);
            font-family: 'icomoon';
            font-size: 1.6rem;
        }
        .home-institutionnel-blocThree-testimony-carrousel .slick-arrow.slick-next {
            left: 50px;
        }
        .home-institutionnel-blocThree-itemTwo .itemChiffre:not(:last-child) {
            border-bottom: solid 1px var(--vermillon--20o);
            padding-bottom: 24px;
            margin: 0 0 24px 0;
        }
        .home-institutionnel-blocThree-itemTwo .itemChiffre {
        }
            .home-institutionnel-blocThree-itemTwo .itemChiffre .text {
                padding: 0 0 0 20px;
            }
                .home-institutionnel-blocThree-itemTwo .itemChiffre p {
                    color: var(--color03);
                    color: var(--black);
                    font-weight: 400;
                    margin: 0;
                    font-size: 1.6rem;
                    font-family: 'neutrif_studio';
                    line-height: 24px;
                }
                .home-institutionnel-blocThree-itemTwo .itemChiffre p.title {
                    font-size: 3.6rem;
                    font-family: 'neutrif_studio';
                    font-weight: 400;
                    line-height: 42px;
                    color: var(--vermillon);
                }
            .home-institutionnel-blocThree .itemTestimony-picto-text {
            margin-top: auto;
            }
            .home-institutionnel-blocThree  .itemTestimony span {
                color: #FFD436;
                font-size: 3.2rem;
                margin-right: 10px;
            }
            

/* 11 - FAQ */

.templateFaq-introduction {
    background-color: var(--vermillon--20o);
	font-size: 2.2rem;
	margin-bottom: 92px;
    margin-left: auto;
    padding: 32px;
    max-width: calc(100% / (12 / 10));
}
@media (min-width: 768px) {
    .templateFaq-leftBar {
        padding-right: 24px;
        flex: 1;
    }
}
.templateFaq-rightBar .bloc {
    background-color: var(--peche);
    padding: 32px;
}
    .templateFaq-rightBar .bloc li {
        border-bottom: 1px solid var(--white--25o);
        margin-bottom: 0 !important;
        padding: 16px 0 16px;
    }
        .templateFaq-rightBar .bloc li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }
    .templateFaq-rightBar .bloc li::before {
        display: none;
    }
        .templateFaq-rightBar .bloc li a {
            display: flex;
            justify-content: space-between;
            color: var(--white);
            font-size: 1.8rem;
        }
        .templateFaq-rightBar .bloc li a::after {
            content: "\e90a";
            font-family: 'icomoon';
            color: var(--black);
        }
        .templateFaq-rightBar .bloc li a:hover::after {
            right: -10px;
        }
    .templateFaq-rightBar .bloc h3 {
        color: #fff;
        margin: 0 0 20px 0;
    }
.thematiqueCollection-item {
    margin: 0 0 60px 0;
}
    .thematiqueCollection-item h2 {
        color: var(--vermillon);
        font-size: 3.6rem;
        margin: 0 0 24px 0;
    }
.questionReponseCollection-item {
    margin: 0 0 20px 0;
}



/* 12 - PAGE RECRUTEMENT */

.templateOffreListe .descp_general{
    background-color: var(--vermillon--20o);
    font-size: 2.2rem;
    margin-bottom: 92px;
    padding: 16px;
}

    @media (min-width: 768px) {
        .templateOffreListe .descp_general{
            margin-left: auto;
            padding: 32px;
            max-width: calc(100% / (12 / 10));
        }
    }

.templateOffreListe .title h4{
    font-size: 2.8rem;
    margin: 0 0 24px; 
}
.templateOffreListe .title .subinfo{
    font-size: 1.6rem;
    margin-bottom: 12px;
}
.templateOffreListe .title .subinfo p{
    margin-bottom: 8px;
}
.templateOffreListe .title .subinfo p span{
    color: var(--orange);
    margin-right: 12px;
}
.templateOffreListe .blocListOffre-item{
    display: flex;
    flex-direction: column;
    background-color: var(--yellow--20o);
    margin: 15px 0;
    padding: 32px;
    width: 100%;
}
    @media (min-width: 768px) {
        .templateOffreListe .blocListOffre-item{
            margin: 15px;
            width: calc(100% / (12 / 6) - 30px);
        }
    }
    @media (min-width: 992px) {
        .templateOffreListe .blocListOffre-item{
            width: calc(100% / (12 / 4) - 30px);
        }
    }
.link-offre {
    margin-top: auto;
}
.templateOffreListe .blocListOffre-item .description {
    margin-bottom: 30px;
}
@media (min-width: 400px) and (max-width: 545px) {
    div.wpcf7 input[type="file"] {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1115px) {
    div.wpcf7 input[type="file"] {
        display: flex;
        flex-wrap: wrap;
    }
}

    div.wpcf7 input[type="file"]::after {
        content: " Fichier PDF, JPG ou DOC, max 10Mo";
        background-color: var(--peche);
        margin: 5px 0 0;
    }

        @media (max-width: 399px) {
            div.wpcf7 input[type="file"]::after {
                content: none;
            }
        }
.templateOffreListe form ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 30px auto !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.templateOffreListe form ul select option{
    color: var(--color05);color: #5ba7c1;
    font-size: 1.5rem;
}



/* 13 - Fiche offre emploi individuel */
/* .single-ms_offreemploi .headerPage__title{
    max-width: 70%;
} */
.single-ms_offreemploi h1{
    font-size: 4rem;
}
.templateOffreSingle .leftSide .title{
    margin-bottom: 32px;
}
.templateOffreSingle .leftSide .title h2{
    margin-bottom: 0px;
}
.templateOffreSingle .leftSide .title h3{
    color: var(--color04);
    font-size: 2rem;
    text-transform: uppercase;
}
.templateOffreSingle .leftSide .details{
    background-color: var(--yellow--20o);
    /* color: var(--white); */
    margin: 0 auto 16px;
    max-width: 387px;
}
.templateOffreSingle .leftSide .details h4{
    font-size: 2.6rem;
    font-weight: 600;
    margin-top: 0;
}
.templateOffreSingle .leftSide .details h6{
    border-top: 1px solid var(--peche);
    color: var(--peche);
    font-weight: 400;
    margin-top: 6px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-top: 16px;
}

    .templateOffreSingle .leftSide .details h6:first-child{
        border-top: 0;
    }

    .templateOffreSingle .leftSide .details p:last-child{
        margin-bottom: 0;
    }
.templateOffreSingle .rightSide .bgcolor{
    /* background-color: var(--color07);
    padding: 30px;
    margin-top: 56px; */
}
.templateOffreSingle .rightSide .subinfo{
    
}
.templateOffreSingle .rightSide .description{
    margin-bottom: 30px;
}
.templateOffreSingle .rightSide .description h6{
    color: var(--color05);color: #5ba7c1;
}
.templateOffreSingle .rightSide h4{
}
.templateOffreSingle .rightSide h5 {
    color: var(--vermillon);
}
.templateOffreSingle .leftSide .bouton a {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 20px;
    padding: 15px 0px;
    width: 100%;
    max-width: 387px;
}

.actuBoutonBAck {
    margin: 0 auto 30px auto;
}

.actuBoutonBAck a {
    margin-bottom: 5px;
}


.headerPage p.categ {
    color: var(--color02);color: #5ba7c1;
}

/* 15 - Page Question d'Elus */

.templateQuestion .liste .questionItem:nth-child(3n+2) {
    margin: 0 10px 30px 10px;
}
.templateQuestion .liste .questionItem {
    margin: 0 0 30px 0;
}
.templateQuestion .filter ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}
    .templateQuestion .filter ul li h4{
        font-size: 2.6rem;
        margin-right: 10px;
    }
.templateQuestion .tool-pagination .pages {
    justify-content: center;
}


/* 16 - Page Vendre un terrain */
.page-id-9010 .wpcf7{
    width: 50%;
    margin: 0 auto;
    padding: 25px 40px;
    background-color: #f3f3f3;
}
.page-id-9010 .wpcf7 .formTerrainVendre label{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight:600;
}
    .page-id-9010 .wpcf7 .formTerrainVendre label input{
        margin-top: 2px;
        padding: 8px 12px;
        background-color: #f3f3f3;
        border: 1px solid #cccccc;
        color: var(--color05);color: #5ba7c1;
    }
    .page-id-9010 .wpcf7 .formTerrainVendre p{
        text-align: center;
        margin-top: 25px;
    }
    





/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
    .home-devenirLocataire-blocOne .itemOne {
        margin: 0 0 30px 0;
    }
    /*.map-resum .image {
        height: 170px;
    }*/
    a.templateHomepage-blocTwo-carrouselActu-item .image {
        height: 230px;
    }
    .questionItem .img {
        height: 170px;
    }
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
    .home-createurValeur-blocOne .itemTwo .itemTwo-item,
    .home-devenirLocataire-blocOne .itemTwo-item {
		height: initial;
    }
    .home-createurValeur-blocOne .itemTwo .itemTwo-item:not(.missionBloc) {
        margin: 30px 0;
    }
    .home-devenirLocataire-blocOne .itemTwo-item:first-child {
        margin: 0 0 30px 0px;
    }
    .home-locataire-blocOne .itemTwo h3 {
        /* font-size: 3.5rem; */
    }
    .home-locataire-blocOne .itemTwo .itemTwo-sousItem.events {
        height: initial;
    }
    .templateHomepage-blocFour-blocItes .item {
        padding: 0 20px;
    }
    .templateHomepage-blocFour-blocItes .item:not(:last-child)::after {
        width: 40px;
        height: 6px;
        right: -20px;
    }
    .home-institutionnel-blocOne .itemOne {
        margin: 0 0 60px 0;
    }
    .home-institutionnel-blocTwo .slick-arrow {
        left: -20px;
    }
    .home-institutionnel-blocTwo .slick-arrow.slick-next {
        right: -7.5px;
        left: initial;
    }
    .home-institutionnel-blocThree-itemTwo .itemChiffre p.title {
        font-size: 4rem;
    }
    .home-devenirProprietaire-blocThree .container {
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
            justify-content: space-between;
    }
        .home-devenirProprietaire-blocThree .item {
            margin: 0;
        }   
}
/*02 TABLETTE*/
@media screen and (max-width: 1023px), (max-device-width: 1023px){
    .home-createurValeur-blocTwo {
        padding: 30px 20px;
    }
        .home-createurValeur-blocTwo .item {
            margin: 0 0 30px 0;
        }
            .home-createurValeur-blocTwo p.chiffre {
                font-size: 2.5rem;
            }
            .home-createurValeur-blocTwo p.text {
                font-size: 1.4rem;
            }
    .carteAdvanced .item.carte,
    .main-carte .item.carte {
        height: 100%;
        margin: 0 0 30px 0;
    }
    .home-locataire-blocOne .itemTwo {
        margin: 70px 0 0 0;
    }
    .home-locataire-blocOne .itemTwo .itemTwo-sousItem {
        height: initial;
    }
    .home-locataire-blocOne .itemTwo .itemTwo-sousItem.events {
        margin: 0 0 20px 0;
    }
    .home-locataire-blocTwo-item {
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .home-locataire-blocTwo-item .item:not(:last-child)::after {
        display: none;
    }
    .home-locataire-blocTwo-item .item {
        padding: 0;
    }
    .carrouselhomepage {
        border-top-left-radius: 0;
    }
    .templateHomepage-blocOne-itemTwo {
        border-top-right-radius: 0;
        text-align: center;
        padding: 160px 30px 30px 30px;
    }
    .slick-arrow {
        left: -10px;
    }
    .slick-arrow.slick-next {
        right: -10px;
    }
    .templateHomepage-blocFour-blocItes {
        -webkit-box-pack: center;
                -ms-flex-pack: center;
            justify-content: center;
    }
        .templateHomepage-blocFour-blocItes .item {
            width: calc(100% / 3);
            margin: 0 0 30px 0;
        }
        .templateHomepage-blocFour-blocItes .item:not(:last-child)::after {
            display: none;;
        }
    .home-institutionnel-blocThree-testimony-carrousel {
        margin: 0 0 70px 0;
    }
    .templateOffreSingle .leftSide .details .flex p{
        margin-right: 25px;
    }
    .templateOffreSingle .rightSide .subinfo{
        text-align: center;
    }
    .templateOffreSingle .leftSide .details h6{
        margin-right: 15px;
    }
    .templateEvents .filtre {
        margin: 0 0 30px 0;
    }
    .templateQuestion .liste {
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .templateQuestion .liste .questionItem:nth-child(3n+2) {
        margin: 0 0 30px 0;
    }
}
/*03 MINI-TABLETTE*/
@media screen and (max-width: 767px), (max-device-width: 767px){
    .carte-filter form ul:not(.chosen-results) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
            flex-direction: column;
    }
    .home-createurValeur-blocThree h2 {
        font-size: 4rem;
    }
    .itemTwo-item-item:first-child {
        margin: 0 0 30px 0;
    }
    .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc {
        padding: 20px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
            flex-direction: column;
        text-align: center;
    }
        .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc .text {
            padding: 0;
        }
            .home-createurValeur-blocOne .itemTwo .itemTwo-item.missionBloc .text h2 {
                text-align: center
            }
    .carteAdvanced .carte-filter form ul:not(.chosen-results) li,
    .main-carte .carte-filter form ul:not(.chosen-results) li {
        width: 100%;
    }
    .home-devenirLocataire-blocTwo .title h2 {
        font-size: 3.5rem;
    }
        .home-devenirLocataire-blocTwo .title h2::before, .home-devenirLocataire-blocTwo .title h2::after {
            width: 20px;
            height: 4px;
            display: block;
            margin: 10px auto;
        }
    .home-createurValeur-blocOne .itemOne, .home-devenirLocataire-blocOne .itemOne {
        height: 200px;
    }
    .home-devenirLocataire-blocOne .itemTwo-item {
        -webkit-box-pack: center;
                -ms-flex-pack: center;
            justify-content: center;
    }
        .home-devenirLocataire-blocOne .itemTwo-item .text {
            text-align: center;
            padding: 0;
        }
            .home-devenirLocataire-blocOne .text h2 {
                text-align: center;
            }
    .home-locataire-blocOne .itemOne .linkTo,
    .home-institutionnel-blocOne .linkTo {
        position: relative;
        bottom: initial;
        margin: 50px 0 0 0;
        display: block;
        text-align: center;
    }
    .carrousel-actualite ul.slick-dots {
        /* width: 100%; */
        -webkit-box-pack: center;
                -ms-flex-pack: center;
            justify-content: center;
    }
    .home-locataire-blocOne .itemTwo {
        margin: 96px 0 0 0;
    }
    .event-list-item .image {
        height: 150px;
        margin: 0 0 20px 0;
    }
    .home-locataire-blocTwo > h2 {
        font-size: 3.5rem;
    }
    .home-locataire-blocThree h2 {
        font-size: 3.5rem;
    }
    .home-locataire-blocThree::before {
        height: 76px;
    }
    .carrousel-actualite .desc h2 {
        /* font-size: 4rem; */
    }
    .accrocheHome {
        position: relative;
        -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
            transform: translateY(0);
        padding: 20px 0;
    }
    .templateHomepage-blocOne-itemTwo {
        padding: 30px 30px 30px 30px;
    }
    .accrocheHome .item {
        margin: 0 0 30px 0;
    }
    .templateHomepage-blocOne {
        margin: 0 auto 30px auto;
    }
    a.templateHomepage-blocTwo-carrouselActu-item .image {
        height: 200px;
        margin: 0 0 30px 0;
    }
    .templateHomepage-blocThree {
        padding: 0 20px;
    }
        .templateHomepage-blocThree h2 {
            font-size: 3.5rem;
        }
        .templateHomepage-blocThree h2 strong {
            font-size: 5rem;
            display: block;
        }
        .templateHomepage-blocThree h2 em {
            font-size: 1.6rem;
            margin: -20px 0 0 0;
            display: block;
        }
    .templateHomepage-blocFour {
        padding: 20px 0;
    }
    .templateHomepage-blocFour::before {
        display: none;
    }
    .templateHomepage-blocFour-blocItes{
        padding-top: 80px;
    }
        .templateHomepage-blocFour h3 {
            font-size: 2.5rem;
            -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                transform: translateY(0);
            background-color: var(--color03); background-color:  var(--vermillon);
            padding: 5px 10px 10px 10px;
            margin: 0 0 20px 0;
            border-radius: 10px;
            left: 0;
            width: 100%;
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
            text-align: center;
        }
            .templateHomepage-blocFour h3 span {
                font-size: 3.5rem;
                height: -webkit-min-content;
                height: -moz-min-content;
                height: min-content;
            }
        .templateHomepage-blocFour-blocItes .item {
            width: 100%;
            margin: 0 0 20px 0;
        }
    .home-devenirProprietaire-blocOne-itemOne .item {
        height: 320px;
        border-top-left-radius: 0;
    }
    .home-devenirProprietaire-blocOne-itemOne .item .text {
        padding: 10px;
        font-size: 3rem;
    }
    .home-devenirProprietaire-blocTwo-itemTwo {
        border-top-right-radius: 0;
    }
    .home-devenirProprietaire-blocTwo .title h3 {
        font-size: 4rem;
    }
    .carrousel-actualite .image {
        height: 250px;
    }
    a.home-institutionnel-blocTwo-item {
        -webkit-box-pack: center;
                -ms-flex-pack: center;
            justify-content: center;
    }
        a.home-institutionnel-blocTwo-item .text,
        a.home-institutionnel-blocTwo-item .text h2 {
            padding: 0;
            text-align: center;
        }
    .home-institutionnel-blocThree::before {
        top: -60px;
        left: -50px;
    }
    .home-institutionnel-blocThree::after {
        top: -40px;
        left: -60px;
    }
    .home-institutionnel-blocThree .container {
        padding: 50px 20px 90px 20px;
    }
    .templateFaq-leftBar{
        -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
            order: 1;
    }
    .templateFaq-rightBar{
        margin-bottom: 25px;
    }
    .home-devenirProprietaire-blocThree .item {
        margin: 0 0 30px 0;
    }
    .templateHomepage-blocFour::after {
        top: 0px;
    }
    .nested nav .firstLevel li.noneOrdi{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    input[type='checkbox'] {
        /* width: 25px !important;
        height: 25px !important;
        height: inherit; */
    }
}
/*03 MOBILE*/
@media screen and (max-width: 500px), (max-device-width: 500px){
    .templateOffreSingle .leftSide .details .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -ms-flex-direction: column;
            flex-direction: column;
    }
    input[type='checkbox'] {
        /* width: 40px !important;
        height: 40px !important;
        height: inherit; */
    }
    .fileDownload-item p.title {
        font-size: 1.2rem;
    }
    .templateHomepage-blocFour-blocItes{
        padding-top: 120px;
    }
}
/*
* Fix page home IE
*/
.is_internetExplorer .templateHomepage-blocFour-blocItes .item .icone img{
	left: 40px;
} 
.is_internetExplorer .slick-arrow {
    background-size: 360px auto;
    background-position: -61px -27px;
}
.is_internetExplorer .itemTwo-item-item .text , .is_ie .itemTwo-item-item .text{
    width: 100%!important;
}
.is_internetExplorer  span.ico,.is_ie span.ico,
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-3 .ico,
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-2 .ico,
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-1 .ico
{
    background-size: 530px auto;
}
.is_internetExplorer  span.ico.histoire {
    /* background-position: -240px -139px; */
    background-position: -90px -151px;
}
.is_internetExplorer  span.ico.gouvernance {
    /* background-position: -168px -138px; */
    background-position: -173px -115px;
}
.is_internetExplorer  span.ico.mission {
    /* background-position: -93px -138px; */
    background-position: -241px -138px;
}
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-3 .ico {
    /* background-position: -165px -221px; */
    background-position: -165px -203px;
}
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-2 .ico {
    /* background-position: -84px -221px; */
    background-position: -92px -203px;
}
.is_internetExplorer .home-createurValeur-blocTwo .item.bloc-1 .ico {
    background-position: -321px -150px;
}
.is_internetExplorer span.ico.seeMore {
    background-position: -235px -89px;
}
.is_internetExplorer span.ico.logementSocial {
    background-position: -185px -7px;
}
.is_internetExplorer span.ico.commentDevenirLocataire {
    background-position: -253px -7px;
}

.is_internetExplorer span.ico.etudiant {
    background-position: -236px -356px;
}
.is_internetExplorer .home-devenirProprietaire-blocTwo-itemTwo p {
    width: 100%;
}
.is_internetExplorer span.ico.seeMoreLink {
    background-position: -331px -89px;
}
.is_internetExplorer span.ico.file.download {
    background-position: -190px -89px;
}
.is_internetExplorer span.ico.file.view{
    background-position: -142px -88px;
}
.is_internetExplorer span.ico.facebook {
    background-position: -183px -410px;
}
.is_internetExplorer span.ico.linkedin {
    background-position: -137px -410px;
}
.is_internetExplorer span.ico.youtube {
    background-position: -93px -410px;
}
.is_internetExplorer .fileDownload-item .link {
    width: 170px;
}
.is_internetExplorer .templateHomepage-blocFour-blocItes .item:not(:last-child)::after {
    right: -85px;
}
.is_internetExplorer span.ico.missionSociale {
	background-position: -318px 3px;
	background-size: 529px auto;
} 
.is_internetExplorer span.ico.jesuisLoc {
	background-position: -248px -221px;
	background-size: 531px auto;
} 
.is_internetExplorer span.ico.jesuisElu {
	background-position: -192px  -329px;
    background-size: 400px auto;
} 
.is_internetExplorer span.ico.devenirLoc {
	background-position: -91px -309px;
} 
.is_internetExplorer span.ico.devenirProp {
	background-position: -167px -292px;
} 
.is_internetExplorer #headerInner .headerContent {
    width: 92%;
}
.is_internetExplorer span.ico.search {
    background-position: -181px -385px;
}
.is_internetExplorer #wrapperInner ul li input[type='submit'] {
    padding: 9px 20px!important;
}