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

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/* font-family: 'Lora', serif; */



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

/* COULEURS */
.bleu {
    color: #213f70;
}
.orange {
    color: #e58346;
}
.or {
    color: #a0906b;
}
.marginauto {
    margin: auto;
}

a {
    color: #222;
}
a:hover {
    color: #000;
}
.italic {
    font-style: italic;
}

/* BOUTONS & TITRES */
.btn {
    border-radius: 0;
    padding: .55rem .75rem;
}
.btn-primary, .btn-success, .btn-info, .btn-secondary {
    color: #fff;
    background: linear-gradient(to right, #1f3d6f, #2b5f8f);
    border-color: transparent;
}
.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-secondary:hover  {
    color: #fff;
    background: linear-gradient(to right, #db6e38, #fcbe80);
    border-color: transparent;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}



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

/* MENU */
.header, .header .sticking {
    background: #fff;
}
.menu .dropdown-menu {
    border: 1px solid #e7e7e7;
    border-radius: 0;
}
.menu .dropdown-item:hover {
    background-color: #db6e38;
    color: #fff!important;
}

.bgAccueil {
    background: none !important;
    overflow: hidden;
    height: 90vh;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    min-height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}

/* ANCRE */
.ancre-bottom{
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 50%;
    bottom: 25%;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px;
}
.scroll-downs i {
    font-size: 30px;
    color: #fff;
}
.mousey{
    width: 3px;
    padding: 10px 14px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .95;
    box-sizing: content-box;
}

.scroller{
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll{
    0%{
        opacity: 0;
    }
    10%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(15px);
        opacity: 0;
    }
}


.ancre-bottom a {
    padding-top: 80px;
  }
  .ancre-bottom a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
  }
  .ancre-bottom a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .ancre-bottom a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  .ancre-bottom a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  

/* MOTEUR */
.moteur {
    background: transparent;
    bottom: 20%;
}

.bg_search p {
    font-size: 32px;
    color: #101010;
    font-family: 'Lora', serif;
    font-weight: 500;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff!important;
    font-weight: 600!important;
}
.plusdecritere .text-filtre2 {
    width: 100%;
    text-align: right;
}
.plusdecritere {
    text-align: right;
    margin-top: 0;
}
.plusdecritere .text-filtre1 {
    display: none;
}
.moteur .dropup .dropdown-toggle::after {
    color: #101010;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #e58346;
    border-color: #e58346;
    color: #fff;
    border: 0 !important;
    height: 43px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e58346;
    margin: 10px auto;
    background: transparent;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.form-group.c_prixmax .bootstrap-select.btn-group {
    width: 100%;
    background-color: #fff;
}
.index .search__form-item:nth-child(n+2) {
    width: calc(100% / 4 - 6px);
}



/* PRESENTATION & RECRUTEMENT*/
.home_cont_presentation,
.home_cont_recrutement {
    position: relative;
    background: #fff;
    /* background-size: cover; */
    color: #000;
    margin: 0 auto;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-text {
    text-align: center;
    padding: 0 35px;
}
.section-title {
    text-align: center;
    margin-bottom: 22px;
}
.section-title span {
    font-size: 14px;
    color: #e58346;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title .titre-h2 {
    font-size: 40px;
    color: #1f3d6f;
    line-height: 58px;
    margin-top: 10px;
    font-family: 'Lora', serif;
}
.section-title .titre-h3 {
    font-size: 24px;
    color: #19191a;
    line-height: 20px;
    margin-top: 10px;
    font-family: 'Lora', serif;
}
.btn-presentation {
    display: inline-block;
    font-size: 13px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #e58346;
    content: "";
}
.btn-presentation:hover {
    background: rgb(243, 243, 243);
}
.home_cont_presentation p,
.home_cont_recrutement p {
    text-align: center;
}
.home_cont_presentation .container-fluid,
.home_cont_recrutement .container-fluid {
    margin: 0 10%;
}
.home_cont_recrutement {
    padding-top: 100px;
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
}
.home_cont_recrutement .icone-service {
    font-size: 3rem;
    margin: 10px 0;
    color: #db6e38;
}
.nom-gerant { 
    font-style: italic;
    margin-bottom: 25px;
}
.nom-gerant::after, .nom-gerant::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #dbdbdb;
    vertical-align: middle;
    margin: 0 10px;
}

/* SELECTION */
.prod_accueil article {
    border: 0;
    width: calc(33.3% - 10px);
    margin: 10px 0;
}
.prod_accueil article a{
    color: #fff;
}
.home_cont_selection .container-fluid {
    margin: 0 -5px;
}
.home_cont_selection .article_logo {
    width: 25px;
}
.home_cont_selection .prod_accueil .card_list {
    display: grid;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home_cont_selection .card_list li > span:after {
    display: none;
}
.home_cont_selection .card_list li {
    font-size: 17px;
    padding: 3px 0;
}

.home_cont_selection .card_list li > span {
    font-weight: 400;
}

.home_cont_selection .block_info {
    /* position: absolute; */
    position: relative;
    z-index: 2;
    top: auto;
    right: 0;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,1)); */
    color: #000;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    padding: 10px 30px;
}
.home_cont_selection article:hover .block_info {
    /* background: rgba(0,0,0,0.9); */
    width: 100%;
    height: auto;
}
.home_cont_selection .info_titre {
    font-size: 27px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Lora', serif;
    color: #1f3d6f;
}
.home_cont_selection .info_ville {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 10px;
    color: #1f3d6f;
}
.home_cont_selection .info_prix {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    color: #e58346;
}
.home_cont_selection .btn-presentation {
    display: inline-block;
    font-size: 13px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.home_cont_selection .btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #e58346;
    content: "";
}
.home_cont_selection .btn-presentation2 {
    display: inline-block;
    font-size: 13px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.home_cont_selection .btn-presentation2:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #e58346;
    content: "";
}
.btn-presentation2:hover {
    background: rgb(243, 243, 243);
}
.home_cont_selection .btn-presentation:hover {
    background: transparent;
}
.home_cont_selection .carousel_nbr_photos {
    display: none;
}


/* ============================================================================= */
/*                              FOOTER & COORDONNEES                             */
/* ============================================================================= */
footer {
    background-color: #101010;
    padding: 1px 10px 10px 10px;
}
footer a:hover {
    color: #e58346;
}
.home_cont_coordonnees, footer {
    background-color: #101010;
    color: #fff;
    border-bottom: 1px solid #e5e5e51f;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .container-fluid,
.home_cont_coordonnees .container-fluid {
    margin: 0 10%;
}
.home_cont_coordonnees .btn-presentation {
    color: #fff;
    font-weight: 400;
}
.home_cont_coordonnees .btn-presentation:hover {
    background: rgb(243 243 243 / 40%);
}
.reseaux-sociaux i {
    font-size: 23px;
    color: #fff;
}
.reseaux-sociaux .list-inline-item {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #e58346;
    display: inline-flex;
}
.reseaux-sociaux .list-inline-item a{
    margin: auto;
}
.home_cont_coordonnees .btn i {
    font-size: 20px;
}
/* ============================================================================= */
/*                                     LISTING                                   */
/* ============================================================================= */

[class*="listing"] .container_search,
[class*="listing-"] .container_search {
    margin: 0;
    background: white;
    padding: 20px 0 0 0;
}
[class*="listing"] .search__form-item:nth-child(n+2),
[class*="listing-"] .search__form-item:nth-child(n+2) {
    width: calc(100% / 5 - 4px);

}

/* PAGINATION */
.pagination {
    margin: 30px 0;
}
.page-item.active .page-link {
    z-index: 2;
    color: #101010;
    background-color: #e58346;
    border-color: transparent;
}

/* VUE DAMIER */
.prod_listing.damier article {
    border: 0;
    width: calc(100% / 4 - 20px);
    margin: 10px 0;
}
.prod_listing.damier > .listing_article article {
    width: calc(100% / 4 - 20px);
}
.prod_listing.damier article a{
    color: #fff;
}
.prod_listing.damier .container-fluid {
    margin: 0 -5px;
}
.prod_listing.damier .article_logo {
    width: 25px;
}
.prod_listing.damier .card_list {
    display: grid;
    justify-content: space-between;
    margin-bottom:10px;
    margin-top: 10px;
}
.prod_listing.damier .card_list li > span:after {
    display: none;
}
.prod_listing.damier .card_list li {
    font-size: 17px;
    padding: 3px 0;
}
.prod_listing.damier .card_foot {
    padding: 0;
}
.damier .card-fav-absolute {
    display: none;
}
.prod_listing.damier .card_list li > span {
    font-weight: 400;
}
.prod_listing.damier .listing_article .block_img {
    z-index: 0;
}
.damier .header-item {
    padding: 0;
}
.prod_listing.damier .block_info {
    min-height: 225px;
}
.prod_listing.damier .article_content {
    justify-content: space-around;
}
.prod_listing.damier .block_info {
    position: relative;
    z-index: 2;
    top: auto;
    right: 0;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7), rgba(0,0,0,1)); */
    color: #000;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    padding: 10px 20px;
}
.prod_listing.damier article:hover .block_info {
    /* background: rgba(0,0,0,0.9); */
    width: 100%;
    height: auto;
}
.prod_listing.damier .info_titre {
    font-size: 21px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Lora', serif;
    color: #1f3d6f;
}
.prod_listing.damier .info_ville {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 10px;
    color: #1f3d6f;
}
.prod_listing.damier .info_prix {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    color: #e58346;
}
.prod_listing.damier .btn-presentation {
    display: inline-block;
    font-size: 12px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.prod_listing.damier .btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #e58346;
    content: "";
}
.prod_listing.damier .btn-presentation2 {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.prod_listing.damier .btn-presentation2:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #e58346;
    content: "";
}
.btn-presentation2:hover {
    background: rgb(243, 243, 243);
}
.prod_listing.damier .btn-presentation:hover {
    background: transparent;
}
.prod_listing.damier .carousel_nbr_photos {
    display: none;
}


