body {color: #1d1d1a; background-color: #fafafa; font-family: 'Nunito Sans'; font-size: 18px}a {color: #1d1d1a}input, textarea, select, option {font: 400 1em Nunito Sans}
/* 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}
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 #main section .center {	z-index: 2}	
.container_flex.small + .container_flex.xxsmall:nth-child(2) {	width: 7%}
.container_flex.xxsmall + .container_flex.smedium {	margin-top: 0}

	@media screen and (max-width: 768px) {
		section .flex > .container_flex.xlarge,
		section .flex > .container_flex.large,
		section .flex > .container_flex.slarge,
		section .flex > .container_flex.xmedium,
		section .flex > .container_flex.medium,
		section .flex > .container_flex.smedium,
		section .flex > .container_flex.small,
		section .flex > .container_flex.xsmall,
		section .flex > .container_flex.xxsmall {	margin: 0 0 4em !important}
	}
	
section {
	position: relative;
	z-index: 2;
	overflow-x: hidden}
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-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;}
section h1 {
	font-size: 3rem;
	font-weight: bold;
	margin: 0 0 1rem;
	text-align: initial}
section h2 {
	font-size: 2.5rem;
	margin: 0 0 1rem;
	font-weight: bold;
	position: relative;
	color: #0058a4}
section h3 {
	font-size: 1rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;}
	
	@media screen and (max-width: 1280px) {
		section h1 {	font-size: 2.7rem}
		section h2 {	font-size: 2.2rem}
		section h3 {	font-size: 1rem}
	}
	@media screen and (max-width: 1024px){
		section h1 {	font-size: 2.5rem}
		section h2 {	font-size: 2rem}
	}
	@media screen and (max-width: 768px){
		section h1 {	font-size: 2.2rem}
		section h2 {	font-size: 1.7rem}
	}
	@media screen and (max-width: 576px) {
		section h1 {	font-size: 2rem}
		section h2 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 384px){
		section h1 {	font-size: 1.8rem}
		section h2 {	font-size: 1.3rem}
	}
	
h1,h2, h3 {	position: relative}
.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 a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb::before,
a.shadowbox.thumb::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#1d1d1a}
a.shadowbox.thumb::before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb::after {	transform: rotate(1deg)}
.slick-slider {	position: relative;	display: block;	box-sizing: border-box;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-touch-callout: none;	-khtml-user-select: none;	-ms-touch-action: pan-y;	touch-action: pan-y;	-webkit-tap-highlight-color: transparent}
.slick-list {	position: relative;	display: block;	overflow: hidden;	margin: 0;	padding: 0}
.slick-list:focus {	outline: none}
.slick-list.dragging,
.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);
  }
}
.button, a.button,
.slick-slider .btn {
	width: auto;
	border: none;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	border: 1px solid #e42423;
	background: #e42423;
	text-transform: uppercase;
	font-family: 'Nunito Sans';
	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}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr {	width: 100%}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 3px solid #f9f9f9}
#main table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		#main table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #cecece}
		#main table tr:last-child {	border-bottom: 2px solid #cecece}
		#main table tr > td:first-child {	border-top: none}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		#main table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: none}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative}

	@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 .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:50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%)}

	@media screen and (min-width: 767px) {
		.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {	bottom:30px}
	}

.hero-style .swiper-wrapper.disabled {	transform: translate3d(0px, 0, 0) !important}
.hero-style .pagination .disabled,
.hero-style [class*="swiper-button"].disabled {	display: none}
.hero-style {	height: 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;
	top: 90%;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	width: 90%;
	max-width: 90%;
	margin: 0 0 0 0}
	
	@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%;
			bottom: 10%;
			max-width: 90%;
			transform: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {	color: #fff}
.hero-style .slide-title {	min-width: 51%}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 2rem}

	@media screen and (max-width: 576px) {
		.hero-style .slide-title,
		.hero-style .slide-text {	padding: 0 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1,
.hero-slider h2,
.hero-slider p {
	display: inline-block;
	padding: 0}
.hero-slider h1 {
	text-align: center;
	font-size: 4rem;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1.2em}
.hero-slider h2 {
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic}
.hero-slider p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider p > a:nth-child(n+2),
.hero-slider p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 1024px) {
		.hero-slider h1 {	font-size: 3.5rem}
		.hero-slider h2 {	font-size: 3rem}
	}
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider p > a:nth-child(n+2), .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
	}
	@media screen and (max-width: 768px){
		.hero-slider h1 {	font-size: 3rem}
		.hero-slider h2 {	font-size: 2.7rem}
	}
	/* @media screen and (max-width: 576px){ */
		/* .hero-slider h1 {	font-size: 1.6rem} */
		/* .hero-slider h2 {	font-size: 1.3rem} */
		/* .hero-slider p {	font-size: 1rem} */
	/* } */

body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden #main,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
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: 'Nunito Sans';
	box-shadow: 0px 30px 45px rgba(0,0,0,0.8);
	font-size: 18px}
	
	@media screen and (max-width: 1280px) {
		body .swal-modal {	max-width: 90%}
	}
	
body .swal-content {
	color: #444;
	background-color: #fff;
	font-family: 'Nunito Sans';
	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: 'Nunito Sans';
	font-size: 18px}
body .swal-content h1,
body .swal-content h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
body .swal-content h1 {
	font-size: 3rem;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;}
body .swal-content h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;}
body .swal-content h3 {
	font-size: 1.3rem;
	padding: 0 0 0;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic;}
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: 'Nunito Sans';
	padding: 0.5em 1em;
	border: 1px solid #e42423;
	background: #e42423;
	font-size: 18px;
	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: 'Nunito Sans';
	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 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 section#partenaires > .no_flex > h2 {
	transform: rotate(90deg);
	transform-origin: left;
	top: 0.5rem;
	left: 98%;
	margin: 0 0 0;
	margin-top: 0px;
	color: rgb(255, 255, 255);
	opacity: 0.6}
body section#partenaires > .no_flex {
	background: #1d1d1a;
	padding: 8em 0}
	
	@media screen and (max-width: 1024px) {
		body section#partenaires > .no_flex {	padding: 6em 0}
	}
	@media screen and (max-width: 768px) {
		body section#partenaires > .no_flex {	padding: 4em 0}
	}
	
body section#partenaires > .no_flex .carousel-partenaires {	padding: 0 6em 0 1em }
body section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn {	background: none}
body section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn.next {	right: 5em}
body section#partenaires > .no_flex .carousel-partenaires article {	padding: 1em}
body section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall {
	max-height: 100%;
	height: 3em;
	overflow: hidden;
	position: relative;
	opacity: 1}
