/*
Theme Name: GSI Immobilier - by Merci
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Merci Creative
Author URI: https://wearemerci.com
Description: Site développé avec <3 par Merci Creative pour GSI Immobilier, le 22/03/18
Version: 0.1
License: Tous droits réservés

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* fix https://gsi-immobilier.com/blog/actus/ img height */
.slider-featured--image-wrapper {
	height: 400px;
}
.slider-featured--image-wrapper img {
	height: 100% !important;
	object-fit: cover;
}
/* fix https://gsi-immobilier.com/location-vacances/ img height */
/*
.image-100-wrapper {
	height: 422px;
}
.image-100-wrapper img {
	height: 100%;
}
*/



.home .location-destinations {
	padding-bottom: 0;
}

html .select2-container--default .select2-results>.select2-results__options {
    max-height: unset;
}

/* à supprimer quand ok */
.btn-cache{
	background-color: transparent;
	width: 80px;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 2%;
}
.hide{
	display: none !important;
	transition: ease-in-out 0.5s all;
}
.radius{
	border-radius: 7px;
}

body.page-template-page-home-vacancesNEW .item-destinations-wrapper{
	display: flex;
	flex-wrap: wrap;
}

html {
	/* background-color: #0e0b30; */
}
.site-main-wrapper{
	background: #fff;
}
.site-main-info {
	margin: 0 auto;
	max-width: 1440px;
}
html .property-detail.slider .to-top{
  right: unset;
  left: 5%;
}
.slider .tooltip.top{
  display: none;
}
p.bottom-text {
  padding-top: 80px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8em;
}
.custom-input-border{
  padding-right: 30px;
  height: 42px;
  border-radius: 5px;
}
html .item-rental-holiday-wrapper .item-rental-holiday-content{
  max-width: 90%;
}

.item-team figure img{
	object-fit: cover;
}

.site-header-floating{
  right: 5% !important;
}
.homepage-hero.padding-after-header .homepage-hero-slider-item{
  background-position: center bottom;
}

html .accordion-item-box h3{
  color: #002145;
  font-size: 1.17em;
  font-weight: bold;
  margin: 30px 0;
}

html .accordion-item-box p{
  font-size: 1em !important;
}

html .accordion-item-box em{
  font-style: italic !important;
  font-size: 1em;
  color: #e19b25;
  margin: 10px 0;
}

html .page-template-page-livreblanc .content-accordion .accordion-item .accordion-item-box{
  height: 0;
  max-height: initial !important;
}

html .page-template-page-livreblanc .content-accordion .accordion-item.is-open .accordion-item-box {
  height: auto;
  max-height: initial !important;
}

html .site-header a:before{
  display: none;
}

html .site-header{
  height: 80px;
}
html .site-header-logo img,
html .site-header-floating,
html .site-header,
html .site-header-logo a,
html .main-navigation > ul,
html .rwd-btn-menu
{
  transition: ease-in-out all 0.5s;
}
html .site-header-logo img{
	width: 95px;
	position: relative;
	bottom: -10px;
}
html .is-big .rwd-btn-menu{
  margin: 25px 15px;
}
html .is-big{
  height: 64px !important;
}
html .is-big .site-header-floating{
  top: -2px;
}
html .is-big .main-navigation > ul {
	bottom: 0px;
}
html .main-navigation > ul {
	position: relative;
	bottom: 8px;
}
html .is-big .site-header-logo img{
  width: 50px;
  height: 65px;
  position: relative;
  bottom: 12px;
}
html .is-big .site-header-logo a{
  width: 65px;
  height: 65px;
}

html .site-header-logo a{
  height: 125px;
  width: 125px;
	border-radius: 6px;
}

@media (max-width: 1200px){
  html .site-header-logo img {
  	width: 75px;
  }
	html .site-header-logo a{
		height: 115px;
		width: 115px;
	}
}

.item-sale-trust figure img{
  object-fit: cover;
}
.item-property-gallery-content header + p{
  min-height: 60px;
}

.item-property-gallery figure .like, .item-property-list figure .like, .property-detail.slider .big-image .like{
  line-height: 51px !important;
}


.item-property-gallery-subcontent > p {
	/*text-transform: capitalize;*/
}

