/* ============================================================================ */
/*                                     GENERAL                                  */
/* ============================================================================ */


/* BTN */
.btn-primary {
 color: #000 !important;
 background: linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
 border-color: #b78f35;
}
.btn-primary:hover {
 color: #ffffff !important;
 background: #ed6698;
 border-color: #ed6698;
}

/* TITRE */
.page-heading, .administrable h1 span {
  font-size: 22px;
  font-weight: 500;
  padding: 10px;
  /* background: #ed6698; */
  color: #fff;
  text-transform: uppercase;
  background-color: rgb(236 102 151 / 100%);
  background-image: url(/assets/images/bg-palmier.png);
  background-size: cover;
  background-position: center top;
}

/* AUTRES */
.alert-danger {
 color: #fff;
 background-color: #ec6697;
 border-color: #ec6697;
 text-align: center;
}
.titre-section span {
 font-weight: 700;
 text-transform: uppercase;
 color: #ec6697;
}
.borderleft {
 border-left: 5px solid #ec6697;
 padding-left: 25px;
}
.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: #ed6698;
}
/* HEADER & MENU */
.wrapper {
 padding: 0;
 background: #fff url(../images/bgimg.jpg) no-repeat top center;
 height: 50vh;
}
.nav-main li a {
 color: #000!important;
 font-weight: 600;
 font-size: 16px;
}
.nav-main li a:hover {
 color: #ed6698 !important;
}
.dropdown-menu {
 background: #fff;
}
.dropdown-menu a:hover {
 background:linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
 transition: all 0.2s ease;
}
.nav-main li .dropdown-menu a:hover {
 color: #000 !important;
}
header .dropdown-item.active, header .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ec6697;
}

/* ============================================================================ */
/*                                      INDEX                                   */
/* ============================================================================ */
/*MOTEUR  */
.bloc_search {
 background-color: transparent;
 margin: 0px auto;
}

/* CONTENU 1 */
.accroche {
  color: #ed6698;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.accroche2 span {
  color: #ed6698;
  font-weight: 700;
  text-transform: uppercase;
}
.accroche2 span.or {
  color: #b78f35;
  font-weight: 700;
  text-transform: uppercase;
}
.accroche2 {
 padding-left: 15px;
 font-size: 1.3em;
 font-weight: 500;
}
.accroche2 i{
 color: #b78f35;
 font-size: 2em;
 top: 4px;
}

/* SELECTION */
.produits a {
 color: #fff;
 transition: all 0.5s ease;
 font-size: 12px;
 width: calc(100% / 3 - 5px);
}
.prod_accueil article {
 margin: auto 15px auto 0;
 box-shadow: 6px 3px 5px rgb(0 0 0 / 20%);
}
.produits a:hover  article {
 box-shadow: 6px 3px 5px rgb(0 0 0 / 50%);
}
.prod_accueil .info_prix, .info_ville .tea {
 color: #000;
}
.prod_accueil .block_info {
 background:linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
}
.block_etiquette {
 background: #ed6698;
 -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
 box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
 color: #ffffff;
 font-size: 15px;
 font-weight: bold;
 height: 30px;
 left: -41px;
 position: absolute;
 text-align: center;
 text-transform: uppercase;
 top: 38px;
 -webkit-transform: scale(1) rotate(-45deg) translate(0px);
 transform: scale(1) rotate(-45deg) translate(0px);
 width: 200px;
 z-index: 1;
}

/* PRESENTATION */
.section.presentation, .bg-rose {
 padding: 9em 2rem;
 margin: 2rem 0;
 background-color: rgb(236 102 151 / 100%);
 background-image: url(/assets/images/bg-palmier.png);
 background-size: cover;
 background-position: center top;
}
.presentation p {
 font-size: 18px;
 margin-bottom: 0;
 color: #fff;
}
.presentation .titre-section span {
 font-weight: 700;
 text-transform: uppercase;
 color: #fff;
}
.presentation .borderleft {
 border-left: 5px solid #fff;
 padding-left: 25px;
}
.card-img {
  width: 100%;
  border-radius: 0;
  min-height: 300px;
  object-fit: cover;
}

