/* ------------------------------------------------------------
COLOR01 : #BEAF87 // rgba(251,91,58,1)
COLOR02 : #252526 // rgba(49,64,71,1)
------------------------------------------------------------ */

/* ------------------------------------------------------------
		BALISES PRINCIPALES
------------------------------------------------------------ */

* {
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	font-display: swap;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	font: 400 14px/24px 'Roboto', sans-serif;
	background: #F7F7F7 url(../img/construct/cheat.png) repeat;
	color: #1c1c1c;
	letter-spacing: 1px;
	padding-top: 120px;
	overflow-x: hidden;
}

body:not(.homepage) main#content {
	padding-top: 40px;
}

body:not(.homepage) h1 {
	color: black;
	font: 500 8rem / 7rem 'Cormorant Garamond', sans-serif;
}

body:not(.homepage) {
	min-height: 100vh;
}

body:not(.homepage) footer {
	position: fixed;
	bottom: 0;
}

.container.container-sm {
	width: 936px;
}

#home-presentation h2 {
	margin-top: 0;
	margin-bottom: 48px;
}

h1 {
	font: 600 10rem / 9rem 'Cormorant Garamond', sans-serif;
	text-align: left !important;
	color: #F5EFE0;
	margin: 0;
}

h1 span.contentTitleh1span {
	font: 300 25px/35px 'Cormorant Garamond', sans-serif;
	color: #fff;
	display: block;
	clear: both;
	text-transform: none;
}

body#ContainerFullWidth h1 {
	text-align: center;
}

body.homepage main#content h1 {
	display: none;
}

h2 {
	font: 500 40px/40px 'Cormorant Garamond', sans-serif;
	margin: 40px 0 20px 0;
}

h2 span.first-word {
	color: #BEAF87;
	font-weight: 900;
}

h3 {}

h4 {}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;
	background: rgba(132, 132, 132, 0.2);
	clear: both;
}

::-moz-selection {
	background: #BEAF87;
	color: #fff;
}

::selection {
	background: #BEAF87;
	color: #fff;
}

/*::-webkit-scrollbar{
	width: 15px;
	background-color: #F5F5F5;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: rgba(49,64,71,0.8);
}*/


/* ------------------------------------------------------------
		PAGE
------------------------------------------------------------ */

.page {
	position: relative;
	z-index: 1;
	background: #F7F7F7 url(../img/construct/cheat.png) repeat;
	overflow-x: clip;
}

/* ------------------------------------------------------------
		HEADER
------------------------------------------------------------ */

header {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

/* ------------------------------------------------------------
		TOPBAR
------------------------------------------------------------ */

header #topbar {
	padding: 10px 0;
	font-size: 12px;
}

header #topbar .header-coord {
	text-align: left;
}

header #topbar .header-coord p {
	margin: 0;
}

header #topbar .header-coord a {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #fff;
}

header #topbar .header-coord a:hover {
	text-decoration: none;
}

header #topbar .header-coord .module_horaire {
	display: inline-block;
	font-weight: 700;
}

header #topbar .header-coord .module_horaire span.second-line {
	display: none;
}

header #topbar .header-tools {
	text-align: right;
}

header #topbar .header-tools a {
	display: inline-block;
	color: #fff;
}

header #topbar .header-tools a:hover {
	color: #BEAF87;
	text-decoration: none;
}

/* ------------------------------------------------------------
		LANGUES
------------------------------------------------------------ */

nav#languages {
	display: inline-block;
}

nav#languages ul {
	margin: 0;
	padding: 0;
}

nav#languages ul li {
	display: inline-block;
	margin: 0 5px;
}

nav#languages ul li.selected a,
nav#languages ul li a:hover {
	color: #BEAF87;
	text-decoration: none;
}


/* ------------------------------------------------------------
		NAVBAR HEADER
------------------------------------------------------------ */

#navbar-header {
	padding: 10px 0;
	text-align: right;
}

/* ------------------------------------------------------------
		LOGO
------------------------------------------------------------ */

.logo-bloc {
	text-align: left;
}

a.logo {
	display: block;
	max-width: 300px;
}

a.logo img {
	max-width: 150px;
	height: auto;
	margin: 5px 0;
	transform-origin: top left;
	position: absolute;
}

body.smaller a.logo img {
	transform: scale(.6);
}

/* ------------------------------------------------------------
		MAIN MENU
------------------------------------------------------------ */

nav#main-menu {
	margin: 16px 0;
}

nav#main-menu ul li {
	display: inline-block;
	position: relative;
}

nav#main-menu ul li a {
	font: 700 18px/20px 'Roboto', sans-serif;
	/* text-transform: uppercase; */
	padding: 10px;
	color: #1c1c1c;
}

nav#main-menu ul li:last-child a {
	padding: 10px 0 10px 10px;
}

nav#main-menu ul li.selected a,
nav#main-menu ul li a:hover {
	text-decoration: none;
	color: #BEAF87;
}

nav#main-menu ul li ul.level_1 {
	background: #252526;
	margin: 5px 0 0 0;
	padding: 0;
	position: absolute;
	left: 10px;
	width: 200px;
	text-align: left;
	transition: none;
	display: none;
}

nav#main-menu ul li ul.level_1:before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #252526 transparent;
}

nav#main-menu ul li ul.level_1 li {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #464e52;
}

nav#main-menu ul li ul.level_1 li:last-child {
	border: none;
}

nav#main-menu ul li ul.level_1 li a {
	padding: 10px;
	color: #fff;
	display: block;
}

nav#main-menu ul li ul.level_1 li.selected a,
nav#main-menu ul li ul.level_1 li a:hover {
	background: #BEAF87;
}

nav#main-menu ul li ul.level_1 li ul.level_2 {
	transition: none;
	position: absolute;
	left: 200px;
	width: 200px;
	top: 0;
	padding: 0;
	background: #252526;
}

nav#main-menu ul li ul.level_1 li ul.level_2 li {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #464e52;
	position: relative;
	overflow: hidden;
}

