
/*DEBUT STYLE MODULE Main*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
	color: rgb(0, 0, 0);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#corps {
	background-color: rgb(234, 233, 222);
	padding-bottom:2em;
}
.main-color-texte {
	color: rgb(110, 190, 68)!important;	
}
.main-color-border {
	border-color: rgb(110, 190, 68)!important;
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(104, 101, 100);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2 {
	border-bottom:2px solid rgb(110, 190, 68)!important;
}
a {
	color: rgb(110, 190, 68);
}
span a {
	color: rgb(110, 190, 68);
}
span a:hover {
	color: rgb(110, 190, 68);
}

ol.breadcrumb{
	margin-top:15px;
}

.copyright a {
	color: rgb(110, 190, 68)!important;
}

.copyright a :hover a:active{
	color: rgb(190, 236, 166)!important;
}

hr {
 border-top: 1px solid #6EBE44;
 }

a:hover, a:active {
	color: rgb(30, 37, 94);
}
.placeholder::after {
    background-image: url(../images/interface/logo_placeholder.png);
}
.placeholder {
	background-color: rgb(189, 218, 181);
}
.titre_page{
	padding-right:10%;
	font-size:em;
}
@media (max-width: 768px){
	table{
		font-size:0.9em;
	}
}

/************* HEADER ***************/
.decal-slider{ height:0px;} /*** permet le calcul du topitop en sm **/
@media (max-width: 767px){
	.decal-slider{ height:85px;}
}
/* @media (min-width: 767px) and (max-width: 992px) {
	.decal-slider{ height:0px;}
} */
.carousel-indicators{
    height: 10px;
}
header .contact {
	padding: 0.7em 0 0.4em 0;
	border-top: 3px solid;
	border-bottom: 1px solid;
	font-size: 0.7em;
}
header .rounded {
	padding: 0.4em;
	padding-bottom: 0;
	margin-left: 1em;
	margin-right: 0.25em;
	border-width: 1px;
	vertical-align: middle;
	color:rgb(255, 255, 255)
}
header .rounded.no-margin {
	margin-left: 0;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 65px;
	}	
}
.remonteur {
	margin-top: -10px;
}

header .navbar-static-top {
	margin-bottom: -85px;
}

header .contact {
	border-top-color: ;
	border-bottom-color: rgb(0, 0, 0);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:rgb(110, 190, 68);
	color:rgb(255, 255, 255);
	font-size:1em;
}

.voir-toutes {
	background-color: rgb(104, 101, 100);
	color: rgb(255, 255, 255);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.voir-toutes a {
	color: rgb(255, 255, 255);
}

#footer_page {
	border-color: rgb(220, 220, 220);
	background-color: rgb(104, 101, 100);
	color: rgb(214, 214, 214);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:0.9em;
}


#footer_page h2 {
	font-size:1.3em;
	color:#ffffff;
}

div#footer_contact {
    margin-top: 35px;
}

#footer_contact a{
	color: rgb(110, 190, 68)!important;
}

#footer_contact a:hover{
color: rgb(190, 236, 166)!important;
}

.icn-rsx a:hover {
  text-decoration: none;
}
.icn-rsx a:hover .pyricon {
  background-color: rgb(110, 190, 68);
  color: rgb(234, 233, 222);
}

#corps.accueil section {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.btn-bleu-ciel, .btn-bleu-ciel:hover {
	background-color:#00BFFF;
}


/*** Animation on scroll ***/
.on_scroll{
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out; /*5s ease-in-out*/
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out; 
}
/*FIN STYLE MODULE Main*/
	
	/*DEBUT STYLE MODULE Actualites*/
	.actu .hoverlay {
	display: block;
	background-color: rgba(129, 198, 80, 0.1);
	transition: background-color 0.35s;
}
.actu .hoverlay:hover, .actu .hoverlay:active {
	background-color: rgba(129, 198, 80, 0.48);
}
.actu .hoverlay h3 {
	border-bottom: 1px solid;
	margin-bottom: 0;
}

.actu .hoverlay h3 a:hover {
	text-decoration: none;
}
.actu .btn-lien {
	padding: 0.3em 0.4em;
	padding-bottom: 0;
	border: 1px solid;
	border-radius: 50%;
	margin-left: 0.5em;
}
.actu .hoverlay p {
	display: none;
	padding: 0.2em;
	background-color: rgba(255, 255, 255, 0.8);
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	display: block;
}

.actu h3, .actu h3 a {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	font-size: 1.4em;
}
.actu p, .actu a {
	color: rgb(99, 99, 99);
	border-color: rgb(99, 99, 99);
}

.actualite h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
	font-size:1.4em;
}

.actualite h3 a {
	color:#333333;
}

.actualite .date-actu {
	background-color: rgb(110, 190, 68);
	color: rgb(255, 255, 255);
	padding: 0.5em;
}
.actualite-seule{
	position:relative;
}
.actualite-seule .date-actu {
	margin-top: -3.2em;
	margin-bottom: 3.2em;
	position: absolute;
	right: 0;
}

