body {color: #282828; background-color: #fff; font-family: 'Akrobat SemiBold'; font-size: 19px}a {color: #282828}input, textarea, select, option {font: 400 1em Akrobat SemiBold}
/* 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: 97%;
			margin: 0 auto}
		section:not(.hasImage) .center {
			width: 100%;
			margin: 0 auto}
	}
	
@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.isHidden {	overflow: hidden}
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background-color: rgba(255,255,255,.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}
	
	@media screen and (max-width: 800px) {
		p,
		blockquote,
		q,
		ul > li,
		ol > li {	font-size: 1.1rem}
		blockquote,
		q {	margin: 0 auto 1em}
	}
	@media screen and (max-width: 768px) {
		blockquote {	padding: 0 1.5em}
		blockquote::before {	top: 0.33em}
		blockquote::after {
			top: auto;
			bottom: 0.33em}
		blockquote::before,
		blockquote::after {	transform: none}
	}

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.hasImage {	background-repeat: no-repeat}
	
	@media screen and (max-width: 384px) {
		section.stellar {	background-position: 50% 0 !important}
	}
	
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;
	font-family: 'Akrobat ExtraBold'}
section h1 {
	font-size: 2.6rem;
	text-align: initial;
	text-transform: none}
section h2 {
	font-size: 2rem;
	text-transform: none;
	position: relative}
section h3 {
	font-size: 1.6rem;
	font-family: 'Akrobat ExtraBold';
	padding: 0 0 0}
	
	@media screen and (max-width: 1024px) {
		section h1 {	font-size: 2.35rem}
		section h2 {	font-size: 1.6rem}
		section h3 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 800px) {
		section h1 {	font-size: 2rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 640px) {
		section h1 {	font-size: 1.8rem}
		section h2 {	font-size: 1.4rem}
		section h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 480px) {
		section h1 {	font-size: 1.6rem}
		section h2 {	font-size: 1.3rem}
		section h3 {	font-size: 1.15rem}
	}
	
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-family: 'Akrobat ExtraBold', 'Helvetica', sans serif}
.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.key {	transform: rotate(-45deg) scaleX(-1)}	
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #282828;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.smaller {
	height: 1em;
	width: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
svg.icon.after {	margin-left: 0.5em}
svg.icon.after:not(.before) {	margin-right: 0}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
.button:not(.current):not(.empty) {
	width: auto;
	border: none;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 0.25em 0.5em;
	text-align: center;
	font-size: 1.15rem;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	text-transform: uppercase;
	background: #d60b52;
	color: #fff;
	position: relative;
	border-radius: 20px;
	border-top-left-radius: 10px}
	
	@media screen and (max-width: 1024px) {
		.button:not(.current):not(.empty) {	font-size: 1.05rem}
	}
	@media screen and (max-width: 800px) {
		/* .button:not(.current):not(.empty) {	font-size: 1.5rem} */
	}
	@media screen and (max-width: 640px) {
		.button:not(.current):not(.empty) {	font-size: 0.95rem}
	}
	@media screen and (max-width: 480px) {
		/* .button:not(.current):not(.empty) {	font-size: 1.3rem} */
	}
	
.button.file_input {	text-transform: none !important}
svg.icon.primary,
svg.icon.secondary {
	position: absolute;
	right: 0.5em;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: none;
	transition: none}
svg.icon.secondary {
	transform: translateY(150%);
	-webkit-transform: translateY(150%)}	
.button:not(.disabled):hover svg.icon.primary {
	transform: translateY(-150%);
	-webkit-transform: translateY(-150%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
.button:not(.disabled):hover svg.icon.secondary {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
.button:not(.disabled):hover svg.icon.primary.key {	transform: translateY(-150%) rotate(45deg)}
.button:not(.disabled) svg.icon.secondary.key {	transform: translateY(150%) rotate(45deg)}
.button:not(.disabled):hover svg.icon.secondary.key {	transform: translateY(0%) rotate(45deg)}
	
	@media screen and (max-width: 320px) {
		.button:not(.slick-arrow) svg,
		a.button svg {	display: none}
	}
	
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
.shadowbox  {
	display: inline-block;
	line-height: 0}
.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.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: 50%;
	top: 4em;
	z-index: 2;
	padding: 0.25em;
	background: #a3195b;
	background: #2897d5;
	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}
	
	@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;
	border: 1em solid #fff}
body:not(.accueil) .hero-slider {	display: block}

	@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;
	min-height: 33vw}
.hero-slider .slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 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;
	border-radius: 2em;
	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: auto}

	@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: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	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 {}
body:not(.accueil) .hero-style .slide-title,
body:not(.accueil) .hero-style .slide-text {	color: #282828}
.hero-style .slide-title,
.hero-style .slide-text {
	min-width: 51%;
	margin-left: 25%}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@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 .swiper-container h1,
.hero-slider .swiper-container h2,
.hero-slider .swiper-container p {
	display: inline-block;
	padding: 0}
.hero-slider .swiper-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
.hero-slider .swiper-container h2,
.hero-slider .swiper-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
.hero-slider .swiper-container p {	margin-top: 1em}
.hero-slider .swiper-container p > a:nth-child(n+2),
.hero-slider .swiper-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
.shadowed {
	box-shadow: 0 3px 9px rgba(0,0,0,0.1);
	cursor: default}
a > .shadowed {	cursor: zoom-in}	
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}
label svg.icon {
	width: 1.1em;
	height: 1.1em}
