body {color: #616161; background-color: #fff; font-family: 'Poppins'; font-size: 17px}
a {color: #616161}
input, textarea, select, option {font: 400 1em Poppins}
header, aside#nav {}
header .background_header, aside#nav .background_header, aside > nav .background_header, body.mobile header nav ul, body.mobile aside#nav div > nav ul.no_flex, body:not(#accueil) header .flex > div.container_flex.large > .background_header {background-color: #fff; }
header .header_wrapper { color: #fff; background-color: #5196cb; }
header .header_wrapper a { color: #fff; }
header a:not(.button), aside#nav a:not(.button), #button_open, #button_close {}
header nav ul > li > a:not(.button), aside#nav nav ul > li > a:not(.button), header nav .menu_link, aside#nav nav .menu_link, header > .center > .no_flex {transition: all 0.3s linear}
#button_open, #button_close {transition: all 0.3s linear}
header #change-langue {}
header nav ul > li:hover, header nav ul > li:hover > a, aside#nav nav ul > li:hover, aside#nav nav ul > li:hover > a {color: #a0db3d; transition: all 0.3s linear}
header nav ul > li:hover > a:not(.button), aside#nav nav ul > li:hover > a:not(.button) {color: #a0db3d; }
header nav ul > li#active, aside#nav nav ul > li#active, header nav ul > li#active > a, aside#nav nav ul > li#active, aside#nav nav ul > li#active > a {transition: all 0.3s linear}
header nav ul > li#active, aside#nav nav ul > li#active, header nav ul > li#active > a:not(.button), header nav ul > li#active > span, aside#nav nav ul > li#active > a:not(.button), aside#nav nav ul > li#active > span {color: #c02452; transition: all 0.3s linear}
header #logo, aside#nav #logo {}
header > .center > ul.flex > li * {}
footer {color: #fff;background-color: #c02452; }
footer a:not(.button) {color: #fff;}
.footer_wrapper {color: #fff; background-color: #c02452; }
.footer_wrapper a {color: #fff; }
footer i, footer .background_i_footer {}
body#formulaire section#main, body#formulaire section#main a:not(.button) {}
body#formulaire section#main {}
body#formulaire section#main h1 {}
body#formulaire section#main .block {}
body#formulaire section#main .block a:not(.button) {}
body#formulaire section form input,
body#formulaire section form select,
body#formulaire section form textarea ,
body#formulaire section form option {}
body#formulaire section form input::placeholder,
body#formulaire section form textarea::placeholder {}
body#formulaire section form input:focus,
body#formulaire section form select:focus,
body#formulaire section form textarea:focus,
body#formulaire section form option:focus {}
body#formulaire section form .button {background-color: #fff; border-color: #fff; }
body#formulaire section form .button:hover {}

/* 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}
::-webkit-scrollbar-thumb {
	background: #eee;
	border: none}
	
	@media screen and (min-width: 768px) {
		::-webkit-scrollbar {	width: 12px}
	}

body {	animation: fadeIn 2.5s ease-out 0s 1 both}
body #main section .center {	z-index: 2}
.center {	
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	position: relative;}
	
	@media screen and (max-width: 1290px) {
		.center {	width: 95%}
	}
	@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}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}
@keyframes fadeOut {
	from {
		opacity:1;
		visibility:visible}
	to {
		opacity:0;
		visibility:hidden}
}
	
section {
	position: relative;
	z-index: 2}
section > .no_flex {
	width: 100%;
	margin: 0 0 0}	
section .center p {	line-height: 1.5em}
section:not(#slider) h1,
section:not(#slider) h2 {	margin: 0 0 1em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
section h1,
section p.title {
	font-size: 2.5em;
	font-weight: bold;
	text-align: initial;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}

	@media screen and (max-width: 1366px) {
		section h1,
		section p.title {	font-size: 1.9em}
	}
	@media screen and (max-width: 768px) {
		section h1,
		section p.title {	text-align: center}
	}
	@media screen and (max-width: 480px) {
		section h1,
		section p.title {	font-size: 1.4em}
	}
	
section h2 {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}
	
	@media screen and (max-width: 480px) {
		section h2 {	font-size: 1.4em}
	}
	
section .container_flex.small h2 {	min-height: 2.4em}
section h3 {
	font-size: 1.3em;
	padding: 0 0 0;
	font-weight: bold}
	
	@media screen and (max-width: 480px) {
		section h3 {	font-size: 1.2em}
	}
	
.block {
	padding: 0;
	border-radius: 0}
.no_flex a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb:before,
a.shadowbox.thumb:after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#181818}
a.shadowbox.thumb:before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #181818}
.no_flex > .skitter:before,
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb:before {	transform: rotate(-1deg)}
a.shadowbox.thumb:after {
	bottom: 14px;
	right: 7px;
	transform: rotate(3deg);
	box-shadow: 0 6px 15px #181818}
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb:after {	transform: rotate(1deg)}
a.shadowbox.thumb > img {	width: 100%}
.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;	border: 1px solid transparent}
.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}
	}
	@media screen and (max-width: 1024px) {
		p.hidden_3,
		p.hidden_4 {	display: block}
	}
	@media screen and (max-width: 768px) {
		p.hidden_2,
		p.hidden_3,
		p.hidden_4 {	display: block}
	}
.skitter {
	max-width: 1290px;
	max-height: 100%;
	height: 100% !important;
	min-height: 300px;
	background: none;
	z-index: 1;
	margin: 0 auto 2em}
.skitter .container_skitter {
	max-height: 100%;
	height: 100% !important}
.skitter .image,
.skitter img {
	border-radius: 0;
	object-fit: cover;
	object-position: center}
.skitter .image > .shadowbox {
	width: 100%;
	height: 100%;
	display: block}
.skitter .box_clone,
.skitter .box_clone img {	height: 100% !important}
.skitter .info_slide_dots {
	bottom: 0;
	background: rgba(53, 78, 113,0.6);
	border-radius: 0}
.skitter .info_slide_dots .image_number {	background: rgba(255, 255, 255,0.4);}
.skitter .info_slide_dots .image_number.image_number_select {	background: rgba(255, 255, 255,1)}
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #333;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.after {	margin-left: 0.5em}
svg.icon.after:not(.before) {	margin-right: 0}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
ul.align_center > li {	padding: 0 0 0}
ul.align_center > li:before {
	content: '';
	display: none}
#main .button:not(.wide):not(.current):not(.empty) {
	padding: 0.4em 0.6em !important;
	width: auto !important;
	text-transform: uppercase;
	position: relative;
	color: #333 !important;
	font-weight: bold;
	border: none !important;
	letter-spacing: 3px;
	z-index: 1;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4)}
#main .button:not(.wide):not(.current):not(.empty):before,
#main .button:not(.wide):not(.current):not(.empty):after {
	content: '';
	position: absolute;
	height: 100%;
	transform: skewX(30deg);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: -1}
	
	@media screen and (max-width: 768px) {
		#main .button:not(.wide):not(.current):not(.empty):before,
		#main .button:not(.wide):not(.current):not(.empty):after {	transform: none}
	}
	
#main .button:not(.wide):not(.current):not(.empty):before {
	top: -0.25em;
	left: -0.5em;
	right: 47.5%;
	background: #a0db3d}
#main .button:not(.wide):not(.current):not(.empty):after {
	left: 47.5%;
	right: -0.5em;
	bottom: -0.25em;
	background: #5196cb}
#main .button:not(.wide):not(.current):not(.empty):hover {	color: #fff !important}
#main .button:not(.wide):not(.current):not(.empty):hover:before {
	left: 49%;
	right: 0;
	top: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
#main .button:not(.wide):not(.current):not(.empty):hover:after {
	left: 0;
	right: 49%;
	bottom: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
#main .button.wide {
	padding: 0.2em !important;
	width: 100% !important;
	text-transform: uppercase;
	position: relative;
	border: none !important}
.pagination > .button {	border: none}
.pagination > .current {	
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4);
	font-size: 1.3em;
	margin: 0 0 2em}
.pagination > .button:nth-child(1):not(.empty) {	margin: 0 1em 0 0}
.pagination > .button:nth-child(2):not(.empty),
.pagination > .current,
.pagination > .button:nth-child(4):not(.empty) {	margin: 0 1em}
.pagination > .button:nth-child(5):not(.empty) {	margin: 0 0 0 1em}
.pagination > .button.empty {
	padding: 0 0 0 0;
	margin: 0 0 0 0}
	
	@media screen and (max-width: 768px) {
		.pagination > .button:nth-child(1):not(.empty),
		.pagination > .button:nth-child(4):not(.empty) {	margin: 0 1em 0 0 !important}
		.pagination > .button:nth-child(2):not(.empty),
		.pagination > .button:nth-child(5):not(.empty) {	margin: 0 0 0 1em !important}
		.pagination > .container_flex.xxsmall.current {	margin: 1em 0 1em !important}
		.pagination > .button.empty {
			visibility: hidden;
			width: 0}
		.pagination > .button.empty:first-child  {	margin-right: -1em !important}
		.pagination > .button.empty:last-child  {	margin-left: -1em !important}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 0.75em 0.25em}
#main table tr > td:last-child {	border-right: 1px solid}
#main table tr:last-child > td {	border-bottom: 1px solid}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 1px solid}
		#main table tr > td {
			width: 100% !important;
			border: 1px solid;
			border-bottom: none;
			text-align: center !important}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: 1px solid}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}
	
.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0}

	@media screen and (max-width: 991px) {
		.hero-slider {	height: 600px}
	}

	@media screen and (max-width: 767px) {
		.hero-slider {	height: 500px}
	}

.hero-slider .swiper-slide {	overflow: hidden}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0}
.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-color: #171616;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center}
	
	@media screen and (max-width: 576px) {
		.hero-slider .slide-inner {	background-position: center !important}
	}
	
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	color: #fff;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform:translateX(0);
	opacity:1;
	visibility:visible}
	
@media screen and (max-width: 767px) {
	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {	display: none}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform:translateX(50px)}
.hero-slider .swiper-button-next {
	right: 25px;
	transform:translateX(-50px)}
.hero-slider .swiper-button-prev svg,
.hero-slider .swiper-button-next svg {
	width: 1.7em;
	height: 1.7em}
.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background:#fff;
	transition:all .2s ease}
.hero-slider .swiper-pagination-bullet-active {	opacity:1}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {	bottom: 30px}
.swiper-pagination {	text-align:left}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:50px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%)}

@media screen and (min-width: 767px) {
	.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {	bottom:30px}
}

.hero-style .swiper-wrapper.disabled {	transform: translate3d(0px, 0, 0) !important}
.hero-style .pagination .disabled,
.hero-style [class*="swiper-button"].disabled {	display: none}
.hero-style {	height: 78vh}

	@media screen and (max-width: 991px) {
		.hero-style {	height: 600px}
	}
	@media screen and (max-width: 767px) {
		.hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		.hero-style{	height: 600px}
		.hero-slider .slide-inner {
		  background-position: 10% 0% !important;
		  background-size: auto 85%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.hero-style{	height: 700px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		.hero-style{	height: 800px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}	

.hero-slider .hero-slider-container {
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 1em;
	clip-path: polygon(0 2em, 50% 0, 100% 2em, 100% 100%, 0 100%)}
.hero-slider .hero-slider-container > div:first-child {	padding: 2em 20%}
.hero-style .slide-title,
.hero-style .slide-text {
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	opacity: 0}
.swiper-slide-active .slide-title,
.swiper-slide-active .slide-text {	opacity: 1}
.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:nth-child(n+2) {	margin-top: 4rem}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1 {	text-align: center}
.hero-slider h2 {	text-transform: uppercase}
.hero-slider p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider p > a:nth-child(n+2),
.hero-slider p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider p > a:nth-child(n+2), .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
	}
	@media screen and (max-height: 576px){
		.hero-slider h1 {	font-size: 2rem}
		.hero-slider h2 {	font-size: 1.6rem}
		.hero-slider p {	font-size: 1.1rem}
	}
body.hidden {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden #main,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.responsiveslide {	padding: 4rem 0 0}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100% !important;
	padding: 0;
	margin: 2em 0 0 !important}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: block;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 !important}
.rslides li:first-child {
	position: relative;
	display: block}
.rslides li:before {
	content: '';
	display: none}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0}
.callbacks_container {
	position: relative;
	overflow: hidden}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0}
.callbacks > .no_flex  {	width: 100%}
.callbacks li {
	width: 100%;
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0}
.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none}
.callbacks_nav {
	position: absolute;
	top: 0;
	color: #616161 !important;
	padding: 0.5em 0.6em 1.5em!important;
	border: none;
	overflow: hidden}
.callbacks_nav:hover {	border: none}
.callbacks_nav:active {	opacity: 1.0}
.callbacks_nav.prev {	left: 0}
.callbacks_nav.next {	right: 0}
.callbacks_nav:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1.2em;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 0.7em;
	height: 0.7em;
	z-index: -2;
	background: #a0db3d;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2)}	
.callbacks_nav:hover {
	color: #616161 !important;
	padding-top: 0.5em !important;
	padding-bottom: 1.5em !important;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.callbacks_nav:hover:after {
	bottom: 3px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.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: '←'}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before {	content: ''}
.ui-datepicker .ui-datepicker-next:after {	content: '→'}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}
.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}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	vertical-align: middle}
.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: 'Assistant', 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 {
	border: 1px solid #e39831;
	border-top: none;
	background: #fff;
	color: #616161;
	font-family: 'Manrope';
	z-index: 100 !important}
.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: #f0f0f0 !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: none;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-default:before,
.ui-widget-content .ui-state-default:before,
.ui-widget-header .ui-state-default:before,
.ui-state-highlight:before,
.ui-widget-content .ui-state-highlight:before,
.ui-widget-header .ui-state-highlight:before,
.ui-state-active:before,
.ui-widget-content .ui-state-active:before,
.ui-widget-header .ui-state-active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	z-index: -2;
	background: #a0db3d;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transform: none;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2)}
.ui-state-default:after,
.ui-widget-content .ui-state-default:after,
.ui-widget-header .ui-state-default:after,
.ui-state-highlight:after,
.ui-widget-content .ui-state-highlight:after,
.ui-widget-header .ui-state-highlight:after,
.ui-state-active:after,
.ui-widget-content .ui-state-active:after,
.ui-widget-header .ui-state-active:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.6em;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 0.5em;
	height: 0.5em;
	z-index: -2;
	background: #a0db3d;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2)}
.ui-state-default:hover:before,
.ui-widget-content .ui-state-default:hover:before,
.ui-widget-header .ui-state-default:hover:before,
.ui-state-highlight:before,
.ui-widget-content .ui-state-highlight:before,
.ui-widget-header .ui-state-highlight:before,
.ui-state-active:before,
.ui-widget-content .ui-state-active:before,
.ui-widget-header .ui-state-active:before {
	top: 100%;
	left: 50%;
	right: 50%;
	bottom: 0;
	border-radius: 50%}
.ui-state-default:hover:after,
.ui-widget-content .ui-state-default:hover:after,
.ui-widget-header .ui-state-default:hover:after,
.ui-state-highlight:after,
.ui-widget-content .ui-state-highlight:after,
.ui-widget-header .ui-state-highlight:after,
.ui-state-active:after,
.ui-widget-content .ui-state-active:after,
.ui-widget-header .ui-state-active:after {
	bottom: 1px;
	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: #616161 !important;
	padding-top: 0.25em !important;
	padding-bottom: 0.75em !important;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
/* .ui-state-active, */
/* .ui-widget-content .ui-state-active, */
/* .ui-widget-header .ui-state-active { */
	/* border: 1px solid #bb2330; */
	/* background: #bb2330; */
	/* font-weight: normal} */
/* .ui-state-active a, */
/* .ui-state-active a:link, */
/* .ui-state-active a:visited { */
	/* color: #212121; */
	/* text-decoration: none} */
.ui-state-highlight:before,
.ui-widget-content .ui-state-highlight:before,
.ui-widget-header .ui-state-highlight:before,
.ui-state-highlight:after,
.ui-widget-content .ui-state-highlight:after,
.ui-widget-header .ui-state-highlight:after {	background: #c02452}
/* .ui-state-highlight a, */
/* .ui-widget-content .ui-state-highlight a, */
/* .ui-widget-header .ui-state-highlight a { */
	/* color: #363636} */
.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: #fafafa;
	border: 1px solid #bb2330;
	padding: 0.5em;
	position: absolute;
	z-index: 100 !important;
	-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: 8px}
.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: 8px;
	margin-bottom: 3px}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev:before {
	content: '↑';
	font-weight: 900;
	font-size: 2.6em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0}
.xdsoft_datetimepicker .xdsoft_next:after {	
	content: '↓';
	font-weight: 900;
	font-size: 2.6em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle}
.xdsoft_datetimepicker .xdsoft_prev {
	float: left}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left}
.xdsoft_datetimepicker .xdsoft_next {
	float: right}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 2.8em;
	height: 2.8em;
	padding: 0;
	position: relative;
	font-size: 0.5em;
	line-height: 2.5em;
	color: #666;
	font-family: 'Manrope'}
.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: 10.1em;
	overflow: hidden;
	border-bottom: 1px solid #666;
	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;
	color: #fff;
	border: 1px solid #555}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-child(n+2) {	margin-top: 0.25em}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #555;
	transition: all 0.5s ease-in}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	z-index: -1;
	background-color: #bb2330;
	transition: all 0.5s ease-in}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover:after {
	right: 0;
	transition: all 0.5s ease-in}
.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 #c2e5ab;
	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: #c2e5ab}
.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: #c2e5ab;
	color: #fff}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both}
.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #c2e5ab;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%}
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1}
.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: #bb2330;
	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 th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #bb2330 !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 #666}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #999 !important;
	border-color: #999 !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 #222}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	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 #222;
	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 )}
	

