body > header {
	padding: 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1rem;
	padding: 1.5em 1em 0.5em;
	transition: padding 0.36s cubic-bezier(0.4, 0, 1, 1);
	z-index: 50}
body.scroll > header {	padding: 0.5em 1em 0.5em}
body > header > .background_header {
	top: 0;
	left: 1em;
	right: 1em;
	bottom: 0;
	z-index: -1;
	background: #fff}
body.scroll > header > .background_header {	transition: opacity 0.36s cubic-bezier(0.4, 0, 1, 1)}
body:not(.scroll) > header > .background_header {	transition: opacity 0.36s cubic-bezier(0.4, 0, 1, 1)}
body > header.show > .background_header {	transition: opacity 0.09s cubic-bezier(0.4, 0, 1, 1)}
body:not(.scroll) > header > .background_header {	opacity: 0.4}
body.scroll > header > .background_header,
body > header.show > .background_header {
	opacity: 1;
	box-shadow: 0 10px 20px rgba(0,0,0,0.025)}
body > header > .center {	max-width: 100%}
body > header > .center > .flex {	padding: 0 1em}
body > header > .center > .flex > .container_flex.small {	font-size: 1rem}
/* body > header > .center > .flex > .container_flex.small:last-child {	width: 39%} */
body > header > .center > .flex > .container_flex.small {	width: 35%}
body > header > .center > .flex > .container_flex.small > ul.flex > li {	margin: 0 0.5em}
body > header > .center > .flex > .container_flex.small > ul.flex > li:first-child {	margin-left: 0}
body > header > .center > .flex > .container_flex.small > ul.flex > li:last-child {	margin-right: 0}

/************************************************************************************************************************************************************/
/* WIDGET HORAIRES	& PONTS D'ACCUEIL																														*/
/************************************************************************************************************************************************************/
body > header > .center > .flex > .container_flex.small > .flex > div.widget:not(:last-child) {	margin-right: 0.25em}
body > header > .center > .flex > .container_flex.small > .flex > div.paccueil:not(:first-child) {	margin-left: 0.25em}
body > header > .center > .flex > .container_flex.small > .flex > div.widget > a,
body > header > .center > .flex > .container_flex.small > .flex > li.widget > a,
body > header > .center > .flex > .container_flex.small > .flex > div.paccueil > a,
body > header > .center > .flex > .container_flex.small > .flex > li.paccueil > a {
	display: block;
	/* height: 100%; */
	padding: 0.25em 0.5em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	border-radius: 20px;
	border-top-left-radius: 10px}
body > header > .center > .flex > .container_flex.small > .flex > div.widget > a > svg,
body > header > .center > .flex > .container_flex.small > .flex > li.widget > a > svg,
body > header > .center > .flex > .container_flex.small > .flex > li.paccueil > a > svg,
body > header > .center > .flex > .container_flex.small > .flex > div.paccueil > a > svg {
	width: 1.25em;
	height: 1.185em;
	position: relative;
	top: -2px}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .horaires.absolute,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .horaires.absolute {
	position: absolute;
	top: 110%;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #fff;
	border-radius: 0.25em;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
	z-index: 12;
	transition: all 0.72s linear 0s, padding 0s linear 0.72s}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .horaires.absolute:not(.show),
body > header > .center > .flex > .container_flex.small > .flex > li.widget .horaires.absolute:not(.show) {
	max-width: 0;
	max-height: 0;
	padding: 0 0;
	transition: all 0.72s linear 0s, padding 0s linear 0.72s;}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .horaires.absolute.show,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .horaires.absolute.show {
	min-width: 150%;
	max-width: 75vw;
	max-height: 90vh;
	padding: 1em 0.66em 1em;
	transition: all 0.72s linear 0s, padding 0s linear 0s}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table {
	width: 100%;
	font-size: 1em}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table td,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table td {
	vertical-align: middle;
	padding: 0.25em 0.5em}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table td:first-child,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table td:first-child {
	border: 1px solid #eee;
	border-right: none}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table td:last-child,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table td:last-child {
	border: 1px solid #eee;
	border-left: none}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table tr:nth-child(n+2) td,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table tr:nth-child(n+2) td {	border-top: none}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table p,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table p {
	position: relative;
	white-space: nowrap;
	margin: 0 0 0}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table td:first-child p,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table td:first-child p {	text-transform: capitalize}
body > header > .center > .flex > .container_flex.small > .flex > div.widget table td:first-child p > span,
body > header > .center > .flex > .container_flex.small > .flex > li.widget table td:first-child p > span {
	display: inline-block;
	position: relative;
	padding: 0 0.5em 0 0;
	z-index: 2}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .no_flex > p,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .no_flex > p {
	text-align: center;
	margin: 1em 0 0}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .no_flex > p > a,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .no_flex > p > a {
	width: auto;
	position: relative;
	text-shadow: none;
	overflow: hidden;
	background: none;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-family: 'Quicksand';
	padding: 0.5em 1.25em 0.5em 1.25em;
	background: rgb(22, 36, 57);
	color: #fff;
	border-radius: 2em;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .no_flex > p > a:hover,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .no_flex > p > a:hover {
	background: #fff;
	color: rgb(22, 36, 57)}
body > header > .center > .flex > .container_flex.small > .flex > div.widget .no_flex > p > a > svg,
body > header > .center > .flex > .container_flex.small > .flex > li.widget .no_flex > p > a > svg {
	width: 1em;
	height: 1em;
	vertical-align: top;
	position: relative;
	top: 2px}

/************************************************************************************************************************************************************/
/* MENU																																						*/
/************************************************************************************************************************************************************/
body > header > .center > .flex > .container_flex.small > .flex.items_stretch > nav,
body > header > .center > .flex > .container_flex.small > .flex.items_stretch > nav > div  {	height: 100%}
body > header > .center > .flex > .container_flex.small .button_menu_container {
	display: inline-block;
	padding: 0 0;
	overflow: hidden;
	position: relative;
	z-index: 11;
	cursor: pointer;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1) 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a {
	display: block;
	padding: 0.23em 0.5em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-radius: 20px;
	border-top-left-radius: 10px}
body.hasSlider:not(.scroll) > header > .center > .flex > .container_flex.small .button_menu_container a:not(.show) {
	color: #fff;
	transition: background 0s linear 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a > span {
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	text-transform: uppercase;
	transition: 0.36s linear 0.36s}
body > header > .center > .flex > .container_flex.small .button_menu_container a > span.menu {
	margin-left: 0.5em;
	transition: all 0.36s linear 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a > span.open {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a > span.open {
	position: relative;
	top: 3px}
body > header > .center > .flex > .container_flex.small .button_menu_container a.show span.open {	transform: rotate(45deg)}
body > header > .center > .flex > .container_flex.small .button_menu_container a span > .line {
	display: block;
	height: 3px;
	width: 20px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 10px;
	margin: 0 auto 5px;
	transform: translateX(0%);
	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a span > .line:last-child {	margin: 0 auto 0}
body > header > .center > .flex > .container_flex.small .button_menu_container a:not(.show) span > .line {	background: #fff}
body.hasSlider:not(.scroll) > header > .center > .flex > .container_flex.small .button_menu_container a:not(.show) span > .line {	background: #fff}
body > header > .center > .flex > .container_flex.small .button_menu_container a.show span > .line:nth-child(1),
body > header > .center > .flex > .container_flex.small .button_menu_container a.show span > .line:nth-child(3) {	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
body > header > .center > .flex > .container_flex.small .button_menu_container a.show span > .line:nth-child(1) {
	transform: rotate(90deg) translateX(40%) scale(1.01);
	transform-origin: 50%}
body > header > .center > .flex > .container_flex.small .button_menu_container a.show span > .line:nth-child(3) {
	opacity: 0;
	transform: translateY(-8px)}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu {
	position: absolute;
	top: calc(100% + 0.5em);
	left: 0;
	right: 0;
	padding: 0 0;
	font-size: 1em;
	text-align: left;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1), opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0.18s, background 0.36s cubic-bezier(0.4, 0, 1, 1)}
body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu,
body > header.show > .center > .flex > .container_flex.small nav > div > ul#menu {	background: #fff}
body:not(.scroll) > header > .center > .flex > .container_flex.small nav > div > ul#menu {	background: rgba(255,255,255,0.4);}
body:not(.scroll) > header.show > .center > .flex > .container_flex.small nav > div > ul#menu {	transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1), opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0.18s, background 0.36s cubic-bezier(0.4, 0, 1, 1)}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu {
	padding: 1em 1em 0.5em;
	opacity: 1;
	z-index: 2;
	transform: none;
	transition: transform 0.36s cubic-bezier(0.4, 0, 1, 1), opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0s, background 0.36s cubic-bezier(0.4, 0, 1, 1)}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li {
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	padding: 0 0.5em 0;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 0}
/* body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li:last-child { */
	/* padding: 0 0; */
	/* margin: 0 0 0} */
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li#active a,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li#active span,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.active a,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.active span,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li span.active {	color: #d60b52}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active a,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active span {  color: #2897d5}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > .hasMenu {  cursor: pointer}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {	
	max-height: 0;
	min-width: calc(100% + 0.6em);	
	top: 100%;
	top: calc(100% + 0.45em);
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.45s, border 0s linear 0.45s, background 0.36s cubic-bezier(0.4, 0, 1, 1)}	
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul.show {	
	max-height: 66vh;
	/* padding: 0.3em; */
	padding: 0.6em;	
	/* padding-left: 1em; */
	padding-left: 1.3em;
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.15s, background 0.36s cubic-bezier(0.4, 0, 1, 1)}
body:not(.scroll) > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {
	background: rgba(255,255,255,0.4);
	box-shadow: none}
body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1)}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li {	position: relative}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li::before {
	content: '↳';
	position: absolute;
	left: -0.75em}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li#active > ul > li::before,
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.active > ul > li::before {  color: #d60b52}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active::before {  color: #2897d5}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form.absolute {
	top: 0;
	right: 0;
	max-width: 85vw;
	z-index: 100;
	white-space:nowrap;
	padding: 0.5em;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1)}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > input {
	display: inline-block;
	margin: 0 0 0;
	background: none !important;
	border: none !important}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > input {	
	width: auto !important;
	min-width: 20em;
	border-bottom: 1px solid #d60b52 !important}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > button {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	padding: 0.15em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > button > svg{
	vertical-align: middle;
	width: 1.1em;
	height: 1.1em}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > span {
	display: block;
	white-space: normal;
	text-align: justify;
	margin-top: 0.5em;
	line-height: 1.3em;
	text-transform: none;
	font-size: 0.8em !important}
/* body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search { */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	/* align-items: center; */
	/* width: 1.8em; */
	/* height: 1.8em; */
	/* padding: 0.15em; */
	/* text-align: center; */
	/* background: #d60b52; */
	/* color: #fff; */
	/* border-top-left-radius: 7px; */
	/* border-top-right-radius: 20px; */
	/* border-bottom-left-radius: 20px; */
	/* border-bottom-right-radius: 20px; */
	/* white-space: nowrap; */
	/* overflow: hidden} */
body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search {
	width: 1.51em;
	height: 1.51em}
body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search svg {
	width: 1em;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
	/* margin: 0 0 */}
body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search svg {
	width: 0.9em;
	height: 0.9em}
/* body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search span {	display: none} */

/************************************************************************************************************************************************************/
/* LOGO																																						*/
/************************************************************************************************************************************************************/
body > header > .center > .flex > .container_flex.small#logo {
	width: 25%;
	z-index: 5}
body > header > .center > .flex > .container_flex#logo > a {
	display: inline-block;
	line-height: 0}
body > header > .center > .flex > .container_flex#logo > a > img {
	max-height: 7em;
	max-width: 100%;
	transition: all 0.15s linear}