input,
textarea,
select,
option {
	padding: 0.2em 0 0.2em 0.5em;
	text-align: center;
	position: relative;
	font-size: 1em;
	border-radius: 1px;
	font-family: 'Akrobat', 'Helvetica', sans serif;
	background: #fff;
	color: #0b3044;
	border: none;
	border-bottom: 1px solid #2897d5;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
select {	cursor: pointer}
input,
textarea {	border-bottom: 1px solid #92cae9}
input:focus,
textarea:focus,
select:focus,
option:focus {	border-bottom: 1px solid #0b3044}
select + svg {
	top: -1px;
	color: #fff;
	fill: #fff;
	background: #2897d5}
input::placeholder,
textarea::placeholder,
select.disabled {
	font-size: 0.75em;
	opacity: 0.5;
	color: #0b3044}
select {	transition: none}
select.disabled {	min-height: 2.2em}
select.disabled option {	font-size: 1.35em}
.lazy-load {
	background-color: #fff;
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px}
.lazy-load img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.72s linear 0.72s, transform 0.36s linear 0.72s}
.lazy-load:not(.lazy) img {
	transform: scale(0);
	opacity: 0}
.lazy-load.lazy img {
	transform: scale(1);
	opacity: 1}
.slick-slide.slick-cloned .lazy-load img {
	opacity: 1 !important;
	transform: scale(1) !important}
.form_select::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2em;
	height: 1px;
	background: #fff}
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="%23282828" 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;
	cursor: alias;
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px)}
body .swal-modal {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	max-width: 900px;
	border-radius: 1em !important;
	overflow: hidden;
	cursor: default;
	background-color: #fff !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: 1em 1em}
body .swal-content {
	overflow: auto;
	max-height: 75vh;
	color: #282828;
	background-color: #fff;
	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-weight: normal;
	font-size: 2.75rem;
	color: #2897d5}
body .swal-content h2 {
	font-size: 1em;
	margin: 0 0 0.5em !important;
	text-transform: uppercase;
	font-family: 'Mulish';
	font-weight: bold;
	letter-spacing: -1px;
	color: #e4265a}
body .swal-content h3 {
	font-size: 1em;
	margin: 0 0 0.5em !important;
	text-transform: uppercase;
	font-family: 'Mulish';
	font-weight: bold;
	letter-spacing: -1px;
	color: #e4265a}
body .swal-content > div > .flex p {
	font-size: 1rem;
	margin: 0 0.5em 0 0 !important}
body .swal-content > div > .flex p svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body .swal-content > div > .flex h3 {	margin: 0 0 0 !important}
	
	@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 1em;}
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:nth-child(n+2) {	margin: 1em 0 0}
body .swal-footer {
	margin: 0 0 0;
	text-align: center;
	padding: 0 0 0}
body .swal-modal .swal-button {
	width: auto;
	border: none;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 0.25em 0.5em;
	text-align: center;
	font-size: 1.15rem;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	text-transform: uppercase;
	background: #d60b52;
	color: #fff;
	position: relative;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-left-radius: 10px;}
body .swal-modal .swal-button:focus {	box-shadow: none !important}
body .swal-modal .swal-button svg.icon.primary,
body .swal-modal .swal-button svg.icon.secondary {
	position: absolute;
	left: 0.5em;
	height: 1.2em;
	width: 1.2em;
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: none;
	transition: none}
body .swal-modal .swal-button svg.icon.secondary {
	transform: translateY(160%);
	-webkit-transform: translateY(150%)}	
body .swal-modal .swal-button:hover svg.icon.primary {
	transform: translateY(-160%);
	-webkit-transform: translateY(-150%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body .swal-modal .swal-button:hover svg.icon.secondary {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-webkit-transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body > div.swal {
	border: none !important;
	border-radius: 0 !important;
	background-color: rgba(255,255,255,.75);
	backdrop-filter: blur(5px);
	opacity: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #282828;
	background: none;
	padding: 0 0 0;
	margin: 0 0 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden}
body > div.swal.show {
	opacity: 1 !important;
	z-index: 10000;
	visibility: visible;
	display: flex}
body > div.swal > .no_flex {
	width: 100%;
	padding: 5vh 0 5vh;
	margin: 0 0;
	background: none}
body > div.swal > .no_flex > .center {
	height: 100%;
	width: auto;
	max-width: 90% !important;
	margin: 0 auto;
	border: 1em solid #fff;
	border-radius: 2em;
	overflow: hidden;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1)}
body > div.swal > .no_flex > .center > .no_flex > .no_flex {  min-height: calc(90vh + 6em)}
body > div.swal > .no_flex > .center > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%}
body > div.swal .center > span {
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
	z-index: 3}
body > div.swal .center > span > a {
	margin: 0;
	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;
	background: #d60b52;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	padding: 0 0;
	white-space: nowrap;
	text-indent: 1000px}
body > div.swal .center > span > a svg {
	left: 0.3em;
	top: 0.3em;}
body.hidden.swal #cboxOverlay {
	display: block !important;
	opacity: 1;
	z-index: 9999;
	background-color: rgba(255,255,255,.8);
	transition: opacity 0.18s linear 0s}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil .hero-slider .slide-inner {	border-radius: 2em}
body.accueil section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section:not(#slider) {	border: 0.75em solid #fff}
		body.accueil section.hasImage:nth-last-child(n+2) {	margin-bottom: 1.5em !important}
		body.accueil section.actualites {	margin-bottom: 0.75em !important}
	}
	@media screen and (max-width: 768px) {
		body.accueil section:not(#slider) {	border: 0.5em solid #fff}
	}
	
body.accueil section.hasImage {
	background-size: cover;
	background-position: center}
body.accueil section.in_background {
	background-size: cover;
	background-position: right top}
body.accueil section.in_background:last-child {	margin-bottom: 3em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section.in_background:last-child {	margin-bottom: 0}
	}
	
body.accueil section.bg_before {	padding-top: 50vh}
body.accueil section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.accueil section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.accueil section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.accueil section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.accueil section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.accueil section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.accueil section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.accueil section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.accueil section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.accueil section.hasImage {	background-size: auto 50%}
	}
	
body.accueil section > .no_flex {
	width: 100%;
	padding: 4em 0}
	
	@media screen and (max-width: 1024px) {
		body.accueil section > .no_flex {	padding: 0.75em 0 0.75em}
	}
	@media screen and (max-width: 768px) {
		body.accueil section > .no_flex {	padding: 1.5em 0}
	}
	
body.accueil section:not(.hasImage) > .no_flex {	background-color: #fff}
body.accueil section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.accueil section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.accueil section.bg_before > .absolute .no_flex {	height: 100%}
body.accueil section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.accueil section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.accueil section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.accueil section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 20%}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.accueil section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
	}
	
body.accueil section.bg_before .section-text-container .slide-title,
body.accueil section.bg_before .section-text-container .slide-text {}
body.accueil section.bg_before .section-text-container .slide-title,
body.accueil section.bg_before .section-text-container .slide-text {	color: #282828}
body.accueil section.bg_before .section-text-container .slide-title,
body.accueil section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.accueil section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.accueil section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.accueil section.bg_before .section-text-container .slide-title,
		body.accueil section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil section.bg_before .section-text-container .slide-title,
		body.accueil section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.accueil section.bg_before .section-text-container {	padding: 2em 0 0}
		body.accueil section.bg_before .section-text-container .slide-title,
		body.accueil section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.accueil section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.accueil section.bg_before .section-text-container h1,
body.accueil section.bg_before .section-text-container h2,
body.accueil section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.accueil section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.accueil section.bg_before .section-text-container h2,
body.accueil section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.accueil section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.accueil section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.accueil section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.accueil section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.accueil section.bg_before .section-text-container h2,
		body.accueil section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.accueil section.bg_before .section-text-container p {	margin-top: 1em}
body.accueil section.bg_before .section-text-container p > a:nth-child(n+2),
body.accueil section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.accueil section.agenda:not(#slider):not(.hasImage) > .no_flex,
body.accueil section.offres-emploi:not(#slider):not(.hasImage) > .no_flex {
	background-color: #fafafa;
	border-radius: 2em}
body.accueil section:last-child > .no_flex {	padding: 4em 0 8em}

	@media screen and (max-width: 1024px) {
		body.accueil section:last-child > .no_flex {	padding: 4em 0 2em}
	}
	
body.accueil section.actualites > .no_flex {	padding: 4em 0 3em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section.actualites > .no_flex {	padding: 0.75em 0 0.75em}
	}
	@media screen and (max-width: 768px) {
		body.accueil section.actualites > .no_flex {	padding: 1.5em 0 1.5em}
		body.accueil section:last-child > .no_flex {	padding: 8em 0 2em}
	}
	
body.accueil section > .no_flex > .center > .no_flex,
body.accueil section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.accueil section.actualites-et-agenda > .no_flex > .center > .flex {	padding: 0 0}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small {
	background: #fff;
	padding: 1em 1em;
	border-radius: 1em}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small > p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 4em;
	margin: 0 0 0.5em}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):first-child {	margin-left: 0}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):last-child {	margin-right: 0}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(1) {	background: #2897d5}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(2) {	background: #95c11f}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(3) {	background: #f39200}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(5) {	background: #a3195b}
body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty)::after {	display: none}

	@media screen and (max-width: 1024px) {
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small {
			width: 32% !important;
			position: sticky;
			top: 7em}
	}
	@media screen and (max-width: 960px) {
		body.accueil section#informations_jeunes > .no_flex > .center > .flex.items_center {	align-items: start}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.xmedium {	width: 55% !important}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small {	width: 40% !important}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#informations_jeunes > .no_flex > .center > .flex.items_center {	align-items: start}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.xmedium {
			order: 2;
			width: 100% !important;
			margin: 0 0 0 !important;
			border-top-left-radius: 0;
			border-top-right-radius: 0}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small {
			order: 1;
			width: 100% !important;
			margin: 0 0 0 !important;
			position: initial;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small > p {	justify-content: space-between}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty) {	width: 48%}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(2n+1) {	margin: 0 2% 0 0}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(2n) {	margin: 0 0 0 2%}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(n+3) {	margin-top: 0.5em}
	}
	@media screen and (max-width: 384px) {
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty) {	width: 100%}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(2n+1) {	margin: 0 0 0 0}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(2n) {	margin: 0 0 0 0}
		body.accueil section#informations_jeunes > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty):nth-child(n+2) {	margin-top: 0.5em}
	}
	
body.accueil section > .no_flex > .center > .flex > .container_flex.small h2,
body.accueil section > .no_flex > .center > .flex > .container_flex.xmedium h2 {
	display: inline-block;
	color: #d60b52;
	font-family: 'Akrobat ExtraBold';
	width: auto}
body.accueil section > .no_flex > .center > .flex > .container_flex.small h2:nth-child(n+2),
body.accueil section > .no_flex > .center > .flex > .container_flex.xmedium h2:nth-child(n+2) {	margin-top: 1.25em !important}
body.accueil section#carte > .no_flex > .center {
	max-width: 100%;
	border-radius: 2em;
	overflow: hidden}