/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/

body#accueil .slider {	min-height: 70vh}
body#accueil section#slider {	margin-top: 8em}
body#accueil #main > section {	position: relative}
body#accueil #main > section.vh {		
	padding-top: 0;	
	padding-bottom: 0}
body#accueil section > .no_flex {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}	
body#accueil #main > section:nth-child(3) > .no_flex {
	color: #fff;
	background: #c02452;
	clip-path: polygon(0 6em, 100% 0, 100% calc(100% - 6em), 0 calc(100% - 10px))}
body#accueil #main > section:last-child > .no_flex {	padding-bottom: 8em}

	@media screen and (max-width: 768px) {
		body#accueil section > .no_flex {	padding: 4em 0}
		body#accueil #main > section:nth-child(3) > .no_flex {	padding: 8em 0}
		body#accueil #main > section:last-child > .no_flex {	padding-bottom: 4em}
	}
	
body#accueil #main > section > .no_flex > .center > .no_flex,
body#accueil #main > section > .no_flex > .center > .no_flex > .no_flex,
body#accueil #main > section > .no_flex > .center > .flex {	margin: 0 0 8em}

	@media screen and (max-width: 768px) {
		body#accueil #main > section > .no_flex > .center > .no_flex,
		body#accueil #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#accueil #main > section > .no_flex > .center > .flex {	margin: 0 0 4em}
	}
	
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center {	position: relative}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.small {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45%;
	overflow: hidden;
	box-shadow: 0 0px 3px rgba(0,0,0,0.4);
	z-index: -1}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {
	margin-left: 35%;
	width: 65%;
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 2em !important}
	
	@media screen and (max-width: 1024px) {
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {	    width: 65% !important}
	}
	@media screen and (max-width: 768px) {
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.small {	   
			order: 2;
			position: initial;
			width: 100% !important;
			margin: 0 0 0 !important}
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {	   
			order: 1;
			width: 100% !important;
			margin: 0 0 4em !important;
			box-shadow: none;
			padding: 0 0}
	}
	
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.small > p {
	height: 100%;
	width: 100%;
	line-height: 0}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.content_start.items_center > .container_flex.small > p > img {	
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex.items_stretch > .container_flex.xxsmall {
	width: 20%;
	margin: 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(n+5) {	margin-top: 0}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1),
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3),
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) {	margin-bottom: 2em !important}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-top: 2em}

	@media screen and (max-width: 768px) {
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2),
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) {	margin-bottom: 2em !important}
		body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) {	margin-bottom: 0 !important}
	}
	
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall > p {
	width: 100%;
	height: 100%}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall > p > .button.wide {
	color: #f0f0f0 !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall > p > .button.wide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	z-index: -2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:before {	background: #c02452}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:before {	background: #912258}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:before {	background: #5196cb}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:before {	background: #e39831}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:before {	background: #a0db3d}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1.2em;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 1em;
	height: 1em;
	z-index: -2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2)}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -1.2em;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 1em;
	height: 1em;
	z-index: -2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2)}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:after {	background: #c02452}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:after {	background: #c02452}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:after {	background: #c02452}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:after {	background: #912258}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:after {	background: #5196cb}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:after {	background: #e39831}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:after {	background: #a0db3d}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall > p > .button.wide:hover {
	color: #616161 !important;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:hover,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:hover,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:hover {
	padding-top: 0.5em !important;
	padding-bottom: 1.5em !important}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:hover,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:hover {
	padding-top: 1.5em !important;
	padding-bottom: 0.5em !important}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:hover:before,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:hover:before,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:hover:before {
	top: 100%;
	left: 50%;
	right: 50%;
	bottom: 0;
	border-radius: 50%}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(1) > p > .button.wide:hover:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(3) > p > .button.wide:hover:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(5) > p > .button.wide:hover:after {
	bottom: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:hover:before,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:hover:before {
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 100%;
	border-radius: 50%}
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(2) > p > .button.wide:hover:after,
body#accueil #main > section:nth-child(2) > .no_flex > .center > .flex > .container_flex.xxsmall:nth-child(4) > p > .button.wide:hover:after {
	top: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section:nth-child(3) > .no_flex > .center > .flex > .container_flex > p {	text-align-last: center}
body#accueil #main > section#partenaires > div {	padding: 8em 0}
body#accueil #main > section#partenaires #diaporama article > div > .no_flex {	}
body#accueil #main > section#partenaires #diaporama article > div > .no_flex > p {
	min-height: 8em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center}
