body {color: #282828; background-color: #fff; font-family: 'Mulish'; font-size: 20px}a {color: #282828}input, textarea, select, option {font: 400 1em Mulish}
/* 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 {	font-family: 'Akrobat', 'Helvetica', sans serif}
.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {
			width: auto;
			margin: 0 2em}
	}
	@media screen and (max-width: 1024px) {
		.center {
			width: auto;
			margin: 0 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 defile {
	0% {	transform: translateY(0)}
	25% {	transform: translateY(0%)}
	50% {	transform: translateY(-100%)}
	75% {	transform: translateY(-100%)}
	100% {	transform: translateY(0)}
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  1% {
    -webkit-transform:scale(.5);
    transform:scale(.5)
  }
  45% {
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
  }
  80% {
    -webkit-transform:scale(.95);
    transform:scale(.95)
  }
  to {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: inherit;
	animation: fadeIn 2.5s ease-out 0s 1 both}	
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px);
	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 #main section .center {	z-index: 2}	
.container_flex.small + .container_flex.xxsmall:nth-child(2) {	width: 7%}
.container_flex.xxsmall + .container_flex.smedium {	margin-top: 0}

	@media screen and (max-width: 768px) {
		section .flex > .container_flex.xlarge,
		section .flex > .container_flex.large,
		section .flex > .container_flex.slarge,
		section .flex > .container_flex.xmedium,
		section .flex > .container_flex.medium,
		section .flex > .container_flex.smedium,
		section .flex > .container_flex.small,
		section .flex > .container_flex.xsmall,
		section .flex > .container_flex.xxsmall {	margin: 0 0 4em !important}
	}
	
section {
	position: relative;
	z-index: 2}
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section .center p {	line-height: 1.5em}
section:not(#slider) h1,
section:not(#slider) h2 {	margin: 0 0 1em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
section h1 {
	font-size: 2rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Mulish';
	text-transform: uppercase}
section h2 {
	font-size: 1.7rem;
	font-weight: bold;
	font-family: 'Mulish';
	text-transform: uppercase;
	position: relative;}
section h3 {
	font-size: 1.4rem;
	padding: 0 0 0;
	font-family: 'Mulish';
	font-weight: bold}
	
	@media screen and (max-width: 768px){
		section h1 {	font-size: 1.8rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.25rem}
	}
	@media screen and (max-width: 576px){
		section h1 {	font-size: 1.6rem}
		section h2 {	font-size: 1.3rem}
		section h3 {	font-size: 1.1rem}
	}
	
h1,h2, h3 {	position: relative}
body section:not(.hero-slider) h1,
body section:not(.hero-slider) h2,
body section:not(.hero-slider) h3,
body section:not(.hero-slider) h4,
body section:not(.hero-slider) h5,
body section:not(.hero-slider) h6,
body section:not(.hero-slider) ul,
body section:not(.hero-slider) p:not(.lazy-load) {
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body section:not(.hero-slider) h1.visible,
body section:not(.hero-slider) h2.visible,
body section:not(.hero-slider) h3.visible,
body section:not(.hero-slider) h4.visible,
body section:not(.hero-slider) h5.visible,
body section:not(.hero-slider) h6.visible,
body section:not(.hero-slider) ul.visible,
body section:not(.hero-slider) p:not(.lazy-load).visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
.block {
	padding: 0;
	border-radius: 0}
strong,
b {	font-weight: bold}
.shadowed {	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)}
.no_flex a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb::before,
a.shadowbox.thumb::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#383838}
a.shadowbox.thumb::before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb::after {	transform: rotate(1deg)}
.slick-slider {	position: relative;	display: block;	box-sizing: border-box;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-touch-callout: none;	-khtml-user-select: none;	-ms-touch-action: pan-y;	touch-action: pan-y;	-webkit-tap-highlight-color: transparent}
.slick-list {	position: relative;	display: block;	overflow: hidden;	margin: 0;	padding: 0}
.slick-list:focus {	outline: none}
.slick-list.dragging {	cursor: pointer;	cursor: hand}
.slick-slider .slick-track,.slick-slider .slick-list {	-webkit-transform: translate3d(0, 0, 0);	-moz-transform: translate3d(0, 0, 0);	-ms-transform: translate3d(0, 0, 0);	-o-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0)}
.slick-track {	position: relative;	top: 0;	left: 0;	display: block;	margin-left: auto;	margin-right: auto}
.slick-loading .slick-track {	visibility: hidden}
.slick-slide {	display: none;	float: left;height: 100%;min-height: 1px;min-height: 1px;}
.slick-initialized .slick-slide {    display: block}
.slick-loading .slick-slide {	visibility: hidden}
.slick-vertical .slick-slide {	display: block;	height: auto;}
.slick-vertical .slick-slide > div > div {	white-space: nowrap}
.slick-arrow.slick-hidden {	display: none}	
p.hidden {	display: none}
p.hidden_5 {	display: block}
	
	@media screen and (max-width: 1290px) {
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 1024px) {
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 768px) {
		p.hidden_2,
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
.skitter {
	max-width: 1290px;
	max-height: 100%;
	background: none;
	z-index: 1;
	margin: 0 auto 2em}
.skitter .container_skitter {
	max-height: 100%;
	height: 100% !important;
	width: 100% !important;
	display: block !important}
.skitter .image,
.skitter img {
	border-radius: 0;
	object-fit: cover;
	object-position: center}
.skitter .image > .shadowbox {
	width: 100%;
	height: 100%;
	display: block}
.skitter .box_clone,
.skitter .box_clone img {	height: 100% !important}
.skitter .info_slide_dots {
	bottom: 0;
	background: rgba(53, 78, 113,0.6);
	border-radius: 0}
.skitter .info_slide_dots .image_number {	background: rgba(255, 255, 255,0.4);}
.skitter .info_slide_dots .image_number.image_number_select {	background: rgba(255, 255, 255,1)}
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #383838;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.after {	margin-left: 0.5em}
svg.icon.after:not(.before) {	margin-right: 0}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
	
	@media screen and (max-width: 576px) {
		.button:not(.slick-arrow) svg,
		a.button svg {	display: none}
	}
	
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
.LH-0 {	line-height: 0 !important}
ul.align_center > li {	padding: 0 0 0}
ul.align_center > li::before {
	content: '';
	display: none}
.button, a.button {	font-size: 1rem}
#main .button:not(.current):not(.empty) {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Akrobat';
	padding: 0 1.5em 0 1em;
	color: #fff;
	background: none;
	border-radius: 0;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
#main .button:not(.current):not(.empty):not(.slick-arrow):hover  {	padding-right: 3em}
#main .button:not(.current):not(.empty):not(.slick-arrow)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0% 100%);
	background: #a3195b}
#main .button:not(.current):not(.empty):not(.slick-arrow)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	clip-path: polygon(0 0, calc(100% - 1em) 0, calc(100% - 1em) 100%, 0% 100%);
	background: #a3195b}
#main .button:not(.current):not(.empty) > span {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	position: relative;
	z-index: 2;
	color: #fff}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0.25em;
	background: #a3195b;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
#main .button.slick-arrow.slick-disabled {
	opacity: 0.2;
	cursor: default}
#main .button.prev:not(.wide):not(.current):not(.empty) {	left: 0}	
#main .button.next:not(.wide):not(.current):not(.empty) {	right: 0}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) > span {
	padding: 0 0;
	line-height: 1em;
	font-size: 1.2em}
.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: 576px) {
	  .pagination svg {	display: initial !important}
	}
	@media screen and (max-width: 480px) {
		.pagination > .container_flex.xxsmall.current {
			width: 100% !important;
			margin: 0.5em 0 0.5em !important}
		.pagination > .button.empty {
			visibility: hidden;
			width: 0;
			margin: 0 0 0 !important;
			padding: 0 0 0}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr {	width: 100%}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 3px solid #f9f9f9}
#main table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		#main table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #cecece}
		#main table tr:last-child {	border-bottom: 2px solid #cecece}
		#main table tr > td:first-child {	border-top: none}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		#main table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: none}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2}

	@media screen and (max-width: 991px) {
		.hero-slider {	height: 600px}
	}

	@media screen and (max-width: 767px) {
		.hero-slider {	height: 500px}
	}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #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: rgba(0,0,0,0.4)}
body:not(.accueil) .hero-slider .slide-inner::before { display: none}
	
	@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: 90vh}
body:not(.accueil) .hero-style {	height: 17em}

	@media screen and (max-width: 1280px) {
		.hero-style {	height: 900px}
	}
	@media screen and (max-width: 1024px) {
		.hero-style {	height: 700px}
	}
	@media screen and (max-width: 768px) {
		.hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		.hero-style{	height: 600px}
		.hero-slider .slide-inner {
		  background-position: 10% 0% !important;
		  background-size: auto 85%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.hero-style{	height: 576px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		.hero-style{	height: 800px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}	

.hero-slider .hero-slider-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 75%;
	transform: translateY(-50%);
	left: 2em;
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
body:not(.accueil) .hero-slider .hero-slider-container {
	top: auto;
	bottom: 0.5em;
	transform: none}
	
	@media screen and (min-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1366px) {
		.hero-slider .hero-slider-container {	top: 66%}
	}
	@media screen and (max-width: 1152px) {
		.hero-slider .hero-slider-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 768px) {
		.hero-slider .hero-slider-container {
			top: auto;
			left: 1em;
			bottom: 2em;
			width: calc(100% - 2em);
			transform: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {	color: #fff}
body:not(.accueil) .hero-style .slide-title,
body:not(.accueil) .hero-style .slide-text {	color: #282828}
.hero-style .slide-title {	min-width: 51%}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 2rem}

	@media screen and (max-width: 576px) {
		.hero-slider .hero-slider-container {	padding: 2em 0 0}
		.hero-style .slide-title,
		.hero-style .slide-text {	padding: 0 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1,
.hero-slider h2,
.hero-slider p {
	display: inline-block;
	padding: 0}
.hero-slider h1 {
	text-transform: uppercase;
	text-align: center}
.hero-slider h2 {
	font-size: 1.5rem;
	text-transform: uppercase}
.hero-slider p {	margin-top: 1em}
.hero-slider p > a:nth-child(n+2),
.hero-slider p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 1024px) {
		.hero-slider h1 {	font-size: 1.8rem}
		.hero-slider h2 {	font-size: 1.6rem}
	}
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider p > a:nth-child(n+2), .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
	}
	@media screen and (max-width: 768px){
		.hero-slider h1 {	font-size: 1.8rem}
		.hero-slider h2 {	font-size: 1.5rem}
	}
	@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}
.shadowed {
	border-radius: 2px;
	border: 2px solid #AC8C65;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	cursor: default}
a > .shadowed {	cursor: zoom-in}
aside {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 5;
	transform: translateY(-50%)}
aside > ul > li {
	background: #d60b52;
	color: #fff;
	overflow: hidden;
	white-space: nowrap}
aside > ul > li > a {
	display: block;
	color: #fff;
	width: 4em;
	padding: 1em 1em 1em 0;
	overflow: hidden;
	white-space: nowrap}
aside > ul > li > a > svg.icon {
	width: 4em;
	height: 2em}
	
	@media screen and (max-width: 900px) {
		aside {
			top: auto;
			left: 0;
			right: 0;
			bottom: 0;
			transform: none}
		aside > ul > li > a {
			width: 100%;
			padding: 0.5em;
			text-align: center}
		aside > ul > li > a > svg.icon {
			width: 1.4em;
			height: 1.4em}
	}
	
body h1,
body h2,
body h3,
body h4,
body ul,
body p {	cursor: default}
.lazy-load > img,
img.lazy {
	opacity: 0;
	transition: opacity 0.36s linear 0.36s}
.lazy-load.lazy > img,
.lazy-load.lazy > img.lazy {	opacity: 1}
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="%232897d5" 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(125,125,125,.4);
	backdrop-filter: blur(5px)}
body .swal-modal {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	border-radius: 0 !important;
	overflow: auto;
	cursor: default;
	background-color: #fafafa !important;
	box-shadow: 0px 15px 45px rgba(0,0,0,0.3);
	font-size: 20px;
	position: relative;
	margin: 0 0 0;
	text-align: initial !important;
	font-family: 'Akrobat', 'Helvetica', sans serif;
	padding: 2em 0 1em 0}
body .swal-modal::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body .swal-modal::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
body .swal-content {
	color: #282828;
	background-color: #fafafa;
	font-family: 'Akrobat';
	font-size: 20px;
	margin: 0 0 0 !important;
	cursor: default}
body .swal-content p {	line-height: 1.5em}
body .swal-content h1,
body .swal-content h2,	
body .swal-content h3 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
body .swal-content h1 {
	font-size: 2rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Mulish';
	text-transform: uppercase}
body .swal-content h2 {
	font-size: 1.7rem;
	font-weight: bold;
	font-family: 'Mulish';
	text-transform: uppercase;
	position: relative;}
body .swal-content h3 {
	font-size: 1.4rem;
	padding: 0 0 0;
	font-family: 'Mulish';
	text-transform: uppercase;
	font-weight: bold}
	
	@media screen and (max-width: 768px){
		body .swal-content h1 {	font-size: 1.8rem}
		body .swal-content h2 {	font-size: 1.5rem}
		body .swal-content h3 {	font-size: 1.25rem}
	}
	@media screen and (max-width: 576px){
		body .swal-content h1 {	font-size: 1.6rem}
		body .swal-content h2 {	font-size: 1.3rem}
		body .swal-content h3 {	font-size: 1.1rem}
	}

body .swal-content a {color: #282828}
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 > div > p {
	text-align: left;
	width: 100%;
	font-size: 1em;
	margin: 0 0 0.25em;}
body .swal-content > div > h3 {
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	text-align: left;
	font-size: 1.5rem;
	color: #d60b52;}
body .swal-content > div > .no_flex {	margin: 2em 0 0}
body .swal-footer {
	margin: 0 0 0;
	text-align: center;
	padding: 0 0 0;
	position: absolute;
	top: 0;
	right: 0}
body .swal-modal .swal-button {
	font-size: 1rem;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Akrobat';
	padding: 0 1.5em 0 1em;
	color: #fff;
	background: none;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 50% !important;
	text-align: center;
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
body .swal-modal .swal-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #a3195b}
body .swal-modal .swal-button:focus {	box-shadow: none !important}
body .swal-modal .swal-button > svg {
	padding: 0;
	height: 2em;
	width: 2em;
	position: relative;
	z-index: 2;
	color: #fff}
body .swal-modal .swal-button span {	z-index: 2}
/* body .swal-modal .swal-button > span > svg { */
	/* height: 2em; */
	/* width: 2em} */
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil #main > section#carte {	z-index: 0}
body.accueil section > .no_flex {	padding: 4em 0}
body.accueil section#carousel > .no_flex {
	padding: 0 0 2em;
	margin: -1em 0 0 !important}
