body {color: #2e2e2e; background-color: #fff; font-family: 'Quicksand'; font-size: 19px}a {color: #2e2e2e}input, textarea, select, option {font: 400 1em Quicksand}
/* 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 */

::-webkit-scrollbar {
	background: #fff;
	border-radius: 3px}
::-webkit-scrollbar-thumb {
	background: #eee;
	border: none}
	
	@media screen and (min-width: 768px) {
		::-webkit-scrollbar {	width: 12px}
	}

.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {
			width: auto;
			margin: 0 2em}
	}
	@media screen and (max-width: 1024px) {
		.center {
			width: auto;
			margin: 0 1em}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}
@keyframes fadeOut {
	from {
		opacity:1;
		visibility:visible}
	to {
		opacity:0;
		visibility:hidden}
}
@keyframes HideToVisible {
	from {
		overflow: hidden}
	to {
		overflow: auto}
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: inherit}
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(23, 22, 22, 0.9);
	opacity: 0;
	display: none;
	z-index: -1;
	transition: all 0.5s linear}
body.hide > .overlay {
	cursor: alias;
	display: block;
	z-index: 11;
	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;
	max-width: 100vw;
	overflow-x: hidden}
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section.stellar > .no_flex {	background: none !important}
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: 2rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Quicksand';
	text-transform: uppercase}
section h2 {
	font-size: 1.7rem;
	font-weight: bold;
	font-family: 'Quicksand';
	text-transform: uppercase;
	position: relative;}
section h3 {
	font-size: 1.4rem;
	padding: 0 0 0;
	font-family: 'Quicksand';
	font-weight: bold}
	
	@media screen and (max-width: 768px){
		section h1 {	font-size: 1.8rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.25rem}
	}
	@media screen and (max-width: 576px){
		section h1 {	font-size: 1.6rem}
		section h2 {	font-size: 1.3rem}
		section h3 {	font-size: 1.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:#383838}
a.shadowbox.thumb::before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
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: block;	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%;
	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: #383838;
	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}
.button svg, a.button svg {	vertical-align: sub}	
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;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Quicksand';
	padding: 0.5em 1.25em 0.5em 1.25em;
	background: rgb(22, 36, 57);
	color: #fff;
	border-radius: 2em;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
#main .button > span {	position: relative }
#main .button > span::before {
	content: '';
	position: absolute;
	top: 25%;
	left: calc(100% + 0.75em);
	width: 0;
	height: 1px;
	background: #ccc;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
#main .button > span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 0.5em);
	bottom: 25%;
	width: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%);
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
#main .button:hover > span::before {	width: 0.5em}
#main .button:hover > span::after {	width: 0.5em}
#main .button > svg {	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
#main .button:hover > svg.after {	transform: translateX(0.75em)}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 0.25em;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2)}
#main .button.prev:not(.wide):not(.current):not(.empty) {	left: 0}	
#main .button.next:not(.wide):not(.current):not(.empty) {	right: 0}
#main .button.prev:not(.wide):not(.current):not(.empty):hover {	transform: translateX(-0.25em)}
#main .button.next:not(.wide):not(.current):not(.empty):hover {	transform: translateX(0.25em)}

.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 {	width: 100%}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 3px solid #f9f9f9}
#main table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
#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: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		#main table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #cecece}
		#main table tr:last-child {	border-bottom: 2px solid #cecece}
		#main table tr > td:first-child {	border-top: none}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		#main table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: none}
		#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 {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover}
.hero-slider .slide-bg-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative}
.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;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center}
	
	@media screen and (max-width: 900px) {
		.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 .swiper-button-prev.swiper-button-disabled,
.hero-slider .swiper-button-next.swiper-button-disabled {	opacity: 0}
.hero-slider:hover .swiper-button-prev:not(.swiper-button-disabled),
.hero-slider:hover .swiper-button-next:not(.swiper-button-disabled) {
	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 .pagination .disabled,
.hero-style [class*="swiper-button"].disabled {	display: none}
.hero-style {	height: 90vh}

	@media screen and (max-width: 1280px) {
		.hero-style {	height: 900px}
	}
	@media screen and (max-width: 1024px) {
		.hero-style {	height: 700px}
	}
	@media screen and (max-width: 768px) {
		.hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		.hero-style{	height: 600px}
		.hero-slider .slide-inner {
		  background-position: 10% 0% !important;
		  background-size: auto 85%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.hero-style{	height: 700px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		.hero-style{	height: 800px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}	

.hero-slider .hero-slider-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 75%;
	transform: translateY(-50%);
	left: 2em;
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1366px) {
		.hero-slider .hero-slider-container {	top: 66%}
	}
	@media screen and (max-width: 1152px) {
		.hero-slider .hero-slider-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 768px) {
		.hero-slider .hero-slider-container {
			left: 1em;
			width: calc(100% - 2em);
			transform: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {	color: #fff}
.hero-style .slide-title {	min-width: 51%}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 2rem}

	@media screen and (max-width: 576px) {
		.hero-slider .hero-slider-container {	padding: 2em 0 0}
		.hero-style .slide-title,
		.hero-style .slide-text {	padding: 0 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1,
.hero-slider h2,
.hero-slider p {
	display: inline-block;
	padding: 0}
.hero-slider h1 {
	text-transform: uppercase;
	text-align: center}
.hero-slider h2 {	text-transform: uppercase}
.hero-slider p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider p > a:nth-child(n+2),
.hero-slider p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 1024px) {
		.hero-slider h1 {	font-size: 1.75rem}
		.hero-slider h2 {	font-size: 1.6rem}
	}
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider p > a:nth-child(n+2), .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
	}
	@media screen and (max-width: 768px){
		.hero-slider h1 {	font-size: 1.75rem}
		.hero-slider h2 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 576px){
		.hero-slider h1 {	font-size: 1.5rem}
		.hero-slider h2 {	font-size: 1.3rem}
		.hero-slider p {	font-size: 1rem}
	}

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}
#main .container_flex.xxsmall.circle {	padding-top: 15%}
#main .container_flex.xsmall.circle {	padding-top: 23.5%}
#main .container_flex.small.circle {	padding-top: 32%}
#main .container_flex.smedium.circle {	padding-top: 40%}
#main .container_flex.medium.circle {	padding-top: 49%}
#main .container_flex.xmedium.circle {	padding-top: 60%}
#main div:not(.no_flex) > .no_flex.circle {	padding-top: 100%}

	@media screen and (max-width: 1024px) {
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.xxsmall.circle {	width: 15% !important}
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.xsmall.circle {	width: 23.5% !important}
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.small.circle {	width: 32% !important}
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.smedium.circle {	width: 40% !important}
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.medium.circle {	width: 49% !important}
		#main *:not(.slick-slide) > *:not(.slick-slide) > .container_flex.xmedium.circle {	width: 60% !important}
		#main div:not(.no_flex) > .no_flex.circle {	padding-top: 100% !important}
	}
	
#main .container_flex.circle,
#main div:not(.no_flex) > .no_flex.circle {
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	border: 2px solid #222;
	position: relative}
#main .container_flex.circle > .LH-0,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
#main .container_flex.circle > .LH-0::before,
#main div:not(.no_flex) > .no_flex.circle > .LH-0::before {
	content: '';
	position: absolute;
	top: 0;
	left: -0;
	right: 0;
	bottom: 0;
	border: 6px solid #fff;
	border-radius: 50%;
	z-index: 1}
#main .container_flex.circle > .LH-0::after,
#main div:not(.no_flex) > .no_flex.circle > .LH-0::after,
#main .container_flex.circle > .LH-0 > a > img::after,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 > a > img::after {
	content: '';
	border-radius: 50%;
	border: 2px solid #222;
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	z-index: 1}
#main .circle > .LH-0 > a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2}
#main .container_flex.circle > .LH-0 > img,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 > img,
#main .container_flex.circle > .LH-0 > a > img,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 > a > img  {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%}
#main .container_flex.circle > .LH-0 > a,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 > a {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	top: 6px;
	left: 6px}
#main .container_flex.circle > .LH-0 > a > img,
#main div:not(.no_flex) > .no_flex.circle > .LH-0 > a > img {
	border-radius: 50%;
	border: 2px solid #222}
img.mini_logo {	max-height: 6em}
a.shadowbox {	position: relative}
a.shadowbox::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon only"><path fill="white" d="M200 32H56C42.7 32 32 42.7 32 56V200c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312V456c0 13.3 10.7 24 24 24H200c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H456c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z"/></svg>');
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.75}
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);
	font-size: 17px}