nav#main-menu ul li ul.level_1 li ul.level_2 li:last-child {
	border: none;
}

nav#main-menu ul li ul.level_1 li ul.level_2 li a {
	padding: 10px 10px 10px 15px;
	color: #fff;
	display: block;
	background: #252526;
}

nav#main-menu ul li ul.level_1 li ul.level_2 li.selected a,
nav#main-menu ul li ul.level_1 li ul.level_2 li a:hover {
	background: #BEAF87;
}

/* ------------------------------------------------------------
		SLIDER TOP
------------------------------------------------------------ */

section#slider-top {
	width: 100%;
	position: relative;
	margin: 0;
	background: #cac9c5;
}

section#slider-top .container::before,
section#slider-top .container::after {
	display: none !important;
}

body.homepage section#slider-top .sp-mask,
body.homepage section#slider-top .sp-slides .sp-slide {
	height: calc(100vh - 120px) !important;
	min-height: 750px !important;
}

body.homepage section#slider-top {
	height: calc(100vh - 120px) !important;
	min-height: 750px !important;
	position: relative;
}

body.homepage section#slider-top::before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: url('../img/construct/slider-principale.jpg');
	content: '';
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

body.homepage section#slider-top::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: linear-gradient(35deg, #000000a6, transparent);
}

section#slider-top .sp-slides .sp-slide {
	opacity: 0.4;
	filter: sepia(1);
}

section#slider-top .sp-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

section#slider-top .container {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	bottom: 0;
	color: #fff;
	vertical-align: middle;
	padding: 0;
	z-index: 10;
}

section#slider-top .container .slider-text {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0, -50%);
}

section#slider-top .container .slider-title {
	position: absolute;
	top: 60%;
	left: 0%;
	transform: translate(0, -50%);
	max-width: 50%;
	text-align: left;
	color: #F5EFE0;
}

section#slider-top .container .slider-title strong {
	color: #D9CDA8;
}

@keyframes TextIntro {
	0.00% {
		opacity: 0;
		filter: blur(35px);
		right: -50%;
	}

	100% {
		opacity: 1;
		filter: blur(0px);
		right: 0;
	}
}

section#slider-top .container .slider-text h1 {
	font: 900 50px/50px 'Cormorant Garamond', sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

section#slider-top .container .slider-text p {
	font: 300 20px/20px 'Roboto', sans-serif;
}

section#slider-top .container .slider-text a.btn.btn-primary i {
	margin: 0 0 0 20px;
}

section#slider-top .container .slider-text a.btn.btn-primary:hover {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	text-decoration: none;
}

/* ------------------------------------------------------------
		ACTION SPECIALE
------------------------------------------------------------ */

section#action-speciale {
	padding-bottom: 140px;
}

section#action-speciale .container {
	max-width: 900px;
	margin: -80px auto 40px auto;
	color: #ffffff;
	background: #BEAF87;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	border-radius: 80px;
}

section#action-speciale .container p {
	font: 900 24px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 5px 0;
}

section#action-speciale .container span {
	font: 400 20px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
}

section#action-speciale .container .btn {
	margin: 10px 0;
}

section#action-speciale .container .btn.btn-default {
	color: #fff;
	border-color: #fff;
}

section#action-speciale .container .btn.btn-default:hover {
	background: #fff;
	color: #252526;
}

/* ------------------------------------------------------------
		BREADCRUMBS
------------------------------------------------------------ */

#breadcrumbs {
	background: #fff;
	padding: 10px 0;
	font-size: 11px;
}

#breadcrumbs ol {
	margin: 5px 0;
	padding: 0;
}

#breadcrumbs ol li {
	display: inline-block;
	margin: 0 5px;
}

#breadcrumbs ol li i {
	margin: 0 5px 0 0;
}

#breadcrumbs ol li a {
	color: inherit;
}

#breadcrumbs ol li:after {
	content: '\f111';
	font-family: 'FontAwesome';
	color: #efefef;
	font-weight: 900;
	font-size: 8px;
	margin: 0 0 0 5px;
}

#breadcrumbs ol li:last-child:after {
	display: none;
}

/* ------------------------------------------------------------
		CONTENT
------------------------------------------------------------ */

main#content {
	position: relative;
	overflow: hidden;
	/* padding: 0 0 40px 0; */
}

main#content p {
	margin: 20px 0;
}

main#content a {
	text-decoration: underline;
}

main#content a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------
		ICON HOME
------------------------------------------------------------ */

section#icone-home-head {
	margin-top: -140px;
}

section#icone-home-head h2 {
	font: 700 26px/32px 'Cormorant Garamond', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

section#icone-home-head .type_5 li {
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
}

section#icone-home-head .pad-icon {
	padding: 160px 0 0 0;
	position: relative;
}

section#icone-home-head .pad-icon p {
	margin: 10px 0;
}

section#icone-home-head .pad-icon p:first-child {
	text-transform: uppercase;
}

section#icone-home-head .pad-icon p:first-child:before {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: rgba(251, 91, 58, 1);
	float: left;
	margin: 12px 10px 12px 0;
}

section#icone-home-head .pad-icon .btn {
	font: 700 15px/20px 'Roboto', sans-serif;
}

section#icone-home-head .block_article .cc_content .cc_title h3 {
	font: 700 14px/20px 'Roboto', sans-serif;
}

/* ------------------------------------------------------------
		ICONE HOME FULL
------------------------------------------------------------ */

@-webkit-keyframes highlighted-white {
	0.00% {
		-webkit-box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0);
	}

	50% {
		-webkit-box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0);
	}
}

@keyframes highlighted-white {
	0.00% {
		box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0);
	}

	50% {
		box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0.3);
	}

	100% {
		box-shadow: 0 26px 56px 0 rgba(255, 255, 255, 0);
	}
}

section#icone-home-full .block_article.highlighted-article {
	border: 2px solid #BEAF87;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: highlighted-white;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: highlighted-white;
}


