/* ==================================================================== */
/*                                GENERAL                               */
/* ==================================================================== */

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

.validation { display: none;}

body {    
    font-family: 'Montserrat', sans-serif;
}
p { font-size: 17px;}

/* COULEURS */
.violet {
    color:#C49C48;
}
.bleu {
    color:#042C44 ;
}

.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success{
    color: #fff;
    background-color: #042C44 ;
    border-color: #042C44 ;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover{
    color: #fff;
    background-color: #C49C48;
    border-color: #C49C48;
}

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

.alert-danger {
    color: #fff;
    background-color: #042C44 ;
    border-color: #042C44 ;
    text-align: center;
    margin: 5% 0;
}
.alert-danger a{
    color: #fff;
}


/* LABEL */

.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
    z-index: 1000;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #042C44  !important;
    background-color: var(--hjFeedbackAccentColor, #042C44 ) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
}
.bloc-label .label2 {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #042C44  !important;
    background-color: var(--hjFeedbackAccentColor, #042C44 ) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 17px 0 0 17px;
    transform: translateX(4px);
    margin: 10px 0 0 0;
}
.bloc-label .label:hover,
.bloc-label .label2:hover {
    transform: translateX(0);
    box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
    opacity: 1;
}
.bloc-label .label p,
.bloc-label .label2 p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff !important;
    color: var(--hjFeedbackAccentTextColor, #fff) !important;
    font-weight: 300;
    margin-left: 10px;
    font-size: 17px;
    letter-spacing: 1px;
}
.bloc-label i {
    color: #fff;
    font-size: 24px;
    margin-top: -7px;
    left: 15px;
    top: -7px;
}

/* MENU */
.header .not-sticking,
.header .sticking {
    background: #042C44  ;
}
.index .header .not-sticking {
    background: rgba(255,255,255,0.7);
}
.menu .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    clear: both;
    color: #C49C48;
    text-align: inherit;
    background: 0 0;
    border: 0;
}
.menu a.dropdown-item:hover {
    color: #fff!important;
    background: #C49C48;
}

/* LANG */
.lang {
    position:absolute;
    z-index:20;
    top:5px;
    right:10px;
}
.lang ul{
    display: flex;
}
.lang ul li{
    padding: 0 8px;
}
.lang .ion-android-person{
    font-size: 25px;
    color: #fff;
}
.lang .ion-ios-email-outline{
    font-size: 30px;
    color: #fff;
}
.lang .ion-ios-bell-outline{
    font-size: 28px;
    color: #fff;
}
.lang .ion-ios-heart-outline {
    font-size: 25px;
    color: #fff;
    top: 4px;
}
.badge-pill {
    margin-left: -8px;
    padding-right: 0.4em;
    padding-left: 0.4em;
}



/* HEADER */
.ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: auto;
    left: 47%;
       -webkit-transform: translateX(-47%);
       -moz-transform: translateX(-47%);
       -ms-transform: translateX(-47%);
       -o-transform: translateX(-47%);
       transform: translateX(-47%);
    bottom: 50px;
   }
   .ancre-bottom a  {
    padding-top: 60px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 16px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
   }
   .ancre-bottom a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,.5);
   }
   .ancre-bottom a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid #042C44;
    border-bottom: 2px solid #042C44;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
   }
   .ancre-bottom a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.3);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 2s infinite;
    animation: sdb03 2s infinite;
    box-sizing: border-box;
   }
   @-webkit-keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 20px rgba(255,255,255,.3);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
   }
   @keyframes sdb03 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 20px rgba(255,255,255,.3);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
   }



