body {color: #fff; background-color: #000; font-family: 'Libre Caslon Text'; font-size: 18px}
a {color: #fff}
input, textarea, select, option {font: 400 1em Libre Caslon Text}

/* NE RIEN AJOUTER AU DESSUS DE CE NIVEAU CAR LE CONTENU Y EST AUTOMATIQUEMENT GENERE PAR LE SYSTEME ; TOUT AJOUT DOIT SE FAIRE CI-DESSOUS */

.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {	width: 95%}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: inherit;
	animation: fadeIn 2.5s ease-out 0s 1 both}
	
	@media screen and (max-width: 576px) {
		body {	padding-bottom: 2em}
	}
	
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	z-index: -1;
	transition: all 0.5s linear}
body.hide > .overlay {
	cursor: pointer;
	z-index: 9;
	opacity: 1}
body #main section .center {	z-index: 2}
.container_flex.small + .container_flex.xxsmall:nth-child(2) {	width: 7%}
.container_flex.xxsmall + .container_flex.smedium {	margin-top: 0}

	@media screen and (max-width: 768px) {
		section .flex > .container_flex.xlarge,
		section .flex > .container_flex.large,
		section .flex > .container_flex.slarge,
		section .flex > .container_flex.xmedium,
		section .flex > .container_flex.medium,
		section .flex > .container_flex.smedium,
		section .flex > .container_flex.small,
		section .flex > .container_flex.xsmall,
		section .flex > .container_flex.xxsmall {	margin: 0 0 4em !important}
	}
	
section {
	position: relative;
	z-index: 2}
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section .center p {	line-height: 1.5em}
section:not(#slider) h1,
section:not(#slider) h2 {	margin: 0 0 1em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
section h1 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: initial;
	text-transform: none}
section h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: none;
	position: relative;}
section h3 {
	font-size: 1.3rem;
	padding: 0 0 0;
	font-weight: bold}
	
	@media screen and (max-width: 1024px){
		section h1 {	font-size: 1.5rem}
		section h2 {	font-size: 1.3rem}
		section h3 {	font-size: 1.1rem}
	}
	@media screen and (max-width: 768px) {
		section h1 {	font-size: 1.3rem}
		section h2 {	font-size: 1.1rem}
		section h3 {	font-size: 1rem}
	}
	
h1,h2, h3 {	position: relative}
.block {
	padding: 0;
	border-radius: 0}
strong,
b {	font-weight: bold}
.shadowed {	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)}
.no_flex a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb:before,
a.shadowbox.thumb:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#181818}
a.shadowbox.thumb:before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
.no_flex > .skitter:before {	transform: rotate(-1deg)}
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb:after {	transform: rotate(1deg)}
.slick-slider {	position: relative;	display: block;	box-sizing: border-box;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-touch-callout: none;	-khtml-user-select: none;	-ms-touch-action: pan-y;	touch-action: pan-y;	-webkit-tap-highlight-color: transparent}
.slick-list {	position: relative;	display: flex;	overflow: hidden;	margin: 0;	padding: 0}
.slick-list:focus {	outline: none}
.slick-list.dragging {	cursor: pointer;	cursor: hand}
.slick-slider .slick-track,.slick-slider .slick-list {	-webkit-transform: translate3d(0, 0, 0);	-moz-transform: translate3d(0, 0, 0);	-ms-transform: translate3d(0, 0, 0);	-o-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0)}
.slick-track {	position: relative;	top: 0;	left: 0;	display: block;	margin-left: auto;	margin-right: auto}
.slick-loading .slick-track {	visibility: hidden}
.slick-slide {	display: none;	float: left;height: 100%;min-height: 1px;min-height: 1px;}
.slick-initialized .slick-slide {    display: block}
.slick-loading .slick-slide {	visibility: hidden}
.slick-vertical .slick-slide {	display: block;	height: auto;}
.slick-vertical .slick-slide > div > div {	white-space: nowrap}
.slick-arrow.slick-hidden {	display: none}	
p.hidden {	display: none}
p.hidden_5 {	display: block}
	
	@media screen and (max-width: 1290px) {
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 1024px) {
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 768px) {
		p.hidden_2,
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
.skitter {
	max-width: 1290px;
	max-height: 100%;
	/* height: 100% !important; */
	/* min-height: 300px; */
	background: none;
	z-index: 1;
	margin: 0 auto 2em}
.skitter .container_skitter {
	max-height: 100%;
	height: 100% !important;
	width: 100% !important;
	display: block !important}
.skitter .image,
.skitter img {
	border-radius: 0;
	object-fit: cover;
	object-position: center}
.skitter .image > .shadowbox {
	width: 100%;
	height: 100%;
	display: block}
.skitter .box_clone,
.skitter .box_clone img {	height: 100% !important}
.skitter .info_slide_dots {
	bottom: 0;
	background: rgba(53, 78, 113,0.6);
	border-radius: 0}
.skitter .info_slide_dots .image_number {	background: rgba(255, 255, 255,0.4);}
.skitter .info_slide_dots .image_number.image_number_select {	background: rgba(255, 255, 255,1)}
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #594127;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.after {	margin-left: 0.5em}
svg.icon.after:not(.before) {	margin-right: 0}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
	
	@media screen and (max-width: 576px) {
		.button svg, a.button svg {	display: none}
	}
	
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
.LH-0 {	line-height: 0 !important}
ul.align_center > li {	padding: 0 0 0}
ul.align_center > li:before {
	content: '';
	display: none}
.button, a.button {	font-size: 1rem}
#main .button:not(.wide):not(.current):not(.empty) {
	width: auto;
	position: relative;
	border: none;
	text-transform: uppercase;
	background: #AC8C65;
	padding: 1em 2em;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}

.pagination > .button {	border: none}
.pagination > .current {	
	text-transform: uppercase;
	font-size: 1.3rem}
.pagination > .button:nth-child(1):not(.empty) {	margin: 0 1em 0 0}
.pagination > .button:nth-child(2):not(.empty),
.pagination > .current,
.pagination > .button:nth-child(4):not(.empty) {	margin: 0 1em}
.pagination > .button:nth-child(5):not(.empty) {	margin: 0 0 0 1em}
	
	@media screen and (max-width: 768px) {
		.pagination > .container_flex.xxsmall.current {
			width: auto !important;
			margin: 0 1% !important}
	}
	@media screen and (max-width: 480px) {
		.pagination > .container_flex.xxsmall.current {
			width: 100% !important;
			margin: 0.5em 0 0.5em !important}
		.pagination > .button.empty {
			visibility: hidden;
			width: 0;
			margin: 0 0 0 !important;
			padding: 0 0 0}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #483E30;
	border-left: 1px solid #483E30;
	border-right: 1px solid #483E30;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 1px solid #483E30;
	border-left: 1px solid #483E30;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 1px solid #483E30}
#main table tr:last-child > td {	border-bottom: 1px solid #483E30}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 1px solid #483E30}
		#main table tr > td {
			width: 100% !important;
			border: 1px solid #483E30;
			border-bottom: none;
			text-align: center !important}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: 1px solid #483E30}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0}

