@charset "UTF-8";
:root {
  --gld-red: #e20613;
  --gld-black: #1a1a1a;
  --gld-gold: #c49a6c;
  --gld-gray: #f8f8f8;
}
body.page-template-template-50-ans-fresque {
  padding-top: 0;
}
.fresque-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
  color: #1a1a1a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* Mode Borne Tactile : Anti-sélection de texte et menus contextuels */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  /* Anti-focus (carré de sélection) et effet de tap (surbrillance) sur écran tactile */
}
.fresque-wrapper * {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.fresque-wrapper img {
  /* Empêcher le glisser-déposer des images au doigt */
  -webkit-user-drag: none;
}
.fresque-container {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Centrage horizontal */
}
/* --- Layout Flexbox --- */
.fresque-layout {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
  height: 100%;
}
.fresque-sidebar {
  width: 270px;
  flex-shrink: 0;
  padding: 0 30px;
  position: relative;
  z-index: 10;
}
.fresque-main {
  flex: 1;
  min-width: 0;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 115px;
}
/* --- Header Side & Légende --- */
.fresque-header-side {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.fresque-header-side .fresque-flag {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.fresque-header-side .fresque-flag .line {
  display: block;
  width: 90px;
  height: 5px;
  background: #1a1a1a;
}
.fresque-header-side h1 {
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
  color: #1a1a1a;
}
.fresque-header-side h1 span {
  font-weight: 900;
  background: #1a1a1a;
  color: #fff;
  padding: 4px 15px;
  display: inline-block;
  margin-top: 5px;
  font-size: 3.5rem;
}
.fresque-header-side .fresque-logo {
  width: 175%;
  margin: 15px 0 40px;
}
.fresque-header-side .fresque-logo img {
  max-width: 100%;
  height: auto;
}
.fresque-header-side .fresque-lang-switcher {
  margin-top: 40px;
  /* Masquer la flèche du dropdown s'il y en a une */
  /* Enlever le fond gris sur la langue courante pour avoir des drapeaux propres */
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions {
  background-color: transparent !important;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions > ul > li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
  /* Espace entre la langue courante et le sous-menu */
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions > ul .wpml-ls-sub-menu {
  position: static;
  display: flex;
  flex-direction: row;
  gap: 15px;
  /* Espace entre les autres langues */
  border: none;
  background: transparent;
  visibility: visible;
  opacity: 1;
  padding: 0;
  margin: 0;
  min-width: auto;
  transform: none;
  list-style: none;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions > ul .wpml-ls-sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-item-toggle::after {
  display: none !important;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions a, .fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .fresque-header-side .fresque-lang-switcher .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
  background-color: transparent !important;
  padding: 5px !important;
  /* Facilite le clic */
  display: inline-block;
  border: none !important;
}
.fresque-header-side .fresque-lang-switcher .wpml-ls-current-language > a {
  background-color: transparent !important;
}
.fresque-header-side .fresque-lang-switcher img.wpml-ls-flag {
  width: 32px !important;
  height: auto !important;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  display: block;
}
.fresque-header-side .fresque-lang-switcher a:hover img.wpml-ls-flag {
  transform: scale(1.1);
}
.fresque-header-side .fresque-lang-switcher span.wpml-ls-native {
  display: none;
  /* Cacher le texte si présent pour ne garder que les drapeaux */
}
.legend-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 1px;
}
.legend-side .legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.legend-side .dot {
  width: 35px;
  flex: 0 0 35px;
  height: 8px;
  display: inline-block;
  border-radius: 2px;
}
.legend-side .dot.groupe {
  background: #1a1a1a;
}
.legend-side .dot.restauration {
  background: #e20613;
}
.legend-side .dot.industrie {
  background: #c49a6c;
}
/* --- Zone Timeline (Serpentin) --- */
.timeline-area {
  position: relative;
  /* 
     * ASTUCE MAGIQUE : 
     * 100% = la largeur maximum disponible (en tenant compte du padding-right de fresque-main)
     * 100vh * 1.42857 = la largeur maximum pour que la hauteur ne dépasse pas 100vh (ratio 1000/700)
     * min(...) prendra toujours la valeur qui permet de tout faire rentrer sans rien casser !
     */
  width: min(100%, calc(100vh * (1000 / 700)));
  aspect-ratio: 1.4285714286;
  margin: auto;
}
@media (max-width: 900px) {
  .timeline-area {
    height: auto;
    padding-left: 60px;
  }
}
.timeline-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 900px) {
  .timeline-svg {
    display: none;
  }
}
/* Animation de tracé du serpentin */
#snake-path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  animation: drawPath 3s ease-out forwards;
}
@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}
.timeline-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 900px) {
  .timeline-points {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
  }
  .timeline-points::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #1a1a1a;
    border-radius: 2px;
  }
}
/* --- Segments (Titres au format Badge) --- */
.fresque-segment {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
.fresque-segment .segment-title {
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  white-space: nowrap;
  background: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  border: 1px solid;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}
.fresque-segment.restauration .segment-title {
  color: #e20613;
  border-color: #e20613;
}
.fresque-segment.industrie .segment-title {
  color: #c49a6c;
  border-color: #c49a6c;
}
.fresque-segment.groupe .segment-title {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.timeline-node {
  position: absolute;
  width: 5vw;
  height: 5vw;
  min-width: 40px;
  min-height: 40px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  /* Transition douce uniquement pour le raffinement JS */
  transition: left 0.2s ease-out, top 0.2s ease-out;
  /* Gestion des catégories de noeuds */
}
@media (max-width: 900px) {
  .timeline-node {
    position: relative;
    offset-path: none;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
  }
}
.timeline-node.restauration .node-marker {
  border-color: #e20613;
}
.timeline-node.restauration .p-date {
  color: #e20613;
}
.timeline-node.restauration .node-card {
  border-top: 5px solid #e20613;
}
.timeline-node.industrie .node-marker {
  border-color: #c49a6c;
}
.timeline-node.industrie .p-date {
  color: #c49a6c;
}
.timeline-node.industrie .node-card {
  border-top: 5px solid #c49a6c;
}
.timeline-node.groupe .node-card {
  border-top: 5px solid #1a1a1a;
}
.timeline-node:hover .node-marker, .timeline-node:active .node-marker {
  transform: translateX(-50%) rotate(var(--path-angle, 0deg)) scaleY(1.25);
}
.node-marker {
  width: 4px;
  height: 16px;
  background: #1a1a1a;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(var(--path-angle, 0deg));
  transition: transform 0.3s ease;
  /* Agrandissement virtuel de la zone de clic (Hit Area) pour le tactile */
}
.node-marker::after {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  background: transparent;
}
@media (max-width: 900px) {
  .node-marker {
    position: absolute;
    left: -42px;
    top: 10px;
    transform: none !important;
  }
}
.groupe .node-marker {
  background: #1a1a1a;
}
.restauration .node-marker {
  background: #e20613;
}
.industrie .node-marker {
  background: #c49a6c;
}
/* Aperçu simplifié */
.node-preview {
  position: absolute;
  width: 12vw;
  min-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  pointer-events: auto;
  z-index: 10;
  cursor: pointer;
}
.side-top .node-preview {
  bottom: 75%;
}
.side-bottom .node-preview {
  top: 75%;
}
/* Variante si la courbe est verticale : on met le texte vers l'extérieur du serpentin */
.timeline-node.path-vertical {
  /* Courbe sur la droite de l'écran : extérieur = droite */
  /* Courbe sur la gauche de l'écran : extérieur = gauche */
}
.timeline-node.path-vertical .node-preview {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.timeline-node.path-vertical.path-right .node-preview {
  left: 80%;
  right: auto;
  text-align: left;
}
.timeline-node.path-vertical.path-left .node-preview {
  left: auto;
  right: 80%;
  text-align: right;
}
@media (max-width: 900px) {
  .node-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    transform: none !important;
    pointer-events: auto;
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .node-year {
    position: static;
    transform: none;
    display: block;
    margin-bottom: 5px;
  }
}
.p-date {
  display: block;
  font-weight: 600;
  font-size: clamp(19px, 1.15vw, 24px);
  font-style: italic;
  color: #1a1a1a;
  margin-bottom: 0.2vw;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
}
.p-title {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(14px, 0.85vw, 14px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  color: #1a1a1a;
}
.p-title + .p-title {
  margin-top: 12px;
  position: relative;
}
.p-title + .p-title::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 9px;
  background-color: black;
  border-radius: 2px;
}
/* --- Modale Magnific Popup --- */
.mfp-iframe {
  pointer-events: none !important;
}
.fresque-modal-container {
  color: #1a1a1a;
}
.fresque-modal-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 2rem;
  font-style: italic;
  color: #1a1a1a;
  text-align: center;
}
.fresque-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 8px;
  overflow: hidden;
}
.fresque-video-wrapper .fresque-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Empêche les clics sur la vidéo (et la navigation vers YouTube) */
}
.fresque-img-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  /* Essentiel pour que le parent flex autorise son enfant à rétrécir */
  overflow: hidden;
}
.fresque-img-simple {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.fresque-gallery-wrapper {
  position: relative;
  width: 100%;
}
/* Galerie native scrollable */
.fresque-gallery {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Masquer sur Firefox */
  padding-bottom: 15px;
  -ms-overflow-style: none;
  /* Masquer sur IE/Edge */
}
.fresque-gallery::-webkit-scrollbar {
  display: none;
  /* Masquer sur Chrome/Safari/Opera */
}
.fresque-gallery::after {
  content: "Glissez";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url("../img/icons/finger-swipe-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 30px;
  color: white;
  padding: 16px 70px 16px 25px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
  animation: swipeHintCenterAnim 2.5s 3 forwards ease-in-out;
}
.fresque-gallery-track {
  display: flex;
  gap: 20px;
}
.fresque-gallery-track img {
  flex: 0 0 85%;
  max-height: 60vh;
  object-fit: cover;
  border-radius: 8px;
  scroll-snap-align: center;
}
@media (min-width: 768px) {
  .fresque-gallery-track img {
    flex: 0 0 70%;
  }
}
@keyframes swipeHintCenterAnim {
  0% {
    transform: translate(-30%, -50%);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  80% {
    transform: translate(-60%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-80%, -50%);
    opacity: 0;
  }
}
/* Nœud dupliqué masqué */
.hidden-point {
  display: none !important;
}
/* Texte + Image */
.fresque-texte-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.fresque-texte-image .fresque-modal-title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.fresque-texte-image .fresque-modal-desc {
  font-family: "Libre Baskerville", serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4a4a;
}
.fresque-texte-image img, .fresque-texte-image .fresque-texte {
  flex: 1 1 0%;
  min-width: 0;
}
.fresque-texte-image img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  border-radius: 8px;
}
.fresque-texte-image .fresque-texte {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-family: "Libre Baskerville", serif;
}
@media (min-width: 768px) {
  .fresque-texte-image {
    flex-direction: row;
    align-items: center;
  }
  .fresque-texte-image img, .fresque-texte-image .fresque-texte {
    flex: 1 1 0%;
    min-width: 0;
  }
}
/* Z-index override: fresque-wrapper is at 99999, MFP defaults to 1042-1043 */
.mfp-bg {
  z-index: 100000 !important;
}
.mfp-wrap {
  z-index: 100001 !important;
}
/* Animations Magnific Popup (mfp-fade) */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 0.8;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(-20px);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}
/* Styles globaux de la popin pour borne interactive */
.fresque-modal-container {
  max-width: 75vw;
  margin: 0px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* Contraintes pour éviter le débordement vertical */
  max-height: 90vh;
  overflow-y: auto;
  /* Cacher les scrollbars mais garder le scroll au doigt */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fresque-modal-container::-webkit-scrollbar {
  padding: 0;
}
.fresque-modal-container .fresque-modal-date {
  font-family: "Libre Baskerville", serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}
.fresque-modal-container .fresque-modal-date.restauration {
  color: #e20613;
}
.fresque-modal-container .fresque-modal-date.industrie {
  color: #c49a6c;
}
.fresque-modal-container .fresque-modal-date.groupe {
  color: #1a1a1a;
}
.fresque-modal-container .fresque-modal-title {
  font-family: "Libre Baskerville", serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.fresque-modal-container .fresque-modal-description {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-bottom: 20px;
  color: #555;
  text-align: center;
}
.fresque-modal-container .mfp-close {
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 35px;
}
/* --- Bouton Plein Écran Custom & Mode Fullscreen Natif --- */
.fresque-custom-fs {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1046;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 12px 28px;
  border-radius: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  pointer-events: auto !important;
  /* Important car la vidéo est en pointer-events: none */
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.fresque-custom-fs:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: #fff;
}
/* S'assure que le scaler sert de référentiel pour le bouton absolu */
.mfp-iframe-scaler {
  position: relative;
}
/* Correction du ratio de la vidéo quand elle passe en plein écran natif */
.fresque-video-wrapper.is-native-fullscreen, .fresque-video-wrapper:fullscreen, .fresque-video-wrapper:-webkit-full-screen, .fresque-video-wrapper:-ms-fullscreen, .mfp-iframe-scaler.is-native-fullscreen, .mfp-iframe-scaler:fullscreen, .mfp-iframe-scaler:-webkit-full-screen, .mfp-iframe-scaler:-ms-fullscreen {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- Flèches de navigation Magnific Popup --- */
button.mfp-arrow {
  display: none;
  /* Masqué par défaut pour éviter le clignotement, affiché via JS */
  transform: scale(1.5);
  /* Agrandissement des flèches */
  opacity: 0.8;
  overflow: visible;
  height: 160px;
  /* Pour afficher le texte qui dépasse du bouton */
}
button.mfp-arrow-left {
  left: 4vw;
}
button.mfp-arrow-right {
  right: 4vw !important;
}
.mfp-arrow-text {
  position: absolute;
  top: 90px;
  /* Positionné sous la flèche */
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  text-align: center;
  font-size: 10px;
  /* Compense le scale(1.5) = donne 15px */
  line-height: 1.3;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.5);
  /* Ombre forte pour lisibilité */
  pointer-events: none;
  white-space: normal;
  max-width: 7vw;
}
.mfp-arrow-text span {
  font-weight: 700;
  font-size: 16px;
  /* Compense le scale(1.5) = donne 24px */
  display: block;
  margin-bottom: 2px;
  color: #c49a6c;
  /* Couleur Or GLD pour un effet premium */
}
/* --- Animation Circle Meal sur le premier marqueur --- */
@keyframes circle-meal-gp-1_anim {
  0% {
    transform: translate(1000px, 1000px) scale(0.01);
  }
  96 {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
  100% {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
}
@keyframes circle-meal-ellipse-1_anim {
  0% {
    stroke-width: 45px;
    opacity: 0;
  }
  5% {
    stroke-width: 45px;
    opacity: 1;
  }
  86 {
    opacity: 1;
  }
  96 {
    stroke-width: 0;
    opacity: 0;
  }
  100% {
    stroke-width: 0;
    opacity: 0;
  }
}
@keyframes circle-meal-gp-2_anim {
  0% {
    transform: translate(1000px, 1000px) scale(0.01);
  }
  81 {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
  100% {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
}
@keyframes circle-meal-ellipse-2_anim {
  0% {
    stroke-width: 45px;
    opacity: 0;
  }
  5% {
    stroke-width: 45px;
    opacity: 1;
  }
  71 {
    opacity: 1;
  }
  81 {
    stroke-width: 0;
    opacity: 0;
  }
  100% {
    stroke-width: 0;
    opacity: 0;
  }
}
@keyframes circle-meal-gp-3_anim {
  0% {
    transform: translate(1000px, 1000px) scale(0.01);
  }
  66 {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
  100% {
    transform: translate(1000px, 1000px) scale(1.5, 1.5);
  }
}
@keyframes circle-meal-ellipse-3_anim {
  0% {
    stroke-width: 45px;
    opacity: 0;
  }
  5% {
    stroke-width: 45px;
    opacity: 1;
  }
  56 {
    opacity: 1;
  }
  66 {
    stroke-width: 0;
    opacity: 0;
  }
  100% {
    stroke-width: 0;
    opacity: 0;
  }
}
.circle-meal-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: -1;
  overflow: visible !important;
  /* Sous le point central */
}
.circle-meal-hint .circle-meal-gp-1, .circle-meal-hint .circle-meal-gp-2, .circle-meal-hint .circle-meal-gp-3 {
  transform: translate(1000px, 1000px) scale(0, 0);
}
.circle-meal-hint .circle-meal-ellipse-1, .circle-meal-hint .circle-meal-ellipse-2, .circle-meal-hint .circle-meal-ellipse-3 {
  stroke: #c49a6c;
  stroke-width: 0;
  opacity: 0;
}
.circle-meal-hint .circle-meal-gp-1 {
  animation: circle-meal-gp-1_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
.circle-meal-hint .circle-meal-ellipse-1 {
  animation: circle-meal-ellipse-1_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
.circle-meal-hint .circle-meal-gp-2 {
  animation: circle-meal-gp-2_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
.circle-meal-hint .circle-meal-ellipse-2 {
  animation: circle-meal-ellipse-2_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
.circle-meal-hint .circle-meal-gp-3 {
  animation: circle-meal-gp-3_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
.circle-meal-hint .circle-meal-ellipse-3 {
  animation: circle-meal-ellipse-3_anim 2200ms cubic-bezier(0.167, 0.167, 0.12, 1) infinite;
}
