/**/

@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

:root{
    --sable: #e0cda9;
    --noir: #000;
    --blanc: #fff;
    --bleu: #6290b1 ;
    --degarde: linear-gradient(135deg, red,30%, transparent);
    --marron: #6d5702;
    --vert: #0a961f;
    --jaune: #e5d417;
    --rouge: #f60606;
	  --sableclair: rgba(224, 205, 169, 0.472);
}

.marron{
  color: var(--marron);
}

.lots .table{
	
	
  width: 100%;
  max-width: 100%;
}

.validation {
display: block}
.block_tri_list.d-flex > label {
	margin: 0;
	width: 200px;
	line-height: 40px;
}

#calendrier-loca-saisons .annee {
	margin-bottom: 25px;
	text-align: center;
	background: var(--bleu);
	padding: 10px 0;
	font-weight: 600;
}
.rouge{
  color: var(--rouge);
}

.titreplage{
font-size: 1.2em}

.jaune{
  color: var(--jaune);
}
.vert{
  color: var(--vert);
}
.dev{
  border: 1px solid red;
}
.cite{
  font-size: 2em;
}
.text-agence{
  padding-right: 40px;
  padding-left: 10px;
}
.detail .descriptif {
	text-align: justify;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	-moz-hyphens: auto;
	hyphens: auto;
}
.deco2 {
  font-size: 21px;
    font-style: italic;
}
.bleu{
  color: var(--bleu)!important;
}
.breadcrumb-cms{
    font-size: 10px;
    text-transform: uppercase;
}
.sign{font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
.action_bar .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	justify-content: space-between;
}
.index-logo-not-sticking{
    display: none;
}
.logo-header {
  background: transparent;
  margin-left: 50px;
  display: flex;
  padding-bottom: 20px;
}
.top_page {
	position: relative;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.titre {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
  line-height: 1;

}
.titre span{
  text-transform: capitalize;
  font-size: 1.5rem;

}
.titre-small {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
	color: var(--bleu);
	text-align: center;
  text-transform: uppercase;
}
.btn-secondary {
	color: var(--bleu);
	background-color: #fff;
	border-color: var(--bleu);
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}
.btn-secondary:hover {
	color: #fff;
	background-color: var(--bleu);
	border-color: var(--bleu);
	width: 250px;
}

.produitshabitationslider .info_type {
	font-size: 18px;
	line-height: 15px;
	font-weight: 400;
	font-style: normal;
	color: var(--bleu);
	text-align: center !important;
  text-transform: uppercase;
}
/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: relative;
  }
  .home-visuel-wrapper .video-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
  }
  .home-visuel-wrapper .video-wrapper #player {
    width: 100%;
    height: 100vh;
  }
  .home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  .section-scroller-wrapper{
    display: none;
  }

  .starfish{
    position:absolute;z-index:999999;
    top:25%;
    right:20%;
    opacity: 0;
    rotate: 15deg;
    animation: myAnim 2s ease 2s 1 normal forwards;  }
  .starfish img{
    width: 50%;

  }

  @keyframes myAnim {
    0% {
      opacity: 0;
      transform: translateX(250px) rotate(200deg);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0) rotate(0deg);
    }
  }

  .adresse-siege img {
    width: 220px;
    margin-bottom: 0px;
  }
/* =============================================================== */
/*                             MENU                                */
/* =============================================================== */


.alpes{
  position:absolute;
  z-index:9;
  top:27px;
  left: 310px;
}

.index .not-sticking .alpes {
  display: none;
}

.alpes p{
  font-weight: 500!important;
  color: #0b74c7;
  font-size: 1.4em;
}
.b-nav.open {
	position: relative;
	visibility: visible;
	right: 0;
	
	background-size: cover;
	width: 100%;
	height: 100vh;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}
.b-menu {
	background: rgba(255,255,255,0.3);
	border: var(--bleu) solid 2px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	padding-left: 15.5px;
	padding-top: 17.5px;
	position: relative;
	transition: all 0.4s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	z-index: 12;
}
.b-bun {
	background: var(--bleu);
	position: relative;
	transition: all 0.4s ease;
}
.b-menu:hover {
	border: var(--bleu) solid 2px!important;
}

