
body {
    font-family: 'Passion One', sans-serif;
    /* font-family: 'Advent Pro', sans-serif; */
	font-size: 14px;	
	color: #fff;
	position:relative;
	padding:auto;
    margin:0;
	background-color:rgb(224,224,224);
   	background: url(../images/wallpaper.jpg) repeat-y center top fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

@media (max-width: 500px) {
    body {
        background: url(../images/wallpaper-500.jpg) repeat-y center top fixed cover;
    }
}

@media (min-width: 501px) and (max-width: 700px) {
    body {
        background: url(../images/wallpaper-700.jpg) repeat-y center top fixed cover;
    }
}

@media (min-width: 701px) and (max-width: 900px) {
	body{
		background: url(../images/wallpaper-900.jpg) repeat-y center top fixed cover;
	}
}

@media (min-width: 901px) and (max-width: 1000px) {
	body{
		background: url(../images/wallpaper-1000.jpg) repeat-y center top fixed;
	}
}

@media (min-width: 1001px) and (max-width: 1200px) {
	body{
		background: url(../images/wallpaper-1200.jpg) repeat-y center top fixed cover;
	}
}

@media (min-width: 1201px) and (max-width: 1500px) {
	body{
		background: url(../images/wallpaper-1500.jpg) repeat-y center top fixed;
	}
}

@media (min-width: 1501px) {
	body{
		background: url(../images/wallpaper.jpg) repeat-y center top fixed;
	}
}


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* --- ANIMATION ----------------------------------------------------------------- */

@keyframes slide {
  from {
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-from-left {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes slide-from-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes reveal {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes reveal-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scroller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1000;
  background: linear-gradient(
    to right,
    rgb(29, 198, 213) 100%,
    rgba(255, 148, 166, 0) 100%
  );
  background-repeat: no-repeat;
  background-size: 0;
  transform-origin: left;
  animation: scroll linear;
  animation-timeline: scroll();
  animation-range-start: cover 100px;
  animation-range-end: cover 100%;
}

@keyframes scroll {
  from {
    background-size: 0% 5px;
  }
  to {
    background-size: 100% 5px;
  }
}

/* ------------------------------- CHAMPS DE FORMULAIRE -------------------------- */

/*input[type="text"] {
border:none;
background-color:transparent;
background-image:url(../images/boutons/fond_input.png);
backgroung-repeat:no-repeat;
padding:3px 11px;
}*/

ul {
text-align:left;
}

li {
margin-bottom:7px;
}

h1 {
font-size:2.5em;
text-align:center;
padding:3px 11px;
  animation: slide linear;
  animation-timeline: view();
  animation-range-start: cover 0%;
  animation-range-end: contain 50%;
}

h1 a{
color:#5ba6c3;
}

h2 {
	font-size:1.7em;
    text-align:center;
}

h3 {
    font-size:1.5em;
    text-align:left;
    margin-left:5px;
}

h4 {
    font-size:12px;
    text-align:left;
    font-weight:bold;
}

h5 {
	color:#545151;
    background-color:#9edbfe;
    text-align:right;
    margin:0;
    padding:0 7px;
}

h1, h2, h3, h4, h6 {
color:#fff;
}

hr {
background-color:var(--couleur-1);
height:1px;
margin:5px
}

img {
margin:0;
padding:0;
border:none;
vertical-align:top;
}

a{
text-decoration:none;
color:#f1fa03;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}

a:hover{
text-decoration:underline;
}

p {
text-align:left;
}

span {

}

.puce {
vertical-align:middle;
margin-right:17px;
}

.adresse_menu {
color:#00597b;
margin-top:11px;
margin-left:11px;
}

.adresse_menu p {
font-size:12px;
}

#conteneur_global {
	margin: 0 auto;
	padding:0;
	width:var(--largeur-conteneur);
}

.contenu_zone_centrale {
/* background-color:rgba(100,100,100,0.9); */
width:100%;
}

.contenu_centre {
	margin: 0 auto 50px auto;
	padding:0;
    width:var(--largeur-contenu);
}

.surligne {
border-top:1px solid #fff;
}

@media (max-width: 500px) {

    #conteneur_global {
        margin:0;
    }

	.contenu_centre {
        margin: 0;
        width:100%;
	}

}

@media (min-width: 501px) and (max-width: 900px) {
	.contenu_centre {
        margin: 0;
        width:100%;
	}
}

@media (min-width: 901px) {

}


/* ---------------------------------------------------------------------------------------------------------------- */
/* SPECIALISATION DU STYLE DU CONTENU DES PAGES ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

div#contenu_page {
padding:11px;
min-height:300px;
/* display:inline-block; */
/*    background-color:#; 
	background-image:url(../images/pixel_gris_transparent.png);
    background-repeat:repeat;*/
}

@media (max-width: 500px) {

    div#bandeau_lateral {
        width:100%;	
        margin:0 auto;
    }
    
    div#contenu_page {
		width:98%;
        margin:0 auto;
        padding:0;
	}

	.contenu_page_bandeau {
    	width:100%;
	}

}

