/*** default styles */

@font-face {
    font-family: 'Le Murmure Regular';
    src:    url('/style/font/Le_Murmure-Regular_web.eot');
    src:    url('/style/font/Le_Murmure-Regular_web.eot?#iefix') format('embedded-opentype'),
            url('/style/font/Le_Murmure-Regular_web.woff') format('woff'),
            url('/style/font/Le_Murmure-Regular_web.woff2') format('woff2'),
            url('/style/font/Le_Murmure-Regular_web.ttf') format('truetype'),
            url('/style/font/Le_Murmure-Regular_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/style/font/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/style/font/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/style/font/Roboto-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/style/font/Roboto-Black.ttf');
    font-weight: 800;
    font-style: normal;
}


* {box-sizing : border-box;  padding: 0;margin: 0;}
select * {padding: 0 0.5em;}
ul, ol {list-style: none;}
a img, :link img, :visited img, object, fieldset {border: none;}
/*a:focus, a:hover {text-decoration: underline;}*/
a:active {outline: none;}
a {outline: none;}
address {font-style: normal;}
iframe {line-height : 1em; display: block;}
:link, :visited {text-decoration: none;}
legend {position: relative;left: -6px;/* ie */}
/*** font size : http://www.knacss.com/ */
html {font-size: 62.5%;}
body {background-color: #fff;color: #000;font-family: "Roboto", helvetica, arial, sans-serif;font-size: 1.4em; /* equiv 14px */line-height: 1.5em; /* adapt to your design */}
input, select, textarea {font-size: 100%;}
/*** Float containers (http://www.csscreator.com/attributes/containedfloat.php) */
.clearfix:after {content: ".";display: block;height: 0;font-size:0;clear: both;visibility: hidden;}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
/*** Image Replacement */
.mir {letter-spacing : -1000em;}
/*\*/
* html .mir {text-indent: -999em;overflow: hidden;}
html>body .mir {letter-spacing: normal;text-indent: -999em;overflow: hidden;}/**/
/*** generic style */
.clear {clear: both;}
div.clear {height: 0;}
.no-wrap {white-space:nowrap;}
/*** error */
.errorOutput {font-weight: bold;padding: 0.5em 20px;border-top: 2px solid #eee;	border-bottom: 2px solid #eee;background: transparent url(/style/alert.gif) no-repeat left center;}
a:link, a:visited {color : #008cd9;}

body{ overflow-x: hidden; }

:root {
	--bleu: #292681;
	--bleu-transparent: rgba(41,38,129,0.1);
	--bleu-clair: #b4b3d3;
	--jaune: #f5d601;
	--gris: #ababab;
}

.page, .page_min {
	width : 100%;
	max-width : 1300px;
	margin : 0 auto;
}

.page_min {max-width : 800px;}

.col1-2,
.col1-3,
.col2-3,
.col3-4,
.col1-4,
.col1-5 {float : left;}

.col{width: 100%; }
.col3-4{width: 75%;}
.col1-2{width: 50%;}
.col1-3{width: 33.33%;}
.col2-3{width: 66.66%;}
.col1-4{width: 25%;}
.col1-5{width: 20%;}

.flexParent {
    display: flex;
    flex-wrap: wrap;
}

.flex,
.flex1-1,
.flex1-2,
.flex1-3,
.flex2-3,
.flex3-4,
.flex1-4,
.flex1-5 { 
    display: flex;
}

.flex1-1{width: 100%;}
.flex3-4{width: 75%;}
.flex1-2{width: 50%;}
.flex1-3{width: 33.33%;}
.flex2-3{width: 66.66%;}
.flex1-4{width: 25%;}
.flex1-5{width: 20%;}

.flexColumn {
	flex-direction: column;
	display: flex;
}

.flex_between {
    justify-content: space-between;
}

.flex_start_center {
    justify-content: flex-start;
    align-items: center;
}

.flex_center_center {
    justify-content: center;
    align-items: center;
}

.flex_center_end {
    justify-content: center;
    align-items: flex-end;
}

.flex_between_center {
    justify-content: space-between;
    align-items: center;
}

.flex_end_center {
    justify-content: flex-end;
    align-items: center;
}

.align_self_stretch { align-self: stretch; }

.column2 {
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-columns: 2 auto;
	-webkit-column-gap: 20px;
	-webkit-columns: 2 auto;
	columns: 2;
}

.column3 {
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-columns: 3 auto;
	-webkit-column-gap: 20px;
	-webkit-columns: 3 auto;
	columns: 3;
}

.padding_min{padding: 10px;}
.padding{padding: 20px;}
.padding_lr{padding: 0 20px;}
.padding_tb{padding: 20px 0;}
.padding_noTop{padding-top: 0px;}
.padding_noBottom{padding-bottom: 0px;}
.padding_big{padding: 40px;}
.padding_bigTB{padding: 40px 0;}
.padding_bigLR{padding: 0 40px;}

.position_relative { position: relative; }

/*gestion des couleurs et des fonds  */
 
.bg_gris_fonce {background-color : #58585a; color : #fff;}
.bg_gris_clair {background-color : #CDCDCD; color : #000;}
.bg_blanc {background-color : #fff; color : #000;}
.bg_bleu_transparent {background-color : var(--bleu-transparent); color : #000;}
.bg_bleu {background-color : var(--bleu); color : #fff;}
.bg_jaune {background-color : var(--jaune); color : var(--bleu);}

.bg_gris_clair a:link, .bg_gris_clair a:visited, 
.bg_blanc a:link, .bg_blanc a:visited,
.bg_bleu_transparent a:link, .bg_bleu_transparent a:visited {color : #000;}

.bg_gris_fonce a:link, .bg_gris_fonce a:visited,
.bg_bleu a:link, .bg_bleu a:visited,
a.bg_bleu:link, a.bg_bleu:visited {color : #fff;}

.bg_jaune a:link, .bg_jaune a:visited {color : var(--bleu);}

.bleu { color: var(--bleu) !important; }
.jaune { color: var(--jaune) !important; }
.gris { color: var(--gris) !important; }

.section {padding : 40px 0; position: relative;}

.margin_auto{margin: 0 auto;}

.relative{position : relative;}

.float_right {float : right;}
.float_left {float : left;}

.justify {text-align : justify;}
.align_center {text-align : center;}
.align_right {text-align : right;}

.maj { text-transform: uppercase; }
.italic { font-style: italic; }
.thin { font-weight: 100; }
.light { font-weight: 300; }
.normal { font-weight: 400; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }
.black { font-weight: 800; }
.extrabold { font-weight: 900; }
.big { font-size: 130%; line-height: 1.5; }
.small { font-size: 80%; }

.murmure { font-family: "Le Murmure Regular"; }
.roboto { font-family: "Roboto"; }

.carre { aspect-ratio: 1; display: block; overflow: hidden; }
.carre img.img_cover { object-position: center; }
.carre:hover img.img_cover { transform: scale(1.2); }

.block { display: block; }

.show-1200, .show-1100, .show-1000 { display: none !important; }


/*** animations ***********************************/

.zoom_container {
	display: block;
	overflow: hidden;
	line-height: 0;
}

.zoomup { transition: 0.4s; }
.zoomup:hover {transform: scale(1.2);}

.zoomdown { transition: 0.4s; }
.zoomdown:hover {transform: scale(0.8);}

.zoomtourne { transition: 0.4s;}
.zoomtourne:hover {transform: rotate(15deg) scale(0.9);}

.zoominfini:hover {
	animation-duration: 0.8s;
	animation-name: zoominfini;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@keyframes zoominfini {
  from { transform: scale(1); }
  to   { transform: scale(1.2); }
}

.fade {
	opacity: 0;
	transition: 1s;
}

.fondu_top {
	opacity: 0;
	position: relative;
	margin-top: 200px;
	transition: all 1s, width 0s;
}

.fondu_left {
	opacity: 0;
	position: relative;
	left: -1000px;
	transition: all 1s, width 0s;
}

.fondu_right {
	opacity: 0;
	position: relative;
	left: 1000px;
	transition: all 1s, width 0s;
}

.fondu_revele {
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top: 0;
}

.fondu_intro {
	opacity : 0;
	overflow : hidden; 
	-webkit-animation: anim-opa-grid 3s ease-in-out forwards; /* Safari 4+ */
	-moz-animation:    anim-opa-grid 3s ease-in-out forwards; /* Fx 5+ */
	-o-animation:      anim-opa-grid 3s ease-in-out forwards; /* Opera 12+ */
	animation:         anim-opa-grid 3s ease-in-out forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes anim-opa-grid {
  from { opacity: 0; }
    to { opacity: 1; }
  
}
@-moz-keyframes anim-opa-grid {
   from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes anim-opa-grid {
   from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes anim-opa-grid {
  from { opacity: 0; }
    to { opacity: 1; }
}

.duree_transition1 { transition: 0.5s; }
.duree_transition2 { transition: 1s; }
.duree_transition3 { transition: 1.5s; }
.duree_transition4 { transition: 2s; }
.duree_transition5 { transition: 2.5s; }


/*** header  *****************************************/

	header {
		width: 100%;
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
	}

	header .small {
		font-weight: 300;
		font-size: 70%;
		line-height: 1.2;
	}

	.header_menu {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		font-size: 160%;
		font-weight: 700;
	}

	.header_jaune {
		justify-self: flex-end;
		align-self: stretch;
	}

	header .header_logo { transition: 0.5s; }

	header .station span {
		transition: 0.5s;
	}

	/*header.header-fix .header_logo { max-width: 150px; }*/

	/*header.header-fix .station span:not(.murmure):not(.bold) {
		font-size: 0;
	}*/

	header + section:not(#slider) {
		padding-top: 162px;
	}

	.padding_header {
		position:relative;
		padding: 10px 20px;
		min-width: 140px;
		line-height: 1.2;
	}
	.padding_header::after {
		position: absolute;
		content: '';
		background-color: var(--bleu);
		width: 1px;
		height: calc(100% - 20px);
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.padding_header:last-child::after { display: none; }

	a#logo .img_100{
		display : block;
	}

	#menuToggle	{
		padding-left: 70px;
		display: block;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		z-index: 1;	
		-webkit-user-select: none;
		user-select: none;
	}

	#menuToggle a {
		text-decoration: none;
		color: #fff;
		transition: color 0.3s ease;
	}

	#menuToggle a:hover {
		color: var(--jaune);
	}


	#menuToggle input {
		display: block;
		width: 114px;
		height: 37px;
		position: absolute;
		top: -7px;
		left: -5px; 
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 2; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}

	/*
	 * Just a quick hamburger
	 */
	#menuToggle span {
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  background: var(--bleu);
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
	}
	.bg_bleu #menuToggle span, .bg_rose #menuToggle span { background: #fff; }

	#menuToggle span:first-child {
	  transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2) { 
	  transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span {
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	}

	#menuToggle input:checked ~ span:nth-last-child(3) {
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked ~ span:nth-last-child(2) {
	  transform: rotate(-45deg) translate(0, -1px);
	}

	#menu {
	  top : 0;
	  height : 100vh;
	  position: absolute;
	  width: 400px;
	  left: -100px;
	  margin: -55px 0 0 0;
	  padding: 70px;
	  padding-top: 125px;  
	  background: var(--bleu);
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  transform-origin: 0% 0%;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	  box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	}

	#menu li {
		padding: 10px 0;
		font-size: 200%;
	}

	
	#menuToggle input:checked ~ ul#menu {
	  transform: none;
	  opacity: 1;
	  left: -20px;
	} 

	#menu li a {
		position: relative;
		padding-left: 15px;
	}

	
/*** menu *****************************************/

	nav li a{display : block; padding : 10px; }
	
	nav li a:focus, nav li a:hover,
	#contact nav li#nav-contact a,
	#formations nav li#nav-formations a,
	#podcasts nav li#nav-podcasts a,
	#agenda nav li#nav-agenda a,
	#news nav li#nav-news a,
	#emissions nav li#nav-emissions a,
	#a-propos nav li#nav-a-propos a,
	#accueil nav li#nav-accueil a {
		color: var(--jaune);
	}
			

/*** accueil ****************************************************/

#slider {
	padding: 142px 0 0;
	position: relative;
}

.main_slider a, .main_slider img { width: 100%; }

.biais_top, .biais_bottom { position: relative; }
.biais_top { padding-top: 140px; }
.biais_bottom { padding-bottom: 100px; }

.biais_top::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	height : 0;
	width : 0;
	border-top : 150px solid #fff;
	border-left : 100vw solid transparent;
}
.biais_bottom::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	height : 0;
	width : 0;
	border-bottom : 9vw solid #fff;
	border-left : 100vw solid transparent;
	z-index: 10;
}
.news_slider { margin: 0 auto; }

.point_exclamation::before {
	content: '';
	position: absolute;
	background-color: var(--jaune);
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%) skew(4deg, 0deg);
	width: 110px;
	height: 650px;
}

