/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:"Helvetica";
	background:#f4f4f4;
}

img{
	display:block;
	max-width:100%;
}

.centrer_site_large{
	margin:0 auto;
	width:1024px;
}

.centrer_site{
	margin:0 auto;
	width:962px;
}

h1{
	margin:0 0 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e0061d;
	text-transform: uppercase;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0;
}

h2.titre{
	margin:0 0 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #e0061d;
	text-transform: uppercase;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0;
}

h4{
	background:#e0061d;
	color:#fff;
	font-size:1.4rem;
	line-height:1.5rem;
	margin:0;
	text-align:left;
	font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 500;
	padding:0.938rem 0 0.938rem 0.7rem;
	-webkit-border-top-right-radius: 0.313rem;
	-webkit-border-top-left-radius: 0.313rem;
	-moz-border-radius-topright: 0.313rem;
	-moz-border-radius-topleft: 0.313rem;
	border-top-right-radius: 0.313rem;
	border-top-left-radius: 0.313rem;
}

.rouge{
	color:#e0061d;
}

.borderjaune{
	border-bottom:0.063rem solid #ffda1c;
}

.lien_voeux_accueil{
	display:block;
	margin:0 0 20px;
}

.lien_voeux_accueil img{
	width:100%;
	margin:0;
	text-align:center;
}

/*
@font-face{
	font-family:"perso_HelvetiveNeue";
	font-style:italic;
	font-weight:bold;
	src:url('HelveNeuBlaIta.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-style:normal;
	font-weight:bold;
	src:url('HelveNeuBol.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-style:normal;
	font-weight:300;
	src:url('HelveNeuLig.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-style:normal;
	font-weight:500;
	src:url('HelveNeuMed.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-weight:800;
	font-stretch:normal:
	src:url('HelveNeuBla.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-weight:800;
	font-stretch:condensed:
	src:url('HelveNeuBlaCon.ttf');
}

@font-face{
	font-family:"perso_HelvetiveNeue";
	font-style:normal;
	font-weight:500;
	src:url('HelveNeuRom.ttf');
}*/

td{
	width:30%;
	vertical-align:top;
}

/***************************** header **************************/
header{
	width:100%;
	position: fixed;
	z-index: 999;
}

.btn_syndique{
	display: flex;
	align-items: center;
	background-color: #ffc700;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	text-align: center;
	color: #e0061d;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	height: 100%;
	padding: 0 40px;
	transition: all ease 0.6s;
}

.btn_syndique:hover{
	background-color: #FFD43C;
	transition: all ease 0.6s;
}

.lien_rouge{
	display:block;
	color:#e0061d;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.lien_envoyer{
    display: block;
    margin: 20px 0;
}

#btn_up
{
	opacity:0.5;
	z-index:100;
position: fixed;
bottom: 15px;
right: 25px;
cursor: pointer;
display:none;
}

.nav_haut{
	z-index:1000;
	overflow:hidden;
	width:100%; 
	height:90px;
	/*background:url(../img/bandeau_haut_3000_v2.png) no-repeat center 0;*/
	position:relative;
}

.nav_haut .centrer_site{
	background: #e0061d;
	padding: 0;
	position: relative;
	height: 100%;
	width: 1024px;
}

.header_bloc_logo{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 130px;
	height: 100%;
}

.header_bloc_logo a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.header_bloc_logo img{
	height: 80%;
	width: auto;
}

.bloc_menu_haut{
	overflow:hidden;
	width:100%;
	background: #c00317;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 130px;
	box-sizing: border-box;
	height: 35px;
}

.menu_haut{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding: 0;
	display: flex;
	align-items: center;
}

.menu_haut li{
	float:left;
	margin:0;
	padding:0;
}

.menu_haut li a{
	font-family: 'Roboto', sans-serif;
	text-decoration:none;
	padding:0 12px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.menu_haut li:last-child a{
	padding:0 40px 0 12px;
}
/*
.menu_haut li:last-child a{
	display:block;
	background:url(../img/picto_jemesyndique.png) no-repeat 0.313rem center #ffda1c;
	border-right:none;
	color:#921d22;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	padding:0.625rem 0.313rem 0.438rem 2.063rem;
	font-family: 'Roboto', sans-serif;
}*/

.menu_haut li:hover a,.menu_haut li.active a{
	text-decoration:underline;
}

.bloc_reseaux{
	overflow:hidden;
	width:100%;
	margin:0;
	padding-left: 130px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 55px;
}

.reseaux{
	overflow:hidden;
	width: 272px;
	height: 30px;
	margin-left: 20px;
	border-bottom: solid 1px #fff;
}

.reseaux form{
	overflow: hidden;
	float: left;
	width: 100%;
	height: 100%;
}

.reseaux input[type="text"]{
	float:left;
	width:80%;
	padding: 5px 0;
	background: transparent;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 0.4;
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 0.4;
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 0.4;
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 0.4;
	font-style: italic;
}

.reseaux button{
	width:20%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	outline:none;
	padding:0;
	background:none;
	border:none;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	color: #ffffff;
}

.reseaux img{
	float:left;
	margin:0 0 0 0.438rem;
}

.header_rs{
	display: flex;
	padding: 0 0 0 20px;
	align-items: center;
}

.header_rs p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0;
}

.header_rs a{
	padding-left: 12px; 
}

.slider{
	background:url(../img/fonds_perdus_3000.png) no-repeat center 1.75rem;
	width:100%;
	padding:0;
}

.nav_principal{
	/*background:url(../img/fond_menu_principal.jpg) repeat-x ;*/
}

.menu_principal{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

.menu_principal li{
	float:left;
	margin:0;
	padding:0.796rem 1rem;
}

.menu_principal li a{
	font-family: 'Roboto', sans-serif;
	font-size: 1.063em;
	line-height: 1.063em;
	color: #fff;
	text-decoration: none;
	padding: 0;
	letter-spacing: 0.051rem;
	font-style: normal;
	font-weight: 500;

	/*font-size:1.063em;
	line-height:1.063em;
	color:#fff;
	text-decoration:none;
	padding:0 1rem;
	letter-spacing:0.031rem;
	font-family:"perso_HelvetiveNeue";
	font-style:normal;
	font-weight:500;*/
}

.bloc_menu_principal{
	background: #e0061d;
	position: relative;
	padding: 3px 1.938rem;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.menu_principal li:last-child{
	padding:0.796rem 0 0.796rem 1.113rem;
}

.menu_principal li:first-child{
	padding:0.796rem 1.113rem 0.796rem 0.500rem;
}

.menu_principal li:last-child a{
}

.menu_principal li:hover,.menu_haut li.active{
	/*background:url(../img/survol_menu_principal.png) repeat-x left bottom ;*/
}

.menu_principal li:hover a,.menu_haut li.active a{
	text-decoration:none;
	color:#fed41c;
	border-bottom: solid 1px #fed41c;
}
.menu_principal li:hover div.menu_bloc_sous_menu {
display:block;
float:none;
}

.menu_principal li div.menu_bloc_sous_menu {
position:absolute;
display:none;
}

.menu_bloc_sous_menu{
	display: none;
	overflow:hidden;
	background:#c10317;	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	margin:0; 
	z-index:1000000;
	width: 1024px;
	left: 0;
	position: absolute;
	padding: 25px 40px;
	box-sizing: border-box;
}

.menu_bloc_sous_menu h2{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 0 20px;
	margin: 0 0 35px;
	border-bottom: solid 4px #fff;
}

.menu_bloc_a_la_une{
	float:left; 
	overflow:hidden; 
	padding: 0;
	width: calc(100% / 3);
	height: 70px;
	margin: 0 0 35px;
}

.menu_bloc_a_la_une h3{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffc700;
	margin: 0 0 7px;
}

.menu_bloc_a_la_une p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0 0 7px;
	padding-right: 30px;
}

.menu_bloc_a_la_une p.spac{
	text-transform: uppercase;
	display: table;
	background:url(../img/line_blanc.png) no-repeat right center; 
}

.menu_bloc_categorie{
	float:left;
	background:url(../img/bg_sous_menu_haut.png) repeat-x 0 0 #e9e8e8; 
	overflow:hidden; 
	padding:1rem 1rem 1rem 0;
	-moz-box-shadow: inset 0.313rem 0px 0.750rem 0px #9c9c9c;
	-webkit-box-shadow: inset 0.313rem 0px 0.750rem 0px #9c9c9c;
	-o-box-shadow: inset 0.313rem 0px 0.750rem 0px #9c9c9c;
	box-shadow: inset 0.313rem 0px 0.750rem 0px #9c9c9c;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9c9c9c, Direction=90, Strength=12);
}

.menu_bloc_categorie_gauche{
	float:left; 
	margin:0 0 0 1.2rem;
}

.menu_categorie{
	margin:0 0 1.250rem 0;
}

.menu_categorie h3{
	text-align:left;
	font-size:1rem;
	color:#1b1b1b;
	font-family: 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'TeXGyreHerosRegular', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;	
	font-weight:400;
	font-stretch:normal; 
	margin:0.313rem 0; 
	background:url(../img/bullet_rouge.png) no-repeat 0 center; 
	padding:0 0 0 1.250rem;
}

.menu_categorie a{
	padding:0;
	display:block;
	line-height:0;
}

.menu_categorie h4{
	text-align:left;
	font-size:0.813rem;
	width:260px;
	color:#454545;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300; 
	margin:0; 
	padding:0 0 0 0;
	background:none;
	line-height:1rem;
}

.menu_fixed{
	width:100%; 
	z-index:10000;
}

.menu_fixed_interieur{
	width:100%; 
	z-index:10000;
	position:fixed;
}

.menu_standard{
	height:118px; 
	width:100%; 
	display:block; 
	background:url(../img/bandeau_haut_standard_3000.png) no-repeat center 0;
}

/***************************** header **************************/
.bloc_webradio a{
	text-decoration:none;
}

.bloc_webradio img{
	margin:10px auto 0;
}

.bloc_webradio .titre_webradio{
    color: #e00613;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    padding: 0 20px;
	margin:16px 0 0 0;
    line-height: 18px;
}

.bloc_webradio .horaire_webradio{
    color: #1d1d1d;
    font-size: 11.75px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    padding: 0 20px;
	margin:14px 0 0 0;
    line-height: 10px;
}

.bloc_webradio .sous_titre_webradio{
    color: #656565;
    font-size: 12.5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 0 20px;
	margin:8px 0 0 0;
    line-height: 10px;
}

/**************************** slide *************************/

/* jssor slider thumbnail navigator skin 11 css */
/*
.jssort11 .p            (normal)
.jssort11 .p:hover      (normal mouseover)
.jssort11 .pav          (active)
.jssort11 .pav:hover    (active mouseover)
.jssort11 .pdn          (mousedown)
*/
.jssort11
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:rgba(130, 129, 129,0.7) !important;
	background:rgba(130, 129, 129,0.7) !important;
	width:280px !important;
}
.jssort11 .i, .jssort11 .pav:hover .i
{
	position: absolute;
	top:3px;
	left:3px;
	WIDTH: 60px;
	HEIGHT: 30px;
	border: white 1px dashed;
}
* html .jssort11 .i
{
	WIDTH /**/: 62px;
	HEIGHT /**/: 32px;
}
.jssort11 .pav .i
{
	border: white 1px solid;
}
.jssort11 .t, .jssort11 .pav:hover .t
{
	position: absolute;
	top: 10px;
	right: 26px;
	width:210px;
	height: 13px;
	line-height:0.68rem;
	text-align: right;
	color:#fff;
	font-size:0.775rem;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-stretch:normal;
	
}
.jssort11 .pav .t, .jssort11 .phv .t, .jssort11 .p:hover .t
{
	color:#fff;
}
.jssort11 .c, .jssort11 .pav:hover .c
{
	position: absolute;
	top: 33px;
	right: 26px;
	width:210px;
	height: 10px;
	line-height:10px;
	text-align: right;
	color:#fff;
	font-size:0.7rem;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-style:normal;
	overflow: hidden;
}
.jssort11 .pav .c, .jssort11 .phv .c, .jssort11 .p:hover .c
{
	color:#fff;
}
.jssort11 .t, .jssort11 .c
{
	transition: color 2s;
	-moz-transition: color 2s;
	-webkit-transition: color 2s;
	-o-transition: color 2s;
}
.jssort11 .p:hover .t, .jssort11 .phv .t, .jssort11 .pav:hover .t, .jssort11 .p:hover .c, .jssort11 .phv .c, .jssort11 .pav:hover .c
{
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.jssort11 .p
{
	/*background:#181818;*/
	top:0px;
}
div[debug-id|="slide"] {
	background:url(../img/separateur.jpg) no-repeat right bottom;
	/*border-top:solid 1px #cccbcb;
	border-bottom:solid 1px #656565;*/
}
div[debug-id|="slide"]:nth-child(2){
	/*border-top:none;*/
}
div[debug-id|="slide"]:last-child{
	/*border-bottom:none;*/
	background:none;
}

.jssort11 .pav, .jssort11 .pdn
{
	/*background:#462300;*/
	background:url(../img/fleche_slide.png) no-repeat 0.8rem center ;
}
.jssort11 .p:hover, .jssort11 .phv, .jssort11 .pav:hover
{
	/*background:#333;*/
	background:url(../img/fleche_slide.png) no-repeat 0.8rem center ;
}

#slider1_container{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.accueil_slider div{
	height: 325px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.accueil_slider div .slider_titre{
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0 0 10px;
	width: 90%;
}

.accueil_slider div .slider_sous_titre{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0 0 25px;
	width: 90%;
}

.accueil_slider div a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	text-align: center;
	color: #e0061d;
	border-radius: 4px;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.15);
	background-color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 25px;
	transition: all ease 0.6s;
}

