body {color: #706666; background-color: #fff; font-family: 'Work Sans'; font-size: 18px}a {color: #706666}input, textarea, select, option {font: 400 1em Work Sans}
/* NE RIEN AJOUTER AU DESSUS DE CE NIVEAU CAR LE CONTENU Y EST AUTOMATIQUEMENT GENERE PAR LE SYSTEME ; TOUT AJOUT DOIT SE FAIRE CI-DESSOUS */

::-webkit-scrollbar {
	background: #fff;
	border-radius: 3px}
::-webkit-scrollbar-thumb {
	background: #706666;
	border: none}
	
	@media screen and (min-width: 768px) {
		::-webkit-scrollbar {	width: 12px}
	}

body.hide,
body.overlay {	overflow: hidden}
.center {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative}
	
	@media screen and (max-width: 1440px) {
		.center {
			width: auto;
			margin: 0 1%}
	}
	@media screen and (max-width: 1024px) {
		.center {
			width: auto;
			margin: 0 1em}
	}
	@media screen and (max-width: 576px) {
		.center {	margin: 0 0.5em}
	}
	
@keyframes fadeIn {
	from {
		opacity:0;
		visibility:hidden}
	to {
		opacity:1;
		visibility:visible}
}
@keyframes fadeOut {
	from {
		opacity:1;
		visibility:visible}
	to {
		opacity:0;
		visibility:hidden}
}
@keyframes appendZoom {
	from {
		opacity:0;
		transform: scale(1.15) translateX(-1.5%);
		visibility:hidden}
	to {
		opacity:1;
		transform: scale(1) translateX(0%);
		visibility:visible}
}
@keyframes appendBlur {
	from {	filter: blur(2px)}
	to {	filter: blur(0)}
}

body {
	position: relative;
	max-width: 100vw;
	overflow-x: hidden;
	animation: fadeIn 2.5s ease-out 0s 1 both}	
body > .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease-in}
body.hide > .overlay,
body.overlay > .overlay {
	cursor: alias;
	display: block;
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in}
body h1,
body h2,
body h3,
body h4,
body ul,
body p {	cursor: default}
img.lazy {
	opacity: 0;
	transition: opacity 0.36s linear 0.36s}
.lazy-load.lazy > img.lazy {	opacity: 1}
.lazy-load {
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px;
	line-height: 0 !important}
body #main section .center {	z-index: 2}	
.container_flex.small + .container_flex.xxsmall:nth-child(2) {	width: 7%}
.container_flex.xxsmall + .container_flex.smedium {	margin-top: 0}

	@media screen and (max-width: 768px) {
		section .flex > .container_flex.xlarge,
		section .flex > .container_flex.large,
		section .flex > .container_flex.slarge,
		section .flex > .container_flex.xmedium,
		section .flex > .container_flex.medium,
		section .flex > .container_flex.smedium,
		section .flex > .container_flex.small,
		section .flex > .container_flex.xsmall,
		section .flex > .container_flex.xxsmall {	margin: 0 0 4em !important}
	}
	
#main {
	max-width: 100vw;
	overflow: hidden;}
section {
	position: relative;
	z-index: 2}
		
section > .no_flex {
	width: 100%;
	margin: 0 0 0}
section .center p {	line-height: 1.5em}
section h1,
section h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	font-family: 'Playfair Display';}
section h1 {
	font-size: 3rem;
	font-weight: 400;
	margin: 0 0 1rem;
	text-align: initial}
section h2 {
	font-size: 2.5rem;
	margin: 0 0 1rem;
	font-weight: 400;
	position: relative}
section h3 {
	font-size: 2rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 400}
section h4 {
	font-size: 1.5rem;
	padding: 0 0 0;
	margin: 0 0 1rem;
	text-transform: uppercase;
	font-family: 'Playfair Display';
	font-weight: 400}
	
	@media screen and (max-width: 1024px){
		section h1 {	font-size: 2.7rem}
		section h2 {	font-size: 2.3rem}
		section h3 {	font-size: 1.7rem}
	}
	@media screen and (max-width: 768px){
		section h1 {	font-size: 2rem}
		section h2 {	font-size: 1.7rem}
		section h3 {	font-size: 1.4rem}
	}
	
h1,
h2,
h3 {	position: relative}
h1 span,
h2 span,
h3 span {
	display: block;
	font-size: 0.7em}
.block {
	padding: 0;
	border-radius: 0}
strong,
b,
strong a,
b a {	font-weight: bold}
.shadowed {	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4)}
img.animated {	animation: appendBlur 1s linear 0.5s 1 both}
.no_flex a.shadowbox.thumb {
	display: inline-block;
	width: 32.5%;
	height: 14.5vw;
	position: relative;
	line-height: 0;
	vertical-align: top}
.container_flex > a.shadowbox.thumb,
.container_flex > * > a.shadowbox.thumb {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	line-height: 0}
a.shadowbox.thumb::before,
a.shadowbox.thumb::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 1em;
	max-height: 50%;
	z-index: -1;
	background:#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,
.slick-list.draggable > .slick-track {	cursor: pointer;	cursor: grab}
.slick-slider .slick-track,.slick-slider .slick-list {	-webkit-transform: translate3d(0, 0, 0);	-moz-transform: translate3d(0, 0, 0);	-ms-transform: translate3d(0, 0, 0);	-o-transform: translate3d(0, 0, 0);	transform: translate3d(0, 0, 0)}
.slick-track {	position: relative;	top: 0;	left: 0;	display: block;	margin-left: auto;	margin-right: auto}
.slick-loading .slick-track {	visibility: hidden}
.slick-slide {	display: none;	float: left;height: 100%;min-height: 1px;min-height: 1px;}
.slick-initialized .slick-slide {    display: block}
.slick-loading .slick-slide {	visibility: hidden}
.slick-vertical .slick-slide {	display: block;	height: auto;}
.slick-vertical .slick-slide > div > div {	white-space: nowrap}
.slick-arrow.slick-hidden {	display: none}
ul.slick-dots {
	padding: 0.5em !important;
	background: #fafafa;
	display: inline-block !important;
	width: auto !important;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	box-shadow: 0 15px 25px rgba(0,0,0,0.2);}
ul.slick-dots > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em !important;
	height: 1.5em !important;
	padding: 0 !important;
	margin: 0.25em 0 !important}
ul.slick-dots > li::before {
	content: '' !important;
	border: 2px solid #706666;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 1.25em !important;
	height: 1.25em !important;
	border-radius: 50%;
	z-index: -2;
	line-height: 0 !important}