body .swal-content {
	color: #444;
	background-color: #fff;
	font-family: 'Quicksand';
	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: 'Quicksand';
	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: 2.5rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Quicksand';
	text-transform: none}
body .swal-content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
	position: relative;
	font-family: 'Quicksand'}
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-content table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
body .swal-content table tr {	width: 100%}
body .swal-content table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
body .swal-content table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
body .swal-content table tr > td:last-child {	border-right: 3px solid #f9f9f9}
body .swal-content table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
body .swal-content table tr > td {
	vertical-align: middle;
	width: 1%}
body .swal-content table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
body .swal-footer .swal-button {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Quicksand';
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.8);
	color: #2e2e2e;
	font-size: 18px;
	transition: all 0.3s ease-in-out 0s}
body .swal-footer .swal-button > span {
	border: none !important;
	display: block !important;
	width: 100%;
	height: 100%;
	text-align: center;
	/* color: transparent; */
	position: relative;
	overflow: hidden}
body .swal-footer .swal-button > span::before {	transform: translateY(-50%) translatex(0) !important}
body .swal-footer .swal-button > span::after {	transform: translateY(100%) translatex(0%) !important}
body .swal-footer .swal-button > span::before,
body .swal-footer .swal-button > span::after {
	content: attr(data-label);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff}
body .swal-footer .swal-button:hover > span::before {
	transform: translateY(-200%) translatex(0%) !important;
	transition: all 0.3s ease-in-out 0s}
body .swal-footer .swal-button:hover > span::after {
	transform: translateY(-50%) translatex(0%)!important;
	transition: all 0.3s ease-in-out 0s}
body > .loader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13,24,42,1);
	z-index: 100;
	animation: loaderAnimateOut 0.72s ease-out 0s 1 both}
@keyframes loaderAnimateOut {
	0% {
		opacity:1;
		visibility:visible}
	75% {
		opacity:1;
		visibility:visible}
	100% {
		opacity:0;
		visibility:hidden}
}
@keyframes loaderAnimateIn {
	0% {
		opacity:0;
		visibility:hidden}
	25% {
		opacity:1;
		visibility:visible}
	100% {
		opacity:1;
		visibility:visible}
}
body > .loader > span {
	height: 2em;
	position: relative }