.accueil_slider div a:hover{
	background-color: #e8e8e8;
	transition: all ease 0.6s;
}

.slider .bx-wrapper{
	margin-bottom: 0;
}

.slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	margin-bottom: 0;
}

.slider .centrer_site_large{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.slider .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ffc700;
}

.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto{
	bottom: 20px;
}
/**************************** slide *************************/

.liste_podcast{
    width: 60%;
	border-bottom:solid 1px #dddddd;
    padding: 0 0 20px;
}


.liste_podcast:last-child{
	border-bottom:none;
}

.liste_podcast h3{
	color:#6a6a6a;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	margin:15px 0 0 0;
}

.liste_podcast h4{
	color:#c70216;
	background:none;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	padding:0;
    line-height: 18px;
	margin:15px 0 0 0;
}

.liste_podcast p{
	color:#454545;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin:15px 0 0 0;
}

.liste_podcast a{
    margin: 10px 0 0;
    color: #c70216;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
}

audio{
    width: 100%;
    margin: 20px 0 0;
}

/***************************** accueil *************************/
.accueil-rejoignez_nous{
	width: 100%;
	height: 180px;
	margin: 0 0 75px;
	background: url(../img/fond_rn.jpg) no-repeat center center / cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  border-radius: 4px;
}

.accueil-rejoignez_nous h2{
	margin: 0 0 12px;
    font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.accueil-rejoignez_nous a{
	display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	text-align: center;
	color: #e0061d;
	border-radius: 4px;
	background-color: #ffc700;
	text-transform: uppercase;
	padding: 14px 40px;
	text-decoration: none;
	transition: all ease 0.6s;
}

.accueil-rejoignez_nous a:hover{
	background-color: #FFD43C;
	transition: all ease 0.6s;
}

.wrapper_contenu{
	overflow:hidden;
	padding-top: 465px;
}

.contenu{
	overflow:hidden;
	padding:3.562rem 1.938rem;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	background:#fff;
}

.colonne_gauche{
	width:60%;
	height:100%;
	overflow:hidden;
	float:left;
}

.ombre_principale{
	padding:0 1.938rem;
}

.colonne_droite{
	width:31%;
	height:100%;
	overflow:hidden;
	float:right;
}

.bloc_actualites{
	overflow:hidden;
	margin:0 0 60px;
	border-top: solid 4px #e0061d;
	padding: 20px 0 0;
}

.les_seconds{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accueil_actualites_une{
	margin: 0 0 40px;
}

.accueil_actualites_une a,
.accueil_actualites_second a{
	text-decoration: none;
}

.accueil_actualites_une .img{
	height: 340px;
	width: 100%;
	margin: 0 0 15px;
}

.accueil_actualites_second{
	width: 48%;
	margin: 0 0 40px;
}

.accueil_actualites_second .img{
	height: 160px;
	width: 100%;
	margin: 0 0 15px;
}

p.actualites_date{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ababab;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.actualites{
	overflow:hidden;
	float:left;
	margin:0.5rem 0.95rem 0 0;
	width:100%;
}

.actualitesint{
	overflow:hidden;
	float:left;
	margin:0;
	width:100%;
}

.actualites:nth-child(2n+2){
	margin:0.5rem 0 0 0;
}

.bloc_actualites .bx-wrapper .bx-viewport {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border: none;
	left: 0;
}

.bloc_actualites .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -85px;
outline: 0;
width: 33px;
height: 41px;
text-indent: -9999px;
z-index: 9999;
}

.blocint .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -10px;
outline: 0;
width: 33px;
height: 41px;
text-indent: -9999px;
z-index: 9999;
}

.bloc_actualites .bx-wrapper .bx-prev,.bloc_actualites .bx-wrapper .bx-prev:hover {
left: 0;
background: url(../img/fleche_gauche.png) no-repeat 0 0;
}

.bloc_actualites .bx-wrapper .bx-next,.bloc_actualites .bx-wrapper .bx-next:hover {
right: 0;
background: url(../img/fleche_droite.png) no-repeat 0 0;
}

.bloc_a_plus{
	width:100%;
	overflow:hidden;
}

.a_plus{
	display:table;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	color: #e0061d;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
}

.a_plus:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 9px;
	background: url(../img/line.png) no-repeat center center;
	transition: all ease 0.6s;
}

.a_plus:hover:after{
	background: url(../img/line-jaune.png) no-repeat center center;
	transition: all ease 0.6s;
}

.bloc_a_plus_blanc{
	width:100%;
	overflow:hidden;
	border-top: solid 1px rgba(255,255,255,0.2);
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.a_plus_blanc{
	display:table;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: condensed;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.17px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
}

.a_plus_blanc:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 9px;
	background: url(../img/line_blanc.png) no-repeat center center;
}

.margin_a_plus{
	margin:0 0 0.5rem;
}

