body.page-fond-bleu { background: var(--bleu); }
body.page-fond-bleu .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.page-formulaire { background: var(--bleu); color: var(--blanc); }
.page-formulaire .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
  max-width: 86rem;
  padding: 4.6rem 3rem 6rem;
}
.visuellement-cache {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.formulaire {
  position: relative;
  flex: 1 1 36rem;
  max-width: 36rem;
  margin: 0;
}
.champ { position: relative; }
.champ-societe, .champ-nom, .champ-tel, .champ-mail { margin-bottom: 1.4rem; }
.champ input[type="text"],
.champ input[type="tel"],
.champ input[type="email"],
.champ textarea {
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 0 1.1rem;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  background: var(--blanc);
  color: var(--bleu);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.3rem;
}
.champ ::placeholder { color: var(--bleu); opacity: 1; }
.champ textarea {
  height: 9rem;
  padding: 0.9rem 1.1rem;
  line-height: 1.4;
  resize: none;
}
.champ input:focus-visible,
.champ textarea:focus-visible,
.rgpd-ligne input:focus-visible {
  outline: 0.2rem solid var(--orange);
  outline-offset: 0.125rem;
}
.champ-rgpd { margin-top: 1.4rem; }
.rgpd-ligne {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.rgpd-ligne input {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  width: 1.3rem; height: 1.3rem;
  margin: 0.15rem 0 0;
  border: 0;
  border-radius: 0.35rem;
  background: var(--blanc);
  cursor: pointer;
  position: relative;
}
.rgpd-ligne input:checked::before {
  content: "";
  position: absolute;
  left: 0.45rem; top: 0.17rem;
  width: 0.35rem; height: 0.65rem;
  border: solid var(--bleu);
  border-width: 0 0.18rem 0.18rem 0;
  transform: rotate(45deg);
}
.rgpd-ligne label {
  font-size: 1.05rem;
  line-height: 1.5;
  cursor: pointer;
}
.rgpd-ligne a { text-decoration: underline; }
.rgpd-ligne a:hover { color: #cfe7f1; }
.bouton-envoyer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  min-width: 11rem;
  height: 3.6rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 0.6rem;
  background: var(--blanc);
  color: var(--bleu);
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  box-shadow: var(--ombre-bouton);
  cursor: pointer;
}
.bouton-envoyer:hover { background: #e9f3f7; }
.bouton-envoyer:focus-visible { outline: 0.2rem solid var(--orange); outline-offset: 0.15rem; }
.erreur {
  display: none;
  margin-top: 0.35rem;
  color: #ffe1a1;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
.champ.invalide .erreur { display: block; }
.champ.invalide input,
.champ.invalide textarea { box-shadow: 0 0 0 0.15rem #ffe1a1; }
.champ-rgpd .erreur,
.champ-date .erreur { margin-top: 0.5rem; }
.recap-rdv {
  margin-top: 1.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--blanc);
}
.confirmation {
  display: none;
  margin-top: 1.2rem;
  background: var(--blanc);
  color: var(--bleu);
  border-radius: 0.6rem;
  padding: 1rem 1.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: var(--ombre-bouton);
}
.confirmation.visible { display: block; }
.colonne-infos {
  flex: 1 1 34rem;
  max-width: 38rem;
}
.colonne-infos h1 {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.18;
  text-transform: uppercase;
}
.coordonnees { font-style: normal; margin-top: 1rem; }
.coordonnees p {
  font-size: 1.35rem;
  line-height: 1.6;
}
.coordonnees a:hover { text-decoration: underline; }
.lien-rdv {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0.6rem;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--blanc);
}
.lien-rdv:hover { background: var(--blanc); color: var(--bleu); }
.lien-rdv:focus-visible { outline: 0.2rem solid var(--orange); outline-offset: 0.15rem; }
.bouton-retour {
  position: absolute;
  left: 0;
  top: 4.95rem;
  width: 2.75rem; height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.bouton-retour::before {
  content: "";
  width: 0; height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-right: 1rem solid var(--blanc);
}
.bouton-retour:hover::before { border-right-color: #cfe7f1; }
.bouton-retour:focus-visible { outline: 0.2rem solid var(--orange); outline-offset: 0.125rem; }
.calendrier {
  width: 26rem;
  margin-top: 2.2rem;
  background: var(--blanc);
  border-radius: 0.8rem;
  overflow: hidden;
}
.cal-entete {
  display: flex;
  align-items: center;
  height: 3.4rem;
  padding: 0 0.6rem 0 1.1rem;
  color: var(--bleu);
}
.cal-titre {
  flex: 1;
  font-size: 1.35rem;
  font-weight: 500;
}
.cal-nav {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.25rem;
  border: 0;
  border-radius: 0.4rem;
  background: var(--bleu);
  color: var(--blanc);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}
.cal-nav:hover:not(:disabled) { background: #0e79a3; }
.cal-nav:disabled { opacity: 0.35; cursor: default; }
.cal-nav:focus-visible { outline: 0.15rem solid var(--orange); outline-offset: 0.1rem; }
.cal-grille {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1.9rem;
  grid-auto-rows: 2.7rem;
  gap: 0.2rem;
  padding: 0 0.2rem 0.2rem;
}
.cal-jour, .cal-vide, .cal-jsem { background: var(--bleu); }
.cal-jsem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  font-weight: 700;
}
.cal-jour {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: var(--blanc);
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 500;
  cursor: pointer;
}
.cal-jour:hover:not(:disabled) { background: #0e79a3; }
.cal-jour.selectionne {
  background: var(--blanc);
  color: var(--bleu);
  font-weight: 700;
}
.cal-jour:disabled {
  background: #8aa4b1;
  color: rgba(255, 255, 255, 0.55);
  cursor: default;
}
.cal-jour:focus-visible {
  outline: 0.15rem solid var(--orange);
  outline-offset: -0.15rem;
}
@media (max-width: 899px) {
  .page-formulaire .wrap {
    max-width: none;
    padding: 24px 20px 44px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .formulaire, .colonne-infos {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
  .bouton-retour { order: 1; }
  .colonne-infos { order: 2; }
  .formulaire { order: 3; margin: 28px 0 0; }
  .bouton-retour {
    position: static;
    margin-bottom: 10px;
  }
  .bouton-retour::before {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-right-width: 15px;
  }
  .champ input[type="text"],
  .champ input[type="tel"],
  .champ input[type="email"],
  .champ textarea {
    height: 48px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 16px;
  }
  .champ textarea {
    height: 140px;
    padding: 12px 14px;
  }
  .champ-societe, .champ-nom, .champ-tel, .champ-mail { margin-bottom: 12px; }
  .champ-rgpd { margin-top: 14px; }
  .rgpd-ligne { gap: 10px; }
  .rgpd-ligne input { width: 20px; height: 20px; border-radius: 5px; margin-top: 2px; }
  .rgpd-ligne input:checked::before {
    left: 7px; top: 2px;
    width: 5px; height: 10px;
    border-width: 0 3px 3px 0;
  }
  .rgpd-ligne label { font-size: 13px; line-height: 1.45; }
  .erreur { margin-top: 4px; font-size: 13px; }
  .bouton-envoyer {
    width: 100%;
    min-width: 0;
    height: 48px;
    margin-top: 16px;
    border-radius: 8px;
    font-size: 16px;
  }
  .confirmation { font-size: 14px; padding: 12px 14px; border-radius: 8px; }
  .recap-rdv { margin-top: 14px; font-size: 14px; }
  .lien-rdv { margin-top: 16px; padding: 9px 16px; font-size: 15px; border-radius: 7px; }
  .colonne-infos h1 { font-size: 26px; }
  .coordonnees { margin-top: 8px; }
  .coordonnees p { font-size: 15px; line-height: 1.55; }
  .calendrier { width: 100%; max-width: 360px; margin-top: 20px; border-radius: 10px; }
  .cal-entete { height: 44px; padding: 0 8px 0 12px; }
  .cal-titre { font-size: 16px; }
  .cal-nav { width: 32px; height: 32px; margin-left: 6px; font-size: 20px; padding-bottom: 3px; border-radius: 6px; }
  .cal-grille {
    grid-template-rows: 24px;
    grid-auto-rows: 38px;
    gap: 3px;
    padding: 0 3px 3px;
  }
  .cal-jsem { font-size: 11px; }
  .cal-jour { font-size: 15px; }
}
.hp-champ {
  position: absolute;
  left: -999rem;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
