/*!
 * Author: Jerome DAZY ( jdazy@age-sarl.net ) 
 * Date: 25/01/2022
 * Released under the GPLv3 license.
 */
 bdi{
	 color:#0037B8;
	 font-weight:bold;
 }
.wccpf_fields_table{
	display:none;
}
 .variations{
	display:none;
 }
 #hours{
	margin:15px 0px;
 }
 .heure_dispo{
	 
 }
 .heure_dispo span{
	 padding:10px 10px;
	 margin:5px 5px;
	 cursor:pointer;
	 float:left;
 }
 .unselected{
	 border:1px solid black;
	 color:black;
	 font-weight: normal;
 }
 .selected{
 	 border:1px solid #0037B8;
	 color:#0037B8;
	 font-weight: bold;
 }