ul.slick-dots > li > button {
	text-indent: -10000px;
	width: 100%;
	height: 100%;
	background: #706666;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s cubic-bezier(0.4, 0, 1, 1)}
ul.slick-dots > li > button::after {
	content: '' !important;
	background: #706666;
	border: 5px solid #fff;
	position: absolute;
	top: 3px !important;
	left: 3px !important;
	right: 3px;
	bottom: 3px;
	border-radius: 50%;
	z-index: 0;
	line-height: 0 !important}
ul.slick-dots > li > button:hover::after {	z-index: -1}
ul.slick-dots > li.slick-active > button::after {	display: none}
ul.slick-dots > li:not(.slick-active) > button {
	background: transparent;
	opacity: 0}
ul.slick-dots > li.slick-active > button {	cursor: default}
p.hidden {	display: none}
p.hidden_5 {	display: block}
	
	@media screen and (max-width: 1290px) {
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 1024px) {
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
	@media screen and (max-width: 768px) {
		p.hidden_2,
		p.hidden_3,
		p.hidden_4 {
			display: block;
			margin-bottom: 1em !important}
	}
.skitter {
	max-width: 1290px;
	max-height: 100%;
	background: none;
	z-index: 1;
	margin: 0 auto 2em}
.skitter .container_skitter {
	max-height: 100%;
	height: 100% !important;
	width: 100% !important;
	display: block !important}
.skitter .image,
.skitter img {
	border-radius: 0;
	object-fit: cover;
	object-position: center}
.skitter .image > .shadowbox {
	width: 100%;
	height: 100%;
	display: block}
.skitter .box_clone,
.skitter .box_clone img {	height: 100% !important}
.skitter .info_slide_dots {
	bottom: 0;
	background: rgba(53, 78, 113,0.6);
	border-radius: 0}
.skitter .info_slide_dots .image_number {	background: rgba(255, 255, 255,0.4);}
.skitter .info_slide_dots .image_number.image_number_select {	background: rgba(255, 255, 255,1)}
svg.icon {
	height: 1.4em;
	width: 1.4em;
	fill: #383838;
	vertical-align: bottom;
	margin-right: 0.5em}
svg.icon.after {	margin-left: 0.5em}
svg.icon.after:not(.before) {	margin-right: 0}
svg.icon.only {
	margin-right: 0;
	margin-left: 0}
	
	@media screen and (max-width: 576px) {
		.button:not(.slick-arrow) svg,
		a.button svg {	display: none}
	}
	
img.icon {	max-height: 3.5em}
img.miniature {	max-height: 8.5em}
.LH-0 {	line-height: 0 !important}
ul.align_center > li {	padding: 0 0 0}
ul.align_center > li::before {
	content: '';
	display: none}
.button,
a.button,
.slick-slider .btn {	font-size: 1rem}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transform-origin:center center;
    transform-origin:center center;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  10% {
    -webkit-transform:scale(.91);
    transform:scale(.91);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
  }
  17% {
    -webkit-transform:scale(.98);
    transform:scale(.98);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  33% {
    -webkit-transform:scale(.87);
    transform:scale(.87);
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
  }
  45% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
  }
  25% {
    -webkit-transform:scale(.95);
    transform:scale(.95);
  }
  50% {
    -webkit-transform:scale(.98);
    transform:scale(.98);
  }
  75% {
    -webkit-transform:scale(.91);
    transform:scale(.91);
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
#main .button:not(.wide):not(.current):not(.empty),
.slick-slider .btn {
	width: auto;
	border: none;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: #706666;
	text-transform: uppercase;
	border: 1px solid #706666;
	font-family: 'Work Sans';
	color: #fff;
	padding: 0.2em 0.75em 0.2em}
#main .button:not(.wide):not(.current):not(.empty):hover,
.slick-slider .btn:hover {
	color: #595151;
	border: #d7cece solid 1px;
	transition: 0.5s cubic-bezier(0.4, 0, 1, 1)}
#main .button:not(.wide):not(.current):not(.empty)::before,
.slick-slider .btn::before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 200%;
	height: 500%;
	border-radius: 100%;
	background: #d7cece;
	z-index: 1;
	transform: translate(-110%, 10%) translateZ(0);
	transition: 0.5s cubic-bezier(0.4, 0, 1, 1)}
.slick-slider .btn::before {	z-index: -1 !important}
#main .button:not(.wide):not(.current):not(.empty):hover::before,
.slick-slider .btn:hover::before {  transform: translate(-45%, -34%) translateZ(0)}
#main .button:not(.wide):not(.current):not(.empty) span,
.slick-slider .btn span {
	position: relative;
	z-index: 2}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) {
	position: absolute;
	top: -1.2em;
	z-index: 2;
	padding: 0.25em}
#main .button.prev:not(.wide):not(.current):not(.empty),
.slick-slider .btn.prev {
	left: 68%;
	transform: translateX(-100%)}
#main .button.next:not(.wide):not(.current):not(.empty),
.slick-slider .btn.next {
	right: 32%;
	transform: translateX(100%)}
.slick-slider .btn.slick-disabled {
	opacity: 0;
	cursor: default}
#main .button.slick-arrow:not(.wide):not(.current):not(.empty) > span {
	line-height: 1em;
	font-size: 1.6em}
.slick-slider .btn {
	position: absolute;
	z-index: 2;
	padding: 0.25em}
.slick-slider .btn svg {
	height: 2.4em;
	width: 2.4em}
.pagination > .button {	border: none}
.pagination > .current {	
	text-transform: uppercase;
	font-size: 1.3rem}
.pagination > .button:nth-child(1):not(.empty) {	margin: 0 1em 0 0}
.pagination > .button:nth-child(2):not(.empty),
.pagination > .current,
.pagination > .button:nth-child(4):not(.empty) {	margin: 0 1em}
.pagination > .button:nth-child(5):not(.empty) {	margin: 0 0 0 1em}
	
	@media screen and (max-width: 768px) {
		.pagination > .container_flex.xxsmall.current {
			width: auto !important;
			margin: 0 1% !important}
	}
	@media screen and (max-width: 480px) {
		.pagination > .container_flex.xxsmall.current {
			width: 100% !important;
			margin: 0.5em 0 0.5em !important}
		.pagination > .button.empty {
			visibility: hidden;
			width: 0;
			margin: 0 0 0 !important;
			padding: 0 0 0}
	}
	
#main table {
	margin: 0 0 1em;
	width: 100%;
	table-layout: fixed}
#main table tr {	width: 100%}
#main table tr > th {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	border-right: 3px solid #f9f9f9;
	padding: 0.75em 0.25em}
#main table tr > td {
	border-top: 3px solid #f9f9f9;
	border-left: 3px solid #f9f9f9;
	padding: 0.75em}
#main table tr > td:last-child {	border-right: 3px solid #f9f9f9}
#main table tr:last-child > td {	border-bottom: 3px solid #f9f9f9}
#main table tr > td {
	vertical-align: middle;
	width: 1%}
#main table tr > td > h3 {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase}
	
	@media screen and (max-width: 640px) {
		#main table,
		#main table > * {	display: block}
		#main table tr {	
			display: flex;
			flex-wrap: wrap;
			border: 3px solid #f9f9f9;
			border-left: 2px solid #cecece;
			border-right: 2px solid #cecece;
			border-bottom: none}
		#main table tr > td {
			width: 100% !important;
			border: 3px solid #f9f9f9;
			border-left: none;
			border-right: none;
			border-bottom: none;
			text-align: center !important}
		#main table tr:first-child {	border-top: 2px solid #cecece}
		#main table tr:last-child {	border-bottom: 2px solid #cecece}
		#main table tr > td:first-child {	border-top: none}
		#main table tr > td *:not(ul):not(li) {	text-align: center !important}
		#main table tr > td:nth-child(n+2) {	border-top: 1px solid #f9f9f9}
		#main table tr > td:last-child {
			border-right: none;
			border-bottom: none}
		#main table tr:last-child > td {	border-bottom: none}
		#main table tr:last-child > td:last-child {	border-bottom: none}
		#main table tr > td:first-child,
		#main table tr > td:first-child * {	font-weight: bold}
	}

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0}

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

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

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

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

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

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

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

.hero-slider .hero-slider-container {
	z-index: 10;
	padding: 0 0 0;
	text-align: center;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 5%;
	bottom: 2.5%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 90%;
	margin: 0 0 0 0}
	
	@media screen and (min-width: 1366px) {
		.hero-slider .hero-slider-container {}
	}
	@media screen and (max-width: 1152px) {
		.hero-slider .hero-slider-container {	max-width: 98%}
	}
	@media screen and (max-width: 640px) {
		.hero-slider .hero-slider-container {
			top: auto;
			left: 5%;
			bottom: 10%;
			max-width: 90%;
			transform: none}
	}
	
