@import url(http://fonts.googleapis.com/css?family=Oswald|Cabin|Raleway|ABeeZee|Meie+Script);

/*DEBUT STYLE MODULE Main*/
@import url(//fonts.googleapis.com/css?family=);

body {
	color: rgb(51, 51, 51);
	font-size: 14px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#corps {
	background-color: rgb(255, 255, 255);
}
.main-color-texte {
	color: rgb(199, 112, 9);	
}
.main-color-border {
	border-color: rgb(199, 112, 9);
}
hr {
	border-top-color: rgb(199, 112, 9);
}
h1 {
	color: rgb(25, 81, 108);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:50px;
}
h2{
	color: rgb(0, 120, 179);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:30px;
}
.h2-titre-parag{
	color: rgb(70, 38, 39);
	font-family: 'ABeeZee', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:30px;
}
h3 {
	color: rgb(70, 38, 39);
	font-family: 'ABeeZee', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:30px;
}
h4{
	color: rgb(51, 51, 51);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
}


.titre_page {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
a {
	color: rgb(25, 81, 108);
}
a:hover, a:active {
	color: rgb(39, 114, 151);
}

#corps {
	padding-top: 2em;
	padding-bottom: 2em;
}
#corps.accueil {
	padding-top: 0;
	padding-bottom: 0;
}
#corps.accueil section {
	padding-bottom: 4em;
}
#section1{
	margin-top: 2em;
    margin-bottom: 2em;
}
#section1 .h2-titre-parag{
	color: rgb(255,127,0);
}
#section2{
	margin-top: 4em;
    margin-bottom: 3em;
}
#section3{
	margin-top: 2em;
    margin-bottom: 2em;
}
#section3 ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
}
#section3 li {
    margin-bottom: 25px;
}
#section3 h2{
	margin-bottom: 1em;
}
#section4{
	margin-top: 2em;
    margin-bottom: 2em;
}
#section4 h2{
	margin-bottom: 0.5em;
}
#corps.accueil section:first-child {
	padding-top: 2em;
}	

.placeholder {
	/*background-color: rgb(218, 200, 177);*/
}
.placeholder::after {
    background-image: url(images/interface/logo_placeholder_modulol.png);
}

/*********** ACCUEIL ***************/
.accueil .pages {
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
}
.accueil .pages h1 {
	text-align: center;	
	margin: 0;
}
.accueil .pages a {
	color: rgb(51, 51, 51);
}

.voir-toutes {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
}
.voir-toutes a {
	color: rgb(209, 209, 209);
}

.accueil section h2 {
	padding: 0;
	margin: 0;
	text-align: center;
}
#infos-pratiques{
	padding-left:50px;
}
#footer_page {
	border-top-width: 6px;
	border-color: rgb(204, 204, 204);
	background-color: rgb(51, 51, 51);
	color: rgb(221, 221, 221);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-top: 1em;
	$
}
#footer_page .icn-rsx a {
	color: rgb(51, 51, 51);
}
#footer_page .icn-rsx a:hover, #footer_page .icn-rsx a:active {
	color: rgb(197, 197, 197);
	text-decoration: none;
}
#footer_page .icn-rsx .pyricon {
	background-color: rgb(136, 136, 136);
	-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(51, 51, 51);
}

#footer_contact{
	margin-top: ;
	text-align: left;
}
footer .socials {
	margin-top: ;
}
footer #footer_text h2 {
	border-bottom: 1px solid #5A5959;
	font-size:1.4em;
	color:rgb(221, 221, 221);
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer .paragraphe_page p{
	font-size:0.9em;
	color:rgb(255, 255, 255);
}
#footer_text .menu-secondaire .pyricon-primitive-dot {
    display: none;
}
#footer_text .menu-secondaire .description {
    display: none;
}
#footer_text .menu-secondaire.nav > li > a{
    border-bottom: 1px solid #5A5959;
}
#footer_text .menu-secondaire .text-capitalize {
    font-family: arial;
    color: #DDDDDD;
    line-height: 1.5;
	font-size: 1.5em;
	padding-left: 5px;
	margin-top: 1em;
}
#footer_text .nav>li>a:hover{
	background-color: rgb(25, 81, 109);
}
#footer_contact h2 {
    font-size: 1.4em;
    font-family: cabin;
    color: #DDDDDD;
    border-bottom: 1px solid #5A5959;
	text-align: left;
}

@media (max-width: 768px) {
	#footer_contact {
		margin-top: 2em;
		padding: 0 1em;
	}
	footer .socials {
		margin-top: ;
	}
	footer #footer_text h2 {
		margin-top:;
	}
	#footer_page .copyright{
		margin-bottom: 15px;
	}
}

@media (max-width: 992px) {
	#infos-pratiques{
	padding:15px;
	}
	.nav > li > a{
	padding: 10px;
	}
}

