@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	-webkit-text-size-adjust: none;
}

#text-center {
	text-align: center;
	max-width: 1100px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 0px;
	margin: 0px;
}

img.map, map area{
    outline: none;
}
a {
	text-decoration: none;
	font-weight: 400;
}
strong {
		font-weight: 500; 
}
#red {
		color:#e51937; 
}
#red a {
		color:#e51937;
		text-decoration:none;
}
.template #header {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFFFFF;
		height:191px;
}

.template #teaser {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height:auto;
		clear: both;
}
.banner {
		width:100%;
		height:auto;
}

.template #mainContent {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color:#FFFFFF;
		text-align:left;
		padding-top:15px;
		padding-bottom:60px;
		min-height:510px;
		clear: both;
}
.template #footer {
	width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color:#d0d0d0;
		text-align:center;
		padding-top:25px;
		padding-bottom:20px;
}
.template #cta-footer {
	width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color:#eaeaea;
		text-align:left;
	margin-top: -30px;
		padding-top:30px;
		padding-bottom:40px;
	
}

.content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		max-width: 1500px;
		margin:auto;
		padding-right:40px;
		padding-left:40px;
}


.logo {
	float: left;
	margin-top:21px;
	padding:0 0 0 0;
	width:100%;
	max-width:556px;
	height:auto;
}
.container-soumission {
	float:right;
	margin-top:41px;
}

.container-menu-tel {
	float:right;
	margin-top:41px;
}
.menu-tel{
	float:left;
	margin:0;
	  font: 21px/24px 'Oswald', sans-serif;
	font-weight: 400;
	color:#e51937;
	padding:0px;
	list-style:none;
	display:block;
}
.menu-tel ul{
	height:25px;
	list-style:none;
	margin:0;
	}
.menu-tel li{
	float:left;
	}
.menu-tel li a{
	font: 21px/24px 'Oswald', sans-serif;
	font-weight: 400;
	color:#e51937;
	display:block;
	line-height:20px;
	margin:0px 0px 15px 0px;
	padding:4px 0px 4px 22px;
	text-align:left;
	text-decoration:none;
	}
.menu-tel li a:hover {
	color:#004990;
	text-decoration:none;
	}

#hide-desktop {
	display: none;
	}

#hide-mobile {
	display: block;
	}

.container-menu {
	float:left;
	margin-top:41px;
}
.menu{
	float:left;
	margin:0;
	font: 21px/24px 'Oswald', sans-serif;
	font-weight: 400;  
	color:#004990;
	letter-spacing:0.02em;
	padding:0px;
	list-style:none;
	display:block;
	text-transform:uppercase;

}
.menu300{
	font-weight: 300;
	list-style:none;
	display:block;
	text-transform:none;
}
.menu ul{
	height:25px;
	list-style:none;
	margin:0;
	}
.menu li{
	float:left;
	}
.menu li a{
	color:#004990;
	display:block;
	line-height:20px;
	margin:0px 0px 19px 0px;
	padding:4px 30px 4px 0px;
	text-align:left;
	text-decoration:none;

	}
.menu li a:hover {
	color:#e51937;
	text-decoration:none;
	}
.menu li ul{
	background-image: url("img/bkg_menu_deroulant.png");
		display:none;
		height:auto;
		padding:10px 0px 12px 0px;
		margin:0px 0px 0px 0px;
		text-transform:none;
		position:absolute;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:1px 0px 0px 0px;
		text-align:left;
		}
	.menu li:hover li a{
		display:block;
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:18px;
		font: 17px 'Oswald', sans-serif;
		font-weight: 400;
		letter-spacing:0.03em;
		color:#004990;
		font-style:normal;
		text-align:left;
		margin:1px 0px 1px 0px;
		padding:3px 18px 12px 18px;
		vertical-align:middle;
		text-transform:uppercase;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			border:0px;
			color:#fff;
			text-decoration:none;
			background-color:#e51937;
			}