body.accueil section#lieux_accueil > .no_flex {	padding: 4em 0 2em}

	@media screen and (max-width: 1024px) {
		body.accueil section > .no_flex,
		body.accueil section#lieux_accueil > .no_flex {	padding: 2em 0}
		body.accueil section#carousel > .no_flex {	padding: 0 0 2em}
	}
	@media screen and (max-width: 640px) {
		body.accueil section > .no_flex {	padding: 2em 0 0}
		body.accueil section#carousel > .no_flex {	padding: 0 0 0}
		body.accueil section#lieux_accueil > .no_flex {	padding: 2em 0 1em}
	}
	@media screen and (max-width:480px) {
		body.accueil section#carte > .no_flex {	padding: 2em 0 10em}
	}
	
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div {
	padding: 0 3em 0 3em;	
	display: block}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div {
	padding: 1.5em 3em 1.5em 3em;
	background: #a3195b;
	color: #fff;
	display: block !important;
	box-shadow: 0 7px 12px rgba(0,0,0,0.2)}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.un {	background: #f39200}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.deux {	background: #95c11f}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.trois {	background: #2897d5}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.quatre {	background: #d60b52}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.cinq {	background: #a3195b}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div {
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div.visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
body.accueil section#carousel > .no_flex > .no_flex > .flex.slick-slider article > div  > div h3 {	text-transform: uppercase}
body.accueil section#la_ml > .no_flex > .center {	padding: 2em 0 1em 0}
body.accueil section#la_ml > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.accueil section#la_ml > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#la_ml > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.accueil section#la_ml > .no_flex > .center::before,
		body.accueil section#la_ml > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 768px){
		body.accueil section#la_ml > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.accueil section#la_ml > .no_flex > .center::before {	left: 0}
		body.accueil section#la_ml > .no_flex > .center::before,
		body.accueil section#la_ml > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex h2 {	font-size: 2.5rem}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex h2 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	margin-top: 10em !important;
	z-index: 2;
	margin-left: 10%;
	background: #fafafa;
	padding: 1em;
	width: 47.2%}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 4rem;
	padding: 0 4rem 0 0}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(3) {	margin: 0 0 0.5em}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: -10em}
body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
	position: absolute;
	top: 0;
	width: 27%;
	margin: 0}
	
	@media screen and (max-width: 1440px){
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			margin-top: 8em !important;
			margin-left: 7.5%}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			width: calc(92.5% - 2px) !important;
			margin-top: 10.5em !important;
			margin-right: 0 !important}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {	width: 55% !important}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: 0}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
			margin: 0 0 1em;
			padding: 0 0 0}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {	margin-bottom: 0 !important}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {	margin: 1em 0 0 !important}
	}
	@media screen and (max-width: 768px){
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			width: 100% !important;
			margin-top: 0 !important;
			padding: 0;
			margin: 0 0 1em;
			margin-bottom: 1em !important}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			order: 3}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			width: 100% !important;
			position: initial;
			order: 2}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.8rem}
		body.accueil section#la_ml > .no_flex > .center > .flex > .container_flex h2 > span{	font-size: 1.3rem}
	}
	
body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex {	position: relative}

	@media screen and (max-width: 1366px){
		body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex.xlarge {	width: 100%}
	}
	
body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex h3 {
	font-size: 1.5rem;
	color: #d60b52;
	text-transform: uppercase;
	margin: 0 0 0.3em}
body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex h2 {	font-size: 2.5rem}
	
	@media screen and (max-width: 640px){
		body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.8rem}
		body.accueil section#lieux_accueil > .no_flex > .center > .flex > .container_flex h3 {	font-size: 1.3rem}
	}
	
body.accueil section#carte > .no_flex > .no_flex > .no_flex {  min-height: calc(90vh + 6em)}
body.accueil section#carte > .no_flex > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%}
	
	@media screen and (max-width: 640px) {
		body.accueil section#carte > .no_flex > .no_flex > .no_flex > .absolute {	width: 90%}
		body.accueil section#carte > .no_flex > .no_flex > .no_flex::after {
			content: '← scroll →';
			position: absolute;
			top: 0;
			left: 82%;
			width: 8em;
			-webkit-transform: translateY(1000%) rotate(-90deg) translateX(-33%);
			transform: translateY(1000%) rotate(-90deg) translateX(-33%);
			-webkit-transform-origin: center;
			transform-origin: center;
			font-weight: bold;
			font-family: 'Mulish';
			text-transform: uppercase;
			font-size: 1rem;}
	}
	@media screen and (max-width:480px) {
		body.accueil section#carte > .no_flex > .no_flex > .no_flex::after {	left: 80%}
	}
	@media screen and (max-width:380px) {
		body.accueil section#carte > .no_flex > .no_flex > .no_flex::after {	left: 75%}
	}
	@media screen and (max-width:320px) {
		body.accueil section#carte > .no_flex > .no_flex > .no_flex > .absolute {	width: 85%}
		body.accueil section#carte > .no_flex > .no_flex > .no_flex::after {	left: 70%}
	}
	
body.accueil section#carte > .no_flex > .flex.slick-slider {
	background: #fff;
	padding: 0.5em;
	position: sticky;
	top: 8em;
	left: 60px;
	width: 13em;
	z-index: 3;
	box-shadow: 0 12px 25px rgba(0,0,0,0.2)}
	
	@media screen and (max-width: 900px) {
		body.accueil section#carte > .no_flex > .flex.slick-slider {
			position: absolute;
			top: auto;
			bottom: 0.5em;
			left: auto;
			right: 0.5em}
	}
	
body.accueil section#carte > .no_flex > .flex.slick-slider article > div {
	padding: 0;
	display: block;
	overflow: hidden}
body.accueil section#carte > .no_flex > .flex.slick-slider article > div  > div {
	padding: 0;
	display: block !important;
	position: relative}
body.accueil section#carte > .no_flex > .flex.slick-slider article > div  > div h3 {
	text-transform: uppercase;
	padding: 0.25em 0.5em;
	min-height: 2.5rem;
	text-align: center;
	color: #fff;
	background: #d60b52;
	font-size: 0.7rem;
	margin: 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;}