body section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
body section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p.lazy-load {	background-color: #1d1d1a}
body section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p img {
	object-fit: contain;
	max-height: 3em;
	background: #fff;
	filter: invert(0.89);}
	
	@media screen and (max-width: 1440px) {
		body section#partenaires > .no_flex .carousel-partenaires {
			margin: 1em 3em 0 2em;
			padding: 0 0}
		body section#partenaires > .no_flex > h2 {	left: 97.5%}
		body section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn.next,
		body section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn.next {	right: 0}
	}
	@media screen and (max-width: 1152px) {
		body section#partenaires > .no_flex > h2 {	left: 96.5%}
	}
	@media screen and (max-width: 768px) {
		body section#partenaires > .no_flex > h2 {	left: 95%}
	}
	@media screen and (max-width: 480px) {
		body section#partenaires > .no_flex > h2 {	left: 93.5%}
	}
	@media screen and (max-width: 320px) {
		body section#partenaires > .no_flex > h2 {	left: 90%}
	}
	@media screen and (max-width: 280px) {
		body section#partenaires > .no_flex {
			padding: 2em 0;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap}
		body section#partenaires > .no_flex > h2 {
			position: initial;
			transform: none;
			margin: 0 0.5rem 1em;
			order: 1}
		body section#partenaires > .no_flex .center:nth-child(2) {
			margin: 1em 0.5em 0;
			width: auto;
			order: 3}
		body section#partenaires > .no_flex .carousel-partenaires {
			margin: 0 0 0 0;
			width: 100%;
			order: 2}
		body section#partenaires > .no_flex .center:nth-child(2) > .flex.content_start {	justify-content: center}
		body section#partenaires > .no_flex .carousel-partenaires article {	padding: 0 1em}
	}
.pagination .current {	display: none}
.pagination.flex > .container_flex.xxsmall,
.pagination.flex > .container_flex.xxxxsmall {
	width: 23.5%;
	margin: 0 1%}
.pagination.flex > .container_flex.xxsmall:first-child,
.pagination.flex > .container_flex.xxxxsmall:first-child {	margin-left: 0}
.pagination.flex > .container_flex.xxsmall:last-child,
.pagination.flex > .container_flex.xxxxsmall:last-child {	margin-right: 0}

	@media screen and (max-width: 768px) {
		.pagination.flex {	margin-top: 1em}
		.pagination.flex > .container_flex.xxsmall,
		.pagination.flex > .container_flex.xxxxsmall {	width: 48%}
		.pagination.flex > .container_flex.xxsmall:nth-child(n+3),
		.pagination.flex > .container_flex.xxxxsmall:nth-child(n+3) {	margin-top: 0.5em}
		.pagination.flex > .container_flex.xxsmall.empty {	display: none}
	}
	@media screen and (max-width: 320px) {
		.pagination.flex {	margin-top: 1em}
		.pagination.flex > .container_flex.xxsmall,
		.pagination.flex > .container_flex.xxxxsmall {	width: 100%}
		.pagination.flex > .container_flex.xxsmall.empty {	display: none}
	}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat}
body.accueil.mobile section.stellar {	background-position: 50% 50% !important}
body.accueil section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.accueil section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
body.accueil section.actualites > .no_flex,
body.accueil section.photos > .no_flex {
	color: #fff;
	background: #2d3037}
body.accueil section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@media screen and (max-width: 768px) {
		body.accueil section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.accueil section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.accueil section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 512px}
	}
	@media screen and (max-height: 768px) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-width: 768px) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.body.accueil section.stellar > .no_flex > .center {	min-height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.accueil section.stellar > .no_flex > .center {	min-height: 700px}
	}
	
body.accueil section#presentation > .no_flex  .flex > .container_flex {	margin: 0 0 2em}

	@media screen and (max-width: 1024px) {
		body.accueil section#presentation > .no_flex  .flex > .container_flex.xmedium {	width: 100% !important}
	}

body.accueil section#presentation > .no_flex  .flex > .container_flex.xmedium .lazy-load {	background: none}
body.accueil section#presentation > .no_flex  .flex > .container_flex.xmedium img {	max-width: 256px}
body.accueil section#cyclistes > .no_flex > h2,
body.accueil section#riders > .no_flex > h2 {
	transform: rotate(90deg);
	transform-origin: left;
	top: 0.5rem;
	left: 98%;
	white-space: nowrap;
	margin: 0 0 0;
	color: rgb(32, 33, 38);
	opacity: 0.5}
body.accueil section#cyclistes > .no_flex > .center > .flex,
body.accueil section#riders > .no_flex > .center > .flex {	margin: 0 0 0}
body.accueil section#cyclistes > .no_flex > .center > .flex.carousel-riders.slick-slider .btn,
body.accueil section#riders > .no_flex > .center > .flex.carousel-riders.slick-slider .btn {	background: none;}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall {	position: relative}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall h3,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 1rem;
	color: #fff;
	margin: 0 0;
	padding: 0 0.5em 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.36s linear 0.72s;
	z-index: 2}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall h3.visible,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall h3.visible {	background: rgba(32, 33, 38, 0.4)}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall h3 a,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall h3 a {
	line-height: 1em !important;
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	flex-wrap: wrap}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall p.LH-0,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall p.LH-0 {
	position: relative;
	margin: 0 0 0;
	padding-top: 150%}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall p.LH-0 > span,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall p.LH-0 > span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.3s all linear}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall p.LH-0 img,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall p.LH-0 img {	box-shadow: 0 5px 12px rgba(0,0,0,0.15);}
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall p:nth-child(2),
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall p:nth-child(2),
body.accueil section#cyclistes > .no_flex .flex .container_flex.xxsmall ul,
body.accueil section#riders > .no_flex .flex .container_flex.xxsmall ul {	display: none}
body.accueil .swal-content ul.palmares > li::before {	content: '→' !important}
body.accueil section.actualites-et-agenda h2 {
	transform: rotate(90deg);
	transform-origin: left;
	top: 0.5rem;
	left: 98%;
	margin: 0 0 0;
	color: rgb(32, 33, 38);
	opacity: 0.5}