.icn-rsx a:hover {
  text-decoration: none;
}
.icn-rsx a:hover .pyricon {
  background-color: rgb(216, 99, 0);
  color: rgb(221, 74, 0);
}
/**** Page Contact ***/
#infos_structure h2{
	font-family:;
	font-size:30px;
}
#infos_structure{
	text-align:left;
}
@media (min-width: 768px){
	#formulaire_contact.form-horizontal .control-label {
		text-align: left;
	}
}
@media (max-width: 768px){
	#formulaire_contact {
		margin-top: 40px;
	}
	.affix-top .hidden-affix-top {
    height: auto;
	}
	.hidden-affix-top {
    position: relative;
    z-index: -1;
    overflow-y: hidden;
    transition: none;
}
}

/**** Pager ****/
.pager li a {
	border: 0 none;
	border-radius: 0px;
}
.pager li.previous a, .pager li.next a {
	border: 1px solid rgb(199, 112, 9);
	border-radius: 10px;
}
.pager li.active a {
	border-bottom: 1px solid rgb(199, 112, 9);
}

.affix-top .hidden-affix-top {
    transform: translateY(-100%);
    position: absolute;
    height: auto;
}
.hidden-affix-top {
    position: relative;
    z-index: -1;
    overflow-y: hidden;
    transition: all ease 0.5s;
}

.ck-choise{
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*FIN STYLE MODULE Main*/

/*DEBUT STYLE MODULE Actualites*/
.accueil .actualites .actu h3 {
	text-align: center;
	margin-top: 0;
}
.actu {
    margin-top: 2em;
    margin-bottom: 3em;
}	
.actu .date {
	font-size: 0.6em;
	color: rgb(153, 153, 153);
}


.actualites .images .illus {
	margin-bottom: 2em;
}
.actualites .images .illus img {
	-moz-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: filter 0.35s ease-in, -webkit-filter 0.35s ease-in;
}
.actualites .images .illus:hover img, .actualites .images .illus:active img, .actualites .images .illus.active img {
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.actualites .hoverlay {
	display: block;
	padding: 0;
	width: 91%;
	width: calc(100% - 30px);
	cursor: pointer;
		
	opacity: 1;
	transition: opacity 0.35s ease-out;
}
.actualites .illus.active .hoverlay {
	opacity: 0;
}

.actualites .hoverlay h4 {
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0.5em;
	margin: 0;
	
    position: relative;
    top: 30%;
    height: 30%;
	
	text-align: center;
	
	display: flex;
    justify-content: center;
    align-items: center;
}
.actualites .hoverlay h4 a:hover {
	text-decoration: none;
}
.actualites h4, .actualites h4 a {
	color: rgb(0, 74, 128);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-color: rgb(0, 74, 128);
}
.actu h3 {
	color: rgb(0, 74, 128);
}
.actualites .textes p, .actualites .textes a {
	color: rgb(51, 51, 51);
	border-color: rgb(51, 51, 51);
	margin-bottom: 2em;
	text-align:justify;
}
.actualites .textes h3 a {
	color: inherit;
}
.actualites .textes h3 a:hover {
	text-decoration: none;
}
.actualites .savoir-plus {
	color: rgb(249, 150, 12);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
.actualites .savoir-plus a {
	color: rgb(249, 150, 12);
}


.liste-actus .contenu-actu {
	border-bottom: 2px solid rgb(0, 45, 214);
	height: 13em;
	padding-bottom: 14em;
    margin-bottom: 2em;
}
.liste-actus .titre-actu {
	color: rgb(51, 51, 51);	
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	font-size: 1.6em;
	margin-bottom: 0;
}
.liste-actus .titre-actu a {
	color: rgb(51, 51, 51);
}
.liste-actus .titre-actu:after {
	display: none;	
}
.liste-actus .actualite .date-actu {
	color: rgb(248, 130, 12);
}

.mdz-flexbox .liste-actus .contenu-actu {
	height: auto;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}
.mdz-flexbox .liste-actus .titre-actu {
	flex: 0 0 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
    line-height: 1;
}
.mdz-flexbox .liste-actus .actualite .date-actu {
	flex: 0 0 auto;
	margin-bottom: 0.25em;
}
.mdz-flexbox .liste-actus .contenu-actu div {
	flex: 0 1 4.5em;
    overflow: hidden;
}
.mdz-flexbox .liste-actus .lien-actu {
	flex: 0 0 auto;
}
.actualite {
    margin-bottom: 30px;
}
.actualite h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
}
.actualite h3 a {
	color:rgb(51, 51, 51);
}
.actualite h3 a:hover {
	text-decoration: none;
}

.actualite .date-actu {
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(249, 150, 12);
	margin: 0;
}
.actualite hr {
	margin-top: 10px;	
}
.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
/*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: 1;
	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:rgb(51, 51, 51);
}
.cal-day-weekend span[data-cal-date]{
	color:rgb(189, 189, 189)!important;
}
.cal-month-day .day{
	cursor:default!important;
}
.with-events .day{cursor:pointer!important;}
.cal-month-day.active {
	background: rgb(227, 67, 2)!important; /* calendrier general*/
	color:rgb(255, 255, 255)!important;/* calendrier general*/
}
.cal-month-day.with-events{
	 border-color: rgb(227, 67, 2);/* calendrier general*/
	 cursor:pointer!important;
}

.events-list {
    max-height: inherit!important;
    padding-left: 0px!important;
    margin-bottom: 0px;
    height: 100%;
}
.cal-day-today{
	 background: rgb(0, 52, 77) !important; /* calendrier general*/
	 color:rgb(227, 67, 2)!important;/* calendrier general*/
	 border-color: rgb(0, 52, 77)!important;
}
.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 ***/
#date_event_recap {
    padding-left: 0px;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(255, 128, 0);
    font-size: 14px;
	margin:0px;
	margin-bottom:10px;
}
#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: rgb(255, 255, 255);
	float: left;
	margin: 0px;
}
#agenda .list .block_corps h3 {
    border-bottom:1px solid #00344D;
	margin-top: 5px;
	margin-right: 37px;
	color:rgb(0, 52, 77);
	font-size:18px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#agenda .list .block_corps .heure {
	font-style: italic;
	display: block;
	margin-top: -8px;
	font-size:px; /*14px*/
}
#agenda .list .block_corps{
	font-size:14px;
	font-family:;
	
}
#agenda ul{
	list-style-type: none;
	-webkit-padding-start: 0px;
}

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