h1 {
	font: 54px/57px 'Oswald', sans-serif;
	font-weight: 400; 
	color: #e51937;
	text-align:left;
	max-width:1200px;
	text-transform:uppercase;
	margin:35px 0px 38px 0px;
}
h2 {
	font: 31px/36px 'Oswald', sans-serif;
	font-weight: 400; 
	color: #353535;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0.02em;
	margin:30px 0px 20px 0px;
	max-width:1000px;
}
h3 {
	font: 24px/28px 'Oswald', sans-serif;
	font-weight: 400; 
	color: #353535;
	text-align:left;
	letter-spacing:0.02em;
	text-transform:uppercase;
	margin:35px 0px 20px 0px;
	max-width:1000px;
}

.champ{
	font: 22px/28px 'Roboto', sans-serif;
	font-weight: 300;
	color: #353535;
	text-align:left;
	padding: 4px 7px 4px 7px;
	margin: 6px 0px 20px 0px;
	-webkit-appearance: none;
	border-radius: 0;
	background: #ffffff;
	border: 1px solid #8d8d8d;
	-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
}

.text-reg {
	font: 22px/28px 'Roboto', sans-serif;
	font-weight: 300;
	color: #353535;
	text-align:left;
	max-width: 1000px;
}

.text-reg a {
	font-weight: 400;
	text-decoration: none;
	color: #353535;
}

.text-reg a:hover {
	font-weight: 400;
	text-decoration: none;
	color: #e51937;
}




#text-center{
	text-align:center;
padding: 5px 15px 0px 15px;
}

.bt-footer {
	font: 14px/19px 'Oswald', sans-serif;
	font-weight: 300;
	color: #353535;
	text-align:center;
	letter-spacing:0.05em;
	text-transform:uppercase;
}

.bt-footer a {
	text-decoration: none;
	color: #353535;
}

.bt-footer a:hover {
	text-decoration: none;
	color: #686868;
}



.spacer-clear {
	clear: both;
}

.spacer-3 {
	height: 3px;
}

.spacer-10 {
	height: 10px;
}

.spacer-15 {
	height: 15px;
}

.spacer-20 {
	height: 20px;
}

.spacer-30 {
	height: 30px;
}

.spacer-40 {
	height: 40px;
}

.spacer-50 {
	height: 50px;
}

.spacer-60 {
	height: 60px;
}

.text-legende {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 300;
	color:#455560;
	text-align: left;
}
.text-legende a {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	text-decoration:none;
	color:#455560;
}
.text-legende a:hover {
	text-decoration:none;
	color:#6e818e;
}

.logos-certification-desktop {
	display:block;
	margin: auto;
	padding-bottom:15px;
}
.logos-certification-mobile {
	display:none;
}

sup { vertical-align: top; position: relative; top: -0.3em; font-size: 0.7em; }

.img-content {
	margin:10px 0px 10px 0px;
	max-width:100%;
	height:auto;
}
.tableau-2col{
	text-align:left;
	padding:0px 30px 4px 0px;
}