body.accueil section#carte > .no_flex > .flex.slick-slider article > div  > div p {	margin: 0 0 0}

	@media screen and (max-width:480px) {
		body.accueil section#carte > .no_flex > .flex.slick-slider article > div  > div p img {	
			width: auto;
			max-height: 7em}
		body.accueil section#carte > .no_flex > .flex.slick-slider article > div > div h3 {	min-height: 1px}
	}
	
body.accueil section#employeurs > .no_flex > .center {	padding: 1em 0 2em 0}
body.accueil section#employeurs > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1em;
	right: 0;
	bottom: 1em;
	background: #fafafa;
	z-index: -1}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#employeurs > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.accueil section#employeurs > .no_flex > .center::before {	right: 1em}
	}
	@media screen and (max-width: 640px){
		body.accueil section#employeurs > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.accueil section#employeurs > .no_flex > .center::before {	left: 0}
		body.accueil section#employeurs > .no_flex > .center::before,
		body.accueil section#employeurs > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex h2 {	font-size: 2.5rem}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex h2 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	z-index: 2;
	margin-left: 10%;
	background: #fafafa;
	padding: 1em 1em 2em;
	width: 90%}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;
	width: 60%;
	z-index: 2;
	margin: -1em 0 0 40%}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 4rem;
	padding: 0 4rem 0 0}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(3) {	margin: 0 0 0.5em}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex > p .button {	margin-top: 0.75em}
body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
	position: absolute;
	bottom: 0;
	width: 27%;
	margin: 0}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			margin-top: 10em !important;
			z-index: 2;
			margin-left: 10%;
			background: #fafafa;
			padding: 1em;
			margin-left: 0 !important;
			width: calc(92.5% - 2px) !important;
			margin-top: 10.5em !important;}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			top: 0;
			bottom: auto;
			right: 0;
			width: 55% !important}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: 0}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
			margin: 0 0 1em;
			padding: 0 0 0}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {	margin-bottom: 0 !important}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {	margin: 1em 0 0 !important}
	}
	@media screen and (max-width: 768px){
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			width: 100% !important;
			margin-top: 0 !important;
			padding: 0;
			margin: 0 0 1em;
			margin-bottom: 1em !important}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			margin: 0 0 1em !important;
			order: 2}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			width: 100% !important;
			position: initial;
			order: 3}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.8rem}
		body.accueil section#employeurs > .no_flex > .center > .flex > .container_flex h2 > span{	font-size: 1.3rem}
	}
	
/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body.cms section > .no_flex {	padding: 4em 0}
body.cms section:first-child > .no_flex {	padding: 10em 0 4em}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex {	padding: 5em 0 9em}
	
	@media screen and (max-width: 1280px) {
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex {	padding: 4em 0}
	}
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex,
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex {	padding: 2em 0}
		body.cms section:first-child > .no_flex {	padding: 10em 0 2em}
	}	
	@media screen and (max-width: 640px) {
		body.cms section > .no_flex {	padding: 2em 0 0}
		body.cms section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	
body.cms section > .no_flex > .center {	padding: 2em 0 1em 0}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center {	padding: 4em 0 4em 0}
body.cms section > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.cms section > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center::before,
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center::after {	display: none}
	
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.cms section > .no_flex > .center::before,
		body.cms section > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 1280px) {
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center {	padding: 0 0 0}
	}
	@media screen and (max-width: 768px){
		body.cms section > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.cms section > .no_flex > .center::before {	left: 0}
		body.cms section > .no_flex > .center::before,
		body.cms section > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.cms section > .no_flex > .center > .no_flex,
body.cms section > .no_flex > .center > .flex {	margin: 0 0 2em}
body.cms section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.cms section > .no_flex > .center > .flex > .container_flex h1 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
	margin-top: 10em !important;
	z-index: 2;
	margin-left: 10%;
	background: #fafafa;
	padding: 1em;
	width: 47.2%}
body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;}
body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 2rem;
	padding: 0 4rem 0 0}
body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {	margin: 0 0 0.5em -2em}
body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {
	position: absolute;
	top: 0;
	width: 27%;
	margin: 0}
body.cms section > .no_flex > .center > .flex > .container_flex h2 {	font-size: 2.5rem}
body.cms section > .no_flex > .center > .flex > .container_flex h2 > span {
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
	
	@media screen and (max-width: 1440px){
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			margin-top: 8em !important;
			margin-left: 7.5%}
	}
	@media screen and (max-width: 1024px) {
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			width: calc(92.5% - 2px) !important;
			margin-top: 10.5em !important;
			margin-right: 0 !important}
		body.cms.qui-sommes-nous section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {	margin-top: 13.5em !important}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {	width: 55% !important}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:first-child,
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {	margin-left: 0}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p {
			margin: 0 0 1em;
			padding: 0 0 0}
	}
	@media screen and (max-width: 900px) {
		body.cms.qui-sommes-nous section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {	margin-top: 10.5em !important}
	}
	@media screen and (max-width: 768px) {
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {	margin-bottom: 0 !important}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {	margin: 1em 0 0 !important}
	}
	@media screen and (max-width: 768px){
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
		body.cms.qui-sommes-nous section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			width: 100% !important;
			margin-top: 0 !important;
			padding: 0;
			margin: 0 0 1em;
			margin-bottom: 1em !important}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			order: 3}
		body.cms section:nth-child(2n+1) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {
			width: 100% !important;
			position: initial;
			order: 2}
		body.cms section > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.8rem}
		body.cms section > .no_flex > .center > .flex > .container_flex h2 > span{	font-size: 1.3rem}
	}
	
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	z-index: 2;
	margin-left: 20%;
	background: #fafafa;
	padding: 1em 1em 2em;
	width: 79%}
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;
	width: 39%;
	z-index: 2;
	margin: -1em 0 0 40%}
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 2rem;
	padding: 0 4rem 0 0}
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {	margin: 0 0 0.5em -2em}
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex > p .button {	margin-top: 0.75em}
body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
	position: absolute;
	bottom: -1em;
	width: 27%;
	margin: 0}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
	margin-top: 10em !important;
	z-index: 2;
	margin-left: 10%;
	background: #fafafa;
	padding: 1em;
	width: 47.2%}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
	margin: 0 0 0 50%;
	margin-left: 2em;
	color: #282828;}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p,
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 2rem;
	padding: 0 4rem 0 0}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {
	margin: 0 0 0.5em -2em}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {
	position: absolute;
	top: 0;
	width: 27%;
	z-index: 1;
	margin: 0}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	z-index: 2;
	margin-top: 0 !important;
	margin-left: 20%;
	background: #fafafa;
	padding: 1em 1em 2em;
	width: 79%}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;
	width: 50%;
	z-index: 2;
	margin: -1em 0 0 50%}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p,
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 2rem;
	padding: 0 4rem 0 0}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {
	margin: 0 0 0.5em -2em}
body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3),
body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
	position: absolute;
	top: auto;
	bottom: -1em;
	width: 27%;
	z-index: 1;
	margin: 0}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider {
	position: relative;
	padding: 0 4rem 3em 0}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .button {
	top: auto !important;
	bottom: 0;
	transform: none !important}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .button.next {	right: 4em !important}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0.25em;
	padding: 0 6em 0 2em !important;
	width: 100% !important;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li {
	padding: 0 0 !important;
	margin: 0 0.25em !important;
	position: relative}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li:first-child {	margin-left: 0 !important}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li:last-child {	margin-right: 0 !important}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li::before {	display: none}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li button {
	display: block;
	width: 1.5em;
	height: 1.5em;
	overflow: hidden;
	padding: 0 0 !important;
	background: #a3195b;
	border: 1px solid #a3195b;
	border-radius: 50%;
	color: #a3195b;
	cursor: pointer}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li button {
	position: relative;
	cursor: pointer}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li.slick-active button {	cursor: default}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	border-radius: 50%;
	background: #fafafa;
	transition: all 0.9s cubic-bezier(.165,.84,.44,1);}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider .slick-dots > li.slick-active button::after {
	top: 0.2em;
	left: 0.2em;
	right: 0.2em;
	bottom: 0.2em}
body.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section > .no_flex > .center > .flex > .container_flex.smedium .slick-slider article p strong {	padding-bottom: 0.5em !important}
body.je-suis-employeur section > .no_flex > .center > .no_flex > .no_flex h2 {	font-size: 2.5rem}
body.je-suis-employeur section > .no_flex > .center > .no_flex > .no_flex h2 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.je-suis-employeur section:nth-child(3) > .no_flex > .center > .flex > .container_flex img  {	max-height: 5em}
body.je-suis-employeur section:nth-child(3) > .no_flex > .center > .no_flex > .no_flex {
	background: #fff;
	display: inline-block;
	margin-top: -1em !important;
	padding: 1em}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex {	padding: 0 1em}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall {	position: relative}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:first-child {	color: #f39200}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	color: #95c11f}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3) {	color: #2897d5}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) {	color: #d60b52}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(5) {	color: #a3195b}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall::before {
	content: '';
	position: absolute;
	top: calc(0% + 2px);
	left: calc(-10% + 2px);
	transform: translateY(-29.4%);
	width: calc(120% - 4px);
	padding-top: calc(120% - 5px);
	background: #fff;
	-webkit-clip-path: circle(45%);
	clip-path: circle(45%)}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall::after {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	transform: translateY(-29%);
	z-index: -1;
	width: 120%;
	padding-top: 120%;
	-webkit-clip-path: circle(45%);
	clip-path: circle(45%)}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:first-child::after {	background: #f39200}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2)::after {	background: #95c11f}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3)::after {	background: #2897d5}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4)::after {	background: #d60b52}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(5)::after {	background: #a3195b}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall > p:nth-child(2) {
	font-family: 'Mulish';
	font-size: 1.8rem;
	text-transform: uppercase}
