/* === MEDIA QUERIES RESPONSIVE MODERNES === */
@media (max-width: 1280px) {
  body { font-size: 1.08em; }
  .container, .main, .content { max-width: 98vw; }
}
@media (max-width: 900px) {
  body { font-size: 1em; }
  .container, .main, .content { max-width: 100vw; padding: 0 1rem; }
}
@media (max-width: 600px) {
  body { font-size: 0.95em; }
  .container, .main, .content { max-width: 100vw; padding: 0 0.5rem; }
  .card, .box, .panel { width: 100vw !important; margin: 0 !important; border-radius: 0 !important; }
}
/* Style premium pour le bloc d'intro CGV (footer-center-alt) */
.footer-center-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2.5em auto 2.2em auto;
  padding: 1.6em 2.2em 1.6em 2.2em;
  max-width: 820px;
  background: rgba(255, 245, 225, 0.82);
  border-radius: 1.5em;
  box-shadow: 0 4px 32px 0 #bfa76a33, 0 1.5px 0 #e2d3b2;
  border: 1.5px solid #e2d3b2;
}

.footer-squirrel-alt {
  font-size: 2.5em;
  margin-bottom: 0.2em;
  filter: drop-shadow(0 2px 6px #bfa76a44);
}

.footer-tagline-alt {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 1.45em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em 2em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cgu-intro 
.cgu-card {
  background: #f8fafc;
  border-radius: 18px;
  padding: 2em 1.5em 1.5em 1.5em;
  max-width: 370px;
  min-width: 260px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  box-shadow: 0 4px 24px rgba(42,58,94,0.09);
  margin-bottom: 2em;
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: center;
}
.cgu-card:hover, .cgu-card:focus-within {
  box-shadow: 0 8px 36px rgba(42,58,94,0.15);
  /* Suppression de l'effet de zoom et des modifications visuelles au survol */
}
.cgu-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
@media (max-width: 900px) {
  .cgu-cards {
    gap: 1.2em;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .cgu-card {
    max-width: 98vw;
    min-width: 0;
    margin-bottom: 1.2em;
  }
}
}
.cgu-card {
  background: #f8fafc;
  border-radius: 18px;
  padding: 2em 1.5em 1.5em 1.5em;
  max-width: 370px;
  min-width: 260px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0 4px 24px rgba(42,58,94,0.09);
  margin-bottom: 2em;
  transition: box-shadow 0.2s, transform 0.2s;
}
.cgu-card:hover, .cgu-card:focus-within {
  box-shadow: 0 6px 32px rgba(42,58,94,0.13);
  transform: translateY(-4px) scale(1.02);
}
.cgu-card-icon {
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  color: #ffb347;
  align-self: center;
}
.cgu-card-flex {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 0.7em;
}
.cgu-card-icon {
  font-size: 2.1rem;
  margin: 0 0.5em 0 0;
  color: #ffb347;
  flex-shrink: 0;
  align-self: flex-start;
}
.cgu-card-content h2 {
  font-size: 1.18rem;
  color: #2a3a5e;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cgu-card-content p {
  font-size: 1.04rem;
  color: #2a3a5e;
  margin-bottom: 0.7em;
}
.cgu-article-ref {
  background: #eaf0fa;
  border-left: 4px solid #ffb347;
  padding: 0.7em 1em;
  font-size: 0.98rem;
  color: #3a4666;
  margin-bottom: 0.7em;
  border-radius: 8px;
}
.cgu-article-ref span {
  font-weight: 600;
  color: #2a3a5e;
}
.cgu-list {
  margin: 0 0 0.7em 1.2em;
  padding: 0;
  color: #2a3a5e;
  font-size: 1.04rem;
}
.cgu-list li {
  margin-bottom: 0.4em;
  list-style: disc inside;
}
@media (max-width: 900px) {
  .cgu-section, .cgv-section {
    align-items: stretch;
  }
  .cgu-cards {
    gap: 1.2em;
    max-width: 100%;
  }
  .cgu-card {
    max-width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }
}
/*
  /* Correction du flou sur le titre CGU */
  .hero-title, .hero-title-highlight, .hero-title span {
    filter: none !important;
    backdrop-filter: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    color: #2986d7 !important;
    position: relative;
    z-index: 2;
    background: none !important;
  }
  /* Sazulis - CGU/CGV Stylesheet
  Utilisé pour cgu.html et cgv.html
  Design moderne, responsive, accessible
*/ */

body {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(ellipse at top left, #1a120a 0%, #7c5a1e 60%, #bfa16b 100%) fixed;
  position: relative;
}

/* Suppression des icônes sur la section */
.cgu-section::before, .cgu-section::after,
.cgu-card:nth-child(2)::before,
.cgu-card:nth-child(4)::after,
.cgu-card:nth-child(5)::before {
  content: none !important;
}

/* Ajout d'écureuils et de noisettes flottants sur le fond */
.bg-emoji {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0.13;
  font-size: 3.5rem;
  user-select: none;
  filter: blur(0.5px) drop-shadow(0 2px 8px #0008);
}
.bg-emoji.n1 { left: 4vw; top: 8vh; font-size: 4.2rem; transform: rotate(-12deg); }
.bg-emoji.n2 { left: 80vw; top: 12vh; font-size: 3.2rem; }
.bg-emoji.n3 { left: 20vw; top: 70vh; font-size: 3.8rem; }
.bg-emoji.n4 { left: 60vw; top: 80vh; font-size: 2.8rem; }
.bg-emoji.n5 { left: 45vw; top: 40vh; font-size: 4.5rem; }
.bg-emoji.n6 { left: 85vw; top: 60vh; font-size: 2.5rem; }
.bg-emoji.n7 { left: 10vw; top: 85vh; font-size: 2.9rem; }

/* Responsive */
@media (max-width: 900px) {
  .main-container {
    padding: 24px 8px 16px 8px;
  }
  .cgu-section, .cgv-section {
    padding: 0;
    max-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .main-container {
    padding: 10px 2px 8px 2px;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.05rem;
  }
}

/* Accessibility focus */
:focus {
  outline: 2px solid #ffb347;
  outline-offset: 2px;
}
.main-container {
  max-width: 1200px;
  margin: 40px auto 0 auto;
  padding: 40px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  display: block;
  background: linear-gradient(135deg, #7c5a1e 0%, #bfa16b 100%);
  border-radius: 50px;
  box-shadow: none;
  padding: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 700px) {
  .cgu-section, .cgv-section {
    width: 98%;
    max-width: 1200px;
  }
}
.footer {
  background: linear-gradient(
    135deg,
    rgba(23, 30, 41, 0.96) 0%,
    rgba(45, 24, 16, 0.94) 50%,
    rgba(35, 40, 48, 0.96) 100%
  );
  backdrop-filter: blur(15px);
  border-top: 2px solid #ffd36b;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
  padding: 3rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #ffd36b 20%,
    #7c5a1e 50%,
    #ffd36b 80%,
    transparent 100%
  );
  opacity: 0.6;
}
:root {
  --primary-gold: #ffd36b;
  --primary-brown: #7c5a1e;
  --text-primary: #e6d3b3;
  --text-secondary: #bfa16b;
}