.col-float-left {
	float:left;
	width:390px;
	max-width:100%;
	margin-right:40px;
}
.col-float-left-flexible {
	float:left;
	width:50%;
	margin-right:0px;
}
.col-float-left-50 {
	float:left;
	width:44%;
	margin-right:40px;
}
.button {
  background-color:#fff;
 color: #353535;
  padding: 8px 21px 11px 21px;
  text-align: center;
  text-decoration: none;
 display: block;
	width: inherit;
font: 20px 'Oswald', sans-serif;
	font-weight: 400;  
	text-transform: uppercase;
	letter-spacing:0.04em;
	margin: auto;
  margin-top: 5px;
	  margin-bottom: 15px;
border-radius: 22px;
	cursor: pointer;
	 border: #353535 1px solid;
	-webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.button:hover {
  background-color:#e51937;
	border: #e51937 1px solid;
	color: #fff;
}
#button-red {
	color: #fff;
	border: #e51937 1px solid;
	background-color:#e51937;
	margin-right: 0px;
}
#button-red:hover {
	background-color:#fff;
 color: #353535;
	border: #353535 1px solid;
}
#button-gray {
	color: #fff;
	border: #353535 1px solid;
	background-color:#353535;
}
#button-gray:hover {
background-color:#e51937;
	border: #e51937 1px solid;
	color: #fff;
}
textarea {
	resize: vertical;
	width: 100%;
	max-width: 700px;
	margin-right: 30px;
	height: 130px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.form-button {
	background-color:#fff;
 color: #353535;
  padding: 8px 21px 11px 21px;
  text-align: center;
  text-decoration: none;
font: 20px 'Oswald', sans-serif;
	font-weight: 400;  
	text-transform: uppercase;
	letter-spacing:0.04em;
	margin: 10px 0 0 0;
border-radius: 22px;
	cursor: pointer;
	 border: #353535 1px solid;
	-webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.form-button:hover {
	background-color:#e51937;
	border: #e51937 1px solid;
	color: #fff;
}
.retour {
	font-family: 'Roboto', sans-serif;
	font-size: 1.05rem;
	color: #353535;
}
label sup {
	color: #E51937;
	font-weight: 600;
}

.photo-float-right {
	float: right;
	width: 50%;
	height: auto;
	margin-left: 3%;
	margin-top: 35px;
	margin-bottom: 45px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	border: 0 none;
}
#photo-float-right-margin-top {

	margin-top: 45px;
	
}

#photo-float-left {
float: left;
	margin-top: 35px;
	margin-left: 0px;
margin-right: 3%;
	margin-bottom: 45px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.col-right-bullet	{
	width:47%;
	float:right;
}

.picto {
	height: 65px;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -10px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.col-5 {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#col-3 {
	width: 33%;
}



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

	

h2 {
	font: 27px/32px 'Oswald', sans-serif;
	font-weight: 400; 
}
h3 {
	font: 23px/26px 'Oswald', sans-serif;
	font-weight: 400; 
}
		.champ{
	font: 19px/22px 'Roboto', sans-serif;
	font-weight: 300;
}
		.text-reg {
	font: 19px/22px 'Roboto', sans-serif;
	font-weight: 300;
}
.col-float-left {
	width:340px;
}

.col-float-left-50 {
	width:44%;
}
.col-float-left-flexible {
	float:none;
	display:block;
	width:100%;
	margin-right:0px;
}
		

	}
	
	
	@media screen and (max-width: 1030px) {
		
		
.col-float-left-50 {
	float:none;
	display:block;
	margin-right:0px;
	width:100%;
}


	}
	
	
	@media screen and (max-width: 980px) {
		
		.template #mainContent {
		padding-top:5px;

		min-height:480px;
}
		#text-center{
	text-align:center;
padding: 0px 10px 0px 10px;
}	
		.template #header {
		height:146px;
}


.template #footer {
		padding-bottom:10px;
}
	
	.logo {
	max-width:388px;
	margin-top:16px;
}


	
.bt-soumission {
	font: 18px/23px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.02em;
}
		
	.logos-certification-desktop {
	display:none;
}
.logos-certification-mobile {
	display:block;
	width:100%;
	max-width:532px;
	height:auto;
	margin: auto;
	padding-bottom:15px;
}
.content {
		padding-right:28px;
		padding-left:28px;
}

h1 {
	font: 40px/44px 'Oswald', sans-serif;
	font-weight: 400; 
	margin:25px 0px 30px 0px;
}
h2 {
	font: 25px/30px 'Oswald', sans-serif;
	font-weight: 400; 
}
h3 {
	font: 20px/24px 'Oswald', sans-serif;
	font-weight: 400; 
}