body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall > p:first-child {	
	font-weight: bold;
	font-size: 2.1rem;
	margin: 0 0 0.5em}
	
	@media screen and (max-width: 1440px){
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			margin-top: 8em !important;
			margin-left: 7.5%}
	}
	@media screen and (max-width: 1280px) {
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex.items_center {	align-items: start}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall::before,
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall::after	{	display: none}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall > p:first-child	{
			color: #fff;
			width: 4em;
			height: 4em;
			margin: 0 auto 1em;
			margin-top: 0px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:first-child > p:first-child	{	background: #f39200}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) > p:first-child	{	background: #95c11f}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3) > p:first-child	{	background: #2897d5}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) > p:first-child	{	background: #d60b52}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(5) > p:first-child	{	background: #a3195b}
	}
	@media screen and (max-width: 1024px) {
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			width: calc(92.5% - 2px) !important;
			margin-top: 10.5em !important;
			margin-right: 0 !important}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {	width: 55% !important}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:first-child,
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: 0}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p,
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2)  > p {
			margin: 0 0 1em;
			padding: 0 0 0}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			margin-top: 10em !important;
			z-index: 2;
			margin-left: 10%;
			background: #fafafa;
			padding: 1em;
			margin-left: 0 !important;
			width: calc(92.5% - 2px) !important;
			margin-top: 10.5em !important;}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			top: 0;
			bottom: auto;
			right: 0;
			width: 55% !important}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child,
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p,
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) > p:nth-child(2n+1) {
			margin: 0 0 1em;
			padding: 0 0 0}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 32% !important;
			margin: 0 1% !important}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3n+1) {	margin-left: 0 !important}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex:last-child {	margin-right: 0 !important}
	}
	@media screen and (max-width: 768px) {
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {	margin: 1em 0 0 !important}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {	margin: 1em 0 0 !important}
	}
	@media screen and (max-width: 768px){
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(1) {
			width: 100% !important;
			margin-top: 0 !important;
			padding: 0;
			margin: 0 0 1em;
			margin-bottom: 1em !important}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			order: 3}
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n) > .no_flex > .center > .flex.content_start > .container_flex.medium:nth-child(3) {
			width: 100% !important;
			position: initial;
			order: 2}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			width: 100% !important;
			margin-top: 0 !important;
			padding: 0;
			margin: 0 0 1em;
			margin-bottom: 1em !important}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			margin: 0 0 1em !important;
			order: 2}
		body.cms section:nth-child(2n) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-un-logement-je-me-deplace section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3),
		body.cms.je-recherche-des-informations-je-prend-soin-de-moi-je-m-engage section:nth-child(2n+1) > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			width: 100% !important;
			position: initial;
			order: 3}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 !important}
		body.cms.qui-sommes-nous section:nth-child(3) > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+2) {	margin-top: 2em !important}
		body.cms section > .no_flex > .center > .flex > .container_flex h1,
		body.cms section > .no_flex > .center > .flex > .container_flex h2,
		body.je-suis-employeur section > .no_flex > .center > .no_flex > .no_flex h2 {	font-size: 1.8rem}
		body.cms section > .no_flex > .center > .flex > .container_flex h1 > span,
		body.cms section > .no_flex > .center > .flex > .container_flex h2 > span,
		body.je-suis-employeur section > .no_flex > .center > .no_flex > .no_flex h2 > span {	font-size: 1.3rem}
	}
	
body.cms section#video_ml {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px);}
body.cms section#video_ml:not(.show) {	transform: translateX(-100vw)}
body.cms section#video_ml.show {	transform: none}
body.cms section#video_ml > .flex {
	height: 100%;
	width: 100% !important;
	overflow: auto;
	margin: auto;}
body.cms section#video_ml:not(.show)  > .flex {
	-webkit-transform: scale(0);
	transform: scale(0)}
body.cms section#video_ml.show > .flex {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s}
body.cms section#video_ml > .flex > .container_flex,
body.cms section#video_ml > .flex > .container_flex >  .no_flex {	height: 100%}
body.cms section#video_ml > .flex > .container_flex >  .no_flex > .no_flex {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	text-align: center}
body.cms section#video_ml > .flex > .container_flex >  .no_flex > .no_flex video {
	max-width: calc(100% - 8em);
	margin: 21px !important}
	
	@media screen and (orientation: portrait) {
		body.cms section#video_ml > .flex > .container_flex > .no_flex > .no_flex video {	max-width: calc(100% - 42px)}
	}
	
body.cms section#video_ml #controls {
	position: absolute;
	top: calc(50vh - 3.5em);
	left: 0.5em;
	z-index: 12}
body.cms section#video_ml #controls > a.button {	
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 0.5em !important;
    background: #a3195b !important;
    border-radius: 50%;
    line-height: 1em;
    margin: 0.5em 0 0;
	color: #fff !important;
	height: 2em !important;
    width: 2em !important;
	font-size: 1.5rem;
	cursor: pointer}
body.cms section#video_ml #controls > a.button:nth-child(2) {	margin-top: 0}
body.cms section#video_ml #controls > a[title="+10s"] ,
body.cms section#video_ml #controls > a[title="-10s"],
body.cms section#video_ml #controls > a.button.hidden  {	display: none}
body.cms section#video_ml #controls > a.button::before,
body.cms section#video_ml #controls > a.button::after {	display: none}
body.cms section#video_ml #controls > a[title="Fermer"] {	margin-top: 2em}
body.cms section#video_ml #controls > a.button > span {
	display: initial !important;
	height: initial !important;
	width: initial !important;
	padding: initial !important;
	position: initial !important;
	z-index: initial !important;
	color: initial !important}
body.cms section#video_ml #controls > a.button > span > svg {	fill: #fff}
body.cms section#video_ml #controls > a.button * {	cursor: pointer;}

	@media screen and (orientation: portrait) {
		body.cms section#video_ml #controls {
			top: 0.5em;
			left: 0;
			width: 100%;
			padding-top: 2em;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center}
		body.cms section#video_ml #controls::after {
			content: 'Conseil : tournez votre appareil';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			font-size: 1rem;
			}
		body.cms section#video_ml #controls > a.button {
			height: 1.8em !important;
			width: 1.8em !important;
			margin: 0 0.5em 0}
		body.cms section#video_ml #controls > a.button:first-child {	margin-left: 0}
		body.cms section#video_ml #controls > a.button:last-child {	margin-right: 0}
	}	
	@media screen and (max-width: 576px) {
		body.cms section#video_ml #controls > a.button svg {	display: inline-block}
	}
	
body.cms section > .no_flex > .center > .flex > .container_flex.smedium em {	font-size: 0.8em}
body.cms section > .no_flex > .center > .flex > .container_flex.smedium .button.font_small {	font-size: 0.8rem !important}
body.cms section > .no_flex > .center > .flex > .container_flex.smedium {
	background: #fafafa;
	padding: 1em}
/* body.cms.agenda-culturel section > .no_flex > .center > .no_flex > .no_flex > .relative, */
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .relative iframe {
	background-image: url('/img/loading-lazy.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 5em;
	/* background: url('/img/loading.svg') no-repeat center center; */
	min-height: 1520px}
body.cms.animations-a-saint-die section > .no_flex > .center > .flex > .container_flex.xmedium .relative iframe {	min-height: 1520px}
body.cms.hide {	overflow: hidden}
body.cms.hide > header *,
body.cms.hide > main *,
body.cms.hide > aside *,
body.cms.hide > footer * {	cursor: default}
body.cms > .form-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5vh 0;
	z-index: 500}
body.cms > .form-fixed:not(.show) {
	transform: translateX(-100vw);
	transition: transform 0s cubic-bezier(0.77, 0, 0.175, 1) 0.3s}
body.cms > .form-fixed.show {	transform: none}
body.cms > .form-fixed > .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: alias;
	margin: 0 0 0;
	z-index: 1;
	transition: background 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s}
body.cms > .form-fixed:not(.show) > .overlay {	background: rgba(255,255,255,0)}
body.cms > .form-fixed.show > .overlay {
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px)}
body.cms > .form-fixed > .full_height,
body.cms > .form-fixed > .flex {	margin: 0 0 0}
body.cms > .form-fixed > .flex {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	overflow: auto;
	background: #fafafa;
	z-index: 2}
body.cms > .form-fixed:not(.show)  > .flex {
	-webkit-transform: scale(0);
	transform: scale(0)}
body.cms > .form-fixed.show > .flex {
	position: relative;
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s}
body.cms > .form-fixed > .flex > .absolute {
	margin: 0 0 0;
	text-align: center;
	padding: 0 0 0;
	position: absolute;
	top: 5px;
	right: 5px}
