/* ============================================================================ */
/*                                    GENERAL                                   */
/* ============================================================================ */
/* .validation {
    display: none;
} */



@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');


body {
    font-family: 'Work Sans', sans-serif;
}

/* COULEURS */
.marron {
    color:#11111f;
}
.beige {
    color:#bbbcbc;
}

.btn {
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #fff;
    background-color: #11111f;
    border-color: #11111f;
    border-radius: 35px;
    /* padding: 0.5rem 1rem; */
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #000 !important;
    background: #bbbcbc;
    border-color: #bbbcbc;
    border-radius: 35px;
    /* padding: 0.5rem 1rem; */
}

.alert a {
    color: #fff;
}

/* TITRES */
.home_heading, .page-heading {
    font-size: 23px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 2em 0;
    
    font-weight: 400;
}
.home_heading2 {
    font-size: 23px;
    text-align: left;
    color: #000;
    text-transform: initial;
    margin: 20px 0;
    
    font-weight: 600;
    z-index: 2;
    background: #f3f3f3;
}
.home_heading::after, .home_heading::before,
.page-heading::after, .page-heading::before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #11111f;
    vertical-align: middle;
    margin: 0 20px;
}
.home_heading2::after {
    content: "";
    display: inline-block;
    max-width: 100%;
    height: 2px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    z-index: 1;
    top: 22px;
    width: 50%;
}


/* AUTRES */
aside.aside_contact {
    color: #000;
    z-index: 55555555;
    height: 100% !important;
    width: 400px;
    overflow: auto;
    top: 0 !important;
    left: 100%;
    background-color: #fff!important;
    border-left: 2px solid #11111f;
}
aside .contact_img img {
    width: 200px;
    margin-bottom: 30px;
}
#voir-telephone-0.telephone-vu {
    color: #11111f;
}

/* ============================================================================ */
/*                                      MENU                                    */
/* ============================================================================ */
.site-pusher {
    background: #fff;
}
.menu .dropdown-menu {
    border-radius: 0;
    margin-top: -40px;
}

/* ============================================================================ */
/*                                      INDEX                                   */
/* ============================================================================ */

/* MOTEUR */
.moteur {
    padding: 20px 0 0 0;
    background-color: rgb(0 0 0 / 40%);
}
.container_search {
    margin: 0;
}
.index .search__form-item.c_type {
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.index .bootstrap-select {
    border: 0!important;
    height: 50px;
}
.bootstrap-select>.dropdown-toggle {
    background: transparent;
}
.index .c_type .btn-group>.btn:first-child {
    background: transparent;
}
.index .input-group-addon {
    font-size: 14px;
    top: 8px;
}
.index .bootstrap-select>.dropdown-toggle.bs-placeholder,
.index .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.index .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.index .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height: 47px !important;
    border-radius: 0 !important;
}
.index .search__form-item.c_surfacemin,
.index .search__form-item.c_prixmax {
    background: #fff;
}
.search__form-item:nth-child(n+2) {
    margin-right: 0;
    width: 18.5%;
    height: 50px;
}

.index .moteur .form-style {
    border: 0;
    border-left: 1px solid #ccc;
    background: transparent;
    height: 50px;
}
.index .search__form-item.c_numero {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
}
.index .dropdown-menu.open.show {
    transform: translate3d(0px, -210px, 0px)!important;
}
.index .c_insee .dropdown-menu.open.show {
    transform: translate3d(0px, -256px, 0px)!important;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 3px solid #11111f;
    color: #fff;
    font-size: 17px;
    display: none;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    border-bottom: 2px solid transparent;
    font-size: 17px;
}
.form-group.c_insee .dropdown-toggle::after {
    top: 13px;
}
.search__form-item.c_valid {
    width: 7%;
}
.c_valid .btn {
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important;
}
.c_valid .btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 0;
    top: -1px;
    left: -2px;
}
.index .c_valid .btn i {
    left: 0;
}