.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.actualite .voir-toutes {
	margin-top: 0.5em;
	padding: 0.5em;
}
@media (max-width: 768px) {
	.actualite {
		margin-bottom: 3em;
	}
	.actualite figure {
		padding: 0;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	.actualite-seule figure {
		margin-left: 0;
	}
	.actualite-seule .date-actu {
		position: relative;
		margin: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}

/******** Element style animation hover ******/
.actu .hoverlay h3 {
	border: 0 none;
}
.actu .hoverlay h3:after {
/* 	position: absolute;
    top: 0;
    right: 0.5em;
    left: 0.5em;  */
	position: relative;
    display: block;
    margin-top: -12%;

	height: 3.5em;
	z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
	pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@media (max-width: 768px) {
	.actu .hoverlay h3:after{
		 margin-top: -5%;
	}
}
.accueil #actualites img{
	width:100%;
}

.actu:hover .hoverlay h3:after, .actu:active .hoverlay h3:after {
	opacity: 0.85;
    -webkit-transform: translate3d(0,3em,0) scale3d(1,1,1);
    transform: translate3d(0,3em,0) scale3d(1,1,1);
	background-color: transparent;
}
.actu .hoverlay p {
	display: block;
	padding: 0.2em;
	background-color: transparent;
	margin-top:-20px;
	position:relative;
	opacity: 0;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	background-color: rgba(255, 255, 255, 0.8);
}


.grid-list-actu .actualite {
	background:rgba(255, 255, 255,0.8);
	margin: 20px 0px;
}
.grid-list-actu .actualite .media-body {
	padding-left:15px;
}
	/*FIN STYLE MODULE Actualites*/
	
	/*DEBUT STYLE MODULE Agenda*/
	.nopadding {
    padding: 0px!important;
}
/**** CALENDAR CIRCULAR ***/
span[data-cal-date] {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	margin-top: 10px;
	margin-right: 15px;
}
.cal-month-day {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid transparent;
    padding: 6px;
    border-radius: 50%;
	cursor:default!important;
	color:;
}
.cal-day-weekend span[data-cal-date]{
	color:!important;
}
.cal-month-day .day{
	cursor:default!important;
}
.with-events .day{cursor:pointer!important;}
.cal-month-day.active {
	background: !important; /* calendrier general*/
	color:!important;/* calendrier general*/
}
.cal-month-day.with-events{
	 border-color: !important;/* calendrier general*/
	 cursor:pointer!important;
}

.events-list {
    max-height: inherit!important;
    padding-left: 0px!important;
    margin-bottom: 0px;
    height: 100%;
}
.cal-day-today{
	 background:  !important; /* calendrier general*/
	 color:!important;/* calendrier general*/
}
.cal-day-today .day{
	 color:white!important;
}
[class*="cal-cell"]:hover ,[class*="cal-cell"],.cal-year-box .row-fluid:hover, .cal-row-fluid:hover,.cal-row-fluid,.row-fluid {
    background-color: transparent!important;
	border: 0px!important;
}
.cal-month-first-row,.cal-day-outmonth,#cal-day-tick {
	display:none!important;
}
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
     border-right: 0px!important;
	 margin-top:4%;
}
.cal-month-box, .cal-year-box, .cal-week-box{border:0px!important;}

/***** Uniquement la premiere lettre ^^ ****/
.cal-row-head .cal-cell1{
	font-size:0px;
}
.cal-row-head .cal-cell1:first-letter{
	font-size:32px;
}

/**liste event ***/
#agenda .list .block_img {
    background-color: white;
	display:table;
}
#agenda .list .block_img img {
	display: table-cell;
    width: 100%;
}
#agenda .list .block_img .date {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    float: none!important;
    position: initial;
}
#agenda .list {
    background-color: ;
	float: left;
}
#agenda .list .block_corps h3 {
    border-bottom:1px solid #00344D;
	margin-top: 5px;
	margin-right: 37px;
	color:;
	font-size:px;
	font-family:;
}
#agenda .list .block_corps .heure {
	font-style: italic;
	display: block;
	margin-top: -8px;
	font-size:px; /*14px*/
}
#agenda .list .block_corps{
	font-size:px;
	font-family:;
	
}
#agenda ul{
	list-style-type: none;
	-webkit-padding-start: 0px;
}

/* #agenda .block_corps{font-size:0.5em;} */

#agenda .block_corps .glyphicon.more{
    top: -28px;
    font-size: 1.2em;
    z-index: 2;
    color: ;
    background-color: ;
    border: 2px solid #0080BE;
    padding: 7px;
    border-radius: 50%;
}
#agenda .date{
	color: ; /* calendrier general*/
	background-color: ; /* calendrier general*/
	font-family:px;/*16*/
	font-size:px;/*16*/
	text-align: center;
	height:50px;
	margin-bottom:0px;
}
#agenda .date.date-md span {
    display: block;
}
#agenda .date .jour{	font-size:px;}/* 34 */
#agenda .date .mois{	font-size:px;}/* 16 */
#agenda .date .annee{font-size:px;}/* 14 */

#agenda [data-event-id]{
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}
#agenda.liste [data-event-id]{
	padding:10px;
}
@media (max-width: 767px) { 
	#agenda.liste [data-event-id]{
		padding: 10px 0px;
	}
}

#agenda #mois_courant{
	/* font-size:1.4em; */
	font-size:px;
	margin-bottom:25px;
	font-family:;
}

#agenda .not_a_venir {
	text-align:center;
	font-size:1.4em;
}
.accueil #agenda {
	background-color:;
}
.accueil #agenda #titre_ou_date{
	color: ; /* accueil */
	font-size: px; /* accueil */
	font-family: ; /* accueil */
	border-bottom:1px solid #00334C;
	padding-bottom: 5px;
	text-align:center;
}

.accueil #agenda #tous_event{
	margin-top:10px;
	background: #00334C;
	color:white;
	text-align:center;
	padding: 6px 12px;
}
.accueil #agenda #tous_event:hover{
	text-decoration:none;
}



/*** recherche avancée ***/
#recherche_a{
	background:white;
	border-radius:10px;
	position: absolute;
    left: 50%;
    height: 100%;
}
#recherche_a h2{
	color:;
	font-size:px;
	font-family:;
	text-align:center;
	position:relative;
}
#recherche_a h2:after{
	position:absolute;
	display:block;
	content:"";
	width:90%;
	left:5%;
	height:1px;
	bottom:0;
	background-color:;

}
#agenda.liste #titre_ou_date{
	color:;
	font-size:px;
	font-family:;
	border-bottom:1px solid;
	margin-top:50px;
}
#block_agenda{position:relative;}
#recherche_a:before{
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 23px solid white;
}
#recherche_a #btn_recherche{
	margin-bottom:20px;
	text-align:center;
}
#recherche_a input{
	margin-bottom:30px;
}
#recherche_a #mot_cle{
	margin-top:20px;
}
@media (max-width: 767px) {	
	#recherche_a{
		position: inherit;
		left: inherit;
		width: 100%;
		background-color: transparent;
	}
	#recherche_a:before{display:none;}
}

/***** Détail *****/
.evenement .titre {
    color: ; /*#D47800*/
    display: inherit;
    font-size: 1.3em;
    margin-bottom: 9px;
}
.evenement .titre ,.evenement .detail, .evenement-seule h2{
	padding-left:10px;
}
 .evenement .photo-event {
	margin: 10px;
	float:left;
	display: inline-block;
    max-width: 40%;
} 
.evenement-seule h2{
	color:; /* 002D42 */
	font-size:px;
	font-family:px;
	border-bottom:1px solid ;
	display: flex;
}
.evenement-seule .docs_liste {
	list-style:none;
}