.baseline {
	z-index: 20;
	position: absolute;
	bottom:55%;
	/* right: 50px; */
	display: flex;
	align-items: center;
	width: 100%;
  animation: intro 2s ease 1s 1 normal forwards;
}

@keyframes intro {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.baseline p{
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-shadow: 1px 1px 1px var(--noir);
}
.header .sticking, .header .not-sticking {
	background: linear-gradient( rgba(224,205,169, 0.90), rgba(224,205,169, 0.45) ), url('/assets/images/header.webp') no-repeat;
  background-size: cover;
}
.listing-hiver  .header .sticking,.listing-hiver  .header .not-sticking, .conciergerie  .header .sticking, .conciergerie  .header .not-sticking, .conciergerie2  .header .sticking, .conciergerie2  .header .not-sticking{
	background: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.25) ), url('/assets/images/header2.webp') no-repeat  left top;
	background-size: cover;
}
.conciergerie .content_page{
width: 100%}
.conciergerie2 .content_page{
width: 100%}

.conciergerie .top_page {
	background-image: url("/assets/images/top_page/conciergerie_top.webp");
}
.conciergerie2 .top_page {
	background-image: url("/assets/images/top_page/conciergerie_top.webp");
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #e9ecef;
}
.conciergerie .table-striped tbody tr:nth-of-type(2n+1) {
	background: var(--sableclair);
}
.conciergerie2 .table-striped tbody tr:nth-of-type(2n+1) {
	background: var(--sableclair);
}
/* =============================================================== */
/*          MOTEUR RECHERCHE ACCUEIL                                */
/* =============================================================== */
.moteur {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: transparent;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
	background: #fff!important;
}
.bootstrap-select > .dropdown-toggle {
	background: #fff!important;
}
.form-style, .form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .bootstrap-select {
	font-size: 15px !important;
	border: 1px solid #cccccc !important;
	background: #ffffff !important;
	border-radius: 0px !important;
	font-weight: 300;
}
.index .form-style, .index .form-group .bootstrap-select.btn-group,.index  .form-horizontal .bootstrap-select.btn-group,.index  .form-inline .bootstrap-select.btn-group,.index  .bootstrap-select {
	font-size: 15px !important;
	border: 0 !important;
	background: #ffffff !important;
	border-radius: 0px !important;
	font-weight: 300;
}
.plusdecritere{
    display: none;
}

.search__form-item:nth-child(1) {

  width: 15%;
margin-right: 5px;
height: 39px!important
}
/* .moteur {
	padding: 0;
	position: absolute;
	background-color: transparent;
}

.index .moteur .form-style,
.index .moteur .form-group .bootstrap-select.btn-group,
.index .moteur .form-horizontal .bootstrap-select.btn-group,
.index .moteur .form-inline .bootstrap-select.btn-group,
.index .moteur .bootstrap-select {
	font-size: 15px !important;
	border: 0 !important;
	background: rgba(255, 255, 255, 0.5) !important;
	border-radius: 0px !important;
	font-weight: 300;
  color: var(--bleu);
}

.index .moteur .ul-nb-bien li:nth-child(1) {
	display: none;
}

.index .moteur .creer-alerte {
	color: #fff;
}

.index .moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-weight: 300;
  color: var(--bleu);

}

.index .moteur .input-group-addon {
	font-weight: 300;
  color: var(--bleu);

	top: 1px;
}
.index .moteur ::placeholder {
	color: var(--bleu);
	opacity: 1 !important;
}
.index .moteur .dropdown-menu.open.show {
	transform: translate3d(0px, -37px, 0px) !important;
	max-height: 211px;
	overflow: hidden;
	position: absolute;
	top: auto !important;
	left: 0px;
	will-change: transform;
	bottom: 0px;
}

.index .moteur .search__form-item:nth-child(n+2),
.index .moteur .search__form-item:nth-child(1) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(100% / 5 - 5px);
	height: 38px;
}
.index .plusdecritere{
    display: none;
} */
/* =============================================================== */
/*                             PRESENTATION                                */
/* =============================================================== */