body.accueil section#carte > .no_flex > .center > .no_flex > .no_flex {  min-height: calc(90vh + 6em)}
body.accueil section#carte > .no_flex > .center > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%}
body.accueil section.actualites-et-agenda:not(#slider) > .no_flex > .center > h2,
body.accueil section.offres-emploi:not(#slider) > .no_flex > .center > h2 {	margin: 0 0 0.5em}
body.accueil section.agenda > .no_flex > .center > h2,
body.accueil section.actualites > .no_flex > .center > h2,
body.accueil section.offres-emploi > .no_flex > .center > h2 {	color: #d60b52}
/* body.accueil section.actualites > .no_flex > .center > h2, */
/* body.accueil section.offres-emploi > .no_flex > .center > h2 {	color: #2897d5} */
body.accueil section.actualites-et-agenda > .no_flex > .center > h2 + p,
body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
	
	@media screen and (max-width: 1024px) {
		body.accueil section.actualites-et-agenda > .no_flex > .center > h2 + p,
		body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 800px) {
		body.accueil section.actualites-et-agenda > .no_flex > .center > h2 + p ,
		body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 640px) {
		body.accueil section.actualites-et-agenda > .no_flex > .center > h2 + p,
		body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.accueil section.actualites-et-agenda > .no_flex > .center > h2 + p,
		body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	font-size: 1.3rem}
	}
	
body.accueil section.agenda > .no_flex > .center > h2 + p,
body.accueil section.actualites > .no_flex > .center > h2 + p,
body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	background: #d60b52;}
/* body.accueil section.actualites > .no_flex > .center > h2 + p, */
/* body.accueil section.offres-emploi > .no_flex > .center > h2 + p {	background: #2897d5;} */
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex {
	margin: 0 0 0.5em;
	padding: 0.5em 0 0;
	border-top: 1px solid #9c054c}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small:last-child > .flex:last-child {
	padding: 0.5em 0 0.5em 0;
	box-shadow: none}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex {	margin-bottom: 0}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.xxsmall {	line-height: 0}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > h3 {
	font-size: 1em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > p.font_small {
	margin: 0 0 0.5em;
	font-size: 0.7em;
	text-transform: uppercase}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > p.font_small svg {
	width: 0.8em;
	height: 0.8em;
	vertical-align: middle;
	position: relative;
	top: -1px}
body.accueil section.actualites > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > .no_flex {	text-align: justify}
body.accueil section.actualites-et-agenda > .no_flex > .center > .flex > .container_flex > .no_flex.carousel-auto-vertical {	margin: 0 -1em}
body.accueil section.actualites-et-agenda > .no_flex > .center,
body.accueil section.offres-emploi > .no_flex > .center {	margin: 0 auto -3em}

	@media screen and (max-width: 1024px) {
		body.accueil section.actualites-et-agenda > .no_flex > .center,
		body.accueil section.offres-emploi > .no_flex > .center {	padding: 0.75em 1em;}
	}
	
body.accueil section.actualites-et-agenda > .no_flex > .center > .flex > h2,
body.accueil section.offres-emploi > .no_flex > .center > .flex > h2 {
	margin: 0 1em 0 0 !important;
	max-width: 66%;
	color: #d60b52;}
body.accueil section.actualites-et-agenda > .no_flex > .center > .flex > p > .button,
body.accueil section.offres-emploi > .no_flex > .center > .flex > p > .button {
	/* background: #2897d5; */
	background: #d60b52;
	border: 2px solid #fff}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel {
	margin: 0 0 0;
	padding: 4em 0 0;
	position: relative}
body.accueil section.actualites-et-agenda > .no_flex .carousel-actualites {	margin: 0 -1em}
body.accueil section.actualites-et-agenda > .no_flex .carousel::before,
body.accueil section.offres-emploi > .no_flex .carousel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 1440px;
	transform: translateX(-50%);
	background-color: #fdfdfd;
	z-index: -2}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article {	padding: 0.5em 1em}

	@media screen and (max-width: 1024px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article
		body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article {	padding: 0.5em 0.75em}
	}
	@media screen and (max-width: 768px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-agenda article,
		body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article {	padding: 0.5em 0.5em}
	}
	
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div {	padding: 0 0}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div {	background: #fff}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex {	
	border-radius: 1em;
	overflow: hidden;
	margin: 1.75em 0}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > p.relative,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > p.relative {
	margin: 0 0 0;
	overflow: hidden;
	line-height: 0}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.un > .no_flex > p.relative {	padding-top: 126%}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.deux > .no_flex > p.relative,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > p.relative {	padding-top: 59.2%}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.trois > .no_flex > p.relative {	padding-top: 37%}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-agenda article > div > .no_flex > .no_flex > p.relative > a {
	display: block;
	border: none}
	
	@media screen and (max-width: 768px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.un > .no_flex > p.relative {	padding-top: 56%}
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.deux > .no_flex > p.relative,
		body.accueil section.offres-emploi > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > p.relative {	padding-top: 45%}
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.trois > .no_flex > p.relative {	padding-top: 34%}
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-agenda article > div > .no_flex > .no_flex > p.relative:first-child:last-child > img {
			width: auto;
			max-height: 75vh}
	}
	
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > .no_flex > p.relative > a,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > p.relative > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > .no_flex > p.relative > a > img,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > p.relative > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.3s all linear}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .hidden,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .hidden {	display: none}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .absolute,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 4em 1em 1em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.un > .no_flex > .absolute {	padding: 4em 1em 1em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .absolute {	padding: 2em 1em 1em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .absolute {	padding: 0.5em 1em 0.5em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column {	flex-direction: column}
	
	@media screen and (max-width: 640px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column,
		body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column {
			flex-direction: row;
			justify-content: start}
	}
	
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p,
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > .no_flex,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > p {
	width: 100%;
	margin: 0 0 0}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > h3,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > h3 {
	width: auto;
	margin: 0 0 1rem;
	/* color: #2897d5; */
	color: #d60b52;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3 {	font-size: 1.4rem}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.2rem}
	
	@media screen and (max-width: 1024px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3,
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 800px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3,
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 640px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3,
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 480px) {
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3,
		body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.15rem}
	}
	
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > h3 > a,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > h3 > a {
	display: block;
	line-height: 1em;
	/* color: #2897d5} */
	color: #d60b52}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > p {
	margin: 0 0 1rem;
	/* background: #2897d5; */
	background: #d60b52;
	color: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em}
body.accueil section.actualites-et-agenda > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p > .button,
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > p > .button {
	background: none;
	float: right;
	font-size: 1em;
	margin: 0.15em 0 0 0 !important}
body.accueil section.offres-emploi > .no_flex > .no_flex.carousel article > div > .no_flex > .flex.flex_column > p > .button {	margin: 0.5em 0 0 0 !important}
body.accueil section#employeur > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 1em;
	border-radius: 1em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#employeur > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#employeur > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 1em 1em 0}
	}
	
body.accueil .swal-content > div {	text-align: center}
body.accueil .swal-content .swal-img {	max-height: 73vh}
body.accueil .swal-modal .swal-button::after {	display: none}
body.accueil section.swal {
	border: none !important;
	border-radius: 0 !important;
	background-color: rgba(255,255,255,.75);
	backdrop-filter: blur(5px);
	opacity: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #282828;
	background: none;
	padding: 0 0 0;
	margin: 0 0 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden}
body.accueil section.swal.show {
	opacity: 1 !important;
	z-index: 10000;
	visibility: visible;
	display: flex}
body.accueil section.swal > .no_flex {
	padding: 5vh 0 5vh;
	margin: 0 0;
	background: none}
body.accueil section.swal > .no_flex > .center {
	height: 100%;
	width: auto;
	max-width: 90% !important;
	margin: 0 auto;
	border: 1em solid #fff;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1)}
body.accueil section.swal > .no_flex > .no_flex > iframe.absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2}
body.accueil section.swal .center > span {
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
	z-index: 3}
body.accueil section.swal .center > span > a {
	margin: 0;
	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;
	background: #d60b52;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	padding: 0 0;
	white-space: nowrap;
	text-indent: 1000px}
body.accueil section.swal .center > span > a svg {
	left: 0.3em;
	top: 0.3em;}
body.accueil.hidden.swal #cboxOverlay {
	display: block !important;
	opacity: 1;
	z-index: 9999;
	background-color: rgba(255,255,255,.8);
	transition: opacity 0.18s linear 0s}
	
/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body.cms.hide {  overflow: hidden}
body.cms .hero-slider .slide-inner {	border-radius: 2em}
body.cms section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
	
	@media screen and (max-width: 1024px) {
		body.cms section:not(#slider) {	border: 0.75em solid #fff}
	}
	@media screen and (max-width: 768px) {
		body.cms section:not(#slider) {	border: 0.5em solid #fff}
	}
	
body.cms section.hasImage {
	background-size: cover;
	background-position: center}
body.cms section.in_background {
	background-size: cover;
	background-position: right top}
	
	@media screen and (max-width: 640px) {
		body.cms section.hasImage {	background-size: auto 50%}
	}

body.cms section.in_background:last-child {	margin-bottom: 3em}
body.cms section.bg_before {	padding-top: 50vh}
body.cms section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.cms section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.cms section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.cms section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.cms section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.cms section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.cms section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.cms section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.cms section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.cms section.hasImage {	background-size: auto 50%}
	}
	
body.cms section > .no_flex {
	width: 100%;
	padding: 4em 0}
body.cms section:not(.hasImage) > .no_flex {	background-color: #fff}
body.cms.mission-locale-epinal-qui-sommes-nous section > .no_flex {	padding: 2em 0}
	
	@media screen and (max-width: 1024px) {
		body.cms section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.75em !important}
		/* body.cms.mission-locale-epinal-qui-sommes-nous section.hasImage {	margin-bottom: 0 !important} */
		body.cms section > .no_flex {	padding: 0.75em 0 0.75em}
		body.cms.mission-locale-epinal-qui-sommes-nous section > .no_flex {	padding: 0.75em 0 0.75em}
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex {	padding: 1.25em 0 1.5em}
	}
	@media screen and (max-width: 768px) {
		body.cms section.hasImage:nth-last-child(n+2) {	margin-bottom: 1em !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section.hasImage:last-child {	margin-bottom: 2em !important}
		body.cms section > .no_flex {	padding: 0.5em 0 0.5em}
		body.cms.mission-locale-epinal-qui-sommes-nous section > .no_flex {	padding: 0.5em 0 0.5em}
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex {	padding: 0.5em 0 2em}
	}
	
body.cms section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.cms section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.cms section.bg_before > .absolute .no_flex {	height: 100%}
body.cms section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.cms section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.cms section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.cms section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 23%}
		body.cms section.bg_before:nth-child(n+2) .section-text-container {
			transform: none;
			top: auto;
			bottom: 0}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.cms section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
		body.cms section.bg_before:nth-child(n+2) .section-text-container {
			transform: translateY(-50%);
			top: auto;
			bottom: 8%}
	}
	@media screen and (max-width: 380px) and (orientation: portrait) {
		body.cms section.bg_before:first-child .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 15%}
	}
	
body.cms section.bg_before .section-text-container .slide-title,
body.cms section.bg_before .section-text-container .slide-text {}
body.cms section.bg_before .section-text-container .slide-title,
body.cms section.bg_before .section-text-container .slide-text {	color: #282828}
body.cms section.bg_before .section-text-container .slide-title,
body.cms section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.cms section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.cms section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.cms section.bg_before .section-text-container .slide-title,
		body.cms section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms section.bg_before .section-text-container .slide-title,
		body.cms section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.cms section.bg_before .section-text-container {	padding: 2em 0 0}
		body.cms section.bg_before .section-text-container .slide-title,
		body.cms section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.cms section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.cms section.bg_before .section-text-container h1,
body.cms section.bg_before .section-text-container h2,
body.cms section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.cms section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.cms section.bg_before .section-text-container h2,
body.cms section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.cms section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.cms section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.cms section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.cms section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.cms section.bg_before .section-text-container h2,
		body.cms section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.cms section.bg_before .section-text-container p {	margin-top: 1em}
body.cms section.bg_before .section-text-container p > a:nth-child(n+2),
body.cms section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.cms section:last-child > .no_flex {	padding: 4em 0 8em}
	
	@media screen and (max-width: 1024px) {
		body.cms section:last-child > .no_flex {	padding: 3.25em 0 7.25em}
	}
	@media screen and (max-width: 768px) {
		body.cms section:last-child > .no_flex {	padding: 1.5em 0 2em}
	}
	
body.cms section > .no_flex > .center > .no_flex,
body.cms section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
	
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
	}
	@media screen and (max-width: 768px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 100% !important;
			padding: 0.75em 1em 0}
		body.cms.mission-locale-epinal-qui-sommes-nous section#intro > .no_flex > .center > .flex > .container_flex.xmedium p:last-child {	text-align: center}
	}

body.cms section > .no_flex > .center > .flex > .container_flex.small {
	background: #fff;
	padding: 1em 1em;
	border-radius: 1em}
	
	@media screen and (max-width: 1152px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium p {
			width: 100% !important;
			float: none !important}
	}
	
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small > p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 4em;
	margin: 0 0 0.5em}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):first-child {	margin-left: 0}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):last-child {	margin-right: 0}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(1) {	background: #2897d5}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(2) {	background: #95c11f}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(3) {	background: #f39200}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small p .button:not(.current):not(.empty):nth-child(5) {	background: #a3195b}
body.cms:not(.mission-locale-epinal-qui-sommes-nous) section > .no_flex > .center > .flex > .container_flex.small .button:not(.current):not(.empty)::after {	display: none}
body.cms section > .no_flex > .center > .flex > .container_flex.small h2,
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium h2 {
	font-size: 1.8rem;
	display: inline-block;
	color: #d60b52;
	font-family: 'Akrobat ExtraBold';
	width: auto}
	
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.small h2,
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium h2 {	font-size: 1.6rem}
	}
	@media screen and (max-width: 800px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.small h2,
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium h2 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 640px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.small h2,
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium h2 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.small h2,
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium h2 {	font-size: 1.3rem}
	}

body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container {
	position: relative;
	padding: 56% 0 0 0;
	margin-bottom: 2em}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 9}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button {	
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 0.5em;
    background: #d60b52;
    border-radius: 50%;
    line-height: 1em;
    margin: 0 0.5em;
	color: #fff;
	height: 1.75em;
    width: 1.75em;
	font-size: 1.5rem}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a[title="+10s"] ,
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a[title="-10s"],
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button.hidden  {	display: none}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button > span {
	font-size: 0.8rem;
	line-height: 1em}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button > span  > svg {	fill: #fff}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button.close-video > span  > svg {
	width: 1.7em;
	height: 1.7em}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .video-container > #controls > a.button > span {	color: white;}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium em {	font-size: 0.85em}
body.cms section > .no_flex > .center > .flex > .container_flex.xmedium .lazy-load img {
	width: auto;
	height: auto}
body.cms.mission-locale-epinal-qui-sommes-nous section:first-child > .no_flex > .center > .flex > .container_flex.xmedium > p:first-child {
	margin-bottom: 2em;
	padding-top: 56%;
	position: relative}