/* VUE LISTING */
.prod_listing.listing .block_img, .prod_listing.listing .block_info {
    width: 50%;
}
.prod_listing.listing .article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.prod_listing.listing .article_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prod_listing.listing > .listing_article article {
    width: 49%;
    background: #fff;
    box-shadow: 6px 3px 5px #cfcfcf;
    color: #1f3d6f;
}

.prod_listing.listing > .listing_article article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: .5%;
    margin-right: .5%;
}
.prod_listing.listing .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-left: 20px;
    font-size: 15px;
}
.prod_listing.listing .info_titre {
    width: 80%;
    font-size: 20px;
}
.prod_listing.listing .btn-presentation {
    display: inline-block;
    font-size: 13px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.prod_listing.listing .btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #101010;
    content: "";
}
.prod_listing.listing .btn-presentation:hover {
    background: rgba(0,0,0,0.2);
}
.prod_listing.listing article a {
    color: #1f3d6f;
}
.prod_listing.listing .info_prix {
    margin: 10px 0 10px 0;
    line-height: 20px;
    padding: 0 20px;
    color: #1f3d6f;
    font-weight: 600;
    font-size: 22px;
}
.prod_listing.listing .info_ville {
    font-size: 15px;
    padding-top: 0;
}

/* VUE CARTE */
.tool_boox_map {
    background: #101010 none repeat scroll 0 0;
}
.icone_write {
    background: #e58346;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #e58346;
    color: #fff;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}
.leaflet-container a {
    color: #000;
}
.leaflet-popup-content p {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 300;
}
.leaflet-popup-content {
    width: 75px;
    line-height: 1;
}
.leaflet-container a.leaflet-popup-close-button {
    color: #000;
}
.icone_write.active {
    background: #e58346;
}
.module_recherche_carte {
    width: 50%;
}
.carte .article_content {
    width: 50%;
}

.prod_listing.carte .btn-presentation {
    display: inline-block;
    font-size: 13px;
    color: #1f3d6f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.prod_listing.carte .btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #db6e38;
    content: "";
}
.prod_listing.carte .btn-presentation:hover {
    background: rgba(0,0,0,0.2);
}
.prod_listing.carte article a {
    color: #1f3d6f;
}
.prod_listing.carte > .listing_article article {
    background: #fff;
    box-shadow: 6px 3px 5px #cfcfcf;
    color: #1f3d6f;
}
.prod_listing.carte .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-left: 20px;
    font-size: 15px;
}
.prod_listing.carte .info_titre {
    display: block;
}
.prod_listing.carte .info_ville {
    font-size: 15px;
    padding: 0;
}
.prod_listing.carte .info_prix {
    margin: 10px 0 10px 0;
    line-height: 20px;
    padding: 0 20px;
    color: #1f3d6f;
    font-weight: 600;
    font-size: 22px;
}


