#inscription_newsletter input[type=button] {
    background-color: #1a1a1a;
}
.email {
    text-decoration: underline;
}
.logo_header {
     margin-left: 10px;
 }
#moteur_recherche select, #moteur_recherche input, #moteur_recherche a {
    height: 60px;
}
#footer_bloc_3 {
    font-size: 16px;
}
#footer {
    font-size: 18px;
}
#footer2 {
    background-color: #fff;
    padding: 10px 0;
    color: #000;
}
#footer2 a {
    color: #000;
}
#home_intro {
    background-color: #E6E6E6;
}
#home_derniers_biens {
    background-color: #fff;
}
.bloc_caracteristiques {
    font-size: 18px;
    min-height: 26px;
}
#home_derniers_biens .btn_voir_nos_biens, #home_coup_coeurs .btn_voir_nos_biens {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
}
.annonce_accueil .prix {
    min-height: 62px;
}
#home_categorie .bloc_gl {
    background-image: url('../images/template/a_vendre.jpg');
    height: 520px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    transform: scale(1);
    transition: all .2s;
}
.highlight {
    position: relative;
    font-size: 20px;
    color: #ffe078;
    padding: 15px;
    border: 1px solid #ffe078;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
#home_categorie {
    background: #E6E6E6;
}
#home_categorie .bloc_syndic {
    background-image: url('../images/template/assistance.jpg');
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    transform: scale(1);
    transition: all .2s;
}
#home_categorie .bloc_conseil {
    background-image: url('../images/template/a_louer.jpg');
    height: 196px;
    background-size: cover;
    background-position: center;
    margin-right: 24px;
    transform: scale(1);
    transition: all .2s;
}
#home_categorie .bloc_louer {
    background-image: url('../images/template/gestion_locative.jpg');
    height: 420px;
    background-size: cover;
    background-position: center;
    max-width: calc(50% - 24px);
    transform: scale(1);
    transition: all .2s;
}
#home_categorie .bloc_vendre {
    background-image: url('../images/template/syndic.jpg');
    max-width: calc(62.5% + 15px);
    height: 196px;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: all .2s;
    margin-top: -196px;
}
#home_categorie .overlay {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: rgba(0,0,0,.4);
}
#home_categorie .bloc_2 {
    max-width: calc(75% - 15px);
}
.highlight:hover {
    color: #ffffff;
}
.sections_hp_sliders:nth-child(odd) .annonce_accueil_inner {
    border: 0;
}
#top_menu .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
}
#moteur_recherche select {
    border-right: 1px solid;
}

.annonce_accueil > a {
    border: 1px solid var(--main_color);
}
.annonce_accueil * {
    color: #000 !important;
}
.custom-select {
    border-radius: 0
}
.annonce_listing_ville {
    color: #a39f9f;
}
.annonce_listing_voir {
    background-color: transparent;
    border: 1px solid #a5a5a5;
}
.annoce_listing_nature {
    font-size: 20px;
}
#listing_biens .annonce_bandeau_statut, .sections_hp_sliders .annonce_bandeau_statut {
    position: absolute;
    top: 50%;
    padding: 8px 15px;
    left: 50%;
    margin-left: -120px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.8;
    font-size: 24px;
    margin-top: -25px;
}
.pagination-sm .page-link {
    color: #009ed6;
    font-weight: bold;
    font-size: 18px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0;
    box-shadow: none;
}
.page-item.active .page-link {
    border: 1px solid #b8b8b8;
}
#annonce_detail #annonce_detail_prix {
    padding: 10px 13px;
}
#annonce_detail .annonce_detail_carac_valeur {
    color: black;
}
#page_listing_equipes form , .page_new_partenaires form {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
.detail_equipe {
    text-align: center;
    width: calc(50% - 15px);
}
.detail_equipe  .image_desktop_equipe {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}
.detail_equipe h5 {
    line-height: 1;
    margin-bottom: 0;
}
.bloc_langue_equipe li {
    padding-right: 10px;
}
.bloc_langue_equipe img {
    width: 35px;
}
#form_inscription_alerte_email textarea {
    height: 100%;
}
.navbar-light .navbar-toggler {
    border: 1px solid  var(--main_color);
    border-radius: 0;
    padding: 10px 10px;
}
#top_menu {
    box-shadow: 3px 6px 22px 0px rgba(0,0,0,0.75);
}
#home_categorie .bloc:hover {
    border: 5px solid var(--main_color);
}
#home_categorie .bloc:hover .overlay {
    background-color: rgba(0,0,0,.2);
}
#home_bandeau {
    padding: 130px 0;

}
#top_menu .logo_header {
    max-width: 180px;
}
#listing_biens {
    background-image: url('../images/template/photo_page_resultats.jpeg');
}
#home_bandeau img {
    max-width: 100% !important;
    height: auto !important;
}