#agenda .block_corps .glyphicon.more{
    font-size: 1.2em;
    z-index: 2;
    color: rgb(0, 128, 190);
    background-color: rgb(255, 255, 255);
    border: 2px solid #0080BE;
    padding: 7px;
    border-radius: 50%;
}
#agenda .date{
	color: rgb(211, 120, 0); /* calendrier general*/
	background-color: rgb(255, 255, 255); /* calendrier general*/
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serifpx;/*16*/
	font-size:18px;/*16*/
	text-align: left;
	margin-bottom:0px;
}
#agenda .date.date-md span {
    display: block;
}
#agenda .date .jour{	font-size:20px;}/* 34 */
#agenda .date .mois{	font-size:20px;}/* 16 */
#agenda .date .annee{font-size:20px;}/* 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;
	}
}

#mois_courant{
	/* font-size:1.4em; */
	font-size:22px;
	margin-bottom:25px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#block_agenda .list .block_corps h3 {
    border-bottom:1px solid #00344D;
	margin-top: 0px;
	margin-right: 37px;
	color:rgb(0, 52, 77);
	font-size:18px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#agenda .not_a_venir {
	text-align:center;
	font-size:1.4em;
}
.accueil #agenda {
	background-color:rgba(255, 255, 255,0);
}
.accueil #agenda #titre_ou_date{
	color: rgb(0, 51, 76); /* accueil */
	font-size: 24px; /* accueil */
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* accueil */
	border-bottom:1px solid #00334C;
	padding-bottom: 5px;
	text-align:center;
}

 #block_agenda #titre_ou_date{
	color: rgb(0, 51, 76); /* accueil */
	font-size: 24px; /* accueil */
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* accueil */
	border-bottom:1px solid #00334C;
	padding-bottom: 5px;
	text-align:center;
}
.accueil #agenda #tous_event:hover{
	text-decoration:none;
}
.a_venir {
    margin-bottom: 2em;
}
.rightitre{
	margin-top: -28px;
}
.calendrier-accueil{
	margin-bottom: 3em;
}


/*** recherche avancée ***/
#recherche_a{
	background: #19516D;
	border-radius:10px;
    height: auto;
	color: white;
	padding-bottom: 15px;
}
#recherche_a h2{
	color:rgb(255, 255, 255);
	font-size:28px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
	position:relative;
}
#recherche_a h2:after{
	position:absolute;
	display:block;
	content:"";
	width:90%;
	left:5%;
	height:1px;
	bottom:0;
	background-color:rgb(255, 255, 255);

}
#agenda.liste #titre_ou_date{
	color:rgb(0, 51, 76);
	font-size:28px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	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 #19516D;
}
#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{
		margin-top:30px;
	}
	#recherche_a:before{display:none;}
	.calendrier-accueil{
	padding:0px;
	}
	.cal-month-day {
    width: 40px;
    height: 40px;
	}
}

