/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}

/**** STYLE DU CRÉNEAU LIBRE – VERSION LARGE ****/

.timeline td.free_time {
    background-color: transparent !important;
}

.timeline td.free_time a {
    background-color: #BA8942 !important;
    color: transparent !important;
    font-size: 0 !important;
    display: inline-block !important;
    text-decoration: none;
    border-radius: 6px !important;
    padding: 14px 40px !important;   /* beaucoup plus large */
    min-width: 220px !important;     /* largeur minimale forcée */
    text-align: center;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.timeline td.free_time a::after {
    content: "Valider la date";
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: inline-block;
    white-space: nowrap !important;
}

/**** BLOC DE SÉCURITÉ (THÈMES RÉCENTS) ****/

#sb-timeline #sb_time_slots_container .slot a {
    background-color: #BA8942 !important;
    color: transparent !important;
    font-size: 0 !important;
    border-radius: 6px !important;
    padding: 14px 40px !important;
    min-width: 220px !important;
    font-weight: 600 !important;
    text-align: center;
    white-space: nowrap !important;
}

#sb-timeline #sb_time_slots_container .slot a::after {
    content: "Valider la date";
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: inline-block;
    white-space: nowrap !important;
}

/**** SUPPRESSION TITRE PAR DÉFAUT ****/

.section-pd h3.title--h3 {
    display: none !important;
}

/**************************************************/


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

