body {color: #203535; background-color: #eeffec; font-family: 'Barlow'; font-size: 18px}a {color: #203535}input, textarea, select, option {font: 400 1em Barlow}
/* NE RIEN AJOUTER AU DESSUS DE CE NIVEAU CAR LE CONTENU Y EST AUTOMATIQUEMENT GENERE PAR LE SYSTEME ; TOUT AJOUT DOIT SE FAIRE CI-DESSOUS */

::-webkit-scrollbar {
	background: #fff;
	border-radius: 3px}
::-webkit-scrollbar-thumb {
	background: #eee;
	border: none}
	
	@media screen and (min-width: 768px) {
		::-webkit-scrollbar {	width: 12px}
	}

.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {
			width: 97%;
			margin: 0 auto}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}
@keyframes fadeOut {
	from {
		opacity:1;
		visibility:visible}
	to {
		opacity:0;
		visibility:hidden}
}
@keyframes defile {
	0% {	transform: translateY(0)}
	25% {	transform: translateY(0%)}
	50% {	transform: translateY(-100%)}
	75% {	transform: translateY(-100%)}
	100% {	transform: translateY(0)}
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
  1% {
    -webkit-transform:scale(.5);
    transform:scale(.5)
  }
  45% {
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
  }
  80% {
    -webkit-transform:scale(.95);
    transform:scale(.95)
  }
  to {
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: inherit;
	animation: fadeIn 2.5s ease-out 0s 1 both}	
body.isHidden {	overflow: hidden}
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background-color: #fff;
	backdrop-filter: blur(5px);
	transition: all 0.3s ease-in}
body.hide > .overlay,
body.isHidden > .overlay,
body.overlay > .overlay {
	cursor: alias;
	display: block;
	z-index: 9;
	opacity: 0.8;
	visibility: visible;
	transition: all 0.3s ease-in}
	
	@media screen and (max-width: 800px) {
		p,
		blockquote,
		q,
		ul > li,
		ol > li {	font-size: 1.1rem}
		blockquote,
		q {	margin: 0 auto 1em}
	}
	@media screen and (max-width: 768px) {
		blockquote {	padding: 0 1.5em}
		blockquote::before {	top: 0.33em}
		blockquote::after {
			top: auto;
			bottom: 0.33em}
		blockquote::before,
		blockquote::after {	transform: none}
	}

body #main section .center {	z-index: 2}
.no_flex.info {	margin-bottom: 2rem}
.bloc-info:last-child {	margin-bottom: 0 !important}
.container_flex.small + .container_flex.xxsmall:nth-child(2) {	width: 7%}
.container_flex.xxsmall + .container_flex.smedium {	margin-top: 0}

	@media screen and (max-width: 768px) {
		section .flex > .container_flex.xlarge,
		section .flex > .container_flex.large,
		section .flex > .container_flex.slarge,
		section .flex > .container_flex.xmedium,
		section .flex > .container_flex.medium,
		section .flex > .container_flex.smedium,
		section .flex > .container_flex.small,
		section .flex > .container_flex.xsmall,
		section .flex > .container_flex.xxsmall {	margin: 0 0 4em !important}
	}
	
section {
	position: relative;
	z-index: 2}
section.hasImage {	background-repeat: no-repeat}
	
	@media screen and (max-width: 384px) {
		section.stellar {	background-position: 50% 0 !important}
	}
	
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section .center p {	line-height: 1.5em}
section:not(#slider) h1,
section:not(#slider) h2 {	margin: 0 0 1em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
section h1 {
	font-size: 2.6rem;
	text-align: initial;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0}
section h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding: 0 0 0}
section h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0}
	
	@media screen and (max-width: 1024px) {
		section h1 {	font-size: 2.35rem}
		section h2 {	font-size: 1.6rem}
		section h3 {	font-size: 1.4rem}
	}
	@media screen and (max-width: 800px) {
		section h1 {	font-size: 2rem}
		section h2 {	font-size: 1.5rem}
		section h3 {	font-size: 1.3rem}
	}
	@media screen and (max-width: 640px) {
		section h1 {	font-size: 1.8rem}
		section h2 {	font-size: 1.4rem}
		section h3 {	font-size: 1.2rem}
	}
	@media screen and (max-width: 480px) {
		section h1 {	font-size: 1.6rem}
		section h2 {	font-size: 1.3rem}
		section h3 {	font-size: 1.15rem}
	}
	
h1,h2, h3 {	position: relative}
body section:not(.hero-slider) h1,
body section:not(.hero-slider) h2,
body section:not(.hero-slider) h3,
body section:not(.hero-slider) h4,
body section:not(.hero-slider) h5,
body section:not(.hero-slider) h6,
body section:not(.hero-slider) ul,
body section:not(.hero-slider) p:not(.lazy-load) {
	transition: all 1.2s cubic-bezier(.165,.84,.44,1);
	opacity: 0;
	transform: translate3d(0,50px,0);
	visibility: hidden}
body section:not(.hero-slider) h1.visible,
body section:not(.hero-slider) h2.visible,
body section:not(.hero-slider) h3.visible,
body section:not(.hero-slider) h4.visible,
body section:not(.hero-slider) h5.visible,
body section:not(.hero-slider) h6.visible,
body section:not(.hero-slider) ul.visible,
body section:not(.hero-slider) p:not(.lazy-load).visible {	
	opacity: 1;
	transform: translateZ(0) rotate(.01deg);
	visibility: visible}
.block {
	padding: 0;
	border-radius: 0}
.shadowed {	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)}
.no_flex a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb::before,
a.shadowbox.thumb::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#383838}
a.shadowbox.thumb::before {
	bottom: 14px;
	left: 7px;
	transform: rotate(-3deg);
	box-shadow: 0 6px 15px #515151}
section .flex.content_end > .container_flex.medium > p > a.shadowbox.thumb::after {	transform: rotate(1deg)}
.slick-slider {	position: relative;	display: block;	box-sizing: border-box;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-touch-callout: none;	-khtml-user-select: none;	-ms-touch-action: pan-y;	touch-action: pan-y;	-webkit-tap-highlight-color: transparent}
.slick-list {	position: relative;	display: block;	overflow: hidden;	margin: 0;	padding: 0}
.slick-list:focus {	outline: none}
.slick-list.dragging {	cursor: pointer;	cursor: hand}
.slick-slider .slick-track,.slick-slider .slick-list {	-webkit-transform: translate3d(0, 0, 0);	-moz-transform: translate3d(0, 0, 0);	-ms-transform: translate3d(0, 0, 0);	-o-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0)}
.slick-track {	position: relative;	top: 0;	left: 0;	display: block;	margin-left: auto;	margin-right: auto}
.slick-loading .slick-track {	visibility: hidden}
.slick-slide {	display: none;	float: left;height: 100%;min-height: 1px;min-height: 1px;}
.slick-initialized .slick-slide {    display: block}
.slick-loading .slick-slide {	visibility: hidden}
.slick-vertical .slick-slide {	display: block;	height: auto;}
.slick-vertical .slick-slide > div > div {	white-space: nowrap}
.slick-arrow.slick-hidden {	display: none}	
p.hidden {	display: none}
p.hidden_5 {	display: block}
	
	@media screen and (max-width: 1290px) {
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 1024px) {
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 768px) {
		p.hidden_2,
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
.skitter {
	max-width: 1290px;
	max-height: 100%;
	background: none;
	z-index: 1;
	margin: 0 auto 2em}
.skitter .container_skitter {
	max-height: 100%;
	height: 100% !important;
	width: 100% !important;
	display: block !important}
.skitter .image,
.skitter img {
	border-radius: 0;
	object-fit: cover;
	object-position: center}
.skitter .image > .shadowbox {
	width: 100%;
	height: 100%;
	display: block}
.skitter .box_clone,
.skitter .box_clone img {	height: 100% !important}
.skitter .info_slide_dots {
	bottom: 0;
	background: rgba(53, 78, 113,0.6);
	border-radius: 0}
.skitter .info_slide_dots .image_number {	background: rgba(255, 255, 255,0.4);}
.skitter .info_slide_dots .image_number.image_number_select {	background: rgba(255, 255, 255,1)}
svg.icon.key {	transform: rotate(-45deg) scaleX(-1)}	
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #203535;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.smaller {
	height: 1em;
	width: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
svg.icon.before {	margin-right: 0.25rem}
svg.icon.after {	margin-left: 0.25rem}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
.button:not(.current):not(.empty) {
	width: auto;
	border: none;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 1.15rem;
	font-family: 'Barlow', 'Helvetica', sans serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #257355;
	background: none;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%}
.button:not(.current):not(.empty)::before {
	content: '';
	position: absolute;
	left: 2.1rem;
	right: 0;
	bottom: 0.3rem;
	height: 1px;
	background: #257355}
.button:not(.current):not(.empty) > span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-bottom: 0.5rem}
.button:not(.current):not(.empty) > svg {
	color: #fff;
	background: #257355;
	padding: 0.25rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 20px;
	border-top-right-radius: 7px}
	
	@media screen and (max-width: 1024px) {
		.button:not(.current):not(.empty) {	font-size: 1.05rem}
	}
	@media screen and (max-width: 640px) {
		.button:not(.current):not(.empty) {	font-size: 0.95rem}
		section .button:not(.current):not(.empty) > span {	max-width: calc(100% - 2.05rem)}
	}
	
.button.file_input {	text-transform: none !important}
	
	@media screen and (max-width: 320px) {
		.button:not(.slick-arrow) svg,
		a.button svg {	display: none}
		button.button svg {	display: inline-block !important}
	}
	
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
.shadowbox  {
	display: inline-block;
	line-height: 0}
.LH-0 {	line-height: 0 !important}
ul.align_center > li {	padding: 0 0 0}
ul.align_center > li::before {
	content: '';
	display: none}
.button, a.button {	font-size: 1rem}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: 50%;
	top: 4em;
	z-index: 2;
	padding: 0.25em;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
#main .button.slick-arrow.slick-disabled {
	opacity: 0.2;
	cursor: default}