/***** Détail *****/
.evenement .titre {
    color: rgb(212, 120, 0); /*#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:rgb(0, 45, 66); /* 002D42 */
	font-size:32px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serifpx;
	border-bottom:1px solid rgb(0, 45, 66);
	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 (min-width: 1200px){
	.evenement .photo-event {
		margin: 10px;
		float:left;
		display: inline-block;
		max-width: 25%;
		}
}
@media (min-width: 767px) and (max-width:1200px) { 
	.evenement .photo-event {
		margin: 10px;
		float:left;
		display: inline-block;
		max-width: 40%;
	}
}
@media (max-width: 767px){ 
	.bloc-detail-evenement {
		padding:0px;
	}
	.evenement .photo-event {
		float: initial;
		max-width: 100%;
} 
}




/**** 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 Annuaires*/
.titre-annuaire {
	color: rgb(255,127,0);
}

.nav-annuaire-categories {
	list-style-type: disc;
	list-style-position: inside;
	
	color: rgb(25,81,108);
}
.nav-annuaire-categories li {
	display: list-item;
}
.nav-annuaire-categories li a {
	color: rgb(25,81,108);
}
/*FIN STYLE MODULE Annuaires*/

/*DEBUT STYLE MODULE Documents*/
.titre-document {
	color: rgb(255,127,0);
}

.nav-document-categories {
	list-style-type: disc;
	list-style-position: inside;
	
	color: rgb(25,81,108);
}
.nav-document-categories li {
	display: list-item;
}
.nav-document-categories li a {
	color: rgb(25,81,108);
}
/*FIN STYLE MODULE Documents*/

/*DEBUT STYLE MODULE FlashInfos*/
.module_flashinfo .item h4{
	font-size:16px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(255, 127, 0);
	font-weight:bold;
}
.module_flashinfo .item p{
	font-size:14px;
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(0, 0, 0);
	text-align:left;
	margin-left:15px;
    margin-right: 15px;
    text-align: justify;
}
.module_flashinfo{
	height:100%;
	position:relative;
}

.module_flashinfo .btn-block{
	position: absolute;
    bottom: 0;
	border:0px;
	border-radius: 0px;
	color:rgb(255, 128, 0);
	font-family: cabin;
    font-weight: bold;
    font-size: 16px;
}

#date-flash{
	font-family:'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	color: rgb(0, 0, 0);
	text-align:center;	
	margin-bottom:15px;
	margin-top:15px;
}
/*FIN STYLE MODULE FlashInfos*/

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

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

 .item-rss{
    /* height: px; */
	margin:15px 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*/
/********* Blocs accueil ************/
.galeries .galerie h3 {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgb(51, 51, 51);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding: 1em 0.5em;
	margin: 0;
}
.galeries .galerie h3 a {
	color: rgb(51, 51, 51);
}
.galeries .galerie:hover h3 a, .galeries .galerie:active h3 a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

.galeries .hoverlay {
	display: block;
	padding: 0;
	width: 91%;
	width: calc(100% - 30px);
	
	text-align: center;
	color: rgba(255, 255, 255, 0);
	transition: color 0.35s ease-out;
}
.galeries .hoverlay a {
	color: rgba(255, 255, 255, 0);
}
.galeries .galerie:hover .hoverlay, .galeries .galerie:active .hoverlay {
	background-color: rgb(255, 255, 255);	
}
.galeries .galerie:hover, .galeries .galerie:active,
.galeries .galerie:hover a, .galeries .galerie:active a {
	color: rgb(255, 255, 255);
}

/********* Liste ************/
.liste-galeries .galerie {
	height: 18em;
	border-bottom: 2px solid rgb(255, 255, 255);
	margin-bottom: 2em;
}
.liste-galeries .galerie h2 {
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgb(0, 28, 168);
}
.liste-galeries .galerie h2:after {
	display: none;
}
.liste-galeries .galerie h2 a {
	color: inherit;
}
.liste-galeries .galerie h2 .btn-lien {
	color: rgb(227, 85, 0);
}
.liste-galeries .galerie .img-galerie {
	overflow: hidden;
	height: 14em;
    display: block;
}

.mdz-flexbox .liste-galeries .galerie {
	display: flex;
	flex-direction: column;
}
.mdz-flexbox .liste-galeries .galerie .img-galerie {
    flex: 0 0 75%;
}
.mdz-flexbox .liste-galeries .galerie .titre-galerie {
    flex: 0 0 25%;
	margin: 0;
	line-height: 1;
	
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.mdz-flexbox .liste-galeries .galerie .titre-galerie a {
	width: 100%;	
}
@media (min-width: 1200px) { /* Palier LG */
	.mdz-flexbox .liste-galeries .galerie {
		height: 24em;
	}
	.mdz-flexbox .liste-galeries .galerie .img-galerie {
		flex: 0 0 85%;
	}
	.mdz-flexbox .liste-galeries .galerie .titre-galerie {
		flex: 0 0 15%;
	}
}

/********* Détails ************/
.galeries .hoverlay .btn-lien {
    border: 2px solid;
    border-radius: 50%;
	padding: 0;
    font-size: 4em;
	line-height: 1em;
    position: absolute;
	width: 1.1em;
    margin-left: -0.55em;
    left: 50%;
    bottom: 10%;
	
	transform: translate(0, 150%);
	transition: transform 0.35s ease-out, color 0.35s ease-in;
}
.galeries .galerie:hover .btn-lien, .galeries .galerie:active .btn-lien {
	transform: translate(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;
	
	background-color: rgba(255, 255, 255, 0.8);
	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 h3 {
    font-size: 1.3em;
}
.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;
}
/*FIN STYLE MODULE Galeries*/

/*DEBUT STYLE MODULE Garderies*/
.ligne_active-visible,
.type_predefini_horaires_hebdo-visible,
.type_predefini_periodes_hebdo-visible,
.type_prerempli_periode-visible,
.type_prerempli_horaire-visible,
.type_predefini-visible,
.type_libre-visible,
.type_sans-visible,
.CAF_utile-visible,
.a_CAF-visible,
.a_pas_CAF-visible,
.ligne_active .ligne_active-hidden,
.type_predefini_horaires_hebdo .type_predefini_horaires_hebdo-hidden,
.type_predefini_periodes_hebdo .type_predefini_periodes_hebdo-hidden,
.type_prerempli_periode .type_prerempli_periode-hidden,
.type_prerempli_horaire .type_prerempli_horaire-hidden,
.type_predefini .type_predefini-hidden,
.type_libre .type_libre-hidden,
.type_sans .type_sans-hidden,
.CAF_utile .CAF_utile-hidden,
.a_CAF .a_CAF-hidden,
.a_pas_CAF .a_pas_CAF-hidden{
	display:none;
}
.ligne_active .ligne_active-visible,
.type_predefini_horaires_hebdo .type_predefini_horaires_hebdo-visible,
.type_predefini_periodes_hebdo .type_predefini_periodes_hebdo-visible,
.type_prerempli_periode .type_prerempli_periode-visible,
.type_prerempli_horaire .type_prerempli_horaire-visible,
.type_predefini .type_predefini-visible,
.type_libre .type_libre-visible,
.type_sans .type_sans-visible,
.CAF_utile .CAF_utile-visible,
.a_CAF .a_CAF-visible,
.a_pas_CAF .a_pas_CAF-visible{
	display:block;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.btn.btn-radio {
		padding: 6px 4px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.btn.btn-radio {
		padding: 6px 4px;
	}
	.btn-group-lg>.btn, .btn-lg {
		font-size: 14px
	}
}

/*FIN STYLE MODULE Garderies*/

/*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 ListeLiens*/
.liste_liens span.titre {
	color: rgb(255, 127, 0);
}
.liste_liens li {
	color: rgb(25, 81, 108);
	font-size : 14px;
}
#infos-pratiques .pyricon-primitive-dot {
    font-size: 20px;
	margin-right: 5px;
	margin-top: -6px;
}
#liens-utiles .pyricon-primitive-dot {
    font-size: 20px;
	margin-right: 5px;
	margin-top: -6px;
}
#infos-routes .pyricon-primitive-dot {
    font-size: 20px;
	margin-right: 5px;
	margin-top: -6px;
}
/*FIN STYLE MODULE ListeLiens*/

/*DEBUT STYLE MODULE Mailing*/
#inscription-newsletter p {
	color: white;  
	line-height: 32px;
}
@media (min-width: 320px) and (max-width: 767px) {
	#inscription-newsletter p.text-right {
		text-align: center;
	}
}
/*FIN STYLE MODULE Mailing*/

