.elementor-67930 .elementor-element.elementor-element-0a879f6{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-08370d3 */.aqgs-page {
  --aqgs-blue: #008bc9;
  --aqgs-green: #5aab33;
  --aqgs-orange: #dc5034;
  --aqgs-soft-orange: #ffd699;
  --aqgs-cream: #f8f2e9;
  --aqgs-charcoal: #252a32;
  --aqgs-muted: #667085;
  --aqgs-border: rgba(37, 42, 50, 0.1);
  --shadow-lg: 0 18px 45px rgba(37, 42, 50, 0.1);
  --shadow-md: 0 12px 30px rgba(37, 42, 50, 0.075);
  --radius-xl: 34px;

  position: relative;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 42px 42px 0 0;
  color: var(--aqgs-charcoal);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 214, 153, 0.34), transparent 34%),
    radial-gradient(circle at 95% 8%, rgba(0, 139, 201, 0.10), transparent 30%),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 36%, #fff8ee 70%, #f7f8fa 100%);
}

.aqgs-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(1280px, calc(100% - 24px));
  height: 560px;
  transform: translateX(-50%);
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 153, 0.42), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(0, 139, 201, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.aqgs-page > section {
  position: relative;
  z-index: 1;
}

.aqgs-page * {
  box-sizing: border-box;
}

.aqgs-page a {
  color: inherit;
  text-decoration: none;
}

.aqgs-page img {
  max-width: 100%;
  display: block;
}

.aqgs-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.aqgs-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(220, 80, 52, 0.2);
  border-radius: 999px;
  color: var(--aqgs-orange);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.aqgs-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--aqgs-green);
  box-shadow: 0 0 0 5px rgba(90, 171, 51, 0.13);
}

.aqgs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.aqgs-btn:hover {
  transform: translateY(-3px);
}

.aqgs-btn-primary {
  color: #fff !important;
  background: var(--aqgs-orange);
  box-shadow: 0 14px 30px rgba(220, 80, 52, 0.28);
}

.aqgs-btn-primary:hover {
  background: #c94931;
  box-shadow: 0 18px 42px rgba(220, 80, 52, 0.36);
}

.aqgs-btn-secondary {
  color: var(--aqgs-charcoal) !important;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(37, 42, 50, 0.1);
  box-shadow: 0 10px 24px rgba(37, 42, 50, 0.06);
}

.aqgs-btn-secondary:hover {
  background: #fff;
}

/* HERO PLUS COMPACT */

.aqgs-hero {
  position: relative;
  padding: 42px 0 30px;
}

.aqgs-hero-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.aqgs-hero-copy {
  position: relative;
  min-height: 420px;
  padding: clamp(30px, 4vw, 48px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 230, 190, 0.72), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 88% 16%, rgba(0, 139, 201, 0.14), transparent 32%);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.aqgs-hero-copy::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -105px;
  top: -105px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

.aqgs-hero-copy::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -60px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(220, 80, 52, 0.15);
}

.aqgs-hero-copy-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
}

.aqgs-hero h1 {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(3.2rem, 6.4vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  color: #202633;
}

.aqgs-hero h1 span {
  display: block;
  color: var(--aqgs-orange);
}

.aqgs-lead {
  max-width: 660px;
  margin: 26px 0 0;
  font-size: clamp(1.04rem, 1.55vw, 1.25rem);
  line-height: 1.58;
  color: #384152;
}

.aqgs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.aqgs-hero-panel {
  display: grid;
  gap: 14px;
}

.aqgs-stat-panel {
  position: relative;
  min-height: 238px;
  padding: 30px;
  border-radius: var(--radius-xl);
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(145deg, var(--aqgs-blue), var(--aqgs-green));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.aqgs-stat-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 34px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.aqgs-stat-panel strong {
  display: block;
  font-size: clamp(4.2rem, 8vw, 6.2rem);
  line-height: 0.84;
  letter-spacing: -0.08em;
  color: #fff !important;
}

.aqgs-stat-panel p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 18px 0 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92) !important;
}

.aqgs-mini-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aqgs-mini-panel article {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--aqgs-border);
  box-shadow: var(--shadow-md);
}

.aqgs-mini-panel strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--aqgs-orange);
}

.aqgs-mini-panel span {
  display: block;
  margin-top: 8px;
  color: var(--aqgs-muted);
  font-size: 0.86rem;
  line-height: 1.3;
}

.aqgs-download-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--aqgs-border);
  box-shadow: var(--shadow-md);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.aqgs-download-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.aqgs-download-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: var(--aqgs-soft-orange);
  font-size: 1.75rem;
}

.aqgs-download-card h3 {
  margin: 0 0 6px;
  font-size: 1.16rem;
  letter-spacing: -0.035em;
  color: #202633;
}