#main .button.prev:not(.wide):not(.current):not(.empty) {	left: 0}	
#main .button.next:not(.wide):not(.current):not(.empty) {	right: 0}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty)::before {	display: none}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) > svg {	
	width: 2.2rem;
	height: 2.2rem}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li {
	padding: 0 0 0;
	margin: 0 0.5rem}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li:first-child {	margin-left: 0}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li:last-child {	margin-right: 0}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li::before {	
	content: '';
	display: none}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li > button {
	color: #257355;
	background: #257355;
	padding: 0.1rem;
	width: 1.4rem;
	height: 1.4rem;
	border: none;
	border-radius: 50%;
	position: relative}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li:not(.slick-active) > button {	cursor: pointer}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li > button::before,
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li > button::after {	content: ''}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li > button::before {
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border: 1px solid #257355;
	border-radius: 50%}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li.slick-active > button::before {	border: 1px solid #fff}
#main ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi).slick-dots > li.slick-active > button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #fff;
	z-index: 2}
.pagination > .button {	border: none}
.pagination > .current {	
	text-transform: uppercase;
	font-size: 1.3rem}
	
	@media screen and (max-width: 768px) {
		.pagination > .container_flex.xxsmall.current {
			width: auto !important;
			margin: 0 1% !important}
	}
	@media screen and (max-width: 576px) {
	  .pagination svg {	display: initial !important}
	}
	@media screen and (max-width: 480px) {
		.pagination > .container_flex.xxsmall.current {
			width: 100% !important;
			margin: 0.5em 0 0.5em !important}
		.pagination > .button.empty {
			visibility: hidden;
			width: 0;
			margin: 0 0 0 !important;
			padding: 0 0 0}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr {	width: 100%}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 3px solid #f9f9f9}
#main table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		#main table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #cecece}
		#main table tr:last-child {	border-bottom: 2px solid #cecece}
		#main table tr > td:first-child {	border-top: none}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		#main table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: none}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2}
body:not(.accueil) .hero-slider {	display: block}

	@media screen and (max-width: 991px) {
		.hero-slider {	height: 600px}
	}

	@media screen and (max-width: 767px) {
		.hero-slider {	height: 500px}
	}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff}
.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 33vw}
.hero-slider .slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f4fff9;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: center}
.hero-slider .slide-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4)}
	
	@media screen and (max-width: 900px) {
		.hero-slider .slide-inner {	background-position: center !important}
	}
	@media screen and (max-width: 480px) {
		.hero-slider .slide-inner::before {	background: rgba(0,0,0,0.6)}
	}
	
