/* ------------------------------------------------------------
		BALISE PRINCIPALE
------------------------------------------------------------ */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background: #fff;
}

body {
	font: 400 15px/24px 'Nunito', sans-serif;
	color: #444;
	letter-spacing: 1px;
}

h1 {
	font: 900 50px/60px 'Nunito', sans-serif;
	margin: 0 5%;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 90%;
	top: -150px;
	left: 0;
	z-index: 100;
}

h1 span.contentTitleh1span {
	clear: both;
	display: block;
	text-transform: none;
	font-weight: 300;
	font-size: 25px;
	line-height: 35px;
	margin: 10px 0;
	color: #fff;
}

body#content-home section#content h1 {
	display: none;
}

h2 {
	font: 900 25px/35px 'Nunito', sans-serif;
	margin: 40px 0 20px 0;
	color: #e2c778;
	text-transform: uppercase;
}

body#content-contact section#content h2 {
	font: 700 16px/24px 'Nunito', sans-serif;
	margin: 20px 0 20px 0;
}

h3 {
	font: 700 20px/30px 'Nunito', sans-serif;
	margin: 15px 0;
	color: #e2c778;
}

h4 {
	font: 700 16px/24px 'Nunito', sans-serif;
	margin: 10px 0;
	color: #e2c778;
}


p {
	margin: 20px 0 20px 0;
}

p.no_articles {
	background: #F5F5F5;
	padding: 10px;
	text-align: center;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;
	background-color: #d0cccd;
	clear: both;
}

ul,
ol {}

a:link,
a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #444;
	font-weight: 700;
}

em {
	font-style: italic;
}

.a_scrolltotop {
	z-index: 9999;
}

.gm-style div {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

::-moz-selection {
	background: #e2c778;
	color: #fff;
}

::selection {
	background: #e2c778;
	color: #fff;
}

/* ------------------------------------------------------------
		TOOLS MOBILE
------------------------------------------------------------ */

#tools-mobile {
	display: none;
}

/* ------------------------------------------------------------
		HEADER
------------------------------------------------------------ */

header {
	width: 20%;
	height: 100%;
	background: #fff;
	border-right: 1px solid #efefef;
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-box-shadow: 0 3px 17px rgba(0, 0, 0, .10);
	-moz-box-shadow: 0 3px 17px rgba(0, 0, 0, .10);
	box-shadow: 0 3px 17px rgba(0, 0, 0, .10);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header .wrapper {
	width: 90%;
	margin: 0 auto;
}



/* ------------------------------------------------------------
		LOGO
------------------------------------------------------------ */

header #logo {
	width: 80%;
	margin: 20px auto;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

header #logo img {
	width: 100%;
	height: auto;
}



/* ------------------------------------------------------------
		PULL
------------------------------------------------------------ */

a.pull {
	width: 100%;
	padding: 10px 10px;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.pull.call-header {
	bottom: 112px;
}

a.pull:hover {
	background: #e2c778;
	color: #fff;
}

a.pull i {
	font-size: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.pull:hover i {
	color: #fff;
}

a.pull p {
	margin: 5px 0;
}

a.pull p span {
	color: #e2c778;
	font-weight: 900;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.pull:hover p span {
	color: #fff;
}

/* ------------------------------------------------------------
		MAIN MENU
------------------------------------------------------------ */

nav#main-menu {
	margin: 40px 0 20px 0;
}

nav#main-menu ul {
	text-align: center;
}

nav#main-menu a#phone-scroll {
	display: none;
}

nav#main-menu ul li {
	list-style: none;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

nav#main-menu ul li a {
	font: 900 16px 'Nunito', sans-serif;
	padding: 10px;
	margin: 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

nav#main-menu ul li a:hover {
	color: #e2c778 !important;
}

nav#main-menu ul li.selected a {
	color: #e2c778 !important;
}

/* ------------------------------------------------------------
		MAIN
------------------------------------------------------------ */

section#main {
	width: 80%;
	float: right;
}

/* ------------------------------------------------------------
		BANNER HEADER HOME
------------------------------------------------------------ */