@media screen and (max-width: 991px) {
	.hero-slider {	height: 600px}
}

@media screen and (max-width: 767px) {
	.hero-slider {	height: 500px}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: end;
	text-align: left}
	
	@media screen and (max-width: 576px) {
		.hero-slider .slide-inner {	background-position: center !important}
	}
	
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	color: #fff;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform:translateX(0);
	opacity:1;
	visibility:visible}
	
@media screen and (max-width: 767px) {
	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {	display: none}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform:translateX(50px)}
.hero-slider .swiper-button-next {
	right: 25px;
	transform:translateX(-50px)}
.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg {
	width: 1.7em;
	height: 1.7em}
.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background:#fff;
	transition:all .2s ease}
.hero-slider .swiper-pagination-bullet-active {	opacity:1}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {	bottom: 30px}
.swiper-pagination {	text-align:left}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%)}

@media screen and (min-width: 767px) {
	.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {	bottom:30px}
}

.hero-style .swiper-wrapper.disabled {	transform: translate3d(0px, 0, 0) !important}
.hero-style .pagination .disabled,
.hero-style [class*="swiper-button"].disabled {	display: none}
.hero-style {
	height: 100vh;
	transition:all .4s ease}

	@media screen and (max-width: 991px) {
		.hero-style {	height: 600px}
	}
	@media screen and (max-width: 767px) {
		.hero-style{	height: 500px}
	}

.hero-slider .hero-slider-container {
	width: 100%;
	z-index: 10;
	padding: 4em 0;
	text-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #333}
body#accueil:not(.scroll) .hero-slider .hero-slider-container {	opacity: 0}
body#accueil.scroll .hero-slider .hero-slider-container {	opacity: 1}

	@media screen and (max-width: 900px) {
		body#accueil:not(.scroll) .hero-slider .hero-slider-container {	opacity: 1 !important}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {	text-align: center}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 2rem}
.hero-style .slide-title h2 {
	display: inline-block;
	position: relative;
	padding: 0 6em;
	transition:all .4s ease}
.hero-style .slide-title h2::before,
.hero-style .slide-title h2::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	transform: translateY(-50%);
	height: 3px;
	background: #AC8C65;
	border: 1px solid #000}	
.hero-style .slide-title h2::before {	left: 0}
.hero-style .slide-title h2::after {	right: 0}

	@media screen and (max-width: 576px) {
		.hero-style .slide-title,
		.hero-style .slide-text {	padding: 0 0.5em}
		.hero-style .slide-title h2 {	padding: 0 3em}
		.hero-style .slide-title h2::before,
		.hero-style .slide-title h2::after {	width: 2em}
		.hero-style .slide-title h2::before {	left: 0.5em}
		.hero-style .slide-title h2::after {	right: 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1 {
	text-transform: uppercase;
	font-size: 1.5rem;
	text-align: center}
.hero-slider h2 {
	text-transform: uppercase;
	font-size: 1.3rem}
.hero-slider p {
	margin-top: 1em;
	font-size: 1.2rem;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider p > a,
.hero-slider p > .button {
	font-size: 0.7em;
	color: #181818;
	line-height: 1.5em}
	
	@media screen and (max-height: 576px){
		.hero-slider h1 {	font-size: 1.3rem}
		.hero-slider h2 {	font-size: 1.1rem}
		.hero-slider p {	font-size: 1rem}
	}
	@media screen and (orientation: portrait) {
		/* .hero-slider h1 {	font-size: 1.7rem} */
		/* .hero-slider h2 {	font-size: 1.4rem} */
		/* .hero-slider p {	font-size: 1.2rem} */
	}
	
.hero-slider p > .button > span {
	border: none !important;
	display: inline-block !important;
	height: 100%;
	text-align: center}
.hero-slider p > .button > span:not(.absolute):before {
	left: 0.75em !important;
	transform: translateY(-50%) translatex(0) skewY(0deg) !important}
.hero-slider p > .button > span:not(.absolute):after {
	left: 0.75em !important;
	transform: translateY(100%) translatex(0%) skewY(-24deg) !important}
.hero-slider p > .button > span:not(.absolute):before,
.hero-slider p > .button > span:not(.absolute):after {
	right: 0.75em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap}
.hero-slider p > .button:hover > span:not(.absolute):before {	transform: translateY(-100%) translatex(0%) skewY(-24deg) !important}
.hero-slider p > .button:hover > span:not(.absolute):after {	transform: translateY(-50%) translatex(0%) skewY(0deg) !important}
.hero-slider p > .button > span.absolute.arrow_right {
	color: transparent;
	position: relative;
	padding: 0.4em 0.4em;
	overflow: hidden;
	min-height: 2em}
.hero-slider p > .button > span.absolute.arrow_right:after {	
	content: url('data:image/svg+xml,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23E1D4C3" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	position: absolute;
	right: 0;
	top: 40%;
	width: 0.8em;
	height: 1.4em;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out 0s}
	
	@media screen and (max-width: 800px) {
		.hero-slider p > a,
		.hero-slider p > .button  {	font-size: 0.7rem}
	}
	@media screen and (max-width: 480px) {
		.hero-slider p > a,
		.hero-slider p > .button  {	font-size: 0.9rem}
	}

body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden #main,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
.shadowed {
	border-radius: 2px;
	border: 2px solid #AC8C65;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	cursor: default}
a > .shadowed {	cursor: zoom-in}
body .swal-overlay {
	cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path fill="white" d="M200 287.1H64c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.937 34.87l30.06 30.06l-62.06 62.07c-12.49 12.5-12.5 32.75-.0012 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.26 .0012l62.06-62.07l30.06 30.06c6.125 6.125 14.31 9.375 22.62 9.375c4.125 0 8.281-.7969 12.25-2.437c11.97-4.953 19.75-16.62 19.75-29.56V311.1C224 298.7 213.3 287.1 200 287.1zM312 224h135.1c12.94 0 24.62-7.797 29.56-19.75c4.969-11.97 2.219-25.72-6.937-34.87l-30.06-30.06l62.06-62.07c12.5-12.5 12.5-32.76 .0003-45.26l-22.62-22.62c-12.5-12.5-32.76-12.5-45.26-.0003l-62.06 62.07l-30.06-30.06c-9.156-9.141-22.87-11.84-34.87-6.937C295.8 39.39 288 51.06 288 64v135.1C288 213.3 298.7 224 312 224zM204.3 34.44C192.3 29.47 178.5 32.22 169.4 41.38L139.3 71.44L77.25 9.374C64.75-3.123 44.49-3.123 31.1 9.374l-22.63 22.63c-12.49 12.49-12.49 32.75 .0018 45.25l62.07 62.06L41.38 169.4C35.25 175.5 32 183.7 32 192c0 4.125 .7969 8.281 2.438 12.25C39.39 216.2 51.07 224 64 224h135.1c13.25 0 23.1-10.75 23.1-23.1V64C224 51.06 216.2 39.38 204.3 34.44zM440.6 372.7l30.06-30.06c9.141-9.156 11.84-22.88 6.938-34.87C472.6 295.8 460.9 287.1 448 287.1h-135.1c-13.25 0-23.1 10.75-23.1 23.1v135.1c0 12.94 7.797 24.62 19.75 29.56c11.97 4.969 25.72 2.219 34.87-6.937l30.06-30.06l62.06 62.06c12.5 12.5 32.76 12.5 45.26 .0002l22.62-22.62c12.5-12.5 12.5-32.76 .0002-45.26L440.6 372.7z"/></svg>') 16 16, pointer;
	background-color: rgba(0,0,0,.75)}
body .swal-modal {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	overflow: auto;
	cursor: default;
	box-shadow: 0px 30px 45px rgba(0,0,0,0.8)}
body .swal-content {
	color: #444;
	background-color: #fff;
	font-family: 'Libre Caslon Text';
	font-size: 17px;
	cursor: default}
body .swal-content p {	text-align: justify}
body .swal-content ul,
body .swal-content ul > li {	text-align: left}
body .swal-footer .swal-button:focus {
	outline: none;
	box-shadow: none}
body .swal-content {
	color: #333;
	background-color: #fff;
	font-family: 'Libre Caslon Text';
	font-size: 18px}
body .swal-content h1,
body .swal-content h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
body .swal-content h1 {
	font-size: 3rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Libre Caslon Text';
	text-transform: none}
body .swal-content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
	position: relative;
	font-family: 'Marck Script'}
body .swal-content h3 {
	font-size: 1.3rem;
	padding: 0 0 0;
	font-weight: bold}
body .swal-content p {	
	display: block;
	margin: 0 0 1em; 
	text-indent: 0}
body .swal-content a {color: #333}
body .swal-content ol {	counter-reset: ol_list}
body .swal-content ol > li {
	position: relative;
	padding-left: 2em}
body .swal-content ol:not(.slides):not(.align_center) > li:before {
	counter-increment: ol_list;
	content: counter(ol_list) ".";
	position: absolute;
	left: 0}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {
	margin: 0 auto 2em;
	width: 85%;
	text-align: left}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li {
	margin: 0.5em 0 ;
	padding: 0 0 0 2em;
	position: relative;
	text-align: left}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li:before {
	content: '•';
	position: absolute;
	left: 0;
	top: 45%;
	line-height: 0.3em}
body .swal-content ul:not(.slides):not(.flex-direction-nav) > li {	margin: 0.5em 0 }
body .swal-footer .swal-button {
	width: auto;
	position: relative;
	border: none;
	text-transform: uppercase;
	background: #AC8C65;
	padding: 0.5em 0.75em 0.35em;
	line-height: 1em;
	font-size: 1rem;
	border-radius: 0;
	font-family: 'Libre Caslon Text';
	font-weight: normal;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1);}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body#accueil #slider .logo-inc {
	top: 50%;
	left: 0%;
	right: 66%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 10}
	
	@media screen and (max-width: 1024px){
		body#accueil #slider .logo-inc img {	max-height: 10em}
	}
	@media screen and (max-width: 900px) {
		body#accueil #slider .logo-inc {
			top: 25%;
			transform: none}
	}
	@media screen and (max-width: 768px) {
		body#accueil #slider .logo-inc {
			padding: 0.5em 0.75em;
			max-width: 30%}
		body#accueil #slider .logo-inc img {	max-height: 6em}
	}
	@media screen and (max-width: 576px) {
		body#accueil #slider .logo-inc {	top: 0}
	}
	
body#accueil section#Boutiques {
	background-size: 66% auto !important;
	background-position: left center !important}
body#accueil section > .no_flex {
	width: 100%;
	padding: 8em 0;
	background: #000;
	color: #f7f7f7;
	max-width: 100vw;
    overflow-x: hidden}
body#accueil #main > section:last-child > .no_flex {	padding-bottom: 8em}
body#accueil #main > section#Intro > .no_flex,
body#accueil #main > section#Services_plus > .no_flex {
	color: #333;
	background: #fff}
body#accueil #main > section#Info_boutiques > .no_flex {
	color: #333;
	background: #eee;
	padding: 4em 0}
