body:not(.wp-admin) div.acf-field-5c3cfa6ba1648 { display: none; }

.date-heure {
    padding: 20px;
    background: #7fa9ba!important;
}

.acf-field-5c3c80b3a0a88 label,
.acf-field-5c3cfa6ba1648 label {
    color:white;
}

.acf-form-submit {
    background: white;
    padding: 10px;
}

.ui-datepicker-calendar {
    background: white;
}

.ui-state-disabled {
    background: #eEE;
    color: silver;
}

.ui-datepicker-prev:before {
	font-family: 'ETModules';
    content : "\e04d";
    color: white;
}

.ui-datepicker-next:before {
	font-family: 'ETModules';
    content : "\e04e";
    color: white;
}

.ui-datepicker-prev span { display: none !important; }
.ui-datepicker .ui-datepicker-prev { cursor: pointer; top: 4px !important; left: 5px !important;}
.ui-datepicker .ui-datepicker-next { cursor: pointer; top: 4px !important; right: 0 !important;}
.ui-datepicker-current-day { background: #ff7e66;  }
.ui-datepicker-current-day a { color: white !important; }