.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: 70vh}
/* body:not(.accueil) .hero-style {	height: auto} */

	@media screen and (max-width: 1280px) {
		.hero-style {	height: 900px}
	}
	@media screen and (max-width: 1024px) {
		.hero-style {	height: 700px}
	}
	@media screen and (max-width: 768px) {
		.hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		.hero-style{	height: 600px}
		.hero-slider .slide-inner {
		  background-position: 10% 0% !important;
		  background-size: auto 85%}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		.hero-style{	height: 576px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		.hero-style{	height: 800px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}

.hero-slider .hero-slider-container {
	z-index: 10;
	padding: 0 0;
	text-align: left;
	position: absolute;
	top: 30%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1280px) {
		.hero-slider .hero-slider-container {	top: 20%}
	}
	@media screen and (max-width: 1024px) {
		.hero-slider .hero-slider-container {	padding: 0 1%}
	}
	@media screen and (max-width: 768px) {
		.hero-slider .hero-slider-container {
			top: auto;
			bottom: 2em;
			transform: none}
	}
	@media screen and (max-width: 480px) {
		.hero-slider .hero-slider-container {
			top: 50%;
			bottom: auto;
			transform: translateY(-50%)}
	}

.hero-style .slide-title,
.hero-style .slide-text {
	max-width: 65%;
	margin-left: 35%;
	text-align: center}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 1rem}

	@media screen and (max-width: 1280px) {
		.hero-style .slide-title,
		.hero-style .slide-text {
			max-width: 100%;
			margin-left: 0}
	}
	@media screen and (max-width: 1024px) {
		.hero-style .slide-title,
		.hero-style .slide-text {
			max-width: 100%;
			margin-left: 0}
	}
	@media screen and (max-width: 576px) {
		/* .hero-slider .hero-slider-container {	padding: 2em 0 0} */
		/* .hero-style .slide-title, */
		/* .hero-style .slide-text {	padding: 0 0.5em} */
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider .swiper-container h1,
.hero-slider .swiper-container h2,
.hero-slider .swiper-container p {
	display: inline-block;
	text-align: center;
	padding: 0}
.hero-slider .swiper-container h1 {
	font-size: 2.2rem;
	line-height: 1.2em}
.hero-slider .swiper-container h2 {
	font-size: 1.7rem;
	font-size: 1.4rem;
	line-height: 1.2em}
.hero-slider .swiper-container p {
	font-size: 1.4rem;
	line-height: 1.2em}
.hero-slider .swiper-container p > a:nth-child(n+2),
.hero-slider .swiper-container p > .button:nth-child(n+2) {	margin-left: 1em}

	@media screen and (max-width: 768px) {
		.hero-slider .swiper-container h1 {	font-size: 1.9rem}
		.hero-slider .swiper-container h2 {	font-size: 1.5rem}
		.hero-slider .swiper-container p {	font-size: 1.1rem}
	}
	@media screen and (max-width: 480px) {
		.hero-slider .swiper-container h1 {	font-size: 1.65rem}
		.hero-slider .swiper-container h2 {	font-size: 1.35rem}
		.hero-slider .swiper-container p {	font-size: 1rem}
	}

body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
.shadowed {
	box-shadow: 0 3px 9px rgba(0,0,0,0.1);
	cursor: default}
a > .shadowed {	cursor: zoom-in}	
body h1,
body h2,
body h3,
body h4,
body ul,
body p {	cursor: default}
.lazy-load > img,
img.lazy {
	opacity: 0;
	transition: opacity 0.36s linear 0.36s}
.lazy-load.lazy > img,
.lazy-load.lazy > img.lazy {	opacity: 1}
label svg.icon {
	width: 1.1em;
	height: 1.1em}
input,
textarea,
select,
option {
	padding: 0.2em 0 0.2em 0.5em;
	text-align: center;
	position: relative;
	font-size: 1em;
	border-radius: 1px;
	font-family: 'Barlow', 'Helvetica', sans serif;
	background: #f4fff9;
	color: #203535;
	border: none;
	border-bottom: 1px solid #90c3a6;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
select {	cursor: pointer}
input,
textarea {	border-bottom: 1px solid #203535}
input:focus,
textarea:focus,
select:focus,
option:focus {	border-bottom: 1px solid #00b484}
select + svg {
	top: -1px;
	color: #fff;
	fill: #fff;
	background: #2897d5}
input::placeholder,
textarea::placeholder,
select.disabled {
	font-size: 0.75em;
	opacity: 0.5;
	color: #0b3044}
select {	transition: none}
select.disabled {	min-height: 2.2em}
select.disabled option {	font-size: 1.35em}
.lazy-load {
	background-color: #f4fff9;
	background-color: #eeffec;
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px}
.lazy-load img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.72s linear 0.72s, transform 0.36s linear 0.72s}
.lazy-load:not(.lazy) img {
	transform: scale(0);
	opacity: 0}
.lazy-load.lazy img {
	transform: scale(1);
	opacity: 1}
.slick-slide.slick-cloned .lazy-load img {
	opacity: 1 !important;
	transform: scale(1) !important}
.form_select::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2em;
	height: 1px;
	background: #fff}
body .swal-overlay {
	cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path fill="%23282828" d="M200 287.1H64c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.937 34.87l30.06 30.06l-62.06 62.07c-12.49 12.5-12.5 32.75-.0012 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.26 .0012l62.06-62.07l30.06 30.06c6.125 6.125 14.31 9.375 22.62 9.375c4.125 0 8.281-.7969 12.25-2.437c11.97-4.953 19.75-16.62 19.75-29.56V311.1C224 298.7 213.3 287.1 200 287.1zM312 224h135.1c12.94 0 24.62-7.797 29.56-19.75c4.969-11.97 2.219-25.72-6.937-34.87l-30.06-30.06l62.06-62.07c12.5-12.5 12.5-32.76 .0003-45.26l-22.62-22.62c-12.5-12.5-32.76-12.5-45.26-.0003l-62.06 62.07l-30.06-30.06c-9.156-9.141-22.87-11.84-34.87-6.937C295.8 39.39 288 51.06 288 64v135.1C288 213.3 298.7 224 312 224zM204.3 34.44C192.3 29.47 178.5 32.22 169.4 41.38L139.3 71.44L77.25 9.374C64.75-3.123 44.49-3.123 31.1 9.374l-22.63 22.63c-12.49 12.49-12.49 32.75 .0018 45.25l62.07 62.06L41.38 169.4C35.25 175.5 32 183.7 32 192c0 4.125 .7969 8.281 2.438 12.25C39.39 216.2 51.07 224 64 224h135.1c13.25 0 23.1-10.75 23.1-23.1V64C224 51.06 216.2 39.38 204.3 34.44zM440.6 372.7l30.06-30.06c9.141-9.156 11.84-22.88 6.938-34.87C472.6 295.8 460.9 287.1 448 287.1h-135.1c-13.25 0-23.1 10.75-23.1 23.1v135.1c0 12.94 7.797 24.62 19.75 29.56c11.97 4.969 25.72 2.219 34.87-6.937l30.06-30.06l62.06 62.06c12.5 12.5 32.76 12.5 45.26 .0002l22.62-22.62c12.5-12.5 12.5-32.76 .0002-45.26L440.6 372.7z"/></svg>') 16 16, pointer;
	cursor: alias;
	background-color: rgba(125,125,125,.4);
	backdrop-filter: blur(5px)}
body .swal-modal {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	max-width: 900px;
	border-radius: 1em !important;
	overflow: hidden;
	cursor: default;
	background-color: #f4fff9 !important;
	box-shadow: 0px 15px 45px rgba(0,0,0,0.3);
	font-size: 20px;
	position: relative;
	margin: 0 0 0;
	text-align: initial !important;
	font-family: 'Barlow', 'Helvetica', sans serif;
	padding: 1em 1em}
body .swal-content {
	overflow: auto;
	max-height: 75vh;
	color: #282828;
	background-color: #f4fff9;
	font-family: 'Barlow';
	font-size: 20px;
	margin: 0 0 0 !important;
	cursor: default}
body .swal-content p {	line-height: 1.5em}
body .swal-content h1,
body .swal-content h2,	
body .swal-content h3 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
body .swal-content h1 {
	font-weight: normal;
	font-size: 2.75rem;
	color: #2897d5}
body .swal-content h2 {
	font-size: 1em;
	margin: 0 0 0.5em !important;
	text-transform: uppercase;
	font-family: 'Mulish';
	font-weight: bold;
	letter-spacing: -1px;
	color: #e4265a}
body .swal-content h3 {
	font-size: 1em;
	margin: 0 0 0.5em !important;
	text-transform: uppercase;
	font-family: 'Mulish';
	font-weight: bold;
	letter-spacing: -1px;
	color: #e4265a}
body .swal-content > div > .flex p {
	font-size: 1rem;
	margin: 0 0.5em 0 0 !important}
body .swal-content > div > .flex p svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	top: -2px}
body .swal-content > div > .flex h3 {	margin: 0 0 0 !important}
	
	@media screen and (max-width: 768px){
		body .swal-content h1 {	font-size: 1.8rem}
		body .swal-content h2 {	font-size: 1.5rem}
		body .swal-content h3 {	font-size: 1.25rem}
	}
	@media screen and (max-width: 576px){
		body .swal-content h1 {	font-size: 1.6rem}
		body .swal-content h2 {	font-size: 1.3rem}
		body .swal-content h3 {	font-size: 1.1rem}
	}

body .swal-content a {color: #282828}
body .swal-content ol {	counter-reset: ol_list}
body .swal-content ol > li {
	position: relative;
	padding-left: 2em}
body .swal-content ol:not(.slides):not(.align_center) > li::before {
	counter-increment: ol_list;
	content: counter(ol_list) ".";
	position: absolute;
	left: 0}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {
	margin: 0 auto 2em;
	width: 85%;
	text-align: left}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li {
	margin: 0.5em 0 ;
	padding: 0 0 0 2em;
	position: relative;
	text-align: left}
body .swal-content ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) > li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 45%;
	line-height: 0.3em}
body .swal-content ul:not(.slides):not(.flex-direction-nav) > li {	margin: 0.5em 0 }
body .swal-content table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
body .swal-content table tr {	width: 100%}
body .swal-content table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
body .swal-content table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
body .swal-content table tr > td:last-child {	border-right: 3px solid #f9f9f9}
body .swal-content table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
body .swal-content table tr > td {
	vertical-align: middle;
	width: 1%}
body .swal-content table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
body .swal-content > div > p {
	text-align: left;
	width: 100%;
	font-size: 1em;
	margin: 0 0 1em;}
body .swal-content > div > h3 {
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	text-align: left;
	font-size: 1.5rem;
	color: #d60b52;}
body .swal-content > div > .no_flex:nth-child(n+2) {	margin: 1em 0 0}
body .swal-footer {
	margin: 0 0 0;
	text-align: center;
	padding: 0 0 0}
body .swal-modal .swal-button {
	width: auto;
	border: none;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 1.15rem;
	font-family: 'Barlow', 'Helvetica', sans serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #257355;
	background: none;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%}
body .swal-modal .swal-button::before {
	content: '';
	position: absolute;
	left: 2.1rem;
	right: 0;
	bottom: 0.3rem;
	height: 1px;
	background: #257355}
body .swal-modal .swal-button > span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding-bottom: 0.5rem}
body .swal-modal .swal-button > svg {
	color: #fff;
	background: #257355;
	padding: 0.25rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 20px;
	border-top-right-radius: 7px}
body .swal-modal .swal-button:focus {	box-shadow: none !important}
body > div.swal {
	border: none !important;
	border-radius: 0 !important;
	background-color: rgba(255,255,255,.75);
	backdrop-filter: blur(5px);
	opacity: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #203535;
	background: none;
	padding: 0 0 0;
	margin: 0 0 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden}
body > div.swal.show {
	opacity: 1 !important;
	z-index: 10000;
	visibility: visible;
	display: flex}
body > div.swal > .no_flex {
	width: 100%;
	padding: 5vh 0 5vh;
	margin: 0 0;
	background: none}
body > div.swal > .no_flex > .center {
	height: 100%;
	width: auto;
	max-width: 90% !important;
	margin: 0 auto;
	border: 1em solid #f4fff9;
	border-radius: 2em;
	overflow: hidden;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1)}
body > div.swal > .no_flex > .center > .no_flex > .no_flex {  min-height: calc(90vh + 6em)}
body > div.swal > .no_flex > .center > .no_flex > .no_flex > .absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%}
body > div.swal .center > span {
	position: absolute;
	top: 0.25em;
	right: 0.25em;
	opacity: 1 !important;
	transform: none !important;
	visibility: visible !important;
	z-index: 3}
body > div.swal .center > span > a {
	margin: 0;
	font-size: 1rem;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Barlow';
	padding: 0 1.5em 0 1em;
	color: #fff;
	background: none;
	font-weight: normal;
	padding: 0.5em;
	border-radius: 50% !important;
	text-align: center;
	background: #d60b52;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	padding: 0 0;
	white-space: nowrap;
	text-indent: 1000px}
body > div.swal .center > span > a svg {
	left: 0.3em;
	top: 0.3em;}
body.hidden.swal #cboxOverlay {
	display: block !important;
	opacity: 1;
	z-index: 9999;
	background-color: rgba(255,255,255,.8);
	transition: opacity 0.18s linear 0s}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil.hide {  overflow: hidden}
body.accueil section > .no_flex {
	padding: 8rem 0;
	background-color: #eeffec}
body.accueil section#intro > .no_flex,
body.accueil section#carte > .no_flex {
	padding: 4rem 0;
	background: #f4fff9}
	
	@media screen and (max-width: 900px) {
		body.accueil section > .no_flex {	padding: 2rem 0}
		body.accueil section#intro > .no_flex,
		body.accueil section#carte > .no_flex {	padding: 3rem 0}
		body.accueil section#programmes_professionnels > .no_flex {	padding-top: 3rem}
	}

body.accueil section#programmes > .no_flex {  padding: 5rem 0 8rem}
body.accueil section:last-child > .no_flex {  padding-bottom: 0}
body.accueil section > .no_flex > .center > .no_flex,
body.accueil section > .no_flex > .center > .flex {  margin: 0 0 3rem}
body.accueil section > .no_flex > .center > .flex > .container_flex.large + .container_flex.xmedium,
body.accueil section > .no_flex > .center > .flex > .container_flex.large + .container_flex.xmedium { margin-top: 2rem}
body.accueil section#intro > .no_flex > .center > .flex > .container_flex.large {	text-align-last: center}
	
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_professionnels > .no_flex > .center,
		body.accueil section#programmes_particuliers > .no_flex > .center {	
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			align-items: center}
	}

body.accueil section#programmes_professionnels > .no_flex > .center > .no_flex {
	position: absolute;
	top: 50%;
	top: -4rem;
	right: 0;
	height: calc(100% + 11rem);
	z-index: -1}
body.accueil section#programmes_professionnels > .no_flex > .center > .no_flex img {	box-shadow: -7px 0px 20px rgba(0, 0, 0, 0.15)}
	
	@media screen and (max-width: 1280px) {
		body.accueil section#programmes_professionnels > .no_flex > .center > .no_flex {	max-width: 55%}
	}
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_professionnels > .no_flex > .center > .flex.content_start {
			order: 2;
			justify-content: center;
			max-width: 100%;
			margin: -6rem auto 0 !important;}
		body.accueil section#programmes_professionnels > .no_flex > .center > .no_flex {
			order: 1;
			width: 100%;
			max-width: 100%;
			height: 66vh;
			position: initial;
			margin: 0 0 0}
	}

body.accueil section#programmes_professionnels > .no_flex > .center > .no_flex * {	height: 100%}
body.accueil section#programmes_professionnels > .no_flex > .center > .flex > .container_flex.xmedium,
body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium {
	padding: 1rem 2rem;
	background: #f4fff9;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05)}

	@media screen and (max-width: 1024px) {
		body.accueil section#programmes_professionnels > .no_flex > .center > .flex > .container_flex.xmedium,
		body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
	}
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_professionnels > .no_flex > .center > .flex > .container_flex.xmedium,
		body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 90% !important;
			padding: 1rem 1rem}
	}
	
body.accueil section#programmes_professionnels > .no_flex > .center > .flex > .container_flex.xmedium p,
body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium p {	text-align-last: center}
body.accueil section#programmes_particuliers > .no_flex > .center > .no_flex {
	position: absolute;
	top: 50%;
	top: -4rem;
	left: 0;
	height: calc(100% + 11rem);
	z-index: -1}