body > .loader > span > .before {
	content: '';
	position: absolute;
	top: 25%;
	left: calc(100% + 0.75em);
	width: 0;
	height: 1px;
	background: #ccc;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
body > .loader > span > .after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 0.5em);
	bottom: 25%;
	width: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0 100%);
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
body > .loader > span > .before,
body > .loader > span > .after {	animation: movementIn 0.72s ease-out 0s 1 both}
body > .loader > svg {
	color: #fff;
	fill: #fff;
	width: 2em;
	height: 2em;
	animation: movingBikeIn 0.72s ease-out 0s 1 both;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
@keyframes movementIn {
	0% {	width: 1.75em}
	100% {	width: 3.75em}
}
@keyframes movementOut {
	0% {	width: 0}
	100% {	width: 1.75em}
}
@keyframes movingBikeIn {
	0% {	transform: translateX(2em)}
	100% {	transform: translateX(4em)}
}
@keyframes movingBikeOut {
	0% {	transform: translateX(0)}
	100% {	transform: translateX(2em)}
}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil section#introduction {
	/* position: -webkit-sticky; */
	/* position: sticky; */
	/* top: 0; */
	display: flex;
	align-items: center;
	/* padding: 30vh 0 50vh; */
	padding: 25vh 0 25vh;
	/* min-height: 120vh; */
	background-image: url('https://www.cafevelo-echappeebleue.fr/upload/z-00000013-cafe-velo-a-thaon-vosges-1697282346.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat}
	
	/* @media screen and (max-width: 1366px) { */
		/* body.accueil section#introduction {	background-size: auto 140%} */
	/* } */
	/* @media screen and (min-height: 800px) and (max-width: 900px) { */
		/* body.accueil section#introduction {	min-height: 100vh} */
	/* } */
	/* @media screen and (max-width: 768px) { */
		/* body.accueil section#introduction {	background-size: auto 180%} */
	/* } */
	/* @media screen and (max-width: 640px) { */
		/* body.accueil section#introduction {	padding: 40vh 0 50vh} */
	/* }	 */
	/* @media screen and (max-width: 480px) and (min-height: 600px) { */
		/* body.accueil section#introduction {	padding: 30vh 0 50vh} */
	/* } */
	/* @media screen and (max-width: 576px) { */
		/* body.accueil section#introduction { */
			/* position: initial; */
			/* padding: 25vh 0 6em} */
	/* } */
	
body.accueil section#introduction::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13,24,42,.5);
	z-index: 0}
body.accueil section#introduction > .no_flex {
	position: relative;
	z-index: 2;
	background: none;
	color: #fff}
	
	@media screen and (max-width: 576px) {
		body.accueil section#introduction > .no_flex {	padding: 0 0 0}
	}
	
body.accueil section#introduction > .no_flex h1 {
	font-size: 2.5rem;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Merriweather Sans';
	font-weight: normal}
body.accueil section#introduction > .no_flex h1 span > span {	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
body.accueil section#introduction > .no_flex h1 > span {
	font-size: 0.5em;
	display: block}
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall {
	padding-top: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	border: none;
	position: relative}
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall > .LH-0 > img {	background: #fff}
	
	@media screen and (max-width: 1280px) {
		body.accueil section#introduction > .no_flex h1 {	font-size: 1.75rem}
	}
	@media screen and ((max-height: 800px) or (max-width: 900px)) {
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall {
			margin: 0 0 0;
			order: 2}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {
			order: 1;
			width: 100% !important}
		body.accueil section#introduction > .no_flex h1 {	text-align: center}
	}
	@media screen and (max-width: 640px) {
		body.accueil section#introduction > .no_flex h1 {	font-size: 1.75rem}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {	order: 1}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall {
			order: 2;
			width: auto !important;
			position: initial}
	}
	@media screen and (max-width: 576px) {
		body.accueil section#introduction > .no_flex h1 span {	opacity: 1 !important}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#introduction > .no_flex h1 {	font-size: 1.5rem}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall {	width: 66% !important}
	}
	@media screen and (max-width: 384px) {
		body.accueil section#introduction > .no_flex h1 {	font-size: 1.35rem}
	}
	
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0 {
	position: initial;
	border-radius: 50%;
	overflow: hidden}
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0::before,
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0::after {	display: none}
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0 > img {
	object-position: initial;
	object-fit: initial;
	width: 100%;
	height: 100%;
	position: initial}
body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0 > img:first-child {	opacity: 1}

	@media screen and (max-width: 640px) {
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0 {
			height: auto;
			width: 100%;
			position: relative}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0::before,
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0::after {		display: none}
		body.accueil section#introduction > .no_flex > .center > .flex > .container_flex.xsmall p.LH-0 > img {
			position: initial;
			height: auto !important;
			width: auto !important;
			margin: 0 0;
			opacity: 1 !important;
			border-radius: 50%}
	}

body.accueil .hero-slider .hero-slider-container {
	z-index: 10;
	padding: 0 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: auto;
	right: -1em;
	width: auto;
	min-width: 33%;
	transform: translateY(-50%);
	margin: 0 0 0 0}
body.accueil .hero-slider .hero-slider-container .slide-title,
body.accueil .hero-slider .hero-slider-container .slide-text {
	width: 100%;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
body.accueil .hero-slider .hero-slider-container .slide-title.hover,
body.accueil .hero-slider .hero-slider-container .slide-text.hover {
	opacity: 1;
	transform: translateX(0%)}
body.accueil .hero-slider .hero-slider-container p {
	height: 100%;
	width: 100%}
body.accueil .hero-slider .hero-slider-container .button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100% !important;
	padding: 0.5em 2em !important;
	border-radius: 2em !important;
	overflow: visible !important;
	background: rgba(255,255,255,1) !important;
	transition: all 0.3s ease-in-out 0s !important}
body.accueil .hero-slider .hero-slider-container .button::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: calc(1em + 8px);
	bottom: -2px;
	border-top-left-radius: 2em !important;
	border-bottom-left-radius: 2em !important;
	border: 2px solid #222 !important;
	border-right: none !important}
body.accueil section > .no_flex {
	background: #fff;
	padding: 8em 0}
	
	@media screen and (max-height: 800px) {
		body.accueil section > .no_flex {	padding: 4em 0}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section > .no_flex {	padding: 4em 0}
	}	

body.accueil section#prestations > .no_flex {
	background-color: rgba(13,24,42,1);
	color: #fff}
body.accueil section#prestations > .no_flex .flex > .container_flex.xsmall > .no_flex {	margin: 0 0 3em}
body.accueil section#prestations > .no_flex .flex > .container_flex.xsmall p {
	text-align: justify;
	text-align-last: center}
body.accueil section#carte {
	background-position: center;
	background-size: cover;
	min-height: 720px}
body.accueil section#carte > .no_flex {	padding: 0 0}
body.accueil section#carte > .no_flex > .center {	position: initial}
body.accueil section#carte > .no_flex > .center > .no_flex > .no_flex,
body.accueil section#carte > .no_flex > .center > .no_flex > .no_flex iframe {	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
body.accueil section#carte > .no_flex > .center > .no_flex > .no_flex iframe {
	width: 100%;
	height: 100%}
body.accueil section#labelisation-partenaires > .no_flex .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center}
body.accueil section#labelisation-partenaires > .no_flex .container_flex.xxsmall.circle {
	padding: 0 2em;
	padding-top: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
	border: none}