body#accueil #main > section#Boutiques > .no_flex {
	padding: 0 0;
	background: none}
	
	@media screen and (max-width: 1024px) {
		body#accueil section > .no_flex {	padding: 4em 0}
		body#accueil #main > section:last-child > .no_flex {	padding-bottom: 4em}
	}
	@media screen and (max-width: 576px) {
		body#accueil #main > section#Info_boutiques > .no_flex {	padding: 2em 0}
	}
	
body#accueil #main > section > .no_flex .no_flex,
body#accueil #main > section > .no_flex .flex {	margin: 0 0 4em}

	@media screen and (max-width: 768px) {
		body#accueil #main > section > .no_flex .no_flex,
		body#accueil #main > section > .no_flex .flex {	margin: 0 0 2em}
	}
	
body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex img {	max-height: 6em}
body#accueil #main > section#Intro > .no_flex .flex > .container_flex.xlarge {	margin: 0 0 4em}
body#accueil #main > section#Intro > .no_flex .flex > .container_flex.xlarge h2,
body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.xlarge h2 {
	position: relative;
	text-transform: uppercase;
	padding-bottom: 1.5em}
body#accueil #main > section#Intro > .no_flex .flex > .container_flex.xlarge h2::after,
body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.xlarge h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 33%;
	right: 33%;
	height: 3px;
	background: #AC8C65}
body#accueil #main > section > .no_flex .flex > .container_flex h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3rem;
	margin: 0 0 1.5em}
	
	@media screen and (max-height: 1024px){
		body#accueil #main > section > .no_flex .flex > .container_flex h3 {	font-size: 1.1rem}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main > section > .no_flex .flex > .container_flex h3 {	font-size: 1rem}
	}
	
body#accueil #main > section#Intro > .no_flex .slick-list {	display: block}
body#accueil #main > section > .no_flex .LH-0 {	position: relative}
body#accueil #main > section#Intro > .no_flex .LH-0,
body#accueil #main > section#Services_plus > .no_flex .LH-0 {	padding: 2em 3em 2em}	
body#accueil #main > section#Intro > .no_flex .LH-0::before,
body#accueil #main > section#Services_plus > .no_flex .LH-0::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 25%;
	background-color: #000;
	background-image: url('https://www.la-boite-a-lunettes.fr/img/logo.png');
	background-position: calc(100% - 0.5em) 0.5em;
	background-size: auto 2.5em;
	background-repeat: no-repeat;
	z-index: -2}