body.accueil section.actualites-et-agenda > .no_flex > .center > .flex a {
	border: 1px solid #e42423;
	background: #e42423}
body.accueil section#cyclistes > .no_flex article,
body.accueil section#riders > .no_flex article {	padding: 1em 2em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex {	margin: 1em 0 0}
body.accueil section > .no_flex .carousel-actualites,
body.accueil section > .no_flex .carousel-agenda,
body.accueil section > .no_flex .carousel-photos {	padding: 0 6em 0 1em}
	
	@media screen and (max-width: 1440px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex,
		body.accueil section > .no_flex .carousel-actualites,
		body.accueil section > .no_flex .carousel-agenda,
		body.accueil section > .no_flex .carousel-photos {	margin: 1em 3em 0 2em}
		body.accueil section > .no_flex .carousel-actualites,
		body.accueil section > .no_flex .carousel-agenda,
		body.accueil section > .no_flex .carousel-photos {	padding: 0 0}
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {	left: 97.5%}
	}
	@media screen and (max-width: 1152px) {
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {	left: 96.5%}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {	left: 95%}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {	left: 93.5%}
	}
	@media screen and (max-width: 320px) {
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {	left: 90%}
	}
	@media screen and (max-width: 280px) {
		body.accueil section.actualites-et-agenda > .no_flex,
		body.accueil section.photos > .no_flex {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap}
		body.accueil section#cyclistes > .no_flex > h2,
		body.accueil section#riders > .no_flex > h2,
		body.accueil section.actualites-et-agenda h2 {
			position: initial;
			transform: none;
			margin: 0 0.5rem 1em;
			order: 1}
		body.accueil section.actualites-et-agenda > .no_flex .center:nth-child(2) {
			margin: 1em 0.5em 0;
			width: auto;
			order: 3}
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex,
		body.accueil section > .no_flex .carousel-actualites,
		body.accueil section > .no_flex .carousel-agenda,
		body.accueil section > .no_flex .carousel-photos {
			margin: 0 0 0 0;
			width: 100%;
			order: 2}
		body.accueil section.actualites-et-agenda > .no_flex .center:nth-child(2) > .flex.content_start {	justify-content: center}
		body.accueil section#cyclistes > .no_flex article,
		body.accueil section#riders > .no_flex article {	padding: 0 0}
	}
	
body.accueil section > .no_flex .carousel-actualites.slick-slider .btn.next {	right: 5em}
body.accueil section > .no_flex .carousel-actualites article {	padding: 1em}
	
	@media screen and (max-width: 280px) {
		body.accueil section > .no_flex .carousel-actualites article {  padding: 0 1em}
	}
	
body.accueil section > .no_flex .carousel-actualites article > div {	line-height: 0}
body.accueil section > .no_flex .carousel-actualites article > div .no_flex.shadowed {	box-shadow: 0 5px 12px rgba(0,0,0,0.15)}
body.accueil section > .no_flex .carousel-actualites article > div > .no_flex.two > .no_flex:first-child {	margin: 0 0 1em}
body.accueil section > .no_flex .carousel-actualites article > div > .no_flex.three > .no_flex:nth-child(2) {	margin: 1em 0}
body.accueil section > .no_flex .carousel-actualites article > div > .no_flex.one p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 100%}
body.accueil section > .no_flex .carousel-actualites article > div > .no_flex.two .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 47%}
body.accueil section > .no_flex .carousel-actualites article > div > .no_flex.three .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 29.5%}
body.accueil section > .no_flex .carousel-actualites article .no_flex p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.accueil section > .no_flex .carousel-actualites article .no_flex p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.3s all linear}
body.accueil section > .no_flex .carousel-actualites article .no_flex p:first-child > a:hover > img {	transform: scale(1.1)}
body.accueil section > .no_flex .carousel-actualites article .no_flex p.absolute.align_right {
	top: 0;
	right: 0;
	background: #fff;
	padding: 0.25em 0.5em 0.15em;
	color: #e42424;
	text-transform: uppercase;
	font-size: 0.7em;
	display: none}
body.accueil section > .no_flex .carousel-actualites article .no_flex h3 {
	font-size: 1rem;
	color: #fff;
	margin: 0 0;
	padding: 0 0.5em 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s all linear}
body.accueil section > .no_flex .carousel-actualites article .no_flex h3.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.accueil section > .no_flex .carousel-actualites article .no_flex h3 a {	color: #fff}
body.accueil section > .no_flex .carousel-actualites article .no_flex .no_flex.font_small {
	color: #fff;
	padding: 0.5em 1em}
body.accueil section > .no_flex .carousel-actualites article .no_flex .no_flex.font_small a {	color: #fff}
body.accueil section.actualites > .no_flex h2 {	color: #fff}
body.accueil section > .no_flex .carousel-actualites.slick-slider .btn {	background: none}
body.accueil section > .no_flex .carousel-agenda.slick-slider .btn.next {	right: 5em}
body.accueil section > .no_flex .carousel-agenda article {	padding: 0 1em}
body.accueil section > .no_flex .carousel-agenda article > div {
	padding: 0.5em;
	min-height: 5.2em;
	background: rgba(32,33,38,0.6)}
body.accueil section > .no_flex .carousel-agenda article > div h3 {
	color: #fff;
	font-size: 1rem}
body.accueil section > .no_flex .carousel-agenda article > div p.font_small {
	color: #fff;
	text-transform: uppercase}
body.accueil section.photos > .no_flex h2 {	color: #fff}
body.accueil section > .no_flex .carousel-photos.slick-slider .btn {	background: none}
body.accueil section > .no_flex .carousel-photos.slick-slider .btn.next {	right: 5em}
	
	@media screen and (max-width: 1440px) {
		body.accueil section > .no_flex .carousel-actualites.slick-slider .btn.next,
		body.accueil section > .no_flex .carousel-agenda.slick-slider .btn.next,
		body.accueil section > .no_flex .carousel-photos.slick-slider .btn.next {	right: 0}
	}
	
body.accueil section > .no_flex .carousel-photos article {	padding: 1em}

	@media screen and (max-width: 280px) {
		body.accueil section > .no_flex .carousel-photos article {  padding: 0 1em}
	}
	
body.accueil section > .no_flex .carousel-photos article > div {	line-height: 0}
body.accueil section > .no_flex .carousel-photos article > div .no_flex.shadowed {	box-shadow: 0 5px 12px rgba(0,0,0,0.15)}
body.accueil section > .no_flex .carousel-photos article > div > .no_flex.two > .no_flex:first-child {	margin: 0 0 1em}
body.accueil section > .no_flex .carousel-photos article > div > .no_flex.three > .no_flex:nth-child(2) {	margin: 1em 0}
body.accueil section > .no_flex .carousel-photos article > div > .no_flex.one p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 100%}
body.accueil section > .no_flex .carousel-photos article > div > .no_flex.two .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 47%}
body.accueil section > .no_flex .carousel-photos article > div > .no_flex.three .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 29.5%}
body.accueil section > .no_flex .carousel-photos article .no_flex p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.accueil section > .no_flex .carousel-photos article .no_flex p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.3s all linear}
body.accueil section > .no_flex .carousel-photos article .no_flex p:first-child > a:hover > img {	transform: scale(1.1)}
body.accueil section > .no_flex .carousel-photos article .no_flex p.absolute.align_right {
	top: 0;
	right: 0;
	background: #fff;
	padding: 0.25em 0.5em 0.15em;
	color: #e42424;
	text-transform: uppercase;
	font-size: 0.7em;
	display: none}