.hero-style .slide-title,
.hero-style .slide-text {	color: #fff}
.hero-style .slide-title {	min-width: 51%}
.hero-style .slide-title:nth-child(n+2),
.hero-style .slide-text:nth-child(n+2) {	margin-top: 2rem}

	@media screen and (max-width: 576px) {
		.hero-style .slide-title,
		.hero-style .slide-text {	padding: 0 0.5em}
	}
	
.hero-style .slide-text p {	transition:all .4s ease}
.hero-slider h1,
.hero-slider h2,
.hero-slider p {
	display: inline-block;
	padding: 0}
.hero-slider h1 {
	text-align: center;
	font-size: 3rem;
	font-family: 'Playfair Display';
	text-transform: uppercase}
.hero-slider h2 {
	font-family: 'Playfair Display';
	text-transform: uppercase}
.hero-slider p {
	margin-top: 1em;
	animation: fadeInUp 1s linear 0.5s 1 both}
.hero-slider p > a:nth-child(n+2),
.hero-slider p > .button:nth-child(n+2) {	margin-left: 1em}
	
	@media screen and (max-width: 1024px) {
		.hero-slider h1 {	font-size: 2.7rem}
		.hero-slider h2 {	font-size: 2.3rem}
	}
	@media screen and (max-width: 768px) {
		.hero-style .slide-text	a,
		.hero-style .slide-text	.button,
		.hero-slider p > a:nth-child(n+2), .hero-slider p > .button:nth-child(n+2) {
			margin-left: 0;
			min-width: 51%}
		.hero-slider h1 {	font-size: 2rem}
		.hero-slider h2 {	font-size: 1.7rem}
	}

body.hidden,
body.swal {
	max-height: 100vh;
	overflow: hidden}
body.hidden > header > .flex > .no_flex,
body.hidden > header > .fixed,
body.hidden > section,
body.hidden #main,
body.hidden > footer {
	opacity: 0.05;
	transition: all 0.3s linear}
.lh_null {	line-height: 0 !important}
.shadowed {
	border-radius: 2px;
	border: 2px solid #AC8C65;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	cursor: default}
a > .shadowed {	cursor: zoom-in}
body .swal-overlay {
	cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path fill="white" d="M200 287.1H64c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.937 34.87l30.06 30.06l-62.06 62.07c-12.49 12.5-12.5 32.75-.0012 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.26 .0012l62.06-62.07l30.06 30.06c6.125 6.125 14.31 9.375 22.62 9.375c4.125 0 8.281-.7969 12.25-2.437c11.97-4.953 19.75-16.62 19.75-29.56V311.1C224 298.7 213.3 287.1 200 287.1zM312 224h135.1c12.94 0 24.62-7.797 29.56-19.75c4.969-11.97 2.219-25.72-6.937-34.87l-30.06-30.06l62.06-62.07c12.5-12.5 12.5-32.76 .0003-45.26l-22.62-22.62c-12.5-12.5-32.76-12.5-45.26-.0003l-62.06 62.07l-30.06-30.06c-9.156-9.141-22.87-11.84-34.87-6.937C295.8 39.39 288 51.06 288 64v135.1C288 213.3 298.7 224 312 224zM204.3 34.44C192.3 29.47 178.5 32.22 169.4 41.38L139.3 71.44L77.25 9.374C64.75-3.123 44.49-3.123 31.1 9.374l-22.63 22.63c-12.49 12.49-12.49 32.75 .0018 45.25l62.07 62.06L41.38 169.4C35.25 175.5 32 183.7 32 192c0 4.125 .7969 8.281 2.438 12.25C39.39 216.2 51.07 224 64 224h135.1c13.25 0 23.1-10.75 23.1-23.1V64C224 51.06 216.2 39.38 204.3 34.44zM440.6 372.7l30.06-30.06c9.141-9.156 11.84-22.88 6.938-34.87C472.6 295.8 460.9 287.1 448 287.1h-135.1c-13.25 0-23.1 10.75-23.1 23.1v135.1c0 12.94 7.797 24.62 19.75 29.56c11.97 4.969 25.72 2.219 34.87-6.937l30.06-30.06l62.06 62.06c12.5 12.5 32.76 12.5 45.26 .0002l22.62-22.62c12.5-12.5 12.5-32.76 .0002-45.26L440.6 372.7z"/></svg>') 16 16, pointer;
	background-color: rgba(0,0,0,.75)}
body .swal-modal {
	max-height: 90vh;
	width: 100% !important;
	max-width: 1100px;
	overflow: auto;
	cursor: default;
	box-shadow: 0px 30px 45px rgba(0,0,0,0.8);
	font-size: 17px}
body .swal-content {
	color: #444;
	background-color: #fff;
	font-family: 'Work Sans';
	font-size: 17px;
	cursor: default}
body .swal-content p {	text-align: justify}
body .swal-content ul,
body .swal-content ul > li {	text-align: left}
body .swal-footer .swal-button:focus {
	outline: none;
	box-shadow: none}
body .swal-content {
	color: #333;
	background-color: #fff;
	font-family: 'Work Sans';
	font-size: 18px}
body .swal-content h1,
body .swal-content h2 {	
	padding: 0 0 0;
	margin: 0 0 0.5em}
body .swal-content h1 {
	font-size: 3rem;
	font-weight: bold;
	text-align: initial;
	font-family: 'Work Sans';
	text-transform: none}
body .swal-content h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: none;
	position: relative;
	font-family: 'Marck Script'}
body .swal-content h3 {
	font-size: 1.3rem;
	padding: 0 0 0;
	font-weight: bold}
body .swal-content p {	
	display: block;
	margin: 0 0 1em; 
	text-indent: 0}
body .swal-content a {color: #333}
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-footer .swal-button {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Work Sans';
	padding: 0.5em 1em;
	background: rgba(255,255,255,0.8);
	color: #383838;
	font-size: 18px;
	transition: all 0.3s ease-in-out 0s}
body .swal-footer .swal-button > span {
	border: none !important;
	display: block !important;
	width: 100%;
	height: 100%;
	text-align: center;
	color: transparent;
	position: relative;
	overflow: hidden}
body .swal-footer .swal-button > span::before {	transform: translateY(-50%) translatex(0) !important}
body .swal-footer .swal-button > span::after {	transform: translateY(100%) translatex(0%) !important}
body .swal-footer .swal-button > span::before,
body .swal-footer .swal-button > span::after {
	content: attr(data-label);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff}
body .swal-footer .swal-button:hover > span::before {
	transform: translateY(-200%) translatex(0%) !important;
	transition: all 0.3s ease-in-out 0s}
body .swal-footer .swal-button:hover > span::after {
	transform: translateY(-50%) translatex(0%)!important;
	transition: all 0.3s ease-in-out 0s}
section #controls {
	position: absolute;
	top: calc(50vh - 3.5em);
	left: 0.5em;
	z-index: 9}
section #controls > a.button {	
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 0.5em !important;
    background: rgba(113,108,108,0.6) !important;
    border-radius: 50%;
    line-height: 1em;
    margin: 0.5em 0 0;
	color: #969696 !important;
	height: 2em !important;
    width: 2em !important;
	font-size: 1.5rem}
section #controls > a.button:nth-child(2) {	margin-top: 0}
section #controls > a[title="+10s"] ,
section #controls > a[title="-10s"],
section #controls > a.button.hidden  {	display: none}
section #controls > a.button::before {	display: none}
section #controls > a[title="Fermer"] {	margin-top: 2em}
section #controls > a.button > span {	font-size: 1.3rem}
section #controls > a.button > span  > svg {	fill: #fff}
section #controls > a.button.close-video > span  > svg {
	width: 1.7em;
	height: 1.7em}

	@media screen and (orientation: portrait) {
		section #controls {
			top: 0.5em;
			left: 0;
			width: 100%;
			padding-top: 2em;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center}
		section #controls::after {
			content: 'Conseil : tournez votre appareil';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			font-size: 0.8rem;
			color: #fff}
		section #controls > a.button {
			height: 1.8em !important;
			width: 1.8em !important;
			margin: 0 0.5em 0}
		section #controls > a.button:first-child {	margin-left: 0}
		section #controls > a.button:last-child {	margin-right: 0}
	}	
	@media screen and (max-width: 576px) {
		section #controls > a.button > svg {	display: inline-block}
	}
	