.point_exclamation::after {
	content: '';
	position: absolute;
	background-color: #fff;
	left: 0;
	top: calc(50% + 240px);
	transform: translate(-50%,-50%) skew(5deg, 0deg);
	width: 210px;
	height: 50px;
}

#accueil .agenda { padding: 0; }

.agenda {
	color: var(--bleu);
	overflow: hidden;
	padding: 20px;
}
.agenda .bg_blanc {
	color: var(--bleu);
}

.agendate {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-transform: uppercase;
	font-size: 120%;
	line-height: 1;
	font-weight: 600;
	padding: 10px;
	padding-bottom: 30px;
}
.agendate b {
	font-size: 400%;
}

.beforeTrait { position: relative; }
.beforeTrait::before {
	content: '';
	width: 10px;
	height: 3px;
	background-color: var(--bleu);
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-50%,-50%);
}


.agenda .like_h3 {
	position: relative;
	padding: 15px 0;
	transition: 0.5s;
}

.agenda .like_h3::before,
.agenda .like_h3::after {
	content: '';
	height: 3px;
	width: 15px;
	background-color: var(--bleu);
	position: absolute;
	left: 0;
	transition: 0.5s;
}

.agenda:hover .like_h3::before,
.agenda:hover .like_h3::after {
	background-color: #fff;
}

