@import url(//fonts.googleapis.com/css?family=Raleway|ABeeZee|Pacifico|Roboto);
@media (min-width: 1200px ) {
    h1 { font-size: 3em; }
    h2 { font-size: 2.6em; }
	h3 { font-size: 2.2em; }
    h4 { font-size: 1.8em; }
    h5 { font-size: 1.5em; }
    h6 { font-size: 1.2em; }
}
@media (min-width: 992px) and (max-width: 1199px ) {
    h1 { font-size: 2.4em; }
    h2 { font-size: 2em; }
	h3 { font-size: 1.8em; }
    h4 { font-size: 1.6em; }
    h5 { font-size: 1.4em; }
    h6 { font-size: 1.2em; }
}
@media (min-width: 768px) and (max-width: 991px ) {
    h1 { font-size: 2.2em; }
    h2 { font-size: 1.8em; }
	h3 { font-size: 1.6em; }
    h4 { font-size: 1.4em; }
    h5 { font-size: 1.3em; }
    h6 { font-size: 1.2em; }
}
@media (max-width: 767px ) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
    h4 { font-size: 1.3em; }
    h5 { font-size: 1.2em; }
    h6 { font-size: 1.1em; }
}


a { 
    color: ; 
    text-decoration: none!important;
}
#footer_page a { color: !important; }
#corps{
    padding-bottom:40px;
    padding-top: 40px;
}
#corps, footer, .copyright {
	position:relative;
}
#corps.accueil{
    padding-bottom: 0;
}
#corps.accueil section:first-child{
	padding-bottom: 40px;
}
#corps.accueil section {
	padding-top: 40px;
	padding-bottom: 40px;
}
hr{
	border-color:;
	margin : 3em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 100;
}
.barre-cookie:hover{
	background-color: rgba(0,0,0,0.9);
}
.barre-cookie img{min-width:32px;}
.barre-cookie a{
	color:white;
	text-decoration: underline;
}
.barre-cookie p{
	margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
}
#cookie_acceptes {
    cursor: pointer;
	font-size: 30px;
	opacity: 0.9;
}
#cookie_acceptes:hover{
	opacity:1;	
}
@media (max-width: 767px ) {
	.barre-cookie {
		font-size: 12px;
		flex-direction: column;
		padding: 5px 5px;
	}
}

/*** ARIANE ***/
#bloc_ariane .breadcrumb {
    background-color: rgb(245,245,245);
    border-radius: 4px;
    
}
#bloc_ariane li em{
    color:rgb(232, 202, 164);
}
#bloc_ariane li a{
    color:rgb(232, 202, 164);
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:rgb(100, 144, 138);
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: rgb(232, 202, 164)
}*/

/*** Sous titre lors de pagination ***/
.titre-num-page {
	font-style: italic;
    font-size: 22px;
    color: rgb(100, 144, 138);
}

/*** WOW ***/
.wow {
	visibility: hidden;
}


body {
	color: rgb(51, 51, 51);
	font-family: 'Futura', 'Century gothic', 'Open Sans', sans-serif;
}
#corps {
	background-color: rgb(255, 255, 255);
}
.main-color-texte {
	color: rgb(218, 200, 177);	
}
.main-color-border {
	border-color: rgb(218, 200, 177);
}
hr {
	border-top-color: rgb(218, 200, 177);
}
h1 {
	color: rgb(70, 38, 39);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
}
h1:after {
	content: '';
	display: block;
	background: url(images/interface/mini_ziguigui.png) no-repeat center top;
	height: 50px;
	width: 100%;
	margin: 20px auto;
}
h2{
	color: rgb(70, 38, 39);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2:after {
	content: '';
	display: block;
	background: url(images/interface/mini_ziguigui.png) no-repeat center top;
	height: 50px;
	width: 100%;
	margin: 20px auto;
}
h3 {
	color: rgb(196, 152, 102);
	font-family: 'ABeeZee', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h4{
	color: rgb(196, 152, 102);
	font-family: 'ABeeZee', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.petitpadding {
	padding-left: 5px;
	padding-right: 5px;
}

.titre_page {
	margin-top: 1em;
	text-align: center;
}

a {
	color: rgb(143, 143, 143);
}
a:hover, a:active {
	color: rgb(200, 200, 200);
}

.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(143, 143, 143);
}

.voir-toutes {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(196, 152, 102);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-size: 1.3em;
}
.voir-toutes a {
	color: rgb(196, 152, 102);
}

.accueil section h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform:uppercase;
	font-weight: 900;
}
#partenaires .voir-toutes{
	margin-top:3em;
	margin-bottom:3em;
}
#footer_page {
	border-color: rgb(25, 25, 25);
	background-color: rgb(51, 51, 51);
	color: rgb(217, 199, 177);
	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(100, 100, 100);
	text-decoration: none;
}
#footer_page .icn-rsx .pyricon {
	background-color: rgb(218, 200, 177);
	-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(255, 232, 203);
}

#footer_contact{
	margin-top: ;
}
footer .socials {
	margin-top: ;
}
footer #footer_text h2 {
}
footer .paragraphe_page p{
	font-size:em;
	color:;
}

@media (max-width: 767px) {
	#footer_contact {
		margin-top: ;
	}
	footer .socials {
		margin-top: ;
	}
	footer #footer_text h2 {
		margin-top:;
	}
	#footer_page .copyright{
		margin-bottom: 15px;
	}
}
#footer_page h3 {
	border-bottom:1px solid #fff;
	color:#fff;
}
.icn-rsx a:hover {
  text-decoration: none;
}
.icn-rsx a:hover .pyricon {
  background-color: ;
  color: ;
}
/**** Page Contact ***/
#infos_structure h2{
	font-family:;
	font-size:30px;
}
#infos_structure{
	text-align:left;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#bandeau_principal .carousel-caption p {
		font-size: 1.2em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 14px;
	}
	#bandeau_principal .carousel-caption p {
		font-size: 1.1em;
	}
	.lead {
		font-size: 14px;
	}
}
@media (min-width: 768px){
	#formulaire_contact.form-horizontal .control-label {
		text-align: left;
	}
	#actualites-accueil,
	#partenaires-accueil {
	    padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px){
	h2 {
		font-size: 20px;
	}
	#formulaire_contact {
		margin-top: 40px;
	}
}

/**** Pager ****/
.pager li a {
	border: 0 none;
	border-radius: 0px;
}
.pager li.previous a, .pager li.next a {
	border: 1px solid rgb(218, 200, 177);
	border-radius: 10px;
}
.pager li.active a {
	border-bottom: 1px solid rgb(218, 200, 177);
}.accueil .actualites .actu h3 {
	text-align: center;
	margin-top: 0;
}
.accueil .actualites .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(70, 38, 39);
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-color: rgb(70, 38, 39);
}
.actualites .textes p, .actualites .textes a {
	color: rgb(51, 51, 51);
	border-color: rgb(51, 51, 51);
}
.actualites .textes h3 a {
	color: inherit;
}
.actualites .textes h3 a:hover {
	text-decoration: none;
}
.actualites .savoir-plus {
	color: rgb(196, 152, 102);
	font-family: 'Pacifico', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
.actualites .savoir-plus a {
	color: rgb(196, 152, 102);
}


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

.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 8.5em;
    overflow: hidden;
}
.mdz-flexbox .liste-actus .lien-actu {
	flex: 0 0 auto;
}

.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: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: rgb(196, 152, 102);
	margin: 0;
}
.actualite hr {
	margin-top: 10px;	
}
.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}#block_agenda ul.liste{
	list-style-type:none;
	overflow-y: auto;
}.carre{
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.carre>* {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.cercle,.cercle .cal-day-today {
	border-radius: 50%;
}
.center>* {
	position: relative;
}
.center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
/*
#block_agenda .liste {
	overflow: auto;
}
*/
#block_agenda.no_limit .liste {
	max-height: none!important;
}
#block_agenda.no_limit .voir-toutes {
	display: none!important;
}

