/*
################################################################
       █████╗ ████████╗███████╗██╗     ██╗███████╗██████╗
      ██╔══██╗╚══██╔══╝██╔════╝██║     ██║██╔════╝██╔══██╗
      ███████║   ██║   █████╗  ██║     ██║█████╗  ██████╔╝
      ██╔══██║   ██║   ██╔══╝  ██║     ██║██╔══╝  ██╔══██╗
      ██║  ██║   ██║   ███████╗███████╗██║███████╗██║  ██║
      ╚═╝  ╚═╝   ╚═╝   ╚══════╝╚══════╝╚═╝╚══════╝╚═╝  ╚═╝
██████╗ ██╗   ██╗    ███╗   ███╗███████╗██████╗ ██╗     ███████╗
██╔══██╗██║   ██║    ████╗ ████║██╔════╝██╔══██╗██║     ██╔════╝
██║  ██║██║   ██║    ██╔████╔██║█████╗  ██████╔╝██║     █████╗
██║  ██║██║   ██║    ██║╚██╔╝██║██╔══╝  ██╔══██╗██║     ██╔══╝
██████╔╝╚██████╔╝    ██║ ╚═╝ ██║███████╗██║  ██║███████╗███████╗
╚═════╝  ╚═════╝     ╚═╝     ╚═╝╚══════╝╚═╝  ╚═╝╚══════╝╚══════╝
################################################################
 */

* {
  outline: none;
}
:focus, :active {
  outline: none;
}
@font-face {
  font-family: 'montserrat';
  src: url("../typo/montserrat/montserrat-regular-webfont.woff") fflexmat("woff"),
       url('../typo/montserrat/montserrat-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url("../typo/montserrat/montserrat-bold-webfont.woff") format("woff"),
       url('../typo/montserrat/montserrat-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat-black';
  src: url("../typo/montserrat/montserrat-black-webfont.woff") format("woff"),
       url('../typo/montserrat/montserrat-black-webfont.woff.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-primary: "Helvetica", Arial, sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --font-bold: "Montserrat-Bold", sans-serif;
  --font-black: "Montserrat-Black", sans-serif;
  --font-dynamic: var(--font-bold);
}
html, body {
    height: 100%;
    margin: 0;
    background-color: #000;
    font-family: "Helvetica", Arial, sans-serif;
}
body {
  margin: 0;
  background: rgb(25,17,1);
  background: linear-gradient(90deg, rgba(25,17,1,1) 0%, rgba(60,41,8,1) 27%, rgba(210,139,1,1) 100%);
  color: rgb(255, 222, 89);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100%;
  height: auto;
  position: relative;
  z-index: -2;
}
body.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: var(--overlay-color, rgba(0, 0, 0, 0)) !important;
  z-index: -1;
}
a {
  color: rgb(255, 222, 89);
  text-decoration: underline;
}
a:hover {
  color: #fff;
}
h1.troisd {
  font-family: var(--font-dynamic);
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  text-shadow:
      -2px 0px 0 cyan,  /* Ombre à gauche (cyan) */
      2px 0px 0 magenta, /* Ombre à droite (magenta) */
      0px 0px 3px rgba(0, 0, 0, 0.702); /* Ombre générale pour profondeur */
}
h2.troisd {
  font-family: var(--font-dynamic);
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(1rem, 3vw, 2.2rem);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-dynamic), sans-serif;
    font-weight: bold;
}
figure.video-container {
  max-width: 80%;
  margin: auto;
  display: block;
  text-align: center;
}
.video-container {
  max-width: 680px;
  width: 100%;
  height: auto;
}
figure.pageNav {
  width: auto;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.336);
  padding: 8px;
}
figure.pageNav figcaption a, .pageNav a {
  text-decoration: none !important;
}
figure.pageNav img {
  margin-right: 20px;
}
@media (max-width: 768px) {
    figure.pageNav {
      display: block;
      padding: 4px;
    }
    figure.pageNav img {
        margin-right: 4px;
        max-width: 120px;
        height: auto;
    }
}
.photo-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}
.photo-date {
    font-size: 0.9rem;
}
.card, div.card {
  width: 250px;
  height: 100%;
  margin: auto;
  background: rgb(78, 78, 77);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(21, 21, 21, 1) 44%, rgba(95, 95, 95, 1) 100%) !important;
  border: none !important;
  border-radius: 30px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease; /
 }