/* MOTEUR */
.moteur {
    padding:0;
    bottom: 100px;
    background-color: transparent;
}
.moteur .container {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.container_search .btn-primary {
    background-color: #C49C48;
    border-color: #C49C48;
}
.container_search .btn-primary:hover {
    background-color: #042C44 ;
    border-color: #042C44 ;
}
.radio_trans {
    justify-content: center;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 7px;
    margin: 10px 20px 5px 20px;
}
.radio_trans input,
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #333;
    text-transform: initial!important;
    font-weight: 500;
    font-size: 17px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 2px solid #C49C48;
    color: #C49C48;
    font-size: 17px;
}
.index .radio_trans label.css-label {
    text-transform: initial!important;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.index .picto-svg {
    width: 20px;
    margin-right: 5px;
    top:-2px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label .picto-svg{
    filter: invert(59%) sepia(56%) saturate(399%) hue-rotate(3deg) brightness(95%) contrast(95%);
}


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

.header {
    background: transparent;
}

.baseline {
    position: absolute;
    bottom: 300px;
    text-align: center;
    width: 100%;
}
.baseline p {
        font-weight: 500;
        font-size: 37px;
        letter-spacing: 1px;
        margin: 20px 0;
        text-align: center;
        text-transform: initial;
        color: #fff;
        text-shadow: #000 2px 2px 2px;
        line-height: 1.1;
        z-index: 1;
}
.overlay {
    background-image: linear-gradient(161deg, #000 0%, #000 43%, #000 100%);
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 6% 32px;
    line-height: 1.5;
    text-align: center;
}
.baseline p span {
    text-transform: uppercase;
}
.estimation-svg {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(23deg) brightness(114%) contrast(100%);
    width: 30px;
    margin-right: 8px;
    top: -3px;
}
.btn-header {
    background: #042C44 ;
    color: #fff;
    padding: 15px 30px;
    font-size: 17px;
}
.btn-header:hover {
    background: #C49C48;
    color: #fff;
}


/*SLIDER ACCUEIL*/
/* .bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#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');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
} */


/* SELECTION */
.section-title {
    font-size: 2em;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: inherit!important;
    color: #042C44 ;
    text-align: center;
}
.simple-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    color: #464a4d;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}
.home_cont_selection article .block_img::before{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_cont_selection article:hover .block_img::before {
    opacity: 1;
}
.home_cont_selection article .block_info {
    min-height: auto;
    width: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    margin: auto;
    background: #fff;
    /* border: 1px solid #d9d9d9; */
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}
.home_cont_selection article .info_type,
.home_cont_selection article .info_numero,
.home_cont_selection article .info_prix-hai {
    display: none;
}
.home_cont_selection .info_titre {
    text-transform: capitalize;
}
.home_cont_selection .info_titre,
.home_cont_selection .info_ville {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    font-weight: 300;
    text-align: center;
}
.home_cont_selection .info_prix {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    color: #C49C48;
    font-weight: 600;
    margin-top: 6px;
    text-transform: initial;
}
.home_cont_selection .info_prix sup {
    top: -4px;
    font-size: 14px;
}
.home_cont_selection .effect-cms {
    padding: 15px 10px;
    margin: auto 0;
    width: 100%;
}
.home_cont_selection .header-item {
    line-height: 0.9;
}
.home_cont_selection .swiper-button-prev {
    left: -50px;    
}
.home_cont_selection .swiper-button-next{
    right: -50px;    
}
.home_cont_selection .header-item2 ul{
   display: flex;
    justify-content: center;
}
.home_cont_selection .header-item2 .plus-details{
   width: 40px;
   height: 40px;
   background-color: #042C44 ;
   display: flex;
}
.home_cont_selection .header-item2 .plus-details i{
   margin: auto;
   font-size: 25px;
   color: #fff;
}
.home_cont_selection .btn.beige,
.home_cont_actualites .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_selection .btn.beige:hover,
.home_cont_actualites .btn.beige:hover {
    border-bottom: 1px solid #042C44 ;
    color: #042C44 ;
}
.home_cont_selection_vendus .block_info > .effect-cms {
    cursor: auto!important;
}
.home_cont_selection .swiper-button-next,
.home_cont_selection  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 35px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #042C44 ;
    border-radius: 0;
}
.home_cont_selection .swiper-button-next:after,
.home_cont_selection  .swiper-button-prev:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home_cont_selection .swiper-button-next:after {
    content: '\f10b';
    font-size: 25px;
}
.home_cont_selection .swiper-button-prev:after {
    content: '\f108';
    font-size: 25px;
}

/* HOME ESTIMATION */
.home_cont_estimation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/background-estimation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_estimation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}
.home_cont_presentation .small-title {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.home_cont_presentation .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
    color: #fff;
}
.home_cont_presentation .btn.beige:hover {
    border-bottom: 1px solid #042C44 ;
    color: #042C44 ;
}

/* INDEX ANNUAIRE */
.home_cont_annuaire {
    padding: 100px 0;
}
.home_cont_annuaire h2 {
    display: block;
}
/* CATEGORIES */
.home_cont_categories .cat-bloc .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 200;
    letter-spacing: 1px;
    color: #464a4d;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc:hover .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 200;
    letter-spacing: 1px;
    color: #042C44 ;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc .simple-title strong{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

/* HOME ALERTE EMAIL */
.home_cont_alertes {
    padding: 0;
    background: #fff;
    text-align: center;
}
.home_cont_alertes .border-top-bottom{
    padding: 30px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.home_cont_alertes p {
    color: #000;
}

/* HOME ACTUALITES */
.home_cont_actualites {
    padding: 50px 0;
}
.home_cont_actualites ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.home_cont_actualites ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.home_cont_actualites a:hover {
    color: #000;
}
.home_cont_actualites a:hover .beige{
    color: #042C44 ;
}
.home_cont_actualites img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.home_cont_actualites .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.home_cont_actualites .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #042C44 ;
    margin-bottom: 10px;
}
.home_cont_actualites i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.home_cont_actualites .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #042C44 ;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.home_cont_actualites .actualites-infos {
    padding: 15px;
}


/* ==================================================================== */
/*                                LISTING                               */
/* ==================================================================== */
.prod_listing.damier > .listing_article article {
    text-align: center;
}
.prod_listing .info_titre,
.prod_listing .info_prix-hai {
    display: none;
}
.card_list li > span:after {
    display: none;
}
.damier .card_list {
    margin-bottom: 15px;
    margin-top: 10px;
}
.prod_listing .info_prix {
    margin: 15px 0;
    line-height: 1;
    padding: 0 20px;
    color: #042C44 ;
    font-weight: 600;
    font-size: 20px;
}
.prod_listing .info_type {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
.prod_listing .info_ville {
    font-size: 16px;
    padding-top: 0;
    font-weight: 400;
}
.prod_listing.damier .description {
    padding: 0 10px;
}
.prod_listing.listing .description {
    padding: 0 20px;
}
.prod_listing.carte .description {
    display: none;
}
.prod_listing.listing .card_list {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 0 20px;
}
.prod_listing.listing .card_list li {
    margin-right: 20px;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 18px;
}

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


/* ==================================================================== */
/*                              AUTRES PAGES                            */
/* ==================================================================== */
.sidebar, .sidebar .img-thumbnail, .sidebar address {
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
    text-align: center;
    margin-top: 0;
}
.content_page {
    width: 100%;
}
.recherche-detaillee .content_page {
    width: 66.6667%;
}

.header-photo {
    margin: 2% 5%;
}
.header-photo img{
    filter: brightness(0.6);
}
.contact .header-photo img{
    filter: brightness(1);
}
.annuaire .header-photo img{
    filter: brightness(0.8);
}
.header-photo h1 {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: #000000c7 2px 2px 2px;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.contact_formulaire h1 {
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
h2.deco {
    color: #042C44 ;
    font-size: 28px;
    font-weight: 400;
}
h2.deco span{
    text-transform: uppercase;
    font-weight: 800;
}
h2.deco::after {
    content: "";
    display: block;
    position: relative;
    background: #042C44 ;
    height: 2px;
    width: 100px;
    margin: 15px 0;
}

body.contact .map, #map_contact {
    height: 350px !important;
}
.bg_collapse .btn-content {
    top: -50px;
}
.comparateur .container.resettop .nav-link.active {
    background: #dfdfdf;
}
.comparateur .container.resettop {
    top: -70px;
}



/* ============================================================================ */
/*                                      AGENCE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    background: none;
  }
  .agence .equipe .infos {
    text-align: center;
  }
  .agence  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .agence .equipe .p-15 {
    padding-left: 0;
    padding-right: 0;
}
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe i {
    font-size: 20px;
    color: #042C44 ;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }

/* ==================================================================== */
/*                                  ANNUAIRE                            */
/* ==================================================================== */
.home_cont_annuaire .bloc_agence,
.annuaire .bloc_agence {
    min-height: auto;
    width: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    height: 170px;
    display: flex;
    margin: auto;
    background: #fff;
    justify-content: center;
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}
.bloc_agence_contact p {
    margin-bottom: 0;
}
.bloc_agence_contact p strong{
    color: #042C44 ;
}
.bloc_agence_contact .p-small{
    margin: 15px 0 10px 0;
    font-size: 15px;
}
.bloc_agence_contact  ul li {
    line-height: 0.5;
}
.bloc_agence_contact  ul li .btn-primary {
    color: #042C44 ;
    background-color: transparent;
    border-color: transparent;
    padding: 0 0.5rem;
    min-width: 190px;
}
.bloc_agence_contact  ul li .btn-primary:hover {
    text-decoration: underline;
}
.bloc_agence .btn.beige {
    border-color: #042C44 ;
    padding:0.5rem;
    min-width: 90%;
}
.bloc_agence .btn.beige:hover {
    background-color: #042C44 ;
    padding:0.5rem;
    color: #fff;
}
.bloc_agence .btn i {
    font-size: 23px;
}
.titre-footer {
    text-transform: uppercase;
    font-weight: 400;
    color: #C49C48;
}

/* ==================================================================== */
/*                                 ACTUALITES                           */
/* ==================================================================== */

.adminpersos .content_page ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.adminpersos .content_page ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.adminpersos .content_page a:hover {
    color: #000;
}
.adminpersos .content_page a:hover .beige{
    color: #042C44 ;
}
.adminpersos .content_page img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.adminpersos .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.adminpersos .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #042C44 ;
    margin-bottom: 10px;
}
.adminpersos .content_page i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.adminpersos .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #042C44 ;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.adminpersos .actualites-infos {
    padding: 15px;
}