#block_agenda > div > h3{
	color:rgb(0,0,0);
}
#section-agenda .voir_toutes {
	margin-top: 2em;
	text-transform:uppercase;
	text-decoration:none;
}
#section-agenda .voir_toutes a {
	color: rgb(0, 0, 0);
}
/**** CALENDAR ***/
.calendar .with-events{
	cursor:pointer;
	border-color:rgba(250, 0, 0, 0);
	padding: 14px;
	line-height: 1.2em;
	margin-top: -0.2em;
	
}
.calendar .cal-month-box, .calendar .cal-year-box, .calendar .cal-week-box, .calendar .cal-year-box .row-fluid, .calendar .cal-month-box .cal-row-fluid{
	border-bottom-color:rgb(0,0,0);
	border-top-color:rgb(0,0,0);
	border-left-color:rgb(0,0,0);
	border-right-color:rgb(0,0,0);
}
.calendar .cal-month-day {
	font-size: 1.5em;
	color: rgb(100, 144, 138);
}
.calendar .cal-month-day.active span[data-cal-date] {
	color: white;
}
.calendar .cal-day-weekend span[data-cal-date]{
	color: rgb(232, 202, 164);
}
.cal-row-head .initiale {
	font-size: 0.0001em;
}
.cal-row-head .initiale:first-letter {
	font-size: 10000em;
}
.calendar [class*="cal-cell"]:hover{
	background-color:inherit;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
	padding: 3% 4%!important;
}
.calendar .cal-day-today span[data-cal-date] {
	color: inherit;
}
.calendar .cal-month-day:hover {
	background-color: rgba(105, 105, 105, 0.4);
}
.calendar .cal-month-box .cal-day-today span[data-cal-date]{
	font-size:1em;
	margin-top: 0;
}
.calendar .cal-day-today {
	background-color: rgb(232, 202, 164);
	font-size: 1em;
	border: transparent solid;
	border-color: rgba(255, 255, 255, 0);
	padding: 14px;
	line-height: 1.2em;
	margin-top: -0.2em;
}
.calendar .cal-row-head {
	color: rgb(232, 202, 164);
	background-color: rgba(255, 255, 255, 0);
}
.calendar .cal-row-head:hover {
	color: rgb(232, 202, 164);
	background-color: rgba(255, 255, 255, 0);
}
.titreprovisoire {
	display: none!important;
}

@media (min-width: 768px){
	.calendar .cal-row-fluid .cal-cell1 {
		padding: 3% 4%;
	}
}
/**** CALENDAR ***/
div#mois_courant .pyricon {
	color: rgb(100, 144, 138);
}
.with-events{
	background-color:rgb(232, 202, 164);
}
.cercle .with-events{
	border-color:rgba(250, 0, 0, 0);
	border-style: solid;	
	color:rgb(255, 255, 255);
}
.cercle .cal-month-day {
	border-radius: 50%;
}
.center.cal-month-day.with-events.active {
    border-color: #0673ae;
    background: #0673ae;
}
.liste .evenement {
	background-color: rgba(105, 105, 105, 0);
	padding-top: 0.5em;
	margin-bottom: 1.5em;
	border-radius: 10px;
}
.liste .evenement h3 {
	font-size: 1.5em;
}
.liste .evenement .illustration {
	padding-bottom: 0.5em;
}
.liste .evenement .titre {
	margin-top: 0px;
}
.liste .evenement .illustration,
.liste .evenement .date {
	margin-left: 7px;
}
.liste .evenement .date {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.liste .evenement .description {
	padding-right: 0.5em;
}
.liste .evenement, .liste .evenement * {
	color: rgb(100, 144, 138);
}
.liste .evenement .date .jour {
    font-size: 40px;
    line-height: 1.2em;
}
.liste .evenement .date .mois {
	font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .liste .evenement .date .mois {
        font-size: 22px;
    }
}
.liste .evenement .date .annee {
	font-size: 16px;
    font-weight: normal;
}
.liste .evenement .date .debut span, .liste .evenement .date .fin span {
	font-size: 1.5em;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
}
.liste .evenement .btn {
	border-radius:0;
}
.liste .evenement .illustration img {
	border: solid 4px;
	margin-left: auto;
	margin-right: auto;
	max-width: 68%;
}
div#mois_courant {
	font-size: 1.3em;
	line-height: 2em;
}

@media (max-width: 991px){
	.calendar {
		margin-bottom: 2em;
	}
}

@media (min-width: 768px){
	#block_agenda .all {
		padding-left: 0;
		padding-right: 0;
	}
	.liste .evenement {
		width: calc(100% + 30px);
	}
	.liste .evenement .stretchable{
		display: flex;
		justify-content: stretch;
	}
	.liste .evenement .stretchable>.stretcher{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.liste .evenement .illustration,.liste .evenement .date {
		margin-left: -10px;
		margin-right: -10px;
		font-weight: normal;
		font-size: 1.2em;
		text-align: center;
	}
	.contenu-evenement {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.liste .evenement {
		margin-left: 0;
		margin-right: 0;
	}
	.contenu-evenement {
		padding-left: 15px;
		padding-right: 15px;
	}
	#block_agenda .liste {
		padding-left: 0;
		padding-right: 0;
	}
}

.evenement-seule .jour,.mois,.annee{

	color: rgb(6, 115, 174);
	font-weight: 900;
	font-size:18px;
}
.evenement-seule .horaire .detail, .evenement-seule .heure{
	font-style: italic;
}

.month-calendar{
	color: #4C798A;
	font-family: 'Roboto';
	font-size: 20px;
	margin-bottom: 15px;
}

/**** Bouton en savoir plus ****/

.evenement .btn-savoir-plus{
	background-color: rgb(100, 144, 138);
	color:rgb(255, 255, 255);
}
.evenement .btn-savoir-plus:hover{
	background-color: rgb(255, 255, 255);
	border:1px solid rgb(100, 144, 138);
	color:rgb(100, 144, 138);
}
.parallaxContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.parallaxContainer .imgContainer {
    height: 100%;
	text-align: center;
	position:relative;
}
.parallaxContainer .imgContainer img {
	width: 100%;
	transition: transform 0.35s linear;
}
.parallaxContainer.widthness .imgContainer img {
	width: auto;
	height: 100%;
}
.parallaxContainer.widthness .imgContainer * {
	height: 100%;
}
.parallaxContainer .bandeau {
	position: relative;
	bottom: 65%;
	height: 30%;
	background-color: ;
	background-color: attr('data-couleur');
	
	text-align: center;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parallaxContainer .bandeau h2 {
    padding: 0;
    margin: 0;
	position: relative;
	
	color: ;
	font-family: ;
	font-size: pxpx;
}
.parallaxContainer .bandeau h2:after {
	content: '';
    display: block;
    background: url() no-repeat center top;
    height: 60%;
    width: 100%;
    position: absolute;
    background-size: auto 100%;
}
.parallaxContainer .carousel-caption {
	bottom: 0%;
	left: 20%;
	width: 80%;
	background-color: ;
}

@media (min-width: 1200px) and (max-width: 1300px ) {
	.parallaxContainer .carousel-caption {
		left: 10%;
		width: 90%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 36px!important;
	}
}

@media (min-width: 992px) and (max-width: 1199px ) {
	.parallaxContainer .carousel-caption {
		left: 0%;
		width: 100%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 34px!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px ) {
	.parallaxContainer .carousel-caption {
		left: 0%;
		width: 100%;
	}
	.parallaxContainer .carousel-caption span{
		font-size: 34px!important;
	}
}
@media (min-width: 768px) and (max-width: 991px ) {
	.parallaxContainer .carousel-caption span{
		font-size: 20px!important;
	}
}#bandeau_principal {
	margin-top: -87px;
}

#bandeau_principal .carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	background: #3339;
	bottom: 16vw;
}

#bandeau_principal .carousel-caption p {
	font-size: 1.4em;
}



section#corps .bandeau.parallaxContainer {
	width: 120%;
	left: -10%;
	margin-top: 3em;
	margin-bottom: 3em;
}