.card:hover, div.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.7);
}
.card-divider {
  height: 102px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-section {
  text-align: center !important;
}
div.card-section img {
  max-height: 218px !important;
}
h4.cardTitle {
  font-size: 1.9rem;
  width: 100%;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 222, 89);
}
h5.cardTitle {
  font-size: 1rem;
  width: 100%;
  padding: 0 22px;
  margin: 0 !important;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 222, 89);
}
p.cardTitle {
  font-size: .9rem;
  width: 100%;
  padding: 0 22px;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 222, 89);
}
p.cardTitle i.far {
  font-size: 1.9rem;
  width: 100%;
  padding: 0 22px;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 222, 89);
}
a.card-link {
  text-decoration: none;
}
.noir, .noir label {
  background-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
/* BLOCS */
/* accordéon */
.accordion {
  font-family: Arial, sans-serif;
  margin: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid rgb(255, 222, 89);
}
.accordion summary {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.accordion summary:hover {
  background-color: rgba(0, 0, 0, 1);
}
.accordion details {
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}
.accordion details p {
  margin: 0 12px;
}
.accordion details[open] p {
  animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 1000px;
    opacity: 1;
  }
}
.accordion details p {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
.accordion details[open] p {
  max-height: 1000px;
  opacity: 1;
}
/* /accordéon */
/* vidéo */

/* /vidéo */
/* /BLOCS */
/* calendrier */
@-moz-document url-prefix() {
    .fc-theme-standard td, .fc-theme-standard th {
        border: none !important;
    }
}
.close-button:focus {
  outline: 2px solid transparent; /* ou une autre couleur */
}
#calendar {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
}
#calendar table {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
#calendar table.fc-scrollgrid tr, #calendar table.fc-scrollgrid td {
  border: none;
}
#calendar a {
  text-decoration: none;
}
thead .fc-scroller{
  background-color: rgba(0, 0, 0, 0.9) !important;
  border-collapse: separate;
  border-spacing: 2px;
}
.fc .fc-scrollgrid-section-sticky > *  {
  background-color: transparent !important;
  background: none !important;
}
.fc-scroller th, .fc-scroller tr {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.fc-col-header {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
table.fc-scrollgrid thead, table.fc-scrollgrid thead tr, table.fc-scrollgrid thead td, table.fc-scrollgrid thead th {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
div.fc-scroller-harness {
  border: none !important;
  --fc-border-color: none !important;
}
.fc-scrollgrid-section-header {
  background-color: transparent !important;;
  background: transparent !important;
}
#calendar tbody, #calendar tfoot, #calendar thead {
  background-color: transparent !important;
  border: none !important;
}
.fc-scrollgrid-section-body tr:nth-child(odd) {
    background-color: rgba(231, 231, 231, 0.372) !important;
}
.fc-scrollgrid-section-body tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.fc-header-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .fc-header-toolbar {
   flex-direction: column;
  }
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(147, 0, 0, 0.754);
}
.off-canvas.calendrierPanneau {
  background: rgba(248, 207, 0, 1) !important;
  z-index: 1000 !important;
}
.off-canvas.calendrierPanneau.is-transition-overlap.is-open {
  width: auto;
  min-width: 40%;
  padding: 12px;
  z-index: 1000 !important;
  color: #000;
}
.calendrierPanneau .close-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
/* /calendrier */
/* table */
tbody, tfoot, thead {
  background-color: rgba(0, 0, 0, 0.855);
  border: none;
  color: #fff;
}
tbody tr {
  background-color: rgba(231, 231, 231, 0.372);
}
tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.372);
}
/* table */
/* cookies */
.off-canvas.cookie-message {
  /* background: rgba(248, 207, 0, 1) !important; */
}
.cookie-message {
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
}

