body {padding: 5px; background-color: #dbdbdb;}

hr {background-color: #104d82; height: 1px;}


.navbar-monrdv {margin-top: 10px;}
.navbar-header button.navbar-toggle{background-color: #1d71b8; border: 1px solid #1d71b8;}

.navbar-header button.navbar-toggle .icon-bar{background-color: #ffffff;}

.navbar-brand {padding: 0; height: 100px;}

.navbar-brand > img {}


form.search{margin-bottom: 30px;}
.navbar-header {float: none;}



.fiche-medecin{background-color: #034c75; padding:20px; border-radius: 25px; color:#fff; margin-bottom:20px;}
.fiche-medecin .img-circle {max-width: 60%;}

h1 {text-align: center; color:#fff; font-size: 32px;font-weight: normal; line-height: 47px;}
h1 .nom-medecin {font-size: 46px; text-decoration: underline;}


.fiche-medecin .separateur {color: #fff; font-size: 36px; text-align: center; clear:both;}
.fiche-medecin .adresse {font-size: 20px;line-height: 32px;color: #fff;}
.fiche-medecin .tel {font-size: 38px;line-height: 32px; font-weight: bold;}
.fiche-medecin p {}


.whiteboard{background-color: #fff; padding:30px; border-radius: 25px; color:#034c75; margin-bottom: 30px;}

h2 {font-size:27px; margin-top: 0; margin-bottom: 20px;}
h2 img {height:64px; padding-right :15px;}


#idSelectRdvType {color:#034c75; height: 50px; background: url(../img/arrow.png) no-repeat right #fff; font-size:22px;  -webkit-appearance: none;  -moz-appearance: none;
   appearance: none; border:2px solid #034c75;}


.details{padding: 0; margin-top: 15px;}

.details h6{margin-top: 0; margin-bottom: 0; color: #1d71b8; text-decoration: underline; font-weight: bold;}

.details div{margin-bottom: 10px;}



.calendar{background-color: #1d71b8;}

.calendar .days{border-top: 1px solid #104d82;}

.calendar .days .unit.head{line-height: 22px; height: 50px; border-bottom: 1px solid #104d82;}

.calendar .days .unit{height: inherit; line-height: 26px; margin-bottom: inherit;}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border:3px solid #034c75;}
.jour th {font-size:18px; font-weight: normal;}

.icon-circle.red {color:#E6007D; font-size: 12px;}
.icon-circle.green {color:#84B627; font-size: 12px;}

.dispo .glyphicon-chevron-left, .dispo .glyphicon-chevron-right {font-size: 24px;margin-top: 20px;}

.btn-custom{background-color: #1d71b8;}

.btn-custom:hover{background-color: #1d90de;}




.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	border-radius: 30px 0 0 30px;
}

.sb-search-input::-webkit-input-placeholder {
	color: #77BBDD;
}

.sb-search-input:-moz-placeholder {
	color: #77BBDD;
}

.sb-search-input::-moz-placeholder {
	color: #77BBDD;
}

.sb-search-input:-ms-input-placeholder {
	color: #77BBDD;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 30px;
	color:#034c75;
	background: url(../img/cercle.png) no-repeat right #ddd;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #034c75;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


.tarifs div img {width: 136px;}
.acces div img {width: 93px;}

footer {
	 margin:0;
	  background: url('../img/Footer_praticiens_photo.png') no-repeat bottom center #7d7d7d; 
	  -webkit-background-size: 100%;
	  background-size: 100%;
	  min-height: 330px;
	  margin-top:10px;
	  padding:10% 10%;}

footer p {text-align: center; color:#fff; font-size:22px;}


@media screen and (max-width: 640px){
footer p {font-size:16px;}
}

#btnCalSuiv, #btnCalPrec {
    cursor : pointer;
}

.linkRed{
    color : red ;
}