/* SELECTION */
.prod_accueil article {
    border: 1px solid #ddd;
    width: calc(100% / 4 - 20px);
    margin: 10px;
}
.home_cont_selection .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}
.info_titre, .prod_accueil .info_titre {
    display: none;
}
.prod_accueil  .info_prix {
    margin: 0 0 20px 0;
    color: #000;
}
.index .effect-cms .box {
    padding: 0;
}
.prod_accueil  .info_ville {
    font-size: 15px;
    font-weight: 600;
}
.info_type {
    font-size: 14px;
}
.card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
.card_list li > span {
    font-weight: 900;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border: 0;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
    color: #000;
}
.index .prod_accueil article:hover a, .prod_listing > .listing_article article:hover a {
    color: #000;
}
.index .carousel_nbr_photos {
    display: none;
}

.home_cont_selection .btn-primary {
    border-radius: 35px;
    margin-top: 30px;
    padding: 0.5rem 1rem;
}
.bandeaux {
    color: #fff;
    text-align: center;
}
.block_etiquette {
    background: #11111f;
}


/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 50px 0 0 0;
    display: block;
}
.home_cont_presentation .container-fluid {
    background: #11111f;
}
/* .home_cont_presentation p {
    text-align: center;
} */
.home_cont_presentation .home_heading {
    color: #fff;
    text-transform: uppercase;
}
.home_cont_presentation .home_heading strong{
    font-weight: 300;
}
.home_cont_presentation .home_heading::after,
.home_cont_presentation .home_heading::before {
    background: #bbbcbc;
}
.home_cont_presentation .btn-primary {
    color: #000 !important;
    background: #bbbcbc;
    border-color: #bbbcbc;
    border-radius: 35px;
    padding: 0.5rem 1rem;
}
.home_cont_presentation .btn-primary:hover {
    color: #ffffff !important;
    background: #000;
    border-color: #000;
    border-radius: 35px;
    padding: 0.5rem 1rem;
}


/* SYNDIC */
.home_cont_syndic {
    position: relative;    
    background-size: cover;
    color: #000;
    margin: 100px auto 0 auto;
    padding: 0;
    display: block;
}
.home_cont_syndic .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}

.home_cont_syndic .home_heading {
    text-align: left;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
.home_cont_syndic .home_heading::before {
    display: none;
}
.home_cont_syndic .home_heading::after {
    content: "";
    display: inline-block;
    max-width: 100%;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    z-index: 1;
    top: 12px;
    width: 50%;
}
.img-presentation-syndic {
    z-index: 2;
    padding: 0;
}
/* .home_cont_syndic .home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #11111f;
    height: 2px;
    width: 80px;
    margin: 15px 0;
} */
.text-presentation-syndic {
    background: rgb(236, 236, 236);
    padding: 100px 40px;
}




/* CATEGORIES */
.home_cont_categories .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
}
.cat {
    border-radius: 0;
}
.home_cont_categories .cat-infos-overlay {
    background: rgba(0,0,0,.6);
    width: 50%;
    z-index: 0;
}
.home_cont_categories .cat-text {
    font-size: 18px;
}

/*  TEMOIGNAGES */
.home_cont_temoignages .card {
    margin: 0 auto;
    border: none;
  }
