body > header {
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	padding: 1em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100vw;
	transition: all 0.3s linear}
body.scroll > header {
	padding: 0.5em 1em;
	transition: all 0.3s linear}
body > header > .center {
	max-width: initial;
	margin: 0 0 0 !important}
header > .background_header {
	top: 0;
	left: 0;
	right: 0;
	bottom: 60%;
	border-bottom: 2px solid #d60b52;
	background: #fff}
body:not(.scroll) > header > .background_header {
	transition: all 0.3s linear}
body.scroll header > .background_header {	
	opacity: 1;
	transition: all 0.3s linear}
header > .carousel {
	top: 50%;
	left: 7.5em;
	background: #d60b52;
	color: #fff;
	padding: 0.25em 1em 0.25em 3em;
	font-family: 'Mulish';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	z-index: -1}
header > .carousel > .flex > span {
	font-size: 1rem;
	padding: 0 0.5em 0 0}
header > .carousel > .flex > div {
	height: 1.55em;
	overflow: hidden;
	position: relative;
	top: -1px}
header > .carousel > .flex > div > span {
	display: inline-block;
	text-transform: uppercase;
	text-align: left}
header > .carousel > .flex > div > span {
	display: block;
	height: 100%;
	animation-name: defile;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
	animation-fill-mode: both}	
body header > .center.flex > .container_flex.xlarge {
	width: 84%;
	margin: 0 1% 0 0}
body header > .center.flex > .container_flex.xxsmall {
	width: 14%;
	margin: 0 0 0 1%}
body header > .center.flex > .container_flex.xlarge #logo > a {
	display: inline-block;
	position: relative;
	padding: 0 1em 1em 1em;
	overflow: hidden}
body header > .center.flex > .container_flex.xlarge #logo > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-clip-path: circle(47%);
	clip-path: circle(47%)}
body header > .center.flex > .container_flex.xlarge #logo > a::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #d60b52;
	-webkit-clip-path: circle(47%);
	clip-path: circle(47%);
	z-index: -1}
body header > .center.flex > .container_flex.xlarge #logo > a > img {	
	max-height: 5.5em;
	position: relative;
	z-index: 1;
	transition: all 0.3s linear}
body.scroll header > .center.flex > .container_flex.xlarge #logo img {	
	/* position: absolute; */
	transition: all 0.15s 0.15s linear}
body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xlarge {
	width: 84%;
	margin: 0 0 0 1%}
body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xxsmall {
	width: 14%;
	margin:  0 1% 0 0;
	line-height: 0}