body#accueil #main > section#Services_plus > .no_flex .LH-0::before {
	left: 0;
	right: 50%;
	background-position: 0.5em 0.5em}
body#accueil #main > section#Intro > .no_flex .LH-0::after {
	content: '';
	position: absolute;
	top: 33%;
	left: 0;
	right: 1em;
	bottom: 15%;
	background: #AC8C65;
	z-index: -1}
	
	@media screen and (max-width: 768px) {
		body#accueil #main > section#Intro > .no_flex .LH-0,
		body#accueil #main > section#Services_plus > .no_flex .LH-0 {	padding-bottom: 0}
	}
	
body#accueil #main > section#Intro > .no_flex .LH-0 > img,
body#accueil #main > section#Services_plus > .no_flex .LH-0 > img {	box-shadow: 0 2px 10px rgba(0,0,0,0.4)}
body#accueil #main > section#Intro > .no_flex .LH-0 > h3 {
	position: absolute;
	left: 3em;
	right: 3em;
	bottom: 2em;
	background: rgba(0,0,0,0.6);
	padding: 0.5em;
	text-align: center;
	color: #fff}
body#accueil #main > section#Intro > .no_flex .flex.content_center > .container_flex.smedium {	margin-right: 5%}

	@media screen and (max-width: 1024px) {
		body#accueil #main > section#Intro > .no_flex .flex.content_center > .container_flex.smedium {	width: 44% !important}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main > section#Intro > .no_flex .flex.content_center > .container_flex.smedium {	width: 100% !important}
	}
	
body#accueil #main > section#Boutiques > .absolute {
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%}
body#accueil #main > section#Boutiques .slider-container {
	position: relative;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: grab;
	overflow: hidden;}
body#accueil #main > section#Boutiques .slider-control,
body#accueil #main > section#Boutiques .slider-pagi {	display: none !important}
body#accueil #main > section#Boutiques .slider {
	z-index: 1;
	position: relative;
	height: 100%}
body#accueil #main > section#Boutiques .slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform}
body#accueil #main > section#Boutiques .slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform}
body#accueil #main > section#Boutiques .slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0}
body#accueil #main > section#Boutiques .slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	will-change: transform;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: no-repeat}
body#accueil #main > section#Boutiques .slide .slide__overlay-path {  fill: #fff}
body#accueil #main > section#Boutiques .slide:nth-child(1) {  left: 0}
body#accueil #main > section#Boutiques .slide:nth-child(1) .slide__bg {  left: 0}
body#accueil #main > section#Boutiques .slide:nth-child(2) {  left: 100%}
body#accueil #main > section#Boutiques .slide:nth-child(2) .slide__bg {  left: -50%}
body#accueil #main > section#Boutiques .slide:nth-child(3) {  left: 200%}
body#accueil #main > section#Boutiques .slide:nth-child(3) .slide__bg {  left: -100%}
body#accueil #main > section#Boutiques .slide:nth-child(4) {  left: 300%}
body#accueil #main > section#Boutiques .slide:nth-child(4) .slide__bg {  left: -150%}
body#accueil #main > section#Boutiques .slide__content {
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	width: 100%;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	padding: 1em 12%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: transform 0.72s linear 0.36s}
body#accueil #main > section#Boutiques .slide:not(.active) .slide__content {
	opacity: 0;
	transform: translateX(-100%) rotate(-90deg);
	transition: opacity 0.18s linear 0s, transform 0.72s linear 0.36s}
body#accueil #main > section#Boutiques .slide.active .slide__content {
	opacity: 1;
	transform: translateY(0) translateX(0%) rotate(-90deg);
	transition: opacity 0.18s linear 0s, transform 0.72s linear 0.36s}
body#accueil #main > section#Boutiques .slide__content > * {
	max-width: 75%;
	font-size: 1.2rem}
body#accueil #main > section#Boutiques > .no_flex .flex > .container_flex h3 {
	color: #AC8C65;
	text-transform: uppercase}
body#accueil #main > section#Boutiques > .no_flex .flex > .container_flex h3:nth-child(n+2) {	margin-top: 3em}
body#accueil #main > section#Boutiques > .no_flex .flex > .container_flex strong {	color: #AC8C65}
body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium {
	background: #000;
	padding: 4em 2em;
	position: relative}
body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small a {	color: #333}
	
	@media screen and (max-width: 1024px) {
		body#accueil #main > section#Boutiques {	padding-top: 32vw}
		body#accueil #main > section#Boutiques > .absolute {
			width: 100%;
			height: 56vw}
		body#accueil #main > section#Boutiques .slide__bg {	background-size: 100vw auto}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium {
			position: initial;
			padding: 2em 2em 4em}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium p:nth-last-child(2) {	margin: 0 0 0}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium p:last-child {
			position: absolute;
			top: 55%;
			left: 5%;
			margin: 0 0 0}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small {
			width: 40% !important;
			margin: 0 1% !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small:first-child {	margin-left: 0 !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.xsmall {
			width: 16% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main > section#Boutiques {	padding-top: 50vw}
		body#accueil #main > section#Boutiques .slide__content {
			top: 0;
			padding: 1em;
			-webkit-transform: none;
			transform: none}
		body#accueil #main > section#Boutiques .slide:not(.active) .slide__content {
			opacity: 0;
			transform: none;
			transition: opacity 0.09s linear 0s}
		body#accueil #main > section#Boutiques .slide.active .slide__content {
			opacity: 1;
			transform: none;
			transition: opacity 0.36s linear 0.54s}
		body#accueil #main > section#Boutiques .slide__content > * {
			max-width: 100%;
			font-size: 1rem}
		body#accueil #main > section#Boutiques > .no_flex > .center {	width: 100%}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium {	padding: 2em 0.5em 4em}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium p:nth-last-child(2) {	margin: 0 0 2em}
		body#accueil #main > section#Boutiques > .no_flex .flex.content_end > .container_flex.smedium p:last-child {	position: initial}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small {
			width: 49% !important;
			margin: 0 1% !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small:first-child {	margin-left: 0 !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small:nth-child(2) {	margin-right: 0 !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.xsmall {	display: none}		
	}
	@media screen and (max-width: 576px) {
		body#accueil #main > section#Boutiques .slide__content {	padding: 0.5em 1em}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body#accueil #main > section#Info_boutiques > .no_flex .flex > .container_flex.small:nth-child(2) {	margin-bottom: 0 !important}
	}
	
body#accueil #main > section#Services_plus > .no_flex .flex:nth-child(n+2) {	margin-bottom: 8em}

	@media screen and (max-width: 1024px){
		body#accueil #main > section#Services_plus > .no_flex .flex:nth-child(n+2) {	margin-bottom: 4em}
	}
	
body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.smedium {
	text-transform: uppercase;
	background: #AC8C65;
	color: #fff;
	font-size: 1.3rem;
	padding: 1em 2em;
	margin-left: -5em;
	z-index: 2;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4)}
	
	@media screen and (max-width: 1024px){
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.smedium {	font-size: 1.1rem}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.small {
			width: 50% !important;
			margin: 0 0 0 !important}
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.smedium {
			width: 61% !important;
			margin: 0 0 0 -5em !important;
			font-size: 1rem}
	}
	@media screen and (max-width: 576px) {
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 !important}
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.smedium {
			width: calc(100% - 6em) !important;
			margin: -4em 0 0 6em !important}
	}
	@media screen and (max-width: 380px) {
		body#accueil #main > section#Services_plus > .no_flex .flex.content_center,
		body#accueil #main > section#Services_plus > .no_flex .flex.content_end {	justify-content: flex-start;}
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 !important}
		body#accueil #main > section#Services_plus > .no_flex .flex > .container_flex.smedium {
			width: calc(100% - 4em) !important;
			margin: -3em 0 0 2em !important}
		body#accueil #main > section#Services_plus > .no_flex .LH-0 {	padding: 2em 0 2em 3em}
	}
	