body.cms.mission-locale-epinal-qui-sommes-nous section > .no_flex > .center > .flex > .container_flex.xmedium > p > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1em;
	min-height: 1px;
	height: 100%;
	width: 100%}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p {
	font-family: 'Akrobat ExtraBold';
	font-size: 1.8rem}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(1) > p,
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(1) > p > a {	color: #2897d5}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) > p {	color: #a3195b}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3) > p {	color: #f39200}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) > p {	color: #95c11f}
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p:last-child,
body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p > a {	
	font-family: 'Akrobat SemiBold';
	text-transform: uppercase}
	
	@media screen and (max-width: 1280px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 23.5% !important;
			margin: 0 1% !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:first-child {	margin-left: 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:last-child {	margin-right: 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 901px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall > p {	font-size: 1.25rem}
	}
	@media screen and (max-width: 768px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 48% !important;
			margin: 0 2% !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2n+1) {	margin-left: 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2n) {	margin-right: 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+3) {	margin-top: 2em !important}
	}
	@media screen and (max-width: 480px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 0 0 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#chiffres_ML > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+2) {	margin-top: 2em !important}
	}
	
body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	position: relative}
body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.small {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column}
	
	@media screen and (max-width: 1152px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex.items_stretch {
			justify-content:space-between;
			align-items: start}
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.small {
			width: 32% !important;
			position: sticky;
			top: 7em}
	}
	@media screen and (max-width: 960px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.xmedium {	width: 55% !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.small {	width: 40% !important}
	}
	@media screen and (max-width: 768px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex.items_stretch {	align-items: start}
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.xmedium {
			margin: 0 0 0 !important;
			width: 100% !important;
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0}
		body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.small {
			width: 100% !important;
			margin: 0 0 0 !important !important;
			position: initial;
			border-top-left-radius: 0;
			border-top-right-radius: 0}
	}
	
body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex > * {	padding: 0 0.5em}
body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex > h2:nth-child(n+2) {	margin-top: 1em}
body.cms.mission-locale-epinal-qui-sommes-nous section#description > .no_flex > .center > .flex > .container_flex.small > p {
	margin: 0 0 2em;
	text-align: center}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	position: relative;
	margin: 2em 1% 0}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(6),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(10),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(14),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(18) {	margin-left: 0}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(5),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(9),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(13),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(17),
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(21) {	margin-right: 0}
	
	@media screen and (max-width: 1024px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall {	margin: 2em 2% 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(6),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(8),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(10),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(12),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(14),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(16),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(18),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(20),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(22),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(24),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(26),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(28) {	margin-left: 0 !important}
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(5),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(7),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(9),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(11),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(13),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(15),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(17),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(19),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(21),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(22),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(25),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(27),
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(29) {	margin-right: 0 !important}
	}
	@media screen and (max-width: 768px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall {	margin: 1em 0 0 !important}
	}
	
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 {
	margin: 0 0 0.5em !important;
	color: #d60b52}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 + p {
	display: inline-block;
	font-size: 1.8rem;
	background: #d60b52;
	color: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
	
	@media screen and (max-width: 1024px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 + p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 800px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 + p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 640px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 + p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex > h2 + p {	font-size: 1.3rem}
	}
	
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall > p:first-child {
	display: block;
	line-height: 1em;
	color: #2897d5;
	margin: 0 0 0.5em}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall > p strong {
	font-family: 'Akrobat SemiBold';
	font-weight: normal}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall > p:nth-child(2) {
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	line-height: 1em;}
body.cms.mission-locale-epinal-qui-sommes-nous section#organigramme > .no_flex > .center > .flex > .container_flex.xsmall > p:nth-child(3) {	font-size: 0.9rem}
body.cms.mission-locale-epinal-qui-sommes-nous section#photos > .no_flex > .center > .flex > .container_flex.small {
	overflow: hidden;
	padding: 0 0}
body.cms.mission-locale-epinal-qui-sommes-nous section#video {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 51;
	border: none !important;
	border-radius: 0 !important;
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px);
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s;}
body.cms.mission-locale-epinal-qui-sommes-nous section#video:not(.show) {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%)}
body.cms.mission-locale-epinal-qui-sommes-nous section#video.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)}
body.cms.mission-locale-epinal-qui-sommes-nous section#video > .flex {
	height: 100%;
	width: 100%;
	position: relative}
body.cms.mission-locale-epinal-qui-sommes-nous section#video > .flex > .container_flex.xxxlarge {	
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	max-width: 900px;
	border-radius: 1em !important;
	overflow: hidden;
	cursor: default;
	background-color: #fff !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: 1em 1em 3.5em}
body.cms.mission-locale-epinal-qui-sommes-nous section#video > .flex > .container_flex >  .no_flex > .no_flex {	text-align: center}
body.cms.mission-locale-epinal-qui-sommes-nous section#video > .flex > .container_flex >  .no_flex > .no_flex > p  {	margin: 0 0 0}
body.cms.mission-locale-epinal-qui-sommes-nous section#video > .flex > .container_flex >  .no_flex > .no_flex > div:last-child {
	margin-bottom: 0;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 1em}
body.cms .swal > .no_flex > .center {
	overflow: auto;
	background-color: #fcfcfc}
body.cms .swal > .no_flex > .center > .flex form > .no_flex,
body.cms .swal > .no_flex > .center > .flex form > .flex {	margin: 0 0 2em}
body.cms .swal > .no_flex > .center > .flex form > .no_flex > .no_flex {	margin: 0 0 1em}
body.cms .swal > .no_flex > .center > .flex form > .no_flex > .no_flex.info {	margin-top: 0.25em}
body.cms .swal > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.relative {	padding: 0.9em 0 0}
body.cms .swal > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.relative > span {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	font-size: 1.3rem;
	line-height: 1em;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.cms .swal > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.focus > span {	font-size: 0.8rem}
body.cms .swal > .no_flex > .center > .flex form input,
body.cms .swal > .no_flex > .center > .flex form textarea,
body.cms .swal > .no_flex > .center > .flex form select,
body.cms .swal > .no_flex > .center > .flex form option {
	background-color: #fcfcfc;
	border-bottom: 1px solid #2897d5}
body.cms .swal > .no_flex > .center > .flex form input:focus,
body.cms .swal > .no_flex > .center > .flex form textarea:focus,
body.cms .swal > .no_flex > .center > .flex form select:focus,
body.cms .swal > .no_flex > .center > .flex form option:focus {	border-bottom: 1px solid #d60b52}
body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {	margin-right: 0.5em}
body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall {
	margin-right: 0.5em;
	width: auto}
body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #282828;
	-webkit-clip-path: polygon(2% 0, 100% 98%, 98% 100%, 0 2%);
	clip-path: polygon(90% 0, 100% 10%, 10% 100%, 0% 90%);}
body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall > svg {	margin: 0 0 !important}
body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large svg {
	height: 1.2em;
	width: 1.2em}
	
	@media screen and (max-width: 1024px) {
		body.cms .swal > .no_flex > .center > .flex form > .flex.content_between {    justify-content: space-between}
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {    width: 60% !important}
	}
	@media screen and (max-width: 900px) {
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large svg {
			height: 1em;
			width: 1em}
	}
	@media screen and (max-width: 768px) {
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {	margin: 0 2% 0 0 !important}
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large {
			width: 74% !important;
			margin: 0 0.5em 0 0 !important}
	}
	@media screen and (max-width: 480px) {
		body.cms .swal > .no_flex > .center > .flex form > .flex.content_between {    justify-content: center}
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.cms .swal > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large {
			width: calc(100% - 1.6em) !important;
			margin: 0 0 0 0 !important}
	}
	
/************************************************************************************************************************************************************/
/* ACTUALITÉS																																				*/
/************************************************************************************************************************************************************/
body.actualites.hide {  overflow: hidden}
body.actualites section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}	
body.actualites section.hasImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center}
body.actualites section.in_background {
	background-size: cover;
	background-position: right top}
	
	@media screen and (max-width: 1024px) {
		body.actualites section:not(#slider) {	border: 0.75em solid #fff}
		body.actualites section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.75em !important}
	}
	@media screen and (max-width: 768px) {
		body.actualites section:not(#slider) {	border: 0.5em solid #fff}
		body.actualites section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.5em !important}
	}
	
body.actualites section.in_background:last-child {	margin-bottom: 3em}
	
	@media screen and (max-width: 1024px) {
		body.actualites section.in_background:last-child {	margin-bottom: 0}
	}
	
body.actualites section.bg_before {	padding-top: 50vh}
body.actualites section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.actualites section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.actualites section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.actualites section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.actualites section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.actualites section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.actualites section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.actualites section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.actualites section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.actualites section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.actualites section.hasImage {	background-size: auto 50%}
	}
	@media screen and (max-width: 640px) and (orientation: portrait) {
		body.actualites section.hasImage {	background-size: auto 75vh}
	}

body.actualites section > .no_flex {
	width: 100%;
	padding: 4em 0}
body.actualites section:not(.hasImage) > .no_flex {	background-color: #fff}

	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex {	padding: 0.75em 0 0.75em}
		body.actualites section:last-child > .no_flex {	padding: 0.75em 0 1.5em}
	}
	@media screen and (max-width: 768px) {
		body.actualites section > .no_flex {	padding: 1.5em 0}
		body.actualites section:last-child > .no_flex {	padding: 0.5em 0 2em}
	}
	
body.actualites section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.actualites section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.actualites section.bg_before > .absolute .no_flex {	height: 100%}
body.actualites section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.actualites section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.actualites section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.actualites section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.actualites section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 20%}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.actualites section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
	}
	
body.actualites section.bg_before .section-text-container .slide-title,
body.actualites section.bg_before .section-text-container .slide-text {}
body.actualites section.bg_before .section-text-container .slide-title,
body.actualites section.bg_before .section-text-container .slide-text {	color: #282828}
body.actualites section.bg_before .section-text-container .slide-title,
body.actualites section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.actualites section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.actualites section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.actualites section.bg_before .section-text-container .slide-title,
		body.actualites section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.actualites section.bg_before .section-text-container .slide-title,
		body.actualites section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.actualites section.bg_before .section-text-container {	padding: 2em 0 0}
		body.actualites section.bg_before .section-text-container .slide-title,
		body.actualites section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.actualites section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.actualites section.bg_before .section-text-container h1,
body.actualites section.bg_before .section-text-container h2,
body.actualites section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.actualites section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.actualites section.bg_before .section-text-container h2,
body.actualites section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.actualites section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.actualites section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.actualites section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.actualites section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.actualites section.bg_before .section-text-container h2,
		body.actualites section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.actualites section.bg_before .section-text-container p {	margin-top: 1em}
body.actualites section.bg_before .section-text-container p > a:nth-child(n+2),
body.actualites section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.actualites section > .no_flex > .center > .no_flex,
body.actualites section > .no_flex > .center > .flex {	margin: 4em 0 0}

	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex > .center > .no_flex,
		body.actualites section > .no_flex > .center > .flex {	margin: 2em 0 0}
	}

body.actualites section > .no_flex > .center > .flex p.imgs > a {
	display: inline-block;
	width: calc(50% - 0.5em);
	height: 10em;
	border-radius: 1em;
	position: relative;
	overflow: hidden}
