/*
	Theme Name: Terresens 
	Theme URI: www.terresens.com/
	Description: Terresens | Immobilier et investissement durable et ..
	Version: 1.0.0
	Author: Pilot'in
	Author URI: www.pilot-in.com/

*/
.btn-defi > a {
	background-color : #000000 !important;
	border-color: #000000;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 300 15px/1.4 'Roboto', sans-serif;;
	color: #00526A;
}

/* footer collé */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #00526A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04a4cc;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
    max-height: 100px;
}
.btn-contact {
    width: 160px;
    text-align: center;
    color: #E64149;
    border: solid #E64149 2px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: transparent;
    font-size: 1.4rem;
    margin: 0 auto;
    display: block;
    transition: all ease 0.3s;
}
.header .menu_button a {
    border: 2px solid #E64149;
    color: #E64149;
    display: inline;
    padding: 10px 30px;
}
.header .menu_button a:hover, .btn-contact:hover {
	border: 2px solid #00526A;
	color: #00526A;
}

/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #57BDC3;
	/*height: 68px;*/
}
.footer:after {
	clear: both;
	content: '';
	display: table;
	width: 100%;
}
.footer a, .footer p {
	background: #57BDC3;
	color: #fff;
}
.footer .copyright {
	float: left;
}
.footer .social {
	float: right;
}

.footer .social img {
    width: 18px;
    margin: 10px;
}

.footerMenu {
    float: left;
    width: 100%;
    text-align: left;
}

.footerMenu ul {
    display: inline;
    float: left;
}
.footerMenu li { list-style-type: none; display: inline; }
.footerMenu li a {
	line-height:15px;
	text-decoration:none;
	font-weight:normal;
	border-right: thin solid #fff;
	padding: 0 7px 0 3px;
}
.footerMenu li a:hover { color:#ccc; text-decoration:underline;}
.footerMenu li:last-child > a {border-right: none;} /* remove pipe from last item */

.footerMenu .sub-menu {
	display: none;
}

.atouts {
    margin-top: 30px;
    font-weight: bold;
}

.atouts img {
    background: #57BDC3;
    border-radius: 42px;
    padding: 7px;
    width: 42px;
    height: 42px;
    float: left;
    margin: 2% 6%;
}

.container {
	padding-left: 4%;
	padding-right: 4%;
	width: 100%;
}

.Content {
	background: #FAFAFA;
	padding-top: 2%;
	padding-bottom: 2%;
}
article .col {
	padding: 0 !important;
}

.card {
	width: 100%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

img.main_thumb {
    width: 100%;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.card {
    padding: 15px;
}


/*------------------------------------*\
    PLAYER YOUTUBE
\*------------------------------------*/
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
}
.videoWrapper43 {
	padding-top: 75%;
}
.videoWrapper169 {
	padding-top: 56%;
}
.videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border: 5px solid #fff;
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}
.videoPoster:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -20px 0 0 -10px;
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #57BDC3;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #57BDC3;
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	/*background: #04a4cc;*/
	background: #57BDC3;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	/*background: #04a4cc;*/
	background: #57BDC3;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	/*background: #04a4cc;*/
	background: #57BDC3;
	color: #fff;
	text-shadow: none;
}

input::-webkit-input-placeholder {
	color:#CCC; 
}
input::-moz-placeholder { 
	color:#CCC;  
    opacity: 1;
}
input:-moz-placeholder { 
	color:#CCC; 
    opacity: 1;
}
input::-ms-input-placeholder { 
	color:#CCC; 
}	/* IE10+ */

.wpcf7 p {
	font-weight: bold !important;
}

input:not([type]):focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]) {
	border: none !important;
	box-shadow: 0 2px 0 0 #57BDC3 !important;
}

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
	font-size: 1.2rem !important;
	font-weight: bold;
}

input[type="submit"] {
	font-weight: bold;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	font-size: 1.2rem !important;
	padding: 1%!important;
	width: 92% !important;
}

input[type="email"] {
    font-size: 1.2rem;
    font-weight: bold;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
	border:none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
/*------------------------------------*\
    S T Y L E  T E R R E  &   S E N S
\*------------------------------------*/
#TB_window #TB_title{
	display:none !important;
}
@font-face {
    font-family:'CaviarDreams';
    src: url('/wp-content/themes/terre-sens/fonts/CaviarDreams_Bold.ttf'); /*URL to font*/
}