.home_cont_temoignages .home_heading {
    margin: 3em 0 1em 0;
}
  .home_cont_temoignages .card .carousel-item {
    min-height: 240px;
  }
  .home_cont_temoignages .card .carousel-caption {
    padding: 0;
    right: 15px;
    left: 15px;
    top: 15px;
    color: #3d3d3d;
    /* border: 1px solid #ccc; */
    min-height: 175px;
    padding: 15px;
  }
  .home_cont_temoignages .card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
  }
  .home_cont_temoignages .card .carousel-caption .col-sm-9 {
    text-align: left;
  }
  .home_cont_temoignages .card .carousel-control-prev,
  .home_cont_temoignages .card .carousel-control-next {
    color: #3d3d3d !important;
    opacity: 1 !important;
    background-color: #11111f;
    border-radius: 10px;
    height: 54px;
    width: 54px;
  }
  .home_cont_temoignages .carousel-control-prev-icon,
  .home_cont_temoignages .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #11111f;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
  .home_cont_temoignages .carousel-control-prev-icon:before,
  .home_cont_temoignages .carousel-control-next:before {
    display: none;
  }
  .home_cont_temoignages .carousel-control-prev-icon:hover,
  .home_cont_temoignages .carousel-control-next-icon:hover {
    opacity: 0.85;
  }
  .home_cont_temoignages .carousel-control-prev {
    left: 40%;
    top: 90%;
  }
  .home_cont_temoignages .carousel-control-next {
    right: 40%;
    top: 90%;
  }
  .home_cont_temoignages .midline {
    width: 60px;
    border-top: 1px solid #11111f;
  }
  .home_cont_temoignages .carousel-caption h2 {
    font-size: 14px;
  }
  .home_cont_temoignages .carousel-caption h2 span {
    color: #11111f;
  }