body#accueil #main > section#partenaires #diaporama article > div > .no_flex > p > img {
	max-height: 7em;
	max-width: 200px}
body#accueil section#agenda > .no_flex {	background: none}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article {	padding: 0.5em}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div {
	display: block !important;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 1em;
	box-shadow: 0 0 5px rgba(0,0,0,0.4)}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div > .no_flex {
	display: block !important;
	width: 100%;
	height: 100%}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div > .no_flex > h3 {	min-height: 2.6em}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div > .no_flex > p.align_justify {	min-height: 6.2em}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div > .no_flex .absolute {
	right: 1em;
	bottom: 1em}
body#accueil #main > section > .no_flex > .center > .no_flex .slick-list article > div > .no_flex .absolute > svg {
	height: 1em;
	width: 1em}
body#accueil #main > section#agenda > .no_flex > .center > .no_flex > h2::first-letter {	
	text-transform: uppercase;
	color: #fff}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article {
	padding: 0.5em;
	margin: 0 0.5em}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article h3 {	line-height: 1.6em}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article h3::first-letter {	text-transform: uppercase}
body#accueil #main > section#agenda > .no_flex > .center > .no_flex .slick-list article:not(.slick-current) > div > .no_flex {	border: 3px solid transparent}
body#accueil #main > section#agenda > .no_flex > .center > .no_flex .slick-list article.slick-current > div {
	color: #fff;
	border: 2px solid #209284}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article > div > .no_flex > .no_flex {
	line-height: initial;
	margin: 0 0 2em}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article > div > .no_flex > .no_flex > svg {	font-size: 1.5em}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article > div > .no_flex > .no_flex > p {	margin-top: 1em}
body#accueil #main > section#agenda > .no_flex > .center #carousel_agenda article a {	color: #fff}
body#accueil #main > section#carte:nth-child(4) {
	margin-top: -6em;
	z-index: 0}
body#accueil #main > section#carte > .no_flex {	padding: 0 0}
body#accueil #main > section > .no_flex > .no_flex > .umap_container {
	min-height: 90vh;
	width: 100%}