.bt-footer {
	letter-spacing:0.02em;
}
strong {
		font-weight: 700; 
}
.col-float-left {
	width:290px;
}

		.photo-float-right {
	width: 40%;
}
		.col-right-bullet	{
	width:40%;
}
		.col-right-bullet	{
	width:57%;
}


		.picto {
	height: 35px;
			margin-bottom: -5px;
}
		.menu{
	font: 18px/23px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.01em;
}
.menu li a{
	padding:4px 19px 4px 0px;
	}

	.menu li ul a{
		font: 16px 'Oswald', sans-serif;
		font-weight: 400;
		}

.container-menu-tel {
	float:right;
	margin-top:41px;
}
.menu-tel{
	font: 18px/23px 'Oswald', sans-serif;
	font-weight: 400;
}	
.menu-tel li a{
	font: 18px/23px 'Oswald', sans-serif;
	font-weight: 400;
	padding:4px 0px 4px 0px;
	}
			.container-menu {
		top: 10px;
		z-index: 99;
		display: none;
		float: none;
		clear: both;
		position: absolute;
		position:static;
		top:0;
		left:0;
		right:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	
	.show-menu .menu-close {
	background-image:url(img/menu_close.png);
}
.menu-close {
		background:url(img/menu_open.svg) 50% 50% no-repeat;
		background-size:contain;
		float:right;
		cursor: pointer;
		top: 0px;
		right: 25px;
		z-index: 97;
		width:30px;
		height:19px;
		margin-top:-24px;
	}

body.show-menu .container-menu {
		display: block;
	}
.menu {
	font: 18px/24px 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing:0;
	color:#FFFFFF;
	margin: -10px -5px 25px 0px;
	padding: 0;
	list-style: none;
	background-color:#fff;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu li {
	float: none;
}
.menu li a {
	display: block;
	line-height: 22px;
	margin: 6px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
}
	.menu li ul{
		display:block;
		position:relative;
		padding:2px 0px 5px 0px;
		background-color: #FFF;
		background-image: none;
		}
.menu li ul a:hover, .menu li ul li:hover a{
	display:block;
		position:relative;
	text-decoration:none;
			background-color:#fff;
				color:#e51937;
			}
.menu li a:hover{
	color:#e51937;
		}
			.menu li ul a{
		font: 16px 'Oswald', sans-serif;
		font-weight: 300;
				height:18px;
				margin:0px 0px 0px 0px;
				padding:1px 11px 6px 18px;
				background-color:#fff;
		}
		
		.button {
  	padding: 8px 18px 10px 18px;
	font: 18px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.02em;
	margin: auto;
  	margin-top: 10px;
	 	margin-bottom: 10px;
	border-radius: 23px;
}
		.form-button {
			
			padding: 8px 18px 10px 18px;
	font: 18px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.02em;
	margin: 10px 0 0 0;
	border-radius: 23px;
		
}
		
		.container-soumission {
	float:left;
	clear:both;
	margin-top:0px;
	margin-bottom: -1px;
	padding:7px 0px 0px 0px;
}
		
	#button-red {
	margin-bottom: 0px;
		padding: 6px 15px 7px 15px;
	font: 14px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.04em;
  	margin-top: 6px;
	border-radius: 18px;
}
		

		
		#hide-desktop {
	display: block;
	}
		
		#hide-mobile {
	display: none;
	}
		
		.container-menu-tel {
	float:left;
	margin-top:15px;
			margin-left: 15px;
			margin-bottom: 0px;
}
.menu-tel{
	font: 16px/23px 'Oswald', sans-serif;
	font-weight: 300;
}	
.menu-tel li a{
	font: 16px/23px 'Oswald', sans-serif;
	font-weight: 300;
	padding:4px 0px 0px 0px;
	margin-bottom: 0px;
	}

			.template #header {
		height:auto;
		padding-bottom:10px;
}
		.logo {
	max-width:456px;
}
		#photo-float-right-margin-top {

	margin-top: 35px;
}
		.col-float-left {
	float:none;
	display:block;
	margin-right:0px;
	width:auto;
}	
	.photo-float-right {
	float: none;
	width: 100%;
	height: auto;
	margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 0px;
}
	#photo-float-right-margin-top {
