.no-responsive 	{
	font-size:14px;
}
.responsive 	{
	display: none;
}
.dhx_cal_tab 	{
	width: 150px;
}

#waiting-rdv 	{
	display: none;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: white;
	font-size: 23px;
}

.prise-de-rdv-header 	{
	display: block;
	width: 30%;
	height: 50px;
	margin: auto
}

.prise-de-rdv-tab 	{
	display: block;
	float: left;
	width: 47%;
	height: 30px;
	padding: 10px 0;
	text-align: center;
	background-color: white;
	border: 1px solid #333;
}

.prise-de-rdv-tab.tab-active 	{
	font-weight: bold;
	background-color: #CCC;
}

.prise-de-rdv-tab:hover 	{
	cursor: pointer;
	background-color: #DDD;
}

/********************************************
 *											*
 *				MEDIAQUERIES 				*
 * 											*
 ********************************************/
/* ------ Style pour les écrans de moins de 980px de large ------ */
@media only screen and (max-width : 980px) {
	.no-responsive 	{
		display: none;
	}

	.responsive 	{
		display: block;
	}

	.dhx_cal_navline div.dhx_minical_icon 	{
		float: right;
		left: 90% !important;
	}

	.dhx_cal_prev_button, .dhx_cal_next_button, .dhx_cal_today_button 	{
		display: none;
	}

	.dhx_cal_tab 	{
		width: 60px;
	}
}

@media only screen and (max-width : 599px) {
	.no-responsive 	{
		display: none;
	}

	.responsive 	{
		display: block;
	}

	.dhx_cal_navline div.dhx_minical_icon 	{
		float: right;
		left: 90% !important;
	}

	.dhx_cal_prev_button, .dhx_cal_next_button, .dhx_cal_today_button 	{
		display: none;
	}

	.dhx_cal_tab 	{
		width: 60px;
	}
}