@media (min-width: 501px) and (max-width: 900px) {

    div#bandeau_lateral {
        width:98%;	
        margin:0 auto;
    }

    div#contenu_page {
		width:98%;
        margin:0 auto;
        padding:0;
	}

	.contenu_page_bandeau {
    	width:100%;
	}

}

@media (min-width: 901px) {
    div#bandeau_lateral {
        width:var(--largeur-bandeau-lateral);
        float:left;
        position:relative;
	}

    div#contenu_page {
		margin: 0;
	}

	.contenu_page_bandeau {
    	width:var(--largeur-contenu-page);
	}

	.contenu_page_sans_bandeau {
    	/* width:var(--largeur-contenu); */
	}
    

    div#bandeau_lateral {
        margin-left:34px;
    }

}

/* ---------------------------------------------------------------------------------------------------------------- */
/* FIN SPECIALISATION DU STYLE DU CONTENU DES PAGES -------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- HEADER ----------------------------------------------- */

#header {
	width:var(--largeur-conteneur);
	min-height:300px;
    font-size:11px;
	background-color:rgba(33,43,64,0.9);;
}

#header_centre {
	margin: 0 auto;
	padding:0;
    text-align:right;
    height:100%;
    margin-top:0px;
}

@media (max-width: 500px) {
    #header_centre {
        background-image:none;
    }

	#header {
		height:auto;
	}
}

@media (max-width: 900px) {

	#header_centre {
    	width:100%;
    }

}

@media (min-width: 901px) {

	#header_centre {
    	width:var(--largeur-contenu);
    }

}

#titre {
float:left;
text-align:left;
}

#titre h1, #titre h2, #titre h3 {
color:#fff;
margin:0;
padding:0;
}

#titre h1 {
font-size:37px;
letter-spacing:1pt;
}

#titre h2 {
font-size:21px;
letter-spacing:2pt;
line-height:21px;
}

#titre h3 {
font-size:17px;
line-height:21px;
}

.modifie_le {
font-size:0.9em;
font-style:italic;
padding-left:14px;
margin:3px 0;
text-decoration:underline;
}

@media (max-width: 500px) {

	#titre {
		margin:7px 0 25px 30px;
        width:100%;
    }

    #titre h1 {
    	font-size:21px;
    }
    
    #titre h2 {
	    font-size:14px;
        letter-spacing:1pt;
    }
    
    #titre h3 {
	    font-size:12px;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#titre {
		margin:0;
        width:auto;
    }

    #titre h1 {
    	font-size:24px;
    }
    
    #titre h2 {
	    font-size:14px;
    }
    
    #titre h3 {
	    font-size:12px;
    }

}

@media (min-width: 901px) {

	#titre {
	    margin:14px;
        width:25%;
    }

}

header h1 {
background-color:#ed5d66;
color:#fff;
}

/* ------------------------ CONTENU HEADER ------------------------------- */
.logo {
width:90%;
padding:5px;
margin:auto;
text-align:center;
vertical-align:middle;
/* background-color:rgba(33,43,64,1); */
/* background-image:url(../../../../em/logos/logo.png); */
background-size:auto 100%;
background-repeat:repeat-x;
background-position:center;
animation: reveal linear;
animation-duration:0.5s;
}

@media (max-width: 700px) {

    .logo {
        width:50%;
		margin:0 25%;
    }

}

@media (min-width: 701px) and (max-width: 900px) {

    .logo {
        width:30%;
		margin:0 32%;
    }

}

@media (min-width: 901px)  and (max-width: 1200px){
    .logo {
        width:100%;
		margin:0 32%;
    }

}

.sous_menu_raccourcis {
color:#fff;
}

.sous_menu_raccourcis a {
color:#fff;
}

.sous_menu_raccourcis a:hover {
color:#fff200;
}

#contenu_header_droite {
	margin-bottom:25px;
	animation: slide-from-right linear;
	animation-duration:0.5s;
}

#contenu_header_droite h1 {
padding-left:25px;
text-align:left;
color:#fff;
font-size:3em;
letter-spacing:2pt;
/* line-height:21px; */

}

