/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
/*button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	border-radius: 0;
	background-image: url(assets/images/button-bg.svg);
	cursor: pointer;
	-webkit-appearance: none;
	width: 161px;
	height: 49px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0 0px 0px 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #05ADA8;
	position:relative;
	z-index:22;
}*/


.post-content button, .post-content input[type="button"], .post-content input[type="reset"], .post-content input[type="submit"] {
	border: none;
	border-radius: 0;
	background-image: url(assets/images/button-bg.svg);
	cursor: pointer;
	-webkit-appearance: none;
	width: 161px;
	height: 49px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 0 0px 0px 18px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #05ADA8;
	position:relative;
	z-index:22;
}


button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}



input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
	color: #808285;
	border-style: solid;
	border-width:0 0 1px 0;
	border-color:#808285;
	border-radius: 0px;
	background:none;
	padding:0 0 6px 0;
	transition:all 0.25s linear;
	outline:none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus{
	border-color:#05ADA8;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
	font-family: 'Manrope', sans-serif;
	line-height: 22px;
	font-size: 16px;  
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  color:#404040;
  font-family: 'Manrope', sans-serif;
  line-height: 26px;
  font-size: 16px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  line-height: 71.03999999999999px;
  font-size: 52px;
  font-weight:700;
}

h2 {
	line-height: 56px;
	font-size: 48px;
	font-weight:700;
}

h3 {
	line-height: 40px;
	font-size:32px;
	font-weight:600;
}
h4 {
	line-height: 32px;
	font-size: 24px;
	font-weight:600;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin:0 0 1.5em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #05ADA8;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #08817D;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1540px;
	margin:0 auto;
}

/*--------------------HEADER----------------------*/
#masthead {
	padding: 30px 0;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 4px -1px 4px #707070;
	z-index:9000;
}

#header-menu ul{
	padding:0;
	margin:0;
}

#header-menu ul li{
	list-style:none;
	float:left;
	margin-right:35px;
}

#header-menu ul li:last-child{
	margin-right:0;
}

#header-menu ul li a {
	color: #808285;
	position: Relative;
	text-transform: uppercase;
	font-weight: 700;
}

#header-menu ul li a:after{
	background: #05ADA8;
	width: 0;
	height: 2px;
	transition: all 0.25s linear;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
}

#header-menu ul li a:hover,
#header-menu ul li.current_page_item a{
	color:#05ADA8;
}

#header-menu ul li a:hover:after,
#header-menu ul li.current_page_item a:after{
	width:100%;
}

#logo img {
	width: 190px;
}

#masthead .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-menu-secondary ul{
	padding:0;
	margin:0;
}

#header-menu-secondary ul li{
	list-style:none;
	float:left;
	margin-right:35px;	
}

#header-menu-secondary ul li:last-child{
	margin-right:0;
}

#header-menu-secondary ul li a {
	color: #05ADA8;
	position: Relative;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #C6E8E7;
	padding: 10px 20px;
	box-sizing: border-box;
	transition:all 0.25s linear;
}

#header-menu-secondary ul li.wpml-ls-item a {
	display: inherit;
	padding: 0;
	background: none !important;
	color:#05ADA8 !important;
	position:Relative;
}

#header-menu-secondary ul li.wpml-ls-item a:before{
	content:'';
	background-image:url(assets/images/world-icon.svg);
	width:20px;
	height:20px;
	float:left;
	margin-right: 10px;
	margin-top: 1px;	
}


#header-menu-secondary ul li a:hover{
	background:#808285;
	color:#fff;
}

/*--------------------PAGES----------------------*/
#main {
	padding: 94px 0 0 0;
}

.post-content h2{
	margin-bottom:40px;
}

.post-content h3,
.post-content h4{
	margin-bottom:20px;
}

.btn-wrapper {
	display: inline-block;
}

.btn-arrow {
	color: #05ADA8 !important;
	text-transform: uppercase;
	font-weight: 700;
	position:relative;
	text-transform:uppercase;
}

.btn-arrow:before{
	content: '';
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 0;
	height: 11px;
	position: relative;
	float: left;
	margin-right: 0;
	background-repeat: no-repeat;
	top: 7px;
	transition:all 0.25s linear;
}

.btn-arrow:after{
	content: '';
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: relative;
	float: right;
	margin-left: 12px;
	background-repeat: no-repeat;
	top: 7px;
	transition:all 0.25s linear;
}

.btn-arrow:hover:before{
	width:18px;
	margin-right: 12px;
}

.btn-arrow:hover:after{
	width:0;
}

.content-col-right.with-img-tag:before {
	display: none;
}

.content-col-right.with-img-tag img{
	max-width:100%;
}

#home-slider-section {
	background-color: #05ADA8;
	color: #fff;
	position: Relative;
	overflow: hidden;
}

@media screen and (min-width:1551px), screen and (min-height: 800px) {
	#home-slider-section {
		height: calc(100vh - 94px);
	}		

	#home-slider-section .owl-carousel .owl-stage{
		height: calc(100vh - 94px);
	}	
}

#home-slider-section:before {
	content: '';
	background-image: url(assets/images/banner-icon2.svg);
	width: 233px;
	height: 378px;
	position: absolute;
	top: 23%;
	left: -100px;
	background-size: 100%;
	z-index: 2;
}


.slider-counter {
	font-weight: 700;
	width: 630px;
	position: absolute;
	bottom: 78px;
	z-index: 2;
	left: 596px;
}

#home-slider-section .owl-dots .owl-dot {
	height: 2px;
	background: #fff;
	display: block;
	width: 100%;
	box-shadow: none;
	border: none;
	opacity:0.5;
}

#home-slider-section .owl-dots .owl-dot.active{
	opacity:1;
}

#home-slider-section .owl-dots {
	display: flex;
	width: 630px;
	position: absolute;
	left: 0;
	bottom: 120px;
}

#home-slider-section .owl-item{
	position:inherit;
}

.slider-desc {
	width: 630px;
	box-sizing: border-box;
	padding: 120px 50px 150px 0;
	background-color: #05ADA8;
}

