body {color: #424242; background-color: #fff; font-family: 'Reem Kufi'; font-size: 18px}
a {color: #424242}
input, textarea, select, option {font: 400 1em Reem Kufi}
header, aside#nav {color: #fff; }
header .background_header, aside#nav .background_header, aside > nav .background_header, body.mobile header nav ul, body.mobile aside#nav div > nav ul.no_flex, body:not(.accueil) header .flex > div.container_flex.large > .background_header {background-color: #be1423; }
header a:not(.button), aside#nav a:not(.button), #button_open, #button_close {color: #fff; }
header nav ul > li > a:not(.button), aside#nav nav ul > li > a:not(.button), header nav .menu_link, aside#nav nav .menu_link, header > .center > .no_flex {transition: all 0.3s linear}
#button_open, #button_close {transition: all 0.3s linear}
header nav ul > li:hover, header nav ul > li:hover > a, aside#nav nav ul > li:hover, aside#nav nav ul > li:hover > a {transition: all 0.3s linear}
header nav ul > li#active, aside#nav nav ul > li#active, header nav ul > li#active > a, aside#nav nav ul > li#active, aside#nav nav ul > li#active > a {background-color: #fff; transition: all 0.3s linear}
header nav ul > li#active, aside#nav nav ul > li#active, header nav ul > li#active > a:not(.button), header nav ul > li#active > span, aside#nav nav ul > li#active > a:not(.button), aside#nav nav ul > li#active > span {color: #be1423; transition: all 0.3s linear}
footer {color: #fff;background-color: #be1423; }
footer a:not(.button) {color: #fff;}

/* 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}
	}

body.hide,
body.overlay {	overflow: hidden}
.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {
			width: auto;
			margin: 0 3em 0 2em}
	}
	@media screen and (max-width: 1024px) {
		.center {
			width: auto;
			margin: 0 1em}
	}
	@media screen and (max-width: 576px) {
		.center {	margin: 0 0.5em}
	}
	
@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 appendZoom {
	from {
		opacity:0;
		transform: scale(1.15) translateX(-1.5%);
		visibility:hidden}
	to {
		opacity:1;
		transform: scale(1) translateX(0%);
		visibility:visible}
}
@keyframes appendBlur {
	from {	filter: blur(2px)}
	to {	filter: blur(0)}
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: hidden;
	animation: fadeIn 2.5s ease-out 0s 1 both}	
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease-in}
body.hide > .overlay,
body.overlay > .overlay {
	cursor: alias;
	display: block;
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in}
body h1,
body h2,
body h3,
body h4,
body ul,
body p {	cursor: default}
body ul,
body ul > li,
body p {	font-size: 1rem;}
img.lazy {
	opacity: 0;
	transition: opacity 0.36s linear 0.36s}
.lazy-load.lazy > img.lazy {	opacity: 1}
.lazy-load {
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px;
	line-height: 0 !important}
body 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}
	
	@media screen and (max-width: 768px) {
		section {	overflow-x: hidden}
	}
	
section.stellar {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100vw 66vw;
	background-position: center top;
	padding-top: 85vh}
	
	@media screen and (max-width: 1280px) {
		section.stellar {	padding-top: 768px}
	}
	@media screen and (max-width: 1024px) {
		section.stellar {	padding-top: 600px}
	}
	@media screen and (max-height: 1024px) {
		section.stellar {	padding-top: 600px}
	}
	@media screen and (max-width: 900px) {
		section.stellar {
			background-size: auto 600px;
			background-position: top center !important}
	}
	@media screen and (max-height: 768px) {
		section.stellar {	padding-top: 512px}
	}
	@media screen and (max-width: 768px) {
		section.stellar {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		section.stellar {	padding-top: 480px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		section.stellar {	padding-top: 480px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		section.stellar {	padding-top: 512px}
	}

section.stellar .hero-slider-container {
	z-index: 10;
	padding: 0 0 0;
	text-align: center;
	position: absolute;
	margin: 0 0 0 0;
	bottom: 3.5em;
	left: 10%;
	right: 10%;
	overflow: hidden;
	transform: translateY(-150%);
	animation: opendown 1.5s linear 0.5s 1 both}
	
	@media screen and (min-width: 1366px) {
		section.stellar .hero-slider-container {}
	}
	@media screen and (max-width: 1152px) {
		section.stellar .hero-slider-container {	max-width: 98%}
	}
	@media screen and (max-width: 640px) {
		section.stellar .hero-slider-container {
			left: 5%;
			right: 5%;
			max-width: 90%}
	}
	@media screen and (max-width: 1280px) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 768px}
	}
	@media screen and (max-width: 1024px) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 600px}
	}
	@media screen and (max-height: 1024px) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 600px}
	}
	@media screen and (max-height: 768px) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 512px}
	}
	@media screen and (max-width: 768px) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 500px}
	}
	@media screen and (orientation: portrait) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 480px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 480px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		section.stellar .hero-slider-container {
			bottom: auto;
			top: 512px}
	}
	
section.stellar.hero-style .hero-slider-container {
	bottom: auto;
	transform: translateY(calc(-100% - 30px))}

	@media screen and (max-width: 1280px) {
		section.stellar.hero-style .hero-slider-container {	top: 768px}
		section.stellar.hero-slider .swiper-container {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		section.stellar.hero-style .hero-slider-container {	top: 700px}
		section.stellar.hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		section.stellar.hero-style .hero-slider-container {	top: 700px}
		section.stellar.hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		section.stellar.hero-style .hero-slider-container {	top: 600px}
		section.stellar.hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		section.stellar.hero-style .hero-slider-container {	top: 500px}
		section.stellar.hero-slider .swiper-container {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		section.stellar.hero-style .hero-slider-container {	top: 600px}
		section.stellar.hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		section.stellar.hero-style .hero-slider-container {	top: 600px}
		section.stellar.hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		section.stellar.hero-style .hero-slider-container {	top: 700px}
		section.stellar.hero-slider .swiper-container {	height: 700px}
	}
	
section.stellar .hero-slider-container .slide-title,
section.stellar .hero-slider-container .slide-text {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 1em 1em}
section.stellar .hero-slider-container .slide-title::after,
section.stellar .hero-slider-container .slide-text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.25em;
	right: 0.25em;
	background: #be1423;
	height: 0.25em}
section.stellar .hero-slider-container .slide-title {	min-width: 51%}
section.stellar .hero-slider-container .slide-title:nth-child(n+2),
section.stellar .hero-slider-container .slide-text:nth-child(n+2) {	margin-top: 2rem}

	@media screen and (max-width: 576px) {
		section.stellar .hero-slider-container .slide-title,
		section.stellar .hero-slider-container .slide-text {	padding: 0.5em 0.5em}
	}
	
section.stellar .hero-slider-container .slide-text p {	transition:all .4s ease}
section.stellar .hero-slider-container h1,
section.stellar .hero-slider-container h2,
section.stellar .hero-slider-container p {
	display: inline-block;
	padding: 0}
section.stellar .hero-slider-container h1,
section.stellar .hero-slider-container h2 {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 400}
section.stellar .hero-slider-container p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
section.stellar .hero-slider-container p > a:nth-child(n+2),
section.stellar .hero-slider-container p > .button:nth-child(n+2) {	margin-left: 1em}

	@media screen and (max-width: 1024px) {
		section.stellar .hero-slider-container h1,
		section.stellar .hero-slider-container h2 {	font-size:  2.5rem}
	}
	@media screen and (max-width: 768px) {
		section.stellar .hero-slider-container .slide-text	a,
		section.stellar .hero-slider-container .slide-text	.button,
		section.stellar .hero-slider-containerp > a:nth-child(n+2),
		section.stellar .hero-slider-container p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
		section.stellar .hero-slider-container h1,
		section.stellar .hero-slider-container h2 {	font-size: 2.2rem}
	}
	@media screen and (max-width: 576px){
		section.stellar .hero-slider-container h1,
		section.stellar .hero-slider-container h2 {	font-size: 2rem}
		section.stellar .hero-slider-container p {	font-size: 1rem}
	}
	@media screen and (max-width: 320px){
		section.stellar .hero-slider-container h1 {	font-size: 2rem}
		section.stellar .hero-slider-container h2 {	font-size: 1.75rem}
	}
	
section.stellar > .no_flex {
	padding: 4em 0;
	background: #fff}
section.vh .center {
	max-width: calc(1290px + 2em);
	padding-left: 1em;
	padding-right: 1em}
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section .center p {	line-height: 1.5em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-weight: 600}
section h1 {
	position: relative;
	padding: 0 3em;
	font-size: 2.3em;
	text-align: center;
	margin: 0 0 1.5rem;
	font-weight: 400}
section h2 {
	font-size: 2rem;
	margin: 0 0 1rem;
	font-weight: 400;
	position: relative}
section h3 {
	font-size: 1.5rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-weight: 400}
div:not(.slide-title) > h2 {	padding: 0 0 0 3em}
div:not(.slide-title) > h2::before {
	content: '';
	background: #be1423;
	position: absolute;
	top: calc(50% - 0.22em);
	left: 0;
	width: 2em;
	height: 0.25em}
h1,h2, h3 {	position: relative}
section h1::before {
	content: '';
	background: #be1423;
	position: absolute;
	top: calc(50% - 0.22em);
	left: 0;
	width: 2em;
	height: 0.25em}
section h1::after {
	content: '';
	background: #be1423;
	position: absolute;
	top: calc(50% - 0.22em);
	right: 0;
	width: 2em;
	height: 0.25em}
	
	@media screen and (max-width: 1280px) {
		section h1 {	font-size: 2.1rem}
		section h2 {	font-size: 1.8rem}
		section h3 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 1024px){
		section h1 {	font-size: 1.9rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 900px){
		section h1 {	padding: 0 1.5em}
		section h1::before,
		section h1::after {	width: 1em}
	}
	@media screen and (max-width: 768px){
		section h1 {
			font-size: 1.7rem;
			padding: 0 0}
		section h1::before,
		section h1::after {	width: 0}
		div:not(.slide-title) > h2,
		section h2 {
			padding: 0 0 0;
			font-size: 1.3rem}
		div:not(.slide-title) > h2::before {
			width: 0;
			height: 0}
	}
	@media screen and (max-width: 576px) {
		section h1 {	font-size: 1.5rem}
		section h2 {	font-size: 1.2rem}
		section h3 {	font-size: 1rem}
	}
	
body section:not(.hero-slider) h1,
body section:not(.hero-slider) h2,
body section:not(.hero-slider) h3,
body section:not(.hero-slider) h4,
body section:not(.hero-slider) h5,
body section:not(.hero-slider) h6,
body section:not(.hero-slider) ul,
body section:not(.hero-slider) ol,
body section:not(.hero-slider) p:not(.lazy-load) {
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body section:not(.hero-slider) h1.visible,
body section:not(.hero-slider) h2.visible,
body section:not(.hero-slider) h3.visible,
body section:not(.hero-slider) h4.visible,
body section:not(.hero-slider) h5.visible,
body section:not(.hero-slider) h6.visible,
body section:not(.hero-slider) ul.visible,
body section:not(.hero-slider) ol.visible,
body section:not(.hero-slider) p:not(.lazy-load).visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
.block {
	padding: 0;
	border-radius: 0}
strong,
b,
strong a,
b a {	font-weight: bold}
.shadowed {	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)}
img.animated {	animation: appendBlur 1s linear 0.5s 1 both}
.no_flex .shadowbox {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > .shadowbox,
.container_flex > * > .shadowbox {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
.shadowbox::before,
.shadowbox::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#1d1d1a}
.shadowbox::before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
.shadowbox::after {	
	bottom: 14px;
	right: 7px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #515151}
a.shadowbox.thumb.lazy-load {	border: none}
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,
.slick-list.draggable > .slick-track {	cursor: pointer;	cursor: grab}
.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}
ul.slick-dots {
	padding: 0.5em !important;
	background: #fafafa;
	display: inline-block !important;
	width: auto !important;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);}
ul.slick-dots > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em !important;
	height: 1.5em !important;
	padding: 0 !important;
	margin: 0.25em 0 !important}
ul.slick-dots > li::before {
	content: '' !important;
	border: 2px solid #706666;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 1.25em !important;
	height: 1.25em !important;
	border-radius: 50%;
	z-index: -2;
	line-height: 0 !important}
ul.slick-dots > li > button {
	text-indent: -10000px;
	width: 100%;
	height: 100%;
	background: #706666;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s cubic-bezier(0.4, 0, 1, 1)}
ul.slick-dots > li > button::after {
	content: '' !important;
	background: #706666;
	border: 5px solid #fff;
	position: absolute;
	top: 3px !important;
	left: 3px !important;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	z-index: 0;
	line-height: 0 !important}
ul.slick-dots > li > button:hover::after {	z-index: -1}
ul.slick-dots > li.slick-active > button::after {	display: none}
ul.slick-dots > li:not(.slick-active) > button {
	background: transparent;
	opacity: 0}
ul.slick-dots > li.slick-active > button {	cursor: default}
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: #1d1d1a;
	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}	
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,
.slick-slider .btn {
	overflow: hidden;
	position: relative;
	font-size: 1rem}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transform-origin:center center;
    transform-origin:center center;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  10% {
    -webkit-transform:scale(.91);
    transform:scale(.91);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
  }
  17% {
    -webkit-transform:scale(.98);
    transform:scale(.98);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  33% {
    -webkit-transform:scale(.87);
    transform:scale(.87);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
  }
  45% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  25% {
    -webkit-transform:scale(.95);
    transform:scale(.95);
  }
  50% {
    -webkit-transform:scale(.98);
    transform:scale(.98);
  }
  75% {
    -webkit-transform:scale(.91);
    transform:scale(.91);
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
section a:not(.button) {	border-bottom: 1px solid}
.button, a.button,
.slick-slider .btn {
	width: auto;
	border: none;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	border: 1px solid #be1423;
	background: #be1423;
	text-transform: uppercase;
	font-family: 'Reem Kufi';
	color: #fff;
	padding: 0.45em 1.5em 0.2em}
.button.before {	padding: 0.45em 0.5em 0.2em 2em}
.button.after {	padding: 0.45em 2em 0.2em 0.5em}
	
	@media screen and (max-width: 1280px) {
		.button, a.button,
		.slick-slider .btn {	font-size: 0.85rem}
		.button.before {	padding: 0.15em 0.33em 0.1em 1.5em}
		.button.after {	padding: 0.15em 1.5em 0.1em 0.33em}
	}
	
svg.icon.primary,
svg.icon.secondary {
	position: absolute;
	top: 25%;
	margin: 0 0 0;
	width: 1.1em;
	height: 1.1em;
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: none;
	transition: none}
.button.before svg.icon.primary,
.button.before svg.icon.secondary {	left: 0.25em}
.button.after svg.icon.primary,
.button.after svg.icon.secondary {	right: 0.25em}
.button.svg.icon.primary {	opacity: 1}
.button.before svg.icon.secondary {
	opacity: 0;
	transform: translateX(160%);
	-webkit-transform: translateX(160%)}
.button.before:not(.disabled):hover svg.icon.primary {
	opacity: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
.button.before:not(.disabled):hover svg.icon.secondary {
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
.button.after svg.icon.secondary {
	opacity: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%)}
.button.after:not(.disabled):hover svg.icon.primary {
	opacity: 0;
	transform: translateX(160%);
	-webkit-transform: translateX(160%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
.button.after:not(.disabled):hover svg.icon.secondary {
	opacity: 1;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
	
	@media screen and (max-width: 1280px) {
		svg.icon.primary,
		svg.icon.secondary {
			width: 1em;
			height: 1em}
		.button.before svg.icon.primary,
		.button.before svg.icon.secondary {	left: 0.15em}
		.button.after svg.icon.primary,
		.button.after svg.icon.secondary {	right: 0.15em}
	}
	
.slick-slider {	padding: 0 1em}
.slick-slider .btn {
	position: absolute;
	top: calc(1em + 2px);
	z-index: 2;
	background: none;
	color: #e42423;
	width: 2em;
	height: calc(100% - 2em - 3px);
	padding: 0 0 0;
	border-radius: 0;
	border: none}
.slick-slider .btn.prev {	left: 0}
.slick-slider .btn.prev.button.before svg.icon.primary,
.slick-slider .btn.prev.button.before svg.icon.secondary {	left: 0}
.slick-slider .btn.next {	right: 0}
.slick-slider .btn.next.button.after svg.icon.primary,
.slick-slider .btn.next.button.after svg.icon.secondary {
	left: auto;
	right: 0}
.slick-slider .btn.slick-disabled {
	opacity: 0.2;
	cursor: default}
.slick-slider .btn svg {
	height: 100%;
	width: 1em;
	left: 25%;
	top: 0}
.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}
	}
	
table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
table > thead,
table > tbody,
table > tfooter {	overflow: scroll}
table tr {	width: 100%}
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}
table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
table tr > td:last-child {	border-right: 3px solid #f9f9f9}
table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
table tr > td {
	vertical-align: middle;
	width: 1%}
table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		table,
		table > * {	display: block}
		table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		table tr:first-child {	border-top: 2px solid #cecece}
		table tr:last-child {	border-bottom: 2px solid #cecece}
		table tr > td:first-child {	border-top: none}
		table tr > td *:not(ul):not(li) {	text-align: center !important}
		table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		table tr:last-child > td {	border-bottom: none}
		table tr:last-child > td:last-child {	border-bottom: none}
		table tr > td:first-child,
		table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative}

	@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 top;
	background-repeat: no-repeat;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center}
/* .hero-slider.stellar .slide-inner {	background-size: 100vw auto} */
.hero-slider .slide-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@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: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:30px;
	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: 66vh}
/* body.accueil .hero-style {	height: 100vh} */

	@media screen and (max-width: 1280px) {
		.hero-style {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		.hero-style {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		.hero-style {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		.hero-style {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		.hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		.hero-style{	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.hero-style{	height: 600px}
		.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: 700px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}

.hero-slider .hero-slider-container {
	z-index: 10;
	padding: 0 0 0;
	text-align: center;
	position: absolute;
	margin: 0 0 0 0;
	bottom: 3.5em;
	left: 10%;
	right: 10%;
	overflow: hidden;
	animation: opendown 1.5s linear 0.5s 1 both}
	
	@media screen and (min-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1152px) {
		.hero-slider .hero-slider-container {	max-width: 98%}
	}
	@media screen and (max-width: 640px) {
		.hero-slider .hero-slider-container {
			top: auto;
			left: 5%;
			right: 5%;
			bottom: 10%;
			max-width: 90%;
			transform: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 1em 1em}
.hero-style .slide-title::after,
.hero-style .slide-text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.25em;
	right: 0.25em;
	background: #be1423;
	height: 0.25em}
.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-style .slide-title,
		.hero-style .slide-text {	padding: 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider-container h1,
.hero-slider-container h2,
.hero-slider-container p {
	display: inline-block;
	padding: 0}
.hero-slider-container h1,
.hero-slider-container h2 {
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 400}
.hero-slider-container h1::before,
.hero-slider-container h1::after {	display: none}
.hero-slider-container p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider-container p > a:nth-child(n+2),
.hero-slider-container p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 1024px) {
		.hero-slider-container h1 {	font-size: 2.8rem}
		.hero-slider-container h2 {	font-size:  2.5rem}
	}
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider-container p > a:nth-child(n+2),
		.hero-slider-container p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
		.hero-slider-container h1 {	font-size: 2.5rem}
		.hero-slider-container h2 {	font-size: 2.2rem}
	}
	@media screen and (max-width: 576px){
		.hero-slider h1 {	font-size: 2.7rem}
		.hero-slider h2 {	font-size: 2rem}
		.hero-slider p {	font-size: 1rem}
	}
	@media screen and (max-width: 320px){
		.hero-slider h1 {	font-size: 2rem}
		.hero-slider h2 {	font-size: 1.75rem}
	}

body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
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;
	font-family: 'Reem Kufi';
	box-shadow: 0px 30px 45px rgba(0,0,0,0.8);
	font-size: 18px;
	text-align: initial;}
	
	@media screen and (max-width: 1280px) {
		body .swal-modal {	max-width: 90%}
	}
	
body .swal-content {
	color: #444;
	background-color: #fff;
	font-family: 'Reem Kufi';
	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: #1d1d1a;
	background-color: #fff;
	font-family: 'Reem Kufi';
	font-size: 18px}
body .swal-content h1 {
	font-size: 2.3em;
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans serif;
	margin: 0 0 1.5rem;
	font-weight: 400;}
body .swal-content h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans serif;
	margin: 0 0 1rem;
	font-weight: 400;}
body .swal-content h3 {
	font-size: 1.5rem;
	padding: 0 0 0;
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans serif;
	margin: 0 0 1rem;
	font-weight: 400;}
	
	@media screen and (max-width: 1280px) {
		body .swal-content h1 {	font-size: 2.1rem}
		body .swal-content h2 {	font-size: 1.8rem}
		body .swal-content h3 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 1024px){
		body .swal-content h1 {	font-size: 1.9rem}
		body .swal-content h2 {	font-size: 1.5rem}
		body .swal-content h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 900px){
		body .swal-content h1 {	padding: 0 1.5em}
		body .swal-content h1::before,
		body .swal-content h1::after {	width: 1em}
	}
	@media screen and (max-width: 768px){
		body .swal-content h1 {
			font-size: 1.7rem;
			padding: 0 0}
		body .swal-content h1::before,
		body .swal-content h1::after {	width: 0}
		body .swal-content h2 {
			padding: 0 0 0;
			font-size: 1.3rem}
		dbody .swal-content h2::before {
			width: 0;
			height: 0}
	}
	@media screen and (max-width: 576px) {
		body .swal-content h1 {	font-size: 1.5rem}
		body .swal-content h2 {	font-size: 1.2rem}
		body .swal-content h3 {	font-size: 1rem}
	}
	
body .swal-content p {	
	display: block;
	margin: 0 0 1em; 
	text-indent: 0}
body .swal-content a {color: #1d1d1a}
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-content .iframe-container {
	position: relative;
	width: 100%;
	padding-top: 56%}
body .swal-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
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: 'Reem Kufi';
	padding: 0.5em 1em;
	border: 1px solid #be1423;
	background: #be1423;
	font-size: 1rem;
	border-radius: 0;
	transition: all 0.3s ease-in-out 0s}
body .swal-footer .swal-button.after,
body .swal-footer .swal-button.before {
	width: auto;
	border: none;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	text-transform: uppercase;
	border: 1px solid #e42423;
	background: #e42423;
	border-radius: 0;
	font-family: 'Reem Kufi';
	color: #fff;
	padding: 0.45em 1.5em 0.2em}
body .swal-footer .swal-button.before {	padding: 0.45em 0.5em 0.2em 2em}
body .swal-footer .swal-button.after {	padding: 0.45em 2em 0.2em 0.5em}
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}	
.lazy-load {
	background-color: #fff;
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px}
.lazy-load.visible,
.visible > .lazy-load {  background-image: none}
.lazy-load img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.72s linear 0.72s, transform 0.36s linear 0.72s}
.lazy-load:not(.lazy) img {
	transform: scale(0);
	opacity: 0}
.lazy-load.lazy img {
	transform: scale(1);
	opacity: 1}
.slick-slide.slick-cloned .lazy-load img {
	opacity: 1 !important;
	transform: scale(1) !important}
body > .fixed {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
	max-width: 5em;
	transition: transform 0.48s linear 0.36s}
body.scroll > .fixed {	transform: translateY(-50%) translateX(125%)}

	@media screen and (max-width: 768px) {
		body > .fixed {	display: none}
	}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil section#slider {
	/* height: 85vh; */
    margin: 0 0 0;
	position: relative}
body.accueil section.hero-slider .swiper-button-prev,
body.accueil section.hero-slider .swiper-button-next {	display: none}
body.accueil > section.vh {	
	padding: 0 0 0;
	-webkit-clip-path: polygon(0px 5%, 50% 0%, 100% 5%, 100% 100%, 0px 100%);
	clip-path: polygon(0px 5%, 50% 0%, 100% 5%, 100% 100%, 0px 100%)}
	
	@media screen and (max-width: 1024px) {
		body.accueil > section.vh {	background-size: auto 100vh !important}
	}
	
body.accueil > section.vh > .absolute {
	z-index:150;
	position:absolute;
	top:35vh;
	left:25%;
	right:25%;
	z-index:150;
	position:absolute}
	
	@media screen and (max-width: 1024px) {
		body.accueil > section.vh > .absolute {
			left:15%;
			right:15%}
	}
	@media screen and (max-width: 540px) {
		body.accueil > section.vh {
			background: none !important;
			padding-top: 35vh !important		}
		body.accueil > section.vh > .absolute {
			top: 15vh;
			left:5%;
			right:5%}
	}
	
body.accueil > section.vh > .absolute > .overlay {
	padding: 1em 1em 2em;
	-webkit-clip-path: polygon(0 85%, 50% 100%, 100% 85%, 100% 0, 0 0);
	clip-path: polygon(0 85%, 50% 100%, 100% 85%, 100% 0, 0 0)}
body.accueil > section.vh > .absolute > .overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0.25em;
	right: 0.25em;
	background: #be1423;
	height: 0.25em}
body.accueil > section.vh > .absolute > .overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: url('https://www.garage-bodycar.com/upload/carbon-1582286539.png');
	opacity: 0.6}