.home_cont_presentation {
	position: relative;
	background: var(--sable);
	background-size: cover;
	color: #fff;
	margin: 0 auto;
	padding: 80px 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
}
/* =============================================================== */
/*                             PAGE DESTINATION                                */
/* =============================================================== */


.destination .top_page {
	background-image: url("/assets/images/top_page/destination_top.webp");
}

.destination .content_page {
	width: 100%;
}
.destination .sidebar{
    display: none;
}
/* =============================================================== */
/*                             PAGE QUI SUIS JE                                */
/* =============================================================== */


.agence .top_page {
	background-image: url("/assets/images/top_page/agence_top.webp");
}

.agence .content_page {
	width: 100%;
}
.agence .sidebar{
    display: none;
}

/* =============================================================== */
/*                             PAGE BONNES PRATIQUES                       */
/* =============================================================== */

.conseil .top_page{
    background-image: url("/assets/images/top_page/pratiques_top.webp");
  }

  .conseil .sidebar{
    display: none;
  }
  .conseil .content_page{
   width: 100%;
  }
/* =============================================================== */
/*                             PAGE CONTACT                    */
/* =============================================================== */

.contact .top_page{
  background-image: url("/assets/images/top_page/contact_top.webp");
}

/* =============================================================== */
/*                             CATEGORIE                                */
/* =============================================================== */

/* CATEGORIES */
.slider .box1{
    background: url(/assets/images/slider-cat-01.webp) no-repeat center center;
    
   }
   .slider .box2 {
    background: url(/assets/images/slider-cat-02.webp) no-repeat center center;
    
   }
   .slider .box3 {
    background: url(/assets/images/slider-cat-03.webp) no-repeat center center;
    
   }
   .slider .box4 {
    background: url(/assets/images/slider-cat-04.webp) no-repeat center center;
    
   }
   .slider .box5 {
    background: url(/assets/images/slider-cat-05.webp) no-repeat center center;
    
   }
   .home_cont_categories .carousel-control-prev {
    left: -10px;
   }
   .home_cont_categories .carousel-control-next {
    right: -10px;
   }
   .home_cont_categories .carousel-control-next,
   .home_cont_categories  .carousel-control-prev {
    background: #fff;
    height: 50px;
    width: 50px;
    top: 35%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 30;
    border-radius: 50%;
    border: 3px solid #877f7c;
   }
   .home_cont_categories  .carousel-control-next:before,
   .home_cont_categories  .carousel-control-prev-icon:before {
    color: #877f7c;
   }
   .slider .box1 .details .h1,
   .slider .box2 .details .h1,
   .slider .box3 .details .h1,
   .slider .box4 .details .h1,
    .slider .box5 .details .h1 {
      color: #000;
   }
   .slider .box1 .details .h1,
   .slider .box2 .details .h1,
   .slider .box3 .details .h1,
   .slider .box4 .details .h1,
   .slider .box5 .details .h1 {
    font-family: 'Caudex', serif;
      font-size: 1.8rem;
   }
   .slider .box .details p {
    display: inline-block;
    font-size: 1rem;
    color: #000;
    margin-bottom: 2rem;
    margin-right: 5rem;
    font-weight: 200;
    /* text-shadow: #000000c7 0.1em 0.1em 0.2em; */
    font-weight: 400;
   }
   .trail {
      display: none;
   }
   .trail div {
      border-top: 3px solid #1e1e1c;
   }
   .trail div:hover, .trail div.active {
      color: #877f7c;
      border-top: 3px solid #877f7c;
   }
   .slider .box .bg {
    background-color: rgba(255,255,255, 0.4);
   }
   .slider .box .details {
    padding: 4rem;
    padding-left: 5rem;
   }
   
   
.slider .box1, .slider .box3, .slider .box5 {
	background-color: var(--blanc);
}




