:root{
	--jaune: #fcdd18;
	--vert_fonce: #21a439;
	--vert_clair: #d5d900;
	--rose: #d6005d;
}
body{
	font-family: 'Nunito', serif;
	font-weight: 400;
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
}

.bg-blanc{
	background-color: white;
}
.bg-jaune{
	background-color: var(--jaune);
}
.bg-vert_fonce{
	background-color: var(--vert_fonce);
}

.bg-vert_fonce .lien_pagination{
	color: #FFF;
}
.color-vert_fonce{
	color: var(--vert_fonce);
}
.color-blanc{
	color: white;
}
.color-rose{
	color: var(--rose);
}
.radius8{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a{
	color: var(--vert_fonce);
}
a:hover{
	color: var(--rose);
	text-decoration: none;
}
a.color-rose:hover{
	color: var(--vert_fonce);
	text-decoration: none;
}
.btn-vert{
	color: #FFF;
	background-color: var(--vert_fonce);
	font-family: 'Solway', sans-serif;
	font-weight: 700;
	font-size:18px;
	padding: 5px 15px;
	border: 2px solid #FFF;
}
.btn-vert:hover{
	color: #FFF;
	background-color: var(--rose);
	text-decoration: none;
}
.btn-jaune{
	color: #000;
	background-color: var(--jaune);
	font-family: 'Solway', sans-serif;
	font-weight: 700;
	font-size:14px;
	padding: 3px 10px;
	border: 1px solid var(--vert_fonce);
}
.btn-jaune:hover{
	color: #FFF;
	background-color: var(--rose);
	text-decoration: none;
}
.btn-rose{
	color: #FFF;
	background-color: var(--rose);
	font-family: 'Solway', sans-serif;
	font-weight: 700;
	font-size:14px;
	padding: 3px 10px;
	border: 1px solid var(--vert_fonce);
}
.btn-rose:hover{
	color: #000;
	background-color: var(--jaune);
	text-decoration: none;
}
.mt-negative{
	margin-top: -15px;
	margin-bottom: 30px;
}
.mt-negative102{
	margin-top: -102px;
}
.bb_jaune{
	border-bottom: 1px solid var(--jaune);
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Solway', sans-serif;
	font-weight: 800;
}
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Solway', sans-serif;
	font-weight: 800;
}

h2.home-vert{
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 36px;
	color: white;
	background-color: var(--vert_fonce);
	padding: 0px 8px 4px 8px;
	margin: -80px 0 5px 0;
	display: inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.bandeau{
	background: url(../images/courbes_jaune_header.png) 15px 8px no-repeat;
	height: 217px;
	padding-bottom: 15px;
}
.bandeau .top_nav{
	height: 180px;
	padding-top: 10px;
}
.bandeau .top_nav a.contact{
	margin: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 25px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;	
	color: #000;
	background:url(../images/bouton_contact.png) 6px 10px var(--jaune) no-repeat;
}
.bandeau .top_nav a.contact:hover{
	color: #FFF;
	background:url(../images/bouton_contact_survol.png) 6px 10px #000 no-repeat;
}
.bandeau .top_nav a.newsletter{
	margin: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 25px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;	
	color: var(--jaune);
	background:url(../images/bouton_newsletter-mail.png) 6px 7px var(--rose) no-repeat;
}
.bandeau .top_nav a.newsletter:hover{
	color: #FFF;
	background:url(../images/bouton_newsletter-mail_survol.png) 6px 7px #000 no-repeat;
}
.bandeau .top_nav a.adherer{
	margin: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 25px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;	
	color: var(--rose);
	background:url(../images/bouton_adhesion-coeur.png) 6px 7px var(--vert_fonce) no-repeat;
}
.bandeau .top_nav a.adherer:hover{
	color: #FFF;
	background:url(../images/bouton_adhesion-coeur_survol.png) 6px 7px #000 no-repeat;
}

.bandeau .top_nav a.donner{
	margin: 0 5px 10px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 25px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;	
	color: var(--jaune);
	background:url(../images/bouton_adhesion-coeur.png) 6px 7px var(--rose) no-repeat;
}
.bandeau .top_nav a.donner:hover{
	color: #FFF;
	background:url(../images/bouton_adhesion-coeur_survol.png) 6px 7px #000 no-repeat;
}

.bandeau .top_nav a.connect{
	margin: 0 5px 0 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 25px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;	
	color: var(--vert_fonce);
	background:url(../images/bouton_connection-cadenas.png) 6px 5px var(--jaune) no-repeat;
}
.bandeau .top_nav a.connect:hover{
	color: #FFF;
	background:url(../images/bouton_connection-cadenas_survol.png) 6px 5px #000 no-repeat;
}
.bandeau .slogan{
	font-weight: 300;
	font-size: 36px;
	color: var(--rose);
	line-height: 32px;
	text-align: center;
	padding-top: 20px;
}
.bandeau .slogan>span{
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: var(--vert_fonce);
	line-height: 20px;
}

.logo{
	display: block;
	background-color: #FFF;	
	margin-top: 13px;
}

.logo img{
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

#menu{
	height: 75px;
 }

.decouvrir{
/*	background: url(../images/photo_accueil.jpg) left top no-repeat;
*/}
.decouvrir .axe_cadre{
	min-height: 377px; 
	padding-top: 10px;
}
.decouvrir .video_cadre{
	min-height: 377px; 
}
#carouselAxes .carousel-indicators {
	bottom: -15px;
}
#carouselAxes .carousel-indicators li{
	width: 16px;
	height: 16px;
	background-color: var(--vert_fonce);
	border-radius: 50%;
}
.axe{
	border-radius: 8px;
	background-color: #FFF;
	height: 300px;
	margin: 0 15px;
	padding: 15px;
	font-size: 15px;
}
.axe .badge{
	margin-left: -30px;
	margin-top: -5px;
	margin-bottom: 10px;
}
.axe h2{
	color: var(--rose);
	font-family: 'Nunito', serif;
    font-weight: 900;
    font-size: 20px;
    margin: -30px 0 10px 25px;
    line-height: 20px;
}
.axe p{
	padding: 0 25px;
}

