.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    color: #333;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    display: none; /* caché par défaut */
    z-index: 9999;
}

.cookie-banner p {
    margin: 0;
    padding: 0;
}

#close-banner {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


.information {
  text-decoration: none;
}
.information a {
  text-decoration: none;
  color: grey;

}

/* index.php — laptop/desktop (≥800px, matches mobile gallery breakpoint): softer burger, no slide title */
@media (min-width: 800px) {
  body.page-index .photobuddy_fl_menu_trigger {
    opacity: 0.72;
  }
  body.page-index .photobuddy_fl_menu_trigger:hover {
    opacity: 0.92;
  }
  body.page-index .photobuddy_fl_menu_trigger.opened {
    opacity: 0;
  }
  body.page-index .photobuddy_fl_slider.desktop-version .title_holder {
    display: none !important;
  }
}