.lazy-load {
	background-color: #fff;
	background-image: url('/img/loading-lazy.gif');
	background-image: url('/img/loading-lazy.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px}
.lazy-load img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity 0.72s linear 0.72s, transform 0.36s linear 0.72s}
.lazy-load:not(.lazy) img {
	transform: scale(0);
	opacity: 0}
.lazy-load.lazy img {
	transform: scale(1);
	opacity: 1}
	
/************************************************************************************************************************************************************/
/* ACCUEIL																																					*/
/************************************************************************************************************************************************************/
body.accueil .hero-style {	height: 100vh}

	@media screen and (max-width: 1280px) {
		body.accueil .hero-style {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.accueil .hero-style {	height: 700px}
	}
	@media screen and (max-height: 1024px) {
		body.accueil .hero-style {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.accueil .hero-style {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.accueil .hero-style{	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.accueil .hero-style{	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.accueil .hero-style {	height: 600px}
		body.accueil .hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		.hero-style{	height: 700px}
		.hero-slider .slide-inner {
		  background-position: 50% 0% !important;
		  background-size: auto 100%}
	}
	
body.accueil section > .no_flex {	padding: 4em 0}
body.accueil section:nth-last-child(2) > .no_flex {	padding-bottom: 8em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section > .no_flex {	padding: 3em 0}
		body.accueil section:nth-last-child(2) > .no_flex {	padding-bottom: 6em}
	}
	@media screen and (max-width: 768px) {
		body.accueil section > .no_flex {	padding: 2em 0}
		body.accueil section:nth-last-child(2) > .no_flex {	padding-bottom: 4em}
	}
	
body.accueil .hero-style .button {
	color: #706666 !important;
	background: #fff !important;
	border: 1px solid #fff !important}
body.accueil .hero-style .button:hover {
	color: #fff !important;
	border: 1px solid #706666 !important}
body.accueil .hero-style .button::before {	background: #706666 !important}
body.accueil section#gite_colmar_evenements_groupe > .no_flex {	padding-bottom: 0}
body.accueil section#passions_alsace_colmar > .no_flex {
	padding: 4em 0;
	background-color: #f0f0f0}
body.accueil section > .no_flex > .center > .no_flex,
body.accueil section > .no_flex > .center > .flex {	margin: 0 0 4em}	

	@media screen and (max-width: 1024px) {
		body.accueil section > .no_flex > .center > .flex > .container_flex.large {
			width: 100%;
			margin-left: 0;
			margin-right: 0}
	}
	
body.accueil section#grand_gite_alsace > .no_flex > .center > .flex > .container_flex h2 {	margin-bottom: 1em}
body.accueil section#grand_gite_alsace > .no_flex > .center > .flex > .container_flex h3 {
	font-size: 1.75rem;
	margin-top: 1em}
body.accueil section#grand_gite_alsace > .no_flex > .center > .flex > .container_flex p {	text-align-last: center}
body.accueil section#grand_gite_alsace > .no_flex > .center > .flex > .container_flex p:last-child {	margin-top: 2em}
body.accueil section#grand_gite_alsace > .no_flex > .center > .flex > .container_flex p a.button {	font-size: 1.3rem}
body.accueil section#gite_evenements_groupe > .no_flex {
	padding: 3em 0;
	background: #fff;
	padding-left: 10%}
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex {
	padding: 3em 0;
	background: #706666}	
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider > .slick-list {
	padding: 0 5em 0 0;
	background: #fff;
	margin: 1em 0 1em 5em}
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider article {	padding-right: 5em}
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider article > div {
	max-width: 900px;
	background: #fff;
	padding: 1.5em 2.5em 1.5em 1.5em;
	display: inline-block;
	opacity: 0.4;
	transition: opacity 1s linear 0s}
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider article.slick-current > div {	opacity: 1}
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider article.slick-current + article > div,
body.accueil section#gite_evenements_groupe > .no_flex > .no_flex > .flex.slick-slider article.slick-current + article + article > div {	opacity: 0.4}	
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex:nth-child(2) {	margin-top: 8em}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex:nth-child(n+3) {	margin-top: 7em}

	@media screen and (max-width: 1366px){
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.xlarge {	width: 100%}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex:nth-child(2), 
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex:nth-child(n+3) {	margin-top: 0}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.xlarge {	margin: 0 0 1em !important}
	}
	
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.medium {
	position: relative;
	margin: 2em 5% 0 0;
	margin: 2em 10% 0 0;
	background: #fff}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium {
	width: 45%;
	width: 33%;
	background: #fff;
	position: relative}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium::before {
	content: '';
	position: absolute;
	right: -2em;
	left: 10%;
	bottom: -2em;
	height: 78%;
	background: #d7cece;
	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
	z-index: -1}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium::after {
	content: '';
	position: absolute;
	right: -10px;
	left: 0;
	bottom: -10px;
	height: 100%;
	background: #fff;
	z-index: -1}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium p {	line-height: 0}
/* body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium p > a {	display: inline-block} */
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium p.lazy-load {	background-position: 50% 40%}
/* body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium img {	box-shadow: 0 15px 25px rgba(0,0,0,0.15)} */
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium img:nth-child(n+2) {	margin-top: 12px}
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium p > a::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="white" d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"/></svg>');
	position: absolute;
	bottom: 0.2em;
	right: 0.2em;
	z-index: 0;
	width: 0.75em;
	height: 0.75em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex.content_end {	justify-content: center}
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.medium,
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium {
			width: 100% !important;
			margin-left: 0;
			margin-right: 0}
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.medium { 
			padding: 0 0 0 0;
			border-left: none}
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium {	max-width: 800px}
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.smedium::before {display: none}
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.medium p {	text-align-last: center}
	}
	@media screen and (max-width: 768px) {
		body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .flex > .container_flex.medium { 	margin: 0 0 1em !important}
	}
	
body.accueil section#gite_colmar_evenements_groupe > .no_flex > .center > .no_flex:last-child {	margin: 8em 0}
body.accueil section#lieux_vie_gite_groupe_colmar {	padding: 4em 0 0}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex {
	padding: 4em 0 0;
	background: #d7cece}	
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex > .container_flex.xlarge h2 {	font-size: 2rem}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux {	margin: 2em 0 3em}
	
	@media screen and (max-width: 1440px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux {	padding: 0 2em}
	}
	@media screen and (max-width: 1024px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex {	margin: 0 0 2em}
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex > .container_flex.xlarge {	width: 100%}
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux {	margin: 2em 0 2em}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux {	padding: 0 0}
	}
	
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow { 
	top: 50% !important;
	transform: translateY(-50%) !important}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.prev {	left: -2em !important}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.next {	right: -2em !important}

	@media screen and (max-width: 1440px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.prev {	left: 0 !important}
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.next {	right: 0 !important}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.prev {	top: 0 !important}
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux .button.slick-arrow.next {	top: 0 !important}
	}
	
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux article {	padding: 0 2em 2em}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux article > div {
	padding: 1em;
	border: 1px solid #bbb3b3;
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex.carousel-lieux article .container_flex > p {	text-align-last: center}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child {
	position: relative;
	background: #fff;
	padding: 4em 0 4em}
	
	@media screen and (max-width: 1024px) {
		body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child {	padding: 4em 0 0}
	}
	
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	right: -25vw;
	left: -25vw;
	bottom: 0;
	background: #fff;
	z-index: -1}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child p:last-child {	margin-top: 2em}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child p a.button {	font-size: 1.3rem}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child .button:hover {
	color: #706666 !important;
	border: 1px solid #706666 !important}
body.accueil section#lieux_vie_gite_groupe_colmar > .no_flex > .center > .flex:last-child .button::before {	background: #fff !important}
body.accueil section#passions_alsace_colmar {	padding: 4em 0}
body.accueil section#passions_alsace_colmar > .no_flex {
	padding: 4em 0;
	background: #d7cece}
body.accueil section#passions_alsace_colmar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	background: #fff}
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider {	box-shadow: 0 15px 25px rgba(0,0,0,0.15)}
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider article {	line-height: 0}
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p {	height: 17em}
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {	padding: 0 25% 0 3em}

	@media screen and (max-width: 1440px){
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {	padding: 0 10% 0 3em}
	}
	
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex h2 {	font-size: 2rem}
body.accueil section#passions_alsace_colmar > .no_flex > .center > .flex > .container_flex p {	text-align-last: center}
body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex p:last-child  {	margin-top: 2em}

	@media screen and (max-width: 1024px) {
		body.accueil section#passions_alsace_colmar > .no_flex::before {	display: none}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex { 
			width: auto;
			margin: 0 1em}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex {	width: 100% !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider {	margin: 0 0 2em !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.prev {
			left: 50% !important;
			transform: translateX(-100%) !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.next {
			right: 50% !important;
			transform: translateX(100%) !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p {
			height: auto;
			padding-top: 56%;
			position: relative;
			margin: 0 0 0}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p img{
			position: absolute;
			top: 0;
			left: 0}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) {	margin: 0 0 0}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {
			margin: 0 0 0 !important;
			padding: 0 0 0 0}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider)  .container_flex * {	text-align-last: center}
	}
	@media screen and (max-width: 480px) {
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.prev {
			left: -2.3em !important;
			transform: translateX(0%) !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.next {
			right: -2.3em !important;
			transform: translateX(0%) !important}
		body.accueil section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider { 
			margin: 0 1.5em 2em !important;
			width: calc(100% - 3em) !important}
	}
	
body.accueil section#video_gite_groupe {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: #706666;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
body.accueil section#video_gite_groupe:not(.show) {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%)}
body.accueil section#video_gite_groupe.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)}
body.accueil section#video_gite_groupe > .flex {
	height: 100%;
	width: 100%;
	position: relative}
body.accueil section#video_gite_groupe > .flex > .container_flex >  .no_flex > .no_flex {	text-align: center}
body.accueil section#video_gite_groupe > .flex > .container_flex >  .no_flex > .no_flex video {
	max-width: 95%;
	max-height: 100%;
	margin: 21px !important;
	box-shadow: 0 15px 25px rgba(0,0,0,0.2)}
	
	@media screen and (orientation: portrait) {
		body.accueil section#video_gite_groupe > .flex > .container_flex > .no_flex > .no_flex video {	max-width: calc(100% - 42px)}
	}

/************************************************************************************************************************************************************/
/* PAGES STATIQUES																																			*/
/************************************************************************************************************************************************************/
body.cms section > .no_flex {	padding: 4em 0}
body.cms section#photos_gite_colmar > .no_flex,
body.cms section#photos_decouvrir_alsace > .no_flex {	padding: 0 0}
body.cms section#photos_gite_colmar + section > .no_flex,
body.cms section#photos_decouvrir_alsace + section > .no_flex {	padding: 2em 0 6em}
	
	@media screen and (max-width: 1024px) {
		body.cms section#photos_gite_colmar + section > .no_flex,
		body.cms section#photos_decouvrir_alsace + section > .no_flex {	padding: 2em 0 3em}
	}
	
body.cms section > .no_flex > .no_flex > .slider_wrapper {
	margin: 0 0;
	position: relative;
	margin-bottom: 4em;
	max-height: 100vh}
	
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper {	margin-bottom: 3em}
	}
	
body.cms section > .no_flex > .no_flex > .slider_wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4)}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {
	height: calc(100vh - 12em);
	overflow: hidden;
	background-position: 50% 66%;
	background-size: cover;
	background-repeat: no-repeat;
	display: none}
	
	@media screen and (max-width: 1280px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (max-height: 1024px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 640px}
	}

body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title {
	position: absolute;
	left: 50%;
	bottom: 5%;
	bottom: 2.5%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 2;
	color: #fff}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title h1 {	text-align: center}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title h1 span {	margin-top: 0.5em !important}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title > .slide-text {
	margin: 1em 0 0;
	text-align: center}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title > .slide-text > p {
	display: inline-block;
	font-family: 'Playfair Display';
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 1.5rem}
body.cms section > .no_flex > .no_flex > .slider_wrapper > .slide-title > .slide-text > p::before {
	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="white" d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg>');
	display: inline-block;
	padding: 0;
	width: 0.8em;
	height: 1.1em;
	vertical-align: middle;
	margin: 0 0.25em 0 0}
body.cms section > .no_flex > .no_flex .carousel-to-slider .slick-list {	padding-bottom: 2em;}
body.cms section > .no_flex > .no_flex .carousel-to-slider article {	padding: 0 1em}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex {
	cursor: pointer;
	position: relative;
	padding-top: 56%}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex.hidden { opacity: 0.2}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex p { 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 0 0}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex p a {
	display: block;
	width: 100%;
	height: 100%}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex p img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 15px 25px rgba(0,0,0,0.15);}
body.cms section > .no_flex > .no_flex .carousel-to-slider article div > .container_flex h3.absolute { 
	color: #fff;
	background: rgba(112, 102, 102,0.6);
	font-size: 1rem;
	padding: 0.25em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0}
body.cms section > .no_flex .carousel-to-slider .btn.prev {
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%) !important}
body.cms section > .no_flex .carousel-to-slider .btn.next {
	top: 50% !important;
	right: 0 !important;
	transform: translateY(-50%) !important}
body.cms section > .no_flex .flex + .flex {	margin-top: 1em}
body.cms section#decouvrir_alsace > .no_flex .flex + .flex {	margin-top: 0}
body.cms section > .no_flex > .center > .flex.items_center {	overflow: hidden}
body.cms section > .no_flex > .center > .flex.items_center {
	max-height: 100%;
	opacity: 1;
	transition: all 0.72s linear}
body.cms section > .no_flex > .center > .flex.items_center.hidden {
	opacity: 0;
	max-height: 0}
body.cms section > .no_flex > .center > .flex.items_center > .container_flex.large {	margin: 0 0 0 0;}
body.cms section > .no_flex > .center > .flex.items_center > .container_flex.large h2 {	text-align: center}
body.cms section > .no_flex > .center > .flex.items_center > .container_flex.xmedium {
	margin: 0 0 0 0;
	background: #fff;
	position: relative}
body.cms.child section > .no_flex > .center > .flex.items_center > .container_flex.xmedium {	margin-top: 2em}
body.cms section > .no_flex > .center > .flex.items_center > .container_flex.xmedium h3 {	font-size: 1.7rem}

	@media screen and (max-width: 1024px) {
		body.cms section > .no_flex > .center > .flex.items_center > .container_flex.large,
		body.cms section > .no_flex > .center > .flex.items_center > .container_flex.xmedium {
			width: 100% !important;
			padding: 0 0 0 0;
			border-left: none}
	}
	
body.cms section#passions_alsace_colmar {	padding: 4em 0}
body.cms section#passions_alsace_colmar > .no_flex {
	padding: 4em 0;
	background: #d7cece}
body.cms section#passions_alsace_colmar > .no_flex::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	background: #fff}
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider {	box-shadow: 0 15px 25px rgba(0,0,0,0.15)}
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider article {	line-height: 0}
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p {	height: 17em}
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {	padding: 0 25% 0 3em}

	@media screen and (max-width: 1440px){
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {	padding: 0 10% 0 3em}
	}
	
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex h2 {	font-size: 2rem}
body.cms section#passions_alsace_colmar > .no_flex > .center > .flex > .container_flex p {	text-align-last: center}
body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex p:last-child  {	margin-top: 2em}

	@media screen and (max-width: 1024px) {
		body.cms section#passions_alsace_colmar > .no_flex::before {	display: none}
		body.cms section#passions_alsace_colmar > .no_flex > .flex { 
			width: auto;
			margin: 0 1em}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex {	width: 100% !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider {	margin: 0 0 2em !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.prev {
			left: 50% !important;
			transform: translateX(-100%) !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.next {
			right: 50% !important;
			transform: translateX(100%) !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p {
			height: auto;
			padding-top: 56%;
			position: relative;
			margin: 0 0 0}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .container_flex.xsmall p img{
			position: absolute;
			top: 0;
			left: 0}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) {	margin: 0 0 0}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider) .container_flex  {
			margin: 0 0 0 !important;
			padding: 0 0 0 0}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex:not(.slick-slider)  .container_flex * {	text-align-last: center}
	}
	@media screen and (max-width: 480px) {
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.prev {
			left: -2.3em !important;
			transform: translateX(0%) !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider .btn.next {
			right: -2.3em !important;
			transform: translateX(0%) !important}
		body.cms section#passions_alsace_colmar > .no_flex > .flex > .flex.slick-slider { 
			margin: 0 1.5em 2em !important;
			width: calc(100% - 3em) !important}
	}

/************************************************************************************************************************************************************/
/* BLOG																																						*/
/************************************************************************************************************************************************************/
body.blog section > .no_flex {	padding: 4em 0 6em}
body.blog .hero-slider .hero-slider-container {
	position: absolute;
	left: 50%;
	bottom: 5%;
	bottom: 2.5%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 2;
	color: #fff}
body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide-title h1 {	text-align: center}
body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide-title h1 span {	margin-top: 0.5em !important}
body.blog section > .no_flex > .no_flex > .slider_wrapper {
	margin: 0 0;
	position: relative;
	margin-bottom: 4em;
	max-height: 100vh}
	
	@media screen and (max-width: 1024px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper {	margin-bottom: 3em}
	}
	
body.blog section > .no_flex > .no_flex > .slider_wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4)}
body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {
	height: calc(100vh - 12em);
	overflow: hidden;
	background-position: 50% 66%;
	background-size: cover;
	background-repeat: no-repeat;
	display: none}
	
	@media screen and (max-width: 1280px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 768px}
	}
	@media screen and (max-width: 1024px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (max-height: 1024px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 700px}
	}
	@media screen and (max-height: 768px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (max-width: 768px) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 500px}
	}
	@media screen and (orientation: portrait) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (min-height: 640px) and (orientation: portrait) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 600px}
	}
	@media screen and (min-height: 854px) and (orientation: portrait) {
		body.blog section > .no_flex > .no_flex > .slider_wrapper > .slide {	height: 640px}
	}