.agenda .like_h3::before { top: 0; }
.agenda .like_h3::after { bottom: 5px; }

.agenda .flexColumn {
	border: 1px solid #fff;
}

.agenda:hover .plus_after {
	background-color: var(--bleu);
}
.agenda:hover .plus_after, .agenda:hover .like_h3 {
	color: #fff !important;
}


.agenda_slider_mobile .agenda {
	width: 50%;
}

.agenda_slider_mobile .agenda > .flexParent {
	flex-direction: column;
}

.agenda_slider_mobile .agenda .flex1-2 {
	width: 100%;
}

.agenda_slider_mobile .img_cover {
	position: initial !important;
}

.agenda_slider_mobile .agenda:nth-child(n+5) {
	display: none;
}

.emission { width: 25%; }
#accueil .emission { width: 20%; padding: 40px; }

.emission_img { position: relative; height: 200px; transition: 0.5s; overflow: hidden; }
.emission .ecouter {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	padding: 40px;
	text-align: center;
	transition: 0.5s;
}
.emission .bg_bleu { position: relative; height: 100%; }
.emission .bg_bleu, .emission .jaune { transition: 0.5s; }

.plus_after { position: relative; transition: 0.5s; flex-grow: 1; }

.plus_after::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-top: 20px solid transparent;
	border-right: 20px solid var(--bleu);
	border-bottom: 20px solid var(--bleu);
	border-left: 20px solid transparent;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: 0.5s;
}
.plus_after_jaune::before {
	border-top: 20px solid transparent;
	border-right: 20px solid var(--jaune);
	border-bottom: 20px solid var(--jaune);
	border-left: 20px solid transparent;
}
.plus_after::after {
	content: '+';
	color: var(--jaune);
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-weight: 900;
	font-size: 120%;
	opacity: 0;
	transition: 0.5s;
}
.plus_after_jaune::after {
	color: var(--bleu);
}
.emission a.bg_bleu:hover { background-color: var(--jaune); color: var(--bleu); }
.plus_after:hover::before, .plus_after:hover::after,
.agenda:hover .plus_after::before, .agenda:hover .plus_after::after { opacity: 1; }
.emission a:hover .jaune { color: var(--bleu) !important; }
.emission a:hover .ecouter { opacity: 1; transform: none; }