body#accueil #main > section#carte:nth-child(4) > .no_flex > .no_flex > .umap_container {	min-height: calc(90vh + 6em)}
body#accueil #main > section#carte:nth-child(4) > .no_flex > .no_flex > .umap_container:before {
	content: '▲';
	position: absolute;
	top: calc(141px - 0.7em);
	left: 10px;
	color: rgba(0,0,0,0.2);
	padding: 0 0.3em;
	font-size: 1em;
	line-height: 1em;
	max-height: 0;
	overflow: hidden;
	border-width: 0;
	border-radius: 2px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 1}
body#accueil #main > section#carte:nth-child(4) > .no_flex > .no_flex > .umap_container:hover:before {
	max-height: 4em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section#carte:nth-child(4) > .no_flex > .no_flex > .umap_container:after {
	content: 'Pour zoomer, active le mode pleine écran de la carte';
	position: absolute;
	top: 141px;
	left: 10px;
	background: #fff;
	padding: 0 0.3em;
	font-size: 0.7em;
	width: 175px;
	max-height: 0;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	border-width: 0;
	border-radius: 2px;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section#carte:nth-child(4) > .no_flex > .no_flex > .umap_container:hover:after {
	max-height: 4em;
	padding: 0.3em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#accueil #main > section#carte > .no_flex > .no_flex > .umap_container > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100vw}


/************************************************************************************************************************************************************/
/* CMS																																						*/
/************************************************************************************************************************************************************/

body#cms #main > section {
	min-height: 1px;
	margin: 0 0}
body#cms #main > section.content_banner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat}
body#cms #main > section.content_banner.vh {
	padding-top: 56.25vw;
	margin-top: 6em}
body#cms #main > section.content_banner:not(.vh) {	min-height: 90vh}
body#cms #main > section > .no_flex {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}	
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires > .no_flex {	padding: 8em 0 0}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires > div:not(.no_flex) {padding: 0 0 8em}
body#cms:not(.partenaires) #main > section:nth-child(2) > .no_flex,
body#cms.orientation-et-formations #main > section:nth-child(even) > .no_flex,
body#cms.logement-et-mobilite #main > section:nth-child(even) > .no_flex,
body#cms.sante-vie-quotidienne-et-citoyennete #main > section:nth-child(even) > .no_flex,
body#cms.partenaires #main > section:nth-child(3) > .no_flex,
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:nth-child(3) > .no_flex {
	color: #fff;
	background: #c02452;
	clip-path: polygon(0 6em, 100% 0, 100% calc(100% - 6em), 0 calc(100% - 10px))}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:nth-child(2) > .no_flex {
	color: #616161;
	background: #fff;
	clip-path: none}
body#cms.employeurs #main > section:nth-child(3) > .no_flex {	padding: 4em 0}
body#cms.employeurs #main > section:nth-child(4) > .no_flex {
	color: #fff;
	background: #912258;
	clip-path: polygon(0 6em, 100% 0, 100% calc(100% - 6em), 0 calc(100% - 10px))}
body#cms.orientation-et-formations #main > section:nth-child(2) > .no_flex {	background: #912258}
body#cms.acces-a-l-emploi #main > section:nth-child(2) > .no_flex {	background: #5196cb}
body#cms.logement-et-mobilite #main > section:nth-child(even) > .no_flex {	background: #e39831}
body#cms.sante-vie-quotidienne-et-citoyennete #main > section:nth-child(even) > .no_flex {
	color: #333;
	background: #a0db3d}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires > div > #diaporama {	margin: 4em 0 0}
	
	@media screen and (max-width: 768px) {
		body#cms #main > section > .no_flex {	padding: 4em 0}
		body#cms:not(.partenaires) #main > section:nth-child(2) > .no_flex,
		body#cms.orientation-et-formations #main > section:nth-child(even) > .no_flex,
		body#cms.logement-et-mobilite #main > section:nth-child(even) > .no_flex,
		body#cms.sante-vie-quotidienne-et-citoyennete #main > section:nth-child(even) > .no_flex,
		body#cms.partenaires #main > section:nth-child(3) > .no_flex,
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section:nth-child(3) > .no_flex,
		body#cms.employeurs #main > section:nth-child(4) > .no_flex,
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section:nth-child(5) > .no_flex {	padding: 8em 0}
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section:nth-child(2) > .no_flex,
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires > div:not(.no_flex) {	padding: 0 0 4em}
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires > .no_flex {	padding: 4em 0 0}
	}
	
body#cms #main > section:nth-child(2) > .no_flex a,
body#cms.orientation-et-formations #main > section:nth-child(even) > .no_flex a,
body#cms.logement-et-mobilite #main > section:nth-child(even) > .no_flex a {	color: #fff}
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small:first-child {	margin-right: 10%}
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small:last-child {	margin-left: 10%}
body#cms #main > section#carte {
	margin-top: -6em;
	z-index: 0}
body#cms #main > section#carte > .no_flex {	padding: 0 0}
body#cms #main > section > .no_flex > .center > .flex,
body#cms #main > section > .no_flex > .center > .no_flex,
body#cms #main > section > .no_flex > .center > .no_flex > .no_flex,
body#cms #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}

	@media screen and (max-width: 768px) {
		body#cms #main > section > .no_flex > .center > .flex,
		body#cms #main > section > .no_flex > .center > .no_flex,
		body#cms #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#cms #main > section > .no_flex > .center > .no_flex > .flex {	margin: 0 0 4em}
	}
	
body#cms #main > section > .no_flex > .no_flex > .umap_container {
	min-height: 90vh;
	width: 100%}
body#cms #main > section#carte > .no_flex > .no_flex > .umap_container {	min-height: calc(90vh + 6em)}
body#cms #main > section#carte > .no_flex > .no_flex > .umap_container:before {
	content: '▲';
	position: absolute;
	top: calc(141px - 0.7em);
	left: 10px;
	color: rgba(0,0,0,0.2);
	padding: 0 0.3em;
	font-size: 1em;
	line-height: 1em;
	max-height: 0;
	overflow: hidden;
	border-width: 0;
	border-radius: 2px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 1}