body.blog .hero-style .slide-title a,
body.blog .hero-style .slide-text a {  color: #fff}
body.blog section > .no_flex > .center > .flex > .container_flex.large { 
	width: 67%;
	margin: 0 8% 0 0}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+3) {	margin: 2em 0 0}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex::before {
	content: '';
	position: absolute;
	right: -1em;
	left: 10%;
	bottom: -1em;
	height: 78%;
	background: #d7cece;
	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
	z-index: -1}
	
	@media screen and (max-width: 1024px) {
		body.blog section > .no_flex > .center > .flex > .container_flex.large {
			width: 59% !important;
			margin: 0 5% 0 0}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 35% !important;
			margin: 0 0 0 1% !important}
	}
	@media screen and (max-width: 900px) {
		body.blog section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 4em 0 0 0 !important;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > h3 {	width: 100%}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {	width: 48%}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(3n+1) {	margin-right: 2%}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(3n) {	margin-left: 2%}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+3) {	margin-top: 0}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+4) {	margin-top: 2em}
	}
	@media screen and (max-width: 768px) {
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall {	margin: 0 0 0 0 !important}
	}
	@media screen and (max-width: 580px) {
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {	width: 100%}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(3n+1) {	margin-right: 0}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(3n) {	margin-left: 0}
		body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex:nth-child(n+3) {	margin-top: 2em}
	}
	