/*PAGE DETAILS*/
.table-warning, .table-warning>td, .table-warning>th {
    color: #fff;
}

.detail .interlocuteur {
    border: 0;
    padding: 20px 0;
    border-radius: 0;
    background: #fff;
    color: #000;
}
.detail .interlocuteur div:nth-child(1) {
    margin-bottom: 0;
}
.detail .interlocuteur i.fa-user{
    color: #e58346;
}
.detail .interlocuteur-coord {
    display: inline-block;
    padding-left: 0;
}


.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #e58346 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #e58346;
}
.detail_header .titre:after {
    background: #e58346;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #e58346;
}
.retour_pret span {
    color: #e58346;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #e58346;
    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: #e58346 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #e58346 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

.detail_slide_thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.detail_slide_thumbs > li {
    height: auto;
    margin: 5px;
    width: 77px;
}
.detail_slide_thumbs > li > img{
    position: relative;
    width: 100%;
    margin: calc(0.15em * 2) 0.1em;
    overflow: hidden;
}



/* ============================================================================= */
/*                                   AUTRES                                      */
/* ============================================================================= */
.estimation .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.alert-danger {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
    width: 50%;
    text-align: center;
    margin: 2% auto;
}
.alert-danger a {
    color: #db6e38;
}
.sidebar {
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
}
.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .estimation .content_page, .alerte-email .content_page, .on-vous-rappelle .content_page {
    width: 100%;
}
.contact .bg_collapse {
    min-height: 50px;
    background-color: transparent;
}
/* TOP PAGE */
.top_page {
    height: 300px;
}
.recrutement .top_page {
    background-image: url(/assets/images/top_page/recrutement_top.jpg);
}
.contact .top_page {
    background-image: url(/assets/images/top_page/contact_top.jpg);
}
.agence .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}
.on-vous-rappelle .top_page {
    background-image: url(/assets/images/top_page/on-vous-rappelle_top.jpg);
}
.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche_top.jpg);
}
.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}
.alerte-email .top_page {
    background-image: url(../images/top_page/alerte_top.jpg);
}
.estimation .top_page {
    background-image: url(../images/top_page/estimation_top.jpg);
}