.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 img {
	-ms-filter: initial;
	-moz-filter: initial;
	-webkit-filter: initial;
	filter: initial;
}
.parallaxContainer.widthness .imgContainer img {
	width: auto;
	height: 100%;
}
.parallaxContainer.widthness .imgContainer * {
	height: 100%;
}
.parallaxContainer .bandeau {
	position: relative;
	bottom: 65%;
	height: 30%;
	background-color: ;
	background-color: attr('data-couleur');
	
	text-align: center;
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parallaxContainer .bandeau h2 {
    padding: 0;
    margin: 0;
	position: relative;
	color: ;
	font-family: ;
}
.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;
}
@media (min-width:768px) and (max-width: 991px) {
	.parallaxContainer .bandeau h1 {
		font-size: 1.8em;
	}
	.parallaxContainer .bandeau h1:after {
		margin: 16px auto;
	}
	#bandeau_principal .carousel-caption {
		height: 240px;
	}
}


@media(max-width:767px){
	.parallaxContainer .bandeau h2 {
		font-size: 18px;
	}
	.caption-slider {
		background: #333;
		margin-top: -20px;
		padding: 3em 15px;
	}
	.caption-slider h1 {
		font-size: 1.2em;
		text-align: center;
	}
	.caption-slider h1:after {
		height: 20px;
		background-size: 40%;
	}
	.caption-slider p {
		color: #fff;
		text-align: center;
	}
	section#corps .bandeau.parallaxContainer {
		width: 110%;
		left: -10%;
	}
}
@media(min-width:768px){
	.parallaxContainer .bandeau h2 {
		font-size: 22px;
	}
}
@media(min-width:992px){
	.parallaxContainer .bandeau h2 {
		font-size: 28px;
	}
}
@media(min-width:1200px){
	.parallaxContainer .bandeau h2 {
		font-size: 30px;
	}
}#logo-contact p:nth-child(1){
	font-size: 30px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
}
#logo-contact p:nth-child(2){
	font-size: 40px;
	font-family: 'Dr Sugiyama', 'Helvetica Neue', Helvetica, Arial, sans-serif;		
}

#logo-contact p:nth-child(3){
	font-size: 28px;
	font-family: 'Red Hat Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
}
#vcard > * {
    margin: 8px 0px;
}
.vcard .pyricon{
	color:rgb(255, 255, 255);
}
span.postal-code {
    margin-right: 10px;
}
#formulaire_contact textarea[name="message"],
#formulaire_contact textarea[name="message"]:focus {
	height: 15em;
}
.structure_nom {
	font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

@media (max-width:767px) {
	.logos-accueil {
		margin-top: 50px;
	}
}

/*** btn envoyer ***/

#valider{
	background-color: rgb(100, 144, 138);
	color: rgb(232, 202, 164);
}

/*** Cadre info structure ***/

#infos_structure{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-align:center;
}

/*** Lien contact footer ***/

#vcard > div.color-vcard > a > span,
#vcard > div.color-vcard > span.email > a {
	color: rgb(100, 144, 138);
}

#vcard > div.color-vcard > a > span:hover,
#vcard > div.color-vcard > span.email > a:hover {
	color: rgb(0,0,0);
}

/*** texte sous nous contacter & label ***/

#formulaire_contact label,
#formulaire_contact p {
	color: black;
}

#formulaire_inscription label{
	color:;
}
.bandeau_load>* {
	min-height: 2em;
	line-height: 2em;
}

.bandeau_load {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#box-connexion{
	position: absolute;
    z-index: 1337;
}

.list-group-item-actu img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
}
.list-group-item-actu {
    display: flex;
    align-items: center;
}

.menu-connexion a {
    padding: 2px 15px;
}

@media (max-width:767px){
    .menu-connexion-xs {
        position: fixed;
        width: 26%;
        right: 60px;
        top: 0;
        height: 50px;
    }

    .menu-connexion-xs a {
        border: 1px solid black;
        display: inline-block!important;
        float: right;
        width: 42px;
        margin-top: 5px;
        border-radius: 5px;
        height: 30px;
        padding: 5px 13px;
        margin-right: 10px;
    }
}.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: 991px ){

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

@media (max-width: 767px ){
	.item-rss{
		padding-left:0px;
		padding-right:0px;
		height:auto;
		margin-top:15px;
	}
	.voir-toutes-flux{
	    margin-top: 5px;
	}
	.panel-rss{
	    margin-top: 20px;
	}
}/********* Blocs accueil ************/
.galeries .galerie 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;
}
.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: rgba(255, 255, 255, 0);	
}
.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(217, 199, 177);
	margin-bottom: 2em;
}
.liste-galeries .galerie h2 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgb(70, 38, 39);
}
.liste-galeries .galerie h2:after {
	display: none;
}
.liste-galeries .galerie h2 a {
	color: inherit;
}
.liste-galeries .galerie h2 .btn-lien {
	color: rgb(217, 199, 177);
}
.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 .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;
}[data-toggle="buttons"] .active .glyphicon-unchecked:before {
    content:"\e067";
}

.retour-desinscrit {
    font-weight: bold; 
    text-align: center; 
    margin : 84px; 
    color: #555;
}
.retour-desinscrit.valide {
    color:#333;
}header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.5);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) , rgba(255, 255, 255, 0.5));
	border-color: rgba(0, 0, 0, 0);
	transition: background 0.35s ease;
	padding-left: 50px;
    padding-right: 50px;
}
.menu-dynamique>* {
	font-size:1em;
}
header .navbar-default img {
	transform: translate(0, 0);
	transition: transform 0.35s ease-out;
	/** For teh fixxorz **/
	max-height: 75px;
	margin-top: 5px;
}
header .navbar-default.affix, .affix .menu-dynamique .dropdown-menu {
	background-color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(250, 250, 250) , rgb(255, 255, 255));
}
header .navbar-default.affix img {
	transform: translate(0, 0);
}
.menu-dynamique > li::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin-top: -8px;
	top: 50%;
	margin-left: -4px;
	z-index: 1;
}
.menu-dynamique > li::after {
	background-color: rgba(255, 255, 255, 0);
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(218, 200, 177);
	font-family: 'Pacifico', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(250, 229, 202)!important;
	background-color:rgb(218, 200, 177)!important;
}

.menu-dynamique .dropdown-menu {
	background-color:rgb(255, 255, 255);
}
.menu-dynamique .dropdown-menu li, .menu-dynamique .dropdown-menu a {
	color: rgb(102, 102, 102);
	font-family: 'ABeeZee', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique .dropdown-menu a:hover, .menu-dynamique .dropdown-menu a:focus {
	color: rgb(102, 102, 102)!important;
}

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

.menu-bas {
	background-color: rgb(218, 200, 177);
	font-family: ;
}
.menu-bas a {
	color: rgb(51, 51, 51);
}

.btt {
	display: block;
    border-radius: 70px 70px 0 0;
    background-color: rgb(218, 200, 177);
    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(51, 51, 51);
    border-top: 2px solid rgb(51, 51, 51);
	transform: rotate(45deg);
}
.btt .arrow.down {
   transform: rotate(-45deg);
}

.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(237, 219, 195);
	color:rgb(51, 51, 51);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(0, 0, 0, 0);
}

#menu-principal .nav > li > a {
    padding: 0px 10px!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: 991px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 991px ){
	 .navbar-header img {
		min-height: 15px;
	}
 }
 
 header .navbar-header{
	display: table;
	height: 85px;
}
	
@media (max-width: 767px){
	header .navbar-header{
		width:100%;
		height:50px;
	}
	header .navbar-brand{
		padding:0px 15px;
		height: auto;
	}
	 .navbar-header img {
		vertical-align: middle;
		margin-top: 10px;
	 }
}
   
/******** TYMPANUS **********/

/* Common styles of menus */
.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: 0;
    position: absolute;
    /* top: 1em; */
    right: 0%;
    width: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

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

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
}

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