body.actualites section > .no_flex > .center > .flex p.imgs > a:nth-child(2n+1) {	margin-right: 0.5em}
body.actualites section > .no_flex > .center > .flex p.imgs > a:nth-child(2n) {	margin-left: 0.5em}
body.actualites section > .no_flex > .center > .flex p.imgs > a:nth-child(n+3) {	margin-top: 1em}
body.actualites section > .no_flex > .center > .flex p.imgs > a::after {
	content: url('data:image/svg+xml; utf8, <svg class="icon only" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	padding: 0.15em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;}
body.actualites section > .no_flex > .center > .flex p.imgs img {
	object-fit: cover;
	object-position: center}
body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
body.actualites section:nth-child(2) .flex > .container_flex.smedium {	width: 45%}
body.actualites section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin-right: 5%}
body.actualites section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin-left: 5%}

	@media screen and (max-width: 1024px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium {	width: 47.5% !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:first-child {
			margin-left: 0;
			margin-right: 2.5%}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:last-child {
			margin-left: 2.5%;
			margin-right: 0}
	}
	@media screen and (max-width: 768px) {
		body.actualites section > .no_flex > .center > .flex > .container_flex.xmedium,
		body.actualites section:nth-child(2) .flex > .container_flex.smedium {	width: 100% !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin: 0 0 2em !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin: 0 0 0 !important}
	}
	
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	overflow: hidden;
	margin: 0 0 3em}
	
	@media screen and (max-width: 768px) {
		body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex {	margin: 0 0 2em}
	}
	
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .relative:first-child {	padding-top: 26%}
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .relative > .absolute {
	top: -0.75em;
	left: -1em;
	right: -1em;
	bottom: -150%;
	background-size: cover}
body.actualites section:nth-child(2) .flex > .container_flex.smedium h2 {
	display: inline-block;
	font-size: 1.8rem;
	color: #d60b52;
	margin: 0 0 0.25em !important;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	width: auto}
