body.muses {
	font-family: Roboto;
	background-color:#140B09;
	background-image: url(/css/perso/cyndie-grassart/img/background.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position-y:center center;
	font-size:20px;
}

nav.bandeau {
	font-family: Roboto;
	background-color:#140B09;
	background-image: url(/css/perso/cyndie-grassart/img/background.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position-y:center bottom;
}

#master-container {
	background-color:rgba(255,255,255,0.3);
	backdrop-filter: blur(10px);               /* effet de flou */
	-webkit-backdrop-filter: blur(10px);       /* support Safari */
}

#master-container div.transp {
	background-color:transparent;
}

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


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

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


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

.choixhoraire {
	background-color:#645350;
}

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

.top_zone {
	font-family:Poppins,Arial;
	color:#f1d204;
	font-weight:700;
	font-size:50px;
	background-color: rgba(153,225,100,1);
    background-position-y: center;
    background-size:cover;
    border-bottom:11px solid #9bdf6b;
    text-align:center;
    padding-top:50px;
}

.bg_green {
	padding:15px;
	background-color:#9bdf6b;
}

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

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

.praticien {
 min-height:240px
}

.menu-alexia-barthe {
	font-family:Poppins,Arial;
	color:#645350;
	font-weight:700;
	font-size:25px;
	overflow:hidden;
	padding-left:29px;
	line-height:64px;
	height:64px;
	background-color:white;
}