/* ------------------------------------------------------------
		DEFAULT CONTENT
------------------------------------------------------------ */

section#default-content .ui-accordion {
	background: #fff;
	margin: 20px 0 0 -120px;
	padding: 40px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
}

/* ------------------------------------------------------------
		COMPTEUR
------------------------------------------------------------ */

section#counter-zone i {
	font-size: 30px;
}

section#counter-zone p {
	font: 400 18px/24px 'Roboto', sans-serif;
	text-transform: uppercase;
}

section#counter-zone span {
	font: 700 50px/50px 'Roboto', sans-serif;
	margin: 10px auto;
	display: block;
}



/* ------------------------------------------------------------
		BLOG
------------------------------------------------------------ */

section#blog .type_1 .block_article {
	margin: 0;
}

/* ------------------------------------------------------------
		GMAP FOOTER
------------------------------------------------------------ */

section#gmap-footer {
	height: 40vh;
	position: relative;
	overflow: hidden;
}

section#gmap-footer .googlemap {
	height: 40vh;
	margin: 0;
}

section#gmap-footer .googlemap .leaflet-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

section#gmap-footer h2 {
	margin: 20px 0;
}

section#gmap-footer h2:before {
	content: '\f124';
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: 20px;
	position: relative;
	font-family: 'FontAwesome';
	color: #BEAF87;
}

section#gmap-footer p i {
	margin: 0 10px 0 0;
}

section#gmap-footer p.horaire-coord {
	position: relative;
	padding: 0 0 0 20px;
}

section#gmap-footer p.horaire-coord:before {
	content: '\f017';
	display: block;
	left: 0;
	margin: 0 10px 0 0;
	font-size: 15px;
	position: absolute;
	font-family: 'FontAwesome';
	color: #BEAF87;
}

section#gmap-footer .horaire-short-message {
	font: 700 16px/20px 'Roboto', sans-serif;
}

section#gmap-footer .module_horaire span.second-line {
	display: none;
}

/* ------------------------------------------------------------
		PAGE CONTACT
------------------------------------------------------------ */

main#content .coord-contact-page ul#cgv_links {
	font: 300 11px/18px 'Roboto', sans-serif;
	padding: 0 0 0 10px;
}

main#content .coord-contact-page .bloc-contact-info {
	padding: 24px;
	width: 90%;
	overflow: hidden;
	margin: 40px auto;
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
	/* border-radius: 16px; */
}

main#content .coord-contact-page .bloc-contact-info.first {
	margin: -100px auto 20px auto;
	background: #1a1410;
}

main#content .coord-contact-page .bloc-contact-info h2 {
	margin: 0 0 20px 0;
}

main#content .coord-contact-page .bloc-contact-info h3:before {
	content: '\f124';
	display: block;
	float: left;
	margin: 0 10px 0 0;
	font-size: 20px;
	position: relative;
	font-family: 'FontAwesome';
	font-weight: 900;
	color: #BEAF87;
}

/* ------------------------------------------------------------
		CLUB PRIVE
------------------------------------------------------------ */

.club-prive h2 {
	margin: 40px 0 10px 0;
}

.club-prive h3 {
	margin: 0 0 10px 0;
}

.club-prive p {
	font: 300 11px/16px 'Roboto', sans-serif;
	margin: 10px 0 !important;
}

.club-prive form {
	margin: 10px auto;
}

.club-prive form .type_email,
.club-prive form .type_telephone,
.club-prive form .type_telephone_prefix {
	position: relative;
	clear: both;
	min-height: 65px;
}

.club-prive form label {
	width: 30%;
	float: left;
	line-height: 30px;
	font-size: 12px;
}

.club-prive form .the_info {
	position: absolute;
	bottom: 0;
}

.club-prive form .input {
	width: 65%;
	float: right;
	margin: 0 0 0 5%;
}

.club-prive form input {
	min-height: 30px;
	font-size: 12px;
}

.club-prive form .type_data_information {
	clear: both;
}

.club-prive form .country-name {
	color: #000;
}

.club-prive form p.required {
	margin: 10px 0;
}

/* ------------------------------------------------------------
		CALL TO ACTION
------------------------------------------------------------ */

section.call-to-action {
	background: none;
	clear: both;
}

body#ContainerFullWidth section.call-to-action.grey-bg {
	background: #f2f2f2;
}

body#ContainerFullWidth section.call-to-action.dark-bg {
	background: #252526;
}

body#ContainerFullWidth section.call-to-action.white-bg {
	background: #fff;
}


/* ------------------------------------------------------------
		BTN
------------------------------------------------------------ */

.btn {
	display: inline-block;
	padding: 15px 30px;
	position: relative;
	vertical-align: top;
	border: 2px solid transparent;
	/* border-radius: 40px; */
	font: 700 24px/30px 'Roboto', sans-serif;
	text-decoration: none !important;
	margin: 12px 1% 0;
	/*width: 48%;*/
}

.btn-sm {
	padding: 6px 12px;
}

.btn-lg {
	display: block;
	padding: 18px 32px;
	font: 700 18px/24px 'Roboto', sans-serif;
	margin: 10px auto;
	width: 100%;
	max-width: 600px;
}

.btn-default {
	color: #252526;
	border-color: #252526;
	background: transparent;
}

.btn-default:hover {
	color: #252526;
	background: #eeeeee;
}

.btn-primary {
	color: #ffffff;
	background: #f5941b url(../img/construct/cheat.png) repeat;
	border-color: #f5941b;
}

.btn-primary:hover {
	color: #dd8110;
	background: transparent;
}

.btn i {
	vertical-align: top;
	margin: 0 0 0 10px;
	line-height: inherit;
	position: relative;
	left: 0;
}

.btn:hover i {
	left: 5px;
}

/* ------------------------------------------------------------
		SLIDER DESIGNEE
------------------------------------------------------------ */

.center-content {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

/* SLIDER HORIZONTAL */

section#slider-design-h .container-fluid {
	padding: 0;
}