body#cms #main > section#carte > .no_flex > .no_flex > .umap_container:hover:before {
	max-height: 4em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms #main > section#carte > .no_flex > .no_flex > .umap_container:after {
	content: 'Pour zoomer, active le mode pleine écran de la carte';
	position: absolute;
	top: 141px;
	left: 10px;
	background: #fff;
	padding: 0 0.3em;
	font-size: 0.7em;
	width: 175px;
	max-height: 0;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	border-width: 0;
	border-radius: 2px;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms #main > section#carte > .no_flex > .no_flex > .umap_container:hover:after {
	max-height: 4em;
	padding: 0.3em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms #main > section > .no_flex > .no_flex > .umap_container > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100vw}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xxxlarge {	margin-bottom: 4em}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.smedium {	margin-top: 0}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.medium,
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.smedium {	min-height: 1px}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.medium > p {
	padding-top: 56%;
	position: relative}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.smedium > p {
	padding-top: 178%;
	position: relative}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.medium iframe,
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.smedium iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 1px;
	height: 100%;
	width: 100%}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall > p:first-child {	font-size: 2em}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall > p:nth-child(2),
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small > p {	text-transform: uppercase}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(1) > p,
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small:nth-child(1) > p {
	color: #5196cb;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(145, 34, 88,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(145, 34, 88,0.4)}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2) > p,
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small:nth-child(2) > p {
	color: #912258;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(81, 150, 203,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(81, 150, 203,0.4)}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(3) > p {
	color: #e39831;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(227, 152, 49,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(227, 152, 49,0.4)}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section:first-child > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(4) > p {
	color: #a0db3d;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(160, 219, 61,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(160, 219, 61,0.4)}
body#cms #main > section > .no_flex > .center > .flex.content_start.items_center {	position: relative}
body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.small {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 45%;
	overflow: hidden;
	box-shadow: 0 0px 3px rgba(0,0,0,0.4);
	z-index: -1}
body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {
	margin-left: 33%;
	width: 70%;
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 2em !important}
body#cms.orientation-et-formations #main > section:nth-child(1) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: 0 0px 3px rgba(145, 34, 88,0.6)}
body#cms.orientation-et-formations #main > section:nth-child(3) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: 0 0px 3px rgba(192, 36, 82,0.6)}
body#cms.acces-a-l-emploi #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: 0 0px 3px rgba(81, 150, 203,0.6)}
body#cms.logement-et-mobilite #main > section:nth-child(1) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: 0 0px 3px rgba(227, 152, 49,0.6)}
body#cms.sante-vie-quotidienne-et-citoyennete #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: 0 0px 3px rgba(160, 219, 61,0.6)}

	@media screen and (max-width: 1024px) {
		body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {	    width: 65% !important}
	}
	@media screen and (max-width: 768px) {
		body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.small {	   
			order: 1;
			position: initial;
			width: 100% !important;
			margin: 0 0 4em !important}
		body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {	   
			order: 2;
			width: 100% !important;
			margin: 0 0 0 !important;
			box-shadow: none;
			padding: 0 0}
		body#cms.orientation-et-formations #main > section:nth-child(1) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium,
		body#cms.orientation-et-formations #main > section:nth-child(3) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium,
		body#cms.acces-a-l-emploi #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium,
		body#cms.logement-et-mobilite #main > section:nth-child(1) > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium,
		body#cms.sante-vie-quotidienne-et-citoyennete #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.xmedium {		box-shadow: none}
	}
	
body#cms.employeurs #main > section > .no_flex > .center > .flex > .container_flex.smedium h2,
body#cms.employeurs #main > section > .no_flex > .center > .flex > .container_flex.small h2,
body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.small h2 {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}
body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.small > p {
	height: 100%;
	width: 100%;
	line-height: 0}
body#cms #main > section > .no_flex > .center > .flex.content_start.items_center > .container_flex.small > p > img {	
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center}
body#cms.sante-vie-quotidienne-et-citoyennete #main > section:nth-child(5) > .no_flex > .center > .flex.content_start.items_center > .container_flex.small > p > img {	object-position: top center}
body#cms #main > section > .no_flex > .center > .flex.content_center.items_center > .container_flex.xmedium > p,
body#cms.employeurs #main > section:first-child > .no_flex > .center > .flex > .container_flex.small > p:nth-child(2),
body#cms.employeurs #main > section > .no_flex > .center > .flex > .container_flex.small > p,
body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.small > p {	text-align-last: center}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires #diaporama article > div > .no_flex {	}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires #diaporama article > div > .no_flex > p {
	min-height: 8em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section#partenaires #diaporama article > div > .no_flex > p > img {
	max-height: 7em;
	max-width: 200px}
body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex iframe {
	min-height: 768px;
	width: 100%}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex {	position: relative}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxxlarge {	padding-top: calc(100% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxlarge {	padding-top: calc(88% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xlarge {	padding-top: calc(calc(6.91 * (86% / 7)) * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.large {	padding-top: calc(74% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xmedium {	padding-top: calc(60% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.medium {	padding-top: calc(49% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.smedium {	padding-top: calc(40% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.small {	padding-top: calc(32% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xsmall {	padding-top: calc(23.5% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxsmall {	padding-top: calc(15% * 56 / 100)}
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxxsmall {	padding-top: calc(calc(100% / 7) * 56 / 100)}

	@media screen and (max-width: 768px) {
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxxlarge,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxlarge,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xlarge,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.large,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xmedium,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.medium,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.smedium,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.small,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xsmall,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxsmall,
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex.xxxsmall {	padding-top: calc(100% * 56 / 100)}
	}
	
body#cms.paroles-de-jeunes #main > section > .no_flex > .center .flex > .container_flex > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
	
	@media screen and (min-width: 1290px) {
		body#cms.paroles-de-jeunes #main > section > .no_flex > .center > .no_flex .no_flex > iframe {
			width: 100%;
			min-height: calc(1290px * 56 / 100)}		
	}
	@media screen and (max-width: 768px) {
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 49% !important;
			margin: 0 1% !important}
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2n+1) {	margin-left: 0 !important}
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(2n) {	margin-right: 0 !important}
		body#cms.mission-locale-epinal-qui-sommes-nous #main > section > .no_flex > .center > .flex > .container_flex.xsmall:nth-child(n+3) {	margin-top: 4em !important}
	}

body#cms.offres-d-emploi #main > section > .no_flex > .center > .flex > .container_flex {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 1em}
body#cms.offres-d-emploi #main > section > .no_flex > .center > .flex > .container_flex.medium:nth-child(n+3) {	margin-top: 4em}
body#cms.hide {	overflow: hidden}
body#cms > header,
body#cms > main,
body#cms > footer {
	opacity: 1;
	transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms.hide > header,
body#cms.hide > main,
body#cms.hide > footer {
	opacity: 0.01;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms.hide > header *,
body#cms.hide > main *,
body#cms.hide > footer * {	cursor: default}
body#cms > .form-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms > .form-fixed:not(.show) {	transform: translateX(-100vw)}
body#cms > .form-fixed.show {	transform: none}
body#cms > .form-fixed > .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: alias;
	z-index: 1}
body#cms > .form-fixed:not(.show) > .overlay {	background: rgba(255,255,255,0)}
body#cms > .form-fixed.show > .overlay {
	background: rgba(255,255,255,0.95);
	transition: background 0s linear 500ms}
body#cms > .form-fixed > .full_height,
body#cms > .form-fixed > .flex {	margin: 0 0 0}
body#cms > .form-fixed > .flex {
	width: 50vw;
	height: 100vh;
	overflow: auto;
	color: #fff;
	background: #c02452;
	box-shadow: 0 0px 10px rgba(0,0,0,0.4);
	z-index: 2}
body#cms > .form-fixed > .flex > .no_flex.relative {
	padding: 1em 1em;
	max-height: 100vh;
	width: 100%;
	margin: 0 0 0;
	overflow: auto;}
body#cms > .form-fixed .button {
	padding: 0.4em 0.6em !important;
	width: auto !important;
	text-transform: uppercase;
	position: relative;
	color: #333 !important;
	font-weight: bold;
	border: none !important;
	letter-spacing: 3px;
	z-index: 1;
	background: none;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4)}
body#cms > .form-fixed .button:before,
body#cms > .form-fixed .button:after {
	content: '';
	position: absolute;
	height: 100%;
	transform: skewX(30deg);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: -1}
body#cms > .form-fixed .button:before {
	top: -0.25em;
	left: -0.5em;
	right: 47.5%;
	background: #a0db3d}
body#cms > .form-fixed .button:after {
	left: 47.5%;
	right: -0.5em;
	bottom: -0.25em;
	background: #5196cb}
body#cms > .form-fixed .button:hover {	color: #fff !important}
body#cms > .form-fixed .button:hover:before {
	left: 49%;
	right: 0;
	top: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms > .form-fixed .button:hover:after {
	left: 0;
	right: 49%;
	bottom: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms > .form-fixed .button:first-child {	margin-right: 2em}
body#cms > .form-fixed .button:last-child {
	margin-left: 2em;
	margin-right: 1em}
body#cms > .form-fixed form > .flex {	margin: 1em 0 0}
body#cms > .form-fixed form > .flex:last-child {	margin: 2em 0 0}
body#cms > .form-fixed form > .flex label {
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}
body#cms > .form-fixed form > .flex input,
body#cms > .form-fixed form > .flex select,
body#cms > .form-fixed form > .flex textarea {
	border: 1px solid #a0db3d;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 1.5em;
	color: #fff;
	background: #c02452}
body#cms > .form-fixed form > .flex > div.container_flex {	overflow: hidden}
body#cms > .form-fixed form > .flex > div.container_flex:after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: -1.2em;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	z-index: 0;
	background: #5196cb;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 0 3px rgba(0,0,0,0.2)}
body#cms > .form-fixed form > .flex > div.container_flex.focus:after {
	bottom: 3px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#cms > .form-fixed form > .flex input:focus,
body#cms > .form-fixed form > .flex select:focus,
body#cms > .form-fixed form > .flex textarea:focus {	border-color: #5196cb}
body#cms > .form-fixed form > .flex input::placeholder,
body#cms > .form-fixed form > .flex select::placeholder,
body#cms > .form-fixed form > .flex textarea::placeholder {
	text-align: center;
	font-size: 0.8em;
	font-style: italic}
	
	@media screen and (max-width: 768px) {
		body#cms > .form-fixed form > .flex {	margin: 0 0 2em}
		body#cms > .form-fixed form > .flex label {	margin: 0 0 1em !important}
	}

body#cms > .form-fixed form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: lighter}
body#cms > .form-fixed form .form_select {
	position: relative;
	overflow: hidden}
body#cms > .form-fixed form .form_select > svg {
	position: absolute;
	top: 25%;
	margin-top: -3px;
	right: 0.5em;
	display: block;
	pointer-events: none;
	font-size: 0.8em;
	transition: all 0.3s linear}
body#cms > .form-fixed form .form_select > select:focus + svg {
	color: #7aba3e;
	transition: all 0.3s linear}
body#cms > .form-fixed form .form_select:hover > svg {
	color: #f26522;
	transition: all 0.3s linear}
body#cms > .form-fixed form > .flex .button > svg {
	height: 1.3em;
	width: 1.3em;
	vertical-align: bottom}
	
	@media screen and (max-width: 768px) {
		body#cms > .form-fixed > .flex {
			padding: 1em 0;
			width: 100vw}
	}