h1 {
	font-family: 'CaviarDreams', sans-serif;
	font-size: 4rem;
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
	font-family: 'CaviarDreams', sans-serif;
	font-size: 3.6rem;
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3 {
	font-weight: 700;
	font-family: 'CaviarDreams', sans-serif;
	font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}
h4 {
	font-weight: 700;
	font-family: 'CaviarDreams', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h5 {
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'CaviarDreams', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h6 {
	font-family: 'CaviarDreams', sans-serif;
	font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li {
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
	font-family: 'Roboto', sans-serif;
	line-height: 1.7em;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*C o u l e u r*/
.back-vert {
	background-color: #57BDC3;
}
.vert {
	color: #57BDC3 !important;
}
.bg-vert{
	background: #57BDC3 !important;
	color: #fff;
}
span.cta {
    background: #57BDC3;
    color: #fff;
    padding: 10px;
    line-height: 37px;
}
span.cta a {
    color: #fff;
}
span.promo {
    position: absolute;
    z-index: 999999;
    background: #57BDC3;
    color: #fff;
    right: 0;
    font-weight: bold;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
/* Classe utiles*/
.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1 {
	box-shadow: 0 10px 44px 10px rgba(176, 176, 176, 0.5) !important;
}

.post-edit-link {
	background: white;
	border: 1px solid black;
	font-size: 12px;
	padding: 5px;
	text-transform: uppercase;
}


/* materialize override */
#menu-header-menu .dropdown-content,
#menu-header-menu-en .dropdown-content,
#menu-header-menu-pt .dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 235px; /* Changed this to accomodate content width */
  max-height: auto;
	margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 5;
  will-change: width, height;
}

#menu-header-menu .wpml-ls-menu-item .dropdown-content,
#menu-header-menu-en .wpml-ls-menu-item .dropdown-content,
#menu-header-menu-pt .wpml-ls-menu-item .dropdown-content{
	min-width:52px;
	width:52px !important;
}

.btn {
	background-color: #E64149;
	border-radius: 0;
	box-shadow: none;
	padding: 12px 18px;
	height: auto;
	line-height: normal;
	font-weight: 400;
}
.btn:hover,
.btn:focus {
	background-color: #00526A;
	box-shadow: none;
	color: #fff;
}
.red_link {
	font-weight: 400;
	color: #E64149;
	text-transform: uppercase;
}
.red_button {
    text-align: center;
    color: #E64149;
    border: solid #E64149 2px;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: transparent;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 400;
    transition: all ease 0.3s;
}

.red_button:hover {
    color: #00526A;
    border: solid #00526A 2px;
}
.padding-programme .dropdown-content li > a, .padding-programme .dropdown-content li > span {
    color: #00526A;
    padding: 5px 10px;
    font-size: 0.8em;
    font-weight: bold;
}
[type="checkbox"]:checked+label:before {
	border-right-color: #57BDC3;
	border-bottom-color: #57BDC3;
}
.padding-programme .dropdown-content li {
	min-height: 25px;
}
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 10px !important;
}
.with-arrow > .wpb_wrapper {
    display: inline-block;
}
.with-arrow {
	/*position: relative;*/
	/*padding-right: 30px;*/
}
.with-arrow::after {
	content: '\f178';
	position: relative;
	padding: 0 0 0 5px;
	left: 0;
	font-family: FontAwesome;
	transition: left 500ms;
}
.with-arrow:hover::after {
	left: 6px;
}
.line-green {
	position: relative;
}
.line-green::after {
	content: '';
	position: absolute;
	height: 8px;
	background-color: #57BDC3;
	width: 45px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.card .line-green {
    margin: 0 10px;
    border-top: 10px solid #fff;
    display: block;
}

.padding-block {
	margin-top: -130px;
}

.padding-card {
	background: white;
	margin-bottom: 20px;
	padding: 20px 15px;
	position: relative;
	text-align: justify;
}
.padding-card:after {
	content: '';
	display: table;
	width: 100%;
}
.padding-card.thick-border {
	border-top: 8px solid #57BDC3;
}

/*------------
H e a d e r 
--------------*/

/*  -- > Navigation*/

.navbar {
	background-color: white;
}
.logo {
	display: inline-block;
	width: 25%;
}
nav .nav-wrapper i {
	line-height: 30px;
}
.button-collapse i {
    line-height: 56px !important;
}
.nav-principale-fixed {
	z-index: 50;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	height: 80px;
}

.nav-principale-fixed .nav-principale {
	    line-height: 80px;
	        height: 80px !important;
}

.nav-principale-fixed .brand-logo img {
	height: 50px;
}

.nav-principale {
    text-align: center;
    line-height: 55px;
    background-color: transparent;
    box-shadow: none;
    max-width: 88%;
    margin: 0 auto;
    height: 55px;
}
.nav-principale ul {
	float: right;
}
.nav-principale ul li {
	float: none;
	position: relative;
}
ul#menu-header-menu > li, ul#menu-header-menu-en > li, ul#menu-header-menu-pt > li{
    display: inline-block;
}
.nav-principale ul a {
	font-size: 1.5rem;
    color: #00526A;
    font-weight: 400;
    transition: all ease 0.3s;
}

.nav-principale ul a:hover {
	    color: #57BDC3;
}
nav ul a {
	padding: 0 10px;
}
nav ul li.active,
nav ul a:hover {
	background-color: transparent;
}
.side-nav li {
	    padding: 10px 15px;
}

.nav-wrapper li a {
	height: 30px;
	line-height: 30px;
}

.nav-wrapper .dropdown-content li a {
	height: auto;
	border-right: 0;
	line-height: 25px;
}
.brand-logo {
	z-index: 3;
	left: 12px;
	font-size: initial !important;
}

.brand-logo2 {
	left: 197px !important;
}

.brand-logo img {
    max-height: 50px;
    vertical-align: middle;
    margin-top: -3px;
}
.button-collapse {
	color: black;
}
/*  -- > Nav mobile*/
.side-nav li {
	width: 100%;
	text-align: left;
}
#slide-out li a {
	border-right: 0px;
}

#sidenav-overlay {
	z-index: 5 !important;
}

/*  -- > Bandeau*/

.top-bandeau {
	position: relative;
	height: 45px;
	margin-bottom: 0px !important;
}
.top-bandeau ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
}
.top-bandeau ul li,
.top-bandeau ul li a,
.top-bandeau ul li a:hover {
	display: inline-block;
	padding: 0 15px;
	line-height: 45px;
	color: white;
}
#lang_sel_list {
    position: absolute;
    text-transform: uppercase;
    left: 85px;
}
#lang_sel_list ul a, #lang_sel_list a:visited {
    background: #57BDC3;
    color: #fff;
}
a.lang_sel_sel {
    background: #fff !important;
    color: #57BDC3 !important;
    padding: 0 10px !important;
}
.call-info {
	font-size: 0.6em;
    right: 85px;
    position: absolute;
    font-weight: bold;
    top: 32px;
    color: #fff;
}
.call-us {
    position: absolute;
    top: 5px;
    right: 85px;
    padding: 0px 10px;
    border: 2px solid white;
    font-size: 1.1em;
}
.call-us a {
    color: #fff;
    font-weight: bold;
}
.call-us::before {
    content: '\f095';
    position: absolute;
    top: -2px;
    left: -37px;
    width: 35px;
    height: calc(100% + 4px);
    padding: 3px 12px;
    font-family: FontAwesome;
    color: #57BDC3;
    background: white;
}
#lang_sel_list a {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #00526A444;
    background: #fff;
    line-height: 18px;
    padding-left: 5px;
    line-height: 44px !important;
    font-weight: bold;
    font-size: 14px;
}
/*-------
H o m e
---------*/
#bgvideo {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	height: 56vw;
}