/* Recherche detaillée */
.recherche-detaillee .form-search-d label.btn,.recherche-detaillee  .form-search-d label.btn.small {
    border: 1px solid #ddd;
    font-size: .7em;
    width: 100%;
    background-color: #e58346;
    margin: 0;
}
.recherche-detaillee .form-search-d label.btn.active,.recherche-detaillee  .form-search-d label.btn:hover {
    background: #101010;
}
.recherche-detaillee .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.sidebar {
    margin-top: 0;
}
.sidebar_blocinfos strong{
    font-size: 14px;
    color: #e58346;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.recherche-detaillee .input_group_content label {
    font-size: 14px;
    color: #1f3d6f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.recherche-detaillee .input_group_content .form-group label {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.recherche-detaillee .txt {
    font-size: 12px;
}
.form-search-d label.btn.active, .recherche-detaillee .form-search-d label.btn:hover {
    color: #fff!important;
}

/* mentions Légales */
.mentions-legales h2 {
    margin-top: 50px;
    font-size: 18px;
    color: #e58346;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.progress-bar {
    background-color: #204072;
}

/* ============================================================================= */
/*                                   AGENCE                                      */
/* ============================================================================= */
.agence p span {
    font-weight: 600;
    font-size: 25px;
}

/* ============================================================================= */
/*                                RESPONSIVE                                     */
/* ============================================================================= */

