/* ICMAAE EN contact page — clone of https://atmiri.wixsite.com/icmaae/contact?lang=en
   Geometry: fixed 1920px frame, docH 1691 (live 1741 − 50px Wix banner).
   All y coords = live coords − 50. Colors measured from baseline pixels. */

html { margin: 0; padding: 0; background: #FFF; }
body { margin: 0; padding: 0; background: #FFF; }
#scale-wrap { position: relative; width: 1920px; margin: 0 auto; }
#frame { position: relative; width: 1920px; height: 1691px; background: #FFFFFF; }
.abs { position: absolute; }

/* ---------- header ---------- */
#site-header { position: absolute; left: 0; top: 0; width: 1920px; height: 158px; background: #FFF; z-index: 10; }
#header-logo { left: 322px; top: 14px; width: 117px; height: 144px; }
#header-tagline {
  left: 489px; top: 66px; margin: 0; width: 341px;
  font-family: 'Didot', 'Playfair Display', serif; font-style: italic;
  font-size: 20px; line-height: 26px; color: #015989; text-align: left;
}
#site-header nav a {
  position: absolute; top: 49px; height: 60px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px; line-height: 60px; color: #10284D;
  text-decoration: none; text-align: center; white-space: nowrap;
}
#site-header nav a.active { color: #0285CE; }
#nav-home    { left: 1105px; width: 103px; }
#nav-vision  { left: 1208px; width: 66px; }
#nav-mission { left: 1274px; width: 76px; }
#nav-prog-wrap { position: absolute; left: 1350px; top: 49px; width: 124px; height: 60px; }
#nav-prog-wrap #nav-prog { position: absolute; left: 0; top: 0; width: 124px; }
#prog-drop {
  display: none; position: absolute; left: -10px; top: 60px; width: 144px;
  background: #FFF; box-shadow: 0 3px 10px rgba(0,0,0,0.18); z-index: 60;
}
#nav-prog-wrap:hover #prog-drop { display: block; }
#site-header nav #prog-drop a {
  position: relative; display: block; top: auto; left: auto; width: auto; height: auto;
  padding: 8px 14px; line-height: 20px; text-align: left; font-size: 15px;
}
#site-header nav #prog-drop a:hover { background: #F2F5F9; }
#nav-contact { left: 1474px; width: 78px; }

/* language menu — EN live has a bordered box (live 1568,106 83x45, border #959595) */
.lang-menu {
  position: absolute; left: 1568px; top: 56px; width: 83px; height: 45px;
  border: 1px solid #959595; box-sizing: border-box; z-index: 60;
}
.lang-current { position: absolute; left: 0; top: 0; width: 81px; height: 43px; cursor: pointer; }
.lang-current .lc {
  position: absolute; left: 14px; top: 11px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px; line-height: 21px; color: #1A1A1A;
}
.lang-current .chev { position: absolute; left: 55px; top: 18px; width: 12px; height: 6px; }
.lang-drop { display: none; position: absolute; left: -1px; top: 44px; width: 83px; background: #FFF; border: 1px solid #959595; }
.lang-menu:hover .lang-drop, .lang-menu:focus-within .lang-drop { display: block; }
.lang-opt {
  display: block; padding: 6px 14px; font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px; line-height: 21px; color: #1A1A1A; text-decoration: none;
}
.lang-opt:hover { background: #F2F5F9; }

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

/* ---------- form box (live x538 y433 w436 h343) ---------- */
#form-box {
  left: 538px; top: 199px; width: 436px; height: 343px;
  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-name  { left: 10px;  top: 12px;  width: 202px; height: 36px; }
#fld-email { left: 223px; top: 12px;  width: 202px; height: 36px; }
#fld-phone { 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 {
  position: absolute; left: 0; top: 1383px; width: 1920px; height: 308px;
  background: #10284D;
}
#footer-tagline {
  left: 80px; top: 29px; margin: 0; width: 340px;
  font-family: 'Didot', 'Playfair Display', serif; font-style: italic;
  font-size: 20px; line-height: 28px; color: #FFF; text-align: left;
}
#footer-siret {
  left: 80px; top: 116px; margin: 0; width: 300px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px; line-height: 28px; color: #FFF; text-align: left;
}
#footer-copy {
  left: 80px; top: 161px; margin: 0; width: 300px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 20px; color: #7A8BA6; text-align: left;
}
#footer-addr {
  left: 1548px; top: 61px; margin: 0; width: 292px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 27px; color: #FFF; text-align: left;
}
#footer-mail {
  left: 1548px; top: 91px; margin: 0; width: 292px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 20px; color: #FFF; text-align: left;
}
#footer-mail a { color: inherit; text-decoration: none; }