body.cms > .form-fixed > .flex > .absolute > .swal-button {
	font-size: 1rem;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Akrobat';
	padding: 0 1.5em 0 1em;
	color: #fff;
	background: none;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 50% !important;
	text-align: center;
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
body.cms > .form-fixed > .flex > .absolute > .swal-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #a3195b}
body.cms > .form-fixed > .flex > .absolute > .swal-button > span {
	padding: 0;
	height: 2em;
	width: 2em;
	position: relative;
	z-index: 2;
	color: #fff}
body.cms > .form-fixed > .flex > .absolute > .swal-button > span > svg {
	height: 2em;
	width: 2em}
body.cms > .form-fixed > .flex > .no_flex.relative {
	padding: 2.5em 1em 1em;
	width: 100%;
	margin: 0 0 0}
body.cms > .form-fixed > .flex > .no_flex::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
body.cms > .form-fixed .button {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Akrobat';
	padding: 0 1.5em 0 1em;
	color: #fff;
	background: none;
	border-radius: 0;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
body.cms > .form-fixed .button:hover  {	padding-right: 3em}
body.cms > .form-fixed .button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0% 100%);
	background: #a3195b}
body.cms > .form-fixed .button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	clip-path: polygon(0 0, calc(100% - 1em) 0, calc(100% - 1em) 100%, 0% 100%);
	background: #a3195b}
body.cms > .form-fixed .button > span {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
	position: relative;
	z-index: 2;
	color: #fff}	
body.cms > .form-fixed .button:first-child {	margin-right: 2em}
body.cms > .form-fixed .button:last-child {
	margin-left: 2em;
	margin-right: 1em}
body.cms > .form-fixed form > .flex {	margin: 0 0 1em}
body.cms > .form-fixed form > .flex:last-child {	margin-top: 2em}
body.cms > .form-fixed form > .flex:last-child > .container_flex.medium{	width: 63%}
body.cms > .form-fixed form > .flex:not(:nth-last-child(2)) > .container_flex.xmedium::before,
/* body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium::before { */
	/* content: ''; */
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
	/* height: 2px; */
	/* width: 20%; */
	/* z-index: 1; */
	/* background: #d60b52} */
/* body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium::before { */
	/* left: 61%; */
	/* width: 10%} */
body.cms > .form-fixed form > .flex:not(:nth-last-child(2)) > .container_flex.xmedium::after,
body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ccc;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);}
body.cms > .form-fixed form > .flex:not(:nth-last-child(2)) > .container_flex.xmedium.focus::after,
body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium.focus::after {	background: #a3195b}
body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium::after {	width: 39%}
body.cms > .form-fixed form > .flex input,
body.cms > .form-fixed form > .flex select,
body.cms > .form-fixed form > .flex textarea {
	background: #fafafa;
	font-family: 'Akrobat', 'Helvetica', sans serif;}
body.cms > .form-fixed form > .flex textarea {	text-align: left}
body.cms > .form-fixed form > .flex input::placeholder,
body.cms > .form-fixed form > .flex textarea::placeholder,
body.cms > .form-fixed form > .flex select,
body.cms > .form-fixed form > .flex select::placeholder {
	color: #282828;
	text-align: center;
	opacity: 0.7;
	font-size: 1rem;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body.cms > .form-fixed form > .flex input:hover::placeholder,
body.cms > .form-fixed form > .flex textarea:hover::placeholder {	opacity: 0}
body.cms > .form-fixed form > .flex select,
body.cms > .form-fixed form > .flex select:hover {	opacity: 1}
body.cms > .form-fixed form > .flex input:hover,
body.cms > .form-fixed form > .flex textarea:hover {	  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%232897d5" d="M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"/></svg>') 16 16, auto}
body.cms > .form-fixed form > .flex .button,
body.cms > .form-fixed form > .flex button {	font-family: 'Mulish', 'Helvetica', sans serif !important}
body.cms > .form-fixed form > .flex:nth-last-child(2) > .container_flex.xmedium.flex > .container_flex.small {
	width: 39%;
	margin: 0 0 0 1%}
	
	@media screen and (max-width: 768px) {
		body.cms > .form-fixed form > .flex {	margin: 0 0 2em}
		body.cms > .form-fixed form > .flex label {	margin: 0 0 1em !important}
		body.cms > .form-fixed form > .flex > .flex > .container_flex.xmedium {
			width: 60% !important;
			margin: 0 0 0 !important;}
		body.cms > .form-fixed form > .flex > .flex > .container_flex.small {
			width: 39% !important;
			margin: 0 0 0 !important;}
		body.cms > .form-fixed form > .flex:last-child > .container_flex:first-child {
			order: 2;
			width: 100% !important;
			margin: 0 0 0 !important}
		body.cms > .form-fixed form > .flex:last-child > .container_flex:last-child {
			order: 1;
			width: 100% !important;
			margin: 0 0 1em !important}
		body.cms > .form-fixed form > .flex:last-child > .container_flex > .button {	margin: 0 0 0 !important}
	}

body.cms > .form-fixed form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: lighter}
body.cms > .form-fixed form .form_select {
	position: relative;
	overflow: hidden}
body.cms > .form-fixed form .form_select > svg {
	position: absolute;
	top: 25%;
	margin-top: -3px;
	right: 0.5em;
	display: block;
	pointer-events: none;
	font-size: 0.8em;
	transition: all 0.3s linear}
body.cms > .form-fixed form .form_select > select:focus + svg {
	color: #7aba3e;
	transition: all 0.3s linear}
body.cms > .form-fixed form .form_select:hover > svg {
	color: #f26522;
	transition: all 0.3s linear}
body.cms > .form-fixed form > .flex .button > svg {
	height: 1.3em;
	width: 1.3em;
	vertical-align: bottom}
	
	@media screen and (max-width: 768px) {
		body.cms > .form-fixed > .flex {
			padding: 1em 0;
			width: 100vw}
	}
	
/************************************************************************************************************************************************************/
/* ACTUALITÉS																																				*/
/************************************************************************************************************************************************************/
body.actualites.hide {  overflow: hidden}
body.actualites section:first-child > .no_flex {	padding: 10em 0 4em}

	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex {	padding: 2em 0}
		body.actualites section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 640px) {
		body.actualites section > .no_flex {	padding: 2em 0 0}
		body.actualites section:first-child > .no_flex {	padding: 10em 0 2em}
	}

body.actualites section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.actualites section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.actualites section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.actualites section:first-child > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.actualites section:first-child > .no_flex > .center::before,
		body.actualites section:first-child > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 640px){
		body.actualites section:first-child > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.actualites section:first-child > .no_flex > .center::before {	left: 0}
		body.actualites section:first-child > .no_flex > .center::before,
		body.actualites section:first-child > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.actualites section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.actualites section > .no_flex > .center > .flex > .container_flex h1 > span,
body.actualite section > .no_flex > .center > .flex > .container_flex > p {
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.actualite section > .no_flex > .center > .flex > .container_flex > p {
	font-size: 1em;
	margin: 0 0 0.25em}
body.actualites:not(.actualite) section > .no_flex > .center > .flex > .container_flex.smedium {
	z-index: 2;
	position: sticky;
	top: 6em}
body.actualites section > .no_flex > .center > .flex > .container_flex.smedium,
body.actualite section > .no_flex > .center > .flex > .container_flex.large {
	background: #fafafa;
	padding: 1em}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 4rem 0 0}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex {
	background: #fff;
	padding: 1em 1em 1em;
	width: 100%;
	position: relative;
	margin: 0 0 1em}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:first-child {
	height: auto;
	overflow: hidden}
	
	@media screen and (max-width: 1024px) {
		body.actualites:not(.actualite) section > .no_flex > .center > .flex > .container_flex.smedium {
			position: initial;
			width: calc(100% - 2px) !important;
			margin: 0 0 2em !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 0 2em 0 0;
			margin: 0 0 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:first-child {
			width: 19% !important;
			margin: 0 1% 0 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium:nth-child(2) {
			width: 58% !important;
			margin: 0 1% 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:nth-child(3) {
			width: 19% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 640px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 1.8rem}
		body.actualites section > .no_flex > .center > .flex > .container_flex h1 > span {	font-size: 1.3rem}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 0 0 0}
		body.actualites:not(.actualite) section > .no_flex > .center > .flex > .container_flex.smedium {
			padding: 0;
			width: 100% !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium:nth-child(2) {
			width: 79% !important;
			margin: 0 0 0 1% !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:nth-child(3) {
			width: 100% !important;
			margin: 1em 0 0 !important}
	}
	@media screen and (max-width: 480px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:first-child {
			order: 3;
			width: 100% !important;
			margin: 0 0 0 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium:nth-child(2) {
			order: 1;
			width: 100% !important;
			margin: 0 0 1em 0 !important}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:nth-child(3) {
			order: 2;
			width: 100% !important;
			margin: 0 0 1em 0 !important}
	}
	@media screen and (max-width: 360px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:first-child {	display: none}
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium:nth-child(2) {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall > img {
	height: 100%;
	object-fit: cover;
	object-position: center}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium > p {
	text-align: left;
	width: 100%;
	font-size: 1em;
	margin: 0 0 0.25em}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.medium > h2 {
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	color: #d60b52}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium > .flex > .container_flex.xsmall:last-child svg {  display: none}
body.actualites section > .no_flex > .center > .flex.pagination {
	margin: 2em 4rem 0 0;
	background: #fff;
	padding: 0.5em 1em}
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(1):not(.current):not(.empty),
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(2):not(.current):not(.empty) {	padding: 0 1em 0 1.5em !important}
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(1):not(.current):not(.empty):hover ,
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(2):not(.current):not(.empty):hover  {	padding-left: 3em !important}
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(1):not(.current):not(.empty)::before,
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(2):not(.current):not(.empty)::before {	
	-webkit-clip-path: polygon(0 50%, 1em 0, 100% 0%, 100% 100%, 1em 100%) !important;
	clip-path: polygon(0 50%, 1em 0, 100% 0%, 100% 100%, 1em 100%) !important}
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(1):not(.current):not(.empty)::after,
body.actualites section > .no_flex > .center > .flex.pagination > a.button:nth-child(2):not(.current):not(.empty)::after {
	-webkit-clip-path: polygon(1em 0, 100% 0, 100% 100%, 1em 100%) !important;
	clip-path: polygon(1em 0, 100% 0, 100% 100%, 1em 100%) !important}
body.actualite section > .no_flex > .center > .flex > .container_flex.large {	margin: 0 20% 2em 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 1% 0 2em}
body.actualite section > .no_flex > .center > .flex > .container_flex.smedium {
	padding: 0 1em;
	margin: 0 0 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) {
	padding: 0 4rem 0 0;
	margin: -7.5em 0 0 0;
	z-index: 2;
	position: sticky;
	top: 4em}
	
	@media screen and (max-width: 1366px) {
		body.actualite section > .no_flex > .center > .flex > .container_flex.large {
			z-index: 2;
			margin: 0 20% 0 0;
			margin-top: 0 !important;
			margin-left: 20%;
			background: #fafafa;
			padding: 1em 1em 2em;
			width: 79%}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {	margin: 0 1% 0 0}
		body.actualite section > .no_flex > .center > .flex > .container_flex.smedium {
			width: 50%;
			z-index: 2;
			margin: -1em 0 0 1%;
			background: none}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) {
			padding: 1em 4rem 0 0;
			margin: 5em 0 0 0;
			z-index: 2;
			position: relative;
			top: 0;
			width: 100%}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4)::before {
			content: '';
			position: absolute;
			top: -4em;
			left: 0;
			right: 0;
			height: 4em;
			background: #fff;
			z-index:-1}
	}
	@media screen and (max-width: 1024px) {
		body.actualite section > .no_flex > .center > .flex > .container_flex.large {
			margin-bottom: 1em !important;
			padding: 1em 1em 1em}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {
			margin-bottom: 0 !important;
			width: 32% !important}
		body.actualite section > .no_flex > .center > .flex > .container_flex.smedium {
			margin-bottom: 0 !important;
			width: 66% !important}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) {
			width: 100% !important;
			margin: 5em 0 0 0 !important}
	}
	@media screen and (max-width: 640px) {
		body.actualite section > .no_flex > .center > .flex > .container_flex.large {	order: 1}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) {
			margin-bottom: 0 !important;
			width: 100% !important;
			order: 3}
		body.actualite section > .no_flex > .center > .flex > .container_flex.smedium {
			margin-bottom: 1em !important;
			width: 100% !important;
			padding: 0 0;
			order: 2}
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) {
			width: 100% !important;
			margin: 5em 0 0 0 !important;
			padding: 0 0;
			order: 4}
		 body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4)::before {
			 left: -1em;
			right: -1em}
	}
	
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > a.shadowbox {	position: relative}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > a.shadowbox::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"/></svg>');
	position: absolute;
	bottom: 0.2em;
	right: 0;
	z-index: 0;
	width: 1.3em;
	height: 1.3em;
	padding: 0.2em;
	background: #d60b52}
body.actualite section > .no_flex > .center > .flex > .container_flex.smedium > .no_flex img {  max-height: 20em}
body.actualites section > .no_flex > .center > .flex > .container_flex.xxsmall h2,
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) h2 {
	margin: 0 0 0.5em -1em !important;
	font-size: 1.4rem}
body.actualites section > .no_flex > .center > .flex > .container_flex.xxsmall h2 > span,
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) h2 > span {
	display: block;
	font-size: 1.1rem;
	color: #d60b52}
	
	@media screen and (max-width: 1366px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.xxsmall h2,
		body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) h2 {
			margin: 0 0 0.5em -0.5em !important;
			padding: 0.5em 0 0.5em 0.5em;
			background: #fafafa}
	}
	
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) .slick-slider {	padding-bottom: 2em}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) .slick-slider > .button {
	top: auto !important;
	bottom: 0 !important;
	transform: none !important}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article {
	background: #fff;
	padding: 1em 1em 1em;
	width: 100%;
	position: relative;
	margin: 0 0 1em}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article .flex {
	display: flex !important;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article .flex.visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article .flex > div {
	width: 74%;
	margin: 0 1% 0 0}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article .font_small {
	text-align: left;
	width: 100%;
	font-size: 0.8em;
	margin: 0 0 0.25em}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article h3 {
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	text-align: left;
	font-size: 1rem;
	color: #d60b52;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article .flex > p {
	width: 24%;
	margin: 0 0 0 1%;
	text-align: left}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article p > a.button {  font-size: 0.8rem !important}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article p > a.button:hover {  padding-right: 2em !important}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article p > a > span {  padding: 0.15em 0 !important}
body.actualite section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) article p > a svg {  display: none}

/************************************************************************************************************************************************************/
/* AGENDA																																					*/
/************************************************************************************************************************************************************/
body.agenda section:first-child > .no_flex {	padding: 10em 0 4em}

	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex {	padding: 2em 0}
		body.agenda section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 640px) {
		body.agenda section > .no_flex {	padding: 2em 0 0}
		body.agenda section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	
body.agenda section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.agenda section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.agenda section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.agenda section:first-child > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.agenda section:first-child > .no_flex > .center::before,
		body.agenda section:first-child > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 640px){
		body.agenda section:first-child > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.agenda section:first-child > .no_flex > .center::before {	left: 0}
		body.agenda section:first-child > .no_flex > .center::before,
		body.agenda section:first-child > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.agenda section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.agenda section > .no_flex > .center > .flex > .container_flex h1 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.agenda section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	z-index: 2;
	position: sticky;
	top: -2em;
	background: #fafafa;
	padding: 1em;
	width: 40%}
