/*** default styles */
* {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;}
: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: 'Open Sans', 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{}

#header, #menu, #main, #footer {width : 100%;}

.page, .page_min {
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
}


.page_min {max-width : 800px;}

.col1-2,
.col1-3,
.col2-3,
.col3-4,
.col1-4 {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%;}

.flexParent {
    display: flex;
    flex-wrap: wrap;
}

.flex1-3MaxWidth, 
.flex2-3MaxWidth, 
.flex1-1,
.flex1-2,
.flex1-3,
.flex2-3,
.flex3-4,
.flex1-4 { 
    display: flex;
}

.flex1-1{width: 100%;}
.flex3-4{width: 75%;}
.flex1-2{width: 50%;}
.flex1-3MaxWidth, 
.flex1-3{width: 33.33%;}
.flex2-3MaxWidth, 
.flex2-3{width: 66.66%;}
.flex1-4{width: 25%;}


.flexColumn {
	flex-direction: column;
	width : 100%;
	display: flex;
}


.flex_right_top {
    justify-content: right;
    align-items: left;
}

.flex_right_center {
    justify-content: right;
    align-items: center;
}
.flex_center_center {
    justify-content: center;
    align-items: center;
}


.flex_center_bottom {
    justify-content: end;
    align-items: center;
}

.flex_center_top {
    justify-content: start;
    align-items: center;
}
.flex_left_top {
    justify-content: start;
    align-items: left;
}

.column2 {
	-moz-column-gap: 20px;
	-moz-columns: 2 auto;
	-webkit-column-gap: 20px;
	-webkit-columns: 2 auto;
}

.column3 {
	-moz-column-gap: 20px;
	-moz-columns: 3 auto;
	-webkit-column-gap: 20px;
	-webkit-columns: 3 auto;
}

.section{padding: 50px 0;}
.sectionB{padding-bottom: 50px;}
.padding{padding: 20px;}
.paddingTB{padding-top: 40px; padding-bottom: 40px;}
.paddingLR{padding: 20px 40px;}
.padding_bandeau{padding: 0 60px;}

.flex1-3MaxWidth {
	max-width : 400px;
}

.flex2-3MaxWidth {
	max-width : 800px;
}

.flexPage {
	margin: auto;
	width: 100%;
}
/*gestion des couleurs et des fonds  */
 