body.accueil section#programmes_particuliers > .no_flex > .center > .no_flex img {	box-shadow: -7px 0px 20px rgba(0, 0, 0, 0.15)}
	
	@media screen and (max-width: 1280px) {
		body.accueil section#programmes_particuliers > .no_flex > .center > .no_flex {	max-width: 55%}
	}
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_particuliers > .no_flex > .center > .flex.content_end {
			order: 2;
			width: 100%;
			justify-content: center;
			margin: -6rem auto 0 !important;}
		body.accueil section#programmes_particuliers > .no_flex > .center > .no_flex {
			order: 1;
			width: 100%;
			max-width: 100%;
			height: 66vh;
			position: initial;
			margin: 0 0 0}
	}

body.accueil section#programmes_particuliers > .no_flex > .center > .no_flex * {	height: 100%}
body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium a.button:nth-child(3){	margin: 0 1rem}

	@media screen and (min-width: 1281px) {
		body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium p:last-child br {	display: none}
	}
	@media screen and (max-width: 1280px) {
		body.accueil section#programmes_particuliers > .no_flex > .center > .flex > .container_flex.xmedium a.button:nth-child(3) {	margin: 0.5rem 0}
	}

body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:first-child {
	padding: 1rem 2rem;
	max-width: 85%;
	background: #f4fff9}
body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:last-child {
	position: absolute;
	top: 50%;
	top: -4rem;
	right: 0;
	height: calc(100% + 8rem);
	z-index: -1}
body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:last-child  img {	box-shadow: -7px 0px 20px rgba(0, 0, 0, 0.15)}
	
	@media screen and (max-width: 1280px) {
		body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:last-child  {	max-width: 55%}
	}
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_etablissements > .no_flex > .center {	padding-top: calc(66vh - 6rem)}
		body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:first-child {
			position: relative;
			z-index: 2;
			width: 90%;
			max-width: 90%;
			padding-bottom: 2rem;
			margin: 0 auto -2rem}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.content_between {
			z-index: 1;
			justify-content: center;
			width: calc(90% + 2rem) !important;
			margin: 0 auto 0 !important;}
		body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:last-child {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			max-width: 100%;
			height: 66vh;
			margin: 0 0 0}
	}

body.accueil section#programmes_etablissements > .no_flex > .center > .no_flex:last-child * {	height: 100%}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider {
	position: relative;
	margin: 0 0 0;
	padding-right: calc(40% - 4rem)}
	
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider {	padding-right: 0}
	}

body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .button:not(.current):not(.empty) {
	top: 0;
	padding: 0 0 0}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty) {	right: calc(40% - 4rem)}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .slick-dots {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 40%;
	transform: none;
	margin: 0 0 0 !important;
	opacity: 1;
	visibility: visible}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .slick-slide > div {	padding: 2rem 2rem}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .container_flex.medium {
	position: relative;
	padding: 1rem 2rem;
	background: #f4fff9;
	text-align: center;
	width: 47%;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05)}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider h3 {	padding-left: 4rem;}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider p {	text-align: center}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider p.lazy-load {
	position: absolute;
	left: -1rem;
	top: -1rem;
	padding: 0.75rem;
	height: 7rem;
	margin: 0 0 0;
	background-color: #f4fff9}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider img {
	max-height: 100%;
	object-fit: contain}