.owl-carousel .animated {
	-webkit-animation-duration: 350ms;
	animation-duration: 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
  
.slider-subtitle {
	opacity: 0.7;
	font-weight: 700;
	letter-spacing: 1.6px;
	margin-bottom: 35px;
}

.slider-text.post-content {
	margin-bottom: 15px;
	overflow: hidden;
}

.btn {
	color: #fff;
	position: relative;
	font-weight: 700;
	padding: 15px 30px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
	background-image: url(assets/images/button-border.svg);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
	background-size: 100% auto;
	overflow:hidden;
	text-transform:uppercase;
	justify-content: center;
}

.btn.green-btn{
	background-image: url(assets/images/button-green.svg);
	color:#05ADA8;
}

.btn.green-btn:after{
	filter:none;
}

.btn.green-btn:before{
	background:#05ADA8;
}


.btn.green-btn:hover{
	color:#fff;
}

.btn.green-btn:hover:after{
	filter:invert(100) brightness(100);
}

.btn:after{
	content: '';
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: relative;
	float: right;
	margin-left: 12px;
	background-repeat: no-repeat;
	top: 0px;
	transition:all 0.25s linear;
	filter:invert(100) brightness(100);	
}


.btn:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 15px;
	right: -30px;
	width: 300%;
	height: 300%;
	padding-bottom: 100%;
	transform-origin: 100% 0;
	transition: transform 0.3s ease-in-out;
	transform: translate(23%, -85%) rotate(45deg);
}

.btn:hover:before{
	color:#fff;
	transform: translate(18%, -34%) rotate(45deg);
}

.btn:hover{
	color:#05ADA8;
}

.btn span{
	position:Relative;
}

.btn:hover:after{
	filter:inherit;	
}

.slider-photo {
	width: 50%;
	background-size: cover;
	background-position: center;
	filter: grayscale(100);
	position: absolute;
	right: 0;
	top: 0;
	height: 76rem;
}

.slider-item {
	display: flex;
	justify-content: space-between;
}

body.en .slider-item .btn{
	padding:15px;
}

.owl-nav button {
	background: none;
	box-shadow: none;
	border: none;	
}

.owl-nav .owl-prev span {
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: relative;
	background-repeat: no-repeat;
	transition: all 0.25s linear;
	filter: invert(100) brightness(100);
	display: inline-block;
	text-indent: -9999px;
	transform: rotate(180deg);
	margin-right: 15px;
	opacity: 0.5;
}

.owl-nav .owl-next span {
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: relative;
	background-repeat: no-repeat;
	transition: all 0.25s linear;
	filter: invert(100) brightness(100);
	display: inline-block;
	text-indent: -9999px;
	opacity: 0.5;
}

.owl-nav button:hover span{
	opacity:1;
}

#home-slider-section .owl-nav {
	position: absolute;
	bottom: 70px;
}

.center-align{
	text-align:center;
}

#cta-immobiliere{
	background-image:url(assets/images/cta1-bg.jpg);
	background-size:cover;
	background-position: center;
	padding:120px 0;
	color:#fff;
}

.btn-no-arrow .btn:after{
	display:none;
}

#cta-immobiliere p:first-child {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	opacity: 0.7;
}

#nos-service {
	padding: 150px 0;
	overflow: hidden;
	background-image: url(assets/images/content-logo.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

#nos-service-desc {
	width: 24%;
	position: Relative;
	padding: 120px 0px 0 120px;
	box-sizing: border-box;
	float: left;
	margin-right: 6%;
}

#nos-service-desc:before{
	background-image: url(assets/images/border-corner.svg);
	content: '';
	height: 200px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% auto;
}

#nos-service-cta-wrapper {
	position: relative;
	float: left;
	width: 70%;
	display: flex;
}

.nos-service-cta-item.post-content {
	width: 39%;
	border: 2px solid #05ADA8;
	transition:all 0.25s linear;
	position:Relative;
	margin-right:30px;	
}

.nos-service-cta-item:last-child{
	margin-right:0;
}

.nos-service-cta-icon img {
	max-height: 72px;
	margin-bottom: 25px;
}

.nos-service-cta-item:hover{
	background-color:#DFE0E0;
	border: 2px solid #DFE0E0;
}

.nos-service-cta-item a{
	color:#404040;
	display: block;
	padding: 40px;	
	box-sizing: border-box;
}

.nos-service-cta-item a:hover .btn-arrow:before{
	width:18px;
	margin-right: 12px;
}

.nos-service-cta-item a:hover .btn-arrow:after{
	width:0;
}


.nos-service-cta-text {
	min-height: 210px;
}

.nos-service-cta-item:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0px 0 50px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: -2px;
	top: -2px;
}

.nos-service-cta-item:after {
	content: '';
	width: 69px;
	height: 2px;
	background: #05ADA8;
	position: absolute;
	top: 22.5px;
	right: -11px;
	transform: rotate(45deg);
	transition: all 0.25s linear;
}

.leaflet-bottom.leaflet-right {
	display: none;
}

.nos-service-cta-item:hover:after{
	background: #DFE0E0;
}

#page-banner {
	padding: 50px 0;
	color: #fff;
	position: relative;
	min-height: 350px;
	display: flex;
	align-items: center;
}

#page-banner:after{
	content: '';
	background-image: url(assets/images/banner-icon.svg);
	width: 455px;
	height: 557px;
	position: absolute;
	top: 120px;
	right: 0;
	background-size: 100% auto;
}

#page-banner-title {
	position: relative;
}

.page-banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	filter: grayscale(100);
	top: 0;
	left: 0;
	background-image:url(assets/images/banner.jpg);
}

.page-banner-img:before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-image:url(assets/images/banner-overlay.png);
	background-size:cover;
}

#page-banner-title h1 {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	width: 55%;
}

#nos-service.with-green-bg{
	background-image: url(assets/images/service-bg.jpg);
	background-size:cover;
	background-position:center;
	color:#fff;
}

#nos-service.with-green-bg:before {
	filter: brightness(100);
}

#nos-service.with-green-bg .nos-service-cta-item.post-content {
	border: 2px solid #fff;
}

#nos-service.with-green-bg .nos-service-cta-item.post-content:hover{
	background:#fff;
}

#nos-service.with-green-bg .nos-service-cta-item a {	
	color: #fff;
}

#nos-service.with-green-bg .nos-service-cta-item.post-content:hover a{
	color:#404040;
}


#nos-service.with-green-bg .nos-service-cta-icon img,
#nos-service.with-green-bg .btn-arrow:after,
#nos-service.with-green-bg  #nos-service-desc:before {
	filter: brightness(100);
}

