a.select_locamion:not([href]):not([tabindex]) {
    color: #fff;
}
a.select_locamion:not([href]):not([tabindex]):hover {
    color: #000;
	background: #ffffff;
	border:1px solid #000;
}
.choixdate[disabled="disabled"],.jours_itos_normal[disabled="disabled"],.jours_itos_weekend[disabled="disabled"],.itos_weekend[disabled="disabled"],.itos_fs[disabled="disabled"],.itos_fsc[disabled="disabled"]{
    background: #ffffff;
    color: #000000;
    border: 1px solid #00000022;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 188px;
}
.nbjs,.nbjwf,.nbjw,.fs,.fsc{
	display:none;
}

@keyframes example {
  0%  {background-color: #ffffff99;}
  50% {background-color: #ffffffff;}
  100%  {background-color: #ffffff99;}
}
.load_calander{
	background:#ffffffaa;
	height:357px;
	width:300px;
	margin:0 auto;
	border-radius:12px;
	animation-name: example;
	animation-duration: 3s;
	animation-iteration-count: 10;
}
.product-customization-item.date_itos{
	margin: 20px 0 0;
}
.product-customization-item.date_itos label{
	padding:0px !important;
    margin-bottom: 0px !important;
}
.product-customization-item.date_itos textarea,.save_customization_itos{
	height:0px !important;
	width:0px !important;
	padding:0px !important;
	overflow:hidden;
}
a.select_locamion.disabled:not([href]):not([tabindex]) {
    color: #8f8f8f;
}
.jours_itos{
	padding:10px 20px;
	margin-left:20px;
	margin-bottom:5px;
    width: 188px;
}
.jours_itos.disabled{
    color: #8f8f8f;
	opacity:0.4;
}