body.actualites section:nth-child(2) .flex > .container_flex.smedium h2 + br + p {
	display: inline-block;
	font-size: 1.1rem;
	color: #fff;
	background: #d60b52;
	margin-top: 0;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em}
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex:last-child {
	background: #fff;
	padding: 0.75em 0;
	border-radius: 0.5em;
	overflow: hidden;
	margin: 2em 0 0;
	z-index: 2}
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex:last-child > *:not(.lazy-load) {	padding: 0 0.5em}
body.actualites section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex:last-child > .shadowbox {	width: 50%}
body.actualites.actualite section:nth-child(2):not(#slider) > .no_flex > .center > h2 {	margin: 0 0 0.5em}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > h2 {	color: #2897d5}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > h2 + p {	
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.actualites section.agenda > .no_flex > .center > h2 + p {	background: #d60b52;}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > h2 + p {	background: #2897d5;}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex {
	margin: 0 0 0.5em;
	padding: 0.5em 0 0;
	border-top: 1px solid #9c054c}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small:last-child > .flex:last-child {
	padding: 0.5em 0 0.5em 0;
	box-shadow: none}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex {	margin-bottom: 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.xxsmall {	line-height: 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > h3 {
	font-size: 1em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > p.font_small {
	margin: 0 0 0.5em;
	font-size: 0.7em;
	text-transform: uppercase}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > p.font_small svg {
	width: 0.8em;
	height: 0.8em;
	vertical-align: middle;
	position: relative;
	top: -1px}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex.small > .flex > .container_flex.large > .no_flex {	text-align: justify}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > .container_flex > .no_flex.carousel-auto-vertical {	margin: 0 -1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .center {	margin: 0 auto -3em}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > h2 {
	margin: 0 1em 0 0 !important;
	max-width: 66%;
	color: #d60b52;}
body.actualites.actualite section:nth-child(2) > .no_flex > .center > .flex > p > .button {
	background: #2897d5;
	border: 2px solid #fff}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel {
	margin: 0 0 0;
	padding: 4em 0 0;
	position: relative}
body.actualites.actualite section:nth-child(2) > .no_flex .carousel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 1440px;
	transform: translateX(-50%);
	background-color: #fdfdfd;
	z-index: -2}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article {	padding: 0.5em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-agenda article {	padding: 0.5em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article {	padding: 0.5em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div {	padding: 0 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div {	background: #fff}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex {	
	border-radius: 1em;
	overflow: hidden;
	margin: 1.75em 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > p.relative {
	margin: 0 0 0;
	overflow: hidden;
	line-height: 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.un > .no_flex > p.relative {	padding-top: 126%}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.deux > .no_flex > p.relative {	padding-top: 59.2%}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div > .no_flex.trois > .no_flex > p.relative {	padding-top: 37%}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-agenda article > div > .no_flex > .no_flex > p.relative > a {
	display: block;
	border: none}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > .no_flex > p.relative > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel-actualites article > div > .no_flex > .no_flex > p.relative > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	/* object-position: top; */
	transition: 0.3s all linear}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .hidden {	display: none}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 4em 1em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex.un > .no_flex > .absolute {	padding: 4em 1em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .absolute {	padding: 2em 1em 1em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .absolute {	padding: 0.5em 1em 0.5em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column {	flex-direction: column}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p,
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > .no_flex {
	width: 100%;
	margin: 0 0 0}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > h3 {
	width: 100%;
	margin: 0 0 1rem;
	color: #d60b52;
	background: #fff}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > h3 {
	width: auto;
	margin: 0 0 1rem;
	color: #2897d5;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex.deux > .no_flex > .flex.flex_column > h3 {	font-size: 1.4rem}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex.trois > .no_flex > .flex.flex_column > h3 {	font-size: 1.2rem}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > h3 > a {
	display: block;
	line-height: 1em;
	color: #2897d5}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p {
	width: auto;
	margin: 0 0 1rem;
	background: #2897d5;
	color: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em}
body.actualites.actualite section:nth-child(2) > .no_flex > .no_flex.carousel article > div > .no_flex > .no_flex > .flex.flex_column > p > .button {
	background: none;
	float: right;
	font-size: 1em;
	margin: 0.15em 0 0 0 !important}

/************************************************************************************************************************************************************/
/* AGENDA																																					*/
/************************************************************************************************************************************************************/
body.agenda.hide {  overflow: hidden}
body.agenda section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
body.agenda section.hasImage {
	background-size: cover;
	background-position: center}
body.agenda section.in_background {
	background-size: cover;
	background-position: right top}
body.agenda section.in_background:last-child {	margin-bottom: 3em}

	@media screen and (max-width: 1024px) {
		body.agenda section:not(#slider) {	border: 0.75em solid #fff}
		body.agenda section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.75em !important}
	}
	@media screen and (max-width: 768px) {
		body.agenda section:not(#slider) {	border: 0.5em solid #fff}
		body.agenda section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.5em !important}
	}
	
body.agenda section.bg_before {	padding-top: 50vh}
body.agenda section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.agenda section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.agenda section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.agenda section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.agenda section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.agenda section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.agenda section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.agenda section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.agenda section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.agenda section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.agenda section.hasImage {	background-size: auto 50%}
	}
	@media screen and (max-width: 640px) and (orientation: portrait) {
		body.agenda section.hasImage {	background-size: auto 75vh}
	}

body.agenda section > .no_flex {
	width: 100%;
	padding: 4em 0}
body.agenda section:not(.hasImage) > .no_flex {	background-color: #fff}

	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex {	padding: 0.75em 0 0.75em}
		body.agenda section:last-child > .no_flex {	padding: 0.75em 0 1.5em}
	}
	@media screen and (max-width: 768px) {
		body.agenda section > .no_flex {	padding: 1.5em 0}
		body.agenda section:last-child > .no_flex {	padding: 0.5em 0 2em}
	}
	
body.agenda section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.agenda section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.agenda section.bg_before > .absolute .no_flex {	height: 100%}
body.agenda section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.agenda section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.agenda section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.agenda section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.agenda section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 20%}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.agenda section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
	}
	
body.agenda section.bg_before .section-text-container .slide-title,
body.agenda section.bg_before .section-text-container .slide-text {}
body.agenda section.bg_before .section-text-container .slide-title,
body.agenda section.bg_before .section-text-container .slide-text {	color: #282828}
body.agenda section.bg_before .section-text-container .slide-title,
body.agenda section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.agenda section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.agenda section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) {
		body.agenda section.bg_before .section-text-container .slide-title,
		body.agenda section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 15%}
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.agenda section.bg_before .section-text-container .slide-title,
		body.agenda section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.agenda section.bg_before .section-text-container .slide-title,
		body.agenda section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.agenda section.bg_before .section-text-container {	padding: 2em 0 0}
		body.agenda section.bg_before .section-text-container .slide-title,
		body.agenda section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.agenda section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.agenda section.bg_before .section-text-container h1,
body.agenda section.bg_before .section-text-container h2,
body.agenda section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.agenda section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.agenda section.bg_before .section-text-container h2,
body.agenda section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.agenda section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.agenda section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.agenda section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.agenda section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.agenda section.bg_before .section-text-container h2,
		body.agenda section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.agenda section.bg_before .section-text-container p {	margin-top: 1em}
body.agenda section.bg_before .section-text-container p > a:nth-child(n+2),
body.agenda section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.agenda section > .no_flex > .center > .no_flex,
body.agenda section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.agenda section > .no_flex > .center > .no_flex.hidden {	display: none}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda {
	min-height: 0;
	display: none}
	
	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center > .no_flex,
		body.agenda section > .no_flex > .center > .flex {	margin: 2em 0 0}
	}
	
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium:first-child {	margin-right: 5%}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium:last-child {	margin-left: 5%}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events,
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .noevents {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	overflow: hidden;
	margin: 0 0 3em}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events.hasBG {	min-height: 18em}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > .relative:first-child {	padding-top: 26%}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > .relative > .absolute {
	top: -0.75em;
	left: -1em;
	right: -1em;
	bottom: -150%;
	background-size: cover}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > h2 {
	display: inline-block;
	font-size: 1.8rem;
	color: #d60b52;
	margin: 0 0 0.25em !important;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	width: auto}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > h2 + br + p {
	display: inline-block;
	font-size: 1.1rem;
	color: #fff;
	background: #d60b52;
	margin-top: 0;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > .no_flex:last-child {
	background: #fff;
	padding: 0.75em 0;
	border-radius: 0.5em;
	overflow: hidden;
	margin: 2em 0 0;
	z-index: 2}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > .no_flex:last-child > *:not(.lazy-load) {  padding: 0 0.5em}
body.agenda section > .no_flex > .center > .no_flex.mois_agenda > .no_flex > .flex > .container_flex.smedium > .events > .no_flex:last-child > p:last-child {  margin: 0.5em 0 0}
body.agenda section > .no_flex > .center > .flex > .container_flex {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em}
	
	@media screen and (max-width: 1440px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium {	width: auto}
	}
	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center > .flex.content_end {
			position: sticky;
			top: 8em;
			z-index: 3;
			justify-content: center}
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium {	width: auto !important}
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium > .flex.content_end {	justify-content: center}
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium > .flex .button {	font-size: 0.9rem}
	}
	@media screen and (max-width: 768px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium,
		body.actualites section:nth-child(2) .flex > .container_flex.smedium {	width: 100% !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin: 0 0 2em !important}
		body.actualites section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin: 0 0 0 !important}
	}
	
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall {
	position: relative;
	width: 1.75em;
	height: 2.25em;
	margin: 0 0.5em;
	padding-top: 0.5em}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.before:not(.current) {	opacity: 0.4}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall:first-child {
	height: auto;
	width: auto;
	margin-left: 0}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall:last-child {
	height: auto;
	width: auto;
	margin-right: 0}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall .button {
	font-size: 0.9rem;
	width: 100%}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois .button {
	height: 100%;
	padding: 0.45em 0.75em 0.45em 0.75em;
	display: flex;
	justify-content: center;
	align-items: center}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall:first-child > .button {	padding: 0.45em 0.75em 0.45em 2em}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall:first-child > .button > svg.icon.primary,
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall:first-child > .button > svg.icon.secondary {
	left: 0.5em;
	right: auto}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois.current .button {
	background: #fff;
	color: #d60b52;
	border: 1px solid #d60b52}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > .button {
	width: 100%;
	padding: 0.45em 0.75em 0.45em 0.75em}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > span {
	position: absolute;
	top: -0.66em;
	right: -0.33em;
	background: #fff;
	color: #d60b52;
	padding: 0;
	border: 1px solid #d60b52;
	border-radius: 990px;
	display: block;
	width: 2em;
	height: 2em;
	line-height: 1.75em;
	font-size: 0.75rem}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > h2 {
	font-size: 1rem;
	text-transform: uppercase;
	color: #2897d5;
	margin: 0 0 0 !important;
	top: calc(100% + 0.75em);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	padding: 0.25em 0.5em 0.35em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	transition: 0.3s all linear;}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois:not(.current) > h2 {
	opacity: 0;
	visibility: hidden}
body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois.current > h2 {
	opacity: 1;
	visibility: visible}
	
	@media screen and (max-width: 1024px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall {	margin: 0 0.25em}
	}
	@media screen and (max-width: 768px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium > .flex.content_end {
			position: relative;
			padding: 2em 1em 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > div:first-child,
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > div:last-child {
			position: absolute;
			top: 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > div:first-child{	left: 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > div:last-child {	right: 0}
		body.agenda section > .no_flex > .center > .flex > .container_flex.xmedium > .flex .button svg.icon {
			height: 1.1em;
			width: 1.1em;
			vertical-align: middle;
			position: relative;
			top: -0.1em}
	}
	@media screen and (max-width: 640px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall {
			width: calc((100% / 6) - 1.5em);
			height: auto;
			margin: 0 0.75em}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > .button {
			padding: 0.25em 0.5em;
			font-size: 0.8rem}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > span {
			top: 0;
			right: auto;
			left: calc(100% - 1em)}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > h2 {	display: none}
	}
	@media screen and (max-width: 480px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall {
			width: calc((100% / 6) - 0.5em);
			margin: 0 0.25em}
	}
	@media screen and (max-width: 384px) {
		body.agenda section > .no_flex > .center > .flex.content_end {	top: 4em}
	}
	@media screen and (max-width: 320px) {
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall {	width: calc((100% / 4) - 0.5em)}
		body.agenda section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex.xxxsmall.mois > span {	display: none}
	}
	
body.agenda .swal-content h3 {
	font-size: 1.6rem;
	display: inline-block;
	font-family: 'Akrobat ExtraBold';
	margin: 0 0 0 0;
	color: #2897d5}
body.agenda .swal-content h3 + br + p {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	padding: 0.15em 0.25em;
	margin: 0 0 0;
	border-radius: 0.5em;
	background: #2897d5;
	font-family: 'Akrobat ExtraBold';}
body.agenda .swal-content .no_flex:nth-child(n+3) {
	padding: 0.25em 0.5em;
	border-radius: 0.5em;
	background: #fff}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
	
	@media screen and (max-width: 1024px) {
		body.contact section:not(#slider) {	border: 0.75em solid #fff}
	}
	@media screen and (max-width: 768px) {
		body.contact section:not(#slider) {	border: 0.5em solid #fff}
	}
	
body.contact section.hasImage {
	background-size: cover;
	background-position: center}
body.contact section.in_background {
	background-size: cover;
	background-position: right top}
	
	@media screen and (max-width: 640px) {
		body.contact section.hasImage {	background-size: auto 50%}
	}
	
body.contact section.in_background:last-child {	margin-bottom: 3em}
body.contact section.bg_before {	padding-top: 50vh}
body.contact section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.contact section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.contact section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.contact section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.contact section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.contact section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.contact section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.contact section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.contact section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.contact section.hasImage {	background-size: auto 50%}
	}
	
body.contact section > .no_flex {
	width: 100%;
	padding: 4em 0}
	
	@media screen and (max-width: 1024px) {
		body.contact section:last-child {	margin-bottom: 1.5em !important}
		body.contact section > .no_flex {	padding: 0.75em 0 0.75em}
	}
	@media screen and (max-width: 768px) {
		body.contact section:last-child {	margin-bottom: 1em !important}
		body.contact section > .no_flex {	padding: 0.5em 0 0.5em}
	}
	
body.contact section:not(.hasImage) > .no_flex {	background-color: #fff}
body.contact section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.contact section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.contact section.bg_before > .absolute .no_flex {	height: 100%}
body.contact section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.contact section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.contact section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.contact section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 23%}
		body.contact section.bg_before:nth-child(n+2) .section-text-container {
			transform: none;
			top: auto;
			bottom: 0}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.contact section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
		body.contact section.bg_before:nth-child(n+2) .section-text-container {
			transform: translateY(-50%);
			top: auto;
			bottom: 8%}
	}
	@media screen and (max-width: 380px) and (orientation: portrait) {
		body.contact section.bg_before:first-child .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 15%}
	}
	
body.contact section.bg_before .section-text-container .slide-title,
body.contact section.bg_before .section-text-container .slide-text {}
body.contact section.bg_before .section-text-container .slide-title,
body.contact section.bg_before .section-text-container .slide-text {	color: #282828}
body.contact section.bg_before .section-text-container .slide-title,
body.contact section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
	
	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.contact section.bg_before .section-text-container .slide-title,
		body.contact section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact section.bg_before .section-text-container .slide-title,
		body.contact section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.contact section.bg_before .section-text-container {	padding: 2em 0 0}
		body.contact section.bg_before .section-text-container .slide-title,
		body.contact section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.contact section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.contact section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}
body.contact section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.contact section.bg_before .section-text-container h1,
body.contact section.bg_before .section-text-container h2,
body.contact section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.contact section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.contact section.bg_before .section-text-container h2,
body.contact section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.contact section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.contact section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.contact section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.contact section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.contact section.bg_before .section-text-container h2,
		body.contact section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.contact section.bg_before .section-text-container p {	margin-top: 1em}
body.contact section.bg_before .section-text-container p > a:nth-child(n+2),
body.contact section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.contact section > .no_flex > .center > .no_flex,
body.contact section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 100% !important}
	}
	
body.contact section > .no_flex > .center > .flex form > .no_flex,
body.contact section > .no_flex > .center > .flex form > .flex {	margin: 0 0 2em}
body.contact section > .no_flex > .center > .flex form > .no_flex > .no_flex {	margin: 0 0 1em}
body.contact section > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.relative {	padding: 0.9em 0 0}
body.contact section > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.relative > span {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	font-size: 1.3rem;
	line-height: 1em;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex form > .no_flex > .no_flex .no_flex.focus > span {	font-size: 0.8rem}
body.contact section > .no_flex > .center > .flex form input,
body.contact section > .no_flex > .center > .flex form textarea,
body.contact section > .no_flex > .center > .flex form select,
body.contact section > .no_flex > .center > .flex form option {	border-bottom: 1px solid #2897d5}
body.contact section > .no_flex > .center > .flex form input:focus,
body.contact section > .no_flex > .center > .flex form textarea:focus,
body.contact section > .no_flex > .center > .flex form select:focus,
body.contact section > .no_flex > .center > .flex form option:focus {	border-bottom: 1px solid #d60b52}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {	margin-right: 0.5em}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall {
	margin-right: 0.5em;
	width: auto}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #282828;
	-webkit-clip-path: polygon(2% 0, 100% 98%, 98% 100%, 0 2%);
	clip-path: polygon(90% 0, 100% 10%, 10% 100%, 0% 90%);}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall > svg {	margin: 0 0 !important}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large svg {
	height: 1.2em;
	width: 1.2em}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex form > .flex.content_between {    justify-content: space-between}
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {    width: 60% !important}
	}
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large svg {
			height: 1em;
			width: 1em}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {	margin: 0 2% 0 0 !important}
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large {
			width: 74% !important;
			margin: 0 0.5em 0 0 !important}
	}
	@media screen and (max-width: 480px) {
		body.contact section > .no_flex > .center > .flex form > .flex.content_between {    justify-content: center}
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large {
			width: calc(100% - 1.6em) !important;
			margin: 0 0 0 0 !important}
	}

body.contact section:nth-child(2) .flex > .container_flex {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;}
body.contact section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin-right: 5%}
body.contact section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin-left: 5%}

	@media screen and (max-width: 1024px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium:first-child {
			width: 47.5% !important;
			margin: 0 2.5% 0 0 !important}
		body.contact section:nth-child(2) .flex > .container_flex.smedium:last-child {	
			width: 47.5% !important;
			margin: 0 0 0 2.5% !important}
	}
	@media screen and (max-width: 768px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium:first-child {
			width: 100% !important;
			margin: 0 0 2em 0 !important}
		body.contact section:nth-child(2) .flex > .container_flex.smedium:last-child {	
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {	width: 100%}
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li {
	padding: 0 0 0;
	margin: 0 0 0.25em}
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li::before {	display: none}
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li a.no_border {	display: block}
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li > a.lazy {	background: #f6f6f6}
body.contact section:nth-child(2) .flex > .container_flex ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li img {
	max-height: 7em;
	max-width: 300px}
body.contact section:nth-child(2) .flex > .container_flex.smedium > h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #d60b52;
	font-family: 'Akrobat ExtraBold';
	width: auto}
	
	@media screen and (max-width: 1024px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > h2 {	font-size: 1.6rem}
	}
	@media screen and (max-width: 800px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > h2 {	font-size: 1.5rem}
	}
	@media screen and (max-width: 640px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > h2 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > h2 {	font-size: 1.3rem}
	}
	
body.contact section:nth-child(2) .flex > .container_flex.smedium > .no_flex > div {
	text-align: center;
	margin: 0 0 0.5em}
body.contact section:nth-child(2) .flex > .container_flex.smedium > .no_flex > div > span:first-child {	text-transform: capitalize}
	
	@media screen and (max-width: 900px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > .no_flex > div > span:first-child {	display: block}
	}
	@media screen and (max-width: 768px) {
		body.contact section:nth-child(2) .flex > .container_flex.smedium > .no_flex > div > span:first-child {	display: initial}
	}
	
body.contact .swal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #282828;
	background: none;
	padding: 0 0 0;
	margin: 0 0 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden}
body.contact .swal.show {
	opacity: 1;
	z-index: 10000;
	visibility: visible;
	display: flex}
body.contact .swal > .no_flex {
	width: 100%;
	padding: 0 0 0}
body.contact .swal > .no_flex > .no_flex {
	height: 100%;
	width: 100%;
	margin: 0 0}
body.contact .swal > .no_flex > .no_flex > iframe.absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2}
body.contact .swal > .no_flex > .no_flex > p.absolute {
	top: 0;
	right: 0;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
	z-index: 3}
body.contact .swal > .no_flex > .no_flex > p.absolute > .button {
	width: 2em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0}
.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 )}

/************************************************************************************************************************************************************/
/* OFFRES D'EMPLOI																																				*/
/************************************************************************************************************************************************************/
body.offres-d-emploi.hide {  overflow: hidden}
body.offres-d-emploi section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
body.offres-d-emploi section.hasImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center}
body.offres-d-emploi section.in_background {
	background-size: cover;
	background-position: right top}
	
	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section:not(#slider) {	border: 0.75em solid #fff}
		body.offres-d-emploi section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.75em !important}
	}
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section:not(#slider) {	border: 0.5em solid #fff}
		body.offres-d-emploi section.hasImage:nth-last-child(n+2) {	margin-bottom: 0.5em !important}
	}
	
body.offres-d-emploi section.in_background:last-child {	margin-bottom: 3em}

	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section.in_background:last-child {	margin-bottom: 0}
	}
	
body.offres-d-emploi section.bg_before {	padding-top: 50vh}
body.offres-d-emploi section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 800px}
	}
	@media screen and (max-width: 1280px) and (max-height: 1023px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 640px}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 480px}
	}
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 640px) and (max-width: 380px) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before:first-child {	padding-top: 576px}
	}
	@media screen and (max-width: 640px) {
		body.offres-d-emploi section.hasImage {	background-size: auto 50%}
	}
	@media screen and (max-width: 640px) and (orientation: portrait) {
		body.offres-d-emploi section.hasImage {	background-size: auto 75vh}
	}

