<<<<<<< HEAD
/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 1.3
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, label, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
select::-ms-expand {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******************** BUXUM ********************/

html,
body{
	font-family: "effra", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	background-color: #000;
}

body.color-w,
.color-w a,
.color-w .btn.secondary{
	color: #3f3f3f;
}

body.color-w{
	background: #F5F6F1;
}

body.color-g{
	background: #27a49f;
}

body.color-gray{
	background: #3c3c3c;
}

/********** ALL **********/

a{
	color: #fff;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

a.hentry{
	text-decoration: none;
}

#content{
	max-width: 1074px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 220px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: relative;
	z-index: 1;
}

.menu-open #content{
	opacity: 0;
	visibility: hidden;
}

.btn,
body .btn{
	background-color: #00a2b2;
	border: 1px solid #00a2b2;
	padding: 1em 2em;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.btn.menu-item{
	padding: 0;
}

.btn a,
.btn.menu-item a{
	padding: 1em 2em;
	display: inline-block;
	color: inherit;
}

.color-w .btn-secondary{
	color: #3f3f3f;
}

.btn:hover{
	color: #00a2b2;
	background-color: #fff;
	border-color: #fff;
}

.btn.secondary{
	background-color: transparent;
}

.btn.secondary:hover{
	color: #fff;
	background-color: #00a2b2;
	border-color: #00a2b2;
}

.half,
.third,
.two-third,
.quarter{
	float: left;
}

.half{
	width: 49%;
	margin-right: 2%;
}

.third,
.two-third{
	width: 32%;
	margin-right: 2%;
}

.two-third{
	width: 66%;
}

.quarter{
	width: 23.875%;
	margin-right: 1.5%;
}

.half.last,
.third.last,
.two-third.last,
.quarter.last{
	margin-right: 0;
}

h1,
h2,
h3{
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 500;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 2.142em;
}

h3,
.type-fact .entry-content h2{
	font-weight: 700;
	font-size: 1.142em;
	line-height: 1.1;
}

p,
.entry-content li{
	line-height: 1.5;
}

p,
.entry-content ul{
	margin-bottom: 1em;
	font-size: 1.071rem;
}

p:last-child,
.entry-content ul:last-child{
	margin-bottom: 0;
}

.entry-content li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	background-color: #00a3b4;
	border-radius: 2px;
}

strong,
b{
	font-weight: 700;
}

em{
	font-style: italic;
}