margin-top: 30px;
	margin-bottom: 15px;
}
	#photo-float-left {
		float: none;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 0px;
}
	.col-right-bullet	{
		float: none;
	width:100%;
}
	

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

	
			.button {
  	padding: 6px 15px 7px 15px;
	font: 14px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.04em;
				margin: auto;
  	margin-top: 6px;
	 	margin-bottom: 20px;
	border-radius: 18px;
}
	
	.form-button {
		padding: 6px 15px 7px 15px;
	font: 14px 'Oswald', sans-serif;
	font-weight: 400;  
	letter-spacing:0.04em;
margin: 10px 0 0 0;
	border-radius: 18px;
		
}
	
	
		.template #mainContent {
		min-height:200px;
			margin-bottom: 5px;
}
	.template #cta-footer {
		padding-top:18px;
		padding-bottom:25px;
		margin-top: 0px;
		
}
	.col-5 {
	float: left;
	width: 50%;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
}
	#col-3 {
	width: 100%;
		float: none;
}


	
	.content {
		padding-right:20px;
		padding-left:20px;
}
		
	

	



h1 {
	font: 28px/34px 'Oswald', sans-serif;
	font-weight: 400; 
	margin:15px 0px 20px 0px;
}
h2 {
	font: 20px/24px 'Oswald', sans-serif;
	font-weight: 400; 
	margin:25px 0px 10px 0px;
}
h3 {
	font: 18px/22px 'Oswald', sans-serif;
	font-weight: 400; 
	margin:25px 0px 18px 0px;
}
.champ{
	font: 15px/17px 'Roboto', sans-serif;
	font-weight: 300;
}
.text-reg {
	font: 15px/17px 'Roboto', sans-serif;
	font-weight: 400;
}
.bt-footer {
	font: 11px/15px 'Oswald', sans-serif;
	font-weight: 300;
}
.tableau-2col{
	padding:0px 15px 0px 0px;
}
.spacer-10 {
	height: 4px;
}

.tableau-2col{
	padding:3px 12px 5px 0px;
	letter-spacing:-0.02em;
	width:50%;
}


	}

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

	.col-5 {
	float: none;
	width: 100%;
		height: auto;
}
	}





