/* COMMUN ================================================================================================ */
body
{
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#FFFFFF; /* #444444 */ 
	margin:0px;
}	
A
{
	text-decoration: none;
}
img
{
	border:0px;
}
table
{
	border-spacing: 0px; 
	border-collapse: collapse;
	cellpadding: 0; 
	cellspacing: 0; 
}
.display_float
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	text-align:center;
}
.select_color option 
{
	/*
	background:#737173; 
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
	*/
}
.select_color option:hover
{
	background:#FE642E; 
}
.bouton
{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:40px;
	color:#FFFFFF;
	background:#00AE52; 
	border: 0px solid #FFBE00; 
	border-top: 3px solid #FFBE00; 
	cursor : pointer;
}
.bouton_small
{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	background:#00AE52; 
	border: 0px solid #FFBE00; 
	border-top: 2px solid #FFBE00; 
	cursor : pointer;
}
.tableau td
{
  border: 1px solid grey; 
  padding:5px;
}
.tableau thead td
{
	background-color:#16526C; 
	color:#FFFFFF;
}
.dg
{
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	width:250px;
}
.dd
{
	padding-left:40px;
}
.vertical
{
	/*
	writing-mode: vertical-rl;
	text-orientation: sideways;

	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	*/
}
HR
{
	height:4px;
	border:0px;
	background-color: #000000;
}
.HR_Photos
{
	margin-top:30px;
	width:75%;
	height:4px;
	border:0px;
	background-color: grey;
}
.HR_FOOTER 
{
  height: 1px;
  padding: 0;
  color: #D0D0D0;
  background-color: #D0D0D0;
  border: 0;
}
H1
{
	width:100%;
	text-align:center;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
H2, H3, H4
{
	font-family: 'Oswald', sans-serif;
}
H1 A
{
	color:#000000;
}
H2
{
	font-family: 'Oswald', sans-serif;
}
H2 A
{
	color:#000000;
}
::-moz-selection 
{ 
	/*@bugfix mozilla*/
	background: #FE642E;
	color: #FFFFFF;
}
::selection 
{ 
	/* effet souris  */
	background: #FE642E;
	color: #FFFFFF;
}
.corps
{
 	background-color:#DADADA; 
	position:relative;
}
.contenu
{
	text-align:left; 
	background-color:#FFFFFF;
	/*
	border-left: 1px solid #B9B9B9; 
	border-right: 1px solid #B9B9B9; 
	*/
	margin:0px;
	padding:0px;
}
.accueil_pc
{
 	padding:0px; 
	text-align:left; 
}
.accueil_mobile
{
 	padding:0px; 
	text-align:center; 
}
.accueil_mobile H1
{
	background-color:#0E74BC;
	color:#FFFFFF;
	font-weight:normal;
	font-size:5vw;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	display:inline;
}
.accueil_news a
{
	text-decoration:none;
	color:#000000;
}
.accueil_news a:hover
{
	/* text-decoration:underline; */
	color:#FE642E;
}
.accueil_news H1
{
	width:100%;
	background-color:#86888A; /* 86888A; */
}
.accueil_news H1 a
{
	color:#FFFFFF;
	font-weight:normal;
}
.accueil_news H1 a:hover
{
	/* text-decoration:none; */
	color:#FFFFFF;
}
.accueil_videos a
{
	text-decoration:none;
	color:#000000;
}
.accueil_videos H1
{
	background-color:#FE642E; /* 86888A; */
	color:#FFFFFF;
	font-weight:normal;
}
.activites_select
{
 	display:table-cell;
 	font-family: 'Oswald', sans-serif;
 	color:#000000; 
	font-size:120%;
 	border-top:solid 3px #000000;
}
.activites_unselect
{
 	display:table-cell;
 	font-family: 'Oswald', sans-serif;
	font-size:120%;
}
.activites_unselect a
{
 	text-decoration:none;
 	color:#6C6D71; 
}
.activites_checkbox
{
	background:url('_bin_/images/activites/checkbox_vide.png') no-repeat;
}
.activites_checkbox:checked
{
	background:url('_bin_/images/activites/checkbox_1.png') no-repeat;
}
.tableau_activites_contenu
{
	position:absolute;
	bottom:0px;
	width:100%;
	color:white; 
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	box-sizing: border-box;
	
	overflow:hidden;
	text-overflow: ellipsis;

	transition: height 0.3s; 
	-moz-transition: height 0.3s; 
	-webkit-transition: height 0.3s;
}
.tableau_activites_contenu A
{
	color:white; 
}
.tableau_activites_contenu_mobile
{
	color:white; 
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	box-sizing: border-box;
}
.tableau_activites_contenu_mobile A
{
	color:white; 
}
.tableau_activites_titre
{
	line-height:25px; 
	height:auto; 
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	font-size:120%;
	color:#FFFFFF;
	background-color:#0F1624;
	text-transform:uppercase;
}
.tableau_activites_titre a
{
	color:#FFFFFF;
	text-decoration:none;
}
.tableau_activites_plus
{
	position:absolute;
	right:10px;
	color:#FFFFFF;
	font-size:120%;
}
.infrastructure_projet
{
	width:600px;
	line-height:100%; 
	height:100%; 
	display:table-cell;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	padding-top:40px;
}
.infrastructure_projet_vignettes
{
	width:200px;
	height:100%; 
	display:table-cell;
	padding:10px;
}
.infrastructure_projet_vignettes td
{
	padding:5px;
}
.infrastructure_projet_vignettes img
{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.infrastructure_projet_vignettes img:hover
{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}
.infrastructure_image_plus
{
	width:20px;
	height:20px; 
}
.infrastructure_image_moins
{
	width:20px;
	height:20px; 
}
#activites_detail_texte
{
	color:#FFFFFF;
	padding:20px;
	padding-left:30px;
	padding-right:20px;
	Line-Height: 1.25;
}
.infos_pays
{
	background-color:#2F3030;
	width:150px;
	line-height:200px;
	height:200px;
	position:absolute;
	z-index:2000;
	display:none;
	overflow: hidden; 
}
.footer_citation
{
 	font-family: 'Sacramento', Cursive;
 	font-weight: 'bold';
 	/* font-family: 'Pacifico', Cursive; */ 	
 	text-align:right;
 	width:100%;
	font-size:40px;
}
.footer_pc a
{
	color:white;
}
.footer_sousmenu
{
	width:100%;
	/* font-size:110%;	*/
	transition: padding 0.1s; 
	-moz-transition: padding 0.1s; 
	-webkit-transition: padding 0.1s;
}
.footer_sousmenu a:hover
{
	text-decoration:underline;
}
.footer_mobile a
{
	color:white;
}
.footer_pellicule
{
	line-height: 34px;
	height: 34px;
	background:url('_bin_/images/hr_pellicule2.png') repeat-x;
	margin:0px;
}
.footer_contenu
{
 	background-color:#325060; 
 	line-height:185px;
 	height:185px;
}
.footer_colonne
{
 	padding-top:20px; 
 	padding-left:20px; 
 	text-align:left;
}
.footer_colonne H2
{
 	font-family: 'Source Sans Pro', sans-serif;
 	font-weight: 'bold';
}
.footer_colonne H2 a
{
 	color:#FFFFFF; 
 	font-weight: 'normal';
}
.footer_colonne H2 a:hover
{
}
.footer_colonne a
{
 	text-decoration:none;
 	color:#D0D0D0; 
}
.footer_colonne a:hover
{
 	color:#FFFFFF; 
}
/* PHOTO -------------------------------------------------- */
#fond_gris
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-attachement:fixed;
	color:#FFFFFF;
	z-index:1000;
	background-color:#000000;
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity : 0.9;
	display:none; 
}
#fond_transparent
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:40px;
	z-index:3000;
	display:none; 
}
#fond_photo
{
	position:fixed;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	background-color:#FFFFFF;
	z-index:1001;
	display:none; 
}
#fond_video
{
	position:fixed;
	top:10%;
	left:10%;
	width:80%;
	height:80%;
	background-color:#FFFFFF;
	z-index:1001;
	display:none; 
}
#div_photo
{
	position:absolute;
	top:5%;
	left:5%;
  width:90%;
	height:90%;
	background-color:#FFFFFF;
	background-repeat: none;
	background-position: center;
	background-size: contain;
}
/* HEADER ------------------------------------------------- */
div#lienImage
{
	width:100%;
	height:400px;
	background:url("./_bin_/images/accueil/1.jpg") no-repeat;
	background-repeat:none;
	background-position:center;
	background-size:cover;
}
div#contentBigImage 				
{ 
	width:100%; 
	height:399px; 
	background-color:#ffffff; 
}
div#bandeauImageTransparent
{
	background-color:#000000;
	width:100%;
	height:30px; 
	margin-top:-30px;
	filter : alpha(opacity=60);
	-moz-opacity : 0.60;
	opacity : 0.60; 
	position:relative;
	z-index:2;
}
div#texteImage
{
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1;
	position:relative;
	z-index:3; 
	color:#fcfcfc;
	font-size:100%;
	width:100%;
	height:30px;
	margin-top:-44px;
}
div#texteImage a
{
	color:#FFFFFF;
}
div#texteImage a:hover
{
	text-decoration:underline;
}
div#texteImage p
{
	margin:0;
	padding:1em 0 0 1em;
	align:right;
}
div#texteImage p.leftPading
{
	margin:0;
	padding:0 0 0 10em;
}
.paragraphes_vignettes
{
	display:table-cell;
	padding:2px;
}
.news_titre1
{
	color:#FE642E;
}
.news_titre1 a
{
	text-decoration:none;
	color:#FE642E;
}
.news_titre
{
	font-size:20px;
}
.news_titre a
{
	text-decoration:none;
	color:#FE642E;
}
.news_titre_fiche
{
	color:#FE642E;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
.news_date
{
	font-size:16px;
	color:grey;
	margin-bottom:10px;
}
/* CARTE -------------------------------------------------- */
a.map-link
{
	background:url('_bin_/images/puce_inactive.png') no-repeat;
	width:20px;
	height:30px;
	display:block;
}
img.map-link
{
	background:url('_bin_/images/puce_inactive.png') no-repeat;
	width:20px;
	height:30px;
	display:block;
	border:0px solid black;
}
.map
{
	position: relative;
}
/* POPUP ALERT -------------------------------------------- */
#popup_message
{
	position:fixed;
	top:0px;
	right:0px;
	background:#00FF00;
	width:0px;
	height:0px;
	text-align:center;
	border-radius:0px 0px 0px 10px;
	overflow:hidden;	
	transition: 1s width 1s; 
	-moz-transition: 1s width 1s; 
	-webkit-transition: 1s width 1s;
	transition: 1s height 1s; 
	-moz-transition: 1s height 1s; 
	-webkit-transition: 1s height 1s;
	z-index:10;
}
.popup_fade 
{
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari et Chrome */
    -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from { opacity:0; } to { opacity:1; }
}
@-moz-keyframes fadein { /* sur Firefox */
    from { opacity:0; } to { opacity:1; }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from { opacity:0; } to { opacity:1; }
}
@-o-keyframes fadein { /* sur Opera */
    from { opacity:0; } to { opacity:1; }
}
.popup_fadeout
{
    animation: fadeout 4s;
    -moz-animation: fadeout 4s; /* Firefox */
    -webkit-animation: fadeout 4s; /* Safari et Chrome */
    -o-animation: fadeout 4s; /* Opera */
}
@keyframes fadeout {
    from { opacity:1; } to { opacity:0; }
}
@-moz-keyframes fadeout { /* sur Firefox */
    from { opacity:1; } to { opacity:0; }
}
@-webkit-keyframes fadeout { /* sur Safari et Chrome */
    from { opacity:1; } to { opacity:0; }
}
@-o-keyframes fadeout { /* sur Opera */
    from { opacity:1; } to { opacity:0; }
}
/* FIN POPUP ALERT ---------------------------------------- */

.titre_paragraphe
{
	display:table-cell;
	font-family: 'Oswald', sans-serif; 
	line-height:20px;
	width:*; 
	padding-right:30px;
}
.titre_paragraphe_ligne
{
	display:table-cell;
}
#popup_iframe_video
{
	width:100%;
	height:100%;
}
ul, ol { width: auto; overflow: hidden; }

/*
@media all and (max-width: 719px) 
@media all and (min-width: 720px) and (max-width: 959px) 
*/
/* IPHONE ================================================================================================ */
/* IPAD ================================================================================================== */
@media all and (max-width: 980px) 
{
	.display_colonne  { display:table; }
	#menu_pc          { display:none; }
	.footer_pc        { display:none; }
	.accueil_pc       { display:none; }
	#menu_mobile      { display:block; }
	.footer_mobile    { display:block; }
	.accueil_mobile   { display:block; }
	.caroussel_pc     { display:none; }
	.caroussel_mobile { display:block; width:100%; }
	.tableau_activites_contenu        { display:none; }
	.tableau_activites_contenu_mobile { display:block; }
	
	.corps   { width:100%; } 
	.contenu { width:100%; }
	.contenu_text { padding-left:20px;padding-right:20px; }

	body     { font-size:4vw;  }
	H1       { font-size:150%; }
	H2       { font-size:125%; }
	H3       { font-size:110%; }
	H4       { font-size:100%; }

	.image_paragraphe_left
	{
		display:table;
		width: 100%;
	}
	.image_paragraphe_right
	{
		display:table;
		width: 100%;
	}
	.infrastructure_projet_table
	{
		width:800px;
		display:table-cell;
	} 
	.infrastructure_projet_table_gris
	{
		line-height:200px; 
		height:200px; 
		background-color:#A8A9AC;
		border-top:solid 3px #000000;
		position:relative;
		padding-left:20px;
	} 
	/* MENU -------------- */
	.bandeau_logo 
	{
		width:175px;
		height:70px;
		z-index:1;
	}
	.menu
	{
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		z-index:900;

	}
	.menu table
	{
		background-color:#000000; 
		width:100%; 
	}
	.menu_td
	{
		font-size:4vw;
		text-align:center; 
	}
	.menu_td a
	{
		text-decoration: none;
		color:#FFFFFF;
	}
	.menu_td_survol
	{
		text-align:center; 
		background:#FEC01A;
	}
	.menu_td_survol A
	{
		text-decoration: none;
		color:#000000;
	}
	.menumobile_element, .menumobile_element_parent, .menumobile_element_select
	{
		font-family: 'Oswald', sans-serif;
		font-size:4vw;
		display:block;
		height:45px;
		width:100%;
		padding:10px;
		position:relative;
		overflow:hidden;
	}
	.menumobile_element
	{
		background-color:#16526C;
	}
	.menumobile_element_parent
	{
		background:#F7B31A;
	}
	.menumobile_element_select
	{
		background-color:#16526C;
	}
	.menumobile_element a
	{
		text-decoration: none;
		color:#FFFFFF;
	}
	.menumobile_element_parent a
	{
		text-decoration: none;
		color:#000000;
	}
	.menumobile_element_select a
	{
		text-decoration: none;
		color:#F7B31A;
	}
	.sousmenumobile_element, .sousmenumobile_element_select
	{
		font-family: 'Oswald', sans-serif;
		font-size:4vw;
		display:block;
		height:45px;
		width:100%;
		padding:10px;
		position:relative;
		overflow:hidden;
	}
	.sousmenumobile_element
	{
		background-color:#16526C;
	}
	.sousmenumobile_element_select
	{
		background-color:#16526C;
	}
	.sousmenumobile_element a
	{
		text-decoration: none;
		color:#FFFFFF;
	}
	.sousmenumobile_element_select a
	{
		text-decoration: none;
		color:#F7B31A;
	}
	.sousmenu_mobile
	{
		height:0px;
		overflow:hidden;
	}
	#sousmenu_pere
	{
	 	height:70px; 
	}
	#sousmenu_pere_relatif
	{
	}
	.sousmenu_fond
	{
	 	height:70px;
		background-color:#000000;
		filter : alpha(opacity=60);
		-moz-opacity : 0.60;
		opacity : 0.60; 
		
	}
	.sousmenu
	{
		background-color:#BAB9B9;
	 	z-index:3; 
		overflow: hidden;
	}
	.sousmenu a 
	{
		text-decoration: none;
		color:#FFFFFF;
		background-color:#BAB9B9;
	}
	.sousmenu td:hover
	{
		background-color:#BAB9B9;
	}
	.sousmenu a:hover
	{
		color:#F29827;
		background-color:#BAB9B9;
	}
	.news_titre1
	{
		font-size:150%;
	}
	.news_titre_fiche
	{
		font-size:30px;
	}
	#espace_blanc_index
	{
		display:none;
	}
	#espace_blanc_page
	{
		display:none;
	}

	.activites_colonne
	{
		padding:20px;
	}
	.activites_colonne td
	{
		font-size:4vw;
	}
	#activites_detail_photo
	{
		display:block;
		height:200px;
		width:100%;
	}
	#activites_detail_espace
	{
		display:none;
	}
	#activites_detail_description
	{
		display:block;
	}
	#activites_detail_texte
	{
	}
	.tableau_activites_contenu
	{
		height:auto;
	}
	#contenu_2e
	{
		display:none;
	}
	.colonne
	{
		display:table-row;
		width:100%;
	}
	.colonne_news
	{
		display:table-row;
		width:100%;
	}
	.titre_paragraphe
	{
		padding-top:30px;font-size:4vw;	
	}
	.titre_paragraphe_ligne
	{
		width: 0px;
	}
}


/* PC ==================================================================================================== */
@media all and (min-width: 981px) 
{
	.display_colonne  { display:table-cell; }
	#menu_pc          { display:block; }
	.footer_pc        { display:block; }
	.accueil_pc       { display:block; }
	#menu_mobile      { display:none; }
	.footer_mobile    { display:none; }
	.accueil_mobile   { display:none; }
	.caroussel_pc     { display:block; width:500px; }
	.caroussel_mobile { display:none; }
	.tableau_activites_contenu        { display:block; }
	.tableau_activites_contenu_mobile { display:none; }

	#menu_pc        { position:fixed;top:0px;z-index:100;width:100%; background-color:#123f54; }

	.menu   
	{ 
		margin-left:auto;
		margin-right:auto;
		/*
		padding-left:100px;
		padding-right:100px;
		*/
		line-height:35px; 
		height:35px; 
	 	z-index:30; 
	} 
	.corps   
	{ 
		margin-left:auto;
		margin-right:auto;
		/*
		padding-left:100px;
		padding-right:100px;
		*/
	} 
	.slider
	{
		display:block;
	}
	.footer_pc_corps   
	{ 
		margin-left:auto;
		margin-right:auto;
	} 
	.footer_pc_corps td
	{
		font-size:80%;
	}
	.contenu { width:100%; }
	.contenu_text { padding-left:50px;padding-right:50px; }
	body     { line-height: 1.5; }	
	H1       { font-size:150%; }
	H2       { font-size:125%; }
	H3       { font-size:110%; }
	H4       { font-size:100%; }
	.footer_colonne H2 { font-size:130%; font-weight: normal; }
	.news_titre1
	{
		font-size:30px;
	}
	.news_titre_fiche
	{
		font-size:40px;
	}
	.image_paragraphe_left
	{
		float:left;
		width: 300px;
		padding-right: 20px;
	}
	.image_paragraphe_right
	{
		float:right;
		width: 300px;
		padding-left: 20px;
	}
	.infrastructure_projet_table
	{
		display:block;
		width:100%;
	} 
	.infrastructure_projet_table_gris
	{
		display:block;
		background-color:#A8A9AC;
		border-top:solid 3px #000000;
		position:relative;
		padding-left:20px;
		
		width:800px;
		line-height:200px; 
		height:200px; 
		overflow: hidden; 
	} 
	/* MENU ------------ */
	#bandeau_logo
	{
		margin-left:auto;
		margin-right:auto;
		position: relative;
	}
	#bandeau_logo.big
	{
		height:60px;
		/*
		position: absolute;
		top: 0px;
		left: 81px;
		width:247px;
		height:100px;
		background:url('_bin_/images/logo_fea_final.png') no-repeat;
		background-repeat: none;
		background-position: center;
		background-size: contain;
		*/
	}
	#bandeau_logo.small
	{
		height:0px;
		overflow:hidden;
	}
	.bandeau_menu
	{
		width:100%; 
		background-color:#124050; 
	}
	.menu a 
	{
		text-decoration: none;
		display: block;
		color:#FFFFFF;
	}
	.menu table
	{
		width:100%; 
		height:100%;
	}
	.menu_td
	{
		text-align:center; 
		background:#124050;
		font-family: 'Fjalla One', sans-serif;
		font-size:20px;
		/*
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700; 
		*/
	}
	.menu_td a
	{
		color:#FFFFFF;
	}
	.menu_td_survol
	{
		text-align:center; 
	 	/* font-weight: bold; */
		background:#16526C;
		font-family: 'Fjalla One', sans-serif;
		font-size:20px;
		/*
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		*/ 
	}
	.menu_td_survol A
	{
		color:#F7B31A;
	}
	#sousmenu_pere
	{
		text-align:center; 
		position: absolute; 
		width:100%; 
	 	font-weight: normal; 
		overflow: hidden;
	 	z-index:30; 
	}
	#sousmenu_pere.big
	{
		display:block;
		top:95px;
	}
	#sousmenu_pere.small
	{
		display:none;
		/* 
		top:44px; 
		height:0px; 
		*/
	}
	#sousmenu_pere_relatif
	{
		position: relative; 
		overflow: hidden;
	}
	.sousmenu_fond
	{
		overflow: hidden; 
		background-color:#16526C;
	}
	.sousmenu
	{
		background-color:#16526C; 
		width:100%; 
	 	z-index:3; 
		display: table-row; 
		position : absolute;
		top:0px;
		left:0px;
		text-align:center; 
		vertical-align: middle;
		overflow: hidden;
	}
	.sousmenu a 
	{
		text-decoration: none;
		color:#FFFFFF;
	}
	.sousmenu td
	{
		font-weight: bold; 
		/* font-family: 'Fjalla One', sans-serif; */
		/* font-family: 'Open Sans Condensed', sans-serif; */
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300; 
		
	}
	.sousmenu td:hover
	{
	  /* border-bottom: solid 4px #FF0400; */
	}
	.sousmenu a:hover
	{
		color:#F7B31A;
	}
	#sousmenu_select
	{
		color:#F7B31A;
	}
	/* FIN MENU -------------- */
	#espace_blanc_index
	{
		height:95px;
	}
	#espace_blanc_page
	{
		height:100px;
	}
	.activites_colonne
	{
		display:table-cell;
		width:33%;
		padding:20px;
	}
	#activites_detail_photo
	{
		height:230px;
		width:300px;
		display:table-cell;
		padding-right:10px;
	}
	#activites_detail_espace
	{
		width:10px;
		display:table-cell;
	}
	#activites_detail_description
	{
		display:table-cell;
		vertical-align:top;
	}
	#activites_detail_texte
	{
		height:170px;
	}
	.tableau_activites_contenu
	{
		height:70px; 
		z-index:4;
	}
	.tableau_activites_contenu_degrade
	{
		position:absolute;
		bottom:0px;
		width:100%;
		height:40px; 
		z-index:5;
		/*
		background: linear-gradient(#B4C6D3, #000000);
		background: linear-gradient(#B4C6D3, #000000);
		rgba(255,255,255,0) 
		*/
		/*
		background: -webkit-linear-gradient(transparent, transparent, #B4C6D3);
		background: -o-linear-gradient(transparent, transparent, #B4C6D3);
		background: -moz-linear-gradient(transparent, transparent, #B4C6D3);
		background: linear-gradient(transparent, transparent, #B4C6D3);
		*/
	}
	#contenu_2e
	{
		display:none;
	}
	.colonne
	{
		display:table-cell;
	}
	.colonne_news
	{
		display:table-cell;
		/*
		position:absolute;
		top:0px;
		*/
	}
	.titre_paragraphe
	{
		white-space: nowrap; 
		font-size:20px;
	}
	.titre_paragraphe_ligne
	{
		width: 100%;
	}
}
/* FIN PC ================================================================================================ */

/* PC PETIT ============================================================================================== */
@media all and (min-width: 981px) and (max-width: 1220px)
{
	.menu   
	{ 
		width:1024px;
	}
	.corps   
	{ 
		width:1024px;
	} 
	.slider
	{
		width:900px;
	}
	.footer_pc_corps   
	{ 
		width:900px;
	}
	#bandeau_logo.big
	{
		width:1024px;
	}
	.sousmenu_corps
	{
		width:1024px; 
		margin-left:auto;
		margin-right:auto;
		height:30px; 
	}
	.image_news
	{
		float:left;
		width: 120px;
	}
	#accueil_frame_video
	{
		width:100%;
		/* height:180px; */
	}
}
/* PC GRAND ============================================================================================== */
@media all and (min-width: 1221px) 
{
	.menu   
	{ 
		width:1024px;
	}
	.corps   
	{ 
		width:1024px;
	} 
	.slider
	{
		width:900px;
	}
	.footer_pc_corps   
	{ 
		width:900px;
	}
	#bandeau_logo.big
	{
		width:1024px;
	}
	.sousmenu_corps
	{
		width:1024px; 
		margin-left:auto;
		margin-right:auto;
		height:30px; 
	}
	#contenu_2e
	{
		display:none;
		/*
		display:table-cell;
		width:300px;
		height:100%;
		background-color:#D0D0D0;
		*/
	}
	.image_news
	{
		float:left;
		width: 120px;
	}
	#accueil_frame_video
	{
		width:100%;
		/* height:180px; */
	}
}

@media all and (max-width: 729px)
{
	.embed_video
	{
		width:100%;
	}
}
@media all and (min-width: 730px) 
{
	.embed_video
	{
		width: 730px;
	}
}


@media all and (max-width:  300px)                         { .embed_carousel { width: 200px; } }
@media all and (min-width:  301px) and (max-width:  400px) { .embed_carousel { width: 300px; } }
@media all and (min-width:  401px) and (max-width:  500px) { .embed_carousel { width: 400px; } }
@media all and (min-width:  501px) and (max-width:  600px) { .embed_carousel { width: 500px; } }
@media all and (min-width:  601px) and (max-width:  700px) { .embed_carousel { width: 600px; } }
@media all and (min-width:  701px) and (max-width:  800px) { .embed_carousel { width: 700px; } }
@media all and (min-width:  801px) and (max-width:  900px) { .embed_carousel { width: 800px; } }
@media all and (min-width:  901px) and (max-width: 1000px) { .embed_carousel { width: 900px; } }
@media all and (min-width: 1001px) and (max-width: 1100px) { .embed_carousel { width: 925px; } }
@media all and (min-width: 1101px)                         { .embed_carousel { width: 925px; } }

