body {color: #fff; background-color: #0d0c0c; font-family: 'Barlow'; font-size: 17px}a {color: #fff}input, textarea, select, option {font: 400 1em Barlow}
/* 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: 90%;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1152px) {
		.center {	max-width: 98%}
	}
	@media screen and (min-width: 1152px) {
		.center {
			max-width: 100%;
			margin: 0 5em 0 5em;
			width: calc(100% - 10em)}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}
@keyframes fadeOut {
	from {
		opacity:1;
		visibility:visible}
	to {
		opacity:0;
		visibility:hidden}
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: inherit;
	animation: fadeIn 2.5s ease-out 0s 1 both}	
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(23, 22, 22, 0.9);
	opacity: 0;
	z-index: -1;
	transition: all 0.5s linear}
body.hide > .overlay {
	cursor: alias;
	z-index: 11;
	opacity: 1}
body #main section .center {
	z-index: 2;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff}
	
	@media screen and (max-width: 1152px) {
		body #main section .center {
			border-left: none;
			border-right: none}
	}
	
.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: 3rem;
	font-weight: bold;
	text-align: initial;
	text-transform: uppercase}
section h2 {
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;}
section h3 {
	font-size: 1.5rem;
	padding: 0 0 0;
	font-weight: bold}
	
	@media screen and (max-width: 768px){
		section h1 {	font-size: 2.3rem}
		section h2 {	font-size: 1.8rem}
		section h3 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 576px){
		section h1 {	font-size: 2rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.2rem}
	}
	
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}
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: #0c365b;
	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;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Barlow';
	color: #fff;
	padding: 0.4em 2em 0.4em 0.75em}
#main .button:not(.wide):not(.current):not(.empty)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(100% - 2em);
	background: #0a9243}
#main .button:not(.wide):not(.current):not(.empty)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	width: 1.5em;
	background: #0a9243;
	clip-path: polygon(0 0, calc(100% - 0.75em) 0, 100% 51%, calc(100% - 0.75em) 102%, 0 102%);
	transition: all 0.3s ease-in-out 0s;}
#main .button:not(.wide):not(.current):not(.empty):hover::after {
	right: 0;
	width: 2em;
	transition: all 0.3s ease-in-out 0s;}
#main .button:not(.wide):not(.current):not(.empty) > span {
	border: none !important;
	display: block !important;
	width: 100%;
	height: 100%;
	text-align: center;
	color: transparent;
	position: relative;
	overflow: hidden}
#main .button:not(.wide):not(.current):not(.empty) > span::before {	transform: translateY(-50%) translatex(0) !important}
#main .button:not(.wide):not(.current):not(.empty) > span::after {	transform: translateY(100%) translatex(0%) !important}
#main .button:not(.wide):not(.current):not(.empty) > span::before,
#main .button:not(.wide):not(.current):not(.empty) > span::after {
	content: attr(data-label);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff}
#main .button:not(.wide):not(.current):not(.empty):hover > span::before {
	transform: translateY(-200%) translatex(0%) !important;
	transition: all 0.3s ease-in-out 0s}
#main .button:not(.wide):not(.current):not(.empty):hover > span::after {
	transform: translateY(-50%) translatex(0%)!important;
	transition: all 0.3s ease-in-out 0s}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%)}
#main .button.prev:not(.wide):not(.current):not(.empty) {
	left: 0;
	padding: 0.4em 0.75em 0.4em 2em}	
#main .button.next:not(.wide):not(.current):not(.empty) {	right: 0}
#main .button.prev:not(.wide):not(.current):not(.empty)::before {
	left: auto;
	right: 0}
#main .button.prev:not(.wide):not(.current):not(.empty)::after {
	left: 0.5em;
	right: auto;
	clip-path: polygon(0 50%, 0.75em 0, 100% 0, 100% 100%, 0.75em 100%)}
#main .button.prev:not(.wide):not(.current):not(.empty):hover::after {
	left: 0;
	width: 2em;
	transition: all 0.3s ease-in-out 0s}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) > span {
	line-height: 1em;
	font-size: 1.6em}
.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: 1px solid #373737;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 1px solid #373737;
	border-left: 1px solid #373737;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 1px solid #373737}
#main table tr:last-child > td {	border-bottom: 1px solid #373737}
#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 #373737;
			border-left: 2px solid #373737;
			border-right: 2px solid #373737}
		#main table tr > td {
			width: 100% !important;
			border: 1px solid #373737;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #373737}
		#main table tr:last-child {	border-bottom: 2px solid #373737}
		#main table tr > td:first-child {	border-top: none}
		#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: 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 {
	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: #171616;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center}
	
	@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}

	@media screen and (max-width: 991px) {
		.hero-style {	height: 600px}
	}
	@media screen and (max-width: 767px) {
		.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;
	width: 100%;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center}
	
	@media screen and (min-width: 1152px) {
		.hero-slider .hero-slider-container {
			max-width: 100%;
			margin: 0 5em 0 5em}
	}
	@media screen and (max-width: 1152px) {
		.hero-slider .hero-slider-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {
	color: #fff;
	text-align: left}
.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:nth-child(n+2) {	margin-top: 4rem}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1 {
	text-transform: uppercase;
	text-align: left}
.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: 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-height: 576px){
		.hero-slider h1 {	font-size: 2rem}
		.hero-slider h2 {	font-size: 1.6rem}
		.hero-slider p {	font-size: 1.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}
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: 'Barlow';
	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: 'Barlow';
	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: 'Barlow';
	text-transform: none}
body .swal-content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
	position: relative;
	font-family: 'Barlow'}
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;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Barlow';
	color: #fff;
	font-weight: normal;
	border-radius: 0;
	padding: 0.4em 2em 0.4em 0.75em}
body .swal-footer .swal-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(100% - 2em);
	background: #0a9243}
body .swal-footer .swal-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	width: 1.5em;
	background: #0a9243;
	clip-path: polygon(0 0, calc(100% - 0.75em) 0, 100% 51%, calc(100% - 0.75em) 102%, 0 102%);
	transition: all 0.3s ease-in-out 0s;}
body .swal-footer .swal-button:hover::after {
	right: 0;
	width: 2em;
	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}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body#accueil section > .no_flex {
	width: 100%;
	background: #0d0c0c;
	color: #fff;
	max-width: 100vw}
body#accueil section#presentation > .no_flex,
body#accueil section#reseau_proximeca > .no_flex {	background: #0a9243}
body#accueil section#presentation > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	background: url('https://www.autopassion88.fr/upload/gradient-1681804271.png'), url('https://www.autopassion88.fr/upload/carbon-1681804704.png');
	background-repeat: repeat-y, repeat;
	background-position: 100% 0, left top;
	background-size: auto 5em, auto}
body#accueil section#presentation > .no_flex::after,
body#accueil section#reseau_proximeca > .no_flex::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2em;
	transform: translateX(-50%);
	width: 2px;
	background: #fff}
body#accueil section.vh > .no_flex {	background: none}
body#accueil section > .no_flex > .center {  padding: 8em 2em}

	@media screen and (max-width: 1024px) {
		body#accueil section > .no_flex > .center {  padding: 6em 2em}
	}
	@media screen and (max-width: 768px) {
		body#accueil section > .no_flex > .center {  padding: 4em 2em}
	}
	
body#accueil section:last-child > .no_flex > .center {  padding: 8em 2em 4em}

	@media screen and (max-width: 1024px) {
		body#accueil section#presentation > .no_flex > .center > .flex > .container_flex.large {	width: 100%}
	}
	@media screen and (max-width: 768px) {
		body#accueil section:last-child > .no_flex > .center {  padding: 4em 2em}
	}
	
body#accueil section#presentation > .no_flex > .center > .flex > .container_flex p {
	line-height: 1.8em;
	font-size: 1.5rem;
	text-align-last: center}
	
	@media screen and (max-width: 576px){
		body#accueil section#presentation > .no_flex > .center > .flex > .container_flex p {	font-size: 1.2rem}
	}
	
body#accueil section#prestations::before,
body#accueil section#garage_thaonvosges::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background: #fff;
	top: 0;
	height: 2em;
	z-index: 3}
body#accueil section#prestations > .no_flex::before,
body#accueil section#prestations > .no_flex::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
	z-index: 2}
body#accueil section#prestations > .no_flex::before {	left: 5em}
body#accueil section#prestations > .no_flex::after {	right: 5em}	
body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 2em 10em}

	@media screen and (max-width: 1152px) {
		body#accueil section#prestations > .no_flex::before,
		body#accueil section#prestations > .no_flex::after {	display: none}
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 2em 5em}
	}
	@media screen and (max-width: 768px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 5em 1em 5em}
	}
	@media screen and (max-width: 640px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 3.5em 1em 3.5em}
	}
	@media screen and (max-width: 576px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2.5em 1em 2.5em}
	}
	@media screen and (max-width: 480px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2em 1em 2em}
	}
	@media screen and (max-width: 380px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0.5em 1em 0.5em}
	}
	@media screen and (max-width: 320px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 1em 0}
	}
	
body#accueil section#prestations > .no_flex > div > .flex.slick-slider article {	padding: 0 2em}
body#accueil section#prestations > .no_flex > div {
	position: relative;
	padding-top: 8em;
	padding-bottom: 8em}
	
	@media screen and (max-width: 1024px) {
		body#accueil section#prestations > .no_flex > div {
			padding-top: 6em;
			padding-bottom: 6em}
	}
	@media screen and (max-width: 768px) {
		body#accueil section#prestations > .no_flex > div {
			padding-top: 4em;
			padding-bottom: 4em}
	}
	
body#accueil section#prestations > .no_flex > div > .flex.slick-slider .button.prev:not(.wide):not(.current):not(.empty),
body#accueil section#prestations > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: 25%;
	right: auto;
	top: auto;
	bottom: 0}
body#accueil section#prestations > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {	left: calc(25% + 4em)}
body#accueil section#prestations > .no_flex > div > .flex.slick-slider .button.slick-disabled {
	opacity: 0.4;
	cursor: not-allowed}
body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall {	position: relative}
body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall .container-img {
	line-height: 0;
	margin: 0 0 0}
	
	@media screen and (max-width: 480px) {
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall.container-img > .LH-0 {
			position: relative;
			min-height: 33vh}
		body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall.container-img > .LH-0 > img {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			object-fit: cover;
			object-position: center}
	}
	
body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div p:last-child {
	position: absolute;
	left: 2em;
	bottom: 2em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2}
body#accueil section#prestations > .no_flex > div > .flex.slick-slider article > div p:last-child em {
	font-size: 0.6em;
	display: inline-block;
	margin-top: 1em;
	font-style: normal}
body#accueil section#experience  {	z-index: 3}
body#accueil section#experience > .no_flex {
	background: #fff;
	color: #373737}
body#accueil section#experience > .no_flex a {color: #373737}
body#accueil #main section#experience .center {
	border-left: 2px solid #6c6c6c;
	border-right: 2px solid #6c6c6c}
	
	@media screen and (max-width: 1152px) {
		body#accueil #main section#experience .center {
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 1920px) {
		body #main section#experience > .no_flex > .center > .flex {	min-height: 49vh}
	}
	@media screen and (min-width: 1921px) {
		body #main section#experience > .no_flex > .center > .flex {	min-height: 63vh}
	}
	
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.medium h2 {	margin-bottom: 0.5em}
body#accueil #main section#reseau_proximeca > .no_flex > .center > .flex > .container_flex.large h2 {	margin-bottom: 1.5em}
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.medium h2 + p {
	color: #0a9243;
	font-weight: bold;
	line-height: 1.8em;
	 margin-bottom: 2em}
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {
	position: absolute;
	top: -4em;
	right: 2em;
	overflow: hidden;
	min-height: calc(100% + 8em)}
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p {	margin: 0 0 0}
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p:first-child {
	position: absolute;
	top: 0;
	height: 49%;
	width: 100%}
body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p:last-child {
	position: absolute;
	bottom: 0;
	height: 49%;
	width: 100%}
	
	@media screen and (max-width: 1024px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium,
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p:first-child,
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p:last-child {	position: initial}
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium > p:first-child {	margin: 0 0 1em}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 5em 1em 5em}
	}
	@media screen and (max-width: 640px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 3.5em 1em 3.5em}
	}
	@media screen and (max-width: 576px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 2.5em 1em 2.5em}
	}
	@media screen and (max-width: 480px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 2em 1em 2em}
	}
	@media screen and (max-width: 380px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 0.5em 1em 0.5em}
	}
	@media screen and (max-width: 320px) {
		body#accueil #main section#experience > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 0 1em 0}
	}
	
body#accueil section#reseau_proximeca > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 60%;
	right: 0;
	bottom: 0;
	background: url('https://www.autopassion88.fr/upload/gradient-2-1682084854.png'), url('https://www.autopassion88.fr/upload/carbon-1681804704.png');
	background-repeat: repeat-y, repeat;
	background-position: 0 0, left top;
	background-size: auto 5em, auto}
body#accueil #main section#reseau_proximeca > .no_flex > .center {	padding-top: 12em}

	@media screen and (max-width: 1024px) {
		body#accueil #main section#reseau_proximeca > .no_flex > .center {	padding-top: 6em}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main section#reseau_proximeca > .no_flex > .center {	padding-top: 4em}
	}
	
body#accueil #main section#reseau_proximeca > .no_flex > .center > .flex > .container_flex {	text-align-last: center}
body#accueil #main section#reseau_proximeca > .no_flex > .center > .flex > .container_flex img {
	max-width: 50%;
	margin-top: 3em}
	
	@media screen and (max-width: 1024px) {
		body#accueil #main section#reseau_proximeca > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
		body#accueil #main section#reseau_proximeca > .no_flex > .center > .flex > .container_flex img {	max-width: 240px}
	}
	
body#accueil #main section#garage_thaonvosges > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 16em;
	background: linear-gradient(180deg, rgba(13, 12, 12,1) 0%, rgba(13, 12, 12,0) 100%)}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex > .container_flex.small {	padding-top: 4em}

	@media screen and (max-width: 1024px) {
		body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex > .container_flex.small {	padding-top: 0}
	}
	
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-slider .button.prev:not(.wide):not(.current):not(.empty),
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: 0;
	right: auto;
	top: 0;
	bottom: auto}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-slider .button.next:not(.wide):not(.current):not(.empty) {	left: 4em}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-slider .button.slick-disabled {
	opacity: 0.4;
	cursor: not-allowed}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-list .slick-slide {
	padding-top: 2em;
	background: #fff;
	color: #373737}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-list .slick-slide > div {	padding: 2em 3em}

	@media screen and (max-width: 480px) {
		body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .slick-list .slick-slide > div {	padding: 2em 1em}
	}
	
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex > .container_flex .slick-slide a {	color: #373737}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex > .container_flex iframe {
	width: 100%;
	min-height: 25em;
	margin-top: 2em}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .container_flex > .toggle {
	width: 100% !important;
	display: none}
body#accueil #main section#garage_thaonvosges > .no_flex > .center > .flex .container_flex > .toggle table td {
	text-align: center;
	text-transform: uppercase;
	border-color: #c1c1c1 !important}
	
/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body#cms section > .no_flex {
	width: 100%;
	background: #0d0c0c;
	color: #fff;
	max-width: 100vw}
body#cms section#presentation > .no_flex {	background: #0a9243}
body#cms section#presentation > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	background: url('https://www.autopassion88.fr/upload/gradient-1681804271.png'), url('https://www.autopassion88.fr/upload/carbon-1681804704.png');
	background-repeat: repeat-y, repeat;
	background-position: 100% 0, left top;
	background-size: auto 5em, auto}
body#cms section#presentation > .no_flex::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2em;
	transform: translateX(-50%);
	width: 2px;
	background: #fff}
body#cms section > .no_flex > .center {  padding: 8em 2em}

	@media screen and (max-width: 1024px) {
		body#cms section > .no_flex > .center {  padding: 6em 2em}
	}
	@media screen and (max-width: 768px) {
		body#cms section > .no_flex > .center {  padding: 4em 2em}
	}
	
body#cms section:last-child > .no_flex > .center {  padding: 8em 2em 4em}

	@media screen and (max-width: 1024px) {
		body#cms section#presentation > .no_flex > .center > .flex > .container_flex.large {	width: 100%}
	}
	@media screen and (max-width: 768px) {
		body#cms section:last-child > .no_flex > .center {  padding: 4em 2em}
	}
	
body#cms section#presentation > .no_flex > .center > .flex > .container_flex p {
	line-height: 1.8em;
	font-size: 1.5rem;
	text-align-last: center}
	
	@media screen and (max-width: 576px){
		body#cms section#presentation > .no_flex > .center > .flex > .container_flex p {	font-size: 1.2rem}
	}
	
body#cms section#prestations::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background: #fff;
	top: 0;
	height: 2em;
	z-index: 3}
body#cms section#prestations > .no_flex::before,
body#cms section#prestations > .no_flex::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
	z-index: 2}
body#cms section#prestations > .no_flex::before {	left: 5em}
body#cms section#prestations > .no_flex::after {	right: 5em}
body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 2em 10em}

	@media screen and (max-width: 1152px) {
		body#cms section#prestations > .no_flex::before,
		body#cms section#prestations > .no_flex::after {	display: none}
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 2em 5em}
	}
	@media screen and (max-width: 768px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 5em 3em 5em}
	}
	@media screen and (max-width: 640px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 3.5em 3em 3.5em}
	}
	@media screen and (max-width: 576px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2.5em 3em 2.5em}
	}
	@media screen and (max-width: 480px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2em 3em 2em}
	}
	@media screen and (max-width: 380px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0.5em 3em 0.5em}
	}
	@media screen and (max-width: 320px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 3em 0}
	}
	
body#cms section#prestations > .no_flex > div > .flex.slick-slider article {	padding: 0 2em}
body#cms section#prestations > .no_flex > div {
	position: relative;
	padding-top: 8em;
	padding-bottom: 8em}
body#cms.location-de-vehicule-vosges section#prestations > .no_flex > div {	padding-bottom: 2em}
body#cms section#prestations > .no_flex > div > .flex.slick-slider .button.prev:not(.wide):not(.current):not(.empty),
body#cms section#prestations > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: 25%;
	right: auto;
	top: auto;
	bottom: 0}
body#cms section#prestations > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {	left: calc(25% + 4em)}
body#cms section#prestations > .no_flex > div > .flex.slick-slider .button.slick-disabled {
	opacity: 0.4;
	cursor: not-allowed}
body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall {	position: relative}
body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall .container-img {
	line-height: 0;
	margin: 0 0 0}
	
	@media screen and (max-width: 480px) {
		body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall.container-img > .LH-0 {
			position: relative;
			min-height: 33vh}
		body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > .container_flex.xxsmall.container-img > .LH-0 > img {
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			object-fit: cover;
			object-position: center}
	}
	
body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div {
	position: absolute;
	left: 2em;
	bottom: 2em}
body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div > p {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2}
body#cms section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div > p em {
	font-size: 0.6em;
	display: inline-block;
	margin-top: 0.5em;
	font-style: normal}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 4em 10em !important}
	
	@media screen and (max-width: 1152px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 4em 5em !important}
	}
	@media screen and (max-width: 768px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 5em 4em 5em !important}
	}
	@media screen and (max-width: 640px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 3.5em 4em 3.5em !important}
	}
	@media screen and (max-width: 576px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2.5em 4em 2.5em !important}
	}
	@media screen and (max-width: 480px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 2em 4em 2em !important}
	}
	@media screen and (max-width: 380px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0.5em 4em 0.5em !important}
	}
	@media screen and (max-width: 320px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 0 0 4em 0 !important}
	}
	
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div:first-child {	margin: 0 0 1em}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div > p {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > div > p em {
	font-size: 0.6em;
	display: inline-block;
	margin-top: 0.5em;
	font-style: normal}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2,
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p {
	width: calc((100% - 2rem) / 3);
	margin: 0 0.5rem !important}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2 {	margin-left: 0 !important}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n+1) {	margin-left: 0 !important}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n) {	margin-right: 0 !important}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(n+4) {	margin-top: 1rem !important}
body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:last-child {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 2rem !important;
	text-align: right}
body.location-de-vehicule-vosges section#citroen_c3,
body.location-de-vehicule-vosges section#citroen_jumpy {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	overflow-y: auto;
	background-color: rgba(0,0,0,.4);
	z-index: -1;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s;
	background-color: rgba(0,0,0,.75)}
body.location-de-vehicule-vosges section#citroen_c3.show,
body.location-de-vehicule-vosges section#citroen_jumpy.show {
	visibility: visible;
	z-index: 10000;
	opacity: 1;
	pointer-events: auto}
body.location-de-vehicule-vosges section#citroen_c3 > .no_flex,
body.location-de-vehicule-vosges section#citroen_jumpy > .no_flex {
	background-color: #fff;
	color: #333;
	padding: 20px 20px;
	text-align: center;
	border-radius: 5px;
	position: static;
	margin: 20px auto !important;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform .3s,opacity .2s,-webkit-transform .3s;
	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.location-de-vehicule-vosges section#citroen_c3.show > .no_flex,
body.location-de-vehicule-vosges section#citroen_jumpy.show > .no_flex {
	opacity: 1;
	pointer-events: auto;
	box-sizing: border-box;
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s;
	will-change: transform}
body.location-de-vehicule-vosges section#citroen_c3 > .no_flex > .center,
body.location-de-vehicule-vosges section#citroen_jumpy > .no_flex > .center {
	padding: 0 0 0;
	border-left: none;
	border-right: none}
body.location-de-vehicule-vosges section#citroen_c3 > .no_flex > .center table td,
body.location-de-vehicule-vosges section#citroen_jumpy > .no_flex > .center table td {
	text-align: center;
	border-color: rgb(193, 193, 193) !important}
body.location-de-vehicule-vosges section#citroen_c3 > .no_flex > .center td em,
body.location-de-vehicule-vosges section#citroen_jumpy > .no_flex > .center td em {
	font-size: 0.8em;
	margin-top: 0.75rem}
body.location-de-vehicule-vosges section#citroen_c3 > .no_flex > .center > .no_flex > .no_flex div:last-child,
body.location-de-vehicule-vosges section#citroen_jumpy > .no_flex > .center > .no_flex > .no_flex div:last-child {	margin-top: 2rem}

	@media screen and (max-width: 1280px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2,
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p {
			width: calc((100% - 1rem) / 2);
			margin: 0 0.5rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n+1) {	margin-left: 0.5rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n) {	margin-right: 0.5rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n+1) {	margin-left: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n) {	margin-right: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(n+3) {	margin-top: 1rem !important}
	}
	@media screen and (max-width: 901px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2 {
			width: 100%;
			margin: 0 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p {
			width: calc((100% - 1rem) / 2);
			margin: 0 0.5rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n+1) {	margin-left: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n) {	margin-right: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n+1) {
			margin-left: 0.5rem !important;
			margin-right: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n) {
			margin-left: 0 !important;
			margin-right: 0.5rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(n+2) {	margin-top: 1rem !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:last-child {	text-align: left}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2 > br {	display: none}
	}
	@media screen and (max-width: 480px) {
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > h2 {
			width: 100%;
			margin: 0 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p {
			width: 100%;
			margin: 0 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n+1) {	margin-left: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(3n) {	margin-right: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n+1) {
			margin-left: 0 !important;
			margin-right: 0 !important}
		body.location-de-vehicule-vosges section#prestations > .no_flex > div > .flex.slick-slider article > div > div > p:nth-child(2n) {
			margin-left: 0 !important;
			margin-right: 0 !important}
	}
	
body#cms section#description  {	z-index: 3}
body#cms section#description > .no_flex {
	background: #fff;
	color: #373737}
body#cms section#description > .no_flex a {color: #373737}
body#cms section#description .center {
	border-left: 2px solid #6c6c6c;
	border-right: 2px solid #6c6c6c}
	
	@media screen and (max-width: 1152px) {
		body#cms section#description .center {
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 1920px) {
		body#cms section#description > .no_flex > .center > .flex {	min-height: 49vh}
	}
	@media screen and (min-width: 1921px) {
		body#cms section#description > .no_flex > .center > .flex {	min-height: 63vh}
	}
	
body#cms section#description > .no_flex > .center > .flex > .container_flex.medium h2 {	margin-bottom: 0.5em}
body#cms section#description > .no_flex > .center > .flex > .container_flex.medium h2 + p {
	color: #0a9243;
	font-weight: bold;
	line-height: 1.8em;
	 margin-bottom: 2em}
body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {
	position: absolute;
	top: -4em;
	right: 2em;
	overflow: hidden;
	min-height: calc(100% + 8em)}
body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p {	margin: 0 0 0}
body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p:first-child {
	position: absolute;
	top: 0;
	height: 49%;
	width: 100%}
body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p:last-child {
	position: absolute;
	bottom: 0;
	height: 49%;
	width: 100%}
	
	@media screen and (max-width: 1024px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium,
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p:first-child,
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p:last-child {	position: initial}
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium > p:first-child {	margin: 0 0 1em}
	}
	@media screen and (max-width: 768px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 5em 1em 5em}
	}
	@media screen and (max-width: 640px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 3.5em 1em 3.5em}
	}
	@media screen and (max-width: 576px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 2.5em 1em 2.5em}
	}
	@media screen and (max-width: 480px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 2em 1em 2em}
	}
	@media screen and (max-width: 380px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 0.5em 1em 0.5em}
	}
	@media screen and (max-width: 320px) {
		body#cms section#description > .no_flex > .center > .flex > .container_flex.smedium {	padding: 0 0 1em 0}
	}
	
/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact .hero-slider .slide-inner.slide-bg-image {  background-image: url('https://www.autopassion88.fr/upload/auto-passion-88-51-dark-1682174034.jpg')}

	  @media screen and (max-width: 854px) {
		body.contact .hero-style .slide-text a,
		body.contact .hero-style .slide-text .button,
		body.contact .hero-slider p > a:nth-child(n+2),
		body.contact .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
		body.contact .hero-style .slide-text:nth-child(n+2) {	margin-top: 4rem}
		}

body.contact #main > section > .no_flex {
	width: 100%;
	background: #0d0c0c;
	color: #fff;
	max-width: 100vw}
body.contact #main > section#map > .no_flex {
	color: #0d0c0c;
	background: #fff}
body.contact #main > section#form_focus > .no_flex::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2em;
	transform: translateX(-50%);
	width: 2px;
	background: #fff}
body.contact #main > section#map::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background: #6c6c6c;
	top: 0;
	height: 2em;
	z-index: 3}
body.contact #main > section > .no_flex > .center {  padding: 8em 2em}
body.contact #main > section:last-child > .no_flex > .center {  padding: 8em 2em 4em}

	@media screen and (max-width: 768px) {
		body.contact #main > section > .no_flex > .center,
		body.contact #main > section:last-child > .no_flex > .center {  padding: 4em 2em}
	}
	@media screen and (max-width: 1024px) {
		body.contact #main > section > .no_flex > .center > .flex > .container_flex.xmedium {  width: 66% !important}
	}
	@media screen and (max-width: 768px) {
		body.contact #main > section > .no_flex > .center > .flex > .container_flex.xmedium {  width: 100% !important}
	}
body.contact #main > section#form_focus > .no_flex form > .no_flex {	margin: 0 0 1.5em}
body.contact #main > section#form_focus > .no_flex form > .flex {
	margin: 2em 0 0;
	border-top: 1px solid #626262;
	padding-top: 2em}
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  {	font-size: 0.9rem}
body.contact #main > section#form_focus > .no_flex form label {
	font-size: 1rem;
	text-transform: uppercase}
body.contact #main > section#form_focus > .no_flex form label > svg {
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em}
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 {
	border: none;
	background: #f0f0f0;
	margin-top: 0.5em;
	padding: 0.5em 0.75em 0.5em 2em}
body.contact #main > section#form_focus > .no_flex form option {
	border: none;
	color: #0d0c0c;
	background: #f0f0f0;
	padding: 0.5em 0.75em 0.5em 2em}
body.contact #main > section#form_focus > .no_flex form .no_flex > .no_flex {	margin-top: 0.5em}
body.contact #main > section#form_focus > .no_flex form .file_input {	margin-top: 0.5em}
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 {}
body.contact #main > section .center form > .no_flex .bloc-info .relative > .absolute {
	top: 50%;
	transform: translateY(-50%)}
body.contact #main > section .center form > .no_flex .bloc-info .relative > .absolute svg {
	width: 0.9em;
	height: 0.9em}
body.contact #main > section#form_focus > .no_flex form .no_flex.focus::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon only"><path fill="%230d0c0c" d="M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z"/></svg>');
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	width: 1em;
	height: 1em;
	line-height: 0}
body.contact #main > section#form_focus > .no_flex form .flex.textarea::after {	top: 0}
body.contact #main > section#form_focus > .no_flex form input::placeholder,
body.contact #main > section#form_focus > .no_flex form select::placeholder,
body.contact #main > section#form_focus > .no_flex form option::placeholder {
	font-size: 0.8rem;
	text-align: left}
body.contact #main > section#form_focus > .no_flex form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	text-align: left;
	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: 0;
	right: calc(100% - 2em);
	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: #f0f0f0;
	color: #0d0c0c;
	padding: 0.4em}
body.contact #main > section#form_focus > .no_flex form .button::before,
body.contact #main > section#form_focus > .no_flex form .button::after {	background: #f0f0f0}
body.contact #main > section#form_focus > .no_flex form .button::before,
body.contact #main > section#form_focus > .no_flex form .button::after,
body.contact #main > section#form_focus > .no_flex form .button span::before,
body.contact #main > section#form_focus > .no_flex form .button span::after {	color: #0d0c0c}
body.contact #main > section#form_focus > .no_flex form .file-button > .button {
	font-weight: bold;
	width: 100%}
body.contact #main > section#form_focus > .no_flex form .file-button.hover .button:not(.wide):not(.current):not(.empty)::after {
	right: 0;
	width: 2em;
	transition: all 0.3s ease-in-out 0s}
body.contact #main > section#form_focus > .no_flex form .file-button.hover .button:not(.wide):not(.current):not(.empty) > span::before {
	transform: translateY(-200%) translatex(0%) !important;
	transition: all 0.3s ease-in-out 0s}
body.contact #main > section#form_focus > .no_flex form .file-button.hover .button:not(.wide):not(.current):not(.empty) > span::after {
	transform: translateY(-50%) translatex(0%)!important;
	transition: all 0.3s ease-in-out 0s}
body.contact #main > section#form_focus > .no_flex form .file-button > .button > span {	white-space: nowrap}
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 label strong:nth-last-child(n+2) {	margin-left: 1em}
body.contact #main > section#form_focus > .no_flex form label strong:last-child {	margin-right: 1em}
body.contact #main > section#form_focus > .no_flex form #captcha input {
	width: auto;
	display: block}
body.contact #main > section#form_focus > .no_flex form .button {
	font: 400 1rem Barlow;
	line-height: 1em;
	padding: 0.55em 2em 0.75em 0.75em}
body.contact #main > section#form_focus > .no_flex form .flex .button {
	font-weight: bold;
	min-width: 20%}
body.contact #main > section#map .center {
	border-left: 2px solid #6c6c6c;
	border-right: 2px solid #6c6c6c}
		
		  @media screen and (max-width: 1152px) {
			body.contact #main > section#map .center {
				border-left: none;
				border-right: none}
		 }

body.contact #main > section#map > .no_flex > .center > .flex > .container_flex.small {	padding-top: 4em}

	@media screen and (max-width: 1024px) {
		body.contact #main > section#map > .no_flex > .center > .flex > .container_flex.small {	padding-top: 0}
	}
	
body.contact #main > section#map > .no_flex > .center > .flex .slick-slider .button.prev:not(.wide):not(.current):not(.empty),
body.contact #main > section#map > .no_flex > .center > .flex .slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: 0;
	right: auto;
	top: 0;
	bottom: auto}
body.contact #main > section#map > .no_flex > .center > .flex .slick-slider .button.next:not(.wide):not(.current):not(.empty) {	left: 4em}
body.contact #main > section#map > .no_flex > .center > .flex .slick-slider .button.slick-disabled {
	opacity: 0.4;
	cursor: not-allowed}
body.contact #main > section#map > .no_flex > .center > .flex .slick-list .slick-slide {
	padding-top: 2em;
	background: #fff;
	color: #373737}
body.contact #main > section#map > .no_flex > .center > .flex .slick-list .slick-slide > div {	padding: 2em 3em}

	@media screen and (max-width: 480px) {
		body.contact #main > section#map > .no_flex > .center > .flex .slick-list .slick-slide > div {	padding: 1em 1em 0}
	}
	
body.contact #main > section#map > .no_flex > .center > .flex > .container_flex .slick-slide a {	color: #373737}
body.contact #main > section#map > .no_flex > .center > .flex > .container_flex iframe {
	width: 100%;
	min-height: 25em;
	margin-top: 2em}
body.contact #main > section#map > .no_flex > .center > .flex .container_flex > .toggle {
	width: 100% !important;
	display: none}
body.contact #main > section#map > .no_flex > .center > .flex .container_flex > .toggle table td {
	text-align: center;
	text-transform: uppercase;
	border-color: #c1c1c1 !important}
	
/************************************************************************************************************************************************************/
/* RECHERCHE 																																				*/
/************************************************************************************************************************************************************/
body#recherche section > .no_flex {
	width: 100%;
	background: #0d0c0c;
	color: #fff;
	max-width: 100vw}