.aqgs-download-card p {
  margin: 0;
  color: var(--aqgs-muted);
  line-height: 1.45;
}

.aqgs-download-card .arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--aqgs-orange);
  font-weight: 900;
  font-size: 1.35rem;
}

/* SECTIONS */

.aqgs-section {
  padding: 64px 0;
}

.aqgs-section-title {
  max-width: 820px;
  margin-bottom: 42px;
}

.aqgs-section-title.center {
  margin-inline: auto;
  text-align: center;
}

.aqgs-section-title h2 {
  margin: 20px 0 0;
  font-size: clamp(1.95rem, 3.4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #202633;
}

.aqgs-section-title p {
  margin: 22px 0 0;
  color: var(--aqgs-muted);
  font-size: 1.04rem;
  line-height: 1.78;
}

/* MISE EN CONTEXTE */

.aqgs-context-section {
  padding-top: 46px;
}

.aqgs-context-intro-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 238, 0.96));
  border: 1px solid var(--aqgs-border);
  box-shadow: var(--shadow-md);
  margin-bottom: 26px;
}

.aqgs-context-intro-card h2 {
  margin: 20px 0 0;
  font-size: clamp(1.85rem, 3.1vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #202633;
}

.aqgs-context-intro-card p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--aqgs-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.aqgs-single-content-box {
  padding: 38px;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--aqgs-border);
  box-shadow: 0 12px 30px rgba(37, 42, 50, 0.06);
}

.aqgs-single-content-box p {
  margin: 0 0 22px;
  color: #344054;
  font-size: 1.04rem;
  line-height: 1.8;
}

.aqgs-single-content-box p:last-child {
  margin-bottom: 0;
}

.aqgs-single-content-box strong {
  color: var(--aqgs-orange);
}

/* CARTES CONTENU */

.aqgs-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.aqgs-feature {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--aqgs-border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.aqgs-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.aqgs-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 139, 201, 0.08);
}

.aqgs-feature:nth-child(2)::after {
  background: rgba(220, 80, 52, 0.1);
}

.aqgs-feature-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border-radius: 24px;
  background: var(--aqgs-soft-orange);
  font-size: 2.05rem;
}

.aqgs-feature h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #202633;
}

.aqgs-feature p {
  max-width: 520px;
  margin: 20px 0 34px;
  color: var(--aqgs-muted);
  line-height: 1.72;
}

.aqgs-feature .aqgs-btn {
  position: relative;
  z-index: 2;
}

/* INFOGRAPHIE */

.aqgs-infographic {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.aqgs-infographic-copy {
  padding: 38px;
  border-radius: var(--radius-xl);
  color: #fff !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(145deg, #253040, #344254);
  box-shadow: var(--shadow-lg);
}

.aqgs-infographic-copy .aqgs-pill {
  color: #ffd699 !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.aqgs-infographic-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(1.9rem, 3.3vw, 3.15rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #ffffff !important;
}

.aqgs-infographic-copy p {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.84) !important;
  line-height: 1.82;
}

.aqgs-infographic-copy a {
  color: #ffffff !important;
}

.aqgs-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.aqgs-chip-list span {
  padding: 9px 12px;
  border-radius: 999px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
  font-size: 0.9rem;
  font-weight: 750;
}

.aqgs-infographic-preview {
  padding: 16px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--aqgs-border);
  box-shadow: var(--shadow-lg);
}

.aqgs-infographic-preview img {
  width: 100%;
  max-height: 880px;
  object-fit: contain;
  border-radius: 24px;
  background: var(--aqgs-cream);
}

/* RESSOURCES */

.aqgs-resources-wrap {
  width: 100%;
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(255, 245, 231, 0.9), rgba(255, 255, 255, 0.96)),
    radial-gradient(circle at 12% 18%, rgba(90, 171, 51, 0.08), transparent 28%);
}

.aqgs-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.aqgs-link-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 156px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(37, 42, 50, 0.08);
  box-shadow: 0 10px 28px rgba(37, 42, 50, 0.055);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.aqgs-link-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 18px 36px rgba(37, 42, 50, 0.1);
}

.aqgs-link-card strong {
  display: block;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #202633;
}

