@charset "UTF-8";
.cc-banner,
.cc-panel {
  display: none;
  font-family: system-ui, sans-serif !important;
  position: fixed;
  background: #fff;
  color: rgb(0, 0, 0) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 999999;
  border-radius: 9px;
  transition: width ease-in-out 0.5s;
}

.cc-banner {
  width: 500px;
  left: 20px;
  bottom: 100px;
}
@media screen and (width < 535px) {
  .cc-banner {
    width: 91% !important;
  }
}
.cc-banner button {
  margin-right: 8px;
}
.cc-banner-content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: solid 1px #efefef;
}

.cc-banner-content__title h4{
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: normal !important;
    font-family: system-ui, sans-serif !important;
    color: #000 !important;
}

.cc-banner-content__title button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.4rem;
}
.cc-banner-content__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.cc-banner-content__content > p{
  line-height: normal !important;
  font-weight: normal !important;
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

@media screen and (width < 440px) {
  .cc-banner-content__content {
    font-size: 0.8rem !important;
  }
}
.cc-banner-content__content .cc-banner-states {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cc-banner-content__content .cc-banner-states h4 {
  font-size: 1rem !important;
  padding-bottom: 2px;
  font-family: system-ui, sans-serif !important;
  color: #000 !important;
  font-weight: 800 !important;
}
.cc-banner-content__content .cc-banner-footer {
  background-color: #efefef;
  padding: 20px;
  border-radius: 9px;
}
.cc-banner-content__content .cc-banner-footer .cc-banner-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cc-banner-content__content .cc-banner-footer .cc-banner-meta__meta {
  font-size: 0.9rem !important;
}
.cc-banner-content__content .cc-banner-footer .cc-banner-meta__meta strong {
  display: block;
}
.cc-banner-actions {
  display: flex;
  gap: 5px;
  padding: 20px;
}
@media screen and (width < 440px) {
  .cc-banner-actions {
    flex-direction: column;
    gap: 10px;
  }
}

.cc-panel {
  width: 700px;
  left: 20px;
  bottom: 100px;
}
@media screen and (width < 738px) {
  .cc-panel {
    width: 92%;
    right: 20px;
  }
}
.cc-panel-content__title {
  display: flex;
  font-family: system-ui, sans-serif !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: solid 1px #efefef;
}

.cc-panel-content__title h4 {
  font-family: system-ui, sans-serif !important;
  color: #000 !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
}

.cc-panel-content__title button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.4rem;
}
.cc-panel-content__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.cc-panel-content__content > p {
  text-align: justify;
}
.cc-panel-content__content .cc-panel-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
  line-height: normal !important;
  font-family: system-ui, sans-serif !important;
}