/*** traits ***/
.trait_bottom { position: relative; padding-bottom: 10px; }
.trait_bottom::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 3px;
	background-color: var(--bleu);
	bottom: 0;
	left: 0;
}

.section .equipe p { margin-bottom: 10px; }

.traits_jaunes { position: relative; }
.traits_jaunes::before,
.traits_jaunes::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 3px;
	background-color: var(--jaune);
	left: 0;
	transition: 0.5s;
}
.traits_jaunes::before { top: -12px; }
.traits_jaunes::after { bottom: -12px; }
.emission a:hover .traits_jaunes::before,
.emission a:hover .traits_jaunes::after { background-color: var(--bleu); }

.traits_bleus { position: relative; padding: 15px 0; }
.traits_bleus::before,
.traits_bleus::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 3px;
	background-color: var(--bleu);
	left: 0;
	transition: 0.5s;
}
.traits_bleus::before { top: 5px; }
.traits_bleus::after { bottom: 5px; }

/*** liste + paragrahe  *****************************************/
	ul.list{
		list-style-type : disc;
		margin-left : 15px;
	}

	ul.inline li{
		display : inline-block;
		padding : 0 10px;
	}
	
	.section  p {margin-bottom : 20px;}
	
	.img_100 {
		max-width : 100%;
		display : block; 
		line-height : 1; 
		width : auto;
	}

	.img_cover {
		width: 100%;
		height: 100%;
		object-position: center;
		object-fit: cover;
		transition: 0.5s;
	}