body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {
	margin: 0 auto 2rem;
	display: inline-block;
	width: auto;
	text-align: justify}
	
	@media screen and (max-width: 900px) {
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .slick-slide {	padding: 2rem 1rem}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .slick-slide > div {
			background: #f4fff9;
			box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05);
			padding: 1rem 2rem}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .container_flex.medium {
			box-shadow: none;
			padding: 0 0 0}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .button:not(.current):not(.empty) {	top: 50%}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .button.next:not(.wide):not(.current):not(.empty),
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider .slick-dots {	right: 0}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider h3 {	padding-left: 8rem}
	}
	@media screen and (max-width: 640px) {
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider p.lazy-load {
			position: initial;
			padding: 0 0 0;
			margin: 0 0 1.5rem}
		body.accueil section#programmes_etablissements > .no_flex > .center > .flex.slick-slider h3 {	padding-left: 0}
	}

body.accueil section#carte > .no_flex {	padding-bottom: 0}
body.accueil section#carte > .no_flex > .no_flex {
	min-height: 66vh;
	margin: 2em 0 0}
body.accueil section#carte > .no_flex > .no_flex > iframe.absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}

/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body.cms.hide {  overflow: hidden}
body.cms section > .no_flex {
	padding: 8rem 0;
	background-color: #eeffec}
body.cms section#intro > .no_flex,
body.cms section#contact > .no_flex {
	padding: 4rem 0;
	background: #f4fff9}
  
  @media screen and (max-width: 900px) {
		body.cms section > .no_flex {	padding: 2rem 0}
		body.cms section#intro > .no_flex,
		body.cms section#carte > .no_flex {	padding: 3rem 0}
		body.cms section#prestations_professionnels > .no_flex,
		body.cms section#offre_essentiel > .no_flex,
		body.cms section#Nutri_Pilot > .no_flex {	padding-top: 3rem}
	}

body.cms section > .no_flex > .center > .no_flex,
body.cms section > .no_flex > .center > .flex {  margin: 0 0 3rem}
body.cms section#intro > .no_flex > .center > .flex > .container_flex.large {	text-align: center}
body.cms section#intro > .no_flex > .center > .flex > .container_flex.large p {	text-align-last: center}
body.cms section#intro > .no_flex > .center > .flex > .container_flex.large ul:not(.align_center):not(.slider-pagi) {
	margin: 0 auto 2rem;
	display: inline-block;
	width: auto;
	text-align: justify}
body.cms.pour-particuliers section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(3),
body.cms.pour-etablissements-de-sante-et-medico-sociaux section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(3),
body.cms.pour-etablissements-de-sante-et-medico-sociaux section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(5){	margin: 0 1rem}

	@media screen and (min-width: 1281px) {
		body.cms.pour-particuliers section#intro > .no_flex > .center > .flex > .container_flex.large p:last-child br {	display: none}
		body.cms.pour-etablissements-de-sante-et-medico-sociaux section#intro > .no_flex > .center > .flex > .container_flex.large p:last-child br {	display: none}
	}
	@media screen and (max-width: 1280px) {
		body.cms.pour-particuliers section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(3),
		body.cms.pour-etablissements-de-sante-et-medico-sociaux section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(3),
		body.cms.pour-etablissements-de-sante-et-medico-sociaux section#intro > .no_flex > .center > .flex > .container_flex.large a.button:nth-child(5){	margin: 0.5rem 0}
	}
	@media screen and (max-width: 900px) {
		body.cms section > .no_flex > .center {	
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			align-items: center}
	}

body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {
	position: relative;
	padding: 1rem 2rem;
	background: #f4fff9;
	text-align: center;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05)}
	
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {	width: 60% !important}
	}
	@media screen and (max-width: 900px) {
		body.cms section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 90% !important;
			padding: 1rem 1rem}
	}

body.cms section:not(#slider) > .no_flex > .center h2 {
	text-align: left;
	margin: 0.9em 7rem 1.6em 0 !important}
body.cms section:not(#slider) > .no_flex > .center h2 > span {
	display: block;
	padding-top: 0.25em;
	font-size: 0.75em}
body.cms section:not(#slider) > .no_flex > .center h3 {
	text-align: left;
	margin: 0 0 1.3em 0;
	font-size: 1.4rem}
body.cms.pour-particuliers section > .no_flex > .center > .flex > .container_flex.xmedium p:last-child {
	position: absolute;
	right: 2rem;
	top: 1rem;
	padding: 1rem 2rem;
	padding: 0.5rem;
	background: #f4fff9;
	width: 5.5rem;
	height: 5.5rem;
	width: 6.25rem;
	height: 6.25rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	margin: 0 0;
	border-radius: 50%;
	border-top-right-radius: 7px;
	font-size: 1.5rem;
	color: #fff;
	background: #257355;
	font-weight: bold}
body.cms section#prestations_professionnels > .no_flex > .center > .flex > .container_flex.xmedium p:last-child,
body.cms section#offre_essentiel > .no_flex > .center > .flex > .container_flex.xmedium p:last-child,
body.cms section#offre_transformation > .no_flex > .center > .flex > .container_flex.xmedium p:last-child {	right: 2rem}
body.cms #main section > .no_flex > .center > .flex > .container_flex.xmedium ul:not(.slides):not(.flex-direction-nav):not(.align_center):not(.slider-pagi) {	
	margin: 0 auto 2rem;
	display: inline-block;
	width: auto;
	text-align: justify}
body.cms section#offre_essentiel > .no_flex > .center > .no_flex,
body.cms section#offre_transformation > .no_flex > .center > .no_flex {
	position: absolute;
	top: -4rem;
	right: 0;
	height: calc(100% + 11rem);
	z-index: -1}
body.cms section#prestations_professionnels > .no_flex > .center > .no_flex,
body.cms section#offre_equilibre > .no_flex > .center > .no_flex {
	position: absolute;
	top: -4rem;
	left: 0;
	height: calc(100% + 11rem);
	z-index: -1}
	
	@media screen and (max-width: 1280px) {
		body.cms section#offre_essentiel > .no_flex > .center > .no_flex,
		body.cms section#offre_transformation > .no_flex > .center > .no_flex,
		body.cms section#prestations_professionnels > .no_flex > .center > .no_flex,
		body.cms section#offre_equilibre > .no_flex > .center > .no_flex {	max-width: 55%}
	}
	@media screen and (max-width: 900px) {
		body.cms section#offre_essentiel > .no_flex > .center > .no_flex,
		body.cms section#offre_transformation > .no_flex > .center > .no_flex,
		body.cms section#prestations_professionnels > .no_flex > .center > .no_flex,
		body.cms section#offre_equilibre > .no_flex > .center > .no_flex {	
			order: 1;
			width: 100%;
			max-width: 100%;
			height: 66vh;
			position: initial;
			margin: 0 0 0}
		body.cms section > .no_flex > .center > .flex.content_between,
		body.cms section > .no_flex > .center > .flex.content_end {
			order: 2;
			width: 100%;
			justify-content: center;
			margin: -6rem auto 0 !important }
	}

body.cms section#prestations_professionnels > .no_flex > .center > .no_flex *,
body.cms section#offre_essentiel > .no_flex > .center > .no_flex *,
body.cms section#offre_equilibre > .no_flex > .center > .no_flex *,
body.cms section#offre_transformation > .no_flex > .center > .no_flex * {	height: 100%}
body.cms section#prestations_professionnels > .no_flex > .center > .no_flex img,
body.cms section#offre_equilibre > .no_flex > .center > .no_flex img,
body.cms section#offre_essentiel > .no_flex > .center > .no_flex img,
body.cms section#offre_transformation > .no_flex > .center > .no_flex img {	box-shadow: -7px 0px 20px rgba(0, 0, 0, 0.15)}
body.cms.pour-etablissements-de-sante-et-medico-sociaux section > .no_flex > .center > .flex > .container_flex.xmedium p.lazy-load {
	position: absolute;
	right: 2rem;
	top: 1rem;
	width: 5.5rem;
	height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4fff9;
	margin: 0 0}