.centered-y a{
  color: var(--blanc);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(26, 26, 26, 0.85);
  border: 5px solid #7fcff7;
}
.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: overlay;
}
.distribution-map .map-point:active, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 300px;
  height: 220px;
  color: #e5e5e5;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}


.listing-location-saisonniere .search__form-item:nth-child(n+2), .listing-logoduro .search__form-item:nth-child(n+2), .listing-campidano .search__form-item:nth-child(n+2), .listing-iglesias .search__form-item:nth-child(n+2) , .listing-gallura .search__form-item:nth-child(n+2) , .listing-barbagia .search__form-item:nth-child(n+2) , .listing-ogliastra .search__form-item:nth-child(n+2) , .listing-sardegna .search__form-item:nth-child(n+2)  {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(98% / 4 - 0px);
	height: 38px;
}

.listing-vente .search__form-item:nth-child(n+2) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(98% / 4 - 0px);
	height: 38px;
}
.listing .search__form-item:nth-child(n+2) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(98% / 4 - 0px);
	height: 38px;
}

.listing-hiver .search__form-item:nth-child(n+2) {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	width: calc(98% / 4 - 0px);
	height: 38px;
}
.listing-hiver .top_page2 {
	background-image: url("/assets/images/top_page/hiver_top.webp")  ;
  width: 100%;height: 250px;
  background-position: center top;
}
.detail_header_sticky .titre {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
  padding-top: 15px;
}
.detail_header_sticky {
	height: 52px;
}

[class*="listing"] .container_search, [class*="listing-"] .container_search {
	margin: 0;
	background-color: #f7f7f7;
	padding: 20px 0 0 0;
}

#formrecherchelogoduro, #formrecherchecampidano, #formrechercheiglesias, #formrecherchebarbagia, #formrechercheogliastra, #formrecherchesardegna, #formrecherchegallura{
background: #f7f7f7;
padding-top: 15px}
/* =============================================================== */
/*                             RESPONSIVE                                */
/* =============================================================== */


@media (min-width: 992px) {
  .header__logo img
{
    width: 310px;
  }
  .header__logo {
    display: block;
    height: 80px;
    padding: 5px 0;
  }
}

@media (max-width: 991px) {

.search__form-item:nth-child(1) {

  width: 100%;
margin-right: 5px;
height: 39px!important
}
.form-group {
  margin-bottom:0.2rem;
}
.home_cont_categories .container{
padding-left: 0px!important;
padding-right: 0px!important}

.moteur {
	padding: 20px;
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: 20;
	background-color: transparent;
}

  .search__form-item.c_valid {
    display: block !important;
    margin: auto 0 auto 0;
  }

.header .not-sticking, .header .sticking, .index .header .not-sticking {
	background: linear-gradient( rgba(224,205,169, 0.90), rgba(224,205,169, 0.45) ), url('/assets/images/header.webp') no-repeat;
    background-size: auto, auto;
  background-size: cover;
}
}

@media (max-width: 650px) {
  .slider .box .details p{
    display: none!important;
  }
  .slider .box .details {
    padding: 4rem;
    padding-left: 5rem;
  }
  .slider .box .details {
    grid-row: 2/span 1;
    grid-column: 1/-1;
    text-align: center;
    padding: 2rem;
    transform: translateY(0rem);
  }
  .slider .box {
    height: 50vh;
  }
}


@media (max-width: 441px) {
	.moteur{display: block;
	top:60%}

.baseline {
	z-index: 20;
	position: absolute;
	bottom: 55%;
left: 0;
	/* right: 50px; */
	display: flex;
	align-items: center;
	width: 100%;
	animation: intro 2s ease 1s 1 normal forwards;
}

}


.page2ref p {
  text-align: justify;
}

.page2ref h2 {
  font-size: 20px;
}

.classlolo { width: auto!important;}


.cle-conciergerie {
  width: 40px;
}


.conciergerie .swiper {
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.conciergerie .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.conciergerie .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px !important;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.conciergerie .swiper-slide {
  width: auto;
}
.conciergerie .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.conciergerie .swiper-slide img,
.destination .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 550px;
}