body#accueil #main > section:not(#Avis_clients) > .no_flex .button > svg {
	position: relative;
	top: -0.15em}
body#accueil #main > section#Avis_clients > .no_flex > .no_flex {	margin-bottom: 8em}
body#accueil #main > section#Avis_clients > .no_flex h2 {
	position: relative;
	text-transform: uppercase;
	padding-bottom: 1.5em;
	color: #AC8C65}
body#accueil #main > section#Avis_clients > .no_flex h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 45%;
	right: 45%;
	height: 3px;
	background: #AC8C65}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list {	margin: 0 -1em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track {
	display: flex;
	align-items: stretch}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide {	padding: 0 3em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide > div {
	height: 100%;
	background: #090909;
	position: relative}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall {
	display: flex !important;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	padding: 1em 3em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:first-child {	width: 100% !important}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child {	width: auto !important}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding: 0.5em 1em 0 1em;
	background: #000;
	margin: 0 0 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: transform 0.72s linear 0.36s;
	font-size: 0.8rem}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:first-child > span {
	display: inline-block;
	position: relative;
	padding-bottom: 0.5em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:first-child > span::after,	
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child > span::after {	
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.5em;
	width: 66%;
	height: 3px;
	background: #AC8C65}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child > span::after {	
	left: -0.5em;
	right: auto}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-child(2) {
	width: 100%;
	margin: 0;
	text-align: center}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-child(2) > svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	color: #AC8C65}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-child(3) {
	margin-top: 2em;
	position: relative;
	padding-top: 2em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-child(3)::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon only"><path fill="%23f7f7f7" d="M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z"/></svg>');
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	width: 1em;
	height: 1em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-child(n+3) {
	width: 100%;
	font-style: italic;
	font-size: 0.8em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding: 0.5em 1em 0 1em;
	background: #000;
	margin: 0 0 0;
	font-style: normal;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: right top;
	transition: transform 0.72s linear 0.36s;
	font-size: 0.8rem}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child > span {
	display: inline-block;
	position: relative;
	padding-bottom: 0.5em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-last-child(2) {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 2em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:nth-last-child(2)::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon only"><path fill="%23f7f7f7" d="M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z"/></svg>');
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	width: 1em;
	height: 1em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child a {
	border: none;
	color: #AC8C65}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .slick-list > .slick-track > .slick-slide .container_flex.xxsmall > *:last-child a svg {
	vertical-align: middle;
	position: relative;
	top: -0.1em;
	width: 1em;
	height: 1em}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -0.5em;
	width: 3rem;
	height: 3rem;
	padding: 0 0;
	text-align: center;
	border-radius: 100%;
	color: #333;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	transition: all .3s ease}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .button.prev {
	left: -0.5em;
	transform: translateX(50px)}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto > .button.next {
	right: -0.5em;
	transform: translateX(-50px)}
body#accueil #main > section#Avis_clients > .no_flex .carousel_auto:hover > .button {
	transform: translateX(0);
	opacity: 1;
	visibility: visible}

/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body#cms .hero-slider .logo-inc {
	top: 50%;
	left: 0%;
	right: 66%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 10}
	
	@media screen and (max-width: 1024px){
		body#cms .hero-slider .logo-inc img {	max-height: 10em}
	}
	@media screen and (max-width: 900px) {
		body#cms .hero-slider .logo-inc {
			top: 25%;
			transform: none}
	}
	@media screen and (max-width: 768px) {
		body#cms .hero-slider .logo-inc {
			padding: 0.5em 0.75em;
			max-width: 30%}
		body#cms .hero-slider .logo-inc img {	max-height: 6em}
	}
	@media screen and (max-width: 576px) {
		body#cms .hero-slider .logo-inc {	top: 0}
	}
	
body#cms section.hero-slider {
	padding-top: 100vh;
	height: auto}	
body.lunettes-et-lentilles-de-contact section#lunettes_solaires {
	background-size: 66% auto !important;
	background-position: left center !important}
body#cms section.hero-slider .slide-inner {	background-size: 100vw auto}
body.mobile#cms section.hero-slider .slide-inner {	background-size: auto 100vh}
body#cms section.hero-slider .swiper-container {	height: 100vh}

	@media screen and (max-width: 991px) {
		body#cms section.hero-slider {	padding-top: 600px}
		body#cms section.hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (max-width: 767px) {
		body#cms section.hero-slider {	padding-top: 500px}
		body#cms section.hero-slider .swiper-container {	height: 500px}
	}
	
body#cms section.hero-slider > .no_flex p {	font-size: 1em}
body#cms section.hero-slider > .no_flex a {
	font-size: 1rem;
	color: inerhit;
	line-height: inherit}
body#cms section > .no_flex {
	width: 100%;
	padding: 8em 0;
	background: #000;
	color: #f7f7f7;
	max-width: 100vw;
    overflow-x: hidden}
body#cms #main > section:last-child > .no_flex {	padding-bottom: 8em}

	@media screen and (max-width: 1024px) {
		body#cms section > .no_flex {	padding: 4em 0}
		body#cms #main > section:last-child > .no_flex {	padding-bottom: 4em}
	}
	
body#cms #main > section#lunettes_vue > .no_flex,
body#cms #main > section#lentilles_contact > .no_flex,
body#cms #main > section#test_de_vue > .no_flex {
	color: #333;
	background: #fff;
	z-index: 1}
body#cms #main > section#lunettes_vue > .no_flex a,
body#cms #main > section#lentilles_contact > .no_flex a,
body#cms #main > section#test_de_vue > .no_flex a {	color: #333}
body#cms #main > section#test_de_vue > .no_flex a.button {	color: #fff}
body#cms #main > section > .no_flex .no_flex,
body#cms #main > section > .no_flex .flex {	margin: 0 0 4em}

	@media screen and (max-width: 768px) {
		body#cms #main > section > .no_flex .no_flex,
		body#cms #main > section > .no_flex .flex {	margin: 0 0 2em}
	}
	