#nos-service.with-green-bg .nos-service-cta-item.post-content:hover .nos-service-cta-icon img{
	filter:none;
}

 
#nos-service.with-green-bg .btn-arrow{
	color:#fff !important;
}

#nos-service.with-green-bg .nos-service-cta-item.post-content:hover .btn-arrow{
	color:#05ADA8 !important;
}

#nos-service.with-green-bg .nos-service-cta-item:before {
	border-color: #07A7A2 transparent transparent transparent;
}

#nos-service.with-green-bg .nos-service-cta-item:after {
	background: #fff !important;
}

.content-col-with-img {
	padding: 150px 0;
}

.front-content{
	position:relative;
}

.content-col-left {
	width: 39%;
	margin-right: 11%;
}

.content-col-right{
	width:45%;
	margin-left:5%;
	position:Relative;
}

.content-col-right:before{
	display:block;
	content:'';
	padding-top:80%;
}

.content-col-img{
	content:'';
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	left:0;
	filter:grayscale(100);
}

.container.flex-container {
	display: flex;
	align-items: center;
}

.col-img-additional-text {
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	padding: 15px 30px;
	box-sizing: border-box;
	color: #404040;
	border-left: 5px solid #05ADA8;
}

.col-img-additional-text a{
	color: #404040;
}

.col-img-additional-text > span {
	display: block;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	margin-bottom: 10px;
}

.page-intro-border {
  padding: 150px 0;
  overflow: hidden;
}

.page-intro-left{
	width: 31%;
	position: Relative;
	padding: 120px 0px 0 120px;
	box-sizing: border-box;
	float: left;
	margin-right: 10%;
}

.page-intro-left:after{
	content: '';
	background-image: url(assets/images/narrow-group.svg);
	background-repeat: no-repeat;
	width: 244px;
	height: 105px;
	position: absolute;
	top: 100px;
	right: -77%;
	background-size: 100% auto;
}

.page-intro-border .page-intro-left:before {
	background-image: url(assets/images/border-corner.svg);
	content: '';
	height: 200px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% auto;
}


.page-intro-right.post-content{
	width: 46%;
}

.page-intro-right.post-content .page-intro-right-inside{
	background-color: #DFE0E0;
	padding: 90px;
	box-sizing: border-box;
}

.page-intro-border .container {
	display: flex;
	justify-content: space-between;
}

.page-intro-right.post-content.large-content .page-intro-right-inside{
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}

.post-content ul{
	margin:0 0px 2.5em 1em;
	padding:0;
}

.post-content .page-intro-right-inside ul{
	margin:0;
}

.post-content .page-intro-right-inside ul li {
	list-style: none;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.post-content .page-intro-right-inside ul li:last-child{
	margin-bottom:0;
}

.post-content .page-intro-right-inside ul li:before{
	background-color:#05ADA8;
	content:'';
	position:absolute;
	width:20px;
	height:2px;
	left: 0;
	top: 17px;	
}

.post-content ul li:before{
	background-color:#05ADA8;
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	left: 0;
	top: 8px;	
}

.post-content ul li {
	list-style: none;
	position: relative;
	padding-left: 21px;
	margin-bottom: 15px;
}

.post-content ol li {
	margin-bottom: 15px;
}

.btn-wrapper-type2 a {
	display: block;
	background-color: #808285;
	color: #fff;
	width: 350px;
	padding: 20px;
	box-sizing: border-box;
	line-height: 26px;
	position:relative;
}

.btn-type2-title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	position:relative;
}

.btn-type2-text{
	position:relative;
}

.btn-wrapper-type2 a:after {
	background-image: url(assets/images/narrow.svg);
	background-color: #05ADA8;
	content: '';
	width: 90px;
	height: 100%;
	position: absolute;
	right: -90px;
	top: 0;
	background-repeat: no-repeat;
	background-size: 47px 47px;
	background-position: center;
}

.btn-wrapper-type2 a:before{
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #05ADA8;
	content: '';
	transition: all 0.25s linear;
}

.btn-wrapper-type2 a:hover:before{
	width: 100%;
}

.entretien-item a {
	height: 430px;
	display: block;
	background-size: cover;
	background-position: center;
	filter: grayscale(100);
	transition: all 0.25s linear;
}

.entretien-item a:hover{
	filter: grayscale(0);
}

#gallery {
	overflow: hidden;
	padding-top: 40px;
	position:Relative;
}

#gallery:after{
	content:'';
	background-color:#DFE0E0;
	width:100%;
	height:50%;
	position:absolute;
	bottom:0;
	left:0;
}

#entretien-gallery .owl-nav span{
	filter:inherit;
	width: 24px;
	height: 15px;	
}

#entretien-gallery .owl-nav{
	position: absolute;
	top: -40px;	
}

.entretien-item img{
	display:none !important;
}

 .fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 2%;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: none
}
  
.fancybox-caption{
	background:none;
}	 
  
.fancybox-show-thumbs .fancybox-inner {
   right: 0;
   bottom: 95px;
}
  
.fancybox-thumbs__list a:before {
	border: 3px solid #05ADA8;
} 

.fancybox-thumbs__list {
	margin: auto;
}

.fancybox-button:hover{
	box-shadow:none !important;
}

#nos-service.single-cta {
	background-color: #DFE0E0;
}

.single-cta .nos-service-cta-item:before {
	border-color: #DFE0E0 transparent transparent transparent;;
}

.single-cta .nos-service-cta-item:hover{
	border:2px solid #05ADA8;
}

.single-cta .nos-service-cta-item:hover:after{
	background: #05ADA8;
}

#nos-service.single-cta  .container {
	width: 1020px;
}

.single-cta .nos-service-cta-item.post-content {
	width: 100%;
	margin-right:0 !important;
}

.single-cta .nos-service-cta-item.post-content:hover{
	background-color:#fff;
	border:2px solid #fff;
}

.single-cta .nos-service-cta-item:hover:after {
	background: #fff;
}

.single-cta #nos-service-desc {
	width: 50%;
	margin-right: 15%;
}

.single-cta #nos-service-cta-wrapper {
	width: 35%;
}

.content-col-right.content-two-images .content-col-img {
	position: relative;
	margin-bottom:40px;
}