/************************************************************************************************************************************************************/
/* AGENDA																																					*/
/************************************************************************************************************************************************************/

body#agenda #main > section {
	min-height: 1px;
	margin: 0 0}
body#agenda #main > section.content_banner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat}
body#agenda #main > section.content_banner.vh {
	padding-top: 56.25vw;
	margin-top: 6em}
body#agenda #main > section.content_banner:not(.vh) {	min-height: 90vh}
body#agenda #main > section > .no_flex {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}
	
	@media screen and (max-width: 768px) {
		body#agenda #main > section > .no_flex {	padding: 4em 0 4em}
	}
	
body#agenda #main > section:nth-child(2) > .no_flex {
	color: #fff;
	background: #c02452;
	clip-path: polygon(0 6em, 100% 0, 100% calc(100% - 6em), 0 100%)}
body#agenda #main > section > .no_flex > .center > .flex,
body#agenda #main > section > .no_flex > .center > .no_flex,
body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex,
body#agenda #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}

	@media screen and (max-width: 768px) {
		body#agenda #main > section > .no_flex > .center > .flex,
		body#agenda #main > section > .no_flex > .center > .no_flex,
		body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex {	margin: 4em 0 0}
	}
	
body#agenda #main > section > .no_flex table {
	margin: 0 0 1em;
	width: 100%}
body#agenda #main > section > .no_flex table tr > td {
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 0.75em 0.25em}
body#agenda #main > section > .no_flex table tr > td:last-child {	border-right: 1px solid}
body#agenda #main > section > .no_flex table tr:last-child > td {	border-bottom: 1px solid}
body#agenda #main > section > .no_flex table tr > td {	width: 1%}
body#agenda #main > section > .no_flex table tr > td > h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul {
	width: 60%;
	padding: 0 0 0;
	margin: 0 1% 0}
	
	@media screen and (max-width: 1024px) {
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall {	width: 49% !important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall:first-child {	
			order: 1;
			margin: 0 1% 0 0!important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall:nth-child(3) {	
			order: 2;
			margin: 0 0 0 1% !important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul {
			order: 3;
			width: 100% !important;
			margin: 4em 0 0 !important}
	}
	@media screen and (max-width: 380px) {
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall {	width: 100% !important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall:first-child {	
			order: 1;
			margin: 0 0 0 0!important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex > .container_flex.xxsmall:nth-child(3) {	
			order: 2;
			margin: 1em 0 0 0 !important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul {
			order: 3;
			width: 100% !important;
			margin: 2em 0 0 !important}
	}
	
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul:first-child > li > span {
	font-weight: bold;
	font-size: 2em}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li {
	width: calc(90% / 6);
	margin: 0 1%;
	padding: 0 0 0;
	text-align: center}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(6n+1) {	margin-left: 0}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(6n) {	margin-right: 0}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(n+7) {	margin-top: 0.5em}

	@media screen and (max-width: 480px) {
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex.xmedium,
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex.xxsmall {	margin-bottom: 2em !important}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li {	width: calc(90% / 3)}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(3n+1),
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(6n+1) {	margin-left: 0}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(3n),
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(6n) {	margin-right: 0}
		body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:nth-child(n+4) {	margin-top: 0.5em}
	}
	
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > ul > li:before {
	content: '';
	display: none}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button {
	color: #f0f0f0 !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	z-index: -2;
	background: #a0db3d;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transform: none;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li.current > .button:before {	background: #c02452}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1.2em;
	transform: translateX(-50%);
	border-radius: 50%;
	width: 1em;
	height: 1em;
	z-index: -2;
	background: #a0db3d;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li.current > .button:after {	background: #c02452}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button:hover,
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li.current > .button {
	color: #616161 !important;
	padding-top: 0.5em !important;
	padding-bottom: 1.5em !important;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button:hover:before,
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li.current > .button:before {
	top: 100%;
	left: 50%;
	right: 50%;
	bottom: 0;
	border-radius: 50%}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button:hover:after,
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li.current > .button:after {
	bottom: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > li > .button > span.show {
	display: block;
	color: #fff;
	background: #e39831;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	width: 1.5em;
	height: 1.5em;
	border-radius: 51%;
	font-size: 0.8em;
	line-height: 1.5em;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2)}
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.table.heading > .container_flex > .button > svg,
body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex.table.calendar > .flex .button > svg,
body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex > .button > svg,
body#agenda #main > section > .no_flex > .center > .no_flex > .flex.popup > .container_flex > .no_flex:last-child > .button > svg {
	height: 1.3em;
	width: 1.3em;
	vertical-align: bottom}
body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex.table.calendar > .flex {
	min-height: 0;
	display: none}
body#agenda #main > section > .no_flex > .center > .no_flex > .no_flex.table.calendar > .flex > .flex.content_start {	min-height: 0}
body#agenda #main > section > .no_flex > .center .flex.content_start > .container_flex.small {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 2em 2em 2em;
	width: 32%;
	position: relative}
body#agenda #main > section > .no_flex > .center .flex.content_start > .container_flex.small > .absolute {
	position: initial !important;
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.3em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4);
    font-weight: bold}
body#agenda #main > section > .no_flex > .center .flex.content_start > .container_flex.small > h3 {
	text-transform: uppercase;
    font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4);
    font-size: 1.3em;
	margin: 0 0 2em}
body#agenda.hide {	overflow: hidden}
.swal-modal {
	width: 100%;
	max-width: 900px;
	max-height: calc(100vh - 40px);
	overflow: auto}
body#agenda .swal-modal {	text-align: initial !important}
body#agenda .swal-modal h3 {	text-align: center}
.swal-content {	height: 100%}
.swal-modal h3 {
	text-transform: uppercase;
    font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4);
    font-size: 1.3em;
	margin: 0 0 2em}
.swal-modal p.align_center {
	margin: 0 0 1em;
    text-align: center;
    font-size: 1.3em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4);
	font-weight: bold}
.swal-footer {
	text-align: center;
	margin: 1em 0;
	border-radius: 0}