body.accueil section#labelisation-partenaires > .no_flex .container_flex.xxsmall.circle > .LH-0 {
	position: initial;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center}
body.accueil section#labelisation-partenaires > .no_flex .container_flex.xxsmall.circle > .LH-0::before,
body.accueil section#labelisation-partenaires > .no_flex .container_flex.xxsmall.circle > .LH-0::after {	display: none}
body.accueil section#labelisation-partenaires > .no_flex .container_flex.xxsmall.circle > .LH-0 img {	object-fit: contain}

	@media screen and (max-width: 1024px) {
		body.accueil section#presentation > .no_flex > .center > .flex.content_between,
		body.accueil section#prestations > .no_flex > .center > .flex.content_between {	justify-content: space-between}		
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall {	width: 25% !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:first-child {	margin: 0 1% 0 0 !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 1% 0 !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:last-child {	margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 900px) {
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xsmall {
			position: sticky;
			top: 50%;
			width: 25% !important;
			margin-right: 5% !important;
			margin-bottom: 0 !important}
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 70% !important;
			margin: 0 0 0 !important}
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xmedium > p {	text-align-last: left}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall {	width: 100% !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall,
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:first-child,
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 0 4em !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall:last-child {	margin: 0 0 0 0 !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			float: left;
			width: 25%;
			padding-top: 25% !important;
			margin-right: 5%}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > h2 {
			float: right;
			width: 70%;
			text-align: left !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > p {
			float: right;
			width: 70%;
			text-align-last: left}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xsmall {
			position: relative;
			top: 0;
			width: 33% !important;
			padding-top: 33% !important;
			margin: 0 auto 1em !important}
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			float: none;
			width: 33%;
			padding-top: 33% !important;
			margin: 0 auto 1em !important;}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > h2 {
			float: none;
			width: 100%;
			text-align: center !important;
			text-align-last: center}
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > p {
			float: none;
			width: 100%;
			text-align-last: center}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#carte {
			min-height: 66vh;
			height: 66vh}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#presentation > .no_flex > .center > .flex > .container_flex.xsmall,
		body.accueil section#prestations > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			width: 66% !important;
			padding-top: 66% !important}
	}
	@media screen and (max-height:720px) {
		body.accueil section#carte {
			min-height: 66vh;
			height: 66vh}
	}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.cms {	overflow-x: hidden}
body.cms section {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat}
body.cms section#introduction {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 40vh 0 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1}
	
	@media screen and (max-width: 1366px) {
		body.cms section#introduction {	background-size: auto 140%}
	}
	@media screen and (min-height: 800px) and (max-width: 900px) {
		body.cms section#introduction {	min-height: 100vh}
	}
	@media screen and (max-width: 768px) {
		body.cms section#introduction {	background-size: auto 180%}
	}
	@media screen and (max-width: 480px) and (min-height: 600px) {
		body.cms section#introduction {	padding: 30vh 0 0}
	}
	@media screen and (max-width: 576px) {
		body.cms section#introduction {
			position: initial}
	}
	
body.cms section#introduction::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13,24,42,.5);
	z-index: 0}
body.le-concept section#enseigne {	background-attachment: initial}
body.cms section > .no_flex {
	padding: 8em 0;
	position: relative;
	background: #fff;
	z-index: 2}
	
	@media screen and (max-height: 800px) {
		body.cms section > .no_flex {	padding: 4em 0}
	}
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex {	padding: 4em 0}
	}
	
body.cms section#introduction > .no_flex {
	padding: 0 0 16em;
	position: relative;
	z-index: 2;
	background: none;
	color: #fff}
	
	@media screen and (max-width: 576px) {
		body.cms section#introduction > .no_flex {	padding: 0 0 8em}
	}
	
body.le-concept section#histoire > .no_flex,
body.le-concept section#enseigne > .no_flex,
body.les-prestations section#la_vente > .no_flex,
body.les-prestations section#le_cafe_bar > .no_flex,
body.specialiste-vosges-gravel section#votre_partenaire > .no_flex {
	background: rgba(13,24,42,1);
	color: #fff}
body.le-concept section#histoire > .no_flex a,
body.le-concept section#enseigne > .no_flex a,
body.les-prestations section#la_vente > .no_flex a,
body.les-prestations section#le_cafe_bar > .no_flex a,
body.specialiste-vosges-gravel section#votre_partenaire > .no_flex a {	color: #fff}
body.les-prestations section#la_vente > .no_flex a,
body.les-prestations section#le_cafe_bar > .no_flex a,
body.specialiste-vosges-gravel section#votre_partenaire > .no_flex a {	color: #fff}
body.cms section#introduction > .no_flex#section-1 {	padding: 0 0}
body.cms section#introduction > .no_flex#section-1 > .center {
	padding: 8em 0;
	color: #2e2e2e}
	
	@media screen and (max-height: 800px) {
		body.cms section#introduction > .no_flex#section-1 > .center {	padding: 4em 0}
	}
	@media screen and (max-width: 1024px) {
		body.cms section#introduction > .no_flex#section-1 > .center {	padding: 4em 0}
	}
	
body.cms section#introduction > .no_flex#section-1 > .center::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	bottom: 0;
	background: #fff;
	z-index: -1}
body.cms section#introduction > .no_flex h1 {
	font-size: 2.5rem;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Merriweather Sans';
	font-weight: normal}
body.cms section#introduction > .no_flex h1 > span {
	font-size: 0.5em;
	display: block}
body.cms section#introduction > .no_flex h1 span > span {	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}

	@media screen and (max-width: 1280px) {
		body.cms section#introduction > .no_flex h1 {	font-size: 1.75rem}
	}
	@media screen and ((max-height: 800px) or (max-width: 900px)) {
		body.cms section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {
			margin: 0 0 0 !important;
			width: 100% !important}
	}
	@media screen and (max-width: 640px) {
		body.cms section#introduction > .no_flex h1 {	font-size: 1.75rem}
		body.cms section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {	order: 1}
	}
	@media screen and (max-width: 576px) {
		body.cms section#introduction > .no_flex h1 span {	opacity: 1 !important}
	}
	@media screen and (max-width: 480px) {
		body.cms section#introduction > .no_flex h1 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 384px) {
		body.cms section#introduction > .no_flex h1 {	font-size: 1.35rem}
	}
	