section#slider-design-h .sp-slide {}

section#slider-design-h .sp-layer {
	width: 40%;
	padding: 20px 40px;
}

section#slider-design-h .sp-layer:before {
	content: '';
	left: -100px;
	top: 0;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1200px 100px;
	border-color: transparent transparent #15130eb5 transparent;
}

section#slider-design-h .sp-black {
	background: #15130eb5;
}

section#slider-design-h .sp-layer>* {
	max-width: 500px;
}

section#slider-design-h .sp-layer h3 {
	font: 900 32px/36px 'Cormorant Garamond', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 20px 0;
}

section#slider-design-h .sp-layer h3:after {
	content: '';
	width: 40px;
	height: 2px;
	display: block;
	background: #BEAF87;
	margin: 5px 0;
}

section#slider-design-h .sp-layer ul {
	padding: 0 0 0 20px;
}

section#slider-design-h .sp-layer ul li {
	font: 300 20px/28px 'Roboto', sans-serif;
	list-style: none;
	color: #fff;
	padding: 0 0 0 20px;
	position: relative;
}

section#slider-design-h .sp-layer li:before {
	font-size: 10px;
	list-style: none;
	color: #BEAF87;
	content: '\f04b';
	font-family: 'FontAwesome';
	font-weight: 900;
	position: absolute;
	left: 0;
}

section#slider-design-h .sp-layer a.btn-default {
	color: #fff;
	border-color: #fff;
}

section#slider-design-h .sp-layer a.btn-default:hover {
	color: #252526;
}

section#slider-design-h .sp-layer #macaron-action-speciale {
	position: absolute;
	top: calc(50% - 75px);
	left: calc(0px - 165px);
	width: 150px;
	height: 150px;
	padding: 20px;
	border-radius: 100%;
	text-align: center;
	background: #BEAF87;
	color: #fff;
	font: 300 16px/24px 'Roboto', sans-serif;
	transform: rotate(-10deg);
}

section#slider-design-h .sp-layer #macaron-action-speciale span {
	display: block;
	font: 700 18px/24px 'Roboto', sans-serif;
}

/* SLIDER VERTICAL */

.slider-design-v .sp-slide .sp-layer {
	padding: 40px;
}

.slider-design-v .sp-slide .sp-layer:before {
	content: '';
	left: 0;
	top: -80px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 500px;
	border-color: transparent transparent transparent #15130eb5;
}

.slider-design-v .sp-black {
	background: #15130eb5;
}

.slider-design-v .sp-slide .sp-layer p {
	font: 400 20px/30px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0 !important;
}

.slider-design-v .sp-slide .sp-layer p strong {
	font: 900 24px/30px 'Roboto', sans-serif;
	color: #BEAF87;
}

.slider-design-v .sp-slide .sp-layer .btn i {
	margin: 0 10px 0 0;
}

/* ------------------------------------------------------------
		FOOTER
------------------------------------------------------------ */

footer {
	width: 100%;
}

footer .container a {
	color: #fff;
}

footer .container #footer-area h3 {
	color: #fff;
}

footer .container #footer-area h3 a:hover {
	text-decoration: none;
}

footer .container #footer-area ul#legal-reassurance-list li {
	margin: 0;
	padding: 10px 20px 10px 0;
}

footer .container #footer-area ul#legal-reassurance-list li img {
	float: left;
	width: 40px;
	height: auto;
	margin: 0 10px 0 0;
}

footer .container #footer-area ul#legal-reassurance-list li p {
	font: 300 10px/16px 'Roboto', sans-serif;
	margin: 0;
	padding: 0 0 0 50px;
}

footer .container #footer-area ul {
	padding: 0;
}

footer .container #footer-area ul li {
	list-style: none;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
	margin: 8px 0;
}

footer .container #footer-area ul li.selected a,
footer .container #footer-area ul li a:hover {
	color: #BEAF87;
	text-decoration: none;
}

footer .container #footer-area ul li ul.level_1 {
	display: none;
}

footer .container #footer-area ul.type_6 h3 {
	color: inherit;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	margin: 8px 0;
}

footer .container #footer-area ul.type_6 h3 a {
	color: #fff;
}

footer .container #footer-area ul.type_6 h3 a:hover {
	color: #BEAF87;
	text-decoration: none;
}

footer .container #footer-area .coord-footer a:hover {
	text-decoration: none;
}

footer .container #footer-area .coord-footer ul li {
	padding: 10px 0;
}

footer .container #footer-area .coord-footer ul li i {
	float: left;
	color: #BEAF87;
	font-size: 30px;
	margin: 0 10px 0 0;
}

footer .container #footer-area .coord-footer ul li p {
	margin: 0;
	color: #fff;
	padding: 0 0 0 40px;
}

footer .container #footer-area .coord-footer ul li p.contact-info-title {
	font: 700 13px/20px 'Roboto', sans-serif;
}

footer .container #credit {
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	padding: 30px 0;
	border-top: 1px solid rgba(132, 132, 132, 0.2);
}

/* ------------------------------------------------------------
		SHARETHIS
------------------------------------------------------------ */

#sharethis {
	position: fixed;
	top: 40%;
	right: 0;
	text-align: left;
	z-index: 1000;
}

#sharethis a.stbar {
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 4px 0;
	padding: 0 0 0 10px;
	width: 50px;
	position: relative;
	right: -10px;
	font-size: 12px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	font-weight: 900;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sharethis a:hover {
	right: 0;
}

#sharethis a.stbar img {
	display: none;
}

#sharethis a.email:before {
	font-family: 'FontAwesome';
	content: '\f0e0';
}

#sharethis a.facebook:before {
	font-family: 'FontAwesome';
	content: '\f09a';
}

#sharethis a.twitter:before {
	font-family: 'FontAwesome';
	content: '\f099';
}

#sharethis a.sharethis:before {
	font-family: 'FontAwesome';
	content: '\f1e0';
}