.home_cont_temoignages p {
    font-size: 22px;
    color: #11111f;
    font-family: 'Marck Script', cursive;
    line-height: 1;
}
.home_cont_temoignages {
    margin-bottom: 100px;
}
.blockquote-footer {
    color: #bbbcbc;
    padding: 10px 0 0 0;
}




  @media (min-width: 320px) and (max-width: 575px) {
    .home_cont_temoignages .carousel-caption {
      position: relative;
    }
    .home_cont_temoignages .card .carousel-caption {
      left: 0;
      top: 0;
      margin-bottom: 15px;
    }
    .home_cont_temoignages .card .carousel-caption img {
      margin: 0 auto;
    }
    .home_cont_temoignages .carousel-control-prev {
      left: 20%;
      top: 105%;
    }
    .home_cont_temoignages .carousel-control-next {
      right: 20%;
      top: 105%;
    }
    .home_cont_temoignages .card .carousel-caption h3 {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .home_cont_temoignages .carousel-caption {
      position: relative;
    }
    .home_cont_temoignages .card .carousel-caption {
      left: 0;
      top: 0;
      margin-bottom: 15px;
    }
    .home_cont_temoignages .card .carousel-caption img {
      margin: 0 auto;
    }
    .home_cont_temoignages .card .carousel-caption h3,
    .home_cont_temoignages .card .carousel-caption small {
      text-align: center;
    }
    .home_cont_temoignages .carousel-control-prev {
      left: 35%;
      top: 105%;
    }
    .home_cont_temoignages .carousel-control-next {
      right: 35%;
      top: 105%;
    }
  }
  @media (min-width: 767px) and (max-width: 991px) {
    .home_cont_temoignages .card .carousel-caption h3 {
      margin-top: 0;
      font-size: 16px;
      font-weight: 700;
    }
  }
  /* ===== END TEMOIGNAGES CAROUSSEL ===== */
  




/* ==================================================================================== */
/*                                       LISTING                                        */
/* ==================================================================================== */
[class*="listing"] .bootstrap-select>.dropdown-toggle.bs-placeholder,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
[class*="listing"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
[class*="listing-"] .bootstrap-select>.dropdown-toggle.bs-placeholder,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
[class*="listing-"]  .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height: 35px !important;
    border-radius: 0 !important;
}
[class*="listing"] .c_valid .btn,
[class*="listing-"] .c_valid .btn {
    top: -9px;
}
.prod_listing .info_titre {
    display: none;
}
.prod_listing .card_list {
    font-size: 19px;
}
.prod_listing .info_ville {
    font-size: 15px;
    font-weight: 600;
}
.prod_listing .info_type {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.prod_listing .info_ville {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.prod_listing .ion-ios-heart-outline.active::before {
    color: red;
}
.prod_listing .col1 .btn a {
    color: #fff!important;
    font-size: 12px;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #11111f;
    border-color: #11111f;
}
[class*="listing"] .c_insee .bootstrap-select>.dropdown-toggle,
[class*="listing-"] .c_insee .bootstrap-select>.dropdown-toggle {
    padding: 4px 12px;
}
[class*="listing"] .c_insee .btn i,
[class*="listing-"] .c_insee .btn i {
    font-size: 24px;
}
[class*="listing"] .form-group.c_insee .dropdown-toggle::after,
[class*="listing-"] .form-group.c_insee .dropdown-toggle::after {
    top: 8px;
}
[class*="listing"] .c_valid .btn ,
[class*="listing-"] .c_valid .btn i {
    left: 0;
}
[class*="listing"] .container_search  ,
[class*="listing-"] .container_search {
    margin: 25px 0 0 0;
}
[class*="listing"] .card_list li > span  ,
[class*="listing-"] .card_list li > span {
    font-weight: 700;
}
.effect-cms .over_desc {
    top: 65px;
    height: 100%;
    padding: 10px 15px 0px 20px;
}
.over_desc .col1 .description {
    line-height: 1.1;
}
/* ==================================================================================== */
/*                                       DETAILS                                        */
/* ==================================================================================== */

.detail_taber .nav-link {
    padding: 10px;
    font-size: 14px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #11111f !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #11111f;
}
.detail_header .titre:after {
    background: #11111f;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #353535;
}
.retour_pret span {
    color: #353535;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #353535;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #11111f !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #11111f !important;
    color: #fff;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
}
.detail .bloc-champ {
    background: #fff;
    font-size: 14px;
}
.detail_biens_sim .prod_accueil article {
    border: 1px solid #ddd;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}
.detail_pieces ul li:hover {
    background: #11111f;
    color: #fff;
}
.detail_pieces ul li {
    display: inline-block;
    border: 1px solid #353535;
    padding: 15px;
    margin: 5px;
    text-align: center;
    width: calc(100% / 6 - 10px);
    font-size: 13px;
}
#detail-image-categorie ul{
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
#detail-image-categorie ul > li {
    height: auto;
    margin: 5px;
    width: 300px;
}
#detail-image-categorie ul > li > img {
    position: relative;
    width: 100%;
    margin: calc(0.15em * 2) 0.1em;
    overflow: hidden;
    height: auto;
}

/* ============================================================================ */
/*                                   ESTIMATION                                 */
/* ============================================================================ */
.estimation .formcms4 .btn-primary,
.estimation .formcms4 .btn-info {
    width: 220px!important;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 35px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    margin-top: 0;
}
.estimation .formcms4 .btn-primary:hover,
.estimation .formcms4 .btn-info:hover {
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    width: 230px!important;
}

.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .actualites .content_page, .estimation .content_page {
    width: 100%;
}
.contact .sidebar,
.alerte-email .sidebar,
.estimation .sidebar,
.actualites .sidebar {
    display: none;
}
.home_cont_alertes p {
    color: #000;
}
.progress-bar {
    background-color: #11111f;
}

.alert-danger {
    color: #fff;
    background-color: #11111f;
    border-color: #11111f;
}

body.contact .map, #map_contact {
    height: 450px !important;
}
.alerte-email .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}