body.blog section > .no_flex > .center > .flex > .container_flex.large > p,
body.blog section > .no_flex > .center > .flex > .container_flex.xmedium > p {	margin: 2em 0 0}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child {
	margin: 0 0 0;
	overflow: hidden;
	padding-top: 56%}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > p:first-child > a > img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	transition: 0.72s all linear}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute {
	margin: 0 0;
	padding: 0 0.5em 0.5em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	transition: 0.36s linear 0.72s}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute.visible {
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
	background: rgba(32, 33, 38, 0.4)}
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h4,
body.blog section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .absolute h4 a {
	font-size: 1rem;
	color: #fff;
	margin: 0 0}
body.blog section > .no_flex > .center .button.pagination {
	position: absolute !important;
	top: 12em}
body.blog section > .no_flex > .center .button.pagination:not(.empty):not(.current) { 
	width: auto !important;
	height: auto;
	padding: 0.25em !important;
	display: flex;
	justify-content: center;
	align-items: center}
body.blog section > .no_flex > .center .button.pagination.first {	left: 0}
body.blog section > .no_flex > .center .button.pagination.before {	left: 4em}
body.blog section > .no_flex > .center .button.pagination.after {	right: 4em}
body.blog section > .no_flex > .center .button.pagination.last {	right: 0}
body.blog section > .no_flex > .center .button.pagination.current {	display: none}
body.blog section > .no_flex > .center .button.pagination::before { 
	left: 0;
	top: 7%;
	z-index: 0}
body.blog section > .no_flex > .center .button.pagination:hover { color: #706666}
body.blog section > .no_flex > .center .button.pagination > svg { 
	height: 2.4em;
	width: 2.4em;
	z-index: 1}
body.blog section > .no_flex > .center .button.pagination > span {	display: none}

/************************************************************************************************************************************************************/
/* CONTACT																																					*/
/************************************************************************************************************************************************************/
body.contact section > .no_flex {  padding: 4em 0}
body.contact section:last-child > .no_flex {	padding-bottom: 6em}

	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex {	padding: 2em 0 4em}
	}

body.contact section > .no_flex > .center > .flex {	padding-bottom: 2em}
body.contact section > .no_flex > .center > .flex > .container_flex.large {	width: 70%;}
	
	@media screen and (max-width: 1440px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large {	width: 65%}
	}
	@media screen and (max-width: 1024px) {
		body.contact section:last-child > .no_flex {  padding-bottom: 4em}
		body.contact section > .no_flex > .center > .flex {	padding-bottom: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.large {
			width: 59% !important;
			margin: 0 1% 0 0 !important}
	}
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 !important}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large {
			width: 100% !important;
			margin: 0 0 0 0 !important}
	}
	
body.contact section > .no_flex > .center > .flex form .bloc-info {
	font-size: 1rem;
	margin-bottom: 2em !important}
body.contact section > .no_flex > .center > .flex form > .no_flex,
body.contact section > .no_flex > .center > .flex form > .flex {
	margin: 0 0 1em;
	background: #fff;
	padding: 1em 0 0}
body.contact section > .no_flex > .center > .flex form > .no_flex.info {
	margin: 0 0 0;
	background: #fff;
	padding: 0 0 0}
body.contact section > .no_flex > .center > .flex form > .flex:nth-last-child(n+2) > .container_flex.medium {
	/* border: 1px solid #d7cece; */
	/* border-bottom: none; */
	width: 45%}
body.contact section > .no_flex > .center > .flex form > .flex > .container_flex.xxxlarge {	margin-top: 1em}
body.contact section > .no_flex > .center > .flex form > .flex.container-input {	padding: 0 0 0}
body.contact section > .no_flex > .center > .flex form label {
	top: 0.5em;
	left: 1em;
	white-space: nowrap;
	z-index: 1;
	transform: none;
	transform-origin: left;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}	