#sharethis a.linkedIn:before {
	font-family: 'FontAwesome';
	content: '\f0e1';
}

#sharethis a.pinterest:before {
	font-family: 'FontAwesome';
	content: '\f231';
}

/* ------------------------------------------------------------
		FORM
------------------------------------------------------------ */

form {
	max-width: 550px;
	margin: 25px auto;
}

form textarea,
form input,
form select {
	width: 100%;
	min-height: 40px;
	border: 1px solid #ccc;
	padding: 4px 10px;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #1c1c1c;
}

form textarea {
	resize: vertical;
	max-height: 280px;
}

form textarea:focus,
form input:focus,
form select:focus {
	outline: none;
	border-color: #BEAF87;
}

form table,
form tr {
	width: 100%;
}

form tr td {
	display: block;
}

form label {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}

form .input {
	padding-bottom: 12px;
}

form .help {
	display: none;
}

form select::-ms-expand {
	display: none;
}

form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: white;
}

form .type_select .input,
form .type_destinataire .input {
	position: relative;
}

form .type_select .input:after,
form .type_destinataire .input:after {
	content: '\f078';
	display: block;
	position: absolute;
	color: #ccc;
	right: 12px;
	top: 10px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	pointer-events: none;
}

form input[type="radio"] {
	display: none;
}

form input[type="radio"]+label {
	padding-left: 36px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	line-height: 32px;
}

form input[type="radio"]+label:before {
	content: '';
	display: block;
	cursor: pointer;
	height: 18px;
	width: 18px;
	border: 2px solid #BEAF87;
	position: absolute;
	top: 6px;
	left: 6px;
	border-radius: 50%;
}

form input[type="radio"]+label:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 6px;
	left: 6px;
	cursor: pointer;
	background: #BEAF87;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

form input[type="radio"]:checked+label:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

form .type_checkbox {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
}

form .type_checkbox label {
	display: inline;
	width: 92%;
	float: right;
}

form .type_checkbox .input {
	float: left;
	width: 8%;
	padding: 0 10px 12px 0;
}

form .type_checkbox input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
	min-height: 0;
	border: none;
	padding: 0;
	-webkit-appearance: none;
}

form .type_checkbox input:before {
	font-size: 20px;
	font-family: 'FontAwesome';
	content: '\f096';
}

form .type_checkbox input:checked:before {
	display: none;
}

form .type_checkbox input:checked:after {
	font-size: 20px;
	font-family: 'FontAwesome';
	content: '\f046';
	color: #BEAF87;
}

form .type_grades {
	overflow: hidden;
}

form .type_grades label {
	float: left;
	padding-right: 24px;
	width: 40%;
}

form .type_grades .input {
	float: left;
	width: 60%;
	text-align: right;
}

.input img {
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
}

.type_file * {
	transition: none;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.type_file input.input {
	width: calc(100% - 100px);
	min-height: 0;
	padding: 8px;

}

.type_file button.btn-file {
	float: right;
	width: 100px;
	min-height: 44px;
	padding: 4px 10px;
	border: none;
	background: #BEAF87;
	color: #fff;
	cursor: pointer;
}

.the_info {
	font-size: 10px;
	color: #aaa;
	line-height: 12px;
	margin-bottom: 4px;
}

.obligatoire {
	color: #e8311e;
	margin-right: -8px;
}

.asterisque {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #e8311e;
}

.type_submit {
	margin-top: 16px;
	text-align: center;
}

.type_submit button,
input[type="submit"] {
	margin: 0;
	padding: 6px 24px;
	border: 2px solid #BEAF87;
	min-width: 60%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	background: #BEAF87 url(../img/construct/cheat.png) repeat;
	border-radius: 40px;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: color 0.30s ease-out, background 0.30s ease-out;
	-moz-transition: color 0.30s ease-out, background 0.30s ease-out;
	-ms-transition: color 0.30s ease-out, background 0.30s ease-out;
	-o-transition: color 0.30s ease-out, background 0.30s ease-out;
	transition: color 0.30s ease-out, background 0.30s ease-out;
}

.type_submit button:active,
.type_submit button:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
	background: transparent;
	color: #BEAF87;
}

.required {
	text-align: center;
}

form .type_data_information {
	clear: both;
}

form p.notice_data_information {
	font-size: 10px !important;
	line-height: 14px !important;
	margin: 10px 0 !important;
}

form p.notice_data_information a {
	text-decoration: underline;
}

.Zebra_DatePicker_Icon_Wrapper,
.intl-tel-input {
	display: block !important;
}

.Zebra_DatePicker_Icon {
	margin-right: 0 !important;
	top: 50% !important;
	right: 8px !important;
	left: auto !important;
	line-height: 24px !important;
	margin-top: -12px !important;
	width: 24px !important;
	height: 24px !important;
	background: none !important;
	position: relative;
}

.Zebra_DatePicker_Icon:after {
	font-family: 'FontAwesome';
	content: '\f133';
	font-weight: 900;
	text-indent: 0;
	display: block;
	width: 100%;
	color: #252526;
	font-size: 19px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.Zebra_DatePicker .dp_header .dp_caption:before {
	content: '\f133';
	font-family: 'FontAwesome';
	font-weight: 900;
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height: 15px;
	vertical-align: middle;
	margin-right: 8px;
	color: white;
}

/* ------------------------------------------------------------
		ERROR MESSAGE
------------------------------------------------------------ */

.alert {
	max-width: 1170px;
	overflow: hidden;
	padding: 15px;
	margin: 0 auto 20px auto;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,
.alert>ul {
	margin: 0 !important;
}

.alert>p+p {
	margin-top: 5px;
}

.alert i.icon {
	position: absolute;
	font-size: 100px;
	opacity: 0.1;
	left: 10px;
	top: 50%;
	margin: -50px 0 0 0;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	-webkit-appearance: none;
	cursor: pointer;
	background: transparent;
	border: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

/* ------------------------------------------------------------
		PAGINATION
------------------------------------------------------------ */

.pagination {
	clear: both;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: inherit;
	font-size: 14px;
	text-align: center;
}

.pagination li.active a,
.pagination li a:hover {
	color: #BEAF87;
	text-decoration: none;
}

/* ------------------------------------------------------------
		ARROW SCROLL TO TOP
------------------------------------------------------------ */

#a_scrolltotop {
	height: 48px;
	line-height: 48px;
	width: 48px;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-decoration: none;
	background: #BEAF87;
	border: 2px solid #BEAF87;
	border-radius: 100%;
	overflow: hidden;
	z-index: 1000;
}

#a_scrolltotop:before {
	display: block;
	content: '\f077';
	font-weight: 900;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-family: 'FontAwesome';
}

#a_scrolltotop:hover {
	background: none;
	color: #BEAF87;
}