/* BOUTONS CATEGORIES */
.btn-row2 {
 background:linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
 -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 margin: 0 0 7px 0;
 vertical-align: middle;
 padding: 14px 10px;
}
.produits .title-widget, .btn-row2 p {
 color: #000;
}
.btn-row2:hover {
 background:#ec6697;
 -webkit-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.btn-row2:hover .title-widget,.btn-row2:hover  p {
 color: #fff;
}
.btn-simul {
  border: 0;
  padding:0;
  margin-right: 5px;
  margin: 16px 0 0 0!important;
  color: #000!important;
  font-weight: 400;
  font-size: 14px!important;
  line-height: 1.8;
}
.btn-row2:hover .btn-simul {
  color: #fff!important;
}
.btn-row2:hover .btn-simul:hover {
  text-decoration: underline;
}

.cat:hover {
 box-shadow: 6px 3px 5px rgb(0 0 0 / 60%);
 border: 0;
}
.cat {
 box-shadow: 6px 3px 5px rgb(0 0 0 / 35%);
 border: 0;
}
.cat-text::after {
 background: #ec6697;
}
.cat-infos-overlay {
 background: #ffffffad;
}

/* CATEGORIES */
.categories {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.categories .picto,
.offre .picto,
.gestion .picto {
  background:linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.categories i,
.offre .contenu-agence i,
.gestion .contenu-agence i {
  font-size: 3rem;
  color: #fff;
  margin: auto;
}
.titre-cat {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  margin: 20px 0;
  min-height: 50px;
  line-height: 1;
}
.categories a {
  color: #fff;
  text-decoration: underline;
}
.categories a:hover {
  font-weight: 600;
}
.categories p {
  font-size:16px;
  line-height: 1.3;
}




/* ============================================================================ */
/*                            PAGES DE CONTENU                                  */
/* ============================================================================ */
.bg-agence{
  padding: 9em 2rem;
  margin: 2rem 0;
  background-color: rgb(236 102 151 / 100%);
  background-image: url(/assets/images/bg-palmier.png);
  background-size: cover;
  background-position: center left;
}
.agence .titre-section,
.gestion .titre-section,
.offre .titre-section {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
 }
 .agence .titre-section span,
 .gestion .titre-section span,
 .offre .titre-section span {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.agence .titre-section::after,
.gestion .titre-section::after,
.offre .titre-section::after {
  content: "";
  display: block;
  position: relative;
  background: #000;
  height: 4px;
  width: 60px;
  margin: 15px 0;
}
.agence p,
.gestion p,
.offre p {
  font-size: 18px;
}
.contenu-agence {
  padding: 3rem 0;
}

.offre .titre-section2,
.gestion .titre-section2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.gestion .contenu-agence .ion-android-arrow-dropright-circle {
  color: #ec6697;
  font-size: 25px;
  position: relative;
  right: 5px;
  top: 4px;
}







/* ============================================================================ */
/*                                      FOOTER                                  */
/* ============================================================================ */
footer .footer-line1 {
  background: #ffffff;
  color: #000;
}
footer .footer-line1 a{
  color: #000;
}
.logo-footer {
  width: 150px;
  margin: 20px 0;
}
footer .footer-line2 a{
  color: #fff;
  font-size: 15px;
}
footer .footer-line1 a:hover,
footer .footer-line2 a:hover{
  text-decoration: underline;
}
address ul li i,
address ul li i.ion-email {
  color: #ec6697;
  font-size: 25px;
  position: relative;
  right: 5px;
  top: 4px;
}

footer .footer-line2 {
  background: transparent;
  color: #fff;
  padding: 20px 0;
}
footer .bg-rose {
  padding: 2rem;
  margin: 2rem 15px 0 15px;
  background-color: rgb(236 102 151 / 100%);
  background-image: none;
}
footer .row {
  padding-bottom: 0;
}
address ul ,
address ul li {
  display: block;
}
address ul li {
  display: block;
  text-align: left;
  margin: 5px 0;
  font-size: 15px;
}
address ul li span:last-child {
  padding-left: 0;
}


/* ============================================================================ */
/*                                     LISTINGS                                 */
/* ============================================================================ */
.listing .prod_listing, .content-listing .prod_listing, [class*='listing-'] .prod_listing, .listingloctype .prod_listing, .listingloctype .prod_listing {
  width: 100%;
}
.container.prod_listing {
  background: #fff;
}
.listing-alerte-email{
  background-color: rgb(236 102 151 / 100%);
    background-image: url(/assets/images/bg-palmier.png);
    background-size: cover;
    background-position: center top;
    padding: 2rem 10px;
    cursor: pointer;
    width: 100%;
    box-shadow: 6px 3px 5px rgb(0 0 0 / 35%);
}
.listing-alerte-email:hover{
    background:linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35);
    background-size: cover;
    background-position: center top;
    padding: 2rem 10px;
    cursor: pointer;
    width: 100%;
}
.listing-alerte-email:hover a {
  color: #000;
}
.prod_listing > .listing_article article:hover {
  border-right: 3px solid #ec6697;
}
.prod_listing > .listing_article article {
  background: #fff;
  border: 1px solid #f3f3f3;
  border-right: 3px solid #f3f3f3;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 35%);
  margin: 20px 0;
}
[class*='listing-'] .info_prix {
  margin: 30px 0 15px 25px;
}
.prod_listing .block_img {
  width: 70%;
}
.listing-alerte-email a {
  color: #fff;
  font-size: 18px;
}
.listing .search__form-item, .content-listing .search__form-item, [class*='listing-'] .search__form-item, .listingloctype .search__form-item, .listingloctype .search__form-item:nth-child(n+2), .content-listing .search__form-item:nth-child(n+2) {
  width: 95%;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin: 25px 10px 20px 0;
}
.list-crit {
  margin: 0 0 15px;
  color: #ec6697;
}



/* DETAILS */
.detail-header .info_prix {
  color: #ed6698;
}
.detail-info .table i {
  font-size: 11px;
  color: #fff;
  padding-right: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(237 102 152);
  color: #fff;
}
.table-striped tbody tr {
  background-color: rgb(237 102 152);
  border-bottom: 2px solid #fff;
  color: #fff;
}
.detail-nav li a {
  color: #000;
  font-size: 12px;
  padding-bottom: 10px;
}
#biens_similaires_annonce .prod_accueil a {
  width: calc(100% / 3 - 5px);
}

/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
 width: 350px!important;
}
.cc-banner.cc-bottom {
 left: auto!important;
 right: 20px;
 bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
 background-color: #fff!important;
 border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
 color: #141414!important;
 max-height: 100%!important;
}
#footer-cookie h3 {
 font-size: 1rem!important;
}
#footer-cookie p {
 font-size: 12px!important;
 line-height: 1.5!important;
}
.btncookie {
 margin: 8px auto!important;
 background: linear-gradient(  45deg  , #b78f35, #ffe865, #b78f35)!important;
 color: #000!important;
 border: 0!important;
 font-size: 10px!important;
 width: 190px!important;
 padding: 0.6rem 0.75rem!important;
}
.btncookie:hover {
 background: #ed6698!important;
 color: #fff!important;
 border: 1px solid #ed6698!important;
}
#boutoncookie {
 display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
 color: #000!important;
}
a.cc-link {
 margin: auto!important;
}