body#cms #main > section#lunettes_vue > .no_flex .flex > .container_flex.xlarge,
body#cms #main > section#lentilles_contact > .no_flex .flex > .container_flex.xlarge,
body#cms #main > section#test_de_vue > .no_flex .flex > .container_flex.xlarge {	margin: 0 0 4em}
body#cms #main > section#lunettes_vue > .no_flex .flex > .container_flex.xlarge h2,
body#cms #main > section#lentilles_contact > .no_flex .flex > .container_flex.xlarge h2,
body#cms #main > section#test_de_vue > .no_flex .flex > .container_flex.xlarge h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding-bottom: 1.5em}
body#cms #main > section#lunettes_vue > .no_flex .flex > .container_flex.xlarge h2::after,
body#cms #main > section#lentilles_contact > .no_flex .flex > .container_flex.xlarge h2::after,
body#cms #main > section#test_de_vue > .no_flex .flex > .container_flex.xlarge h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 33%;
	right: 33%;
	height: 3px;
	background: #AC8C65}
	
	@media screen and (max-width: 1024px){
		body#cms #main > section#lunettes_vue > .no_flex .flex > .container_flex.xlarge h2,
		body#cms #main > section#lentilles_contact > .no_flex .flex > .container_flex.xlarge h2,
		body#cms #main > section#test_de_vue > .no_flex .flex > .container_flex.xlarge h2 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 768px) {
		body#cms #main > section#lunettes_vue > .no_flex .flex > .container_flex.xlarge h2,
		body#cms #main > section#lentilles_contact > .no_flex .flex > .container_flex.xlarge h2,
		body#cms #main > section#test_de_vue > .no_flex .flex > .container_flex.xlarge h2 {	font-size: 1.1rem}
	}
	
body#cms #main > section > .no_flex .LH-0 {	position: relative}
body#cms #main > section#lunettes_vue > .no_flex .LH-0,
body#cms #main > section#lentilles_contact > .no_flex .LH-0,
body#cms #main > section#test_de_vue > .no_flex .LH-0 {	padding: 2em 3em 2em}
body#cms #main > section#lunettes_vue > .no_flex .LH-0::before,
body#cms #main > section#lentilles_contact > .no_flex .LH-0::before,
body#cms #main > section#test_de_vue > .no_flex .LH-0::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 25%;
	background-color: #000;
	background-image: url('https://www.la-boite-a-lunettes.fr/img/logo.png');
	background-position: calc(100% - 0.5em) 0.5em;
	background-size: auto 2.5em;
	background-repeat: no-repeat;
	z-index: -2}
body#cms #main > section#lentilles_contact > .no_flex .LH-0::before {
	left: 0;
	right: 50%;
	background-position: 0.5em 0.5em}
body#cms #main > section#lunettes_vue > .no_flex .LH-0::after,
body#cms #main > section#lentilles_contact > .no_flex .LH-0::after,
body#cms #main > section#test_de_vue > .no_flex .LH-0::after {
	content: '';
	position: absolute;
	top: 33%;
	left: 0;
	right: 1em;
	bottom: 15%;
	background: #AC8C65;
	z-index: -1}
body#cms #main > section#lentilles_contact > .no_flex .LH-0::after {
	left: 1em;
	right: 0}
	
	@media screen and (max-width: 768px) {
		body#cms #main > section#lunettes_vue > .no_flex .LH-0,
		body#cms #main > section#lentilles_contact > .no_flex .LH-0,
		body#cms #main > section#test_de_vue > .no_flex .LH-0 {	padding-bottom: 0}
	}
	
body#cms #main > section#lunettes_vue > .no_flex .LH-0 > img,
body#cms #main > section#lentilles_contact > .no_flex .LH-0 > img,
body#cms #main > section#test_de_vue > .no_flex .LH-0 > img {	box-shadow: 0 2px 10px rgba(0,0,0,0.4)}
body#cms #main > section#lunettes_vue > .no_flex .flex.content_center > .container_flex.smedium,
body#cms #main > section#lentilles_contact > .no_flex .flex.content_center > .container_flex.smedium,
body#cms #main > section#test_de_vue > .no_flex .flex.content_center > .container_flex.smedium {	margin-right: 5%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .absolute {
	top: 0;
	left: 0;
	bottom: 0;
	width: 60%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider-container {
	position: relative;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: grab;
	overflow: hidden;}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider-control,
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider-pagi {	display: none !important}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider {
	z-index: 1;
	position: relative;
	height: 100%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	will-change: transform;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: no-repeat}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide .slide__overlay-path {  fill: #fff}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(1) {  left: 0}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(1) .slide__bg {  left: 0}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(2) {  left: 100%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(2) .slide__bg {  left: -50%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(3) {  left: 200%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(3) .slide__bg {  left: -100%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(4) {  left: 300%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:nth-child(4) .slide__bg {  left: -150%}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__content {
	position: absolute;
	top: 100%;
	left: 0;
	right: auto;
	width: 100%;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	padding: 1em 12%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: transform 0.72s linear 0.36s}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:not(.active) .slide__content {
	opacity: 0;
	transform: translateX(-100%) rotate(-90deg);
	transition: opacity 0.18s linear 0s, transform 0.72s linear 0.36s}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide.active .slide__content {
	opacity: 1;
	transform: translateY(0) translateX(0%) rotate(-90deg);
	transition: opacity 0.18s linear 0s, transform 0.72s linear 0.36s}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__content > * {
	max-width: 75%;
	font-size: 1.2rem}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex {
	padding: 0 0;
	background: none}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex.content_end > .container_flex.smedium {
	background: #000;
	padding: 4em 2em;
	position: relative}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_vue > .no_flex .flex > .container_flex h2,
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex h2,
body.lunettes-et-lentilles-de-contact #main > section#lentilles_contact > .no_flex .flex > .container_flex h2 {
	font-weight: bold;
	margin: 0 0 1.5em;
	font-size: 1.3rem;
	text-transform: uppercase}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex h2,
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex strong {	color: #AC8C65}
body.lunettes-et-lentilles-de-contact #main > section#lunettes_vue > .no_flex .flex > .container_flex h2:nth-child(n+2),
body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex h2:nth-child(n+2),
body.lunettes-et-lentilles-de-contact #main > section#lentilles_contact > .no_flex .flex > .container_flex h2:nth-child(n+2),
body.controle-de-la-vue #main > section#test_de_vue > .no_flex .flex > .container_flex h2:nth-child(n+2) {	margin-top: 3em}
body#cms #main > section > .no_flex .button > svg {
	position: relative;
	top: -0.15em}
	
	@media screen and (max-width: 1024px){
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires {	padding-top: 32vw}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .absolute {
			width: 100%;
			height: 56vw}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__bg {	background-size: 100vw auto}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex > .center {	width: 100%}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex.content_end > .container_flex.smedium {
			position: initial;
			padding: 2em 0.5em 4em}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_vue > .no_flex .flex > .container_flex h2,
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex h2,
		body.lunettes-et-lentilles-de-contact #main > section#lentilles_contact > .no_flex .flex > .container_flex h2 {	font-size: 1rem}
	}
	@media screen and (max-width: 768px) {
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires {	padding-top: 50vw}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__content {
			top: 0;
			padding: 1em;
			-webkit-transform: none;
			transform: none}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide:not(.active) .slide__content {
			opacity: 0;
			transform: none;
			transition: opacity 0.09s linear 0s}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide.active .slide__content {
			opacity: 1;
			transform: none;
			transition: opacity 0.36s linear 0.54s}
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__content > * {
			max-width: 100%;
			font-size: 1rem}	
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_vue > .no_flex .flex > .container_flex h2,
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires > .no_flex .flex > .container_flex h2,
		body.lunettes-et-lentilles-de-contact #main > section#lentilles_contact > .no_flex .flex > .container_flex h2 {	font-size: 1rem}
	}
	@media screen and (max-width: 576px) {
		body.lunettes-et-lentilles-de-contact #main > section#lunettes_solaires .slide__content {	padding: 0.5em 1em}
	}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
	@media screen and (max-width: 576px) {
		body.contact .hero-slider .slide-inner {	background-position: center !important}
	}
	@media screen and (orientation: portrait) {
		body.contact .hero-slider .slide-inner {
			background-size: 148vw 67vh;
			background-position: 38% 50% !important}
	}	
	