.content-col-right.content-two-images .content-col-img:before{
	display: block;
	content: '';
	padding-top: 80%;	
}

.content-col-right.content-two-images:before{
	display:none;
}

.container.flex-container-start {
	display: flex;
	align-items: flex-start;
}

#site-logo img {
	max-width: 190px;
	margin-bottom: 30px;
}

section.page-intro {
	padding:150px 0;
	overflow:hidden;
}

.page-intro .container{
	display: flex;
	justify-content: space-between;	
}

.page-intro .page-intro-left.post-content{
	padding:0;
}

.page-template-contact .page-intro-right.post-content {
	width: 53%;
}

.page-template-contact .page-intro-left:after {
	right: -60%;
}

.contact-form-title h3 {
	margin-bottom: 55px;
}

.field-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.field-col2 {
	width: 47%;
}

.field-col2 input,
.field-col-full input{
	width:100%;
	box-sizing:border-box;
}


.field-row label {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 21px;
	margin-bottom: 10px;
	display: block;
}

.field-row label span {
	color: #808285;
}

.field-row textarea{
	resize:none;
	height:60px;
}

.field-col-full {
	width: 100%;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #808285;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
	color: #808285;
	opacity:1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
	color: #808285;
}
input:-moz-placeholder,
textarea:-moz-placeholder  { /* Firefox 18- */
	color: #808285;
	opacity:1;
}

.button-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}


.button-wrapper:before {
	content: "";
	background: #05ADA8;
	position: absolute;
	top: 15px;
	right: -30px;
	width: 300%;
	height: 300%;
	padding-bottom: 100%;
	transform-origin: 100% 0;
	transition: transform 0.3s ease-in-out;
	transform: translate(23%, -85%) rotate(45deg);
}

.button-wrapper:hover:before{
	color:#fff;
	transform: translate(18%, -34%) rotate(44deg);
}

.button-wrapper:hover input,
.button-wrapper:hover button{
	color:#fff;
}

.button-wrapper:after {
	content: '';
	background-image: url(assets/images/arrow-icon.svg);
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: absolute;
	background-repeat: no-repeat;
	top: 18px;
	transition: all 0.25s linear;
	right: 20px;
}

.button-wrapper:hover:after{
	filter: invert(100) brightness(100);
}

.wpcf7-not-valid-tip{
	font-size:12px;
}

input {
	outline:none;
}

#map{
	height:600px;
	margin-bottom:150px;
}
.leaflet-tile-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.leaflet-marker-pane img {
	background-image: url(assets/images/marker.svg);
	width: 204px !important;
	height: 84px !important;
	position: relative;
	left: -87px;
	top: -15px;
}

.leaflet-pane.leaflet-popup-pane {
	display: none;
}

.leaflet-marker-pane img:before{
	display:none;
}

.content-col-right.content-two-images .content-col-img.last-col-img{
	margin-bottom:0;
}

.footer-contacts {
	margin-bottom: 40px;
}

.content-col-full.front-content {
	padding: 100px 30% 100px 0;
}

.unites-form {
	width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
}

.unites-form-wrapper{
	display:none;	
}

.file-wrapper {
	background: #F3F3F3;
	padding: 15px;
	box-sizing: border-box;
	color: #808285;
	align-items: center;
	display:flex;
	justify-content: space-between;
}

.field-row.file-row{
	flex-direction: column;
}

.field-file {
	width: 65%;
}

.file-bt-hidden{
	display:none;
}

.file-field-fake-bt {
	color: #fff;
	font-weight: 700;
	background-color: #05ADA8;
	padding: 8px 24px;
	box-sizing: border-box;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.25s linear;
	cursor:pointer;
}

.file-field-fake-bt:hover {
	background: #808285;
}

.unites-form .button-wrapper {
	float: right;
	clear: both;
}

.unites-form .wpcf7-response-output {
	clear: both;
	display: block;
	font-size: 13px;
}

.unitesForm-main-title {
	font-size: 32px;
	line-height: 40px;
	color: #404040;
	font-weight: 600;
	margin-bottom: 5px;
}

.unites-form-top-content{
	margin-bottom:40px;
}

.unitesForm-main-secondTitle {
	font-size: 21px;
	line-height: 30px;
}

#location-filter {
	background-color: #F3F3F3;
	width: 65%;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

#location-filter-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 49px;	
}

.filter-items {
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	border-width: 0px 1px 1px 1px;
	font-weight: 600;
	border-style: solid;
	border-color: #808285;
	z-index: 22;
}

.filter-items label {
	display: block;
}

.filter-items input {
	margin-right: 5px;
}

.filter-widget-title {
	font-weight: 700;
	font-size: 21px;
	line-height: 1;
	margin-right: 20px;
}

#sectors-filter,
#chambers-filter{
	margin-right: 20px;
	position: relative;
}

.filter-current {
	display: block;
	border: 1px solid #808285;
	padding: 16px 24px;
	box-sizing: border-box;
	color: #808285;
	width: 280px;
	position: relative;
	cursor:pointer;
}

.filter-current::after {
	content: '\f078';
	font-family: fontawesome;
	position: absolute;
	transition: all 0.25s linear;
	right: 19px;
	top: 17px;
}

.filter-current.active-filter::after {
	transform: rotate(180deg);
}

#filter-button {
	height: 59px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	background: #05ADA8;
	padding: 16px 20px;
	box-sizing: border-box;
	transition: all 0.25s linear;
	cursor: pointer;
	margin-right:20px;
}

#filter-button:hover{
	background:#707070;
}

#filter-reset-button{
	height: 59px;
	color: #808285;
	font-weight: 700;
	padding: 16px 0;
	box-sizing: border-box;
	transition: all 0.25s linear;
	cursor: pointer;
	text-transform:capitalize;
	text-decoration:underline;
}

#filter-reset-button:hover{
	text-decoration:none;	
}

#location-sort-filter > strong {
	display: block;
	margin-bottom: 8px;
}

#location-sort-filter {
	width: 25%;
}

.sort-current {
	display: block;
	border: 1px solid #808285;
	padding: 16px 24px;
	box-sizing: border-box;
	color: #808285;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.sort-current::after {
	content: '\f078';
	font-family: fontawesome;
	float: right;
	transition: all 0.25s linear;
}