/* PAGE SINGLE */
.adminperso .content-page_actu img {
    width: 75%;
    max-height: 650px;
    object-fit: cover;
}
.adminperso figure {
    text-align: center;
    margin-bottom: 20px;
}
.adminperso .date-post {
    font-style: italic;
    color: #C49C48;
}
.adminperso .titre-agence {
    text-align: center;
    color: #042C44 ;
    font-size: 27px;
    margin-bottom: 20px;
}
.adminperso .bloc-actu-video  {
    text-align: center;
    margin-bottom: 30px;
}
.adminperso .bloc-actu-video iframe {
    height: 350px;
    width: 600px;
}


/* ==================================================================== */
/*                                 FOOTER                               */
/* ==================================================================== */
footer {
    background-color: #042C44 ;
    padding: 50px 10px;
}
.logo-footer {
    width: 280px;
}
footer .reseaux-sociaux p {
    margin-bottom: 0;
}
footer .reseaux-sociaux i {
    font-size: 30px;
    margin-right: 10px;
}
footer .reseaux-sociaux li:hover i {
    color: #C49C48;
}
footer .address .btn-primary {
    padding: 0;
}
footer .address .btn-primary:hover {
    background-color: #042C44 ;
    text-decoration: underline;
    border-color: #042C44 ;
    color: #C49C48;
}
footer a:hover {
    color: #C49C48;
}
footer .border-top {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 25px;
}
/* ==================================================================== */
/*                               RESPONSIVE                             */
/* ==================================================================== */
@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: space-between;
    }
    .index .not-sticking .site-pusher {
        display: block;
        justify-content: space-between;
    }
    nav.menu {
        margin: auto 0;
    }
    nav.menu ul {
        margin: 0;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 7px 12px;
    }
    .menu ul > li > a,
    .menu a:not([href]):not([tabindex]),
    .menu a:not([href]):not([tabindex]):focus {
        padding: 0;
        line-height: 1.2;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
    }
    .index .not-sticking .menu ul > li > a{
        color: #042C44 ;
    }
    .menu ul > li:hover > a,
    .menu ul > li.active > a,
    .menu a:not([href]):not([tabindex]):hover,
    .index .not-sticking .menu ul > li:hover > a  {
        color: #C49C48;
    }

    .header nav ul > li.active > a::after,
    .header nav ul > li > a:hover::after,
    .index header nav ul > li > a:hover::after {
        width: 100%;
    }
    .index .header .not-sticking ul > li.active > a::after {
        width: 0%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #C49C48;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header__logo {
        display: block;
        height: 80px;
        padding: 10px 0;
    }
    .index .not-sticking .header__logo {
        height: 110px;
    }
    .header__logo img {
        width: 190px;
    }
    .index .not-sticking .header__logo img {
        width: 280px;
    }
}