.mask_container {
    position: relative;
    display: inline-block;
	border:6px solid white;
	box-shadow: 1px 1px 15px rgba(0,0,0,.8);
}
.mask_video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  .video-container object,  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.decouvrir2{
/*	background: url(../images/fond_carroussel.jpg) left top no-repeat;
*/}
.decouvrir2 .decouvrir_cadre{
	min-height: 250px; 
	padding-top: 0px;
}
.decouvrir2 .video_cadre{
	min-height: 377px; 
}
#carouselDecouvrir .carousel-indicators {
	bottom: -15px;
}
#carouselDecouvrir .carousel-indicators li{
	width: 16px;
	height: 16px;
	background-color: var(--vert_fonce);
	border-radius: 50%;
}
.axe2{
	border-radius: 8px;
	background-color: #FFF;
	height: 300px;
	margin: 0 15px;
	padding: 15px;
	font-size: 15px;
}
.axe2 h2{
	color: var(--rose);
	font-family: 'Nunito', serif;
    font-weight: 900;
    font-size: 20px;
    margin: 0px 0 10px 25px;
    line-height: 20px;
}
.axe2 p{
	padding: 0 25px;
}

.mask_container2 {
    position: relative;
    display: inline-block;
	border:6px solid white;
	box-shadow: 1px 1px 15px rgba(0,0,0,.8);
}
.mask_video2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}


.video-container2 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container2 iframe,  .video-container object,  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.a_la_une_ressources{
	background-color: var(--jaune);
	border-top: 5px solid var(--vert_fonce);
	margin-top: 80px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.a_la_une{
	border: 1px solid var(--jaune);
	background-color: #FFF;
	margin-top: -60px;
	padding-bottom: 30px;
}
.a_la_une h2{
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 40px;
	color: var(--vert_fonce);
	text-align: center;
	margin: 5px 0 15px 0;
}

.a_la_une .titre{
	font-family: 'Nunito', serif;
	font-weight: 900;
	font-size: 20px;
	color: var(--rose);
	line-height: 20px;
	margin: 5px 0;
}

.ressources{
	margin-top: -53px;
}

.ressources h2{
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 40px;
	color: var(--vert_fonce);
	background-color: var(--jaune);
	display: inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 50px 0;
	padding: 0 10px;
}


.ressources .ressouce{
	background: #FFF;
	padding: 15px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 13px;
	min-height: 118px;
	display: block;
	color: #212529;
}

.ressources .ressouce:hover{
	background: var(--rose);
	color: #FFF;
	text-decoration: none;
}

.ressources .ressouce .titre{
	color: var(--vert_fonce);
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--vert_fonce);
	margin-bottom: 2px;
	line-height: 16px;
	font-size: 16px;
}