.swal-button {
	padding: 0.4em 0.6em !important;
	width: auto !important;
	text-transform: uppercase;
	position: relative;
	color: #333 !important;
	font-weight: bold;
	border: none !important;
	letter-spacing: 3px;
	z-index: 1;
	text-shadow: 0 1px 0 rgba(240, 240, 240,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(240, 240, 240,0.6), -1px 0 0 rgba(0,0,0,0.4);
	font-size: 17px;
	border-radius: 0;
	background-color: transparent !important;
	transition: 0.3s all linear}
.swal-button:focus {
    outline: none;
	box-shadow: none}
.swal-button:before,
.swal-button:after {
	content: '';
	position: absolute;
	height: 100%;
	transform: skewX(30deg);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: -1}
	
	@media screen and (max-width: 768px) {
		.swal-button:before,
		.swal-button:after {	transform: none}
	}
	
.swal-button:before {
	top: -0.25em;
	left: -0.5em;
	right: 47.5%;
	background: #a0db3d}
.swal-button:after {
	left: 47.5%;
	right: -0.5em;
	bottom: -0.25em;
	background: #5196cb}
.swal-button:hover {	color: #fff !important}
.swal-button:hover:before {
	left: 49%;
	right: 0;
	top: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.swal-button:hover:after {
	left: 0;
	right: 49%;
	bottom: 0;
	background: #912258;
	transform: skewx(0deg);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}


/************************************************************************************************************************************************************/
/* FORMULAIRE																																				*/
/************************************************************************************************************************************************************/

body#formulaire #main > section {
	min-height: 90vh;
	margin: 0 0}
body#formulaire #main > section > .no_flex {
	min-height: 1px;	
	padding: 8em 0 14em;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}
	
	@media screen and (max-width: 768px) {
		body#formulaire #main > section > .no_flex {	padding: 4em 0 10em}
	}
	
body#formulaire #main > section:nth-child(1) > .no_flex {	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6em), 0 calc(100% - 10px))}
body#formulaire.orientation-et-formations #main > section:nth-child(2) > .no_flex {	background: #e39831}
body#formulaire #main > section:nth-child(2) {
	margin-top: -6em;
	z-index: 0}
body#formulaire #main > section:nth-child(2):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6em;
	background: #c02452;
	z-index: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 6em)}
body#formulaire #main > section:nth-child(2) > .no_flex {	padding: 0 0}
body#formulaire #main > section > .no_flex > .center > .flex {	margin: 4em 0 0}
body#formulaire #main > section > .no_flex > .center > .no_flex,
body#formulaire #main > section > .no_flex > .center > .no_flex > .no_flex,
body#formulaire #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}
body#formulaire #main > section > .no_flex > .center form > .flex {	margin: 1em 0 0}
body#formulaire #main > section > .no_flex > .center form > .flex:last-child {	margin: 2em 0 0}
body#formulaire #main > section > .no_flex > .center form > .flex label {
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 2px 0 rgba(0,0,0,0.4), -1px 0 0 rgba(255,255,255,0.6), -1px 0 0 rgba(0,0,0,0.4)}
body#formulaire #main > section > .no_flex > .center form > .flex input,
body#formulaire #main > section > .no_flex > .center form > .flex select,
body#formulaire #main > section > .no_flex > .center form > .flex textarea {	
	border: 1px solid #a0db3d;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 1.5em;
	color: #616161}
body#formulaire #main > section > .no_flex > .center form > .flex > div.container_flex {	overflow: hidden}
body#formulaire #main > section > .no_flex > .center form > .flex > div.container_flex:after {
	content: '';
	position: absolute;
	left: 3px;
	bottom: -1.2em;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	z-index: 0;
	background: #e39831;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	box-shadow: 0 0 3px rgba(0,0,0,0.2)}
body#formulaire #main > section > .no_flex > .center form > .flex > div.container_flex.focus:after {
	bottom: 3px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#formulaire #main > section > .no_flex > .center form > .flex input:focus,
body#formulaire #main > section > .no_flex > .center form > .flex select:focus,
body#formulaire #main > section > .no_flex > .center form > .flex textarea:focus {	border-color: #e39831}
body#formulaire #main > section > .no_flex > .center form > .flex input::placeholder,
body#formulaire #main > section > .no_flex > .center form > .flex select::placeholder,
body#formulaire #main > section > .no_flex > .center form > .flex textarea::placeholder {
	text-align: center;
	font-size: 0.8em;
	font-style: italic}
	
	@media screen and (max-width: 768px) {
		body#formulaire #main > section > .no_flex > .center form > .flex {	margin: 0 0 2em}
		body#formulaire #main > section > .no_flex > .center form > .flex label {	margin: 0 0 1em !important}
	}

body#formulaire #main > section > .no_flex > .center  > .no_flex > form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: lighter}
body#formulaire #main > section > .no_flex > .center  > .no_flex > form .form_select {
	position: relative;
	overflow: hidden}
body#formulaire #main > section > .no_flex > .center  > .no_flex > form .form_select > svg {
	position: absolute;
	top: 25%;
	margin-top: -3px;
	right: 0.5em;
	display: block;
	pointer-events: none;
	font-size: 0.8em;
	transition: all 0.3s linear}
body#formulaire #main > section > .no_flex > .center  > .no_flex > form .form_select > select:focus + svg {
	color: #7aba3e;
	transition: all 0.3s linear}
body#formulaire #main > section > .no_flex > .center  > .no_flex > form .form_select:hover > svg {
	color: #f26522;
	transition: all 0.3s linear}
body#formulaire #main > section > .no_flex > .center form > .flex .button > svg {
	height: 1.3em;
	width: 1.3em;
	vertical-align: bottom}
body#formulaire #main > section > .no_flex > .no_flex > .umap_container {
	min-height: 90vh;
	width: 100%}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container {	min-height: calc(90vh + 6em)}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container:before {
	content: '▲';
	position: absolute;
	top: calc(141px - 0.7em);
	left: 10px;
	color: rgba(0,0,0,0.2);
	padding: 0 0.3em;
	font-size: 1em;
	line-height: 1em;
	max-height: 0;
	overflow: hidden;
	border-width: 0;
	border-radius: 2px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 1}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container:hover:before {
	max-height: 4em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container:after {
	content: 'Pour zoomer, active le mode pleine écran de la carte';
	position: absolute;
	top: 141px;
	left: 10px;
	background: #fff;
	padding: 0 0.3em;
	font-size: 0.7em;
	width: 175px;
	max-height: 0;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	border-width: 0;
	border-radius: 2px;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container:hover:after {
	max-height: 4em;
	padding: 0.3em;
	border-width: 1px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
body#formulaire #main > section:nth-child(2) > .no_flex > .no_flex > .umap_container > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100vw}
	
	
/************************************************************************************************************************************************************/
/* ACTUALITÉS																																				*/
/************************************************************************************************************************************************************/

body#actualites #main > section {
	min-height: 1px;
	margin: 0 0}
body#actualites #main > section.content_banner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat}
body#actualites #main > section.content_banner.vh {
	padding-top: 56.25vw;
	margin-top: 6em}
body#actualites #main > section.content_banner:not(.vh) {	min-height: 90vh}
body#actualites #main > section > .no_flex:not(#actualites_liste) {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}
	
	@media screen and (max-width: 768px) {
		body#actualites #main > section > .no_flex:not(#actualites_liste) {	padding: 4em 0}
	}
	
body#actualites #main > section > .no_flex > .center > .flex,
body#actualites #main > section > .no_flex > .center > .no_flex,
body#actualites #main > section > .no_flex > .center > .no_flex > .no_flex,
body#actualites #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}

	@media screen and (max-width: 768px) {
		body#actualites #main > section > .no_flex > .center > .flex,
		body#actualites #main > section > .no_flex > .center > .no_flex,
		body#actualites #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#actualites #main > section > .no_flex > .center > .no_flex > .flex {	margin: 0 0 4em}
	}
	
body#actualites #main > section > .flex {	padding: 0 0 8em}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(1) {	margin-right: 6%}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(2) {	margin-left: 6%}

	@media screen and (max-width: 1024px) {
		body#actualites > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(1) {	margin-right: 2%}
		body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(2) {	margin-left: 2%}
	}
	
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	margin: 0 0 4em;
	padding: 1em}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > h2 {
	font-size: 1.4em;}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h1,
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h2 {	font-size: 1.2em}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h3,
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h4,
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h5,
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex > .no_flex h6 {	font-size: 1em}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex.xsmall {
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 1em}
	
	@media screen and (max-width: 768px) {
		body#actualites #main > section > .no_flex > .center > .flex > .container_flex.large {	margin-bottom: 0 !important}
		body#actualites #main > section > .no_flex > .center > .flex > .container_flex.xsmall {	display: none}
	}
	