/*** footer  *****************************************/ 

footer p { padding-bottom: 5px; }

.titre_footer {
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-top: 10px;
}
.titre_footer::before {
	content: '';
	background-color: #fff;
	height: 3px;
	width: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

	.nav-mentions li, .nav_rs li{
		display : inline-block;
	}

		.nav-mentions li a, .nav_rs li a{padding : 0 5px;}

		.nav-mentions li a {font-size : 75%; border-left : 1px solid; }

			.nav-mentions li:first-child a{
				border-left : none; 
			}

	.newsletter_input {
		background-color: var(--bleu);
		border: 1px solid var(--bleu-clair);
		font-size: 120%;
		text-transform: uppercase;
		font-family: "Roboto";
		padding: 10px;
		color: #fff;
	}
	.newsletter_input::placeholder {
		color: rgba(255,255,255,0.5);
	}
	.newsletter_submit {
		background-color: var(--bleu);
		padding: 10px;
		color: var(--bleu-clair);
		border: none;
	}

/*** titre *****************************************/

h1, .like_h1 {
	font-family: "Le Murmure Regular";
	color: var(--bleu);
	line-height: 1.2;
	font-size : 600%;
	font-weight: 400;
	text-transform: lowercase;
	margin-bottom: 20px;
}

h2, .like_h2 {
	font-family: "Le Murmure Regular";
	line-height: 1.2;
	font-size : 420%;
	color: var(--bleu);
	text-transform: uppercase;
	font-weight: 400;
	text-transform: lowercase;
	margin-bottom: 20px;
}
.bg_bleu h1, .bg_bleu .like_h1,
.bg_bleu h2, .bg_bleu .like_h2 {
	color: #fff;
}
h2 .normal { font-size: 40%; }

h3, .like_h3 {
	font-family: "Roboto";
	line-height: 1.2;
	font-size : 140%;
	font-weight: 700;
	color: var(--bleu);
	text-transform: uppercase;
	margin-bottom: 20px;
}

h4, .like_h4 {
	line-height: 1.2;
	font-size : 120%;
	margin-bottom: 20px;
}



/*** lien *****************************************/

.btn_suite {
	display : inline-block; 
	text-transform : uppercase;	
	padding : 5px 10px;
	background : #fff;
	color : var(--bleu) !important;
	border: 1px solid;
	transition: 0.5s;
}

.bg_bleu .btn_suite {
	background : var(--bleu);
	color : #fff !important;
}

.btn_suite::after {
	content: '+';
	font-weight: 700;
	font-size: 120%;
	padding: 5px 0px 5px 10px;
}

.btn_retour::after { display: none; }

.btn_suite:hover {
	background : var(--bleu);
	color : #fff !important;
}
.bg_bleu .btn_suite:hover {
	background : #fff;
	color : var(--bleu) !important;
}

.btn_side {
	display: flex;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translate(100%,-50%);
}
.btn_side .padding { padding-bottom: 10px; }

.texte_a a { color: var(--bleu) !important; text-decoration: underline; }

/*** actualites  *****************************************/

	.imgActu {
		display : block;
		height : 150px;
		overflow : hidden;
		position : relative;
	}	

		.imgActu img {
			max-height : 100%;
			margin : 0 auto;	
			position : absolute; 
			top : 50%; 
			left : 50%; 
			transform : translate(-50%,-50%);
		}
		
		
			.imgActu span{
				position : absolute; 
				top : 50%; 
				left : 50%; 
				transform : translate(-50%,-50%);
				text-transform : uppercase; 
				color : rgba(146,143,143,0.5);
				font-weight : 300;
				text-align : center;
				font-size : 95%;
			}
			
			.imgActu span::before{
				content : '\f030';
				font-family : "Font Awesome 5 Free"; 
				font-weight: bold;
				display : block;
				font-size : 200%;
				color : rgba(146,143,143,0.5);
			}

			.video-responsive {
				overflow:hidden;
				padding-bottom:56.25%;
				position:relative;
				height:0;
			}
	
			.video-responsive iframe {
				left:0;
				top:0;
				height:100%;
				width:100%;
				position:absolute;
			}

			.audio-responsive {
				overflow:hidden;
				padding-bottom:100%;
				position:relative;
				height:0;
			}
	
			.audio-responsive iframe {
				left:0;
				top:0;
				height:100%;
				width:100%;
				position:absolute;
			}

/*** icone  *****************************************/


	.ico::before{
		font-family : 'Font Awesome 5 Free'; 
		font-size : 120%; 
		padding-right : 5px; 
	}
	
	 p.ico span{overflow : hidden; display : inline;}
	 p.ico::before{display : inline;}
	
	.ico-eye::before { content : "\f06e"; font-weight : bold;}
	.ico-map::before { content : "\f3c5"; font-weight : bold;}
	.ico-map-marker::before { content : "\f041"; font-weight : bold;}
	.ico-mobile::before { content : "\f3cd"; font-weight : bold;}
	.ico-phone::before { content : "\f095"; font-weight : bold;}
	.ico-web::before { content : "\f0ac"; font-weight : bold;}
	.ico-mail::before { content : "\f0e0"; font-weight : bold;}
	.ico-recherche::before { content : "\f002"; font-weight : bold;}
	.ico-compte::before { content : "\f2bd"; font-weight : bold;}
	.ico-pdf::before { content : "\f1c1"; font-weight : bold;}
	.ico-print::before { content : "\f02f"; font-weight : bold;}
	.ico-streetview::before {content : "\f21d"; font-weight : bold;}
	.ico-nav::before {content : "\f0c9"; font-weight : bold;}
	.ico-clock::before {content : "\f017"; font-weight : bold;}
	.ico-star::before {content : "\f005"; font-weight : bold; }
	.ico-laptop::before {content : "\f109"; font-weight : bold; }
	.ico-store::before {content : "\f54e"; font-weight : bold; }
	.ico-exchange::before {content : "\f362"; font-weight : bold; }
	.ico-desktop::before {content : "\f108"; font-weight : bold; }
	.ico-agenda::before {content : "\f073"; font-weight : bold; font-size:90% }

/* magnific popup */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%; 
	position: fixed;
	background: transparent;
	/*padding: 4px 0;*/
	/*min-height: 42px;*/
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	padding : 6px 10px;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 60%;
	text-transform : uppercase;
	display: block;
	font-weight: 300;
	background : #71b9d6;
	z-index: 800;
	text-align : center;
}