body.agenda section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	margin-right: 4em;
	color: #282828;
	width: calc(60% - 6em)}
body.agenda section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
	margin: 0 0 4rem;
	padding: 0 4rem 0 0}
	
	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			position: initial;
			width: calc(100% - 2px) !important;
			margin: 0 0 2em !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 0 0 0 !important;
			padding: 0 2em 0 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading {	margin-left: 2em}
	}
	@media screen and (max-width: 640px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 1.8rem}
		body.agenda section > .no_flex > .center > .flex > .container_flex h1 > span {	font-size: 1.3rem}
		body.agenda section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {	padding: 0 0 0 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading {	margin-left: 0}
	}
	
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex.xxsmall {	width: auto !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child {	order: 1}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:last-child {	order: 2}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex > .button {	width: auto !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex > .button svg {	display: none}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child > .button {	padding: 0 1em 0 1.5em !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child > .button:hover {
	padding-left: 3em !important;
	padding-right: 1em !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child > .button::before {
	clip-path: polygon(0 50%, 1em 0, 100% 0, 100% 100%, 1em 100%) !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child > .button::after {
	clip-path: polygon(1em 0, 100% 0, 100% 100%, 1em 100%) !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul {
	order: 3;
	width: 100% !important;
	margin: 1em 0 0 !important;
	padding: 0 0 0 !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li {
	width: calc(90% / 6);
	margin: 0 1% !important;
	padding: 0 0 0 !important;
	text-align: center}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(6n+1) {	margin-left: 0 !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(6n) {	margin-right: 0 !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(n+7) {	margin-top: 0.5em !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li::before {
	content: '';
	display: none}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li > a {
	display: block;
	height: 100%;
	width: 100% !important;
	padding: 0 0.5em !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li > a::before,
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li > a::after {
	background: #d60b52 !important;
	-webkit-clip-path: polygon(1em 0, 100% 0, 100% 100%, 0 100%, 0% 33%) !important;
	clip-path: polygon(1em 0, 100% 0, 100% 100%, 0 100%, 0% 33%) !important;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li > a:hover {	transform: scale(1.2)}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li.current > a::before,
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li.current > a::after {	background: #2897d5 !important}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li > a span.show {
	position: absolute !important;
	top: -0.25em;
	right: -0.75em;
	width: 1.5em !important;
	height: 1.5em !important;
	border-radius: 51%;
	font-size: 1em;
	line-height: 1.5em;
	display: block !important;
	color: #2897d5 !important;
	background: #fff}
body.agenda section > .no_flex > .center .no_flex.table.calendar > .flex {
	min-height: 0;
	display: none;
	margin-top: 2em}
body.agenda section > .no_flex > .center .no_flex.table.calendar > .flex > .flex.content_start {	min-height: 0}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.xxxlarge,
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small {
	background: #fff;
	padding: 1em 1em 1em;
	margin: 0 0 0 !important;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.xxxlarge p {
	width: 100%;
	text-align: center}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small > div {
	width: 74%;
	margin: 0 1% 0 0}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small .font_small {
	text-align: left;
	width: 100%;
	font-size: 1em;
	margin: 0 0 0.25em}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small h3 {
	text-transform: uppercase;
    width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 1.5rem;
	color: #d60b52;}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small > p {
	width: 24%;
	margin: 0 0 0 1%;
	text-align: left}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small > p > a > span {	padding: 0.25em 0 !important}
body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small > p > a svg {	display: none}
body.agenda.hide {	overflow: hidden}

	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center .flex.content_start > .container_flex.xxxlarge,
		body.agenda section > .no_flex > .center .flex.content_start > .container_flex.small {	width: 100% !important}
	}
	@media screen and (max-width: 768px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:first-child {	margin: 0 1% 0 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > .container_flex:last-child {	margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 480px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li {	width: calc(90% / 4)}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(4n+1) {	margin-left: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(4n) {	margin-right: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(n+5) {	margin-top: 0.5em !important}
	}
	@media screen and (max-width: 360px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li {	width: calc(90% / 3)}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(3n+1) {	margin-left: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(3n) {	margin-right: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(n+4) {	margin-top: 0.5em !important}
	}
	@media screen and (max-width: 280px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li {
			width: calc(90% / 2);
			margin: 0 1%;}
		 body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(3n+1) {	margin-left: 1% !important}
		 body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(3n) {	margin-right: 1% !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(2n+1) {	margin-left: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(2n) {	margin-right: 0 !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex.table.heading > ul > li:nth-child(n+3) {	margin-top: 0.5em !important}
	}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact section:first-child > .no_flex {	padding: 10em 0 4em}
body.contact section:nth-child(2) > .no_flex {	padding: 4em 0 2em}
	
	@media screen and (max-width: 1024px) {
		body.contact section:nth-child(2) > .no_flex {	padding: 2em 0}
		body.contact section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 768px) {
		body.contact section:nth-child(2) > .no_flex {	padding: 2em 0 0}
		body.contact section:first-child > .no_flex {	padding: 10em 0 2em}
		body.contact section:nth-child(2) > .no_flex {	padding: 0 0 1em}
	}
	
body.contact section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.contact section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.contact section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.contact section:first-child > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.contact section:first-child > .no_flex > .center::before,
		body.contact section:first-child > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 768px){
		body.contact section:first-child > .no_flex > .center {    padding: 0  1em 1em 1em}
		body.contact section:first-child > .no_flex > .center::before {	left: 0}
		body.contact section:first-child > .no_flex > .center::before,
		body.contact section:first-child > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.contact section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.contact section > .no_flex > .center > .flex > .container_flex h1 > span{
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
	
	@media screen and (max-width: 640px) {
		body.contact section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 1.8rem}
		body.contact section > .no_flex > .center > .flex > .container_flex h1 > span {	font-size: 1.3rem}
	}
	
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
	margin-top: 15.5em !important;
	z-index: 2;
	margin-left: 10%;
	background: #fafafa;
	padding: 1em;
	width: 46.2%}
body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
	margin-left: 2em;
	color: #282828;}
body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p,
body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > form {
	margin: 0 0 4rem;
	padding: 0 4rem 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:nth-child(3) {	margin: 0 0 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: -10em}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
	position: absolute;
	top: 0;
	width: 27%;
	margin: 0;
	padding: 0 1em 3em 0;
	background: #fff}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) p {	text-align: center}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) p > img {	max-height: 7.5em}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul,
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul > li {
	padding: 0 0 0 !important;
	width: 100% !important;
	text-align: center}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul {	margin: 1.5em 0 0 !important}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul > li {	margin: 0 0 0.5em !important}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul > li:last-child {	margin: 0 0 0 !important}
body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul > li::before {
	content: '';
	display: none}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			width: calc(60% - 2px) !important;
			margin-top: 12.5em !important;
			margin-left: 40% !important;
			margin-right: 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			width: 100% !important;
			margin: 2em 0 0 !important;
			padding: 0 2em}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p:first-child {	margin-left: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p {
			margin: 0 0 2rem;
			padding: 0 0 0}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			margin-top: 0 !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
			margin-bottom: 0 !important;
			width: calc(100% - 1em) !important;
			order: 2}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			margin-top: 1em !important;
			order: 3}
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			position: initial;
			width: 55% !important;
			margin-left: -1em !important;
			order: 1}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(1) {
			padding: 0;
			width: 100% !important;
			order: 2}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) {
			padding: 0 0;
			order: 3}
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) {
			position: initial;
			width: calc(100% + 2em) !important;
			margin: 0 -1em 1em !important;
			padding: 0 0 1em}
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) ul {	margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.medium:nth-child(3) img {	display: none}
	}
	
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex {
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex.visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex {	margin: 0 0 1em}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:last-child {	margin-top: 2em}
/* body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:not(:nth-last-child(2)) > .container_flex.xmedium::before, */
/* body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium::before { */
	/* content: ''; */
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
	/* height: 2px; */
	/* width: 20%; */
	/* z-index: 1; */
	/* background: #d60b52} */
/* body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium::before { */
	/* left: 61%; */
	/* width: 10%} */
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:not(:nth-last-child(2)) > .container_flex.xmedium::after,
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ccc}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium::after {	width: 39%}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex input,
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex select,
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex textarea {
	background: #fafafa;
	font-family: 'Akrobat', 'Helvetica', sans serif}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex textarea {	text-align: left}
body.contact section > .no_flex > .center > .flex form input::placeholder,
body.contact section > .no_flex > .center > .flex form textarea::placeholder,
body.contact section > .no_flex > .center > .flex form select,
body.contact section > .no_flex > .center > .flex form select::placeholder {
	color: #282828;
	text-align: center;
	opacity: 0.7;
	font-size: 1rem;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body.contact section > .no_flex > .center > .flex form input:hover::placeholder,
body.contact section > .no_flex > .center > .flex form textarea:hover::placeholder {	opacity: 0}
body.contact section > .no_flex > .center > .flex form select,
body.contact section > .no_flex > .center > .flex form select:hover {	opacity: 1}
body.contact section > .no_flex > .center > .flex form input:hover,
body.contact section > .no_flex > .center > .flex form textarea:hover {	  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%232897d5" d="M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"/></svg>') 16 16, auto}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex button {	font-family: 'Mulish', 'Helvetica', sans serif !important}
body.contact section  > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium.flex > .container_flex.small {
	width: 39%;
	margin: 0 0 0 1%}
body.contact section  > .no_flex > .center > .flex > .container_flex form .bloc-info {
	min-height: 1px;
	margin: 0 0 2em !important;
	font-size: 1rem}
body.contact section  > .no_flex > .center > .flex > .container_flex form .bloc-info p > .absolute svg {
	width: 1.2em;
	height: 1.2em}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .flex > .container_flex.xmedium {
			width: 60% !important;
			margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex:nth-last-child(2) > .container_flex.xmedium.flex > .container_flex.small {
			width: 39% !important;
			margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > p,
		body.contact section > .no_flex > .center > .flex > .container_flex.smedium:nth-child(2) > form {	padding: 0 0 0}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex {	margin-bottom: 2em}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex label {	margin-bottom: 1em !important}
	}
	@media screen and (max-width: 576px) {
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex {	margin-bottom: 1em}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex label {	margin-bottom: 0.5em !important}
	}
	
body.contact section:nth-child(2) > .no_flex > .center > .flex > .container_flex {	position: relative}
body.contact section:nth-child(2) > .no_flex > .center > .flex > .container_flex h3 {
	font-size: 1.5rem;
	color: #d60b52;
	text-transform: uppercase;
	margin: 0 0 0.3em}
body.contact section:nth-child(2) > .no_flex > .center > .flex > .container_flex h2 {	font-size: 2.5rem}

	@media screen and (max-width: 640px){
		body.contact section:nth-child(2) > .no_flex > .center > .flex > .container_flex h2 {	font-size: 1.8rem}
		body.contact section:nth-child(2) > .no_flex > .center > .flex > .container_flex h3 {	font-size: 1.3rem}
	}
	
body.contact section:nth-child(3) > .no_flex > .no_flex {  min-height: calc(90vh + 6em)}
body.contact section:nth-child(3) > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%}
	
	@media screen and (max-width: 640px) {
		body.contact section:nth-child(3) > .no_flex > .no_flex > .absolute {	width: 90%}
		body.contact section:nth-child(3) > .no_flex > .no_flex::after {
			content: '← scroll →';
			position: absolute;
			top: 0;
			left: 82%;
			width: 8em;
			-webkit-transform: translateY(1000%) rotate(-90deg) translateX(-33%);
			transform: translateY(1000%) rotate(-90deg) translateX(-33%);
			-webkit-transform-origin: center;
			transform-origin: center;
			font-weight: bold;
			font-family: 'Mulish';
			text-transform: uppercase;
			font-size: 1rem;}
	}
	@media screen and (max-width:480px) {
		body.contact section:nth-child(3) > .no_flex > .no_flex::after {	left: 80%}
	}
	@media screen and (max-width:380px) {
		body.contact section:nth-child(3) > .no_flex > .no_flex::after {	left: 75%}
	}
	@media screen and (max-width:320px) {
		body.contact section:nth-child(3) > .no_flex > .no_flex > .absolute {	width: 85%}
		body.contact section:nth-child(3) > .no_flex > .no_flex::after {	left: 70%}
	}
	
.ui-helper-hidden {	display: none}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse}
.ui-helper-clearfix:after {	clear: both}
.ui-helper-clearfix {	min-height: 0}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0)}

.ui-front {	z-index: 100}
.ui-state-disabled {	cursor: default !important}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%}
.ui-accordion .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {	text-decoration: none}
.ui-button-icon-only {	width: 2.2em}
button.ui-button-icon-only {	width: 2.4em}
.ui-button-icons-only {	width: 3.4em}
button.ui-button-icons-only {	width: 3.7em}
.ui-button .ui-button-text {
	display: block;
	line-height: normal}
.ui-button-text-only .ui-button-text {	padding: .4em 1em}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 1em .4em 2.1em}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 2.1em .4em 1em}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em}
input.ui-button {	padding: .4em 1em}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {	left: .5em}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {	right: .5em}
.ui-buttonset {	margin-right: 7px}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0}
.ui-datepicker {
	width: 17em;
	padding: .2em;
	display: none}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	background: none !important;
	cursor: pointer;
	font-weight: 900;
	font-size: 1.5em}
.ui-datepicker .ui-datepicker-prev {	left: 0 !important}
.ui-datepicker .ui-datepicker-next {	right: 0 !important}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev .ui-state-hover,
.ui-datepicker .ui-datepicker-next .ui-state-hover {	color: #a0db3d !important}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {	display: none}
.ui-datepicker .ui-datepicker-prev::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled::before {	content: ''}
.ui-datepicker .ui-datepicker-next::after {	
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	text-transform: uppercase}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
	vertical-align: middle;
	border: 1px solid #eee}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #eee}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {	float: left}
.ui-datepicker.ui-datepicker-multi {	width: auto}
.ui-datepicker-multi .ui-datepicker-group {	float: left}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group {	width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {	width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {	width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {	border-left-width: 0}
.ui-datepicker-multi .ui-datepicker-buttonpane {	clear: left}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0}

/* RTL support */
.ui-datepicker-rtl {	direction: rtl}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane {	clear: right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {	float: left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {	float: right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {	float: right}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px}
.ui-draggable .ui-dialog-titlebar {	cursor: move}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none}
.ui-menu .ui-menu {	position: absolute}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {	margin: -1px}
.ui-menu-icons {	position: relative}
.ui-menu-icons .ui-menu-item {	padding-left: 2em}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); 
	opacity: 0.25}
.ui-progressbar-indeterminate .ui-progressbar-value {	background-image: none}
.ui-resizable {	position: relative}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {	display: none}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0}
.ui-selectmenu-open {	display: block}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap}
.ui-slider {
	position: relative;
	text-align: left}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {	filter: inherit}

.ui-slider-horizontal {	height: .8em}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%}
.ui-slider-horizontal .ui-slider-range-min {	left: 0}
.ui-slider-horizontal .ui-slider-range-max {	right: 0}
.ui-slider-vertical {
	width: .8em;
	height: 100px}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%}
.ui-slider-vertical .ui-slider-range-min {	bottom: 0}
.ui-slider-vertical .ui-slider-range-max {	top: 0}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0}
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0}
.ui-spinner-up {	top: 0}
.ui-spinner-down {	bottom: 0}
.ui-spinner .ui-icon-triangle-1-s {	background-position: -65px -16px}
.ui-tabs {
	position: relative;
	padding: .2em}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {	cursor: text}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {	cursor: pointer}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa}
body .ui-tooltip {	border-width: 2px}
.ui-widget {
	font-family: 'Akrobat', sans-serif;
	font-size: 1em}
.ui-widget .ui-widget {	font-size: 1em}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {	font-size: 1em}
.ui-widget-content {
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	padding: 0.4em;
	background: #fff;
	color: #282828;
	font-family: 'Akrobat';
	z-index: 100 !important}
.ui-widget-content::before {
	content: '';
  position: absolute;
  right: -25vw;
  left: 10%;
  bottom: -2em;
  height: 78%;
  background: #282828;
z-index: -1;}
.ui-widget-header a {
	border: none;
	text-decoration: none}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #282828 !important;
	letter-spacing: 1px;
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-widget-header .ui-state-default.ui-state-hover,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
/* .ui-state-hover, */
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #282828 !important;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-active,
.ui-state-default.ui-state-hover.ui-state-active,
.ui-state-active a:hover {	color: #fff !important}
.ui-state-hover {	transform: scale(1.5)}
.ui-datepicker-today {
	color: #fff;
	background: #d60b52;}
.ui-widget-content .ui-datepicker-today .ui-state-highlight {	color: #fff !important}
.ui-datepicker-current-day,
.ui-datepicker-current-day a ,
.ui-datepicker-current-day a.ui-state-active {
	background: #a3195b !important;
	color: #fff !important;}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {	color: #cd0a0a}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {	color: #cd0a0a}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {	font-weight: bold}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none}
.ui-state-disabled .ui-icon {	filter:Alpha(Opacity=35)}
.ui-icon {
	width: 16px;
	height: 16px}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {	border-top-left-radius: 0}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {	border-top-right-radius: 0}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {	border-bottom-left-radius: 0}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {	border-bottom-right-radius: 0}
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30)}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px}	
.xdsoft_datetimepicker {
	background: #fff;
	color: #545454;
	border: none;
	padding: 0.5em;
	position: absolute;
	z-index: 100 !important;
	box-shadow: 0 15px 20px 5px rgba(0, 0, 0, 0.05);
	border: 1px solid #d8d8fb;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none}
.xdsoft_datetimepicker.xdsoft_rtl {	padding: 8px 0 8px 8px}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none}
.xdsoft_datetimepicker button {	border: none !important}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none}
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none}
.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {	display: none}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {	display: block}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 0}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 5em;
	float: left;
	text-align: center;
	margin: 0 0 0}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin: 0 0 0}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 1.8em;
	margin-left: 1em}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	padding-top: 2em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;}