body.accueil section > .no_flex .carousel-photos article .no_flex h3 {
	font-size: 1rem;
	color: #fff;
	margin: 0 0;
	padding: 0 0.5em 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s all linear}
body.accueil section > .no_flex .carousel-photos article .no_flex h3.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.accueil section > .no_flex .carousel-photos article .no_flex h3 a {	color: #fff}
body.accueil section > .no_flex .carousel-photos article .no_flex .no_flex.font_small {
	color: #fff;
	padding: 0.5em 1em}
body.accueil section > .no_flex .carousel-photos article .no_flex .no_flex.font_small a {	color: #fff}
body.accueil section#partenaires > .no_flex > h2,
body.accueil section#partners > .no_flex > h2 {
	transform: rotate(90deg);
	transform-origin: left;
	top: 0.5rem;
	left: 98%;
	margin: 0 0 0;
	margin-top: 0px;
	color: rgb(32, 33, 38);
	opacity: 0.5}
body.accueil section#partenaires > .no_flex,
body.accueil section#partners > .no_flex {
	background: #fff;
	padding: 8em 0}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#partenaires > .no_flex,
		body.accueil section#partners > .no_flex {	padding: 6em 0}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#partenaires > .no_flex,
		body.accueil section#partners > .no_flex {	padding: 4em 0}
	}
	
body.accueil section#partenaires > .no_flex .carousel-partenaires,
body.accueil section#partners > .no_flex .carousel-partenaires {	padding: 0 6em 0 1em }
body.accueil section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn.next,
body.accueil section#partners > .no_flex .carousel-partenaires.slick-slider .btn.next {	right: 5em}
body.accueil section#partenaires > .no_flex .carousel-partenaires article,
body.accueil section#partners > .no_flex .carousel-partenaires article {	padding: 1em}
body.accueil section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall,
body.accueil section#partners > .no_flex .carousel-partenaires article > div .container_flex.xxsmall {
	max-height: 100%;
	height: 3em;
	overflow: hidden;
	position: relative;
	opacity: 0.6}
body.accueil section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p,
body.accueil section#partners > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
body.accueil section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p.lazy-load,
body.accueil section#partners > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p.lazy-load {	background-color: #fff}
body.accueil section#partenaires > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p img,
body.accueil section#partners > .no_flex .carousel-partenaires article > div .container_flex.xxsmall p img {
	object-fit: contain;
	max-height: 3em;
	background: #fff;
	filter: none}
	
	@media screen and (max-width: 1440px) {
		body.accueil section#partenaires > .no_flex .carousel-partenaires,
		body.accueil section#partners > .no_flex .carousel-partenaires {
			margin: 1em 3em 0 2em;
			padding: 0 0}
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {	left: 97.5%}
		body.accueil section#partenaires > .no_flex .carousel-partenaires.slick-slider .btn.next,
		body.accueil section#partners > .no_flex .carousel-partenaires.slick-slider .btn.next {	right: 0}
	}
	@media screen and (max-width: 1152px) {
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {	left: 96.5%}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {	left: 95%}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {	left: 93.5%}
	}
	@media screen and (max-width: 320px) {
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {	left: 90%}
	}
	@media screen and (max-width: 280px) {
		body.accueil section#partenaires > .no_flex,
		body.accueil section#partners > .no_flex {
			padding: 2em 0;
			display: flex;
			flex-direction: column;
			flex-wrap: wrap}
		body.accueil section#partenaires > .no_flex > h2,
		body.accueil section#partners > .no_flex > h2 {
			position: initial;
			transform: none;
			margin: 0 0.5rem 1em;
			order: 1}
		body.accueil section.actualites-et-agenda > .no_flex .center:nth-child(2) {
			margin: 1em 0.5em 0;
			width: auto;
			order: 3}
		body.accueil section#partenaires > .no_flex .carousel-partenaires,
		body.accueil section#partners > .no_flex .carousel-partenaires {
			margin: 0 0 0 0;
			width: 100%;
			order: 2}
		body.accueil section.actualites-et-agenda > .no_flex .center:nth-child(2) > .flex.content_start {	justify-content: center}
		body.accueil section#partenaires > .no_flex .carousel-partenaires article,
		body.accueil section#partners > .no_flex .carousel-partenaires article {	padding: 0 1em}
	}
	
body.accueil .swal-content > div > p.align_center {	text-align: center}
body.accueil .swal-content > div > p.LH-0 {
	float: left;
	max-width: 380px;
	margin: 0 2em 2em 0}
body.accueil .swal-content > div > p.LH-0 > span {	display: block}
body.accueil .swal-content > div ul {
	margin: 0 0 0 !important;
	width: auto !important}
body.accueil .swal-content > div ul > li {
	padding: 0 0 0 !important;
	width: auto !important}
body.accueil .swal-content > div ul > li::before {	display: none}
body.accueil .swal-footer {	clear: both}

/************************************************************************************************************************************************************/
/* ACTUALITES																																				*/
/************************************************************************************************************************************************************/	
body.actualites section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;}
body.actualites.mobile section.stellar {	background-position: 50% 50% !important}
body.actualites section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.actualites section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
body.actualites section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@media screen and (max-width: 768px) {
		body.actualites section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.actualites section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.actualites section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-height: 768px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 768px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 576px) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (max-height: 640px) and (orientation: portrait) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (min-height: 641px) and (orientation: portrait) {
		body.actualites section.stellar > .no_flex > .center {	min-height: 480px}
	}

body.actualites section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge {	margin: 0 0 1em}
body.actualites section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {	margin: 0 0 0}
	
	@media screen and (max-width: 1024px) {
		body.actualites section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
	}
	
