/* Bande supérieure bleu foncé pour la visibilité du logo blanc */
.aide-header-top {
  width: 100%;
  height: 22px;
  background: #0b4672;
}
/* Header bleu de la charte */
.aide-header-blue {
  background: linear-gradient(90deg, #0b4672 0%, #206bc4 100%);
  box-shadow: 0 2px 12px 0 rgba(11,70,114,0.10);
}
.aide-header-blue .text-white {
  color: #fff !important;
}
/* Fond bleu clair dégradé pour la page d'aide */
.aide-bg-gradient {
  background: linear-gradient(135deg, #eaf1fb 0%, #b3d0f7 40%, #0b4672 100%);
}
body {
  background: linear-gradient(120deg, #eaf3fa 0%, #f4f6fa 100%);
  min-height: 100vh;
}
.aide-layout {
  min-height: 100vh;
  align-items: flex-start;
}
.aide-main {
  padding: 3vw 0 3vw 0;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.aide-main > section {
  margin-bottom: 2.5em;
  position: static !important;
}
.aide-section, .aide-section-secondary, .aide-support {
  border-radius: 18px;
  box-shadow: 0 8px 32px #206bc420, 0 1.5px 8px #0b467210;
  margin-bottom: 2em;
  background: #fff;
  border: none;
  transition: box-shadow 0.2s, transform 0.2s;
}
.aide-section:hover, .aide-section-secondary:hover, .aide-support:hover {
  box-shadow: 0 16px 48px #206bc430, 0 2px 12px #0b467220;
  transform: translateY(-2px) scale(1.01);
}
.aide-section-secondary {
  background: #f7fafd;
}
.aide-title {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
  text-align: left;
  color: #0b4672;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-shadow: 0 2px 8px #206bc410;
}
.aide-subtitle {
  font-size: 1.25em;
  margin-bottom: 0.3em;
  color: #0b4672;
  font-weight: 600;
}
.aide-version {
  font-size: 1em;
  color: #0b4672;
  font-weight: 700;
}
.aide-list {
  font-size: 1.13em;
  color: #0b4672;
  line-height: 1.8;
  margin-left: 1.5em;
}
.aide-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 10px 26px;
  background: linear-gradient(90deg, #206bc4 60%, #0b4672 100%);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.08em;
  box-shadow: 0 2px 8px #0b467205;
  border: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  letter-spacing: 0.5px;
}
.aide-btn:hover {
  background: linear-gradient(90deg, #0b4672 0%, #206bc4 100%);
  box-shadow: 0 4px 16px #206bc420;
  transform: scale(1.04);
}
.aide-contact {
  background: #fff;
  border-left: 2px solid #eaf3fa;
  box-shadow: 0 8px 32px #206bc420, 0 1.5px 8px #0b467210;
  border-radius: 18px 0 0 18px;
  margin: 3vw 3vw 3vw 0;
  padding: 40px 3vw 32px 3vw;
  display: flex;
  flex-direction: column;
/* Carte développeur modernisée */
.aide-contact {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-left: 2em;
  min-width: 270px;
  max-width: 340px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2.5em;
}

.aide-contact-card {
  background: #f8fafd;
  border-radius: 1.2em;
  box-shadow: 0 2px 12px 0 rgba(32,107,196,0.10);
  padding: 2em 1.5em 1.5em 1.5em;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aide-contact-card h2 {
  margin-top: 0;
  color: #0b4672;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.contact-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em 0;
  width: 100%;
}
.contact-links li {
  margin-bottom: 0.7em;
  font-size: 1em;
}
.contact-links a {
  color: #206bc4;
  text-decoration: underline;
}

.aide-contact-help {
  background: #eaf1fb;
  border-radius: 0.7em;
  padding: 1em 1em 0.8em 1em;
  width: 100%;
  margin-top: 0.5em;
}
.aide-contact-help h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.08em;
  color: #206bc4;
}
.aide-contact-help p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 0.7em;
  font-size: 1.08em;
}
.contact-links a {
  color: #206bc4;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-links a:hover {
  color: #0b4672;
  text-decoration: underline;
}
.aide-support {
  background: #f7fafd;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px #0b467205;
  padding: 32px 32px 32px 32px;
  margin-bottom: 0;
  font-size: 1.13em;
}
@media (max-width: 899px) {
  .aide-layout {
    flex-direction: column;
    align-items: stretch;
    min-height: unset;
  }
  .aide-main, .aide-contact {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .aide-contact {
    border-left: none;
    border-top: 2px solid #eaf3fa;
    border-radius: 0 0 18px 18px;
    margin: 0;
    padding: 32px 4vw 24px 4vw;
    max-width: 100vw;
  }
  .aide-btn {
    position: static;
    margin: 1em 0 1em 0;
    width: 100%;
    text-align: center;
    display: block;
  }
}
/* Styles personnalisés pour la page d'aide */
@media (min-width: 900px) {
  .aide-layout {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
  }
  .aide-main {
    flex: 2;
    min-width: 0;
    padding: 0;
    margin: 0;
    background: #f4f6fa;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .aide-contact {
    flex: 1;
    min-width: 320px;
    max-width: 480px;
    background: #fff;
    border-left: 2px solid #eaf3fa;
    box-shadow: 0 2px 12px #0b467205;
    padding: 32px 4vw 24px 4vw;
    margin: 0;
    border-bottom: 6px solid #206bc4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 899px) {
  .aide-layout {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
  }
  .aide-main, .aide-contact {
    width: 100vw;
    max-width: 100vw;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .aide-contact {
    background: #fff;
    border-top: 2px solid #eaf3fa;
    border-bottom: 6px solid #206bc4;
    padding: 32px 4vw 24px 4vw;
  }
}
.aide-section {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 32px #0b467210;
  padding: 32px 4vw 18px 4vw;
  border-top: 6px solid #206bc4;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0.5em;
}
.aide-section-secondary {
  background: #f4f6fa;
  border-radius: 0;
  box-shadow: 0 2px 12px #0b467205;
  padding: 24px 4vw 10px 4vw;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 0.5em;
}
.aide-support {
  background: #f7fafd;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 2px 12px #0b467205;
  padding: 24px 24px 24px 24px;
  margin-bottom: 0;
}
.aide-title {
  font-size: 2.1rem;
  margin-bottom: 0.7em;
  text-align: left;
  color: #206bc4;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.aide-subtitle {
  font-size: 1.15em;
  margin-bottom: 0.3em;
  color: #0b4672;
}
.aide-version {
  font-size: 0.95em;
  color: #206bc4;
}
.aide-list {
  margin: 0 0 1em 1.2em;
  padding: 0;
  font-size: 1em;
  color: #0b4672;
  line-height: 1.7;
}
.aide-contact h2 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
  color: #206bc4;
}
.aide-contact .contact-links span {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.aide-contact .contact-links a {
  color: #206bc4;
  font-weight: 500;
  text-decoration: none;
}
.aide-contact .contact-links a:hover {
  text-decoration: underline;
}
.aide-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-block;
  padding: 8px 18px;
  background: #206bc4;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 8px #0b467205;
  transition: background 0.2s;
}
.aide-btn:hover {
  background: #0b4672;
}