/***** date accueil et list diff ****/
@media (max-width: 992px) {	
	.accueil .date-xs{
		display:block!important;
	}
	.accueil #agenda .img-responsive{width:100%;}
	.accueil .date-md{
		display:none;
	}
}




/**** MEDIA QUERY ***/
/*XS*/
@media (max-width: 767px){ 

}
/*** SM + MD **/
@media (min-width: 767px) and (max-width:1200px) { 

}
/*** LG **/@media (min-width: 1200px){ #agenda .list .block_corps h3{  font-size: 1.3vw;}}


	/*FIN STYLE MODULE Agenda*/
	
	/*DEBUT STYLE MODULE FluxRSS*/
	.voir-toutes-flux{
	display: inline-block;
    float: right;
    font-size: px;
}
.voir-toutes-flux a:hover{
	text-decoration:none;
}

.titre-rss {
	color: ;
	padding: 10px;
	background: ;/* #377CC2 */
}
.item-rss:nth-child(odd){padding-left:0px;}
.item-rss:nth-child(even){padding-right:0px;}

 .item-rss{
    /* height: px; */
	margin:px 0px;
} 

.item-rss h4{
    font-size: px;
    color: ;
    font-familly: ;
}
.item-rss .resume{
    font-size: px;
    color: ;
    font-familly: ;
}
.item-rss .savoirplus a{
    font-size: px;
    color: ;
    font-familly: ;
	font-weight:bold;
}
/* @media (min-width: 768px ) and (max-width: 992px ){

	.item-rss{
		height: auto;
	}
} */

@media (max-width: 768px ){
	.item-rss{
		padding-left:0px;
		padding-right:0px;
		height:auto;
		margin-top:15px;
	}
	.voir-toutes-flux{
	    margin-top: 5px;
	}
	.panel-rss{
	    margin-top: 20px;
	}
}
	/*FIN STYLE MODULE FluxRSS*/
	
	/*DEBUT STYLE MODULE Galeries*/
	#carousel_Galeries .carousel-control {
	opacity: 1;
}
#carousel_Galeries .carousel-control.right, #carousel_Galeries .carousel-control.left {
	background-image: none;
}
#carousel_Galeries .carousel-caption {
	right:0;
	bottom: 0;
	left:0;
	padding: 1em;
	text-shadow: 0 0 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#carousel_Galeries .carousel-caption h3 {
	margin: 0;	
}

.galerie {
	margin-bottom: 2em;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
.galerie:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.galerie h3 {
	margin-top: 0;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay a, .une-galerie .hoverlay a {
	color: ;	
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: ;
	background-color: rgba(0, 0, 0, 0);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}
.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}
.une-galerie.in_page{
	margin-bottom:50px;
}

/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
	/*FIN STYLE MODULE Galeries*/
	
	/*DEBUT STYLE MODULE LiensRef*/
	#carousel_Galeries .carousel-control {
	opacity: 1;
}
#carousel_Galeries .carousel-control.right, #carousel_Galeries .carousel-control.left {
	background-image: none;
}
#carousel_Galeries .carousel-caption {
	right:0;
	bottom: 0;
	left:0;
	padding: 1em;
	text-shadow: 0 0 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#carousel_Galeries .carousel-caption h3 {
	margin: 0;	
}
	/*FIN STYLE MODULE LiensRef*/
	
	/*DEBUT STYLE MODULE Menu*/
	header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8));
	border-color: rgba(0, 0, 0, 0);
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(250, 250, 250) , rgb(255, 255, 255));
}
.menu-dynamique > li::before {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid rgb(120, 160, 47);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(0, 0, 0);
	font-family: ;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(255, 255, 255)!important;
	background-color:rgb(51, 51, 51)!important;
}

.no-relative {
    position: initial;
}
.nav-justified>.dropdown.open .dropdown-menu {
    display: table;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}

.menu-bas {
	background-color: rgb(110, 190, 68);
	font-family: ;
}
.menu-bas a {
	color: rgb(255, 255, 255);
}
.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(203, 251, 155);
	color:rgb(110, 190, 68);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgb(255, 255, 255);
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:85px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}
 @media (min-width: 768px ) and (max-width: 992px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 992px ){
	 .navbar-header img {
		min-height: 15px;
	}
 }
 
 header .navbar-header{
	display: table;
	height: 85px;
}
	
@media (max-width: 768px){
	header .navbar-header{
		/* width:100%; */
		height:50px;
	}
	header .navbar-brand{
		padding:0px 15px;
		height: auto;
	}
	 .navbar-header img {
		vertical-align: middle;
		margin-top: 0px;
	 }
}
   
  /******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */
.demo-2 {
	position: initial;
}
@media (max-width: 768px){
	.navbar-toggle-btn{
		position: initial;
	}
}

.dl-menuwrapper {
	    float: right;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}

.dl-menuwrapper .dl-menu {
/* 	margin: 5px 0 0 0;
	position: absolute;
    right: 0px;
    width: 80%; */
	 margin: 5px 0 0 0;
    position: absolute;
    top: 90%;
    right: 0px;
    width: 100%;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgb(255, 255, 255);
	color:rgb(51, 51, 51);
}

.dl-menuwrapper button {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
    width: 42px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: rgb(255, 255, 255);
	border-color:rgb(0, 0, 0);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after {
	background: rgb(0, 0, 0);
	box-shadow: 
		0 7px 0  rgb(0, 0, 0), 
		0 14px 0  rgb(0, 0, 0);
}


.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    top: 6px;
    left: 16%;
	background: rgb(51, 51, 51);
	box-shadow: 
		0 7px 0  rgb(51, 51, 51), 
		0 14px 0  rgb(51, 51, 51);
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(51, 51, 51);
	outline: none;
}

	/*FIN STYLE MODULE Menu*/
	
	/*DEBUT STYLE MODULE Pages*/
	.paragraphe .media-legend {
    color: #555555;
}
	/*FIN STYLE MODULE Pages*/
	
	/*DEBUT STYLE MODULE Panneaux*/
	@media (min-width: 768px) {
	.voir-toutes.panneaux {
		padding: 1.5em 0 1em 0;
		background-color:rgb(104, 101, 100);
	}	
}

@media (max-width: 768px) {
	.voir-toutes.panneaux {
		background-color:rgb(104, 101, 100);
	}	
}

.bloc_accueil .pyricon { 
	/* float: left; */
	display:inline-block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 0.5em;
}
.bloc_accueil .text-left{
	display:inline-block;
	color:rgb(204, 204, 204);
}