.vendre iframe {
    height: 100vh;
    width: 100%;
}
.logo-app {
    width: 100px;
}
.bloc-app {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bottom {
        height: 50px!important;
        position: absolute;
        bottom: 0;
}

/* ============================================================================ */
/*                              FOOTER & COORDONNEES                            */
/* ============================================================================ */
footer {
    background-color: #000;
    padding: 40px 10px;
}
footer a:hover {
    color: #bbbcbc;
}
.home_cont_alertes {
    padding: 20px 10px;
    background: #bbbcbc;
    text-align: center;
    margin: 60px 0 0 0;
}
.home_cont_alertes .btn-primary:hover {
    border-color: #11111f;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.cont_coordonnees {
    background-color: #11111f;
    margin-bottom: 20px;
    text-align: left!important;
}

.cont_coordonnees .titre {
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.cont_coordonnees .plan li a, .cont_coordonnees a {
    color: #fff;
    font-size: 16px;
    text-align: left!important;
}
.cont_coordonnees .plan li a:hover,
.cont_coordonnees a:hover {
    color: #bbbcbc;
    font-style: italic;
}
.cont_coordonnees ul {
    margin: 0;
}
.cont_coordonnees .plan li {
    text-align: left;
    padding: 4px 0;
    margin: 0;
}
.cont_coordonnees p {
    text-align: left;
}
.cont_coordonnees i {
    font-size: 23px;
    top: 2px;
    margin-right: 5px;
}
.cont_coordonnees .reseaux-sociaux i {
    font-size: 30px;
    top: 0;
    margin-right: 0;
}
.cont_coordonnees i.ion-ios-email-outline {
    top: 4px;
}



/* ============================================================================ */
/*                                      AUTRES                                  */
/* ============================================================================ */
.agence .home_heading {
    margin: 0 0 3em 0;
    text-transform: uppercase;
}
.agence .home_heading3 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
}
.agence .ion-ios-arrow-thin-right {
    font-size: 30px;
    top: 5px;
    margin-right: 5px;
}
.agence .bg-gris {
    background: rgb(236, 236, 236);
    padding: 30px 10px;
}
.sidebar {
    text-align: center;
    margin-top: 0;
}
.sidebar .img-thumbnail {
    padding: 0;
    width: 250px;
    border: 0;
}
.recherche-detaillee .form-search-d label.btn {
    border: 1px solid #11111f;
    background-color: #b3a598;
}
.recherche-detaillee .form-search-d label.btn:hover,
.recherche-detaillee .form-search-d label.btn.active {
    border: 1px solid #11111f;
    background-color: #11111f;
    color: #fff;
}
/* ============================================================================ */
/*                                   RESPONSIVE                                 */
/* ============================================================================ */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 0;
    }
    .header__logo img {
        width: 170px;
    }
    .not-sticking nav, .sticking nav {
       margin: auto 0;
   }  
   nav.menu ul {
       display: inline-block;
   } 
   nav.menu ul.navgauche {
       margin: 0 auto 0 0;
       display: flex;
       justify-content: center;
   }
   nav.menu ul.navdroite {
       margin: 0 0 0 auto;
       display: flex;
       justify-content: center;
   }
   nav.menu ul li {
       padding: 0;
       height: 120px;
       display: flex;
   }
   .menu ul > li > a, .menu .dropdown-item {
       padding: 12px 25px;
       line-height: 1.2;
       color: #11111f;
       font-weight: 400;
       font-size: 15px;
       margin-bottom: auto;
       margin-top: auto;
       width: 100%;
       text-transform: uppercase;
   }
   .menu ul > li > a.header__logo {
    padding: 5px 10px;
   }
   .menu ul > li > a {
       font-size: 16px;
   }
   .version-mobile {
       display: none!important;
   }
   .menu ul > li:hover > a, .menu ul > li:hover > a.vert {
    color: #bbbcbc;
    }
}
@media (min-width: 1281px) {
    .home_cont_selection .container-fluid {
        padding-right: 10%;
        padding-left: 10%;
    }
}
@media (max-width: 1280px) {
    .home_cont_syndic .home_heading::after {
        content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 60px;
    margin: 5px 0 15px 0;
    }
}

   @media (max-width: 991px) {
    .version-pc {
       display: none;
   }   
   .header__logo img {
    width: 110px;
    margin: 10px 0;
   }
   .menu ul li > a {
    display: block;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    }
    .menu {
        background-color: #11111f;
    }
    .burger-item {
        top: 38px;
    }
    .container_search .form-style {
        font-size: 10px;
    }
    .index .bootstrap-select>.dropdown-toggle.bs-placeholder{
        font-size: 10px;
    }
    .form-group.c_insee i {
        font-size: 21px;
    }
    .form-group.c_insee .dropdown-toggle::after {
        top: 17px;
        right: 20px;
    }
    .index .input-group-addon {
        font-size: 10px;
        top: 8px;
    }
    .c_valid .btn i {
        left: 0;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_accueil article {
        width: calc(100% / 2 - 20px);
    }
    .home_heading {
        font-size: 19px;
    }
    .home_heading::after, .home_heading::before {
        width: 20px;
    }
    .text-presentation {
        padding: 10px 0;
    }
    .cat {
        margin: 20px 0;
    }
    .cont_coordonnees .titre {
        margin-top: 30px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 7px;
        top: 18px;
        font-size: 25px;
        background: #11111f;
        padding: 8px 16px;
        border-radius: 50%;
        color: #fff;
    }
    [class*="listing"] .search__form-item:nth-child(n+2), [class*="listing-"] .search__form-item:nth-child(n+2) {
        margin-right: 0;
        width: 100%;
        height: 50px;
    }
    .modal-body a {
        color: #11111f!important;
    }
    .carousel_header .titre, .detail_header .titre, .detail_header_nav .titre, .detail_header_sticky h1 {
        font-size: 16px;
    }
    .detail_header .crit {
        font-size: 16px;
    }
    .btn-primary, .btn-info, .btn-secondary, .btn-success {
        font-size: 14px;
    }
    .top_header { margin-top: 90px;}
    .map {
        top: auto;
        margin-top: 90px;
    }
    .home_cont_syndic .home_heading::after {
        content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 60px;
    margin: 5px 0 15px 0;
    }
    .header__logo.version-mobile {
        margin-left: -51px;
    }
    .order1 { order: 1;}
    .order2 { order: 2;}
    .order3 { order: 3;}
    .order4 { order: 4;}
    .order5 { order: 5;}
    .order6 { order: 6;}
    .order7 { order: 7;}
    .order8 { order: 8;}
    .order9 { order: 9;}
    .order10 { order: 10;}
    .order11 { order: 11;}
    .order12 { order: 12;}
    .logo-app {
        width: 50px;
    }
}

@media (max-width: 600px) {
  .moteur {
    top: auto;
}  
    .burger-item {
        top: 33px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 95%;
    }
    .home_heading2::after {
        width: 150px;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 85px;
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .header__logo img {
        max-width: 100%;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .index .search__form-item.c_type {
        border-bottom-left-radius: 0;
        border-top-left-radius: 25px;
        border-left: 0;
        border-right: 0;
        border-top-right-radius: 25px;
    }
    .index .search__form-item.c_numero {
        border-bottom-right-radius: 25px;
        border-top-right-radius: 0;
        border-right: 0;
        border-left: 0;
        background: #fff;
        border-bottom-left-radius: 25px;
    }
    .index .moteur .form-style {
        border-left: 0;
    }
    .moteur {
        top: auto;
    }
    .bgAccueil {
        background: url(/assets/images/bgimg.jpg) no-repeat center bottom;
    }
    .search__form-item.c_valid {
        width: 7%;
        margin: auto;
    }
    .index .c_loc .radio_trans {
        justify-content: center;
    }
    .menu ul li {
        font-size: 15px;
    }
    .home_heading, .home_heading2, .home_cont_estimation .home_heading3 {
        font-size: 20px;
    }
    .home_heading::after, .home_heading::before, .home_heading2::after {
        display: none;
    }
    .img-presentation { padding: 0;}
    .home_cont_presentation .text-presentation, .home_cont_contenu .text-contenu {
        padding: 10px 25px;
    }
    #content {
        margin-top: 35%;
    }
    .home_cont_syndic .home_heading::after {
        content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 60px;
    margin: 5px 0 15px 0;
    }
    .home_cont_presentation p {
        text-align: left;
    }

    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 51px;
    }
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
    }
}