body#actualites #main > section > .no_flex > .center > .flex > .container_flex > #actualites_liste > h2 {
	font-size: 1em;
	margin: 0 0 0;
	text-transform: none;
	text-shadow: none;
	font-weight: normal}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_actualites > li > div {
	padding: 1em;
	margin: 1em 0}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_actualites > li > div:nth-child(odd) {
	background: #fafafa}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_actualites > li svg {	height: 1em}
body#actualites #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_actualites > li h3 {	font-size: 1em}
	

/************************************************************************************************************************************************************/
/* OFFRES D'EMPLOI																																			*/
/************************************************************************************************************************************************************/

body#offres-d-emploi #main > section {
	min-height: 1px;
	margin: 0 0}
body#offres-d-emploi #main > section.content_banner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat}
body#offres-d-emploi #main > section.content_banner.vh {
	padding-top: 56.25vw;
	margin-top: 6em}
body#offres-d-emploi #main > section.content_banner:not(.vh) {	min-height: 90vh}
body#offres-d-emploi #main > section > .no_flex {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}
	
	@media screen and (max-width: 768px) {
		body#offres-d-emploi #main > section > .no_flex {	padding: 4em 0}
	}
	
body#offres-d-emploi #main > section > .no_flex > .center > .flex,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .no_flex,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}

	@media screen and (max-width: 768px) {
		body#offres-d-emploi #main > section > .no_flex > .center > .flex,
		body#offres-d-emploi #main > section > .no_flex > .center > .no_flex,
		body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex {	margin: 0 0 4em}
	}
	
body#offres-d-emploi #main > section > .flex {	padding: 0 0 8em}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex:nth-child(1) {	margin-right: 6%}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex:nth-child(2) {	margin-left: 6%}
	
	@media screen and (max-width: 1024px) {
		body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex:nth-child(1) {	margin-right: 2%}
		body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex:nth-child(2) {	margin-left: 2%}
	}
	
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	margin: 0 0 4em;
	padding: 1em}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex > h2 {
	font-size: 1.4em;}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h1,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h2 {	font-size: 1.2em}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h3,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h4,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h5,
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h6 {	font-size: 1em}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex a.shadowbox_custom {
	display: block;
	line-height: 0}
body#offres-d-emploi #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex a.shadowbox_custom .absolute {
	top: 0;
	left: 0;
	padding: 0.25em;
	color: #fff;
	background: rgba(0,0,0,0.4)}
	
	
/************************************************************************************************************************************************************/
/* AGENDA PASSÉ																																				*/
/************************************************************************************************************************************************************/

body#ca-s-est-passe #main > section {
	min-height: 1px;
	margin: 0 0}
body#ca-s-est-passe #main > section.content_banner {
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat}
body#ca-s-est-passe #main > section.content_banner.vh {
	padding-top: 56.25vw;
	margin-top: 6em}
body#ca-s-est-passe #main > section.content_banner:not(.vh) {	min-height: 90vh}
body#ca-s-est-passe #main > section > .no_flex {
	min-height: 1px;	
	padding: 8em 0;	
	display: flex;	
	align-content: center;	
	align-items: center;
	background: #fff}
	
	@media screen and (max-width: 768px) {
		body#ca-s-est-passe #main > section > .no_flex {	padding: 4em 0}
	}
	
body#ca-s-est-passe #main > section > .no_flex > .center > .flex,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .no_flex,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}

	@media screen and (max-width: 768px) {
		body#ca-s-est-passe #main > section > .no_flex > .center > .flex,
		body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex,
		body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .no_flex,
		body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex {	margin: 0 0 4em}
	}
	
body#ca-s-est-passe #main > section > .flex {	padding: 0 0 8em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(1) {	margin-right: 6%}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(2) {	margin-left: 6%}
	
	@media screen and (max-width: 1024px) {
		body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(1) {	margin-right: 2%}
		body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex:nth-child(2) {	margin-left: 2%}
	}
	
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	margin: 0 0 4em;
	padding: 1em}
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex > h2 {	font-size: 1.4em}
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h1,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h2 {	font-size: 1.2em}
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h3,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h4,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h5,
body#ca-s-est-passe #main > section > .no_flex > .center > .no_flex > .flex > .container_flex > .no_flex h6 {	font-size: 1em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > .flex > .container_flex > .no_flex {
	background: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	margin: 0 0 4em;
	padding: 1em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex.xsmall {
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	padding: 1em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex > #videos_liste > h2 {	font-size: 1.6em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_videos > li > div {
	padding-top: 56%;
	margin: 2em 0}
	
	@media screen and (max-width: 1024px) {
		body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_videos > li > div {	margin: 4em 0}
	}
	
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_videos > li > div:nth-child(odd) {
	background: #fafafa}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_videos > li > div .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0px 3px rgba(0,0,0,0.4)}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_videos > li svg {	height: 1em}
body#ca-s-est-passe #main > section > .no_flex > .center > .flex > .container_flex .responsiveslide > #liste_ca-s-est-passe > li h3 {	font-size: 1em}


/************************************************************************************************************************************************************/
/* RECHERCHE																																				*/
/************************************************************************************************************************************************************/

body#recherche #main > section {
	min-height: 80vh;
	margin: 0 0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	animation: fadeIn 1s linear 0s 1 both}
body#recherche #main > section > .no_flex {
	width: 100%;
	padding: 8em 0;
	background: #fff}
body#recherche #main > section > .no_flex > .center > .flex,
body#recherche #main > section > .no_flex > .center > .no_flex,
body#recherche #main > section > .no_flex > .center > .no_flex > .no_flex,
body#recherche #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}
body#recherche #main > section > .no_flex > .center > .no_flex {	margin: 4em 0 0}
body#recherche #main > section > .no_flex > .center > .no_flex > ol > li {	margin: 0 0 0.5em}
body#recherche #main > section > .no_flex > .center > .no_flex > ol > li > a {	border: none}
body#recherche #main > section > .no_flex > .center > .no_flex > ol > li > a > span {	margin-left: 1em}


/************************************************************************************************************************************************************/
/* MENTIONS LÉGALES																																			*/
/************************************************************************************************************************************************************/

body#mentions_legales {	min-height: 1px}
body#mentions_legales #main > section {
	min-height: 66vh;
	margin: 0 0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	animation: fadeIn 1s linear 0s 1 both}
body#mentions_legales #main > section > .no_flex {
	width: 100%;
	padding: 8em 0;
	background: #fff}
body#mentions_legales #main > section > .no_flex > .center > .flex,
body#mentions_legales #main > section > .no_flex > .center > .no_flex,
body#mentions_legales #main > section > .no_flex > .center > .no_flex > .no_flex,
body#mentions_legales #main > section > .no_flex > .center > .no_flex > .flex {	margin: 8em 0 0}
body#mentions_legales #main > section > .no_flex > .center > .no_flex {	margin: 4em 0 0}
body#mentions_legales #main > section > .no_flex > .center > .no_flex > ol > li {	margin: 0 0 0.5em}
body#mentions_legales #main > section > .no_flex > .center > .no_flex > ol > li > a {	border: none}
body#mentions_legales #main > section > .no_flex > .center > .no_flex > ol > li > a > span {	margin-left: 1em}


/************************************************************************************************************************************************************/
/* ERREURS																																					*/
/************************************************************************************************************************************************************/
body#erreur {	min-height: 1px}
body#erreur #main > section {
	min-height: 66vh;
	height: auto;}
body#erreur #main > section.hero-slider .swiper-container,
body#erreur #main > section.hero-slider .hero-slider-container {	position: initial}
body#erreur #main > section.hero-slider .slide-inner {
	position: inherit;
	background-color: #fff}
body#erreur #main > section.hero-slider .hero-slider-container {	clip-path: none}
body#erreur #main > section.hero-slider .hero-slider-container > div:first-child {	padding: 4em 0}
body#erreur #main > section.hero-slider .hero-slider-container .slide-title,
body#erreur #main > section.hero-slider .hero-slider-container .slide-text {	transition: none}
body#erreur #main > section.hero-slider .hero-slider-container .slide-text {	margin: 2em 0 0}
body#erreur #main > section ul {
	padding: 0 0 0;
	margin: 0 0 0}
body#erreur #main > section ul > li {
	padding: 0 0 0;
	margin: 0 0 0.5em}
body#erreur #main > section ul > li::before {
	content: '';
	display: none}

/************************************************************************************************************************************************************/
/* 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}