:root{
	--gris_clair: rgba(239, 239, 239, 0.7);
	--gris_fonce: #7E7E7E;
	--vert_fonce: #8bb31d;
	--vert_clair: #BACE00;
	--bleu_fonce: #4565ad;
	--bleu_clair: #5bc5f2;
	/*--saumon: rgba(243, 227, 207, 0.4);*/
	--saumon: #f3e3cfa3;
	--orange: #f7a600;
	--rouge: #e40521;
	--noir: #707070;
}
@font-face {
    font-family: 'congresslight';
    src: url('../font/congress-lig-webfont.woff2') format('woff2'),
         url('../font/congress-lig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'congressregular';
    src: url('../font/congress-reg-webfont.woff2') format('woff2'),
         url('../font/congress-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'congressbold';
    src: url('../font/congress-bol-webfont.woff2') format('woff2'),
         url('../font/congress-bol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'congressblack';
    src: url('../font/congress-bla-webfont.woff2') format('woff2'),
         url('../font/congress-bla-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: arial;
	color: var(--noir);
	background-color: var(--saumon);
}

a{
	color: var(--bleu_fonce);
}

a:hover{
	color: var(--vert_fonce);
}

h1,h2,h3,h4,h5,h6{
	font-family: 'congressblack';
}

.badge_bleu_clair, .badge_orange, .badge_bleu_fonce,  .badge_vert_fonce{
	font-family: 'congressregular';
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	padding: 0px 3px;
	margin-right: 3px;
}

.badge_bleu_clair{
	background-color: var(--bleu_clair);
}

.badge_orange{
	background-color: var(--orange);
}
.badge_bleu_fonce{
	background-color: var(--bleu_fonce);
}
.badge_vert_fonce{
	background-color: var(--vert_fonce);
}

header{
	font-family: 'congressregular';
	background-color: #FFF;
}

header .topnav{
	background-color: var(--gris_clair);
	min-height: 41px;
	margin-top: -1px;
}

header .topnav .nav1{
	display: inline-block;
	margin: 5px 5px 5px 0;
}

header .topnav .nav1 img{
	width: 30px;
}

header .topnav .nav2{
	display: inline-block;
	line-height: 41px;
	color: #FFF;
	border-left: 2px solid #FFF;
	padding: 0 10px;
	background-color: var(--vert_clair);
	margin-left: -4px;
}

header .topnav .nav2:hover, header .topnav .nav2.active{
	background-color: #FFF;
	color: var(--vert_clair);
	text-decoration: none;
}

header .topnav .top_search{
	display: inline-block;
	height: 40px;
	margin-top: 1px;
	margin-left: -4px;	
}

header .topnav p{
	display: inline-block;
	margin-bottom: 0;
}

header .topnav p a{
	display: inline-block;
	line-height: 41px;
	color: #FFF;
	border-left: 2px solid #FFF;
	padding: 0 10px;
	background-color: var(--vert_clair);
	margin-left: -4px;
}
header .topnav p a:hover{
	background-color: #FFF;
	color: var(--vert_clair);
	text-decoration: none;
}

header .bandeau .slogan{
	font-family: 'congressblack';
	font-size: 38px;
	font-weight: bold;
	line-height: 1.05;
	margin: 15px 0 15px 40px;
}

header .bandeau .slogan span{
	display: block;
	font-family: 'congresslight';
}

.main{
	margin: 30px 0 60px 0;
}

.home_text{
/*	background:url(../images/fleur180.png) 8px 9px #FFF no-repeat;
	background-size: 64px 64px;
*/	
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 15px; 
}

.home_text h2{
	font-family: 'congressblack';
	font-size: 26px;
/*	margin: 34px 0 0 38px;*/
	margin:0;
	padding: 0;
}
.home_text .sous-titre{
	font-family: 'congresslight';
	font-size: 24px;
/*	margin: -8px 0 15px 38px;*/
  margin: -8px 0 0px 0px;
}

.home_text ul{
	padding: 15px;
}

.home_text .container a{
	color: var(--noir);
}

.home_text .container a:hover{
	color: var(--vert_fonce);
	text-decoration: none;
}

.home_rubs h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
}

.home_rubs .img_link {
    display: block;
    background-color: var(--gris_clair);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}

.home_actu .img_link{
	display: block;
    background-color: var(--gris_clair);
    background-size: cover;
    background-position: center;
    height: 180px;
}

.home_actu h2{
	font-size: 22px;
	margin: 30px 0 15px 0;
	padding: 0 0 0 40px;
	background: url(../images/icones-05.png) left center no-repeat;
	background-size: 30px;
}

.home_actu .content{
	background-color: #FFF;
	padding: 15px;
	min-height: 206px;
	margin-bottom: 15px;
}

.home_actu .img_link {
    display: block;
    background-color: var(--gris_clair);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 212px;
}

.home_actu .content .badge{
	margin: 15px 0;
}

.home_actu .content h3 a{
	font-size: 18px;
	line-height: 24px;
	color: var(--noir);
}

.home_actu .content h3 a:hover{
	text-decoration: none;
}

.all{
	display: inline-block;
	padding: 3px 8px 3px 8px;
	font-family: "congressblack";
	color: #FFF;
	background-color: var(--vert_clair);
	border: 3px solid var(--vert_fonce); 
}
.all:hover{
	color: var(--vert_clair);
	background-color: var(--gris_clair);
	text-decoration: none;
	border: 3px solid var(--vert_clair); 
}

.all2{
	padding-right: 36px;
	background:url(../images/icones-15.png) 96% 50% no-repeat var(--vert_clair);
	background-size: 20px; 
}

.all2:hover{
	background-image:url(../images/icones-04.png);
}


.reseau{
	background-color: var(--gris_clair);
	margin: 0 0 15px 0;
}

.reseau .titre{
	display: block;
	background-color: var(--vert_clair);
	color: #FFF;
	font-family: 'congressblack';
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
.reseau .titre:hover{
	text-decoration: none;
	background-color: var(--vert_fonce);
}

.reseau .rs{
	text-align: center;
}

.reseau .rs a{
	display: inline-block;
	margin: 10px 5px 0 5px;
}

.reseau .rs a img{
	width: 30px;
	height:30px;
}

.left_nav{
	background-color: #FFF;
	padding: 15px;
	margin: 57px 0 15px 0;	
	font-family: "congressregular";
}


.left_nav .parent {
    font-family: 'congressblack';
    font-size: 17px;
	color: var(--vert_fonce);
}

.left_nav .parent:hover {
	text-decoration: none;
	color: var(--noir);
}

.left_nav ul{
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
}

.left_nav ul li{
	padding: 8px 0;
	border-bottom: 1px solid var(--gris_fonce);
}

.left_nav ul li:last-of-type {
  border-bottom: none;
}

.left_nav ul li a{
	color: var(--noir);
}

.left_nav ul li a:hover{
	color: var(--vert_fonce);
	text-decoration: none;
}

.left_nav ul li ul li{
	margin-left: 8px;
	border-bottom: 1px dotted var(--gris_fonce);
}

.left_nav ul li ul li a{
	font-size: 15px;
}

.module_tn{
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
}

.module_tn .titre{
	font-family: 'congressblack';
	font-size: 20px;
	padding-left: 40px;
	display: block;
	color: var(--noir);
}
.module_tn .titre:hover{
	text-decoration: none;
	color: var(--vert_clair);
}

.module_tn.formation .titre{
	background: url(../images/formation.svg) left center no-repeat; 
	background-size: 30px;
}

.module_tn.pa .titre{
	background: url(../images/pa.svg) left center no-repeat; 
	background-size: 30px;
}

.module_tn.event .titre{
	background: url(../images/event.svg) left center no-repeat; 
	background-size: 30px;
}

.module_tn ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.module_tn ul li{
	padding: 8px 0;
	border-bottom: 1px solid var(--gris_fonce);
}

.module_tn ul li a{
	color: var(--noir);
}

.module_tn ul li a:hover{
	color: var(--vert_fonce);
	text-decoration: none;
}

.module_tn a.suite{
	font-family: "congressregular";
}

.carousel{
	margin-bottom: 30px;
}

.carousel .carousel-item .img{
	background: center center no-repeat var(--gris_clair); 
	height: 400px;
	background-size: cover;
}

.carousel .carousel-caption{
	background-color: rgba(0,0,0,.25);
	right:20%;
	left:20%;
	padding: 10px 10px 5px 10px;
	bottom: 30px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 80%);
}

.carousel .carousel-caption small{
	display: block;
}

.carousel .carousel-indicators {
	bottom: -10px;
}
.carousel a{
	color: #FFF;
	text-decoration: underline;
}

/*.carousel-caption {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--noir);
	bottom: 0;
	left: 0;
	right: 0;
}

.carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li{
	background-color: var(--noir);
	height: 5px;
}*/

.chapo{
	background-color: #FFF;
}

.chapo .text{
	padding:15px;
	font-family: "congressregular";
	font-size: 18px;
}

.chapo .text p{
	margin: 5px 0;
}

.rubs{
	margin-bottom: 15px;
}

.rubs .img_link{
	display: block;
	background-color: var(--gris_clair);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 180px;
}
.rubs .text{
	background-color: #FFF;
	padding: 15px;
	min-height: 250px;
}
.rubs .text h3 a{
	color: var(--noir);
	font-size: 18px;
}

.rubs .text h3 a:hover{
	text-decoration: none;
	color: var(--vert_fonce);
}

.arts{
	background-color: #FFF;
	margin-bottom: 15px;
}

.arts h3{
	margin-bottom: 0;
}

.arts h3 a{
	font-size: 18px;
	color: var(--noir);
}
.arts h3 a:hover{
	text-decoration: none;
	color: var(--vert_fonce);
}

.arts .text{
	padding:15px;
}

.arts .text p{
	margin: 5px 0;
}

.main_text{
	background-color: #FFF;
	padding:15px;
}


.main_text img{
	max-width: 100%;
	height: auto;
}


.main_text h1{
	/*font-size: 26px;*/
	margin: 0 0 5px 0;
}

.main_text h2{
	/*font-size: 22px;*/
	color: var(--vert_fonce);
	margin: 10px 0 0px 0;
}

.main_text h2.aller{
	padding-left: 35px;
	margin: 20px 0;
	line-height: 30px;
	background:url(../images/icones-11.png) left center no-repeat;
	background-size: 30px;
}

.main_text h3{
	font-family: 'congressbold';
	font-size: 20px;
	margin: 15px 0 0px 0;
	color: var(--vert_fonce);
}

.main_text hr{
	height: 3px;
	background-color: var(--gris_clair);
	margin: 0 auto 1rem auto;
	width: 80%;

}

.main_text .docs{
	margin-bottom: 15px;
}

.main_text .docs .logo{
	width: 100%;
	height: 122.5px;
	margin-bottom: 10px;
	background-color: var(--gris_clair);
}

.main_text .docs .titre{
	font-family: 'congresslight';
	font-size: 18px;
	padding-left: 25px;
	margin: 20px 0;
	line-height: 24px;
	background:url(../images/icones-09.png) left center no-repeat;
	background-size: 20px;
}

.main_text .docs .info{
	display: block;
	font-family: "congressregular";
	font-size: 13px;
	border-bottom: 1px solid var(--gris_clair);
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.main_text .videos{
	margin-bottom: 15px;
	text-align: center;
}

.main_text .videos .titre{
	text-align: left;
}

.main_text .docs a{
	color: var(--noir);
}

.main_text .videos .titre{
	font-family: 'congresslight';
	font-size: 18px;
	padding-left: 25px;
	margin: 20px 0;
	line-height: 24px;
	background:url(../images/icones-09.png) left center no-repeat;
	background-size: 20px;
}

/* Logos, documents et images */
.spip_logo { float:right; margin: 0 0 10px 10px; padding:0; border: none; }

.spip_logo { margin: 0 0 10px 10px; padding: 0; border: none; }
.spip_logo_center { clear: both; display: block; margin: 0 auto 1.5em auto; }
.spip_logo_left { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }
.spip_logo_right { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }

.spip_documents { margin-bottom: 1.5em; padding: 0; background: none; max-width: 100%;}
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif { margin-right: auto; margin-left: auto; text-align: center; }
.spip_documents_center { clear: both; display: block; width: 100%; }
.spip_documents_left { float: left; margin-right: 1.5em; }
.spip_documents_right { float: right; margin-left: 1.5em; }
.spip_doc_titre {}
.spip_doc_descriptif { clear: both; }
.spip_doc_credits { font-size:x-small; clear: both; }
/* fixer une largeur maximale de 100 % aux elements potentiellement problematiques */

.spip_code{clear: both;display: block;}

.docs_externes{
	background-color: var(--gris_fonce);
	padding: 15px;
	color: #FFF;
}

.docs_externes .titre{
	font-family: 'congressblack';
	font-size: 20px;
	padding-left: 40px;
	margin: 0 0 20px 0;
	line-height: 31px;
	background:url(../images/icones-14.png) left center no-repeat;
	background-size: 35px;
}

.docs_externes ul{
	margin: 0;
	padding: 0 0 0 20px;
}

.docs_externes a{
	color: #FFF;
}

.breadcrumb{
	background:none;
	font-family: 'congressregular';
	font-size: 14px;
	padding: 0 1rem;
}

.region{
	display: none;
}	

.region_titre{
	line-height: 42px;
	padding: 0 30px 0 10px;
	font-size: 20px;
	color: var(--noir);
	background-color: var(--gris_clair);
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
}
.region_titre::after{
	content: "";
  	position: absolute;
	background: url(../images/icones-15.png) center center no-repeat;
	background-size: 20px;
  	width: 20px;
  	height: 20px;
  	right: 10px;
  	top:10px;
}
.region_titre2{
	line-height: 42px;
	padding: 0 30px 0 10px;
	font-size: 20px;
	color: #FFF;
	background-color: var(--gris_fonce);
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
}

.region_titre2::after{
	content: "";
  	position: absolute;
	background: url(../images/icones-15.png) center center no-repeat;
	background-size: 20px;
  	width: 20px;
  	height: 20px;
  	right: 10px;
  	top:10px;
  	transform: rotate(90deg);
}

.structure{
	min-height: 200px;
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 15px 0;
}

.structure .rd{
	color: var(--noir);
	font-size: 20px;
	font-family: "congressregular";
	margin: 30px 0 0 0;
}
.structure h3{
	margin-top: -8px;
}

.structure h3 a{
	color: var(--noir);
	font-size: 20px;
}


.structure h3 a:hover{
	text-decoration: none;
}
.structure h3.titre_structure_regionale a{
	color: var(--vert_fonce);
}

.structure a{
	color: var(--noir);
}


.suite, .suite_vert_clair{
  text-align: right;
  margin-top: 10px;
  font-family: 'congressregular';
}

.suite a{
  background:url(../images/icones-12.png) left center no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-family: 'congressregular';
  color: var(--bleu_clair); 
  line-height: 20px;
  display: inline-block;
}


.suite a:hover{
  background:url(../images/icones-02.png) left center no-repeat;
  background-size: 20px;
  color: var(--bleu_fonce); 
  text-decoration: none;
}


.suite_vert_clair a{
  background:url(../images/icones-04.png) left center no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-family: 'congressregular';
  color: var(--vert_clair); 
  line-height: 20px;
  display: inline-block;
}


.suite_vert_clair a:hover{
  background:url(../images/icones-04.png) left center no-repeat;
  background-size: 20px;
  color: var(--vert_fonce); 
  text-decoration: none;
}


.financeurs{
	background-color: #FFF;
	margin: 15px 0;
	padding: 15px;
	text-align: center;
}

.financeurs h3{
	text-align: left;
	font-size: 20px;
}

.financeurs img{
	display: inline-block;
	margin: 0 5px;
}

.dropdown-menu-short {
	 overflow-y:auto; 
	 max-height:40vh
}

/* pagination */


.pagination-items{
  list-style: none;
  margin: 15px auto;
  padding: 0;
}

.pagination-items li{
  display: inline-block;
  width: 32px;
  height: 32px;
}

.pagination-items li a{
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border:1px solid var(--bleu_clair);
  color: var(--bleu_clair);
}

.pagination-items li a:hover{
  text-decoration: none;
}

.pagination-items li span{
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border:1px solid var(--gris_fonce);
  color: var(--gris_fonce);

}

.pagination-items li.prev a,  .pagination-items li.next a{
  width: 32px;
  height: 32px;
  line-height: 32px;
  border:none;
  font-size: 20px;
  font-weight: bold;
}

.pagination-items li.prev span,  .pagination-items li.next span{
  width: 32px;
  height: 32px;
  line-height: 32px;
  border:none;
  font-size: 20px;
  font-weight: bold;
  border: none;
}

.pagination-items li:hover a, .pagination-items li.active a{
  background-color: var(--bleu_clair);
  color: #FFF;
}


/* footer*/
footer{
	background-color: var(--bleu_fonce);
	color: #FFF;
	line-height: 40px;
	font-family: 'congressregular';
	font-size: 14px;
	text-align: center;
}

footer a{
	color: #FFF;
}

footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
/* footer*/

@media only screen and (max-width: 991px) {
	h1,.h1{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {

	.scroll-h {
	    width: 100%;
	    position: relative;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    scrollbar-width: none;
	    -ms-overflow-style: none;
	}

	header .bandeau .slogan {
		font-size: 18px;
		margin:10px 0px;
	}
}