.sort-items {
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	border-width: 0px 1px 1px 1px;
	font-weight: 600;
	border-style: solid;
	border-color: #808285;
	z-index: 22;
}

.sort-items label {
	display: block;
	padding: 0 14px;
	margin-bottom: 9px;
	cursor: pointer;
	transition:all 0.25s linear;
}

.sort-items label:last-child{
	margin-bottom:0;
}

.sort-items label:hover{
	color:#05ADA8;
}

#sort-filter{
	position: relative;
}

.sort-current.active-filter::after {
	transform: rotate(180deg);
}

.filter-current > span {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	width: 85%;
}
/*--------------------LOCATIONS----------------------*/
#locations{
	padding: 150px 0;
}

#locations-item-wrapper {
	display: flex;
	flex-flow: wrap;
}


.location-item-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom:26px;
}

.location-item-image::before {
	content: '';
	padding-top: 72%;
	display: block;
}

.location-item a{
	display:block;
	width:100%;
	height:100%;
	color:#808285
}

.location-item-title h3 {
	color: #404040;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	transition:all 0.25s linear;
	margin-bottom:10px;
}

.location-item a:hover .location-item-title h3{
	color:#05ADA8;
}

.location-item-ville, .location-item-chambres,.location-item-bain,.location-item-disponibilite {
	position: relative;
	margin-bottom: 5px;
}

.location-item-ville::before{
	background-image: url(assets/images/ville-icon.svg);
	background-repeat: no-repeat;
	background-size: 13px 16px;
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.location-item-chambres:before{
	background-image: url(assets/images/chambres-icon.svg);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 5px;
	margin-right: 5px;	
}


.location-item-bain:before{
	background-image: url(assets/images/bain-icon.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 1px;
	margin-right: 5px;		
}

.location-item-disponibilite:before{
	background-image: url(assets/images/date-icon.svg);
	background-repeat: no-repeat;
	background-size: 14px 15px;
	width: 24px;
	height: 24px;
	content: '';
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;		
}

.location-item-price{
	margin-top:15px;
}

.location-item-content {
	font-size: 14px;
	line-height: 20px;
}

.page-template-locations #page-banner::after {
	display:none;
}

#location-views {
	margin-bottom: 40px;
	border: 1px solid #05ADA8;
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	box-sizing: border-box;
}

#location-views a {
	padding: 15px 25px;
	display: inline-block;
	line-height: 1;
	cursor:pointer;
	color:#05ADA8;
}

#location-views a.active-view-bt {
	color: #fff;
	background-color: #05ADA8;
}

#view-type1::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url(assets/images/grid-icon.svg);
	background-size: 100%;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 1px;
}

#view-type2::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url(assets/images/cart-icon.svg);
	background-size: 100%;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	position: relative;
	top: 1px;
}

#location-views a.active-view-bt::before {
	filter: brightness(100);
}

#locations-cart-wrapper{
	display:none;
}

.map-popup {
	width: 260px;
}

.map-popup a {
	color: #808285;
	display: block;
}

#locationMap{
	width:100%;
	height:700px;
}

.location-map-img {
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
	display: block;
	object-fit: cover;
}

#locationMap button.gm-ui-hover-effect {
	display: none !important;
}

#location-single {
	padding: 60px 0 120px 0;
}

.backto a:before {
	content: '';
	background-image: url(assets/images/double-narrow.svg);
	background-size: 100%;
	width: 18px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.backto {
	margin-bottom: 40px;
}

#location-single-title h1 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 6px;
	font-weight: 600;
}

#location-single-ville {
	color: #808285;
	font-size: 20px;
	line-height: 26px;
}

#location-single-title-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom:25px;
}

#carte-bt {
	border: 1px solid #05ADA8;
	color: #05ADA8;
	font-size: 14px;
	padding: 11px 16px;
	width: 160px;
	position: relative;
	transition:all 0.25s linear;
	cursor:pointer;
}

#carte-bt::after {
	background-image: url(assets/images/ville-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 17px;
	height: 22px;
	content: '';
	position: absolute;
	top: 14px;
	right: 20px;
	filter: invert(40%) sepia(66%) saturate(2136%) hue-rotate(150deg) brightness(101%);
	transition:all 0.25s linear;
}

#carte-bt:hover{
	background-color:#05ADA8;
	color:#fff;
}

#carte-bt:hover:after{
	filter: brightness(100);
}

#location-main-image{
	width: 50%;
	height: 550px;	
	margin-right: 40px;	
}
#main-image-bg{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#location-thumbnails {
	display: flex;
	flex-flow: wrap;
	width: 50%;
}

#location-thumbnails a {
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom:40px
}

#location-thumbnails a:nth-child(2n){
	margin-right:0;
}

#location-thumbnails a:nth-child(3),
#location-thumbnails a:nth-child(4){
	margin-bottom:0;
}

.thumbnail-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#location-gallery {
	display: flex;
	position: relative;
	margin-bottom: 50px;
}

.gallery-count {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: rgba(112, 112, 112, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 12px;
}

.gallery-count::after {
	background-image: url(assets/images/photo-icon.svg);
	background-size: 100%;
	width: 14px;
	height: 13px;
	content: '';
	display: inline-block;
	margin-left: 7px;
}

.location-details-title{
	font-size:21px;
	line-height:30px;
	font-weight:700;
	margin-bottom:25px;
	color:#404040;
}

#location-details-text {
	color: #808285;
	padding-bottom: 15px;
}

#location-details-text ul li{
	list-style:none;
	position: relative;
}

#location-details-text ul li:before {
	content: '';
	background: #808285;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: -1em;
	top: 12px;
}

#location-details-contact {
	display: flex;
}

#location-details-contact a {
	border: 1px solid #05ADA8;
	color: #05ADA8;
	font-size: 14px;
	padding: 11px 16px;
	min-width: 210px;
	position: relative;
	transition: all 0.25s linear;
	cursor: pointer;
	margin-right: 12px;
	font-weight:500;
}

#location-details-contact a:hover {
	background-color: #05ADA8;
	color: #fff;
}

.location-phone-bt:after {
	content: '\f095';
	font-family: fontawesome;
	float: right;
	font-size: 16px;
}

.location-mail-bt:after {
	content: '\f0e0';
	font-family: fontawesome;
	float: right;
	font-size: 16px;
}