body.cms section .container_flex.xxsmall.circle_double:not(.slick-slider) {	padding-top: 30%}
body.cms section .container_flex.xsmall.circle_double:not(.slick-slider) {	padding-top: 47%}
body.cms section .container_flex.small.circle_double:not(.slick-slider) {	padding-top: 64%}
body.cms section .container_flex.smedium.circle_double:not(.slick-slider) {	padding-top: 80%}
body.cms section .container_flex.medium.circle_double:not(.slick-slider) {	padding-top: 98%}
body.cms section .container_flex.xmedium.circle_double:not(.slick-slider) {	padding-top: 120%}
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) {	padding-top: 200%}
body.cms section .container_flex.circle_double:not(.slick-slider),
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) {
	overflow: hidden;
	position: relative}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0,
body.cms section .skitter {
	margin: 0 0 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	border-radius: 50%}
body.cms section .skitter {
	padding-top: 100%;
	height: 0 !important;
	overflow: hidden}
body.cms section .skitter .container_skitter {
	position: absolute;
	top: 0;
	left: 0;}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:first-child,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0:first-child{
	position: absolute;
	top: 2%;
	left: 4%;
	right: 4%;
	bottom: 52%}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:last-child,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0:last-child{
	position: absolute;
	top: 52%;
	left: 4%;
	right: 4%;
	bottom: 2%}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0::before,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0::before,
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex .slick-slider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #222;
	border-radius: 50%;
	z-index: 1}
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex .slick-slider::before {
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: 21}
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex:first-child::before {	z-index: 3}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0::after,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0::after,
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a > img::after,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0 > a > img::after {
	content: '';
	border-radius: 50%;
	border: 6px solid #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	z-index: 1}
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex:first-child::after {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px}
body.cms section .circle_double:not(.slick-slider) > .LH-0 > a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2}
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex > .slick-slider article {
	border-radius: 50%;
	padding-top: 100%;
	height: 0 !important;
	overflow: hidden}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > img,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0 > img,
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a > img,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0 > a > img,
body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex > .slick-slider img  {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0 > a {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	top: 6px;
	left: 6px}
body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a > img,
body.cms section div:not(.no_flex) > .no_flex.circle_double:not(.slick-slider) > .LH-0 > a > img {
	border-radius: 50%;
	border: 2px solid #222}
	
	@media screen and (max-width: 1024px) {
		body.le-concept section#histoire > .no_flex > .center > .flex.content_between,
		body.les-prestations section#la_vente > .no_flex > .center > .flex.content_between,
		body.les-prestations section#l_atelier > .no_flex > .center > .flex.content_between,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex.content_between {	justify-content: space-between}
		body.le-concept section#histoire > .no_flex > .center > .flex.content_between {	padding: 0 15px 15px 0}
		body.le-concept section#histoire > .no_flex > .center > .flex > .smedium {
			width: 100% !important;
			margin: 0 0 2em !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall {
			padding-top: 30%;
			width: 30% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) {	margin-left: 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:last-child {	margin-right: 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 0 0 40% !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+3) {	margin: 0 0 0 2% !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .xmedium,
		body.le-concept section#enseigne > .no_flex > .center > .flex > .xmedium,
		body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center > .flex > .xmedium {
			order: 1;
			width: 100% !important;
			margin: 0 0 2em !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall,
		body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center > .flex > .container_flex.xxsmall {
			order: 2;
			width: 100% !important;
			margin: 0 0 0 0 !important;
			padding: 0 0 0 0;
			display: flex;
			justify-content: center}
		body.le-concept section#emplacement > .no_flex > .center > .flex:nth-child(2) > .container_flex.xxsmall {
			padding-top: 30%;
			width: 30% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3),
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-left: 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:last-child {	margin-right: 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall.circle:nth-child(3) {
			order: 1;
			transform: translateY(0)}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:first-child,
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:last-child {
			position: relative;
			width: 30%;
			padding-top: 30%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:first-child {	margin-right: 1%}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:last-child {	margin-left: 1%}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a {	position: absolute}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a > img {
			object-position: center;
			object-fit: cover;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall {
			padding-top: 30%;
			width: 30% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-left: 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:last-child {	margin-right: 0 !important}
		body.les-prestations section#la_vente > .no_flex > .center > .flex > .xmedium {
			width: 100% !important;
			margin: 0 0 4em !important}
		body.les-prestations section#la_vente > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 0 0% !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xmedium,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.large  {	width: 60% !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xsmall,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall {	width: 23.5% !important}
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall {	padding-top: 23.5% !important}
	}
	@media screen and (max-width: 900px) {
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xsmall {
			position: sticky;
			top: 50%;
			width: 25% !important;
			margin-right: 5% !important;
			margin-bottom: 0 !important}
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall {
			position: sticky;
			top: 50%;
			width: 25% !important;
			margin-left: 5% !important;
			margin-bottom: 0 !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xmedium,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.large {
			width: 70% !important;
			margin: 0 0 0 !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xmedium > p ,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.large > p {	text-align-last: left}
	}
	@media screen and (max-width: 640px) {
		body.cms section#introduction > .no_flex p > .button {
			width: 100%;
			margin: 0 0 0}
	}
	@media screen and (max-width: 480px) {
		body.le-concept section#histoire > .no_flex > .center > .flex.content_between,
		body.le-concept section#enseigne > .no_flex > .center > .flex.content_center {	padding: 0 0 0 0}
		body.le-concept section#histoire > .no_flex > .center > .flex > .smedium {			
			width: 100% !important;
			margin: 0 0 2em !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 49% !important;
			padding-top: 49%}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 1% 0 0% !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+3) {	margin: 0 0 0 1% !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xmedium,
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xmedium,
		body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center > .flex > .container_flex.xmedium {
			order: 1;
			width: 100% !important;
			margin: 0 0 2em !important}
		body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center > .flex > .container_flex.xxsmall {
			order: 2;
			width: 100% !important;
			margin: 0 0 0 0% !important;
			padding: 0 0 0 0;
			display: flex;
			justify-content: space-between}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:first-child,
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0:last-child {
			position: relative;
			width: 49%;
			padding-top: 49%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a {	position: absolute}
		body.cms section .container_flex.circle_double:not(.slick-slider) > .LH-0 > a > img {
			object-position: center;
			object-fit: cover;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall {
			padding-top: 49%;
			width: 49% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-left: 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) {	margin-right: 0 !important}
		body.le-concept section#histoire > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(n+4) {	margin-top: 1em !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex {	justify-content: space-between}
		body.le-concept section#emplacement > .no_flex > .center > .flex:nth-child(2) > .container_flex.xxsmall {
			padding-top: 49%;
			width: 49% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1),
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3),
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-left: 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:last-child {	margin-right: 0 !important}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(n+3) {	margin-top: 1em !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall {
			width: 49% !important;
			padding-top: 49%;
			margin-bottom: 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall {
			padding-top: 49%;
			width: 49% !important;
			margin: 0 1% 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) {	margin-left: 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4),
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:last-child {	margin-right: 0 !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:first-child,
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) {	margin-right: 1% !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-left: 1% !important}
		body.le-concept section#enseigne > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(n+3) {	margin-top: 1em !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xsmall {
			position: relative;
			top: 0;
			width: 33% !important;
			margin: 0 auto 1em !important}
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall {
			position: relative;
			top: 0;
			width: 33% !important;
			padding-top: 33% !important;
			margin: 0 auto 1em !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xmedium,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin-bottom: 2em !important}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xsmall > h2,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall > h2 {
			float: none;
			width: 100%;
			text-align-last: center}
		body.les-prestations section#l_atelier > .no_flex > .center > .flex > .container_flex.xsmall > p ,
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall > p {
			float: none;
			width: 100%;
			text-align-last: center}
	}
	@media screen and (max-width: 480px) {
		body.les-prestations section#le_cafe_bar > .no_flex > .center > .flex > .container_flex.xxsmall {
			width: 66% !important;
			padding-top: 66% !important}
	}
	
body.le-concept section#emplacement > .no_flex > .center h2,
body.le-concept section#enseigne > .no_flex > .center h2,
body.les-prestations section#l_atelier > .no_flex > .center h2,
body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center h2 {  transform: translateX(-20%)}

	@media screen and (max-width: 1024px) {
		body.le-concept section#emplacement > .no_flex > .center h2,
		body.le-concept section#enseigne > .no_flex > .center h2,
		body.les-prestations section#l_atelier > .no_flex > .center h2,
		body.specialiste-vosges-gravel section#histoire_gravel > .no_flex > .center h2 {	transform: translateX(0)}
	}
	
body.le-concept section#emplacement > .no_flex > .center > .flex {	margin-top: 2em}
body.le-concept section#emplacement > .no_flex > .center > .flex:nth-child(2) {	padding-top: 3em}
body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall.circle:nth-child(3) {	transform: translateY(-3em)}
	
	@media screen and (max-width: 1024px) {
		body.le-concept section#emplacement > .no_flex > .center > .flex:nth-child(2) {
				margin-top: 0;
				padding-top: 0}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall.circle:nth-child(3) {
			order: 1;
			transform: translateY(0)}
	}
	@media screen and (max-width: 480px) {
		body.le-concept section#enseigne > .no_flex > .center > .flex {	justify-content: space-between}
		body.le-concept section#emplacement > .no_flex > .center > .flex:nth-child(2) {	margin-top: 1em}
		body.le-concept section#emplacement > .no_flex > .center > .flex > .container_flex.xxsmall.circle:nth-child(3) {	order: 3}
	}

body.cms section > .no_flex > .center .slick-slide ,
body.cms section > .no_flex > .center .slick-slide > div,
body.cms section > .no_flex > .center .slick-slide > div * {	text-align: center}
body.les-prestations section > .no_flex > .center > .flex > .container_flex {	position: relative}
body.les-prestations section > .no_flex > .center > .flex > .slick-slider article > div,
body.specialiste-vosges-gravel section > .no_flex > .center > .flex > .slick-slider article > div {
	display: flex !important;
	align-items: center;
	justify-content: center}
body.les-prestations section > .no_flex > .center > .flex > .slick-slider article > div > p,
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider article div > p {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 5em}
body.les-prestations section > .no_flex > .center > .flex .slick-slider article div > p img,
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider article div > p img {	max-width: 192px}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 {	padding: 2.5em 0 0}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a {
	display: block;
	height: 100%;
	width: 100%}	
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article div.LH-0 {
	display: block !important;
	height: 0;
	padding-top: 100%;
	position: relative}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a > img::after {
	content: '';
	border-radius: 50%;
	border: 2px solid #222;
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	z-index: 1}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a {
	display: block;
	height: 95%;
	width: 95%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-radius: 50%}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a::before {	
	content: '';
  position: absolute;
  top: 0;
  left: -0;
  right: 0;
  bottom: 0;
  border: 6px solid #fff;
  border-radius: 50%;
  z-index: 1}
 body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a::after { 
	content: '';
	border-radius: 50%;
	border: 2px solid #222;
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	width: auto;
	height: auto;
	opacity: 1;
	transform: none;
	z-index: 1}
body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 article a img  {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #222;
	background: #fff;
	padding: 1em}
	
body.specialiste-vosges-gravel section#histoire_gravel > .no_flex {
	background-color: rgba(13,24,42,1);
	color: #fff}
body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex:nth-child(n+2) {	margin: 4em 0}
body.specialiste-vosges-gravel section#equipements > .no_flex .flex > .container_flex.xsmall > .no_flex {	margin: 0 0 3em}
body.specialiste-vosges-gravel section#equipements > .no_flex .flex > .container_flex.xsmall p {  text-align-last: center}
body.specialiste-vosges-gravel section h3 {	text-transform: uppercase}

	@media screen and (max-width: 1024px) {
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex.content_between {	justify-content: space-between}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall {	width: 25% !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:first-child {	margin: 0 1% 0 0 !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 1% 0 !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:last-child {	margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 900px) {
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.large p {
			text-align: justify !important;
			text-align-last: center}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall {	width: 100% !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall,
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:first-child,
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 0 4em !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall:last-child {	margin: 0 0 0 0 !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			float: left;
			width: 25%;
			padding-top: 25% !important;
			margin-right: 5%}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > h2 {
			float: right;
			width: 70%;
			text-align: left !important}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > p {
			float: right;
			width: 70%;
			text-align-last: left}
	}
	@media screen and (max-width: 768px) {
			body.specialiste-vosges-gravel section > .no_flex > .center > .flex .slick-slider#carousel-2 {
				width: 66%;
				margin: 0 auto}
	}
	@media screen and (max-width: 480px) {
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			float: none;
			width: 33%;
			padding-top: 33% !important;
			margin: 0 auto 1em !important;}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > h2 {
			float: none;
			width: 100%;
			text-align-last: center}
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > p {
			float: none;
			width: 100%;
			text-align-last: center}
	}
	@media screen and (max-width: 480px) {
		body.specialiste-vosges-gravel section#equipements > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex.circle {
			width: 66% !important;
			padding-top: 66% !important}
	}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact .button {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Quicksand';
	padding: 0.5em 1em;
	background: rgb(22, 36, 57);
	color: #fff;
	border-radius: 2em;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
body.contact section#map {	overflow-x: hidden;}
body.contact section#introduction {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	padding: 30vh 0 0;
	min-height: 75vh}
body.contact section#introduction::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(13,24,42,.5);
	z-index: 0}
body.contact section#introduction {
	background-color: rgba(13,24,42,1);
	background-image: url('https://www.cafevelo-echappeebleue.fr/upload/z-00000046-panorama-4k-1698061457.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1}
	
	@media screen and (max-width: 1366px) {
		body.contact section#introduction {	background-size: auto 140%}
	}
	@media screen and (min-height: 800px) and (max-width: 900px) {
		body.contact section#introduction {	min-height: 100vh}
	}
	@media screen and (max-width: 768px) {
		body.contact section#introduction {
			background-size: auto 180%;
			padding: 40vh 0 50vh}
	}	
	@media screen and (max-width: 480px) and (min-height: 600px) {
		body.contact section#introduction {	padding: 30vh 0 50vh}
	}
	@media screen and (max-width: 576px) {
		body.contact section#introduction {
			position: initial;
			padding: 25vh 0 6em}
	}
	
body.contact section#introduction > .no_flex {
	padding: 0 0 16em;
	position: relative;
	z-index: 2;
	background: none;
	color: #fff}
	
	@media screen and (max-width: 768px) {
		body.contact section#introduction > .no_flex {	padding: 0 0 0}
	}
	
body.contact section#introduction > .no_flex h1 {
	font-size: 2.5rem;
	line-height: 1.5em;
	text-align: left;
	font-family: 'Merriweather Sans';
	font-weight: normal}
body.contact section#introduction > .no_flex h1 span {	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}

	@media screen and (max-width: 1280px) {
		body.contact section#introduction > .no_flex h1 {	font-size: 1.75rem}
	}
	@media screen and ((max-height: 800px) or (max-width: 900px)) {
		body.contact section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {
			order: 2;
			margin-top: 2em !important;
			width: 100% !important}
		body.contact section#introduction > .no_flex h1,
		body.contact section#introduction > .no_flex p {	text-align: center}
	}
	@media screen and (max-width: 640px) {
		body.contact section#introduction > .no_flex h1 {	font-size: 1.75rem}
		body.contact section#introduction > .no_flex > .center > .flex > .container_flex.xmedium {	order: 1}
	}
	@media screen and (max-width: 576px) {
		body.contact section#introduction > .no_flex h1 span {	opacity: 1 !important}
	}
	@media screen and (max-width: 480px) {
		body.contact section#introduction > .no_flex h1 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 384px) {
		body.contact section#introduction > .no_flex h1 {	font-size: 1.35rem}
	}
	
body.contact section#introduction > .no_flex p > .button {	margin: 0 0 0.5em}
body.contact section > .no_flex {
	padding: 8em 0;
	position: relative;
	background: #fff;
	z-index: 2}
	
	@media screen and (max-height: 800px) {
		body.contact section > .no_flex {	padding: 4em 0}
	}
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex {	padding: 4em 0}
	}
	@media screen and (max-width: 768px) {
		body.contact section#map > .no_flex {	padding: 0 0 4em}
	}	
	
body.contact section > .no_flex > .center form > p {	margin-bottom: 2em}
body.contact section > .no_flex > .center form > .no_flex > .bloc-info {	margin-bottom: 2em !important}
body.contact section#form_focus > .no_flex > .center form > .flex > .container_flex {
	color: #fff;
	background: rgb(22, 36, 57);
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	padding: 2em}
	
	@media screen and (max-width: 1024px) {
		body.contact section#form_focus > .no_flex > .center form > .flex > .container_flex {
			width: 100% !important;
			margin: 0 0 0 !important}
	}
	
body.contact section > .no_flex > .center form > .flex > .container_flex > .flex {	margin: 0 0 2em}
	
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex {	margin: 0 0 1em !important}
		body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex:last-child {	margin: 0 0 0 !important}
	}
	