/*DEBUT STYLE MODULE Marches*/
.titre-document {
	color: rgb(255,127,0);
}

.nav-document-categories {
	list-style-type: disc;
	list-style-position: inside;
	
	color: rgb(25,81,108);
}
.nav-document-categories li {
	display: list-item;
}
.nav-document-categories li a {
	color: rgb(25,81,108);
}
/*FIN STYLE MODULE Marches*/

/*DEBUT STYLE MODULE Menu*/
header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgb(25, 81, 109);
	background: linear-gradient(to bottom, rgb(25, 81, 109) , rgb(25, 81, 109));
	border-color: rgba(0, 0, 0, 0);
	
	transition: background 0.35s ease;
}
header .navbar-default img {
 	transform: none;
	transition: none;
	/** For teh fixxorz **/
	max-height: 56px;
	margin-top: 0px;
	z-index:1;
}
header .navbar-default .surmenu {
	background-color: rgb(18, 60, 80);
	width: 100%;
}
.surmenu form {
    margin-top: 15px;
    margin-bottom: 15px;
	text-align: right;
    padding-right: 20%;
}
.surmenu #logo {
    margin-left: 40%;
}

.navbar .hidden-affix-top label {
    color: rgb(255, 255, 255);
}
.navbar .hidden-affix-top button.btn {
    background-color: rgb(25, 81, 109);
    color: rgb(255, 255, 255);
}
header .navbar-default.affix, .affix .menu-dynamique .dropdown-menu {
	background-color: rgb(25, 81, 109);
	background: linear-gradient(to bottom, rgb(25, 81, 109) , rgb(25, 81, 109));
}
header .navbar-default.affix img,header .navbar-default.affix-top img {
	transform: translate(0, 0);
}
.menu-dynamique > li::before {
	background-color: rgba(214, 19, 94, 0);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(255, 255, 255);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique a:hover, .menu-dynamique a:focus, .menu-dynamique .open>a {
	color: rgb(255, 255, 255)!important;
	background-color:rgb(255, 127, 0)!important;
}

.menu-dynamique .dropdown-menu {
	background-color:rgb(25, 81, 109);
}
.menu-dynamique .dropdown-menu.sous-menu {
	position: relative;
	background:rgb(57, 179, 236);
}
.menu-dynamique .dropdown-menu.sous-menu .dropdown-menu.sous-menu {
	background:rgb(128, 214, 255);
}
.menu-dynamique .dropdown-menu li, .menu-dynamique .dropdown-menu a {
	color: rgb(255, 255, 255);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique .dropdown-menu a:hover, .menu-dynamique .dropdown-menu a:focus {
	color: rgb(255, 255, 255)!important;
}

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

.menu-bas {
	background-color: rgb(25, 81, 109);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-bas a {
	color: rgb(255, 255, 255);
}
.panel{
	margin: 20px;
}

.btt {
	display: block;
    border-radius: 70px 70px 0 0;
    background-color: rgb(25, 81, 109);
    width: 20%;
    height: 35px;
    position: relative;
    margin-left: -10%;
    left: 50%;
	padding: 10px;
	
	transform: translate(0, 100%);
    opacity: 0;
	transition: transform 0.35s ease-out, opacity 0.35s ease-in;
}
.btt.fadeInDown {
    opacity: 1;
    transform: translate(0, 0);
}
.btt .arrow {
	display: block;
	margin: 0 auto;
    height: 10px;
    width: 10px;
}
.btt .arrow+.arrow {
	margin-top: -3px;
}
.btt .arrow.up {
    border-left: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);
	transform: rotate(45deg);
}
.btt .arrow.down {
   transform: rotate(-45deg);
}

.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(255, 255, 255);
	color:rgb(25, 81, 109);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(255, 128, 0, 0);
}
.menu-secondaire li .pyricon.pull-left {
    color: rgb(255, 128, 0);
	font-size: 20px;
	margin-right: 5px;
}
.pyricon-primitive-dot.pull-left::before {
    vertical-align: middle;
}
.menu-secondaire li .titre {
    display:block;
}
.menu-secondaire .description{
	font-size:12px;
}
.menu-secondaire .titre.text-capitalize {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
	color:;
}
.menu-secondaire.nav > li > a{
	padding:5px;
}
#footer_text .menu-secondaire.nav > li > a{
	padding:0px;
}
#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:60px;
	font-size:14px;
}
.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;
	}
 }
  @media (max-width: 797px ){
	.menu-secondaire .titre.text-capitalize{
		font-size: 18px;
	}
	.menu-secondaire.nav > li > a{
		padding:4px;
		padding-bottom: 10px;
	}
	.menu-secondaire.nav >li{
		padding-left:5px;
		margin-top:2px;
		margin-bottom:2px;
	}
 }
 
 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: 10px;
	 }
	 header .navbar-default img {
		transform: none;
		transition: none;
	}
}
   