body.actualites section.stellar > .no_flex > .center h1 a {	color: #fff}
body.actualites section.stellar > .no_flex > .center > .flex > .container_flex p {
	text-align: justify;
	text-align-last: center}
body.actualites section.stellar > .no_flex > .center > .flex > .container_flex .button.after {
	padding: 0 2em 0em 0.5em;
	font-size: 0.7rem}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium {
	margin: 0 0 0;
	width: 50%;
	padding: 1em}
	
	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium:first-child,
		body.actualite section > .no_flex > .center > .flex > .container_flex.large {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child,
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 32% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium:first-child,
		body.actualite section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0 !important;
			padding: 0 0 0}
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child,
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 1em 0 0 0 !important;
			padding: 0 0 0}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall {	margin: 2em 0 0 0 !important;}
	}
	
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > div {	line-height: 0}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium .shadowed {	box-shadow: 0 5px 12px rgba(0,0,0,0.15)}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:first-child > .no_flex:nth-child(n+2),
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex:nth-child(n+2) {	margin: 1em 0}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:first-child > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 58.5%}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 28%}
	
	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex > p:first-child {	padding-top: 56%}
	}
	
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex:hover > p:first-child > a > img,
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex:hover > p:first-child > a > img {	transform: scale(1.1)}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.05em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute > .no_flex {	margin: 0.5em 0 0}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex h2,
body.actualites section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex h2 a,
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2,
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2 a,
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p {
	font-size: 1rem;
	color: #fff;
	margin: 0 0;}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2 {	margin: 0 0 0}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p:not(.align_right) {	text-align: justify}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p {
	margin: 0.5em 0 0;
	width: 100%}
body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p > .button.after {
	padding: 0 2em 0em 0.5em;
	font-size: 0.7rem}
	
	@media screen and (max-width: 480px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute > .no_flex {	max-width: 100%}
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute > .no_flex > p:first-child {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis}
	}
	@media screen and (max-width: 320px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2 {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			max-width: 100%}
		body.actualites section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute > .no_flex > p:first-child {	display: none}
	}
	