@keyframes animbannertxt {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes animbannertxt {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

section#banner-header-home,
section#banner-header {
	width: 100%;
	margin: 0 auto;
	background: #444;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section#banner-header-home:before,
section#banner-header:before {
	content: '';
	position: absolute;
	background: url('../img/construct/before-fullscreen.png');
	width: 250px;
	height: 250px;
	bottom: 0;
	left: 0;
	z-index: 100;
	pointer-events: none;
}

section#banner-header-home:after,
section#banner-header:after {
	content: '';
	position: absolute;
	background: url('../img/construct/after-fullscreen.png');
	width: 250px;
	height: 250px;
	top: 0;
	right: 0;
	z-index: 100;
	pointer-events: none;
}

section#banner-header-home .sp-slides {
	opacity: .5;
}

section#banner-header .sp-slides {
	opacity: .5;
	filter: blur(3px);
}

section#banner-header-home #content-banner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}

#content-banner .contact-content a,
#cta-mobile.contact-content a{
	max-width: 100%;
	font-size: 24px;
	line-height: 28px;
	text-shadow: 0px 2px 3px #00000085;

	span{
		font-size: 20px;
		line-height: 24px;
	}

	&:hover{
		text-shadow: none;
	}
}

body:not(#content-home) #content{
	padding-top: 20px;
}

#content-banner .wrapper {
	width: 80%;
	height: 100%;
	position: relative;
	left: 50%;
	margin: 0 0 0 -40%;

	flex-direction: column;
	display: flex;
	align-content: center;
	justify-content: center;
}

#content-banner .wrapper h1 {
	animation-name: animbannertxt;
	animation-duration: 6s;
	-webkit-animation-name: animbannertxt;
	-webkit-animation-duration: 6s;
	opacity: 1;
	margin: 0;
	/* position: absolute;
	top: auto;
	left: auto;
	bottom: 250px; */
	padding: 20px 0;
	font: 900 50px/60px 'Nunito', sans-serif;
	letter-spacing: 4px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
	text-align: center;

	position: relative;
	top: 0;
	left: 0;
}

#content-banner .wrapper h1 span {
	clear: both;
	display: block;
	font: 300 25px/25px 'Nunito', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: none;
}

#content-banner .wrapper h1 span:before {
	content: '';
	display: block;
	width: 200px;
	height: 4px;
	margin: 0 auto 20px auto;
	background: #e2c778;
	border-radius: 200px;
}


/* ------------------------------------------------------------
		SCROLLTO
------------------------------------------------------------ */

#content-banner #scrollto {
	position: absolute;
	bottom: 100px;
	padding: 10px 0;
	width: 100%;
}

#scrollto a {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#scrollto a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	background: #e2c778;
	border: 1px solid #e2c778;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#scrollto a i:hover {
	font-size: 30px;
	background: none;
	color: #fff;
	background: #222222;
	border: 1px solid #222222;
}

/* ------------------------------------------------------------
		ICONE HOME
------------------------------------------------------------ */

section#icon-home {
	width: 80%;
	overflow: hidden;
	padding: 40px;
	margin: -110px auto 0 auto;
	position: relative;
	z-index: 100;
}

section#icon-home .type_5 {
	width: 33.3333%;
	margin: 0;
	padding: 0 20px;
}

section#icon-home .type_5 .cc_vignette {
	position: relative;
}

section#icon-home .type_5 .cc_vignette a {
	display: block;
}

section#icon-home .type_5 .cc_vignette a:after {
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section#icon-home .type_5.home-achat .cc_vignette a:after {
	background: url(../img/construct/achat-icon.png) no-repeat center;
}

section#icon-home .type_5.home-location .cc_vignette a:after {
	background: url(../img/construct/location-icon.png) no-repeat center;
}

section#icon-home .type_5.home-immo .cc_vignette a:after {
	background: url(../img/construct/immo-icon.png) no-repeat center;
}

section#icon-home .type_5 .cc_vignette img {
	width: 100%;
	border: 20px solid #fff;
	height: auto;
	border-radius: 100%;
	-webkit-filter: grayscale(10%);
	filter: grayscale(10%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section#icon-home .type_5:hover .cc_vignette a:after {
	transform: scale(0.75);
	opacity: 1;
}