body#recherche section#resultats  {	z-index: 3}
body#recherche section#resultats > .no_flex {	color: #fff}
body#recherche section#resultats > .no_flex a {color: #fff}	
body#recherche section:last-child > .no_flex > .center {  padding: 8em 2em 4em}

	@media screen and (max-width: 768px) {
		body#recherche section:last-child > .no_flex > .center {  padding: 4em 2em}
	}
	
body#recherche section#resultats > .no_flex > .center ol > li {	margin-bottom: 0.5em}
body#recherche section#resultats > .no_flex > .center ol > li:last-child {	margin-bottom: 0}

/************************************************************************************************************************************************************/
/* MENTIONS LÉGALES																																			*/
/************************************************************************************************************************************************************/
body.mentions-legales section,
body.mentions-legales section.hero-slider .slide-inner {
	height: auto;
	background: rgba(13, 12, 12,1)}
body.mentions-legales section.hero-slider .swiper-container,
body.mentions-legales section.hero-slider .slide-inner {	position: inherit}
body.mentions-legales section .hero-slider-content {	margin-top: 2em !important}
body.mentions-legales section h1 {	text-align: center}
body.mentions-legales section#content > .no_flex::before,
body.mentions-legales section#content > .no_flex::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #fff;
	z-index: 2}