#a_scrolltotop span {
	display: none !important;
}

/* ------------------------------------------------------------
		GOOGLE MAP
------------------------------------------------------------ */

.googlemap {
	height: 400px;
	position: relative;
	margin: 55px 0 0 0;
	overflow: hidden;
	clear: both;
	background: goldenrod;
}

.googlemap * {
	transition: none;
}

.googlemap p {
	margin: 10px 0;
}

.googlemap>div {
	height: 100%;
}

.googlemap>div>div {
	width: 100% !important;
	height: 100% !important;
	opacity: .8;
}

.googlemap>div>div .leaflet-pane:not(.leaflet-map-pane) {
	filter: grayscale();
}

.googlemap>div>div .leaflet-marker-pane {
	filter: none !important;
}

.googlemap .leaflet-control-zoom a,
.googlemap .leaflet-container a.leaflet-popup-close-button {
	text-decoration: none !important;
}

/* ------------------------------------------------------------
		RESPONSIVE IFRAME
------------------------------------------------------------ */

.responsive-iframe {
	position: relative;
	padding-bottom: 30%;
	padding-top: 25px;
	height: 0;
}

.responsive-iframe.facebook {
	padding-bottom: 100%;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ------------------------------------------------------------
		MISC
------------------------------------------------------------ */

p.no_articles {
	background: #F5F5F5;
	padding: 10px;
	text-align: center;
}

.separator-line {
	display: inline-block;
	margin: 0 2%;
	vertical-align: middle;
	width: 1px;
	height: 8px;
	background: #757575;
}

.gm-style div {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.dark-bg {
	background: #252526 url(../img/construct/cheat.png) repeat;
}

.white-bg {
	background: #fff url(../img/construct/cheat.png) repeat;
}

.grey-bg {
	background: #f0f0f0 url(../img/construct/cheat.png) repeat;
}

.color-bg {
	background: #BEAF87 url(../img/construct/cheat.png) repeat;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #1c1c1c;
}

.txt-align-left {
	text-align: left;
}

.txt-align-right {
	text-align: right;
}

.txt-align-center {
	text-align: center;
}

.section-large {
	padding: 120px 0;
	clear: both;
}

.section-med {
	padding: 80px 0;
	clear: both;
}

.section-small {
	padding: 40px 0;
	clear: both;
}

.margin-large {
	margin: 80px;
}

.margin-med {
	margin: 40px;
}

.margin-small {
	margin: 20px;
}

.margin-none {
	margin: 0;
}

.padding-large {
	padding: 80px;
}

.padding-med {
	padding: 40px;
}

.padding-small {
	padding: 20px;
}

.padding-none {
	padding: 0;
}

.chapeau {
	font: 400 20px/30px 'Roboto', sans-serif;
	text-align: center;
}

.txt-large {
	font: 400 20px/30px 'Roboto', sans-serif;
}

.img-container {
	overflow: hidden;
}

.img-responsive img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded img {
	border-radius: 6px;
}

.img-thumbnail img {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle img {
	border-radius: 50%;
}

/* ------------------------------------------------------------
		BOOTSTRAP CHEATS
------------------------------------------------------------ */

.container .row,
.container-fluid .row {
	max-width: none !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.row {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.global-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.global-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.global-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.global-container {
		width: 1170px;
	}
}

nav#main-menu ul li.active a {
	color: #BEAF87;
	text-decoration: none;
}

section.section-one-page {
	min-height: 60vh;
	overflow: hidden;
	position: relative;
}

#home-presentation .txt-large {
	/* margin: 0 35px !important; */
}

.coord-contact-page {
	/* margin: 0 50px; */
}

.grid-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.grid-wrapper .content-banner {
	min-height: 60vh;
}

.grid-wrapper .content-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.grid-wrapper .content-text .text {
	max-width: 75%;
	margin: auto;
}

.grid-wrapper .content-text .text h2 {
	margin-top: 20px;
}

#s02 .grid-wrapper .content-text .text {
	/* margin-left: 75px; */
}

#social-links {
	padding: 8px 15px 8px 13px;
	display: flex;
	gap: 8px;
	position: fixed;
	z-index: 10;
	color: #fff;
	transform-origin: left;
	transform: rotate(-90deg);
	left: 44px;
	top: 95%;
	/* border-radius: 25px; */
	overflow: hidden;
}

#social-links:before {
	content: "";
	background-color: #BEAF87;
	position: absolute;
	top: 0;
	right: 0%;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: right 0.3s ease-in-out;
}

#social-links span {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-left: 52px;
}

#social-links a {
	text-decoration: none;
	transition: scale 0.2s ease;
}

.sr-only {
	position: absolute !important;
	font-size: 0 !important;
	margin-left: 0 !important;
	font-weight: unset !important;
}

#social-links i {
	transform: rotate(90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

#social-links span:before {
	content: "";
	position: absolute;
	top: 45%;
	left: -48px;
	width: 34px;
	height: 1px;
	background-color: #fff;
}

#social-links i:before {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 28px;
	color: #fff;
}

:root {
	--color: #BEAF87;
	--color-dark: #a8996e;
	--color-light: #f5f0e4;
	--color-border: #b09f78;
}

