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

#waiting-rdv
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
	padding-top: 30%;

    display: none;
}

#waiting-rdv,
#bon-confirmation-rdv
{
    font-size: 23px;

    width: 100%;
    height: 100%;

    background-color: white;
}

.prise-de-rdv-header
{
    display: block;

    width: 100%;
    height: 50px;
    margin: auto;
}

.prise-de-rdv-tab
{
    display: block;
    float: left;

    width: 47%;
    height: 50px;
    padding: 10px 0;

    text-align: center;

    border: 1px solid #333;
    background-color: white;
}

.prise-de-rdv-tab.tab-active
{
    font-weight: bold;

    background-color: #ccc;
}

.prise-de-rdv-tab:hover
{
    cursor: pointer;

    background-color: #ddd;
}

label
{
    display: inline-block;
    width: 150px;
    text-align: right;
}

.step
{
    display: none;
}

.step1
{
    display: block;
}

.dhx_minical_popup table tbody td
{
    padding: 0;
}

/********************************************
 *											*
 *				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
    {
        left: 90% !important;

        float: right;
    }

    .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
    {
        left: 90% !important;

        float: right;
    }

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

    .dhx_cal_tab
    {
        width: 60px;
    }
}