.bloc_accueil strong {
	display: block;
	font-weight: normal
}

@media screen and (min-width: 768px)  and (max-width: 1200px ) {
	.bloc_accueil{text-align:center!important;}
	.bloc_accueil .text-left{
		text-align: center;
		padding-top: 10px;
		width:100%;
	}
	.bloc_accueil .pyricon{margin-right:0px;}

}

@media (max-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 1.3em;
	}
	.bloc_accueil p { 
		font-size: 1.1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.2em; 
	}
	.bloc_accueil {text-align:left;}
}
@media (min-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 2.4em;
	}
	.bloc_accueil p { 
		font-size: 1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.7em; 
	}
}
/***** Animation tirée de Tympanus, http://tympanus.net/Development/IconHoverEffects/#set-3 *****/
.bloc_accueil .rounded {
	position: relative;
    z-index: 1;
	border-color: rgb(110, 190, 68);
	background: rgb(136, 136, 136);
	-webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.bloc_accueil .rounded:before {
	color:rgb(255, 255, 255);
}
.bloc_accueil:hover .rounded:before  {
	color:rgb(251, 251, 251);
}
.bloc_accueil .rounded:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
	top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
	background: rgb(145, 211, 110);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.bloc_accueil:hover .rounded {
	color: rgb(255, 255, 255);
}
.bloc_accueil:hover .rounded:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}
#panneaux h2{
	color:rgb(255, 255, 255);
}

.titre_panneau {
	color: rgb(204, 204, 204);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: px;
	background: linear-gradient(to bottom, rgb(13, 15, 18) , rgb(13, 15, 18));
	height:50px;
	border-top: 4px solid ;
	border-bottom: 2px solid ;
}

.description_panneau {
	color: rgb(255, 255, 255);
	font-family: ;
	font-size: px;
	background: rgb(44, 176, 210);
	height:235px;
	border-bottom: 2 solid rgb(0, 0, 0);
	padding: 10px 15px;

}

.block-panneau{
	padding-right: 3px ;
	padding-left: 3px ;
}






#panneaux .plus_info{
	color: rgb(255, 254, 254);
	background: rgba(255, 255, 255,0);
	font-size: em;
}
#list_panneau {
	list-style-type: none;
}
.titre_panneau{
	margin:0px;
	padding:10px 0px;
}
.titre_panneau .col-xs-9{
  padding: 0;
  padding-left: 2px;
}

#panneaux  .plus_info{
	position: absolute;
	margin-bottom: 12px;
	bottom: 0px;
}
#panneaux .plus_info:after{
	position: absolute;
	content:"";
	background: url("../images/interface/triple_fleche.png");
	width:18px;
	height:18px;
	margin-left: 15px;
	margin-top: 3px;
	
}


.description_panneau ul{
  list-style-type: initial;
 }
 
.titre_panneau h2 {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
}

.titre_panneau h2  strong{
  display: block;
  font-weight: normal;
}

.titre_panneau img , .bloc_accueil.panneaux_long  img{
  display: inline-block;
  margin-top: 0px;
  vertical-align: baseline;
  width: 20%;
  max-width: 65px;
}
.bloc_accueil.panneaux_long a:hover{
	text-decoration:none;
}


/***** Panneaux anime ***/
#list_panneau_anime{    
	list-style-type: none; 
	margin-top: 25px;
}
#list_panneau_anime .titre_panneau{
	margin: 0px;
    padding: 0px 0px;
    display: table;
    width: 100%;
}
#list_panneau_anime .titre_panneau p{
	display:inline-block;
	margin: 0;
	margin-left: 20%;
	width: 80%;
    text-align: center;
}
#list_panneau_anime .titre_panneau .icone{
	color: rgb(255,255,255) ;/* white */
	background:  ;/* #00BFFF */
    padding-left: 11px;
    padding-top: 7px;
    border-radius: 50%;
    border: 3px solid ; /* 3px solid white; */
    font-size: 30px;
    position: absolute;
    width: 56px;
	margin-left: 2%;
	margin-top: 2%;
}
#list_panneau_anime .plus_info{
	position: absolute;
	width: 30%;
	left:35%;
	bottom: -33px;
	z-index: 2;
	padding: 7px;
	padding-left: 15px;
	border-top-left-radius: 20% 50%;
	border-top-right-radius: 20% 50%;
	border-bottom-left-radius: 20% 50%;
	border-bottom-right-radius: 20% 50%;
	border: 0px solid rgba(255,255,255,0); /* 4px solid rgb(0, 162, 215);*/
	text-align: center;
}
#list_panneau_anime .plus_info:after{display:none;}
#list_panneau_anime .plus_info:hover{text-decoration:none;}
#list_panneau_anime .plus_info .pyricon{
    display: inline-block;
    position: absolute;
    padding-top: 0px;
    left: 10px;
    top: 9px;
	font-size: 14px;
}
#list_panneau_anime .mini_panneaux{
    margin-bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#list_panneau_anime .mini_panneaux .paragraphe:before{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:10px;
	bottom:0;
	left:0;
	background:#00BFFF;
	border-top:1px solid black;
}

#list_panneau_anime .mini_panneaux:nth-child(3n-2)
{
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n-1)
{
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n)
{
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

#background_panneaux{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	background-color:#1B365B;
	left:0;
}
@media screen and (min-width: 992px)  and (max-width: 1200px ) {
	#list_panneau_anime .plus_info{
		width: 30%;
		left:35%;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px ) {
	#list_panneau_anime .mini_panneaux:nth-child(2n-1)
	{
	  transition-delay: 0.2s;
	  -webkit-transition-delay: 0.2s;
	}
	#list_panneau_anime .mini_panneaux:nth-child(2n)
	{
	  transition-delay: 0.4s;
	  -webkit-transition-delay: 0.4s;
	}
}
@media screen (max-width: 768px) {
	#list_panneau_anime .mini_panneaux
	{
	  transition-delay: 0.1s;
	  -webkit-transition-delay: 0.1s;
	}

}
   


	/*FIN STYLE MODULE Panneaux*/
	
	/*DEBUT STYLE MODULE Partenaires*/
	.no-padding{ padding:0px !important;}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.carousel-indicators li { text-indent: -9999em; }
.nav > li > a { padding: 15px; transition: background 0.3s ease; }