/* ============================================================================ */
/*                                   RESPONSIVE                                 */
/* ============================================================================ */

@media (min-width: 992px) {
 header .navbar {
     margin-top: 0;
 } 
 .header__logo {
  width: 160px;
  padding: 10px 0;
 }
 header .navbar {
  background: #fff;
 }
 .index header .navbar {
  background: rgba(255,255,255,0.7);
 }
  .nav-main li {
   padding: 0;
 }
 .nav-main .dropdown-item {
  font-size: 15px;
 }
}

@media (max-width: 991px) {
  .header__logo img{
      width: 100%;
  }  
  .header__logo {
      width: 100px;
  }  
  .navbar {
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .header {
    top: 0;
    padding: 10px;
    background: rgba(255,255,255,0.4);
  }
  .navbar-toggler:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width:30px;
    border-top:4px solid #ec6697;
    right: 20px;
    top:32px;
}
.navbar-toggler:after {
  display: block;
  content: '';
  position: absolute;
  height: 12px;
  width:30px;
  border-top: 4px solid #ec6697;
  border-bottom: 4px solid #ec6697;
  right: 20px;
  top: 16px;
  }
  .navbar-light .navbar-toggler {
    top: 9px;
  }
  .nav-main li a {
    color: #ec6697!important;
  }
  .form-group.search__form-item.c_loc {
    margin-bottom: 5px;
  }
  .accroche {
    font-size: 1.2em;
  }
  .accroche2 i {
    font-size: 1.2em;
    top: 2px;
  }
  .produits #produits2 a {
    width: calc(100% / 1 - 5px);
  }
  .section.presentation .marginauto {
    margin: auto 0;
  }
  .section.presentation, .bg-rose {
    padding: 3em 2rem;
    margin: 2rem 0;
  }
  .index .produits {
    margin: auto;
  }
  .card-img {
    min-height: 280px;
  }
  .cat-text {
    font-size: 16px;
  }
  .categories i, .offre .contenu-agence i, .gestion .contenu-agence i {
    font-size: 2rem;
  }
  .categories .picto, .offre .picto, .gestion .picto {
    width: 70px;
    height: 70px;
  }
  .titre-cat {
    font-size: 18px;
    min-height: 30px;
  }
  .agence p, .gestion p, .offre p {
    font-size: 15px;
  }
  .titre-section {
    font-size: 2.5em;
  }
  .content-listing .prod_listing {
    width: 70%;
  }
  .form-group.search__form-item.c_loc div {
    width: 100%!important;
  }
    .listing-alerte-email a {
      color: #fff;
      font-size: 14px;
  }
  .wrapper {
    padding: 0;
    background: #fff url(../images/bgimg.jpg)no-repeat center center;
    max-height: 30vh;
    background-size: cover;
  }
  .index .wrapper {
    position: relative;
    height: 100vh!important;
    background: transparent;
    max-height: 100vh;
}
  .contact .logo-contact {
    max-width: 150px;
  }
}

@media (max-width: 420px) {
  .header .img-fluid {
      width: 100%;
      margin: 0;
  }  
  .section {
    padding: 1rem;
  }
  .accroche2 {
    padding-left: 0;
    font-size: 1.3em;
  }
  .presentation p {
    font-size: 16px;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .bg-agence {
    padding: 3em 2rem;
    margin: 2rem 0;
  }
  .contenu-agence {
    padding: 0rem 0;
  }
  .offre .picto, .gestion .picto {
    margin-top: 20px;
  }
  .content-listing .prod_listing {
    width: 90%;
  }
  .prod_listing .block_img {
    width: 100%;
  }
}