body.accueil > section.vh > .absolute > .overlay > h1,
body.accueil > section.vh > .absolute > .overlay > h2 {
	padding-top: 0.45em;
	font-size: 3em;
	text-transform: uppercase;
	color: #fff}
	
	@media screen and (max-width: 1024px) {
		body.accueil > section.vh > .absolute > .overlay > h1,
		body.accueil > section.vh > .absolute > .overlay > h2 {	font-size: 2em}
	}
	@media screen and (max-width: 768px) {
		body.accueil > section.vh > .absolute > .overlay > h1,
		body.accueil > section.vh > .absolute > .overlay > h2 {	font-size: 1.7em}
	}
	@media screen and (max-width: 540px) {
		body.accueil > section.vh > .absolute > .overlay > h1,
		body.accueil > section.vh > .absolute > .overlay > h2 {	font-size: 1.2em}
	}
	
body.accueil > section > .no_flex {
	width: 100%;
	padding: 8em 0 8em}
body.accueil > section:not(:last-child) > .no_flex {	background: #fff}
	
	@media screen and (max-width: 768px) {
		body.accueil > section > .no_flex {	padding: 4em 0 4em}
	}
	
body.accueil section#slider + section > .no_flex,
body.accueil > section:not(.vh):not(:first-child):not(:last-child) > .no_flex {	padding-top: 0}
body.accueil section#slider + section > .no_flex > .center > .no_flex {	padding-top: 1.3em}
body.accueil > section .center > .flex:not(:first-child),
body.accueil > section .center > .no_flex:not(:first-child) {
	margin: 0 0 0;
	padding: 8em 0 0}
	
	@media screen and (max-width: 768px) {
		body.accueil > section .center > .flex:not(:first-child),
		body.accueil > section .center > .no_flex:not(:first-child) {	padding: 4em 0 0}
		body.accueil > section .center > .flex > .container_flex {margin-bottom: 4em !important}
		body.accueil > section .center > .flex > .container_flex:last-child {margin-bottom: 0 !important}
	}

body.accueil section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.accueil > section .center > .flex:not(:first-child) {
	position: relative;
	background: #fff}
body.accueil section#reparation_automobile_chavelot > .no_flex,
body.accueil section#prestations_automobile_vosges > .no_flex,
body.accueil section:last-child > .no_flex {	padding-bottom: 6em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.accueil section.stellar > .no_flex {	padding: 2em 0}
		body.accueil section#reparation_automobile_chavelot > .no_flex,
		body.accueil section#prestations_automobile_vosges > .no_flex {	padding-bottom: 4em}
		body.accueil section#financement_reparations_automobile > .no_flex {	padding-top: 4em}
		body.accueil section:last-child > .no_flex {	padding-bottom: 4em}
	}

body.accueil section > .no_flex > .center > .no_flex,
body.accueil section > .no_flex > .center > .flex {	margin: 0 0 4em}
body.accueil section#financement_reparations_automobile > .no_flex > .center > .no_flex {	margin: 0 0 2em}
body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center,
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_stretch {	margin: 0 0 6em}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .no_flex {	margin: 0 0 1.5rem}

	@media screen and (max-width: 1024px){
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_stretch {	margin: 0 0 4em}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center {	align-items: start}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:first-child,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xsmall,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small {
			width: 32% !important;
			position: sticky;
			top: 8em}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium {	margin: 0 1% 0 0 !important}
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xsmall,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small {	margin: 0 0 0 1% !important}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xmedium,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.xmedium {	width: 66% !important}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child {	margin: 0 0 0 1% !important}
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xmedium,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.xmedium {	margin: 0 1% 0 0 !important}
	}
	@media screen and (max-width: 768px){
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_stretch {	margin: 0 0 4em}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center {	align-items: start}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:first-child,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xsmall,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small {
			width: 100% !important;
			position: initial}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium {	margin: 0 0 2em 0 !important}
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xsmall,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small {	margin: 0 0 0 0 !important}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child,
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xmedium,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.xmedium {	width: 100% !important}
		body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child {	margin: 0 0 0 0 !important}
		body.accueil section#atouts_garage_chavelot > .no_flex > .center > .flex.items_center > .container_flex.xmedium,
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.xmedium {	margin: 0 0 2em 0 !important}
	}
	@media screen and (max-width: 380px) {
		 body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child img {	width: 100% !important}
		 body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child img:first-child {	margin: 0 0 1em 0 !important}
		 body.accueil section#reparation_automobile_chavelot > .no_flex > .center > .flex.items_center > .container_flex.medium:last-child img:last-child {	margin: 0 0 0 0 !important}
	}
	
body.accueil section .carousel {
	margin: 0 -1em;
	padding: 2em 0 0}
body.accueil section .carousel > .btn {
	position: absolute;
	top: 1em;
	height: 2.6em;
	width: 2.6em;
	padding: 0;
	line-height: 0;
	background: #be1423;
	border: none;
	z-index: 2;
	cursor: pointer}
body.accueil section .carousel > .btn.prev {	left: 0}
body.accueil section .carousel > .btn.next {	right: 0}
body.accueil section .carousel > .btn.slick-disabled:hover svg.icon.primary {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0)}
body.accueil section .carousel > .btn.slick-disabled:hover svg.icon.secondary {
	opacity: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%)}
body.accueil section .carousel > .btn > svg {
	width: 2.6em;
	height: 2.6em;
	padding: 0.5em;
	background: #be1423;
	fill: #fff;
	color: #fff;
	transition: all 0.6s ease-out;
	cursor: pointer}
body.accueil section .carousel > .btn:hover > svg {	background: #92111c}

	@media screen and (max-width: 1439px) {
		body.accueil section .carousel > .btn.prev {	left: 1em}
		body.accueil section .carousel > .btn.next {	right: 1em}
	}
	
body.accueil section .carousel > .slick-list {	padding-bottom: 1em}
body.accueil section .center > .flex.items_stretch > .container_flex.medium,
body.accueil section .carousel article > div > .no_flex {
	background: #be1423;
	color: #fff;
	padding: 2em;
	position: relative}
body.accueil section .center > .flex.items_stretch > .container_flex.medium a {  color: #fff}
body.accueil section .center > .flex.items_stretch > .container_flex.medium > h3 {	min-height: 2.2em}
body.accueil section .center > .flex.items_stretch > .container_flex.medium::before,
body.accueil section .center > .flex.items_stretch > .container_flex.medium::after,
body.accueil section .carousel article::before,
body.accueil section .carousel article::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.accueil section .center > .flex.items_stretch > .container_flex.medium::before,
body.accueil section .carousel article::before{
	bottom: 8px;
	left: 5px;
	transform: rotate(-2deg);
	box-shadow: 7px 6px 15px #454545}
body.accueil section .center > .flex.items_stretch > .container_flex.medium::after,
body.accueil section .carousel article::after{
	bottom: 8px;
	right: 5px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #454545}
body.accueil section .carousel article {
	height: 100%;
	position: relative;
	margin: 0 1em}
body.accueil section .carousel article > div {
	width: 100%;
	height: 100%}
body.accueil section .carousel article > div > .no_flex {
	height: 100%;
	min-height: 11em;
	width: 100%;
	padding: 1em}
body.accueil section .carousel article > div > .no_flex h3 {
	text-transform: none;
	min-height: 2.4em;
	font-size: 1.2em}
body.accueil section .carousel article > div > .no_flex h3 > a {	text-decoration: none}
body.accueil section .carousel article > div > .no_flex a {	color: #fff}
body.accueil section .carousel article > div > .no_flex a > svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body.accueil section .center > * > * > ul {	padding-left: 2em}
body.accueil section .center > * > * > ul > li {
	position: relative;
	margin: 0.5em 0 0;
	padding: 0 0 0  !important}
body.accueil section .center > * > * > ul > li::before {
	content: '→' !important;
	position: absolute;
	left: -2em !important}
body.accueil section:last-child .center > .flex:last-child {	margin-top: 2em !important}
body.accueil section .center > .flex > .container_flex.xsmall a.shadowbox.thumb {
	max-width: 325px;
	margin: 0 auto}		
body.accueil section a.button {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.25);
    width: auto;
    padding: 0.5em 3em 0.3em;
    text-transform: uppercase;
	position: relative;
	text-decoration: none;
	border-radius: 0;
	z-index: 1}
body.accueil section a.button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: url('https://www.garage-bodycar.com/upload/carbon-1582286539.png');
	opacity: 0.25;
	z-index: -1;
	transition: all 0.6s ease-out}
body.accueil section a.button:hover::after {
	right: 0;
	transition: all 0.6s ease-out}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small {
	position: sticky;
	top: 8em}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small a {
	display: inline-block;
	width: 30%;
	margin: 0 1%}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small a:first-child {	margin-left: 0}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small a:last-child {	margin-right: 0}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small a > img {
	width: auto;
	height: auto;
	max-height: 3.5em}
body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small p:first-child {
	font-size: 1rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	color: #be1423;
	font-weight: 400}
	
	@media screen and (max-width: 1024px){
		body.accueil section#prestations_automobile_vosges > .no_flex > .center > .flex.items_start > .container_flex.small a {
			width: auto;
			min-width: 51%;
			margin: 0 0 0.5em}
	}
	
body.accueil section#carte_garage_chavelot > .no_flex {
	padding: 0 0 0;
	height: 66vh}

	@media screen and (max-width: 1280px) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.accueil section#carte_garage_chavelot > .no_flex {	height: 700px}
	}

body.accueil section#carte_garage_chavelot > .no_flex iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
body.accueil section#carte_garage_chavelot > .no_flex > .flex {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	width: 27.5%;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 2}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small {
	width: 100%;
	padding: 1em;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small h2 {
	font-size: 1.3rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	color: #be1423;
	font-weight: 400}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small h2::before {	display: none}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small p,
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small ul > li {	font-size: 1rem}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small p:nth-last-child(2) {	margin: 0 0 0.25em}
body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small ul {	width: 100% !important}

	@media screen and (max-width: 1024px){
		body.accueil section#carte_garage_chavelot > .no_flex > .flex {
			position: initial;
			padding: 0 0 0 0}
		body.accueil section#carte_garage_chavelot > .no_flex > .flex,
		body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small {	width: 100% !important}
		body.accueil section#carte_garage_chavelot > .no_flex > .flex > .container_flex.small {	box-shadow: none}
		body.accueil section#carte_garage_chavelot > .no_flex > .no_flex {
			position: relative;
			min-height: 364px}
	}
	
