#section-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
#zone-header01-wrapper {
    max-width: 1600px;
	padding: 20px 0;
	margin: 0 auto;
}
#zone-header01 {
    max-width: 1600px;
	padding: 0 35px;
	position: relative;

}
#zone-header01-wrapper #region-header01-second {
	text-align: right;
	position: absolute;
	float: none;
	vertical-align: top;
	top: 0;
	right: 20px;
}
#zone-header01-wrapper .block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 760px) {
	#zone-header01-wrapper .block {
		z-index: 12;
	}
}
#zone-header01-wrapper #region-header01-first .block + .block {
	margin-left: 30px;
}
#region-menu {
	background-color: #333333;
	max-height: 0;
	width: 300px;
	position: absolute;
	top: 0;
	right: 35px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
#region-menu.active {
	max-height: 500px;
}
#region-menu.active:hover {
	overflow: visible;
}

/* Fixed */

#zone-header01-wrapper,
.block-logo .content img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#section-header.fixed #zone-header01-wrapper {
	background-color: rgba(51, 51, 51, 0.7);
	padding-top: 10px;
	padding-bottom: 10px;
}
#section-header.fixed .block-logo .content img {
	width: 45px;
}



/* =====================
LOGO
===================== */

.block-logo .content a {
	display: inline-block;
}
.block-logo .content img {
	width: 115px;
	height: auto;
}



/* =====================
SELECTEUR DE PERIODE
===================== */

.block-period .content li {
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px;
	float: left;
	list-style: none;
}
.block-period .content li + li {
	margin-left: 9px;
	position: relative;
}
.block-period .content li + li:before {
	content: "";
	border-top: 2px solid #ffffff;
	width: 11px;
	margin: -1px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	left: -12px;
}
.block-period .content li a,
.block-period .content li span {
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: block;
}
.block-period .content li span {
	background-color: #ffffff;
}
.block-period .content li a.lien-ete {
	background-image: url("../../img/header/summer_white.svg");
}
.block-period .content li span.lien-ete {
	background-image: url("../../img/header/summer.svg");
}
.block-period .content li a.lien-hiver {
	background-image: url("../../img/header/winter_white.svg");
}
.block-period .content li span.lien-hiver {
	background-image: url("../../img/header/winter.svg");
}



/* =====================
MENU HEADER
===================== */