body.scroll > header > .center > .flex > .container_flex#logo > a > img {
	max-height: 3.5em;
	max-width: 100%;
	transition: all 0.15s linear}
	
/************************************************************************************************************************************************************/
/* TÉLÉPHONE ET RÉSEAUX																																		*/
/************************************************************************************************************************************************************/
body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a {
	display: block;
	padding: 0.25em 0.5em;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3em;
	background: #d60b52;
	color: #fff;
	font-family: 'Akrobat SemiBold', 'Helvetica', sans serif;
	border-radius: 20px;
	border-top-left-radius: 10px}
body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li.social-icon > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	padding: 0.15em;
	text-align: center;
	background: #d60b52;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;}
body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a > svg {
	width: 1.1em;
	height: 1.1em;
	position: relative;
	top: -2px}
body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li.social-icon > a > svg {
	width: 1.3em;
	height: 1.3em;
	vertical-align: middle}
body.scroll > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a {	font-size: 1rem}
body.scroll > header > .center > .flex > .container_flex.small:last-child > ul.flex > li.social-icon > a {
	width: 1.7em;
	height: 1.7em}
body.scroll > header > .center > .flex > .container_flex.small:last-child > ul.flex > li.social-icon > a > svg {
	width: 1em;
	height: 1em}

/************************************************************************************************************************************************************/
/* ADAPTATION TAILLE ÉCRAN																																	*/
/************************************************************************************************************************************************************/
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1152px) {
}
@media screen and (min-width: 1051px) {
	body > header > .center > .flex > .container_flex.small .button_menu_container {	display: none}
}
@media screen and (max-width: 1050px) {
	body > header > .background_header {
		left: 0;
		right: 0}
	body > header.show > .center > .flex > .container_flex.small#logo > a {
		opacity: 0;
		visibility: hidden;
		z-index: -2}
	body > header > .center > .flex > .container_flex.small .widget {
		order: 1;
		margin-bottom: 0.5em}
	body > header > .center > .flex > .container_flex.small .paccueil {
		order: 2;
		margin-bottom: 0.5em}
	body > header > .center > .flex > .container_flex.small nav {	order: 3}
	body > header > .center > .flex > .container_flex.small .button_menu_container {	display: inline-block}
	body > header > .center > .flex > .container_flex.small nav:not(:last-child) .button_menu_container {	margin-left: 0.5em}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu {
		justify-content: flex-start;
		align-items: start;
		position: fixed;
		top: 5.5em;
		top: 6em;
		left: 0.5em;
		right: 0.5em;
		bottom: 0;
		padding: 2em 2em 5.5em;
		transform: translateY(-2em);
		opacity: 0;
		z-index: -1;
		visibility: hidden;
		font-size: 1em;
		text-align: center;
		background: #fff;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0}
	body:not(.scroll) > header > .center > .flex > .container_flex.small nav > div > ul#menu {	background: rgba(255,255,255,1)}
	body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu {
		top: 4em;
		transition: top 0.36s cubic-bezier(0.4, 0, 1, 1), transform 0.36s cubic-bezier(0.4, 0, 1, 1), opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0.18s}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu.show {
		padding: 2em 2em;
		opacity: 1;
		visibility: visible;
		z-index: 2;
		transform: none;
		transition: top 0.36s cubic-bezier(0.4, 0, 1, 1), transform 0.36s cubic-bezier(0.4, 0, 1, 1), opacity 0.18s cubic-bezier(0.4, 0, 1, 1) 0s;}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li {
		padding: 0 0 0;
		margin: 0 0 0.5em;
		width: 50%;
		text-align: center}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li:last-child {	margin: 0 0 0}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li.align_left {	text-align: center}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > .hasMenu {
		display: block;
		margin: 0 0 0.5em}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {
		position: initial;
		padding: 0 0 0 0;
		margin: 0 0 0;
		white-space: wrap}
	body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {	box-shadow: none}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li {	margin: 0 0 0.5em}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li:last-child {	margin: 0 0 0}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li::before {	position: initial}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active a,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active span {	color: #d60b52}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(#active) a,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(#active) span,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(.active) a,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(.active) span {	color: #282828}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(#active)::before,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li:not(.active)::before {  color: #282828}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li#active::before {  color: #d60b52}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li.social-icons:not(.active) a,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li.social-icons:not(#active) a,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu li a#link_search {	color: #fff}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search,
	body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search {
		width: 2em;
		height: 2em;
		margin: 0 auto}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search svg,
	body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > a#link_search svg {
		color: #282828;
		width: 1em;
		height: 1em}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form.absolute {
		left: 50%;
		right: auto;
		transform: translateX(-50%)}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > input {	min-width: 50vw}
}
@media screen and (max-width: 1024px) {
	body > header > .center > .flex > .container_flex.small:first-child {
		order: 3;
		width: 48% !important;
		margin: 0 0 0 2% !important;
		text-align: right}
	body > header > .center > .flex > .container_flex.small:nth-child(2) {
		order: 2;
		width: 48% !important;
		margin: 0 2% 0 0 !important;
		text-align: left}
	body > header > .center > .flex > .container_flex.small:nth-child(3) {
		order: 1;
		width: 100% !important;
		margin: 0 0 0.5em 0 !important}
	body > header > .center > .flex > .container_flex.small:first-child > .flex.items_stretch {	justify-content: end}
	body > header > .center > .flex > .container_flex.small:nth-child(3) > .flex.content_end {	justify-content: space-between}	
	body > header > .center > .flex > .container_flex.small > ul.flex > li:not(.widget):not(.paccueil):not(.social-icon) {
		order: 3;
		margin-left: 16%;
		margin-right: 8%;
		transition: all 0.3s linear}
	body > header > .center > .flex > .container_flex.small > ul.flex > li.social-icon {	order: 4}
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a {	font-size: 1.1rem}
}
@media screen and (max-width: 960px) {
	body > header > .center > .flex > .container_flex#logo > a > img {	max-height: 4.5em}
}
@media screen and (max-width: 900px) {
	body > header > .center > .flex > .container_flex.small > ul.flex > li:nth-child(2) {
		margin-left: 0.5em;
		margin-right: 5%}
	body > header > .center > .flex > .container_flex.small > ul.flex > li:not(.widget):not(.paccueil):not(.social-icon) {
		margin-left: 0.5em;
		margin-right: 5%;
		transition: all 0.3s linear}
}
@media screen and (max-height: 640px) {
	body > header > .center > .flex > .container_flex#logo > a > img {	max-height: 4.5em}
}
@media screen and (max-width: 768px) {
	body > header > .center > .flex > .container_flex.small > ul.flex > li:nth-child(2),
	body.scroll > header > .center > .flex > .container_flex.small > ul.flex > li:nth-child(2) {	margin-right: 0.5em}
	body > header > .center > .flex > .container_flex.small > ul.flex > li:not(.widget):not(.paccueil):not(.social-icon) {	margin-right: 0}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.flex.social-icons {	display: flex}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.social-icons > span > a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 2em;
		height: 2em;
		padding: 0.15em;
		text-align: center;
		background: #d60b52;
		color: #fff;
		border-top-left-radius: 7px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px}
}
@media screen and (max-width: 640px) {
	body > header > .center > .flex > .container_flex.small > ul.flex > li:nth-child(2) {	margin-right: 0.5em}
	/* body > header > .center > .flex > .container_flex.small > ul.flex > li:not(.widget):not(.paccueil):not(.social-icon) {	margin-right: 0.5em} */
}
@media screen and (max-width: 576px) {
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a svg {	display: none}
}
@media screen and (max-width: 480px) {
	body > header > .center > .flex {	padding: 0 0.5em}
	body > header > .center > .flex > .container_flex.small > ul.flex > li:not(.social-icon) > a {  font-size: 1rem}
	body > header > .center > .flex > .container_flex.small#logo {	width: 64% !important}
	body.scroll > header > .center > .flex > .container_flex#logo > a > img {	max-height: 2.5em}
	body > header > .center > .flex > .container_flex.small:first-child {	width: 32% !important}
	body > header > .center > .flex > .container_flex.small nav > div,
	body > header > .center > .flex > .container_flex.small .button_menu_container {	height: 100%}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu {
		flex-direction: column;
		justify-content: center}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li {
		width: 100%;
		font-size: 1rem;
		margin: 0 0 0.5em}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li.flex.social-icons {	margin-top: 0.25rem}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > .hasMenu,
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul > li::before {	display: none}
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > ul {	max-height: inherit}
}
@media screen and (max-height: 767px) and (orientation: landscape) {
	body.scroll > header > .center > .flex > .container_flex#logo > a > img {	max-height: 2.5em}
}
@media screen and (max-width: 480px) {
	body > header.show {	top: -6.5em}
	body.scroll > header {	top: -3.5em}
	body > header > .center > .flex {	align-items: stretch}
	body > header > .center > .flex > .container_flex.small:first-child,
	body > header > .center > .flex > .container_flex.small#logo,
	body > header > .center > .flex > .container_flex.small:nth-child(3) {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch}
	body > header > .center > .flex > .container_flex.small:first-child {
		order: 2;
		width: 32% !important;
		margin: 1em 1% 0 0 !important;
		justify-content: start}
	body > header > .center > .flex > .container_flex.small#logo  {	
		order: 1;
		width: 100% !important;
		justify-content: center;
		margin: 0 0 0 0 !important;
		justify-content: center}
	body.scroll > header > .center > .flex > .container_flex#logo > a > img {transition: none}
	body > header > .center > .flex > .container_flex.small:nth-child(3) {
		order: 3;
		width: 66% !important;
		margin: 1em 0 0 1% !important;
		justify-content: end;
		align-items: start}
	body > header > .center > .flex > .container_flex.small:nth-child(3) > .flex.content_end {	justify-content: center}
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a svg {		display: inline-block}
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a svg.before {	margin-right: 0}
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a svg.after {	margin-left: 0}
	body > header > .center > .flex > .container_flex.small:last-child > ul.flex > li:not(.social-icon) > a span {	display: none}
	body > header > .center > .flex > .container_flex.small > .flex > div.widget .horaires.absolute,
	body > header > .center > .flex > .container_flex.small > .flex > li.widget .horaires.absolute {
		position: fixed;
		top: auto;
		left: 0.5em;
		right: 0.5em;
		margin: 0 auto;
		height: auto;
		width: auto;
		min-width: 0;
		max-width: 0}
	body > header > .center > .flex > .container_flex.small > .flex > div.widget .horaires.absolute.show,
	body > header > .center > .flex > .container_flex.small > .flex > li.widget .horaires.absolute.show {
		left: 0.5em;
		right: 0.5em;
		min-width: calc(100vw - 1em);
		max-width: calc(100vw - 1em)}
	body > header > .center > .flex > .container_flex.small .button_menu_container a > span.open {
		top: -2px;
		vertical-align: middle}
	body > header > .center > .flex > .container_flex.small .button_menu_container a span > .line {
		margin: 0 auto 3px;
		height: 2px;
		width: 15px}
	body > header > .center > .flex > .container_flex.small .button_menu_container a.show span > .line:nth-child(2) {	transform: translateX(0%) scale(0.85)}
	body > header.show > .center > .flex > .container_flex.small nav > div > ul#menu,
	body.scroll > header > .center > .flex > .container_flex.small nav > div > ul#menu {	top: 2.5em}
}
@media screen and (max-width: 320px) {
	body > header > .center > .flex > .container_flex.small nav > div > ul#menu > li > form > button:not(.slick-arrow) > svg {	display: inline-block}
}