section#icon-home .type_5:hover .cc_vignette img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

section#icon-home .type_5 .cc_title h3 {
	text-transform: uppercase;
	font: 900 20px/25px 'Nunito', sans-serif;
}

section#icon-home .type_5 .cc_title h3 a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

section#icon-home .type_5:hover .cc_title h3 a {
	color: #e2c778;
}

/* ------------------------------------------------------------
		CTA MOBILE
------------------------------------------------------------ */

#cta-mobile {
	display: none;
}

/* ------------------------------------------------------------
		TOOLS
------------------------------------------------------------ */

section#tools {
	width: 100%;
	margin: 0 0 40px 0;
	color: #444;
	position: relative;
	top: 0px;
	font-size: 12px;
	line-height: 18px;
}

section#tools #breadcrumbs {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	/*border-left:1px solid #f0f0f0;*/
	padding: 15px 20px 15px 20px;
}

section#tools #breadcrumbs .separator {
	margin: 0 10px;
}

section#tools #breadcrumbs .separator strong {
	visibility: hidden;
}

section#tools #breadcrumbs a:link,
section#tools #breadcrumbs a:visited {
	font-weight: 700;
	color: #000;
	text-decoration: none;
	background: url(../img/construct/puce-breadcrumbs.png) no-repeat bottom center;
	padding: 0 0 20px 0;
}

section#tools #breadcrumbs a:hover {
	text-decoration: underline;
}

/* ------------------ social feed ------------------ */

#sharethis {
	position: fixed;
	top: 30%;
	right: 10px;
	text-align: center;
	z-index: 100000;
}

#sharethis a.stbar {
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
	width: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'FontAwesome';
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	background: #e2c778;
}

#sharethis a:hover {
	background: #444;
}

#sharethis a.stbar img {
	display: none;
}

#sharethis a.email:before {
	content: '\f0e0';
}

#sharethis a.facebook:before {
	content: '\f09a';
}

#sharethis a.twitter:before {
	content: '\f099';
}

#sharethis a.sharethis:before {
	content: '\f1e0';
}

/* ------------------------------------------------------------
		CONTENT
------------------------------------------------------------ */

section#content {
	width: 100%;
	margin: 0 0 60px 0;
	position: relative;
}

section#content .wrapper {
	width: 80%;
	margin: 0 auto;
}

section#content .wrapper img {}

section#content .wrapper ul li {
	margin: 15px 0 15px 20px;
	list-style: none;
	padding: 0 0 0 20px;
	background: url(../img/construct/puce-liste.jpg) no-repeat 0 10px;
}

section#content .wrapper ol {
	counter-reset: counter;
}

section#content .wrapper ol li {
	list-style-type: none;
	counter-increment: counter;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0 10px 10px;
}

section#content .wrapper ol li:before {
	content: counter(counter);
	vertical-align: top;
	background: #e2c778;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}

section#content #display_8 .content_articles,
section#content .mic-large {
	margin: 0 -100px;
}

/* ------------------------------------------------------------
		LEFT
------------------------------------------------------------ */

section#content .wrapper #left {
	width: 100%;
}

section#content .wrapper #left .banner-smartphone {
	display: none;
}

section#content .wrapper #left .banner-desktop {
	display: block;
}

/* ------------------------------------------------------------
		CHOIX AGENCE
------------------------------------------------------------ */

section#home-choix-agence {
	overflow: hidden;
	clear: both;
	margin: 40px 0;
	padding: 40px;
}

/* ------------------------------------------------------------
		PAGE BIEN
------------------------------------------------------------ */

.split-bien-left {
	width: 70%;
	float: left;
	margin: 0 2% 60px 0;
}

.split-bien-right {
	width: 28%;
	float: right;
	margin: 0 0 60px 0;
	position: relative;
}

.split-bien-left h2,
.split-bien-right h2 {
	font: 700 20px/30px 'Nunito', sans-serif;
	color: #222222;
}

.cc_attribut_content {
	clear: both;
}

.cc_attribut_content.mod-attr-type-de-bien {
	float: left;
	clear: none;
}