/* NEW PAGE LOCATION  */
.no-after:after{
	content: unset !important;
}
.box-equipment-benefit {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
}
html .tabs .tabs-control li{
	width: unset;
	min-width: 210px;
}
html .tabs .tabs-control{
		display: inline-block;
}
.bg-primary-dark{
	background: #0f0a30;
}
.bg-primary-dark span{
	color: #C6AE88;
}
.item-property-detail-slider-nav .item-property-detail-slider-nav-content {
	overflow: scroll;
	background: white;
	max-height: 535px;
}
html .item-property-detail .custom-nav .nav-prev,
html .item-property-detail .custom-nav .nav-next{
		background: rgba(14, 10, 48, 0.75);
}
html .item-property-detail .custom-nav .nav-prev:hover,
html .item-property-detail .custom-nav .nav-next:hover{
		background: rgba(14, 10, 48, 1);
}
span.small-image-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.pictos-summary {
	display: flex;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.pictos-summary .picto-container {
	margin: 0 8px;
	position: relative;
	text-align: center;
}
.picto-container svg {
	fill: #00567b;
	max-width: 40px;
	max-height: 30px;
}
.picto-container span {
	display: block;
	text-align: center;
	color: #00567b;
}
.picto-container > img {
	max-height: 60px;
	width: 60px;
}
.article-sell-a-apartement-detail-single .property-detail-header{
	z-index: 1 !important;
}
@media all and (min-width: 994px){
	.article-sell-a-apartement-detail-single .property-detail-header{
		/* padding-left: 150px; */
	}
	.pictos-summary{
		justify-content: flex-end;
		margin-top: 50px;
	}
}
html .reff small {
	font-size: 15px;
	padding: 0 5px;
}
html #descriptif .property-detail-footer .cta .reff{
	font-size: 2em;
}
.see-more-container svg {
	stroke: #e49c02;
	max-width: 70px;
	max-height: 70px;
}
.see-more-container {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 999;
}
.box-equipment-benefit .row {
	margin: 20px 0;
}
.voir-inventaire {
	color: white;
	text-transform: uppercase;
	text-align: right;
	margin-top: 60px;
	margin-right: 80px;
	position: relative;
	float: right;
	cursor: pointer;
}
.voir-inventaire:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 2px;
	border-right: 1px solid white;
	border-top: 1px solid white;
	height: 16px;
	width: 16px;
	transform: rotate(45deg);
	transition: transform .3s ease-in-out;
}
.inventaire-content {
	background-color: white;
	height: 0;
	overflow: hidden;
}
.inventaire-content > .col {
	padding: 30px !important;
}
.inventaire-content > .col > h5 {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 10px;
}
.inventaire-content > .col > ul {
	list-style-type: square;
	padding-left: 25px;
}
.no-clearfix:after {
	content: unset !important;
}
.item-equipment{
	cursor: initial !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
html #descriptif .property-detail-footer .cta .btn .price{
	font-size: 1.45em !important;
}
h3.resa-recap-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 800;
	letter-spacing: 3px;
}
p.resa-recap {
	text-align: center;
	padding: 20px 0;
	color: #00567b;
}
.cta-resa-container{
	text-align: center;
	margin-top: 50px;
}
.cta-resa-container a {
	font-size: 1.5em;
}

html .form-field-compared .slider-horizontal{
	width: 98% !important;
}
html .box-sell-property-research .form-sell-property-research .form-field .select-wrapper svg {
	top: 5px;
}


html .item-property-detail-slider-nav .small-image{
	max-height: 210px;
}
span.small-image-label{
	z-index: 9;
}
figure.small-image:after {
	content: "";
	background: #00567b66;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	transition: all .3s ease-in-out;
	cursor: pointer;
	height: 97%;
}
figure.small-image:hover:after {
	background: #00567b12;
}

.sell-a-property-detail ul.slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 10px;
}

.sell-a-property-detail ul.slick-dots > li {
	display: inline-block;
	display: inline-block;
}

.sell-a-property-detail ul.slick-dots > li > button {
	border-radius: 50%;
	font-size: 0;
	height: 15px;
	width: 15px;
	border: none;
	margin: 0 3px;
	opacity: 0.4;
	transition: all 0.6s ease-in-out;
}

.sell-a-property-detail ul.slick-dots > li.slick-active > button {
	opacity: 1;
	background-color:#C6AE88;
}

.item-equipment svg {
	height: 100%;
}
.item-equipment svg path {
	fill: white;
	/* width: 45px; */
	/* height: 45px; */
	stroke: unset;
}
.equipment-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
a.item-equipment{
	pointer-events: none;
    min-width: 75px;
    padding: 0px 10px;
}

.tabs-item#infos{
	margin: 0 0 0 80px;
}

.page-template-page-location-details .accordion-item-header .icon-accordion-title svg path{
	fill: #c6ae88 !important;
}
.yellow-bg{
	background-color: #c6ae88 !important;
}