.unites-gallery-wrapper {
	width: 23%;
	height: 258px;
	position: relative;
}

.unites-gallery {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#unites-wrapper {
	margin: 70px 0;
}

.unites-item {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #DFE0E0;
	padding-top: 24px;
	margin-bottom: 24px;
	color:#808285;
}

.unites-item:last-child{
	margin-bottom:0;
}

.unites-details {
	width: 22%;
	margin-right: 5%;
	line-height: 21px;
}

.unites-item-title{
	color: #404040;
	margin-bottom: 17px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
}

.unites-equipments {
	width: 22%;
	margin-right: 4%;
}

.equipments-content ul li {
	list-style: none;
	position: relative;
	padding-left: 8px;
}

.equipments-content ul li:before {
	content: '';
	width: 12px;
	height: 1px;
	left: -1em;
	top: 13px;
	background: #808285;
	position: absolute;
}

.unites-price {
	color: #404040;
	font-size: 21px;
	line-height: 1;
	margin-bottom: 17px;
}

.unites-price strong{
	font-weight: 700;	
}

.unites-bt a {
	color: #fff;
	font-weight: 700;
	background-color: #05ADA8;
	padding: 8px 24px;
	box-sizing: border-box;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	transition:all 0.25s linear;
}

.unites-bt a:after {
	content: '\f061';
	font-family: fontawesome;
	margin-left: 30px;
}

.unites-bt a:hover{
	background: #808285;
}

#single-map{
	width:100%;
	height:600px;
}

#no-results{
	display:none;
}

/*--------------------FOOTER----------------------*/
#footer-logo {
	width: 190px;
	margin-bottom: 30px;
}

#footer-info {
	background-color: #DFE0E0;
	padding-top: 130px;
	position:Relative;
	overflow:hidden;	
}

.footer-address {
	margin-bottom: 30px;
}

.footer-address a {
	color: #808285;
	position: Relative;
	display: inline-block;
}

.footer-address a:after{
	width: 0;
	height: 1px;
	background-color: #808285;
	content: '';
	display: block;
	transition:all 0.25s linear;
}

.footer-address a:hover:after{
	width:100%;
}

.footer-contact-item {
	margin-bottom: 10px;
	position:Relative;
}

.footer-contact-item i {
	font-size: 20px;
	width: 20px;
	text-align: center;
	margin-right: 15px;
	position: relative;
	top: 2px;	
}

.footer-contact-item a{
	color:#05ADA8;
	position:Relative;
	transition:all 0.25s linear;
	display:inline-block;
}

.footer-contact-item a:after{
	width: 0;
	height: 1px;
	background-color: #05ADA8;
	content: '';
	display: block;
	margin-left: 40px;
	transition:all 0.25s linear;
}

.footer-contact-item a:hover:after{
	width: calc(100% - 40px);
}

.footer-contact-item svg {
	margin-right: 15px;
	width: 20px;
	position: relative;
	top: 2px;
}

.footer-contact-item svg path{
	fill:#05ADA8;
}

#footer-contact-wrapper {
	width: 18%;
}

.footer-menu-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #404040;
	margin-bottom: 20px;
}

.footer-menu ul{
	padding:0;
	margin:0;
}

.footer-menu ul li{
	list-style:none;
	margin-bottom:10px;
}

.footer-menu ul li a{
	color:#808285;
}

.footer-menu ul li a:hover{
	color:#05ADA8;
}

#footer-desc-question {
	padding: 60px;
	box-sizing: border-box;
	position:Relative;
}

#footer-desc-question h3{
	font-size:40px;
	line-height:54px;
}

#footer-desc-question:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:120px;
	background-image:url(assets/images/border-corner.svg);
	background-size:100% auto;
}

#footer-desc-question:after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	width:120px;
	height:120px;
	background-image:url(assets/images/border-corner.svg);
	background-size:100% auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#footer-flex {
	display: flex;
	justify-content: space-between;
}

.footer-menu {
	float: left;
	margin-right: 60px;
}

.footer-menu:last-child{
	margin-right:0;
}

#footer-info:after {
	background-image: url(assets/images/footer-bg.svg);
	background-repeat: no-repeat;
	content: '';
	width: 838px;
	height: 128%;
	position: absolute;
	right: -20%;
	top: -44px;
	background-size: 121% auto;
}

.site-footer {
	padding-bottom: 110px;
	position: relative;
	z-index: 22;
}

#copyright {
	background-color: #808285;
	text-align: center;
	font-size: 14px;
	color: #BCBDBE;
	text-transform: uppercase;
	padding: 15px 0;
	position: relative;
	z-index: 33;
}

#copyright a{
	color:#BCBDBE;
}

#copyright a:hover{
	text-decoration:underline;
}

#mobile-bt,
.only-on-responsive,
#header-menu ul li.wpml-ls-item,
.for-mobile  {
	display:none;
}



@media only screen and (max-width: 1550px) {
	.container{
		width:100%;
		padding:0 60px;
		box-sizing:border-box;
	}
	
	.slider-desc,
	#home-slider-section .owl-dots,
	.slider-counter	{
		width: 550px;
	}

	.slider-counter {
		left: 521px;
	}
	
	.single-cta #nos-service-desc {
		width: 52%;
		margin-right: 13%;
	}
	
	#location-filter-wrapper {
		flex-direction: column;
		align-items: inherit;
	}	
	
	#location-filter {
		width: auto;
		margin-bottom: 40px;
	}	
	
}

@media only screen and (max-width: 1460px) {
	.slider-desc,
	#home-slider-section .owl-dots,
	.slider-counter	{
		width: 500px;
	}

	.slider-counter {
		left: 470px;
	}	
	
	.page-intro-right.post-content.large-content .page-intro-right-inside {
		padding: 40px;
	}
	
	.page-intro-left {
		width: 36%;
		margin-right: 5%;
		padding:90px 0px 0 90px
	}	
	.page-intro-left:after {
		right: -55%;
	}	
	
	.page-template-contact .page-intro-left:after{
		right: -40%;
	}
	
	#nos-service-desc {
		padding: 90px 0px 0 90px;
	}


	.field-col2,
	.field-col-full	{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.field-row {
		flex-direction: column;
		margin-bottom: 0;
	}
	
	.field-row.file-row {
		margin-bottom: 25px;
	}	
	
}