/******** TYMPANUS **********/

/* Common styles of menus */
.dl-menuwrapper {
	text-align: 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 {
	text-align: left;
	height: 0;
	margin: 0;
	
	opacity: 0;
    pointer-events: none;

	transition: height 0.35s, opacity 0.35s;
}
.dl-menuwrapper .dl-menu li, .dl-menuwrapper .dl-menu.dl-menuopen.dl-subview li {
	display: none;
}

.nav > li > a {
	transition:none!important;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	height: auto;
	opacity: 1;
	pointer-events: auto;
}
.dl-menuwrapper .dl-menu.dl-menuopen li, .dl-menuwrapper .dl-menu.dl-menuopen.dl-subview li.dl-subview, .dl-menuwrapper .dl-menu.dl-menuopen.dl-subview li.dl-subviewopen {
	display: list-item;
}

/* 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% { 
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	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 */
#span_menu {
	color: rgb(255, 255, 255);
	margin-right: 0.5em;
}
.dl-menuwrapper ul{
	background: rgb(25, 81, 109);
	color: rgb(255, 255, 255);
}

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

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

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


.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: normal;
	color: rgb(255, 255, 255);
	outline: none;
}
.navbar-toggle {
	display: block;
}
/*FIN STYLE MODULE Menu*/

/*DEBUT STYLE MODULE Pages*/
.paragraphe .media-legend {
    color: rgb(0, 0, 0);
}
/*FIN STYLE MODULE Pages*/

/*DEBUT STYLE MODULE Pages_old2*/
.paragraphe .media-legend {
    color: #555555;
	font-family: ;
	font-size: px;
	text-align: center;
	margin-top: 0.3em;
	margin-bottom:0.3em
}
#titre_paragraphe_page {
	color: ;
	font-family: ;
}

.media-title{
	color:;
	font-family:;
    font-size: px;
    text-align: center;
    margin-top: 1em;
}
.surmenu .form-group{
	margin-bottom:0px;
}
.surmenu form{
	padding-right: 5%;
}

@media(max-width:767px){
	.surmenu #logo {
		margin-left: 15%;
		padding-top: 15%;
}
}

.btn-recherche{
	height: 105%;
    padding: 0px;
    min-width: 40px;
	font-size:19px;
	display:block;
	padding-top: 5px;
}
.titre-paragraphe{
	font-size: 20px;
    color: rgb(199,112,9);
}
/*FIN STYLE MODULE Pages_old2*/

/*DEBUT STYLE MODULE Panneaux*/
.titre_panneau {
	color: ;
	background: ;
	min-height:;

}

.description_panneau {
	color: ;
	background: ;
	min-height:;
	border-bottom:  solid ;
	padding:  ;
}

.plus_info{
	color: ;
	font-size: ;
}
/*FIN STYLE MODULE Panneaux*/