.liste-partenaires .btn-primary{
  background-color: rgb(121, 0, 67);
  border-color: rgb(121, 0, 67);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(100, 0, 55);
  border-color: rgb(100, 0, 55);
}

#partenaires .voir-toutes a{
padding: 15px;
}
#myCarousel_partenaires .item .vertical-center{
	height:200px;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}

#background_partenaires {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    background-color: rgb(255,255,255);
    left: 0;
}
  #partenaires {  position: initial;}
.liste-partenaires .thumbnail{
	background-color:;
	border: 1px solid ;
}
.liste-partenaires figcaption a{
	color:;
}
.liste-partenaires figcaption a:hover{
	color:;
}

.carousel-partenaires .item img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#grayscale);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease;
    max-width: 100%;
	width:100%
}

/*  Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-partenaires .item img{
        width: 100%;
    }
}
.carousel-partenaires .item img:hover{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

div[id^="myCarousel_partenaires"] .carousel-control.left,
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	width:  2.5em; 
	background: transparent;
	color: #333;
	filter: none;
	background-repeat: no-repeat;
	background-position: center center;
}
div[id^="myCarousel_partenaires"] .carousel-control.left
{
	left: -80px;
	/* background-image: url(../images/interface/fleche_slide_left.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	right: -40px;
	/* background-image: url(../images/interface/fleche_slide_right.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control span{
    color: white;
    /* font-size: 65px; */
	font-size:2.5em;
	left: 0px;
    top: 35%;
    position: absolute;
}


 .carousel-partenaires .item.next , .carousel-partenaires .item.prev {display:none;}

@media (max-width: 767px) {
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	
	#myCarousel_partenaires .carousel-inner .active.left { left: -100%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 100%!important; }
	
	#myCarousel_partenaires .carousel-control.left{left: 0px;}
	#myCarousel_partenaires .carousel-control.right{	right: 0px;}

}
@media (min-width: 768px) and (max-width: 991px ) {
/* 	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next     { left:  50%; }
	.carousel-inner .prev	{ left: -50%; } */
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	#myCarousel_partenaires .active > div:first-child + div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div+ div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div + div + div { display:block; }
	#myCarousel_partenaires .carousel-inner .active.left { left: -25%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 25%!important; }
	.carousel-partenaires .carousel-control.right{ right: 0px!important; }
	 .carousel-partenaires .carousel-control.left{ left: 0px!important; }
	
} 
@media (min-width: 992px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -16.666%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 16.666%!important; }
}
#myCarousel_partenaires .carousel-inner .active.left,#myCarousel_partenaires .carousel-inner .active.right{
  -webkit-transform: translate3d(0%,0,0)!important;
  transform: translate3d(0%,0,0)!important;
  transition: left 0.6s ease-in-out 0s;
 }


.liste-partenaires .vertical-center{
	height: 240px;
	width: 30em; /* Pas de dépassement horizontal */
}

/***************/
/*** OLD IE ****/
/***************/

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}
	/*FIN STYLE MODULE Partenaires*/
	
	/*DEBUT STYLE MODULE Plans*/
	#container_info{position:relative}

#container_info .infos{
    position: absolute;
    top: 10%;
    left: 5%;
    width: 28%;
    /* height: 42%; */
	padding:10px;
    background: rgba(255,255,255,0.8);
	z-index:1;
}
#container_info .titre_info{
    color: rgb(145, 185, 58);
    font-size: 1.4em;
}
#container_info .titre_info .num{
    color: rgb(255, 255, 255);
    background-color: rgb(145, 185, 58);
    border-radius: 50%;
    margin: 0px -2px;
    font-size: 0.8em;
    border: 1px solid rgb(0, 0,0);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 3px 0px;
}
#container_info .infos .lien{
/*     top: 90%;
    position: inherit;
    margin-bottom: 0%;
    width: 100%; */
	margin-top:8px;
    background-color: rgb(151, 138, 112);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.2em;
    padding: 8px;
}
#container_info .point{
    width: 40px;
    height: 40px;
    margin: 1%;
	text-align: center;
	padding: 5px 0px;
    background-color: rgba(145, 185, 58, 0.8) ;/*#91B93A;*/
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    cursor: pointer;
}
#container_info .description_info{
    /* height: 270px; */
	margin-top: 8px;
    /* overflow-y: scroll; */
}
#container_info .point:hover{

    background-color: rgb(113, 138, 57) ;/*#91B93A;*/
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.no-panel{
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

/******** XS ******/

#accordion_infos .panel-heading{
	background:rgb(145, 185, 58);
	color:rgb(255, 255, 255);
}

	/*FIN STYLE MODULE Plans*/
	
	/*DEBUT STYLE MODULE Realisations*/
	.realisation .list_champs .libelle{
			color: rgb(0, 0, 0);
			font-size: 1.2em;
}
.nopadding { padding:0px;}

#list_img_associe{
	margin-top: 10px;
	padding: 0px;
}
.carousel-control.right , .carousel-control.left {
  z-index:5;
}


.list_realisaition .hoverlay{
  width: 90%;
  left: 5%;
  top:5%;
  height: 90%; 
  background-color: rgba(255, 255, 255, 0.7);
}

.voir_toutes{
	background:black;
}
.voir_toutes a{
	font-size:1.2em;
	color:white;
	padding-top: 8px;
}
.btn-voir{
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
  z-index: 2;
  border: 1px solid black;
   border-radius: 8px;
  left: 30%;
  width: 40%;
}

.une-galerie .hoverlay{
background : rgba(255,255,255,0); 
}

.list_realisaition .elm-galerie , .list_realisaition .une-galerie  {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}
.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}

.hoverlay-flex-middle h3 {
	font-size:1.2em;
}
/********** Liste type ***********/
.list_type_realisation{
	list-style-type:none;
	padding: 0px;
}