body.actualite section > .no_flex > .center > .flex > .container_flex.large {	width: 66%}
body.actualite section > .no_flex > .center > .flex > .container_flex.large > p {	margin: 2em 0 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2) {	margin: 1em 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 28%}
	
	@media screen and (max-width: 1024px) {
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child {	padding-top: 56%}
	}
	
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:hover > p:first-child > a > img,
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:last-child > .no_flex:hover > p:first-child > a > img {	transform: scale(1.1)}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.05em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h2 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h2,
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h2 a {
	font-size: 1rem;
	color: #fff;
	margin: 0 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p {	margin: 0.5em 0 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after {
	padding: 0 2em 0em 0.5em;
	line-height: 1.7em;
	font-size: 0.7rem}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after svg.icon.primary,
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after svg.icon.secondary {	top: 15%}

/************************************************************************************************************************************************************/
/* AGENDA																																					*/
/************************************************************************************************************************************************************/	
body.agenda section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat}
body.agenda.mobile section.stellar {	background-position: 50% 50% !important}
body.agenda section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.agenda section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
body.agenda section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@media screen and (max-width: 768px) {
		body.agenda section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.agenda section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.agenda section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-height: 768px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 768px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 576px) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (max-height: 640px) and (orientation: portrait) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (min-height: 641px) and (orientation: portrait) {
		body.agenda section.stellar > .no_flex > .center {	min-height: 480px}
	}

body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge {  margin: 0 0 1em}
body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button.month {	overflow: visible}
body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button.current {
	color: #e42423;
	background: #fff;
	border: 1px solid #fff}
body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button > span {
	right: -0.5em;
	top: -0.5em;
	background: #fff;
	color: #e42423;
	line-height: 1em;
	padding: 0.6em 0.25em 0;
	font-size: 0.7em;
	border-radius: 50%;
	width: 2em;
	height: 2em;}
	
	@media screen and (max-width: 1280px) {
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button.month {	padding: 0.15em 1.5em 0.1em}
	}
	@media screen and (max-width: 1024px) {
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button {
			width: 10.8%;
			margin: 0 2%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7n+1) {	margin-left: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7n) {	margin-right: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(n+8) {	margin-top: 0.75em}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button.month {	padding: 0.15em 1.5em 0.1em 0.33em}
	}
	@media screen and (max-width: 576px) {
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > div {	min-width: 49%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > div:nth-child(1) {
			order: 1;
			margin-right: 1%;
			margin-bottom: 0.75em;
			text-align: right}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > div:nth-child(14) {
			order: 2;
			margin-left: 1%;
			margin-bottom: 0.75em;
			text-align: left}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button {	width: 13.3%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(2),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(8) {	margin-left: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(13) {	margin-right: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(n+8) {	margin-top: 1em}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(2) {	order: 3}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(3) {	order: 4}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(4) {	order: 5}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(5) {	order: 6}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(6) {	order: 7}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7) {	order: 8}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(8) {	order: 9}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(9) {	order: 10}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(10) {	order: 11}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(11) {	order: 12}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(12) {	order: 13}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(13) {	order: 14}
	}
	@media screen and (max-width: 480px) {
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button {	width: 22%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(6),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(10) {	margin-left: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(5),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(9),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(13) {	margin-right: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7) {	margin-right: 2%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(8) {	margin-left: 2%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(n+6) {	margin-top: 1em}
	}
	@media screen and (max-width: 280px) {
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button {	width: 30.5%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(5),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(8),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(11) {	margin-left: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(4),		
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(7),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(10),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(13) {	margin-right: 0}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(6),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(10) {	margin-left: 2%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(5),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(8),
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(9) {	margin-right: 2%}
		body.agenda section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge > .flex > .button:nth-child(n+5) {	margin-top: 1em}
	}
	
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda {
	min-height: 0;
	display: none}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex {
	padding: 1em;
	background: #fff;
	box-shadow: 0 5px 12px rgba(0,0,0,0.05);
	min-height: 0}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex,
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .no_flex {	margin: 0 0 3em}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before {	opacity: 0.2}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex .font_small:first-child {
	font-size: 1rem;
	text-transform: uppercase}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall.align_right {	line-height: 1em}
	
	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall {	width: 25%}
	}
	@media screen and (max-width: 768px) {
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex {
			padding: 0.5em 0;
			background: #fff;
			box-shadow: none;
			border: 1px solid rgba(32,33,38, 0.1)}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.content_between {
			margin: 0 0 0;
			padding: 0.5em 0.5em;
			border-top: 1px solid rgba(32,33,38, 0.1);
			justify-content: start}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before {
			max-height: 2.2em;
			border-top: 1px solid rgba(32,33,38, 0.6);
			overflow: hidden;
			-webkit-transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1);
			transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before:first-child {	max-height: 1.7em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show {
			opacity: 1;
			border-top: 1px solid rgba(32,33,38, 0.1);
			max-height: 10em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex:first-child,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show:first-child { 
			padding-top: 0;
			margin-top: 0;
			border-top: none}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex:last-child { 	padding-bottom: 0}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall {	width: 33% !important}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall:first-child {	margin: 0 1% 0 0 !important}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xmedium {
			width: 65% !important;
			margin: 0 0 0 1% !important}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xmedium {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall.align_right {
			margin: 0 0 0 0 !important;
			text-align: left}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex {	cursor: pointer}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xxsmall.align_right {
			max-height: 0;
			overflow: hidden;
			-webkit-transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1);
			transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall.align_right {	max-height: 1.5em}
	}
	@media screen and (max-width: 576px) {
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.content_between:not(.before),
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.content_between.before.show {	padding: 0.75em 0.5em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.content_between.before.show:first-child {	padding-top: 0}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xxsmall {	order: 1}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xxsmall.align_right {
			max-height: 0;
			overflow: hidden;
			-webkit-transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1);
			transition: max-height 0.36s cubic-bezier(0.77, 0, 0.175, 1);
			order: 3}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xmedium {
			width: 48% !important;
			order: 2}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall {
			width: 48% !important;
			margin: 0 1% 0.5em 0 !important;
			order: 1}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall.align_right,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall.align_right {
			width: 48% !important;
			margin: 0 0 0.5em 1% !important;
			text-align: right;
			order: 2}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall.align_right {	max-height: 1.5em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xmedium,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 0 !important;
			order: 3}
	}
	@media screen and (max-width: 380px) {
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before {	max-height: 4.5em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before:first-child {	max-height: 4em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show:first-child {	max-height: 20em}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall:first-child,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall {
			width: 100% !important;
			text-align: center;
			margin: 0 0 0.5em 0 !important;
			order: 1}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xmedium,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before > .container_flex.xmedium {
			width: 100% !important;
			text-align: center;
			order: 2}		
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex > .container_flex.xxsmall.align_right,
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall.align_right {
			width: 100% !important;
			margin: 0.5em 0 0 0 !important;
			text-align: center;
			order: 3}
		body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex.before.show > .container_flex.xxsmall.align_right {	display: block}
	}
	
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex .font_small:first-child svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > h2 {
	color: #2d3037;
	font-size: 2rem;
	margin: 0 0 0}
	
	@media screen and (max-width: 1280px) {
		body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > h2 {	font-size: 2.2rem}
	}
	@media screen and (max-width: 1024px){
		body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > h2 {	font-size: 2rem}
	}
	@media screen and (max-width: 768px){
		body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > h2 {	font-size: 1.7rem}
	}
	
body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > .container_flex.xxsmall:last-child {	margin-right: 0}
body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > .container_flex.xxsmall > .button {
	padding: 0 2em 0em 0.5em;
	line-height: 1.7em;
	font-size: 0.7rem}
body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > .container_flex.xxsmall > .button.after svg.icon.primary,
body.agenda section > .no_flex > .center > .no_flex .no_flex .flex > .container_flex.xxsmall > .button.after svg.icon.secondary {  top: 15%}
body.agenda section > .no_flex > .center > .no_flex .no_flex.mois_agenda > .no_flex > .flex .hidden {	display: none}
body.agenda .swal-content > div > p.align_center {	text-align: center}
body.agenda .swal-content > div > p.align_center svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body.agenda .swal-content > div > .no_flex {	margin-top: 2em}

/************************************************************************************************************************************************************/
/* PHOTOS																																					*/
/************************************************************************************************************************************************************/	
body.photos section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat}
body.photos.mobile section.stellar {	background-position: 50% 50% !important}
body.photos section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.photos section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
	
	@media screen and (max-width: 768px) {
		body.photos section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.photos section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.photos section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
body.photos section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-height: 768px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 768px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 576px) {
		body.photos section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (max-height: 640px) and (orientation: portrait) {
		body.photos section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (min-height: 641px) and (orientation: portrait) {
		body.photos section.stellar > .no_flex > .center {	min-height: 480px}
	}

body.photos section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge {	margin: 0 0 1em}
body.photos section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {	margin: 0 0 0}
	
	@media screen and (max-width: 1024px) {
		body.photos section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
	}
	
body.photos section.stellar > .no_flex > .center h1 a {	color: #fff}
body.photos section.stellar > .no_flex > .center > .flex > .container_flex p {
	text-align: justify;
	text-align-last: center}
body.photos section.stellar > .no_flex > .center > .flex > .container_flex .button.after {
	padding: 0 2em 0em 0.5em;
	font-size: 0.7rem}
body.photos section > .no_flex > .center > .flex > .container_flex.medium {
	margin: 0 0 0;
	width: 50%;
	padding: 1em}
	
	@media screen and (max-width: 1024px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.medium:first-child {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child {
			width: 32% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.medium:first-child {
			width: 100% !important;
			margin: 0 0 0 0 !important;
			padding: 0 0 0}
		body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child {
			width: 100% !important;
			margin: 1em 0 0 0 !important;
			padding: 0 0 0}
	}
	
body.photos section > .no_flex > .center > .flex > .container_flex.medium > div {	line-height: 0}
body.photos section > .no_flex > .center > .flex > .container_flex.medium .shadowed {	box-shadow: 0 5px 12px rgba(0,0,0,0.15)}
body.photos section > .no_flex > .center > .flex > .container_flex.medium:first-child > .no_flex:nth-child(n+2),
body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex:nth-child(n+2) {	margin: 1em 0}
body.photos section > .no_flex > .center > .flex > .container_flex.medium:first-child > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 58.5%}
body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 28%}
	
	@media screen and (max-width: 1024px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex > p:first-child {	padding-top: 56%}
	}
	
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex:hover > p:first-child > a > img,
body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex:hover > p:first-child > a > img {	transform: scale(1.1)}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.05em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute > .no_flex {	margin: 0.5em 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex h2,
body.photos section > .no_flex > .center > .flex > .container_flex.medium:last-child > .no_flex h2 a,
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2,
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2 a,
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p {
	font-size: 1rem;
	color: #fff;
	margin: 0 0;}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute h2 {	margin: 0 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p:not(.align_right) {	text-align: justify}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p {
	margin: 0.5em 0 0;
	width: 100%}
body.photos section > .no_flex > .center > .flex > .container_flex.medium > .no_flex > .absolute p > .button.after {
	padding: 0 2em 0em 0.5em;
	font-size: 0.7rem}	
body.photos section > .no_flex > .center > .flex > .container_flex.large {	width: 66%}

	@media screen and (max-width: 1024px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.large {
			width: 100%;
			margin: 0 0 2em !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small {
			width: 32% !important;
			margin: 0 1% !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small:first-child {	margin-left: 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small:last-child {	margin-left: 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 0 !important;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center}
	}
	@media screen and (max-width: 768px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.large {	margin-bottom: 2em !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small {	margin-bottom: 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex.small:nth-child(n+2) {	margin-top: 1em !important}
	}
	
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex:nth-child(n+2) {	margin: 1em 0}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex.paysage > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 56%}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex.portrait > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 126%}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > p:first-child > span {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > p:first-child > span > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex:hover > p:first-child > a > img,
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex:hover > p:first-child > a > img {	transform: scale(1.1)}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.5em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > .absolute > .no_flex {	margin: 0.5em 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > .absolute h2,
body.photos section > .no_flex > .center > .flex > .container_flex.large > .flex > .container_flex > .no_flex > .absolute h2 a {
	font-size: 1rem;
	color: #fff;
	margin: 0 0;}
body.photos section > .no_flex > .center > .flex > .container_flex.large > p {	margin: 2em 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > h4 {
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2) {	margin: 1em 0}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 28%}
	
	@media screen and (max-width: 1024px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > h4 {
			margin-bottom: 0.5em;
			width: 100%}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex,
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2) {
			width: 32%;
			margin: 0 1%}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2),
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(4n+1) {	margin-left: 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(4n) {	margin-left: 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+5) {	margin-top: 1em !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child {	padding-top: 56%}
	}
	@media screen and (max-width: 768px) {
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex,
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2) {
			width: 100% !important;
			margin: 0 0 !important}
		body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+3) {	margin-top: 1em !important}
	}

body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:hover > p:first-child > a > img,
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall:last-child > .no_flex:hover > p:first-child > a > img {	transform: scale(1.1)}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.05em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h3 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h3,
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h3 a {
	font-size: 1rem;
	color: #fff;
	margin: 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p {	margin: 0.5em 0 0}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after {
	padding: 0 2em 0em 0.5em;
	line-height: 1.7em;
	font-size: 0.7rem}
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after svg.icon.primary,
body.photos section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p > .button.after svg.icon.secondary {	top: 15%}
body.photos #cboxPrevious,
body.photos #cboxNext {	display: none !important}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/	
body.contact section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat}
body.contact.mobile section.stellar {	background-position: 50% 0% !important}
body.contact section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.contact section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
body.contact section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@media screen and (max-width: 768px) {
		body.contact section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.contact section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.contact section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-height: 768px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 768px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 576px) {
		body.contact section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (max-height: 640px) and (orientation: portrait) {
		body.contact section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (min-height: 641px) and (orientation: portrait) {
		body.contact section.stellar > .no_flex > .center {	min-height: 480px}
	}

body.contact section.stellar > .no_flex > .center > .flex > .container_flex.xxxlarge {  margin: 0 0 1em}
body.contact section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {  margin: 0 0 0}
body.contact section.stellar > .no_flex > .center > .flex > .container_flex.xmedium .button {  margin: 0 1em}
body.contact section > .no_flex > .center > .flex > .container_flex.large {	width: 66%}
body.contact section > .no_flex > .center > .flex > .container_flex.large h2 {
	opacity: 0.5;
	color: rgb(32,33,38);}
body.contact section > .no_flex > .center > .flex > .container_flex.large p {	font-size: 1rem}
body.contact section > .no_flex > .center > .flex > .container_flex.large form {	margin: 2em 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex,
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex > .no_flex {	margin: 0 0 2em}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex:nth-last-child(2) {	margin: 0 0 1em}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex.xxxlarge {	margin: 2em 0 0 }
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex.xxxlarge {	margin: 2em 0 0 }
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex input,
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex .form_select,
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex textarea {
	margin-top: 0.5em;
	padding: 0.5em 1em;
	border: 1px solid rgba(32,33,38, 0.2);
	background: none;
	transition: all 0.36s linear 0s}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex .no_flex.focus input,
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex .no_flex.focus .form_select,
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex .no_flex.focus textarea {	border: 1px solid #e42423;}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex .form_select {
	padding: 0 0;
	margin-top: 0.5em !important}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex select {
	padding: 0.5em 1em;
	background: #fff;
	border: none}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex select + svg {
	left: auto;
	right: -0.25em}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex:nth-last-child(2) > .container_flex.small {	width: auto}
body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha label {
	width: 1.6em;
	margin: 0 0.5em 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha input {
	max-width: 8em;
	margin: 0 0 0 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha svg {	margin: 0 0 !important}
body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha label.container_flex.xxxsmall::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	bottom: 0;
	width: 1.4em;
	background: #1d1d1a;
	-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.large form .flex.captcha .flex {	margin-left: 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.large form > .no_flex:last-child {
	padding: 0.5em;
	background: rgba(32,33,38, 0.05);
	text-align: justify;
	font-style: italic}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall h2 {	
	font-size: 1.5rem;
	color: rgb(32,33,38);
	opacity: 0.5}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall p:not(.lazy),
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul {
	padding: 1em 0.5em;
	background: rgb(32,33,38);
	color: #fff;
	box-shadow: 0 5px 12px rgba(0,0,0,0.15)}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall strong {
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul,
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul > li {
	width: 100% !important;
	/* margin: 0 0 0 !important; */
	padding: 0 0 0 !important;
	text-align: center}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul {	padding: 1em 0.5em !important}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul > li {
	margin: 0 0 0.5em;
	font-size: 1rem}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall ul > li::before {	display: none}

	@media screen and (max-width: 1280px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .button {	font-size: 1rem}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .button.after {	padding: 0.45em 2em 0.2em 0.5em}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .button.after svg.icon.primary,
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .button.after svg.icon.secondary { 
			width: 1.1em;
			height: 1.1em;
			right: 0.25em;}
	}
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.contact section.stellar > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex:nth-last-child(2) > .container_flex.small {	margin: 0 0.5em 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex:nth-last-child(2) > .container_flex.small,
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha .flex {	width: auto !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha .flex {	margin: 0 0 0 0.5em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha label {
			width: 1.6em !important;
			margin: 0 0.5em 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 32% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large h2 {	margin: 0 0 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form {	margin: 1em 0 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex,
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex.medium,
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex > .no_flex:first-child {	margin: 0 0 1em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex.xxxlarge {	margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex > .container_flex.xxxlarge > .no_flex:first-child {	margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	@media screen and (max-width: 480px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha input {	max-width: 4em}
	}
	@media screen and (max-width: 384px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex.content_start {	justify-content: center}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .flex.content_start > .flex.content_start {
			width: 100% !important;
			margin: 0 0 1em !important;
			justify-content: center}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form > .no_flex:last-child {
			line-height: 1.4em;
			font-size: 0.8rem}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall h2 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 280px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha .flex {	margin: 0 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha input {	max-width: 3.5em}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha svg { 
			height: 1.1em;
			width: 1.1em}
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha label.container_flex.xxxsmall::after {	width: 1em}
	}
	@media screen and (max-width: 200px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large form .flex.captcha label {	display: none}
	}
	
/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/	
body.cms section.stellar {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;}
body.cms.mobile section.stellar {	background-position: 50% 50% !important}
body.cms section:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
body.cms section.stellar > .no_flex {
	color: #fff;
	padding: 4em 0}
body.cms section.stellar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 5%, rgba(32,33,38,0) 105%)}
	
	@media screen and (max-width: 768px) {
		body.cms section:not(.stellar) > .no_flex {	padding: 2em 0}
		body.cms section.stellar > .no_flex {	padding: 2em 0}
	}
	
body.cms section.stellar > .no_flex > .center {
	min-height: 768px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center}
	
	@media screen and (max-width: 1280px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 384px}
	}
	@media screen and (max-height: 768px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 768px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 320px}
	}
	@media screen and (max-width: 576px) {
		body.cms section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (max-height: 640px) and (orientation: portrait) {
		body.cms section.stellar > .no_flex > .center {	min-height: 280px}
	}
	@media screen and (min-height: 641px) and (orientation: portrait) {
		body.cms section.stellar > .no_flex > .center {	min-height: 480px}
	}

body.cms.devenez-partenaire section > .no_flex > h2 {
	transform: rotate(90deg);
	transform-origin: left;
	top: 0.5rem;
	left: 98%;
	white-space: nowrap;
	margin: 0 0 0;
	color: rgb(32, 33, 38);
	opacity: 0.5}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex h2 {
	font-size: 2rem;
	margin: 0 0 1em;
	color: #fff;}
	
	@media screen and (max-width: 768px){
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.7rem}
	}
	@media screen and (max-width: 576px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex h2 {
			text-align: center;
			font-size: 1.5rem}
	}
	@media screen and (max-width: 384px){
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.3rem}
	}
	
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large {  width: 66%}

	@media screen and (max-width: 1024px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex.content_between {	justify-content: space-between}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large {
			width: 66% !important;
			margin: 0 1% 0 0 !important}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 23.5% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 768px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0 !important;
			padding: 0 0 0}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 1em 0 0 0 !important;
			padding: 0 0 0}
	}
	
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex {
	position: relative;
	padding: 1em 1em;
	color: #fff;
	background-image: url('https://www.megamovosges.team/upload/z-00000070-547797600_1577013973473652_5327069219455232212-1760097455.jpg');
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	box-shadow: 0 5px 12px rgba(0,0,0,0.05)}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex:nth-child(n+2) {	margin-top: 2em}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 33, 38, 0.85)}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex ul {
	text-align: justify;
	width: 92% !important}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex ul > li::before {
	top: 0.4em !important;
	content: '→' !important}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex p:last-child {
	z-index: 0;
	position: relative;
	text-align: right}
	
	@media screen and (max-width: 576px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex p:last-child {	text-align: center}
	}
	
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex p:last-child strong {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Nunito Sans';
	padding: 0.05em 1em 0.05em;
	/* font-weight: normal; */
	box-shadow: 0 5px 12px rgba(0,0,0,0.05);
	border-radius: 2px}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex:nth-child(1) p:last-child strong {
	border: 2px solid #e42423;
	background: #e42423}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex:nth-child(2) p:last-child strong {
	border: 2px solid #f4ed89;
	background: #f4ed89;
	color: #1d1d1a;}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex:nth-child(3) p:last-child strong {
	border: 2px solid #4d1177;
	background: #4d1177}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large > .no_flex:nth-child(4) p:last-child strong {
	border: 2px solid #2380e4;
	background: #2380e4}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Prompt', 'Helvetica', sans serif;
	font-weight: 600;
	font-style: italic}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p {
	position: relative;
	margin: 1em 0 0;
	overflow: hidden;
	padding-top: 85%}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {	margin: 1em 0 0}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s;}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute p {
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0;
	padding: 0.5em 0.5em;
	background: rgba(0,0,0,0.6)}
	
	@media screen and (max-width: 768px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.large {	margin-bottom: 2em !important}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex,
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+2) {
			width: 100% !important;
			margin: 0 0 !important}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+3) {	margin-top: 1em !important}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p {	padding-top: 56%}
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p img {	object-position: top center}
	}
	@media screen and (max-width: 480px) {
		body.cms.devenez-partenaire section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p {	padding-top: 85%}
	}
	
/************************************************************************************************************************************************************/
/* 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: 2em 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: rgb(32, 33, 38);
	opacity: 0.5;
	font-size: 2rem}
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:not(.stellar) > .no_flex {
	background: #fff;
	padding: 4em 0}
	
	@media screen and (min-height: 768px) {
		body.erreur section:not(.stellar) > .no_flex {	padding: 8em 0}
	}
	
body.erreur section > .no_flex h1,
body.erreur section > .no_flex > .center p {	text-align: center}
body.erreur section > .no_flex > .center > .flex > .container_flex.xmedium {	margin: 2em 0 0 !important}
body.erreur section > .no_flex > .center > .flex ul {
	width: 95% !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}