#contenu_header_droite h2 {
padding-left:25px;
text-align:left;
color:#196eb5;
}

#contenu_header_gauche {
	display:inline-block;
}

@media (max-width: 500px) {

	#contenu_header_droite {
		float:none;
        width:100%;
		padding:25px 10%;
	}

	#contenu_header_droite h1 {
		text-align:center;
		font-size:2em;
	}

	#contenu_header_droite h2 {
		text-align:center;
		font-size:1.5em;
	}

	.sous_menu_raccourcis {
		padding:5px auto;
		width:100%;
		text-align:center;
    }

	#contenu_header_gauche {
		display:block;
        width:100%;
	}
}

@media (min-width: 501px) and (max-width: 900px) {

	#contenu_header_droite {
		float:none;
        width:100%;
		margin:0;
		padding:25px;
	}

	.sous_menu_raccourcis {
		padding:5px auto;
		width:100%;
		text-align:center;
    }
	#contenu_header_droite h1 {
		text-align:center;
		font-size:2em;
	}

	#contenu_header_droite h2 {
		text-align:center;
		font-size:1.5em;
	}

	#contenu_header_gauche {
		display:inline-block;
        width:100%;
	}
}

@media (min-width: 901px) {

	#contenu_header_droite {
		display:inline-block;
        width:70%;
		margin:17px 0 0 0;
	}

	#contenu_header_gauche {
		display:inline-block;
        width:25%;
	}

}


/* CONTENU DE LA ZONE DE RECHERCHE ------------------------------- */

#zone_de_recherche {
display:none;
line-height:18px;
font-size:17px;
margin:0;
/* background-image:url(../images/fond_module_rechercher.png);
background-color:var(--couleur-1); */
}

#rechercher {
border:1px #525050 solid;
height:21px;
}

#bouton_rechercher {
background-color:transparent;
background-image:url(../images/boutons/bouton_rechercher.png);
background-repeat:no-repeat;
vertical-align:top;
width:41px;
height:45px;
}

#bouton_rechercher:hover {
cursor:pointer;
}

#zone_de_recherche h2 {
	color:#fff;
}

.surlignage {
background-color:#FF0;
color:#f00;
}

@media (max-width: 500px) {

	#zone_de_recherche {
    	width:100%;
		text-align:center;
    }

    #rechercher {
		width:75%;
        text-align:center;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#zone_de_recherche {
    	width:100%;
        text-align:right;
    }

    #rechercher {
		width:75%;
    }

}

@media (min-width: 901px) {

	#zone_de_recherche {
		display:block;
    	width:100%;
    }	

    #rechercher {
		width:250px;
    }

}

/* ----------------------------------------------- ZONE ABONNEMENT ----------------------------------------------- */

#zone_abonnement {
	clear:both;
	width:var(--largeur-conteneur);
    font-size:17px;
    border-bottom:#fff solid 1px;
    padding:11px 0;
}

#zone_abonnement a {
color:#fff;
}

#zone_abonnement img {
vertical-align:middle;
}

#div_zone_abonnement_gauche {
    line-height:30px;
    color:#fff;
}

#div_zone_abonnement_droite {
	line-height:30px;
}

#bouton_affiche_zone_abonnement {
    font-size:21px;
    text-align:center;
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;
}

@media (max-width: 500px) {

    #zone_abonnement {
    	display:none;
    }

	#div_zone_abonnement_gauche {
		width:100%;
        display:block;
        text-align:center;
	}

	#div_zone_abonnement_droite {
    	width:100%;
        display:block;
        text-align:center;
        margin:25px 0;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

    #zone_abonnement {
    	display:none;
    }

	#div_zone_abonnement_gauche {
		width:100%;
        display:block;
        text-align:center;
	}

	#div_zone_abonnement_droite {
    	width:100%;
        display:block;
        text-align:center;
        margin:25px 0;
    }

}

@media (min-width: 901px) {

    #zone_abonnement {
    	display:block;
		height:50px;
    }

	#div_zone_abonnement_gauche {
		width:70%;
        display:inline-block;
        text-align:left;
	}

	#div_zone_abonnement_droite {
    	width:25%;
        display:inline-block;
        text-align:right;
    }

}


/* ----- BLOCK ADDRESS ----- */

address {
font-size:1.4em;
line-height:1.4em;
}

address h2 {
text-align:left;
color:#fff;
line-height:1.4em;
}

address a {
color:#fff;
}

a[href^="mailto"]::before {
	font-family: "FontAwesome";
	content: "\f2bb";
	font-weight: 900;
	margin-right:12px;
}

a[href^="tel"]::before {
 	font-family: "FontAwesome";
	content: "\f098";
	font-weight: 900;
	margin-right:12px;
}