.xdsoft_datetimepicker .xdsoft_prev::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z" class=""></path></svg>');
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.5em)}
.xdsoft_datetimepicker .xdsoft_today_button::before {	
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon only"><path fill="%23545454" d="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
	width: 1.75em;
	height: 1.75em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)}
.xdsoft_datetimepicker .xdsoft_next::before {	
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.25em)}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 2em;
	height: 2em;
	padding: 0;
	position: relative;
	font-size: 0.7em;
	line-height: 2.5em;
	margin-left: 5px;
	color: #353535;
	font-family: 'Akrobat'}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	position: absolute;
	top: 0}
.xdsoft_datetimepicker .xdsoft_prev {
	left: 0;
	margin-left: 0}
.xdsoft_datetimepicker .xdsoft_next {	right: 0}
.xdsoft_datetimepicker .xdsoft_today_button {
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {	
	float: none;
	display: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 9.5em;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding-right: 7px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 1.6em;
	line-height: 1.6em;
	position: relative;
	background: none;
	font-size: 0.8em;
	border: 1px solid #eaeaea;
	border-left: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-child(n+2) {	border-top: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {	border-top-width: 0}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline}
.xdsoft_datetimepicker .xdsoft_label:hover i {	opacity: 1.0}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #eaeaea;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #254292}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #02232e;
	color: #fff}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: center;
	text-transform: uppercase}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both}