.ressources .ressouce:hover .titre{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.resultat_ressrouces_titre{
	max-width: 200px;
	border-radius: 8px;
	color: var(--vert_fonce);
	background-color: var(--jaune);
	text-align: center!important;
	margin: 50px auto 0 auto;
	padding: 5px 0;
}

.resultat_ressrouces{
	background-color: var(--jaune);
	border-top: 4px solid var(--vert_fonce);
    margin-top: -8px;
    margin-bottom: 150px;
}

.resultat_ressrouces .container{
	background:url(../images/Zigouigoui_1_blanc_trans.png) bottom right no-repeat var(--jaune);
    padding-top: 50px;
    padding-bottom: 150px;
}

.resultat_ressrouces .resultat{
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	min-height: 230px;
}

.resultat_ressrouces .resultat .badge-projet{
    color: white;
    background-color: var(--vert_fonce);
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    margin-top: -9px;	
}

.resultat_ressrouces .resultat .badge-seance{
    color: white;
    background-color: var(--rose);
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    margin-top: -9px;	
}

.resultat_ressrouces .resultat h5{
	color: var(--rose);
	margin-top:5px;
	text-align: center;
	border-bottom: 1px solid var(--jaune);
	font-size: 18px;
	padding: 5px 0; 
}


.resultat_ressrouces h5.titre_projet{
	color: var(--vert_fonce);
}

.resultat_ressrouces h5.titre_seance{
	color: var(--rose);
}

.resultat_ressrouces .voir_projet{
	background-color: var(--vert_fonce);
	border:4px solid white;
	border-radius: 8px;
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 16px;
	padding: 0 10px;
}

.resultat_ressrouces .voir_projet:hover{
	background-color: var(--rose);
}

.voir_seance{
	background-color: var(--rose);
	border:4px solid white;
	border-radius: 8px;
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 16px;
	padding: 0 10px;
}

.voir_seance:hover{
	background-color: var(--vert_fonce);
}

.carousel .carousel-item .caption{
	border: 1px solid rgba(0,0,0,.15);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.15);
	position: relative;
	z-index: 2;
	padding: 15px;
	font-size: 15px;
	height: 385px;
	background-color: #FFF;
}
.carousel .carousel-item .caption h3{
	font-size: 20px;
	font-weight: bold;
	color: var(--rose);
	font-family: 'Nunito', serif;
	border-bottom: 1px solid var(--jaune);
	margin: 0 15px 15px 15px;
	padding: 0px 0px 5px 0;
	text-align: center;
}

.carousel .carousel-item .img{
	margin-top: 20px;
	position: relative;
	z-index: 1;
	border:1px solid #F5F5F5;
	border-left: none;
	height: 345px;
	background-color: #FFF;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
  background-color: var(--vert_fonce);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: .8;
}
.carousel .carousel-control-prev {
  left: 15px;
}
.carousel .carousel-control-next {
  right: 15px;
}

.rub_desc{
	margin: 0px 0 100px 0;
}

h1.titre{
	color: var(--vert_fonce);
	border-bottom: 4px solid var(--jaune);
	margin-bottom: 15px;
	font-size: 36px;
}

.carte{
	display: block;
    background-position: center;
    background-size: 110%;
   	height: 540px;
	margin-top: -43px;
	margin-bottom: 30px;
	-webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 0.1s all linear .1s;
    -ms-transition: 0.1s all linear .1s;
    -o-transition: 0.1s all linear .1s;
    transition: 0.1s all linear .1s;
}

.carte:hover{
    background-size: 100%;
	box-shadow: 1px 1px 15px #CCC; 
}
/*
.amerique{
	height: 105px;
	width: 285px;
	display: block;
	position: relative;
	margin: -155px auto 45px auto;
}

.amerique img{
	position: relative;
	top:0;
	left: 0;
	width: 76px;
	height: 105px;
	z-index: 2;
}

.amerique span{
	background-color: var(--vert_fonce);
	color: #FFF;
	font-family: 'Solway', serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	border:3px solid #FFF;
	padding: 5px 10px 5px 55px;
	width: 255px;
	height: 60px;
	display: block;
	position: absolute;
	top:21.5px;
	left: 30px;
	z-index: 1;
}

.amerique:hover span{
	border-color: var(--vert_fonce);
}*/

.ressources-sommaire_titre{
	padding: 10px 25px;
	margin: -15px 0px 10px 80px; 
	display: inline-block;
	font-family: 'Solway', serif;
	font-weight: 800;
	font-size: 36px;
	text-align: center;
	color: var(--rose);
	line-height: 36px;
	position: relative;
}