.aqgs-link-card small {
  display: block;
  margin-top: 8px;
  color: var(--aqgs-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.aqgs-link-card em {
  margin-top: 20px;
  color: var(--aqgs-orange);
  font-style: normal;
  font-weight: 900;
}

/* MÉDIAS */

.aqgs-media-section {
  background: #f8f6f1;
  padding-top: 78px;
  padding-bottom: 78px;
}

.aqgs-media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.aqgs-media-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 150px;
  padding: 26px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(37, 42, 50, 0.07);
  box-shadow: 0 10px 26px rgba(37, 42, 50, 0.045);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.aqgs-media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(37, 42, 50, 0.09);
}

.aqgs-media-card span {
  margin-bottom: 18px;
  color: #009b8f;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aqgs-media-card strong {
  color: var(--aqgs-charcoal);
  font-size: 1.08rem;
  line-height: 1.38;
  letter-spacing: -0.018em;
}

/* CTA FINAL */

.aqgs-final {
  padding: 34px 0 76px;
}

.aqgs-final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius-xl);
  color: #fff !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 214, 153, 0.22), transparent 30%),
    linear-gradient(135deg, #008bc9, #2d3a49);
  box-shadow: var(--shadow-lg);
}

.aqgs-final-card .aqgs-pill {
  color: #ffd699 !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

.aqgs-final-card h2 {
  margin: 20px 0 0;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  color: #ffffff !important;
}

.aqgs-final-card p {
  max-width: 740px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84) !important;
  line-height: 1.78;
}

.aqgs-final-card a {
  color: #ffffff !important;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .aqgs-hero-layout,
  .aqgs-infographic,
  .aqgs-final-card {
    grid-template-columns: 1fr;
  }

  .aqgs-link-grid,
  .aqgs-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aqgs-hero-copy {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .aqgs-container {
    width: min(100% - 28px, 1180px);
  }

  .aqgs-page {
    margin-top: 12px;
    border-radius: 28px 28px 0 0;
  }

  .aqgs-hero {
    padding: 28px 0 28px;
  }

  .aqgs-hero-copy {
    padding: 28px;
    border-radius: 26px;
  }

  .aqgs-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
    line-height: 0.96;
  }

  .aqgs-hero-actions,
  .aqgs-final-card .aqgs-btn {
    width: 100%;
  }

  .aqgs-btn {
    width: 100%;
  }

  .aqgs-mini-panel,
  .aqgs-feature-grid,
  .aqgs-link-grid,
  .aqgs-media-grid {
    grid-template-columns: 1fr;
  }

  .aqgs-context-intro-card,
  .aqgs-single-content-box,
  .aqgs-feature,
  .aqgs-infographic-copy,
  .aqgs-final-card {
    padding: 26px;
    border-radius: 24px;
  }

  .aqgs-section {
    padding: 50px 0;
  }

  .aqgs-context-section {
    padding-top: 40px;
  }

  .aqgs-media-card {
    min-height: auto;
  }
}

/* =========================================================
   CORRECTIF PERFORMANCE — AQGS DOSSIER ÉCRANS
   À coller à la toute fin du CSS actuel
========================================================= */

/* Réduit les calculs graphiques lourds au chargement */
.aqgs-page {
  background:
    linear-gradient(180deg, #fffaf3 0%, #ffffff 42%, #fff8ee 76%, #f7f8fa 100%) !important;
}

/* Allège le grand dégradé arrondi du haut */
.aqgs-page::before {
  height: 420px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 153, 0.26), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(0, 139, 201, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.9), rgba(255, 255, 255, 0)) !important;
}

/* Désactive le blur qui peut causer du saccadé sur certains Chrome */
.aqgs-pill {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Ombres plus légères = rendu plus fluide */
.aqgs-hero-copy,
.aqgs-stat-panel,
.aqgs-download-card,
.aqgs-mini-panel article,
.aqgs-context-intro-card,
.aqgs-single-content-box,
.aqgs-feature,
.aqgs-infographic-copy,
.aqgs-infographic-preview,
.aqgs-link-card,
.aqgs-media-card,
.aqgs-final-card {
  box-shadow: 0 10px 28px rgba(37, 42, 50, 0.075) !important;
}

/* Réduit les effets de repaint au scroll */
.aqgs-hero-copy,
.aqgs-stat-panel,
.aqgs-download-card,
.aqgs-context-intro-card,
.aqgs-single-content-box,
.aqgs-feature,
.aqgs-infographic-copy,
.aqgs-infographic-preview,
.aqgs-link-card,
.aqgs-media-card,
.aqgs-final-card {
  contain: layout paint;
}

/* Optimise les sections plus bas dans la page */
.aqgs-section,
.aqgs-resources-wrap,
.aqgs-final {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

/* Garde la première section visible normalement */
.aqgs-hero {
  content-visibility: visible;
}

/* Transitions plus légères */
.aqgs-btn,
.aqgs-feature,
.aqgs-link-card,
.aqgs-media-card,
.aqgs-download-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

/* Évite les gros déplacements au hover */
.aqgs-btn:hover,
.aqgs-feature:hover,
.aqgs-link-card:hover,
.aqgs-media-card:hover,
.aqgs-download-card:hover {
  transform: translateY(-2px) !important;
}/* End custom CSS */