.cc_attribut_content.mod-attr-peb {
	float: right;
	clear: none;
}

.cc_attribut_content.mod-attr-peb p {
	margin: 0;
}

.cc_attribut_content.mod-attr-localisation {
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 0 0;

}

.cc_attribut_content.mod-attr-prix {
	font: 900 30px/40px 'Nunito', sans-serif;
	color: #e2c778;
	margin: 10px 0;
}

.cc_attribut_content.mod-attr-superficie,
.cc_attribut_content.mod-attr-chambre-s,
.cc_attribut_content.mod-attr-garage,
.cc_attribut_content.mod-attr-salle-de-bain,
.cc_attribut_content.mod-attr-superficie-terrain {
	padding: 10px 0;
	overflow: hidden;
}

.cc_attribut_content.mod-attr-superficie,
.cc_attribut_content.mod-attr-chambre-s,
.cc_attribut_content.mod-attr-garage,
.cc_attribut_content.mod-attr-salle-de-bain {
	border-bottom: 1px solid #efefef;
}

.cc_attribut_content .cc_attribut_icon {
	float: left;
	margin: 0 20px 0 0;
}

.cc_attribut_content .cc_attribut_icon img {
	max-width: 25px;
	margin: 4px 0;
}

.cc_attribut_content .cc_attribut_name {
	float: left;
	margin: 7px 0;
	font-weight: 700;
}

.cc_attribut_content.mod-attr-superficie .cc_attribut_value,
.cc_attribut_content.mod-attr-chambre-s .cc_attribut_value,
.cc_attribut_content.mod-attr-garage .cc_attribut_value,
.cc_attribut_content.mod-attr-salle-de-bain .cc_attribut_value,
.cc_attribut_content.mod-attr-superficie-terrain .cc_attribut_value {
	float: right;
	margin: 7px 0;
}

.split-bien-right a.btn-content {
	max-width: 100%;
	margin: 10px 0;
	font-size: 14px;
	line-height: 20px;
}

.split-bien-right a.btn-content span {
	font-size: 14px;
}

.split-bien-right a.btn-content:hover {
	color: #e2c778;
	border: 1px solid #e2c778;
}

.split-bien-right a.btn-content:hover i:before {
	color: #e2c778;
}

.split-bien-right a.btn-content:hover span {
	color: #e2c778;
}

.content_onglets .wrapper_onglets .googlemap {
	height: 200px;
}

section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list {
	width: calc(100% + 40px);
	left: -40px;
	position: relative;
}

section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list ul.dl-list {
	left: 0px;
}


section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list li {
	margin: 0;
	padding: 10px 0 10px 45px;
	background: #fff url(../img/construct/puce-download.png) no-repeat 20px 10px;
}

section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list li:nth-child(2n) {
	background: #f5f5f5 url(../img/construct/puce-download.png) no-repeat 20px 10px;
}

section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list li a {
	text-decoration: none;
}

section#content .wrapper .content_onglets .wrapper_onglets ul.dl-list li a:hover {
	color: #000;
}

section#content .wrapper .content_onglets .wrapper_onglets .split_2column p {
	font-size: 18px;
	line-height: 24px;
}

/* ------------------------------------------------------------
		SECTION FULLSCREEN
------------------------------------------------------------ */

.section-fullscreen {
	display: block;
	margin: 40px 0;
	clear: both;
	overflow: hidden;
	/*padding-bottom:30%;*/
	min-height: 450px;
}

.no-margin .section-fullscreen {
	margin: 40px 0 0 0;
	padding-bottom: 0;
	min-height: 350px;
}

.section-fullscreen h2 {
	margin: 0 0 40px 0;
	font: 900 40px/40px 'Nunito', sans-serif;
	color: #fff;
}

.section-fullscreen>div {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 350px;
}

