body.t-ar { --th: var(--bleu);   --th-clair: var(--bleu-clair); }
body.t-aq { --th: var(--orange); --th-clair: var(--orange-clair); }
body.t-pv,
body.t-mv { --th: var(--olive);  --th-clair: var(--olive-clair); }
body.page-service { background: var(--bleu); }
body.page-service main { background: var(--blanc); }
body.page-service .footer-logo { left: 4.5rem; }
body.page-service .footer-col.col-services { left: 19.9375rem; }
body.page-service .footer-col.col-infos { left: 60.0625rem; }
body.page-service .footer-contact { left: 84.1875rem; }
.bandeau {
  position: relative;
  z-index: 11;
  margin-top: -0.5625rem;
  color: var(--blanc);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.25);
}
.t-ar .bandeau {
  height: 16.75rem;
  background-image: image-set(
    url("../img/bandeau-affaires-reglementaires-1920.webp") type("image/webp") 1x,
    url("../img/bandeau-affaires-reglementaires-3840.webp") type("image/webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/bandeau-affaires-reglementaires-1920.webp") 1x,
    url("../img/bandeau-affaires-reglementaires-3840.webp") 2x
  );
}
.t-aq .bandeau {
  height: 15.875rem;
  background-image: image-set(
    url("../img/bandeau-assurance-qualite-1920.webp") type("image/webp") 1x,
    url("../img/bandeau-assurance-qualite-3840.webp") type("image/webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/bandeau-assurance-qualite-1920.webp") 1x,
    url("../img/bandeau-assurance-qualite-3840.webp") 2x
  );
}
.t-pv .bandeau {
  height: 15.625rem;
  background-image: image-set(
    url("../img/bandeau-pharmacovigilance-1920.webp") type("image/webp") 1x,
    url("../img/bandeau-pharmacovigilance-3840.webp") type("image/webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/bandeau-pharmacovigilance-1920.webp") 1x,
    url("../img/bandeau-pharmacovigilance-3840.webp") 2x
  );
}
.t-mv .bandeau {
  height: 15.875rem;
  background-image: image-set(
    url("../img/bandeau-materiovigilance-1920.webp") type("image/webp") 1x,
    url("../img/bandeau-materiovigilance-3840.webp") type("image/webp") 2x
  );
  background-image: -webkit-image-set(
    url("../img/bandeau-materiovigilance-1920.webp") 1x,
    url("../img/bandeau-materiovigilance-3840.webp") 2x
  );
}
.bandeau h1 {
  position: absolute;
  left: 0; right: 0;
  text-align: center;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 3.875rem;
  line-height: 4.25rem;
  letter-spacing: -0.017em;
  text-transform: uppercase;
}
.t-ar .bandeau h1 { top: 2.755rem; }
.t-aq .bandeau h1 { top: 4.8175rem; transform: translateX(1.5rem); }
.t-pv .bandeau h1 { top: 4.755rem; }
.t-mv .bandeau h1 { top: 5.005rem; }
.bandeau .sous-titre {
  position: absolute;
  left: 0; right: 0;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  line-height: 1.19;
}
.t-ar .bandeau .sous-titre { top: 11.66875rem; }
.t-aq .bandeau .sous-titre { top: 9.10625rem; }
.t-pv .bandeau .sous-titre { top: 9.04375rem; }
.t-mv .bandeau .sous-titre { top: 9.41875rem; }
.etat {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 4.25rem 0 5.5rem;
  scroll-margin-top: 100rem;
  animation: page-fade 0.15s ease-out both;
}
.etat[hidden] { display: none; }
@media (prefers-reduced-motion: reduce) {
  .etat { animation: none; }
}
.titre-problematique,
.cloture {
  margin: 0;
  padding-inline: 3rem;
  text-align: center;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--th);
}
.cloture a:hover,
.cloture a:focus-visible { text-decoration: underline; text-underline-offset: 0.375rem; }
.bande-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 5rem;
  row-gap: 2.25rem;
  padding: 2.75rem max(3rem, calc((100% - 110rem) / 2));
  background: var(--th-clair);
  box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.25);
}
.bande-questions p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3;
  color: var(--blanc);
}
.cartes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  padding-inline: 3rem;
}
.t-pv .cartes { max-width: 100rem; margin-inline: auto; }
.carte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 27.5625rem;
  min-height: 12.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: 0.625rem;
  background: var(--th);
  box-shadow: 0 0.1875rem 0.4375rem rgba(0, 0, 0, 0.3);
  color: var(--blanc);
  text-align: center;
  transition: filter 0.15s ease;
}
.carte:hover { filter: brightness(1.07); }
.js .c2.reveal { transition-delay: 0.07s; }
.js .c3.reveal { transition-delay: 0.14s; }
.js .c4.reveal { transition-delay: 0.21s; }
.js .c5.reveal { transition-delay: 0.28s; }
.js .c6.reveal { transition-delay: 0.35s; }
.carte img { width: auto; height: 4.75rem; }
.carte .libelle {
  font-weight: 700;
  font-size: 1.8125rem;
  line-height: 2.1875rem;
}
.t-aq .carte { width: 23.5rem; }
.t-aq .c1 { width: 27.5625rem; }
.titre-accomp {
  margin: 0;
  padding-inline: 3rem;
  text-align: center;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: var(--th);
}
.detail .panneau {
  width: 100%;
  max-width: 110rem;
  margin-inline: auto;
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detail-entete {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.detail-icone { width: auto; height: 4.25rem; }
.detail h3 {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.25;
  color: var(--th);
}
.detail .lead {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.5;
  color: var(--th);
}
.detail-corps { margin-top: 2.25rem; width: 100%; }
.detail-corps.deux-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 6rem;
  align-items: start;
}
.detail .txt {
  max-width: 68rem;
  font-size: 1.5rem;
  line-height: 1.6;
}
.detail-corps.deux-cols .txt { max-width: none; }
.detail .txt p + p { margin-top: 0.9rem; }
.detail .txt strong { color: var(--th); }
.btn-rdv {
  align-self: flex-end;
  margin-top: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.25rem;
  padding: 0 2.75rem;
  border-radius: 0.625rem;
  background: var(--th);
  color: var(--blanc);
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.7rem;
  box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.18);
  transition: filter 0.15s ease;
}
.btn-rdv:hover { filter: brightness(1.07); }
@media (max-width: 899px) {
  .bandeau {
    height: auto !important;
    margin-top: 0;
    padding: 36px 16px 40px;
    background-size: cover;
    background-color: var(--th);
  }
  .bandeau h1 { position: static; transform: none; font-size: 26px; line-height: 1.2; }
  .bandeau .sous-titre { position: static; font-size: 16px; margin-top: 10px; }
  .etat { gap: 28px; padding: 30px 0 44px; }
  .titre-problematique, .cloture, .titre-accomp {
    font-size: 22px;
    line-height: 1.25;
    padding-inline: 20px;
  }
  .bande-questions {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }
  .bande-questions p { font-size: 16px; line-height: 1.35; }
  .cartes { gap: 16px; padding-inline: 20px; }
  .t-pv .cartes { max-width: none; }
  .carte, .t-aq .carte, .t-aq .c1 {
    width: min(100%, 420px);
    min-height: 150px;
    padding: 18px 16px;
    gap: 10px;
  }
  .carte img { height: 52px; }
  .carte .libelle { font-size: 18px; line-height: 1.3; }
  .detail .panneau { padding-inline: 20px; }
  .detail-entete { gap: 14px; }
  .detail-icone { height: 44px; }
  .detail h3 { font-size: 22px; }
  .detail .lead { font-size: 16px; margin-top: 12px; }
  .detail-corps { margin-top: 16px; }
  .detail-corps.deux-cols { grid-template-columns: 1fr; gap: 16px; }
  .detail .txt { max-width: none; font-size: 16px; line-height: 1.55; }
  .detail .txt p + p { margin-top: 10px; }
  .btn-rdv {
    align-self: center;
    margin-top: 28px;
    height: 48px;
    padding: 0 28px;
    border-radius: 10px;
    font-size: 18px;
  }
}
