/* ============================= */
/* RESET TOTAL */
/* ============================= */

html {
  background-color: #E8FFDC !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #E8FFDC !important;
  background: #E8FFDC !important;
  color: #FF0000 !important;
  font-family: 'Poppins', sans-serif;
}
/* ============================= */
/* STRUCTURE */
/* ============================= */

.container {
  width: 100%;
  max-width: 980px;
  padding: 0 16px 32px;
}
/* ========== BASE GLOBALE ========== */
body {
  margin: 0;
  background-color: #E8FFDC !important; /* FORCÉ */
  color: #FF0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 100%;
  max-width: 980px;
  padding: 0 16px 32px;
}

/* ========== LANG SWITCH ========== */
.lang-switch {
  margin-top: 12px;
  text-align: right;
  font-size: 0.9rem;
}

.lang-switch a {
  color: #FF0000;
  text-decoration: none;
  font-weight: 600;
}

.lang-switch a:hover {
  text-decoration: underline;
}

/* ========== HERO ========== */
.hero {
  padding: 40px 16px 24px;
}

.brand-name {
  font-size: clamp(32px, 7vw, 56px);
  margin: 0;
  font-weight: 700;
  color: #FF0000;
}

.tagline {
  margin: 10px auto 8px;
  max-width: 60ch;
  color: #FF0000;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
}

.definition {
  font-size: 0.85rem;
  line-height: 1.4;
  max-width: 70ch;
  margin: 4px auto 0;
  color: #FF0000;
}

/* ========== TITRE PAGE SECONDAIRE ========== */
.page-title {
  color: #FF0000;
  font-size: 1.8rem;
  margin: 32px 0 24px;
  text-align: center;
  font-weight: 700;
}

/* ========== ONGLET DE NAVIGATION ========== */
.tabs {
  list-style: none;
  padding: 0;
  margin: 32px auto;
  display: grid;
  gap: 16px;
  width: min(760px, 100%);
}

@media (min-width: 700px) {
  .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tab a {
  display: block;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 700;
  color: #FF0000;
  border-radius: 12px;
  background-image: linear-gradient(90deg, #EDFFB1, #99D685);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tab a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

/* ========== TEXTE PRINCIPAL ========== */
.body-text {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: left;
}

.body-text p {
  margin-bottom: 1rem;
  color: #FF0000;
}

/* ========== BLOCS ACTIONS ========== */
.actions {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.action-block {
  background-color: #FBC9FC;
  color: #329129;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 1.2rem;
}

.action-block p {
  margin: 0.2rem 0;
}

.action-title {
  font-weight: 700;
}

/* ========== DESCRIPTION MODULE ========== */
.module-description {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: left;
  color: #FF0000;
}

.module-description p {
  margin-bottom: 1rem;
}

.module-note {
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: #FF0000;
}

/* ========== EMBED SECTION ========== */
.embed-section {
  max-width: 900px;
  margin: 32px auto;
  text-align: left;
}

.embed-note {
  margin-bottom: 12px;
  color: #FF0000;
}

/* ========== CONTACT ========== */
.contact {
  margin-top: 32px;
}

.contact-text {
  color: #FF0000;
  font-weight: 600;
}

.contact-email {
  color: #FF0000;
  font-weight: 700;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

.Instagram {
  color: #FF0000;
  font-weight: 700;
  text-decoration: none;
}

.Instagram:hover {
  text-decoration: underline;
}

/* ========== FOOTER ========== */
footer {
  margin-top: 32px;
  color: #FF0000;
  font-size: 0.9rem;
}



/* Forcer le titre cliquable à rester rouge */
.brand-name a,
.brand-name a:visited,
.brand-name a:hover,
.brand-name a:active {
  color: var(--title-text);
  text-decoration: none;
}
.brand-name a:hover {
  opacity: 0.5;
}

.carte-images img {
  width: 60%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ========== BARRE DE NAVIGATION GLOBALE ========== */
.sitenav {
  align-self: stretch;
  background: linear-gradient(90deg, #EDFFB1, #99D685);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 7px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.sitenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  justify-content: center;
  align-items: center;
}

.sitenav li a {
  text-decoration: none;
  color: #329129;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}

.sitenav li a:hover,
.sitenav li a.nav-active {
  background: rgba(255, 255, 255, 0.6);
  color: #FF0000;
}