.list_type_realisation li{
	background: rgb(51, 51, 51);
	border:1px solid rgb(51, 51, 51);
	margin-top:3px;
}
.list_type_realisation li a{
	color:rgb(255, 255, 255);  
	display: block; 
	padding:10px 5px;
}
.list_type_realisation li:hover a ,.list_type_realisation li.active a{
	color:rgb(51, 51, 51); 
	text-decoration:none;
}
.list_type_realisation li:hover ,.list_type_realisation li.active{
	background:rgb(255, 255, 255);
	border: 1px solid rgb(51, 51, 51);
}
/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}


	/*FIN STYLE MODULE Realisations*/
	
	/*DEBUT STYLE MODULE ReseauxSociaux*/
	#footer_page .icn-rsx a {
	color: rgb(110, 190, 68);
}
#footer_page .icn-rsx a:hover .pyricon, #footer_page .icn-rsx a:active .pyricon {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
#footer_page .icn-rsx .pyricon {
	background-color: rgb(255, 255, 255);
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
#footer_page .icn-rsx a:hover .pyricon, #footer_page .icn-rsx a:active .pyricon {
	background-color: rgb(110, 190, 68);
}

	/*FIN STYLE MODULE ReseauxSociaux*/
	
	/*DEBUT STYLE MODULE Reservations*/
	.calendrier {
	margin-top: 24px;
	font-family: TeXGyreAdventorRegular, 'ITC Avant Garde Gothic', Verdana, Arial, Helvetica, sans-serif;
}

.calendrier .date-calendrier {
	background: rgb(110, 110, 110);
	color: rgb(255, 255, 255);
	border-left: 0.1em solid ;
	border-right: 0.1em solid ;
	margin: 0;
	text-align: center;
	padding: 4px;
}

.calendrier h2 {
	background-color: rgb(21, 198, 234);
	border-left: 0.1em solid ;
	border-right: 0.1em solid ;
	margin: 0;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 1em;
	font-weight: normal;
	font-size:1.3em;
	border-top: 0.1em solid ;
	border-bottom: 0.1em solid !important;
}

.calendrier span {
	cursor: pointer;
}

.calendrier table {
	border: 3px solid ;
	border-collapse: collapse;
}

.calendrier table th, .calendrier table td {
	border: 1px solid ;
	width: 50px;
	text-align: center;
}

.calendrier table th {
	background-color: rgb(78, 76, 76);
	font-weight: normal;
	color: rgb(255, 255, 255);
	padding: 4px 0;
}

.calendrier table tbody {
	background: rgb(193, 187, 187);
}
.calendrier table td  {
	color: ;
}
.calendrier table tbody>tr>td .btn {
	background: transparent;
}

.calendrier table td.reserve {
    color: rgb(255, 255, 255);
}

.calendrier .client {
    background-color: rgb(255, 0, 0);
}
.calendrier .formation  {
    background-color: rgb(42, 0, 255);
}
.calendrier .avalider  {
    background-color: rgb(244, 255, 0);
}

.calendrier .clientmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(244, 255, 0) 50%, transparent 50%);
}
.calendrier .clientmatin { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, transparent 50%);
}
.calendrier .formationmatin { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, transparent 50%);
}
.calendrier .matin.avalider { 
	background: linear-gradient(to right bottom, rgb(244, 255, 0) 50%, transparent 50%);
}

.calendrier .clientapresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(255, 0, 0) 50%);
}
.calendrier .clientapresmidi.avalider { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(244, 255, 0) 50%);
}
.calendrier .formationapresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(42, 0, 255) 50%);
}
.calendrier .avalider.apresmidi { 
	background: linear-gradient(to right bottom, transparent 50%, rgb(244, 255, 0) 50%);
}

.calendrier .clientapresmidi.formationmatin { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, rgb(255, 0, 0) 50%);
}
.calendrier .clientapresmidi.formationmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(42, 0, 255) 50%, rgb(244, 255, 0) 50%);
}
.calendrier .formationapresmidi.clientmatin { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, rgb(42, 0, 255) 50%);
}
.calendrier .formationapresmidi.clientmatin.avalider { 
	background: linear-gradient(to right bottom, rgb(255, 0, 0) 50%, rgb(244, 255, 0) 50%);
}

.calendrier table td.jour-hors-mois {
	color: rgb(202, 202, 202);
}

.calendrier+div .legende, .description-salle h3, .description-salle .tarif .min{
	color: rgb(0, 244, 255);
}

.description-salle a.btn {
    margin-top: 1em;
}

.fiche.btn {
	background-color: rgb(21, 198, 234);
}
.tarif.btn {
    background-color: rgb(0, 149, 255);
}

.description-salle .capacite {
    font-size: 1.5em;
}
.options-panier .black.pyricon:before {
    line-height: 0.65em;
    vertical-align: top;
    font-size: 3.75em;
    text-align: center;
}

.options-panier i.pyricon:before {
    font-size: 1.4em;
    vertical-align: bottom;
}

.options-panier .black.pyricon {
    color: rgb(0, 149, 255);
    background-color: rgb(0, 0, 0);
	margin-left:1px;
}
.options-panier a .btn {
    border-radius:0;
    background-color: rgb(0, 149, 255);
}

.instruction-reservations {
    background-color: rgb(0, 0, 0);
	border: 0.2em solid rgb(0, 149, 255);
    padding: 0.5em;
    border-radius: 0.5em;
}

.legende  .pyricon {
    font-size: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
}

div#legende { overflow: hidden; }
div#legende p { font-style: italic; text-align: center; font-size: 11px; width: 200px; float: left; line-height: 18px; margin-top: 20px; margin-left: 24px; }
div#legende th { width: 32px; text-align: center; height: 16px; color: ; }
.calendrier table td { cursor: pointer; }
.calendrier table td.tiptip.jour-hors-mois { color: #777; }
span.nondispo { display: block; color: ; background: red; text-decoration: line-through; line-height: 12px; font-weight: normal; font-size: 11px; }

	/*FIN STYLE MODULE Reservations*/
	
/*DEBUT STYLE MODULE Partenaires*/
.no-padding{ padding:0px !important;}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.carousel-indicators li { text-indent: -9999em; }
.nav > li > a { padding: 15px; transition: background 0.3s ease; }

.liste-partenaires .btn-primary{
  background-color: rgb(121, 0, 67);
  border-color: rgb(121, 0, 67);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(100, 0, 55);
  border-color: rgb(100, 0, 55);
}

#partenaires .voir-toutes a{
padding: 15px;
}
#myCarousel_partenaires .item .vertical-center{
	height:200px;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}

#background_partenaires {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    background-color: rgb(255,255,255);
    left: 0;
}
  #partenaires {  position: initial;}
.liste-partenaires .thumbnail{
	background-color:;
	border: 1px solid ;
}
.liste-partenaires figcaption a{
	color:;
}
.liste-partenaires figcaption a:hover{
	color:;
}

.carousel-partenaires .item img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(#grayscale);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.2s ease;
    max-width: 100%;
	width:100%
}