.content-video {
	position: relative;
	padding-top: 40px;
	color: white;
    text-shadow: 0px 1px 10px #000;
	z-index: 2;
}

.content-video-inner {
	display: table-cell;
	vertical-align: middle;
}
.content-video span {
	text-transform: uppercase;
	font-weight: 500;
}
.content-video h1 {
	margin-top: 5px;
	line-height: 1.3em;
}
.content-video a,
.content-video a:hover {
    color: #00526A;
    margin: 0 auto;
    padding: 0.75em 3em;
    background-color: white;
    font-weight: 400;
    text-shadow: none;
}
.content-video a:hover::after {
	right: -28px;
}
.card a .card-content {
	transition: all ease 0.2s;
}
.card a:hover .card-content {
	background: #57BDC3;
	color: #fff;
}
.card a .card-image {
	background: black;
	border-radius: 2px 2px 0 0;
}
.card a .card-image img {
	opacity: 1;
	transition: opacity ease .2s;
	object-fit: cover;
	height: 332px;
	object-position: 50% 50%;
}
.card a:hover .card-image img {
	opacity: .8;
}
.Card-cat {
	text-transform: uppercase;
}
.Card-title {
	font-size: 15px;
	margin: 10px 0;
}
.card .card-content p.Card-laws {
	margin: 10px 0;
}
.Card-law {
	background-color: #57BDC3;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 2px 8px;
}
.Card-law a {
	color: #fff;
	font-weight: bold;
}
.Card-excerpt {
	font-style: italic;
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	height: 60px;
}
.row.Card-detail {
	margin: -20px -20px 0;
}
.col.Card-detail-item {
	font-size: 13px;
	line-height: 18px;
	padding: 8px 20px;
}
.Card-detail-item:not(:first-child) {
	border-left: 1px solid rgba(160,160,160,0.2);
}
.Card-more {
	display: block;
	margin: 0 -20px -20px;
}