#home_bandeau {
    background-color: #ffffff !important;
    color: initial;
}

.annonce_listing_voir {
    background-color: var(--main_color) !important;
    color: #ffffff !important;
    border:0 !important;
}

#gdpr-cookie-accept {
    background: var(--main_color) !important;
}
#gdpr-cookie-message a, #gdpr-cookie-advanced, #gdpr-cookie-message h5 {
    color: var(--main_color) !important;
}

#gdpr-cookie-message button:hover {
    color: #000;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}
@media screen and (max-width: 991px) {
    #home_categorie .bloc_gl {
        max-width: calc(50% - 15px);
        margin-right: 15px;
        height: 300px;
    }
    #home_categorie .bloc_conseil {
        max-width: calc(50% - 15px);
        margin-right: 0px;
        margin-left: 15px;
        height: 300px;
    }
    #home_categorie .bloc_syndic {
        max-width: calc(33.33% - 15px);
        margin-right: 15px;
        height: 300px;
    }
    #home_categorie .bloc_vendre {
        max-width: calc(33.33% - 0px);
        margin-right: 0;
        height: 300px;
        margin-top: 0;
    }
    #home_categorie .bloc_louer {
        max-width: calc(33.33% - 15px);
        margin-right: 15px;
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    #home_categorie .bloc_gl, #home_categorie .bloc_conseil, #home_categorie .bloc_syndic , #home_categorie .bloc_vendre, #home_categorie .bloc_louer {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 250px;
    }
    .annonce_listing_voir {
        padding: 15px 15px;
    }
    #listing_biens .annonce_favoris {
        display: block;
        margin: 20px 0 !important;
    }
    #listing_biens .bloc_reference {
        display: block;
    }
    #listing_biens .annonce_bandeau_statut, .sections_hp_sliders .annonce_bandeau_statut {
        font-size: 17px;
        margin-left: -80px;
        margin-top: -20px;
    }
}

/* OFFRE SPECIAL */

.title_offre {
    height: 60px;
    border: 1px solid #D1AA42;
    border-bottom: 0;
    cursor: pointer;
}

.title_offre:hover {
    background-color: #D1AA42;
}

.title_offre:hover > span {
    color: #ffffff;
}

.title_offre > span {
    font-weight: bold;
    font-size: 20px;
}

.p_offre {
    color: #D1AA42;
    font-weight: bold;
    font-size: 20px;
}

.price_offre {
    font-weight: 900;
    font-size: 3.5rem;
    letter-spacing: 3px;
}

.desc_offre {
    font-size: 1.2rem;
}

.img_offre {
    width: 100%;
}

.background_offre {
    background: no-repeat url(../images/template/background_offre.png);
    background-size: 100vw;
    background-position-y: bottom;
    height: 1400px;
}

@media screen and (max-width: 450px) {
    .condition_offre {
        font-size: 0.8rem;
    }
    .desc_offre {
        font-size: 1rem;
    }
    .price_offre {
        font-size: 1.5rem;
    }
    .img_offre {
        width: 50%;
    }
    .background_offre {
        height: auto;
        background: none;
    }
}

#contact input[type="number"], #contact input[type="email"], #contact select {
    margin-bottom: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #aaa4a3;
    height: 45px;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
    -o-appearance: none;
    margin:0
}

/* FIN OFFRE SPECIAL */

#home_bandeau_bloc {
    background: transparent url(../images/template/bandeau.jpg) no-repeat fixed center center/cover;

    /* font-size: 16px; */

    background-color: #fff;

    padding: 50px 0;

    color: #000;

    /* font-weight: bold; */

    /* text-shadow: 3px 3px 4px black; */
}

.bloc-contact {
}