/* FOOTER ----------------------------------------------- */



#footer {
	clear:both;
    color:#fff;
    text-align:left;
/*    background-color:#; 
	background-image:url(../images/pixel_gris_transparent.png);
    background-repeat:repeat; */
}

.citation_bas_page {
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.40);
width:100%;
height:200px;
color:#fff;
text-align:center;
font-size:2.5em;
font-style:italic;
padding:25px;
}

#bas_footer {
background-color:#212b40;
margin:0;
padding:25px 0;
}

.div_footer_gauche, .div_footer_centre, .div_footer_droite {
vertical-align:top;
}

.div_footer_gauche {
	width:35%;
    text-align:center;
	display:inline-block;
    vertical-align:top;
    padding:7px 11px;
	animation: slide-from-right linear;
	animation-timeline: view();
	animation-range-start: cover 0%;
	animation-range-end: contain 20%;
}

.div_footer_centre {
	display:inline-block;
	width:0%;
	text-align:center;
    font-size:3em;
    padding:7px 11px;
    line-height:14px;
    color:#eea025;
}

.div_footer_droite {
	display:inline-block;
	width:60%;
	font-size:11px;
	text-align:center;
	animation: slide-from-right linear;
	animation-timeline: view();
	animation-range-start: cover 0%;
	animation-range-end: contain 20%;
}

.div_footer_gauche h1, .div_footer_centre h1, .div_footer_droite h1 {
font-size:2em;
color:#196eb5;
text-align:right;
padding:0;
}

.div_footer_droite a, .div_footer_centre a, .div_footer_gauche a {
color:#196eb5;
}

.div_footer_droite a:hover, .div_footer_centre a:hover, .div_footer_gauche a:hover {
color:#fff;
}

.div_footer_gauche img {
margin:10px;
height:50px;
}

.block-adresse, .block-logo {
display:inline-block;
vertical-align:top;
}

.block-adresse {
border-right:7px #196eb5 solid;
padding-right: 25px;
width:70%;
text-align:right;
}

.block-logo {
text-align:left;
width:20%;
padding-left: 25px;
}

.block-adresse h1 {
animation:none;
}

.mention_sous_footer {
padding-top:25px;
text-align:center;
font-size:0.7em;
color:#fff;
}

.mention_sous_footer a {
color:#fff;
}

.mention_sous_footer a:hover {
color:#000;
}

@media (max-width: 500px) {

	#footer {
		width:100%;
        text-align:center;
	}

	#chapeau_footer, .div_footer_centre {
    	display:none;
    }

	.div_footer_gauche {
    	width:90%;
        padding:25px 5%;
    }

    .div_footer_droite {
		width:100%;
        margin-top:25px;
    }

	.div_footer_droite > img {
		max-width:90%;
    }

    .mention_sous_footer {
	    text-align:center;
        background-color:#024a68;
        margin-top:25px;
        padding:13px 0;
	}

    #bas_footer {
		padding-top:0;
	}

	.block-adresse {
		width:50%;
	}

}

@media (min-width: 501px) and (max-width: 900px) {

	#footer {
		width:100%;
        text-align:center;
	}

	#chapeau_footer, .div_footer_centre {
    	display:none;
    }

	.div_footer_gauche {
    	width:90%;
        padding:25px 5%;
    }

    .div_footer_droite {
		width:100%;
        margin-top:25px;
    }

	.div_footer_droite > img {
		max-width:90%;
    }

    .mention_sous_footer {
	    text-align:center;
        background-color:#024a68;
        margin-top:25px;
        padding:13px 0;
	}

    #bas_footer {
		padding-top:0;
	}

}

@media (min-width: 901px) {

	#footer {
		width:var(--largeur-conteneur);
	}

	.div_footer_droite > img {
		max-width:430px;
    }

}

/* ------------------------------------------------------------------- */

div#contenu_global_droite {
width:var(--largeur-conteneur);
}

.telechargement_pdf {
	width:630px;
    height:30px;
    font-size:11px;
    text-align:left;
    clear:both;
}

.symbole_pdf {
	float:left;
    width:30px;
}

.lien_pdf {
	float:right;
    width:580px;
    padding:9px 0px;
}

div#bandeau_sous_menu {
height:130px;
text-align:right;
margin-top:7px;
clear:both;
}

div#sous_titre {
text-align:left;
background-image:url(../images/header_contenu.png);
}

#sous_titre h1 {
color:#fff;
font-size:1em;
margin-top:0;
text-align:left;      
}

