body.barbara-valente {
	font-family: Roboto;
	background-color:#d1e2f5;
}

.creneau.indispo {
	background: repeating-linear-gradient(
	  45deg,
	  rgba(109,172,245,0.1),
	  rgba(109,172,245,0.1) 5px,
	  #ffffff 5px,
	  #ffffff 10px
	);
	z-index:2;
}


.creneau.dispo {
	background-color:#6dacf5;
	z-index:5;
	cursor:pointer;
}

.creneau.indispo .aucunedispo {
	color:#6dacf5;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
}


#table_dispo .next_week {
	color:#6dacf5;width:40px;height:40px;position:absolute;right:-20px;top:8px
}
#table_dispo .prev_week {
	color:#6dacf5;width:40px;height:40px;position:absolute;left:-20px;top:8px
}

.choixhoraire {
	background-color:#6dacf5;
}

.slider .indicators .indicator-item.active {
	background-color:#6dacf5;
}

.bg_white {
	background-color:white;
	font-size:18px;
	font-weight:400;
	color:#4f474e;
	padding:15px;
	border-top:11px solid #6dacf5;
}

.bg_yellow {
	background-color:#6dacf5;
	font-size:18px;
	font-weight:400;
	color:white;
	padding:15px;
}

.praticien {
 min-height:240px
}