@media (min-width: 992px) {
    .display-pc {
        display: none!important;
    }
}
@media (max-width: 991px) {
    .lang { display: none;}
    .bloc-label {
        display: none;
    }
    #bloc_fixed_bottom {
        background: transparent;
    }
    #bloc_fixed_bottom .bloc {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc ul {
        height: 35px;
    }
    #bloc_fixed_bottom .bloc p {
        font-size: 18px;
    }
    #bloc_fixed_bottom a {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 7px 15px;
        cursor: pointer;
        white-space: nowrap;
        border: 1px solid #fff;
        background-color: #042C44  !important;
        background-color: var(--hjFeedbackAccentColor, #042C44 ) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: 45px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 17px 17px 0 0px;
        transform: translateX(0px);
        width: 100%;
        text-align: center;
        transform: translateY(18px);
    }
    #bloc_fixed_bottom a p {
        margin-bottom: 0;
    }
    .menu a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
    }
    .menu .dropdown-menu {
        padding: 0 0 0 15px;
        margin: 0 0 20px 0;
        background-color: #000!important;
    }
    .display-pc {
        display: block;
    }
    .header__logo img {
        width: 150px;
        margin-left: -50px;
        padding: 10px 0;
    }
    .index .not-sticking .header__logo img {
        width: 200px;
        margin-left: -50px;
    }
    .index .header {
        background: transparent;
    }
    .menu ul li {
        text-align: left;
    }
    .burger-item {
        top: 30px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    .index .not-sticking .burger-item,.index .not-sticking .burger-item::before,.index .not-sticking .burger-item::after {
        color: #C49C48;
        background: #C49C48;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .index .search__form-item.c_valid {
        margin: 0 auto!important;
    }
    .home_cont_selection .swiper-button-next {
        right: -20px;
    }
    .home_cont_selection .swiper-button-prev {
        left: -20px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 2 - 20px);
    }
    .header {
        background: #042C44 
    }
    .index .header {
        background: rgba(255,255,255,0.4);
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 15%;
    }
    .modal-body a {
        color: #000!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 30px;
        font-size: 20px;
        background: #C49C48;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }
    .header-photo {
        margin: 15% auto 2%;
    }
    .header-photo h1 {
        position: absolute;
        top: 60%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        text-shadow: #000000c7 2px 2px 2px;
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }
    .agence .equipe ul {
        justify-content: center;
    }
    .adminpersos .content_page ul li {
        width: calc(100% / 2 - 20px);
    }
    .bg_collapse .btn-content {
        top: 0;
    }
    .comparateur .container.resettop {
        top: -44px;
    }
    .logo-footer {
        width: 245px;
    }
    footer .col-12.col-md-12.col-lg-3.text-left {
        text-align: center!important;
    }
    .agence h2.deco {
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #042C44 ;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .simple-title {
        font-size: 19px;
    }
    .contact_formulaire h1 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    .adminpersos .actualites-infos {
        min-height: 226px;
    }
    .menu a.dropdown-item:hover {
        color: #fff!important;
        background: transparent;
    }
}