@media screen and (max-width: 993px){
	.tabs-item#infos{
		margin: 0 !important;
	}
}

.form-field.form-submit > a {
	transition: unset;
}


.main-navigation li a {
  display: inline-block;
  position: relative;
  color: #00577c;
	padding: 5px 0 !important;
}
.main-navigation li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #00577c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.main-navigation li a.is-active::after,
.main-navigation li a:focus::after,
.main-navigation li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.section-subtitle {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.9px;
}
.procedure-copropriete {
	text-align: center;
	color: white;
	/* margin-top: 60px; */
	font-size: 0.8em;
	/* margin-bottom: 10px; */
}
.small-padding-top{
	margin: 50px 0 0;
}
.main-navigation ul li > ul li > a{
	padding: 6px 12px !important;
}
a.btn-danger.sr-animation, a.btn-primary.sr-animation, a.btn-info-light.sr-animation, a.btn-info.sr-animation {
    font-size: 0.9em;
}

.list-cta-images-style-two li a .icon-list-cta {
    fill: white !important;
}

h2.site-property-controller-title {
    font-weight: 900 !important;
    font-size: 2.75em !important;
    line-height: 68px !important;
    margin: 0 !important;
}
.item-property-list-content .cta .btn {
	font-size: 0.9em !important;
}

.list-option-menu-homepage li a {
    font-size: 0.9em !important;
}

.item-promo:hover {
    transform: translatey(-15px);
}
.item-promo{
	transition: ease all 0.5s;
}
ul.slick-dots{
	bottom: inherit !important;
	top: 10px !important;
}

h1.site-property-controller-title{
	font-size: 2.75em;
}

.col.s7.fullwidth-995.square-content.left {
	width: 62.333333% !important;
}
h2.section-title.title-after-shadow{
	line-height: 1.1em;
}

h1.section-title.title-in-shadow.spe{
    position: absolute;
}

.article-sell-a-apartement-detail-single{
	max-width: 1050px;
    margin: 0 auto;
}

@media screen and (min-width: 994px){
	.detail-contact > p{
		max-width: 440px;
	}
}
@media screen and (max-width: 994px){
	ul.list-cta-images.list-cta-images-style-two span{
		display: none;
	}
	.rwd-main-navigation ul li a{
		padding: 20px 15px !important;
	}
}
@media (max-width: 995px){
	.site-header-middle .site-header-logo {
	    float: inherit !important;
	    display: inline-block;
	    width: initial;
	    margin-left: 85px;
	}
}
@media (max-width: 570px){
	.rwd-btn-menu {
	    margin-left: 15px;
	    margin-top: 35px;
	     margin-right: 15px !important;
	}
}
@media screen and (max-width: 1440px){
	.detail-contact-content-wrapper span.text,
	.detail-contact .detail-contact-content .detail-contact-name {
    	margin-left: 20px !important;
	}
}

/*  DATEPICKER CUSTOMISATION */
/* #daterangepicker{ font-size: 15px; } */
.date-picker-wrapper .footer{ display: none !important; }
.date-picker-wrapper{ padding: 0 !important }
.month-element, .week-name { color: black; }