body.cms section#offre_essentiel > .no_flex > .center > .flex > .container_flex.xmedium p:last-child,
body.cms section#offre_transformation > .no_flex > .center > .flex > .container_flex.xmedium p:last-child,
body.cms section#Nutri_Pilot > .no_flex > .center > .flex > .container_flex.xmedium p:last-child,
body.cms section#Nutri_Move > .no_flex > .center > .flex > .container_flex.xmedium p:last-child {	right: 2rem}
body.cms section#Nutri_Pilot > .no_flex > .center > .no_flex,
body.cms section#Nutri_Move_accompagnement > .no_flex > .center > .no_flex,
body.cms section#Nutri_Safe > .no_flex > .center > .no_flex {
	position: absolute;
	top: -4rem;
	right: 0;
	height: calc(100% + 11rem);
	z-index: -1}
body.cms section#Nutri_Move_sport > .no_flex > .center > .no_flex,
body.cms section#Nutri_Care > .no_flex > .center > .no_flex {
	position: absolute;
	top: -4rem;
	left: 0;
	height: calc(100% + 11rem);
	z-index: -1}
	
	@media screen and (max-width: 1280px) {
		body.cms section#Nutri_Pilot > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Move_accompagnement > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Safe > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Move_sport > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Care > .no_flex > .center > .no_flex {	max-width: 55%}
	}
	@media screen and (max-width: 900px) {
		body.cms section#Nutri_Pilot > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Move_accompagnement > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Safe > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Move_sport > .no_flex > .center > .no_flex,
		body.cms section#Nutri_Care > .no_flex > .center > .no_flex {	
			order: 1;
			width: 100%;
			max-width: 100%;
			height: 66vh;
			position: initial;
			margin: 0 0 0}
	}

body.cms section#Nutri_Pilot > .no_flex > .center > .no_flex *,
body.cms section#Nutri_Care > .no_flex > .center > .no_flex *,
body.cms section#Nutri_Move_accompagnement > .no_flex > .center > .no_flex *,
body.cms section#Nutri_Move_sport > .no_flex > .center > .no_flex *,
body.cms section#Nutri_Move > .no_flex > .center > .no_flex *,
body.cms section#Nutri_Safe > .no_flex > .center > .no_flex * {	height: 100%}
body.cms section#Nutri_Pilot > .no_flex > .center > .no_flex img,
body.cms section#Nutri_Care > .no_flex > .center > .no_flex img,
body.cms section#Nutri_Move_accompagnement > .no_flex > .center > .no_flex img,
body.cms section#Nutri_Move_sport > .no_flex > .center > .no_flex img,
body.cms section#Nutri_Move > .no_flex > .center > .no_flex img,
body.cms section#Nutri_Safe > .no_flex > .center > .no_flex img {	box-shadow: -7px 0px 20px rgba(0, 0, 0, 0.15)}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact.hide {  overflow: hidden}
body.contact section:nth-child(2) {	background-color: #eeffec}
body.contact section:nth-child(2)::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.synergienutritionsante.fr/upload/z-00000008-logo-fond-page-1783500459.png');
	background-repeat: no-repeat;
	background-size: 300px auto;
	opacity: 0.2;
	background-position: 90% 50%}
body.contact section > .no_flex {
	padding: 4rem 0;
	background-color: #eeffec}
	
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex {	padding: 3rem 0 }
	}

