/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* VALIDATION */
.validation {
    display: none;
}

/*Import Fonts*/
@font-face {
    font-family: 'Avenir Light';
    src: url('/assets/fonts/avenirltstd-light.otf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Futura Medium';
    src: url('/assets/fonts/FuturaMedium.otf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Thin';
    src: url('/assets/fonts/Graphie-Thin.otf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Thin Italic';
    src: url('/assets/fonts/Graphie-ThinItalic.otf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Futura Medium';
    src: url('/assets/fonts/Graphie-ExtraLight.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Extralight Italic';
    src: url('/assets/fonts/Graphie-ExtraLightItalic.otf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Light';
    src: url('/assets/fonts/Graphie-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Light Italic';
    src: url('/assets/fonts/Graphie-LightItalic.otf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Regular';
    src: url('/assets/fonts/Graphie-Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Italic';
    src: url('/assets/fonts/Graphie-Italic.otf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Book';
    src: url('/assets/fonts/Graphie-Book.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Book Italic';
    src: url('/assets/fonts/Graphie-BookItalic.otf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Semibold';
    src: url('/assets/fonts/Graphie-SemiBold.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Semibold Italic';
    src: url('/assets/fonts/Graphie-SemiBoldItalic.otf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Bold';
    src: url('/assets/fonts/Graphie-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Bold Italic';
    src: url('/assets/fonts/Graphie-BoldItalic.otf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Graphie Extrabold';
    src: url('/assets/fonts/Graphie-ExtraBold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Graphie Extrabold Italic';
    src: url('/assets/fonts/Graphie-ExtraBoldItalic.otf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    
    src: url('/assets/fonts/Neuropol.ttf') format('truetype');
    font-style: normal;
}
/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS + TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn-primary, .btn-success, .btn-info, .btn-secondary {
    background-color: #001288;
    border-color: #001288;
    font-size: 17px;
    font-family: 'Futura Medium';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-secondary:hover {
    background-color: #a5c715;
    border-color: #a5c715;
}
.home_cont_selection h2, .cont_coordonnees h2, .home_cont_temoignages h2{
    font-weight: bold;
    
    font-size: 1.4rem;
    color: #2d2d2d;
    text-transform: uppercase;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF                                                               */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

@media (max-width: 560px) {
.listeliens ul li{
width: 100%;
}
}

.listeliens a {
 color:#001288; 
}

.listeliens a:hover {
text-decoration: underline;
}

.ref p, .page2ref p {
text-align:justify;
}

.ref h2, .page2ref h2 {
font-size:24px;
padding:10px 0px 15px 0px;
}

.mapagederef .top_page {
background-image: url(../images/top_page/image_top.jpg);
}  

.ensavoirplus {
color:black;
}

.ensavoirplus:hover{
color:grey;
}



/* ----------------------------------------------------------------------------------------------- */
/*                                             GENERAL                                             */
/* ----------------------------------------------------------------------------------------------- */
.bleu {
    color: #001288;
}
.vert {
    color: #a5c715;
}
.marginauto { margin: auto;}
.centre { text-align: center;}
.row{
    margin: 0;
}
body {
    font-family: 'Graphie Light', sans-serif;
}
a:hover{
    color: #001288;
}
.underline {
    text-decoration: underline;
}
.nos-services .ion-android-arrow-dropright {
    font-size: 24px;
    top: 4px;
    margin-right: 5px;
    margin-left: 15px;
}
.nos-services .ion-ios-arrow-thin-right {
    font-size: 24px;
    top: 4px;
    margin-right: 5px;
    margin-left: 30px;
}
/* TOP MENU */
.top_menu {
    background: transparent;
}
[ class*="listing"] .top_menu ,
[ class*="listing-"] .top_menu {
    background: #fff;
    height: 62px;
}
.header {
    background: transparent;
}
.top_infos img {
    width: 45px;
    margin-top: 10px;
}
.sticky_menu {
    box-shadow: none!important;
}
.top_infos div {
    color: #fff;
    display: inline-block;
}
.top_menu nav ul li:hover {
    background: transparent;
}
.top_infos a:hover {
    color: #a5c715;
}
/* MENU (gauche) */
.badge-danger {
    background-color: #a5c715;
}
#sidebar-wrapper {
    background: #001288;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background: #fff;
}
.item:hover, .item.active {
    background-color: #a5c715;
}
.sidebar-nav .dropdown-menu {
    background-color: #a5c715;
}
.sidebar-nav .dropdown-menu a:hover {
    background: #a5c715;
}
/* LOGO VIDEO + MOTEUR */
.index-logo-not-sticking {
    max-height: 300px;
}
.index .container_search {
    padding-top: 40px;
}
.dropdown-toggle::after {
    color: #001288;
}
.index .dropdown-toggle::after {
    bottom: 27px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #a5c715;
    font-weight: inherit;
    font-family: 'Graphie Bold';
}
.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #001288;
}
.radio_trans input[type=radio].css-checkbox + label.css-label, .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label{
    letter-spacing: 0.1rem;
    font-size: 15px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label{
    font-family: 'Graphie Light';
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    background: #001288;
}
/* PRESENTATION */
.home_cont_presentation .logo_presentation {
    width: inherit;
    max-height: 250px;
}
.home_cont_presentation .h2-responsive {
    font-family: 'Futura Medium';
    /* font-family: 'Avenir Light'; */
    font-size: 32px;
    font-weight: 400;
}
.home_cont_presentation .version_pc {
    text-align: center;
    padding: 0;
}
.home_cont_presentation p {
    padding: 0 120px 0 0;
    font-size: 17px;
    letter-spacing: 0.05rem;
}
.home_cont_presentation .img_agence {
    max-height: 200px;
}
.home_cont_presentation h2 {
    
    font-size: 1.5rem;
    color: #2d2d2d;
    padding-bottom: 15px;
}
/* CATEGORIES */
.grid figure {
    max-height: 460px;
}
figure.effect-ming figcaption::before {
    border: 2px solid #a5c715;
}
figure.effect-ming {
    background: #000;
}
.grid figure h2 span {
    font-family: 'Avenir Light';
}
figure.effect-ming p {
    padding: 0.5em;
    letter-spacing: 0.3em;
    font-size: 14px;
    font-family: 'Futura Medium';
}
.jssorb051 .i .b {
    fill: #2d2d2d;
}
.jssorb051 .i {
    width: 22px;
    height: 22px;
}
.home_cont_selection h2::after, .cont_coordonnees h2::after {
    background: #001288;
    width: 80px;
    margin: 15px auto 15px auto;
}
figure.effect-ming h2 {
    margin: 16% 0 10px 0;
}
/* SELECTION DE BIENS */
.prod_listing.damier .block_info, .prod_accueil .block_info {
    background: #2d2d2d;
}
/*BOX TEMOIGNAGES*/
.home_cont_temoignages {
    min-height: 370px;
  }
  .home_cont_temoignages .home_heading {
      color: #000;
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 25px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
  }
  .home_cont_temoignages .star img{
    height: 20px;
    width: 20px;
  }
  .home_cont_temoignages .star {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .home_cont_temoignages .star::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 2px;
      background : #001288;
      margin-right: 10px;
  }
  .home_cont_temoignages .star::after {
      content: "";
      display: inline-block;
      width: 30px;
      height: 2px;
      background: #001288;
      margin-left: 10px;
  }
  .home_cont_temoignages .carousel {
      width: 60%;
      margin: 0 auto;
  }
  .home_cont_temoignages .carousel .temoignages_text {
      text-align: center;
      color: #000;
      font-style: italic;
      font-weight: 400;
  }
  .home_cont_temoignages .carousel .temoignages_author {
      text-align: center;
      display: block;
      color: #000;
      margin-bottom: 25px;
  }
  .home_cont_temoignages .carousel .temoignages_author span {
      color: #001288;
      font-weight: 300;
  }
  .home_cont_temoignages .carousel i {
      color: #95a9ad;
      font-size: 4rem;
      margin: 0 auto;
      font-weight: 300;
  }
  .home_cont_temoignages .carousel p {
      text-align: center;
  }
  .home_cont_temoignages .carousel-inner {
      padding: 0 40px;
  }
  .home_cont_temoignages .carousel-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .home_cont_temoignages .carousel-item {
      min-height: 230px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .home_cont_temoignages .picto_croix {
      margin: 0 !important;
  }
  .temoignages_text{
     padding: 34px 45px 0 45px;
  }
  .home_cont_temoignages .depot-avis{
    /*font-style: italic;*/
    font-size: 14px;
  }
  
  @media (max-width: 768px){
    .home_cont_temoignages {
          padding: 10px;
      }
      .home_cont_temoignages .carousel {
          width: 100%;
      }
  }
  @media (max-width: 540px){
    .home_cont_temoignages .home_heading {
          padding-top: 20px;
      }
      .home_cont_temoignages .home_heading {
          font-size: 18px;
          letter-spacing: 0;
      }
      .home_cont_temoignages .home_heading::before,
      .home_cont_temoignages .home_heading::after {
          width: 20px;
      }
  }

/* COORDONNEES FOOTER */
.cont_coordonnees .btn {
    background: #001288;
}
/* FOOTER */
footer {
    background-color: #a5c715;
}
/* LISTING */
.listing-vente .sticking form, .listing-location .sticking form, .listing-neuf .sticking form, .listing-portfolio .sticking form, .listing .sticking .site-pusher form, .listing-location-saisonniere .sticking form, .listing .sticking .container_search {
    background: #c5bfaa;
}
.page-item.disabled .page-link {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}
.page-item.active .page-link {
    color: #2d2d2d;
    background-color: #fff;
    border-color: #2d2d2d;
}
.page-link {
    color: #fff;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
}
.prod_listing > .listing_article article, .detail_biens_sim article {
    background: #2d2d2d;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #c5bfaa;
    border-color: #c5bfaa;
}
/* BADGE GOOGLE */
footer .badge-google-content {
    background: #f5f5f5;
    color: #111!important;
    border-radius: 3px;
    width: 245px;
    margin: 0 auto;
    padding: 11px;
 }
 footer .badge-google-content a,
 footer .badge-google-content p {
     color: #000;
     margin-bottom: 0;
     font-size: 14px;
    font-weight: 600;
 }
 footer .google-stars {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
footer .google-stars, footer .google-stars span {
    background-size: 26px 18px;
    height: 22px;
    top: 5px;
    width: 133px;
}
footer img.badge-google {
    width: 65px;
  }
/* ESTIMATION */
.estimation .form-group .dropdown-toggle::after {
    color: #c5bfaa;
}
.progress-bar {
    background-color: #c5bfaa;
}
.estimation h2{
    color: #1a1e2a;
    font-size: 30px;
}
.estimation h2::after{
    background: #001288;
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 70px;
    margin: 10px 0;
}

/* ALERTE EMAIL */
.alerte-email .form-group .dropdown-toggle::after {
    color: #001288;
}
.alerte-email .input-group-addon {
    color: #001288;
}
/* PAGE DETAIL */
.detail .info_type::after {
    background: #001288;
}
.detail .info_titre::after, .detail .page_heading::after {
    background: #001288;
}
.detail .table-warning, .detail .table-warning>td, .detail .table-warning>th {
    background-color: rgb(250, 250, 250);
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #fafafa;
}
.detail .lafficheur li {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}
.detail .lafficheur li:hover, .detail .lafficheur li.active {
    background-color: #001288;
    border-color: #001288;
}
/* PAGE AGENCE */
.agence .grid figure h2 {
    font-size: 15px;
}
.agence .grid figure h3 {
    font-size: 15px;
}
figure.effect-dexter figcaption::after {
    height: calc(51% - 85px);
}
/* NOS SERVICES */
.nos-services h2 {
    font-size: 22px;
    font-weight:600;
    color: #001288;
    margin-top: 20px;
}
.nos-services h3 {
    font-size: 15px;
    font-weight: bold;
    color: #001288;
}
.nos-services h4 {
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #a5c715;
    font-weight: 800;
    color: #001288;
}
.alerte-email .bootstrap-select.btn-group .dropdown-menu, .estimation .bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #001288;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 0;
}
.btn-savoir{
    /* font-family: 'Graphie Light Italic'; */
    color: #001288;
    letter-spacing: 0.1em;
    font-style: italic;
}
.btn-savoir:hover{
   font-weight: 700;
}
.estimation h1::after, .alerte-email h1::after, .agence h2::after, .contact h1::after, .on-vous-rappelle h1::after {
    background: #001288;
}
.nos-services h1::after{
    content: "";
    display: block;
    position: relative;
    background: #001288;
    height: 2px;
    width: 70px;
    margin: 10px 0;
}
/* ----------------------------------------------------------------------------------------------- */
/*                                             AUTRES                                              */
/* ----------------------------------------------------------------------------------------------- */
.alert-danger {
    background-color: rgb(197, 191, 170);
    border-color: transparent;
    margin: 0 auto;
}
.breadcrumb-item.active {
    color: #001288;
}
.sidebar .intention_appel {
    color: #000;
}
.adminpersos .content_page {
    width: calc(100% - 33.33%);
}
.recherche-detaillee .form-group .dropdown-toggle::after {
    color: #001288;
}
.recherche-detaillee .input-group-addon {
    color: #001288;
}
.comparateur .nav-tabs .nav-link {
    border: 1px solid #001288;
}
/* ASIDE CONTACT */
aside.aside_contact {
    background-color: #111;
}
aside .social_network i:hover {
    color: #a5c715;
}
aside address .group_btn a {
    width: 80%;
    margin: 3px 0;
}
#voir-telephone-0.telephone-vu {
    background-color: transparent;
}
aside .contact_img img {
    width: 50%;
}
/* TEMOIGNAGES */
.temoignages .content_page {
    width: 66.6667%;
}
.temoignages h1, .temoignages span.h2{
    color: #1a1e2a;
    font-size: 30px;
}
.temoignages h1::after, .temoignages span.h2:after {
    background: #bc4a00;
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 70px;
    margin: 10px 0;
}
.temoignages .content_page li{
    border: 0;
}
.temoignages .content_page li:nth-child(n+1) {
    border-bottom: 1px solid #ccc;
}



/* ----------------------------------------------------------------------------------------------- */
/*                                          RESPONSIVE                                             */
/* ----------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .header__logo {
        display: block;
        height: 100px;
        padding: 20px;
        bottom: 150px;
        margin-bottom: 0;
    }
}
@media (min-width : 1024px) and (max-width : 1366px){
    .home_cont_presentation p {
        padding: 0 50px 0 0;
    }
    .home_cont_presentation .version_pc {
        padding-left: 40px;
    }
    .home_cont_presentation .mt-5{
        padding: 0 0 0 30px;
    }
    figure.effect-ming h2 {
        margin: 8% 0 10px 0;
    }
}
@media (max-width: 991px){
    #sidebar-wrapper {
        background: #4f4c44;
    }
    .site-container {
        background: #4f4c44;
    }
    .bouton_search a, .bouton_search {
        background: #bd4a00;
    }
}
@media (max-width: 768px){
    .home_cont_presentation p {
        padding: 0;
    }
    .home_cont_presentation h2 {
        padding: 15px 0;
    }
    .detail .detail_biens_sim .prod_accueil .block_info {
        height: 75px;
    }
    .agence .grid figure h2 {
        font-size: 14px;
    }
}
@media (max-width: 450px){
    .home_cont_selection_mobile .home_heading {
        color: #2d2d2d;
    }
    .home_heading::after {
        background: #bc4a00;
    }
    .index #referencement .listeliens li{
        width: 100%;
    }
}
@media (max-width:420px){
    .grid figure figcaption {
        padding: 1.5em;
    }
    .index figure.effect-ming h2 {
        font-size: 25px;
    }
}


/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -45px;
   margin-left: -20.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 45px !important;
   width: 41px !important;
}



/* MODIFS DU 16/11/2023 */
.actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.actualites-group ul li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    box-shadow: #00000030 2px 2px 7px;
}
.actualites-group ul li .actu-info{
    padding: 10px;
}
.actualites h1::after {
    content: "";
    display: block;
    position: relative;
    background: #001288;
    height: 2px;
    width: 70px;
    margin: 10px 0;
}
.adminperso .actualites-group img {
    width: 75%;
}
.adminperso figure {
    text-align: center;
    margin-bottom: 20px;
}
.actualites-group {
    margin-right: 0;
}
@media (max-width:768px){
    .actualites-group ul li {
        position: relative;
        width: calc(100% / 2 - 16px);
        margin: calc(0.5em * 2) 0.5rem;
        overflow: hidden;
        box-shadow: #00000030 2px 2px 7px;
    }
}
@media (max-width:610px){
    .actualites-group ul li {
        position: relative;
        width: calc(100% / 1 - 16px);
        margin: calc(0.5em * 2) 0.5rem;
        overflow: hidden;
        box-shadow: #00000030 2px 2px 7px;
    }
}