.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;
}

/*** Plan du site ***/
#plan_site .label-default {
    padding: 10px;
}
#plan_site .label-default a {
	color: white;
	font-size: 20px;
	padding: 10px;
}

a.anchor.affix {
	bottom: 1em;
	opacity: 1;
}
a.anchor.affix-top, a.anchor.affix {
	position:fixed;
	transition: opacity 0.35s ease, bottom 0.35s ease;
}
a.anchor {
	text-decoration:none;
	left: 1em;
	font-size:3em;
	line-height: 0.75em;
	opacity: 0;
	bottom: -2em;
	border-radius: 50%;
	background-color: rgba(51, 122, 183,0);
	color: rgb(51, 122, 183);
}
@media (max-width: 991px) {
	header .navbar-default, .menu-dynamique .dropdown-menu {
		padding-left: 0;
		padding-right: 0;
	}
	.dl-menuwrapper li {
		text-align:center;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 32px;
	}
	header .navbar-default img {
		margin-top: 24px;
	}
	#menu-principal .nav > li > a {
		padding: 0px 6px!important;
	}
	#menu-principal .nav > li:first-child {
		display: none;
	}
}
@media (max-width: 767px){
	header .navbar {
		height: 65px;
	}
	a.anchor {
		left: 0em;
	}
	a.anchor.affix {
		bottom: 0em;
	}
}.contenu .saut-de-ligne {
	height: 0.5em;
}
.contenu {
	padding-top: 0em;
	padding-bottom: 0em;
}
.contenu:last-of-type {
	padding-bottom: 0.5em;
}
.contenu:first-of-type {
	padding-top: 0.5em;
}

/*** Page 404 ***/
.error-page {
    max-width: 700px;
    margin: 20px auto 0 auto;
}
.error-page>.headline {
	font-family: 'Source Sans Pro',sans-serif;
    float: left;
    font-size: 100px;
	margin-right:20px;
    font-weight: 300;
}
.error-page>.headline:after {
    display: none;
}
.error-page>.error-content {
    margin-left: 190px;
    display: block;
}
.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}
.image-a-gauche-dans-paragraphe ul{
	display:inline-block;
}.paragraphe .media-legend {
    color: #555555;
}
.paragraphe_page a {
	text-decoration: underline!important;
}.titre_panneau {
	color: rgb(232, 202, 164);
	background: rgb(100, 144, 138);
	min-height:0px;
	font-family: ;
	font-size: 30;
}

.panneau .description_panneau {
	color: rgb(100, 144, 138);
	background: rgb(232, 202, 164);
	min-height:0px;	
	padding: 15px 0px;
}

.plus_info{	
	font-size: 14px;
	font-family: ;
	color: rgb(232, 202, 164);
	background-color: rgb(100, 144, 138);
	border: 2px solid rgb(232, 202, 164);
	padding: 10px 20px;
	border-radius: 50px;
	margin: auto;
}

.plus_info:hover{
	color: rgb(100, 144, 138);
	background-color: rgb(232, 202, 164);
}

.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	flex-grow: 1;
}
/* .conteneur-panneau{
	height: 450px;
} */
.conteneur-panneau.todiscover {
	position:relative;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.conteneur-panneau.todiscover.affiche {
	position:relative;
	opacity: 1;
}
.conteneur-panneau.affiche.todiscover:nth-child(1) {
	transition-delay: 0.3s;
 -webkit-transition-delay: 0.3s;
}
.conteneur-panneau.affiche.todiscover:nth-child(2) {
	transition-delay: 0.6s;
 -webkit-transition-delay: 0.6s;
}
.conteneur-panneau.affiche.todiscover:nth-child(3) {
	transition-delay: 0.9s;
 -webkit-transition-delay: 0.9s;
}
.conteneur-panneau.affiche.todiscover:nth-child(4) {
	transition-delay: 1.2s;
 -webkit-transition-delay: 1.2s;
}
.conteneur-panneau.affiche.todiscover:nth-child(5) {
	transition-delay: 1.5s;
 -webkit-transition-delay: 1.5s;
}
.conteneur-panneau.affiche.todiscover:nth-child(6) {
	transition-delay: 1.8s;
 -webkit-transition-delay: 1.8s;
}
.panneau {
	background-repeat: no-repeat;
	background-size: cover;
}
.panneau .pseudoalt .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
 font-size: 1.4em;
 color: #091F81;
}
.panneau .pseudoalt {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1;
	text-align: center;
	transition:opacity ease 1s;
	opacity:0;
}
.panneau p {
	text-align: center;
}
/* .conteneur-panneau:hover {
	transition: opacity ease 0.3s;
}
.conteneur-panneau img {
	transition: opacity ease 0.3s;
}
.conteneur-panneau:hover img {
	transition: opacity ease 0.3s;
	opacity: 0.1;
}
.conteneur-panneau:hover a .panneau .pseudoalt {
	transition: opacity ease 0.3s;
	opacity: 1;
} */


.panneau-cercle-haut{
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 360px;
	max-width: 220px;
    margin: auto;
}

.panneau-cercle-haut .rounded {
	position: relative;
    z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	height: 151px;
	width: 151px;
	background-color: rgb(232, 202, 164);
    display: flex;
    align-items: center;
	justify-content: center;
	border:none;
}
.panneau-cercle-haut .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(232, 202, 164);
    -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;
}
.panneau-cercle-haut .rounded:hover {
	color: rgb(255, 255, 255);
}
.panneau-cercle-haut .rounded:hover:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}

.panneau-cercle-haut .description_panneau {
	flex-grow:1;
	min-height: 0;
}
.panneau-cercle-haut .plus_info {
	border-width: 3px;
	border-radius: 8px;
	font-weight: bold;
}

.panneau-cercle-haut .plus_info:hover{
	color: rgb(232, 202, 164);
}

@media (max-width: 767px) {
	.panneau-cercle-haut {
		height:300px;
	}
	.panneau.panneau-cercle-haut {
		font-size: 0.9em;
	}
	.panneau-cercle-haut .rounded {
		width:80px;
		height:80px;
		padding: 15px;
	}
	.sec-panneaux {
		background-position-y: 63px;
	}
	.panneau-cercle-haut .plus_info {
		font-size: 14px;
		padding: 7px;
	}
}
/* .vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
} */
.liste-partenaires .btn-primary{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
}

#partenaires .voir-toutes a{
	padding: 10px;
}
#myCarousel_partenaires .item .vertical-center-flex{
	height:150pxpx;
	display:flex;
	align-items:center;
	/* width:90em; */
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.liste-partenaires .thumbnail{
	background-color:rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0);
}
.liste-partenaires figcaption a{
	color:rgb(0,0,0);
}
.liste-partenaires figcaption a:hover{
	color:rgb(0,0,0);
}

.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:80% */
	max-height: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 span{
    color: #4B3035;
    /* 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 .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 ) {
	#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 */
}

.partenaire-flex {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
	margin-top: 40px;
    margin-bottom: 40px;
}
.partenaire-flex-item {
    /* flex: 1 1 0px; */
	align-items: center;
	padding-left: 15px;
    padding-right: 15px;
}
.partenaire-flex-item img {
    max-height:150pxpx;
}

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

.oldie .carousel-partenaires .item IMG{
	width:100%;
}
.oldie .liste-partenaires .thumbnail{
	background:none;
}.vertical-center{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.liste-partenaires .btn-primary{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
  margin-bottom:10px;
}
.liste-partenaires .btn-primary:hover{
  background-color: rgb(66,139,202);
  border-color: rgb(0,0,0);
}

#partenaires .voir-toutes a{
	padding: 10px;
}
#myCarousel_partenaires .item .vertical-center{
	height:150px;
	width:90em;
}
#myCarousel_partenaires{
	padding:0px 2.5em;
}
.liste-partenaires .thumbnail{
	background-color:rgba(255, 255, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0);
}
.liste-partenaires figcaption a{
	color:rgb(0,0,0);
}
.liste-partenaires figcaption a:hover{
	color:rgb(0,0,0);
}