body header > .center.flex > .container_flex.xlarge nav,
body header > .center.flex > .container_flex.xlarge nav ul > li,
body header > .center > .container_flex.large > .flex > ul > li,
/* body header > .center.flex > .container_flex.xlarge nav ul > li > span, */
body header > .center.flex > .container_flex.xlarge nav ul > li ul,
body header > .center.flex > .container_flex.xlarge nav ul > li ul > li {	margin: 0 0.5em}
body header > .center.flex > .container_flex.xlarge nav ul > li > span {	cursor: default}
body header > .center.flex > .container_flex.xlarge nav ul > li:last-child{	margin-right: 0}	
body header > .center.flex > .container_flex.xlarge nav ul > li:first-child {	margin-left: 0}
body header > .center.flex > .container_flex.xlarge nav ul > li a,
body header > .center.flex > .container_flex.xlarge nav ul > li span {	transition: all 0.36s linear 0s}
body header > .center.flex > .container_flex.xlarge nav ul > li a:hover,
body header > .center.flex > .container_flex.xlarge nav ul > li span:hover,
body header > .center.flex > .container_flex.xlarge nav ul > li span.hover {	color: #2897d5}
body header > .center.flex > .container_flex.xlarge nav ul > li#active a,
body header > .center.flex > .container_flex.xlarge nav ul > li#active span,
body header > .center.flex > .container_flex.xlarge nav ul > li.active a,
body header > .center.flex > .container_flex.xlarge nav ul > li.active span,
body header > .center.flex > .container_flex.xlarge nav ul > li .active {	color: #d60b52}
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active a,
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active span,
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active {	color: #fff}
body header > .center.flex > .container_flex.xlarge nav ul > li > svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	transform: none;
	margin-left: 0;
	transition: all 0s linear 0.15s}
body header > .center.flex > .container_flex.xlarge nav ul > li:hover > svg {
	transform: scaleY(-1)}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul {	
	max-height: 0;
	min-width: calc(100% + 0.6em);	
	top: 100%;
	left: -0.3em;
	overflow: hidden;
	position: absolute;
	text-align: left;
	background: #fff;
	white-space: nowrap;
	border-radius: 2px;
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.45s, border 0s linear 0.45s}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li:hover > ul ,
body header > .center.flex > .container_flex.xlarge nav > div > ul > li.hover > ul ,
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul:hover {	
	max-height: 66vh;
	padding: 0.3em;	
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	transition: max-height 0.3s linear 0.15s, padding 0s linear 0.15s}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > a > svg {	vertical-align: middle}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul > li {
	position: relative;
	margin: 0 0 0.5em}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul > li {
	padding: 0;
	transition: all 0.3s linear}
body header > .center.flex > .container_flex.xlarge nav > div ul > li > ul > li:last-child {	margin-bottom: 0}
body header > .center.flex > .container_flex.xlarge nav > div ul > li > ul > li:hover {
	background: #fafafa;
	transition: all 0.3s linear}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul > li a {	padding: 0.25em}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(1):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li#active:nth-child(1) {	background: #f39200}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(2):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li#active:nth-child(2) {	background: #95c11f}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(3):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li#active:nth-child(3) {	background: #2897d5}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(4):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li#active:nth-child(4) {	background: #a3195b}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(n+3) > ul > li:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(n+3) > ul > li#active {	background: #d60b52}
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(1):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(2):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(3):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(4):hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(n+3) > ul > li:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(1) > a:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(2) > a:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(3) > a:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(4) > a:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(n+3) > ul > li > a:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(1) span:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(2) span:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(3) span:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(2) > ul > li:nth-child(4) span:hover,
body header > .center.flex > .container_flex.xlarge nav > div ul > li:nth-child(n+3) > ul > li span:hover {	color: #fff}
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active a,
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active span,
body header > .center.flex > .container_flex.xlarge nav ul > li > ul > li#active {	color: #fff}
body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul > li > a {	display: block}
body header > .center.flex > .container_flex.xxsmall ul > li {	margin: 0 0.25em}
body header > .center.flex > .container_flex.xxsmall ul > li:first-child {	margin-left: 0}
body header > .center.flex > .container_flex.xxsmall ul > li:last-child {	margin-right: 0}
body header > .center.flex > .container_flex.xxsmall ul > li > a,
body header > .center.flex > .container_flex.xxsmall ul > li > a > svg {	color: #2897d5}
body header > .center.flex > .container_flex.xxsmall ul > li > a {	display: block}
body header > .center.flex > .container_flex.xxsmall ul > li > a > svg.icon {
	height: 1.8em;
	width: auto}
body header > .center.flex > .container_flex.xxsmall ul > li > a:not(.social-icon) {
	height: 1.6em;
	width: 1.6em;
	background: #2897d5;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	border-radius: 5px;
	border-top-left-radius: 50%;
	overflow: hidden}
body header > .center.flex > .container_flex.xxsmall ul > li > a:not(.social-icon) > svg {
	color: #fff;
	width: 1.2em;
	height: 1.2em}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute {
	top: 0;
	color: #fff;
	text-transform: none;
	right: 0;
	height: 1.6em;
	width: 0;
	z-index: 11;
	background: #2897d5;
	overflow: hidden;
	border-radius: 5px;
	border-top-left-radius: 20px;
	transition: all 1.2s cubic-bezier(.165,.84,.44,1)}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute.show {	width: 10em}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute input {
	width: calc(100% - 3em);
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute .button {
	display: inline-block;
	background: none;
	color: #fff;
	border: none;
	width: 3em}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute .font_small {
	display: block;
	white-space: normal;
	font-size: 0.6em;
	line-height: 1em;
	margin-top: 0.5rem}
body header > .center.flex > .container_flex.xxsmall ul > li > form.absolute svg.after {	display: none}
header .button_menu_container {	display: none}
	
	@media screen and (max-width: 1366px) {
		body header > .center.flex > .container_flex.xlarge {  width: 74%}
		body header > .center.flex > .container_flex.xxsmall {  width: 24%}
		body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xxsmall {	width: 33%}
		body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xlarge {	width: 65%}
		body header > .center.flex .container_flex.xlarge > .flex.content_start {	justify-content: flex-end}
		body header > .center.flex > .container_flex.xlarge nav {
			position: fixed;
			top: 1.5em;
			right: 1em;
			margin: 0 0 0}
		header .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 .button_menu_container a {
			display: flex;
			align-items: center;
			height: 100%;
			width: 100%;
			height: 1.45em;
			margin-top: 0.1em !important;
			padding: 0 0.5em 0 1em;
			border-radius: 5px;
			border-top-left-radius: 20px;
			font-size: 1.4rem;
			text-align: center;
			overflow: hidden;
			transition: background 0s linear 0.72s;
			color: #fff;
			background: #2897d5}
		body > header .button_menu_container a:not(.show) {}
		body > header .button_menu_container a.show {}
		body > header .button_menu_container a > span {
			text-transform: uppercase;
			vertical-align: middle;
			transition: 0.36s linear 0.36s}
		body > header .button_menu_container a.show > span {}
		body > header .button_menu_container a > span.menu {
			margin-left: 0.5em;
			font-family: 'Mulish';
			font-weight: bold;
			transition: all 0.36s linear 0s}
		body > header .button_menu_container a > span.open {
			display: inline-block;
			overflow: hidden;
			color: #2897d5;
			transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
		body > header .button_menu_container a:not(.show) span {}
		body > header .button_menu_container a.show span.open {	transform: rotate(45deg)}
		body > header .button_menu_container a span > .line {
			display: block;
			height: 3px;
			width: 20px;
			background: #fff;
			border: 1px solid transparent;
			margin: 0 auto 5px;
			transform: translateX(0%);
			transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
		body > header .button_menu_container a span > .line:last-child {	margin: 0 auto 0}
		body > header .button_menu_container a:not(.show) span > .line {	background: #fff}
		body > header .button_menu_container a.show span > .line {}
		body > header .button_menu_container a.show span > .line:nth-child(1),
		body > header .button_menu_container a.show span > .line:nth-child(3) {	transition: all 0.72s cubic-bezier(.19,1,.22,1) 0s}
		body > header .button_menu_container a.show span > .line:nth-child(1) {
			transform: rotate(90deg) translateX(40%) scale(1);
			transform-origin: 50%}
		body > header .button_menu_container a.show span > .line:nth-child(3) {
			opacity: 0;
			transform: translateY(-8px)}
		body header > .center.flex > .container_flex.xlarge nav ul#menu {
			flex-direction: column;
			justify-content: center;
			position: fixed;
			top: 4.25em;
			left: auto;
			right: 0;
			bottom: 0;
			max-width: 66vw;
			padding: 0 1em 5.5em;
			transform: translateX(100vw);
			font-size: 1em;
			z-index: 2;
			text-align: left;
			background: #fff;
			overflow-y: scroll;
			transition: top 0.3s ease-in, transform 0.3s ease-in}
		body.scroll header > .center.flex > .container_flex.xlarge nav ul#menu {	top: 2.85em}
		body header > .center.flex > .container_flex.xlarge nav ul#menu.show {	transform: none}
		body header > .center.flex > .container_flex.xlarge nav ul#menu > li {
			padding: 0 0 0;
			margin: 0 0 0.5em}
		body header > .center.flex > .container_flex.xlarge nav ul#menu > li:last-child {	margin: 0 0 0}
		body header > .center.flex > .container_flex.xlarge nav ul#menu > li.content_end,
		body header > .center.flex > .container_flex.xlarge nav ul#menu > li.autres {
			padding-top: 1em;
			border-top: 1px solid #eee}
		body header > .center.flex > .container_flex.xlarge nav ul#menu > li::after {
			content: '';
			display: none}
		body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul {
			margin: 0 0 0;
			padding: 0;
			background: #fff;
			box-shadow: none;
			z-index: 5;
			left: 0;
			right: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis}
		body header > .center.flex > .container_flex.xlarge nav > div > ul > li:hover > ul,
		body header > .center.flex > .container_flex.xlarge nav > div > ul > li.hover > ul,
		body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul:hover {
			margin: 0 0 0;
			padding: 0.5em;
			background: #fff;
			box-shadow: none;
			z-index: 5;
			left: 0;
			right: 0;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis}
		body header > .center.flex > .container_flex.xlarge nav > div > ul > li > ul a {
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis}
		body header > .center.flex > .container_flex.xlarge nav ul > li > span {	margin: 0 0 0}
	}
	@media screen and (max-width: 1024px) {
		header > .background_header {	bottom: 50%}
		body header .flex.content_between {	justify-content: space-between}
		body header > .center > .container_flex.large > .flex > nav {	top: 0.75em}
	}
	@media screen and (max-width: 768px) {
		body header > .center.flex > .container_flex.xlarge {
			width: 63% !important;
			margin-bottom: 0 !important}
		body header > .center.flex > .container_flex.xxsmall {
			width: 33% !important;
			margin-bottom: 0 !important}
		body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xxsmall {
			width: 49% !important;
			margin-bottom: 0 !important}
		body header > .center.flex > .container_flex.xlarge > .flex > .container_flex.xlarge {
			width: 49% !important;
			margin-bottom: 0 !important}
	}
	@media screen and (max-width: 480px) {
		body header > .center.flex > .container_flex.xlarge {	width: calc(98% - 1.6em) !important}
		body header > .center.flex > .container_flex.xxsmall {	width: 1.6em !important}
		body > header .button_menu_container a {	margin-top: 0 !important}
		body header > .center.flex > .container_flex.xlarge nav ul > li.social > span {	margin: 0 0.5em}
		body header > .center.flex > .container_flex.xlarge nav ul > li.social > span:first-child {	margin-left: 0}
		body header > .center.flex > .container_flex.xlarge nav ul > li.social > span:last-child {	margin-right: 0
	}