.pic_parallax_content {
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 350px;
	padding: 80px 0;
	background: url('../img/construct/img-parallax.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: ;
	background-repeat: no-repeat;
}

.pic_parallax_content:before {
	content: '';
	position: absolute;
	background: url('../img/construct/before-fullscreen.png');
	width: 250px;
	height: 250px;
	bottom: 0;
	left: 0;
}

.pic_parallax_content:after {
	content: '';
	position: absolute;
	background: url('../img/construct/after-fullscreen.png');
	width: 250px;
	height: 250px;
	top: 0;
	right: 0;
}

.no-margin .section-fullscreen .pic_parallax_content:before {
	display: none;
}

/* ------------------------------------------------------------
		AVIS CLIENT
------------------------------------------------------------ */

section#avis-client {
	width: 100%;
	background: #fbfbfb;
	overflow: hidden;
	padding: 40px 0;
}

section#avis-client .wrapper {
	width: 1180px;
	margin: 0 auto;
}


/* ------------------------------------------------------------
		BTN
------------------------------------------------------------ */

.contact-content {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.contact-content a {
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 340px;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	border: 1px solid #e2c778;
	padding: 15px 60px 15px 15px;
	font-size: 16px;
	margin: 15px;
	line-height: 24px;
	background: #e2c778;
	color: #fff;
	box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	white-space: pre-line;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
}

.contact-content a span {
	clear: both;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-transform: none;
}

.contact-content a i {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	text-align: center;
}

.contact-content a i:before {
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-content a:hover {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}

.contact-content a:hover i:before {
	color: #fff;
}

/* ------------------------------------------------------------
		FOOTER
------------------------------------------------------------ */

footer {
	width: 100%;
	position: relative;
	z-index: 1000;
	background: #222222;
	color: #fff;
	padding: 10px 0;
	font-size: 10px;
	line-height: 18px;
	clear: both;
}

footer .wrapper {
	width: 80%;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	text-align: center;
}

footer .wrapper #credit {
	padding: 10px 0 10px 0;
	text-align: center;

}

footer .wrapper #credit a:link,
footer .wrapper #credit a:visited {
	text-decoration: underline;
	color: #fff;

}

footer .wrapper #credit a:hover {
	text-decoration: none;
}

footer .wrapper #credit strong {
	color: #fff;
}

/* ------------------------------------------------------------
		FORM
------------------------------------------------------------ */

form {
	/*width:400px;*/
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 10px 0;
}

form table {
	width: 100%;
}

form .label {
	text-align: left;
	display: block;
	width: 100%;
	margin: 5px 0;
}

form .label label {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

form .input {
	display: block;
	width: 95%;
	margin: 5px 0;
	float: left;
}

form .help {
	display: block;
	width: 5%;
	float: left;
	margin: 5px 0;
}

form .help img {
	vertical-align: middle;
	padding: 10px 0;
}

.the_info {
	font-size: 10px;
	line-height: 16px;
	color: #aaa;
	margin: 5px 0;
}

.input img {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
}

form select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	background: #F6F6F5;
}

form select option.disabled-option {
	color: #c3c3c3;
}

form input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px 10px 2px 10px;
	padding: 10px;
	background: #F6F6F5;
}

form tr.type_checkbox .label {
	width: 90%;
	float: left;
	padding: 0;
}

form tr.type_checkbox .input {
	width: 5%;
	float: left;
	padding: 0;
	line-height: 30px;
	text-align: right;
}

form tr.type_checkbox .input input {
	width: auto;
}

form textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	resize: none;
	background: #F6F6F5;
}

form tr.type_textarea {
	width: 100%;
}

form tr.type_textarea td.label {
	width: 95%;
	float: left;
}

form tr.type_textarea td.label label {
	width: 100%;
}

form tr.type_textarea td textarea {
	width: 100%;
}

.obligatoire {
	color: #f00;
}

.asterisque {
	text-align: center;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 10px;
	color: #f00;
	clear: both;
	display: block;
}

.submit input {
	background: #e2c778;
	border: none;
	color: #fff;
	font-weight: 900;
	width: 95%;
	margin: 10px 0 0;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.submit input:hover {
	background: #444;
}

form .input span.Zebra_DatePicker_Icon_Wrapper {
	display: block !important;
}

form .input span.Zebra_DatePicker_Icon_Wrapper button {
	left: auto !important;
	right: 10px;
}

/* ------------------------------------------------------------
		ERROR MESSAGE
------------------------------------------------------------ */

#applicationMessage #errors {
	color: #fff;
	padding: 0 0 0 0;
}