body.contact section:nth-child(2) > .no_flex {	background: none}
body.contact section > .no_flex:last-child {  padding-bottom: 0}
body.contact section.hero-slider .hero-slider-container p {  line-height: 2.5rem}
body.contact section.hero-slider .hero-slider-container p br {  margin-bottom: 0.5rem}
body.contact section.hero-slider .hero-slider-container p a:not(.button),
body.contact section.hero-slider .hero-slider-container p .button:not(.current):not(.empty) {  color: #fff}
body.contact section.hero-slider .hero-slider-container p .button:not(.current):not(.empty)::before,
body.contact section.hero-slider .hero-slider-container p .button:not(.current):not(.empty) > svg  {  background: #fff}
body.contact section.hero-slider .hero-slider-container p .button:not(.current):not(.empty) > svg	 {  color: #257355}

	@media screen and (max-width: px) {
		body.contact section:nth-child(2) > .no_flex > .center {	margin-top: -6rem !important}
	}

body.contact section > .no_flex > .center > .no_flex,
body.contact section > .no_flex > .center > .flex {  margin: 0 0 3em}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
	padding: 1rem 2rem;
	background: #f4fff9;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05)}
	
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium {
			width: 90% !important ;
			padding: 1rem 1rem}
	}

body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > h2 {	margin: 0 0 2.5rem !important}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex {	margin: 0 0 2rem}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.xxxlarge {	margin: 2rem 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex textarea {	  cursor: default}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex textarea {	line-height: 1.7em}
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex.focus input,
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex.focus textarea {	color: #00b484}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted > span,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted > input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted > textarea,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted .toChkbox label {	  color: #257355}
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted input,
body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex .isCompleted textarea {	  border-bottom: 1px solid #257355;}


body.contact section > .no_flex > .center > .flex > .container_flex form select {	padding: 0 1.4em 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium {	margin-right: 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium.focus > .flex > .container_flex,
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium.focus > .flex.captcha > .container_flex.large > span,
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium.focus > .flex.captcha > .container_flex.large > span svg {
	color: #00b484;
	fill: #00b484}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall {
	margin-right: 0.5em;
	width: auto}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #203535;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-clip-path: polygon(2% 0, 100% 98%, 98% 100%, 0 2%);
	clip-path: polygon(90% 0, 100% 10%, 10% 100%, 0% 90%)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium.focus > .flex.captcha > label.container_flex.xxxsmall::after {	background: #00b484}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall.isCompleted::after {	top: 45%}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall > svg {
	margin: 0 0 !important;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large svg {
	height: 1.2em;
	width: 1.2em;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large > span {	position: relative}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large.isCompleted > span {	padding-right: 1.5em}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large.focus input {	color: #00b484}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large > span::before {
	content: '';
	position: absolute;
	top: 75%;
	left: 0;
	height: 1px;
	background: #568265;
	transition: all 0.72s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large:not(.isCompleted) > span::before {	width: 0}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large.isCompleted > span::before {	width: calc(100% - 2em)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large > span::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon only"><path fill="%23fff" d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 0.66rem;
	height: 0.66rem;
	position: absolute;
	top: 0;
	right: 0;
	background: #568265;
	padding: 0.2em;
	border-radius: 50%;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large:not(.isCompleted) > span::after {
	visibility: hidden;
	opacity: 0}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large.isCompleted > span::after {
	visibility: visible;
	opacity: 1}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall.isCompleted > svg,
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large.isCompleted svg {
	width: 0.8em;
	height: 0.8em;
	color: #568265;
	fill: #568265}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > label.container_flex.xxxsmall.isCompleted::after {	background: #568265}
body.contact section > .no_flex > .center > .flex > .container_flex form select + svg {
	height: 1.4em !important;
	width: 1.4em !important;
	background: #d60b52;
	padding: 0;
	left: calc(100% - 1.2em);
	top: auto;
	bottom: 0.1em;
	z-index: 3}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio,
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox {
	font-size: 1em;
	border-radius: 1px;
	font-family: 'Avenir Roman', 'Helvetica', sans serif;
	background: #f4fff9;
	color: #282828;
	padding: 1em 0 0.5em;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio{	padding: 0.5em 0 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex form span.hidden + .flex.toRadio,
body.contact section > .no_flex > .center > .flex > .container_flex form span.hidden + .flex.toChkbox {	padding: 0 0 0.5em}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.inRadio > span {
	font-size: 1.3rem;
	line-height: 1em;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
	margin-right: 1em}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span:nth-child(n+2) {	margin-left: 1em}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio .container_flex.medium,
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox .container_flex.medium {	line-height: 1.25em}
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex.hidden .flex.toRadio .container_flex.medium,
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex.hidden .flex.toChkbox .container_flex.medium {	width: 100%}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio .container_flex.medium:nth-child(n+3),
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox .container_flex.medium:nth-child(n+3) {	margin-top: 0.5em}

body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span > svg,
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox > span > svg {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.2em;
	width: 1.2em;
	background: #203535;
	color: #fff;
	border: 1px solid #203535;
	z-index: 0;
	border-radius: 999px;
	cursor: pointer}
body.contact section > .no_flex > .center > .flex > .container_flex form .isCompleted .flex.toChkbox > span > svg {	background: #257355}
body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox > span > svg {
	border: none;
	border-radius: 3px}
body.contact section > .no_flex > .center > .flex > .container_flex form .toRadio [type="radio"],
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox [type="checkbox"] {	border: none}
body.contact section > .no_flex > .center > .flex > .container_flex form .toRadio [type="radio"]:not(:checked),
body.contact section > .no_flex > .center > .flex > .container_flex form .toRadio [type="radio"]:checked,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox [type="checkbox"]:not(:checked),
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox [type="checkbox"]:checked {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4em !important;
	opacity: 0;
	z-index: 1;
	border: none;
	cursor: pointer !important;
	margin: 0 0 0;
	height: 1.4em !important}
body.cms.preinscription section#formulaire_preinscription > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span > svg.check,
body.cms.preinscription section#formulaire_preinscription > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span > [type="radio"]:checked ~ svg.uncheck,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > svg.check,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > [type="checkbox"]:checked ~ svg.uncheck {	transition: all 0.18s cubic-bezier(0.77, 0, 0.175, 1)}
body.cms.preinscription section#formulaire_preinscription > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span > [type="radio"]:not(:checked) ~ svg.check,
body.cms.preinscription section#formulaire_preinscription > .no_flex > .center > .flex > .container_flex form .flex.toRadio > span > [type="radio"]:checked ~ svg.uncheck,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > [type="checkbox"]:not(:checked) ~ svg.check,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > [type="checkbox"]:checked ~ svg.uncheck {
	opacity: 0;
	visibility: hidden}
	
	
body.contact section > .no_flex > .center > .flex > .container_flex form .toRadio > span label,
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span label {
	position: relative;
	z-index: 1;
	margin-left: 1.75em;
	display: block;
	width: calc(100% - 1.75em);
	height: 100%;
	transition: all 0.18s cubic-bezier(0.77, 0, 0.175, 1);
	cursor: default}
body.contact section > .no_flex > .center > .flex > .container_flex form .toRadio > span label {
	margin-left: 1.5em;
	width: calc(100% - 1.5em)}
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > [type="checkbox"]:checked ~ svg {	background: #257355}
body.contact section > .no_flex > .center > .flex > .container_flex form .toChkbox > span > [type="checkbox"]:checked ~ label {	color: #257355}

body.contact section > .no_flex > .center > .flex > .container_flex form .file_input {
	width: 100%;
	margin: 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex form .file_input > .file-button {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.contact section > .no_flex > .center > .flex > .container_flex form .file_input > .file-button > .button {
	display: block;
	font-size: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.contact section > .no_flex > .center > .flex > .container_flex form .file_input > .file-button > .input-file {
	z-index: 1;
	cursor: copy;
	opacity: 0;
	padding: 0 0 0}
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex > span {	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form .no_flex.focus > span {	color: #00b484}
body.contact section > .no_flex > .center > .flex > .container_flex form .isCompleted > span,
body.contact section > .no_flex > .center > .flex > .container_flex form .hidden.isCompleted .flex.toRadio > span label,
body.contact section > .no_flex > .center > .flex > .container_flex form .hidden.isCompleted .flex.toChkbox > span label {
	color: #257355;
	font-size: 0.7rem !important}
body.contact section > .no_flex > .center > .flex > .container_flex form .hidden .flex.toRadio > span label,
body.contact section > .no_flex > .center > .flex > .container_flex form .hidden .flex.toChkbox > span label {	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex.relative > span > label {	position: relative}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex.relative > span > label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	background: #257355;
	transition: all 0.72s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex:not(.isCompleted) > span > label::before {	width: 0}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex.isCompleted > span > label::before {	width: 100%}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex > span > label::after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon only"><path fill="%23fff" d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 0.66rem;
	height: 0.66rem;
	position: absolute;
	top: 0;
	right: -1.5em;
	background: #257355;
	padding: 0.2em;
	border-radius: 50%;
	transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1)}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex:not(.isCompleted) > span > label::after {
	visibility: hidden;
	opacity: 0}
body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex .no_flex.isCompleted > span > label::after {
	visibility: visible;
	opacity: 1}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium,
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.xxxlarge {	margin: 0 0 2em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.medium:last-child,
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex.xxxlarge:last-child {	margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox {	padding: 1em 0 0}
		body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox .container_flex.medium {	margin: 0 0 0.5em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex form .flex.toChkbox .container_flex.medium:last-child {	margin: 0 0 0 !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .flex > .container_flex textarea {
			border-radius: 5px;
			margin-top: 0.5em;
			border: 1px solid #203535}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium {	margin: 0 0 2em !important}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.wrap.captcha {	flex-wrap: nowrap}
		body.contact section > .no_flex > .center > .flex > .container_flex form > .flex > .container_flex.xmedium > .flex.captcha > .container_flex.large {	width: auto !important}
	}
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xmedium > form > .no_flex > p {	font-size: 0.8rem}
	}

body.contact section:last-child > .no_flex > .no_flex {
	min-height: 66vh;
	margin: 2em 0 0}
body.contact section:last-child > .no_flex > .no_flex > iframe.absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
.ui-helper-hidden {	display: none}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse}
.ui-helper-clearfix:after {	clear: both}
.ui-helper-clearfix {	min-height: 0}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0)}

.ui-front {	z-index: 100}
.ui-state-disabled {	cursor: default !important}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%}
.ui-accordion .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {	text-decoration: none}
.ui-button-icon-only {	width: 2.2em}
button.ui-button-icon-only {	width: 2.4em}
.ui-button-icons-only {	width: 3.4em}
button.ui-button-icons-only {	width: 3.7em}
.ui-button .ui-button-text {
	display: block;
	line-height: normal}
.ui-button-text-only .ui-button-text {	padding: .4em 1em}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 1em .4em 2.1em}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 2.1em .4em 1em}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em}
input.ui-button {	padding: .4em 1em}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {	left: .5em}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {	right: .5em}
.ui-buttonset {	margin-right: 7px}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0}
.ui-datepicker {
	width: 17em;
	padding: .2em;
	display: none}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	background: none !important;
	cursor: pointer;
	font-weight: 900;
	font-size: 1.5em}
.ui-datepicker .ui-datepicker-prev {	left: 0 !important}
.ui-datepicker .ui-datepicker-next {	right: 0 !important}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev .ui-state-hover,
.ui-datepicker .ui-datepicker-next .ui-state-hover {	color: #a0db3d !important}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {	display: none}
.ui-datepicker .ui-datepicker-prev::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled::before {	content: ''}
.ui-datepicker .ui-datepicker-next::after {	
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	text-transform: uppercase}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
	vertical-align: middle;
	border: 1px solid #eee}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #eee}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {	float: left}
.ui-datepicker.ui-datepicker-multi {	width: auto}
.ui-datepicker-multi .ui-datepicker-group {	float: left}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group {	width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {	width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {	width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {	border-left-width: 0}
.ui-datepicker-multi .ui-datepicker-buttonpane {	clear: left}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0}

/* RTL support */
.ui-datepicker-rtl {	direction: rtl}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane {	clear: right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {	float: left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {	float: right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {	float: right}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px}
.ui-draggable .ui-dialog-titlebar {	cursor: move}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none}
.ui-menu .ui-menu {	position: absolute}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {	margin: -1px}
.ui-menu-icons {	position: relative}
.ui-menu-icons .ui-menu-item {	padding-left: 2em}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); 
	opacity: 0.25}
.ui-progressbar-indeterminate .ui-progressbar-value {	background-image: none}
.ui-resizable {	position: relative}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {	display: none}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0}
.ui-selectmenu-open {	display: block}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap}
.ui-slider {
	position: relative;
	text-align: left}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {	filter: inherit}

.ui-slider-horizontal {	height: .8em}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%}
.ui-slider-horizontal .ui-slider-range-min {	left: 0}
.ui-slider-horizontal .ui-slider-range-max {	right: 0}
.ui-slider-vertical {
	width: .8em;
	height: 100px}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%}
.ui-slider-vertical .ui-slider-range-min {	bottom: 0}
.ui-slider-vertical .ui-slider-range-max {	top: 0}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0}
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0}
.ui-spinner-up {	top: 0}
.ui-spinner-down {	bottom: 0}
.ui-spinner .ui-icon-triangle-1-s {	background-position: -65px -16px}
.ui-tabs {
	position: relative;
	padding: .2em}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {	cursor: text}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {	cursor: pointer}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa}
body .ui-tooltip {	border-width: 2px}
.ui-widget {
	font-family: 'Barlow', sans-serif;
	font-size: 1em}
.ui-widget .ui-widget {	font-size: 1em}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {	font-size: 1em}
.ui-widget-content {
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	padding: 0.4em;
	background: #fff;
	color: #282828;
	font-family: 'Barlow';
	z-index: 100 !important}
.ui-widget-content::before {
	content: '';
  position: absolute;
  right: -25vw;
  left: 10%;
  bottom: -2em;
  height: 78%;
  background: #282828;
z-index: -1;}
.ui-widget-header a {
	border: none;
	text-decoration: none}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #282828 !important;
	letter-spacing: 1px;
	padding-top: 0.25em !important;
	padding-bottom: 0.25em !important;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-default.ui-state-hover,
.ui-widget-content .ui-state-default.ui-state-hover,
.ui-widget-header .ui-state-default.ui-state-hover,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
/* .ui-state-hover, */
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #282828 !important;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-active,
.ui-state-default.ui-state-hover.ui-state-active,
.ui-state-active a:hover {	color: #fff !important}
.ui-state-hover {	transform: scale(1.5)}
.ui-datepicker-today {
	color: #fff;
	background: #d60b52;}
.ui-widget-content .ui-datepicker-today .ui-state-highlight {	color: #fff !important}
.ui-datepicker-current-day,
.ui-datepicker-current-day a ,
.ui-datepicker-current-day a.ui-state-active {
	background: #a3195b !important;
	color: #fff !important;}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {	color: #cd0a0a}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {	color: #cd0a0a}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {	font-weight: bold}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none}
.ui-state-disabled .ui-icon {	filter:Alpha(Opacity=35)}
.ui-icon {
	width: 16px;
	height: 16px}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {	border-top-left-radius: 0}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {	border-top-right-radius: 0}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {	border-bottom-left-radius: 0}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {	border-bottom-right-radius: 0}
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30)}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px}	
.xdsoft_datetimepicker {
	background: #fff;
	color: #545454;
	border: none;
	padding: 0.5em;
	position: absolute;
	z-index: 100 !important;
	box-shadow: 0 15px 20px 5px rgba(0, 0, 0, 0.05);
	border: 1px solid #d8d8fb;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none}
.xdsoft_datetimepicker.xdsoft_rtl {	padding: 8px 0 8px 8px}
.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none}
.xdsoft_datetimepicker button {	border: none !important}
.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none}
.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }
.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none}
.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {	display: none}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {	display: block}
.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 0}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 5em;
	float: left;
	text-align: center;
	margin: 0 0 0}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin: 0 0 0}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 1.8em;
	margin-left: 1em}
.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	padding-top: 2em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;}
.xdsoft_datetimepicker .xdsoft_prev::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z" class=""></path></svg>');
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.5em)}
.xdsoft_datetimepicker .xdsoft_today_button::before {	
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon only"><path fill="%23545454" d="M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>');
	width: 1.75em;
	height: 1.75em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)}