div#contenu {
display:inline-block;
background-repeat:no-repeat;
margin:0;
margin-top:25px;
background-color:rgba(33,43,64,0.5);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 25px 0 25px 0;
}

@media (max-width: 900px) {

	div#contenu {
    	width:100%;
		border-radius: 0;
    }

}

@media (min-width: 901px) {

	div#contenu {
    	width:100%;
    }

}

div#contenu_global {
width:var(--largeur-conteneur);
}


div#bandeau_lateral_2 {
clear:both;
/* border-top:1px solid #fff; */
margin:25px 0;
padding: 50px;
background-color:rgba(201,118,118,0.9);
Border-radius:50px 0 50px 0;
color:rgb(33,43,64);
animation: slide linear;
animation-timeline: view();
animation-range-start: cover 0%;
animation-range-end: contain 50%;
}

div#bandeau_lateral_2 h2 {
color:rgb(33,43,64);
border-bottom:1px rgb(33,43,64) solid;
}

#bandeau_news {
/*background-image:url(../images/pixel_transparent.png);
background-repeat:repeat;*/
padding:21px 0;
}

div#bandeau_lateral_2 {
clear:both;
}


.partenaires {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
font-size:11px;
text-align:left;
}

.partenaires a {
color:#000;
}

.partenaires a:hover {
color:#00597b;
}

/* ----------------------------------------------- ELEMENT TABLE ----------------------------------------------- */

table {
border: medium solid #00597b;
border-collapse: collapse;
font-size:11px;
width: 100%;
}
th {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
border: thin solid #00597b;
width: auto;
padding: 5px;
background-color:#999;
font-size:10px;
text-align:center;
}
td {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
border: thin solid #00597b;
width: auto;
padding: 5px;
text-align: center;
}
caption {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
}
table table {
border: none;
border-collapse: collapse;
font-size:11px;
width: 100%;
}
table table td{
border: none;
}

.une_colonne {
width:550px;
display:block;
clear:both;
}

.deux_colonnes {
display:block;
width:550px;
margin:0;
clear:both;
}

.colonne_gauche {
width:250px;
margin:0;
float:left;
}
.colonne_droite {
width:300px;
margin:0;
float:right;
}

.pdf {
height:34px;
line-height:34px;
}

.lien_visible {
font-weight:bold;
color:#00F;
}

div#info_plus {
text-align:center;
margin-top:11px;
padding-top:11px;
font-size:12px;
line-height:12px;
height:54px;
background-image:url(../images/fond_bouton_plus_infos.png);
background-repeat:repeat-x;
}

/* ------------------------ CONTENU DE LA ZONE DE PARTAGE EN BAS DE PAGE DYNAMIQUE ------------------------------- */

.partager {
line-height:18px;
font-size:17px;
float:right;
margin:11px 25px;
}

.partager_reseau_social {
margin:7px;
float:right;
width:259px;
height:50px;
text-align:right;
}

/* --------------------------- Page inactive ---------------------------------------*/
#page_site_inactif {
/* background-image:url(images/page_site_inactif.jpg);
background-repeat:none; */
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
font-size:21px;
width:700px;
height:500px;
margin:27px auto;
}

#page_site_inactif h1 {
text-align:center;
}

#message_page_inactive {
text-align:center;
width:100%;
}

#message_page_inactive img {
width:100%;
}
/* --------------------------- Page structure ---------------------------------------*/
.desc_association {
padding:11px 25px;
min-height:50px;
background-color:#b4b4b4;
color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width:90%;
border:3px #fff solid;
margin-bottom:12px;
max-height:50px;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
transition: max-height 0.5s;
overflow:hidden;
}

.desc_association:hover {
background-color:#024a68;
max-height:500px;
cursor:pointer;
}

.desc_association h2 {
font-size:21px;
}

.desc_association h2>a {
color:#fff;
}

.desc_association_gauche {
float:left;
width:70%;
vertical-align:middle;
padding:0 12px 12px 12px;
}

.desc_association_droite {
display:inline-block;
margin:0 0 0 12px;
padding:0 12px 12px 12px;
width:20%;
border-left:1px #fff200 solid;
}

.desc_association p {
margin:0;
}

@media (max-width: 500px) {
	.desc_association {
		width:auto;
	}
    
    .desc_association_gauche {
		width:100%;
    }
    
    .desc_association_droite {
	    display:none;
    }
}

@media (min-width: 501px) and (max-width: 900px) {
	.desc_association {
		width:auto;
	}
    
    .desc_association_gauche {
		width:100%;
    }
    
    .desc_association_droite {
		display:none;
    }
}

@media (min-width: 901px) {

}