.block-header-menu .content li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.block-header-menu .content li a {
	color: #ffffff;
	font-size: 0.750em;
	text-transform: uppercase;
	line-height: 1.167em;
	background-image: url("../../img/header/map.svg");
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 140px;
	height: 40px;
	padding: 6px 0 0 45px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* =====================
METEO
===================== */

.block-weather {
	margin-right: 50px;
}
.block-weather .content {
	color: #ffffff;
	font-size: 0.875em;
}
.block-weather .content img {
	width: 40px;
	float: left;
}
.block-weather .content .temperature {
	padding: 6px 0 0 45px;
	display: block;
}
.block-weather .content .temperature span {
	display: block;
}
.block-weather .content .btn_meteo_days > a {
	position: absolute;
	display: inline-block;
	width: 100px;
	right: 0;
	top: 43px;
	color: #ffffff;
}
.block-weather .content .btn_meteo_days > a:hover {
	text-decoration: underline;
}


/* =====================
BOUTON MENU
===================== */

.block-toggle .content div {
	font-size: 0;
	background-color: #333333;
	background-image: url("../../img/header/toggle.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.block-toggle .content div.active {
	background-image: url("../../img/header/close.svg");
}



/* =====================
CARNET
===================== */

.block-carnet .content {
	position: relative;
}
.block-carnet .content a {
	font-size: 0;
	background-image: url("../../img/header/book.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	height: 60px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-carnet .content #carnet-compteur {
	color: #ffffff;
	font-family: "RalewaySemiBold", Arial, Helvetica, sans-serif;
	font-size: 0.750em;
	text-align: center;
	line-height: 14px;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
}



/* =====================
RECHERCHE PAR MOTS CLES
===================== */

#zone-header01-wrapper .block-search {
	z-index: 3;
}
.block-search .content {
	position: relative;
	z-index: 50;
}
.block-search .content .views-exposed-widgets {
	margin-bottom: 0;
}
.block-search .content .views-exposed-form .views-exposed-widget {
	padding: 0;
	float: none;
}
.block-search .content .views-exposed-form .views-exposed-widget .views-widget {
	background-color: #333333;
	padding: 10px 0 10px 10px;
	display: none;
	position: absolute;
	top: 0;
	left: 60px;
	width: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-search .content:hover .views-exposed-form .views-exposed-widget .views-widget {
	display: block;
}
.block-search .content label {
	font-size: 0;
	background-image: url("../../img/header/search.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 60px;
	width: 60px;
	padding: 0;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-search .content input[type=submit] {
	display: none;
	position: absolute;
	top: 24px;
	left: 260px;
	color: #ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	padding: 0;
	text-shadow: none;
	margin: 0;
}
.block-search .content input[type=submit] {
	display: block;
}
.block-search .content input[type=text] {
	color: #ffffff;
	font-family: "RalewayBold", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: none;
	border: 1px solid #ffffff;
	height: 40px;
	width: calc(100% - 10px);
	padding: 0 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-search .content input[type=text]::-webkit-input-placeholder {
	color: #ffffff;
}
.block-search .content input[type=text]:-moz-placeholder {
	color: #ffffff;
}
.block-search .content input[type=text]::-moz-placeholder {
	color: #ffffff;
}
.block-search .content input[type=text]:-ms-input-placeholder {
	color: #ffffff;
}

.block-search .content input[type=text]:focus,
.block-search .content input[type=text]:active,
.block-search .content input[type=submit]:focus,
.block-search .content input[type=submit]:active {
	box-shadow: none;
}



/* =====================
SELECTEUR DE LANGUE
===================== */

.block-language {
	margin-left: 10px;
}
.block-language .content {
	position: relative;
	z-index: 49;
}
#zone-header01-wrapper #block-blocks-site-general-languages {
	z-index: 2;
}
.block-language .content .other {
	background-color: #333333;
	border: 1px solid #4d4d4d;
	border-top: none;
	display: none;
	position: absolute;
	top: 60px;
	left: -1px;
}
.block-language .content:hover .other {
	display: block;
}
.block-language .content span,
.block-language .content span a {
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 60px;
	display: block;
}
.block-language .content .active span {
	background-size: 50px 34px;
	height: 60px;
}
.block-language .content .other span,
.block-language .content .other span a {
	background-size: 34px 23px;
	height: 49px;
}
.block-language .content span a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-language .content .active span.fr,
.block-language .content .other span.fr a {
	background-image: url("../../img/flags/fr.svg");
}
.block-language .content .active span.en-gb,
.block-language .content .other span.en-gb a {
	background-image: url("../../img/flags/en.svg");
}
.block-language .content .active span.de,
.block-language .content .other span.de a {
	background-image: url("../../img/flags/de.svg");
}
.block-language .content .active span.nl,
.block-language .content .other span.nl a {
	background-image: url("../../img/flags/nl.svg");
}
.block-language .content .active span.es,
.block-language .content .other span.es a {
	background-image: url("../../img/flags/es.svg");
}
.block-language .content .active span.it,
.block-language .content .other span.it a {
	background-image: url("../../img/flags/it.svg");
}
.block-language .content .active span.po,
.block-language .content .other span.po a {
	background-image: url("../../img/flags/po.svg");
}
.block-language .content .active span.ja,
.block-language .content .other span.ja a {
	background-image: url("../../img/flags/ja.svg");
}
.block-language .content .active span.zh,
.block-language .content .other span.zh a {
	background-image: url("../../img/flags/zh.svg");
}
.block-language .content .active span.ca,
.block-language .content .other span.ca a {
	background-image: url("../../img/flags/ca.svg");
}



/* =====================
MENU PRINCIPAL
===================== */

#zone-header01-wrapper .block-main-menu {
	display: block;
}
.block-main-menu .content ul {
	position: relative;
	border-top: 1px solid #4d4d4d;
}
.block-main-menu .content ul ul {
	display: none;
}
.block-main-menu .content ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.block-main-menu .content ul li a {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 22px 20px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#zone-header01-wrapper #block-blocks-site-bouton-main-menu {
	float: right;
	z-index: 3;
}
#zone-header01-wrapper #block-blocks-site-bouton-main-menu.cross_hide {
	z-index: 1;
}
@media only screen and (min-width: 1241px) {

	#zone-header01-wrapper #block-blocks-site-bouton-main-menu {
		right: 15px;
	}

}
.block-main-menu .content ul li > ul.menu {
	position: absolute;
	right: 300px;
	top: 0;
	border-top: none;
	background-color: #242424;
	width: 300px;
	min-height: 100%;
}
.block-main-menu .content ul li a.bg-hover {
	background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 761px) {

	#block-crumbs-breadcrumb {
		max-width: none;
		margin-right: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#block-crumbs-breadcrumb.menu-on {
		margin-right: 240px;
	}
	#zone-header01-wrapper #block-responsive-menu-horizontal-menu,
	#zone-header01-wrapper #block-responsive-menu-toggle {
		display: none;
	}

}
@media only screen and (max-width: 760px) {

	#zone-header01-wrapper #block-meteo-meteo,
	#zone-header01-wrapper #block-menu-menu-header-menu {
		display: none;
	}
	#zone-header01-wrapper #block-blocks-site-bouton-main-menu {
		display: none;
	}
	#block-responsive-menu-toggle {
		display: block;
	}
	#block-responsive-menu-toggle span.label {
		display: none;
	}
	#zone-header01-wrapper #region-header01-second {
		z-index: 12;
	}
	#block-responsive-menu-toggle .responsive-menu-toggle-icon {
		width: 60px;
		height: 60px;
		background-color: #333333;
	}
	.responsive-menu-toggle-icon:before,
	.responsive-menu-toggle-icon:after,
	.responsive-menu-toggle-icon span.icon {
		border-radius: 0;
		left: 12px;
		width: 36px;
		height: 1px;
	}
	.responsive-menu-toggle-icon span.icon {
		top: 30px;
	}
	.responsive-menu-toggle-icon:before {
		top: 20px;
	}
	.responsive-menu-toggle-icon:after {
		top: 40px;
	}
	html.mm-opening .responsive-menu-toggle-icon {
		margin-right: -20px;
	}
	html.mm-opening .responsive-menu-toggle-icon:before,
	html.mm-opening .responsive-menu-toggle-icon:after {
		top: 30px;
	}
	#region-menu {
		overflow: visible;
		text-align: right;
	}
	#zone-header01-wrapper .block-main-menu {
		display: none;
	}
	#zone-header01-wrapper .block-header-social-menu {
		display: none!important;
	}
	.block-language {
		margin-right: 80px;
	}
	.block-language .content .active span {
		background-size: 30px auto;
		width: 30px;
	}
	.block-language .content .other {
		left: -15px;
	}
	.block-carnet .content a {
		background-size: 50px auto;
		width: 30px;
	}
	.block-carnet .content #carnet-compteur {
		top: 30px;
		right: 2px;
		font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
		font-size: 0.6em;
	}
	#off-canvas-menu ul.mm-listview li a,
	.mm-panel ul.mm-listview li a {
		text-transform: uppercase;
		padding: 20px;
		color: #ffffff;
		font-size: 1rem;
	}
	.mm-menu.mm-theme-dark .mm-listview > li .mm-next::after {
		border-color: rgba(255,255,255,1);
	}
	.mm-panel.mm-hasnavbar .mm-navbar {
		border-bottom: #4d4d4d;
	}
	.mm-listview .mm-next {
		width: 20px;
	}
	.mm-menu.mm-theme-dark .mm-listview {
		border-color: #4d4d4d;
	}
	.mm-listview>li:not(.mm-divider):after {
		left: 0;
	}

}