.xdsoft_datetimepicker .xdsoft_next::before {	
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.25em)}
.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 2em;
	height: 2em;
	padding: 0;
	position: relative;
	font-size: 0.7em;
	line-height: 2.5em;
	margin-left: 5px;
	color: #353535;
	font-family: 'Barlow'}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	position: absolute;
	top: 0}
.xdsoft_datetimepicker .xdsoft_prev {
	left: 0;
	margin-left: 0}
.xdsoft_datetimepicker .xdsoft_next {	right: 0}
.xdsoft_datetimepicker .xdsoft_today_button {
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {	
	float: none;
	display: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 9.5em;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding-right: 7px}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 1.6em;
	line-height: 1.6em;
	position: relative;
	background: none;
	font-size: 0.8em;
	border: 1px solid #eaeaea;
	border-left: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:nth-child(n+2) {	border-top: none}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {	border-top-width: 0}
.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer}
.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline}
.xdsoft_datetimepicker .xdsoft_label:hover i {	opacity: 1.0}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #eaeaea;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #254292}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #02232e;
	color: #fff}
.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: center;
	text-transform: uppercase}
.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both}
.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	padding: 0 0;
	margin-left: 5px}
.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%}
.xdsoft_datetimepicker .xdsoft_calendar td > div {}
.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	border: 1px solid #eaeaea;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #fff;
	background: #254292}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%}
.xdsoft_datetimepicker .xdsoft_calendar th {}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #02232e;
	color: #fff}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default}
.xdsoft_datetimepicker .xdsoft_copyright {
	color: #02232e !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px}
.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
.xdsoft_time_box {
	position: relative;
	border: 1px solid #eaeaea}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #eaeaea !important;
	border-color: #eaeaea !important;
	height: 20px;
	border-radius: 0}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto}
.xdsoft_scroller_box {	position: relative}
.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #c2e5ab}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {	border-bottom: 1px solid #eaeaea}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #eaeaea;
	color: #999}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {	background-color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #353535;
	color: #999}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {	background: #0e0e0e}
.xdsof_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {	color: #cc5500}
.xdsof_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {	color: #cc5500}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {	color: #666}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
.xdsoft_dark .xdsoft_time_box {	border: 1px solid #333}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {	background: #333 !important}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #c2e5ab !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 )}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
	background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
	background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 )}
	
/************************************************************************************************************************************************************/
/* MENTIONS LEGALES 																																		*/
/************************************************************************************************************************************************************/
body.mentions-legales.hide {  overflow: hidden}
body.mentions-legales section > .no_flex {
	padding: 8rem 0;
	background-color: #eeffec}
	
	@media screen and (max-width: 900px) {
		body.mentions-legales section > .no_flex {	padding: 2rem 0}
	}

body.mentions-legales section::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.synergienutritionsante.fr/upload/z-00000008-logo-fond-page-1783500459.png');
	background-repeat: no-repeat;
	background-size: 300px auto;
	opacity: 0.2;
	background-position: 90% 10%}
body.mentions-legales section > .no_flex > .center > .no_flex {	margin: 0 0 3rem}
body.mentions-legales section > .no_flex > .center > .no_flex:nth-child(n+2) {
	padding: 1rem 2rem;
	background: #f4fff9;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.05)}
body.mentions-legales section:not(#slider) > .no_flex > .center h2 {  margin: 0 0 0.5em}

/************************************************************************************************************************************************************/
/* ERREUR			 																																		*/
/************************************************************************************************************************************************************/
body.erreur.hide {  overflow: hidden}
body.erreur section > .flex {
	padding: 8rem 0;
	background-color: #eeffec}
	
	@media screen and (max-width: 900px) {
		body.erreur section > .flex {	padding: 2rem 0}
	}

body.erreur section::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.synergienutritionsante.fr/upload/z-00000008-logo-fond-page-1783500459.png');
	background-repeat: no-repeat;
	background-size: 300px auto;
	opacity: 0.2;
	background-position: 90% 50%}
body.erreur section > .flex > .center > .no_flex {	margin: 0 0 3rem}
body.erreur section:not(#slider) > .no_flex > .center h2 {  margin: 0 0 0.5em}
body.erreur section > .flex > .center > .no_flex ul {	width: 100% !important}
body.erreur section > .flex > .center > .no_flex ul > li {
	margin: 0 0.5em !important;
	text-align: center;
	padding: 0 0 0 !important}
body.erreur section > .flex > .center > .no_flex ul > li::before {	display: none !important}