/* Conteneur principal */
.fr-formulaire-de-contact {
	margin: 0 auto;
	background: #fff;
	padding: 24px;
	/* border-radius: 16px; */
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .07);
}

/* Labels */
.fr-formulaire-de-contact label {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 500;
	color: #666;
	margin-bottom: 6px;
	letter-spacing: 0.01em;
	font-family: 'Roboto', sans-serif;
	justify-content: start;
}

/* Astérisque obligatoire */
.fr-formulaire-de-contact .obligatoire {
	color: var(--color-dark);
	font-size: 16px;
}

/* Blocs de champs */
.fr-formulaire-de-contact>div {
	margin-bottom: 1.25rem;
}

/* Inputs, selects, textarea */
.fr-formulaire-de-contact input[type="text"],
.fr-formulaire-de-contact input[type="email"],
.fr-formulaire-de-contact input[type="tel"],
.fr-formulaire-de-contact select,
.fr-formulaire-de-contact textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/* border-radius: 8px; */
	padding: 9px 12px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	color: #1c1c1c;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.15s, box-shadow 0.15s;
}

/* Select avec chevron custom */
.fr-formulaire-de-contact select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
	cursor: pointer;
}

/* Focus doré */
.fr-formulaire-de-contact input:focus,
.fr-formulaire-de-contact select:focus,
.fr-formulaire-de-contact textarea:focus {
	border-color: var(--color-border);
	box-shadow: 0 0 0 3px rgba(190, 175, 135, 0.18);
}

/* Textarea */
.fr-formulaire-de-contact textarea {
	resize: vertical;
	min-height: 100px;
}

/* Hint téléphone */
.fr-formulaire-de-contact .the_info {
	font-size: 11px;
	color: #aaa;
	margin-bottom: 6px;
}

/* Notice RGPD */
.fr-formulaire-de-contact .type_data_information {
	background: var(--color-light);
	border-left: 3px solid var(--color);
	/* border-radius: 0 8px 8px 0; */
	padding: 10px 12px;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}

.fr-formulaire-de-contact .type_data_information a {
	color: var(--color-dark);
}

/* Bouton submit */
.fr-formulaire-de-contact button[type="submit"] {
	width: 100%;
	background: #f5941b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	border: none;
	/* border-radius: 40px; */
	padding: 12px 24px;
	cursor: pointer;
	transition: background 0.15s, transform 0.1s;
	letter-spacing: 0.01em;
	max-width: 400px;
}

.fr-formulaire-de-contact button[type="submit"]:hover {
	background: #dd8110;
}

.fr-formulaire-de-contact button[type="submit"]:active {
	transform: scale(0.98);
}

/* Mention champ obligatoire */
.fr-formulaire-de-contact .required {
	font-size: 11px;
	color: #aaa;
	text-align: center;
	margin-top: 8px;
}

/* Civilité + Nom côte à côte */
.fr-formulaire-de-contact .nom_prenom,
.fr-formulaire-de-contact .nom_nom {
	display: inline-block;
	width: calc(50% - 12px);
	vertical-align: top;
}

.fr-formulaire-de-contact .nom_prenom {
	margin-left: 16px;
}

/* Responsive mobile */
@media (max-width: 480px) {

	.fr-formulaire-de-contact .nom_prenom,
	.fr-formulaire-de-contact .nom_nom {
		display: block;
		width: 100%;
		margin-left: 0;
	}
}

.fr-formulaire-de-contact .nom_bien select {
	background-color: var(--color-light);
	border-color: var(--color-border);
	color: var(--color-dark);
	font-weight: 500;
}

.fr-formulaire-de-contact .nom_bien select:focus {
	background-color: #fff;
	color: #1c1c1c;
}

.sp-image-container {
	max-height: 991px;
}

.sp-slide {
	max-height: 991px;
}

.sp-mask.sp-grab {
	max-height: 991px;
}

.sp-mask {
	max-height: 991px;
}

.grid-wrapper .content-banner {
	max-height: 991px;
}

img {
	max-height: 991px;
}

/* ===== Section ===== */
#reassurance {
	background-color: #1a1410;
	padding: 8rem 2rem 9rem;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#reassurance .container {
	max-width: 124rem;
	margin: 0 auto;
}

/* ===== Titre ===== */
.reassurance-title {
	font-family: "Cormorant Garamond", serif;
	color: #e8dcc2;
	margin: 0 0 5.5rem;
	letter-spacing: 0.05rem;
}

.reassurance-title em {
	font-style: italic;
	color: #d9c79c;
}

/* ===== Grille ===== */
.reassurance-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
}

/* ===== Carte ===== */
.reassurance-card {
	background-color: rgba(255, 255, 255, 0.025);
	border: 1px solid rgb(190 175 135);
	padding: 4rem 2.4rem 3.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	/* border-radius: 16px; */
	transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}

.reassurance-card:hover {
	background-color: rgba(201, 168, 122, 0.04);
	/* border-color: rgba(201, 168, 122, 0.18); */
	transform: translateY(-0.3rem);
}

.reassurance-card i {
	font-size: 4.8rem;
	color: #c9a87a;
	margin-bottom: 2.4rem;
	display: inline-block;
}

.reassurance-card h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.4rem;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 1.6rem;
	letter-spacing: 0.03rem;
}

.reassurance-card p {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.5;
	margin: 0 !important;
	max-width: 24rem;
}

/* ===== Responsive ===== */

/* Tablette : 2 colonnes */
@media (max-width: 960px) {
	.reassurance-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}

	#reassurance {
		padding: 6.4rem 2rem;
	}
}

/* Mobile : 1 colonne */
@media (max-width: 560px) {
	.reassurance-grid {
		grid-template-columns: 1fr;
	}

	.reassurance-title {
		margin-bottom: 4rem;
	}

	.reassurance-card {
		padding: 3.2rem 2rem;
	}

	#reassurance {
		padding: 4.8rem 1.6rem 5.6rem;
	}
}