/* --------------------------- Bandeau latéral ---------------------------------------*/

/*.header_item_bandeau {
height:43px;
}
*/
.header_item_bandeau img {
	position:relative;
	float:left;
    margin-right:7px;
}

/* + -----------------------------------------------------
	Styles appliqués aux boutons
+ ----------------------------------------------------- */

.bouton_actif, .bouton_inactif {
	margin:1px;
}

.bouton_inactif_int, .bouton_actif_int {
	display:inline-block;
	background-repeat:repeat-x;
	height:21px;
	vertical-align:top;
	line-height:21px;
}

.bouton_inactif_int a {
	color:#000;
	text-decoration:none;
}

.bouton_actif_int a {
	color:#fff;
	text-decoration:none;
}

.bouton_inactif_int a:hover, .bouton_actif_int a:hover {
	color:#999;
}

.bouton_inactif_int {
	background-image:url(../images/boutons/bt_int_inactif.png);
}

.bouton_actif_int {
	background-image:url(../images/boutons/bt_int_actif.png);
	color:#fff;
}

.bord_gauche_actif, .bord_gauche_inactif, .bord_droite_actif, .bord_droite_inactif {
	display:inline-block;
	width:7px;
	height:21px;
	background-repeat:no-repeat;	
}

.bord_gauche_actif {
	background-image:url(../images/boutons/bt_g_actif.png);
}

.bord_gauche_inactif {
	background-image:url(../images/boutons/bt_g_inactif.png);
}

.bord_droite_actif {
	background-image:url(../images/boutons/bt_d_actif.png);
}

.bord_droite_inactif {
	background-image:url(../images/boutons/bt_d_inactif.png);
}

a.lien_bouton_actif  {
color:#FFFF00;
}

.lien_bouton_actif a:hover {
color:#fff;	
}

.bouton_inactif_int a  {
color:#777;
}

.bouton_inactif_int a:hover {
color:#000;	
}

/* --------------------------- Menu ---------------------------------------*/

* {
  box-sizing: border-box;
}

.menu-li {
  display: block;
  position: relative;
  cursor: pointer;
  animation: reveal linear;
  animation-duration:0.5s;
}

nav {
margin:auto;
}

#menu {
width:100%;
display:block;
margin:auto;
}

.menu-li {
list-style-type:none;
width:var(--menu-width);
}

#menu h2 {
margin:0;
}

.menu-title {
  display: block;
  width: 100%;
  height: 40px;
  padding: 12px 0 0;
  background: #9dc852;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s background-color;
	font-size:1em;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #9dc852;
  border-left: calc(var(--menu-width) / 2) solid transparent;
  border-right: calc(var(--menu-width) / 2) solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition:
    0.2s 0.2s border-top ease-out,
    0.3s border-top-color;
}