html .item-property-gallery figure {
	height: 450px;
}
@media all and (min-width: 1441px) {
	html .item-property-gallery figure {
		max-height: unset;
	}
}
a.like{
	display: none !important;
}
html .item-property-gallery figure img {
	max-width: unset;
    position: absolute;
    top: 50%;
			object-fit: cover;
		height: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s ease-out;
}
html .item-property-gallery figure img:hover {
    width: 105%;
}
html .site-property-items-controller .form-view,
html .site-property-items-controller .form-search{
	width: 50%;
}
@media screen and (max-width: 570px){
	html .item-property-gallery .cta .btn{
		font-size: 1.5em !important;
	}
}
/* LOADER CUSTOMISATION  */
@keyframes placeHolderShimmer{
    0%{
        background-position: -380px 0
    }
    100%{
        background-position: 395px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 525px;
    position: relative;
}
.masker{
	background: #fff;
  position: absolute;
}
.masker-1{
	top: 378px;
	left: 0;
	width: 100%;
	height: 20px;
}
.masker-2{top: 398px;right: 0;width: 35%;height: 60px;}
.masker-3{top: 426px;left: 0;width: 100%;height: 10px;}
.masker-4{top: 448px;left: 65%;width: 22px;height: 77px;}
.masker-5{top: 488px;left: 0;width: 65%;height: 10px;}
.masker-6 {	top: 498px;	left: 0;	width: 65%;	height: 29px;}
.masker-7 {	top: 458px;	left: 65%;	width: 70px;	height: 29px;}
.masker-8 {	top: 480px;	left: 65%;	width: 35%;	height: 7px;}




.rwd-main-header{
	border-bottom: none !important;
}
.rwd-main-header .search-rwd{
	display: none !important;
}
@media screen and (max-width: 600px){
	.item-promo-wrapper-one .item-promo-one-rwd .nav-next {
		right: 0px !important;
	}
	.item-promo-wrapper-one .item-promo-one-rwd .nav-prev {
		left: 0px !important;
	}
	html body .homepage-hero.padding-after-header .homepage-hero-slider-item {
			padding-top: 60% !important;
	}
}

@media (max-width: 890px){
	html .homepage-hero.padding-after-header .homepage-hero-slider-item {
    	padding-top: 30% ;
	}
}


.page-template-page-gestion .box-square .square-content{
	top: inherit !important;
	transform: inherit !important;
}

@media screen and (max-width: 994px){
	.page-template-page-gestion .box-square .square-content, .page-template-page-gestion .box-square .image{
		position: inherit !important;
	}
}

.container-slider-vert-text{
	height: 700px;
}

.margin-spe{
	margin: 50px 0;
}
@media (max-width: 993px){
	.page-template.page-template-page-location figure {
    	max-height: 275px !important;
	}
	.page-template.page-template-vente figure {
    	max-height: 255px !important;
	}
}


.page-template.page-template-page-agence .section-title{
	margin-bottom: 10px;
	z-index: 9;
}
.page-template.page-template-page-agence h2.section-title.title-normal.under-title {
	font-size: 1.7em;
	margin-bottom: 60px;
	font-size: 1.3125em;
	line-height: 1.8;
	letter-spacing: 1.5px;
	text-align: center;
}
.page-template.page-template-page-agence .section-title.title-in-shadow {
	position: absolute;
	top: 0px;
	z-index: 0;
}

.page-template.page-template-page-agence .container-slider-vert-text {
    overflow: hidden;
}

.no-dots-slider .slick-dots{
	display: none !important;
}

body.page-template-vente #reset-filters,
body.page-template-vente #validate-filters{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body.page-template-page-home .container-table-text p{
    font-size: 1.2em;
}

.item-sale-trust-desc p {
    font-size: 1em !important;
}

.site-header-user ul li.user-profile{
    display: none;
}

.label-cu{
	color: white;
	font-size: 0.89em;
	display: none;
	transition: ease-in-out 0.5s all;
}

.label-cu.open{
	display: block;
}

.btn-ensvaoirplus{
	color: white;
	background-color: #0f0a30;
	padding: 5px 10px;
	cursor: pointer;
}
label.label-cu.open {
    margin-bottom: 10px;
}

svg.icon-field{
	pointer-events: none;
}

/* tarifs */
#section-price1{
	display: none;
}
#section-price2{
	display: none;
}
#section-price3{
	display: none;
}
#section-price4{
	display: none;
}
#section-price5{
	display: none;
}
#section-price6{
	display: none;
}
.open{
	display: block !important;
}


/* z-index title */
.section-title.title-after-shadow {
  z-index: 1;
}

.item-form-sell-property-detail .full{
	padding: 0 20px;
}
select.more-details {
	background: #c6ae88;
	color: white;
	height: 36px;
	font-size: 0.675em;
	padding: 10px 8px !important;
	margin: 2px 0;
	text-transform: uppercase;
}
html .box-sell-property-detail .form-sell-property-detail .item-form-sell-property-detail input[type="checkbox"] + label{
		margin-bottom: 17px;
}
#clearFilter{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body.page-template-page-vente-details div.wpcf7-mail-sent-ok{
	float: left;
}

article.accordion-item-box a:hover {
	color: #0f0b30;
}

article.accordion-item-box a {
	color: #e19c00;
}

a#resetFilters {
	font-size: 0.8em;
	text-align: center;
	display: block;
	margin-top: 6px;
}
a#resetFilters:hover {
	text-decoration: underline;
}

p.MessageErreur {
	text-align: center;
	font-size: 27px;
	padding: 50px 40px 30px;
	letter-spacing: 0px;
}

body.page-template-page-home-vacances .item-offers-content{
	cursor: pointer;
}

