body.blandine-capelle {
	font-family: 'Lato', sans-serif;
	background: url("/css/blandine-capelle/feuilles.png") center/cover;
}

.creneau.indispo {
	font-family: 'Cinzel', serif;
	background: repeating-linear-gradient(
	  45deg,
	  rgba(153,87,57, 0.1),
	  rgba(153,87,57,0.1) 5px,
	  #ffffff 5px,
	  #ffffff 10px
	);
	z-index:2;
}


.creneau.dispo {
		font-family: 'Cinzel', serif;
	background-color:rgb(153,87,57);
	z-index:5;
	cursor:pointer;
}

.creneau.indispo .aucunedispo {
	color:rgb(153,87,57);
	width:100%;
	font-size:1.2em;
	font-weight:bold;
}


#table_dispo .next_week {
	color:rgb(153,87,57);width:40px;height:40px;position:absolute;right:-20px;top:8px
}
#table_dispo .prev_week {
	color:rgb(153,87,57);width:40px;height:40px;position:absolute;left:-20px;top:8px
}

.choixhoraire {
	background-color:rgb(153,87,57);
}

.slider .indicators .indicator-item.active {
	background-color:rgb(153,87,57);
}


h2 {
	color:#86442C;
	margin-top:3em;
	font-family: 'Cinzel', serif;
}

.bg_white {
	background-color:white;
	font-size:18px;
	font-weight:400;
	color:#4f474e;
	padding:15px;
	border-top:11px solid rgb(153,87,57);
}

.bg_yellow {
	background-color:rgb(153,87,57);
	font-size:18px;
	font-weight:400;
	color:white;
	padding:15px;
}

.praticien {
 min-height:240px
}