/*DEBUT STYLE MODULE Parallax*/
.parallaxContainer {
	position: relative;
	overflow: hidden;
}
.parallaxContainer .imgContainer {
    height: 100%;
	text-align: center;
}
.parallaxContainer .imgContainer img {
	width: 100%;
	/*transition: transform 0.35s linear;*/
	-webkit-filter: url(images/filtres-svg.svg#soblurmi);
    -moz-filter: url(images/filtres-svg.svg#soblurmi);
    -o-filter: url(images/filtres-svg.svg#soblurmi);
    -ms-filter: url(images/filtres-svg.svg#soblurmi);
    filter: url(images/filtres-svg.svg#soblurmi);
}
.parallaxContainer .imgContainer.imgLoaded img {
	-ms-filter: initial;
	-moz-filter: initial;
	-webkit-filter: initial;
	filter: initial;
}
.parallaxContainer.widthness .imgContainer img {
	width: auto;
	height: 100%;
}
.bandeau #logo {
    margin-bottom: 30px;
}

.parallaxContainer .bandeau {
	position: relative;
	bottom: 60%;
	height: 30%;
	background-color: rgba(0, 0, 0, 0);
	background-color: attr('data-couleur');
	
	text-align: center;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#bandeau_principal .parallaxContainer .bandeau {
	bottom: 90%;
	height: 100%;
}
.parallaxContainer .bandeau h2 {
    padding-top: 10px;
    margin: 0;
	position: relative;
	color: rgb(25, 81, 109);
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.parallaxContainer .bandeau h2:after {
	content: '';
    display: block;
    background: url() no-repeat center top;
    height: 60%;
    width: 100%;
    margin-top: 0.25em;
	position: absolute;
    background-size: auto 100%;
}
.parallaxContainer .bandeau h2.slogan {
	margin-top: 0.5em;
	font-size: 1.3em;	
}
.parallaxContainer .bandeau h2.slogan:after {
	display: none;
}
#bandeau_principal .bandeau .panel{
	background-color:rgba(255, 255, 255, 0.82);
	border-radius: 0px;
}

/*** http://stackoverflow.com/a/18850777 ***/
@media (max-width: 768px){
	.parallaxContainer .bandeau h2 {
		font-size:36px;
		padding-top: 5px;
	}
	#date-flash{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#bandeau_principal .bandeau .panel{
		height:325px;
		margin:0px;
	}
}
@media (min-width: 768px){
	.parallaxContainer .bandeau{
		bottom: 55%;
	}
	.parallaxContainer .bandeau h2{
		font-size: 36px;
	}
	#bandeau_principal .bandeau .panel{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 767px) and (max-width:992px) { 
	#bandeau_principal .bandeau .panel{
		height:400px;
	}
}
@media (min-width: 992px){
	.parallaxContainer .bandeau h2 {
		font-size: 42px;
	}
	#bandeau_principal .bandeau .panel{
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media (min-width: 1200px){
	.parallaxContainer .bandeau h2 {
		font-size: 50px;
	}
	.parallaxContainer .bandeau{
		bottom: 60%;
	}
}
/*FIN STYLE MODULE Parallax*/

/*DEBUT STYLE MODULE Partenaires*/

.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: ;
  border-color: ;
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: ;
  border-color: ;
}

#partenaires .voir-toutes a{
	padding: ;
}
#myCarousel_partenaires .item .vertical-center{
	height:;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.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: rgb(145, 185, 58) ;/*#91B93A;*/
    border: 2px solid rgb(255, 255, 255);
    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:  ;/*#91B93A;*/
    border: 2px solid ;
    color: ;
}

.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 Produits*/
/********* Blocs accueil ************/
.produits .produit h3 {
	background-color: rgba(255, 255, 255, 0.8);
	color: rgb(51, 51, 51);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding: 1em 0.5em;
	margin: 0;
}
.produits .produit h3 a {
	color: rgb(51, 51, 51);
}
.produits .produit:hover h3 a, .produits .produit:active h3 a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

.produits .hoverlay {
	display: block;
	padding: 0;
	width: 91%;
	width: calc(100% - 30px);
	
	text-align: center;
	color: rgba(255, 255, 255, 0);
	transition: color 0.35s ease-out;
}
.produits .hoverlay a {
	color: rgba(255, 255, 255, 0);
}
.produits .produit:hover .hoverlay, .produits .produit:active .hoverlay {
	background-color: rgba(255, 255, 255, 0);	
}
.produits .produit:hover, .produits .produit:active,
.produits .produit:hover a, .produits .produit:active a {
	color: rgb(255, 255, 255);
}

/********* Liste ************/
@keyframes lolup {
	from {
		display: block;
		transform: translate(0, 0);
		opacity: 1;
	}
	to {
		display: block;
		transform: translate(0, -200%);
		opacity: 0;
	}
}
.liste_cat {
	margin-bottom: 2em;
	
	/* ml_menu */
	position: relative;
    perspective: 1000px;
    perspective-origin: 50% 200%;
}
.liste_cat .navbar {
	width: 100%;
	pointer-events: auto;
	backface-visibility: hidden;
	
	transition: all 0.35s ease;
}
.liste_cat .navbar .depliable:after {
	content: ' >';
}
.liste_cat .navbar .active .depliable:after {
	content: ' v';
}
.liste_cat .navbar.submenu-open {
	pointer-events: none;	
}
.liste_cat .navbar.submenu-open li {
	display: none;
}
.liste_cat .navbar.submenu-open > li {
	animation: lolup 0.5s;	
}
.liste_cat .navbar.submenu-open li.active {
	display: block;
	float: none;
	transform: translate(0,-100%);
}
.liste_cat .subnav {
	position: absolute;
    width: 100%;
    pointer-events: none;
    backface-visibility: hidden;
	
	transition: all 0.35s ease;
	display: none;
	padding: 0;
    list-style: none;
    transform-style: preserve-3d;
}
.liste_cat .submenu-open .subnav.open {
	display: block;
    pointer-events: auto;
}
.liste_cat .submenu-open .subnav.open li {
	display: block;
}