/* =======================
MENU SOCIAL
======================= */

#zone-header01-wrapper .block-header-social-menu {
	display: block;
}
.block-header-social-menu .content ul {
	text-align: center;
	border-top: 1px solid #4d4d4d;
	padding: 10px 0;
}
.block-header-social-menu .content ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
.block-header-social-menu .content ul li a {
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 42px 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-header-social-menu .content ul li a.link-instagram {
	background-image: url("../../img/social/instagram_white.svg");
}
.block-header-social-menu .content ul li a.link-facebook {
	background-image: url("../../img/social/facebook_white.svg");
}
.block-header-social-menu .content ul li a.link-youtube {
	background-image: url("../../img/social/youtube_white.svg");
}
.block-header-social-menu .content ul li a.link-twitter {
	background-image: url("../../img/social/twitter_white.svg");
}
.block-header-social-menu .content ul li a.link-blog {
	background-image: url("../../img/social/blog_white.svg");
}
.block-header-social-menu .content ul li a.link-contact {
	background-image: url("../../img/social/mail_white.svg");
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (min-width: 1025px) {

	/* SELECTEUR DE PERIODE */

	.block-period .content li a.lien-ete:hover,
	.block-period .content li a.lien-ete:focus,
	.block-period .content li a.lien-ete:active {
		background-color: #ffffff;
		background-image: url("../../img/header/summer.svg");
	}
	.block-period .content li a.lien-hiver:hover,
	.block-period .content li a.lien-hiver:focus,
	.block-period .content li a.lien-hiver:active {
		background-color: #ffffff;
		background-image: url("../../img/header/winter.svg");
	}

	/* CARNET */

	.block-carnet .content a:hover,
	.block-carnet .content a:focus,
	.block-carnet .content a:active {
		background-color: rgba(0, 0, 0, 0.3);
	}

	/* RECHERCHE PAR MOTS CLES */

	.block-search .content input[type=submit]:hover,
	.block-search .content input[type=submit]:focus,
	.block-search .content input[type=submit]:active {
		background-color: rgba(0, 0, 0, 0.3);
	}

	/* SELECTEUR DE LANGUE */

	.block-language .content span a:hover,
	.block-language .content span a:focus,
	.block-language .content span a:active {
		background-color: rgba(0, 0, 0, 0.3);
	}

	/* MENU PRINCIPAL */

	.block-main-menu .content ul li a:hover,
	.block-main-menu .content ul li a:focus,
	.block-main-menu .content ul li a:active {
		background-color: rgba(0, 0, 0, 0.3);
	}

	/* MENU SOCIAL */

	.block-header-social-menu .content ul li a:hover,
	.block-header-social-menu .content ul li a:focus,
	.block-header-social-menu .content ul li a:active {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

@media only screen and (max-width: 1240px) {

	#zone-header01 {
		max-width: 1210px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#region-menu {
		right: 20px;
	}
}

@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 760px) and (min-width: 561px) {
	#block-menu-menu-header-menu,
	#block-meteo-meteo {
		margin-top: 10px;
	}
	.block-weather {
		margin-right: 150px;
	}
}
@media only screen and (max-width: 560px) {
	#block-menu-menu-header-menu,
	#block-meteo-meteo {
		display: none!important;
	}
}

@media only screen and (max-width: 760px) {

	#region-menu {
		width: auto;
		left: 20px;
		background-color: transparent;
		z-index: 11;
	}

	/* LOGO */

	.block-logo .content img {
		width: 70px;
	}

	/* RECHERCHE PAR MOTS CLES */

	.block-search .content:hover .views-exposed-form .views-exposed-widget .views-widget {
		display: none;
	}
	.block-search .content.search-on .views-exposed-form .views-exposed-widget .views-widget {
		display: block;
		top: 60px;
		right: -170px;
		left: auto;
		width: 100vw;
	}
	html.mm-blocking .block-search .content input[type=submit] {
		display: none;
	}
	.block-search .content.search-on input[type=submit] {
		display: block;
		top: 70px;
		left: auto;
		right: -160px;
		width: 40px;
		height: 40px;
	}

}