.a_plus_jaune{
	display:table;
	float:right;
	background:#ffda1c;
	color:#e0061d;
	text-decoration:underline;
	font-size:0.688rem;
	padding:0.125rem 0.500rem;
	-webkit-border-bottom-right-radius: 0.313rem;
	-webkit-border-bottom-left-radius: 0.313rem;
	-moz-border-radius-bottomright: 0.313rem;
	-moz-border-radius-bottomleft: 0.313rem;
	border-bottom-right-radius: 0.313rem;
	border-bottom-left-radius: 0.313rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.a_plus_rouge{
	display:table;
	float:right;
	background:#e0061d;
	color:#fff;
	text-decoration:underline;
	font-size:0.688rem;
	padding:0.125rem 0.500rem;
	-webkit-border-bottom-right-radius: 0.313rem;
	-webkit-border-bottom-left-radius: 0.313rem;
	-moz-border-radius-bottomright: 0.313rem;
	-moz-border-radius-bottomleft: 0.313rem;
	border-bottom-right-radius: 0.313rem;
	border-bottom-left-radius: 0.313rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.actualitesint .date_accueil{
	display:table;
	float:left;
	text-align:center;
	margin:0;
}

.date_accueil{
	display:table;
	float:left;
	text-align:center;
	margin:1.063rem 0 0;
}

.date_accueil_jour{
	font-size:0.750rem;
	color:#ffffff;
	background:#ff0408;
	padding:0.250rem 0.500rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.date_accueil_mois{
	font-size:0.750rem;
	color:#ffffff;
	background:#9d9d9d;
	padding:0.250rem 0.500rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.actualites h2{
	padding:1.063rem;
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:500;
}

.actualites p{
	padding:0;
	margin:0;
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.actualitesint img{
	float:left;
	margin:0 0.938rem 0 0;
}

.actualitesint h2{
	padding:0 1.063rem 1.063rem 0.5rem;
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:500;
}

.actualitesint p{
	overflow:hidden;
	padding:0 1.063rem 0 0.5rem;
	margin:0;
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.ombre_actualites{
	text-align:center;
}

.bloc_communiques{
	padding:0.5rem 0 0 0;
	width:65.6%;
	float:left;
	margin-right:2.2%;
}

.communiques{
	margin:0 0  1.5rem 0;
}

.bloc_accueil_communique{
	border-bottom:1px solid #e4e4e4;
	padding:0 ;
	margin:0 0 20px;
}

.bloc_accueil_communique:last-child{
	border-bottom:none;
	margin:0;
}

.date_communique{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ababab;
	margin: 0 0 7px;
}

.bloc_accueil_communique img{
	width:5.625rem;
	margin:0 0.75rem 0.75rem 0;
	float:left;
}

.liste_co{
	margin: 0 0 35px;
}

.accueil_communiques h3{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	margin: 0 0 16px;
}

.bloc_breves{
	padding:0.5rem 0 0 0;
	width:32.2%;
	float:left;
}

.alertes{
	width:100%;
	overflow:hidden;
	background:url(../img/fond_alertes_centre.png) repeat-y 0 0 ;
}

.alertes h3{
	margin:0;
	padding:0 1.063rem;
	color:#d70202;
	font-size:0.938rem;
	background:none;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
}

.alertes h4{
	margin:0;
	padding:0 1.063rem;
	color:#454545;
	font-size:0.938rem;
	background:none;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:lighter;
}

.breves{
	margin:0.9rem 0 0 0;
}

.breves h1{
	color:#5c4040;
	border:none;
}

.breves_twitter{
	border-top:0.250rem solid #55acee;
	background:#c6e1f5;
}

.breves_twitter a{
	/*background:url(../img/oiseau_twitter.png) no-repeat 1.063rem center #55acee;*/
	background:#55acee;
	display:block;
	padding:1rem 0 1rem 0;
	text-align:center;
	color:#fff;
	font-size:0.688rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	margin:1rem 0 0 0;
}

.breves_twitter_twit a{
	background:none;
	display:block;
	padding:0;
	text-align:left;
	text-transform:normal;
	margin:0;
}

.breves_twitter_twit{
	margin:1rem 0 0 0;
}

.breves_twitter_twit:last-child{
	margin:0 0 1rem 0;
}

.breves_twitter_twit h3{
	margin:0;
	padding:0 1.063rem;
	color:#d70202;
	font-size:0.938rem;
	line-height:1rem;
	background:none;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
}

.breves_twitter_twit h4{
	margin:0 !important;
	padding:0 1.063rem !important;
	color:#454545 !important;
	font-size:0.813rem !important;
	line-height:1rem !important;
	background:none !important;
	font-family: 'Roboto', sans-serif !important;
	font-style:normal !important;
	font-weight:bold !important;
	text-transform:none !important;
}

.breves_twitter_twit p{
	margin:0 !important;
	padding:0 1.063rem !important;
	color:#454545 !important;
	font-size:0.813rem !important;
	line-height:1rem !important;
	background:none !important;
	font-family: 'Roboto', sans-serif !important;
	font-style:normal !important;
	font-weight:300 !important;
	text-transform:none !important;
}

.voir_les_videos{
	background:#e0061d;
	margin:0;
	text-align:right;
	padding:0.5rem 0;
	-webkit-border-bottom-right-radius: 0.313rem;
	-webkit-border-bottom-left-radius: 0.313rem;
	-moz-border-radius-bottomright: 0.313rem;
	-moz-border-radius-bottomleft: 0.313rem;
	border-bottom-right-radius: 0.313rem;
	border-bottom-left-radius: 0.313rem;
}


.voir_les_videos a{
	color:#fff;
	font-size:0.875rem;
	line-height:0.875rem;
	padding:0 0.688rem 0.5rem 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	display:block;

}

.voir_les_videos a:last-child{
	padding:0 0.688rem 0 0;
}

.bloc_en_image{
}

.bloc_agenda{
	background-color: rgba(216,216,216,0.2);
	margin: 0 0 60px;
	padding: 23px 20px 33px;
}

.bloc_agenda h4{
	-webkit-border-bottom-left-radius: 0.313rem;
	-moz-border-radius-bottomleft: 0.313rem;
	border-bottom-left-radius: 0.313rem;
	padding:0.5rem 0 0.5rem  0.875rem;
	padding:0 0.688rem 0 0;
}

.agenda{
	margin: 0 0 20px;	
	padding: 0 0 20px;
	border-bottom: solid 1px #e4e4e4;
}

.bloc_agenda h2{
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 22px;
}

.agenda h5{
	margin:0;
	font-size:1rem;
	color:#1b1b1b;
	padding:0 0.688rem 0 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	padding:0 0.625rem;
	overflow:hidden;
}

.agenda p{
	margin:0;
	font-size:0.813rem;
	color:#454545;
	padding:0 0.625rem;
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

p.agenda_date{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ababab;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
}

.date_accueil_grand{
	display:table;
	float:left;
	text-align:center;
	margin:0;
}

.date_accueil_grand_jour{
	font-size:0.906rem;
	color:#ffffff;
	background:#ff0408;
	padding:1px 3px;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.date_accueil_grand_mois{
	font-size:0.906rem;
	color:#ffffff;
	background:#9d9d9d;
	padding:1px 3px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.bloc_extraits{
	margin:0.5rem 0 0 0;
}

.bloc_extraits h4{
	-webkit-border-bottom-left-radius: 0.313rem;
	-moz-border-radius-bottomleft: 0.313rem;
	border-bottom-left-radius: 0.313rem;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	padding:0.5rem 0 0.5rem  0.875rem;
}

.extraits{
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid #e4e4e4;
}

.extraits:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.liste_es{
	margin: 0 0 35px;
}

.extraits a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.extraits .img{
	width: 18%;
}

.extraits .txt{
	width: 75%;
}

.extraits p{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ababab;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.extraits p strong{
	font-weight: bold;
	font-stretch: condensed;
	color: #e0061d;
}

.accueil_video {
	overflow: hidden;
	margin: 0 0 60px;
	border-top: solid 4px #e0061d;
	padding: 20px 0 0;
}

.les_seconds_video{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 31%;
}

.accueil_video_une{
	margin: 0 0 40px;
	width: 60%;
}

.accueil_video_une a,
.accueil_video_second a{
	text-decoration: none;
}

.accueil_video_une .img{
	height: 340px;
	width: 100%;
	margin: 0 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accueil_play{
	height: 68px;
	width: 68px;
	background: url(../img/play.png) no-repeat center center;
	transition: all ease 0.8s;
}

.accueil_video_une:hover .accueil_play{
	background: url(../img/play_survol.png) no-repeat center center;
	transition: all ease 0.8s;
}

.accueil_video_second{
	width: 100%;
	margin: 0 0 40px;
}

.accueil_video_second a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.accueil_play_mini{
	position: absolute;
	left: 5px;
	bottom: 5px;
	height: 28px;
	width: 28px;
	background: url(../img/play_mini.png) no-repeat center center;
	background-size: 100%;
	transition: all ease 0.8s;
}

.accueil_video_second:hover .accueil_play_mini{
	background: url(../img/play_survol.png) no-repeat center center;
	background-size: 100%;
	transition: all ease 0.8s;
}

.accueil_video_second .img{
	height: 75px;
	width: 47%;
	margin: 0;
	position: relative;
	padding: 0;
}

.accueil_video_second .img img{
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.accueil_video_second .txt{
	width: 53%;
	padding-left: 16px;
}

.accueil_video_second .txt h2{
	font-size: 14px;
}

p.video_date{
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ababab;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.accueil_video-f{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.accueil_bloc_de_fin{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.accueil_communiques{
	width: 29%;
	border-top: solid 4px #e0061d;
	padding: 20px 0 0;
}

.accueil_energies{
	width: 29%;
	border-top: solid 4px #e0061d;
	padding: 20px 0 0;
}

.accueil_tweets{
	width: 29%;
	background-color: rgba(216,216,216,0.2);
	padding: 24px 20px 20px;
}

.inter{
	/*height: 940px;*/
	display: flex;
	justify-content: space-between;
}
/***************************** accueil *************************/

/**************************** footer **************************/
footer{
	width:100%;
	position:relative;
	top:0;
}

.nav_bas{
	/*background:url(../img/bandeau_bas.jpg) repeat-x 0 bottom;*/
	overflow:hidden;
	width:100%; 
}

.bloc_menu_bas{
	background: #e0061d;
	position:relative;
	overflow:hidden;
	padding:1.8rem 1.938rem;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.menu_bas{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.menu_bas li{
	float:left;
	margin:0;
	padding:1.49rem 0;
}

.menu_bas li a{
	font-size:1.063rem;
	line-height:1.063rem;
	color:#fff;
	text-decoration:none;
	padding:0 0.625rem;
	border-right:0.063rem solid #fff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
}

.menu_bas li:last-child{
}

.menu_bas li:last-child a{
	border-right:none;
}

.menu_bas li:hover a,.menu_bas li.active a{
	text-decoration:underline;
}

.extras{
	position:absolute;
	left:1.938rem;
	top:0;
}
/**************************** footer **************************/

/**************************** rubrique *************************/
.publicite1{
	margin: 0 auto 50px;
}

.publicite1 img{
	margin: 0 auto;
}

.publicite2.bouge{
	position: fixed;
	top: 600px;
	left: initial;
	margin-left: 0;
}

.publicite2.fin{
	position: absolute;
	bottom: 30px;
	left: initial;
	top: initial;
}

.padding_contenu{
	padding: 140px 0 0;
}

.contenu_rubrique{
	overflow:hidden;
	padding:2.250rem 1.938rem;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
background: #fff;
}

.colonne_gauche_rubrique {
width: 23.5%;
height: 100%;
overflow: hidden;
float: left;
margin-right: 1.9%;
}

.colonne_droite_rubrique {
width: 74.6%;
height: 100%;
overflow: hidden;
float: left;
}

.colonne_gauche_rubrique_page {
width: 32.3%;
height: 100%;
overflow: hidden;
float: left;
}

.colonne_droite_rubrique_page {
width: 66%;
height: 100%;
overflow: hidden;
float: left;
margin-right: 1.7%;
}

.contenu_rubrique h2{
	font-size:1.063rem;
	color:#c50100;
	text-transform:uppercase;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; 
	font-weight:800; 
	font-stretch:normal;
	line-height:0.85rem;	
}

.rubrique_menu_gauche{
	background-image:linear-gradient(#f7f7f7, #e9e9e9);
	/*background:#f1f1f1;*/
	margin:0.750rem 0 0 0;
	padding:1.375rem 1.063rem 2.250rem;
	border-radius:0.250rem;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul, .colonne_gauche_rubrique_page .conteneur_documents ul{
	list-style:none;
	margin:0;
	padding:0;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul li, .colonne_gauche_rubrique_page .conteneur_documents ul li{
	font-size:0.875rem;
	line-height:0.875rem;
	color:#616161;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul ul , .colonne_gauche_rubrique_page .conteneur_documents ul ul{
	border-bottom:solid 1px #b9b6b6;
	margin:0 0 1.438rem 0;
	padding:0 0 0.375rem 0;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul ul li, .colonne_gauche_rubrique_page .conteneur_documents ul ul li{
	padding:0 0 0 0.625rem;
	margin:0.2rem 0;
	list-style-type: none;
	background : url(../img/puce_menu_gauche.png) no-repeat left center;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul li a{
	font-size:0.813rem;
	color:#616161;
	text-decoration:none;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
 	font-stretch:normal;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul ul li a, .colonne_gauche_rubrique_page .conteneur_documents ul ul li a{
	font-size:0.813rem;
	color:#616161;
	text-decoration:none;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
}

.colonne_gauche_rubrique .rubrique_menu_gauche ul ul li a.active, .colonne_gauche_rubrique .rubrique_menu_gauche ul ul li a:hover, .colonne_gauche_rubrique_page .conteneur_documents ul ul li a.active, .colonne_gauche_rubrique_page .conteneur_documents ul ul li a:hover,.colonne_gauche_rubrique .rubrique_menu_gauche_accord ul li a:hover,.colonne_gauche_rubrique .rubrique_menu_gauche_accord ul li a.active{
	color:#e0061d;
	background:none;
	text-decoration:underline;
}

.colonne_gauche_rubrique .rubrique_menu_gauche_accord ul li{
	margin:0 0 10px 0; 
}

.colonne_gauche_rubrique .rubrique_menu_gauche_accord ul li a{
	font-size:0.875rem;
	line-height:0.875rem;
	color:#616161;
	text-decoration:none;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
 	font-stretch:normal;
}

.colonne_gauche_rubrique .rubrique_menu_gauche_accord ul li ul li a{
	font-size:0.813rem;
	color:#616161;
	text-decoration:none;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:400;
 	font-stretch:normal;
}

.rubrique_menu_gauche_accord{
	margin:20px 0 0 0;
}

.colonne_droite_rubrique_accord{
	overflow:hidden;
	margin:20px 0 0 0;
}

.colonne_droite_rubrique_accord .rubrique_actualites2:nth-child(odd){
	margin:0 0 1.75rem 0;
}

.colonne_droite_rubrique_accord .rubrique_actualites2{
	width:100%;
	height:auto;
}

.colonne_droite_rubrique_accord .rubrique_actualites2 h4{
	padding:0.875rem 0 0 0.875rem;
}


.colonne_droite_rubrique_accord .rubrique_actualites2 .bloc_telecharger_page{
	/*position:absolute;
	bottom:0.875rem;*/
	margin:0.875rem 0;
	overflow:hidden;
	padding:0.5315rem 0 0.5315rem 3.2rem; 
}

.colonne_droite_rubrique_accord .rubrique_actualites2 .picto_pdf {
  background: url(../img/picto_pdf.png) no-repeat 0.875rem center;
}

.colonne_droite_rubrique_accord .rubrique_actualites2 .rubrique_telecharger {
  background: none;
  font-size: 0.938rem;
  line-height: 1.1rem;
  color: #5d5d5d;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  padding: 0 0.438rem;
}

.colonne_droite_rubrique_accord p.recherche {
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.colonne_droite_rubrique_accord p.recherche strong {
  font-size: 1rem;
  color: #c50100;
  text-transform: uppercase;
}

.colonne_droite_rubrique_accord button{
	height:1.5rem;
	background:#3f3f3f;
	border:solid 1px #3f3f3f;
}

.colonne_droite_rubrique_accord input[type="text"]{
	width:25rem;
	float:left;
}

/*.contenu_rubrique h1{
	margin:0.6rem 0 0 0;
	font-size:3.125rem;
	color:#a3a2a2;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	line-height:4.325rem;
}*/

.contenu_rubrique h1{
    padding: 0 0 0.5rem;
    margin: 1.6rem 0 1rem 0;
    font-size: 3.125rem;
    color: #a3a2a2;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 3.125rem;
}

.ui-radio, .ui-checkbox{
	float: left;
}

#questionnairedyn tr td{
	font-size: 0.938rem;
	line-height: 1.1rem;
	color: #454545;
	font-weight: 300;
}

#questionnairedyn tr.tr_question td{
	padding-top: 15px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
}

tr.tr_question td:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 50px;
	background: #000;
	left: 0;
	bottom: 10px;
}

#questionnairedyn h2{
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
}

#questionnairedyn h2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/*right: 0;
	margin: 0 auto;*/
	width: 40%;
	height: 1px;
	background: #c50100;
}

#questionnairedyn p{
	text-align: justify;
	font-size: 0.938rem;
	line-height: 1.1rem;
	color: #454545;
	font-weight: 300;
}

.introduction_formulaire_dyn{
	margin-bottom: 40px;
}

.introduction_formulaire_dyn p{
	font-size: 0.938rem;
	line-height: 1.1rem;
	color: #454545;
	font-weight: 300; 
}

.contenu_rubrique h1 span{
	font-size:2.125rem;
}

.bloc_reseaux_fil_ariane{
	margin:0.438rem 0 0 0;
	overflow:hidden;
}

.bloc_reseaux_fil_ariane img{
	float:left;
}

.bloc_reseaux_fil_ariane .fb_iframe_widget{
	float:left;
}

.bloc_reseaux_fil_ariane .fil_ariane{
	overflow:hidden;
	float:right;
	color:#8e0100;
	font-size:0.750rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.bloc_reseaux_fil_ariane .fil_ariane a{
	color:#8e0100;
	font-size:0.750rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.rubrique_bloc_a_la_une{
	overflow:hidden;
	margin:0.625rem 0 1.875rem 0;
}

.rubrique_a_la_une{
	margin:0.625rem 0 0 0;
}

.rubrique_a_la_une img{
	float:left;
	margin:0 1.250rem 1rem 0;
}

.rubrique_a_la_une h2{
	text-transform:uppercase;
	font-size:1.188rem;
	line-height:1.188rem;
	color:#e0061d;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
}

.rubrique_a_la_une h3{
	margin:0.500rem 0 0 0;
	font-size:1.375rem;
	line-height:1.375rem;
	color:#6a6a6a;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.rubrique_a_la_une p{
	margin:0.500rem 0 0 0;
	font-size:0.938rem;
	line-height:1.1rem;
	color:#454545;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-align:justify;
}

.bloc_telecharger{
	text-align:center;
	margin:2.188rem 0;
	background:url(../img/picto_pdf.png) no-repeat 11.5rem center;
	overflow:hidden;
	padding:0.5315rem 0 0.5315rem 2.2rem; 
}

.rubrique_telecharger{
	background:#b4b2b2;
	font-size:0.938rem;
	line-height:1.1rem;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-decoration:none;
	border-radius:2px;
	padding:0 0.438rem;
}



.rubrique_bloc_a_la_une_suivant{
	margin:0.625rem 0 1.875rem 0;
}

.rubrique_a_la_une_suivant{
	width:48.2%;
	float:left;
	overflow:hidden;
	padding:0 0 2.2rem 0;
	background:url(../img/ombre_a_la_une_suivant_rubrique.png) no-repeat left bottom;
}

.rubrique_a_la_une_suivant:nth-child(odd){
	margin:0 1.250rem 0.7rem 0;
}

.rubrique_a_la_une_suivant:nth-child(even){
	margin:0 0 0.7rem 0;
}

.rubrique_a_la_une_suivant img{
	float:left;
	margin:0 0.813rem 0 0;
}

.rubrique_a_la_une_suivant h4{
	padding:0;
	background:none;
	text-transform:uppercase;
	font-size:1.188rem;
	line-height:1.188rem;
	color:#e0061d;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	/*word-break:break-all;*/
}

.rubrique_a_la_une_suivant h5{
	margin:0.300rem 0 0 0;
	font-size:0.875rem;
	line-height:0.875rem;
	color:#e0061d;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
}

.rubrique_a_la_une_suivant p{
	margin:0.300rem 0 0 0;
	font-size:0.938rem;
	line-height:1.1rem;
	color:#454545 !important;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.rubrique_a_la_une_suivant p a.lire_suite{
	font-size:0.813rem;
	line-height:1.1rem;
	color:#e1061d;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:500;
}

#accordion h3{
	font-size:1rem;
	color:#900312;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	background:#f1f1f1;
	padding:0.688rem 0 0.688rem 3.250rem;
	margin:0 0 0.563rem 0;
	outline:none;
	position: relative;
	cursor:pointer;
}

#accordion h3:last-of-type{
	margin:0 0 1.688rem 0;
}

#accordion p, #accordion ul li, #accordion a, .rubrique_a_la_une ul li{
	margin: 0;
	padding:0.5rem;
	font-size: 0.938rem !important;
	line-height: 1.1rem;
	color: #454545 !important;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-decoration:none;
	text-align:justify;
}

#accordion h3.ui-state-active{
	cursor:default;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: 0.5rem;
margin-top: -0.188rem;
}

.ui-icon {
width: 1.563rem;
height: 1.625rem;
}
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}

.ui-state-default .ui-icon {
	background-image: url(../img/croix-e.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../img/croix-s.png);
}
.ui-state-active .ui-icon {
	background-image: url(../img/croix-s.png);
}

.ui-icon-circle-arrow-e{
	background-position: 0 0;
}

.ui-icon-circle-arrow-s{
	background-position: 0 0;
}

.conteneur_documents{
	background-image:linear-gradient(#f7f7f7, #e9e9e9);
	/*background:#f1f1f1;*/
	margin:0.750rem 0 0 0;
	padding:1.375rem 1rem 1rem;
	border-radius:0.250rem;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
}

.bloc_documents h4{
	background:none;
	font-size:1rem;
	color:#900312;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	padding:0;
	margin:0 0 0.563rem 0;
	outline:none;
	position: relative;
	cursor:pointer;
}



.conteneur_documents .bloc_telecharger_page{
	margin:0;
	overflow:hidden;
	padding:0.5315rem 0 0.5315rem 2.2rem; 
}

.picto_pdf{
	background:url(../img/picto_pdf.png) no-repeat left center;
}

.picto_fichier{
	background:url(../img/picto_fichier.png) no-repeat left center;
}

.picto_video{
	background:url(../img/picto_video.png) no-repeat left center;
}

.picto_galerie{
	background:url(../img/picto_photo.png) no-repeat left center;
}

.picto_document{
	background:url(../img/picto_document.png) no-repeat left center;
}

.conteneur_documents .rubrique_telecharger{
	background:none;
	font-size:0.938rem;
	line-height:1.1rem;
	color:#5d5d5d;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-decoration:none;
	padding:0 0.438rem;
}

.conteneur_documents .rubrique_telecharger2{
	background:none;
	font-size:0.938rem;
	line-height:1.1rem;
	color:#5d5d5d;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-decoration:none;
	padding:0 0.438rem 0 2.5rem;
	display:block;
}

.conteneur_documents .rubrique_telecharger2:hover{
	color:#e0061d;
}

.rubrique_bloc_fiche{
	overflow:hidden;
	margin:0.313rem 0 0 0;
}

.rubrique_bloc_fiche h3{
	font-size:1.563rem;
	color:#fff;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	background:#e0061d;
	-webkit-border-radius: 0.313rem;
	-moz-border-radius: 0.313rem;
	border-radius: 0.313rem;
	margin:0 0 1.250rem 0;
	padding:0.25rem 0 0.25rem 0.75rem;
}

.rubrique_fiche{
	float:left;
	height:5rem;
	width:49%;
	background:#ebecec;
	position:relative;
}

.rubrique_fiche:nth-child(even){
	margin:0 1.125rem 1.750rem 0;
}

.rubrique_fiche:nth-child(odd){
	margin:0 0 1.750rem 0;
}

.rubrique_fiche h4{
	font-size:1.188rem;
	line-height:1.3rem;
	color:#a20112;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
	background:none;
	padding:0 3.750rem 0 0.875rem;
	
}

.rubrique_fiche p{
	margin:0;
	font-size:0.938rem;
	color:#454545;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	padding:0 3.750rem 0 0.875rem;
}

.rubrique_fiche_plus{
	position:absolute;
	bottom:0;
	right:0;
	padding:0;
	width:3.75rem;
	margin:0 0 0.313rem;
}
.rubrique_fiche_plus .b_picto{
	float:left;
	width:1.313rem;
	height:1.188rem;
	text-align:center;
	margin:0.25rem 0.25rem 0 0;
}



.rubrique_bloc_actualites{
	overflow:hidden;
	margin:0.313rem 0 0 0;
}

.rubrique_bloc_actualites h3{
	font-size:1.563rem;
	color:#fff;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	background:#e0061d;
	-webkit-border-radius: 0.313rem;
	-moz-border-radius: 0.313rem;
	border-radius: 0.313rem;
	margin:0 0 1.250rem 0;
	padding:0.25rem 0 0.25rem 0.75rem;
}


.rubrique_bloc_actualites .controls{
	font-size:1.563rem;
	color:#fff;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	background:#e0061d;
	-webkit-border-radius: 0.313rem;
	-moz-border-radius: 0.313rem;
	border-radius: 0.313rem;
	margin:0 0 1.250rem 0;
	padding:0.25rem 0 0.25rem 0.75rem;
}

.rubrique_actualites,.rubrique_actualites2{
	float:left;
	height:7.625rem;
	width:49%;
	background:#ebecec;
	position:relative;
}

.rubrique_actualites:nth-child(even){
	margin:0 1.125rem 1.750rem 0;
}

.rubrique_actualites:nth-child(odd){
	margin:0 0 1.750rem 0;
}

.rubrique_actualites2:nth-child(even){
	margin:0 0 1.750rem 0;
}

.rubrique_actualites2:nth-child(odd){
	margin:0 1.125rem 1.750rem 0;
}

.rubrique_actualites a,.rubrique_actualites2 a {
	text-decoration:none;
}

.rubrique_actualites img,.rubrique_actualites2 img{
	height:100%;
	float:left;
	margin:0 0.563rem 0 0;
}

.rubrique_actualites h4,.rubrique_actualites2 h4{
	font-size:1.188rem;
	line-height:1.3rem;
	color:#a20112;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
	background:none;
	padding:0 0.875rem;
	
}

.rubrique_actualites h5,.rubrique_actualites2 h5{
	margin:0;
	font-size:0.813rem;
	line-height:1.3rem;
	color:#e0061d;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	background:none;
	padding:0 0.875rem;
	
}

.rubrique_actualites p,.rubrique_actualites2 p{
	margin:0;
	font-size:0.938rem;
	color:#454545;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	padding:0 0.875rem;
}

/****************mixitup**************/
  #Container .mix{
	display: none;
}

.filter{
	background:#fff;
	color:#4d4c4c;
	font-size:1.063rem;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	border:none;
	padding:0.213rem;
	cursor:pointer;
	border-radius:3px;
	line-height:1rem;
	margin:0 0 0.2rem 0;
}

.active,.filter:hover, .active_defaut{
	background:#fece1a;
}

.displaynone{
	display:none !important;
}

#Container .mix{
	display: none;
}

/****************mixitup**************/

.informations_galerie h3{
	color:#e0061d;
	font-size:1.188rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	margin:1rem 0;
	text-decoration:underline;
}

.informations_galerie p{
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
}

#myDiv{
	margin:1.563rem 0 0 0;
}

.bloc_btn_video{
	position:relative;
	display:table;
	float:left;
}

.bloc_btn_video_img{
	display: block;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.bloc_btn_video_img img{
	position: absolute;
	width: 69px !important;
	height: 69px !important;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/**************************** rubrique *************************/

/***************************** culture *************************/
.bloc_culture{
	overflow:hidden;
	margin:0.563rem 0 3.438rem 0;
}

.bloc_culture a .conteneur_culture{
	overflow:hidden;
	float:left;
	margin:0 1rem 0 0;
	width:32.2%;
}


.bloc_culture a:last-child .conteneur_culture{
	margin:0;
}

.culture{
	overflow:hidden;
	background:#f4f3f4;
	border-radius:0.563rem;
	text-align:center;
	position:relative;
	padding:2.500rem 1.063rem;
}

.culture img{
	display:inline;
}

.culture .bloc_h3_culture{
	position:absolute;
	right:1rem;
	top:0.9rem;
	background:#f4f3f4;
}

.culture .litterature{
}

.culture .cinema{
}

.culture .spectacle{
}

.culture h3{
	color:#a50314;
	font-size:1.563rem;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	text-align:left;
	border-bottom:1px solid #b9b6b6;
	margin:0 0 1.188rem 0;
}

.culture h4{
	color:#e0061d;
	font-size:0.938rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	text-align:left;
	background:none;
	padding:0;
}

.culture p{
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
}

.contenu_ouvrage{
	overflow:hidden;
	background:#fff;
}

.ouvrage_titre{
	overflow:hidden;
	border-radius:0.563rem;
	text-align:center;
	position:relative;
	padding:2rem 1.063rem;
}

.ouvrage_titre_picto{
	position:absolute;
	right:1rem;
	top:1rem;
	background:#fff;
}

.ouvrage_titre h3{
	color:#a50314;
	font-size:1.563rem;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	text-align:left;
	border-bottom:1px solid #b9b6b6;
	margin:0 0 1.188rem 0;
}

.wrapper_ouvrage{
	padding:0 1rem;
}

.ouvrage_gauche{
	overflow:hidden;
	width:9.813rem;
	float:left;	
	margin:0 1rem 0 0;
}

.ouvrage_gauche img{
	margin:0 0 2rem 0;
}

.ouvrage_droite{
	overflow:hidden;
	width:25rem;
}

.ouvrage_droite h4{
	color:#e0061d;
	font-size:1.25rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	text-align:left;
	background:none;
	padding:0;
}

.ouvrage_droite h5{
	color:#454545;
	font-size:0.938rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
}

.ouvrage_droite p{
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	text-align:left;
	background:none;
	padding:0;
}

.liens_ouvrage{
	color:#900312;
	font-size:0.938rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	text-align:left;
	background:#eaebeb;
	padding:0.625rem 0 0.625rem 0.625rem;
	margin:0 0 0.5rem 0;
	text-decoration:none;
	display:block;
	line-height:0.938rem;
	
}
/***************************** culture *************************/

.fancybox-overlay {
	z-index:10001 !important;
}

/****************************** liens utiles **************************/
.colonne_gauche_liens {
width: 32.3%;
height: 100%;
overflow: hidden;
float: left;
margin-right: 1.7%;
}

.colonne_droite_liens {
width: 66%;
height: 100%;
overflow: hidden;
float: left;
}

.colonne_gauche_liens h3{
	color:#e0061d;
	text-transform:uppercase;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 600;
	font-stretch:normal;
	font-size:1.188rem;
}

.colonne_gauche_liens p{
	color:#454545;
	font-size:0.938rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
}

.colonne_gauche_liens p span{
	color:#e1071c;
}

.bloc_partenaires{
	background:url(../img/ombre_reseaux.png) no-repeat 0 bottom;
	padding:0 0 1.563rem 0;
}

.liens_partenaires{
}

.liens_partenaires li{
 	list-style-type: none;
	background:url(../img/pt_li_liens.png) no-repeat 0 0.5rem;
	margin:0 0 0.525rem 0;
	padding:0 0 0 0.938rem;
}

.liens_partenaires li a{
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 600;
	font-stretch:normal;
	color:#a80b0a;
	font-size:1.188rem;
	line-height:1rem;
	padding:0;
}

.bloc_suivez_nous{
	width:50.5%;
	float:left;
	margin-right: 1.7%;
	height:16.563rem;
	padding:0 0 2.5rem;
	background:url(../img/ombre_reseaux.png) no-repeat 0 bottom;
}

.liens_suivez_nous{
	margin: 0 4.688rem;
	overflow: hidden;
}

.liens_suivez_nous a{
	text-align:center;
	width: 2rem;
	height: 2rem;
	display: block;
	float:left;
	margin:1.875rem 1.500rem 0 0;
}

.liens_suivez_nous img{ 
}

.bloc_militant{
	height:16.563rem;
	padding:0 0 2.5rem;
	background:url(../img/ombre_reseaux.png) no-repeat 0 bottom;
	overflow:hidden;
}

.referent{
	background-image:linear-gradient(#f7f7f7, #e9e9e9);
	margin:0;
	display:none;
	padding:1.375rem 1.125rem 2.250rem;
	border-radius:0.250rem;
	border-right:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
}

.referent h4{
	color:#a50314;
	font-size:1.563rem;
	font-family: "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
 	font-weight:400;
 	font-stretch:normal;
	background:none;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

.referent h5{
	color:#e1071c;
	font-size:0.938rem;
	line-height:1.2rem;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 600;
	font-stretch:normal;
	background:none;
	padding:0;
	margin:0.8rem 0 0 ;
}

.referent p{
	color:#454545;
	font-size:0.938rem;
	line-height:1.2rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	background:none;
	padding:0;
	margin:0;
}

.referent .mini_evenement{
	margin:0 0 0.5rem 0;
}

.referent .mini_evenement h6{
	color:#454545;
	font-size:0.838rem;
	line-height:1.2rem;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 600;
	font-stretch:normal;
	background:none;
	padding:0;
	margin:00 ;
}

.referent .mini_evenement p{
	color:#454545;
	font-size:0.838rem;
	line-height:1.2rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	background:none;
	padding:0;
	margin:0;
}

.bloc_contact_syndic{
	overflow:hidden;
	border-bottom:1px solid #b9b6b6;
	padding:0 0 0.625rem;
}
/****************************** liens utiles **************************/

/***************************** contact **************************/
.bloc_contact_haut{
	overflow:hidden;
}

.contact_infos{
	overflow:hidden;
	margin:1.125rem 1.125rem 0 0;
	position:relative;
	float:left;
}

.contact_infos .bloc_contact_infos{
	background:rgba(255,255,255,0.75);
	position:absolute;
	top:0;
	left:0;
	margin:0.438rem 0 0 0.438rem;
	padding:0.750rem;
}

.contact_infos .bloc_contact_infos h3{
	color:#e0061d;
	font-size:1.188rem;
	font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 600;
	font-stretch:normal;
	background:none;
	padding:0;
	margin:0 0 0.688rem 0;
	text-transform:uppercase;
}

.contact_infos .bloc_contact_infos p{
	color:#454545;
	font-size:0.938rem;
	line-height:1.2rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	background:none;
	padding:0;
	margin:0;
}

.contact_infos .bloc_contact_infos p a{
	color:#cf1513;
}

.contact_infos .bloc_contact_infos p strong{
	background:url(../img/fleche_rouge.png) no-repeat 0 center;
	padding:0 0 0 1rem;
}

.contact_liens{
	float:left;
	overflow:hidden;
	margin:1rem 0 0 0;
	width:100%;
}

.contact_liens img{
	float:left;
}

.contact_liens .img_liens{
	overflow:hidden;
	float:right;
	margin:3.750rem 0 0 0;
}

.ombre_contact{
	margin:1.438rem 0 0 0;
}
.google_maps{
	width:327px;
	height:318px; 
	float:left; 
	margin:1.125rem 0 0 0;
}
/***************************** contact **************************/

/*************************** je me syndique ***********************/
.colonne_gauche_syndique {
width: 66%;
height: 100%;
overflow: hidden;
float: left;
margin-right: 1.7%;
}

.colonne_gauche_syndique table{
	width:80%;
}

.colonne_gauche_syndique table tr{
}

.colonne_gauche_syndique table tr td.gauche{
	width:45%;
	text-align:right;
	padding:0 0.2rem 0.875rem 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color:#454545;
	font-size:0.938rem;
}

.colonne_gauche_syndique table tr td.droite{
	padding:0 0 0.875rem 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #454545;
	font-size: 0.938rem;
}

.colonne_gauche_syndique table tr td.seul{
	text-align:right;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	font-size:0.750rem;
	color:#454545;
}

input[type="text"]{
	width:16.875rem;
	height:1.125rem;
}

textarea{
	width:16.875rem;
	height:5.125rem;
}

input[type='submit']{
	background-color: #e3061e;
	font-size:1.188rem;
	color: #ffffff;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	font-style:italic;
	border-radius:4px;
	padding:0.188rem 0.750rem;
	cursor:pointer;
	background-image: -moz-linear-gradient(top, #e3061e, #930101);
	background-image: -ms-linear-gradient(top, #e3061e, #930101);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3061e), to(#930101));
	background-image: -webkit-linear-gradient(top, #e3061e, #930101);
	background-image: -o-linear-gradient(top, #e3061e, #930101);
	background-image: linear-gradient(top, #e3061e, #930101);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'e3061e, endColorstr='#'930101, GradientType=0);
	border-color: #bf4045 #bf4045 #bf4045 #bf4045;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin:0 0 0 1rem;
}

input[type='submit']:hover{
	background-image:none;
}

.erreur_formulaire{
	width: 22.5rem;
	margin: 0 auto 1.5rem;
	color: #ED1A1D;
	font-size: 0.8rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.pas_erreur_formulaire{
	width: 22.5rem;
	margin: 0 auto 1.5rem;
	color: #2F7C29;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.bloc_adherer{
	margin:0 auto 2.5rem;
	width:57%;
}

.bloc_adherer_droite{
	margin:0;
	padding:0 0 0 1.375rem;
}

.bloc_adherer p,.bloc_adherer_droite p{
	color:#e0061d;
	font-size:1.125rem;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; 	
	font-weight:600;
	font-stretch:normal;
	margin-bottom:0;
}

.bloc_adherer ul,.bloc_adherer_droite ul{
	margin:0;
	padding:0 0 0 1.125rem;
}

.bloc_adherer li,.bloc_adherer_droite li{
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	font-size:0.750rem;
	color:#454545;
}

.bloc_adherer li a,.bloc_adherer_droite li a{
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-size:0.750rem;
	color:#454545;
	font-weight:bold;
}

.colonne_droite_syndique {
width: 32.3%;
height: 100%;
overflow: hidden;
float: left;
}

.colonne_droite_syndique img{
	margin:2.500rem 0 0 1.375rem;
}
/*************************** je me syndique ***********************/

/*************************** journal *************************/
.journaldiv p{
	margin:0 !important;
	
}

/*.journaldiv strong:first-child{
	color: #e0061d;
	font-size: 30px;
	line-height: 24px;
	letter-spacing: 2px;
	float:left;
}

.journaldiv strong{
	color: #e0061d;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}*/

/*************************** journal *************************/

/************************** moteur de recherche *******************/
.ui-widget-content{
	z-index:10000 !important;
}

.ui-widget-content a, .ui-widget-content li{
	color:#222222 !important;
	font-size:14px !important;
}

.ui-widget-content {
background: #ffffff url("https://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
color: #222222;
}
.ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-autocomplete {
border: 1px solid #aaaaaa;
position: absolute;
top: 0;
left: 0;
cursor: default;
max-height: 500px !important;
overflow-x: hidden !important;
overflow-y: scroll !important;
width: 400px !important;
}

.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;
/* support: IE7; */
/* support: IE10, see #8844; */
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item:hover {
	background:#dddddd;
}
.ui-widget-content a, .ui-widget-content li {
color: #222222 !important;
font-size: 14px !important;
}
user agent stylesheetli {
display: list-item;
text-align: -webkit-match-parent;
}
Inherited from ul#ui-id-5.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content
.ui-widget-content {
border: 1px solid #aaaaaa;
background: #ffffff url("https://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
color: #222222;
}
.ui-widget {
font-family: Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}

.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.liste_formation{
	margin:1rem 0 0 0;
}

.bloc_recherche{
	width: 960px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}

.bloc_recherche p {
font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
}

.bloc_recherche p strong {
font-size: 1rem;
color: #c50100;
text-transform: uppercase;
}

.bloc_recherche h2.titre {
margin-top: 30px;
text-transform: uppercase;
font-size: 17px;
font-weight: bold;
}

.bloc_recherche #liste_formation {
min-height: 0;
}

#liste_formation {
width: 960px;
margin: 0 auto;
padding: 10px 0 0 0;
min-height: 260px;
}

.bloc_formation2 {
width: 938px;
padding: 10px 0 10px 20px;
margin: 0 0 20px 0;
position: relative;
box-shadow: 0 2px 8px #666666;
border: 1px solid #a0a0a0;
}

.bloc_formation2 h3 {
border: none;
width: 808px;
text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-size:1rem;
text-transform: uppercase;
color: #5a5a5a;
padding: 0;
}

.bloc_formation2 .resume_formation {
width: 793px;
margin: 0;
padding: 0 0 0 15px;
text-align: justify;
}

.bloc_formation2 p {
	
	font-size: 0.875rem;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:300;
	margin: 7px 0;
	color: #777777;
}

.bloc_formation2 p span {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
color: #c50100;
font-size: 0.875rem;
font-weight: bold;
}

.bloc_formation2 p strong {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
font-weight: bold;
font-size: 0.875rem;
	color: #777777;
	text-transform:uppercase;
}

.bloc_formation2 a.lien_formation {
text-decoration:none;
width: 110px;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: 0;
padding: 40px 0 0 0;
background: #2e2e2e;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
text-transform: uppercase;
font-size: 0.95rem;
line-height: 25px;
color: #ffffff;
text-align: center;
}

.bloc_liste_signataire{
	color:#666;
	font-size:0.875rem;
}
/************************** moteur de recherche *******************/

/************************** tracts *****************************/
.conteneur_tracts {
    background-image: linear-gradient(#cc0200, #d90400);
    /* background: #f1f1f1; */
    margin: 0.750rem 0 0 0;
    padding: 1.375rem 1rem 1rem;
    border-radius: 0.250rem;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.tract_lien_votant{
    /*color: #e0061d;*/
	color: #8e1b1e;
    font-size: 1.2rem;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
}

.tract_lien_votant span{
	display: block;
	color: #737373;
	font-size: 0.675rem;
	font-style: italic;
	font-weight:normal;
    margin: 20px 0 0;
}

.tract_lien_votant:hover{
	transition: background 0.8s ease;
	/*background: rgba(224,6,29,0.1);*/
}

.tract_lien_votant span.btn{
	position: relative;
    display: table;
    background: url(../img/picto_jemesyndique.png) no-repeat 1rem center #ffda1c;
	box-shadow:1px 1px 3px #aaa;
    border-right: none;
    color: #921d22;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 0.625rem 1.2rem 0.438rem 2.7rem;
    font-family: 'Roboto', sans-serif;
    margin: 20px auto 0;
    font-size: 0.750rem;
    line-height: 0.750rem;
}


/*.tract_lien_votant span.btn{
	position: relative;
    display: table;
	width:85px;
	height:85px;
	background:#ffda1c;
	box-shadow:1px 1px 3px #aaa;
	font:bold 13px 'Roboto';
	border-radius:50%;
	border:#921d22;
	color:#921d22;
}*/

.tract_a_voter{
	color: #7aaf4f;
    font-size: 1rem;
    text-align: center;
}

/************************** tracts *****************************/

/************************** lexique *****************************/
.liste_lexique{
	list-style:none;
	padding:0;
}

.liste_lexique li{
	font-size: 1rem;
	line-height: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	background: none;
	padding: 0;
	color:#454545;
}

.liste_lexique li strong{
	color: #a20112;
}

/************************** lexique *****************************/

/************************** plan du site *****************************/
.liste_plan_site{
	list-style:none;
	padding:0;
}

.liste_plan_site li{
	background: none;
	padding: 0 0 0.5rem 0;
}

.liste_plan_site li a{
	font-size: 1rem;
	line-height: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color:#454545;
	text-decoration:none;
	border-bottom:dotted 1px #a20112;
}

.liste_plan_site li span{
	font-size: 1rem;
	line-height: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color:#454545;
	text-decoration:none;
	border-bottom:dotted 1px #a20112;
	font-weight:300;
}

.liste_plan_site h5{
	font-size: 1rem;
	line-height: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	color:#454545;
	text-decoration:none;
	border-bottom:dotted 1px #a20112;
	display:table;
	font-weight:normal;
	margin:0;
}

.liste_plan_site li ul li{
	padding: 0;
}

.liste_plan_site li ul li a{
	font-weight:300;
}
/************************** plan du site *****************************/


.Style_rose {
	color:#FF0000
}
.mentions_legales p { margin:10px 0 10px 0;font-size:0.8rem;}


/************************** éléments mobiles à cacher *******************/	
header.header_mobile{
	display:none;
}

/************************** éléments mobiles à cacher *******************/

.div_bloc_video_cont{
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 0.563rem 0 0;
}

.video_image_fleche{
	position: absolute;
	width: 69px !important;
	height: 68px !important;
	margin: auto !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.sortable{
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}

.sortable li{
	background: url(../img/fleches_dd.png) no-repeat 10px center #fff;
	border: solid 1px #000;
	padding: 10px 0 10px 45px;
	margin: 0 0 15px;
}

.sortable li:hover{
	cursor: pointer;
}

.table_question{
	width: 100%;
}

.table_question td{
	width: 10%;
}

.table_question input[type=radio] {
	display: none;
}

.table_question label {
	cursor: pointer;
}

.table_question input[type=radio] + label:before {
	background: #fff;
	border: 2px solid #838383;
	border-radius: 50%;
	margin-top: -2px;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 17px;
	height: 17px;
	transition: all 0.6s ease;
}

.table_question input[type=radio]:checked + label:before {
	background: #c50100;
	border-color: #c50100;
	box-shadow: inset 0px 0px 0px 3px #fff;
	transition: all 0.6s ease;
}

@media only screen and (max-width : 961px) {
	.div_bloc_video_cont{
		width:50%;
	}
	
	.video_image_fleche{
	width: 30px !important;
	height: 30px !important;
	}
	
	.centrer_site{
		margin:0;
		width:100%;
	}
	header.header_mobile{
		position:relative;
		display:block;
		background:url(../img/bandeau_mobile.jpg) no-repeat center 0 #c00a08;
		height:109px;
	}
	
	.bas_header_mobile{
		background:url(../img/bas_header_mobile.png) repeat-x 0 0 #fff;
		height:8px;
		width:100%;
	}
	
	/*header{
		display:none;
	}*/
	
	.menu_recherche{
		float:left;
		padding: 45px 0 0 10px;
		bottom: 0;
	}
	
	.facebook_mobile{
		top: 70px;
		position: absolute;
		padding: 0;
		right: 10px;
	}
	
	.logo_mobile{
		padding: 5px 0 0 0;
		overflow: hidden;
		width: 78px;
		margin: 0 auto;
	}
	
	.bloc_recherche_mobile{
		position:absolute;
		top:113px;
		padding:0;
  		margin: 0;
		width:100%;
		left:0;
		display: block;
		-webkit-transition: opacity 1s ease-out;
		opacity: 0; 
		height: 0;
		overflow: hidden;
	}
	
	.openmobile{
		opacity: 1;
	    height: auto;
	}
	
	.recherche_mobile{
		width:100%;
		background:#e8e8e8;
	}
	
	.btn_recherche{
		float:left;
		padding:12px;
		border: none;
		background: transparent;
	}
	
	input[type="text"] {
		width: 245px;
		height: 24px;
		margin:12px 0;
		padding:1px 0 1px 5px;
		font-size:15px;
		color:#b3b3b3;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:normal;
	}
	
	/* ----------- toggle --------------------- */
.btn {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 10px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25em;
  background-color: #5b5756;
  background-image: -webkit-linear-gradient(top, #6b6766, #5b5756);
  background-image: -moz-linear-gradient(top, #6b6766, #5b5756);
  background-image: -ms-linear-gradient(top, #6b6766, #5b5756);
  background-image: -o-linear-gradient(top, #6b6766, #5b5756);
  background-image: linear-gradient(top, #6b6766, #5b5756); }
  .btn:hover {
    background-color: #7b7776;
    background-image: -webkit-linear-gradient(top, #8b8786, #7b7776);
    background-image: -moz-linear-gradient(top, #8b8786, #7b7776);
    background-image: -ms-linear-gradient(top, #8b8786, #7b7776);
    background-image: -o-linear-gradient(top, #8b8786, #7b7776);
    background-image: linear-gradient(top, #8b8786, #7b7776); }

/* --------- Header------------ */
 #nav .submenu {
	 background:#fff;
	 padding:0;
 }

#nav {
    display: none;
	padding:0;
  margin: 0;
  position: absolute;
  top: 113px;
  right: 0;
  left: 0;
  z-index: 10;
  list-style: none;
  text-align: left; }
  #nav a {
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
	  font-size:14px;
    border-bottom-width: 0;
    background: #e8e8e8;
    height: 0;
    line-height: 0;
    display: block;
    padding: 0;
	text-align:center;
    overflow: hidden;
    color: #3f3f3f;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* --------- Submenu ------------ */
.multi:after {
  content: " \0025Bc";
  font-size: 0.5em; }

#close a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* ----------- checkbox --------------------- */
#toggle {
  position: absolute;
  top: -9999px;
  left: -9999px; }

#toggle:checked ~ nav #nav {
    display: block;
  z-index: 10000;
  -webkit-box-shadow: 0px 3px 5px 0px #bbb;
  -moz-box-shadow: 0px 3px 5px 0px #bbb;
  -ms-box-shadow: 0px 3px 5px 0px #bbb;
  -o-box-shadow: 0px 3px 5px 0px #bbb;
  box-shadow: 0px 3px 5px 0px #bbb; }
  #toggle:checked ~ nav #nav a {
    line-height: 28px;
    height: 28px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    z-index: 1; }
  #toggle:checked ~ nav #nav #close {
    position: relative;
    z-index: 0; }
    #toggle:checked ~ nav #nav #close label {
      background: transparent;
      border-bottom: 0;
      height: 202em;
      position: absolute;
      top: -101em;
      bottom: -101em;
      left: 0;
      right: 0;
      z-index: 0; }
 
 #toggle:checked ~ nav #nav .submenu.open li:last-child{
	 height:30px;
	 border-bottom:1px solid #d7d7d7;
 }
 	  
  #toggle:checked ~ nav #nav .submenu li,
  #toggle:checked ~ nav #nav .submenu a {
    height: 0;
    line-height: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  #toggle:checked ~ nav #nav .submenu.open li,
  #toggle:checked ~ nav #nav .submenu.open a {
    height: 24px;
    line-height: 24px;
	}
	#toggle:checked ~ nav #nav .submenu.open li.li_titre_submenu,
  #toggle:checked ~ nav #nav .submenu.open a.titre_submenu {
    height: 32px;
    line-height: 32px;
	}
  #toggle:checked ~ nav #nav .submenu a {
    padding-left: 0;
    background: #fff;
	border-bottom:none; }

#toggle:checked ~ nav #nav .submenu a.titre_submenu{
	color:#c00d02;
}

/* ----------- classes ------------- */
.containerrrr {
  max-width: 75em;
  margin: 0 auto;
  position: relative;
  padding: 0 5%; }

li.current a {
  color: #7b7776; }

#nav a.colori{
	color:#c00d02;
}

body{
	background:#fff;
}

.contenu{
	padding:0;
	background:none;
	box-shadow:none;
}

.colonne_gauche {
padding: 20px 15px;
width: 90.7%;
margin-right: 0;
}

h1{
	font-size:160%;
}

h2{
	font-size:100%;
}

.actualites{
	margin:0;
}

.une_mobile h2{
	padding:0 0 5px 0 !important;
}

.actualites p{
	padding:0 0 20px 0;
	font-size:80%;
}

.alertes,.img_alerte_hb{
	display:none;
}

.bloc_communiques {
width: 100%;
margin-right: 0;
}

.bloc_breves{
	padding:0;
	width:100%;
}

footer{
	top:0;
}

.bloc_menu_bas_mobile{
	padding: 0;
	margin: 10px auto 0;
	width: 85%;
	overflow: hidden;
}

.bloc_je_me_syndique_mobile{
	padding:0 15px;
}

.menu_bas_mobile{
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.menu_bas_mobile li{
	margin: 0 0 15px 0;
	line-height: 12px;
	padding: 0 6px;
	border-right: solid 1px #5f5f5f;
	float: left;
}

.menu_bas_mobile li:last-child,.menu_bas_mobile li.fin{
	border-right:none;
}

.menu_bas_mobile a{
	font-size:12px;
	color:#5f5f5f;
	text-decoration:underline;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:bold;
}

.padding_contenu{
	padding:0;
}

.contenu_rubrique{
	width: 90.7%;
	padding: 0 15px;
	background:none;
	box-shadow:none;
}

.actualitesint .date_accueil{
	margin:10px 0 0;
}

.contenu_rubrique h2{
	padding: 10px;
	font-size: 90%;
	line-height:100%;
}

.actualitesint p{
	font-size:13px;
	line-height:13px;
	padding:0 0 20px 10px;
}

.rubrique_actualites2{
	width:100%;
}

.rubrique_actualites2 img{
	max-width:50%;
}

.rubrique_actualites2 h4{
	font-size:100%;
	line-height:100%;
}

.rubrique_actualites2 h5{
	font-size:80%;
	line-height:85%;
}

.rubrique_actualites2 p{
	font-size:75%;
}

.rubrique_bloc_actualites .controls{
	font-size:110%;
}

.filter{
	font-size:60%;
}

.colonne_droite_rubrique_page,.colonne_gauche_rubrique,.colonne_gauche_liens,.bloc_suivez_nous,.colonne_droite_syndique,.colonne_gauche_syndique{
	width:100%;
	margin-right:0;
}

.colonne_gauche_rubrique_page,.colonne_droite_rubrique,.rubrique_a_la_une_suivant,.colonne_droite_liens{
	width:100%;
}

.rubrique_a_la_une img{
	float:none;
}

.contenu_rubrique h1{
	font-size:110%;
	line-height:110%;
}

.bloc_culture a .conteneur_culture{
	width:100%;
}

.bloc_adherer {
	margin: 0 0 10px 0;
	width: 100%;
}

.droite input[type="text"]{
	width:100% !important;
}

.bloc_recherche{
	width:100%;
}

#liste_formation {
width: 90.7%;
margin: 0;
padding: 10px 0 0 0;
min-height: 260px;
}
.bloc_formation2 {
width: 100%;
padding: 5px 0 5px 5px;
margin: 0 0 20px 0;
position: relative;
box-shadow: 0 2px 8px #666666;
border: 1px solid #a0a0a0;
}
.bloc_formation2 h3 {
border: none;
width: 57%;
text-align: justify;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-size: 100%;
text-transform: uppercase;
color: #5a5a5a;
padding: 0;
margin: 0;
}
.bloc_formation2 .resume_formation {
width: 57%;
margin: 0;
padding: 0;
text-align: justify;
}

/*.ouvrage_droite{
	width:100%;
}*/

td{
	width:50%;
}
	
}

@media only screen and (max-width : 768px) {
}

.bloc_noir{
	height:100%; 
	width:100%; 
	background:rgba(0,0,0,0.7); 
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 10000;
}

.bloc_lightbox{
	position:absolute; 
	margin:auto; 
	left:0; 
	right:0; 
	top:0; 
	bottom:0; 
	width: 850px; 
	height: 50%;
}

.lightbox{
	background:#fff; 
	padding: 25px 30px; 
	width: 89%;
}

.lightbox h3{
	color:#e0061d;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size:35px;
	border-bottom:solid 1px #dddddd;
	padding:0 0 13px;
	margin:0 0 20px;
}

.lightbox p{
	color:#454545;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size:14px;
	line-height:18px;
}

.croix_fermer{
	position:absolute; 
	top:0; 
	right:0;
}

.bloc_mobile{
	background:url(../img/fond_mobile.jpg) no-repeat center bottom #fcb54a;
    overflow: hidden;
    padding: 10px 20px;
}

.bloc_mobile_image{
    float: left;
    width: 100%;
}

.bloc_mobile_image img{
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.bloc_mobile_bouton{
	float:right;
	width:100%;
    margin: 20px 0 0;
}

.bloc_mobile_bouton a{
	color:#000;
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size:14px;
	line-height:14px;
	padding:12px 10px;
	background:#fff;
    display: block;
    text-decoration: none;
    margin: 0 0 15px;
	-moz-box-shadow: 3px 3px 5px -1px #ff9900;
-webkit-box-shadow: 3px 3px 5px -1px #ff9900;
-o-box-shadow: 3px 3px 5px -1px #ff9900;
box-shadow: 3px 3px 5px -1px #ff9900;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#ff9900, Direction=135, Strength=5);
}

.html_maint,.maintenance_2{
	height: 100%;
}

.maintenance_haut{
	width: 100%;
	height: 12%;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 15%;
	box-sizing: border-box;
}

.maintenance_haut a{
	height: 100%;
	display: flex;
	align-items: center;
}

.maintenance_haut img{
	height: 80%;
}

.maintenance_haut p{
	font-size: 48px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	color: #e0061d;
}

.maintenance_bas{
	width: 100%;
	height: 88%;
	background: #e0061d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.maintenance_bas h1{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	border-bottom: none;
	width: 50%;
	margin: 0 0 65px;
}

.maintenance_bas h1 strong{
	font-weight: 900;
}

.maintenance_bas p{
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 0 0 45px;
}

.maintenance_rs p{
	color: #ffc700;
	margin: 0 0 20px;
}

.maintenance_rs ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.maintenance_rs ul li{
	margin: 0 10px;
}

.maintenance_push{
	display: flex;
	flex-direction: row;
}

.maintenance_push{
	margin: 0 0 80px;
}

.maintenance_push div{
	margin: 0 30px;
}

.maintenance_push div a{
	text-decoration: none;
}

.maintenance_push div img{
	margin: 0 0 12px;
	border-radius: 10px;
}

.maintenance_push div p{
	text-align: left;
	margin: 0;
}

@media screen and (max-width : 1640px) {
	.maintenance_haut{
		padding: 0 10%;
	}
}

@media screen and (max-width : 1440px) {
	.maintenance_haut{
		padding: 0 20px;
	}
}

@media screen and (max-width : 900px) {
	.maintenance_bas h1{
		width: 70%;
	}
}

.mobile{
	display: none;
}

.publicite3{
	display: none;
}

.le_menu_mobile{
	display: none;
}

.le_ss_menu_mobile{
	display: none;
}

@media screen and (max-width : 767px) {
	.maintenance_bas h1{
		width: 98%;
		font-size: 24px;
		margin: 0 0 35px;
	}

	.maintenance_haut p{
		font-size: 24px;
	}

	.maintenance_bas p{
		margin: 0 0 25px;
	}

	.maintenance_push{
		flex-direction: column;
		margin: 0 0 40px;
	}

	.maintenance_push div {
		margin: 0 0 15px;
	}

	.maintenance_rs p{
		margin: 0 0 15px;
	}

	.maintenance_push div p{
		text-align: center;
	}

	.maintenance_push div img{
		width: 200px;
		margin: 0 0 5px;
	}

	.maintenance_bas p{
		font-size: 14px;
	}

	.publicite1{
		display: none;
	}

	.publicite2{
		display: none;
	}

	.publicite3{
		display: block;
		margin: 0 0 30px;
	}

	.mobile{
		display: block;
	}

	.pas_mobile{
		display: none;
	}

	.centrer_site_large{
		width: 100%;
	}

	.nav_principal{
		display: none;
	}

	.nav_haut .centrer_site{
		width: 100%;
	}

	.header_bloc_logo{
		width: 60px;
	}

	.header_bloc_logo img{
		height: 60%;
	}

	.menu_haut{
		display: none;
	}

	.bloc_reseaux{
		display: none;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
		background: #e0061d;
		padding: 0;
	}

	.reseaux{
		height: 100%;
	}

	.reseaux input[type="text"]{
		font-size: 16px;
	}

	.reseaux button{
		font-size: 16px;
	}

	.croix{
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.nav_haut{
		height: 60px;
	}

	.bloc_menu_haut{
		background: transparent;
		padding-left: 60px;
		height: 100%;
	}

	header{
		position: relative;
	}

	.wrapper_contenu{
		padding-top: 30px;
	}

	.accueil_slider div{
		height: 360px;
	}

	.colonne_gauche {
		width: 100%;
		box-sizing: border-box;
	}

	.colonne_droite{
		padding: 20px 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.bloc_actualites{
		margin: 0 0 20px;
	}

	.accueil_actualites_une .img{
		height: 170px;
	}

	.les_seconds{
		flex-direction: column;
	}

	.accueil_actualites_une{
		margin: 0 0 30px;
	}

	.accueil_actualites_second{
		width: 100%;
		margin: 0 0 30px;
	}

	.accueil_actualites_second .img{
		height: 170px;
	}

	.bloc_agenda{
		margin: 0 0 20px;
	}

	.accueil-rejoignez_nous h2{
		font-size: 24px;
	}

	.accueil-rejoignez_nous {
		width: calc(100% - 30px);
		margin: 0 15px 30px;
	}

	.accueil_slider div .slider_titre{
		font-size: 24px;
	}

	.accueil_video{
		margin: 0 15px;
	}

	.accueil_video-f{
		flex-direction: column;
	}

	.les_seconds_video{
		display: none;
	}

	.accueil_video_une{
		width: 100%;
		margin: 0 0 30px;
	}

	.accueil_video_une .img{
		height: 160px;
	}

	.accueil_bloc_de_fin {
		flex-direction: column;
		margin: 0 15px;
	}

	.accueil_communiques{
		width: 100%;
		margin: 0 0 45px;
	}

	.accueil_energies{
		width: 100%;
		margin: 0 0 45px;
	}

	.accueil_tweets{
		width: 100%;
		margin: 0 0 45px;
		box-sizing: border-box;
	}

	.menu_bas{
		flex-direction: column;
	}

	.bloc_menu_bas{
		padding: 16px 0;
	}

	.menu_bas li a{
		border-right: none;
	}

	.menu_bas li{
		padding: 10px 0;
	}

	.menu_btn_mobile{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 15px;
	}

	.menu_btn_mobile img{
		margin-left: 15px; 
	}

	.le_menu_mobile{
		display: block;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		width: 0;
		transition: all ease 0.6s;
		background: #e0061d;
		z-index: 9999;
		overflow: auto;
	}

	.ouvrir_menu{
		width: 100%;
		transition: all ease 0.6s;
	}

	.le_menu_header{
		background: #fff;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.ouvrir_menu .le_menu_header{
		padding: 0 20px;
	}

	.le_menu_header a.log{
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.le_menu_header a.log img{
		height: 70%;
	}

	.le_menu_mobile .menu_principal{
		display: flex;
		flex-direction: column;
	}

	.le_menu_mobile .menu_principal li{
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #c00317;
	}

	.le_menu_mobile .menu_principal li a{
		height: 60px;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 20px;
		position: relative;
		background: #e0061d;
		box-sizing: border-box;
	}

	.le_menu_mobile .menu_principal li a.voir_ss_menu{
		background: url(../img/fleche_ssmenu.svg) no-repeat 95% center #e0061d;
	}

	.le_menu_mobile .menu_principal li:hover a, .le_menu_mobile .menu_haut li.active a {
		text-decoration: none;
		color: #fff;
		border-bottom: none;
		background: #c00317;
	}

	.le_menu_mobile .menu_principal li:hover a.voir_ss_menu, .le_menu_mobile .menu_haut li.active a.voir_ss_menu {
		background: url(../img/fleche_ssmenu.svg) no-repeat 95% center #c00317;
	}

	.le_menu_mobile .menu_principal li:last-child a,
	.le_menu_mobile .menu_principal li:last-child:hover a{
		background: #ffc700;
		text-transform: uppercase;
		color: #e0061d;
		justify-content: center;
	}

	.le_ss_menu_mobile{
		display: block;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		transition: all ease 0.6s;
		background: #e0061d;
		z-index: 99999;
		overflow: auto;
		padding-top: 60px;
	}

	.ouvrir_ssmenu{
		width: 100%;
		transition: all ease 0.6s;
	}

	.le_menu_header_ss {
		background: #fff;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
	}

	.ouvrir_ssmenu .le_menu_header_ss {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	.le_menu_header_ss a{
		display: flex;
		justify-content: flex-start;
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #e0061d;
		text-decoration: none;
	}

	.le_menu_header_ss a img{
		margin-right: 15px;
	}

	.menu_sec{
		display: flex;
		flex-direction: column;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.menu_sec li{
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #c00317;
	}

	.menu_sec li a{
		height: 60px;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0 20px;
		position: relative;
		background: #e0061d;
		box-sizing: border-box;
		font-family: 'Roboto', sans-serif;
		font-size: 1.063em;
		line-height: 1.063em;
		color: #fff;
		text-decoration: none;
		letter-spacing: 0.051rem;
		font-style: normal;
		font-weight: 500;
	}

	.menu_sec li a img{
		margin-right: 15px;
	}

	.menu_sec li:hover a, .menu_sec li.active a {
		text-decoration: none;
		color: #fff;
		border-bottom: none;
		background: #c00317;
	}

	.menu_sec li.li_titre_submenu a{
		background: #c00317;
	}

	.menu_sec li.li_titre_submenu_s a{
		padding-left: 40px;
	}

	.publicite3 img{
		margin: 0 auto;
	}

	.inter{
		height: auto;
		flex-direction: column;
	}

}

@media screen and (max-width : 320px) {
	.maintenance_bas h1 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.maintenance_haut p {
		font-size: 18px;
	}

	.maintenance_push{
		margin: 0 0 20px;
	}
}


@media only screen and (min-width : 1024px) {
	.bloc_mobile{
		display:none;
	}
}


@media only screen and (max-width : 1024px) {
	.bloc_noir{
		display:none;
	}
}