body.offres-d-emploi section > .no_flex {
	width: 100%;
	padding: 4em 0}
body.offres-d-emploi section:not(.hasImage) > .no_flex {	background-color: #fff}

	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section > .no_flex {	padding: 0.75em 0 0.75em}
		body.offres-d-emploi section:last-child > .no_flex {	padding: 0.75em 0 1.5em}
	}
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section > .no_flex {	padding: 1.5em 0}
		body.offres-d-emploi section:last-child > .no_flex {	padding: 0.5em 0 2em}
	}
	
body.offres-d-emploi section.bg_before > .absolute {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.offres-d-emploi section.bg_before:first-child > .absolute {	bottom: calc(100% - 90vh)}
body.offres-d-emploi section.bg_before > .absolute .no_flex {	height: 100%}
body.offres-d-emploi section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.offres-d-emploi section.bg_before .section-text-container {	padding: 2em 2em 0 0}
	}
	@media screen and (max-width: 1024px) and (max-height: 960px) {
		body.offres-d-emploi section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 576px) {
		body.actualites section.bg_before .section-text-container {
			width: calc(100% - 2em);
			left: 1em}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 20%}
	}
	@media screen and (min-height: 640px) and (min-width: 641px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before .section-text-container {
			padding: 0 2em 0 0;
			top: auto;
			bottom: 37%}
	}
	
body.offres-d-emploi section.bg_before .section-text-container .slide-title,
body.offres-d-emploi section.bg_before .section-text-container .slide-text {}
body.offres-d-emploi section.bg_before .section-text-container .slide-title,
body.offres-d-emploi section.bg_before .section-text-container .slide-text {	color: #282828}
body.offres-d-emploi section.bg_before .section-text-container .slide-title,
body.offres-d-emploi section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.offres-d-emploi section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.offres-d-emploi section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) and (min-height: 1024px) {
		
	}
	@media screen and (max-width: 1152px) and (max-height: 960px) {
		body.offres-d-emploi section.bg_before .section-text-container .slide-title,
		body.offres-d-emploi section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before .section-text-container .slide-title,
		body.offres-d-emploi section.bg_before .section-text-container .slide-text {
			min-width: 51%;
			margin-left: 0%}
	}
	@media screen and (max-width: 576px) {
		body.offres-d-emploi section.bg_before .section-text-container {	padding: 2em 0 0}
		body.offres-d-emploi section.bg_before .section-text-container .slide-title,
		body.offres-d-emploi section.bg_before .section-text-container .slide-text {	padding: 0 0}
	}
	
body.offres-d-emploi section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.offres-d-emploi section.bg_before .section-text-container h1,
body.offres-d-emploi section.bg_before .section-text-container h2,
body.offres-d-emploi section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.offres-d-emploi section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.offres-d-emploi section.bg_before .section-text-container h2,
body.offres-d-emploi section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
	
	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section.bg_before .section-text-container h1 {	font-size: 2.35rem}
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	font-size: 1.6rem}
	}
	@media screen and (max-width: 1024px) and (max-height: 600px) {
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 800px) {
		body.offres-d-emploi section.bg_before .section-text-container h1 {	font-size: 2rem}
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	font-size: 1.5rem}
	}
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	max-width: 100%}
	}
	@media screen and (max-width: 640px) {
		body.offres-d-emploi section.bg_before .section-text-container h1 {	font-size: 1.8rem}
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	font-size: 1.4rem}
	}
	@media screen and (max-width: 480px) {
		body.offres-d-emploi section.bg_before .section-text-container h1 {	font-size: 1.6rem}
		body.offres-d-emploi section.bg_before .section-text-container h2,
		body.offres-d-emploi section.bg_before .section-text-container p {	font-size: 1.3rem}
	}
	
body.offres-d-emploi section.bg_before .section-text-container p {	margin-top: 1em}
body.offres-d-emploi section.bg_before .section-text-container p > a:nth-child(n+2),
body.offres-d-emploi section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.offres-d-emploi section > .no_flex > .center > .no_flex,
body.offres-d-emploi section > .no_flex > .center > .flex {	margin: 4em 0 0}

	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section > .no_flex > .center > .no_flex,
		body.offres-d-emploi section > .no_flex > .center > .flex {	margin: 2em 0 0}
	}

body.offres-d-emploi section > .no_flex > .center > .flex p.imgs > a {
	display: inline-block;
	width: calc(50% - 0.5em);
	height: 10em;
	border-radius: 1em;
	position: relative;
	overflow: hidden}
body.offres-d-emploi section > .no_flex > .center > .flex p.imgs > a:nth-child(2n+1) {	margin-right: 0.5em}
body.offres-d-emploi section > .no_flex > .center > .flex p.imgs > a:nth-child(2n) {	margin-left: 0.5em}
body.offres-d-emploi section > .no_flex > .center > .flex p.imgs > a:nth-child(n+3) {	margin-top: 1em}
body.offres-d-emploi section > .no_flex > .center > .flex p.imgs > a::after {
	content: url('data:image/svg+xml; utf8, <svg class="icon only" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	padding: 0.15em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;}
body.offres-d-emploi section > .no_flex > .center > .flex p.imgs img {
	object-fit: cover;
	object-position: center}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin-right: 5%}
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin-left: 5%}

	@media screen and (max-width: 1024px) {
		body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium {	width: 47.5% !important}
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:first-child {
			margin-left: 0;
			margin-right: 2.5%}
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:last-child {
			margin-left: 2.5%;
			margin-right: 0}
	}
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium,
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium {	width: 100% !important}
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:first-child {	margin: 0 0 2em !important}
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium:last-child {	margin: 0 0 0 !important}
	}
	
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	overflow: hidden;
	margin: 0 0 3em}
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex {
	background: #fff;
	padding: 0.75em 0.5em;
	border-radius: 0.5em;
	overflow: hidden;
	margin: 0 0 0;
	z-index: 2}
	
	@media screen and (max-width: 768px) {
		body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex {	margin: 0 0 2em}
	}
	
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium > .no_flex,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex > .no_flex {	margin: 0 0 1em}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium > h2,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex > h2 {
	display: inline-block;
	color: #d60b52;
	font-family: 'Akrobat ExtraBold';
	width: auto}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium img,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex img {	max-height: 15em}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium .lazy-load > img,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex .lazy-load > img {	object-fit: contain}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium .lazy-load > .shadowbox,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex .lazy-load > .shadowbox {
	display: inline-block;
	height: 100%}
body.offres-d-emploi section > .no_flex > .center > .flex > .container_flex.xmedium .lazy-load > .shadowbox > .absolute,
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex .lazy-load > .shadowbox > .absolute {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	opacity: 0.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 1.6em;
	height: 1.6em;
	padding: 0.15em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px}
body.offres-d-emploi section:nth-child(2) .flex > .container_flex.smedium > .no_flex > .no_flex .lazy-load > .shadowbox > .absolute > svg {
	height: 1em;
	width: 1em}
body.offres-d-emploi #cboxCurrent,
body.offres-d-emploi #cboxTitle {	display: none !important}
body.offres-d-emploi .cboxPhoto {	cursor: default !important}
	
/************************************************************************************************************************************************************/
/* RECHERCHE																																				*/
/************************************************************************************************************************************************************/
body.recherche.hide {  overflow: hidden}
body.recherche section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
body.recherche section.hasImage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center}
body.recherche section.in_background {
	background-size: cover;
	background-position: right top}