body.contact #slider .logo-inc {
	top: 50%;
	left: 0%;
	right: 66%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 10}
	
	@media screen and (max-width: 1024px){
		body.contact #slider .logo-inc img {	max-height: 10em}
	}
	@media screen and (max-width: 900px) {
		body.contact #slider .logo-inc {
			top: 25%;
			transform: none}
	}
	@media screen and (max-width: 768px) {
		body.contact #slider .logo-inc {
			padding: 0.5em 0.75em;
			max-width: 30%}
		body.contact #slider .logo-inc img {	max-height: 6em}
	}
	@media screen and (max-width: 576px) {
		body.contact #slider .logo-inc {	top: 0}
	}
	
body.contact #main > section#content > .no_flex {
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
	padding: 4em 0}
body.contact #main > section#content > .no_flex .button{
	padding: 0.5em 0.75em 0.35em;
	line-height: 1em;
	font-size: 0.9rem}
body.contact #main > section#content > .no_flex > .center > .no_flex .popup {	display: none}
body.contact #main > section#form_focus > .no_flex {
	width: 100%;
	padding: 8em 0;
	color: #333;
	background: #fff;
	max-width: 100vw;
	overflow-x: hidden}
	
	@media screen and (max-width: 1024px) {
		body.contact #main > section#form_focus > .no_flex {	padding: 4em 0}
	}
	
body.contact #main > section#form_focus > .no_flex .LH-0 {	position: relative}
body.contact #main > section#form_focus > .no_flex .LH-0 {	padding: 2em 3em 2em}
body.contact #main > section#form_focus > .no_flex .LH-0::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 25%;
	background-color: #000;
	background-image: url('https://www.la-boite-a-lunettes.fr/img/logo.png');
	background-position: 0.5em 0.5em;
	background-size: auto 2.5em;
	background-repeat: no-repeat;
	z-index: -2}
body.contact #main > section#form_focus > .no_flex .LH-0::before {
	left: 0;
	right: 50%;
	background-position: 0.5em 0.5em}
body.contact #main > section#form_focus > .no_flex .LH-0::after {
	content: '';
	position: absolute;
	top: 33%;
	left: 1em;
	right: 0;
	bottom: 15%;
	background: #AC8C65;
	z-index: -1}
	
	@media screen and (max-width: 768px) {
		body.contact #main > section#form_focus > .no_flex .LH-0 {	padding-bottom: 0}
	}
	
body.contact #main > section#form_focus > .no_flex .LH-0 > img {  box-shadow: 0 2px 10px rgba(0,0,0,0.4)}
body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium {
	padding: 1em 2em;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	margin-left: 5%}
	
	@media screen and (max-width: 1024px) {
		body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium {	width: 44% !important}
	}
	@media screen and (max-width: 768px) {
		body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium {	width: 100% !important}
	}
	
body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium > .no_flex {	margin: 0 0 4em}
body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium h2 {
	font-size: 1.3rem;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 1.5em}
body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 33%;
	right: 33%;
	height: 3px;
	background: #AC8C65}
	
	@media screen and (max-height: 1024px){
		body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium h2 {	font-size: 1.1rem}
	}
	@media screen and (max-width: 768px) {
		body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium h2 {	font-size: 1rem}
	}
	
body.contact #main > section#form_focus > .no_flex form > .no_flex {	margin: 0 0 2em}
body.contact #main > section#form_focus > .no_flex form > .flex {	margin: 0 0 1.5em}
body.contact #main > section#form_focus > .no_flex form .bloc-info .close-info {	text-transform: uppercase}
body.contact #main > section#form_focus > .no_flex form .bloc-info .close-info svg {	vertical-align: middle}
body.contact #main > section#form_focus > .no_flex form .bloc-info,
body.contact #main > section#form_focus > .no_flex form label {	font-size: 0.9rem}
body.contact #main > section#form_focus > .no_flex form input,
body.contact #main > section#form_focus > .no_flex form textarea,
body.contact #main > section#form_focus > .no_flex form select,
body.contact #main > section#form_focus > .no_flex form option {
	border: none;
	border-bottom: 1px solid #DDCFBD;
	background: #fff}
body.contact #main > section#form_focus > .no_flex form input,
body.contact #main > section#form_focus > .no_flex form textarea {	padding: 0.25em 0.75em}
body.contact #main > section#form_focus > .no_flex form input:focus,
body.contact #main > section#form_focus > .no_flex form textarea:focus,
body.contact #main > section#form_focus > .no_flex form select:focus,
body.contact #main > section#form_focus > .no_flex form option:focus {	border-bottom: 1px solid #AC8C65}
body.contact #main > section#form_focus > .no_flex form input::placeholder,
body.contact #main > section#form_focus > .no_flex form textarea::placeholder,
body.contact #main > section#form_focus > .no_flex form select::placeholder,
body.contact #main > section#form_focus > .no_flex form option::placeholder {	text-align: center}
body.contact #main > section#form_focus > .no_flex form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 1.5em}
body.contact #main > section#form_focus > .no_flex form select + svg {
	position: absolute;
	top: 0;
	left: calc(100% - 2em);
	right: 0;
	display: block;
	pointer-events: none;
	font-size: 0.8em;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
	height: 100% !important;
	width: 2em !important;
	background: #AC8C65;
	color: #fff;
	padding: 0.4em}