body.mentions-legales section#content > .no_flex::before {	left: 5em}
body.mentions-legales section#content > .no_flex::after {	right: 5em}

	@media screen and (max-width: 1152px) {
		body.mentions-legales section#content > .no_flex::before,
		body.mentions-legales section#content > .no_flex::after {	display: none}
	}
	
body.mentions-legales section#content > .no_flex > div {
	position: relative;
	padding-top: 8em;
	padding-bottom: 4em}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .button.prev:not(.wide):not(.current):not(.empty),
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: 50%;
	right: auto;
	top: 0;
	bottom: auto;
	transform: translateX(-100%)}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {
	left: calc(50% - 3em);
	transform: translateX(100%)}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .button.slick-disabled {
	opacity: 0.4;
	cursor: not-allowed}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 2em 10em 0 10em}

	@media screen and (max-width: 1152px) {
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 2em 2.5em 0 2.5em}
	}
	@media screen and (max-width: 480px) {
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 2em 2em 0 2em}
	}
	@media screen and (max-width: 380px) {
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 2em 0.5em 0 0.5em}
	}
	@media screen and (max-width: 320px) {
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider > .slick-list {	padding: 2em 0 0 0}
	}
	
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide {
	padding: 0 2em 2em;
	transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1)}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide > div {	
	position: relative;
	padding: 2em 4em;
	background: #171616;
	color: #fff}
	
	@media screen and (max-width: 6400px) {
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide {	padding: 0 0 2em}
		body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide > div {	padding: 2em 1em}
	}
	
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide > div::before {
	content: '';
	position: absolute;
	left: -1em;
	height: 2px;
	background: #fff;
	top: 3em;
	width: 2em;
	z-index: 3}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide:not(.slick-active) {	opacity: 0}
body.mentions-legales section#content > .no_flex > div > .flex.slick-slider .slick-slide a {	color: #fff}

/************************************************************************************************************************************************************/
/* ERREURS																																					*/
/************************************************************************************************************************************************************/
body#erreur section,
body#erreur section.hero-slider .slide-inner {	background: rgba(13, 12, 12,1)}
body#erreur .hero-style .slide-text a,
body#erreur .hero-style .slide-text .button,
body#erreur .hero-slider p > a:nth-child(n+2),
body#erreur .hero-slider p > .button:nth-child(n+2) {
	margin-left: 0;
	margin-right: 1em}
body#erreur .hero-style .slide-text a:last-child,
body#erreur .hero-style .slide-text .button:last-child,
body#erreur .hero-slider p > a:last-child,
body#erreur .hero-slider p > .button:last-child {	margin-right: 0}