.col.l4.m6.s12 .card-image {
    max-height: 258px;
    background: #fff;
}

.large{
	height:650px !important;
}
.HomeTitles {
	margin: 40px 0;
}

/*  -- > Formulaire idee en tête*/
.switch {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.switch:first-child {
	border-bottom: 2px solid rgba(128, 128, 128, 0.14);
}
.switch span {
	position: relative;
}
.switch label {
	margin-top: 5px;
}
span.title-checkbox {
    font-size: 1.3rem;
    font-weight: bold;
    max-width: 118px !important;
    display: inline-block;
    text-align: left;
}
p.FilterRange-label {
    margin-top: 0px;
    font-size: 1.3rem;
    color: #00526A444;
    font-weight: bold;
    margin-bottom:16px; 
}
.switch label {
	float: right;
}
.switch label input[type=checkbox]:checked + .lever {
    background-color: #b9e0e5;
    position: absolute;
    margin-left: -50px;
}
.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #57BDC3;
}
.switch label .lever:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.switch label .lever:after {
	background-color: #f1f1f1;
}
.switch label .lever {
	background-color: #bcbbbb;
}
.intro-block {
	height: 160px !important;
    margin-top: 50px;
}

.intro-block a {
    color: #E64149;
    font-size: 1.2rem;
    border-bottom: 1px solid #E64149;
	padding: 2px 0;
	text-transform: uppercase;
    float: right;
}
.FilterRange.decorated .FilterRange-range-field {
	left: -999em;
	position: absolute;
	top: -999em;
}
.FilterRange {
    text-align: center;
    padding: 0px 25px 0 20px;
}
.FilterRange-slider {
	margin-bottom: 20px;
}
.FilterRange-value {
    border: 2px solid #57BDC3;
    display: none;
    padding: 5px;
    font-size: 0.8em;
    margin-bottom: 1em;
}
html.js .FilterRange-value {
	display: inline-block;
}
.noUi-target .range-label,
.noUi-horizontal .noUi-handle,
.noUi-connect {
	background-color: #57BDC3;
}
.range-label span {
	color: transparent;
}
.Filter-submit {
}
.Filter-submit span:after {
	top: 0;
}
.card-link-detail {
	background: #57BDC3;
	color: white;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* Splash */
.Splash {
	background: #00526A no-repeat center center;
	background-size: cover;
	color: white;
	align-items: center;
	min-height: 32vw;
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* for vertical centering */
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.Splash-category {
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0px 1px 5px #000;
}
.Splash-title {
	font-size: 2em;
	text-shadow: 0px 1px 5px #000;
}
.Splash-price {
	font-size: 1.8em;
	text-shadow: 0px 1px 5px #000;
}
.Splash-content {
	padding-top: 3em;
	padding-bottom: 3em;
}
.Splash-buttons {
	text-align: center;
	margin-top: 3em;
}
.Splash-buttons .btn {
	background-color: white!important;
	color: #00526A;
}
.splash-programme {
	min-height: 200px !important;
}

.Splash.small {
    min-height: 13vw !important;
}

.visible{
	overflow:visible;
	padding-bottom: 0;
	min-height: 300px!important;
}
/* Editor */
.EditorContent hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}
.EditorContent ul {
	list-style: none;
	margin-top: 0;
}
.EditorContent ul > li > span.ListContent {
	color: #57BDC3;
	padding-left: 1.5em;
	margin-top: 1em;
	font-weight: bold;
}
.EditorContent ul > li > span.ListContent:before {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-right: .5em;
}
.EditorContent ul > li > ul {
	margin-top: .5em;
	color: #00526A;
	font-weight: normal;
}

.HomeContact {
	margin-top: 60px;
	margin-bottom: 60px;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
}
.HomeContact > .col {
	margin-bottom: 20px;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

}
.HomeContact-intro {
	font-weight: bold;
}
.HomeContact-item {
	background-color: white;
	color: #57BDC3;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}
.HomeContact-intro,
.HomeContact-item {
	background-color: white;
	padding: 30px 20px;
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;

}
.HomeContact-item:before {
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-family: FontAwesome;
	margin: 0 auto 5px;
}

/* Boutons de contact sur programme single */
.Contact-wrapper {
	display: table;
	height: 100px;
	margin: 30px -6px;
	table-layout: fixed;
	min-width: 100%;
}

.Contact-link {
    font-size: 1.5rem;
    border-left: 6px solid #FAFAFA;
    border-right: 6px solid #FAFAFA;
    background-color: white;
    color: #57BDC3;
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.Contact-link:before {
	display: block;
	font-size: 30px;
	line-height: 30px;
	font-family: FontAwesome;
	margin: 0 auto 5px;
}
.ContactButton.contact:before {
	content: "\f0e0";
}
.ContactButton.phone:before {
	content: "\f10b"; /* mobile phone */
	/*content: "\f095";*/ /* phone */
}
.ContactButton.call:before {
	content: "\f007";
}
.ContactButton.phone strong {
	font-weight: bold;
	white-space: nowrap;
	display: block;
}
.ContactButton:hover,
.ContactButton:focus,
.ContactButton:active {
	background-color: #57BDC3;
	color: white;
}
.Card-type {
    text-transform: uppercase;
}
.LawCard .content-column {
    padding: 0 15px;
}
.LawCard {
	margin: 30px 0;
}
.LawCard-title {
	background-color: #57BDC3;
	color: white;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 8px 22px;
}
.LawCard-content {
	background-color: white;
	padding: 20px 22px 15px;
	text-align: justify;
}
.LawCard-more {
	color: #57BDC3;
	display: block;
	margin-top: 20px;
}

.Feature-wrapper {
	background-color: white;
	margin-left: -1px;
}
.Feature-item {
	border-left: 1px solid #FAFAFA;
	border-top: 1px solid #FAFAFA;
	border-collapse: collapse;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}
.Feature-item:before {
	color: #555;
	display: block;
	font-size: 35px;
	line-height: 45px;
	font-family: icomoon;
	margin: 0 auto 5px;
	font-weight: 700;
}
/*.Feature-item.ski:before {
	content: "\f206";
}
.Feature-item.vues:before {
	content: "\f06e";
}
.Feature-item.piscine:before {
	content: "\f1bb";
}
.Feature-item.gestion:before {
	content: "\f0f3";
}
.Feature-item.rendement:before {
	content: "\f19c";
}*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Feature-item.accueil:before {
    content: "\e902";
}
.Feature-item.affaires:before {
    content: "\e903";
}
.Feature-item.appartement:before {
    content: "\e904";
}
.Feature-item.bar_restau:before {
    content: "\e905";
}
.Feature-item.calculatrice:before {
    content: "\e906";
}
.Feature-item.campagne:before {
    content: "\e907";
}
.Feature-item.chalet:before {
    content: "\e908";
}
.Feature-item.conciergerie:before {
    content: "\e909";
}
.Feature-item.enfant:before {
    content: "\e90a";
}
.Feature-item.etudiant:before {
    content: "\e90b";
}
.Feature-item.famille:before {
    content: "\e90c";
}

.Feature-item.mer:before {
    content: "\e911";
}
.Feature-item.montagne:before {
    content: "\e912";
}
.Feature-item.neuf:before {
    content: "\e913";
}
.Feature-item.offert:before {
    content: "\e914";
}
.Feature-item.parking:before {
    content: "\e915";
}
.Feature-item.piscine:before {
    content: "\e916";
}
.Feature-item.prestige:before {
    content: "\e917";
}
.Feature-item.seaside-house:before {
    content: "\e918";
}
.Feature-item.seniors:before {
    content: "\e919";
}
.Feature-item.shop:before {
    content: "\e91a";
}

.Feature-item.ski:before {
    content: "\e91c";
}
.Feature-item.sauna-spa:before {
    content: "\e91d";
}
.Feature-item.tirelire:before {
    content: "\e91e";
}
.Feature-item.transport:before {
    content: "\e91f";
}
.Feature-item.ville:before {
    content: "\e920";
}
.Feature-item.vues:before {
    content: "\e921";
}
.Feature-item.zoom:before {
    content: "\e922";
}
.Feature-item-chalet_icone:before {
    content: "\e901";
}
.Feature-item-ski_icone:before {
    content: "\e900";
}

.Slideshow {
	background: #00526A;
	overflow: hidden;
	position: relative;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Slideshow-btn {
	color: white;
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-size: 100px;
	opacity: .7;
	padding: 0 40px;
	position: absolute;
	line-height: 320px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Slideshow-btn.disabled {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}
.Slideshow-btn.prev:before {
	content: "\f104";
}
.Slideshow-btn.next:before {
	content: "\f105";
}
.Slideshow-btn:hover,
.Slideshow-btn:focus,
.Slideshow-btn:active {
	opacity: .9;
}
.Slideshow-btn.next {
	left: auto;
	right: 0;
}
.Slideshow-inner {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.Slideshow-item {
	display: inline-block;
	height: 320px;
	max-width: none;
	width: auto;
}

.Slideshow .galleryItem {
	transition: all ease 0.3s;
}

.Slideshow .galleryItem:hover {
    opacity: 0.6;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-counter {
	text-align: right;
	width: 100px;
}
.Map {
	height: 320px;
	width: 100%;
	margin-top: 50px;
}
.Map img {
	max-width: inherit;
}

.Related-title {
	max-width: 20em;
	margin: 30px auto 20px;
	text-align: center;
}
.Related-link {
	margin: 20px 0;
}

.Video {
	padding-bottom: 56.5%;
}
.Video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.ProgSingle {
	border-bottom: 8px solid #57BDC3;
}

.SingleDetail tr:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

/*-------
B l o g
---------*/

.sidebar h3 {
font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 700;
}

.current li {
	background: #57BDC3;
	color: #fff;
	font-weight: bold;
}

.widget_categories ul li {
    text-transform: uppercase;
}

.widget_categories ul.children li {
    text-transform: initial;
}

.widget_categories ul.children {
    margin-left: 20px;
}

.widget_social .row {
    margin: 0;
}

.widget_social .l3 {
    background: #fff;
    border: 1px solid #FAFAFA;
    padding: 5px 10px !important;
    border-right: none;
    width: 25%;
}

.widget_social h2 {
	text-align: left;
}

.widget_social .l3:first-child {
    border-left: 1px solid #fff;
}

.widget_social .l3:hover {
    background: #57BDC3;
}

.widget_social .l3:hover a {
  color: #fff;
}

.widget_social .l3:hover:first-child {
    border-left: 1px solid #57BDC3;
}

.widget_social .l3 {
    font-size: 2.3rem;
}

.collapsible-header, .collapsible, .collapsible-body {
    border-color: #57BDC3;
    color: #57BDC3;
}

.collapsible-header.active {
    background: #57BDC3;
    color: #fff;
}

.collapsible-header.active:hover {
    background: #57BDC3;
    color: #fff;
}

.col.l6 .card-content {
	text-align: justify;
}

.col.l6 .card-image {
    overflow: hidden;
    max-height: 300px;
}

.col.l6 .card-image img {
    min-height: 300px !important;
        object-fit: cover;
}

/* FORM */

form label{
	font-size: inherit;
	color: inherit;
}

.input-field label {
    font-size: 1.4rem;
    font-weight: bold;
    color: #00526A;
}

.search-bottom{
	position: absolute;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
    bottom: 0;
    padding: 0;
}

.select-wrapper input.select-dropdown {
	font-size: 1.2rem;
	margin-top: 15px;
}

.form-search{
	background: rgba(0,0,0,0.1);
    padding: 13px;
}
.form-search .input-field{
	background-color: rgba(255,255,255,1);
}

.form-search .input-field,
.form-search .input-submit{
	height:52px;
}

.form-search .input-field:not(:last-child){
	border-right: 1px solid rgba(196, 196, 196, 0.53);
}

.form-search .categorie-immobilier li:not(.disabled) {
	padding-left: 13px;
}

.form-search .dropdown-content{
	width:auto !important;
	min-width: 100%;
}


@media only screen and (min-width: 992px){.form-search .input-field:first-child{border-radius: 6px 0 0 6px;}}

.form-search .input-submit{
	margin-top: 1rem;
	float:left;
	padding: 0;
}

@media only screen and (min-width: 992px){.form-search .input-submit .btn{border-radius: 0 6px 6px 0 !important;}}
.form-search .input-submit .btn{
	height:100%;
	border-radius: 0 ;
	font-weight: 500;
	width:100%;

}

.form-search .select-wrapper input.select-dropdown{
	margin-top: 8px;
	line-height: 39px;
	border-bottom: none;
}

.form-search .FilterRange-slider{
	margin-bottom: 13px;
}

.container-form{
	width:100%;
	margin:auto;
}

.form-search .FilterRange {
    padding: 0 5px;
	border-left: none;
}
.form-search .container-form .FilterRange-value{
	border:none;
	margin-bottom: 0;
	color:#565a5c;
	font-weight: 500;
    letter-spacing: 0.05em;
}

.form-search .container-form .FilterRange{
	padding-top: 1.2rem;
}

.form-search .container-form  .select-wrapper input.select-dropdown{
	color:#565a5c;
	font-weight: 500;
    letter-spacing: 0.05em;
}

.form-search .select-dropdown {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.form-search .parent{
	display:none;
}

/* Template loi*/
.reduce{
	max-height:50vh;
	overflow:hidden;
	margin-bottom: 0;
	cursor:pointer;
	padding-bottom: 26px;
}

.reduce-bottom{
	height: 44vh;
    overflow: hidden;
}

#clik-see-more{
	color:white;
	text-align: center;
	cursor:pointer;
}

.container-block-texte-carre{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-block-texte-carre{
	display: -webkit-flex; */
    display: -ms-flexbox;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
}

.item-block-texte-rectange{
	    margin: 6px auto;
}
@media only screen and (max-width:  600px) {.item-block-texte-carre{width:100%;}}

.content-block-texte{
	width:100%;
	padding:13px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {
	.container {
		max-width: 90%;
	}
	.FilterRange {
		border:none;
	}
}
@media only screen and (min-width: 768px) {
	.content-video {
		padding-top: 60px;
	}

}
@media only screen and (max-width: 768px) {
	#menu-extra-menu, #menu-extra-menu-anglais {
		display: none !important;
	}
		.content-video a {
		display: none;
	}
}
@media only screen and (max-width: 950px) {
	#menu-extra-menu {
		display: none !important;
	}
	.call-info {
		width: 100%;
		text-align: center;
		left: 0;
		display: none;
	}
	.call-us {
	    right: 4%;
    	width: 43%;
    	text-align: center;
	}
	span.title-checkbox {
    	max-width: 45px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.top-bandeau ul{
		width: 76%;
    	position: absolute;
    	font-size: 0.9em;
	}
	.call-us {
		font-size: 1.0em;
	}
	.nav-principale ul {
		font-size: 0.8em;
	}
	nav ul a {
		padding: 0 8px;
	}
	.brand-logo img {
    	max-height: 35px;
	}
	.intro-block {
	height: initial !important;
	}
	span.title-checkbox {
		max-width: 45px !important;
	}
	.Filter-submit.btn {
    font-size: 1.2rem;
	}
}
@media only screen and (min-width: 1140px) {
	/*.content-video {*/
		/*padding-top: 60px;*/
	/*}*/
}
@media only screen and (min-width: 1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}