.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) {
	div[id^="myCarousel_partenaires"] .carousel-control span{
		top: 0;
	}
	#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;
}.produits .produit h3 ~ p, .produits .produit h3 ~ div {
	padding-left: 1em;
}
.produits .produit h3 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	margin: 0;
	width:100%;	
}
.produits .produit .photos {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	padding-top: 14px;
}
.produits .produit .photos.row {
	margin-right: 0px;
}
.produits .produit .photos.row>* {
	padding-right: 0px;
	padding-bottom: 14px;
}

 @media (max-width: 767px ){
	.produits .produit h3 {
		width:100%;
	}
}


/****** PRODUIT ******/
#form_produit  {
	background-color: #2F2F2F;
	border-top: 5px solid #9A0000;
	clear: both;
}
#form_produit #recherche_avancee {
	margin-top: 10px;
    margin-bottom: 10px;
}
#form_produit .form_recherche_avancee div.row > label {
	line-height: 30px;
}
#form_produit .form_recherche_avancee .multiple_btn {
	margin-top: 0px;
	margin-bottom: 10px;
}
#form_produit #recherche_avancee .titre_input_recherche_avancee .multiple_btn label {
	padding-left: 2px;
	padding-right: 2px;
}
#form_produit .form_recherche_avancee .multiselect-container  {
	background-color: #2F2F2F;
	border-top: 5px solid #9A0000;
	color: #FFF;
}
#form_produit .form_recherche_avancee .multiselect-container a {
	text-decoration: none;
}
#form_produit h3 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
#form_produit form {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow:auto;
}
#form_produit form .form_recherche select {
	width: 100%;
	font-size: 15px;
	padding: 5px 0;
	border-radius: 4px;
	/* color: #9A0000; Permet de mettre la fleche du select en rouge */
}
#form_produit form .form_recherche select option{
	color: #9A0000;
}
#form_produit form .form_recherche select option[disabled] {
	color: #777;
}
#form_produit form .form_recherche select option[value=""][disabled]{
	display: none;
}
#form_produit form .form_recherche button {
	padding: 4px 5px;
	background-color: #9A0000;
	color: #FFF;
	text-transform: uppercase;
}
#form_produit .form_recherche_avancee > div {
	margin-top: 10px;
}
#form_produit .form_recherche_avancee a {
	color: #FFF;
	font-size: 16px;
	text-decoration: underline;
}
#form_produit .form_recherche_avancee .dernier-input {
	margin-bottom: 10px;
}
#form_produit .form_recherche_avancee .titre_input_recherche_avancee {
	margin-top: 10px;
	margin-bottom: 0;
	color: #FFF;
}
#form_produit .form_recherche_avancee .titre_input_recherche_avancee input{
	color: #333;
	/*max-width: 110.89px;*/
}
 @media (max-width: 767px ){
	#form_produit .form_recherche_avancee .titre_input_recherche_avancee input{
		max-width:100%;
	}
}
@media (min-width: 1200px) {
	#form_produit .form_recherche_avancee .titre_input_recherche_avancee {
		text-align: right;
	}
	#form_produit .form_recherche_avancee .titre_input_recherche_avancee input,
	#form_produit .form_recherche_avancee .titre_input_recherche_avancee select {
		max-width: 200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#form_produit h3 {
		font-size: 22px;
	}
}
#form_produit .form_recherche_avancee .titre_input_recherche_avancee .input{
	text-align: left;
}
#form_produit .form_recherche_avancee .titre_input_recherche_avancee.premier {
	margin-top: 0;
}
/*******************************/

/**************** CAROUSEL **********************/
.carousel-produits a:hover {
	text-decoration: none;
}
.carousel-produits .vertical-center, .listing-produits .produit {
	background-color: #EEE;
	border-bottom: 2px solid #3A3A3A;
}
.listing-produits .produit {
	margin-bottom: 1em;
}
.carousel-produits .vertical-center {
	width: 80vw;
}
.carousel-produits .vertical-center .titre, .listing-produits .produit .titre {
	color: #333;
	text-align: center;
	font-size: 18px;
	height: 80px;
	padding: 0 2px;
	margin-top: 10px;
	font-weight:bold;
}
.carousel-produits .vertical-center .titre.with_price,
.listing-produits .produit .titre.with_price {
	border-bottom: 1px solid #990000;
}
.carousel-produits .vertical-center .titre + p, .listing-produits .produit .titre + p {
	color: #666;
	text-align: justify;
	font-size: 14px;
	padding: 0 5px;
	min-height: 150px;
}
.carousel-produits .vertical-center .prix, .listing-produits .produit .prix {
	color: #990000;
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
	font-weight: bold;
}
.carousel-produits .carousel-control {
	margin-top: 50px;
	opacity: 1;
	width: 16%;
}
.carousel-produits .carousel-control .pyricon{
	font-size: 70px;
	color: #990000;
}
.carousel-produits .carousel-control.left span {
	margin-left: -30px;
}
#categorie_produit .panel.panel-default .panel-heading .panel-title a {
	max-width: calc(100% - 25px);
		display: inline-block;
		padding-left: 20px;
}
#myCarousel_produits > div {
	padding-left: 0;
    padding-right: 0px;
}
@media (max-width: 767px){
	.carousel-produits .vertical-center .titre, .listing-produits .produit .titre {
		font-size: 15px;
	}
	.carousel-produits .vertical-center .titre + p, .listing-produits .produit .titre + p {
		font-size: 9px;
		height: 75px;
	}
	.carousel-produits .vertical-center .prix, .listing-produits .produit .prix {
		font-size: 20px;
	}
	.carousel-produits .vertical-center {
		width: 100%;
	}
}


/********************************/
#categorie_produit .panel-group {
    margin-bottom: 0px;
}
.produits .produit .btn {
	border-radius:0;
}

.realisations.produits .produit div.hoverlay{
	display: block;
	padding: 0;
	width: 91%;
	width: 100%;
	
	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.galeries .hoverlay .btn-lien{
	bottom:20%;
}
.produits.galeries .hoverlay .btn-lien:hover{
	text-decoration:none;
	color:rgb(249,12,102);
}

.pager span, .pager a {
  font-size: 22px;
}
 @media (max-width: 991px ){
	.produits.galeries .hoverlay .btn-lien {
		bottom: 30%;
		font-size: 5.2vw;
	}
 }
 
 @media (max-width: 767px ){
	 .produits.galeries .col-xs-4.produit {
		padding: 3px;
	}
	
	.accueil .produits .produit h3{
		  font-size: 3vw;
	}
}

/********* Liste ************/

.liste_cat li a {
	color:;
	font-size:18px;
	font-family:;
	
}
li.back , li.back a:hover , li.back a:focus ,#dl-menu-2 li.dl-back a{
  background: ; /*rgb(174,199,9);*/
  color: ;
  font-size: 20px;
  font-weight: bold;
}

#wait_a_minute{ margin-top: 30px!important;}
#wait_a_minute .infini-rotate{
  -animation: spin 1.7s infinite linear;
  -webkit-animation: spin2 1.7s infinite linear;
  position: relative;
  left: 50%;
  top: 15px;
  font-size: 52px;
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}
.carousel-inner .item div {
	margin-left: 0px;
}


/**** DEMO 3 http://tympanus.net/codrops/2012/11/14/creative-css-loading-animations/ ****/
	#wait_a_minute*,
	#wait_a_minute *:before,
	#wait_a_minute *:after {
	  box-sizing: border-box;
	}
#wait_a_minute .spinner {
	/* Size and position */
  font-size: 100px; /* 1em */
  width: 1em;
  height: 1em;
  margin: 100px auto;
  position: relative;

  /* Styles */
  list-style: none;
  border-radius: 50%;
  border: .01em solid rgba(150,150,150,0.1); /* Subtle white line circling the dots */
}
#wait_a_minute .spinner li {
	width: .2em;
  height: .2em;
  position: absolute;
  border-radius: 50%;
}
#wait_a_minute .spinner li:nth-child(1) {
	background: #00C176; /* Blue */
  top: 0;
  left: 50%;
  margin-left: -.1em; /* Width/2 */
  transform-origin: 50% 250%;
  animation: 
    rota 1.13s linear infinite,
    opa 3.67s ease-in-out infinite alternate;
}