.link{
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.link:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

a .link:after,
.advanced-gallery-slider-nav .link:after{
	display: none;
}

.document,
.search-form{
	color: #7d7b7b;
	background-color: #fff;
	text-transform: uppercase;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	margin-bottom: 1em;
	display: block;
	position: relative;
}

.search-form{
	padding: 0;
	margin-bottom: 5em;
	background: rgba(244, 244, 244, 0.68);
}

.document:last-child{
	margin-bottom: 0;
}

.search-field{
	width: 100%;
	height: 4rem;
	padding-left: 1em;
	font-size: 1.142em;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: none;
	border-radius: 0;
}

.document:before,
.search-submit{
	content: "Télécharger";
	text-transform: uppercase;
	color: #fff;
	background-color: #00a2b2;
	font-size: 0.928em;
	font-weight: 700;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 2em;
	line-height: 3rem;
}

.search-submit{
	content: "";
	border: none;
	cursor: pointer;
	height: 100%;
}

.document.lien:before{
	content: "Visiter";
}

.hentry{
	display: block;
}

.round-btn{
	display: inline-block;
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	cursor: pointer;
}

.round-btn:before{
	content: "";
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #00a2b2;
	left: 5px;
	top: 5px;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.round-btn:hover:before,
.round-btn.active:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.round-btn.play:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -6px;
	transition: margin 0.3s ease, border 0.3s ease;
}

.round-btn.playing:after{
	border-width: 6px;
	border-color: #fff;
	margin-left: -6px;
	margin-right: -8px;
}

.disabled{
	opacity: 0.3;
	pointer-events: none;
}

table{
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 0.5em;
}

table td,
.infos .info{
	padding: 0.5em;
	vertical-align: top;
	background-color: rgba(96, 96, 96, 0.46);
}

.infos .info{
	margin-bottom: 0.5em;
	padding: 1em;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.infos .info .label,
.infos .info .value{
	line-height: 1.5;
	display: block;
}

.infos .info .label{
	float: left;
	margin-right: 1em;
	width: 74px;
}

.infos .info .value{
	overflow: hidden;
}

.infos a{
	color: #00a2b2;
	text-decoration: none;
}

.infos a:hover{
	text-decoration: underline;
}

.map{
	width: 100%;
	height: 400px;
}

.featured{
	padding-top: 4%;
	margin-bottom: 4%;
	border-top: 1px solid #00a2b2;
	display: inline-block;
	width: 100%;
}

.featured h5{
	font-size: 2.142em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.featured .hentry{
	text-decoration: none;
	display: block;
}

.featured .entry-title{
	font-weight: 700;
	font-size: 1.142em;
	margin-bottom: 0.5em;
}

.featured .date{
	text-transform: uppercase;
}

.breadcrumb{
	float: left;
	margin: 1.5em 0 0 9em;
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.breadcrumb.faded{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.breadcrumb a{
	text-decoration: none;
	position: relative;
	margin-right: 2em;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb a:after{
	content: "›";
	display: block;
	position: absolute;
	right: -1.2em;
	top: 0.1em;
}

.breadcrumb .breadcrumb-current{
	color: #00a2b2;
}

input{
	height: 100%;
	font-size: 1em;
	padding: 1em;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: rgba(96, 96, 96, 0.5);
	color: #fff;
	border: none;
}

input[type=submit]{
	cursor: pointer;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

input,
select,
textarea{
	font-family: "effra", sans-serif;
}

.nl-form .fields-wrapper{
	position: relative;
}

.nl-form input{
	font-size: 11px;
	border-radius: 0;
}

.g-recaptcha{
	margin-bottom: 1em;
}

.nl-form input[type=submit]{
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: auto;
	background: #606060 url('img/ui/icon-send-nl.png') no-repeat center center;
	background-size: 18px 18px;
	width: 18px;
	padding: 0 1.7em;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	-webkit-appearance: none;
   -moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.nl-form input[type=submit]:hover{
	background-color: #3e3e3e;
}

.nl-form.loading:after{
	background-size: 20px 20px;
}

.nl-response{
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	color: #fff;
	line-height: 1.2;
}

.nl-response.error{
	color: #f00;
}

.hide{
	display: none;
}

.loading{
	pointer-events: none;
}

.loading:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/ui/loading.gif') no-repeat center center;
	background-size: 100px 100px;
}

.page > #page{
	padding-bottom: 4%;
}

#atlwdg-trigger{
	z-index: 9999;
}

div, p, a, li, td{ -webkit-text-size-adjust: none; }

/********** /ALL **********/

/********** HOME **********/

.home #content{
	max-width: 1250px;
	margin-bottom: 4%;
}

.home #main{
	font-size: 0;
	white-space: nowrap;
}

.home .boxes{
	display: inline-block;
	width: 53%;
	margin-left: 24%;
	font-size: 1rem;
	white-space: normal;
	vertical-align: middle;
}

.home .boxes .box{
	padding: 2.2em 1.9em 1.5em 1.9em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.home .boxes .box:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=1 );
	opacity: 0.8;
}

.home .boxes .box-inner{
	position: relative;
}

.home .box.ninety{
	background-color: #00a2b2;
}

.home .box.events{
	background-color: #5e5e5e;
}

.home .year{
	position: absolute;
	opacity: 0.38;
	font-weight: 700;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.home .year-start{
	color: #005861;
	top: 20%;
	left: -0.5em;
	font-size: 10em;
}

.home .year-end{
	color: #181716;
	bottom: -0.2em;
	right: -0.2em;
	font-size: 10.714em;
}

.home .box .content{
	padding: 2em 0 3em 0;
	margin-bottom: 0;
}

.home .box .link{
	position: absolute;
	bottom: 0;
	right: 0;
}

.home .event{
	text-decoration: none;
	padding: 1em 0;
	margin-bottom: 2em;
	position: relative;
}

.home .event:first-child:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	bottom: -1em;
	height: 1px;
	background-color: #fff;
}

.home .event:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1.9em;
	width: calc(100% + 3.8em);
	height: 100%;
	background: rgba(94, 94, 94, 0.3);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover:before{
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
}

.home .event .entry-header{
	position: relative;
}

.home .event .entry-header:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 11px;
	height: 20px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
	-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover .entry-header:after{
	-webkit-transform: translateX(0);
			transform: translateX(0);
	opacity: 1;
}

.home .event .entry-title{
	margin-bottom: 0;
}

.home .event .date{
	text-transform: uppercase;
	margin-bottom: 0.5em;
	display: block;
}

/********** /HOME **********/

/********** TIMELINE **********/

.archive-fact{
	position: relative;
}

.archive-fact.loading:after{
	position: fixed;
	top: 50%;
	margin-top: -150px;
	height: 300px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.archive-fact .fact{
	position: relative;
	padding-left: 100px;
	text-decoration: none;
	min-height: 150px;
	white-space: nowrap;
	margin-bottom: 50px;
}

.archive-fact .fact:before{
	content: "";
	position: absolute;
	display: block;
	width: 57px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 50%;
}

.archive-fact .fact:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.archive-fact .fact .entry-header{
	position: relative;
	z-index: 1;
	white-space: normal;
	width: 100%;
}

.archive-fact .fact .entry-title{
	font-size: 3.214em;
	margin-bottom: 0;
	width: 100%;
}

.archive-fact .fact .entry-header,
.archive-fact .fact .entry-content{
	display: inline-block;
	vertical-align: middle;
}

.archive-fact .fact .entry-content{
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.archive-fact .fact .year{
	font-size: 150px;
	font-weight: 700;
	color: #005861;
	opacity: 0.38;
}

.archive-fact .fact .link{
	display: block;
	margin-top: 1em;
	-webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	color: #002c31;
}

.archive-fact .fact:hover .link{
	color: #fff;
	-webkit-transform: translateX(1.5em);
			transform: translateX(1.5em);
}

.scrollbar-wrapper{
	position: fixed;
	top: 50%;
	margin-top: -188px;
	right: 55px;
	text-align: center;
	font-size: 0;
	z-index: 2;
}

.admin-bar .scrollbar-wrapper{
	margin-top: -172px;
}

.scrollbar-wrapper.small{
	margin-top: -138px;
}

.admin-bar .scrollbar-wrapper.small{
	margin-top: -122px;
}

.scrollbar-wrapper .year{
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.scrollbar-wrapper:hover .year{
	opacity: 1;
}

.scrollbar-wrapper .prevnext{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	cursor: pointer;
	margin: 1rem 0 3px 0;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.scrollbar-wrapper .prevnext:hover{
	background-color: #fff;
}

.scrollbar-wrapper .prevnext:before,
.scrollbar-wrapper .prevnext:after{
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -4px;
	background: url('img/ui/chevrons.png') no-repeat left top;
	background-size: 28px 26px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.scrollbar-wrapper .prevnext:after{
	opacity: 0;
	background-position: right top;
}

.scrollbar-wrapper .prevnext.next:before{
	background-position: left bottom;
}

.scrollbar-wrapper .prevnext.next:after{
	background-position: right bottom;
}

.scrollbar-wrapper .prevnext:hover:after{
	opacity: 1;
}

.scrollbar-wrapper .prevnext:hover:before{
	opacity: 0;
}

.scrollbar-wrapper .prevnext.next{
	margin-top: 0;
	margin: 3px 0 1rem 0;
}

.scrollbar-wrapper .scrollbar{
	height: 260px;
	position: relative;
}

.scrollbar-wrapper.small .scrollbar{
	height: 160px;
}

.scrollbar-wrapper .bar{
	width: 2px;
	height: 95px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.scrollbar-wrapper.small .bar{
	height: 46px;
}
.scrollbar-wrapper .bar.bottom{
	top: auto;
	bottom: 0;
}

.scrollbar-wrapper .bar.reset{
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	height: 95px !important;
}

.scrollbar-wrapper.small .bar.reset{
	height: 46px !important;
}

.scrollbar-wrapper .scrollbar .scroll{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
}

.scrollbar-wrapper .scrollbar .scroll:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -13px;
	width: 14px;
	height: 26px;
	background: url('img/ui/chevrons.png') no-repeat left center;
	background-size: 28px 26px;
}

.scrollbar-wrapper .scrollbar .scroll.reset{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translateY(0) !important;
			transform: translateY(0) !important;
}

/********** /TIMELINE **********/

/********** FACT SINGLE **********/

.fact-open{
	overflow: hidden;
}

.archive-fact{
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	max-width: 630px;
	margin: auto;
}

.fact-open .archive-fact{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.fact-single-wrapper{
	position: fixed;
	top: 125px;
	left: 15px;
	right: 15px;
	height: 100%;
	height: calc(100% - 140px);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.admin-bar .fact-single-wrapper{
	top: 157px;
	height: calc(100% - 172px);
}

.alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(125px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.admin-bar .alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(157px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.fact-single-wrapper.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-fact{
	display: inline-block;
	width: 100%;
	max-width: 1074px;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 6.4em;
	background-color: rgba(0, 44, 49, 0.74);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

article.type-fact .date{
	font-size: 14.285em;
	position: absolute;
	left: -2.7rem;
	top: -4rem;
	color: #087986;
	opacity: 0.17;
	font-weight: 700;
}

article.type-fact .entry-title{
	font-size: 2em;
	margin-bottom: 0.7em;
	position: relative;
}

article.type-fact .documents{
	padding-top: 3em;
	margin-top: 3em;
	border-top: 1px solid #fff;
}

article.type-fact .half{
	float: right;
	width: 46%;
}

article.type-fact .half.last{
	margin-right: 0;
}

article.type-fact .close{
	position: absolute;
	top: 1.8em;
	right: 1.8em;
	display: block;
	width: 36px;
	height: 36px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	z-index: 1;
}

article.type-fact .close:hover{
	background-color: #fff;
}

article.type-fact .close:before,
article.type-fact .close:after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	left: 7px;
	top: 17px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

article.type-fact .close:after{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

article.type-fact .close:hover:before,
article.type-fact .close:hover:after{
	background-color: #3f3f3f;
}

.color-g #page:before{
	content: "";
	position: fixed;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	z-index: 1;
	opacity: 0.7;
	-webkit-transition: opacity: ;
	-webkit-transition: opacity;
	transition: opacity;
}

.color-g.menu-open #page:before{
	opacity: 0;
}

.admin-bar.color-g #page:before{
	top: 32px;
}

article.type-fact .carousel-item:before{
	display: none;
}

/********** /FACT SINGLE **********/

/********** EVENTS **********/

.event-slider,
.gallery-slider{
	white-space: nowrap;
	font-size: 0;
	position: relative;
	margin-bottom: 7%;
}

.event-slider .prevnext,
.gallery-slider .prevnext{
	position: absolute;
	top: 36%;
	left: -110px;
}

.event-slider .prevnext.next,
.gallery-slider .prevnext.next{
	left: auto;
	right: -110px;
}

.event-slider .prevnext:after,
.gallery-slider .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	width: 11px;
	height: 20px;
	left: 24px;
	top: 50%;
	margin-top: -10px;
	background: url('img/ui/chevron-right-2.png') no-repeat center center;
	background-size: 11px 20px;
}

.event-slider .prevnext.prev:after,
.gallery-slider .prevnext.prev:after{
	left: auto;
	right: 24px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.event-slider .event-slider-inner,
.gallery-slider .gallery-slider-inner{
	overflow: hidden;
	position: relative;
}

.event-slider.mobile .event-slider-inner .event,
.gallery-slider.mobile .event-slider-inner .event{
	margin: 0 38.0625%;
}

.event-slider.mobile .prevnext,
.gallery-slider.mobile .prevnext{
	display: block;
	left: 0;
	z-index: 9;
}

.event-slider.mobile .prevnext.next,
.gallery-slider.mobile .prevnext.next{
	right: 0;
	left: auto;
}

.event-slider .event,
.gallery-slider .image{
	font-size: 1rem;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-decoration: none;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.event-slider .event.past{
	display: none;
}

.event-slider .event .post-thumbnail{
	height: 0;
	width: 100%;
	padding-bottom: 124%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.event-slider .event .post-thumbnail:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0.2s;
	transition: opacity 0.3s ease 0.2s;
}

.event-slider .event:hover .post-thumbnail:before,
.event-slider .event.active .post-thumbnail:before{
	opacity: 0.6;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event-slider .event.active .post-thumbnail:after{
	opacity: 1;
}

.event-slider .event.active .post-thumbnail .more-outer{
	opacity: 0;
}

.event-slider .event .post-thumbnail .more-outer{
	position: absolute;
	top: 50%;
	margin-top: -1.2em;
	text-align: center;
	width: 100%;
	font-size: 0.928em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.event-slider .event .post-thumbnail .more{
	position: relative;
	display: inline-block;
	color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.7em 0;
	-webkit-transition: color 0.3s ease 0.3s;
	transition: color 0.3s ease 0.3s;
}

.event-slider .event:hover .post-thumbnail .more{
	color: #00a2b2;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more:before,
.event-slider .event .post-thumbnail .more:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: width 0.2s ease-out 0.4s;
	transition: width 0.2s ease-out 0.4s;
}

.event-slider .event .post-thumbnail .more:after{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.event-slider .event:hover .post-thumbnail .more:before,
.event-slider .event:hover .post-thumbnail .more:after{
	width: 49%;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
	-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
}

.event-slider .event .post-thumbnail .more-decoration{
	position: absolute;
	display: block;
	top: 0;
	left: calc(49% + 12px);
	width: 0;
	-webkit-transition: width 0.2s ease-in 0.1s;
	transition: width 0.2s ease-in 0.1s;
	height: 2px;
	background-color: #fff;
}

.event-slider .event .post-thumbnail .more-decoration.bottom{
	left: auto;
	right: calc(49% + 12px);
	top: auto;
	bottom: 0;
}

.event-slider .event:hover .post-thumbnail .more-decoration{
	width: calc(51% - 23px);
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.event-slider .event .post-thumbnail .more-decoration:before,
.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: -3px;
	left: -10px;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
	transition: -webkit-transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	left: auto;
	right: -10px;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.event-slider .event:hover .post-thumbnail .more-decoration:before,
.event-slider .event:hover .post-thumbnail .more-decoration:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.event-slider .event:hover .post-thumbnail .more-decoration:after,
.event-slider .event:hover .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0.5s;
			transition-delay: 0.5s;
}

.event-slider .event .entry-title{
	font-size: 1.142em;
	font-weight: 700;
	text-transform: none;
	margin: 1em 0 0.25em 0;
}

.event-slider .event p{
	margin-bottom: 0;
}

.event-slider .event .date,
.type-event .closed{
	text-transform: uppercase;
}

.type-event .closed{
	font-weight: 700;
	font-size: 1.285em;
}

.modal-event{
	z-index: 9;
}

.modal-event .modal-content{
	width: 96%;
	max-width: 1440px;
	box-sizing: border-box;
	text-align: left;
	background: rgb(2,166,179);
	background: -moz-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%, rgba(0,33,39,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	background: radial-gradient(ellipse at center, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a6b3', endColorstr='#002127',GradientType=1 );
}

.modal-event .modal-content p{
	text-align: justify;
}

.modal-event .modal-title{
	font-size: 3.214em;
	margin-bottom: 0;
}
.modal-content h3{
	font-size: 2.25em;
}
.modal-event h4,
.modal-event .soon,
.modal-event .right-title{
	text-transform: uppercase;
	font-size: 1.785em;
	margin-top: 0.3em;
}

.modal-event .right-title{
	font-weight: 500;
	font-size: 2.857em;
	display: block;
	margin: 1.5em 0 1em 0;
}

.modal-event .soon{
	display: block;
	margin-top: 1.5em;
	font-weight: 500;
}

.modal-event .third.last{
	text-align: center;
}

.modal-event .third.last img{
	height: 200px;
	width: auto;
}

.modal-event .right-title{
	font-size: 1.428em;
	margin: 0 0 1.5em 0;
	line-height: 1.3;
}

.modal-event .modal-content .btn{
	margin-left: 0;
}

.modal-event .third.last{
	position: relative;
}

.modal-event .third.last:before{
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -6.25%;
	width: 1px;
	background-color: #fff;
}

/********** /EVENTS **********/

/********** EVENT SINGLE **********/

article.type-event .entry-header{
	border-bottom: 1px solid #00a2b2;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

article.type-event .entry-title{
	font-size: 2.142em;
	font-weight: 700;
}

.entry-subheader{
	float: right;
	margin-left: 1em;
}

.entry-sidebar{
	width: 29%;
	margin-right: 5%;
}

article.type-event .closed{
	display: inline-block;
	margin-right: 2em;
}

.nav-sections{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4em;
}

.nav-sections li{
	margin-bottom: 1.5em;
	color: #fff;
	cursor: pointer;
}

.nav-sections li:after{
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	width: 1em;
	height: 1px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
	vertical-align: super;
}

.nav-sections li:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-event,
article.post,
article.type-gallery{
	margin-bottom: 4%;
	display: inline-block;
	width: 100%;
}

article.type-event .entry-sidebar .map{
	height: 215px;
	margin-top: 1em;
}

article.type-event .section{
	margin-bottom: 1.5em;
}
article.type-event h2{
	font-size: 1.285em;
	font-weight: 700;
}

article.type-event .layout{
	padding-bottom: 2em;
	display: inline-block;
	width: 100%;
}

article.type-event .layout:last-child{
	padding-bottom: 0;
}

body .fancybox-navigation{
	display: block;
}

body .fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}

.admin-bar .fancybox-toolbar{
	top: 32px;
}

body .fancybox-button--play,
body .fancybox-button--fullscreen,
body .fancybox-button--thumbs,
body .fancybox-button--share{
	display: none !important;
}

.medias .media{
	height: 0;
	padding-bottom: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.medias .media:hover{
	border-color: #fff;
}

.medias .media.third{
	padding-bottom: 33%;
}

.medias .media.half{
	padding-bottom: 50%;
}

.medias .media.full{
	padding-bottom: 50%;
	width: 50%;
	display: inline-block;
}

.medias .media:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url('img/ui/icon-media-image.png') no-repeat left 1em bottom 1em;
	background-size: 18px 14px;
	-webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	opacity: 0.4;
}

.medias .media.video:before{
	background: url('img/ui/icon-media-video.png') no-repeat left 1em bottom 1em;
	background-size: 18px 15px;
}

.medias .media:hover:before{
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.partenaires .partner{
	display: inline-block;
	background: #fff;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.partenaires .partner img{
	max-height: 70px;
	width: auto;
}

.modal-nl{
	z-index: 9;
}

.modal{
	position: fixed;
	left: 0;
	width: 100%;
	top: -100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal.active{
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
}

.admin-bar .modal{
	top: calc(-100% + 32px);
}

.modal-content{
	background-color: #002c31;
	display: inline-block;
	padding: 4% 8%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

.modal-content:before{
	content: "Fermer";
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}

.modal-title{
	font-size: 2.142em;
	margin-bottom: 1.5em;
	color: #fff;
}

.modal-content .btn{
	margin: 0 1em;
}

.hentry.event .btn.nl{
	margin-right: 1em;
}

.event-single-wrapper{
	display: none;
}

.event-single-wrapper.active{
	display: block;
}

/********** /EVENT SINGLE **********/

/********** THEME **********/

.post-type-archive-theme #main{
	margin-bottom: 10%;
}

.post-type-archive-theme .theme:nth-child(n+4){
	margin-top: 2em;
}

.post-type-archive-theme .theme .entry-title,
.advanced-gallery-slider-nav-item-title{
	font-size: 2.571em;
	color: #00a2b2;
	margin-bottom: 0.3em;
	-webkit-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
}

.post-type-archive-theme .theme .link,
.post-type-archive-theme .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.post-type-archive-theme .theme:hover .link,
.post-type-archive-theme .event:hover .link{
	opacity: 1;
}

.post-type-archive-theme .themes,
.advanced-gallery-slider-nav{
	display: inline-block;
	width: 100%;
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #00a2b2;
}

.breaking-news{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #00a2b2;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.breaking-news-title{
	text-transform: uppercase;
	font-size: 1.428em;
	font-weight: 700;
	color: #fff;
	float: left;
	margin: 0.5em 2em 0.5em 0;
}

.breaking-news-inner{
	overflow: hidden;
	margin-top: 1rem;
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
}

a.breaking-new{
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 1rem;
	padding-right: 1em;
	margin-right: 1em;
}

.breaking-new:hover{
	text-decoration: underline;
}

.breaking-new:before{
	content: "";
	display: block;
	position: absolute;
	top: -0.5em;
	height: 2em;
	right: 0;
	width: 1px;
	background-color: #fff;
}

.post-type-archive-theme .events{
	display: inline-block;
	width: 100%;
}

.post-type-archive-theme .event{
	display: block;
	background: rgba(96, 96, 96, 0.1);
	padding: 1.5em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
}

.post-type-archive-theme .event .theme{
	display: block;
	color: #00a2b2;
	font-weight: 700;
	margin: 0.3em 0 0.3em 0;
}

.post-type-archive-theme .event .event-title{
	font-weight: 700;
	font-size: 1.142em;
}

.post-type-archive-theme .event .link{
	display: block;
	margin-top: 1.5em;
}

/********** /THEME **********/

/********** THEME SINGLE **********/

.carousel{
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	height: auto;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	position: relative;
}

.carousel-item{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.carousel-item:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.carousel .round-btn{
	position: absolute;
	left: 50%;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
}

.carousel .round-btn:before{
	-webkit-transform: scale(0);
			transform: scale(0);
}

.carousel-item:hover .round-btn:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.carousel-item .round-btn:after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	margin-left: -9px;
	background: url('img/ui/icon-magnifying-glass.png') no-repeat center center;
	background-size: 18px 18px;
}

.carousel-item.video .round-btn:after{
	margin-left: -6px;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
	background: none;
}

.carousel .prevnext{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	z-index: 2;
	cursor: pointer;
}

.carousel:hover .prevnext{
	opacity: 0.4;
}

.carousel .prevnext:hover{
	opacity: 0.8;
}

.carousel .prevnext.next{
	left: auto;
	right: 0;
}

.carousel .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 20px;
	margin-left: -5px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
}

.carousel .prevnext.prev:after{
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.carousel-img{
	vertical-align: bottom;
}

.single-theme .carousel-item.image:before,
.single-theme .carousel .carousel-item.image .round-btn{
	display: none;
}

.single-theme h1.entry-title,
.single-theme .section-title{
	color: #00a2b2;
	font-size: 2.142em;
	font-weight: 700;
}

.single-theme .theme{
	margin-bottom: 8%;
	display: inline-block;
	width: 100%;
}

.single-theme .theme .half{
	width: 43%;
	margin-right: 14%;
	min-height: 0;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	padding-bottom: 4%;
}

.single-theme .theme .half.last{
	margin-right: 0;
	position: relative;
}

.single-theme .theme .half.last:before,
.single-theme .theme .half.last:after{
	content: "";
	display: block;
	position: absolute;
	left: -16.279%;
	top: 0;
}

.single-theme .theme .half.last:before{
	width: 12px;
	height: 12px;
	border: 2px solid #00a2b2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 6px;
	margin-left: -6px;
}

.single-theme .theme .half.last:after{
	width: 2px;
	height: calc(100% - 22px);
	margin-left: -1px;
	margin-top: 17px;
	background: #00a2b2;
}

.single-theme .theme .btn{
	margin-top: 1em;
}

.single-theme .entry-content{
	text-align: justify;
}

.single-theme .theme .posts .post{
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b1b1ae;
}

.single-theme .theme .posts .post:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.single-theme .theme .posts .post .entry-title,
.single-theme .theme .events .event .entry-title{
	margin: 0.5em 0;
}

.single-theme .theme .posts .post .link,
.single-theme .theme .events .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.single-theme .theme .posts .post:hover .link,
.single-theme .theme .events .event:hover .link{
	opacity: 1;
}

.single-theme .theme .events .event{
	padding: 1em;
	text-align: right;
	background-color: rgba(232, 233, 229, 0.6);
	margin-bottom: 1em;
}

.single-theme .theme .events .event:last-child{
	margin-bottom: 0;
}

.single-theme .theme .events .event .entry-content{
	text-align: right;
}

/********** /THEME SINGLE **********/

/********** BACKGROUND VIDEO **********/

.video-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.video-bg video{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.video-bg:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 180px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.color-w .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
	background: linear-gradient(to bottom, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
}

.color-g .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
	background: linear-gradient(to bottom, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

.color-gray .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
	background: linear-gradient(to bottom, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

/********** /BACKGROUND VIDEO **********/

/********** HEADER/FOOTER **********/

#masthead{
	padding: 0 55px;
	text-align: right;
	margin-top: 25px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	z-index: 1;
}

.menu-open #masthead{
	z-index: 2;
}

#masthead a,
#masthead .btn,
#masthead .btn.secondary:hover a{
	color: #fff;
}

.color-w #masthead .breadcrumb a,
#masthead .btn:hover a{
	color: #3f3f3f;
}

.admin-bar #masthead{
	top: 32px;
}

#masthead .site-branding{
	display: inline-block;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: relative;
}

.menu-open #masthead .site-branding{
	opacity: 0;
}

.menu-btn{
	text-transform: uppercase;
	font-size: 1.071em;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: 12px 7px;
			transform-origin: 12px 7px;
	display: inline-block;
	float: left;
	margin-top: 14px;
	position: relative;
	z-index: 9;
}

.menu-btn:after{
	content: "";
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	margin-left: -125px;
	margin-top: -125px;
	border-radius: 125px;
	left: 50%;
	top: 50%;
}

.menu-open .menu-btn{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.menu-btn-labels{
	position: relative;
	margin-left: 0.7em;
	vertical-align: middle;
	display: inline-block;
	height: 1em;
	z-index: 1;
	-webkit-transform-origin: 10px center;
			transform-origin: 10px center;
}

.menu-btn-label{
	-webkit-transform-origin: -20px 7px;
			transform-origin: -20px 7px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.menu-btn-label.close{
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	opacity: 0;
	pointer-events: none;
}

.menu-open .menu-btn .menu-btn-label.close{
	opacity: 1;
	pointer-events: all;
}

.menu-open .menu-btn .menu-btn-label.open{
	opacity: 0;
	pointer-events: none;
}

.menu-btn .bars{
	width: 20px;
	height: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.menu-btn .bars .bar{
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	overflow: hidden;
}

.color-w #masthead .menu-btn-labels{
	color: #3f3f3f;
}

.color-w .menu-btn .bars .bar{
	background-color: #3f3f3f;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.color-w.menu-open .menu-btn .bars .bar{
	background: #fff;
}

.color-w #masthead .menu-btn-labels{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.color-w.menu-open #masthead .menu-btn-labels{
	color: #fff;
}

.menu-btn .bars .bar:first-child{
	top: 0;
}

.menu-btn .bars .bar:last-child{
	top: 12px;
}

.menu-btn .bars .bar:first-child,
.menu-btn .bars .bar:last-child{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-open .menu-btn .bars .bar:first-child{
	-webkit-transform: translateY(6px) rotate(90deg);
			transform: translateY(6px) rotate(90deg);
}

.menu-open .menu-btn .bars .bar:last-child{
	-webkit-transform: translateY(-6px) rotate(90deg);
			transform: translateY(-6px) rotate(90deg);
}

.menu-btn .bars .bar:before{
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 6px;
	background: #002c31;
	-webkit-transform: translateX(-6px);
			transform: translateX(-6px);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.color-w .menu-btn .bars .bar:before{
	background-color: #00a2b2;
}

.menu-btn .bars .bar:last-child:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.menu-btn .bars .bar:first-child:before{
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
}

.menu-btn:hover .bars .bar:before{
	-webkit-transform: translateX(20px);
			transform: translateX(20px);
}

.menu-open .menu-btn .bars .bar:before{
	display: none;
}

#site-navigation,
.alert-news.closed + #masthead #site-navigation{
	position: fixed;
	top: 0;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}

.color-b #site-navigation{
	background-color: transparent;
}

.menu-open #site-navigation,
.menu-open .alert-news.closed + #masthead #site-navigation{
	opacity: 1;
	visibility: visible;
}

.menu-item a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.admin-bar #site-navigation,
.admin-bar .alert-news.closed + #masthead #site-navigation{
	top: 32px;
	height: calc(100% - 32px);
}

.alert-news + #masthead #site-navigation{
	top: 3.5em;
	height: calc(100% - 3.5em);
}

.admin-bar .alert-news + #masthead #site-navigation{
	top: calc(32px + 3.5em);
	height: calc(100% - 3.5em - 32px);
}

.menu-main-container-wrapper{
	position: absolute;
	left: 55px;
	right: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.menu-main-container{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.menu-main-container-wrapper .logo-rodin{
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
}

.menu-main-container .menu-item .label{
	font-size: 45px;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}

.menu-main-container .menu-item:first-child .label{
	margin-top: 0;
}

.menu-main-container .menu-item .baseline{
	font-size: 12px;
	font-weight: 700;
	padding-top: 0.5em;
	display: inline-block;
}

.menu-main-container .menu-item .baseline:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: -25px;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-main-container .menu-item:hover .baseline:before{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.menu-secondary-container{
	margin-top: 24px;
}

.menu-secondary-container .menu-item{
	font-size: 1.071em;
	font-weight: 500;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.menu-secondary-container .menu-item.btn{
	margin-right: 0;
	position: relative;
}

.menu-secondary-container .menu-item.btn.fer a{
	padding-left: 2.5em;
}

.menu-secondary-container .menu-item.btn.fer:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url('img/ui/icon-fer.png') no-repeat center center;
	background-size: 20px 20px;
	pointer-events: none;
}

.footer-menu{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.footer-menu .copyright,
.footer-menu .logo-fer,
.footer-menu .logo-menu{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.footer-menu .logo-menu{
	vertical-align: bottom;
}

.footer-menu .copyright{
	width: 50%;
	font-size: 0.714rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.footer-menu .copyright a{
	text-decoration: none;
}

.footer-menu .copyright a:hover{
	text-decoration: underline;
}

.alert-news{
	position: fixed;
	display: inline-block;
	width: 100%;
	background-color: #00a2b2;
	color: #fff;
	text-align: center;
	height: 3.5em;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: 0;
	transition: transform 0.3s ease;
	z-index: 999;
}

.alert-news a{
	color: #fff;
}

.admin-bar .alert-news,
.admin-bar .alert-news.closed + #masthead{
	top: 32px;
}

.alert-news.closed{
	transform: translateY(-100%);
}

.alert-news p{
	margin-top: 1em;
}

.alert-news .close{
	position: absolute;
	display: block;
	top: 50%;
	right: 55px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.alert-news .close:before,
.alert-news .close:after{
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 5px;
	width: 20px;
	height: 2px;
	position: absolute;
	background-color: #fff;
}

.alert-news .close:after{
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}

.alert-news + #masthead{
	top: 3.5em;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.alert-news.closed + #masthead{
	top: 0 !important;
}

.admin-bar .alert-news + #masthead{
	top: calc(3.5em + 32px);
}

.alert-news ~ .site-content-contain #content{
	-webkit-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
}

.alert-news ~ .site-content-contain #content{
	margin-top: calc(220px + 3.5em);
}

.alert-news.closed ~ .site-content-contain #content{
	margin-top: 220px;
}

#site-navigation .intro{
	font-size: 1.214rem;
	white-space: normal;
	line-height: 2;
	max-width: 290px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 3em;
	margin-left: 3em;
	border-left: 1px solid #fff;
}

#site-navigation .intro-txt{
	position: relative;
	padding-bottom: 1em;
}

#site-navigation .intro-txt:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 1px;
	background-color: #00a2b2;
}

#site-navigation .nl-txt{
	color: #00a2b2;
}

/********** /HEADER/FOOTER **********/

/********** SEARCH PAGE **********/

.search .page-title{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #00a2b2;
}

.search .hentry,
.hentry.press{
	padding: 1em;
	background-color: rgba(96, 96, 96, 0.46);
	margin-bottom: 1em;
}

.search .hentry .link,
.hentry.press .link{
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.search .hentry:hover .link,
.hentry.press:hover .link{
	opacity: 1;
}

/********** /SEARCH PAGE **********/

/********** ACTU **********/
main.actu{
	margin: 0 auto;
	width: 100%;
}
.blog .all-news{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
	.blog div#primary{
		clear: both;
	}
.cover{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.blog .cover{
	height: 165px;
}
.single-post .cover{
	height: 500px;
	margin-bottom: 20px;
}
main.actu div.entry-meta, main.actu div.entry-content, main.actu h2.entry-title{
	padding: 10px 10px 5px 10px;
}
main.actu h2.entry-title a{
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
main.actu div.entry-content,
.single-post div.entry-content{
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
}

.single-post .post > .btn.back{
	margin-bottom: 1em;
	display: inline-block;
}
main.actu p.link-more a {
	text-transform: uppercase;
	color: #b1b1b1;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
}
nav.pagination{
margin: 0 auto;
}
main.actu p.link-more a:hover {
	color: #3f3f3f;
}
main.actu p.link-more{
	margin-top: 25px;
}
main.actu .entry-header{
	margin-bottom: 5px;
}
.blog div.themes a,
.single-post div.themes a{
	color: #00a2b2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.blog div.themes a:hover,
.single-post div.themes a:hover{
text-decoration: underline;
}
.blog div.themes a:after ,
.single-post div.themes a:after {
	content: ',';
	margin-right: 5px;
}
.blog div.themes a:last-child:after ,
.single-post div.themes a:last-child:after {
	content: '';
	margin-right: 0px;
}
.single-post .post .date,
.blog .post .date{
	color: #3f3f3f;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
body.blog h1.page-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #3f3f3f;
	margin-bottom: 45px;
}
body.blog h1.page-title{
	float: left;
	margin-bottom: 0;
}
header.page-header{
	min-height: 45px;
}
input:focus,
select:focus{
	outline: none;
}
.single-featured-image-header{
	display: none;
}
select.btn.secondary{
	float: right;
	margin-left: 1.6%;
	min-width: 23.875%;
	border-radius: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	text-align-last: center;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
}
select.btn.secondary {
		background-image:
	linear-gradient(45deg, transparent 50%, #00a2b2 50%),
	linear-gradient(135deg, #00a2b2 50%, transparent 50%),
	linear-gradient(to right, transparent, transparent);
  background-position:
	calc(100% - 20px) calc(1.3em + 2px),
	calc(100% - 15px) calc(1.3em + 2px),
	calc(100% - 2.5em) 0.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
	  background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid #00a2b2 !important;
	color: #00a2b2;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}
select.btn.secondary:hover{
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
div.nav-links{
	text-align: center;
	font-size: 18px;
	clear: both;
	padding: 50px 0px;
}
div.nav-links .current{
	color: #ffffff;
	background-color: #00a2b2;
}
div.nav-links a.page-numbers{
	background-color: #f5f5f5;
	color: #3f3f3f;
	text-decoration: none;
}
div.nav-links a.page-numbers:hover{
	color: #ffffff;
	background-color: #00a2b2;
}

div.nav-links .current, div.nav-links a.page-numbers{
	width: 30px;
	padding: 3px 0;
	display: inline-block;
}
a.prev .icon-arrow-left, a.next .icon-arrow-right{
	display: none;
}
a.next, a.prev{
	display: none !important;
}
/* SINGLE */
body.single-post img.attachment-twentyseventeen-featured-image{
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.single-post h1.entry-title{
	padding: 10px 10px 5px 0px;
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
body.single-post img{
	margin-bottom: 30px;
}
body.single-post hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #00a3b4;
	margin: 2.5em 0;
	padding: 0;
}
/* 1 column: 320px */
main.actu article {
		position: relative;
	background-color: #f5f5f5;
	margin-bottom: 1rem;
	padding-bottom: 20px;
		min-height: 390px;
		margin-top: 20px;
}
/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
	main.actu article {
		float: left;
		margin-right: 1.5%;
		width: 49.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  main.actu article {
		width: 32.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 1.5%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
	main.actu article {
		width: 23.85%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 1.6%;
	}
	main.actu article:nth-child(4n+0) {
		margin-right: 0;
	}

	main.actu article:nth-child(4n+1){
		clear: both;
	}
}
.responsiveOnly{
	display: none;
}
.entry-sidebar .btn.register{
	display: none;
}
/********** /ACTU **********/

/********** GALLERY **********/

.post-type-archive-gallery .half{
	width: 46%;
	position: relative;
}

.post-type-archive-gallery .half:first-child{
	text-align: right;
	margin-right: 8%;
}

.post-type-archive-gallery .half.last:before{
	content: "";
	display: block;
	position: absolute;
	left: -8.695%;
	top: 20px;
	bottom: -100px;
	width: 1px;
	background: #797979;
}

.post-type-archive-gallery .half:first-child:before{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 12px;
	height: 12px;
	background: #00a2b2;
	border-radius: 6px;
	margin-right: -6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.post-type-archive-gallery .half:first-child:after{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #00a2b2;
	border-radius: 10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.post-type-archive-gallery .date{
	text-transform: uppercase;
}

.post-type-archive-gallery .entry-title{
	margin-top: 0.5em;
}

.gallery-slider{
	display: inline-block;
	width: 100%;
	margin-top: 14%;
}

.gallery-slider .prevnext{
	top: 50%;
	margin-top: -31px;
}

.gallery-video{
	position: relative;
	background: #000;
}

.gallery-video .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 9;
	transform: scale(1);
	transition: left 0.3s ease, top 0.3s ease, transform 0.3s ease;
}

.gallery-video .play.playing{
	top: 20px;
	left: 20px;
	transform: scale(0.5);
}

.gallery-slider-inner .image{
	height: 0;
	padding-bottom: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.entry-content div.klewel_search_widget{
	display: none !important;
}

.klewel_player_embed_block{
	width: 100% !important;
}

.klewel_player_shadow_box_background{
	display: none !important;
}

.klewel_conf_navigator_talk_title,
.klewel_conf_navigator_title,
.klewel_conf_navigator_talk_author{
	color: #fff !important;
	font-family: "effra", sans-serif !important;
}

.klewel_conf_navigator_title{
	text-shadow: none !important;
	text-transform: uppercase;
	font-weight: 500;
}

.klewel_conf_navigator_talks_table{
	display: inline-block !important;
	width: 100% !important;
}

.klewel_conf_navigator_talk_cell{
	width: 48% !important;
	float: left;
	padding: 0 !important;
	margin: 0 4% 4% 0 !important;
}

.klewel_conf_navigator_talk_cell:nth-child(2n){
	margin-right: 0 !important;
}

.post-type-archive-gallery .gallery-slider{
	margin-bottom: 0;
}

.post-type-archive-gallery .hentry{
	display: inline-block;
	width: 100%;
	margin-bottom: 7%;
}

.post-type-archive-gallery .gallery-item{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter{
	text-align: center;
}

.link-gallery{
	clear: both;
	margin-top: 120px;
}

/********** /GALLERY **********/

/********** ADVANCED GALLERY **********/

.advanced-gallery-slider-nav{
	padding-bottom: 0;
	border-bottom: none;
}

.advanced-gallery-slider-nav-item{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.advanced-gallery-slider-nav-item:hover,
.advanced-gallery-slider-nav-item.active{
	opacity: 1;
}

.advanced-gallery-slide-title{
	padding-bottom: 1.5em;
	border-bottom: 1px solid #00a2b2;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item{
	opacity: 0.5;
	transition: opacity 0.2s ease;
	cursor: pointer;
	position: relative;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item.active,
.advanced-gallery-inner-slider-nav-item:hover{
	opacity: 1;
}

.advanced-gallery-inner-slider-nav-item:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 1px;
	margin-left: 4px;
	background-color: #fff;
	margin-bottom: 4px;
	transform: scale(0, 1);
	transition: transform 0.2s ease;
}

.advanced-gallery-inner-slider-nav-item.active:after{
	transform: scale(1, 1);
}

.advanced-gallery-slider{
	overflow: hidden;
	transition: height 0.3s ease;
}

.advanced-gallery-slider-inner{
	width: 300%;
	font-size: 0;
	white-space: nowrap;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.advanced-gallery-slide{
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	white-space: normal;
	width: 33.333%;
}

.advanced-gallery-inner-slider{
	position: relative;
}

.advanced-gallery-inner-slide{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.advanced-gallery-inner-slide.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.advanced-gallery-inner-slide.loading{
	pointer-events: none;
}

.advanced-gallery-inner-slide.loading .btn{
	opacity: 0.5;
}

.advanced-gallery-inner-slide.loading:after{
	background-position: left 195px bottom 7px;
	background-size: 30px;
}

.advanced-gallery-inner-slide .date{
	text-transform: uppercase;
	font-size: 0.857em;
}

.advanced-gallery-inner-slide .media.video{
	width: 100%;
	display: inline-block;
	padding-bottom: 56.25%;
	margin: 1em 0 3em 0;
}

.advanced-gallery-inner-slide .media.image{
	margin-bottom: 2%;
}

.advanced-gallery-inner-slide .press .media-title{
	color: #00a2b2;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 0.3em 0 1em 0;
}

/********** /ADVANCED GALLERY **********/

/********** RESPONSIVE **********/
select.nav-responsive-event{
	    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1.3em + 2px),
 calc(100% - 15px) calc(1.3em + 2px),
 calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
 5px 5px,
 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #00a2b2;
	color: #ffffff;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
}
@media screen and (max-width: 1592px) {
	.menu-main-container .menu-item .label{
		font-size: 30px;
	}

	.logo-rodin{
		width: 120px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1230px) {
	body.menu-open{
		overflow: hidden;
	}

	#masthead,
	.alert-news,
	#site-navigation,
	article.type-fact{
		padding: 0 15px;
	}

	.alert-news{
		height: auto;
	}

	.alert-news p{
		margin: 5px 0;
		line-height: 1;
	}

	.modal{
		z-index: 99;
	}

	#masthead{
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		z-index: 9;
	}

	.color-b #masthead{
		background-color: #000;
	}

	.color-w #masthead{
		background-color: #F5F6F1;
	}

	.color-g #masthead{
		background-color: #1a5651;
	}

	.color-gray #masthead{
		background-color: #3c3c3c;
	}

	.site-title{
		width: 70px;
	}

	.menu-main-container-wrapper{
		position: static;
		top: auto;
		-webkit-transform: none;
		        transform: none;
	}

	.menu-main-container-wrapper .logo-rodin{
		margin: 50px 0 0 0;
		width: 100%;
	}

	.menu-main-container{
		width: 100%;
		text-align: center;
		margin: 15px 0 50px 0;
	}

	#site-navigation .intro{
		padding-left: 0;
		margin-left: 0;
		border: none;
	}

	.menu-open #site-navigation{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.menu-secondary-container{
		margin: 50px 0;
		padding: 25px 0;
		border-top: 1px solid #00a2b2;
		border-bottom: 1px solid #00a2b2;
		text-align: center;
	}

	.footer-menu{
		position: relative;
		padding-bottom: 50px;
	}

	.footer-menu .copyright{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}

	.footer-menu .logo-menu{
		vertical-align: middle;
	}

	.footer-menu .logo-fer, .footer-menu .logo-menu{
		width: 50%;
	}

	.menu-secondary-container .menu-item{
		margin: 1em;
	}

	.video-bg:after{
		height: 50px;
	}

	.video-bg:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 50px;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
		background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	}

	.color-w .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
		background: linear-gradient(to top, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
	}

	.color-g .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
		background: linear-gradient(to top, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.color-gray .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
		background: linear-gradient(to top, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.event-slider .event .post-thumbnail .more,
	.event-slider .event .post-thumbnail:before,
	.event-slider .prevnext,
	.gallery-slider .prevnext{
		display: none;
	}

	.archive-fact{
		overflow: hidden;
	}

	.archive-fact .fact{
		margin: 50px 0 !important;
		height: auto !important;
	}

	/* Faits Historiques : Timeline */
	aside.scrollbar-wrapper{
		visibility: hidden;
	}
	.archive-fact .fact {
		padding-left: 60px;
	}
	.archive-fact .fact .entry-title {
		font-size: 2em;
	}
	.archive-fact .fact .year {
		font-size: 104px;
		font-weight: 700;
		color: #005861;
		opacity: 0.38;
		margin-left: -93px;
	}
	.archive-fact .fact:before {
		content: "";
		position: absolute;
		display: block;
		width: 31px;
		height: 1px;
		background: #fff;
		left: 10px;
		top: 35%;
	}

	/* Faits historique Singles */
	article.type-fact .date{
		font-size: 10em;
		top: -2.2rem;
		left: -2rem;
	}

	article.type-fact .entry-content{
		margin-top: 5em;
	}

	article.type-fact .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	article.type-fact .half.last {
		margin-top: 25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 992px) {
	/* Global */
	.responsiveOnly{
		display: block;
	}
	.alert-news {
		height: auto;
		padding: 0 30px 0 15px;
	}
	.alert-news .close{
		right: 5px;
	}
	body:not(.home) nav#site-navigation{
		min-height: 100vh;
	}

	#content,
	.alert-news.closed ~ .site-content-contain #content{
		margin-top: 180px;
	}

	.alert-news ~ .site-content-contain #content{
		margin-top: calc(180px + 3.5em);
	}

	/* Home */
	.home .boxes {
		display: initial;
		width: 100%;
		margin-left: 0;
		font-size: 1rem;
		white-space: normal;
		vertical-align: middle;
	}
	.home .box.ninety, .home .box.events{
		width: 100%;
	}
	.home .box.ninety{
		margin: 30px 0;
	}
	.home .box.events{
		margin-bottom: 30px;
	}
	.home .boxes .box-inner {
		min-height: 250px !important;
	}
	.home .year-start {
		color: #005861;
		top: 20%;
		left: -0.25em;
		font-size: 7em;
	}
	.home .year-end {
		color: #181716;
		bottom: .25em;
		right: -0.2em;
		font-size: 9em;
	}
	.home .box .link {
		font-size: 1em;
		left: 0;
	}
	/* Thèmes */
	.themes a, .events a{
		width: auto;
		margin: 25px 0;
	}
	.slick-slide{
		width: 85vw !important;
		margin-right: 20px !important;
	}
	.single-theme .theme {
		margin-left: 15px;
		box-sizing: border-box;
		padding-left: 0;
		border-left: solid 19px transparent;
		-webkit-box-shadow: -3px 1px 0 -1px #00a2b2;
		        box-shadow: -3px 1px 0 -1px #00a2b2;
	}
	.single-theme .theme .half {
		width: calc(100% - 15px);
		margin-right: 0;
		min-height: 0 !important;
		-webkit-transition: min-height 0.3s ease;
		transition: min-height 0.3s ease;
		padding-bottom: 4%;
	}

	.single-theme .theme .half.last:before, .single-theme .theme .half.last:after{
		display: none;
	}

	.single-theme h1.entry-title:before, .single-theme .section-title:before {
		position: relative;
		content: '';
		width: 12px;
		display: block;
		left: -20px;
		height: 12px;
		border: 2px solid #00a2b2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		margin-left: -6px;
		background-color: #F5F6F1;
		-webkit-box-shadow: 0px 0px 0px 5px #F5F6F1;
		box-shadow: 0px 0px 0px 5px #F5F6F1;
		top: 20px;
	}
	.single-theme div.carousel{
		height: auto;
		margin-bottom: 30px;
	}
	.breadcrumb {
		margin-top: 0;
		position: absolute;
		top: 65px;
		margin: 0;
	}
	.events a, .single-theme .theme .events .event .link{
		text-align: left !important;
	}
	.single-theme .theme .events .event .entry-content {
		text-align: left !important;
	}
	/* Evénements */
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 450px);
		margin: 0 225px;
	}
	.single-event .entry-sidebar, .post-type-archive-event .entry-sidebar{
		width: 100% !important;
	}
	.single-event .two-third, .post-type-archive-event .two-third,
	.single-event .two-third + .third, .post-type-archive-event .two-third + .third{
		width: 100%;
		margin-right: 0;
	}
	.single-event .infos, .post-type-archive-event .infos{
		margin-bottom: 20px;
	}

	.single-event .featured h5, .post-type-archive-event .featured h5{
		width: 100%;
	}
	.single-event .featured, .post-type-archive-event .featured{
		display: flex;
		display: -ms-flex;
   		flex-wrap: wrap;
   		-ms-flex-wrap: wrap;
	}
	.single-event .featured .quarter, .post-type-archive-event .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;

	}
	.single-event .entry-subheader, .post-type-archive-event .entry-subheader{
		float: initial;
	}

	.single-event article.type-event .entry-title, .post-type-archive-event article.type-event .entry-title{
		font-size: 2.142em;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.single-event ul.nav-sections, .post-type-archive-event ul.nav-sections{
		display: none;
	}
	.entry-subheader .btn.register{
		display: none;
	}
	.single-event .entry-sidebar .btn.register, .post-type-archive-event .entry-sidebar{
		display: block;
		margin-bottom: 7px;
		text-align: center;
		text-align-last: center;
	}
	.modal-content {
		background-color: #002c31;
		display: inline-block;
		padding: 100px 20px;
		width: 80%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.modal-content .btn {
		margin: 0 .5em 1.5em .5em ;
	}
	article.type-event, article.post {
		margin-top: 60px;
	}
	/* Actualités */
	.single-post .featured h5{
		width: 100%;
	}
	.single-post .featured{
		display: flex;
		display: -ms-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.single-post .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
		.blog .filter select{
		margin-left: 0;
		float: none;
    	width: 100%;
	}
	.blog h1.page-title{
		margin-bottom: 15px !important;
	}
	.blog div#primary{
		clear: both;
	}
	/* Footer */
	.footer-menu .copyright {
	    white-space: pre-line;
	}

	.modal-content .two-third,
	.modal-content .third{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 1em;
	}

	.modal-event .third.last:before{
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 150px);
		margin: 0 75px;
	}

	.gallery-slider.mobile .gallery-slider-inner .image{
		padding-bottom: 50%;
	}

	.post-type-archive-gallery .half{
		width: 100%;
		float: none;
		height: auto !important;
		margin-bottom: 2em;
		text-align: center !important;
	}

	.post-type-archive-gallery .half:before,
	.post-type-archive-gallery .half:after{
		display: none !important;
	}

	.advanced-gallery-slider-nav-item,
	.advanced-gallery-inner-slider-nav,
	.advanced-gallery-inner-slider{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.advanced-gallery-inner-slider-nav-item{
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 1em;
	}

	.modal-event .modal-title{
		font-size: 1.8em;
	}

	.modal-event h4{
		font-size: 1.6em;
	}

	.modal-event .date, .modal-event .right-title{
		font-size: 1.3em;
	}

	.modal-event{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal-event .modal-content{
		top: 50px;
		transform: none;
		left: 2%;
		padding: 20px;
	}

	.admin-bar .modal-event .modal-content{
		top: 82px;
	}
}

@media screen and (max-width: 576px) {
	.breadcrumb{
		width: calc(100vw - 125px);
		margin: 10px 0 0;
	}
	a.breadcrumb-base::after{
		top: -0.1em;
	}
	.breadcrumb a, .breadcrumb span{
		text-align: left;
		display: table;
	}
	.breadcrumb span{
		margin-top: 10px;
	}
}
/********** /RESPONSIVE **********/


/******************** BUXUM ********************/
=======
/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 1.3
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, label, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
select::-ms-expand {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******************** BUXUM ********************/

html,
body{
	font-family: "effra", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	background-color: #000;
}

body.color-w,
.color-w a,
.color-w .btn.secondary{
	color: #3f3f3f;
}

body.color-w{
	background: #F5F6F1;
}

body.color-g{
	background: #27a49f;
}

body.color-gray{
	background: #3c3c3c;
}

/********** ALL **********/

a{
	color: #fff;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

a.hentry{
	text-decoration: none;
}

#content{
	max-width: 1074px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 220px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: relative;
	z-index: 1;
}

.menu-open #content{
	opacity: 0;
	visibility: hidden;
}

.btn,
body .btn{
	background-color: #00a2b2;
	border: 1px solid #00a2b2;
	padding: 1em 2em;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.btn.menu-item{
	padding: 0;
}

.btn a,
.btn.menu-item a{
	padding: 1em 2em;
	display: inline-block;
	color: inherit;
}

.color-w .btn-secondary{
	color: #3f3f3f;
}

.btn:hover{
	color: #00a2b2;
	background-color: #fff;
	border-color: #fff;
}

.btn.secondary{
	background-color: transparent;
}

.btn.secondary:hover{
	color: #fff;
	background-color: #00a2b2;
	border-color: #00a2b2;
}

.half,
.third,
.two-third,
.quarter{
	float: left;
}

.half{
	width: 49%;
	margin-right: 2%;
}

.third,
.two-third{
	width: 32%;
	margin-right: 2%;
}

.two-third{
	width: 66%;
}

.quarter{
	width: 23.875%;
	margin-right: 1.5%;
}

.half.last,
.third.last,
.two-third.last,
.quarter.last{
	margin-right: 0;
}

h1,
h2,
h3{
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 500;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 2.142em;
}

h3,
.type-fact .entry-content h2{
	font-weight: 700;
	font-size: 1.142em;
	line-height: 1.1;
}

p,
.entry-content li{
	line-height: 1.5;
}

p,
.entry-content ul{
	margin-bottom: 1em;
	font-size: 1.071rem;
}

p:last-child,
.entry-content ul:last-child{
	margin-bottom: 0;
}

.entry-content li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	background-color: #00a3b4;
	border-radius: 2px;
}

strong,
b{
	font-weight: 700;
}

em{
	font-style: italic;
}

.link{
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.link:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

a .link:after,
.advanced-gallery-slider-nav .link:after{
	display: none;
}

.document,
.search-form{
	color: #7d7b7b;
	background-color: #fff;
	text-transform: uppercase;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	margin-bottom: 1em;
	display: block;
	position: relative;
}

.search-form{
	padding: 0;
	margin-bottom: 5em;
	background: rgba(244, 244, 244, 0.68);
}

.document:last-child{
	margin-bottom: 0;
}

.search-field{
	width: 100%;
	height: 4rem;
	padding-left: 1em;
	font-size: 1.142em;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: none;
	border-radius: 0;
}

.document:before,
.search-submit{
	content: "Télécharger";
	text-transform: uppercase;
	color: #fff;
	background-color: #00a2b2;
	font-size: 0.928em;
	font-weight: 700;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 2em;
	line-height: 3rem;
}

.search-submit{
	content: "";
	border: none;
	cursor: pointer;
	height: 100%;
}

.document.lien:before{
	content: "Visiter";
}

.hentry{
	display: block;
}

.round-btn{
	display: inline-block;
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	cursor: pointer;
}

.round-btn:before{
	content: "";
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #00a2b2;
	left: 5px;
	top: 5px;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.round-btn:hover:before,
.round-btn.active:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.round-btn.play:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -6px;
	transition: margin 0.3s ease, border 0.3s ease;
}

.round-btn.playing:after{
	border-width: 6px;
	border-color: #fff;
	margin-left: -6px;
	margin-right: -8px;
}

.disabled{
	opacity: 0.3;
	pointer-events: none;
}

table{
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 0.5em;
}

table td,
.infos .info{
	padding: 0.5em;
	vertical-align: top;
	background-color: rgba(96, 96, 96, 0.46);
}

.infos .info{
	margin-bottom: 0.5em;
	padding: 1em;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.infos .info .label,
.infos .info .value{
	line-height: 1.5;
	display: block;
}

.infos .info .label{
	float: left;
	margin-right: 1em;
	width: 74px;
}

.infos .info .value{
	overflow: hidden;
}

.infos a{
	color: #00a2b2;
	text-decoration: none;
}

.infos a:hover{
	text-decoration: underline;
}

.map{
	width: 100%;
	height: 400px;
}

.featured{
	padding-top: 4%;
	margin-bottom: 4%;
	border-top: 1px solid #00a2b2;
	display: inline-block;
	width: 100%;
}

.featured h5{
	font-size: 2.142em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.featured .hentry{
	text-decoration: none;
	display: block;
}

.featured .entry-title{
	font-weight: 700;
	font-size: 1.142em;
	margin-bottom: 0.5em;
}

.featured .date{
	text-transform: uppercase;
}

.breadcrumb{
	float: left;
	margin: 1.5em 0 0 9em;
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.breadcrumb.faded{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.breadcrumb a{
	text-decoration: none;
	position: relative;
	margin-right: 2em;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb a:after{
	content: "›";
	display: block;
	position: absolute;
	right: -1.2em;
	top: 0.1em;
}

.breadcrumb .breadcrumb-current{
	color: #00a2b2;
}

input{
	height: 100%;
	font-size: 1em;
	padding: 1em;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: rgba(96, 96, 96, 0.5);
	color: #fff;
	border: none;
}

input[type=submit]{
	cursor: pointer;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

input,
select,
textarea{
	font-family: "effra", sans-serif;
}

.nl-form .fields-wrapper{
	position: relative;
}

.nl-form input{
	font-size: 11px;
	border-radius: 0;
}

.g-recaptcha{
	margin-bottom: 1em;
}

.nl-form input[type=submit]{
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: auto;
	background: #606060 url('img/ui/icon-send-nl.png') no-repeat center center;
	background-size: 18px 18px;
	width: 18px;
	padding: 0 1.7em;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	-webkit-appearance: none;
   -moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.nl-form input[type=submit]:hover{
	background-color: #3e3e3e;
}

.nl-form.loading:after{
	background-size: 20px 20px;
}

.nl-response{
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	color: #fff;
	line-height: 1.2;
}

.nl-response.error{
	color: #f00;
}

.hide{
	display: none;
}

.loading{
	pointer-events: none;
}

.loading:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/ui/loading.gif') no-repeat center center;
	background-size: 100px 100px;
}

.page > #page{
	padding-bottom: 4%;
}

#atlwdg-trigger{
	z-index: 9999;
}

div, p, a, li, td{ -webkit-text-size-adjust: none; }

/********** /ALL **********/

/********** HOME **********/

.home #content{
	max-width: 1250px;
	margin-bottom: 4%;
}

.home #main{
	font-size: 0;
	white-space: nowrap;
}

.home .boxes{
	display: inline-block;
	width: 53%;
	margin-left: 24%;
	font-size: 1rem;
	white-space: normal;
	vertical-align: middle;
}

.home .boxes .box{
	padding: 2.2em 1.9em 1.5em 1.9em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.home .boxes .box:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=1 );
	opacity: 0.8;
}

.home .boxes .box-inner{
	position: relative;
}

.home .box.ninety{
	background-color: #00a2b2;
}

.home .box.events{
	background-color: #5e5e5e;
}

.home .year{
	position: absolute;
	opacity: 0.38;
	font-weight: 700;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.home .year-start{
	color: #005861;
	top: 20%;
	left: -0.5em;
	font-size: 10em;
}

.home .year-end{
	color: #181716;
	bottom: -0.2em;
	right: -0.2em;
	font-size: 10.714em;
}

.home .box .content{
	padding: 2em 0 3em 0;
	margin-bottom: 0;
}

.home .box .link{
	position: absolute;
	bottom: 0;
	right: 0;
}

.home .event{
	text-decoration: none;
	padding: 1em 0;
	margin-bottom: 2em;
	position: relative;
}

.home .event:first-child:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	bottom: -1em;
	height: 1px;
	background-color: #fff;
}

.home .event:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1.9em;
	width: calc(100% + 3.8em);
	height: 100%;
	background: rgba(94, 94, 94, 0.3);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover:before{
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
}

.home .event .entry-header{
	position: relative;
}

.home .event .entry-header:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 11px;
	height: 20px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
	-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover .entry-header:after{
	-webkit-transform: translateX(0);
			transform: translateX(0);
	opacity: 1;
}

.home .event .entry-title{
	margin-bottom: 0;
}

.home .event .date{
	text-transform: uppercase;
	margin-bottom: 0.5em;
	display: block;
}

/********** /HOME **********/

/********** TIMELINE **********/

.archive-fact{
	position: relative;
}

.archive-fact.loading:after{
	position: fixed;
	top: 50%;
	margin-top: -150px;
	height: 300px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.archive-fact .fact{
	position: relative;
	padding-left: 100px;
	text-decoration: none;
	min-height: 150px;
	white-space: nowrap;
	margin-bottom: 50px;
}

.archive-fact .fact:before{
	content: "";
	position: absolute;
	display: block;
	width: 57px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 50%;
}

.archive-fact .fact:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.archive-fact .fact .entry-header{
	position: relative;
	z-index: 1;
	white-space: normal;
	width: 100%;
}

.archive-fact .fact .entry-title{
	font-size: 3.214em;
	margin-bottom: 0;
	width: 100%;
}

.archive-fact .fact .entry-header,
.archive-fact .fact .entry-content{
	display: inline-block;
	vertical-align: middle;
}

.archive-fact .fact .entry-content{
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.archive-fact .fact .year{
	font-size: 150px;
	font-weight: 700;
	color: #005861;
	opacity: 0.38;
}

.archive-fact .fact .link{
	display: block;
	margin-top: 1em;
	-webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	color: #002c31;
}

.archive-fact .fact:hover .link{
	color: #fff;
	-webkit-transform: translateX(1.5em);
			transform: translateX(1.5em);
}

.scrollbar-wrapper{
	position: fixed;
	top: 50%;
	margin-top: -188px;
	right: 55px;
	text-align: center;
	font-size: 0;
	z-index: 2;
}

.admin-bar .scrollbar-wrapper{
	margin-top: -172px;
}

.scrollbar-wrapper.small{
	margin-top: -138px;
}

.admin-bar .scrollbar-wrapper.small{
	margin-top: -122px;
}

.scrollbar-wrapper .year{
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.scrollbar-wrapper:hover .year{
	opacity: 1;
}

.scrollbar-wrapper .prevnext{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	cursor: pointer;
	margin: 1rem 0 3px 0;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.scrollbar-wrapper .prevnext:hover{
	background-color: #fff;
}

.scrollbar-wrapper .prevnext:before,
.scrollbar-wrapper .prevnext:after{
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -4px;
	background: url('img/ui/chevrons.png') no-repeat left top;
	background-size: 28px 26px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.scrollbar-wrapper .prevnext:after{
	opacity: 0;
	background-position: right top;
}

.scrollbar-wrapper .prevnext.next:before{
	background-position: left bottom;
}

.scrollbar-wrapper .prevnext.next:after{
	background-position: right bottom;
}

.scrollbar-wrapper .prevnext:hover:after{
	opacity: 1;
}

.scrollbar-wrapper .prevnext:hover:before{
	opacity: 0;
}

.scrollbar-wrapper .prevnext.next{
	margin-top: 0;
	margin: 3px 0 1rem 0;
}

.scrollbar-wrapper .scrollbar{
	height: 260px;
	position: relative;
}

.scrollbar-wrapper.small .scrollbar{
	height: 160px;
}

.scrollbar-wrapper .bar{
	width: 2px;
	height: 95px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.scrollbar-wrapper.small .bar{
	height: 46px;
}
.scrollbar-wrapper .bar.bottom{
	top: auto;
	bottom: 0;
}

.scrollbar-wrapper .bar.reset{
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	height: 95px !important;
}

.scrollbar-wrapper.small .bar.reset{
	height: 46px !important;
}

.scrollbar-wrapper .scrollbar .scroll{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
}

.scrollbar-wrapper .scrollbar .scroll:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -13px;
	width: 14px;
	height: 26px;
	background: url('img/ui/chevrons.png') no-repeat left center;
	background-size: 28px 26px;
}

.scrollbar-wrapper .scrollbar .scroll.reset{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translateY(0) !important;
			transform: translateY(0) !important;
}

/********** /TIMELINE **********/

/********** FACT SINGLE **********/

.fact-open{
	overflow: hidden;
}

.archive-fact{
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	max-width: 630px;
	margin: auto;
}

.fact-open .archive-fact{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.fact-single-wrapper{
	position: fixed;
	top: 125px;
	left: 15px;
	right: 15px;
	height: 100%;
	height: calc(100% - 140px);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.admin-bar .fact-single-wrapper{
	top: 157px;
	height: calc(100% - 172px);
}

.alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(125px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.admin-bar .alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(157px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.fact-single-wrapper.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-fact{
	display: inline-block;
	width: 100%;
	max-width: 1074px;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 6.4em;
	background-color: rgba(0, 44, 49, 0.74);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

article.type-fact .date{
	font-size: 14.285em;
	position: absolute;
	left: -2.7rem;
	top: -4rem;
	color: #087986;
	opacity: 0.17;
	font-weight: 700;
}

article.type-fact .entry-title{
	font-size: 2em;
	margin-bottom: 0.7em;
	position: relative;
}

article.type-fact .documents{
	padding-top: 3em;
	margin-top: 3em;
	border-top: 1px solid #fff;
}

article.type-fact .half{
	float: right;
	width: 46%;
}

article.type-fact .half.last{
	margin-right: 0;
}

article.type-fact .close{
	position: absolute;
	top: 1.8em;
	right: 1.8em;
	display: block;
	width: 36px;
	height: 36px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	z-index: 1;
}

article.type-fact .close:hover{
	background-color: #fff;
}

article.type-fact .close:before,
article.type-fact .close:after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	left: 7px;
	top: 17px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

article.type-fact .close:after{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

article.type-fact .close:hover:before,
article.type-fact .close:hover:after{
	background-color: #3f3f3f;
}

.color-g #page:before{
	content: "";
	position: fixed;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	z-index: 1;
	opacity: 0.7;
	-webkit-transition: opacity: ;
	-webkit-transition: opacity;
	transition: opacity;
}

.color-g.menu-open #page:before{
	opacity: 0;
}

.admin-bar.color-g #page:before{
	top: 32px;
}

article.type-fact .carousel-item:before{
	display: none;
}

/********** /FACT SINGLE **********/

/********** EVENTS **********/

.event-slider,
.gallery-slider{
	white-space: nowrap;
	font-size: 0;
	position: relative;
	margin-bottom: 7%;
}

.event-slider .prevnext,
.gallery-slider .prevnext{
	position: absolute;
	top: 36%;
	left: -110px;
}

.event-slider .prevnext.next,
.gallery-slider .prevnext.next{
	left: auto;
	right: -110px;
}

.event-slider .prevnext:after,
.gallery-slider .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	width: 11px;
	height: 20px;
	left: 24px;
	top: 50%;
	margin-top: -10px;
	background: url('img/ui/chevron-right-2.png') no-repeat center center;
	background-size: 11px 20px;
}

.event-slider .prevnext.prev:after,
.gallery-slider .prevnext.prev:after{
	left: auto;
	right: 24px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.event-slider .event-slider-inner,
.gallery-slider .gallery-slider-inner{
	overflow: hidden;
	position: relative;
}

.event-slider.mobile .event-slider-inner .event,
.gallery-slider.mobile .event-slider-inner .event{
	margin: 0 38.0625%;
}

.event-slider.mobile .prevnext,
.gallery-slider.mobile .prevnext{
	display: block;
	left: 0;
	z-index: 9;
}

.event-slider.mobile .prevnext.next,
.gallery-slider.mobile .prevnext.next{
	right: 0;
	left: auto;
}

.event-slider .event,
.gallery-slider .image{
	font-size: 1rem;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-decoration: none;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.event-slider .event.past{
	display: none;
}

.event-slider .event .post-thumbnail{
	height: 0;
	width: 100%;
	padding-bottom: 124%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.event-slider .event .post-thumbnail:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0.2s;
	transition: opacity 0.3s ease 0.2s;
}

.event-slider .event:hover .post-thumbnail:before,
.event-slider .event.active .post-thumbnail:before{
	opacity: 0.6;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event-slider .event.active .post-thumbnail:after{
	opacity: 1;
}

.event-slider .event.active .post-thumbnail .more-outer{
	opacity: 0;
}

.event-slider .event .post-thumbnail .more-outer{
	position: absolute;
	top: 50%;
	margin-top: -1.2em;
	text-align: center;
	width: 100%;
	font-size: 0.928em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.event-slider .event .post-thumbnail .more{
	position: relative;
	display: inline-block;
	color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.7em 0;
	-webkit-transition: color 0.3s ease 0.3s;
	transition: color 0.3s ease 0.3s;
}

.event-slider .event:hover .post-thumbnail .more{
	color: #00a2b2;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more:before,
.event-slider .event .post-thumbnail .more:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: width 0.2s ease-out 0.4s;
	transition: width 0.2s ease-out 0.4s;
}

.event-slider .event .post-thumbnail .more:after{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.event-slider .event:hover .post-thumbnail .more:before,
.event-slider .event:hover .post-thumbnail .more:after{
	width: 49%;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
	-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
}

.event-slider .event .post-thumbnail .more-decoration{
	position: absolute;
	display: block;
	top: 0;
	left: calc(49% + 12px);
	width: 0;
	-webkit-transition: width 0.2s ease-in 0.1s;
	transition: width 0.2s ease-in 0.1s;
	height: 2px;
	background-color: #fff;
}

.event-slider .event .post-thumbnail .more-decoration.bottom{
	left: auto;
	right: calc(49% + 12px);
	top: auto;
	bottom: 0;
}

.event-slider .event:hover .post-thumbnail .more-decoration{
	width: calc(51% - 23px);
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.event-slider .event .post-thumbnail .more-decoration:before,
.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: -3px;
	left: -10px;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
	transition: -webkit-transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	left: auto;
	right: -10px;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.event-slider .event:hover .post-thumbnail .more-decoration:before,
.event-slider .event:hover .post-thumbnail .more-decoration:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.event-slider .event:hover .post-thumbnail .more-decoration:after,
.event-slider .event:hover .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0.5s;
			transition-delay: 0.5s;
}

.event-slider .event .entry-title{
	font-size: 1.142em;
	font-weight: 700;
	text-transform: none;
	margin: 1em 0 0.25em 0;
}

.event-slider .event p{
	margin-bottom: 0;
}

.event-slider .event .date,
.type-event .closed{
	text-transform: uppercase;
}

.type-event .closed{
	font-weight: 700;
	font-size: 1.285em;
}

.modal-event{
	z-index: 9;
}

.modal-event .modal-content{
	width: 96%;
	max-width: 1440px;
	box-sizing: border-box;
	text-align: left;
	background: rgb(2,166,179);
	background: -moz-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%, rgba(0,33,39,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	background: radial-gradient(ellipse at center, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a6b3', endColorstr='#002127',GradientType=1 );
}

.modal-event .modal-content p{
	text-align: justify;
}

.modal-event .modal-title{
	font-size: 3.214em;
	margin-bottom: 0;
}
.modal-content h3{
	font-size: 2.25em;
}
.modal-event h4,
.modal-event .soon,
.modal-event .right-title{
	text-transform: uppercase;
	font-size: 1.785em;
	margin-top: 0.3em;
}

.modal-event .right-title{
	font-weight: 500;
	font-size: 2.857em;
	display: block;
	margin: 1.5em 0 1em 0;
}

.modal-event .soon{
	display: block;
	margin-top: 1.5em;
	font-weight: 500;
}

.modal-event .third.last{
	text-align: center;
}

.modal-event .third.last img{
	height: 200px;
	width: auto;
}

.modal-event .right-title{
	font-size: 1.428em;
	margin: 0 0 1.5em 0;
	line-height: 1.3;
}

.modal-event .modal-content .btn{
	margin-left: 0;
}

.modal-event .third.last{
	position: relative;
}

.modal-event .third.last:before{
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -6.25%;
	width: 1px;
	background-color: #fff;
}

/********** /EVENTS **********/

/********** EVENT SINGLE **********/

article.type-event .entry-header{
	border-bottom: 1px solid #00a2b2;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

article.type-event .entry-title{
	font-size: 2.142em;
	font-weight: 700;
}

.entry-subheader{
	float: right;
	margin-left: 1em;
}

.entry-sidebar{
	width: 29%;
	margin-right: 5%;
}

article.type-event .closed{
	display: inline-block;
	margin-right: 2em;
}

.nav-sections{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4em;
}

.nav-sections li{
	margin-bottom: 1.5em;
	color: #fff;
	cursor: pointer;
}

.nav-sections li:after{
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	width: 1em;
	height: 1px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
	vertical-align: super;
}

.nav-sections li:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-event,
article.post,
article.type-gallery{
	margin-bottom: 4%;
	display: inline-block;
	width: 100%;
}

article.type-event .entry-sidebar .map{
	height: 215px;
	margin-top: 1em;
}

article.type-event .section{
	margin-bottom: 1.5em;
}
article.type-event h2{
	font-size: 1.285em;
	font-weight: 700;
}

article.type-event .layout{
	padding-bottom: 2em;
	display: inline-block;
	width: 100%;
}

article.type-event .layout:last-child{
	padding-bottom: 0;
}

body .fancybox-navigation{
	display: block;
}

body .fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}

.admin-bar .fancybox-toolbar{
	top: 32px;
}

body .fancybox-button--play,
body .fancybox-button--fullscreen,
body .fancybox-button--thumbs,
body .fancybox-button--share{
	display: none !important;
}

.medias .media{
	height: 0;
	padding-bottom: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.medias .media:hover{
	border-color: #fff;
}

.medias .media.third{
	padding-bottom: 33%;
}

.medias .media.half{
	padding-bottom: 50%;
}

.medias .media.full{
	padding-bottom: 50%;
	width: 50%;
	display: inline-block;
}

.medias .media:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url('img/ui/icon-media-image.png') no-repeat left 1em bottom 1em;
	background-size: 18px 14px;
	-webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	opacity: 0.4;
}

.medias .media.video:before{
	background: url('img/ui/icon-media-video.png') no-repeat left 1em bottom 1em;
	background-size: 18px 15px;
}

.medias .media:hover:before{
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.partenaires .partner{
	display: inline-block;
	background: #fff;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.partenaires .partner img{
	max-height: 70px;
	width: auto;
}

.modal-nl{
	z-index: 9;
}

.modal{
	position: fixed;
	left: 0;
	width: 100%;
	top: -100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal.active{
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
}

.admin-bar .modal{
	top: calc(-100% + 32px);
}

.modal-content{
	background-color: #002c31;
	display: inline-block;
	padding: 4% 8%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

.modal-content:before{
	content: "Fermer";
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}

.modal-title{
	font-size: 2.142em;
	margin-bottom: 1.5em;
	color: #fff;
}

.modal-content .btn{
	margin: 0 1em;
}

.hentry.event .btn.nl{
	margin-right: 1em;
}

.event-single-wrapper{
	display: none;
}

.event-single-wrapper.active{
	display: block;
}

/********** /EVENT SINGLE **********/

/********** THEME **********/

.post-type-archive-theme #main{
	margin-bottom: 10%;
}

.post-type-archive-theme .theme:nth-child(n+4){
	margin-top: 2em;
}

.post-type-archive-theme .theme .entry-title,
.advanced-gallery-slider-nav-item-title{
	font-size: 2.571em;
	color: #00a2b2;
	margin-bottom: 0.3em;
	-webkit-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
}

.post-type-archive-theme .theme .link,
.post-type-archive-theme .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.post-type-archive-theme .theme:hover .link,
.post-type-archive-theme .event:hover .link{
	opacity: 1;
}

.post-type-archive-theme .themes,
.advanced-gallery-slider-nav{
	display: inline-block;
	width: 100%;
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #00a2b2;
}

.breaking-news{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #00a2b2;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.breaking-news-title{
	text-transform: uppercase;
	font-size: 1.428em;
	font-weight: 700;
	color: #fff;
	float: left;
	margin: 0.5em 2em 0.5em 0;
}

.breaking-news-inner{
	overflow: hidden;
	margin-top: 1rem;
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
}

a.breaking-new{
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 1rem;
	padding-right: 1em;
	margin-right: 1em;
}

.breaking-new:hover{
	text-decoration: underline;
}

.breaking-new:before{
	content: "";
	display: block;
	position: absolute;
	top: -0.5em;
	height: 2em;
	right: 0;
	width: 1px;
	background-color: #fff;
}

.post-type-archive-theme .events{
	display: inline-block;
	width: 100%;
}

.post-type-archive-theme .event{
	display: block;
	background: rgba(96, 96, 96, 0.1);
	padding: 1.5em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
}

.post-type-archive-theme .event .theme{
	display: block;
	color: #00a2b2;
	font-weight: 700;
	margin: 0.3em 0 0.3em 0;
}

.post-type-archive-theme .event .event-title{
	font-weight: 700;
	font-size: 1.142em;
}

.post-type-archive-theme .event .link{
	display: block;
	margin-top: 1.5em;
}

/********** /THEME **********/

/********** THEME SINGLE **********/

.carousel{
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	height: auto;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	position: relative;
}

.carousel-item{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.carousel-item:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.carousel .round-btn{
	position: absolute;
	left: 50%;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
}

.carousel .round-btn:before{
	-webkit-transform: scale(0);
			transform: scale(0);
}

.carousel-item:hover .round-btn:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.carousel-item .round-btn:after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	margin-left: -9px;
	background: url('img/ui/icon-magnifying-glass.png') no-repeat center center;
	background-size: 18px 18px;
}

.carousel-item.video .round-btn:after{
	margin-left: -6px;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
	background: none;
}

.carousel .prevnext{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	z-index: 2;
	cursor: pointer;
}

.carousel:hover .prevnext{
	opacity: 0.4;
}

.carousel .prevnext:hover{
	opacity: 0.8;
}

.carousel .prevnext.next{
	left: auto;
	right: 0;
}

.carousel .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 20px;
	margin-left: -5px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
}

.carousel .prevnext.prev:after{
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.carousel-img{
	vertical-align: bottom;
}

.single-theme .carousel-item.image:before,
.single-theme .carousel .carousel-item.image .round-btn{
	display: none;
}

.single-theme h1.entry-title,
.single-theme .section-title{
	color: #00a2b2;
	font-size: 2.142em;
	font-weight: 700;
}

.single-theme .theme{
	margin-bottom: 8%;
	display: inline-block;
	width: 100%;
}

.single-theme .theme .half{
	width: 43%;
	margin-right: 14%;
	min-height: 0;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	padding-bottom: 4%;
}

.single-theme .theme .half.last{
	margin-right: 0;
	position: relative;
}

.single-theme .theme .half.last:before,
.single-theme .theme .half.last:after{
	content: "";
	display: block;
	position: absolute;
	left: -16.279%;
	top: 0;
}

.single-theme .theme .half.last:before{
	width: 12px;
	height: 12px;
	border: 2px solid #00a2b2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 6px;
	margin-left: -6px;
}

.single-theme .theme .half.last:after{
	width: 2px;
	height: calc(100% - 22px);
	margin-left: -1px;
	margin-top: 17px;
	background: #00a2b2;
}

.single-theme .theme .btn{
	margin-top: 1em;
}

.single-theme .entry-content{
	text-align: justify;
}

.single-theme .theme .posts .post{
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b1b1ae;
}

.single-theme .theme .posts .post:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.single-theme .theme .posts .post .entry-title,
.single-theme .theme .events .event .entry-title{
	margin: 0.5em 0;
}

.single-theme .theme .posts .post .link,
.single-theme .theme .events .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.single-theme .theme .posts .post:hover .link,
.single-theme .theme .events .event:hover .link{
	opacity: 1;
}

.single-theme .theme .events .event{
	padding: 1em;
	text-align: right;
	background-color: rgba(232, 233, 229, 0.6);
	margin-bottom: 1em;
}

.single-theme .theme .events .event:last-child{
	margin-bottom: 0;
}

.single-theme .theme .events .event .entry-content{
	text-align: right;
}

/********** /THEME SINGLE **********/

/********** BACKGROUND VIDEO **********/

.video-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.video-bg video{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.video-bg:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 180px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.color-w .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
	background: linear-gradient(to bottom, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
}

.color-g .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
	background: linear-gradient(to bottom, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

.color-gray .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
	background: linear-gradient(to bottom, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

/********** /BACKGROUND VIDEO **********/

/********** HEADER/FOOTER **********/

#masthead{
	padding: 0 55px;
	text-align: right;
	margin-top: 25px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	z-index: 1;
}

.menu-open #masthead{
	z-index: 2;
}

#masthead a,
#masthead .btn,
#masthead .btn.secondary:hover a{
	color: #fff;
}

.color-w #masthead .breadcrumb a,
#masthead .btn:hover a{
	color: #3f3f3f;
}

.admin-bar #masthead{
	top: 32px;
}

#masthead .site-branding{
	display: inline-block;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: relative;
}

.menu-open #masthead .site-branding{
	opacity: 0;
}

.menu-btn{
	text-transform: uppercase;
	font-size: 1.071em;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: 12px 7px;
			transform-origin: 12px 7px;
	display: inline-block;
	float: left;
	margin-top: 14px;
	position: relative;
	z-index: 9;
}

.menu-btn:after{
	content: "";
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	margin-left: -125px;
	margin-top: -125px;
	border-radius: 125px;
	left: 50%;
	top: 50%;
}

.menu-open .menu-btn{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.menu-btn-labels{
	position: relative;
	margin-left: 0.7em;
	vertical-align: middle;
	display: inline-block;
	height: 1em;
	z-index: 1;
	-webkit-transform-origin: 10px center;
			transform-origin: 10px center;
}

.menu-btn-label{
	-webkit-transform-origin: -20px 7px;
			transform-origin: -20px 7px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.menu-btn-label.close{
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	opacity: 0;
	pointer-events: none;
}

.menu-open .menu-btn .menu-btn-label.close{
	opacity: 1;
	pointer-events: all;
}

.menu-open .menu-btn .menu-btn-label.open{
	opacity: 0;
	pointer-events: none;
}

.menu-btn .bars{
	width: 20px;
	height: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.menu-btn .bars .bar{
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	overflow: hidden;
}

.color-w #masthead .menu-btn-labels{
	color: #3f3f3f;
}

.color-w .menu-btn .bars .bar{
	background-color: #3f3f3f;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.color-w.menu-open .menu-btn .bars .bar{
	background: #fff;
}

.color-w #masthead .menu-btn-labels{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.color-w.menu-open #masthead .menu-btn-labels{
	color: #fff;
}

.menu-btn .bars .bar:first-child{
	top: 0;
}

.menu-btn .bars .bar:last-child{
	top: 12px;
}

.menu-btn .bars .bar:first-child,
.menu-btn .bars .bar:last-child{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-open .menu-btn .bars .bar:first-child{
	-webkit-transform: translateY(6px) rotate(90deg);
			transform: translateY(6px) rotate(90deg);
}

.menu-open .menu-btn .bars .bar:last-child{
	-webkit-transform: translateY(-6px) rotate(90deg);
			transform: translateY(-6px) rotate(90deg);
}

.menu-btn .bars .bar:before{
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 6px;
	background: #002c31;
	-webkit-transform: translateX(-6px);
			transform: translateX(-6px);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.color-w .menu-btn .bars .bar:before{
	background-color: #00a2b2;
}

.menu-btn .bars .bar:last-child:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.menu-btn .bars .bar:first-child:before{
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
}

.menu-btn:hover .bars .bar:before{
	-webkit-transform: translateX(20px);
			transform: translateX(20px);
}

.menu-open .menu-btn .bars .bar:before{
	display: none;
}

#site-navigation,
.alert-news.closed + #masthead #site-navigation{
	position: fixed;
	top: 0;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}

.color-b #site-navigation{
	background-color: transparent;
}

.menu-open #site-navigation,
.menu-open .alert-news.closed + #masthead #site-navigation{
	opacity: 1;
	visibility: visible;
}

.menu-item a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.admin-bar #site-navigation,
.admin-bar .alert-news.closed + #masthead #site-navigation{
	top: 32px;
	height: calc(100% - 32px);
}

.alert-news + #masthead #site-navigation{
	top: 3.5em;
	height: calc(100% - 3.5em);
}

.admin-bar .alert-news + #masthead #site-navigation{
	top: calc(32px + 3.5em);
	height: calc(100% - 3.5em - 32px);
}

.menu-main-container-wrapper{
	position: absolute;
	left: 55px;
	right: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.menu-main-container{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.menu-main-container-wrapper .logo-rodin{
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
}

.menu-main-container .menu-item .label{
	font-size: 45px;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}

.menu-main-container .menu-item:first-child .label{
	margin-top: 0;
}

.menu-main-container .menu-item .baseline{
	font-size: 12px;
	font-weight: 700;
	padding-top: 0.5em;
	display: inline-block;
}

.menu-main-container .menu-item .baseline:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: -25px;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-main-container .menu-item:hover .baseline:before{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.menu-secondary-container{
	margin-top: 24px;
}

.menu-secondary-container .menu-item{
	font-size: 1.071em;
	font-weight: 500;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.menu-secondary-container .menu-item.btn{
	margin-right: 0;
	position: relative;
}

.menu-secondary-container .menu-item.btn.fer a{
	padding-left: 2.5em;
}

.menu-secondary-container .menu-item.btn.fer:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url('img/ui/icon-fer.png') no-repeat center center;
	background-size: 20px 20px;
	pointer-events: none;
}

.footer-menu{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.footer-menu .copyright,
.footer-menu .logo-fer,
.footer-menu .logo-menu{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.footer-menu .logo-menu{
	vertical-align: bottom;
}

.footer-menu .copyright{
	width: 50%;
	font-size: 0.714rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.footer-menu .copyright a{
	text-decoration: none;
}

.footer-menu .copyright a:hover{
	text-decoration: underline;
}

.alert-news{
	position: fixed;
	display: inline-block;
	width: 100%;
	background-color: #00a2b2;
	color: #fff;
	text-align: center;
	height: 3.5em;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: 0;
	transition: transform 0.3s ease;
	z-index: 999;
}

.alert-news a{
	color: #fff;
}

.admin-bar .alert-news,
.admin-bar .alert-news.closed + #masthead{
	top: 32px;
}

.alert-news.closed{
	transform: translateY(-100%);
}

.alert-news p{
	margin-top: 1em;
}

.alert-news .close{
	position: absolute;
	display: block;
	top: 50%;
	right: 55px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.alert-news .close:before,
.alert-news .close:after{
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 5px;
	width: 20px;
	height: 2px;
	position: absolute;
	background-color: #fff;
}

.alert-news .close:after{
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}

.alert-news + #masthead{
	top: 3.5em;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.alert-news.closed + #masthead{
	top: 0 !important;
}

.admin-bar .alert-news + #masthead{
	top: calc(3.5em + 32px);
}

.alert-news ~ .site-content-contain #content{
	-webkit-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
}

.alert-news ~ .site-content-contain #content{
	margin-top: calc(220px + 3.5em);
}

.alert-news.closed ~ .site-content-contain #content{
	margin-top: 220px;
}

#site-navigation .intro{
	font-size: 1.214rem;
	white-space: normal;
	line-height: 2;
	max-width: 290px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 3em;
	margin-left: 3em;
	border-left: 1px solid #fff;
}

#site-navigation .intro-txt{
	position: relative;
	padding-bottom: 1em;
}

#site-navigation .intro-txt:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 1px;
	background-color: #00a2b2;
}

#site-navigation .nl-txt{
	color: #00a2b2;
}

/********** /HEADER/FOOTER **********/

/********** SEARCH PAGE **********/

.search .page-title{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #00a2b2;
}

.search .hentry,
.hentry.press{
	padding: 1em;
	background-color: rgba(96, 96, 96, 0.46);
	margin-bottom: 1em;
}

.search .hentry .link,
.hentry.press .link{
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.search .hentry:hover .link,
.hentry.press:hover .link{
	opacity: 1;
}

/********** /SEARCH PAGE **********/

/********** ACTU **********/
main.actu{
	margin: 0 auto;
	width: 100%;
}
.blog .all-news{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
	.blog div#primary{
		clear: both;
	}
.cover{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.blog .cover{
	height: 165px;
}
.single-post .cover{
	height: 500px;
	margin-bottom: 20px;
}
main.actu div.entry-meta, main.actu div.entry-content, main.actu h2.entry-title{
	padding: 10px 10px 5px 10px;
}
main.actu h2.entry-title a{
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
main.actu div.entry-content,
.single-post div.entry-content{
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
}

.single-post .post > .btn.back{
	margin-bottom: 1em;
	display: inline-block;
}
main.actu p.link-more a {
	text-transform: uppercase;
	color: #b1b1b1;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
}
nav.pagination{
margin: 0 auto;
}
main.actu p.link-more a:hover {
	color: #3f3f3f;
}
main.actu p.link-more{
	margin-top: 25px;
}
main.actu .entry-header{
	margin-bottom: 5px;
}
.blog div.themes a,
.single-post div.themes a{
	color: #00a2b2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.blog div.themes a:hover,
.single-post div.themes a:hover{
text-decoration: underline;
}
.blog div.themes a:after ,
.single-post div.themes a:after {
	content: ',';
	margin-right: 5px;
}
.blog div.themes a:last-child:after ,
.single-post div.themes a:last-child:after {
	content: '';
	margin-right: 0px;
}
.single-post .post .date,
.blog .post .date{
	color: #3f3f3f;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
body.blog h1.page-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #3f3f3f;
	margin-bottom: 45px;
}
body.blog h1.page-title{
	float: left;
	margin-bottom: 0;
}
header.page-header{
	min-height: 45px;
}
input:focus,
select:focus{
	outline: none;
}
.single-featured-image-header{
	display: none;
}
select.btn.secondary{
	float: right;
	margin-left: 1.6%;
	min-width: 23.875%;
	border-radius: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	text-align-last: center;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
}
select.btn.secondary {
		background-image:
	linear-gradient(45deg, transparent 50%, #00a2b2 50%),
	linear-gradient(135deg, #00a2b2 50%, transparent 50%),
	linear-gradient(to right, transparent, transparent);
  background-position:
	calc(100% - 20px) calc(1.3em + 2px),
	calc(100% - 15px) calc(1.3em + 2px),
	calc(100% - 2.5em) 0.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
	  background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid #00a2b2 !important;
	color: #00a2b2;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}
select.btn.secondary:hover{
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
div.nav-links{
	text-align: center;
	font-size: 18px;
	clear: both;
	padding: 50px 0px;
}
div.nav-links .current{
	color: #ffffff;
	background-color: #00a2b2;
}
div.nav-links a.page-numbers{
	background-color: #f5f5f5;
	color: #3f3f3f;
	text-decoration: none;
}
div.nav-links a.page-numbers:hover{
	color: #ffffff;
	background-color: #00a2b2;
}

div.nav-links .current, div.nav-links a.page-numbers{
	width: 30px;
	padding: 3px 0;
	display: inline-block;
}
a.prev .icon-arrow-left, a.next .icon-arrow-right{
	display: none;
}
a.next, a.prev{
	display: none !important;
}
/* SINGLE */
body.single-post img.attachment-twentyseventeen-featured-image{
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.single-post h1.entry-title{
	padding: 10px 10px 5px 0px;
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
body.single-post img{
	margin-bottom: 30px;
}
body.single-post hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #00a3b4;
	margin: 2.5em 0;
	padding: 0;
}
/* 1 column: 320px */
main.actu article {
		position: relative;
	background-color: #f5f5f5;
	margin-bottom: 1rem;
	padding-bottom: 20px;
		min-height: 390px;
		margin-top: 20px;
}
/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
	main.actu article {
		float: left;
		margin-right: 1.5%;
		width: 49.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  main.actu article {
		width: 32.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 1.5%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
	main.actu article {
		width: 23.85%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 1.6%;
	}
	main.actu article:nth-child(4n+0) {
		margin-right: 0;
	}

	main.actu article:nth-child(4n+1){
		clear: both;
	}
}
.responsiveOnly{
	display: none;
}
.entry-sidebar .btn.register{
	display: none;
}
/********** /ACTU **********/

/********** GALLERY **********/

.post-type-archive-gallery .half{
	width: 46%;
	position: relative;
}

.post-type-archive-gallery .half:first-child{
	text-align: right;
	margin-right: 8%;
}

.post-type-archive-gallery .half.last:before{
	content: "";
	display: block;
	position: absolute;
	left: -8.695%;
	top: 20px;
	bottom: -100px;
	width: 1px;
	background: #797979;
}

.post-type-archive-gallery .half:first-child:before{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 12px;
	height: 12px;
	background: #00a2b2;
	border-radius: 6px;
	margin-right: -6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.post-type-archive-gallery .half:first-child:after{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #00a2b2;
	border-radius: 10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.post-type-archive-gallery .date{
	text-transform: uppercase;
}

.post-type-archive-gallery .entry-title{
	margin-top: 0.5em;
}

.gallery-slider{
	display: inline-block;
	width: 100%;
	margin-top: 14%;
}

.gallery-slider .prevnext{
	top: 50%;
	margin-top: -31px;
}

.gallery-video{
	position: relative;
	background: #000;
}

.gallery-video .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 9;
	transform: scale(1);
	transition: left 0.3s ease, top 0.3s ease, transform 0.3s ease;
}

.gallery-video .play.playing{
	top: 20px;
	left: 20px;
	transform: scale(0.5);
}

.gallery-slider-inner .image{
	height: 0;
	padding-bottom: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.entry-content div.klewel_search_widget{
	display: none !important;
}

.klewel_player_embed_block{
	width: 100% !important;
}

.klewel_player_shadow_box_background{
	display: none !important;
}

.klewel_conf_navigator_talk_title,
.klewel_conf_navigator_title,
.klewel_conf_navigator_talk_author{
	color: #fff !important;
	font-family: "effra", sans-serif !important;
}

.klewel_conf_navigator_title{
	text-shadow: none !important;
	text-transform: uppercase;
	font-weight: 500;
}

.klewel_conf_navigator_talks_table{
	display: inline-block !important;
	width: 100% !important;
}

.klewel_conf_navigator_talk_cell{
	width: 48% !important;
	float: left;
	padding: 0 !important;
	margin: 0 4% 4% 0 !important;
}

.klewel_conf_navigator_talk_cell:nth-child(2n){
	margin-right: 0 !important;
}

.post-type-archive-gallery .gallery-slider{
	margin-bottom: 0;
}

.post-type-archive-gallery .hentry{
	display: inline-block;
	width: 100%;
	margin-bottom: 7%;
}

.post-type-archive-gallery .gallery-item{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter{
	text-align: center;
}

.link-gallery{
	clear: both;
	margin-top: 120px;
}

/********** /GALLERY **********/

/********** ADVANCED GALLERY **********/

.advanced-gallery-slider-nav{
	padding-bottom: 0;
	border-bottom: none;
}

.advanced-gallery-slider-nav-item{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.advanced-gallery-slider-nav-item:hover,
.advanced-gallery-slider-nav-item.active{
	opacity: 1;
}

.advanced-gallery-slide-title{
	padding-bottom: 1.5em;
	border-bottom: 1px solid #00a2b2;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item{
	opacity: 0.5;
	transition: opacity 0.2s ease;
	cursor: pointer;
	position: relative;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item.active,
.advanced-gallery-inner-slider-nav-item:hover{
	opacity: 1;
}

.advanced-gallery-inner-slider-nav-item:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 1px;
	margin-left: 4px;
	background-color: #fff;
	margin-bottom: 4px;
	transform: scale(0, 1);
	transition: transform 0.2s ease;
}

.advanced-gallery-inner-slider-nav-item.active:after{
	transform: scale(1, 1);
}

.advanced-gallery-slider{
	overflow: hidden;
	transition: height 0.3s ease;
}

.advanced-gallery-slider-inner{
	width: 300%;
	font-size: 0;
	white-space: nowrap;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.advanced-gallery-slide{
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	white-space: normal;
	width: 33.333%;
}

.advanced-gallery-inner-slider{
	position: relative;
}

.advanced-gallery-inner-slide{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.advanced-gallery-inner-slide.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.advanced-gallery-inner-slide.loading{
	pointer-events: none;
}

.advanced-gallery-inner-slide.loading .btn{
	opacity: 0.5;
}

.advanced-gallery-inner-slide.loading:after{
	background-position: left 195px bottom 7px;
	background-size: 30px;
}

.advanced-gallery-inner-slide .date{
	text-transform: uppercase;
	font-size: 0.857em;
}

.advanced-gallery-inner-slide .media.video{
	width: 100%;
	display: inline-block;
	padding-bottom: 56.25%;
	margin: 1em 0 3em 0;
}

.advanced-gallery-inner-slide .media.image{
	margin-bottom: 2%;
}

.advanced-gallery-inner-slide .press .media-title{
	color: #00a2b2;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 0.3em 0 1em 0;
}

/********** /ADVANCED GALLERY **********/

/********** RESPONSIVE **********/
select.nav-responsive-event{
	    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1.3em + 2px),
 calc(100% - 15px) calc(1.3em + 2px),
 calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
 5px 5px,
 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #00a2b2;
	color: #ffffff;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
}
@media screen and (max-width: 1592px) {
	.menu-main-container .menu-item .label{
		font-size: 30px;
	}

	.logo-rodin{
		width: 120px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1230px) {
	body.menu-open{
		overflow: hidden;
	}

	#masthead,
	.alert-news,
	#site-navigation,
	article.type-fact{
		padding: 0 15px;
	}

	.alert-news{
		height: auto;
	}

	.alert-news p{
		margin: 5px 0;
		line-height: 1;
	}

	.modal{
		z-index: 99;
	}

	#masthead{
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		z-index: 9;
	}

	.color-b #masthead{
		background-color: #000;
	}

	.color-w #masthead{
		background-color: #F5F6F1;
	}

	.color-g #masthead{
		background-color: #1a5651;
	}

	.color-gray #masthead{
		background-color: #3c3c3c;
	}

	.site-title{
		width: 70px;
	}

	.menu-main-container-wrapper{
		position: static;
		top: auto;
		-webkit-transform: none;
		        transform: none;
	}

	.menu-main-container-wrapper .logo-rodin{
		margin: 50px 0 0 0;
		width: 100%;
	}

	.menu-main-container{
		width: 100%;
		text-align: center;
		margin: 15px 0 50px 0;
	}

	#site-navigation .intro{
		padding-left: 0;
		margin-left: 0;
		border: none;
	}

	.menu-open #site-navigation{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.menu-secondary-container{
		margin: 50px 0;
		padding: 25px 0;
		border-top: 1px solid #00a2b2;
		border-bottom: 1px solid #00a2b2;
		text-align: center;
	}

	.footer-menu{
		position: relative;
		padding-bottom: 50px;
	}

	.footer-menu .copyright{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}

	.footer-menu .logo-menu{
		vertical-align: middle;
	}

	.footer-menu .logo-fer, .footer-menu .logo-menu{
		width: 50%;
	}

	.menu-secondary-container .menu-item{
		margin: 1em;
	}

	.video-bg:after{
		height: 50px;
	}

	.video-bg:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 50px;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
		background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	}

	.color-w .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
		background: linear-gradient(to top, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
	}

	.color-g .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
		background: linear-gradient(to top, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.color-gray .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
		background: linear-gradient(to top, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.event-slider .event .post-thumbnail .more,
	.event-slider .event .post-thumbnail:before,
	.event-slider .prevnext,
	.gallery-slider .prevnext{
		display: none;
	}

	.archive-fact{
		overflow: hidden;
	}

	.archive-fact .fact{
		margin: 50px 0 !important;
		height: auto !important;
	}

	/* Faits Historiques : Timeline */
	aside.scrollbar-wrapper{
		visibility: hidden;
	}
	.archive-fact .fact {
		padding-left: 60px;
	}
	.archive-fact .fact .entry-title {
		font-size: 2em;
	}
	.archive-fact .fact .year {
		font-size: 104px;
		font-weight: 700;
		color: #005861;
		opacity: 0.38;
		margin-left: -93px;
	}
	.archive-fact .fact:before {
		content: "";
		position: absolute;
		display: block;
		width: 31px;
		height: 1px;
		background: #fff;
		left: 10px;
		top: 35%;
	}

	/* Faits historique Singles */
	article.type-fact .date{
		font-size: 10em;
		top: -2.2rem;
		left: -2rem;
	}

	article.type-fact .entry-content{
		margin-top: 5em;
	}

	article.type-fact .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	article.type-fact .half.last {
		margin-top: 25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 992px) {
	/* Global */
	.responsiveOnly{
		display: block;
	}
	.alert-news {
		height: auto;
		padding: 0 30px 0 15px;
	}
	.alert-news .close{
		right: 5px;
	}
	body:not(.home) nav#site-navigation{
		min-height: 100vh;
	}

	#content,
	.alert-news.closed ~ .site-content-contain #content{
		margin-top: 180px;
	}

	.alert-news ~ .site-content-contain #content{
		margin-top: calc(180px + 3.5em);
	}

	/* Home */
	.home .boxes {
		display: initial;
		width: 100%;
		margin-left: 0;
		font-size: 1rem;
		white-space: normal;
		vertical-align: middle;
	}
	.home .box.ninety, .home .box.events{
		width: 100%;
	}
	.home .box.ninety{
		margin: 30px 0;
	}
	.home .box.events{
		margin-bottom: 30px;
	}
	.home .boxes .box-inner {
		min-height: 250px !important;
	}
	.home .year-start {
		color: #005861;
		top: 20%;
		left: -0.25em;
		font-size: 7em;
	}
	.home .year-end {
		color: #181716;
		bottom: .25em;
		right: -0.2em;
		font-size: 9em;
	}
	.home .box .link {
		font-size: 1em;
		left: 0;
	}
	/* Thèmes */
	.themes a, .events a{
		width: auto;
		margin: 25px 0;
	}
	.slick-slide{
		width: 85vw !important;
		margin-right: 20px !important;
	}
	.single-theme .theme {
		margin-left: 15px;
		box-sizing: border-box;
		padding-left: 0;
		border-left: solid 19px transparent;
		-webkit-box-shadow: -3px 1px 0 -1px #00a2b2;
		        box-shadow: -3px 1px 0 -1px #00a2b2;
	}
	.single-theme .theme .half {
		width: calc(100% - 15px);
		margin-right: 0;
		min-height: 0 !important;
		-webkit-transition: min-height 0.3s ease;
		transition: min-height 0.3s ease;
		padding-bottom: 4%;
	}

	.single-theme .theme .half.last:before, .single-theme .theme .half.last:after{
		display: none;
	}

	.single-theme h1.entry-title:before, .single-theme .section-title:before {
		position: relative;
		content: '';
		width: 12px;
		display: block;
		left: -20px;
		height: 12px;
		border: 2px solid #00a2b2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		margin-left: -6px;
		background-color: #F5F6F1;
		-webkit-box-shadow: 0px 0px 0px 5px #F5F6F1;
		box-shadow: 0px 0px 0px 5px #F5F6F1;
		top: 20px;
	}
	.single-theme div.carousel{
		height: auto;
		margin-bottom: 30px;
	}
	.breadcrumb {
		margin-top: 0;
		position: absolute;
		top: 65px;
		margin: 0;
	}
	.events a, .single-theme .theme .events .event .link{
		text-align: left !important;
	}
	.single-theme .theme .events .event .entry-content {
		text-align: left !important;
	}
	/* Evénements */
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 450px);
		margin: 0 225px;
	}
	.single-event .entry-sidebar, .post-type-archive-event .entry-sidebar{
		width: 100% !important;
	}
	.single-event .two-third, .post-type-archive-event .two-third,
	.single-event .two-third + .third, .post-type-archive-event .two-third + .third{
		width: 100%;
		margin-right: 0;
	}
	.single-event .infos, .post-type-archive-event .infos{
		margin-bottom: 20px;
	}

	.single-event .featured h5, .post-type-archive-event .featured h5{
		width: 100%;
	}
	.single-event .featured, .post-type-archive-event .featured{
		display: flex;
		display: -ms-flex;
   		flex-wrap: wrap;
   		-ms-flex-wrap: wrap;
	}
	.single-event .featured .quarter, .post-type-archive-event .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;

	}
	.single-event .entry-subheader, .post-type-archive-event .entry-subheader{
		float: initial;
	}

	.single-event article.type-event .entry-title, .post-type-archive-event article.type-event .entry-title{
		font-size: 2.142em;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.single-event ul.nav-sections, .post-type-archive-event ul.nav-sections{
		display: none;
	}
	.entry-subheader .btn.register{
		display: none;
	}
	.single-event .entry-sidebar .btn.register, .post-type-archive-event .entry-sidebar{
		display: block;
		margin-bottom: 7px;
		text-align: center;
		text-align-last: center;
	}
	.modal-content {
		background-color: #002c31;
		display: inline-block;
		padding: 100px 20px;
		width: 80%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.modal-content .btn {
		margin: 0 .5em 1.5em .5em ;
	}
	article.type-event, article.post {
		margin-top: 60px;
	}
	/* Actualités */
	.single-post .featured h5{
		width: 100%;
	}
	.single-post .featured{
		display: flex;
		display: -ms-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.single-post .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
		.blog .filter select{
		margin-left: 0;
		float: none;
    	width: 100%;
	}
	.blog h1.page-title{
		margin-bottom: 15px !important;
	}
	.blog div#primary{
		clear: both;
	}
	/* Footer */
	.footer-menu .copyright {
	    white-space: pre-line;
	}

	.modal-content .two-third,
	.modal-content .third{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 1em;
	}

	.modal-event .third.last:before{
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 150px);
		margin: 0 75px;
	}

	.gallery-slider.mobile .gallery-slider-inner .image{
		padding-bottom: 50%;
	}

	.post-type-archive-gallery .half{
		width: 100%;
		float: none;
		height: auto !important;
		margin-bottom: 2em;
		text-align: center !important;
	}

	.post-type-archive-gallery .half:before,
	.post-type-archive-gallery .half:after{
		display: none !important;
	}

	.advanced-gallery-slider-nav-item,
	.advanced-gallery-inner-slider-nav,
	.advanced-gallery-inner-slider{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.advanced-gallery-inner-slider-nav-item{
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 1em;
	}

	.modal-event .modal-title{
		font-size: 1.8em;
	}

	.modal-event h4{
		font-size: 1.6em;
	}

	.modal-event .date, .modal-event .right-title{
		font-size: 1.3em;
	}

	.modal-event{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal-event .modal-content{
		top: 50px;
		transform: none;
		left: 2%;
		padding: 20px;
	}

	.admin-bar .modal-event .modal-content{
		top: 82px;
	}
}

@media screen and (max-width: 576px) {
	.breadcrumb{
		width: calc(100vw - 125px);
		margin: 10px 0 0;
	}
	a.breadcrumb-base::after{
		top: -0.1em;
	}
	.breadcrumb a, .breadcrumb span{
		text-align: left;
		display: table;
	}
	.breadcrumb span{
		margin-top: 10px;
	}
}
/********** /RESPONSIVE **********/


/******************** BUXUM ********************/
>>>>>>> c899a97e6bc2ada9a2b1768998367a8f2ba64da1
=======
/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 1.3
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, label, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
select::-ms-expand {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******************** BUXUM ********************/

html,
body{
	font-family: "effra", sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
	background-color: #000;
}

body.color-w,
.color-w a,
.color-w .btn.secondary{
	color: #3f3f3f;
}

body.color-w{
	background: #F5F6F1;
}

body.color-g{
	background: #27a49f;
}

body.color-gray{
	background: #3c3c3c;
}

/********** ALL **********/

a{
	color: #fff;
	text-decoration: underline;
}

a:focus{
	outline: none;
}

a.hentry{
	text-decoration: none;
}

#content{
	max-width: 1074px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 220px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: relative;
	z-index: 1;
}

.menu-open #content{
	opacity: 0;
	visibility: hidden;
}

.btn,
body .btn{
	background-color: #00a2b2;
	border: 1px solid #00a2b2;
	padding: 1em 2em;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.btn.menu-item{
	padding: 0;
}

.btn a,
.btn.menu-item a{
	padding: 1em 2em;
	display: inline-block;
	color: inherit;
}

.color-w .btn-secondary{
	color: #3f3f3f;
}

.btn:hover{
	color: #00a2b2;
	background-color: #fff;
	border-color: #fff;
}

.btn.secondary{
	background-color: transparent;
}

.btn.secondary:hover{
	color: #fff;
	background-color: #00a2b2;
	border-color: #00a2b2;
}

.half,
.third,
.two-third,
.quarter{
	float: left;
}

.half{
	width: 49%;
	margin-right: 2%;
}

.third,
.two-third{
	width: 32%;
	margin-right: 2%;
}

.two-third{
	width: 66%;
}

.quarter{
	width: 23.875%;
	margin-right: 1.5%;
}

.half.last,
.third.last,
.two-third.last,
.quarter.last{
	margin-right: 0;
}

h1,
h2,
h3{
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 500;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 2.142em;
}

h3,
.type-fact .entry-content h2{
	font-weight: 700;
	font-size: 1.142em;
	line-height: 1.1;
}

p,
.entry-content li{
	line-height: 1.5;
}

p,
.entry-content ul{
	margin-bottom: 1em;
	font-size: 1.071rem;
}

p:last-child,
.entry-content ul:last-child{
	margin-bottom: 0;
}

.entry-content li:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	background-color: #00a3b4;
	border-radius: 2px;
}

strong,
b{
	font-weight: 700;
}

em{
	font-style: italic;
}

.link{
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.link:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

a .link:after,
.advanced-gallery-slider-nav .link:after{
	display: none;
}

.document,
.search-form{
	color: #7d7b7b;
	background-color: #fff;
	text-transform: uppercase;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	margin-bottom: 1em;
	display: block;
	position: relative;
}

.search-form{
	padding: 0;
	margin-bottom: 5em;
	background: rgba(244, 244, 244, 0.68);
}

.document:last-child{
	margin-bottom: 0;
}

.search-field{
	width: 100%;
	height: 4rem;
	padding-left: 1em;
	font-size: 1.142em;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border: none;
	border-radius: 0;
}

.document:before,
.search-submit{
	content: "Télécharger";
	text-transform: uppercase;
	color: #fff;
	background-color: #00a2b2;
	font-size: 0.928em;
	font-weight: 700;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 2em;
	line-height: 3rem;
}

.search-submit{
	content: "";
	border: none;
	cursor: pointer;
	height: 100%;
}

.document.lien:before{
	content: "Visiter";
}

.hentry{
	display: block;
}

.round-btn{
	display: inline-block;
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	cursor: pointer;
}

.round-btn:before{
	content: "";
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #00a2b2;
	left: 5px;
	top: 5px;
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.round-btn:hover:before,
.round-btn.active:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.round-btn.play:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -6px;
	transition: margin 0.3s ease, border 0.3s ease;
}

.round-btn.playing:after{
	border-width: 6px;
	border-color: #fff;
	margin-left: -6px;
	margin-right: -8px;
}

.disabled{
	opacity: 0.3;
	pointer-events: none;
}

table{
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 0.5em;
}

table td,
.infos .info{
	padding: 0.5em;
	vertical-align: top;
	background-color: rgba(96, 96, 96, 0.46);
}

.infos .info{
	margin-bottom: 0.5em;
	padding: 1em;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.infos .info .label,
.infos .info .value{
	line-height: 1.5;
	display: block;
}

.infos .info .label{
	float: left;
	margin-right: 1em;
	width: 74px;
}

.infos .info .value{
	overflow: hidden;
}

.infos a{
	color: #00a2b2;
	text-decoration: none;
}

.infos a:hover{
	text-decoration: underline;
}

.map{
	width: 100%;
	height: 400px;
}

.featured{
	padding-top: 4%;
	margin-bottom: 4%;
	border-top: 1px solid #00a2b2;
	display: inline-block;
	width: 100%;
}

.featured h5{
	font-size: 2.142em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.featured .hentry{
	text-decoration: none;
	display: block;
}

.featured .entry-title{
	font-weight: 700;
	font-size: 1.142em;
	margin-bottom: 0.5em;
}

.featured .date{
	text-transform: uppercase;
}

.breadcrumb{
	float: left;
	margin: 1.5em 0 0 9em;
	font-size: 0.857em;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.breadcrumb.faded{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.breadcrumb a{
	text-decoration: none;
	position: relative;
	margin-right: 2em;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb a:after{
	content: "›";
	display: block;
	position: absolute;
	right: -1.2em;
	top: 0.1em;
}

.breadcrumb .breadcrumb-current{
	color: #00a2b2;
}

input{
	height: 100%;
	font-size: 1em;
	padding: 1em;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: rgba(96, 96, 96, 0.5);
	color: #fff;
	border: none;
}

input[type=submit]{
	cursor: pointer;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

input,
select,
textarea{
	font-family: "effra", sans-serif;
}

.nl-form .fields-wrapper{
	position: relative;
}

.nl-form input{
	font-size: 11px;
	border-radius: 0;
}

.g-recaptcha{
	margin-bottom: 1em;
}

.nl-form input[type=submit]{
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: auto;
	background: #606060 url('img/ui/icon-send-nl.png') no-repeat center center;
	background-size: 18px 18px;
	width: 18px;
	padding: 0 1.7em;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	-webkit-appearance: none;
   -moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.nl-form input[type=submit]:hover{
	background-color: #3e3e3e;
}

.nl-form.loading:after{
	background-size: 20px 20px;
}

.nl-response{
	padding: 0.5em;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	color: #fff;
	line-height: 1.2;
}

.nl-response.error{
	color: #f00;
}

.hide{
	display: none;
}

.loading{
	pointer-events: none;
}

.loading:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/ui/loading.gif') no-repeat center center;
	background-size: 100px 100px;
}

.page > #page{
	padding-bottom: 4%;
}

#atlwdg-trigger{
	z-index: 9999;
}

div, p, a, li, td{ -webkit-text-size-adjust: none; }

/********** /ALL **********/

/********** HOME **********/

.home #content{
	max-width: 1250px;
	margin-bottom: 4%;
}

.home #main{
	font-size: 0;
	white-space: nowrap;
}

.home .boxes{
	display: inline-block;
	width: 53%;
	margin-left: 24%;
	font-size: 1rem;
	white-space: normal;
	vertical-align: middle;
}

.home .boxes .box{
	padding: 2.2em 1.9em 1.5em 1.9em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.home .boxes .box:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(153,153,153,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=1 );
	opacity: 0.8;
}

.home .boxes .box-inner{
	position: relative;
}

.home .box.ninety{
	background-color: #00a2b2;
}

.home .box.events{
	background-color: #5e5e5e;
}

.home .year{
	position: absolute;
	opacity: 0.38;
	font-weight: 700;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.home .year-start{
	color: #005861;
	top: 20%;
	left: -0.5em;
	font-size: 10em;
}

.home .year-end{
	color: #181716;
	bottom: -0.2em;
	right: -0.2em;
	font-size: 10.714em;
}

.home .box .content{
	padding: 2em 0 3em 0;
	margin-bottom: 0;
}

.home .box .link{
	position: absolute;
	bottom: 0;
	right: 0;
}

.home .event{
	text-decoration: none;
	padding: 1em 0;
	margin-bottom: 2em;
	position: relative;
}

.home .event:first-child:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	bottom: -1em;
	height: 1px;
	background-color: #fff;
}

.home .event:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -1.9em;
	width: calc(100% + 3.8em);
	height: 100%;
	background: rgba(94, 94, 94, 0.3);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover:before{
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
}

.home .event .entry-header{
	position: relative;
}

.home .event .entry-header:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 11px;
	height: 20px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
	-webkit-transform: translateX(-10px);
			transform: translateX(-10px);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.home .event:hover .entry-header:after{
	-webkit-transform: translateX(0);
			transform: translateX(0);
	opacity: 1;
}

.home .event .entry-title{
	margin-bottom: 0;
}

.home .event .date{
	text-transform: uppercase;
	margin-bottom: 0.5em;
	display: block;
}

/********** /HOME **********/

/********** TIMELINE **********/

.archive-fact{
	position: relative;
}

.archive-fact.loading:after{
	position: fixed;
	top: 50%;
	margin-top: -150px;
	height: 300px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.archive-fact .fact{
	position: relative;
	padding-left: 100px;
	text-decoration: none;
	min-height: 150px;
	white-space: nowrap;
	margin-bottom: 50px;
}

.archive-fact .fact:before{
	content: "";
	position: absolute;
	display: block;
	width: 57px;
	height: 1px;
	background: #fff;
	left: 0;
	top: 50%;
}

.archive-fact .fact:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.archive-fact .fact .entry-header{
	position: relative;
	z-index: 1;
	white-space: normal;
	width: 100%;
}

.archive-fact .fact .entry-title{
	font-size: 3.214em;
	margin-bottom: 0;
	width: 100%;
}

.archive-fact .fact .entry-header,
.archive-fact .fact .entry-content{
	display: inline-block;
	vertical-align: middle;
}

.archive-fact .fact .entry-content{
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.archive-fact .fact .year{
	font-size: 150px;
	font-weight: 700;
	color: #005861;
	opacity: 0.38;
}

.archive-fact .fact .link{
	display: block;
	margin-top: 1em;
	-webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, -webkit-transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease;
	transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	color: #002c31;
}

.archive-fact .fact:hover .link{
	color: #fff;
	-webkit-transform: translateX(1.5em);
			transform: translateX(1.5em);
}

.scrollbar-wrapper{
	position: fixed;
	top: 50%;
	margin-top: -188px;
	right: 55px;
	text-align: center;
	font-size: 0;
	z-index: 2;
}

.admin-bar .scrollbar-wrapper{
	margin-top: -172px;
}

.scrollbar-wrapper.small{
	margin-top: -138px;
}

.admin-bar .scrollbar-wrapper.small{
	margin-top: -122px;
}

.scrollbar-wrapper .year{
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.scrollbar-wrapper:hover .year{
	opacity: 1;
}

.scrollbar-wrapper .prevnext{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	cursor: pointer;
	margin: 1rem 0 3px 0;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.scrollbar-wrapper .prevnext:hover{
	background-color: #fff;
}

.scrollbar-wrapper .prevnext:before,
.scrollbar-wrapper .prevnext:after{
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -4px;
	background: url('img/ui/chevrons.png') no-repeat left top;
	background-size: 28px 26px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.scrollbar-wrapper .prevnext:after{
	opacity: 0;
	background-position: right top;
}

.scrollbar-wrapper .prevnext.next:before{
	background-position: left bottom;
}

.scrollbar-wrapper .prevnext.next:after{
	background-position: right bottom;
}

.scrollbar-wrapper .prevnext:hover:after{
	opacity: 1;
}

.scrollbar-wrapper .prevnext:hover:before{
	opacity: 0;
}

.scrollbar-wrapper .prevnext.next{
	margin-top: 0;
	margin: 3px 0 1rem 0;
}

.scrollbar-wrapper .scrollbar{
	height: 260px;
	position: relative;
}

.scrollbar-wrapper.small .scrollbar{
	height: 160px;
}

.scrollbar-wrapper .bar{
	width: 2px;
	height: 95px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.scrollbar-wrapper.small .bar{
	height: 46px;
}
.scrollbar-wrapper .bar.bottom{
	top: auto;
	bottom: 0;
}

.scrollbar-wrapper .bar.reset{
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	height: 95px !important;
}

.scrollbar-wrapper.small .bar.reset{
	height: 46px !important;
}

.scrollbar-wrapper .scrollbar .scroll{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
}

.scrollbar-wrapper .scrollbar .scroll:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -13px;
	width: 14px;
	height: 26px;
	background: url('img/ui/chevrons.png') no-repeat left center;
	background-size: 28px 26px;
}

.scrollbar-wrapper .scrollbar .scroll.reset{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translateY(0) !important;
			transform: translateY(0) !important;
}

/********** /TIMELINE **********/

/********** FACT SINGLE **********/

.fact-open{
	overflow: hidden;
}

.archive-fact{
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	max-width: 630px;
	margin: auto;
}

.fact-open .archive-fact{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.fact-single-wrapper{
	position: fixed;
	top: 125px;
	left: 15px;
	right: 15px;
	height: 100%;
	height: calc(100% - 140px);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.admin-bar .fact-single-wrapper{
	top: 157px;
	height: calc(100% - 172px);
}

.alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(125px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.admin-bar .alert-news ~ .site-content-contain .fact-single-wrapper{
	top: calc(157px + 3.5em);
	height: calc(100% - 3.5em - 172px);
}

.fact-single-wrapper.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-fact{
	display: inline-block;
	width: 100%;
	max-width: 1074px;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 6.4em;
	background-color: rgba(0, 44, 49, 0.74);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

article.type-fact .date{
	font-size: 14.285em;
	position: absolute;
	left: -2.7rem;
	top: -4rem;
	color: #087986;
	opacity: 0.17;
	font-weight: 700;
}

article.type-fact .entry-title{
	font-size: 2em;
	margin-bottom: 0.7em;
	position: relative;
}

article.type-fact .documents{
	padding-top: 3em;
	margin-top: 3em;
	border-top: 1px solid #fff;
}

article.type-fact .half{
	float: right;
	width: 46%;
}

article.type-fact .half.last{
	margin-right: 0;
}

article.type-fact .close{
	position: absolute;
	top: 1.8em;
	right: 1.8em;
	display: block;
	width: 36px;
	height: 36px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	z-index: 1;
}

article.type-fact .close:hover{
	background-color: #fff;
}

article.type-fact .close:before,
article.type-fact .close:after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	left: 7px;
	top: 17px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

article.type-fact .close:after{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

article.type-fact .close:hover:before,
article.type-fact .close:hover:after{
	background-color: #3f3f3f;
}

.color-g #page:before{
	content: "";
	position: fixed;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	z-index: 1;
	opacity: 0.7;
	-webkit-transition: opacity: ;
	-webkit-transition: opacity;
	transition: opacity;
}

.color-g.menu-open #page:before{
	opacity: 0;
}

.admin-bar.color-g #page:before{
	top: 32px;
}

article.type-fact .carousel-item:before{
	display: none;
}

/********** /FACT SINGLE **********/

/********** EVENTS **********/

.event-slider,
.gallery-slider{
	white-space: nowrap;
	font-size: 0;
	position: relative;
	margin-bottom: 7%;
}

.event-slider .prevnext,
.gallery-slider .prevnext{
	position: absolute;
	top: 36%;
	left: -110px;
}

.event-slider .prevnext.next,
.gallery-slider .prevnext.next{
	left: auto;
	right: -110px;
}

.event-slider .prevnext:after,
.gallery-slider .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	width: 11px;
	height: 20px;
	left: 24px;
	top: 50%;
	margin-top: -10px;
	background: url('img/ui/chevron-right-2.png') no-repeat center center;
	background-size: 11px 20px;
}

.event-slider .prevnext.prev:after,
.gallery-slider .prevnext.prev:after{
	left: auto;
	right: 24px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.event-slider .event-slider-inner,
.gallery-slider .gallery-slider-inner{
	overflow: hidden;
	position: relative;
}

.event-slider.mobile .event-slider-inner .event,
.gallery-slider.mobile .event-slider-inner .event{
	margin: 0 38.0625%;
}

.event-slider.mobile .prevnext,
.gallery-slider.mobile .prevnext{
	display: block;
	left: 0;
	z-index: 9;
}

.event-slider.mobile .prevnext.next,
.gallery-slider.mobile .prevnext.next{
	right: 0;
	left: auto;
}

.event-slider .event,
.gallery-slider .image{
	font-size: 1rem;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-decoration: none;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.event-slider .event.past{
	display: none;
}

.event-slider .event .post-thumbnail{
	height: 0;
	width: 100%;
	padding-bottom: 124%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.event-slider .event .post-thumbnail:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0.2s;
	transition: opacity 0.3s ease 0.2s;
}

.event-slider .event:hover .post-thumbnail:before,
.event-slider .event.active .post-thumbnail:before{
	opacity: 0.6;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #00a2b2;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.event-slider .event.active .post-thumbnail:after{
	opacity: 1;
}

.event-slider .event.active .post-thumbnail .more-outer{
	opacity: 0;
}

.event-slider .event .post-thumbnail .more-outer{
	position: absolute;
	top: 50%;
	margin-top: -1.2em;
	text-align: center;
	width: 100%;
	font-size: 0.928em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1;
}

.event-slider .event .post-thumbnail .more{
	position: relative;
	display: inline-block;
	color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.7em 0;
	-webkit-transition: color 0.3s ease 0.3s;
	transition: color 0.3s ease 0.3s;
}

.event-slider .event:hover .post-thumbnail .more{
	color: #00a2b2;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more:before,
.event-slider .event .post-thumbnail .more:after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: width 0.2s ease-out 0.4s;
	transition: width 0.2s ease-out 0.4s;
}

.event-slider .event .post-thumbnail .more:after{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.event-slider .event:hover .post-thumbnail .more:before,
.event-slider .event:hover .post-thumbnail .more:after{
	width: 49%;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
	-webkit-transition-timing-function: ease-in;
			transition-timing-function: ease-in;
}

.event-slider .event .post-thumbnail .more-decoration{
	position: absolute;
	display: block;
	top: 0;
	left: calc(49% + 12px);
	width: 0;
	-webkit-transition: width 0.2s ease-in 0.1s;
	transition: width 0.2s ease-in 0.1s;
	height: 2px;
	background-color: #fff;
}

.event-slider .event .post-thumbnail .more-decoration.bottom{
	left: auto;
	right: calc(49% + 12px);
	top: auto;
	bottom: 0;
}

.event-slider .event:hover .post-thumbnail .more-decoration{
	width: calc(51% - 23px);
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.event-slider .event .post-thumbnail .more-decoration:before,
.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: -3px;
	left: -10px;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
	transition: -webkit-transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration:after,
.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	left: auto;
	right: -10px;
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

.event-slider .event .post-thumbnail .more-decoration.bottom:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.event-slider .event:hover .post-thumbnail .more-decoration:before,
.event-slider .event:hover .post-thumbnail .more-decoration:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.event-slider .event:hover .post-thumbnail .more-decoration:after,
.event-slider .event:hover .post-thumbnail .more-decoration.bottom:after{
	-webkit-transition-delay: 0.5s;
			transition-delay: 0.5s;
}

.event-slider .event .entry-title{
	font-size: 1.142em;
	font-weight: 700;
	text-transform: none;
	margin: 1em 0 0.25em 0;
}

.event-slider .event p{
	margin-bottom: 0;
}

.event-slider .event .date,
.type-event .closed{
	text-transform: uppercase;
}

.type-event .closed{
	font-weight: 700;
	font-size: 1.285em;
}

.modal-event{
	z-index: 9;
}

.modal-event .modal-content{
	width: 96%;
	max-width: 1440px;
	box-sizing: border-box;
	text-align: left;
	background: rgb(2,166,179);
	background: -moz-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%, rgba(0,33,39,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	background: radial-gradient(ellipse at center, rgba(2,166,179,1) 0%,rgba(0,33,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a6b3', endColorstr='#002127',GradientType=1 );
}

.modal-event .modal-content p{
	text-align: justify;
}

.modal-event .modal-title{
	font-size: 3.214em;
	margin-bottom: 0;
}
.modal-content h3{
	font-size: 2.25em;
}
.modal-event h4,
.modal-event .soon,
.modal-event .right-title{
	text-transform: uppercase;
	font-size: 1.785em;
	margin-top: 0.3em;
}

.modal-event .right-title{
	font-weight: 500;
	font-size: 2.857em;
	display: block;
	margin: 1.5em 0 1em 0;
}

.modal-event .soon{
	display: block;
	margin-top: 1.5em;
	font-weight: 500;
}

.modal-event .third.last{
	text-align: center;
}

.modal-event .third.last img{
	height: 200px;
	width: auto;
}

.modal-event .right-title{
	font-size: 1.428em;
	margin: 0 0 1.5em 0;
	line-height: 1.3;
}

.modal-event .modal-content .btn{
	margin-left: 0;
}

.modal-event .third.last{
	position: relative;
}

.modal-event .third.last:before{
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -6.25%;
	width: 1px;
	background-color: #fff;
}

/********** /EVENTS **********/

/********** EVENT SINGLE **********/

article.type-event .entry-header{
	border-bottom: 1px solid #00a2b2;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

article.type-event .entry-title{
	font-size: 2.142em;
	font-weight: 700;
}

.entry-subheader{
	float: right;
	margin-left: 1em;
}

.entry-sidebar{
	width: 29%;
	margin-right: 5%;
}

article.type-event .closed{
	display: inline-block;
	margin-right: 2em;
}

.nav-sections{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4em;
}

.nav-sections li{
	margin-bottom: 1.5em;
	color: #fff;
	cursor: pointer;
}

.nav-sections li:after{
	content: "";
	display: inline-block;
	margin-left: 0.5em;
	width: 1em;
	height: 1px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: left center;
			transform-origin: left center;
	vertical-align: super;
}

.nav-sections li:hover:after{
	-webkit-transform: scale(1);
			transform: scale(1);
}

article.type-event,
article.post,
article.type-gallery{
	margin-bottom: 4%;
	display: inline-block;
	width: 100%;
}

article.type-event .entry-sidebar .map{
	height: 215px;
	margin-top: 1em;
}

article.type-event .section{
	margin-bottom: 1.5em;
}
article.type-event h2{
	font-size: 1.285em;
	font-weight: 700;
}

article.type-event .layout{
	padding-bottom: 2em;
	display: inline-block;
	width: 100%;
}

article.type-event .layout:last-child{
	padding-bottom: 0;
}

body .fancybox-navigation{
	display: block;
}

body .fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}

.admin-bar .fancybox-toolbar{
	top: 32px;
}

body .fancybox-button--play,
body .fancybox-button--fullscreen,
body .fancybox-button--thumbs,
body .fancybox-button--share{
	display: none !important;
}

.medias .media{
	height: 0;
	padding-bottom: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.medias .media:hover{
	border-color: #fff;
}

.medias .media.third{
	padding-bottom: 33%;
}

.medias .media.half{
	padding-bottom: 50%;
}

.medias .media.full{
	padding-bottom: 50%;
	width: 50%;
	display: inline-block;
}

.medias .media:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url('img/ui/icon-media-image.png') no-repeat left 1em bottom 1em;
	background-size: 18px 14px;
	-webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
	transition: background-color 0.2s ease, opacity 0.2s ease;
	opacity: 0.4;
}

.medias .media.video:before{
	background: url('img/ui/icon-media-video.png') no-repeat left 1em bottom 1em;
	background-size: 18px 15px;
}

.medias .media:hover:before{
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

.partenaires .partner{
	display: inline-block;
	background: #fff;
	padding: 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.partenaires .partner img{
	max-height: 70px;
	width: auto;
}

.modal-nl{
	z-index: 9;
}

.modal{
	position: fixed;
	left: 0;
	width: 100%;
	top: -100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal.active{
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
}

.admin-bar .modal{
	top: calc(-100% + 32px);
}

.modal-content{
	background-color: #002c31;
	display: inline-block;
	padding: 4% 8%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

.modal-content:before{
	content: "Fermer";
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}

.modal-title{
	font-size: 2.142em;
	margin-bottom: 1.5em;
	color: #fff;
}

.modal-content .btn{
	margin: 0 1em;
}

.hentry.event .btn.nl{
	margin-right: 1em;
}

.event-single-wrapper{
	display: none;
}

.event-single-wrapper.active{
	display: block;
}

/********** /EVENT SINGLE **********/

/********** THEME **********/

.post-type-archive-theme #main{
	margin-bottom: 10%;
}

.post-type-archive-theme .theme:nth-child(n+4){
	margin-top: 2em;
}

.post-type-archive-theme .theme .entry-title,
.advanced-gallery-slider-nav-item-title{
	font-size: 2.571em;
	color: #00a2b2;
	margin-bottom: 0.3em;
	-webkit-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
}

.post-type-archive-theme .theme .link,
.post-type-archive-theme .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.post-type-archive-theme .theme:hover .link,
.post-type-archive-theme .event:hover .link{
	opacity: 1;
}

.post-type-archive-theme .themes,
.advanced-gallery-slider-nav{
	display: inline-block;
	width: 100%;
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #00a2b2;
}

.breaking-news{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #00a2b2;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.breaking-news-title{
	text-transform: uppercase;
	font-size: 1.428em;
	font-weight: 700;
	color: #fff;
	float: left;
	margin: 0.5em 2em 0.5em 0;
}

.breaking-news-inner{
	overflow: hidden;
	margin-top: 1rem;
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
}

a.breaking-new{
	color: #fff;
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 1rem;
	padding-right: 1em;
	margin-right: 1em;
}

.breaking-new:hover{
	text-decoration: underline;
}

.breaking-new:before{
	content: "";
	display: block;
	position: absolute;
	top: -0.5em;
	height: 2em;
	right: 0;
	width: 1px;
	background-color: #fff;
}

.post-type-archive-theme .events{
	display: inline-block;
	width: 100%;
}

.post-type-archive-theme .event{
	display: block;
	background: rgba(96, 96, 96, 0.1);
	padding: 1.5em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
}

.post-type-archive-theme .event .theme{
	display: block;
	color: #00a2b2;
	font-weight: 700;
	margin: 0.3em 0 0.3em 0;
}

.post-type-archive-theme .event .event-title{
	font-weight: 700;
	font-size: 1.142em;
}

.post-type-archive-theme .event .link{
	display: block;
	margin-top: 1.5em;
}

/********** /THEME **********/

/********** THEME SINGLE **********/

.carousel{
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	height: auto;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	position: relative;
}

.carousel-item{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.carousel-item:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.carousel .round-btn{
	position: absolute;
	left: 50%;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
}

.carousel .round-btn:before{
	-webkit-transform: scale(0);
			transform: scale(0);
}

.carousel-item:hover .round-btn:before{
	-webkit-transform: scale(1.25);
			transform: scale(1.25);
}

.carousel-item .round-btn:after{
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	margin-left: -9px;
	background: url('img/ui/icon-magnifying-glass.png') no-repeat center center;
	background-size: 18px 18px;
}

.carousel-item.video .round-btn:after{
	margin-left: -6px;
	margin-top: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 16px;
	border-color: transparent transparent transparent #fff;
	background: none;
}

.carousel .prevnext{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	z-index: 2;
	cursor: pointer;
}

.carousel:hover .prevnext{
	opacity: 0.4;
}

.carousel .prevnext:hover{
	opacity: 0.8;
}

.carousel .prevnext.next{
	left: auto;
	right: 0;
}

.carousel .prevnext:after{
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 20px;
	margin-left: -5px;
	background: url('img/ui/chevron-right.png') no-repeat center;
	background-size: 11px 20px;
}

.carousel .prevnext.prev:after{
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}

.carousel-img{
	vertical-align: bottom;
}

.single-theme .carousel-item.image:before,
.single-theme .carousel .carousel-item.image .round-btn{
	display: none;
}

.single-theme h1.entry-title,
.single-theme .section-title{
	color: #00a2b2;
	font-size: 2.142em;
	font-weight: 700;
}

.single-theme .theme{
	margin-bottom: 8%;
	display: inline-block;
	width: 100%;
}

.single-theme .theme .half{
	width: 43%;
	margin-right: 14%;
	min-height: 0;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	padding-bottom: 4%;
}

.single-theme .theme .half.last{
	margin-right: 0;
	position: relative;
}

.single-theme .theme .half.last:before,
.single-theme .theme .half.last:after{
	content: "";
	display: block;
	position: absolute;
	left: -16.279%;
	top: 0;
}

.single-theme .theme .half.last:before{
	width: 12px;
	height: 12px;
	border: 2px solid #00a2b2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 6px;
	margin-left: -6px;
}

.single-theme .theme .half.last:after{
	width: 2px;
	height: calc(100% - 22px);
	margin-left: -1px;
	margin-top: 17px;
	background: #00a2b2;
}

.single-theme .theme .btn{
	margin-top: 1em;
}

.single-theme .entry-content{
	text-align: justify;
}

.single-theme .theme .posts .post{
	text-transform: uppercase;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b1b1ae;
}

.single-theme .theme .posts .post:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.single-theme .theme .posts .post .entry-title,
.single-theme .theme .events .event .entry-title{
	margin: 0.5em 0;
}

.single-theme .theme .posts .post .link,
.single-theme .theme .events .event .link{
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.single-theme .theme .posts .post:hover .link,
.single-theme .theme .events .event:hover .link{
	opacity: 1;
}

.single-theme .theme .events .event{
	padding: 1em;
	text-align: right;
	background-color: rgba(232, 233, 229, 0.6);
	margin-bottom: 1em;
}

.single-theme .theme .events .event:last-child{
	margin-bottom: 0;
}

.single-theme .theme .events .event .entry-content{
	text-align: right;
}

/********** /THEME SINGLE **********/

/********** BACKGROUND VIDEO **********/

.video-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.video-bg video{
	width: 100%;
	height: auto;
	vertical-align: top;
}

.video-bg:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 180px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.color-w .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
	background: linear-gradient(to bottom, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
}

.color-g .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
	background: linear-gradient(to bottom, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

.color-gray .video-bg:after{
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
	background: linear-gradient(to bottom, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
}

/********** /BACKGROUND VIDEO **********/

/********** HEADER/FOOTER **********/

#masthead{
	padding: 0 55px;
	text-align: right;
	margin-top: 25px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	z-index: 1;
}

.menu-open #masthead{
	z-index: 2;
}

#masthead a,
#masthead .btn,
#masthead .btn.secondary:hover a{
	color: #fff;
}

.color-w #masthead .breadcrumb a,
#masthead .btn:hover a{
	color: #3f3f3f;
}

.admin-bar #masthead{
	top: 32px;
}

#masthead .site-branding{
	display: inline-block;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	position: relative;
}

.menu-open #masthead .site-branding{
	opacity: 0;
}

.menu-btn{
	text-transform: uppercase;
	font-size: 1.071em;
	cursor: pointer;
	font-weight: 400;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: 12px 7px;
			transform-origin: 12px 7px;
	display: inline-block;
	float: left;
	margin-top: 14px;
	position: relative;
	z-index: 9;
}

.menu-btn:after{
	content: "";
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	margin-left: -125px;
	margin-top: -125px;
	border-radius: 125px;
	left: 50%;
	top: 50%;
}

.menu-open .menu-btn{
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.menu-btn-labels{
	position: relative;
	margin-left: 0.7em;
	vertical-align: middle;
	display: inline-block;
	height: 1em;
	z-index: 1;
	-webkit-transform-origin: 10px center;
			transform-origin: 10px center;
}

.menu-btn-label{
	-webkit-transform-origin: -20px 7px;
			transform-origin: -20px 7px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.menu-btn-label.close{
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	opacity: 0;
	pointer-events: none;
}

.menu-open .menu-btn .menu-btn-label.close{
	opacity: 1;
	pointer-events: all;
}

.menu-open .menu-btn .menu-btn-label.open{
	opacity: 0;
	pointer-events: none;
}

.menu-btn .bars{
	width: 20px;
	height: 14px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

.menu-btn .bars .bar{
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	overflow: hidden;
}

.color-w #masthead .menu-btn-labels{
	color: #3f3f3f;
}

.color-w .menu-btn .bars .bar{
	background-color: #3f3f3f;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.color-w.menu-open .menu-btn .bars .bar{
	background: #fff;
}

.color-w #masthead .menu-btn-labels{
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.color-w.menu-open #masthead .menu-btn-labels{
	color: #fff;
}

.menu-btn .bars .bar:first-child{
	top: 0;
}

.menu-btn .bars .bar:last-child{
	top: 12px;
}

.menu-btn .bars .bar:first-child,
.menu-btn .bars .bar:last-child{
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-open .menu-btn .bars .bar:first-child{
	-webkit-transform: translateY(6px) rotate(90deg);
			transform: translateY(6px) rotate(90deg);
}

.menu-open .menu-btn .bars .bar:last-child{
	-webkit-transform: translateY(-6px) rotate(90deg);
			transform: translateY(-6px) rotate(90deg);
}

.menu-btn .bars .bar:before{
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 6px;
	background: #002c31;
	-webkit-transform: translateX(-6px);
			transform: translateX(-6px);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.color-w .menu-btn .bars .bar:before{
	background-color: #00a2b2;
}

.menu-btn .bars .bar:last-child:before{
	-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
}

.menu-btn .bars .bar:first-child:before{
	-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
}

.menu-btn:hover .bars .bar:before{
	-webkit-transform: translateX(20px);
			transform: translateX(20px);
}

.menu-open .menu-btn .bars .bar:before{
	display: none;
}

#site-navigation,
.alert-news.closed + #masthead #site-navigation{
	position: fixed;
	top: 0;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}

.color-b #site-navigation{
	background-color: transparent;
}

.menu-open #site-navigation,
.menu-open .alert-news.closed + #masthead #site-navigation{
	opacity: 1;
	visibility: visible;
}

.menu-item a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.admin-bar #site-navigation,
.admin-bar .alert-news.closed + #masthead #site-navigation{
	top: 32px;
	height: calc(100% - 32px);
}

.alert-news + #masthead #site-navigation{
	top: 3.5em;
	height: calc(100% - 3.5em);
}

.admin-bar .alert-news + #masthead #site-navigation{
	top: calc(32px + 3.5em);
	height: calc(100% - 3.5em - 32px);
}

.menu-main-container-wrapper{
	position: absolute;
	left: 55px;
	right: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.menu-main-container{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.menu-main-container-wrapper .logo-rodin{
	display: inline-block;
	vertical-align: middle;
	margin-right: 90px;
}

.menu-main-container .menu-item .label{
	font-size: 45px;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}

.menu-main-container .menu-item:first-child .label{
	margin-top: 0;
}

.menu-main-container .menu-item .baseline{
	font-size: 12px;
	font-weight: 700;
	padding-top: 0.5em;
	display: inline-block;
}

.menu-main-container .menu-item .baseline:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: -25px;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transform-origin: right center;
			transform-origin: right center;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-main-container .menu-item:hover .baseline:before{
	-webkit-transform: scale(1);
			transform: scale(1);
}

.menu-secondary-container{
	margin-top: 24px;
}

.menu-secondary-container .menu-item{
	font-size: 1.071em;
	font-weight: 500;
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.menu-secondary-container .menu-item.btn{
	margin-right: 0;
	position: relative;
}

.menu-secondary-container .menu-item.btn.fer a{
	padding-left: 2.5em;
}

.menu-secondary-container .menu-item.btn.fer:before{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url('img/ui/icon-fer.png') no-repeat center center;
	background-size: 20px 20px;
	pointer-events: none;
}

.footer-menu{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.footer-menu .copyright,
.footer-menu .logo-fer,
.footer-menu .logo-menu{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.footer-menu .logo-menu{
	vertical-align: bottom;
}

.footer-menu .copyright{
	width: 50%;
	font-size: 0.714rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.footer-menu .copyright a{
	text-decoration: none;
}

.footer-menu .copyright a:hover{
	text-decoration: underline;
}

.alert-news{
	position: fixed;
	display: inline-block;
	width: 100%;
	background-color: #00a2b2;
	color: #fff;
	text-align: center;
	height: 3.5em;
	padding: 0 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	top: 0;
	transition: transform 0.3s ease;
	z-index: 999;
}

.alert-news a{
	color: #fff;
}

.admin-bar .alert-news,
.admin-bar .alert-news.closed + #masthead{
	top: 32px;
}

.alert-news.closed{
	transform: translateY(-100%);
}

.alert-news p{
	margin-top: 1em;
}

.alert-news .close{
	position: absolute;
	display: block;
	top: 50%;
	right: 55px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.alert-news .close:before,
.alert-news .close:after{
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 5px;
	width: 20px;
	height: 2px;
	position: absolute;
	background-color: #fff;
}

.alert-news .close:after{
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}

.alert-news + #masthead{
	top: 3.5em;
	-webkit-transition: top 0.3s ease;
	transition: top 0.3s ease;
}

.alert-news.closed + #masthead{
	top: 0 !important;
}

.admin-bar .alert-news + #masthead{
	top: calc(3.5em + 32px);
}

.alert-news ~ .site-content-contain #content{
	-webkit-transition: margin-top 0.3s ease;
	transition: margin-top 0.3s ease;
}

.alert-news ~ .site-content-contain #content{
	margin-top: calc(220px + 3.5em);
}

.alert-news.closed ~ .site-content-contain #content{
	margin-top: 220px;
}

#site-navigation .intro{
	font-size: 1.214rem;
	white-space: normal;
	line-height: 2;
	max-width: 290px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 3em;
	margin-left: 3em;
	border-left: 1px solid #fff;
}

#site-navigation .intro-txt{
	position: relative;
	padding-bottom: 1em;
}

#site-navigation .intro-txt:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 1px;
	background-color: #00a2b2;
}

#site-navigation .nl-txt{
	color: #00a2b2;
}

/********** /HEADER/FOOTER **********/

/********** SEARCH PAGE **********/

.search .page-title{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #00a2b2;
}

.search .hentry,
.hentry.press{
	padding: 1em;
	background-color: rgba(96, 96, 96, 0.46);
	margin-bottom: 1em;
}

.search .hentry .link,
.hentry.press .link{
	opacity: 0.6;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.search .hentry:hover .link,
.hentry.press:hover .link{
	opacity: 1;
}

/********** /SEARCH PAGE **********/

/********** ACTU **********/
main.actu{
	margin: 0 auto;
	width: 100%;
}
.blog .all-news{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
	.blog div#primary{
		clear: both;
	}
.cover{
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.blog .cover{
	height: 165px;
}
.single-post .cover{
	height: 500px;
	margin-bottom: 20px;
}
main.actu div.entry-meta, main.actu div.entry-content, main.actu h2.entry-title{
	padding: 10px 10px 5px 10px;
}
main.actu h2.entry-title a{
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
main.actu div.entry-content,
.single-post div.entry-content{
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
}

.single-post .post > .btn.back{
	margin-bottom: 1em;
	display: inline-block;
}
main.actu p.link-more a {
	text-transform: uppercase;
	color: #b1b1b1;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	position: absolute;
	bottom: 20px;
}
nav.pagination{
margin: 0 auto;
}
main.actu p.link-more a:hover {
	color: #3f3f3f;
}
main.actu p.link-more{
	margin-top: 25px;
}
main.actu .entry-header{
	margin-bottom: 5px;
}
.blog div.themes a,
.single-post div.themes a{
	color: #00a2b2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.blog div.themes a:hover,
.single-post div.themes a:hover{
text-decoration: underline;
}
.blog div.themes a:after ,
.single-post div.themes a:after {
	content: ',';
	margin-right: 5px;
}
.blog div.themes a:last-child:after ,
.single-post div.themes a:last-child:after {
	content: '';
	margin-right: 0px;
}
.single-post .post .date,
.blog .post .date{
	color: #3f3f3f;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
body.blog h1.page-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #3f3f3f;
	margin-bottom: 45px;
}
body.blog h1.page-title{
	float: left;
	margin-bottom: 0;
}
header.page-header{
	min-height: 45px;
}
input:focus,
select:focus{
	outline: none;
}
.single-featured-image-header{
	display: none;
}
select.btn.secondary{
	float: right;
	margin-left: 1.6%;
	min-width: 23.875%;
	border-radius: 0 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	text-align-last: center;
	padding: 1em 3em 1em 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
		 appearance: none;
}
select.btn.secondary {
		background-image:
	linear-gradient(45deg, transparent 50%, #00a2b2 50%),
	linear-gradient(135deg, #00a2b2 50%, transparent 50%),
	linear-gradient(to right, transparent, transparent);
  background-position:
	calc(100% - 20px) calc(1.3em + 2px),
	calc(100% - 15px) calc(1.3em + 2px),
	calc(100% - 2.5em) 0.5em;
  background-size:
	5px 5px,
	5px 5px,
	1px 1.5em;
	  background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid #00a2b2 !important;
	color: #00a2b2;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, background-image 0.2s ease;
}
select.btn.secondary:hover{
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}
div.nav-links{
	text-align: center;
	font-size: 18px;
	clear: both;
	padding: 50px 0px;
}
div.nav-links .current{
	color: #ffffff;
	background-color: #00a2b2;
}
div.nav-links a.page-numbers{
	background-color: #f5f5f5;
	color: #3f3f3f;
	text-decoration: none;
}
div.nav-links a.page-numbers:hover{
	color: #ffffff;
	background-color: #00a2b2;
}

div.nav-links .current, div.nav-links a.page-numbers{
	width: 30px;
	padding: 3px 0;
	display: inline-block;
}
a.prev .icon-arrow-left, a.next .icon-arrow-right{
	display: none;
}
a.next, a.prev{
	display: none !important;
}
/* SINGLE */
body.single-post img.attachment-twentyseventeen-featured-image{
	width: 100%;
	height: 450px;
	-o-object-fit: cover;
	   object-fit: cover;
}
body.single-post h1.entry-title{
	padding: 10px 10px 5px 0px;
	color: #3f3f3f;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}
body.single-post img{
	margin-bottom: 30px;
}
body.single-post hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #00a3b4;
	margin: 2.5em 0;
	padding: 0;
}
/* 1 column: 320px */
main.actu article {
		position: relative;
	background-color: #f5f5f5;
	margin-bottom: 1rem;
	padding-bottom: 20px;
		min-height: 390px;
		margin-top: 20px;
}
/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
	main.actu article {
		float: left;
		margin-right: 1.5%;
		width: 49.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  main.actu article {
		width: 32.25%;
	}
	main.actu article:nth-child(2n+0) {
		margin-right: 1.5%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {
	main.actu article {
		width: 23.85%;
	}
	main.actu article:nth-child(3n+0) {
		margin-right: 1.6%;
	}
	main.actu article:nth-child(4n+0) {
		margin-right: 0;
	}

	main.actu article:nth-child(4n+1){
		clear: both;
	}
}
.responsiveOnly{
	display: none;
}
.entry-sidebar .btn.register{
	display: none;
}
/********** /ACTU **********/

/********** GALLERY **********/

.post-type-archive-gallery .half{
	width: 46%;
	position: relative;
}

.post-type-archive-gallery .half:first-child{
	text-align: right;
	margin-right: 8%;
}

.post-type-archive-gallery .half.last:before{
	content: "";
	display: block;
	position: absolute;
	left: -8.695%;
	top: 20px;
	bottom: -100px;
	width: 1px;
	background: #797979;
}

.post-type-archive-gallery .half:first-child:before{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 12px;
	height: 12px;
	background: #00a2b2;
	border-radius: 6px;
	margin-right: -6px;
	margin-top: 4px;
	box-sizing: border-box;
}

.post-type-archive-gallery .half:first-child:after{
	content: "";
	display: block;
	position: absolute;
	right: -8.695%;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #00a2b2;
	border-radius: 10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.post-type-archive-gallery .date{
	text-transform: uppercase;
}

.post-type-archive-gallery .entry-title{
	margin-top: 0.5em;
}

.gallery-slider{
	display: inline-block;
	width: 100%;
	margin-top: 14%;
}

.gallery-slider .prevnext{
	top: 50%;
	margin-top: -31px;
}

.gallery-video{
	position: relative;
	background: #000;
}

.gallery-video .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	z-index: 9;
	transform: scale(1);
	transition: left 0.3s ease, top 0.3s ease, transform 0.3s ease;
}

.gallery-video .play.playing{
	top: 20px;
	left: 20px;
	transform: scale(0.5);
}

.gallery-slider-inner .image{
	height: 0;
	padding-bottom: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.entry-content div.klewel_search_widget{
	display: none !important;
}

.klewel_player_embed_block{
	width: 100% !important;
}

.klewel_player_shadow_box_background{
	display: none !important;
}

.klewel_conf_navigator_talk_title,
.klewel_conf_navigator_title,
.klewel_conf_navigator_talk_author{
	color: #fff !important;
	font-family: "effra", sans-serif !important;
}

.klewel_conf_navigator_title{
	text-shadow: none !important;
	text-transform: uppercase;
	font-weight: 500;
}

.klewel_conf_navigator_talks_table{
	display: inline-block !important;
	width: 100% !important;
}

.klewel_conf_navigator_talk_cell{
	width: 48% !important;
	float: left;
	padding: 0 !important;
	margin: 0 4% 4% 0 !important;
}

.klewel_conf_navigator_talk_cell:nth-child(2n){
	margin-right: 0 !important;
}

.post-type-archive-gallery .gallery-slider{
	margin-bottom: 0;
}

.post-type-archive-gallery .hentry{
	display: inline-block;
	width: 100%;
	margin-bottom: 7%;
}

.post-type-archive-gallery .gallery-item{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter{
	text-align: center;
}

.link-gallery{
	clear: both;
	margin-top: 120px;
}

/********** /GALLERY **********/

/********** ADVANCED GALLERY **********/

.advanced-gallery-slider-nav{
	padding-bottom: 0;
	border-bottom: none;
}

.advanced-gallery-slider-nav-item{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.advanced-gallery-slider-nav-item:hover,
.advanced-gallery-slider-nav-item.active{
	opacity: 1;
}

.advanced-gallery-slide-title{
	padding-bottom: 1.5em;
	border-bottom: 1px solid #00a2b2;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item{
	opacity: 0.5;
	transition: opacity 0.2s ease;
	cursor: pointer;
	position: relative;
	margin-bottom: 1.5em;
}

.advanced-gallery-inner-slider-nav-item.active,
.advanced-gallery-inner-slider-nav-item:hover{
	opacity: 1;
}

.advanced-gallery-inner-slider-nav-item:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 1px;
	margin-left: 4px;
	background-color: #fff;
	margin-bottom: 4px;
	transform: scale(0, 1);
	transition: transform 0.2s ease;
}

.advanced-gallery-inner-slider-nav-item.active:after{
	transform: scale(1, 1);
}

.advanced-gallery-slider{
	overflow: hidden;
	transition: height 0.3s ease;
}

.advanced-gallery-slider-inner{
	width: 300%;
	font-size: 0;
	white-space: nowrap;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.advanced-gallery-slide{
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	white-space: normal;
	width: 33.333%;
}

.advanced-gallery-inner-slider{
	position: relative;
}

.advanced-gallery-inner-slide{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}

.advanced-gallery-inner-slide.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.advanced-gallery-inner-slide.loading{
	pointer-events: none;
}

.advanced-gallery-inner-slide.loading .btn{
	opacity: 0.5;
}

.advanced-gallery-inner-slide.loading:after{
	background-position: left 195px bottom 7px;
	background-size: 30px;
}

.advanced-gallery-inner-slide .date{
	text-transform: uppercase;
	font-size: 0.857em;
}

.advanced-gallery-inner-slide .media.video{
	width: 100%;
	display: inline-block;
	padding-bottom: 56.25%;
	margin: 1em 0 3em 0;
}

.advanced-gallery-inner-slide .media.image{
	margin-bottom: 2%;
}

.advanced-gallery-inner-slide .press .media-title{
	color: #00a2b2;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 0.3em 0 1em 0;
}

/********** /ADVANCED GALLERY **********/

/********** RESPONSIVE **********/
select.nav-responsive-event{
	    background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1.3em + 2px),
 calc(100% - 15px) calc(1.3em + 2px),
 calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px,
 5px 5px,
 1px 1.5em;
    background-repeat: no-repeat;
    background-color: #00a2b2;
	color: #ffffff;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 20px;
}
@media screen and (max-width: 1592px) {
	.menu-main-container .menu-item .label{
		font-size: 30px;
	}

	.logo-rodin{
		width: 120px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 1230px) {
	body.menu-open{
		overflow: hidden;
	}

	#masthead,
	.alert-news,
	#site-navigation,
	article.type-fact{
		padding: 0 15px;
	}

	.alert-news{
		height: auto;
	}

	.alert-news p{
		margin: 5px 0;
		line-height: 1;
	}

	.modal{
		z-index: 99;
	}

	#masthead{
		margin-top: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		z-index: 9;
	}

	.color-b #masthead{
		background-color: #000;
	}

	.color-w #masthead{
		background-color: #F5F6F1;
	}

	.color-g #masthead{
		background-color: #1a5651;
	}

	.color-gray #masthead{
		background-color: #3c3c3c;
	}

	.site-title{
		width: 70px;
	}

	.menu-main-container-wrapper{
		position: static;
		top: auto;
		-webkit-transform: none;
		        transform: none;
	}

	.menu-main-container-wrapper .logo-rodin{
		margin: 50px 0 0 0;
		width: 100%;
	}

	.menu-main-container{
		width: 100%;
		text-align: center;
		margin: 15px 0 50px 0;
	}

	#site-navigation .intro{
		padding-left: 0;
		margin-left: 0;
		border: none;
	}

	.menu-open #site-navigation{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.menu-secondary-container{
		margin: 50px 0;
		padding: 25px 0;
		border-top: 1px solid #00a2b2;
		border-bottom: 1px solid #00a2b2;
		text-align: center;
	}

	.footer-menu{
		position: relative;
		padding-bottom: 50px;
	}

	.footer-menu .copyright{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}

	.footer-menu .logo-menu{
		vertical-align: middle;
	}

	.footer-menu .logo-fer, .footer-menu .logo-menu{
		width: 50%;
	}

	.menu-secondary-container .menu-item{
		margin: 1em;
	}

	.video-bg:after{
		height: 50px;
	}

	.video-bg:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 50px;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
		background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	}

	.color-w .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(245,246,241,0)),to(rgba(245,246,241,1)));
		background: linear-gradient(to top, rgba(245,246,241,0) 0%,rgba(245,246,241,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F6F1', endColorstr='#F5F6F1',GradientType=0 );
	}

	.color-g .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(39,164,159,0)),to(rgba(39,164,159,1)));
		background: linear-gradient(to top, rgba(39,164,159,0) 0%,rgba(39,164,159,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.color-gray .video-bg:before{
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(60,60,60,0)),to(rgba(60,60,60,1)));
		background: linear-gradient(to top, rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a49f', endColorstr='#27a49f',GradientType=0 );
	}

	.event-slider .event .post-thumbnail .more,
	.event-slider .event .post-thumbnail:before,
	.event-slider .prevnext,
	.gallery-slider .prevnext{
		display: none;
	}

	.archive-fact{
		overflow: hidden;
	}

	.archive-fact .fact{
		margin: 50px 0 !important;
		height: auto !important;
	}

	/* Faits Historiques : Timeline */
	aside.scrollbar-wrapper{
		visibility: hidden;
	}
	.archive-fact .fact {
		padding-left: 60px;
	}
	.archive-fact .fact .entry-title {
		font-size: 2em;
	}
	.archive-fact .fact .year {
		font-size: 104px;
		font-weight: 700;
		color: #005861;
		opacity: 0.38;
		margin-left: -93px;
	}
	.archive-fact .fact:before {
		content: "";
		position: absolute;
		display: block;
		width: 31px;
		height: 1px;
		background: #fff;
		left: 10px;
		top: 35%;
	}

	/* Faits historique Singles */
	article.type-fact .date{
		font-size: 10em;
		top: -2.2rem;
		left: -2rem;
	}

	article.type-fact .entry-content{
		margin-top: 5em;
	}

	article.type-fact .half{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	article.type-fact .half.last {
		margin-top: 25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 992px) {
	/* Global */
	.responsiveOnly{
		display: block;
	}
	.alert-news {
		height: auto;
		padding: 0 30px 0 15px;
	}
	.alert-news .close{
		right: 5px;
	}
	body:not(.home) nav#site-navigation{
		min-height: 100vh;
	}

	#content,
	.alert-news.closed ~ .site-content-contain #content{
		margin-top: 180px;
	}

	.alert-news ~ .site-content-contain #content{
		margin-top: calc(180px + 3.5em);
	}

	/* Home */
	.home .boxes {
		display: initial;
		width: 100%;
		margin-left: 0;
		font-size: 1rem;
		white-space: normal;
		vertical-align: middle;
	}
	.home .box.ninety, .home .box.events{
		width: 100%;
	}
	.home .box.ninety{
		margin: 30px 0;
	}
	.home .box.events{
		margin-bottom: 30px;
	}
	.home .boxes .box-inner {
		min-height: 250px !important;
	}
	.home .year-start {
		color: #005861;
		top: 20%;
		left: -0.25em;
		font-size: 7em;
	}
	.home .year-end {
		color: #181716;
		bottom: .25em;
		right: -0.2em;
		font-size: 9em;
	}
	.home .box .link {
		font-size: 1em;
		left: 0;
	}
	/* Thèmes */
	.themes a, .events a{
		width: auto;
		margin: 25px 0;
	}
	.slick-slide{
		width: 85vw !important;
		margin-right: 20px !important;
	}
	.single-theme .theme {
		margin-left: 15px;
		box-sizing: border-box;
		padding-left: 0;
		border-left: solid 19px transparent;
		-webkit-box-shadow: -3px 1px 0 -1px #00a2b2;
		        box-shadow: -3px 1px 0 -1px #00a2b2;
	}
	.single-theme .theme .half {
		width: calc(100% - 15px);
		margin-right: 0;
		min-height: 0 !important;
		-webkit-transition: min-height 0.3s ease;
		transition: min-height 0.3s ease;
		padding-bottom: 4%;
	}

	.single-theme .theme .half.last:before, .single-theme .theme .half.last:after{
		display: none;
	}

	.single-theme h1.entry-title:before, .single-theme .section-title:before {
		position: relative;
		content: '';
		width: 12px;
		display: block;
		left: -20px;
		height: 12px;
		border: 2px solid #00a2b2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		margin-left: -6px;
		background-color: #F5F6F1;
		-webkit-box-shadow: 0px 0px 0px 5px #F5F6F1;
		box-shadow: 0px 0px 0px 5px #F5F6F1;
		top: 20px;
	}
	.single-theme div.carousel{
		height: auto;
		margin-bottom: 30px;
	}
	.breadcrumb {
		margin-top: 0;
		position: absolute;
		top: 65px;
		margin: 0;
	}
	.events a, .single-theme .theme .events .event .link{
		text-align: left !important;
	}
	.single-theme .theme .events .event .entry-content {
		text-align: left !important;
	}
	/* Evénements */
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 450px);
		margin: 0 225px;
	}
	.single-event .entry-sidebar, .post-type-archive-event .entry-sidebar{
		width: 100% !important;
	}
	.single-event .two-third, .post-type-archive-event .two-third,
	.single-event .two-third + .third, .post-type-archive-event .two-third + .third{
		width: 100%;
		margin-right: 0;
	}
	.single-event .infos, .post-type-archive-event .infos{
		margin-bottom: 20px;
	}

	.single-event .featured h5, .post-type-archive-event .featured h5{
		width: 100%;
	}
	.single-event .featured, .post-type-archive-event .featured{
		display: flex;
		display: -ms-flex;
   		flex-wrap: wrap;
   		-ms-flex-wrap: wrap;
	}
	.single-event .featured .quarter, .post-type-archive-event .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;

	}
	.single-event .entry-subheader, .post-type-archive-event .entry-subheader{
		float: initial;
	}

	.single-event article.type-event .entry-title, .post-type-archive-event article.type-event .entry-title{
		font-size: 2.142em;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.single-event ul.nav-sections, .post-type-archive-event ul.nav-sections{
		display: none;
	}
	.entry-subheader .btn.register{
		display: none;
	}
	.single-event .entry-sidebar .btn.register, .post-type-archive-event .entry-sidebar{
		display: block;
		margin-bottom: 7px;
		text-align: center;
		text-align-last: center;
	}
	.modal-content {
		background-color: #002c31;
		display: inline-block;
		padding: 100px 20px;
		width: 80%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.modal-content .btn {
		margin: 0 .5em 1.5em .5em ;
	}
	article.type-event, article.post {
		margin-top: 60px;
	}
	/* Actualités */
	.single-post .featured h5{
		width: 100%;
	}
	.single-post .featured{
		display: flex;
		display: -ms-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.single-post .featured .quarter{
		width: 45%;
		margin-right: 5%;
		margin-bottom: 20px;
	}
		.blog .filter select{
		margin-left: 0;
		float: none;
    	width: 100%;
	}
	.blog h1.page-title{
		margin-bottom: 15px !important;
	}
	.blog div#primary{
		clear: both;
	}
	/* Footer */
	.footer-menu .copyright {
	    white-space: pre-line;
	}

	.modal-content .two-third,
	.modal-content .third{
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 1em;
	}

	.modal-event .third.last:before{
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.event-slider.mobile .event-slider-inner .event,
	.gallery-slider.mobile .gallery-slider-inner .image{
		width: calc(100% - 150px);
		margin: 0 75px;
	}

	.gallery-slider.mobile .gallery-slider-inner .image{
		padding-bottom: 50%;
	}

	.post-type-archive-gallery .half{
		width: 100%;
		float: none;
		height: auto !important;
		margin-bottom: 2em;
		text-align: center !important;
	}

	.post-type-archive-gallery .half:before,
	.post-type-archive-gallery .half:after{
		display: none !important;
	}

	.advanced-gallery-slider-nav-item,
	.advanced-gallery-inner-slider-nav,
	.advanced-gallery-inner-slider{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}

	.advanced-gallery-inner-slider-nav-item{
		display: inline-block;
		margin-right: 1em;
		margin-bottom: 1em;
	}

	.modal-event .modal-title{
		font-size: 1.8em;
	}

	.modal-event h4{
		font-size: 1.6em;
	}

	.modal-event .date, .modal-event .right-title{
		font-size: 1.3em;
	}

	.modal-event{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.modal-event .modal-content{
		top: 50px;
		transform: none;
		left: 2%;
		padding: 20px;
	}

	.admin-bar .modal-event .modal-content{
		top: 82px;
	}
}

@media screen and (max-width: 576px) {
	.breadcrumb{
		width: calc(100vw - 125px);
		margin: 10px 0 0;
	}
	a.breadcrumb-base::after{
		top: -0.1em;
	}
	.breadcrumb a, .breadcrumb span{
		text-align: left;
		display: table;
	}
	.breadcrumb span{
		margin-top: 10px;
	}
}
/********** /RESPONSIVE **********/


/******************** BUXUM ********************/
.fancybox-bg{
	text-align: center !important;
	padding-top: 14px !important;
	font-size: 1.1em !important;
}
@media screen and (max-width: 576px) {
.fancybox-bg{
		text-align: center !important;
		padding-top: 14px !important;
		font-size: .9em !important;
	}
}
>>>>>>> bba5a3f7bc7c4b87a06df24a0c1fac7bf12c1012