a.meanmenu-reveal::before {
	content : "\f0c9"; 
	font-family : "Font Awesome 5 Free"; 
	font-weight : bold;
	text-align : center;
	padding-right : 5px;
	font-size : 250%; 
}

.mean-container a.meanclose { top : 5px;}
.mean-container a.meanclose::before { display : none;}

.mean-container a.meanmenu-reveal span {
	background : pink;
	position : relative;
	top : -5px;
}


.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #E9E9E9;
	/*margin-top: 44px;*/
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
	box-sizing : border-box; 
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #000;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* popup gestion cookies */

body.cn-rgpd-overlay {overflow: hidden; height: 100vh;}

.cn-rgpd {
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	top : 0;
	left: 0;
	background : rgba(0,0,0,.5);
	
}

.cn-rgpd-content {
   display: block;
   position: absolute;
   max-width: 500px;
   min-width: 320px;
   height: auto;
   z-index: 100000;
   font-size: 16px;
   line-height: 18px;
   top : 50%;
   left: 50%;
   padding : 20px; 
   color: #000;
   background : #fff;
   transform : translate(-50%,-50%);
}

.cn-rgpd strong {font-size : 30px; display : block; padding-bottom : 20px;}

.cn-rgpd p {padding-bottom : 20px;}
.cn-rgpd a.btnDenyCookies {
	text-decoration: underline; 
	padding-bottom : 10px;	
	display: block;
	color : #8c8c8c!important;
  text-align: center;
}
.cn-rgpd a.btnAcceptCookies,
.cn-rgpd a.btnDetailsCookies { 
  display: block;
  width : 100%;
  margin-bottom : 10px;
  color: #fff; 
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  outline: none;
}
.cn-rgpd a.btnAcceptCookies {
  background : #000;
  color : #fff!important; 
}