.menu-title:hover { background: #8db842; }
.menu-title:hover:before { border-top-color: #8db842; }

.menu-li:hover > .menu-title:before {
  border-top-width: 0;
  transition:
    0.2s border-top-width ease-in,
    0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: calc(var(--menu-width) / 2) solid transparent;
  border-right: calc(var(--menu-width) / 2) solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu-li:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-color-1 {background: #9dc852;}
.menu-title_2nd, .menu-color-2 { background: #4e96b3; }
.menu-title_2nd:hover { background: #3e86a3; }
.menu-title_2nd:before { border-top-color: #4e96b3; }
.menu-title_2nd:hover:before { border-top-color: #3e86a3; }

.menu-title_3rd { background: #c97676; }
.menu-title_3rd:hover { background: #b96666; }
.menu-title_3rd:before { border-top-color: #c97676; }
.menu-title_3rd:hover:before { border-top-color: #b96666; }

.menu-title_4th, .menu-color-4 { background: #dbab58; }
.menu-title_4th:hover { background: #cb9b48; }
.menu-title_4th:before { border-top-color: #dbab58; }
.menu-title_4th:hover:before { border-top-color: #cb9b48; }

.menu-title_5th { background: #53ccf9; }
.menu-title_5th:hover { background: #21bdf7; }
.menu-title_5th:before { border-top-color: #53ccf9; }
.menu-title_5th:hover:before { border-top-color: #21bdf7; }

.menu-dropdown {
  min-width: 100%;
  padding: 15px 0;
  position: absolute;
  /* background: #ebebeb; */
  border-radius:0 0 25px 25px;
  z-index: 100;
  transition:
    0.5s padding,
    0.5s background;
}

#menu-dropdown-li {
	width:100%;
	font-weight: bold;
	padding-left:10%;
}

#menu-dropdown-li a, .menu-li a {
	color:#fff;
}

#menu-dropdown-li a:hover, .menu-li a:hover {
	color:#fff;
	text-decoration:none;
}

.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: calc(var(--menu-width) / 2) solid transparent;
  border-right: calc(var(--menu-width) / 2) solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}

.menu-li:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  background: #dddddd;
  z-index: 99;
}

.menu-li:not(:hover) > .menu-dropdown:after {
  border-top-color: #dddddd;
}

.menu-li:not(:hover) > .menu-title:after {
  border-bottom-color: #dddddd;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  padding: 5px 10px;
  background: rgba(0,0,0,0);
  white-space: nowrap;
  transition: 
    0.2s height cubic-bezier(.73,.32,.34,1.5),
    0.2s padding cubic-bezier(.73,.32,.34,1.5),
    0.2s margin cubic-bezier(.73,.32,.34,1.5),
    0.01s 0.01s color,
    0.1s background-color;
}

.menu-dropdown > *:hover {
  background: rgba(0,0,0,0.1);
}

.menu-li:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}

.hList {
  //overflow: hidden;
}

.hList > * {
  float: left;
}

.hList > * + * {
  margin-left: 0;
}

#bouton_affiche_menu {
width:50px;
height:50px;
position:fixed;
top:12px;
right:12px;
background-image:url(../images/boutons/icone_afficher_menu.png);
background-repeat:no-repeat;
z-index:10000;
}

#bouton_affiche_menu:hover {
	cursor:pointer;
}

@media (max-width: 500px) {

    #bouton_affiche_menu, #bouton_retour_menu {
    	display:block;
    }

	#menu {
		display:none;
	}

	nav#menu ul {
		background-image:none;
        padding:0;
    }

	nav#menu ul.niveau1 li {
        float:none;
        display:block;
        position:relative;
	}

    .sous_menu_raccourcis {
        display:none;
    }

	.hList > * {
	  float: none;
	}

	.menu {
		display:block;
	}

	.menu-title {
		width:100%;
	}

	#menu li {
		margin:0;
	}

	.menu-li {
		width:100%;
	}

	.menu:not(:hover) > .menu-dropdown > * {
		visibility:visible;
		color:#000;
		height:auto;
		display:block;
	}
 
	.menu-dropdown {
		  min-width: 100%;
		  padding: 15px 0;
		  position: relative;
		  background: #ebebeb;
		  z-index: 99;
		text-align:center;
	}

	.menu-title:before, .menu-dropdown:before  {
	  border-left: var(--menu-width) solid transparent;
	  border-right: var(--menu-width) solid transparent;
	}

	.menu-title:after, .menu-dropdown:after {
	  border-left: var(--menu-width) solid transparent;
	  border-right: var(--menu-width) solid transparent;
	}

}

@media (min-width: 501px) and (max-width: 900px) {

    #bouton_affiche_menu, #bouton_retour_menu {
    	display:none;
    }

}

@media (min-width: 901px) {

    #bouton_affiche_menu, #bouton_retour_menu {
    	display:none;
    }

}

/* STYLE POUR L'EXTRAIT D'ARTICLE QUI SE TROUVE DANS LE VOLET OUVRANT ----------------------------------- */

#extrait_article {
padding:25px;
}

#extrait_article h1 {
margin:7px 0;
padding:0;
font-size:14px;
}

#extrait_article > p {
font-size:14px;
color:#fff;
}

#extrait_article h1 a {
color:#024a68;
}

.illustration_extrait_article {
float:left;
margin:0 25px;
}

#extrait_article .la_suite {
float:right;
margin-right:10%;
width:200px;
background-color:var(--couleur-2);
}

#extrait_article .la_suite > a {
font-size:17px;
text-align:center;
}

/* FIN STYLE POUR L'EXTRAIT D'ARTICLE QUI SE TROUVE DANS LE VOLET OUVRANT ----------------------------------- */


/* --------------------------------- STYLE POUR LE VOLET OUVRANT ----------------------------------- */

#menu_volet:not(*:root) { /* Hack Chrome */
height:200px;
}

.titre_menu_volet {
display:none;
font-size:25px;
margin:25px;
color:#9edbfe;
text-align:left;
}

#menu_volet ul li a {
font-size:12px;
}

div#menu_volet ul {
background-image:none;
background-repeat:repeat;
background-color:#ed5d66;
display:block;
margin-bottom:7px;
}

div#menu_volet ul ul {
display:block;
position:relative;
padding:7px 0;
margin:11px 0;
top:0;
background-image:none;
}

div#menu_volet ul li li {
display:inline;
font-size:14px;
font-weight:bold;
padding:3px;
}