@media only screen and (min-width: 767px) and (max-width: 1250px) {
	.location-item {
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 50px;
	}
	.location-item:nth-child(2n){
		margin-right:0;
	}
	
	.unites-gallery-wrapper {
		width: 350px;
	}	
}

@media only screen and (min-width: 1251px) {
	.location-item {
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 50px;
	}
	.location-item:nth-child(4n){
		margin-right:0;
	}
}





@media only screen and (max-width: 1250px) {
	#location-single-title-section {
		flex-direction: column;
		align-items: inherit;
	}
	
	#location-single-title-left {
		margin-bottom: 30px;
	}	
	
	#carte-bt {
		width: auto;
	}	
	
	#location-thumbnails a {
		display: none;
	}	
	
	#location-gallery {
		display: block;
	}
	
	.unites-item {
		flex-direction: column;
	}
	
	.unites-gallery-wrapper {
		margin-bottom: 30px;
	}	
	
	.unites-details,.unites-equipments {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}	

	#location-main-image {
		width: 100%;
		margin-right: 0;
	}	
	
	#location-sort-filter {
		width: 300px;
	}
	
	#locations {
		padding: 90px 0;
	}
	
	#location-filter {
		display:block;
	}	
	
	.filter-widget-title,#sectors-filter, #chambers-filter {
		margin-right: 0;
		margin-bottom: 15px;
	}	
	
	.filter-current {
		width: 100%;
	}	
	
	#filter-button {
		margin-right: 0;
		display: inline-block;
	}		
	
	
	#header-menu-secondary{
		display:none;
	}
	.content-col-full.front-content {
		padding: 90px 0 90px 0;
	}
	.btn:before{
		display:none;
	}	
	
	.btn:after{
		filter:invert(100) brightness(100) !important;
	}

	.btn.green-btn:after{
		filter:none !important;
	}

	.btn.green-btn{
		color:#05ADA8 !important;
	}
	
	.btn{
		color:#fff !important;
	}
	
	.single-cta #nos-service-desc:before{
		display:none;
	}
	
	.single-cta #nos-service-desc{
		padding:0;
	}

	#home-slider-section:before {
		width: 133px;
		height: 215px;
		top: 46%;
		left: -65px;
	}
	
	#mobile-bt {
		display: block;
		background-image: url(assets/images/hamburger.svg);
		width: 30px;
		height: 22px;
		background-repeat: no-repeat;
		position: relative;
	}

	.slider-desc, #home-slider-section .owl-dots, .slider-counter {
		width: 100%;
	}
	
	.slider-desc {
		margin-left: 0 !important;
		padding: 0 60px 70px 60px;
		box-sizing: border-box;
		background: none;
		position: relative;
		z-index: 3;
	}
	
	.slider-photo {
		width: 100%;
		z-index: -1;
	}
	
	.slider-item{
		padding:150px 0;
	}
	
	.slider-counter {
		margin-left: inherit !important;
		right: 60px;
		left: auto;
		text-align: right;
		width:100px;
	}	
	
	.slider-item:before{
		content:'';
		background-image:url(assets/images/banner-gradient.svg);
		width:100%;
		height:100rem;
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
	
	#home-slider-section .owl-nav,
	#home-slider-section .owl-dots	{
		margin-left: 0 !important;
		padding: 0 60px;
		box-sizing: border-box;
		z-index:4
	}
	
	#nos-service-desc {
		float: inherit;
		width: 100%;
		padding: 70px 0px 0 70px;
		margin-bottom: 80px;
	}
	
	#nos-service {
		padding: 100px 0;
	}
	
	#nos-service-cta-wrapper {
		position: relative;
		float: inherit;
		width: 100%;
		display: flex;
	}
	
	.single-cta #nos-service-cta-wrapper {
		width: 53%;
	}
	
	
	.single-cta #nos-service-cta-wrapper .nos-service-cta-text{
		min-height:100%;
	}
	
	.nos-service-cta-item.post-content {
		width: 48%;
	}
	
	#nos-service{
		background-image:none;
	}

	.post-content h2 {
		margin-bottom: 30px;
	}

	#footer-flex {
		display:block;
	}
		
	#footer-contact-wrapper {
		width: 37%;
		float: left;
		margin-right: 8%;
	}
	
	#footer-menu-wrapper {
		width: 55%;
		float: left;
		margin-top: -60px;
	}
	
	#footer-desc-question {
		clear: both;
		width: 100%;
		text-align: center;
		margin-top: 80px;
		float: left;
	}
	
	.site-footer {
		overflow: hidden;
	}
	
	#cta-immobiliere {
		padding: 100px 0;
	}

	#footer-info {
		padding-top: 100px;
	}
	
	#footer-info:after {
		top: auto;
		width: 760px;
		bottom: 0;
		height: 500px;
		background-size: 100%;
	}
	
	#page-banner-title h1 {
		width: 100%;
		position: relative;
		z-index: 22;
	}
	
	#page-banner {
		min-height: 260px;
	}	
	
	#page-banner:after {
		width: 236px;
		height: 288px;
		top: 185px;
	}
	
	.content-col-with-img {
		padding: 140px 0 100px 0;
	}

	.content-col-left {
		width: 100%;
		margin-bottom:30px;
		margin-right: 0;
	}
	
	.container.flex-container {
		flex-direction: column;
	}
	
	.content-col-right {
		width: 100%;
		margin-left: 0;
		position: Relative;
	}
	
	.page-intro-border .container {
		flex-direction: column;
	}

	.page-intro-left {
		width: 100%;
		padding: 60px 0px 0 60px;
		margin-right: 0;
		margin-bottom: 80px;
	}
	
	.page-intro-right.post-content {
		width: 100%;
	}
	
	.page-intro-right.post-content .page-intro-right-inside{
		padding:60px;
	}
	
	.entretien-item a{
		height:230px;
	}
	
	#nos-service.single-cta .container {
		display: flex;
		align-items:flex-start;
	}

	.single-cta #nos-service-desc {
		width: 34%;
		margin-right: 15%;
	}

	.page-intro-left:after {
		display:none;
	}
	
	.page-template-contact .page-intro-left::after {
		right: 0;
		transform: rotate(90deg);
		width: 170px;
		height: 81px;
		top: inherit;
		bottom: -45px;
		display:block;
	}
	
	
	.container.flex-container-start {
		flex-direction: column;
	}
	
	.page-intro .container {
		flex-direction: column;
	}
	
	.page-template-contact .page-intro-right.post-content {
		width: 100%;
	}

	
	.page-template-contact section.page-intro {
		padding: 100px 0;
	}
	
	.page-template-contact .page-intro-left{
		margin-bottom:40px;
	}
	
	#map {
		height: 400px;
		margin-bottom: 100px;
	}
	
	.only-on-responsive,
	#header-menu ul li.wpml-ls-item 	{
		display:block;
	}

	#header-menu ul li.wpml-ls-item a {
		display: inline-block;
		padding: 0;
		background: none !important;
		color: #05ADA8 !important;
		position: absolute;
		top: 90vh;
		right: 60px;
	}
	
	#header-menu ul li.wpml-ls-item a:before {
		content: '';
		background-image: url(assets/images/world-icon.svg);
		width: 20px;
		height: 20px;
		float: left;
		margin-right: 10px;
		margin-top: 1px;
	}

	#header-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 100%;
		height: 100vh;
		padding-top: 140px;
		background-image: url(assets/images/footer-bg.svg);
		background-size: 65% auto;
		background-repeat: no-repeat;
		background-position: -150px calc(100% - 128px);
	}
	
	#header-menu ul li {
		float: none;
		margin-right: 0;
		text-align: right;
		margin-bottom: 30px;
	}

	#header-menu ul li a:hover:after, #header-menu ul li.current_page_item a:after {
		width: 60px;
	}
	
	#header-menu ul {
		padding: 0 60px 0px 0;
	}

	#header-menu ul li a:after {
		bottom: 10px;
		left: inherit;
		right: -80px;
	}
	
	#logo {
		position: relative;
		z-index: 22;
	}

	#mobile-bt.open-menu {
		background-image: url(assets/images/close.svg);
		width: 24px;
		height: 24px;
	}	
	
	#nos-service.single-cta .container {
		width: 100%;
	}
	
}