.cn-rgpd a.btnDetailsCookies {
  border : 1px solid;
  color : #000!important; 
}


/*********************** responsive  ***************************************/

@media all and (max-width: 1700px) {

	header .flex_between_center { justify-content: end; }

}

@media all and (max-width: 1600px) {

	#accueil .emission { width: 25%; }

}


@media all and (max-width: 1500px) {

	.cache-1500,
	.point_exclamation::after,
	.point_exclamation::before { display: none; }

	.lSAction > .lSPrev { left: -50px !important; }
	.lSAction > .lSNext { right: -50px !important; }

	header .flex_between_center { justify-content: space-between; }

}


@media all and (max-width: 1400px) {

	.lSAction > .lSPrev { left: 0 !important; }
	.lSAction > .lSNext { right: 0 !important; }

	.news_slider .lslide { padding: 20px 60px; }
	#accueil .agenda_slider .lslide.agenda { padding: 20px; }

	#accueil .emission { width: 33%; }

}


@media all and (max-width: 1300px) {

	.btn_side {
		position: initial;
		transform: none;
	}

}


@media all and (max-width: 1200px) {

	.emission { width: 33% !important; padding: 20px !important; }

	.cache-1200 { display: none !important; }
	.show-1200 { display: block !important; }

	.lSSlideOuter .lSPager.lSpg {
		transform: translate(-50%,-11vw) !important;
	}

}


@media all and (max-width: 1100px) {

	.w100-1100 { width: 100%; }
	.w50-1100 { width: 50%; }

	.cache-1100 { display: none !important; }
	.show-1100 { display: block !important; }


}


@media all and (max-width: 1050px) {

	.w100-1050 { width: 100%; }
	.w50-1050 { width: 50%; }

	.cr-1050 { flex-direction: column-reverse; }

}


@media all and (max-width: 1000px) {

	header .flex_between_center { justify-content: center; }

	.header_jaune {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		font-size: 80%;
	}

	.picto_header { max-width: 20px; }

	.nav-mentions { padding-bottom: 80px; }

	.w100-1000 { width: 100%; }
	.w50-1000 { width: 50%; }

	.cache-1000 { display: none !important; }
	.show-1000 { display: block !important; }
	
	.cn-rgpd a.btnAccept, .cn-rgpd a.btnDeny {
		position : relative;
		top : inherit;
		display : block;
		right : inherit;
		margin : 10px auto 0 auto;
		max-width : 200px;
		transform : translateY(0);
	}

}


@media all and (max-width: 900px) {

	.emission { width: 50% !important; }

	.w100-900 { width: 100%; }

}


@media all and (max-width: 800px) {

	.w100-800 { width: 100%; }

}


@media all and (max-width: 750px) {

	.header_logo { max-width: 150px; }

	#slider { padding-top: 98px; }

	.w100-750 { width: 100%; }

}


@media all and (max-width: 620px) {

	header + section:not(#slider) {
		padding-top: 98px;
	}

	.w50-620 { width: 50% !important; }

	.column-620 { flex-direction: column; }

	.header_menu { display: none; }

	#menuToggle { padding-left: 0; }

	.wrap-620 { flex-wrap: wrap; }

	.emission { width: 100% !important; }
	
	.mean-container a.meanclose { top : 0px;  background: #626263;}
	
	.page {padding : 0;}

	.col1-2, .col1-3, .col2-3, .col1-4  , .col3-4 , .col1-5 {float : none; width : 100%; }
	
	.flex1-2, .flex1-3, .flex2-3, .flex1-4  , .flex3-4  {width : 100%;}
	
}

