.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 1px solid #DDD;
	border-radius: 0px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	line-height: 38px;
	color: #444;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #F8f8f8;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}
.selectric-focus .selectric {
	border-color: #aaaaaa;
}
.selectric-hover .selectric {
	border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
	color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #c4c4c4;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F8F8F8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul, .selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected {
	background: #E0E0E0;
	color: #444;
}
.selectric-items li.highlighted {
	background: #D0D0D0;
	color: #444;
}
.selectric-items li:hover {
	background: #D5D5D5;
	color: #444;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: 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;
}
.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	/*height: 100%;*/
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url('../slick/ajax-loader.gif') center center no-repeat;
}
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('slick/fonts/slick.eot');
	src: url('slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('slick/fonts/slick.woff') format('woff'), url('slick/fonts/slick.ttf') format('truetype'), url('slick/fonts/slick.svg#slick') format('svg');
}
.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

@charset "UTF-8";@import "_variables.less";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea,* {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	resize: none;
}
hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #747474;
	margin: 20px 0;
}
html {
	font-size: 62.5%;
}
@media (max-width: 1400px) {
	html {
		font-size:60%;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size:58%;
	}
}
input[type="submit"],select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
}
.redBox,.yellowBox,.greenBox {
	padding: 10px;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.2;
}
.redBox {
	background: #ffc7c7;
	border: 1px solid #ff6c6c;
	color: #ff6c6c;
}
.greenBox {
	background: #c3ffa2;
	border: 1px solid #72b74d;
	color: #72b74d;
}
.yellowBox {
	background: #fff7b2;
	border: 1px solid #b7a058;
	color: #b7a058;
}
.testBox {
	background: #c3ffa2;
	border: 1px solid #72b74d;
	color: #72b74d;
	width: 100%;
	min-height: 150px;
}
strong {
	font-weight: bold;
}
a,input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
}
em {
	font-style: italic;
}
sup {
	font-size: smaller;
	vertical-align: super;
}
sub {
	font-size: smaller;
	vertical-align: sub;
}
img {
	width: 100%;
}
.wysiwyg img {
	max-width:100%;
	width:auto;
	height:auto;
}
.wysiwyg iframe {
	width: 100%;
	height: clamp(100px, 43vw, 500px);
}
#nav ul {
	list-style: none;
}
.row:after {
	content: " ";
	clear: both;
	display: block;
	width: 0;
	height: 0;
	margin: 0 !important;
}
.clear {
	clear: both;
	margin: 0 !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.fullBG {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fullBGfix {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
	.fullBGfix {
		background-attachment:fixed;
	}
}
@media {
	.fullBGfix {
		background-attachment: inherit;
	}
}
.fleft {
	float: left !important;
}
.fright {
	float: right !important;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.alLeft {
	text-align: left;
}
.alCenter {
	text-align: center;
}
.alRight {
	text-align: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.table .table_row {
	display: table-row;
}
.table .table_cell {
	display: table-cell;
	vertical-align: middle;
}
.titanic {
	float: none !important;
}

.wrapper {
	display: block;
	position: relative;
	max-width: 100%;
	min-height: 1px;
	margin: 0 auto;
	padding: 0 2%;
}
.wrapper1800,.wrapper1700,.wrapper1600,.wrapper1500,.wrapper1400,.wrapper1300,.wrapper1200,.wrapper1100,.wrapper1024,.wrapper1000,.wrapper900,.wrapper800,.wrapper700,.wrapper600,.wrapper500,.wrapper400 {
	padding: 0 2%;
	position: relative;
	margin: 0 auto;
}
.wrapper1800 {
	width: 100%;
	max-width: 1800px;
}
.wrapper1700 {
	width: 100%;
	max-width: 1700px;
}
.wrapper1600 {
	width: 100%;
	max-width: 1600px;
}
.wrapper1500 {
	width: 100%;
	max-width: 1500px;
}
.wrapper1400 {
	width: 100%;
	max-width: 1400px;
}
.wrapper1300 {
	width: 100%;
	max-width: 1300px;
}
.wrapper1200 {
	width: 100%;
	max-width: 1200px;
}
.wrapper1100 {
	width: 100%;
	max-width: 1100px;
}
.wrapper1024 {
	width: 100%;
	max-width: 1024px;
}
.wrapper1000 {
	width: 100%;
	max-width: 1000px;
}
.wrapper900 {
	width: 100%;
	max-width: 900px;
}
.wrapper800 {
	width: 100%;
	max-width: 800px;
}
.wrapper700 {
	width: 100%;
	max-width: 700px;
}
.wrapper600 {
	width: 100%;
	max-width: 600px;
}
.wrapper500 {
	width: 100%;
	max-width: 500px;
}
.wrapper400 {
	width: 100%;
	max-width: 400px;
}
.fw2 {
	font-weight: 200;
}
.fw3 {
	font-weight: 300;
}
.fw4 {
	font-weight: 400;
}
.fw5 {
	font-weight: 500;
}
.fw6 {
	font-weight: 600;
}
.fw7 {
	font-weight: 700;
}
.fw8 {
	font-weight: 800;
}
.fw9 {
	font-weight: 900;
}
.caps {
	text-transform: uppercase;
}
.ital {
	font-style: italic;
}
body {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 1px;
	-webkit-font-feature-settings: "liga" 0;
	-moz-font-feature-settings: "liga" 0;
	-ms-font-feature-settings: "liga" 0;
	-o-font-feature-settings: "liga" 0;
	font-feature-settings: "liga" 0;
}
*::selection {
	background: rgba(255,212,0,0.5);
	color: #000;
}
*::-moz-selection {
	background: rgba(12,28,65,0.4);
	color: #000;
}
:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	-webkit-box-shadow: 0 0 0 30px #706d8c inset;
}
.l1 {
	display: block;
	position: relative;
	width: 100%;
}
.l1 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 5.5rem;
	letter-spacing: 0;
	line-height: 1;
}
.l1.margin {
	margin: 0 0 3vw;
}
@media screen and (max-width: 1600px) {
	.l1 > * {
		font-size:4.5rem;
	}
}
@media screen and (max-width: 1400px) {
	.l1 > * {
		font-size:4rem;
	}
}
@media screen and (max-width: 1200px) {
	.l1 > * {
		font-size:4rem;
	}
	.hide_1200 {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	.l1 > * {
		font-size:3.5rem;
	}
}
@media screen and (max-width: 768px) {
	.l1 > * {
		font-size:3rem;
	}
}
.l2 {
	display: block;
	position: relative;
	width: 100%;
}
.l2 > *,.l2 > * > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 5rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l2.margin {
	margin: 0 0 3vw;
}
@media screen and (max-width: 1600px) {
	.l2 > * {
		font-size:4.5rem;
	}
}
@media screen and (max-width: 1400px) {
	.l2 > * {
		font-size:4rem;
	}
}
@media screen and (max-width: 1200px) {
	.l2 > * {
		font-size:3.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.l2 > * {
		font-size:3rem;
	}
}
@media screen and (max-width: 768px) {
	.l2 > * {
		font-size:2.4rem;
	}
}
.l3 {
	display: block;
	position: relative;
	width: 100%;
}
.l3 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l3.margin {
	margin: 0 0 3vw;
}
@media screen and (max-width: 1600px) {
	.l3 > * {
		font-size:3rem;
	}
}
@media screen and (max-width: 1024px) {
	.l3 > * {
		font-size:2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.l3 > * {
		font-size:2.1rem;
	}
}
.l4 {
	display: block;
	position: relative;
	width: 100%;
}
.l4 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l4.margin {
	margin: 0 0 30px;
}
@media screen and (max-width: 1600px) {
	.l4 > * {
		font-size:2.2rem;
	}
}
@media screen and (max-width: 1024px) {
	.l4 > * {
		font-size:2rem;
	}
}
@media screen and (max-width: 768px) {
	.l4 > * {
		font-size:1.8rem;
	}
}
.l5 {
	display: block;
	position: relative;
	width: 100%;
}
.l5 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l5--500 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}
.l5.margin {
	margin: 0 0 2vw;
}
@media screen and (max-width: 768px) {
	.l5 > * {
		font-size:1.5rem;
	}
}
.l6 {
	display: block;
	position: relative;
	width: 100%;
}
.l6 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l6.margin {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.l6 > * {
		font-size:1.1rem;
	}
}
.l7 {
	display: block;
	position: relative;
	width: 100%;
	text-transform: uppercase;
}
.l7 > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.2;
}
.l7.margin {
	margin: 5px 0;
}
@media screen and (max-width: 768px) {
	.l7 > * {
		font-size:1rem;
	}
}
p,li,.normal-text > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	padding: 0 0 30px 0;
	font-size: 1.7rem;
	color: #000000;
}
li {
	list-style-position: inside;
}
p:last-child,.normal-text > *:last-child {
	padding: 0;
}
p a {
	color: #000000;
	transition: color .7s;
}
p a:hover {
	color: #FFD400;
	transition: color .15s;
}
.color--white p a {
	color: #FFD400;
}
.color--white p a:hover {
	color: #747474;
	transition: color .15s;
}
.fat-text > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 30px 0;
	font-size: 1.8rem;
	color: #000000;
}
[data-popup] {
	display: none;
}
.bg--1 {
	background-color: #000000;
}
.bg--2 {
	background-color: #FFD400;
}
.bg--3 {
	background-color: #747474;
}
.bg--4 {
	background-color: #4D4D4D;
}
.bg--5 {
	background-color: #f5f5f5;
}
.bg--6 {
	background-color: #242424;
}
.bg--white {
	background-color: #FFF;
}
.color--1 {
	color: #000000;
}
.color--1 > * {
	color: #000000;
}
.color--2 {
	color: #FFD400;
}
.color--2 > * {
	color: #FFD400;
}
.color--3 {
	color: #747474;
}
.color--3 > * {
	color: #747474;
}
.color--4 {
	color: #4D4D4D;
}
.color--4 > * {
	color: #4D4D4D;
}
.color--white {
	color: #FFF;
}
.color--white > *,.color--white > * p {
	color: #FFF;
}
.color--white li {
	color: #FFF;
}
.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.flex.justify--around {
	justify-content: space-around;
}
.flex.justify--between {
	justify-content: space-between;
}
.flex.justify--center {
	justify-content: center;
}
.flex.justify--start {
	justify-content: flex-start;
}
.flex.justify--end {
	justify-content: flex-end;
}
.flex.align--center {
	align-items: center;
}
.flex.align--top {
	align-items: flex-start;
}
.flex.align--bottom {
	align-items: flex-end;
}
.flex.align--stretch {
	align-items: stretch;
}
.flex.no-shrink,.flex .no-shrink {
	flex-shrink: 0;
}
.flex--column {
	flex-flow: column wrap;
}
.flex--reverse-column {
	flex-flow: column wrap-reverse;
}
.flex--gap {
	margin: -20px;
}
.flex--gap > * {
	padding: 20px;
}
.flex--wrap {
	flex-wrap: wrap;
}
.flex--wrap-reverse {
	flex-wrap: wrap-reverse;
}
.flex--even {
	flex: 1 1 0;
}
.flex--grow {
	flex-grow: 1;
}
.flex--full {
	width: 100%;
}
.flex--half {
	width: 50%;
}
.flex--third {
	width: 33.33%;
}
.flex--2-third {
	width: 66.66%;
}
.flex--quarter {
	width: 25%;
}
.flex--fifth {
	width: 20%;
}
.flex--2-fifth {
	width: 40%;
}
.flex.margin {
	margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
	.flex--1600-full {
		display:block;
		width: 100%;
	}
	.flex--1600-half {
		width: 50%;
	}
	.flex--1600-third {
		width: 33.33%;
	}
	.flex--1600-quarter {
		width: 25%;
	}
	.flex--1600-fifth {
		width: 20%;
	}
}
@media screen and (max-width: 1400px) {
	.flex--1400-full {
		display:block;
		width: 100%;
		flex-basis: 100%;
	}
	.flex--1400-half {
		width: 50%;
	}
	.flex--1400-third {
		width: 33.33%;
	}
	.flex--1400-quarter {
		width: 25%;
	}
	.flex--1400-fifth {
		width: 20%;
	}
}
@media screen and (max-width: 1300px) {
	.flex--gap {
		margin:-15px;
	}
	.flex--gap > * {
		padding: 15px;
	}
}
@media screen and (max-width: 1200px) {
	.flex--1200-full {
		display:block;
		width: 100%;
		flex-basis: 100%;
	}
	.flex--1200-half {
		width: 50%;
	}
	.flex--1200-third {
		width: 33.33%;
	}
	.flex--1200-quarter {
		width: 25%;
	}
	.flex--1200-fifth {
		width: 20%;
	}
}
@media screen and (max-width: 1024px) {
	.flex--1024-reverse-column {
		flex-flow:column-reverse wrap-reverse;
	}
	.flex--1024-full {
		display: block;
		width: 100%;
		flex-basis: 100%;
	}
	.flex--1024-half {
		width: 50%;
	}
	.flex--1024-third {
		width: 33.33%;
	}
	.flex--1024-quarter {
		width: 25%;
	}
	.flex--1024-fifth {
		width: 20%;
	}
}
@media screen and (max-width: 900px) {
	.flex--gap {
		margin:-10px;
	}
	.flex--gap > * {
		padding: 10px;
	}
	.flex.wrap--900 {
		display: block;
	}
	.flex.wrap--900 > *:not(:last-child) {
		margin-bottom: 15px;
	}
	.flex--900-full {
		display: block;
		width: 100%;
		flex-basis: 100%;
	}
	.flex--900-half {
		width: 50%;
	}
	.flex--900-third {
		width: 33.33%;
	}
	.flex--900-quarter {
		width: 25%;
	}
	.flex--900-fifth {
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.flex--768-wrap-reverse {
		flex-wrap:wrap-reverse;
		flex-direction: row-reverse;
	}
	.flex--768-full {
		display: block;
		width: 100%;
		flex-basis: 100%;
	}
	.flex--768-half {
		width: 50%;
	}
	.flex--768-third {
		width: 33.33%;
	}
	.flex--768-quarter {
		width: 25%;
	}
	.flex--768-fifth {
		width: 20%;
	}
	.flex.wrap--768 {
		display: block;
	}
	.flex.wrap--768 > *:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	.flex.wrap--600 {
		display:block;
	}
	.flex.wrap--600 > *:not(:last-child) {
		margin-bottom: 15px;
	}
	.flex--gap:not(.flex--forever) {
		margin: -10px 0;
	}
	.flex--gap:not(.flex--forever).margin {
		margin-bottom: 30px;
	}
	.flex--gap:not(.flex--forever) > * {
		padding: 10px 0;
	}
	.flex--full,.flex--half,.flex--third,.flex--2-third,.flex--quarter,.flex--fifth,.flex--600-full {
		display: block;
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.flex--600-half {
		width: 50%;
		flex-basis: 50%;
	}
}
.padd {
	padding: 15vh 0;
	padding: clamp(40px,10vh,70px) 0;
}
.padd.padd--small {
	padding: 8vh;
	padding: clamp(30px,8vh,75px) 0;
}
.padd.padd--top {
	padding-bottom: 0;
}
.padd.padd--bottom {
	padding-top: 0;
}
.padd + .padd {
	padding-top: 0;
}
@media screen and (max-width: 1024px) {
	.padd {
		padding:clamp(50px,7vh,100px) 0;
	}
}
@media screen and (max-width: 768px) {
	.padd {
		padding:clamp(30px,5vh,75px) 0;
	}
}
.section:first-child {
	padding-top: 120px;
}
.section.bg--white + .section.bg--white .padd {
	padding-top: 0;
}
.section.bg--1 + .section.bg--1 .padd {
	padding-top: 0;
}
.section.bg--2 + .section.bg--2 .padd {
	padding-top: 0;
}
.section.bg--3 + .section.bg--3 .padd {
	padding-top: 0;
}
.section.bg--4 + .section.bg--4 .padd {
	padding-top: 0;
}
.section.bg--5 + .section.bg--5 .padd {
	padding-top: 0;
}
.sticky {
	position: sticky;
	top: 140px;
}
.visible {
	position: relative;
}
@media screen and (min-width: 769px) {
	.visible.fade {
		opacity:0;
		transition: all 0s;
	}
	.visible.fade-left {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
		transition: all 0s;
	}
	.visible.fade-right {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		transition: all 0s;
	}
	.visible.fade-up {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
		transition: all 0s;
	}
	.visible.fade-down {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
		transition: all 0s;
	}
	.visible.zoom {
		opacity: 0;
		-webkit-transform: scale(0.0);
		-moz-transform: scale(0.0);
		-ms-transform: scale(0.0);
		-o-transform: scale(0.0);
		transform: scale(0.0);
		transition: all 0s;
	}
	.visible.alive {
		transition-delay: .3s;
	}
	.visible.alive.fade {
		opacity: 1;
		transition-duration: .5s;
	}
	.visible.alive.fade-right,.visible.alive.fade-left,.visible.alive.fade-up,.visible.alive.fade-down,.visible.alive.zoom {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		transition-duration: .5s;
	}
	.visible.alive.delay--1 {
		transition-delay: 0.4s;
	}
	.visible.alive.delay--2 {
		transition-delay: 0.5s;
	}
	.visible.alive.delay--3 {
		transition-delay: 0.6s;
	}
	.visible.alive.delay--4 {
		transition-delay: 0.7s;
	}
	.visible.alive.delay--5 {
		transition-delay: 0.8s;
	}
	.visible.alive.delay--6 {
		transition-delay: 0.9s;
	}
	.visible.alive.delay--7 {
		transition-delay: 0.10s;
	}
	.visible.alive.delay--8 {
		transition-delay: 0.11s;
	}
	.visible.alive.delay--9 {
		transition-delay: 0.12s;
	}
	.visible.alive.delay--10 {
		transition-delay: 0.13s;
	}
}
.wrap {
	padding-left: 7.5vw;
	padding-right: 7.5vw;
	max-width: 1920px;
	margin: 0 auto;
}
@media screen and (min-width: 1101px) {
	.wrap.double {
		padding-left:15vw;
		padding-right: 15vw;
	}
}
.annonce img {
	width: 100%;
}
.big_pic_wrap {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 5vw;
}
.big_pic_wrap img {
	width: 100%;
}
.bubble_stack--3 {
	display: inline-block;
	vertical-align: top;
	width: 25vw;
	height: 25vw;
	margin: 1vw;
}
.bubble_stack--3 .round_btn .text span.titre {
	padding: 0 30px;
	font-size: 1.2vw;
	max-width: 90%;
}
.bubble_stack--3 .round_cta .top_text {
	font-size: 1.8vw;
}
@media screen and (max-width: 900px) {
	.bubble_stack--3 {
		width:35vw;
		height: 35vw;
		margin: 2vw;
	}
	.bubble_stack--3 .round_btn .text span.titre {
		padding: 0 30px;
		font-size: 1.8vw;
	}
	.bubble_stack--3 .round_cta .top_text {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 768px) {
	.bubble_stack--3 {
		width:75vw;
		height: 75vw;
	}
	.bubble_stack--3 .round_btn .text span.titre {
		max-width: 100%;
		font-size: 4vw;
	}
	.bubble_stack--3 .round_cta .top_text {
		font-size: 4vw;
	}
}
.classy {
	display: inline-block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.classy .btn_content {
	display: inline-block;
	position: relative;
}
.classy .txt {
	display: inline-block;
	position: relative;
	padding: 15px 35px 15px 15px;
	z-index: 1;
}
.classy .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #FFD400;
	width: 21px;
	height: 21px;
	text-align: center;
	padding: 4px;
	color: #000000;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	z-index: 2;
}
.classy--bg-none {
	padding-left: 0;
}
.classy--bg-1 .txt {
	background: #000000;
	clip-path: polygon(0 0,100% 0,calc(100% - 10px) 100%,0% 100%);
}
.classy--bg-white .txt {
	background: #FFF;
	clip-path: polygon(0 0,100% 0,calc(100% - 10px) 100%,0% 100%);
}
.classy + .classy {
	margin-left: 50px;
}
.classy:hover .icon,a:hover .classy .icon {
	left: calc(100% + 15px);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
@media screen and (max-width: 768px) {
	.classy {
		display:block;
		font-size: 11px;
	}
	.classy + .classy {
		margin-top: 15px;
		margin-left: 0;
	}
}
.classy_container {
	display: block;
	position: relative;
	margin-top: 30px;
}
.classy_container.spaceUp {
	margin-top: clamp(50px, 5vw, 100px);
}
.cta_team .table {
	table-layout: fixed;
}
.cta_team .table .table_cell {
	vertical-align: top;
}
.cta_team .table .table_cell:nth-child(2) {
	padding-left: 5vw;
}
@media screen and (max-width: 1024px) {
	.cta_team .table {
		display:block;
		position: relative;
		width: 100%;
	}
	.cta_team .table .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.cta_team .table .table_cell:nth-child(2) {
		padding-top: 5vw;
		padding-left: 0;
	}
}
.full_w_pub {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px;
}
.full_w_pub a {
	display: inline-block;
}
.iceberg--whole + .iceberg--whole {
	margin-top: 30px;
}
.iceberg--tip {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 50px 20px 0;
	border-bottom: 1px solid #747474;
	cursor: pointer;
}
.iceberg--tip .icon {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 24px;
	height: 24px;
	background: #FFD400;
	color: #000000;
}
.iceberg--tip .icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.iceberg--tip.icebergOpen .icon::before {
	-webkit-transform: translate(-50%,-50%) scaley(-1);
	-moz-transform: translate(-50%,-50%) scaley(-1);
	-ms-transform: translate(-50%,-50%) scaley(-1);
	-o-transform: translate(-50%,-50%) scaley(-1);
	transform: translate(-50%,-50%) scaley(-1);
}
.iceberg--body {
	display: none;
	padding-top: 20px;
}
.iframe_wrap {
	display: block;
	position: relative;
	width: 100%;
	margin: 5vw 0 0;
}
.iframe_wrap img {
	width: 100%;
}
.img_txt {
	display: block;
	position: relative;
	width: 100%;
}
.img_txt .title {
	display: block;
	position: relative;
	width: 600px;
	max-width: 100%;
}
.img_txt .image_wrap {
	display: block;
	position: relative;
	width: 70%;
	height: 35vw;
	z-index: 1;
}
.img_txt .image_wrap .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.img_txt .table.btn_text {
	position: relative;
	z-index: 2;
}
.img_txt .table.btn_text .table_row .table_cell {
	vertical-align: middle;
}
.img_txt .table.btn_text .table_row .table_cell:nth-child(1) {
	width: 50vw;
}
.img_txt .table.btn_text .table_row .table_cell:nth-child(2) {
	padding-right: 10vw;
}
.img_txt .table.btn_text .table_row:nth-child(2) .table_cell {
	padding-top: 3vw;
}
.img_txt [data-id="marginHeight"] {
	position: relative;
	-webkit-transform: translateY(-3vw);
	-moz-transform: translateY(-3vw);
	-ms-transform: translateY(-3vw);
	-o-transform: translateY(-3vw);
	transform: translateY(-3vw);
}
@media screen and (max-width: 1200px) {
	.img_txt .image_wrap {
		width:100%;
		height: 45vw;
	}
	.img_txt .table.btn_text {
		display: block;
		position: relative;
		width: 100%;
		padding: 5vw 0 0;
	}
	.img_txt .table.btn_text .table_row {
		display: block;
		position: relative;
		width: 100%;
	}
	.img_txt .table.btn_text .table_row .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.img_txt .table.btn_text .table_row .table_cell:nth-child(1) {
		width: 100%;
	}
	.img_txt .table.btn_text .table_row .table_cell:nth-child(2) {
		padding-right: 0;
	}
	.img_txt [data-id="marginHeight"] {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
.infos_n_share {
	position: relative;
	width: 100%;
	padding: 8px 0;
	margin: 40px 0;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.infos_n_share .share .share_text {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0;
}
.infos_n_share .share a {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-left: 5px;
}
.infos_n_share .share a svg {
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 768px) {
	.infos_n_share {
		border:none;
	}
	.infos_n_share .share {
		margin: 15px 0 0;
	}
}
.resized,.resize {
	display: block;
}
.round_btn {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.round_btn .text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #FFD400;
	text-align: center;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.round_btn .text span {
	display: block;
	position: relative;
}
.round_btn .text span.heure {
	margin-top: -20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.round_btn .text span.date {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0;
	color: #747474;
	padding: 6px 0 15px;
}
.round_btn .text span.titre {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	max-width: 250px;
	margin: 0 auto;
	letter-spacing: 0;
	padding: 0 20px;
}
.round_btn .text span.auteur {
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0;
	color: #000000;
	padding-top: 15px;
}
.round_btn:hover .text {
	height: 60%;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
@media screen and (max-width: 1024px) {
	.round_btn .text {
		height:60%;
		-webkit-transition: all .15s;
		-moz-transition: all .15s;
		-ms-transition: all .15s;
		-o-transition: all .15s;
		transition: all .15s;
	}
}
.round_cta {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #242424;
	text-align: center;
}
.round_cta .top_text span,.round_cta .bottom_text span {
	display: block;
	position: absolute;
	width: 100%;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
}
.round_cta .top_text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #FFF;
	z-index: 1;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.round_cta .bottom_text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #FFD400;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000000;
	z-index: 1;
}
.round_cta .bottom_text span {
	top: 45%;
}
.round_cta .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	background: #FFD400;
	color: #000000;
	font-size: 30px;
	padding: 5px;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.round_cta:hover .top_text {
	color: #FFD400;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.round_cta:hover .icon {
	left: calc(50% + 15px);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.selectric-wrapper {
	box-shadow: 0 1px 0 #000000;
	margin-bottom: 15px;
}
.selectric-wrapper.selectric-open .selectric-icon {
	-webkit-transform: scaleY(-1) translateY(-50%);
	-moz-transform: scaleY(-1) translateY(-50%);
	-ms-transform: scaleY(-1) translateY(-50%);
	-o-transform: scaleY(-1) translateY(-50%);
	transform: scaleY(-1) translateY(-50%);
}
.selectric-wrapper.selectric-open .selectric-items {
	-webkit-transition: visibility 0s, opacity .4s, transform .4s;
	-moz-transition: visibility 0s, opacity .4s, transform .4s;
	-ms-transition: visibility 0s, opacity .4s, transform .4s;
	-o-transition: visibility 0s, opacity .4s, transform .4s;
	transition: visibility 0s, opacity .4s, transform .4s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.selectric {
	padding: 0;
	margin: 0;
	border: 0;
	background: inherit;
}
.selectric .label {
	height: auto;
	margin: 0;
}
.selectric-icon {
	transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-moz-transition: -moz-transform .25s ease-in-out;
	-ms-transition: -ms-transform .25s ease-in-out;
	-o-transition: -o-transform .25s ease-in-out;
	position: absolute;
	bottom: 50%;
	right: 20px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.selectric-items {
	-webkit-transition: visibility 0s .25s, opacity .25s, transform .25s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: visibility 0s .25s, opacity .25s, transform .25s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: visibility 0s .25s, opacity .25s, transform .25s cubic-bezier(.68,.16,.39,.98);
	-o-transition: visibility 0s .25s, opacity .25s, transform .25s cubic-bezier(.68,.16,.39,.98);
	transition: visibility 0s .25s, opacity .25s, transform .25s cubic-bezier(.68,.16,.39,.98);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	display: block;
	border: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.selectric-items li {
	-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	transition-duration: .25s;
	position: relative;
	font-size: 1.3rem;
	line-height: 1;
	padding: 15px;
	background: #FFF;
	color: #4D4D4D;
}
.selectric-items li:hover {
	background: #FFD400;
	color: #FFF;
}
.selectric-items li.highlighted {
	background: #747474;
	color: #FFF;
}
.txt_txt_col .table + .table {
	margin-top: 5vw;
}
.txt_txt_col .table .table_cell {
	vertical-align: top;
}
.txt_txt_col .table .table_cell:nth-child(1) {
	width: 300px;
}
.txt_txt_col .table .table_cell:nth-child(2) {
	padding-left: 5vw;
}
@media screen and (max-width: 1024px) {
	.txt_txt_col .table {
		display:block;
		position: relative;
		width: 100%;
	}
	.txt_txt_col .table + .table {
		margin-top: 10vw;
	}
	.txt_txt_col .table .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.txt_txt_col .table .table_cell:nth-child(1) {
		width: 100%;
	}
	.txt_txt_col .table .table_cell:nth-child(2) {
		padding-top: 30px;
		padding-left: 0;
	}
}
.video_player {
	display: block;
	position: relative;
	width: 100%;
}
.video_player .media {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #747474;
	height: 40vw;
}
.video_player .media > iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.video_player .media video {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.video_player .media > div {
	height: 100%;
	width: 80%;
	background-size: cover;
	border: 12px solid #000000;
	border-radius: 12px;
}
.video_player .media .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	cursor: pointer;
	width: 60px;
	height: 60px;
	background: #FFD400;
	text-align: center;
	padding: 11px;
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	-ms-transition: background .7s;
	-o-transition: background .7s;
	transition: background .7s;
}
.video_player .media .play-btn:hover {
	background: #FFF;
	-webkit-transition: background .15s;
	-moz-transition: background .15s;
	-ms-transition: background .15s;
	-o-transition: background .15s;
	transition: background .15s;
}
@media screen and (max-width: 1200px) {
	.video_player .media {
		height:50vw;
	}
}
@media screen and (max-width: 768px) {
	.video_player .media {
		height:50vw;
	}
	.video_player .media video {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
form {
	display: block;
	position: relative;
	width: 100%;
}
form label input[type="text"],form label input[type="email"],form label textarea {
	display: block;
	position: relative;
	width: 100%;
	background: none;
	border: 1px solid #747474;
	padding: 12px 15px;
	margin: 6px 0 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #FFF;
}
form label.submit {
	display: inline-block;
	margin: 30px 0 0;
	cursor: pointer;
}
form label.submit span {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #000000;
	background: #FFD400;
	padding: 12px 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
form label.submit span:hover {
	background: #FFF;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
form label ::placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #747474;
}
form label :-ms-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #747474;
}
form label ::-ms-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #747474;
}
form .choices {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 30px;
}
form .choices label {
	display: block;
	margin: 10px 0 5px;
	cursor: pointer;
}
form .choices label span {
	position: relative;
	padding-left: 20px;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #FFF;
}
form .choices label span::before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	top: 5px;
	left: 0;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
form .choices label input:checked + span::before {
	background: #FFD400;
}
form .choices label.radio span::before {
	border-radius: 50%;
}
form .select_wrap .selectric {
	display: block;
	position: relative;
	width: 250px;
	max-width: 100%;
	border: 1px solid #747474;
}
form .select_wrap .selectric .label {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px;
}
form .select_wrap .selectric .selectric-icon {
	display: block;
	position: absolute;
	top: 30%;
	right: 15px;
	color: #FFD400;
}
form .select_wrap .selectric-items ul li {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
#update_browser {
	display: block;
	width: 100%;
	padding: 10px 35px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	background: #f8f8f8;
	text-align: center;
	border-top: 2px solid red;
}
#update_browser.hide {
	display: none !important;
}
#update_browser p {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0;
}
#update_browser #close_update_browser {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 1.8rem;
	color: #000000;
	cursor: pointer;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}
#update_browser #close_update_browser:hover {
	color: red;
}
.hide {
	display: none !important;
}
@media screen and (max-width: 1200px) {
	.hide_1200 {
		display:none !important;
	}
	.hide.show_1200 {
		display: block !important;
	}
}
@media screen and (max-width: 900px) {
	.hide_900 {
		display:none !important;
	}
	.hide.show_900 {
		display: block !important;
	}
}
@media print {
	#nav,#footer,#cammed,#update_browser {
		display: none !important;
	}
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: #FFF;
	z-index: 999;
	padding: 14px 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.09);
}
.nav a.logoTop {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 2vw;
}
.nav .left_side .left_menu {
	display: inline-block;
	vertical-align: middle;
}
.nav .left_side .left_menu > ol {
	list-style: none;
}
.nav .left_side .left_menu > ol > li {
	display: inline-block;
	padding: 0;
}
.nav .left_side .left_menu > ol > li > a {
	display: block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	color: #000000;
	padding: 15px;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
	text-transform: uppercase;
}
.nav .left_side .left_menu > ol > li > a:hover {
	color: #FFD400;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.nav .right_side .right_menu {
	display: inline-block;
	vertical-align: middle;
}
.nav .right_side .right_menu > ol {
	list-style: none;
}
.nav .right_side .right_menu > ol > li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.nav .right_side .right_menu > ol > li > a,.nav .right_side .right_menu > ol > li > span {
	display: block;
	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	font-size: 1rem;
	color: #747474;
	padding: 10px;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
	text-transform: uppercase;
	cursor: pointer;
}
.nav .right_side .right_menu > ol > li > a span,.nav .right_side .right_menu > ol > li > span span {
	color: #FFD400;
	font-size: 1.2em;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.nav .right_side .right_menu > ol > li > ol {
	display: block;
	position: absolute;
	top: 99%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 120px;
	background: #FFF;
	text-align: center;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility 0s .3s;
	-moz-transition: opacity .3s, visibility 0s .3s;
	-ms-transition: opacity .3s, visibility 0s .3s;
	-o-transition: opacity .3s, visibility 0s .3s;
	transition: opacity .3s, visibility 0s .3s;
}
.nav .right_side .right_menu > ol > li > ol > li {
	display: block;
	position: relative;
	padding: 0;
}
.nav .right_side .right_menu > ol > li > ol > li > a {
	display: block;
	position: relative;
	padding: 6px 15px;
	white-space: nowrap;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #747474;
	text-transform: uppercase;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.nav .right_side .right_menu > ol > li > ol > li > a:hover {
	color: #FFD400;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.nav .right_side .right_menu > ol > li:hover > a,.nav .right_side .right_menu > ol > li:hover > span {
	color: #FFD400;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.nav .right_side .right_menu > ol > li:hover > a span,.nav .right_side .right_menu > ol > li:hover > span span {
	color: #000000;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.nav .right_side .right_menu > ol > li:hover > ol {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	-ms-transition: opacity .3s, visibility 0s;
	-o-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.nav .right_side .search {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 10px;
	background: #000000;
	color: #FFD400;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	cursor: pointer;
}
.nav .right_side .search .normal_state {
	display: block;
}
.nav .right_side .search .active_state {
	display: none;
}
.nav .right_side .search:hover,.nav .right_side .search.active {
	color: #000000;
	background: #FFD400;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.nav .right_side .search.active .normal_state {
	display: none;
}
.nav .right_side .search.active .active_state {
	display: block;
}
@media screen and (max-width: 1660px) {
	.nav .left_side .left_menu > ol > li > a {
		font-size:1.2rem;
		padding: 10px;
	}
	.nav .right_side .right_menu > ol > li > a,.nav .right_side .right_menu > ol > li > span {
		padding: 6px;
	}
}
@media screen and (max-width: 1500px) {
	.nav .right_side .right_menu {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	.nav {
		height:90px;
		padding: 10px 0;
	}
	.nav a.logoTop {
		height: 70px;
	}
	.nav a.logoTop svg {
		max-height: 100%;
	}
}
@media screen and (max-width: 1100px) {
	.nav .left_side .left_menu {
		display:none;
	}
	.nav .right_side {
		position: relative;
		top: -5px;
	}
}
@media screen and (max-width: 500px) {
	.nav {
		height:70px;
	}
	.nav a.logoTop {
		height: 50px;
		width: 100px;
	}
	.nav a.logoTop svg {
		max-width: 100%;
	}
}
.is-animating {
	pointer-events: none;
}
.hamburger {
	padding: 15px 0 15px 15px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0 0 0 15px;
	overflow: visible;
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
	background-color: #FFD400;
}
.hamburger .txt {
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	color: ;
	font-size: 10px;
	letter-spacing: 1.5px;
	top: calc(100% + 6px);
}
.hamburger .txt span {
	-webkit-transition: color .4s, opacity .2s, transform .2s, visibility 0s .2s;
	-moz-transition: color .4s, opacity .2s, transform .2s, visibility 0s .2s;
	-ms-transition: color .4s, opacity .2s, transform .2s, visibility 0s .2s;
	-o-transition: color .4s, opacity .2s, transform .2s, visibility 0s .2s;
	transition: color .4s, opacity .2s, transform .2s, visibility 0s .2s;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.hamburger .txt span.opened {
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	opacity: 0;
}
@media screen and (max-width: 1500px) {
	.hamburger {
		display:inline-block;
	}
}
.hamburger-box {
	width: 35px;
	height: 20px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
	width: 35px;
	height: 4px;
	background-color: #000000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}
.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger--slider .hamburger-inner::before {
	top: 8px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
	top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0,8px,0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5px,-4px,0);
	opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0,-16px,0) rotate(-90deg);
}
.burger_menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000000;
	padding: 160px 0 60px;
	overflow: auto;
	z-index: 888;
}
.burger_menu ol.menuMobile {
	display: block;
	position: relative;
	width: 100%;
}
.burger_menu ol.menuMobile > li {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
}
.burger_menu ol.menuMobile > li > a,.burger_menu ol.menuMobile > li > span {
	display: block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 3rem;
	color: #FFD400;
	cursor: pointer;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.burger_menu ol.menuMobile > li > a span,.burger_menu ol.menuMobile > li > span span {
	margin-right: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.burger_menu ol.menuMobile > li > ol {
	display: none;
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}
.burger_menu ol.menuMobile > li > ol > li {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
}
.burger_menu ol.menuMobile > li > ol > li > a {
	display: block;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2rem;
	color: #747474;
	cursor: pointer;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.burger_menu ol.menuMobile > li > ol > li:hover > a {
	color: #FFF;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.burger_menu ol.menuMobile > li:hover > a,.burger_menu ol.menuMobile > li:hover > span,.burger_menu ol.menuMobile > li.active > a,.burger_menu ol.menuMobile > li.active > span {
	color: #FFF;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.burger_menu ol.menuMobile > li.active > a span,.burger_menu ol.menuMobile > li.active > span span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
	.burger_menu {
		display:none !important;
	}
}
@media screen and (max-width: 500px) {
	.burger_menu ol.menuMobile > li > a,.burger_menu ol.menuMobile > li > span {
		font-size:2.2rem;
	}
	.burger_menu ol.menuMobile > li > ol > li > a {
		font-size: 1.7rem;
	}
}
.search_menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 900;
	background: #141414;
	padding-top: 25vh;
}
.search_menu form input[type="text"] {
	display: block;
	position: relative;
	width: 100%;
	padding: 2vw;
	background: #FFF;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 3vw;
	color: #000000;
	margin-top: 30px;
}
.search_menu form ::-webkit-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 3vw;
	color: #999;
}
.search_menu form :-moz-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 3vw;
	color: #999;
}
.search_menu form :-ms-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 3vw;
	color: #999;
}
.search_results {
	color: #FFF;
}
.search_results .color--white p,.search_results .color--white li,.search_results .color--white .normal_text {
	color: #FFF;
}
.search_results .filters .tab.active span {
	border-bottom-color: #FFD400;
}
.search_results .filters .tab span {
	transition: color .5s, border .5s;
	display: block;
	padding-bottom: 20px;
	border-bottom: 8px solid #4D4D4D;
	text-align: center;
	cursor: pointer;
}
.search_results .filters .tab span:hover {
	color: #FFD400;
}
.search_results .tab_panel:not(:first-child) {
	display: none;
}
.search_results .service:hover hr {
	background: #FFD400;
}
.search_results .service hr {
	transition: background .5s;
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 10px 0;
	opacity: 0.85;
}
.acc_header {
	display: block;
	position: relative;
	width: 100%;
}
.acc_header .table.section_structure > .table_cell {
	vertical-align: top;
}
.acc_header .table.section_structure > .table_cell:nth-child(1) {
	padding-right: 5vw;
}
.acc_header .table.section_structure > .table_cell:nth-child(2) {
	width: 300px;
}
.acc_header .colD a {
	display: block;
}
.acc_header .colD .mobile_stack + .mobile_stack {
	margin-top: 30px;
}
.acc_header .blog_padd {
	padding: 0 2vw;
}
.acc_header .blog_preview {
	display: block;
	position: relative;
	width: 100%;
	/*min-height: 345px;*/
	max-height: 500px;
	overflow: hidden;
}
.acc_header .blog_preview::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 10%);
	z-index: 1;
}
.acc_header .blog_preview > div.table {
	position:absolute;
	top:0px;
}
.acc_header .blog_preview .table {
	position: relative;
	z-index: 2;
}
.acc_header .blog_preview .table > .table_cell {
	vertical-align: top;
	padding: 4vw 2vw;
}
.acc_header .blog_preview .table > .table_cell:nth-child(1) {
	width: 400px;
}
.acc_header .blog_preview .blog_infos {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding: 15px 0;
}
.acc_header .blog_preview .blog_infos .hour {
	padding-left: 6px;
}
@media screen and (max-width: 1300px) {
	.acc_header .table.section_structure {
		display:block;
		position: relative;
		width: 100%;
	}
	.acc_header .table.section_structure + .section_structure {
		margin-top: 5vw;
	}
	.acc_header .table.section_structure > .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.acc_header .table.section_structure > .table_cell:nth-child(1) {
		padding-right: 0;
	}
	.acc_header .table.section_structure > .table_cell:nth-child(2) {
		width: 100%;
		padding-top: 5vw;
	}
	.acc_header .blog_padd {
		padding: 0 5vw;
	}
	.acc_header .blog_preview .table {
		display: block;
		position: relative;
		width: 100%;
	}
	.acc_header .blog_preview .table > .table_cell {
		display: block;
		position: relative;
		width: 100%;
		padding: 5vw;
	}
	.acc_header .blog_preview .table > .table_cell:nth-child(2) {
		padding: 0 2vw 5vw;
	}
	.acc_header .colD {
		text-align: center;
	}
	.acc_header .colD .mobile_stack {
		display: inline-block;
		width: 25vw;
		height: 25vw;
		vertical-align: top;
		margin: 1vw;
	}
	.acc_header .colD .mobile_stack + .mobile_stack {
		margin-top: 1vw;
	}
	.acc_header .colD .mobile_stack .round_btn .text span.titre {
		padding: 0 30px;
		font-size: 1.2vw;
	}
	.acc_header .colD .mobile_stack .round_cta .top_text {
		font-size: 1.8vw;
	}
}
@media screen and (max-width: 900px) {
	.acc_header .colD .mobile_stack {
		width:35vw;
		height: 35vw;
		margin: 2vw;
	}
	.acc_header .colD .mobile_stack + .mobile_stack {
		margin-top: 2vw;
	}
	.acc_header .colD .mobile_stack .round_btn .text span.titre {
		padding: 0 30px;
		font-size: 1.8vw;
	}
	.acc_header .colD .mobile_stack .round_cta .top_text {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 768px) {
	.acc_header .colD .mobile_stack {
		width:75vw;
		height: 75vw;
	}
	.acc_header .colD .mobile_stack .round_btn .text span.titre {
		max-width: 100%;
		font-size: 4vw;
	}
	.acc_header .colD .mobile_stack .round_cta .top_text {
		font-size: 4vw;
	}
}
@media screen and (max-width: 600px) {
	.acc_header .blog_preview .table > .table_cell:nth-child(1) {
		width:100%;
	}
	.acc_header .blog_preview .blog_infos .nom {
		display: block;
	}
}
.acc_onDemand {
	display: block;
	position: relative;
	width: 100%;
}
.acc_onDemand .cards_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 2vw 0 0;
}
.acc_onDemand .cards_wrap .card {
	display: inline-block;
	/*width: 30%;*/
	width: 100%;
	margin: 1%;
	text-align: left;
}
.acc_onDemand .cards_wrap .card .image_wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 15vw;
}
.acc_onDemand .cards_wrap .card .image_wrap .icon {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 55px;
	height: 55px;
	background: #FFD400;
	text-align: center;
	padding: 8px;
	z-index: 2;
	-webkit-transition: left .7s;
	-moz-transition: left .7s;
	-ms-transition: left .7s;
	-o-transition: left .7s;
	transition: left .7s;
}
.acc_onDemand .cards_wrap .card .image_wrap .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.acc_onDemand .cards_wrap .card .text {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px 0 0;
}
.acc_onDemand .cards_wrap .card .text hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 10px 0;
}
.acc_onDemand .cards_wrap .card:hover .image_wrap .icon {
	left: calc(50% + 15px);
	-webkit-transition: left .15s;
	-moz-transition: left .15s;
	-ms-transition: left .15s;
	-o-transition: left .15s;
	transition: left .15s;
}
@media screen and (max-width: 900px) {
	.acc_onDemand .cards_wrap .card {
		display:block;
		width: 100%;
		margin: 0 0 10vw;
	}
	.acc_onDemand .cards_wrap .card:last-child {
		margin: 0;
	}
	.acc_onDemand .cards_wrap .card .image_wrap {
		height: 45vw;
	}
}
.acc_emissions .slick_emissions {
	display: block;
	position: relative;
	width: 100%;
	padding: 2vw 0 0;
}
.acc_emissions .slick_emissions .slide {
	margin: 1vw;
	text-align: left;
}
.acc_emissions .slick_emissions .slide .image_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #000000;
	border-radius: 50%;
	-webkit-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	transition: all .7s cubic-bezier(.68,.16,.39,.98);
}
.acc_emissions .slick_emissions .slide .image_wrap .icon {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 55px;
	height: 55px;
	background: #FFD400;
	text-align: center;
	padding: 8px;
	z-index: 2;
	-webkit-transition: left .7s;
	-moz-transition: left .7s;
	-ms-transition: left .7s;
	-o-transition: left .7s;
	transition: left .7s;
}
.acc_emissions .slick_emissions .slide .image_wrap .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 50%;
	-webkit-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	transition: all .7s cubic-bezier(.68,.16,.39,.98);
	opacity: 0.5;
}
.acc_emissions .slick_emissions .slide .text {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0 0;
}
.acc_emissions .slick_emissions .slide .text hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 20px 0;
}
.acc_emissions .slick_emissions .slide:hover .image_wrap {
	border-radius: 50% 50% 50% 12px;
	-webkit-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	transition: all .15s cubic-bezier(.68,.16,.39,.98);
}
.acc_emissions .slick_emissions .slide:hover .image_wrap .icon {
	left: calc(50% + 15px);
	-webkit-transition: left .15s;
	-moz-transition: left .15s;
	-ms-transition: left .15s;
	-o-transition: left .15s;
	transition: left .15s;
}
.acc_emissions .slick_emissions .slide:hover .image_wrap .image {
	opacity: 1;
	border-radius: 50% 50% 50% 12px;
	-webkit-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	transition: all .15s cubic-bezier(.68,.16,.39,.98);
}
.acc_emissions .slick_emissions .slick-prev,.acc_emissions .slick_emissions .slick-next {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #000000;
	top: 15vw;
	left: 0;
	background: #FFF url('../images/SVG/prev.svg') center no-repeat;
	z-index: 9;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.acc_emissions .slick_emissions .slick-prev:hover,.acc_emissions .slick_emissions .slick-next:hover {
	background: #FFD400 url('../images/SVG/prev.svg') center no-repeat;
}
.acc_emissions .slick_emissions .slick-prev::before,.acc_emissions .slick_emissions .slick-next::before {
	display: none;
}
.acc_emissions .slick_emissions .slick-next {
	left: auto;
	right: 0;
	background: #FFF url('../images/SVG/next.svg') center no-repeat;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.acc_emissions .slick_emissions .slick-next:hover {
	background: #FFD400 url('../images/SVG/next.svg') center no-repeat;
}
@media screen and (max-width: 1300px) {
	.acc_emissions .slick_emissions .slick-prev,.acc_emissions .slick_emissions .slick-next {
		top:18vw;
	}
}
@media screen and (max-width: 1000px) {
	.acc_emissions .slick_emissions .slick-prev,.acc_emissions .slick_emissions .slick-next {
		top:25vw;
	}
}
@media screen and (max-width: 768px) {
	.acc_emissions .slick_emissions .slide {
		margin:2vw;
	}
}
@media screen and (max-width: 600px) {
	.acc_emissions .slick_emissions .slick-prev,.acc_emissions .slick_emissions .slick-next {
		top:45vw;
	}
}
.ariane {
	display: block;
	position: relative;
	margin-top: 120px;
	background: #FFD400;
	padding: 6px 0;
	text-align: right;
	border-top: 1px solid #747474;
}
.ariane .retour {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 1.1rem;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.ariane .retour:hover {
	color: #FFF;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.ariane .retour span {
	color: #000000;
	margin-right: 10px;
}
.ariane ul {
	display: block;
	list-style: none;
}
.ariane ul li {
	display: inline-block;
	position: relative;
	padding: 0;
}
.ariane ul li > a,.ariane ul li > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	color: #000000;
	font-size: 1.1rem;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-transform: uppercase;
}
.ariane ul li:not(:last-child)::after {
	content: '\00a0/\00a0';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #747474;
	/*margin-left: 5px;*/
}
.ariane ul li:last-child a:hover {
	cursor: text;
}
.ariane ul li a:hover {
	color: #FFF;
}
@media screen and (max-width: 1024px) {
	.ariane {
		margin-top:90px;
		padding: 0 0 2px;
	}
}
@media screen and (max-width: 500px) {
	.ariane {
		background:none;
		padding: 0;
		height: 1px;
		border: none;
		margin-top: 70px;
	}
	.ariane > * {
		display: none;
	}
}
.page404 {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
}
.page404 .text {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.page404 .text .classy {
	margin-top: 30px;
}
.values .values_wrap {
	margin-top: 5vw;
}
.values .values_wrap .value {
	padding-bottom: 5vw;
}
.values .values_wrap .value hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #000000;
	margin: 10px 0 30px;
}
.actualites_all .pickadate {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 40px;
}
.actualites_all .pickadate input {
	display: inline-block;
	position: relative;
	width: 150px;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 0;
	background: url('../images/SVG/calendar.svg') center right no-repeat;
	margin: 0 15px 0 0;
	cursor: pointer;
}
.actualites_all .more {
	display: none;
	position: relative;
	width: 100%;
}
.actualites_all .seeMore {
	display: block;
	width: auto;
	margin: clamp(40px,5vw,50px) auto 0;
	cursor: pointer;
}
.actualites_all .seeMore span {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #000000;
	background: #FFD400;
	padding: 12px 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.actualites_all .seeMore span:hover {
	background: #FFF;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.actualites_all .jscroll-inner .seeMore:last-of-type {
	display: inline-block;
}
.actualites_all .jscroll-inner .seeMore:not(:last-of-type) {
	display: none !important;
}
.actualites_single_head {
	position: relative;
}
.actualites_single_head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,#000000 0%,rgba(255,255,255,0) 100%);
}
.actualites_single_head h1 {
	position: relative;
	text-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.actualites_single_body .whitebox {
	display: block;
	position: relative;
	width: 100%;
	padding: clamp(20px,5vw,75px);
}
.actualites_single_body .section_part {
	display: block;
	position: relative;
	width: 100%;
}
.actualites_single_body .section_part + .section_part {
	margin-top: 4vw;
}
.actualites_single_body .infos_n_share {
	border: none;
	margin: 0 0 0vw;
}
.actualites_single_body .infos_n_share .infos_wrap {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 1vw;
}
.actualites_single_body .infos_n_share .infos_wrap .info {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	margin-right: 2vw;
}
.actualites_single_body .infos_n_share .infos_wrap .info span.icon {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: #FFD400;
	color: #000000;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.actualites_single_body .infos_n_share .infos_wrap .info span.icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.actualites_single_body .infos_n_share .infos_wrap .info span.text {
	display: block;
	position: relative;
	padding-left: 40px;
	color: #000000;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}

.actualites_single_body .cover_image table {
	margin: auto;
	margin-bottom: 20px;
	max-width: 800px;
	background-color: #AAA;
}
.actualites_single_body .cover_image table td.image {
	padding: 10px 10px 0px 10px;
}
.actualites_single_body .cover_image table td.caption {
	padding: 5px 0 5px 10px;
	font-size: 1.2rem;
	text-align:left;
}
.actualites_single_body .cover_image img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:500px;
}
.actualites_single_body img.cover_image {
	width:auto;
	height:auto;
	max-width:80%;
	min-width:50%;
	max-height:600px;
	margin-bottom:2vw;
}
.actualites_single_body .article_body_text a {
	color:hsl(50deg 100% 40%);
}
.actualites_single_body .article_body_text a:hover {
	color:#FFD400;
}
.actualites_single_body .video_player .media {
	height: 40vw;
}
.actualites_single_body .image_gallery .image {
	border: 20px solid #FFF;
	height: 15vw;
	-webkit-transition: border .7s;
	-moz-transition: border .7s;
	-ms-transition: border .7s;
	-o-transition: border .7s;
	transition: border .7s;
}
.actualites_single_body .image_gallery .image:hover {
	border: 10px solid #FFF;
	-webkit-transition: border .15s;
	-moz-transition: border .15s;
	-ms-transition: border .15s;
	-o-transition: border .15s;
	transition: border .15s;
}
.actualites_single_body .prev {
	left: 0;
}
.actualites_single_body .next {
	right: 0;
}
.actualites_single_body .prev_next {
	display: flex;
	align-items: center;
}
.actualites_single_body .prev_next span {
	position: relative;
	margin: 0 5px;
	-webkit-transition: margin .7s;
	-moz-transition: margin .7s;
	-ms-transition: margin .7s;
	-o-transition: margin .7s;
	transition: margin .7s;
}
.actualites_single_body .prev_next span.icon {
	width: 20px;
	height: 20px;
	text-align: center;
	color: #000000;
	padding: 4px;
	background: #FFD400;
}
.actualites_single_body .prev_next span.icon::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.actualites_single_body .prev_next span.image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.actualites_single_body .prev_next span.txt {
	display: block;
	max-width: 400px;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.3;
}
.actualites_single_body .prev_next + .prev_next span.txt {
	text-align: right;
}
.actualites_single_body .prev_next:hover span {
	margin: 0 10px;
	-webkit-transition: margin .15s;
	-moz-transition: margin .15s;
	-ms-transition: margin .15s;
	-o-transition: margin .15s;
	transition: margin .15s;
}
@media screen and (max-width: 1400px) {
	.actualites_single_body .prev_next span.txt {
		max-width:300px;
	}
}
@media screen and (max-width: 1100px) {
	.actualites_single_body .prev_next span.txt {
		display:none;
	}
}
@media screen and (max-width: 1024px) {
	.actualites_single_body .infos_n_share .infos_wrap {
		padding-bottom:30px;
	}
	.actualites_single_body .image_gallery .image {
		height: 20vw;
		border: 15px solid #FFF;
	}
}
@media screen and (max-width: 768px) {
	.actualites_single_body .section_part + .section_part {
		margin-top:10vw;
	}
	.actualites_single_body .infos_n_share .infos_wrap .info {
		display: block;
	}
	.actualites_single_body .image_gallery .image {
		height: 40vw;
		border: 10px solid #FFF;
	}
}
@media screen and (max-width: 600px) {
	.actualites_single_body .prev_next span.txt {
		display:none;
	}
}
.photo_txt {
	table-layout: fixed;
}
.photo_txt .photo {
	width: 25%;
	padding-right: 25px;
}
.photo_txt .table_cell {
	vertical-align: top;
}
@media screen and (max-width: 1024px) {
	.photo_txt .photo {
		width:33%;
	}
}
@media screen and (max-width: 768px) {
	.photo_txt .photo {
		width:50%;
	}
}
@media screen and (max-width: 600px) {
	.photo_txt .table_cell {
		display:block;
		width: 100%;
		padding: 0;
	}
	.photo_txt .table_cell:not(:first-child) {
		margin-top: 30px;
	}
}
.bingo_content .specs_wrap {
	position: relative;
	width: 100%;
	padding: 0 0 5vw;
}
.bingo_content .specs_wrap .spec {
	padding-bottom: 5vw;
}
.bingo_content .specs_wrap .spec hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 10px 0 15px;
}
.bingo_content .specs_wrap .spec p {
	padding: 0 0 5px;
}
.bingo_content .lieux {
	display: block;
	position: relative;
	width: 100%;
	padding: 5vw 0 0;
}
.bingo_content .lieux .lieux_group {
	padding-bottom: 40px;
}
.bingo_content .iceberg--body {
	padding: 40px 0 0;
}
.bingo_content .infos_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0 0;
}
.bingo_content .infos_wrap .info {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.bingo_content .infos_wrap .info span.icon {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: #FFD400;
	color: #000000;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.bingo_content .infos_wrap .info span.icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.bingo_content .infos_wrap .info span.text {
	display: block;
	position: relative;
	padding-left: 40px;
	color: #FFF;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.bingo_content .big_pic_text:last-child .padd {
	padding-bottom: 0;
}
.coordonnees .table.infos .table_cell {
	vertical-align: top;
}
.coordonnees .table.infos .table_cell:nth-child(1) {
	width: 300px;
}
.coordonnees .table.infos .table_cell:nth-child(2) {
	padding-left: 5vw;
}
.coordonnees .infos_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0 0;
}
.coordonnees .infos_wrap a.info {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.coordonnees .infos_wrap a.info span.icon {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: #FFD400;
	color: #000000;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.coordonnees .infos_wrap a.info span.icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.coordonnees .infos_wrap a.info span.text {
	display: block;
	position: relative;
	padding-left: 40px;
	color: #FFF;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.coordonnees .infos_wrap a.info:hover span.text {
	color: #FFD400;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.coordonnees .map {
	display: block;
	position: relative;
	width: 100%;
	height: 25vw;
}
.coordonnees .map .marker {
	width: 32px;
	height: 35px;
	background: url('../images/SVG/marker.svg') center no-repeat;
}
@media screen and (max-width: 1200px) {
	.coordonnees .table.infos {
		display:block;
		position: relative;
		width: 100%;
	}
	.coordonnees .table.infos .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.coordonnees .table.infos .table_cell:nth-child(1) {
		width: 100%;
	}
	.coordonnees .table.infos .table_cell:nth-child(2) {
		padding-left: 0;
		padding-top: 5vw;
	}
	.coordonnees .map {
		height: 40vw;
	}
}
.contact_form .table .table_cell {
	vertical-align: top;
}
.contact_form .table .table_cell:nth-child(1) {
	width: 500px;
}
.contact_form .table .table_cell:nth-child(2) {
	padding-left: 5vw;
}
@media screen and (max-width: 1200px) {
	.contact_form .table .table_cell:nth-child(1) {
		width:300px;
	}
}
@media screen and (max-width: 900px) {
	.contact_form .table {
		display:block;
		position: relative;
		width: 100%;
	}
	.contact_form .table .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.contact_form .table .table_cell:nth-child(1) {
		width: 100%;
	}
	.contact_form .table .table_cell:nth-child(2) {
		padding-left: 0;
		padding-top: 5vw;
	}
}
.direct_content .video_player .media {
	height: 40vw;
}
.direct_content .video_player iframe {
	height: 40vw;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.direct_content .video_player .media {
		height:50vw;
	}
}
.emissions_wrap {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 3vw 0 0;
}
.emissions_wrap .emission {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 25%;
	margin: 0 2.5vw 6vw;
	text-align: left;
}
.emissions_wrap .emission .image_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #000000;
	border-radius: 50%;
	-webkit-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	transition: all .7s cubic-bezier(.68,.16,.39,.98);
}
.emissions_wrap .emission .image_wrap .icon {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 55px;
	height: 55px;
	background: #FFD400;
	text-align: center;
	padding: 8px;
	z-index: 2;
	-webkit-transition: left .7s;
	-moz-transition: left .7s;
	-ms-transition: left .7s;
	-o-transition: left .7s;
	transition: left .7s;
}
.emissions_wrap .emission .image_wrap .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 50%;
	-webkit-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .7s cubic-bezier(.68,.16,.39,.98);
	transition: all .7s cubic-bezier(.68,.16,.39,.98);
	opacity: 0.5;
}
.emissions_wrap .emission .text {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0 0;
}
.emissions_wrap .emission .text hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin: 20px 0;
}
.bg--1 .emissions_wrap .emission .text hr {
	background-color: #FFF;
}
.emissions_wrap .emission:hover .image_wrap {
	border-radius: 50% 50% 50% 12px;
	-webkit-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	transition: all .15s cubic-bezier(.68,.16,.39,.98);
}
.emissions_wrap .emission:hover .image_wrap .icon {
	left: calc(50% + 15px);
	-webkit-transition: left .15s;
	-moz-transition: left .15s;
	-ms-transition: left .15s;
	-o-transition: left .15s;
	transition: left .15s;
}
.emissions_wrap .emission:hover .image_wrap .image {
	opacity: 1;
	border-radius: 50% 50% 50% 12px;
	-webkit-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-moz-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-ms-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	-o-transition: all .15s cubic-bezier(.68,.16,.39,.98);
	transition: all .15s cubic-bezier(.68,.16,.39,.98);
}
.feature .emissions_wrap .emission {
	margin: 0 2.5vw;
}
@media screen and (max-width: 1300px) {
	.emissions_wrap .emission {
		width:30%;
		margin: 0 1vw 5vw;
	}
	.feature .emissions_wrap .emission {
		margin: 0 1vw;
	}
}
@media screen and (max-width: 1024px) {
	.emissions_wrap .emission {
		width:47%;
	}
	.feature .emissions_wrap .emission {
		margin: 2vw 1vw;
	}
}
@media screen and (max-width: 700px) {
	.emissions_wrap .emission {
		width:97%;
		margin: 0 1vw 10vw;
	}
	.feature .emissions_wrap .emission {
		margin: 3vw 1vw;
	}
}
.emissions_details .table.section_structure > .table_cell {
	vertical-align: top;
}
.emissions_details .table.section_structure > .table_cell:nth-child(1) {
	padding-right: 20px;
}
.emissions_details .table.section_structure > .table_cell:nth-child(2) {
	width: 450px;
}
.emissions_details .wysiwyg img {
	padding-right:20px;
}
.emissions_details .text_wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0 0;
}
.emissions_details .text_wrap .titre {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 30px;
}
.emissions_details .text_wrap .titre > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.emissions_details .segment + .segment {
	margin-top: 30px;
}
.emissions_details .segment .image {
	vertical-align: top;
	width: 35%;
	border: 1px solid #747474;
	-webkit-transition: border .7s;
	-moz-transition: border .7s;
	-ms-transition: border .7s;
	-o-transition: border .7s;
	transition: border .7s;
}
.emissions_details .segment .text {
	vertical-align: top;
	padding: 0 0 0 20px;
}
.emissions_details .segment .text .l5 > * {
	color: #FFD400;
	-webkit-transition: color .7s;
	-moz-transition: color .7s;
	-ms-transition: color .7s;
	-o-transition: color .7s;
	transition: color .7s;
}
.emissions_details .segment .text hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 20px 0;
}
.emissions_details .segment:hover .image {
	border: 1px solid #FFD400;
	-webkit-transition: border .15s;
	-moz-transition: border .15s;
	-ms-transition: border .15s;
	-o-transition: border .15s;
	transition: border .15s;
}
.emissions_details .segment:hover .text .l5 > * {
	color: #FFF;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-ms-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
@media screen and (max-width: 1200px) {
	.emissions_details .table.section_structure {
		display:block;
		position: relative;
		width: 100%;
	}
	.emissions_details .table.section_structure > .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	.emissions_details .table.section_structure > .table_cell:nth-child(1) {
		padding-right: 0;
	}
	.emissions_details .table.section_structure > .table_cell:nth-child(2) {
		width: 100%;
		padding: 5vw 0;
	}
	.emissions_details .segment {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin: 1%;
	}
	.emissions_details .segment + .segment {
		margin-top: 2%;
	}
}
@media screen and (max-width: 900px) {
	.emissions_details .table.section_structure > .table_cell:nth-child(2) {
		padding:10vw 0;
	}
	.emissions_details .segment {
		width: 100%;
		margin: 0 0 5vw;
	}
	.emissions_details .segment + .segment {
		margin-top: 0;
	}
}
.emissions_others {
	display: block;
	position: relative;
	width: 100%;
}
.emissions_others .selectric {
	display: block;
	position: relative;
	width: 250px;
	max-width: 100%;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}
.emissions_others .selectric .label {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 0;
}
.emissions_others .selectric .selectric-icon {
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
	color: #FFD400;
}
.emissions_others .selectric-items ul li {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.emissions_others .initial {
	display: block;
	position: relative;
	padding-top: 2vw;
}
.emissions_others .more {
	display: none;
	position: relative;
	width: 100%;
}
.emissions_others .seeMore {
	display: block;
	width: auto;
	margin: clamp(40px,5vw,50px) auto 0;
	cursor: pointer;
}
.emissions_others .seeMore span {
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #000000;
	background: #FFD400;
	padding: 12px 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.emissions_others .seeMore span:hover {
	background: #FFF;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.emissions_others a .image {
	display: block;
	position: relative;
	width: 100%;
	height: 16vw;
}
.emissions_others a .image::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #FFD400;
	opacity: 0;
	-webkit-transition: opacity .7s;
	-moz-transition: opacity .7s;
	-ms-transition: opacity .7s;
	-o-transition: opacity .7s;
	transition: opacity .7s;
}
.emissions_others a .text {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0 0 0;
}
.emissions_others a .text .titre {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 10px;
}
.emissions_others a .text .titre > * {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.emissions_others a .text hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #FFF;
	margin: 20px 0;
}
.emissions_others a:hover .image::before {
	opacity: 0.5;
	-webkit-transition: opacity .15s;
	-moz-transition: opacity .15s;
	-ms-transition: opacity .15s;
	-o-transition: opacity .15s;
	transition: opacity .15s;
}
@media screen and (max-width: 900px) {
	.emissions_others a .image {
		height:25vw;
	}
}
@media screen and (max-width: 768px) {
	.emissions_others a .image {
		height:40vw;
	}
}
.faq_content .faq_group {
	display: block;
	position: relative;
	width: 100%;
}
.faq_content .faq_group + .faq_group {
	margin-top: 100px;
}
.faq_content .categ_name {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 40px;
}
.team_member {
	display: block;
	position: relative;
	width: 100%;
	padding: 2vw;
}
.team_member .picture {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.team_member .picture .image, .team_member .picture .image_hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.team_member .picture .image_hover {
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
.team_member .text {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px 0 30px;
	border-bottom: 1px solid #747474;
}
.team_member .text > * {
	margin: 10px 0;
}
.team_member:hover .picture .image_hover {
	opacity: 1;
}
.siteMap #header .txtBox {
	position: relative;
	display: table;
	width: 100%;
}
.siteMap #header h1 {
	vertical-align: middle;
	display: table-cell !important;
	transform: none !important;
}
.siteMap .text {
	padding: 3% 0;
}
.siteMap .text p,.siteMap .text a {
	color: white;
	transition: all 0.3s;
}
.siteMap .text a:hover {
	color: #FFD400;
}
.siteMap .text .sitemap_section .sitemap_titre {
	min-height: 40px;
	color: white;
	font-size: 2.2rem;
	font-weight: 700;
}
.siteMap .text .sitemap_section .sitemap_titre p {
	position: relative;
	top: -11px;
	font-size: 2.2rem;
	font-weight: 700;
}
.siteMap .text .sitemap_section .accordeon {
	list-style-type: none;
	margin-top: 2%;
}
#footer .table .table_cell {
	vertical-align: top;
}
#footer .table .table_cell:nth-child(1) {
	width: 300px;
	padding-right: 5vw;
}
#footer .table .table_cell:nth-child(2) hr {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #747474;
	margin: 20px 0;
}
#footer .table .table_cell:nth-child(3) {
	position: relative;
	vertical-align: bottom;
	width: 300px;
	padding-left: 3vw;
	text-align: right;
}
#footer .table .table_cell:nth-child(3) a {
	display: inline-block;
	position: relative;
	margin-left: 5px;
}
#footer .table .table_cell:nth-child(3) .scrollUp {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: none;
}
#footer .footer_address,#footer .footer_address p {
	font-size: 15px;
}
#footer .infolettre {
	display: block;
	position: relative;
	width: 100%;
	padding: 30px 0 0;
	font-size: 0;
}
#footer .infolettre input[type="text"],#footer .infolettre input[type="email"] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 275px;
	padding: 12px 20px;
	border: 1px solid #000000;
	background: #FFF;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
}
#footer .infolettre input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #FFD400;
	color: #000000;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 12px 30px 11px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	margin-top: 5px;
}
#footer .infolettre input[type="submit"]:hover {
	color: #FFF;
	background: #747474;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