body.contact #main > section#form_focus > .no_flex form .button {
	padding: 0.5em 0.75em 0.35em;
	font-size: 0.9rem;
	color: #fff}
body.contact #main > section#form_focus > .no_flex form .file-button > .button {	width: 100%}
body.contact #main > section#form_focus > .no_flex form .file-button > .button > sup {	text-transform: lowercase}
body.contact #main > section#form_focus > .no_flex form .file-button > .input-file {
	border: none;
	width: 100%;
	opacity: 0;
	cursor: pointer}
body.contact #main > section#form_focus > .no_flex form > .flex:last-child .button {
	font: 400 1em Libre Caslon Text;
	padding: 0.25em 0.75em;
	font-size: 0.9rem;
	color: #fff}
body.contact #main > section#form_focus > .no_flex form > .flex:last-child > p {
	font-size: 0.9rem;
	width: 66%}
	
	@media screen and (max-width: 1024px) {
		body.contact #main > section#form_focus > .no_flex .flex.content_center > .container_flex.medium > .no_flex {	margin: 0 0 2em}
		body.contact #main > section#form_focus > .no_flex form label,
		body.contact #main > section#form_focus > .no_flex form input,
		body.contact #main > section#form_focus > .no_flex form textarea,
		body.contact #main > section#form_focus > .no_flex form select,
		body.contact #main > section#form_focus > .no_flex form option,
		body.contact #main > section#form_focus > .no_flex form .form_select,
		body.contact #main > section#form_focus > .no_flex form .file_input,
		body.contact #main > section#form_focus > .no_flex form > .flex:last-child > p {
			text-align: center;
			width: 100% !important}
		body.contact #main > section#form_focus > .no_flex form label {	margin: 0 0 0.5em}
		body.contact #main > section#form_focus > .no_flex form .file_input {	margin: 0 0 0 !important}
		body.contact #main > section#form_focus > .no_flex form .file_input svg,
		body.contact #main > section#form_focus > .no_flex form .button svg {	display: none}
	}
	@media screen and (max-width: 768px) {
		body.contact #main > section#form_focus > .no_flex form label {	margin: 0 0 1em}
	}
	
body.contact .swal-overlay .map {	min-height: 75vh}
body.contact .swal-overlay .map > iframe.absolute {
	top: 0;
	left: 0;
	right: 0%;
	bottom: 0;
	height: 100%;
	width: 100%}
	
/************************************************************************************************************************************************************/
/* MENTIONS LÉGALES																																			*/
/************************************************************************************************************************************************************/
body#mentions_legales #main > section {	position: relative}
body#mentions_legales section > .no_flex {
	width: 100%;
	padding: 8em 0;
	background: #000;
	color: #f7f7f7}
body#mentions_legales section > .no_flex a {	color: #f7f7f7}
body#mentions_legales #main > section:last-child > .no_flex {	padding-bottom: 8em}
body#mentions_legales #main > section > .no_flex > .center h1,
body#mentions_legales #main > section > .no_flex > .center h2 {
	position: relative;
	color: #AC8C65;
	text-transform: uppercase;
	font-size: 1.8rem}
body#mentions_legales #main > section > .no_flex > .center h2 {	font-size: 1.3rem}

	@media screen and (max-width: 1024px){
		body#mentions_legales #main > section > .no_flex > .center h1 {	font-size: 1.5rem}
		body#mentions_legales #main > section > .no_flex > .center h2 {	font-size: 1.1rem}
	}
	@media screen and (max-width: 768px) {
		body#mentions_legales #main > section > .no_flex > .center h1 {	font-size: 1.3rem}
		body#mentions_legales #main > section > .no_flex > .center h2 {	font-size: 1rem}
	}
	
body#mentions_legales #main > section > .no_flex > .center > .flex {	margin: 0 0 4em}
body#mentions_legales #main > section > .no_flex > .center > h1 + .flex {	margin-top: 4em}
body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex {	padding: 1.5em 0.75em}

	@media screen and (max-width: 900px) {
		body#mentions_legales #main > section > .no_flex > .center > .flex,
		body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex {	margin: 0 0 2em !important}
		body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex .flex > .container_flex {	margin: 0 0 1em !important}
		body#mentions_legales #main > section > .no_flex > .center > .flex:last-child,
		body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex:last-child,
		body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex .flex > .container_flex:last-child {	margin-bottom: 0 !important}
		body#mentions_legales #main > section > .no_flex > .center > .flex > .container_flex {	padding: 2em 1em}
	}
	@media screen and (max-width: 768px) {
		body#mentions_legales section > .no_flex {	padding: 12em 0 2em}
		body#mentions_legales #main > section > .no_flex > .center ul.flex {
			display: block;
			text-align: center}
		body#mentions_legales #main > section > .no_flex > .center ul > li {	margin: 0 0 1em !important}
		body#mentions_legales #main > section > .no_flex > .center ul > li:last-child {	margin: 0 0 0 !important}
	}
	
/************************************************************************************************************************************************************/
/* ERREURS																																					*/
/************************************************************************************************************************************************************/
body#erreur #main > section {	position: relative}
body#erreur section > .no_flex {
	width: 100%;
	min-height: 80vh;
	padding: 8em 0;
	background: #000;
	color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center}
body#erreur section > .no_flex a {	color: #f7f7f7}
body#erreur #main > section > .no_flex > .center h1 {
	position: relative;
	color: #AC8C65;
	text-transform: uppercase;
	font-size: 1.8rem}
	
	@media screen and (max-width: 1024px){
		body#erreur #main > section > .no_flex > .center h1 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body#erreur #main > section > .no_flex > .center h1 {	font-size: 1.3rem}
	}
	
body#erreur #main > section > .no_flex > .center ul {	margin: 2em 0 0}
body#erreur #main > section > .no_flex > .center ul > li {	margin: 0 1% 1em !important}
body#erreur #main > section > .no_flex > .center ul > li > .button {
	font-size: 0.8em;
	padding: 0.5em}
	
	@media screen and (max-width: 768px) {
		body#erreur section > .no_flex {	padding: 12em 0 4em}
		body#erreur #main > section > .no_flex > .center ul.flex {
			display: block;
			text-align: center}
		body#erreur #main > section > .no_flex > .center ul > li {	margin: 0 0 1em !important}
		body#erreur #main > section > .no_flex > .center ul > li:last-child {	margin: 0 0 0 !important}
	}
	@media screen and (max-width: 900px) and (orientation: portrait) {
		body#erreur section > .no_flex {	min-height: 66vh}
	}