@media (min-width: 1281px) {
    .home_cont_presentation .container-fluid,
    .home_cont_recrutement .container-fluid {
        margin: 0 10%;
    }
    .not-sticking .header__logo {
        display: block;
        height: 123px;
        padding: 2px 0;
    }
    .header__logo img {
        width: 270px;
    }
    .sticking .header__logo, .not-sticking .header__logo {
        display: block;
        height: 145px;
        padding: 0px;
    }
    .menu ul > li > a, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
        padding: 0;
        line-height: 1.2;
        color: #213f70;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
    }
    .item-sous-menu {
        padding: 10px;
        line-height: 1.2;
        color: #213f70;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
    }
}
@media (max-width: 1280px) {
    .menu ul > li > a, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        padding: 0;
        line-height: 1.2;
        color: #213f70;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
    }
     .item-sous-menu {
        padding:10px;
        line-height: 1.2;
        color: #213f70;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 400;
    }
    .header__logo img {
        width: 160px;
    }
    .index .not-sticking .header__logo, .sticking .header__logo, .not-sticking .header__logo {
        display: block;
        height: 95px;
        padding: 2px 0;
    }
    .moteur .container .bg_search {
        padding: 15px;
        left: -70px;
    }
    .bg_search p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .moteur-btn {
        width: 140px;
        height: 140px;
        top: -50px;
        right: 0;
    }
    .moteur-btn a {
        font-size: 1.3rem;
    }
    .moteur {
        top: 50%;
    }
    .index .search__form-item:nth-child(n+2) {
        margin-bottom: 10px;
    }
    .bootstrap-select.btn-group .dropdown-toggle .filter-option, .form-style {
        font-size: 14px;
    }
    /* INDEX */
    .home_cont_presentation .container-fluid,
    .home_cont_recrutement .container-fluid,
    footer .container-fluid,
    .home_cont_coordonnees .container-fluid {
        margin: 0 4%;
    }
    .home_cont_selection .info_titre {
        font-size: 17px;
        white-space: initial;
        margin-top: 20px;
    }
    .home_cont_selection .info_ville {
        font-size: 13px;
    }
    .home_cont_selection .info_prix {
        font-size: 20px;
    }
    .home_cont_selection .card_list li {
        font-size: 17px;
        padding: 0 0;
    }
    .home_cont_selection .card_list {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home_cont_selection .block_info {
        height: 180px;
    }
    .home_cont_selection .btn-presentation {
        font-size: 11px;
    }
    .about-text {
        padding: 0 5px;
    }
    /* LISTING */
    /* Vue listing */
    .prod_listing.listing .effect-cms {
        min-height: 160px;
    }
    .prod_listing.listing .info_titre {
        width: 80%;
        font-size: 15px;
        line-height: 1;
    }
    .prod_listing.listing .info_prix {
        margin: 7px 0 7px 0;
        line-height: 1;
        padding: 0 20px;
        color: #101010;
        font-weight: 600;
        font-size: 18px;
    }
    .prod_listing.listing .card_list {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .prod_listing.listing .btn-presentation {
        font-size: 11px;
    }
    .prod_listing.listing .info_ville {
        font-size: 13px;
    }
    .card-fav-absolute {
        right: 10px;
    }
    .prod_listing.listing .card_foot {
        padding: 0 0 0 20px;
    }
    /* Vue damier */
    .prod_listing.damier .info_titre {
        font-size: 17px;
        margin-top: 0;
    }
    .prod_listing.damier .info_prix {
        font-size: 17px;;
        color: #e58346;
    }
    .prod_listing.damier .block_info {
        min-height: 135px;
        height: auto;
        padding: 20px 20px;
    }
    .prod_listing.damier .card_list {
        display: grid;
        justify-content: space-between;
        margin: 5px ;
        font-size: 12px;
    }
    .prod_listing.damier .card_list li {
        font-size: 12px;
        padding: 0;
    }
    /* Vue carte */
    .prod_listing.carte .info_prix {
        margin: 5px 0 5px 0;
        line-height: 1;
        font-size: 18px;
    }
    .prod_listing.carte .card_list {
        margin-top: 6px;
        margin-bottom: 6px;
        font-size: 12px;
    }
    .prod_listing.carte .btn-presentation {
        font-size: 12px;
    }
    .prod_listing.carte .info_titre {
        width: 80%;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        margin-top: 80px;
    }
    .bgAccueil {
        height: 95vh;
    }
}
@media (min-width: 992px) {
    .header .site-pusher {
        display: flex;
        justify-content: space-between;
    }
    nav {
        margin: auto 0;
    }
    nav ul {
        padding-bottom: 0;
        margin: 5px 0 0 0;
        display: flex;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 10px 20px 0 20px;
    }
    nav.menu ul.menu-top li {
        display: inline-block;
        padding: 5px 20px;
    }
    .menu .navigation {
        border-top: 1px solid rgba(0,0,0,0.2);
    }
    .menu ul.menu-top > li > a,.index .not-sticking .menu ul.menu-top > li > a{
        font-weight: 400;
        color: #e58346;
        font-size: 15px;
        text-transform: initial;
    }
    nav.menu ul.menu-top li.list-inline-item i {
        font-weight: 400;
        color: #e58346;
        font-size: 20px;
        text-transform: initial;
    }
    .menu ul.menu-top > ul.list-inline {
        margin: 0;
    }
    .menu ul.menu-top > li:hover ,.index .not-sticking .menu ul.menu-top > li:hover  {
        background: rgba(255,255,255,0.2);
    }
    .index .not-sticking .menu ul > li > a {
        color: #213f70;
    }

    .menu i.ion-ios-heart-outline {
        font-size: 24px;
        left: 7px;
    }
    .fa, .far, .fas {
        font-size: 19px;
    }
    .far.fa-heart {
        left: 3px;
    }
    .badge {
        display: inline-block;
        padding: .2em 0.3em;
        font-size: 11px;
        line-height: 1;
        color: #fff;
        text-align: center;
        vertical-align: baseline;
        right: 7px;
        top: 1px;
    }
    .header nav ul > li > a.soulignement:hover::after {
        width: 100%;
    }
    .header nav ul > li > a.soulignement::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 2px;
        background: #e58346;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    nav.menu ul.menu-top {
        justify-content: space-between;
    }
    
}