.ressources-sommaire_titre::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../../squelettes/images/coin_jaune_haut_gauche.png);
}

.ressources-sommaire_titre::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../../squelettes/images/coin_jaune_haut_droit.png);
}

.ressources-sommaire_titre span::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../../squelettes/images/coin_jaune_bas_gauche.png);
}

.ressources-sommaire_titre span::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../../squelettes/images/coin_jaune_bas_droit.png);
}

.ressources-sommaire{
	background: var(--jaune);
	padding: 10px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 13px;
	min-height: 118px;
	display: block;
}

.ressources-sommaire:hover{
	background: var(--rose);
	color: #FFF;
	text-decoration: none;
}

.ressources-sommaire .titre{
	color: #FFF;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--vert_fonce);
	margin-bottom: 2px;
	line-height: 16px;
	font-size: 16px;
}

.ressources-sommaire:hover .titre{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.realisation{
	border: 1px solid var(--jaune);
	padding: 15px;
	background-color: #FFF;
	min-height: 163px;
}

.realisation h2{
	color: var(--rose);
	font-size: 28px;
	border-bottom: 1px solid var(--jaune);
}
.realisation h2.small{
	color: var(--rose);
	font-size: 20px;
	padding-bottom: 5px;
}	
.realisation h3{
	color: var(--vert_fonce);
	font-size: 18px;
	font-family: "Nunito" sans-serif;
}

.equipe{
	border: 1px solid var(--jaune);
	padding: 15px;
	margin-top: -120px;
	margin-bottom: 122px;
	background-color: #FFF;
}

.equipe h2{
	color: var(--rose);
	font-size: 22px;
	border-bottom: 1px solid var(--jaune);
}

.equipe h3{
	color: var(--vert_fonce);
	font-size: 16px;
	font-family: "Nunito" sans-serif;
	min-height: 38.4px;
}

.equipe .logo{
	min-height: 297px	
}

.equipe .desc{
	min-height: 120px	
}

.breadcrumb{
	background-color: #FFF;
	font-size: 14px;
	padding: 15px 5px;
}
.breadcrumb a{
	color: var(--rose);
}

.badge-marguerite {
    color: #000;
    background-color: var(--jaune);
}

.badge-marguerite2 {
    color: #000;
    background-color: var(--vert_clair);
}

.badge-marguerite3 {
    color: var(--vert_fonce);
    background-color: white;
    text-align: left;
    white-space: normal;
}


.badge-marguerite4 {
    color: white;
    background-color: var(--vert_fonce);
}

.surtitre_projet{
	display: inline-block;
	background-color: var(--vert_fonce);
	color: var(--jaune);
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Solway', sans-serif;
    font-weight: 800;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 5px;
}

.surtitre_seance{
	display: inline-block;
	background-color: var(--jaune);
	color: var(--vert_fonce);
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Solway', sans-serif;
    font-weight: 800;
	line-height: 20px;
	padding: 0 5px;
	margin-bottom: 5px;
}
.projet_desc{
	background-color: var(--vert_fonce);
	color: #FFF;
	padding: 30px 0 30px 0;
	margin-top: 30px;
}

.projet_desc .container{
	background:url(../images/Zigouigoui_2_jaune.png) bottom right no-repeat var(--vert_fonce);

}
.projet_desc h2{
	color: var(--jaune);
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin:  0;
}

.projet_desc a{
	color: #FFF;
	text-decoration: underline;
}

.projet_desc a:hover{
	text-decoration: none;
}

.projet_item{
	padding: 5px 0;
}

.projet_item span.title{
	font-weight: bold;
	color: var(--vert_fonce);
}

.projet_item span.item{
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.projet_item2{
	padding: 0 0 10px 0;
	position: relative;
}

.projet_item2 h2{
	color: var(--jaune);
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin:  0 0 15px 0;
}

.projet_item2 p{
	margin: 0 0 10px 0;
}

.docs{
	position: relative;
	background: url(../images/silhouette_3_vert.png) 97% 100% no-repeat #FFF;
	border-radius: 15px;
	padding:15px 15px 50px 15px; 
}

.docs h2{
	color: var(--rose);
	font-size: 22px;
	font-weight: bold;
	padding: 5px 10px;
	display: inline-block;
}

.docs::before{
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
    width: 1px;
    height: 90%;
    background: radial-gradient(var(--vert_clair), white);
}


.docs ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.docs ul li{
	padding: 8px;
	position: relative;
}

.docs ul li::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 80%;
    height: 1px;
    background: radial-gradient(#CCC, white);
}

.docs ul li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.docs ul li a:hover{
	color: var(--rose);
	text-decoration: none;
}

.seance{
	background-color: var(--jaune);
	color: #000;
	font-weight: bold;
	padding: 15px;
	border-radius: 8px;
	margin: 15px 15px 15px 0;
	border:4px solid #FFF;
	display: inline-block;
	max-width: 220px;
}

.projet_desc a.seance{
	text-decoration: none;
}

.seance:hover{
	color: var(--rose);
	text-decoration: none;
}

.rappel_projet{
	background-color: var(--vert_fonce);
	color: #FFF;
	padding: 15px;
	box-shadow: 1px 1px 15px rgba(0,0,0,.15); 
}
.rappel_projet .cadre{
	border: 1px solid #FFF;
	padding: 15px;
}
.rappel_projet h3{
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
}

#carouselActu{
	min-height: 213px;
}

.etablissement_actu_projet .carousel .carousel-item .desc{
	padding: 15px;
	font-size: 15px;
}
.etablissement_actu_projet .carousel .carousel-item h3{
	font-size: 18px;
	font-weight: bold;
	color: var(--rose);
	font-family: 'Nunito', serif;
	margin: 0 0 0 15px;
	padding: 0;
}

.etablissement_actu_projet .carousel .carousel-item .image{
	padding: 15px;
}
.etablissement_actu_projet .carousel .carousel-control-prev,
.etablissement_actu_projet .carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
  background-color: var(--vert_fonce);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: .8;
}
.etablissement_actu_projet .carousel .carousel-control-prev {
  left: -15px;
}
.etablissement_actu_projet .carousel .carousel-control-next {
  right: -15px;
}