.cookie_preference {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
}
.cookie_preference .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cookie_preference .content .body {
	width: calc(100% - 100px);
	max-width:680px; 
	height: auto;
	max-height: 80vh;
	margin: auto;
	padding: 50px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: auto;
}
.cookie_preference.show {
	visibility: visible;
	opacity: 1;
}
.cookie_preference ul {
	width: 100%;
	margin:20px 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.cookie_preference h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #4F4F4F;
	font-weight: 600;
	text-align: left;
	margin: 0 0 4px 0;
}
.cookie_preference h3 {
	position: relative;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	padding: 0;
	color: #4F4F4F;
	font-weight: 600;
	text-align: left;
	margin: 0 0 4px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.cookie_preference h4 {
	position: relative;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	padding: 0;
	color: #E51937;
	font-weight: 600;
	text-align: left;
	margin: 0 0 4px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.cookie_preference h3 svg {
	width: auto;
	height: 12px;
	fill: #4F4F4F;
	transition: all 1.2s ease;
	margin: 0 10px 0 0;
}
.cookie_preference h3 .checkbox {
	position: absolute;
	top: 2px;
	right: 0;
	width: 18px;
	height: 18px;
	z-index: 2;
	cursor: pointer;
}
.cookie_preference h3 .checkbox span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #4F4F4F
}
.cookie_preference h3 .checkbox span::before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 5px;
	height: 3px;
	background: #E51937;
	transform: rotate(45deg);
	content: " ";
	display: none;
}
.cookie_preference h3 .checkbox span::after {
	position: absolute;
	top: 8px;
	left: 4px;
	width: 13px;
	height: 3px;
	background: #E51937;
	transform: rotate(-45deg);
	content: " ";
	display: none;
}
.cookie_preference h3 .checkbox.on span {
	border-color: #E51937;
}
.cookie_preference h3 .checkbox.on span::before {
	display: block;
}
.cookie_preference h3 .checkbox.on span::after {
	display: block;
}
.cookie_preference h3 .checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.cookie_preference p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color: #4F4F4F;
	font-weight: 300;
	text-align: left;
	margin: 0 0 6px 0;
}
.cookie_preference ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color: #4F4F4F;
	cursor: pointer;
}
.cookie_preference ul li:hover {
	color: #e51937;
}
.cookie_preference ul li:nth-last-child(1) {
	padding: 14px 28px;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #353535;
	border-radius: 50px;
}
.cookie_preference ul li:nth-last-child(1):hover {
	color:#FFFFFF;
	background-color:#E51937;
}
.cookie_preference .list {
	margin: 10px 0;
}
.cookie_preference .content .body table {
	width: 100%;
	margin: 6px 0;
	padding: 0;
	transition: all 1.2s ease;
	background-color: #F9F9F9;
}
.cookie_preference .content .body .table {
	max-height: 0;
	overflow: auto;
	transition: all 1.2s ease;
	height: 0	;
}
.cookie_preference .content .body .list.show .table {
	max-height: 600px;
	overflow: auto;
	height: auto;
	
}
.cookie_preference .list.show h3 svg {
	transform: rotate(90deg);
}
.cookie_preference .content .body table tr {
	border-top: 1px solid #4f4f4f;
	padding: 12px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cookie_preference .content .body table tr:nth-child(1) {
	border-top: 0;
}
.cookie_preference .content .body table tr th {
	margin: 0;
	padding: 6px;
	width: 25%;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	color: #4F4F4F;
	font-weight: 600;
	text-align: left;
}
.cookie_preference .content .body table tr td {
	margin: 0;
	padding: 6px;
	width: calc(75% - 24px);
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	color: #4F4F4F;
	text-align: left;

}
	
.text-cookie {

	font: 14px/17px 'Roboto', sans-serif;
	font-weight: 300;
	color: #4f4f4f;
	text-align:left;
	max-width: 55%;
	float: left;
	padding-right: 20px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-cookie a {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	color: #4f4f4f;
	text-align:left;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-cookie a:hover {
	text-decoration:none;
	color: #e51937;
}
.text-cookie button:nth-child(1) {
	background: red;
}
.cadre_popup {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #FFFFFF;
	border-top: 1px solid #c9c7c6;
	width:100%;
	opacity: 1;
	visibility: visible;
}
.cadre_popup.hide {
	bottom: -180px;
	opacity: 0;
	visibility: hidden;
}
	
.content-popup {
	width:100%;
		max-width: 1400px;
		margin:auto;
	padding-right:30px;
		padding-left:30px;
	padding-top: 20px;
	padding-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		display: flex;
}
.content-popup .button {
	float: left;
 background-color:#353535;
	color: #fff;
  padding: 12px 18px 13px 18px;
	margin: 18px 10px 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font: 14px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 26px;
	text-transform: uppercase;
	cursor: pointer;
	border: #353535 1px solid;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media screen and (max-width: 768px) {
	.content-popup { flex-direction:row; flex-wrap:wrap; }
	.content-popup a:nth-child(2) { margin:0 auto; width:100%; text-align:center; }
	.content-popup a:nth-child(3), .content-popup a:nth-child(4) { margin:0 auto; width:calc(50% - 6px); text-align:center; }
	.content-popup a:nth-child(3) { padding-right:6px; }
	.content-popup a:nth-child(4) { padding-left:6px; }
	.content-popup a:nth-child(3) button, .content-popup a:nth-child(4) button { width:100%; }

	.cookie_preference .content .body{ padding:30px; width:calc(100% - 60px);}
	.cookie_preference ul { flex-direction: column; }
	.cookie_preference ul li { margin:10px 0;}

}

@media screen and (min-width:768px) and (max-width: 990px) {
	.content-popup { flex-direction:row; flex-wrap:wrap; }
	.content-popup a:nth-child(2) { margin:0 auto; width:100%; text-align:center; }
	.content-popup a:nth-child(3), .content-popup a:nth-child(4) { margin:0 auto; width:calc(50% - 6px); text-align:center; }
	.content-popup a:nth-child(3) { padding-right:6px; }
	.content-popup a:nth-child(4) { padding-left:6px; }
	.content-popup a:nth-child(3) button, .content-popup a:nth-child(4) button { width:100%; }
	
}






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

.text-cookie {
	max-width: 40%;
}
	}

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

	.text-cookie {
	font: 13px/16px 'Roboto', sans-serif;
	font-weight: 300;
	width: 100%;
		max-width: 100%;
}
	.text-cookie a {
	font: 13px/16px 'Roboto', sans-serif;
	font-weight: 500;
}
.content-popup .button {
  padding: 10px 15px 11px 15px;
	margin-top: 5px;
font: 13px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 20px;

}
	}


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

.content-popup {
	padding: 20px 20px 10px 20px;
}

	
	
	}



	@charset "UTF-8";

