/*
 Theme Name:     Divi Child
 Theme URI:      https://sc-web-solutions.fr/
 Description:    Theme Enfant Divi
 Author:         SC WEB SOLUTIONS
 Author URI:     https://sc-web-solutions.fr/
 Template:       Divi
 Version:        2024
*/

/* Couleur des dates actives et survolées */
.daterangepicker td.active,.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
	background-color: #cc692f!important;
}

/* Couleur de la plage de date */
.daterangepicker td.in-range:not(.active):not(.off) {
	background: #f7e8df;
}

/* Styles communs des boutons de validation et d'annulation */
.dc-btn_apply,
.dc-btn_cancel {
  border-radius: 40px;
  font-size: 16px;
}

/* Styles du bouton de validation */
.dc-btn_apply,
.dc-btn_apply:hover {
  color: #fff!important;
  background-color: #CC692F;
}

/* Styles du bouton d'annulation */
.dc-btn_cancel,
.dc-btn_cancel:hover {
  border-color: #cc692f;
  color: #cc692f;
}

/* Icone du bouton de validation */
.dc-btn_apply:after {
  content: "\4e";
  font-size: 25px;
}

/* Icone du bouton d'annulation */
.dc-btn_cancel:after {
  content: "\4d";
  font-size: 28px;
}