.bg_gris_fonce {background-color : #3b3b3b; color : #fff;}
.bg_gris_moyen {background-color : #bcbcbc; color : #fff;}
.bg_gris_clair {background-color : #f2f2f2; color : #3b3b3b;}
.bg_blanc {background-color : #fff; color : #3b3b3b;}
.bg_bleu{background-color: #167498; color: #fff;}
.bg_bleu_transparent{background-color: rgba(22, 116, 152, 0.5); color: #fff;}
.bg_vert{background-color: #9add09; color: #3b3b3b;}

.bg_gris_clair a:link, .bg_gris_clair a:visited, 
.bg_blanc a:link, .bg_blanc a:visited {color : #3b3b3b;} 

.bg_gris_fonce a:link, .bg_gris_fonce a:visited {color : #fff;} 

.border_green{border-top: 8px solid #9add09;}
.border_blanc{border-bottom: 1px solid #fff;}
.border_gris{border-bottom: 1px solid #3b3b3b;}

.color_bleu{color: #167498;}
.color_bleu_fonce{color: #12607e;}
.color_blanc{color: #fff;}

.img_planete{
	background-image: url(/style/fond/planete-cva.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.img_planete_gris{
	background-image: url(/style/fond/planete-cva-paris.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.margin_auto{margin: 0 auto;}

.float_right {float : right;}
.float_left {float : left;}

.align_center {text-align : center;}
.align_right {text-align : right;}

.position_relative{position: relative;}

/*** header  *****************************************/
h1#titre_logo{
	padding-top: 10px;
	font-size: 120%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

	a#logo .img_100{
		display : block;
	}
	
	#slider {padding : 50px; }
	
/*** menu *****************************************/
nav{
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 0;
}

	nav li {display : inline-block; }

		nav li a{display : block; padding : 10px; }
	
			#nav-main li{position: relative; display : inline-block; padding: 0 15px; }

		#nav-main li a {
			color : #3b3b3b!important;
			padding : 0;
			-moz-transition: all 300ms;
			-webkit-transition: all 300ms;
			transition: all 300ms;
			border-bottom : 3px solid transparent;
			text-decoration: none;
		}
	
			#nav-main li:hover > a, #nav-main li:focus > a,
			#accueil #nav-main #nav-accueil a,
			#nous_connaitre #nav-main #nav-presentation a,
			#programme #nav-main #nav-programme a,
			#archives #nav-main #nav-programme a,
			#voyages #nav-main #nav-programme a,
			#conferenciers #nav-main #nav-conferenciers a,
			#actualites #nav-main #nav-actualites a,
			#contact #nav-main #nav-contact a {
				border-color : #9add09!important; 
				background : #f2f2f2;
			} 
		
			/*#nav-presentation > a::after, */
			#nav-programme > a::after{
				content: "\f0d7";
				font-family : "Font Awesome 5 Free"; 
				font-weight : bold;
				padding-left : 5px;
			}
			/*#nav-main #nav-presentation ul {
				width: 150%;
			}*/
		
			

			#nav-main  ul li { display :block; text-align: left;}
			#nav-main  ul li a { 
				padding: 5px 0;  
				display: inline-block; 
				border-bottom : 1px solid transparent; 
				font-size : 90%;
			}
			
			#nav-main  ul li a:hover, #nav-main  ul li a:focus {
				border-color : #9add09!important; 
			}

		@media all and (min-width: 950px) {
			#nav-main ul {
				width: 100%;
				top: 30px;
				
				-webkit-transition: all 500ms linear;
				-ms-transition: all 500ms linear;
				transition: all 500ms linear; 
				position : absolute; 
				background : #f2f2f2;
				padding-bottom: 5px;
				opacity : 0;
				visibility: hidden;
			}
			#nav-main  li:focus ul, #nav-main   li:hover ul{
				opacity : 1;
				visibility: visible;
			}
		}

/*** accueil *****************************************/
#img_accueil{
	background: transparent url(/style/fond/vue-panoramique-paris.jpg) no-repeat center center;
	background-size: cover;
	min-height: 705px;
}

#img_conferencier{
	background: transparent url(/style/fond/salle-conference.jpg) no-repeat center top;
}

#img_sacem{
	background: transparent url(/style/fond/fond-centre-sevres.jpg) no-repeat center top;
}	

.parentheses{
	position: relative;
}
	.parentheses::before{
		content: '«';
		color: #167498;
		font-weight: 300;
		font-size: 1000%;
		display: block;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 40%;
		transform: translate(0,-40%);
	}
	.parentheses::after{
		content: '»';
		color: #167498;
		font-weight: 300;
		font-size: 1000%;
		display: block;
		position: absolute;
		z-index: 100;
		right: 0;
		top: 40%;
		transform: translate(0,-40%);
	}


/*** conferences *****************************************/
.uneConf{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
	.uneConf:hover{
		background: #349cc3;
	}

	.titreConf{
		text-transform: uppercase;
		font-weight: 700;
		font-size: 130%;
		margin-bottom: 0px;
	}

	.soustitreConf {
		margin-bottom : 5px;
		font-size : 120%;
	}

		.titreConf a{text-decoration: none;}
		
		.prochaineConf .titreConf{
			font-size: 220%;
			line-height: 1.2em;
			margin: 30px 0 20px 0;
		}
		.prochaineConf .conferencierConf{
			font-size: 120%;
			
		}

		#accueil .titreConf a{
			color: #fff!important;

		}

		#conferenciers .titreConf a{
			color: #3b3b3b!important;
		}

		.borderTop {padding-top : 5px; border-top : 1px solid;}
		
	.rubriqueConf{
		font-style: italic;
		font-weight: 300;
		margin-bottom: 10px;
		display: block;
	}
	
	.conferencierConf{
		font-weight: 700;
	}
	
	.jourConf{
		font-weight: 700;
		font-size: 400%;
	}
	
	.moisConf{
		font-size: 120%;
	}
	
	.photoConf{
		display: block;
		overflow: hidden;
		position: relative;
		height: 300px;
	}
		.photoConf img{
			max-height: 100%;
			margin: 0 auto;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			object-fit: contain;
		}
		
	ul.list_pictoConf li{
		color: #9add09;
	}
		ul.list_pictoConf li span{color: #fff;}
		
			ul.list_pictoConf li a{color: #fff!important; text-decoration: none;}



/* =pagination */
	.nav-page span {
		float: left;
		margin-bottom: 1.5em;
	}

	.nav-page ul {float: right;}

	.nav-page li {
		float: left;
		padding: 0 0.4em;
		border-left: 1px solid #c0c0c0;
	}

	.nav-page li.fp, .nav-page li.pn, .nav-page li.dp {border-left: none;}
	.nav-page li.pn a:link, .nav-page li.pn a:visited {text-decoration: underline; }
	.nav-page li a:link, .nav-page li  a:visited {text-decoration: underline; color : #000;}
	.nav-page li.cp {color: #fff; background : #9add09; padding : 0 2px;}
	.nav-page span {display: none;}



/*** archives *************************************/
	.nav_archives a {
		color : #fff;
		border : 1px solid;
		padding : 5px;
		display: block;
	}

		.nav_archives li {
			display: inline-block; 
			list-style-type : none; 
			padding : 5px 10px;
		}

		.nav_archives a:hover, 
		.nav_archives a:focus, 
		.nav_archives a.activeAnnee {
			background : #fff;
			color : #167498;
			text-decoration: none;
		}

/*** conférencier *************************************/
	
	.photoConferencier{
		display: block;
		height: 150px;
		padding-bottom: 10px;
	}
	
		.photoConferencier img{
			height: 100%;
		}
		
	.nomConferencier{
		font-weight: 700;
		font-size: 120%;
	}


	ul.lettre_alpha {
	    margin-bottom : 1em;

	    padding-top : 15px;
	    /*margin-top : 15px;*/
	}
	ul.lettre_alpha li {
	    display : inline-block;
	    text-transform : uppercase;
	    font-family: 'El Messiri', sans-serif;
	    font-weight : 400;
	    font-size : 120%;
	    padding :0 5px;
	}
	ul.lettre_alpha li a{color : #fff;}
	ul.lettre_alpha li  span, ul.lettre_alpha li  a{ padding : 0 5px; }
	ul.lettre_alpha li a.active, ul.lettre_alpha li a:focus, ul.lettre_alpha li a:hover {
	    color : #000;
	    background : #fff!important;
	}
	ul.lettre_alpha li  span {opacity : 0.5;}

/*** voyages *****************************************/
span.voyageDate{
	display: block;
	padding: 0 0 10px 0;
	font-weight: 600;
}

/*** mon compte  *****************************************/
.menuCompteClient  {padding-top : 30px;}
.menuCompteClient li {padding : 0 25px; display: inline-block;}
.menuCompteClient a {color : #fff; font-size : 90%;}

/*** img fixe *****************************************/
.img_fixe{
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
	min-height: 400px;
}

#nous_connaitre .img_fixe{background-image: url(/style/fond/nous-connaitre.jpg); background-position: center bottom;}
#programme .img_fixe{background-image: url(/style/fond/conferences.jpg); background-position: center top;}
#archives .img_fixe{background-image: url(/style/fond/archives.jpg); background-position: center bottom;}
#conferenciers .img_fixe{background-image: url(/style/fond/conferenciers.jpg);}
#voyages .img_fixe{background-image: url(/style/fond/voyages.jpg);}
#actualites .img_fixe{background-image: url(/style/fond/actualites.jpg);}
#contact .img_fixe{background-image: url(/style/fond/contact-acces.jpg);}
#mentions_legales .img_fixe{background-image: url(/style/fond/actualites.jpg);}
#rgpd .img_fixe{background-image: url(/style/fond/actualites.jpg);}
#erreur .img_fixe{background-image: url(/style/fond/actualites.jpg);}
#cookies .img_fixe{background-image: url(/style/fond/actualites.jpg);}
.page_compte .img_fixe{background-image: url(/style/fond/actualites.jpg);}

/*** liste + paragrahe  *****************************************/
	ul.list{
		list-style-type : disc;
		margin-left : 15px;
	}

	ul.inline li{
		display : inline-block;
		padding : 0 10px;
	}
	
	p {margin-bottom : 20px;}
	p.intro{font-weight: 700}
	
	
	.img_100 {
		max-width : 100%;
		display : block; 
		line-height : 1; 
		width : auto;
	}

	

/*** footer  *****************************************/ 
	.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 : 90%; border-left : 1px solid; }

			.nav-mentions li:first-child a{
				border-left : none; 
			}
			
			
	.titre_footer {
		display :  block; 
		font-weight : 700;
		margin-bottom : 5px;
	}
/*** titre *****************************************/
h1, h2.like_h1 {
	font-family: 'El Messiri', sans-serif;
	font-weight: 400;
	font-size: 350%;
	line-height: 1.3em;
}
#programme h1 { 	margin-bottom : 5px;}
h1.titre_bandeau{
	font-weight: 700;
	font-size: 400%;
	line-height: 100%;
	color: #3b3b3b;
}

h2 {
	font-family: 'El Messiri', sans-serif;
	font-size : 250%;
	line-height : 1.1em;
	font-weight: 400;
}

h3{
	font-size : 130%;
	font-weight: 300;
	padding-bottom: 10px;
}

h4{
	font-size : 100%;
	font-weight: 700;
}

h5{
	font-size : 120%;
	font-weight: 700;
	text-transform: uppercase;
}


h5.titreConf{
	font-size : 100%;
}

/*** lien *****************************************/

a.btn_defaut, a.btn_suite, a.btn_retour {
	text-transform : uppercase;	
	padding : 5px 10px;
	background : #9add09;
	color : #3b3b3b!important;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

	a.btn_suite:hover, a.btn_suite:focus, 
	a.btn_defaut:hover, a.btn_defaut:focus{
		background : #3b3b3b;
		color: #fff!important;
	}

	.nav-compte{
		position : absolute;
		top : 0; 
		right : 0; 
	}


	.nav-compte li{
		display : inline-block;
		padding : 0 5px;
	}
			a.btn_compte {
				color : #fff!important; 
				text-transform: none; 
				font-weight:700;
			}
			
		a.pdf::before {
			font-family : "Font Awesome 5 Free"; 
			content : "\f1c1"; 
			font-weight : bold;
			padding-right : 5px;
		}
		
a.btn_infos{
	background : #9add09;
	color: #fff!important;
	font-size: 200%;
	font-weight: 700;
	padding: 5px 15px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
	a.btn_infos:hover, a.btn_infos:focus{
		background : #3b3b3b;
	}

/*** actualites  *****************************************/
.actuRubrique{padding: 5px;}

.actuTitre{font-size: 180%; line-height: 1.0em; padding: 5px;}

.actuDate{font-size: 90%; font-style: italic;}

	.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, .photoConf 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, .photoConf 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);
			}

/*** icone  *****************************************/


	.ico::before{
		font-family : 'Font Awesome 5 Free'; 
		font-size : 120%; 
		padding-right : 5px; 
	}
	
	.ico-brand::before{
		font-family : 'Font Awesome 5 Brands'; 
		font-size : 120%; 
		padding-right : 5px; 
	}

	.ico-small::before{
		font-family : 'Font Awesome 5 Free'; 
		font-size : 100%;  
		padding-right : 5px; 
	}
	
	 p.ico span{overflow : hidden; display : inline; }
	 p.ico::before{display : inline;}
	
	.ico-warning::before{ content: "\f071"; font-weight: bold;}
	.ico-carte::before{ content: "\f2c2"; font-weight: bold;}
	.ico-web::before{ content: "\f109"; font-weight: bold;}
	.ico-doc::before{ content: "\f15c"; font-weight: bold;}
	.ico-youtube::before{ content: "\f167"; font-weight: bold;}
	.ico-audio::before{ content: "\f028"; font-weight: bold;}
	.ico-video::before{ content: "\f03d"; font-weight: bold;}
	.ico-metro::before { content : "\f239"; font-weight : bold;}
	.ico-bus::before { content : "\f207"; font-weight : bold;}
	.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-book::before {content : "\f02d"; font-weight : bold; }
	.ico-world::before {content : "\f7a2"; font-weight : bold; }
	.ico-user::before { content : "\f2bd"; font-weight : bold;}
	.ico-lock::before { content : "\f023"; font-weight : bold;}
	.ico-cross::before { content : "\f057"; font-weight : bold;}
	.ico-calendar::before { content : "\f073"; font-weight : normal;}
	.ico-addressbook::before { content : "\f2b9"; font-weight : normal;}
	
/* 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}

video {display: block; width: 100%; line-height: 1em; border : none; background : #000;}

/*! #######################################################################

	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: 0;
	left: 0;
	cursor: pointer;
	color: #3b3b3b;
	text-decoration: none;
	font-size:80%;
	text-transform : uppercase;
	display: block;
	font-weight: 300;
	background : #f2f2f2;
	z-index: 800;
	text-align : left;
	width: 100%;
}

a.meanmenu-reveal::before {
	content : "\f0c9"; 
	font-family : "Font Awesome 5 Free"; 
	font-weight : bold;
	text-align : center;
	padding-right : 5px;
	font-size : 250%; margin-left: 20px;
}

.mean-container a.meanclose { top : 5px;}
.mean-container a.meanclose::before { display : none;}

.mean-container a.meanmenu-reveal span {

	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 {
	height : 100%;
	max-height: 65px;
	margin-top: 1px;
	width: 40px;
	padding: 22px !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;
}


.mean-remove {
	display: none !important;
}


.cn-cookie {
   display: block;
   position: fixed;
   min-width: 100%;
   height: auto;
   z-index: 100000;
   font-size: 16px;
   line-height: 18px;
   bottom : 0;
   left: 0;
   text-align: center;
   padding : 20px; 
   color: rgb(255, 255, 255);
   background-color: rgba(0, 0, 0, 0.7);
}


	.cn-cookie div {padding: 5px; position : relative;}

		.cn-cookie a.btnAccept {
		  font-family: sans-serif;
		  display: inline-block;
		  margin-right: 0.3em;
		  line-height: 20px;
		  font-size : 120%;
		  color: #000;
		  background : #fff; 
		  text-align: center;
		  padding: 5px 10px;
		  border-radius : 4px;
		  text-decoration: none;
		  outline: none;
		  position : absolute;
		  top : 50%;
		  transform : translateY(-50%);
		  text-transform : uppercase;
		  right : 20px;
		}



/*********************** responsive  ***************************************/

@media all and (max-width: 950px) {
		
	
	.mean-container a.meanclose { color : #fff; top : 0px;  background: #626263; width: auto; right : 0;} 
	#nav-programme > a::after {display: none;}
	
	.cn-cookie a.btnAccept {
		position : relative;
		top : inherit;
		display : block;
		right : inherit;
		margin : 10px auto 0 auto;
		max-width : 200px;
		transform : translateY(0);
	}

		nav {
	    position: relative;
	    z-index: 100;
	    bottom: inherit;
	    right: inherit;
	}
	
	#nav-main li{padding :0;}
	#nav-main li a{padding : 20px 10px;}
	#nav-main  ul li a { padding : 10px; width : 100%;}

	header.bg_gris_clair{padding-top : 39px; background : #167498;}
	#logo {padding-top: 47px; display: block;}
}




@media all and (max-width: 620px) {
	
	#img_accueil{background-image : none; min-height:inherit; }
	#img_accueil .bg_bleu_transparent { padding : 20px 0;}
	.cacheMobile {display: none;}
	.img_fixe  {display : none;}
	.bx-wrapper { padding-bottom: 50px}
	.parentheses::after, .parentheses::before {display: none}
	
	h1, h2.like_h1 {
	    font-size: 220%;
	}
	
	h2 {
	    font-size: 200%;
	}
	
	.noCenterMobile {margin :0; text-align: left;}
	.uneConf {padding-top :20px;}

	.pasPhotoConf {display: none;}
	#img_conferencier {background-position: right bottom;}

	#img_conferencier .flex1-3 {
		padding : 20px;
	}

	#img_sacem {background-image: none; background-color: #167498}
	.noCenterMobile {margin: 0; text-align: left;}
	h1 {padding : 0;}
	.padding { padding : 10px;}
	.sans_titre {padding-top : 0;}
	.page {padding : 0;}
	.col1-2, .col1-3, .col2-3, .col1-4  , .col3-4  {float : none; width : 100%; }
	
	.flex1-2, .flex1-3, .flex2-3, .flex1-4  , .flex3-4  {width : 100%;}
	
	#slider {display : none;}
	
}