#footer .infolettre ::-webkit-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #999;
}
#footer .infolettre :-moz-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #999;
}
#footer .infolettre :-ms-input-placeholder {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #999;
}
@media screen and (max-width: 1024px) {
	#footer .table {
		display:block;
		position: relative;
		width: 100%;
	}
	#footer .table .table_cell {
		display: block;
		position: relative;
		width: 100%;
	}
	#footer .table .table_cell:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}
	#footer .table .table_cell:nth-child(3) {
		width: 100%;
		text-align: left;
		padding-top: 50px;
		padding-left: 0;
	}
	#footer .table .table_cell:nth-child(3) a {
		margin-left: 0;
		margin-right: 5px;
	}
	#footer .table .table_cell:nth-child(3) .scrollUp {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#footer .infolettre input[type="text"] {
		width:100%;
	}
	#footer .infolettre input[type="email"] {
		width:100%;
	}
	#footer .infolettre input[type="submit"] {
		display: block;
		width: auto;
		margin: 10px 0 0;
	}
}
.cammed {
	display: block;
	position: relative;
	padding: 15px 0;
	background: #000000;
}
.cammed .table_cell {
	height: 20px;
}
.cammed .table_cell > a,.cammed .table_cell > span {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 10px 0;
	margin: 0;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	/*opacity: 0.4;*/
	transition: opacity .7s;
}
.cammed .table_cell > a:hover:not(span),.cammed .table_cell > span:hover:not(span) {
	opacity: 1;
	transition: opacity .15s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon,.cammed .table_cell > span:hover:not(span) > span.txt_cameleon {
	transition: max-width .25s;
	max-width: 100px;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span,.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span {
	-webkit-transition: transform .5s, color .5s .5s, opacity .5s;
	-moz-transition: transform .5s, color .5s .5s, opacity .5s;
	-ms-transition: transform .5s, color .5s .5s, opacity .5s;
	-o-transition: transform .5s, color .5s .5s, opacity .5s;
	transition: transform .5s, color .5s .5s, opacity .5s;
	color: #FFF;
	opacity: 1;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(n),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(n) {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(10),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(10) {
	transition-delay: .05s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(9),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(9) {
	transition-delay: .1s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(8),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(8) {
	transition-delay: .15s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(7),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(7) {
	transition-delay: .2s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(6),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(6) {
	transition-delay: .25s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(5),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(5) {
	transition-delay: .3s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(4),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(4) {
	transition-delay: .35s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(3),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(3) {
	transition-delay: .4s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(2),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(2) {
	transition-delay: .45s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_cameleon span:nth-child(1),.cammed .table_cell > span:hover:not(span) > span.txt_cameleon span:nth-child(1) {
	transition-delay: .5s;
}
.cammed .table_cell > a:hover:not(span) > span.txt_agence,.cammed .table_cell > span:hover:not(span) > span.txt_agence {
	padding: 15px 0;
	color: #FFD400;
}
.cammed .table_cell > a:hover:not(span) > span.txt_ville,.cammed .table_cell > span:hover:not(span) > span.txt_ville {
	-webkit-transition: opacity .5s, max-width .5s, transform .5s;
	-moz-transition: opacity .5s, max-width .5s, transform .5s;
	-ms-transition: opacity .5s, max-width .5s, transform .5s;
	-o-transition: opacity .5s, max-width .5s, transform .5s;
	transition: opacity .5s, max-width .5s, transform .5s;
	max-width: 0;
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.cammed .table_cell > a:hover:not(span) > span.txt_rubberduck,.cammed .table_cell > span:hover:not(span) > span.txt_rubberduck {
	color: #FFD400;
}
.cammed .table_cell > a.cameleon,.cammed .table_cell > span.cameleon {
	width: 275px;
}
.cammed .table_cell > a.rubberduck,.cammed .table_cell > span.rubberduck {
	position: relative;
	padding-right: 150px;
}
.cammed .table_cell > a.rubberduck:hover img,.cammed .table_cell > span.rubberduck:hover img {
	transition: opacity .25s .12s;
	opacity: 0;
}
.cammed .table_cell > a.rubberduck:hover img.hover,.cammed .table_cell > span.rubberduck:hover img.hover {
	transition: opacity .25s;
	opacity: 1;
}
.cammed .table_cell > a.rubberduck img,.cammed .table_cell > span.rubberduck img {
	transition: opacity .25s;
	position: absolute;
	right: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	width: 140px;
}
.cammed .table_cell > a.rubberduck img.hover,.cammed .table_cell > span.rubberduck img.hover {
	transition: opacity .25s .12s;
	opacity: 0;
}
.cammed .table_cell > a + a::before,.cammed .table_cell > a + span::before,.cammed .table_cell > span + a::before,.cammed .table_cell > span + span::before {
	content: "\00a0|\00a0\00a0";
	color: #FFD400;
	display: inline-block;
	vertical-align: middle;
}
.cammed .table_cell > a > span,.cammed .table_cell > span > span {
	transition: color ;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}
.cammed .table_cell > a > span.txt_cameleon,.cammed .table_cell > span > span.txt_cameleon {
	transition: max-width .25s;
	max-width: 0;
}
.cammed .table_cell > a > span.txt_cameleon span,.cammed .table_cell > span > span.txt_cameleon span {
	-webkit-transition: color .25s, transform 0s .25s, opacity .25s;
	-moz-transition: color .25s, transform 0s .25s, opacity .25s;
	-ms-transition: color .25s, transform 0s .25s, opacity .25s;
	-o-transition: color .25s, transform 0s .25s, opacity .25s;
	transition: color .25s, transform 0s .25s, opacity .25s;
	display: inline-block;
	color: #FFF;
	opacity: 0;
}
.cammed .table_cell > a > span.txt_cameleon span:nth-child(odd),.cammed .table_cell > span > span.txt_cameleon span:nth-child(odd) {
	-webkit-transform: translate(-10px,125%);
	-moz-transform: translate(-10px,125%);
	-ms-transform: translate(-10px,125%);
	-o-transform: translate(-10px,125%);
	transform: translate(-10px,125%);
}
.cammed .table_cell > a > span.txt_cameleon span:nth-child(even),.cammed .table_cell > span > span.txt_cameleon span:nth-child(even) {
	-webkit-transform: translate(-10px,-125%);
	-moz-transform: translate(-10px,-125%);
	-ms-transform: translate(-10px,-125%);
	-o-transform: translate(-10px,-125%);
	transform: translate(-10px,-125%);
}
.cammed .table_cell > a > span.txt_ville,.cammed .table_cell > span > span.txt_ville {
	-webkit-transition: opacity .5s, max-width .5s ease-in, transform .5s;
	-moz-transition: opacity .5s, max-width .5s ease-in, transform .5s;
	-ms-transition: opacity .5s, max-width .5s ease-in, transform .5s;
	-o-transition: opacity .5s, max-width .5s ease-in, transform .5s;
	transition: opacity .5s, max-width .5s ease-in, transform .5s;
	transform-origin: right;
	max-width: 200px;
}
.cammed .logo {
	vertical-align: middle;
	height:20px;
	width: auto;
}
@media screen and (max-width: 1024px) {
	.cammed .cammedWrapper {
		width:auto;
		height: auto;
		padding: 30px 0;
		margin: 0 auto;
	}
	.cammed .cammedWrapper .table_cell {
		display: block;
		height: auto;
		padding: 0;
		text-align: center;
	}
	.cammed .cammedWrapper .table_cell a {
		display: inline-block;
	}
	.cammed .cammedWrapper .table_cell a:hover > span {
		padding: 15px 0;
	}
	.cammed .cammedWrapper .table_cell a.cameleon {
		width: auto;
		padding: 0;
	}
	.cammed .cammedWrapper .table_cell a > span {
		text-align: center;
		padding: 15px 0;
	}
	.cammed .cammedWrapper .table_cell a > span.txt_cameleon {
		max-width: 100px;
	}
	.cammed .cammedWrapper .table_cell a > span.txt_cameleon span {
		transition: color .25s, transform .25s, opacity .25s;
		opacity: 1;
	}
	.cammed .cammedWrapper .table_cell a > span.txt_cameleon span:nth-child(n) {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.cammed .cammedWrapper .table_cell a > span.txt_ville {
		max-width: 0;
		opacity: 0;
	}
	.cammed .cammedWrapper .table_cell a > span.txt_rubberduck {
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	.cammed .cammedWrapper {
		padding:20px 0 12px;
	}
	.cammed .cammedWrapper .table_cell > a:nth-child(n)::before,.cammed .cammedWrapper .table_cell > span:nth-child(n)::before {
		content: none;
	}
	.cammed .cammedWrapper .table_cell > a:nth-child(n),.cammed .cammedWrapper .table_cell > a:nth-child(n).cameleon,.cammed .cammedWrapper .table_cell > span:nth-child(n),.cammed .cammedWrapper .table_cell > span:nth-child(n).cameleon {
		padding: 0 10px;
	}
	.cammed .cammedWrapper .table_cell > a:nth-child(n).rubberduck,.cammed .cammedWrapper .table_cell > span:nth-child(n).rubberduck {
		padding: 10px 10px;
		padding-right: 160px;
	}
	.cammed .cammedWrapper .table_cell > a:nth-child(n).rubberduck img,.cammed .cammedWrapper .table_cell > span:nth-child(n).rubberduck img {
		right: 10px;
	}
}



/*********************************/



.grille {
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.grille td {
	border-left:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	/*width:145px;*/
	height:25px;
	vertical-align:middle;
	text-align:center;
	padding:1px 5px;
}
.grille td.time {
	width:70px !important;
	background-color:#F0F0F0;
}
.grille tr.head td {
	background-color:#F0F0F0;
	font-weight:bold;
	text-transform:uppercase;
}
.grille td.orange{
	background-color:#FFD400;
}
.web-tele {
	margin-bottom:40px;
}
.web-tele .left {
	float: left;
}
.web-tele .right {
	float: right;
}
.web-tele .clear {
	clear: both;
}.web-tele .left img {
	margin:0 auto;
	display:block;
}
.web-tele .right img {
	margin:0 auto;
	display:block;
}
.web-tele .schedule {
	width:180px;
	text-align:center;
	margin:100px auto 80px;
}
.depositaires {
}
.depositaires .depositaire {
	padding:6px 30px;
	border:1px solid #FFD400;
	margin-bottom:10px;
}
.depositaires .depositaire p {
	color:white;
}
.depositaires .depositaire .name p {
	font-weight:800;
}
.depositaires .depositaire .address {
}
.depositaires .depositaire .tel {
}
.publicite-728 {
	padding-bottom:100px;
	margin: 0 auto;
}
.publicite-728 img {
	width:auto;
	height:auto;
}
.publicite-320 {
	margin: 0 auto;
}
.publicite-320 img {
	width:100%;
	height:auto;
}
.old-publicites-320 {
	width:320px;
	height:250px;
	overflow:hidden;
	position:relative;
}
.old-publicites-320 > div {
	width:320px;
	height:250px;
	overflow:hidden;
	position:relative;
}
.old-publicites-320 img {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:250px;
}
.publicites-300x600 {
	width:300px;
	height:600px;
	overflow:hidden;
	position:relative;
}
.publicites-300x600 > div {
	width:300px;
	height:600px;
	overflow:hidden;
	position:relative;
}
.publicites-300x600 img {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:600px;
}
.old-publicites-728 {
	width:1200px;
	height:148px;
	overflow:hidden;
	position:relative;
}
.old-publicites-728 > div {
	width:1200px;
	height:148px;
	overflow:hidden;
	position:relative;
}
.old-publicites-728 img {
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:148px;
}
.emissions_bingo {
	display: block;
	position: relative;
	width: 100%;
	margin-top: -110px;
}
.emissions_bingo  #town_container {
	height:500px;
	display: inline-block;
	vertical-align: top;
	width: 35vw;
	margin: 1vw;
	padding-right:30px;
}
.emissions_bingo  #depositaires {
	overflow: auto;
	height: 430px;
}
.emissions_bingo  #map {
	height: 500px;
	display: inline-block;
	vertical-align: top;
	width: 40vw;
	margin: 1vw;
	position: relative;
	overflow: hidden;
}
.emissions_bingo .selectric {
	display: block;
	position: relative;
	width: 250px;
	max-width: 100%;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}
.emissions_bingo .selectric .label {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 0;
}
.emissions_bingo .selectric .selectric-icon {
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
	color: #FFD400;
}
.emissions_bingo .selectric-items ul li {
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1100px){
	.emissions_bingo  #map {
		display: block;
		width: 100%;
	}
	.emissions_bingo  #town_container {
		display: block;
		width: 100%;
	}
}
@media (max-width: 1100px){
	.emissions_bingo {
		margin-top: -70px;
	}
}

.acc_header .blog_preview .text_preview, .acc_header .blog_preview .blog_infos  {
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}