body.contact section > .no_flex > .center > .flex form .container-input.focus label {	transform: scale(0.8) translateY(-1em)}
body.contact section > .no_flex > .center > .flex > form > .flex > .container_flex.xxxlarge,
body.contact section > .no_flex > .center > .flex > form > .flex:last-child,
body.contact section > .no_flex > .center > .flex > form > .flex {	margin-top: 2em}
body.contact section > .no_flex > .center > .flex form input,
body.contact section > .no_flex > .center > .flex form textarea,
body.contact section > .no_flex > .center > .flex form select {
	background: transparent;
	border: none;
	border-bottom: 1px solid #d7cece;
	padding: 3em 0.5em 0.5em 0.5em;
	font-size: 1rem;
	font-family: 'Work Sans';
	z-index: 2;
	text-align: left;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body.contact section > .no_flex > .center > .flex form input,
body.contact section > .no_flex > .center > .flex form select {	text-align: center}
body.contact section > .no_flex > .center > .flex form select {
	padding: 3em 1.5em 0.2em 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none}
body.contact section > .no_flex > .center > .flex form option {
	background: #fff;
	cursor: pointer}
body.contact section > .no_flex > .center > .flex form option:hover {	background: #706666}
body.contact section > .no_flex > .center > .flex form .button {	font-family: 'Work Sans'}
body.contact section > .no_flex > .center > .flex form input::placeholder,
body.contact section > .no_flex > .center > .flex form textarea::placeholder,
body.contact section > .no_flex > .center > .flex form select,
body.contact section > .no_flex > .center > .flex form select::placeholder {
	color: #706666;
	text-align: center;
	opacity: 0.7;
	font-size: 1rem;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body.contact section > .no_flex > .center > .flex form input:hover::placeholder,
body.contact section > .no_flex > .center > .flex form textarea:hover::placeholder {	opacity: 0}
body.contact section > .no_flex > .center > .flex form select,
body.contact section > .no_flex > .center > .flex form select:hover {	opacity: 1}
body.contact section > .no_flex > .center > .flex form input:hover,
body.contact section > .no_flex > .center > .flex form textarea:hover {	  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path fill="%23706666" d="M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"/></svg>') 16 16, auto;}
body.contact section > .no_flex > .center > .flex form .form_select > svg {
	width: 1em;
	height: 1em;
	position: absolute;
	top: 25%;
	right: 0;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s;
	pointer-events: none}
body.contact section > .no_flex > .center > .flex form .form_select > svg {	opacity: 0.7}
body.contact section > .no_flex > .center > .flex form .form_select:hover > svg {	opacity: 1}
body.contact section > .no_flex > .center form .file_input {	margin: 0 auto}

	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center form label,
		body.contact section > .no_flex > .center form .file_input {	width: 100%}
	}
	@media screen and (max-width: 576px) {
		body.contact section > .no_flex > .center form label {	font-size: 0.9rem}
	}
	
body.contact section > .no_flex > .center form .file_input > .file-button {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis}
body.contact section > .no_flex > .center form .file_input > .file-button > .button {
	display: block;
	color: #fff !important;
	background: #706666 !important;
	padding: 0.25em !important;
	font-size: 1rem !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
body.contact section > .no_flex > .center form .file_input > .file-button > .input-file {
	z-index: 1;
	cursor: copy;
	opacity: 0;
	padding: 0 0 0}
	
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex form label {	white-space: wrap}
	}
	
body.contact section > .no_flex > .center > .flex form > .flex:last-child {	margin: 2em 0 0}
body.contact section > .no_flex > .center > .flex form > .flex:last-child > .no_flex {	padding: 0 0 0 1em}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_end > span {	padding: 0.75em 0 0 0}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex > .relative label,
body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex > .relative > .relative input {	width: auto}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .plus,
body.contact section > .no_flex > .center > .flex form > .flex:last-child .equals {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	background: #706666;
	background: #9b9696;
	color: #fff;
	padding: 1px 2px 2px;
	margin-left: 0.5em;
	text-align: center}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .plus {	margin-right: 0.5em}
body.contact section > .no_flex > .center > .flex form > .flex:last-child svg {
	color: #706666;
	fill: #706666;}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .plus > svg,
body.contact section > .no_flex > .center > .flex form > .flex:last-child .equals > svg {
	color: #fff;
	fill: #fff;
	width: 1.2em;
	height: 1.2em}
body.contact section > .no_flex > .center > .flex form > .flex:last-child input {
	width: auto;
	margin-left: 1em}
body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_end {	margin-bottom: 2em}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button {
	background: #706666 !important;
	color: #fff !important;
	animation: none !important;
	font-size: 1.2rem;
	padding: 0.4em 1em 0.4em !important}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:hover {
	color: #706666 !important;
	background: #fff !important}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button > span {
	position: relative;
	z-index: 2}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button > span > span  {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin-left: 0.5em}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button > span > span  > svg {
	color: #fff;
	fill: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1) 0s, all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s, fill 0.5s cubic-bezier(0.4, 0, 1, 1) 0s, opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0s}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:hover > span > span  > svg {
	color: #706666;
	fill: #706666}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button > span > span  > svg.close {	bottom: -3px}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:not(:hover) > span > span  > svg.close {	opacity: 0}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:not(:hover) > span > span  > svg.open {	opacity: 1}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:hover > span > span  > svg.open {	opacity: 0}
body.contact section > .no_flex > .center > .flex form .flex:last-child .button:hover > span > span  > svg.close {	opacity: 1}

	@media screen and (max-width: 1440px) {
		body.contact section > .no_flex > .center > .flex form > .flex:last-child {	margin: 1em 0 0}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:first-child {
			width: 100%;
			margin: 2em 0 0 !important;
			order: 2}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex {	margin-bottom: 1em !important}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:first-child {	text-align: center}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:last-child {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 0 !important;
			width: 100%;
			margin: 0 0 0;
			order: 1}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:last-child .button {	margin-left: 0.5em}
	}
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex {	width: 100% !important}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:first-child {
			 margin: 1em 0 0 !important;
			 text-align: left}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .no_flex {  padding: 0 0 0 0}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_start {	margin-right: 0.5em}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_start > span {
			position: relative;
			top: -0.2em}
	}
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form {
			display: flex;
			flex-wrap: wrap;
			align-items: stretch;
			justify-content: space-between}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex {	width: 48%}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(5),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-last-child(2) {	width: 100%}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(1),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(3),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(6) {	margin-right: 2%}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(2),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(4),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(7) {	margin-left: 2%}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(n+3) {	margin-top: 1em}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .flex:last-child > .container_flex:last-child {	justify-content: space-between}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form {	display: block}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex {	width: 100%}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(1),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(3),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(6) {	margin-right: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(2),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(4),
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(7) {	margin-left: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .no_flex:nth-child(n+2) {	margin-top: 1em}
		body.contact section > .no_flex > .center > .flex > .container_flex.large > form > .flex:last-child > .container_flex:last-child {	justify-content: center}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:first-child {	text-align: center}
	}
	@media screen and (max-width: 576px) {
		body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_start {
			justify-content: center;
			margin-bottom: 2em;
			margin-right: 0}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child > .container_flex:last-child {
			display: block;
			text-align: center}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child svg {	display: inherit}
	}
	@media screen and (max-width: 480px) {
		body.contact section > .no_flex > .center > .flex form select {	padding: 4em 1.5em 0.2em 0}
	}
	@media screen and (max-width: 384px) {
		body.contact section > .no_flex > .center > .flex form > .flex:last-child {	margin: 2em 0 0}
		body.contact section > .no_flex > .center > .flex form > .flex:last-child .flex.content_start > span {
			margin: 0 0 0.5em;
			top: 0}
		
	}

.ui-helper-hidden {	display: none}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse}
.ui-helper-clearfix:after {	clear: both}
.ui-helper-clearfix {	min-height: 0}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0)}

.ui-front {	z-index: 100}
.ui-state-disabled {	cursor: default !important}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0;
	font-size: 100%}
.ui-accordion .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {	padding-left: 2.2em}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {	text-decoration: none}
.ui-button-icon-only {	width: 2.2em}
button.ui-button-icon-only {	width: 2.4em}
.ui-button-icons-only {	width: 3.4em}
button.ui-button-icons-only {	width: 3.7em}
.ui-button .ui-button-text {
	display: block;
	line-height: normal}
.ui-button-text-only .ui-button-text {	padding: .4em 1em}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 1em .4em 2.1em}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {	padding: .4em 2.1em .4em 1em}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em}
input.ui-button {	padding: .4em 1em}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {	left: .5em}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {	right: .5em}
.ui-buttonset {	margin-right: 7px}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0}
.ui-datepicker {
	width: 17em;
	padding: .2em;
	display: none}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	background: none !important;
	cursor: pointer;
	font-weight: 900;
	font-size: 1.5em}
.ui-datepicker .ui-datepicker-prev {	left: 0 !important}
.ui-datepicker .ui-datepicker-next {	right: 0 !important}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev .ui-state-hover,
.ui-datepicker .ui-datepicker-next .ui-state-hover {	color: #a0db3d !important}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {	display: none}
.ui-datepicker .ui-datepicker-prev::before {
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled::before {	content: ''}
.ui-datepicker .ui-datepicker-next::after {	
	content: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="icon only"><path fill="%23545454" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-0.25em)}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	text-transform: uppercase}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
	vertical-align: middle}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	vertical-align: middle}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {	float: left}
.ui-datepicker.ui-datepicker-multi {	width: auto}
.ui-datepicker-multi .ui-datepicker-group {	float: left}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em}
.ui-datepicker-multi-2 .ui-datepicker-group {	width: 50%}
.ui-datepicker-multi-3 .ui-datepicker-group {	width: 33.3%}
.ui-datepicker-multi-4 .ui-datepicker-group {	width: 25%}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {	border-left-width: 0}
.ui-datepicker-multi .ui-datepicker-buttonpane {	clear: left}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0}

