/*PREMIUMBASE*/

/*Import Fonts*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");



/* ===== VALIDATION ===== */

/* ===== VALIDATION ===== */



/*GENERAL*/
body {
  font-family: "Montserrat", sans-serif;
}

.bg-primary {
  background-color: #3dd6d9;
}
.bg-secondary {
  background-color: #061e44;
}
.color-primary {
  color: #3dd6d9;
}
.color-secondary {
  color: #061e44;
}


@media (min-width: 992px) {
  .header .not-sticking {
    background: #cbcbcb;
    /* border-bottom: #3DD6D9 8px solid; */
  }
  nav.menu ul li {
    display: inline-block;
  }
  .menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
    color: #000;
  }
  .index .not-sticking .menu ul > li > a {
    color: #000;
  }
  .header__logo {
    /* display: block; */
    height: 100px;
    padding: 20px;
  }
}


/* ===== HEADER + MENU ===== */

 

/* color link */
.header__burger input ~ nav > ul > li > a {
  color: #1f1a17;
}
/* color bg link */
.header__burger input ~ nav > ul > li > a:hover {
  background: #3dd6d9;
  color: #111;
}
/* color burger menu */
.header__burger input + label span {
  background: #444744;
}
/* color search icon */
.search ul li a i {
  color: #444744;
}
/* border left color nav open */
.coordonnees {
  border-left: 2px solid rgba(61, 214, 217, .5);
}
/* border bottom color nav open */
.coordonnees .address {
  border-bottom: none;
}
/* background color adress nav open */
.coordonnees .address {
  background: #fff;
}
/* position second address */
.coordonnees .map {
  top: 20%;
}
.address ul:nth-child(1){
  display: block;
  top: 10%;
}
.address ul:nth-child(2){
  display: block;
  top: 30%;
}
#map_contact {
  height: 30vh !important;
}
/* ===== END HEADER + MENU ===== */


/* ===== LOGO ADJUST ===== */
nav.menu {
  display: inline-block;
}
.header__logo img {
  width: 360px;
  padding: 0;
  margin: -14px 0;
  position: absolute;
  left: 100px;
}
/* logo aico position */
.header-logo__aico{
  margin: -26px 0 !important;
  width: 200px !important;
  position: absolute !important;
  right: 8% !important;
  left: auto !important; /* important pour surcharger sur le précedent */

}
/* logo size nav open */
.address-logo img {
  width: 280px;
}
/* img.index-logo-not-sticking {
  filter: invert(92%) sepia(3%) saturate(2844%) hue-rotate(199deg)
    brightness(400%) contrast(115%);
} */
/* ===== END LOGO ADJUST ===== */


/* ===== BUTTON ===== */
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success {
  color: #1d1d1d !important;
  background-color: #3dd6d9 !important;
  border-color: #3dd6d9 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover,
.btn-success:hover {
  color: #f8f8f8 !important;
  background-color: #15696a !important;
  border-color: #15696a !important;
}
.plusdecritere .btn-default:hover {
  color: #f8f8f8 !important;
  background-color: #15696a !important;
}
.btn {
  border-radius: 10rem !important;
  padding: 1rem !important;
}
/* aside btn */
aside .form-search-d label.btn.active, 
aside .form-search-d label.btn:hover {
  background: #15696a;
  border-color: #15696a;
  color: #f8f8f8;
  cursor: pointer;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
  border: none;
  border-radius: 10rem;
  color: #5fd6d8;
  font-size: inherit;
  font-weight: bold;
  padding: 0.2rem 0.4rem;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem .8rem;

}
/* input form-style */
aside .search_form .label {
  border-bottom: none;
}
.form-style,
.bootstrap-select>.dropdown-toggle {
  height: 56px;
  border-radius: .75rem;
}
/* border-radius and height fixed */
.form-group .bootstrap-select.btn-group, 
.form-horizontal .bootstrap-select.btn-group, 
.form-inline .bootstrap-select.btn-group {
  border-radius: 0.75rem !important;
}
.index .bootstrap-select {
  border: none !important;
  height: 56px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  height: 56px !important;
  border-radius: 0.75rem !important;
}
/* fix radius btn in dropdown search container */
.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) {
  border-radius: .2rem !important;
}
/* margin plus de critères btn */
.plusdecritere .text-filtre2 {
  width: 49.5%;
  display: inline-block;
  margin: 1rem 0;
}
/* ===== END BUTTON ===== */


/* CATEGORIES */
.snip1477 h4 {
  background-color: #3dd6d9;
  color: #1f1a17;
  border-radius: 0.5rem;
  padding: 0.8rem;
}