.cookie-message i {
    margin-right: 10px;
}

.cookie-message a {
    color: #007bff;
    text-decoration: none;
}

.cookie-message a:hover {
    text-decoration: underline;
}
/* /cookies */
ul.reseauxSociaux {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.reseauxSociaux .plateforme {
    margin-right: 15px;
}
.reseauxSociaux .plateforme a, .reseauxSociaux .plateforme a svg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 33px;
    color: rgba(248, 207, 0, 1);
    width: 50px;
    height: 50px;
    transition: color 0.3s ease, transform 0.3s ease;
}
.reseauxSociaux .plateforme a svg {
    width: 33px;
    height: 33px;
    fill: rgba(248, 207, 0, 1);
    transition: fill 0.3s ease;
}
.reseauxSociaux .plateforme a:hover {
    color: #fff;
    transform: scale(1.1);
}
.reseauxSociaux .plateforme a:hover svg {
    fill: #fff;
}
@media (max-width: 768px) {
    ul.reseauxSociaux {
        justify-content: center;
    }
    .reseauxSociaux .plateforme {
    margin-right: 0;
    }
}
/* pages-enfants */
.photo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.photo-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.image-container {
    margin-right: 15px;
}
.photo-img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.photo-img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.galerie img {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.galerie img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.vignetteBlocImg img {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vignetteBlocImg img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    flex-grow: 1;
}
/* carousel */
.f-carousel {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: 100%;
  --f-progress-color: #ff3520;
  --f-transition-duration: 2s;
  width: auto;
  max-width: 440px;
  margin: auto;
}
.f-carousel__slide {
  background: rgba(4, 4, 4, 0.789);
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 100%;
}
.f-carousel__slide img {
  width: 100%;
  height: auto;
  padding: 20px;
}
/* @media (min-width: 768px) {
  .f-carousel {
    --f-carousel-slide-width: calc(100% / 3);
  }
} */
/* carousel */
@media (max-width: 768px) {
    .photo-item {
        flex-direction: column;
        align-items: center;
    }

    .text-container {
        text-align: center;
    }
}
/* composants */
.off-canvas-content {
  margin-top: 28px !important;
}
.off-canvas-content a {
  color: #007bff;
  text-decoration: none;
}
.off-canvas-content a:hover {
  color: #62adff;
  text-decoration: underline;
}
.close-button.panneauDroite {
  left: 1rem !important;
  right: auto !important;
}
.close-button:hover, .close-button:focus {
  color: red !important;
}
blockquote {
  color: #fff !important;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none;
  position: relative;
  font-style: italic;
}

blockquote::before {
  content: "“";
  font-size: 4rem;
  color: #cacaca;
  position: absolute;
  left: -1.5rem;
  top: -0.75rem;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #ffffff;
}
blockquote footer {
  line-height: 1.6;
  font-size: .9rem;
  font-style: normal;
  color: #b8b8b8;
}
pre,
blockquote {
  border: none;
  page-break-inside: avoid;
}
/* Container principal pour la grille */
.column-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin: 16px 0;
}
.column {
    grid-column: span var(--span, 1);
    display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.block {
    padding: 10px;
}
/* .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
    margin-left: 30px;
} */
@media (min-width: 768px) {
/*     .column-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .block {
        width: 100%;
        margin: auto;
    } */
}
@media (max-width: 768px) {
    .column-grid {
      display: block;
    }
    .column {
        grid-column: span 1;
    }
    .block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
    text-align: center !important;
    margin-left: 0;
    }
}