body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.xxsmall {	text-align: center}
body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.xxsmall > p {
	display: inline-block;
	color: #fff;
	background: #be1423;
	padding: 0.6em;
	border-radius: 50%;
	margin: 0 0 0}
body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.xxsmall > p > svg {
	width: 2.5em;
	height: 2.5em}
body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex p em {	font-size: 0.8em}

	@media screen and (max-width: 1024px) {
		body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.xxsmall {
			width: 24% !important;
			margin: 0 1% 0 0 !important}
		body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.large {
			width: 74% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.xxsmall {	display: none}
		body.accueil section#financement_reparations_automobile > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	
/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body.cms .hero-style {
	height: auto;
	padding-top: 85vh}

	@media screen and (max-width: 1280px) {
		body.cms .hero-style {	padding-top: 768px}
		body.cms .hero-slider .swiper-container {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.cms .hero-style {	padding-top: 700px}
		body.cms .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.cms .hero-style {	padding-top: 700px}
		body.cms .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.cms .hero-style {	padding-top: 600px}
		body.cms .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.cms .hero-style {	padding-top: 500px}
		body.cms .hero-slider .swiper-container {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.cms .hero-style {	padding-top: 600px}
		body.cms .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms .hero-style {	padding-top: 600px}
		body.cms .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.cms .hero-style {	padding-top: 700px}
		body.cms .hero-slider .swiper-container {	height: 700px}
	}

body.cms section > .no_flex {
	padding: 4em 0;
	background: #fff}
body.cms section.stellar > .no_flex {	padding-top: 0}
body.cms section#pneumatiques_vehicules > .no_flex {	padding: 0 0 4em}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex,
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex {
	background: #93131e;
	color: #fff}
	
	@media screen and (max-width: 1024px) {
		body.cms section#nettoyage_moteur > .no_flex {	padding-top: 0}
		body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex,
		body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex {	padding-top: 2em}
	}

body.cms section > .no_flex > .center > .no_flex,
body.cms section > .no_flex > .center > .flex {	margin: 0 0 4em}
	
	@media screen and (max-width: 768px) {
		body.cms section > .no_flex > .center > .no_flex,
		body.cms section > .no_flex > .center > .flex {	margin: 0 0 2em}
	}
	
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center > .container_flex.xxxlarge {	margin: 0 0 1.5rem}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.items_stretch > .container_flex.smedium {	margin: 0 0 0 1%}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.items_stretch > .container_flex.smedium h2:nth-child(n+2) {	margin-top: 3rem}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small {
	background: #be1423;
	color: #fff;
	position: sticky;
	top: 8em}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small::before,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small::before{
	bottom: 1px;
	left: 1px;
	transform: rotate(-2deg);
	transform-origin: center left;
	box-shadow: 7px 6px 15px #454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small::after{
	bottom: 1px;
	right: 1px;
	transform: rotate(2deg);
	transform-origin: center right;
	box-shadow: -7px 6px 15px #454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small > .no_flex {
	background: #be1423;
	color: #fff;
	padding: 4em 1em 1em}
	
	@media screen and (max-width: 1024px){
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xsmall,
		body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 32% !important;
			margin: 0 1% 0 0 !important}
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.large,
		body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.large {
			width: 66% !important;
			margin: 0 0 0 1% !important}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.xmedium {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small {
			width: 32% !important;
			margin: 0 0 0 1% !important}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center > .container_flex.xsmall {
			width: 23.5% !important;
			margin: 0 1% 0 0 !important}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center > .container_flex.large {
			width: 74% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px){
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xsmall,
		body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.xsmall,
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.large,
		body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.large,
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 0 !important;
			position: relative;
			top: 0}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.content_between.items_center > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0  !important}
		body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex.xxsmall {	margin: 0 0 1em 0 !important}
	}
	
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.items_stretch > .container_flex.medium h2,
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.items_stretch > .container_flex.smedium h2 {	font-size: 1.5rem}
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xxxlarge {	margin: 0 0 1.5rem}
body.cms section > .no_flex > .center > .flex > .container_flex:not(.small) ul:last-child {	margin: 0 auto 0 !important}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small p:first-child {	
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 0 !important;
	color: #be1423;
	background: #fff;
	padding: 0.5em 0.5em 0.5em;
	overflow: hidden;
	-webkit-clip-path: polygon(0px 85%, 50% 100%, 100% 85%, 100% 0%, 0px 0%);
	clip-path: polygon(0px 85%, 50% 100%, 100% 85%, 100% 0%, 0px 0%)}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small p:first-child svg {
	height: 2em;
	width: 2em}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.items_start > .container_flex.small h3 {
	font-size: 1.5rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400}
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .no_flex > .no_flex {	color: #fff}
body.cms section.stellar > .no_flex > .center > .no_flex:first-child,
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .no_flex {
	position: relative;
	padding: 2em 0;
	color: #fff}	
body.cms section.stellar:first-child > .no_flex,
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .no_flex {	position: relative}
body.cms section.stellar:first-child > .no_flex::before,
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex::before {	
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5.5em;
	z-index: 1;
	background: #be1423}
	
	@media screen and (max-width: 1024px) {
		body.cms section.stellar:first-child > .no_flex::before {	height: 6.5em}
	}
	@media screen and (max-width: 768px) {
		body.cms section {	overflow-x: hidden}
		body.cms section.stellar:first-child > .no_flex::before,
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex::before {	display: none}
		body.cms section.stellar > .no_flex > .center > .no_flex:first-child,
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .no_flex {	position: relative}
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .no_flex {	margin: 0 0 2em;}
		body.cms section.stellar > .no_flex > .center > .no_flex:first-child::before,
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .no_flex::before {	
			content: '';
			position: absolute;
			top: 0;
			left: -5%;
			right: -5%;
			bottom: 0;
			z-index: -1;
			background: #be1423}
	}
	
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xxxlarge h3 {
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 3em;
	font-size: 1.5em;
	margin: 0 0 1.5rem;
	font-weight: 400}
body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xxxlarge h3::before {
	content: '';
	background: #be1423;
	position: absolute;
	top: calc(50% - 0.22em);
	left: 0;
	width: 2em;
	height: 0.25em}
	
	@media screen and (max-width: 768px) {
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xxxlarge h3 {
			padding: 0 0 0;
			font-size: 1.3rem}
		body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex.xxxlarge h3::before {
			width: 0;
			height: 0}
	}

body.cms.entretien-automobile-chavelot section#pneumatiques_vehicules > .no_flex > .center > .flex > .container_flex img {
	width: auto;
	height: auto;
	max-height: 3em}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex.xxxlarge {	margin: 0 0 1.5rem}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex.xxsmall {
	text-align: center;
	margin: 0 1% 0 0}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex.xlarge {
	width: 83%;
	margin: 0 0 0 1%}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex h2::before {	background: #fff}
body.cms.entretien-automobile-chavelot section#engagement_environnement > .no_flex > .center > .flex > .container_flex svg {
	height: 3em;
	width: 3em}
body.cms.mecanique-automobile-chavelot section#nettoyage_moteur > .no_flex > .center > .flex.content_between.items_center > .container_flex img {
	width: auto;
	height: auto;
	max-height: 5em}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel {
	margin: 0 -1em;
	padding: 1em 0 0}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn {
	position: absolute;
	top: 0;
	height: 2.6em;
	width: 2.6em;
	padding: 0;
	line-height: 0;
	background: #be1423;
	border: none;
	z-index: 2;
	cursor: pointer}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.prev,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.prev {	left: 0}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.next,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.next {	right: 0}

	@media screen and (max-width: 1439px) {
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.prev,
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.prev {	left: 1em}
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.next,
		body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.next {	right: 1em}
	}
	
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.slick-disabled:hover svg.icon.primary,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.slick-disabled:hover svg.icon.primary {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0)}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.slick-disabled:hover svg.icon.secondary,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn.slick-disabled:hover svg.icon.secondary {
	opacity: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%)}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn > svg,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn > svg {
	width: 2.6em;
	height: 2.6em;
	padding: 0.5em;
	background: #be1423;
	fill: #fff;
	color: #fff;
	transition: all 0.6s ease-out;
	cursor: pointer}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn:hover > svg,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .btn:hover > svg {	background: #92111c}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel > .slick-list,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel > .slick-list {
	margin: 0 0 -1em;
	padding-bottom: 1em}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article {
	height: 100%;
	position: relative;
	margin: 0 1em}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article::before,
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article::after,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article::before,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article::before,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article::before {
	bottom: 8px;
	left: 5px;
	transform: rotate(-2deg);
	box-shadow: 7px 6px 15px #454545}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article::after,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article::after {
	bottom: 8px;
	right: 5px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #454545}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div {
	width: 100%;
	height: 100%}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	height: 100%;
	width: 100%;
	background: #be1423;
	color: #fff;
	padding: 2em;
	position: relative}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2::before {	display: none}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-weight: 400}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2:nth-child(n+2) {	margin-top: 1.5em}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 sup {	vertical-align: middle}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p {
	background: #fff;
	width: 23%;
	margin: 0 2% 0 0;
	font-size: 1.5rem;
	text-align: center;
	min-height: 7em;
	position: relative}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p::before,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p::before {
	bottom: 8px;
	left: 5px;
	transform: rotate(-2deg);
	box-shadow: 7px 6px 15px #454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p::after {
	bottom: 8px;
	right: 5px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #454545}
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p > .circle {
	display: inline-block;
	text-align: center;
	font-size: 1.5rem;
	color: #be1423;
	background: #fff;
	line-height: 0;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;}
body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2 + p + p,
body.cms.mecanique-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 + p + p {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	width: 73%;
	margin: 0 0 0 2%}
	
	@media screen and (max-width: 1024px){
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2 {	font-size: 1.5rem}
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 576px) {
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h2 {	font-size: 1.2rem}
		body.cms.entretien-automobile-chavelot section > .no_flex > .center > .flex.carousel article > div > .container_flex h3 {	font-size: 1rem}
	}
	
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex a {  color: #fff}
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.xxxlarge {  margin: 0 0 1.5rem}
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex h2::before {  background: #fff}
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.large {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column}
body.cms.mecanique-automobile-chavelot section#vidange_boite_auto > .no_flex > .center > .flex > .container_flex.xsmall {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1em;
	color: #424242;
	background: #fff}

/************************************************************************************************************************************************************/
/* PROMOTIONS																																				*/
/************************************************************************************************************************************************************/
body.promotions .hero-style {
	flex-wrap: wrap;
	height: auto}

	@media screen and (max-width: 1280px) {
		body.promotions .hero-style {	padding-top: 768px}
		body.promotions .hero-slider .swiper-container {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.promotions .hero-style {	padding-top: 700px}
		body.promotions .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.promotions .hero-style {	padding-top: 700px}
		body.promotions .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.promotions .hero-style {	padding-top: 600px}
		body.promotions .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.promotions .hero-style {	padding-top: 500px}
		body.promotions .hero-slider .swiper-container {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.promotions .hero-style {	padding-top: 600px}
		body.promotions .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.promotions .hero-style {	padding-top: 600px}
		body.promotions .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.promotions .hero-style {	padding-top: 700px}
		body.promotions .hero-slider .swiper-container {	height: 700px}
	}

body.promotions section > .no_flex {
	padding: 4em 0;
	background: #fff}
body.promotions section.stellar > .no_flex {	padding-top: 0}
body.promotions section:nth-child(2) > .no_flex {	background: #93131e}
body.promotions section.stellar > .no_flex:nth-child(3) {	padding-top: 2em}
body.promotions section.stellar > .swiper-container + .no_flex {
	background: #be1423;
	padding: 2em 0;
	color: #fff;
	text-align: center}
	
	@media screen and (max-width: 1280px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 1024px){
		body.promotions section:nth-child(2) > .no_flex {	padding-top: 2em}
		body.promotions section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.promotions section > .no_flex > .center > .flex > .container_flex.small {
			width: 32% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px){
		body.promotions section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.promotions section > .no_flex > .center > .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	
body.promotions section.stellar > .swiper-container + .no_flex h2 {
	text-transform: none;
	font-weight: bold;
	font-size: 1em}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child {	margin: 3em 0 0}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex > .container_flex.button {	font-size: 0.8rem}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .current {	text-transform: none}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .button {	padding: 0.25em 1.5em 0.25em}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .container_flex.xxxxsmall.button {	padding: 0.25em 0.25em 0.25em}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .button > svg {	vertical-align: middle}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .button > svg.before {	margin-right: 0}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .button > svg.after {	margin-left: 0}
body.promotions section.stellar > .no_flex:nth-child(3) .flex > .container_flex.xxxlarge:last-child > .flex.pagination > .container_flex.xxxxsmall.button > span {	display: none}
body.promotions section:nth-child(2) > .no_flex h2 {	color: #fff}
body.promotions section:nth-child(2) > .no_flex h2::before,
body.promotions section:nth-child(2) > .no_flex h2::after {	background: #fff}
body.promotions section .carousel {
	margin: 0 -1em;
	padding: 2em 0 0}
body.promotions section .carousel > .btn {
	position: absolute;
	top: 1em;
	height: 2.6em;
	width: 2.6em;
	padding: 0;
	line-height: 0;
	background: #be1423;
	border: none;
	z-index: 2;
	cursor: pointer}
body.promotions section .carousel > .btn.prev {	left: 0}
body.promotions section .carousel > .btn.next {	right: 0}
body.promotions section .carousel > .btn.slick-disabled:hover svg.icon.primary {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0)}
body.promotions section .carousel > .btn.slick-disabled:hover svg.icon.secondary {
	opacity: 0;
	transform: translateX(-160%);
	-webkit-transform: translateX(-160%)}
body.promotions section .carousel > .btn > svg {
	width: 2.6em;
	height: 2.6em;
	padding: 0.5em;
	background: #be1423;
	fill: #fff;
	color: #fff;
	transition: all 0.6s ease-out;
	cursor: pointer}
body.promotions section .carousel > .btn:hover > svg {	background: #92111c}
body.promotions section .carousel > .slick-list {	padding-bottom: 1em}
body.promotions section .center > .flex.items_stretch > .container_flex.medium,
body.promotions section .carousel article > div > .no_flex {
	background: #fff;
	padding: 2em;
	position: relative}
body.promotions section .center > .flex.items_stretch > .container_flex.medium > h3 {	min-height: 2.2em}
body.promotions section .center > .flex.items_stretch > .container_flex.medium::before,
body.promotions section .center > .flex.items_stretch > .container_flex.medium::after,
body.promotions section .carousel article::before,
body.promotions section .carousel article::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.promotions section .center > .flex.items_stretch > .container_flex.medium::before,
body.promotions section .carousel article::before{
	bottom: 8px;
	left: 5px;
	transform: rotate(-2deg);
	box-shadow: 7px 6px 15px #454545}
body.promotions section .center > .flex.items_stretch > .container_flex.medium::after,
body.promotions section .carousel article::after{
	bottom: 8px;
	right: 5px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #454545}
body.promotions section .carousel article {
	height: 100%;
	position: relative;
	margin: 0 1em}
body.promotions section .carousel article > div {
	width: 100%;
	height: 100%}
body.promotions section .carousel article > div > .no_flex {
	height: 100%;
	min-height: 11em;
	width: 100%;
	padding: 1em}
body.promotions section .carousel article > div > .no_flex h3 {
	text-transform: none;
	min-height: 2.4em;
	font-size: 1.2em}
body.promotions section .carousel article > div > .no_flex h3 > a {	text-decoration: none}
body.promotions section .carousel article > div > .no_flex a > svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -2px}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact .hero-style {
	flex-wrap: wrap;
	height: auto}

	@media screen and (max-width: 1280px) {
		body.contact .hero-style {	padding-top: 768px}
		body.contact .hero-slider .swiper-container {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.contact .hero-style {	padding-top: 700px}
		body.contact .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.contact .hero-style {	padding-top: 700px}
		body.contact .hero-slider .swiper-container {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.contact .hero-style {	padding-top: 600px}
		body.contact .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.contact .hero-style {	padding-top: 500px}
		body.contact .hero-slider .swiper-container {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.contact .hero-style {	padding-top: 600px}
		body.contact .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact .hero-style {	padding-top: 600px}
		body.contact .hero-slider .swiper-container {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.contact .hero-style {	padding-top: 700px}
		body.contact .hero-slider .swiper-container {	height: 700px}
	}

body.contact section > .no_flex {
	padding: 4em 0;
	background: #fff}
body.contact section.stellar > .no_flex {	padding-top: 0}
body.contact section.stellar > .no_flex:nth-child(2) {
	position: relative;
	padding: 2em 0;
	margin: 0 0 4em;
	color: #fff}
body.contact section.stellar > .no_flex:nth-child(2)::before {	
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5.5em;
	z-index: 1;
	background: #be1423}
	
	@media screen and (max-width: 1024px) {
		body.contact section.stellar > .no_flex:nth-child(2)::before {	height: 6.5em}
	}
	@media screen and (max-width: 768px) {
		body.contact section {	overflow-x: hidden}
		body.contact section.stellar > .no_flex:nth-child(2) {
			margin: 0 0 2em;
			padding: 0 0}
		body.contact section.stellar > .no_flex:nth-child(2)::before {	display: none}
		body.contact section.stellar > .no_flex:nth-child(2) > .center > .no_flex:first-child {
			padding: 2em 0;
			position: relative}
		body.contact section.stellar > .no_flex:nth-child(2) > .center > .no_flex:first-child::before {	
			content: '';
			position: absolute;
			top: 0;
			left: -5%;
			right: -5%;
			bottom: 0;
			z-index: -1;
			background: #be1423}
	}
	
body.contact section:nth-child(2) > .no_flex {
	padding: 0 0 0;
	height: 66vh}

	@media screen and (max-width: 1280px) {
		body.contact section:nth-child(2) > .no_flex {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.contact section:nth-child(2) > .no_flex {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.contact section:nth-child(2) > .no_flex {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.contact section:nth-child(2) > .no_flex {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.contact section:nth-child(2) > .no_flex {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.contact section:nth-child(2) > .no_flex {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact section:nth-child(2) > .no_flex {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.contact section:nth-child(2) > .no_flex {	height: 700px}
	}

body.contact section:nth-child(2) > .no_flex iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
body.contact section:nth-child(2) > .no_flex > .flex {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	width: 27.5%;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 2}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #be1423;
	color: #fff;
	padding: 2em;
	position: relative}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium::before,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium::before{
	bottom: 8px;
	left: 5px;
	transform: rotate(-2deg);
	box-shadow: 7px 6px 15px #454545}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium::after{
	bottom: 8px;
	right: 5px;
	transform: rotate(2deg);
	box-shadow: -7px 6px 15px #454545}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium .bloc-info {
	margin: 0 0 1.5em !important;
	z-index: 1;
	box-shadow: none}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium .bloc-info.success {	color: #424242}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium .bloc-info.unsuccess {
	background: #f5c3c8;
	border-color: #f5c3c8;
	color: #424242}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium .bloc-info p {	font-weight: normal}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium .bloc-info p > .absolute {	font-size: 1em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > div {	margin: 0 0 1.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex > .container_flex.medium > .no_flex > span,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex > span {
	display: inline-block;
	margin: 0 0 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form textarea,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form select,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form option {
	padding: 0.25em 0.5em;
	color: #fff;
	background: #93131e;
	border: 1px solid #93131e;
	font-size: 1rem;
	font-family: 'Reem Kufi';
	z-index: 2;
	text-align: left;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s;}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form input:focus,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form textarea:focus,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form select:focus,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form option:focus ,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex.focus input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex.focus textarea,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex.focus select,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex.focus option,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex.focus input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex.focus textarea,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex.focus select,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex.focus option {	border: 1px solid #aaa;}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form input:hover,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form textarea:hover {	  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%23ffffff" d="M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"/></svg>') 16 16, auto;}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex select {	padding-right: 1.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex select,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex select:hover,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex option,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .no_flex > .no_flex option:hover {	  background: #93131e}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form select + svg {
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #93131e;
	height: 100% !important}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input {	width: 100%}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input > .file-button {	text-align: center}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input > .file-button > .button {
	color: #fff;
	background: #93131e;
	border: 1px solid #93131e;
	font-size: 1rem;
	font-family: 'Reem Kufi'}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input > .file-button > .input-file {
	z-index: 1;
	cursor: copy;
	opacity: 0;
	padding: 0 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input > .file-button > .button > svg {
	height: 1em;
	width: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > label {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	transform: none;
	transform-origin: top left;
	transition: all 0.3s ease-in-out 0s;
	width: 1.6em;
	margin: 0 0.5em 0 0.2em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > label::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	background: #fff;
	-webkit-clip-path: polygon(2% 0, 100% 98%, 98% 100%, 0 2%);
	clip-path: polygon(90% 0, 100% 10%, 10% 100%, 0% 90%)}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > label svg {	margin: 0 0 !important}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > .container_flex.large svg {	fill: #fff}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > .container_flex.large input {
	font-size: 1.4rem;
	color: #fff;
	padding: 0.2em 0 0.2em 0.25em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .button {
	color: #fff;
	background: #93131e;
	border: 1px solid #93131e;
	font-size: 1rem;
	font-family: 'Reem Kufi';
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	border-radius: 0;
	z-index: 1}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background: url('https://www.garage-bodycar.com/upload/carbon-1582286539.png');
	opacity: 0.25;
	z-index: -1;
	transition: all 0.6s ease-out}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .button:hover::after {
	right: 0;
	transition: all 0.6s ease-out;}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .button > svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body.contact section > .no_flex > .center > .flex > .container_flex.small {
	background: #be1423;
	color: #fff;
	position: sticky;
	top: 8em}
body.contact section > .no_flex > .center > .flex > .container_flex.small::before,
body.contact section > .no_flex > .center > .flex > .container_flex.small::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#454545}
body.contact section > .no_flex > .center > .flex > .container_flex.small::before{
	bottom: 1px;
	left: 1px;
	transform: rotate(-2deg);
	transform-origin: center left;
	box-shadow: 7px 6px 15px #454545}
body.contact section > .no_flex > .center > .flex > .container_flex.small::after{
	bottom: 1px;
	right: 1px;
	transform: rotate(2deg);
	transform-origin: center right;
	box-shadow: -7px 6px 15px #454545}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex {
	background: #be1423;
	color: #fff;
	padding: 4em 1em 1em}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex > p:first-child {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 0 0 !important;
	color: #be1423;
	background: #fff;
	padding: 0.5em 0.5em 0.5em;
	overflow: hidden;
	-webkit-clip-path: polygon(0px 85%, 50% 100%, 100% 85%, 100% 0%, 0px 0%);
	clip-path: polygon(0px 85%, 50% 100%, 100% 85%, 100% 0%, 0px 0%)}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2 {
	font-size: 1.5rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2::before {	display: none}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table td {
	border-color: #93131e !important;
	border-width: 2px !important;
	padding: 0.25em 0.5em !important;
	text-transform: uppercase;
	font-size: 0.9rem}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table tr:nth-child(2n) > td {	background: #93131e}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table td:first-child {	border-right: none !important}
body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table td:last-child {	border-left: none !important}
body.contact section.map > .no_flex iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
body.contact section.map > .no_flex > .flex {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	width: 27.5%;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 2}
body.contact section.map > .no_flex > .flex > .container_flex.small {
	width: 100%;
	padding: 1em;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;}
body.contact section.map > .no_flex > .flex > .container_flex.small h2 {
	font-size: 1.3rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	color: #be1423;
	font-weight: 400}
body.contact section.map > .no_flex > .flex > .container_flex.small h2::before {	display: none}
body.contact section.map > .no_flex > .flex > .container_flex.small p {	font-size: 1rem}
body.contact section.map > .no_flex > .flex > .container_flex.small p:nth-last-child(2) {	margin: 0 0 0.25em}

	@media screen and (max-width: 1366px){
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium {
			width: 66%;
			margin: 0 1% 0 0}
	}
	@media screen and (max-width: 1280px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 1024px){
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.small {
			width: 32% !important;
			margin: 0 0 0 1% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex:nth-child(n+4) > .container_flex.medium:first-child {
			width: 32% !important;
			margin: 0 1% 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex:nth-child(n+4) > .container_flex.medium:last-child {
			width: 66% !important;
			margin: 0 0 0 1% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form .file_input > .file-button > .button {	width: 100%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between {	justify-content: space-between}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium {
			width: 60% !important;
			margin: 0 1% 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > .container_flex.large {	width: 80% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > .container_flex.large input {	width: 40%}
		body.contact section.map > .no_flex > .flex {
			position: initial;
			padding: 0 0 0 0}
		body.contact section.map > .no_flex > .flex,
		body.contact section.map > .no_flex > .flex > .container_flex.small {	width: 100% !important}
		body.contact section.map > .no_flex > .flex > .container_flex.small {	box-shadow: none}
		body.contact section.map > .no_flex > .no_flex {
			position: relative;
			min-height: 364px}
	}
	@media screen and (max-width: 900px){
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex > .container_flex.medium,
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium {	width: 100% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex > .container_flex.medium:first-child,
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium {	margin: 0 0 1.5em 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex > .container_flex.medium:last-child {	margin: 0 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between,
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium > .flex.content_start {	justify-content: center}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex.content_between > .container_flex.medium > .flex.content_start {	flex-wrap: nowrap}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium > .flex.captcha > .container_flex.large {	width: auto !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 768px){
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	@media screen and (max-width: 640px){
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex:nth-child(n+4) > .container_flex.medium:first-child {
			width: 100% !important;
			margin: 0 0 0.5em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > .flex:nth-child(n+4) > .container_flex.medium:last-child {
			width: 100% !important;
			margin: 0 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table tr {	border: 2px solid #93131e}
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex table tr > td {	border: none}
	}
	@media screen and (max-width: 576px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.small > .no_flex h2 {	font-size: 1rem}
	}
	
/************************************************************************************************************************************************************/
/* MENTIONS LÉGALES																																			*/
/************************************************************************************************************************************************************/
body.mentions_legales section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.mentions_legales section > .no_flex h1 {	text-align: center}
body.mentions_legales section > .no_flex > .center > .no_flex {	margin: 4em 0 0}
body.mentions_legales section > .no_flex > .center > .no_flex:nth-child(2) {	margin-top: 4em}
/* body.mentions_legales section > .no_flex > .center > .no_flex h2 {	color: #f36f21} */
body.mentions_legales section > .no_flex > .center > .no_flex p,
body.mentions_legales section > .no_flex > .center > .no_flex ul {
	width: 95% !important;
	margin: 1em auto 0 !important;}
body.mentions_legales section > .no_flex > .center > .no_flex ul > li {	padding: 0 0 0 !important}
body.mentions_legales section > .no_flex > .center > .no_flex ul > li::before  {	display: none}

	
/************************************************************************************************************************************************************/
/* ERREURS																																					*/
/************************************************************************************************************************************************************/
body.erreur section > .no_flex {
	display: flex;
	align-items: center;
	min-height: 85vh;
	background: #fff;
	padding: 12em 0 6em}
body.erreur section > .no_flex h1,
body.erreur section > .no_flex > .center p {	text-align: center}
body.erreur section > .no_flex h1 {	font-weight: bold}
body.erreur section > .no_flex h1::before,
body.erreur section > .no_flex h1::after {	display: none}
body.erreur section > .no_flex > .center > .flex > .container_flex.large {	margin: 2em 0 0 !important}
body.erreur section > .no_flex > .center > .flex ul {
	width: 100% !important;
	margin: 1em auto 0 !important;}
body.erreur section > .no_flex > .center > .flex ul > li {
	margin: 0 1% 0.5em !important;
	padding: 0 0 0 !important}
body.erreur section > .no_flex > .center > .flex ul > li::before  {	display: none}