body.page-template-page-agence section .container-table > p {
	font-size: 1.1em;
}
.extranet p {
	font-size: 19px !important;
}
.extranet a {
	margin-top: 20px;
}
.extranet h2 {
	margin-bottom: 50px;
}
.aligncenter{
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.container-slider .col{
	margin-bottom: -6px;
}

.item-sale-trust figure {
	max-height: 500px !important;
}

@media (max-width: 767px){
	body .item-site-price.management-marketing .management-marketing-content-list .content-rwd-title{
		display: inline-block;
	}
	.hidden-mobile{
		display: none !important;
	}
	img.aligncenter{
		width: 100%;
		height: auto;
	}
}



@media (max-width: 995px){
	html .box-square .square-content{
		position: relative;
		transform: unset;
		top: unset;
	}
	html .box-square {
		height: unset;
		max-height: unset;
	}
}

/* CUSTOMIZATION ZENDESK */
/* html .meshim_widget_components_chatButton_Button .button_bar{
	background: #d0070;
	background: -o-linear-gradient(top,rgba(0, 87, 124,1),rgba(15, 11, 48, 1));
	background: -moz-linear-gradient(top,rgba(0, 87, 124,1),rgba(15, 11, 48, 1));
	background: -ms-linear-gradient(top,rgba(0, 87, 124,1),rgba(15, 11, 48, 1));
	background: linear-gradient(top,rgba(0, 87, 124,1),rgba(15, 11, 48, 1));
	background: -webkit-gradient(linear,center top,center bottom,from(rgb(0, 87, 124)),to(rgb(15, 11, 48)))
} */

span.price-vente {
    font-style: italic;
    font-size: 2em;
    vertical-align: middle;
    padding-right: 28px;
}


.page-template-page-home-vacances a.plus,
.page-template-page-location a.plus{
    display: none !important;
}

@media (max-width: 500px) {
	.small-padding-top {
		margin: 0 0;
		padding-top: 60px;
	}
	body.page-template-page-vente-details-php section.sell-a-property-detail{
		padding: 0px 0;
	}
	html .tabs .tabs-control li{
		min-width: unset;
		font-size: .8em;
	}
}


.box-sell-property-research .plus-modal{
	display: none !important;
}

.bottom-text > p {
	text-align: center;
	color: #00587FE6;
	font-size: 17px;
	margin-top: 60px;
}

html .site-header-middle .main-navigation {
	position: relative;
	top: -13px;
	transition: top 500ms ease-in-out;
}

html .is-big.site-header-middle .main-navigation {
	top: 0px;
	transition: top 500ms ease-in-out;
}
span.vedette{
	text-transform: uppercase;
	color: #e19c00;
	font-size: 15px;
	letter-spacing: 0.5px;
	height:10px;
	display: inline-block;
}
span.vedette > img {
	width: 20px;
	vertical-align: top;
	padding-right: 4px;
}

body.page-template-page-vente-details .list-detail-property{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}

body.page-template-page-home .to-top.floating:before{
		height: 130% !important;
}


body.page-template-page-home .nospace-top-890 .btn-fullwidth {
	margin: 0 auto;
}

body.page-template-page-home .nospace-top-890 .slick-list {
	max-height: unset;
}

body.page-template-page-agence .team-wrapper .custom-nav { display:none; }


body.page-template-page-programmes .programmes-title{
	font-weight: unset;
	font-size: 1.7em;
}

p.livraison-date {
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-size: 1.1em;
	position: relative;
}

body.page-template-page-programmes-detail .to-top {
	bottom: -60px !important;
	z-index: -1;
	height: 116% !important;
}

table.liste-lot {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 6px;
}

table.liste-lot > thead {
	background: #002145;
	color: white;
	text-transform: uppercase;
	font-weight: 900;
}

table.liste-lot td {
	padding: 10px 0px 10px 10px;
	color: #002145;
}
table.liste-lot thead td{
	color: #ffffff;
}


.liste-lot > tbody > tr:nth-child(odd) {
	background: #E5DBCB;
}

.liste-lot > tbody > tr:nth-child(even) {
	background: #fff;
}

.liste-lot > tbody > tr {
	margin: 10px;
	font-weight: 600;
	font-size: 1em;
}

td.icon-map > svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	cursor: pointer;
}

.liste-lot > tbody > tr:nth-child(even) svg > path{
	fill: #002145 !important;
}

div#popup-plan {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	background: #00000047;
}

.popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1024px;
}
.popup-slides .slick-slide > img {
	/* object-fit: cover;
	width: 100%; */
}

#popup-plan .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: blue;
	color: white;
}
#popup-plan .slick-prev{
	left: 0;
}
#popup-plan .slick-next{
	right: 0;
}