/* ===== FOOTER ===== */
.cont_coordonnees {
  background-color: #fff;
}
.cont_coordonnees .container * {
  color: #111;
}
.cont_coordonnees .container a {
  color: #fff;
  width: auto;
}
footer {
  background: #cbcbcb;
}
footer .liens_left a {
  color: #000;
}
/* footer .liens_right a img {
  filter: invert(1);
} */
/* ===== END FOOTER ===== */


/* ===== FIXED BUTTON WIDTH SIDEBAR ===== */
.sidebar .group_btn a {
  width: 100%;
  margin: 10px 0;
}
/* ===== END FIXED BUTTON WIDTH SIDEBAR ===== */


/* PAGE RECHERCHE DETAILLEE */
.form-search-d .txt {
  padding: 2px;
}
/* hide cuisine */
form#formrecherchedetaillee .input_group_content:nth-child(10){
  display: none;
}


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


/* TOP PAGE */
.recherche-detaillee .top_page {
  background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}
.comparateur .top_page {
  background-image: url(../images/top_page/comparateur_top.jpg);
}


/* ===== MOBILE ===== */
@media only screen and (max-width: 414px) {
  /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

  /* center logo mobile */
  .header__logo {
    width: calc(100% - 50px);
    display: block;
  }
  /* hide aico logo */
  img.header-logo__aico {
    display: none;
  }
  /* logo size header */
  .index-logo-sticking,
  .index-logo-not-sticking {
    width: 50% !important;
    margin: 4px !important;
    padding: 0 !important;
  }
  /* logo size others pages */
  .header__logo .img-fluid {
    width: 62% !important;
    margin: 4px 0;
  }
  .not-sticking .site-pusher {
    background-color: transparent !important;
    padding: 0;
  }
  /* ===== navbar responsive ===== */
  nav.navbar {
    display: block;
    /* padding: 1rem 0; */
  }
  .collapse.show {
    display: block;
    background-color: #fff;
    height: 70vh;
  }
  /* padding li */
  li.nav-item.dropdown {
    padding: 0.8rem 0;
  }
  /* background when open li */
  ul.dropdown-menu {
    background: #e0e0e0;
    box-shadow: none !important;
  }
  /* btn position fix */
  button.navbar-toggler {
    left: 10px;
    position: absolute;
    top: 40px;
  }
  /* li drapeau inline */
  li.drapeau{
    display: inline-block;
  }
  li.drapeau a{
    padding: 0;
  }
  /* address logo hide */
  .address-logo img {
    display: none;
  }
  .coordonnees .address-logo {
    margin-bottom: 0;
  }
  .address > ul > li:last-child{
    display: none;
  }
  .coordonnees {
    border-left: none;
  }
  .coordonnees .address ul {
    margin: 0;
  }
  .address ul:nth-child(2) {
    display: block;
    bottom: 6rem;
  }

  /* ===== end navbar responsive ===== */


  .moteur {
    top: 30%;
  }
  .prod_accueil article {
    border: none;
    width: calc(100% - 20px);
    margin: 10px;
    background: #fff;
    color: #111;
  }
  .home_cont_presentation .container {
    height: auto;
  }
  .prez-bg {
    background: rgba(255, 255, 255, 1);
    padding: 50px;
    color: #2062ae;
    top: 160px;
  }
}

/* iPad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* center logo mobile */
    .header__logo {
      width: calc(100% - 50px);
      display: block;
    }
    /* hide aico logo */
    img.header-logo__aico {
      display: none;
    }
    .header__logo img {
      width: 280px;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 50%;
      top: 1rem;
      transform: translate(-50%);
    }


    /* page listing */
    body.listing-location-saisonniere div#content,
    body.listing-location-saisonniere footer,
    body.listing-vente div#content {
      top: 12rem;
    }
}


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

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

.listeliens a {
color:#0066A7;
}

.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);
}  




/* FIX HEADER LOGO */
@media (min-width: 992px) and (max-width: 1540px) {
  .header .site-pusher {
    justify-content: center;
  }
  nav.navbar {
    display: flex;
    padding: 0.8rem 0 0;
    flex-direction: column;
    justify-content: center;
  }
  .navbar-brand img {
    width: 14%;
  }
}
@media (min-width: 1441px) {
  .navbar-brand {
    width: 40%;
    margin: 0 auto;
  }
  .navbar-brand img {
    width: 70%;
  }
}


/*  PAGE LISTING */

.page-item.active .page-link {
  color: #3dd6d9;
  background-color: transparent;
  border: 1px solid #3dd6d9;
}
.page-link {

  color: #3dd6d9;
  background-color: transparent;
}

.page-item.active .page-laulau {
  color: #3dd6d9;
  background-color: transparent;
  border: 1px solid #3dd6d9;
}

.page-laulau {

  color: #3dd6d9;
  background-color: transparent;
}
.page-item.disabled .page-link {
color: #868e96;
pointer-events: none;
background-color: transparent;
border-color: transparent;
}

.page-item a {
  display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
}