#wait_a_minute .spinner li:nth-child(2) {
  background: #FF003C; /* Red */
  top: 50%; 
  right: 0;
  margin-top: -.1em; /* Height/2 */
  transform-origin: -150% 50%;
  animation: 
    rota 1.86s linear infinite,
    opa 4.29s ease-in-out infinite alternate;
}

#wait_a_minute .spinner li:nth-child(3) {
  background: #FABE28; /* Yellow */
  bottom: 0;
  left: 50%; 
  margin-left: -.1em; /* Width/2 */
  transform-origin: 50% -150%;
  animation: 
    rota 1.45s linear infinite,
    opa 5.12s ease-in-out infinite alternate;
}

#wait_a_minute .spinner li:nth-child(4) {
  background: #88C100; /* Green */
  top: 50%; 
  left 0;
  margin-top -.1em; /* Height/2 */
  transform-origin: 250% 50%;
  animation: 
    rota 1.72s linear infinite,
    opa 5.25s ease-in-out infinite alternate;
}
@keyframes rota {
  to { transform: rotate(360deg); }
}

@keyframes opa {
  12.0% { opacity: 0.80; }
  19.5% { opacity: 0.88; }
  37.2% { opacity: 0.64; }
  40.5% { opacity: 0.52; }
  52.7% { opacity: 0.69; }
  60.2% { opacity: 0.60; }
  66.6% { opacity: 0.52; }
  70.0% { opacity: 0.63; }
  79.9% { opacity: 0.60; }
  84.2% { opacity: 0.75; }
  91.0% { opacity: 0.87; }
}

/************************/


@keyframes lolup {
	from {
		display: block;
		transform: translate(0, 0);
		opacity: 1;
	}
	to {
		display: block;
		transform: translate(0, -200%);
		opacity: 0;
	}
}
@keyframes loldown {
	from {
		display: block;
		transform: translate(0, -200%);
		opacity: 0;
	}
	to {
		display: block;
		transform: translate(0, 0);
		opacity: 1;
	}
}
.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';
}
/*** Masquage de la ligne ***/
li.active > a.depliable {
   display: none; 
}
li.actuel>a,.nav>li.actuel>a:focus{
  display: block;
  text-decoration: underline;
	font-size:20px;
	color:#000;
}
.nav>li.actuel.active>a:focus{
	display:none;
}

.liste_cat .navbar.submenu-open {
	pointer-events: none;	
}
.liste_cat .navbar.submenu-open > li:not(.active) {
	opacity:0;
	animation: lolup 0.5s;	
}
.liste_cat .navbar > li:not(.active) {
	opacity:1;
	animation: loldown 0.5s;	
}
/* .liste_cat .navbar.submenu-open > li a {
	animation: lolup 0.5s;	
} */
.liste_cat .navbar.submenu-open li.active {
	display: block;
	float: none;
	transform: translate(0,-100%);
	transition: all 1s ease;
}
.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);
	background-color: rgb(217, 199, 177);
	padding-top:15px;
	display: table;
	font-weight:600;
}
.liste-produits .produit h3 a, .liste-categorie .categorie h3 a {
    height: 2em;
}
.liste-produits .produit h3 a {
	color: inherit;
    display: table-cell;
    height: 2em;
    vertical-align: middle;
}
.liste-produits .produit .img-produit {
	overflow: hidden;
	height: 14em;
	padding-top: 35px;
	max-width: 330px;
}
.liste-produits .produit .img-produit img{
	border: 4px solid rgb(217, 199, 177);
	width: 100%;	
}
.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;
	width: 100%;
	padding-bottom: 0;
}
.mdz-flexbox .liste-produits .produit .texte-produit a {
	width: 100%;	
}
.mdz-flexbox .liste-produits .produit .texte-produit h3 a {
	width: 100%;
	margin:auto;
}
.mdz-flexbox .liste-produits .produit .texte-produit p {
	margin: 0;
  flex: 0 1 3.5em;	
}
.mdz-flexbox .liste-produits .produit .texte-produit hr {
	margin-bottom: -8px;
	width: 100%;
  flex: 0 0 1em;
	border-width: 2px;	
}
.mdz-flexbox .liste-produits .produit .texte-produit p+hr+p {
  flex: 1 0 1em;
}
@media (min-width: 1500px) { /* Palier LG */
	.mdz-flexbox .liste-produits .produit {
		height: 30em;
	}
	.mdz-flexbox .liste-produits .produit .img-produit {
		flex: 0 0 30em;
	}
	.mdz-flexbox .liste-produits .produit .texte-produit {
		flex: 0 0 10em;
	}
}
@media (max-width: 767px) { /* Palier XS */
	.produits .panel-default>*>.panel-heading{
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}
	.mdz-flexbox .liste-produits .produit {
		height: 110vw;
	}
	.mdz-flexbox .liste-produits .produit .img-produit {
		flex: 0 0 120em;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 1500px) { /* Palier SM */
	.mdz-flexbox .liste-produits .produit {
		height: 31em;
	}
	.mdz-flexbox .liste-produits .produit .img-produit {
		flex: 0 0 31em;
	}
}

@media (max-width: 1199px){
	div#detail-produit {
		margin-top: 60px;
	}
	section.liste-produits.row {
		margin-top: 65px;
		text-align: center;
	}
}


/********* Détails ************/
.titre_produit:after{
	display:none;
}
.titre_produit{
	color:#85663F;
	background-color:rgb(217, 199, 177);
	font-size:px;
	font-family:;
	border-bottom:2px solid #85663F;
	font-weight:bold;
}
@media (max-width: 767px) { /* Palier XS */
	.titre_produit{
		font-size:1px;
	}
}
#detail-produit #prix{
	color:#85663F;
	font-size:px;
	font-family:;
}
.produit h3{
	color:#000;
	font-size:px;
	font-family:;
	
}
.produit-detail h4{
	text-transform: uppercase;
	display: inline-block;
	padding-left: 5px;	
}
.produit-detail img{
	margin-top: 1.2em;
	margin-left: 50%;
	transform: translateX(-35%);
	border: 6px solid #111111;
}
.produit.produit-detail a {
    text-decoration: underline;
}
.produit-detail .produit p{
	padding-left: 15px;
}
strong.prix-produit {
  font-size: px;
  font-weight: normal;
}
.une_image_associe{
	margin-top:20px;
}
#revenir_liste{
	background: rgb(196, 152, 102);
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 10px 22px;
	margin-top: 20px;
}


/**** Menu de catégorie XS ****/
#dl-menu-2.dl-menuwrapper .dl-menu {
  margin: 0px 0 0 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  right: 0%;
  width: 100%;
  text-align: center;
}
#dl-menu-2.dl-menuwrapper button {
  background: rgb(255,255,255) ; /* rgb(255,255,255) */
  border: 1px solid rgb(0,0,0) ; /*rgb(0,0,0)*/
  color: rgb(0,0,0) ; 
  width: 100%;
  margin: 5px 0px;
  border-radius: 0px;
  text-indent: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
	font-size: 20px;
}
#dl-menu-2.dl-menuwrapper button:before {
  content: '';
  position: absolute;
	width: 20px;
	height: 17px;
  top: 6px;
  left: 10px;
  background: url();
  box-shadow: none;
}
#dl-menu-2.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 17px;
  top: 6px;
  right: 10px;
  left: inherit;
  background: url();
  box-shadow: none;
}

#dl-menu-2 li.dl-back a {
	left: 25%;
	width: 50%;
	margin-top: 10px;
}
#dl-menu-2 li.dl-back .glyphicon-arrow-left{
	display:none;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}
