body{
	font-family:Arial, Helvetica, sans-serif;
	background-repeat-y: no-repeat;
	margin: 0;
}
#page{
}
.wrapper{
	width: 100%;
}
.content{
	margin: 0 auto;
	max-width: 900px;
}
#header_wrapper{
	padding: 1em 0;
	display: flex;
	align-items: center;
}
#header_wrapper a{
       text-decoration: none;
}
h1{
	margin: 0;
	padding: 0 1em;
}
#header_wrapper .big_arrow{
	font-size: 2em;
	vertical-align: sub;
}
h2, h3{
	/*font-weight: normal;*/
}
#main_content{
	margin-top: 1em;
}
#article{
	width: 75%;
	float: left;
}
#portrait{
	float: left;
	padding: 1em;
}
#intro{
	float: left;
	padding: 1em;
}
#intro h3{
	margin-bottom: 0;
}
#consultant_name, #consultant_grade{
	margin-top: 0;
	margin-bottom: 0.5em;
}
.stars{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat:no-repeat; 
	background-size: 100%;
	vertical-align: middle;
	margin-left: 3px;
}
.full_star{
	background-image: url('/images/etoile_pleine.png');
}
.half_star{
	background-image: url('/images/etoile_demi.png');
}
.empty_star{
	background-image: url('/images/etoile_vide.png');
}
.nb_consult{
	vertical-align: sub;
}
.consult_zone {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
#avalability{
	padding-left: 1em;
	vertical-align: middle;
}
#avalability.available {
	color: #11D011;
}
#avalability.busy {
	color: #FF4500;
}
#avalability.unavailable {
	color: #FF3A00;
}
#consultant_consult a{
	display: inline-block;
	padding: .5em 2em;
	border-radius: 0.5em;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 5px 5px 5px 0 #000;
	transition:all 0.3s;
}
#consultant_consult a:hover{
	box-shadow: 2px 2px 2px 0 #000;
	transform: translate(2px, 2px);
}
.price_kind{
	margin: .5em 0;
	font-style: italic;
}
.price_display{
	margin: .5em 0;
	text-indent: .5em;
}
#presentation{
	clear: both;
	padding: 0 1em 1em 1em;
}
#consultant_specialty{
	margin-top: 0;
}
#consultant_description{
	text-align: justify;
}
#right_bar{
	margin-left: 75%;
	width: 25%;
}
#right_bar > div{
	padding: 0em 1em 1em 1em ;
}
#right_bar #secured{
	padding-top: 1em ;
}
#secured{
	text-align: center;
}
#secured h2{
	text-align: center;
	margin-top: 0;
	font-size: 1.17em;
}
#secured p{
	text-align: justify;
	margin-top: 0;
	font-size: 0.8em;
}
#secured img{
	max-width: 100%;
	margin-bottom: 1em;
}
#comments h3{
	margin-top: 0;
	text-align: center;
}
#comments p{
	font-size: 0.8em;
	margin: 0.5em 0;
	text-align: justify;
}
#comments p.comment_date{
	font-size: 0.7em;
}
#comments .comment{
	margin-bottom: 1em;
}
#comments .comment_block{
	display: none; //displayed by jQuery
}
#comments .com_nav_prev{
	cursor: pointer;
	float: left;
	display: none; //displayed by jQuery
}
#comments .com_nav_next{
	cursor: pointer;
	float: right;
	display: none; //displayed by jQuery
}
#footer_wrapper{
	clear: both;
}
#footer_content{
	padding-top: 3em;
}
#footer_content p{
	font-size: 0.6em;
}
@media screen and (max-width: 800px) {
	h1{
		text-align: center;
	}
	#article, #right_bar{
		float: none;
		width: 100%;
		margin-left: 0
	}
}
/*	color themes	*/
body{
	background-color: #fff;
	color: #333;
}
#header_wrapper{
	background-color: #309DE0;
	box-shadow: 2px 2px 3px 0px #000;
}
h1{
	color: #fff;
}
#header_wrapper a{
	color: #fff;
}
#main_content{
	background-color: #fff;
}
#consultant_consult a{
	background-color:#309DE0;
	color: #fff;
}
#right_bar{
	background-color: #43A6E3;
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 0px #000;
}

body.theme_api{
	background-color: #fff;
	color: #333;
}
.theme_api h1{
	color: #fff;
}
.theme_api #main_content{
	background-color: #fff;
}
.theme_api #right_bar{
	color: #fff;
}

#comments hr { 
  height: 10px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 8px; 
} 
#comments hr:before { 
  display: block; 
  content: ""; 
  height: 10px; 
  margin-top: -11px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 8px; 
}

pre{
	display: none;
}

/***	planning consultant	***/
.planning-semaine{
	margin:auto;
	width:640px;
}
.planning-jour{
	margin: 5px 0 0px 5px;
}
.planning-jour > div{
	display:inline-block;
	height:25px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color:#e3e3e3;
	position: relative;
}
.planning-jour p{
	position: absolute;
	top:30px;
	left:-5px;
	padding: 5px 10px;
	width:130px;
	font-size: 12px;
	margin-top: 0;
	clear: both;
	border: 1px solid #555;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}
.planning-jour > div > div{
	width:6px;
	height:inherit;
	float: left;
}
.planning-jour .libre{
	background-color:#bfd362;
}
.planning-jour .libre:hover{
	background-color:#A5B656;
}
.planning-jour .enligne{
	background-color:#f60;
}
.planning-jour .enligne:hover{
	background-color:#f30;
}
.planning-jour .rdv{
	cursor: pointer;
}
.planning-semaine .mid-day{
	display: none;
	margin: -1px -5px 7px -5px;
	height: 11px;
	width: 324px;
	background-color: transparent;
	background-image: url(/images/planning-frise-am.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.planning-semaine .frise{
	margin-left: 1px;
	width: 641px;
	height: 11px;
	background-image: url(/images/planning-frise.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.planning-semaine .legende{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 472px;
	height: 16px;
	background-image: url(/images/planning-legende.png);
}
.planning-semaine h3{
	margin: 50px 0 30px 0;
}
.planning-semaine h4{
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
}

@media screen and (max-width: 900px) {
	.planning-semaine{
		width:320px;
	}
	.planning-semaine .mid-day{
        	display: block;
	}
	.planning-semaine .frise{
		width: 324px;
		background-image: url(/images/planning-frise-pm.png);
	}
	.planning-semaine .legende{
		width: 144px;
		height: 44px;
		background-image: url(/images/planning-legende-s.png);
	}
}

