<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">aside#gestion_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 1100;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 21px;
  /* SWITCH */
}
aside#gestion_cookies *:not(i) {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
  line-height: normal;
}
aside#gestion_cookies button {
  padding: 8px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  height: auto;
  width: 100%;
  white-space: nowrap;
}
aside#gestion_cookies button.bouton_couleur {
  background-color: var(--couleur-cookie, black);
  color: white;
}
aside#gestion_cookies.ok .permuter_affichage button {
  opacity: 0.5;
}
aside#gestion_cookies .permuter_affichage {
  margin-left: 20px;
  margin-top: -60px;
  width: 45px;
}
@media screen and (max-width: 400px) {
  aside#gestion_cookies .permuter_affichage {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -80px;
  }
}
aside#gestion_cookies .permuter_affichage button {
  background-color: var(--couleur-cookie, black);
  border: 0;
  transition: transform 0.1s ease 0s !important;
  display: none;
  border-radius: 40px;
  padding: 10px;
  opacity: 1;
  width: fit-content;
}
aside#gestion_cookies .permuter_affichage button i, aside#gestion_cookies .permuter_affichage button img {
  font-size: 24px;
  height: 100%;
  width: 100%;
}
aside#gestion_cookies .permuter_affichage button:hover {
  transform: translate(0px, 0px) scale(1.1) !important;
  transition: transform 0.2s ease 0s !important;
  color: #fff;
  border: 0;
}
aside#gestion_cookies .permuter_affichage button.afficher {
  display: block;
}
aside#gestion_cookies .permuter_affichage button#fermer {
  color: #fff;
}
@media screen and (max-width: 400px) {
  aside#gestion_cookies .permuter_affichage button#fermer {
    display: none;
  }
}
aside#gestion_cookies .boutons {
  padding-top: 10px;
}
aside#gestion_cookies button {
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--couleur-cookie, black);
  color: var(--couleur-cookie, black);
  width: 100%;
}
aside#gestion_cookies .bloc_global {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px, rgba(0, 0, 0, 0.05) 0px 2px 6px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  left: -400px;
  bottom: 80px;
  z-index: 1200;
  width: fit-content;
}
@media screen and (max-width: 400px) {
  aside#gestion_cookies .bloc_global {
    bottom: 0;
    width: 100%;
  }
}
aside#gestion_cookies .bloc_global.afficher {
  left: 20px;
  opacity: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 400px) {
  aside#gestion_cookies .bloc_global.afficher {
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }
}
aside#gestion_cookies .bloc_global .bloc_cookie_all {
  display: none;
}
aside#gestion_cookies .bloc_global .bloc_cookie_all.afficher {
  display: block;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix {
  display: none;
  padding-top: 40px;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix.afficher {
  display: block;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .image {
  position: absolute;
  top: -110px;
  width: 170px;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list {
  border: 2px solid #EEE;
  border-radius: 10px;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne {
  border-bottom: 2px solid #eee;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne:last-child {
  border-bottom: 0;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne .cookie_infos {
  padding: 10px 20px;
  color: var(--couleur-cookie-texte, black);
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne .cookie_infos .cookie_name {
  font-weight: 700;
  display: block;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne .cookie_infos .cookie_name a {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 10px;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne .cookie_infos .cookie_description {
  font-size: 13px;
}
aside#gestion_cookies .bloc_global .bloc_cookie_choix .cookie_list .cookie_ligne .toggle {
  padding: 10px 20px;
}
aside#gestion_cookies .titre_1 {
  font-size: 18px;
  font-weight: 500;
  color: var(--couleur-cookie-texte, black);
  line-height: 23px;
  padding-bottom: 4px;
  text-align: left;
}
aside#gestion_cookies .titre_2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--couleur-cookie-texte, black);
  line-height: 27px;
  text-align: left;
}
aside#gestion_cookies .tout_refuser {
  color: gray;
  font-size: 12px;
}
aside#gestion_cookies .tout_refuser:hover {
  color: lightgray;
}
aside#gestion_cookies p {
  font-size: 13px;
  color: var(--couleur-cookie-texte, black);
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  max-width: 370px;
}
aside#gestion_cookies p a {
  font-size: 12px;
  color: var(--couleur-cookie-texte, black);
  text-decoration: none;
}
aside#gestion_cookies img {
  max-width: 100%;
}
aside#gestion_cookies .form-switch-toggle {
  -webkit-tap-highlight-color: transparent;
  display: block;
}
aside#gestion_cookies .form-switch-toggle label {
  cursor: pointer;
}
aside#gestion_cookies .form-switch-toggle i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
aside#gestion_cookies .form-switch-toggle i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
aside#gestion_cookies .form-switch-toggle i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
aside#gestion_cookies .form-switch-toggle i:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
aside#gestion_cookies .form-switch-toggle i:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
aside#gestion_cookies .form-switch-toggle input {
  display: none;
}
aside#gestion_cookies .form-switch-toggle input:checked + i {
  background-color: var(--couleur-cookie, black);
}
aside#gestion_cookies .form-switch-toggle input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
aside#gestion_cookies .form-switch-toggle input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
aside#gestion_cookies button#ouvrir, aside#gestion_cookies button#fermer {
  width: 45px;
  height: 45px;
}
@media all and (max-width: 992px) {
  aside#gestion_cookies button#ouvrir, aside#gestion_cookies button#fermer {
    width: 38px;
    height: 38px;
  }
}

.tracedebug {
  margin-top: 200px;
  margin-bottom: 100px;
}
.tracedebug * {
  font-size: 14px;
  font-family: monospace;
}

/*# sourceMappingURL=aside_cookies_20250401.css.map */
</pre></body></html>