body.contact section > .no_flex > .center form > .no_flex:last-child {	margin: 3em 0 0}
body.contact section > .no_flex > .center form input,
body.contact section > .no_flex > .center form textarea {
	background: rgb(22, 36, 57);
	color: #fff;
	text-align: left;
	padding-left: 1.5em;
	border-bottom: 1px solid #aaa;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
body.contact section > .no_flex > .center form textarea {	background: transparent}

	@media screen and (max-width: 360px) {
		body.contact section > .no_flex > .center form textarea {	min-height: 10em}
	}
	
body.contact section > .no_flex > .center form #captcha span {
	/* display: block; */
	/* width: 100%; */
	margin-bottom: 0.5em;
	text-align: center}
body.contact section > .no_flex > .center form #captcha input {
	display: inline-block;
	width: 49%;
	margin-left: 1%}
body.contact section > .no_flex > .center form #captcha input::placeholder {
	text-align: center;
	font-size: 0.7em}
body.contact section > .no_flex > .center form #captcha svg  {	fill: #fff;}
body.contact section > .no_flex > .center form .container_flex.focus > input,
body.contact section > .no_flex > .center form .container_flex.focus > textarea {	border-bottom: 1px solid #fff}
body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex > .i_input {
	top: 0;
	left: 0;
	opacity: 0.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex.focus > .i_input {	opacity: 1}
body.contact section > .no_flex > .center form > .flex #captcha .i_input {	display: none}
body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex > .i_input > svg {
	width: 1em;
	height: 1em;
	color: #fff;
	fill: #fff}
body.contact section > .no_flex > .center form > .flex > .container_flex > .flex > .container_flex > .file_input > .file-button > .i_input,
body.contact section > .no_flex > .center form > .no_flex > .flex#captcha > .container_flex > .i_input {	display: none}
body.contact section > .no_flex > .center form .file_input,
body.contact section > .no_flex > .center form .file_input > .file-button,
body.contact section > .no_flex > .center form .file_input > .file-button > .button {	width: 100% !important}
body.contact section > .no_flex > .center form .file_input > .file-button > .button {
	position: relative;
	z-index: 1;
	padding: 0.2em 1em !important;
	background: #fff !important;
	color: rgb(22, 36, 57) !important}
body.contact section > .no_flex > .center form .file_input > .file-button > .input-file {
	z-index: 1;
	cursor: copy;
	opacity: 0}
body.contact section > .no_flex > .center form .form_select {
	background: #fff;
	color: rgb(22, 36, 57);
	border-radius: 2em;
	overflow: hidden}
body.contact section > .no_flex > .center form .form_select > select {
	padding: 0.2em 0 0.2em 1.5em;
	background: #fff;
	color: rgb(22, 36, 57);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}
body.contact section > .no_flex > .center form .form_select > svg {
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%);
	pointer-events: none;
	fill: rgb(22, 36, 57);
	color: rgb(22, 36, 57)}
body.contact section > .no_flex > .center form > .flex p {	margin: 0 0 0}
body.contact section > .no_flex > .center form button.button {
	min-width: 33%;
	background: rgb(22, 36, 57) !important;
	color: #fff !important}
body.contact section > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
body.contact section > .no_flex > .absolute > iframe {
	width: 100%;
	height: 100%}
body.contact section > .no_flex > .flex {
	position: relative;
	padding: 0 50px;
	z-index: 3}
body.contact section > .no_flex > .flex > .container_flex {
	background: #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);
	padding: 2em}
body.contact section > .no_flex > .flex > .container_flex img {	box-shadow: 0 15px 25px rgba(0,0,0,0.2)}

	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .absolute {	display: none}
		body.contact section > .no_flex > .flex	 {
			width: auto;
			margin: 0 1em;
			padding: 0 0}
		body.contact section > .no_flex > .flex > .container_flex {
			box-shadow: none;
			padding: 0}
	}

/************************************************************************************************************************************************************/
/* RECHERCHE																																				*/
/************************************************************************************************************************************************************/
body.recherche section {
	padding: 30vh 0 0;
	min-height: 75vh}
body.recherche section > .no_flex {
	width: 100%;
	background: #fff;
	color: #2e2e2e;
	max-width: 100vw;
	padding: 0 0 4em}
body.recherche section h2 {
	font-weight: normal;
	text-transform: none}
body.recherche section > .no_flex > .center > .flex > .container_flex > .no_flex {	margin: 4em 0 0}
body.recherche section > .no_flex > .center > .flex > .container_flex > .no_flex li {	margin: 0 0 0.5em}
body.recherche section > .no_flex > .center > .flex > .container_flex > .no_flex li span {
	padding: 0.25em 0.35em;
	background: rgb(22, 36, 57);
	color: #fff;
	margin: 0 0 0 0.75em;
	display: inline-block}
	
/************************************************************************************************************************************************************/
/* MENTIONS LÉGALES																																			*/
/************************************************************************************************************************************************************/
body.mentions-legales section > .no_flex {
	width: 100%;
	background: #fff;
	color: #2e2e2e;
	max-width: 100vw;
	padding: 4em 0 4em}
body.mentions-legales section > .no_flex > .center > .no_flex,
body.mentions-legales section > .no_flex > .center > .no_flex > .no_flex {	margin: 4em 0 0}
body.mentions-legales section > .no_flex > .center > .no_flex > .no_flex > .no_flex {	padding: 0 0 0 2em}
body.mentions-legales section > .no_flex > .center h2 {	text-decoration: underline}
body.mentions-legales section > .no_flex > .center > .no_flex > .no_flex p,
body.mentions-legales section > .no_flex > .center > .no_flex > .no_flex ul {	padding: 0 0 0 2em}
body.mentions-legales section > .no_flex > .center ul {	margin: 0 0 0 !important}
body.mentions-legales section > .no_flex > .center ul > li {
	margin: 0 0 0 !important;
	padding: 0 0 0 !important}
body.mentions-legales section > .no_flex > .center ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li::before {	content: '' !important}

	@media screen and (max-width: 768px){
		body.mentions-legales section > .no_flex {	padding: 8em 0 4em}
	}

/************************************************************************************************************************************************************/
/* ERREUR																																					*/
/************************************************************************************************************************************************************/
body.erreur section.hero-slider .slide-inner {	background-color: #fff}
body.erreur section.hero-slider .hero-slider-container {	top: 50%}
body.erreur section.hero-style .slide-title,
body.erreur section.hero-style .slide-text {  color: #2e2e2e}
body.erreur section .slide-title + .slide-title,
body.erreur section .slide-title + .slide-text {	padding: 0 0 0 2em}
body.erreur section.hero-slider .hero-slider-container h2 {
	font-weight: normal;
	text-transform: none}

	@media screen and (max-width: 1024px) {
		body.erreur section.hero-slider .hero-slider-container {	transform: translateY(-50%)}
	}