#popup-plan .slick-list{
	max-height: unset;
}

body.page-template-page-programmes-detail .custom-nav .nav-prev,
body.page-template-page-programmes-detail .custom-nav .nav-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: rgba(15, 10, 48, 0.5);
  height: 75px;
  width: 75px;
  line-height: 72px;
  text-align: center; }
  @media (max-width: 890px) {
    body.page-template-page-programmes-detail .custom-nav .nav-prev,
    body.page-template-page-programmes-detail .custom-nav .nav-next {
      height: 75px;
      width: 75px;
      line-height: 72px; } }
  body.page-template-page-programmes-detail .custom-nav .nav-prev:hover, body.page-template-page-programmes-detail .custom-nav .nav-prev:focus,
  body.page-template-page-programmes-detail .custom-nav .nav-next:hover,
  body.page-template-page-programmes-detail .custom-nav .nav-next:focus {
    background: #0f0a30; }
  body.page-template-page-programmes-detail .custom-nav .nav-prev.nav-prev .icon-nav,
  body.page-template-page-programmes-detail .custom-nav .nav-next.nav-prev .icon-nav {
    right: 3px; }
  body.page-template-page-programmes-detail .custom-nav .nav-prev.nav-next .icon-nav,
  body.page-template-page-programmes-detail .custom-nav .nav-next.nav-next .icon-nav {
    left: 3px; }
  body.page-template-page-programmes-detail .custom-nav .nav-prev .icon-nav,
  body.page-template-page-programmes-detail .custom-nav .nav-next .icon-nav {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    fill: white;
    vertical-align: middle; }

body.page-template-page-programmes-detail #popup-plan .custom-nav .nav-prev {
  left: 0px; }

body.page-template-page-programmes-detail #popup-plan .custom-nav .nav-next {
  right: 0px; }

.item-property-detail-slider-nav .item-property-detail-slider-nav-content {
  background: white; }

.item-property-detail-slider-nav {
  position: relative; }
  @media (max-width: 995px) {
    .item-property-detail-slider-nav {
      display: none; } }
  .item-property-detail-slider-nav-content .slick-arrow {
    display: none !important; }
  .item-property-detail-slider-nav-content .small-image {
    cursor: pointer; }

.item-property-detail-slider-content {
	max-height: 700px;
	overflow: hidden;
}

span.strikedPrice {
	position: relative;
	padding-right: 10px;
	display: inline-block;
}
span.strikedPrice:after {
	display: block;
	width: 40px;
	height: 2.5px;
	background: #e19c00;
	content: '';
	position: absolute;
	right: 12px;
	transform: rotate(-35deg);
	top: 40%;
}


.homepage-hero-slider .slick-list {
	max-height: 860px;
}

.description-text-page{
    /*display: none;*/
    margin: 20px 10px 40px; 
}

@media (max-width: 650px){
    body.page-template-page-locationNEW h1{
        font-size: 1.75em;
        letter-spacing: 2.5px;
    }
}

@media (max-width: 992px){
    .cross-links {
        display: none;
    }
}

.cross-links h4 {
    margin: 20px 0 10px;
    font-weight: bold;
}

.cross-links ul li {
    margin: 3px 0;
}

.cross-links ul li a:hover {
    text-decoration: underline;
}


.image-link-full{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}




/* ========================================================================= *\
**  === PAGE BLOG                                                            *| 
\* ========================================================================= */
.page-template-template-destination h1,
.page-template-template-destination h2,
.page-template-template-destination h3,
.page-template-template-destination h4,
.page-template-template-destination h5,
.page-template-template-destination h6,
.page-template-template-destination--chalet h1,
.page-template-template-destination--chalet h2,
.page-template-template-destination--chalet h3,
.page-template-template-destination--chalet h4,
.page-template-template-destination--chalet h5,
.page-template-template-destination--chalet h6 {
	font-family: "Avenir";
	letter-spacing: 0.03em;
	margin-bottom: 0.5em;
	color: #0e092f; 
}

.page-template-template-destination h1, 
.page-template-template-destination--chalet h1{
	font-size: 3.1em;
}
.page-template-template-destination h2, 
.page-template-template-destination--chalet h2 {
	margin-top: 15px;
	font-size: 2.4em;
}
.page-template-template-destination h3 {
	font-size: 1.9em;
	font-family: "Arial";
	text-transform: uppercase;
	color: #76767C;
}

.page-template-template-destination--chalet h3 {
	font-size: 1.9em;
	font-family: 'Avenir';
	color: #0e092f;
	margin-bottom: 0;
	margin-top: 20px;
}