@media (max-width: 991px) {
    .moteur {
        top:50%;
    }
    .moteur .container .bg_search {
        left: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .search__form-item.c_valid {
        display: block !important;
        margin: auto auto auto 0;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #e58346;
        background: #e58346;
    }
    .header__logo img {
        margin-right: 50px;
    }
    .menu {
        background-color: #000;
        border-right: 1px solid #e58346;
    }
    .about-pic {
        margin-top: 30px;
    }
    .prod_accueil article {
        width: calc(100% / 3 - 10px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .home_cont_selection .info_titre {
        font-size: 15px;
        white-space: nowrap;
        margin-top: 14px;
    }
    .home_cont_selection .block_info {
        height: 145px;
    }
    .recherche-detaillee .form-search-d {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .prod_listing.listing > .listing_article article {
        width: 100%;
    }
    [class*="listing"] .container_search, [class*="listing-"] .container_search {
        display: none;
    }
    [class*="listing"] .main-content, [class*="listing-"] .main-content {
        margin-top: 10%;
    }
    [class*="listing"] .search__form-item:nth-child(n+2), [class*="listing-"] .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .modal-body a {
        color: #e58346!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 30px;
        font-size: 20px;
        background: #e58346;
        padding: 3px 12px;
        border-radius: 5px;
    }
    .detail_biens_sim {
        display: none;
    }
    .bg_collapse .btn-content {
        top: 26px;
    }
    .index .not-sticking .menu ul > li > a,
    .menu ul > li > a,
     a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff!important;
    }
    .menu ul.list-inline {
        margin: 0px 20px 0 0 !important;
        display: flex;
        justify-content: flex-start;
    }
    .menu ul.list-inline li {
        border-bottom: 0;
        padding: 0 15px 0 0;
    }
    .menu ul.list-inline li.list-inline-item i{
        font-size: 25px;
    }
    .menu ul.navigation {
        margin: 20px 20px 0 20px !important;
    }
    nav.menu ul li .dropdown-menu {
        background-color: #000 !important;
        border: 0;
        margin-bottom: 15px;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: 0.5rem !important;
        color: #fff !important;
    }
    .menu ul.menu-top > li > a {
        text-transform: initial;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        font-size: 40px;
        position: fixed;
        top: 40px;
        left: 15px;
        z-index: 100;
        height: 3px;
        width: 35px;
    }
    .menu ul.menu-top li {
        border: 0;
    }
    .about-text {
        margin-top: 20px;
    }
    .carousel_header .titre, .detail_header .titre, .detail_header_nav .titre, .detail_header_sticky h1, .detail_header .crit {
        font-size: 15px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 70px;
        height: 100vh;
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
        background-size: cover;
        background-position-x: 75%!important;
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
        background-size: cover;
        background-position-x: 35%!important;
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
        background-size: cover;
        background-position-x: 80%!important;
    }
}

@media (max-width: 600px) {
    .burger-item, .burger-item::before, .burger-item::after {
        top: 30px;
    }
    .menu ul {
        margin: 50px 20px 0 20px !important;
    }
    .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:100%;
    }
    .menu ul > li > a, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        font-size: 14px;
    }
    .moteur {
        top: 20%;
    }
    .moteur .container .bg_search {
        left: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .header__logo img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        width: 110px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #e58346;
        background: #e58346;
    }
    .index .not-sticking .header__logo, .sticking .header__logo, .not-sticking .header__logo {
        display: block;
        height: 70px;
        padding: 2px 0;
    }
    .about-pic {
        margin-top: 30px;
        text-align: center;
    }
    .about-pic img {
        margin: 10px 0;
    }
    .top_page {
        height: 100px;
        margin-top: 70px;
    }
    .prod_listing.listing > .listing_article article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_listing.listing .block_img, .prod_listing.listing .block_info {
        width: 100%;
    }
    .prod_listing.listing .info_titre {
        color: #101010;
    }
    .recherche-detaillee .form-search-d {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-title .titre-h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }
    .section-title span {
        font-size: 12px;
    }
    .section-title .titre-h3 {
        font-size: 20px;
        line-height: 1;
    }
    .section-title {
        margin-bottom: 10px;
    }
    .about-text {
        margin-top: 40px;
    }
    .about-text p {
        margin-bottom: 0;
    }
    .home_cont_recrutement .icone-service {
        margin: 10px 0 0 0;
    }
    .home_cont_coordonnees .section-title {
        margin-top: 30px;
    }
    [class*="listing"] .bloc.bloc4 a:not([href]):not([tabindex]),
    [class*="listing-"] .bloc.bloc4 a:not([href]):not([tabindex]) {
        font-size: 20px;
    }
    .home_cont_presentation, .home_cont_recrutement {
        padding: 20px 0;
    }
    .agence video { width: 100%;}
}

@media screen and (max-width: 824px) and (min-width: 450px) and (orientation: landscape) {
    .header__logo img {
        width: 100px;
    }
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: 100px;
    }
    .index .not-sticking .header__logo, .sticking .header__logo, .not-sticking .header__logo {
        display: block;
        height: 70px;
        padding: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 4 - 0px) !important;
    }
    .search__form-item.c_valid {
        width: 25%!important;
    }
    .btn {
        font-size: 0.9rem;
    }
    .bgAccueil {
        height: 100vh;
    }
    .moteur {
        top: 28%!important;
    }
    .moteur-btn a {
        font-size: 1rem;
    }
    .moteur-btn {
        width: 120px;
        height: 120px;
        top: -46px;
        right: 0;
    }
    .section-title .titre-h2 {
        font-size: 36px;
    }
    .home_cont_selection .block_info {
        height: 155px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 15px;
    }
    .menu ul {
        margin: 40px 20px 0 20px !important;
    }
    .top_page {
        height: 150px;
        margin-top: 70px;
    }

}