@media only screen and (max-width: 767px) {
	.unites-form {
		width: 100%;
	}
	.field-row.file-row {
		flex-direction: column;
		margin-bottom: 30px;
	}	
	
	.file-wrapper {
		display: block;
	}	
	
	.file-field-fake-bt {
		margin-top: 15px;
	}
	
	.unites-form-wrapper.fancybox-content {
		padding: 20px;
	}	
	
	#location-main-image {
		height: 350px;
	}
	
	#location-details-contact {
		flex-direction: column;
	}	
	
	#location-details-contact a{
		margin-bottom:15px;
	}
	
	#location-single-title h1 {
		font-size: 24px;
		line-height: 32px;
	}	
	
	#location-single-ville {
		font-size: 16px;
		line-height: 22px;
	}	
	
	.unites-gallery-wrapper{
		width:100%;
	}
	
	.location-item {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 40px;
	}
	
	#unites-map {
		display: none;
	}	

	#location-single {
		padding: 60px 0 60px 0;
	}	
	
	#location-sort-filter {
		width: 100%;
	}	
	
	.slider-text  h2, h3,
	#footer-desc-question h3,
	#cta-immobiliere .post-content h2	{
		line-height: 35px;
		font-size: 26px;
	}

	.entretien-item a {
		height: 160px;
	}
	
	.post-content .page-intro-right-inside ul li:before {
		top: 13px;
	}
	
	#main {
		padding: 85px 0 0 0;
	}
	
	.slider-subtitle {
		margin-bottom: 20px;
	}
	
	.col-img-additional-text{
		display:none;
	}
	
	.container {
		padding: 0 20px;
	}
	
	.slider-desc {
		padding: 0 20px 70px 20px;
	}	
	
	#home-slider-section .owl-nav, #home-slider-section .owl-dots {
		padding: 0 20px;
	}
	
	.slider-counter {
		right: 20px
	}	
	
	.slider-item {
		padding: 100px 0;
	}

	#nos-service-desc:before {
		display:none;
	}
	
	#nos-service-desc {
		padding: 0;
		margin-bottom: 40px;
	}
	
	#nos-service-cta-wrapper {
		flex-direction: column;
	}
		
	.nos-service-cta-item.post-content {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom:40px;
	}
	
	#footer-contact-wrapper {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}
	
	.site-footer {
		text-align: center;
	}
	
	#footer-logo {
		width: 150px;
		margin: auto auto 30px auto;
	}
	
	#logo img {
		width: 150px;
	}
	
	.footer-menu {
		float: inherit;
		margin-right: 0;
	}

	#footer-menu-wrapper {
		width: 100%;
		float: inherit;
		margin-top: 60px;
	}
	
	.footer-menu ul li a {
		text-align: center;
		display: inline-block;
	}
	
	.footer-menu{
		margin-top: 60px;
	}
	
	#footer-desc-question:before,
	#footer-desc-question:after{
		display:none;
	}
	
	#footer-desc-question {
		padding: 0;
		margin-top: 40px;
	}

	#footer-info:after {
		width: 500px;
		height: 374px;
		right: -253px;
	}
	
	.for-mobile{
		display:block;
	}
	
	#page-banner-title h1 {
		font-size: 32px;
		line-height: 40px;
	}

	#page-banner:after {
		width: 170px;
		height: 208px;
		top: 215px;
	}

	.content-col-with-img,
	.page-intro-border	{
		padding: 100px 0;
	}
	
	.page-intro-border .page-intro-left:before {
		display:none;
	}
	
	.page-intro-left{
		padding:0;
		margin-bottom:40px;
	}

	.page-intro-right.post-content.large-content .page-intro-right-inside {
		font-size: 16px;
		line-height: 26px;
	}
		
	.page-intro-right.post-content .page-intro-right-inside {
		padding: 30px;
	}

	.btn-wrapper-type2 {
		display: none;
	}

	.single-cta #nos-service-desc {
		width: 100%;
		margin-right: 0;
	}
	
	.single-cta .nos-service-cta-item.post-content{
		margin-bottom:0;
	}

	#nos-service.single-cta .container {
		flex-direction: column;
	}

	.single-cta #nos-service-cta-wrapper {
		width: 100%;
	}	
	
	.page-template-contact .page-intro-left:after {
		width: 110px;
		height: 53px;
		bottom: -35px;
	}

	
}