.conciergerie  .swiper-button-next,.conciergerie   .swiper-button-prev,
.destination   .swiper-button-next,.destination   .swiper-button-prev {
  position: absolute;
  top: 44%;
  width: 50px;
  height: 50px;
  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: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.conciergerie  .swiper-button-next,.conciergerie   .swiper-rtl .swiper-button-prev,
.destination   .swiper-button-next,.destination    .swiper-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}
.conciergerie  .swiper-button-prev,
.destination   .swiper-button-prev {
  right: auto;
  left: 20px;
}
.conciergerie  .swiper-button-next:after,.conciergerie   .swiper-button-prev:after,
.destination  .swiper-button-next:after,.destination    .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;
}
.conciergerie  .swiper-button-next:after,
.destination  .swiper-button-next:after {
  content: '\f3d3';
  font-size: 40px;
}
.conciergerie  .swiper-button-prev:after,
.destination  .swiper-button-prev:after {
  content: '\f3d2';
  font-size: 40px;
}

.destination-bloc .titre-desti {
  font-size: 1.8rem;

}

@media (max-width: 768px) { 
  .conciergerie .swiper-slide img,
  .destination .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 400px;
  }
  .logo-header {
    margin-left: 0;
  }

}

@media (max-width: 768px) { 
  .header__logo img {
    width: 290px;
    padding: 7px 0 0 0;
    margin-left: -50px!important;
  }
  .titre {
    font-size: 1.5rem;
  }
}


/* -------------------------------------------------------------------------------------------------------------- */
/*                                             PROGRAMME NEUF                                                     */
/* -------------------------------------------------------------------------------------------------------------- */
.listing-neuf .card_list {
  display: none;
}
.listing-neuf .prod_listing.damier .block_info {
  min-height: 192px;
}
.listing-neuf .info_prix {
  margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
  display: flex;
}
/*.programme-neuf .carousel-control-next, .carousel-control-prev {*/
  /*background: rgba(143,192,51, 1);*/
  /*height: 60px;*/
  /*width: 60px;*/
  /*top: 50%;*/
  /*-webkit-transition: all .3s ease-out;*/
  /*transition: all .3s ease-out;*/
  /*z-index: 30;*/
/*}*/
/*.programme-neuf .carousel-control-next:hover, .carousel-control-prev:hover {*/
  /*background: rgba(143,192,51, 1);*/
  /*width: 60px;*/
/*}*/
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
  padding-left: 0;
}
.programme-neuf h3 {
  text-transform: uppercase;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
}
.programme-neuf h3:after  {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #e1d5c7;
}
.programme-neuf h2 {
  text-transform: uppercase;
  padding: 20px 0 10px 0;
  text-align: center;
}
.programme-neuf h2::after  {
  content: "";
  display: block;
  position: relative;
  background: #e1d5c7;
  height: 2px;
  width: 150px;
  margin: 24px auto 0 auto;
}
.detail-bien ul {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px ;
}
.detail-bien ul li {
  margin: 0 20px;
}
.header-bien .like {
  text-align: center;
}
.programme-neuf section {
  margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
  font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
  font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
  font-size: 20px;
}
.programme-neuf .detail-bien .ville {
  font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
  background-color: #e1d5c7;
  color: #000;
}
.rwd-table {
  background: #ddd;
  overflow: hidden;
  width: 100%;
}
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
  background: #e8e8e8;
}
.rwd-table tr {
  background: 0;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
      padding: 1em !important;
  }

  .rwd-table th, .rwd-table td {
      margin: .5em 1em;
      text-align: center;
  }

  .rwd-table th, .rwd-table td {
      display: table-cell;
      padding: .25em .5em;
  }
}
.travaux {
  margin-bottom: 100px;
}
.travaux ul {
  padding: 20px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #e1d5c7;
  background-color: #dddddd63;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
  border-color: #ddd #ddd #ddd;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
  border-top: 1px solid #ddd;
}

.mentions-legales .btn-primary {
  width: auto!important;
}