div#menu_volet ul ul li {
font-size:12px;
font-weight:normal;
}

div#menu_volet ul ul li:hover > img {
border:3px #024a68 solid;
}

@media (max-width: 500px) {
	

}

@media (min-width: 501px) and (max-width: 900px) {
	
}

@media (min-width: 901px) {
	
}

/* ------------------------------------ SOUS-MENU ------------------------------------------*/

div#sous_menu {
height:100%;
width:100%;
padding-right:7px;
margin-bottom:25px;
}

*+html div#sous_menu {
margin-top:7px;	
}

div#sous_menu ul {
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
list-style-type:none;
}

div#sous_menu ul li {
width:auto;
margin-bottom:1px;
margin-top:1px;
padding-left:10px;
min-height:30px;
background-color:#9EDBFE;
}

div#sous_menu ul ul {
position:relative;
left:10px;
/* display:none; */
}

#sous_menu ul ul  {
margin-bottom:0px;
}

#sous_menu li a {
	color:#fff;
}

#sous_menu li a:hover {
	color:#000;
}

.separation_menu {
background-color:#515151;
color:#fff;
font-size:19px;
font-weight:bold;
text-align:center;
height:25px;
}

/* ------------------------------------ ZONE MENU BAS ------------------------------------------*/

#zone_menu_bas {
padding-bottom:11px;
width:100%;
clear:both;
border-top:#fff solid 1px;
margin:25px 0;
}

.menu_bas_rubrique {
text-align:left;
font-size:14px;
font-weight:bold;
}

div.DivZoneMenuBasColonne {
    margin:1px;
    padding:11px;
	display:inline-block;
    float:left;
	vertical-align:top;
	min-height:270px;
    width:140px;
}

.DivZoneMenuBasColonne:hover {
background-position:center bottom;
background-image:url(../images/fleche_fond_bouton.png);
background-repeat:no-repeat;
background-color:#545151;
}

.DivZoneMenuBasColonne:hover > h2 {
color:#fff;
}

div.DivZoneMenuBasColonne ul {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
font-size:11px;
margin:3px;
padding:0;
list-style-type:none;
float:left;
}

div.DivZoneMenuBasColonne li {
margin-bottom:0px;
}

div#zone_menu_bas a {
color:#fff;
}

div#zone_menu_bas a:hover {
color:#9edbfe;
}

/* ------------------------- SLIDER SITES WEB ------------------------------- */

#all{margin:10px auto;width:100%;height:70px;background: transparent;}
.slider_zone{overflow: hidden;position:relative;z-index:2;}
.bt_slide{background: url("../images/slider/slider1_picto_prev.png") no-repeat center center;cursor: pointer;height: 70px;width: 70px;float:left;}
.bt_slide.next{background: url("../images/slider/slider1_picto_next.png") no-repeat center center;float:right;}
.slider_zone .in {padding: 0 20px 0 0;position: absolute;width: 15000px;z-index: -1;}
.slider_zone .bloc{margin-right: 3px;width: 425px;float:left;height:70px;background: #dedede;}
.slider_zone a {
	color:#000;
	line-height:70px;
	vertical-align:middle;
}
.slider_zone a:hover {
color:#fff;	
}

.cliquable {
cursor:pointer;
}

.chargeur {
text-align:center;
padding:25px;
font-size:3em;
z-index:20000;
color:var(--couleur-2);
}

/* ELEMENTS INPUT TEXTE ----------------------------- */

input[type="text"], textarea, input[type="submit"], input[type="button"], input[type="password"]
{
    -webkit-appearance: none;
    border: 1px solid #024a68;
    box-shadow: inset 0px 0px 1px 0px #a0a1a7;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:7px;
    padding: 0.25em 1em 0.25em 1em;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size:1.2em;
	opacity:0.5;
}

input[type="text"]:focus, textarea:focus {
    background-color:#ebe7fc;
	opacity:1;
}

input[type="submit"], input[type="button"] 
{
    background: #ed5d66;
    padding:0.1em 1em;
    cursor:pointer;
    color:#fff;
    font-size:1.3em;
	opacity:1;
}

input[type="submit"]:hover, input[type="button"]:hover 
{
    background: #1a6eb6;
    cursor:pointer;
}

/* FIN ELEMENTS INPUT TEXTE ----------------------------- */

/* STYLE A SAISIR DIRECTEMENT DANS L'INTERFACE ------------- */

.coins-arrondis {
	border-radius:25px;
}

/* FIN STYLE A SAISIR DIRECTEMENT DANS L'INTERFACE ------------- */