/*
Theme Name: Divi Enfant par Incomm
Description: Theme enfant du theme Divi
Author: Incomm
Author URI: https://www.incomm.fr
Template: Divi
Version: 1.05
*/
.gfield_consent_label a{ /*couleur Hover lien RGPD*/
	color: #ff6000 !important;
text-decoration:underline;
}
.gfield_consent_label a:hover{ /*couleur Hover lien RGPD*/
	color: #000 !important;
	text-decoration:underline;
}
#cmplz-document a{
  color:#ff6000 !important;
}
#cmplz-document a:hover{
  color:#000 !important;
}
#input_2_13_1, #input_3_13_1 {
    /* Masque visuellement mais conserve l'accessibilité */
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}
/* Styliser le label comme une checkbox personnalisée */
label[for="input_2_13_1"],label[for="input_3_13_1"] {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}

/* Créer une "fausse" case à cocher */
label[for="input_2_13_1"]::before,label[for="input_3_13_1"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  background-color: #f2f2f2;
  border-radius: 4px;
}

/* Couleur lorsque l'input est coché */
#input_2_13_1:checked + label::before, #input_3_13_1:checked + label::before {
  background-color: #ff6000;
  content: "\2713";
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* Back to top */
.et_pb_scroll_top.et-pb-icon {
    background: #ff6000!important;
    padding: 5px !important;
    color: #000;
    bottom: 25%;
    right: 5%;
    border-radius:40px;
    font-size:44px;
	z-index:999999;
}