#applicationMessage #errors li {
	list-style: none;
	padding: 5px 0 5px 40px;
	margin: 0 0 0 0;
	background: none;
	font-weight: bold;
	background: #d62822 url(../img/construct/error.png) no-repeat;
	margin-bottom: 2px;
}

#applicationMessage #messages {
	background-color: #008930;
	color: #fff;
}

#applicationMessage #messages li {
	list-style: none;
	padding: 5px 10px 5px 40px;
	margin: 0 0 0 0;
	background: none;
	font-weight: bold;
}

/* ------------------------------------------------------------
		PAGINATION
------------------------------------------------------------ */

.pages {
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
}

.pages span {
	margin: 0 10px 0 10px;
	line-height: 24px;
	font-weight: 700;
	border-radius: 100%;
}


.pages span.page_precedente a {
	background: url(../img/construct/prev-icon.png) no-repeat center left;
	text-indent: -9999px;
	width: 20px;
	height: 24px;
	display: inline-block;
}

.pages span.page_suivante a {
	background: url(../img/construct/next-icon.png) no-repeat center left;
	text-indent: -9999px;
	width: 20px;
	height: 24px;
	display: inline-block;
}

.pages span.page a {
	display: inline-block;
	width: 25px;
	border: 1px solid #231f20;
	text-decoration: none;
	border-radius: 100%;
}

.pages span.page_back a {
	margin: 0 340px;
}

.pages span.selected_page,
.pages span.page a:hover {
	display: inline-block;
	background: #231f20;
	width: 25px;
	border: 1px solid #231f20;
	color: #fff;
}

/* ------------------------------------------------------------
		SLIDER
------------------------------------------------------------ */

.sp-next-arrow::after,
.sp-next-arrow::before,
.sp-previous-arrow::after,
.sp-previous-arrow::before {
	background-color: #e2c778 !important;
}

.sp-full-screen-button {
	color: #e2c778 !important;
}

.sp-button {
	border: 2px solid #e2c778 !important;
}

.sp-selected-button {
	background: #e2c778 !important;
}

#content .slider-container {
	height: 0;
	padding-bottom: 400px;
	margin-bottom: 120px;
	position: relative;
}

#content .slider-pro {
	position: absolute;
	top: 0;
	bottom: 0;
}

#content .sp-slides-container,
#content .sp-mask,
#content .sp-slides,
#content .sp-slide {
	height: 100% !important;
}

#content .sp-slide img {
	margin-top: 0 !important;
}


@media (max-width: 767px) {
	#content .slider-container {
		padding-bottom: 75%;
	}
}

/* ------------------------------------------------------------
		ARROW SCROLL TO TOP
------------------------------------------------------------ */

#a_scrolltotop {
	height: 48px;
	line-height: 48px;
	width: 48px;
	bottom: 10px;
	right: 10px;
	color: white;
	text-decoration: none;
	background: #e2c778;
	overflow: hidden;
	z-index: 2000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#a_scrolltotop:before {
	display: block;
	content: '\f062';
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: 'FontAwesome';
}

#a_scrolltotop:hover {
	background: #444;
}

#a_scrolltotop span {
	display: none !important;
}

/* ------------------------------------------------------------
		GOOGLE MAP
------------------------------------------------------------ */

.googlemap {
	height: 400px;
	position: relative;
	margin: 20px 0 20px 0;
	overflow: hidden;
	clear: both;
}

.googlemap p {
	margin: 10px 0;
}

.googlemap>div {
	height: 100%;
}

.googlemap>div>div {
	width: 100% !important;
	height: 100% !important;
}

/* ------------------------------------------------------------
		RESPONSIVE IFRAME
------------------------------------------------------------ */

.responsive-iframe {
	position: relative;
	padding-bottom: 30%;
	padding-top: 25px;
	height: 0;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.no-desktop {
	display: none;
}

.propteo {
	min-height: 100vh;

	iframe {
		min-height: 100vh;
	}
}