.page-template-template-destination--chalet h2 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.page-template-template-destination :not(.address-agency) > h4, 
.page-template-template-destination--chalet :not(.address-agency) > h4 {
	font-size: 1.7em;
	font-family: "Arial";
	text-transform: uppercase;
	color: #00577C;
}
 .page-template-template-destination h5,
 .page-template-template-destination--chalet h5 {
	font-size: 1.3em;
}
.page-template-template-destination h6,
.page-template-template-destination--chalet h6 {
	font-size: 1.1em;
}
.page-template-template-destination em,
.page-template-template-destination--chalet em {
	font-style: italic;
}
.page-template-template-destination strong,
.page-template-template-destination--chalet strong {
	color: inherit;
	font-weight: 800;
}
.page-template-template-destination main.site-main ul li:not(.menu-item),
.page-template-template-destination--chalet main.site-main ul li:not(.menu-item) {
	padding: 4px 0px;
	line-height: 1.6;
}
.page-template-template-destination main.site-main ul,
.page-template-template-destination--chalet main.site-main ul {
	color: #76767C;
	padding-left: 20px;
	list-style: initial;
}
.page-template-template-destination main.site-main p, 
.page-template-template-destination--chalet main.site-main p {
	color: #5c5c60;
}
.page-template-template-destination main.site-main .row, 
.page-template-template-destination--chalet main.site-main .row{
	margin: 25px 0;
}
.page-template-template-destination .item-destinations-figure, 
.page-template-template-destination--chalet .item-destinations-figure {
	max-width: unset;
    max-height: unset;
    background: none !important;
}

.page-template-template-destination .item-destinations-figure:hover img, .page-template-template-destination .item-destinations-figure:focus img,
.page-template-template-destination--chalet .item-destinations-figure:hover img, .page-template-template-destination--chalet .item-destinations-figure:focus img {
    opacity: 0.9;
}
.page-template-template-destination .item-destinations h3,
.page-template-template-destination--chalet .item-destinations h3 {
	margin-bottom: 0;
	margin-top: 40px;
    color: #00577C;
}
.p-pl p {
	padding-left: 0 1.4em;
}
.p-pr p {
	padding-right: 0 1.4em;
}
.p-px p {
	padding: 0 2.9em;
}
.white-space.petit {
	height: 20px;
}
.white-space.moyen {
	height: 60px;
}
.white-space.grand {
	height: 100px;
}
@media all and (min-width: 768px) {
	.page-template-template-destination .row-eq-height,
	.page-template-template-destination--chalet .row-eq-height {
		display: flex;
		flex-direction: row;
		width: 100%;
		float: none;
		align-items: center;
	}
	/* padding: 0 40px; */
	.page-template-page-vente .site-property-controller-title {
    text-align: left !important;
    padding-left: 38px;
	}
}

@media all and (min-width: 993px) {

	.page-template-page-vente .site-main-wrapper {
		overflow: unset;
	}
	#sidebar-sticky {
		position: sticky;
    top: 100px;
    overflow-y: auto;
    height: calc(100vh - 20px);
	}
	#sidebar-sticky::-webkit-scrollbar {
		display: none;
	}
}

.page-template-page-vente span.select2-selection__rendered{
	min-width: 160px;
}

.page-template-page-vente .result-list-grid article .description {
	font-size: 0.9em;
}


.page-template-template-destination .accordion-item-header .count-accordion,
.page-template-template-destination--chalet .accordion-item-header .count-accordion {
	vertical-align: initial;
	border-right: 1px solid #0f0a30;
}
.page-template-template-destination .accordion-item .accordion-item-box,
.page-template-template-destination--chalet .accordion-item .accordion-item-box {
	color: #76767C;
	font-size: 1.1em;
}

.page-template-template-destination .accordion-item-header .icon-accordion-radio .icon-totop,
.page-template-template-destination--chalet .accordion-item-header .icon-accordion-radio .icon-totop {
	fill: black;
}
.page-template-template-destination .accordion-item-header .icon-accordion-radio,
.page-template-template-destination--chalet .accordion-item-header .icon-accordion-radio {
	background: transparent;
}

.page-template-template-destination .item-destinations-content,
.page-template-template-destination--chalet .item-destinations-content {
	box-shadow: unset;
}
.page-template-template-destination .item-destinations-desc,
.page-template-template-destination--chalet .item-destinations-desc {
	padding: 0;
}

.page-template-template-destination .item-destinations h3,
.page-template-template-destination--chalet .item-destinations h3 {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 1.3em;
}