.cc-panel-content__content .cc-panel-desc > p{
  line-height: normal !important;
  font-family: system-ui, sans-serif !important;
  color: #000 !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

@media screen and (width < 431px) {
  .cc-panel-content__content .cc-panel-desc p:nth-of-type(2) {
    display: none !important;
  }
}
@media screen and (width < 738px) {
  .cc-panel-content__content .cc-panel-desc {
    font-size: 0.8rem;
  }
}
.cc-panel-content__content .cc-banner-states {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cc-panel-content__content .cc-banner-states h4 {
  font-size: 1rem !important;
  padding-bottom: 2px;
}
.cc-panel-content__content .cc-banner-footer {
  background-color: #efefef;
  padding: 20px;
  border-radius: 9px;
}
.cc-panel-content__content .cc-banner-footer .cc-banner-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cc-panel-content__content .cc-banner-footer .cc-banner-meta__meta {
  font-size: 0.9rem !important;
}
.cc-panel-content__content .cc-banner-footer .cc-banner-meta__meta strong {
  display: block;
}
.cc-panel-content__content .cc-category-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cc-panel-content__content .cc-category-list h3.cc-state-title {
  font-size: 1rem !important;
  font-family: system-ui, sans-serif !important;
  font-weight: 800 !important;
  
}
.cc-panel-content__content .cc-category-list .cc-category-row {
  margin-bottom: 10px;
}
@media screen and (width < 738px) {
  .cc-panel-content__content .cc-category-list .cc-category-row {
    margin-bottom: 5px;
  }
}
.cc-panel-content__content .cc-category-list .cc-category-row .cc-row-header {
  display: flex;
  gap: 10px;
}
.cc-panel-content__content .cc-category-list .cc-category-row .cc-row-header .cc-label-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cc-panel-content__content .cc-category-list .cc-category-row .cc-row-header .cc-desc{
  font-size: 0.9rem !important;
  color: #5e5e5e !important;
}
@media screen and (width < 738px) {
  .cc-panel-content__content .cc-category-list .cc-category-row .cc-row-header .cc-desc {
    font-size: 0.8rem !important;
  }
}
.cc-panel-actions {
  padding: 25px;
  border-top: solid 1px #efefef;
}
@media screen and (width < 738px) {
  .cc-panel-actions {
    padding: 15px 25px;
  }
}

.cc-btn {
  padding: 15px 25px;
  font-weight: 800;
  cursor: pointer;
  border-radius: 6px;
  font-size: 0.9rem !important;
  line-height: normal !important;
}
@media screen and (width < 738px) {
  .cc-btn {
    padding: 10px 20px;
    font-size: 0.8rem !important;
  }
}

.cc-accept,
.cc-save {
  background-color: #fe5296;
  color: #fff !important;
  border: solid 2px #fe5296;
  
}
.cc-accept:hover,
.cc-save:hover {
  background-color: #fe5296;
}

.cc-refuse {
  color: #888;
  background: none;
  border: solid 2px #888;
}

.cc-customize,
.cc-close {
  color: #fff;
  background: rgb(0, 0, 0);
  border: solid 2px rgb(0, 0, 0);
}

#cc-modify-consent {
  position: fixed; /* Reste fixe à l'écran */
  bottom: 20px; /* 20px du bas */
  left: 20px; /* 20px de la gauche (ou right: 20px) */
  z-index: 9999; /* Passe au-dessus de tout le reste */
  /* Un peu de style pour qu'il soit visible */
  background: rgb(0, 0, 0);
  color: #fff;
  padding: 0px 0px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  transition: background ease-in-out 0.5s;
}
#cc-modify-consent:hover {
  background: #484848;
  transition: background ease-in-out 0.5s;
}

/* --- LE CONTENEUR DU SWITCH --- */
/* Définit la taille de l'interrupteur */
.cc-switch {
  position: relative;
  display: inline-block;
  width: 50px; /* Largeur totale */
  height: 26px; /* Hauteur totale */
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (width < 738px) {
  .cc-switch {
    width: 30px;
    height: 16px;
    margin-right: 0px;
  }
}

/* --- L'INPUT (LA CHECKBOX) --- */
/* On cache la checkbox par défaut du navigateur, mais elle reste fonctionnelle */
.cc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  /* --- ÉTAT ACTIVÉ (CHECKED) --- */
  /* Quand l'input est coché, on change la couleur du slider */
  /* Quand l'input est coché, on déplace la boule */
  /* --- ÉTAT DÉSACTIVÉ (DISABLED - Pour les cookies nécessaires) --- */
  /* Si c'est nécessaire, c'est coché mais grisé/verrouillé */
  /* --- OMBRE (Optionnel pour le relief) --- */
}
.cc-switch input:checked + .slider {
  background-color: #000; /* Vert (ou votre couleur #0073aa) */
}
.cc-switch input:checked + .slider:before {
  transform: translateX(24px); /* Déplacement vers la droite */
}
@media screen and (width < 738px) {
  .cc-switch input:checked + .slider:before {
    transform: translateX(13px);
  }
}
.cc-switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed; /* Curseur "interdit" */
  background-color: #000; /* Un vert un peu différent pour montrer que c'est "forcé" */
}
.cc-switch input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

/* --- LE SLIDER (LE FOND) --- */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc; /* Gris quand désactivé */
  transition: 0.4s; /* Animation douce de la couleur */
  border-radius: 34px; /* Rend le fond rond */
  /* --- LE ROND BLANC (LA MOLETTE) --- */
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px; /* Taille de la boule */
  width: 18px;
  left: 4px; /* Espacement gauche */
  bottom: 4px; /* Espacement bas */
  background-color: white;
  transition: 0.4s; /* Animation douce du déplacement */
  border-radius: 50%; /* Rend la boule parfaitement ronde */
}
@media screen and (width < 738px) {
  .slider:before {
    height: 10px; /* Taille de la boule */
    width: 10px;
    left: 4px; /* Espacement gauche */
    bottom: 3px;
  }
}

/*# sourceMappingURL=style.css.map */