@media (min-width: 611px) { 
    .display-mobile { display: none!important;}
}
@media (max-width: 610px) {
    .titre-footer {
        margin-top: 30px;
    }
    .display-mobile { display: block;}
    .display-610 { display: none;}
    .btn-header {
        background: #C49C48;
        color: #fff;
        padding: 7px 25px;
        font-size: 14px;
    }
    .estimation-svg {
        width: 22px;
        top: -1px;
    }
    .baseline {
        bottom: 15%;
    }
    .moteur {
        top: auto;
        bottom: 0;
        position: relative;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .header__logo {
        margin-top: 0;
        max-width: 100%;
    }
    .header__logo img {
        width: 120px;
        margin-left: -50px;
    }
    .header .img-fluid {
        margin-left: -50px;
    }
    .index .not-sticking .header__logo img {
        width: 150px;
        margin-left: -50px;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 80vh;
        min-height: 250px;
    }
    .bgAccueil {
        height: 80vh;
    }
    .moteur .radio_trans {
        display: block;
        text-align: center;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        padding: 7px;
        margin: 3px 20px;
    }
    .section-title, .home_cont_estimation .simple-title, .home_cont_presentation .simple-title {
        font-size: 1.5em;
    }
    .simple-title {
        font-size: 17px;
    }
    .home_cont_selection .swiper-button-next {
        right: 0px;
    }
    .home_cont_selection .swiper-button-prev {
        left: 0px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 1 - 20px);
    }
    .home_cont_actualites ul {
        display: block;
    }
    .logo-footer {
        width: 180px;
    }
    footer,  footer .text-left {
        text-align: center!important;
    }
    .adminpersos .content_page ul li {
        width: calc(100% / 1 - 20px);
    }
    .header-photo {
        margin: 30% auto 2%;
    }
    .header-photo h1 {
        position: relative;
        top: auto;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #042C44 ;
        text-shadow: transparent 2px 2px 2px;
        font-size: 1.3rem;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
    }
    .header-photo img {
        filter: brightness(1);
    }
    h2.deco {
        color: #042C44 ;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #042C44 ;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .adminpersos .content_page ul {
        display: block;
    }
    .adminperso .content-page_actu img {
        width: 100%;
    }
    .contact_formulaire h1 {
        font-size: 1.3rem;
        margin-top: 30px;
        text-align: center;
        color: #042C44 ;
    }
    .comparateur .container.resettop {
        top: 0;
    }
    .annuaire .header-photo img {
        filter: brightness(1);
    }
}


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

@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 top right !important;
    }
}