.page-template-template-destination .item-destinations-desc-content,
.page-template-template-destination--chalet .item-destinations-desc-content {
	color: #5C5C5C;
	letter-spacing: 0.4px;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80%, 0) rotate(5deg);
    transform: translate3d(0, 80%, 0) rotate(5deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80%, 0) rotate(5deg);
    transform: translate3d(0, 80%, 0) rotate(5deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-duration: 100ms;
}

.font-overpass {
	font-family: "Overpass", sans-serif;
}

.lang-selector {
	position: fixed;
	right: 29px;
	top: 106px;
	z-index: 9999;
	padding: 2px 8px;
	font-size: 0.8em;
}

.lang-selector a {
	font-size: 0.6em;
	color: #ffffffdb;
	position: relative;
}
.lang-selector::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/* backdrop-filter: blur(7px); */ 
	background: #0f0930;
}



.lang-selector.is-active::before {
	/* content: unset; */
	background: #c6ae88;
}

.lang-selector a.is-active {
	color: #C6AE88;
	font-weight: 700;
}

.lang-selector span.separator {
	font-size: 0.6em;
	position: relative;
}
@media all and (max-width: 768px) {
	.lang-selector {
		right: 33px;
		top: 111px;
	}
	.lang-selector a {
		font-size: 1em;
	}
	.lang-selector span.separator {
		font-size: 1.1em;
	}
}
@media (max-width: 576px) {
	.lang-selector {
		display: none;
	}
}


.lang-selector.is-active a.is-active {
	color: #0e092f;
}


.lang-selector.has-sticky-engine a:not(.is-active) {
	color: #f1f1f1;
}
.page-id-32047 .header-exception--intro{
	margin-bottom: -150px;
}
.page-id-44715 .header-exception--intro{
	margin-bottom: -150px;
}
@media (min-width: 1200px) {
	.page-id-32047 .header-exception--intro{
	 	margin: -150px 40% -150px;
    }
	.page-id-44715 .header-exception--intro{
	 	margin: -150px 40% -150px;
    }
}

.bandeau-boutons.bg-blue .btn-ghost.bouton-picto span {
  color: #c7ae89!important;
}

.page-id-52605 .bons-plans .bon-plan .bon-plan-description,
.page-id-104094 .bons-plans .bon-plan .bon-plan-description {
    font-size: 17px !important;
    line-height: 28px;
}

.gsi-estim-form {
    font-family: 'Arial', sans-serif;
    color: #121B2F;
    max-width: 600px;
    margin: 0 auto;
	background: white;
    padding: 20px;
}
.gsi-estim-form .gsi-input, 
.gsi-estim-form select.gsi-input {
    border: none;
    border-bottom: 1px solid #8c8c8c;
    background: transparent;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    color: #121B2F;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.gsi-estim-form .gsi-input:focus {
    border-bottom: 1px solid #121B2F;
}
.gsi-estim-form select.gsi-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23121B2F%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 10px auto;
    padding-right: 20px;
}
.gsi-estim-form .wpcf7-list-item { margin: 0 20px 0 0; }
.gsi-estim-form .wpcf7-list-item label { cursor: pointer; display: flex; align-items: center; font-weight: normal; }

.gsi-estim-form input[type="radio"] {
    appearance: none; -webkit-appearance: none;
    width: 18px; height: 18px;
    border: 1px solid #121B2F; border-radius: 50%;
    margin-right: 8px; display: inline-block; position: relative; outline: none;
}
.gsi-estim-form input[type="radio"]:checked::after {
    content: ''; width: 10px; height: 10px;
    background: #121B2F; position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    border-radius: 50%;
}
.gsi-file-input {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0; cursor: pointer; z-index: 2;
}
.gsi-estim-form input[type="submit"] {
    background-color: #121B2F; color: #ffffff; border: none;
    padding: 12px 30px; font-size: 14px; text-transform: uppercase;
    letter-spacing: 1px; cursor: pointer; height: 50px;
}
.gsi-estim-form input[type="submit"]:hover { background-color: #2c3e50; }
.gsi-form-dark .wpcf7-response-output {
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-size: 14px; margin-top: 20px;
}
.gsi-form-dark .wpcf7-response-output.wpcf7-validation-errors {
    color: #ffcccc !important; border-color: #ffcccc !important;
}
.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
    z-index: 10;
    visibility: visible;
    display: block;
    color: black;
}
.wpcf7-list-item span.wpcf7-list-item-label {
	margin-left: 20px;
}