/* ===== Bloc contact ===== */
.bloc-contact-info.first {
	color: #fff;
	/* max-width: 42rem; */
	padding: 3rem 0;
}

/* ===== Label "Notre agence" ===== */
.bloc-contact-info .contact-label {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	color: #c9a87a;
	margin-bottom: 1.2rem;
}

.bloc-contact-info .contact-label .dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #c9a87a;
	display: inline-block;
	display: none;
}

/* ===== Titre ===== */
.bloc-contact-info .contact-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 3.2rem;
	letter-spacing: 0.03rem;
	font-variant-numeric: tabular-nums lining-nums;
}

.bloc-contact-info .contact-title span {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
	font-size: 50%;
	display: block;
}

/* ===== Liste contact ===== */
.bloc-contact-info .contact-list {
	list-style: none;
	margin: 0;
	padding: 2.4rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.bloc-contact-info .contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 1.6rem;
	font-size: 1.4rem;
	line-height: 1.5;
}

.bloc-contact-info .contact-list i {
	color: #c9a87a;
	font-size: 1.4rem;
	width: 1.8rem;
	flex-shrink: 0;
	margin-top: 0.3rem;
	text-align: center;
}

.bloc-contact-info .contact-list div {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

/* ===== Textes ===== */
.bloc-contact-info .contact-strong {
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bloc-contact-info a.contact-strong:hover {
	color: #c9a87a;
}

.bloc-contact-info .contact-muted {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
}

/* ===== Responsive ===== */

/* Tablette */
@media (max-width: 960px) {
	.bloc-contact-info {
		max-width: 100%;
		padding: 2.4rem 0;
	}

	.bloc-contact-info .contact-title {
		font-size: 3rem;
		margin-bottom: 2.8rem;
	}
}

/* Mobile */
@media (max-width: 560px) {
	.bloc-contact-info .contact-label {
		font-size: 1rem;
		letter-spacing: 0.2rem;
		margin-bottom: 2rem;
	}

	.bloc-contact-info .contact-title {
		font-size: 2.6rem;
		margin-bottom: 2.4rem;
	}

	.bloc-contact-info .contact-list {
		padding-top: 2rem;
		gap: 1.6rem;
	}

	.bloc-contact-info .contact-list li {
		font-size: 1.3rem;
		gap: 1.4rem;
	}
}

/* ===== Bloc estimation ===== */
.bloc-estimation {
	color: #fff;
	padding: 4rem 4rem 3.6rem;
	background: linear-gradient(135deg, #2a211a 0%, #1a1410 60%, #14100c 100%);
	border: 1px solid rgba(201, 168, 122, 0.25);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.4);
	max-width: 56rem;
	position: relative;
}

.bloc-estimation .contact-label {
	margin-bottom: 16px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #c9a87a;
	font-weight: 700;
}

.bloc-estimation .contact-label .dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #c9a87a;
	display: inline-block;
	margin-right: 8px;
	display: none;
}

/* ===== Titre ===== */
.bloc-estimation .estimation-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 3.2rem;
	letter-spacing: 0.03rem;
}

/* ===== Liste avantages ===== */
.bloc-estimation .estimation-features {
	list-style: none;
	margin: 0 0 3.2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.bloc-estimation .estimation-features li {
	display: flex;
	align-items: flex-start;
	gap: 1.4rem;
	font-size: 1.8rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.85);
}

.bloc-estimation .estimation-features i {
	color: #c9a87a;
	font-size: 1.3rem;
	width: 1.8rem;
	flex-shrink: 0;
	margin-top: 0.4rem;
	text-align: center;
}

/* ===== Boutons (conteneur) ===== */
.bloc-estimation .estimation-actions {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	margin-bottom: 2rem;
}

/* ===== Bouton générique (override .btn global) ===== */
.bloc-estimation .btn-estimation {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	padding: 1.6rem 2rem;
	font: 700 2rem/1.4 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	text-decoration: none !important;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
	margin: 0;
}

.bloc-estimation .btn-estimation i {
	font-size: 1.3rem;
	margin: 0;
	line-height: 1;
	position: static;
}

.bloc-estimation .btn-estimation:hover {
	transform: translateY(-0.2rem);
	text-decoration: none !important;
}

/* ===== Bouton principal doré ===== */
.bloc-estimation .btn-estimation--primary {
	background-color: #f5941b;
	color: white;
	border-color: #f5941b;
}

.bloc-estimation .btn-estimation--primary:hover {
	background-color: #dd8110;
	border-color: #dd8110;
	color: white;
}

/* ===== Bouton secondaire (outline) ===== */
.bloc-estimation .btn-estimation--ghost {
	background-color: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
}

.bloc-estimation .btn-estimation--ghost:hover {
	border-color: #c9a87a;
	color: #c9a87a;
	background-color: rgba(201, 168, 122, 0.04);
}

/* ===== Note bas de bloc ===== */
.bloc-estimation .estimation-note {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	margin: 0 !important;
	font-style: italic;
}

/* ===== Responsive ===== */

/* Tablette */
@media (max-width: 960px) {
	.bloc-estimation {
		padding: 3.2rem 3rem 2.8rem;
	}

	.bloc-estimation .estimation-title {
		font-size: 3rem;
		margin-bottom: 2.8rem;
	}
}

/* Mobile */
@media (max-width: 560px) {
	.bloc-estimation {
		padding: 2.8rem 2rem 2.4rem;
	}

	.bloc-estimation .estimation-title {
		font-size: 2.6rem;
		margin-bottom: 2.4rem;
	}

	.bloc-estimation .estimation-features {
		gap: 1.2rem;
		margin-bottom: 2.4rem;
	}

	.bloc-estimation .estimation-features li {
		font-size: 1.3rem;
	}

	.bloc-estimation .btn-estimation {
		font-size: 1.2rem;
		letter-spacing: 0.12rem;
		padding: 1.4rem 1.6rem;
	}
}