.text-cookie {
	font: 14px/17px 'Roboto', sans-serif;
	font-weight: 300;
	color: #4f4f4f;
	text-align:left;
	max-width: 55%;
	float: left;
	padding-right: 20px;
}
.text-cookie a {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	color: #4f4f4f;
	text-align:left;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-cookie a:hover {
	text-decoration:none;
	color: #e51937;
}
.cadre_popup {
	border-top: 1px solid #c9c7c6;
	width:100%;
}
	
.content-popup {
	width:100%;
		max-width: 1400px;
		margin:auto;
	padding-right:30px;
		padding-left:30px;
	padding-top: 20px;
	padding-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
}
.content-popup .button {
	float: left;
 background-color:#353535;
	color: #fff;
  padding: 12px 18px 13px 18px;
	margin: 18px 10px 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font: 14px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 26px;
	text-transform: uppercase;
	cursor: pointer;
	border: #353535 1px solid;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}


	
.content-popup .button:hover {
	border: #e51937 1px solid;
	background-color:#e51937;
	color: #fff;
}
#button2 {
	background-color: #fff;
 color: #4f4f4f;
	border: 1px solid #4f4f4f;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#button2:hover {
	border: #e51937 1px solid;
	background-color:#e51937;
	color: #fff;
}


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

.text-cookie {
	max-width: 40%;
}
	}

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

	.text-cookie {
	font: 13px/16px 'Roboto', sans-serif;
	font-weight: 300;
	width: 100%;
		max-width: 100%;
}
	.text-cookie a {
	font: 13px/16px 'Roboto', sans-serif;
	font-weight: 500;
}
.text-cookie .button {
  padding: 10px 15px 11px 15px;
	margin-top: 5px;
font: 13px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 20px;

}
	}


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

.content-popup {
	padding: 20px 20px 10px 20px;
}

	
	
	}


#config-cookies {
	background-color: #FFFFFF;
	border: 1px solid #353535;
	color: #353535;
}
#config-cookies:hover {
	background-color: #E51937;
	border-color: #E51937;
	color: #FFFFFF;
}
#decline-cookies {
	background-color: #FFFFFF;
	border: 1px solid #353535;
	color: #353535;
}
#decline-cookies:hover {
	background-color: #E51937;
	border-color: #E51937;
	color: #FFFFFF;
}