.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	padding: 0 0;
	margin-left: 5px}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%}
.xdsoft_datetimepicker .xdsoft_calendar td > div {}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	border: 1px solid #eaeaea;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #fff;
	background: #254292}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%}
.xdsoft_datetimepicker .xdsoft_calendar th {}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #02232e;
	color: #fff}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #02232e !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
	position: relative;
	border: 1px solid #eaeaea}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #eaeaea !important;
	border-color: #eaeaea !important;
	height: 20px;
	border-radius: 0}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto}
.xdsoft_scroller_box {	position: relative}
.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #c2e5ab}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {	border-bottom: 1px solid #eaeaea}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #eaeaea;
	color: #999}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {	background-color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #353535;
	color: #999}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {	background: #0e0e0e}
.xdsof_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {	color: #cc5500}
.xdsof_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {	color: #cc5500}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {	color: #666}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {	border: 1px solid #333}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {	background: #333 !important}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #c2e5ab !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 )}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
	background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 )}

/************************************************************************************************************************************************************/
/* RECHERCHE																																				*/
/************************************************************************************************************************************************************/
body.recherche section:first-child > .no_flex {	padding: 10em 0 4em}

	@media screen and (max-width: 1024px) {
		body.recherche section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 768px) {
		body.recherche section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	
body.recherche section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.recherche section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.recherche section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
body.recherche section > .no_flex > .center h1 {	font-size: 2.5rem}
body.recherche section > .no_flex > .center h1 > span {
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.recherche section > .no_flex > .center > .flex > .container_flex.smedium {
	background: #fafafa;
	padding: 1em}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 4rem 0 0}
body.recherche section > .no_flex > .center > .flex > .container_flex > p:first-child {	margin-left: -5em}
body.recherche section > .no_flex > .center > .flex > .container_flex li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.recherche section > .no_flex > .center > .flex > .container_flex li:nth-child(n+2) {	margin-top: 0.5em}
body.recherche section > .no_flex > .center > .flex > .container_flex li > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.recherche section > .no_flex > .center > .flex > .container_flex li > a > span.clip {
	display: inline-block;
	width: calc(100% - 10em);
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ' …'}
body.recherche section > .no_flex > .center > .flex > .container_flex li > a > span.font_small {
	text-transform: uppercase;
	margin-left: 2em}
	
	@media screen and (max-width: 1024px) {
		body.recherche section > .no_flex > .center > .flex > .container_flex.smedium {
			width: calc(100% - 2px) !important;
			margin: 0 0 2em !important}
		body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 0 2em 0 0;
			margin: 0 0 0 !important}
		body.recherche section > .no_flex > .center > .flex > .container_flex li {
		  background: #fff;
		  padding: 1em 1em 1em;
		  width: 100%;
		  position: relative;
		  margin: 0 0 1em;}
	}
	@media screen and (max-width: 640px) {
		body.recherche section > .no_flex > .center h1 {	font-size: 1.8rem}
		body.recherche section > .no_flex > .center h1 > span {	font-size: 1.3rem}
		body.recherche section > .no_flex > .center > .flex > .container_flex li > a > span.clip {	width: calc(100% - 5em)}
		body.recherche section > .no_flex > .center > .flex > .container_flex li > a > .font_small {
			display: block;
			width: 100% !important;
			margin: 1em 0 0 !important}
	}
	
/************************************************************************************************************************************************************/
/* MENTIONS LEGALES 																																		*/
/************************************************************************************************************************************************************/
body.mentions_legales section:first-child > .no_flex {	padding: 10em 0 4em}

	@media screen and (max-width: 1024px) {
		body.mentions_legales section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 768px) {
		body.mentions_legales section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	
body.mentions_legales section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.mentions_legales section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.mentions_legales section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.mentions_legales section:first-child > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.mentions_legales section:first-child > .no_flex > .center::before,
		body.mentions_legales section:first-child > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 640px){
		body.mentions_legales section:first-child > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.mentions_legales section:first-child > .no_flex > .center::before {	left: 0}
		body.mentions_legales section:first-child > .no_flex > .center::before,
		body.mentions_legales section:first-child > .no_flex > .center::after {
			top: 0;
			right: 0}
	}

body.mentions_legales section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex h1 > span,
body.mentions_legales section > .no_flex > .center > .flex > .container_flex > p {
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex > p {
	font-size: 1em;
	margin: 0 0 0.25em}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.smedium {
	z-index: 2;
	position: sticky;
	top: 6em}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.smedium,
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.large {
	background: #fafafa;
	padding: 1em}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 4rem 0 0}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex {
	background: #fff;
	padding: 1em 1em 1em;
	width: 100%;
	position: relative;
	margin: 0 0 1em}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex h2 {
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	color: #d60b52;}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul,
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul > li {
	padding: 0 0 0 !important;
	width: 100% !important}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul {	margin: 0 0 0 !important}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul > li {	margin: 0 0 0.5em !important}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul > li:last-child {	margin: 0 0 0 !important}
body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex ul > li::before {	display: none}

	@media screen and (max-width: 1024px) {
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex.smedium {
			position: initial;
			width: calc(100% - 2px) !important;
			margin: 0 0 2em !important}
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 0 2em 0 0;
			margin: 0 0 0 !important}
		body.recherche section > .no_flex > .center > .flex > .container_flex li {
		  background: #fff;
		  padding: 1em 1em 1em;
		  width: 100%;
		  position: relative;
		  margin: 0 0 1em;}
	}
	@media screen and (max-width: 640px) {
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 1.8rem}
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex h1 > span {	font-size: 1.3rem}
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 0 0 0}
	}

/************************************************************************************************************************************************************/
/* ERREUR			 																																		*/
/************************************************************************************************************************************************************/
body.erreur section:first-child > .no_flex {	padding: 10em 0 4em}

	@media screen and (max-width: 1024px) {
		body.erreur section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	@media screen and (max-width: 768px) {
		body.erreur section:first-child > .no_flex {	padding: 10em 0 2em}
	}
	
body.erreur section:first-child > .no_flex > .center {	padding: 2em 0 1em 0}
body.erreur section:first-child > .no_flex > .center::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 1em;
	right: 0;
	bottom: 0;
	background: #fafafa;
	z-index: -1}
body.erreur section:first-child > .no_flex > .center::after {
	content: '';
	position: absolute;
	top: 1em;
	right: 0;
	bottom: 0;
	width: 2px;
	background: #d60b52}
	
	@media screen and (max-width: 1024px) {
		body.erreur section:first-child > .no_flex > .center {	padding: 2em 1em 1em 0}
		body.erreur section:first-child > .no_flex > .center::before,
		body.erreur section:first-child > .no_flex > .center::after {	right: 1em}
	}
	@media screen and (max-width: 640px){
		body.erreur section:first-child > .no_flex > .center {    padding: 1em 1em 1em 1em}
		body.erreur section:first-child > .no_flex > .center::before {	left: 0}
		body.erreur section:first-child > .no_flex > .center::before,
		body.erreur section:first-child > .no_flex > .center::after {
			top: 0;
			right: 0}
	}
	
body.erreur section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 2.5rem}
body.erreur section > .no_flex > .center > .flex > .container_flex h1 > span {
	display: block;
	font-size: 1.5rem;
	color: #d60b52}
body.erreur section > .no_flex > .center > .flex > .container_flex.smedium {
	background: #fafafa;
	padding: 1em}
body.erreur section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 4rem 0 0}
body.erreur section > .no_flex > .center > .flex > .container_flex > p:first-child {	margin-left: -5em}
body.erreur section > .no_flex > .center > .flex > .container_flex ul {
	padding: 0 0 0 !important;
	margin: 0 0 0 !important;
	width: 100% !important}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li {
	padding: 0 0 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li:nth-child(2n+1) {	margin-right: 1% !important}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li:nth-child(2n) {	margin-left: 1% !important}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li::before {	display: none}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li > a {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: calc(100% - 3em)}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li > a:hover {	max-width: 100%}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li > a > span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
	
	@media screen and (max-width: 1024px) {
		body.erreur section > .no_flex > .center > .flex > .container_flex.smedium {
			position: initial;
			width: calc(100% - 2px) !important;
			margin: 0 0 2em !important}
		body.erreur section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 0 2em;
			margin: 0 0 0 !important}
		body.erreur section > .no_flex > .center > .flex > .container_flex > p:first-child {	margin-left: 0}
		body.recherche section > .no_flex > .center > .flex > .container_flex li {
		  background: #fff;
		  padding: 1em 1em 1em;
		  width: 100%;
		  position: relative;
		  margin: 0 0 1em;}
	}
	@media screen and (max-width: 768px) {
		body.erreur section > .no_flex > .center > .flex > .container_flex.smedium {
			padding: 0 ;
			margin: 0 0 1em !important}
		body.erreur section > .no_flex > .center > .flex > .container_flex ul > li {	margin-bottom: 1em !important}
		body.erreur section > .no_flex > .center > .flex > .container_flex ul > li:nth-child(2n+1) {	margin-right: 0 !important}
		body.erreur section > .no_flex > .center > .flex > .container_flex ul > li:nth-child(2n) {	margin-left: 0 !important}
	}
	@media screen and (max-width: 640px) {
		body.erreur section > .no_flex > .center > .flex > .container_flex h1 {	font-size: 1.8rem}
		body.erreur section > .no_flex > .center > .flex > .container_flex h1 > span {	font-size: 1.3rem}
		body.erreur section > .no_flex > .center > .flex > .container_flex.xmedium {	padding: 0 0}
	}