body.recherche section.in_background:last-child {	margin-bottom: 3em}
body.recherche section.bg_before {	padding-top: 50vh}
body.recherche section.bg_before:first-child {	padding-top: 90vh}

	@media screen and (max-width: 1280px) {
		body.recherche section.bg_before {	padding-top: 900px}
	}
	@media screen and (max-width: 1024px) {
		body.recherche section.bg_before {	padding-top: 700px}
	}
	@media screen and (max-width: 768px) {
		body.recherche section.bg_before {	padding-top: 500px}
	}
	@media screen and (orientation: portrait) {
		body.recherche section.bg_before {	padding-top: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.recherche section.bg_before {	padding-top: 576px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.recherche section.bg_before {	padding-top: 800px}
	}
	
body.recherche section.bg_before > .stellar.absolute {
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	max-height: 125vh;
	border-radius: 2em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center}
body.recherche section.bg_before > .stellar.absolute::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2em;
	background: rgba(0,0,0,0.4)}
body.recherche section > .no_flex {
	width: 100%;
	padding: 4em 0}
body.recherche section:not(.hasImage) > .no_flex {	background-color: #fff}
body.recherche section.bg_before > .absolute:not(.stellar) {	
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 50vh);
	padding: 0 0}
body.recherche section.bg_before:first-child > .absolute:not(.stellar) {	bottom: calc(100% - 90vh)}
body.recherche section.bg_before > .absolute .no_flex {	height: 100%}
body.recherche section.bg_before .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	position: absolute;
	top: 75%;
	left: 2em;
	transform: translateY(-50%);
	width: calc(100% - 4em);
	max-width: calc(100% - 4em);
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		body.recherche section.bg_before .section-text-container {}
	}
	@media screen and (max-width: 1366px) {
		body.recherche section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 1152px) {
		body.recherche section.bg_before .section-text-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 768px) {
		body.recherche section.bg_before .section-text-container {
			top: auto;
			left: 1em;
			bottom: 2em;
			width: calc(100% - 2em);
			transform: none}
	}
	
body.recherche section.bg_before .section-text-container .slide-title,
body.recherche section.bg_before .section-text-container .slide-text {}
body.recherche section.bg_before .section-text-container .slide-title,
body.recherche section.bg_before .section-text-container .slide-text {	color: #282828}
body.recherche section.bg_before .section-text-container .slide-title,
body.recherche section.bg_before .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.recherche section.bg_before .section-text-container .slide-title:nth-child(n+2),
body.recherche section.bg_before .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 576px) {
		body.recherche section.bg_before .section-text-container {	padding: 2em 0 0}
		body.recherche section.bg_before .section-text-container .slide-title,
		body.recherche section.bg_before .section-text-container .slide-text {	padding: 0 0.5em}
	}
	
body.recherche section.bg_before .section-text-container .slide-text p {	transition:all .4s ease}
body.recherche section.bg_before .section-text-container h1,
body.recherche section.bg_before .section-text-container h2,
body.recherche section.bg_before .section-text-container p {
	display: inline-block;
	padding: 0}
body.recherche section.bg_before .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.recherche section.bg_before .section-text-container h2,
body.recherche section.bg_before .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
body.recherche section.bg_before .section-text-container p {	margin-top: 1em}
body.recherche section.bg_before .section-text-container p > a:nth-child(n+2),
body.recherche section.bg_before .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.recherche section > .no_flex > .center > .no_flex,
body.recherche section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium {
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium ol > li {	margin: 0 0 0.5em}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium ol > li > .clip {	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium ol > li > span:last-child {	margin-left: 2%}
body.recherche section > .no_flex > .center > .flex > .container_flex.xmedium ol > li .button {
	padding: 0.15em 0.4em;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3em;
	background: #d60b52;
	color: #fff;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	border-radius: 20px;
	border-top-left-radius: 10px;
	font-size: 0.9rem}
	
/************************************************************************************************************************************************************/
/* MENTIONS LEGALES 																																		*/
/************************************************************************************************************************************************************/
body.mentions-legales.hide {  overflow: hidden}
body.mentions-legales section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
body.mentions-legales section > .no_flex {
	width: 100%;
	background-color: #fff}
body.mentions-legales section > .no_flex:first-child {	padding: 10em 0 2em}
body.mentions-legales section > .no_flex:last-child {	padding: 2em 0 4em}
body.mentions-legales section .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		body.mentions-legales section.bg_before .section-text-container {}
	}
	@media screen and (max-width: 1366px) {
		body.mentions-legales section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 1152px) {
		body.mentions-legales section.bg_before .section-text-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 768px) {
		body.mentions-legales section.bg_before .section-text-container {
			top: auto;
			left: 1em;
			bottom: 2em;
			width: calc(100% - 2em);
			transform: none}
	}
	
body.mentions-legales section .section-text-container .slide-title,
body.mentions-legales section .section-text-container .slide-text {}
body.mentions-legales section .section-text-container .slide-title,
body.mentions-legales section .section-text-container .slide-text {	color: #282828}

	@media screen and (max-width: 576px) {
		body.mentions-legales section .section-text-container {	padding: 2em 0 0}
		body.mentions-legales section .section-text-container .slide-title,
		body.mentions-legales section .section-text-container .slide-text {	padding: 0 0.5em}
	}
	
body.mentions-legales section .section-text-container h1 {	}
body.mentions-legales section .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	padding: 0;
	text-align: center;
	font-family: 'Akrobat ExtraBold'}
body.mentions-legales section .section-text-container p {	margin-top: 1em}
body.mentions-legales section .section-text-container p > a:nth-child(n+2),
body.mentions-legales section .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.mentions-legales section > .no_flex > .center > .no_flex,
body.mentions-legales section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.mentions-legales section > .no_flex > .center > .flex > .container_flex {
	background: #f6f6f6;
	padding: 0.75em 1em;
	border-radius: 1em;
	font-size: 1.3rem}
body.mentions-legales section > .no_flex > .center > .flex > .container_flex h2 {
	color: #d60b52;
	font-family: 'Akrobat ExtraBold';
	width: auto}
body.mentions-legales section > .no_flex > .center > .flex > .container_flex ul > li {	margin: 0 0 0.5em}
body.mentions-legales section > .no_flex > .center > .flex > .container_flex ul > li .button {
	padding: 0.15em 0.4em;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3em;
	background: #d60b52;
	color: #fff;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	border-radius: 20px;
	border-top-left-radius: 10px;
	font-size: 0.9rem}
	
/************************************************************************************************************************************************************/
/* ERREUR			 																																		*/
/************************************************************************************************************************************************************/
body.erreur.hide {  overflow: hidden}
body.erreur section:not(#slider) {
	border: 1em solid #fff;
	border-radius: 3em}
body.erreur section > .no_flex {
	width: 100%;
	background-color: #fff}
body.erreur section > .no_flex:first-child {	padding: 10em 0 2em}
body.erreur section > .no_flex:last-child {	padding: 2em 0 4em}
body.erreur section .section-text-container {
	z-index: 10;
	padding: 2em 2em 0;
	text-align: left;
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		body.erreur section.bg_before .section-text-container {}
	}
	@media screen and (max-width: 1366px) {
		body.erreur section.bg_before .section-text-container {	top: 66%}
	}
	@media screen and (max-width: 1152px) {
		body.erreur section.bg_before .section-text-container {
			max-width: 98%;
			border-left: none;
			border-right: none}
	}
	@media screen and (max-width: 768px) {
		body.erreur section.bg_before .section-text-container {
			top: auto;
			left: 1em;
			bottom: 2em;
			width: calc(100% - 2em);
			transform: none}
	}
	
body.erreur section .section-text-container .slide-title,
body.erreur section .section-text-container .slide-text {}
body.erreur section .section-text-container .slide-title,
body.erreur section .section-text-container .slide-text {	color: #282828}
body.erreur section .section-text-container .slide-title,
body.erreur section .section-text-container .slide-text {
	min-width: 51%;
	margin-left: 25%}
body.erreur section .section-text-container .slide-title:nth-child(n+2),
body.erreur section .section-text-container .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 576px) {
		body.erreur section .section-text-container {	padding: 2em 0 0}
		body.erreur section .section-text-container .slide-title,
		body.erreur section .section-text-container .slide-text {	padding: 0 0.5em}
	}
	
body.erreur section .section-text-container .slide-text p {	transition:all .4s ease}
body.erreur section .section-text-container h1,
body.erreur section .section-text-container h2,
body.erreur section .section-text-container p {
	display: inline-block;
	padding: 0}
body.erreur section .section-text-container h1 {
	font-size: 2.75rem;
	line-height: 1.2em;
	color: #d60b52;
	margin-top: 1.5em;
	background: #fff;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold'}
body.erreur section .section-text-container h2,
body.erreur section .section-text-container p {
	font-size: 1.8rem;
	color: #fff;
	background: #d60b52;
	margin-top: 1.5em;
	padding: 0.15em 0.25em;
	border-radius: 0.5em;
	font-family: 'Akrobat ExtraBold';
	line-height: 1.2em;
	max-width: 60%}
body.erreur section .section-text-container p {	margin-top: 1em}
body.erreur section .section-text-container p > a:nth-child(n+2),
body.erreur section .section-text-container p > .button:nth-child(n+2) {	margin-left: 1em}
body.erreur section > .no_flex > .center > .no_flex,
body.erreur section > .no_flex > .center > .flex {	margin: 4em 0 0}
body.erreur section > .no_flex > .center > .flex > .container_flex {
	background: #f6f6f6;
	padding: 0.75em 1em 0.25em;
	border-radius: 1em;
	font-size: 1.3rem}
body.erreur #main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {
	margin: 0 auto 0;
	width: 92%}
body.erreur #main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li {
	margin: 0 0.5em 0.5em 0;
	padding: 0 0 0 0}
body.erreur #main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li:last-child {	margin-bottom: 0.5em !important}
body.erreur #main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li::before {	content: ''}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li {	margin: 0 0 0.5em}
body.erreur section > .no_flex > .center > .flex > .container_flex ul > li .button {
	padding: 0.15em 0.4em;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3em;
	background: #d60b52;
	color: #fff;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	border-radius: 20px;
	border-top-left-radius: 10px;
	font-size: 0.9rem}

/************************************************************************************************************************************************************/
/* NEWSLETTER																																				*/
/************************************************************************************************************************************************************/
body#newsletter section > .no_flex {
	min-height: 95vh;
	padding: 20em 0;
	display: flex;
	align-items: center}
body#newsletter .button:not(.wide):not(.current):not(.empty) {	background: none}
body#newsletter .success {
	background: #d3ffc5;
	color: #176100;
	padding: 1.5em 2em;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2)}
body#newsletter .unsuccess {
	background: #ff8a8a;
	color: #860000;
	padding: 1.5em 2em;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2)}
body#newsletter .unsuccess a {	color: #860000}
body#newsletter .success p,
body#newsletter .unsuccess p {
	margin: 0 0 0 10%;
	width: 90%;
	text-align: left;
	font-weight: bold;
	position: relative}
body#newsletter .success p > .absolute,
body#newsletter .unsuccess p > .absolute {
	display: block;
	top: 50%;
	left: -10%;
	transform: translateY(-50%)}
body#newsletter footer > .center > p {	margin: 0 0 0 !important}