.etablissement_presse_item{
	text-align: left;
}

.etablissement_presse_item h3{
	font-size: 18px;
}

.etablissement_galerie_cadre{
	padding-top: 75px;
	padding-right: 75px;
	background:url(../images/Zigouigoui_3_jaune.png) top right no-repeat; 
}
.etablissement_galerie{
	padding: 15px;
	background-color: #FFF;
}
.etablissement_galerie a{
	width: 50%;
	display: block;
	float: left;
}

#carte_etablissement_acteur{
	height: 400px;
	border:6px solid var(--jaune);
}

.label_etablissement, .label_acteur{
	display: inline-block;
	padding: 2px 5px 2px 23px;
	line-height: 20px;
	margin: 10px 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.label_etablissement{
	background:url(../images/cible_rose.png) 0 1px no-repeat;
	background-size: 20px;
	color: var(--rose);
} 
.label_acteur{
	background:url(../images/cible_verte.png) 0 1px no-repeat;
	background-size: 20px;
	color: var(--vert_fonce);
}

.fiche_etablissement{
	border: #FFF 1px solid;
	padding: 15px;
	min-height: 300px;
	background-color: #FFF;
	border-radius: 8px;
}
.fiche_etablissement h3{
	color: var(--rose);
	font-size: 20px;
	font-weight: bold;
}

.fiche_etablissement .img{
	min-width: 204px;
	min-height: 204px;
}

.fiche_etablissement .img img{
	width: 100%;
	height: auto;
}

.fiche_acteur{
	background-color: var(--jaune);
	padding: 15px;
	margin-bottom: 15px;
	min-height: 200px;
	display: inline-block;
	color: #000;
}

.fiche_acteur:hover{
	background-color: var(--vert_fonce);
	color: #FFF;
}

.fiche_acteur h3{
	font-size: 18px;
	color: var(--rose);
	font-weight: bold;
}

.fiche_acteur:hover h3{
	color: #FFF;
}

.carte_etablissement{
	height: 350px;
	border:1px solid var(--jaune);
}

h3.spip{
	color: var(--vert_fonce);
}

.projet_desc h3.spip{
	color: #FFF;
	font-size: 19px;
}

span.disabled{display: none;}

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; padding-bottom: 0; color: var(--rose) }
table.spip tr.row_first { background: #fff; }
table.spip tr.row_odd { background: #F5F5F5; }
table.spip tr.row_even { background: #FFF; }
table.spip th, table.spip td { padding: 0.40em 0.80em; text-align: left; border: 1px solid var(--jaune); }
table.spip th { vertical-align: bottom; font-weight: bold; color: var(--vert_fonce) }
table.spip td { vertical-align: top; }
table.spip td.numeric {text-align:right;}

.spip_documents img{
	max-width: 100%;
	width: auto;
	max-height: 600px;
}

.ui-widget {
	margin: 0 0 30px 0;
}
.ui-widget-content a {
	color: #77695C;
}
.ui-accordion .ui-accordion-header {
    border: 1px solid var(--vert_fonce);
	background-color: #F5F5F5;
	color: var(--vert_fonce);
	font-size: 18px;
	margin-top: 20px;
}
.ui-accordion .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid var(--vert_fonce);
    background: var(--vert_fonce);
    font-weight: normal;
    color: #ffffff;
}

.date{
	background-color: var(--rose);
	color: #FFF;
	font-size: 16px;
	font-weight:bold;
	transform:matrix(1.00,0.00,-0.20,1.00,0,0);
	-ms-transform:matrix(1.00,0.00,-0.20,1.00,0,0);
	-webkit-transform:matrix(1.00,0.00,-0.20,1.00,0,0);
	display: inline-block;
	padding: 2px 8px;
}


.date_liste{
	color: var(--rose);
	font-size: 16px;
	transform:matrix(1.00,0.00,-0.20,1.00,0,0);
	-ms-transform:matrix(1.00,0.00,-0.20,1.00,0,0);
	-webkit-transform:matrix(1.00,0.00,-0.20,1.00,0,0);
}

ul.liste{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

ul.liste li{
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: 15px;
}

.pagination {
	text-align: center;
	}


.pagination ul li{
	display: inline;
}

footer{
	/*background-color: var(--jaune);*/
	border-top: 4px solid var(--vert_fonce);
	padding: 15px 0;
}

footer .logo_footer{
	width: 150px;
	margin: -15px 0 -15px 0; 
}

footer .adresse{
	font-size: 14px;
	margin-bottom: 10px;
}

footer h3{
	color: var(--vert_fonce);
	font-weight: 900;
	font-size: 20px;
	text-align: center;
}

footer .partenaires a{
	display: inline-block;
	margin: 0 5px;
}

footer .acces{
	padding-top: 40px;
	text-align: center;
}

footer .acces a{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/*footer .acces a::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    width: 30px;
    height: 1px;
    background: #FFF;
}*/

footer .acces a:hover{
	color: var(--vert_fonce);
	text-decoration: none;
}


@media (max-width: 1199px) {
	.bandeau .slogan{
		font-size: 24px;
		padding-top: 26px;
		line-height: 26px;
	}
	.bandeau .slogan>span {
		font-size: 16px;
	}	
}

@media (max-width: 991px) {
	.activites_marguerite{
		font-size:16px;
	}
}


@media (max-width: 767px) {

	.bandeau{
		background: none;
		height: auto;
		padding: 0;
	}
	.logo{
		margin: 0 0 20px 0;
	}
	.logo img{
		max-width: 130px;
		height: auto;
	}
	.bandeau .slogan {
		display: none;
	}

	h1.titre{
		font-size: 24px;
	}

	h2.home-vert {
		font-size: 26px;
	}

	.decouvrir .video_cadre {
		min-height: 200px;
		margin: 22px 0 0 0;
	}

	.a_la_une h2 {
		font-size: 26px;
	}
	.a_la_une_ressources .a_la_une h2{
		font-size: 20px;
	}
	.a_la_une .titre {
		font-size: 16px;
		line-height: 20px;
	}

	.ressources {
	    margin-top: 53px;
	}	
	.ressources h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}	
	.titre-etablissements-acteurs {
		font-size: 26px;
		line-height: 43px;
	}

	.carte {
		height: 300px;
	}

	.btn-vert{
		font-size: 14px;
	}

	.equipe .logo {
	    min-height: 50px;
	}
	.equipe .desc {
	    min-height: 50px;
	}
	.fiche_acteur {
		min-height: 50px;
		margin-bottom: 15px;
	}

	.etablissement_actu_projet .carousel .carousel-item h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.etablissement_galerie_cadre {
		padding: 0;
    }

    .search_ressource_btn_container{
    text-align: center; 	
    }

    .docs{
    	margin: 0 15px;
    }

    .seance{
    	max-width: 100%;
    }

	footer{
		text-align: center;
	}

	footer .logo_footer{
		margin: 0 auto 15px auto;
	}
	footer h3 {
		margin-top: 15px;
	}

	footer .acces a {
		width: 100%;
		font-size: 14px;
		display: inline-block;
	}

	footer .acces a::after {
	    left: 50%;
	    margin-left: -15px;
	}	
}