/* RTL support */
.ui-datepicker-rtl {	direction: rtl}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto}
.ui-datepicker-rtl .ui-datepicker-buttonpane {	clear: right}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {	float: left}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {	float: right}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {	float: right}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px}
.ui-draggable .ui-dialog-titlebar {	cursor: move}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none}
.ui-menu .ui-menu {	position: absolute}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {	margin: -1px}
.ui-menu-icons {	position: relative}
.ui-menu-icons .ui-menu-item {	padding-left: 2em}
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0}
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); 
	opacity: 0.25}
.ui-progressbar-indeterminate .ui-progressbar-value {	background-image: none}
.ui-resizable {	position: relative}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {	display: none}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0}
.ui-selectmenu-open {	display: block}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap}
.ui-slider {
	position: relative;
	text-align: left}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {	filter: inherit}

.ui-slider-horizontal {	height: .8em}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%}
.ui-slider-horizontal .ui-slider-range-min {	left: 0}
.ui-slider-horizontal .ui-slider-range-max {	right: 0}
.ui-slider-vertical {
	width: .8em;
	height: 100px}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%}
.ui-slider-vertical .ui-slider-range-min {	bottom: 0}
.ui-slider-vertical .ui-slider-range-max {	top: 0}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0}
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none}
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0}
.ui-spinner-up {	top: 0}
.ui-spinner-down {	bottom: 0}
.ui-spinner .ui-icon-triangle-1-s {	background-position: -65px -16px}
.ui-tabs {
	position: relative;
	padding: .2em}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {	cursor: text}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {	cursor: pointer}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa}
body .ui-tooltip {	border-width: 2px}
.ui-widget {
	font-family: 'Work Sans', 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: #706666;
	font-family: 'Work Sans';
	z-index: 100 !important}
.ui-widget-content::before {
	content: '';
  position: absolute;
  right: -25vw;
  left: 10%;
  bottom: -2em;
  height: 78%;
  background: #706666;
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: #706666 !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: #706666 !important;
	border: none;
	text-decoration: none;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
.ui-state-hover {	transform: scale(1.5)}
.ui-datepicker-today {	background: #f6f6f6;}
.ui-datepicker-current-day,
.ui-datepicker-current-day a ,
.ui-datepicker-current-day a.ui-state-active {
	background: #706666 !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: 'Work Sans'}
.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 )}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {
	position: relative;
	/* box-shadow: 0 15px 25px rgba(0,0,0,0.1); */
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	font-size: 1rem;
	text-align: center}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall::before {
	content: '';
	position: absolute;
	right: -2em;
	left: 10%;
	bottom: -2em;
	height: 78%;
	background: #d7cece;
	box-shadow: 0 7px 15px rgba(0,0,0,0.1);
	z-index: -1}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {	
	padding: 1.5em;
	background: #fff}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex {	margin: 0 0 2em}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall h2 {	font-size: 2rem}

	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall h2 {	font-size: 2.5rem}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall h2 {	font-size: 2.2rem}
	}

body.contact section > .no_flex > .center > .flex > .container_flex.xsmall .button {
	background: #fff !important;
	color: #706666 !important;
	border: 1px solid #fff !important;}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall .button:hover {	color: #fff !important}
body.contact section > .no_flex > .center > .flex > .container_flex.xsmall .button::before {	background: #706666 !important}

	@media screen and (max-width: 1440px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {	width: 32.5%}
	}
	@media screen and (max-width: 1024px) {
		body.contact section > .no_flex {    padding: 3em 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 39% !important;
			margin: 0 0 0 1% !important}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex,
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex table p {	text-align: center}
	}
	@media screen and (max-width: 900px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall {
			width: 100% !important;
			margin: 6em 0 0 !important;
			box-shadow: none}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall::before {	display: none}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {	
			display: flex;
			flex-wrap: wrap;
			align-items: stretch;
			justify-content: space-between;
			padding: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex {
			width: 48%;
			margin-bottom: 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:nth-child(1) {	margin-right: 2%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:nth-child(2) {	margin-left: 2%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall .button {	min-width: 51%}
	}
	@media screen and (max-width: 768px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex {
			 display: flex;
			 flex-wrap: wrap;
			 justify-content: space-between;
			 align-items: flex-start}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex {	width: 49%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:first-child {	margin: 0 1% 0 0}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:last-child {	margin: 0 0 0 1%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall .button {
			padding: 0.45em 0.75em 0.45em !important;
			vertical-align: middle}
	}
	@media screen and (max-width: 576px) {
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex {	width: 100%}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:first-child {	margin: 0 0 2em}
		body.contact section > .no_flex > .center > .flex > .container_flex.xsmall > .no_flex > .no_flex:last-child {	margin: 0 0 0 0}
	}
	
body.contact section#map > .no_flex {	min-height: 30em}
body.contact section#map > .no_flex > iframe.absolute {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%}
	
/************************************************************************************************************************************************************/
/* MENTIONS LEGALES																																			*/
/************************************************************************************************************************************************************/
body.mentions_legales section > .no_flex {  padding: 6em 0 8em}

	@media screen and (max-width: 1024px) {
		body.mentions_legales section > .no_flex {	padding: 2em 0 3em}
	}
	
body.mentions_legales section > .no_flex > .center > .no_flex,
body.mentions_legales section > .no_flex > .center > .flex {	margin: 0 0 4em}

	@media screen and (max-width: 1024px) {
		body.mentions_legales section > .no_flex > .center > .no_flex,
		body.mentions_legales section > .no_flex > .center > .flex {	margin: 0 0 2em}
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex {
			margin: 0 0 0 !important;
			width: 100% !important}
		body.mentions_legales section > .no_flex > .center > .flex > .container_flex:first-child {	margin-bottom: 2em !important}
	}
	
body.mentions_legales section > .no_flex > .center ul,
body.mentions_legales section > .no_flex > .center ul > li {
	width: 100% !important;
	padding: 0 0 0 !important}
body.mentions_legales section > .no_flex > .center ul {	margin: 0 0 0 !important}
body.mentions_legales section > .no_flex > .center ul > li::before {
	content: '';
	display: none}
	
/************************************************************************************************************************************************************/
/* ERREURS																																					*/
/************************************************************************************************************************************************************/
body.erreur .hero-style {
	height: 100vh;
	min-height: 100vh}
body.erreur .hero-slider .hero-slider-container {
	top: auto;
	bottom: 10%;
	transform: translateX(-50%)}
	
	@media screen and (max-width: 640px) {
		body.erreur .hero-slider .hero-slider-container {	transform: none}
	}

body.erreur section > .no_flex {  padding: 4em 0}
body.erreur section:last-child > .no_flex {	padding-bottom: 6em}
body.erreur section > .no_flex > .center > .no_flex > .no_flex {	position: relative}
body.erreur section > .no_flex > .center > .no_flex > .no_flex li {	margin: 0 0 0.5em !important}
body.erreur section ul {
	width: 95% !important;
	margin: 1em auto 0 !important;}
body.erreur section ul > li {
	margin: 0 1% 0.5em !important;
	padding: 0 0 0 !important}
body.erreur section ul > li::before  {	display: none}
	
	@media screen and (max-width: 1024px) {
		body.erreur section > .no_flex > .center > .no_flex > .no_flex {
			width: 95% !important;
			margin: 0 auto 0 !important}
		body.erreur section > .no_flex > .center > .no_flex > .no_flex::before {
			top: -1em;
			left: -1.5em;
			right: -1.5em;
			bottom: -1em}
	}
	@media screen and (max-width: 768px) {
		body.erreur section > .no_flex {  padding: 4em 0}
		body.erreur section:last-child > .no_flex {	padding-bottom: 2em}
		body.erreur section > .no_flex > .center > .no_flex > .no_flex::before {
			left: -2.5%;
			right: -2.5%}
	}
	@media screen and (max-width: 576px) {
		body.erreur section > .no_flex::after,
		body.erreur section > .no_flex > .center > .no_flex > .no_flex::before {	display: none}
		body.erreur section > .no_flex > .center > .no_flex > .no_flex > .no_flex h2 {	font-size: 1.3rem}
		body.erreur section > .no_flex > .center > .no_flex {  padding-bottom: 0}
		
	}