@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}
@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.produits .panel-group-title {

		background: url(images/interface/fire.png) no-repeat right bottom;
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    text-align: center;
    margin: auto;
		padding-bottom: 0.4em;
		padding-top: 0.3em;
		margin-top: 6vh;
}
.produits .panel-group{
	/* margin-bottom:0; */
}
.produits .panel-group>.panel-default>*>.panel-heading {
	color: rgb(0,0,0);
	border-radius:0;
}
.produits .panel-group .panel-group>.panel-default>*>.panel-heading h4 {
		font-weight: normal;
}

.produits .panel-group>.panel-default>*>.panel-heading h4:before{
	position: absolute;
	content: '';
	width: 18px;
	height: 18px;
	background: url(images/interface/puce_nav_2.png) no-repeat center top;
}
.produits .panel-group>.panel-default>*>.panel-heading h4 span{
	padding-left: 20px;
}
.produits .panel-group#categorie_produit>.panel-default>*>.panel-heading h4:before{
    background: url(images/interface/puce_nav.png) no-repeat center top;
	}
	.produits .panel-group>.panel-default>*>.panel-heading h4{
		font-weight: bold;
    font-size: 1.2em;
	}
.produits .panel-group a:hover {
	color: rgb(0,0,0);
	text-decoration:none;
}

.produits .panel-group>.panel-default>*>.panel-heading {
	/*text-transform: uppercase;*/
}
.produits .panel-body .panel.panel-default {
	background-color: rgba(255,255,255, 0.19);
}

/*.produits .panel-body .panel.panel-default h4.panel-title {
	padding-left: 20px;
}*/
.produits .panel-body .panel .panel.panel-default h4.panel-title {
	padding-left: 40px;
}
.produits .panel-body .panel .panel .panel.panel-default h4.panel-title {
	padding-left: 60px;
}

.produits .panel.panel-default {
	background-color: rgb(255,255,255);
}
.produits .panel.panel-default .panel-heading:hover {
	background-color: rgb(255,255,255);
}
.produits .panel-default>*>.panel-heading.selected {
	background-color: rgb(255,255,255);
}
.produits .panel-default>*>.panel-heading{
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.produits .panel-default{
	border-radius:0;
	border:none;
	border-top:white 1px solid;
}

.produits .panel.panel-default {
	margin-top: 0;
	border-left:0;
}
.produits .ariane {
	font-size: 1.5em;
}
.produits .ariane, .produits .ariane * {
	color: #393939;
	font-weight: bold;
}

.produit label {
	padding-left: 4px;
    padding-right: 4px;
}

h4 .visible-in{
	display:none;
}
h4 .hidden-in{
	display:inherit;
}
.inn>h4 .hidden-in{
	display:none;
}
.inn>h4 .visible-in{
	display:inherit;
}
.conteneur_bandeau{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.placeur_bandeau{
	position: absolute;
	width: 140%;
	top: 20%;
	margin-left: -20%;
}
.listing-produits .placeur_bandeau{
	top: 8%;
	margin-left: -40%;
}
.listing-produits .produit .bandeau{
	font-size:1.5em;
}
.produit .bandeau{
	transform: rotateZ(-45deg);
	background-color: rgb(217, 199, 177);
	color: rgb(217, 199, 177);
	padding-left: 33%;
	text-align: left;
    width: 100%;
	margin-left: 0%!important;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: bold;
}
.carousel-inner .produit .bandeau{
	margin-left: -35%!important;
	padding-left: 41%;
}
.produits .panel-group hr {
	border-top-color: rgb(255,255,255);
	border-top-width: 0.5em;
	margin: 0;
	margin-bottom: 1px;
}
#recherche_avancee label.btn.btn-default.active {
	background: #777;
	color: white;
	font-weight: bold;
}
#recherche_avancee label.btn.btn-default span.glyphicon {
	display: none;
}
#recherche_avancee label.btn.btn-default.active span.glyphicon {
	display: inline;
}
.categorie .img-produit h3{
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0;
	margin-top: 2em;
	background-color: #111111;
	padding: 15px 0;
}
.categorie .img-produit img{
		border: 4px solid #111111;
		width: 100%;
}

@media (max-width: 767px) {
	article.categorie.flex-item {
		padding-left: 0;
		padding-right: 0;
	}
	.produit-detail img {
		margin-left: auto;
		margin-right: auto;
		transform: none;
	}
	.produits h3.panel-group-title {
		font-size: 1.6em;
		font-weight: bold;
	}
	h1.titre_page {
		font-weight: bold;
		font-size: 1.6em;
	}
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(45deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(45deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

.link-bandeau {
	font-size: 20px;
    color: rgb(232, 202, 164);
    display: block;
    margin: -3px auto;
    padding: 0px;  
}

.link-bandeau .pyricon {
	display: flex;
}
.tilted-border {
  width: 35px;
    height: 35px;
    right: 20%;
    top: 60%;
}

.tilted-border:after {
      content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(100, 144, 138);
    /* border-radius: 10px; */
    transform: rotate( 45deg);
    pointer-events: none;
    animation-delay: 1s;
    -moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}

.square {
  	width: 25px;
    height: 25px;
    right: 20%;
    top: 86%;
    position: absolute;
    animation-delay: 2s;
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 3;
}

.square .border {
	top: -5px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(100, 144, 138);
    transform: rotate( 45deg);
    -moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
}

.stop {
	width: 20px;
    height: 20px;
    position: absolute;
    margin: 0px -2px;
    display: flex;
}

@media (max-width: 1440px ) {
	.square {
	    right: 30%;
	}

	.first-item-caption {
		font-size: 26px;
	}
	.second-item-caption {
		font-size: 26px;
	}

	.txt-caption {
	    font-size: 14px;
	}
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.txt-caption {
	    font-size: 16px;
	    margin-top: -10px;
	    margin-bottom: 20px;
	}
}

.square:hover .border{
  border: 2px solid rgb(100, 144, 138) !important;
  -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.4);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.4);
    transition: all 200ms ease-in;
    transform: scale(1.4);
    background-color: rgb(100, 144, 138);
    /*transform: rotate( 45deg);*/
	color: rgb(232, 202, 164);
}

.square:hover .link-bandeau { color: rgb(232, 202, 164) !important; }

.realisation > img + img {
    position: absolute;
    width: 75%;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}
.realisation {
  padding-bottom: 100px;
}
.realisation:not(.realisation-link) {
    position: relative;
}
.realisation-link {
  display:block;
}
.no-border {
  border:none!important;
}

.realisation .realisation-hover {
    /* display:none; */
    display:block;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    background:rgba(255,255,255,0.8);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.realisation:hover .realisation-hover,
.realisation:focus .realisation-hover {
    opacity: 1;
    transition: all 0.3s;
}

.realisation:hover > .realisation-hover .square-page-blue .border{
    border: 2px solid rgb(100, 144, 138) !important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.4);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.4);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.4);
    transition: all 200ms ease-in;
    transform: scale(1.4);
    background-color: rgb(100, 144, 138) !important;
    /*transition-property: background-color;*/
    /*transform: rotate( 45deg);*/
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    /*color: #fff;*/
}

.realisation > img:first-child {
    width: 100%;
}

.realisations-lien {
    text-align:right;
    margin-bottom:60px;
}
.realisation-hover .square.square-page-blue {
    margin: auto;
    left: 0!important;
    right: 0!important;
    top: 40%!important;
    /* bottom: 0; */
}
.realisation-hover .realisation-titre {
    text-align: center;
    font-size: 22px;
    color: rgb(100, 144, 138);
    font-weight: bold;
    margin-top: 55px;
    position: relative;
}

.wrap_lien {
    width: 100%;
    height: 100%;
    display: block;
}

/** filtre **/
.filters-cat-libelle {
    font-style: italic;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 5px;
}