.liste-produits .produit {
	height: 24em;
	margin-bottom: 2em;
}
.liste-produits .produit h3 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgb(70, 38, 39);
}
.liste-produits .produit h3 a {
	color: inherit;
}
.liste-produits .produit .img-produit {
	overflow: hidden;
	height: 14em;
}
.liste-produits .produit .texte-produit h3 {
	margin-top: 0;
}
.liste-produits .produit .texte-produit p {
	margin: 0;	
}
.liste-produits .produit .texte-produit hr {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.mdz-flexbox .liste-produits .produit {
	display: flex;
	flex-direction: column;
}
.mdz-flexbox .liste-produits .produit .img-produit {
    flex: 0 0 14em;
}
.mdz-flexbox .liste-produits .produit .texte-produit {
    flex: 0 0 10em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mdz-flexbox .liste-produits .produit .texte-produit h3 {
	margin: 0;
    flex: 0 0 2.5em;
    align-items: center;
    display: flex;
    line-height: 1;
}
.mdz-flexbox .liste-produits .produit .texte-produit a {
	width: 100%;	
}
.mdz-flexbox .liste-produits .produit .texte-produit p {
	margin: 0;
    flex: 0 1 3.5em;	
}
.mdz-flexbox .liste-produits .produit .texte-produit hr {
	margin: 0;
	width: 100%;
    flex: 0 0 1em;	
}
.mdz-flexbox .liste-produits .produit .texte-produit p+hr+p {
    flex: 1 0 1em;
}
@media (min-width: 1200px) { /* Palier LG */
	.mdz-flexbox .liste-produits .produit {
		height: 30em;
	}
	.mdz-flexbox .liste-produits .produit .img-produit {
		flex: 0 0 20em;
	}
	.mdz-flexbox .liste-produits .produit .texte-produit {
		flex: 0 0 10em;
	}
}
/********* Détails ************/

/*FIN STYLE MODULE Produits*/

/*DEBUT STYLE MODULE Realisations*/
/********* Blocs accueil ************/
.realisations .realisation h3 {
	background-color: ;
	color: ;
	font-family: ;
	font-size: 1.3em;
	padding: 1em 0.5em;
	margin: 0;
}
.realisations .realisation h3 a {
	color: ;
}
.realisations .realisation:hover h3 a, .realisations .realisation:active h3 a {
	text-decoration: none;
	color: ;
}

.realisations .hoverlay {
	display: block;
	padding: 0;
	width: 91%;
	width: calc(100% - 30px);
	
	text-align: center;
	color: rgba(255, 255, 255, 0);
	transition: color 0.35s ease-out;
}
.realisations .hoverlay a {
	color: rgba(255, 255, 255, 0);
}
.realisations .realisation:hover .hoverlay, .realisations .realisation:active .hoverlay {
	background-color: ;	
}
.realisations .realisation:hover, .realisations .realisation:active,
.realisations .realisation:hover a, .realisations .realisation:active a {
	color: ;
}

/********* Liste ************/
.liste-realisations .realisation {
	height: 18em;
	border-bottom: 2px solid ;
	margin-bottom: 2em;
}
.liste-realisations .realisation h2 {
	font-family: ;
	font-size: em;
	color: ;
}
.liste-realisations .realisation h2:after {
	display: none;
}
.liste-realisations .realisation h2 a {
	color: inherit;
}
.liste-realisations .realisation h2 .btn-lien {
	color: ;
}
.liste-realisations .realisation .img-realisation {
	overflow: hidden;
	height: 14em;
    display: block;
}

.mdz-flexbox .liste-realisations .realisation {
	display: flex;
	flex-direction: column;
}
.mdz-flexbox .liste-realisations .realisation .img-realisation {
    flex: 0 0 75%;
}
.mdz-flexbox .liste-realisations .realisation .titre-realisation {
    flex: 0 0 25%;
	margin: 0;
	line-height: 1;
	
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.mdz-flexbox .liste-realisations .realisation .titre-realisation a {
	width: 100%;	
}
@media (min-width: 992px) {
	.mdz-flexbox .liste-realisations .realisation {
		height: 24em;
	}
	.mdz-flexbox .liste-realisations .realisation .img-realisation {
		flex: 0 0 85%;
	}
	.mdz-flexbox .liste-realisations .realisation .titre-realisation {
		flex: 0 0 15%;
	}
}

/********* Détails ************/
.realisation .thumbnail {
	border: 0 none;
    border-radius: 0;
    padding: 0;
}
.realisation .liste-champs hr {
	border-color: transparent;
}
/*FIN STYLE MODULE Realisations*/

/*DEBUT STYLE MODULE ReseauxSociaux*/

/*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*/
