/* Contact page — clone geometry. All y = live − 50. Frame height 1691 (live 1741 − 50). */

#frame { height: 1691px; }

/* ---------- contact band (live 234-844) ---------- */
#contact-band {
  position: absolute; left: 0; top: 184px; width: 1920px; height: 610px;
  background: #E6DECA;
}
#contact-title {
  left: 828px; top: 90px; margin: 0; width: 262px;
  font-family: 'Didot', 'Playfair Display', serif; font-weight: 400;
  font-size: 38px; line-height: 44px; color: #000; text-align: center;
  white-space: nowrap;
}

/* ---------- form box (live x538 y433 w436 h338) ---------- */
#form-box {
  left: 538px; top: 199px; width: 436px; height: 338px;
  background: #10284D;
}
.fld {
  position: absolute; margin: 0; padding: 0 0 0 24px; border: none; outline: none;
  background: #FFF; box-sizing: border-box; resize: none;
  font-family: Georgia, 'Times New Roman', serif; font-style: italic;
  font-size: 14px; color: #373B4D;
}
.fld::placeholder { color: #373B4D; opacity: 1; }
#fld-nom   { left: 10px;  top: 12px;  width: 202px; height: 36px; }
#fld-email { left: 223px; top: 12px;  width: 202px; height: 36px; }
#fld-tel   { left: 10px;  top: 61px;  width: 415px; height: 36px; }
#fld-msg   { left: 10px;  top: 109px; width: 415px; height: 148px; padding-top: 12px; line-height: 18px; }
#form-btn {
  position: absolute; left: 8px; top: 257px; width: 419px; height: 48px;
  background: #373B4D; color: #FFF; text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif; font-size: 14px;
  line-height: 48px; text-align: center;
}

/* ---------- address + social (live x1078) ---------- */
#addr {
  left: 1078px; top: 201px; margin: 0; width: 340px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 27px; color: #000; text-align: left;
  white-space: nowrap;
}
#addr a { color: inherit; text-decoration: none; }
.soc img { width: 26px; height: 26px; display: block; }
#soc-in { left: 1078px; top: 272px; }
#soc-fb { left: 1109px; top: 272px; }

/* ---------- map (live 844-1433) ---------- */
#map-static { left: 0; top: 794px; width: 1920px; height: 589px; }

/* ---------- footer (live 1433-1741) ---------- */
#site-footer { top: 1383px; }
#footer-tagline { top: 29px; }
#footer-siret { top: 116px; letter-spacing: 0.4px; }
#footer-addr { top: 61px; }
#footer-mail { letter-spacing: -0.3px; }

/* ---------- contact header: lang menu bordered box (live x1568-1650 y106-150, 1px #959595) ---------- */
.lang-menu::before {
  content: ''; position: absolute; left: -15px; top: -12px; width: 81px; height: 43px;
  border: 1px solid #959595; pointer-events: none;
}
.lang-current .chev { left: 41px; top: 7px; width: 12px; height: 6px; }