/*  Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .carousel-partenaires .item img{
        width: 100%;
    }
}
.carousel-partenaires .item img:hover{
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

div[id^="myCarousel_partenaires"] .carousel-control.left,
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	width:  2.5em; 
	background: transparent;
	color: #333;
	filter: none;
	background-repeat: no-repeat;
	background-position: center center;
}
div[id^="myCarousel_partenaires"] .carousel-control.left
{
	left: -80px;
	/* background-image: url(../images/interface/fleche_slide_left.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control.right
{
	right: -40px;
	/* background-image: url(../images/interface/fleche_slide_right.png); */
}
div[id^="myCarousel_partenaires"] .carousel-control span{
    /* color: white; */
    /* font-size: 65px; */
	font-size:2.5em;
	left: 0px;
    top: 35%;
    position: absolute;
	color:rgb(151, 138, 112);
}


 .carousel-partenaires .item.next , .carousel-partenaires .item.prev {display:none;}

@media (max-width: 767px) {
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	
	#myCarousel_partenaires .carousel-inner .active.left { left: -100%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 100%!important; }
	
	#myCarousel_partenaires .carousel-control.left{left: 0px;}
	#myCarousel_partenaires .carousel-control.right{	right: 0px;}

}
@media (min-width: 768px) and (max-width: 991px ) {
/* 	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next     { left:  50%; }
	.carousel-inner .prev	{ left: -50%; } */
	#myCarousel_partenaires .active > div { display:none; }
	#myCarousel_partenaires .active > div:first-child { display:block; }
	#myCarousel_partenaires .active > div:first-child + div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div+ div { display:block; }
	#myCarousel_partenaires .active > div:first-child + div + div + div { display:block; }
	#myCarousel_partenaires .carousel-inner .active.left { left: -25%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 25%!important; }
	.carousel-partenaires .carousel-control.right{ right: 0px!important; }
	 .carousel-partenaires .carousel-control.left{ left: 0px!important; }
	
} 
@media (min-width: 992px ) {
	#myCarousel_partenaires .carousel-inner .active.left { left: -16.666%!important; }
	#myCarousel_partenaires .carousel-inner .active.right { left: 16.666%!important; }
}
#myCarousel_partenaires .carousel-inner .active.left,#myCarousel_partenaires .carousel-inner .active.right{
  -webkit-transform: translate3d(0%,0,0)!important;
  transform: translate3d(0%,0,0)!important;
  transition: left 0.6s ease-in-out 0s;
 }


.liste-partenaires .vertical-center{
	height: 240px;
	width: 30em; /* Pas de dépassement horizontal */
}

/***************/
/*** OLD IE ****/
/***************/

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}
/*FIN STYLE MODULE Partenaires*/

/*DEBUT STYLE MODULE Pages*/
.paragraphe .media-legend {
    color: #555555;
	text-align: justify;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}
/*FIN STYLE MODULE Pages*/

/*DEBUT STYLE MODULE Realisations*/
.realisation .list_champs .libelle{
			color: rgb(0, 0, 0);
			font-size: 1.4em;
}
.nopadding { padding:0px;}

#list_img_associe{
	margin-top: 10px;
	padding: 0px;
}
.carousel-control.right , .carousel-control.left {
  z-index:5;
}


.list_realisaition .hoverlay{
  width: 90%;
  left: 5%;
  top:5%;
  height: 90%; 
  background-color: rgba(255, 255, 255, 0.7);
}

.voir_toutes{
	background:black;
}
.voir_toutes a{
	font-size:1.2em;
	color:white;
	padding-top: 8px;
}
.btn-voir{
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
  z-index: 2;
  border: 1px solid black;
   border-radius: 8px;
  left: 30%;
  width: 40%;
}

.une-galerie .hoverlay{
background : rgba(255,255,255,0); 
}

.list_realisaition .elm-galerie , .list_realisaition .une-galerie  {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}
.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}

.hoverlay-flex-middle h3 {
	font-size:1.2em;
}
/********** Liste type ***********/
.list_type_realisation{
	list-style-type:none;
	padding: 0px;
}

.list_type_realisation li{
	background: rgb(110, 190, 68);
	border:1px solid rgb(255, 252, 252);
	margin-top:3px;
}
.list_type_realisation li a{
	color:rgb(255, 255, 255);  
	display: block; 
	padding:10px 5px;
}
.list_type_realisation li:hover a ,.list_type_realisation li.active a{
	color:rgb(51, 51, 51); 
	text-decoration:none;
}
.list_type_realisation li:hover ,.list_type_realisation li.active{
	background:rgb(203, 251, 155);
	border: 1px solid rgb(95, 195, 11);
}
/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}


/*FIN STYLE MODULE Realisations*/

/*DEBUT STYLE MODULE Menu*/
header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8));
	border-color: rgba(0, 0, 0, 0);
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(250, 250, 250) , rgb(255, 255, 255));
}
.menu-dynamique > li::before {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid rgb(120, 160, 47);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(0, 0, 0);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(255, 255, 255)!important;
	background-color:rgb(51, 51, 51)!important;
}

.no-relative {
    position: initial;
}
.nav-justified>.dropdown.open .dropdown-menu {
    display: table;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}

.menu-bas {
	background-color: rgb(110, 190, 68);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-bas a {
	color: rgb(255, 255, 255);
}
.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(203, 251, 155);
	color:rgb(110, 190, 68);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgb(255, 255, 255);
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:85px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}
 @media (min-width: 768px ) and (max-width: 992px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 992px ){
	 .navbar-header img {
		min-height: 15px;
	}
 }
 
 header .navbar-header{
	display: table;
	height: 85px;
}
	
@media (max-width: 768px){
	header .navbar-header{
		/* width:100%; */
		height:50px;
	}
	header .navbar-brand{
		padding:0px 15px;
		height: auto;
	}
	 .navbar-header img {
		vertical-align: middle;
		margin-top: 0px;
	 }
}
   
  /******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */
.demo-2 {
	position: initial;
}
@media (max-width: 768px){
	.navbar-toggle-btn{
		position: initial;
	}
}

.dl-menuwrapper {
	    float: right;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}

.dl-menuwrapper .dl-menu {
/* 	margin: 5px 0 0 0;
	position: absolute;
    right: 0px;
    width: 80%; */
	 margin: 5px 0 0 0;
    position: absolute;
    top: 90%;
    right: 0px;
    width: 100%;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgb(255, 255, 255);
	color:rgb(51, 51, 51);
}