/* --------------BADGE FLOTTANT-------------- */
.flottant {
    margin-right: -320px;
    position: fixed;
    min-width: 355px;
    max-width: 355px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 2%;
    top: 25%;
    z-index: 1111;
    bottom: 0;
}
.custom-menu {
    margin-left: -50px;
    margin-left: -130px;
}

@media (min-width: 992px) {
  .custom-menu {
    top: 180px;
    top: 22%;
    bottom: auto;
    }  
}

@media (min-width: 768px) {
    .custom-menu {
        top: 100px;
        top: auto;
        bottom: 10px;
    }    
}
.custom-menu .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #111;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 50%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-menu button {
    border-radius: 50%;
    border: 0;
    background: #e58346;
    text-transform: uppercase;
    font-size: 14px;
    width: 130px;
    height: 130px;
    padding: 10px;
    transform: translatey(0px);
    -webkit-animation: float 3s ease-in-out infinite;
            animation: float 3s ease-in-out infinite;
            color: #fff;
}
.custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -105px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.custom-menu .btn-primary:hover {
    color: #fff;
    background: #1f3d6f;
    border-color: #111;
}
  
@-webkit-keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
        transform: translatey(0px);
    }
}
/* Le bouton n'est pas visible sur la page listing */
[class*="listing"] .flottant,
[class*="listing-"] .flottant {
    display: none;
}

.page-item .page-laulau {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border:none;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    font-size:15px;
  }
  .page-item .page-laulau:hover {
    background-color: #db6e38;
    color: #fff;
    padding: .55rem .75rem;
  }
  .page-item.active .page-link {
    background-color: #db6e38;
    color: #fff;
  }
  
  @media (max-width: 610px) {
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 6px);
    }
    .flottant {
        margin-right: -320px;
        position: fixed;
        min-width: 355px;
        max-width: 355px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        right: 2%;
        top: auto;
        z-index: 1111;
        bottom: 25%;
    }
}