/* ---- button ---- */

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
  }
  
  .button:hover {
    background-color: rgb(100, 144, 138);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: white;
  }
  
  .button:active,
  .button.is-checked {
    background-color: rgb(100, 144, 138);
  }
  
  .button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 99%, 0.8);
  }
  
  .button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  }
  
  /* ---- button-group ---- */
  
  .button-group:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /*.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
  }*/

  
  .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
  .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }
  
 .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 1px;
    background-color: rgb(100, 144, 138);
    border-radius: 0px !important;
    color: rgb(232, 202, 164);
    background-image: none;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    text-shadow: none !important;
}

 .button-group .button:hover {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background-color: #394144;
    border-radius: 0px !important;
    color: rgb(100, 144, 138);
    background-image: none;
    text-shadow: none !important;
}

 .button-group .button:focus {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    background-color: #a8abad;
    border-radius: 0px !important;
    color: #fff;
    background-image: none;
    text-shadow: none !important;
    border: none !important;
}
 
  /* ui group */
  
  .ui-group {
    /* display: inline-block; */
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(100, 144, 138);
}
  
  .ui-group h3 {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-right: 0.2em;
    font-size: 16px;
  }
  
  .ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
  }

  .square-real {
        right: 60% !important;
  }@media (min-width: 1200px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (min-width: 992px) and (max-width: 1199px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (min-width: 768px) and (max-width: 991px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}
@media (max-width: 767px ) {
    h1 { font-size: em; }
    h2 { font-size: em; }
	h3 { font-size: em; }
    h4 { font-size: em; }
    h5 { font-size: em; }
    h6 { font-size: em; }
}


a { 
    color: ; 
    text-decoration: none!important;
}
#footer_page a { color: !important; }
#corps{
    padding-bottom:;
    padding-top: ;
}
#corps, footer, .copyright {
	position:relative;
}
#corps.accueil{
    padding-bottom: 0;
}
#corps.accueil section:first-child{
}
#corps.accueil section {
}
hr{
	border-color:;
	margin : em 0;
}
@media (max-width: 991px ) {
    #corps.accueil section {
    }
}
@media (max-width: 767px ) {
    #corps.accueil section {
    }
}

/*** Cookie ***/
.barre-cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 100;
}
.barre-cookie:hover{
	background-color: rgba(0,0,0,0.9);
}
.barre-cookie img{min-width:32px;}
.barre-cookie a{
	color:white;
	text-decoration: underline;
}
.barre-cookie p{
	margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
}
#cookie_acceptes {
    cursor: pointer;
	font-size: 30px;
	opacity: 0.9;
}
#cookie_acceptes:hover{
	opacity:1;	
}
@media (max-width: 767px ) {
	.barre-cookie {
		font-size: 12px;
		flex-direction: column;
		padding: 5px 5px;
	}
}

/*** ARIANE ***/
#bloc_ariane .breadcrumb {
    background-color: ;
    
    
}
#bloc_ariane li a{
    color:;
}
#bloc_ariane li a:hover,#bloc_ariane li a:focus{
    color:;
    text-decoration:none;
}
/*
.breadcrumb>.active{
    color: 
}*/

/*** Sous titre lors de pagination ***/
.titre-num-page {
	font-style: italic;
    font-size: 22px;
    color: ;
}

/*** WOW ***/
.wow {
	visibility: hidden;
}

.rdv-sous-titre {
    text-align:center;
    position: relative;
    padding: 15px 0px;
    font-size:1.4em;
}
.rdv-sous-titre:before,
.rdv-sous-titre:after {
    content:'';
    position:absolute;
    width:200px;
    height:1px;
    left:50%;
    transform: translateX(-50%);
    background-color: #BA1E44;
}
.rdv-sous-titre:before {top:0;}
.rdv-sous-titre:after {bottom:0;}

.rdv-titre {
    color:#BA1E44;
}
.rdv-liste-service li {
    background-color: #F7F7F7;
    border-color: #EEEEEE;
}
.rdv-libelle-service {
    color:#444444;
}
.rdv-prix-service,
.rdv-heure-service {
    font-weight: bold;
    color:#333333;
}
.rdv-duree-service {
    color: #878787;
}

.btn-rdv {
    font-weight: bold;
    color: #BA1E44;
    background-color: #FFFFFF;
}
.btn-rdv:hover,
.btn-rdv:focus {
    color: #FFFFFF;
    background-color: #BA1E44;
}

.btn-rdv-valider{
    color: #BA1E44;
    border-color:#BA1E44;
    background-color: #FFFFFF;
}
.btn-rdv-valider:hover,
.btn-rdv-valider:focus {
    color: #FFFFFF;
    background-color: #BA1E44;
}

@media (min-width:768px){
    .rdv-form .form-label {
        text-align: right;
    }
}

/*** Affichage du calendrier de selection des dates en FRONT ***/

.dispos-container {
	overflow-x: auto;
	overflow-y: none;
}
.dispos {
	position: relative;
	min-width: 600px;
	min-height: 200px;
}
.dispos .alert {
	position: absolute;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.67);
	width: 100%;
	z-index: 1;
	margin:0px;
	padding-top: 90px;
	text-align: center;
	font-size: 25px;
	display:none;
}
.dispos.calcul .alert {
	display: block;
}

.loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.loading span:nth-child(2) {
    animation-delay: .2s;
}
.loading span:nth-child(3) {
    animation-delay: .4s;
}
@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.dispos .alert>span {
	margin: auto;
}
.dispos.first .previous,.dispos.last .next {
	display: none;
}
.dispos .previous, .dispos .next {
    font-size: 2em;
}

.dispos-corps,
.dispos-entete {
	padding-left: 40px;
    padding-right: 40px;
}

/*** Entete du tableau de disponibilité **/
.dispos-entete {
    display: flex;
    height: 60px;
    background-color: #EEEEEE;
    align-items: center;
}

.dispos-entete .jours{
	flex-grow: 1;
	flex-basis: 14.285%;
    text-align: center;
}
.dispos-entete .jours .date {
    display: block;
}
.dispos-entete .jours-vide{
	opacity: 0.4;
}


.dispos-entete .previous,
.dispos-entete .next {
	position: absolute;
	top:6px;
	cursor:pointer;
}

.dispos-entete .previous { left: 0 }
.dispos-entete .next { right: 0 }

/*** Corps du tableau de disponibilité **/
.dispos-corps > * {
	flex-grow: 1;
	flex-basis: 14.285%;
}
.dispos-corps {
	display: flex;
	text-align: center;
}
[data-heure_debut]{
	margin-top:5px;
	margin-bottom:5px;
}
.dispos-select {
    background: none;
    padding: 10px 0px;
}

   .reseaux-sociaux-item {
    width: 40px;
	height: 40px;
	color: rgb(255,255,255);
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(255,255,255);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.reseaux-sociaux-item:hover {
	color: rgb(255,255,255);
	background-color: rgb(0,0,0) ;
    border: 1px solid rgb(0,0,0);
}

a.reseaux-sociaux-item span:before {
    line-height: 40px;
}

#footer_page .reseaux-sociaux > a {
    color: rgba(255,255,255);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(255,255,255);
}

#footer_page .reseaux-sociaux > a:hover {
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,0);
    border: 1px solid rgb(0,0,0);
}.temoignages .carousel .item.active {
	min-height: 12em;
}
.temoignages .carousel .carousel-caption {
	position:relative;
	right:auto;
	left:auto;
}
.temoignages>*{
	position:relative;
}
.temoignages{
	position:relative;
	width: 100%;
}
.temoignages .mask{
	position:absolute;
	z-index:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.temoignages .citation .pyricon{
	font-size:3em;
}
.temoignages .citation .texte{
	margin-top: 2.6em;
	color:;
}
.temoignages .carousel-control{
	color:;
}
.temoignages .citation .pyricon.pull-right {
	margin-top: -0.8em;
}.temoignages>.carousel .carousel-caption{
	width:60%;
	margin-right:auto;
	margin-left:auto;
}
.temoignages .carousel-control {
	background: none;
}
.carousel-caption .zoom {
	display: block;
	border-style: solid;
	border-color: ;
}