.dl-menuwrapper button {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
    width: 42px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: rgb(255, 255, 255);
	border-color:rgb(0, 0, 0);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after {
	background: rgb(0, 0, 0);
	box-shadow: 
		0 7px 0  rgb(0, 0, 0), 
		0 14px 0  rgb(0, 0, 0);
}


.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    top: 6px;
    left: 16%;
	background: rgb(51, 51, 51);
	box-shadow: 
		0 7px 0  rgb(51, 51, 51), 
		0 14px 0  rgb(51, 51, 51);
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(51, 51, 51);
	outline: none;
}

/*FIN STYLE MODULE Menu*/

/*DEBUT STYLE MODULE Actualites*/
.actu .hoverlay {
	display: block;
	background-color: rgba(129, 198, 80, 0.1);
	transition: background-color 0.35s;
}
.actu .hoverlay:hover, .actu .hoverlay:active {
	background-color: rgba(129, 198, 80, 0.48);
}
.actu .hoverlay h3 {
	border-bottom: 1px solid;
	margin-bottom: 0;
}

.actu .hoverlay h3 a:hover {
	text-decoration: none;
}
.actu .btn-lien {
	padding: 0.3em 0.4em;
	padding-bottom: 0;
	border: 1px solid;
	border-radius: 50%;
	margin-left: 0.5em;
}
.actu .hoverlay p {
	display: none;
	padding: 0.2em;
	background-color: rgba(255, 255, 255, 0.8);
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	display: block;
}

.actu h3, .actu h3 a {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	font-size: 1.3em;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
.actu p, .actu a {
	color: rgb(99, 99, 99);
	border-color: rgb(99, 99, 99);
}

.actualite h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
	font-size:1.3em;
}

.actualite h3 a {
	color:#333333;
}

.actualite .date-actu {
	background-color: rgb(110, 190, 68);
	color: rgb(255, 255, 255);
	padding: 0.5em;
}
.actualite-seule{
	position:relative;
}
.actualite-seule .date-actu {
	margin-top: -3.2em;
	margin-bottom: 3.2em;
	position: absolute;
	right: 0;
}

.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.actualite .voir-toutes {
	margin-top: 0.5em;
	padding: 0.5em;
}
@media (max-width: 768px) {
	.actualite {
		margin-bottom: 3em;
	}
	.actualite figure {
		padding: 0;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	.actualite-seule figure {
		margin-left: 0;
	}
	.actualite-seule .date-actu {
		position: relative;
		margin: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}

/******** Element style animation hover ******/
.actu .hoverlay h3 {
	border: 0 none;
}
.actu .hoverlay h3:after {
/* 	position: absolute;
    top: 0;
    right: 0.5em;
    left: 0.5em;  */
	position: relative;
    display: block;
    margin-top: -12%;

	height: 3.5em;
	z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
	pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@media (max-width: 768px) {
	.actu .hoverlay h3:after{
		 margin-top: -5%;
	}
}
.accueil #actualites img{
	width:100%;
}

.actu:hover .hoverlay h3:after, .actu:active .hoverlay h3:after {
	opacity: 0.85;
    -webkit-transform: translate3d(0,3em,0) scale3d(1,1,1);
    transform: translate3d(0,3em,0) scale3d(1,1,1);
	background-color: transparent;
}
.actu .hoverlay p {
	display: block;
	padding: 0.2em;
	background-color: transparent;
	margin-top:-20px;
	position:relative;
	opacity: 0;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	background-color: rgba(255, 255, 255, 0.8);
}


.grid-list-actu .actualite {
	background:rgba(255, 255, 255,0.8);
	margin: 20px 0px;
}
.grid-list-actu .actualite .media-body {
	padding-left:15px;
}
/*FIN STYLE MODULE Actualites*/

/*DEBUT STYLE MODULE Plans*/
#container_info{position:relative}

#container_info .infos{
    position: absolute;
    top: 10%;
    left: 1%;
    width: 28%;
    /* height: 42%; */
	padding:10px;
    background: rgba(255,255,255,0.8);
	z-index:1;
}
#container_info .titre_info{
    color: rgb(145, 185, 58);
    font-size: 1.4em;
}
#container_info .titre_info .num{
    color: rgb(255, 255, 255);
    background-color: rgb(145, 185, 58);
    border-radius: 50%;
    margin: 0px -2px;
    font-size: 0.8em;
    border: 1px solid rgb(0, 0,0);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 3px 0px;
}
#container_info .infos .lien{
/*     top: 90%;
    position: inherit;
    margin-bottom: 0%;
    width: 100%; */
	margin-top:8px;
    background-color: rgb(151, 138, 112);
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.2em;
    padding: 8px;
}
#container_info .point{
    width: 40px;
    height: 40px;
    margin: 0%;
	text-align: center;
	padding: 5px 0px;
    background-color: rgba(145, 185, 58, 0.8) ;/*#91B93A;*/
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    cursor: pointer;
}
#container_info .description_info{
    /* height: 270px; */
	margin-top: 8px;
    /* overflow-y: scroll; */
}
/* #container_info .point:hover{
   
} */
/* #container_info > .panel:hover .point{ */
	
/* } */
#container_info .panel [data-point].hover, #container_info .plan_legende [data-point].hover .point_legende  {
	background-color: rgb(113, 138, 57) ;/*#91B93A;*/
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.no-panel{
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

/******** XS ******/

#accordion_infos .panel-heading{
	background:rgb(145, 185, 58);
	color:rgb(255, 255, 255);
}

/*** LEGENDE **/
.plan_legende {
    position: absolute;
    top: 50px;
    right: 15px;
	width: 29%;
    background: rgba(145, 185, 58, 0.8);
}
.plan_legende a{
	text-decoration:none;
	color:black;
	text-decoration: underline;
	color:white;
}
.plan_legende a::after {
	content: " >>";
	display:inline;
}
.plan_legende a:hover{text-decoration:none;}

.plan_legende a:hover span.point_legende{
	 background-color: rgb(113, 138, 57) ;/*#91B93A;*/
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

span.point_legende {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0%;
    text-align: center;
    padding: 1px 0px;
    background-color: rgba(145, 185, 58, 0.8) ;/*#91B93A;*/
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    cursor: pointer;
}
.plan_legende > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*FIN STYLE MODULE Plans*/
