/* ICMAAE EN Vision page — clone of https://atmiri.wixsite.com/icmaae/vision?lang=en
   Geometry: fixed 1920px frame, docH 4123 (live 4173 − 50px Wix banner).
   All y coords = live coords − 50. Self-contained (no ../styles.css). */

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: 4123px; background: #FFFFFF; }
.abs { position: absolute; }

/* ---------- header (identical to EN homepage) ---------- */
#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; }

/* ---------- The institute band (live 80,369 1760x453 — inset, not full width) ---------- */
#band-institut { left: 80px; top: 319px; width: 1760px; height: 453px; background: #E6DECA; }
#inst-title {
  left: 725px; top: 407px; margin: 0; width: 470px;
  font-family: 'Didot', 'Playfair Display', serif; font-weight: 400;
  font-size: 38px; line-height: 44px; color: #1A1A1A; text-align: center;
}
#inst-sub {
  left: 833px; top: 457px; margin: 0; width: 253px;
  font-family: 'Didot', 'Playfair Display', serif; font-style: italic; font-weight: 400;
  font-size: 19px; line-height: 24px; color: #000; text-align: center;
}
#inst-p {
  left: 639px; top: 567px; margin: 0; width: 650px; /* 642 target + slack vs <br> wrap */
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 24px; color: #000; text-align: left;
}

/* ---------- globe image ---------- */
#img-globe { left: 80px; top: 772px; width: 1760px; height: 786px; }

/* ---------- card 1 ---------- */
#card1 { left: 903px; top: 1107px; width: 600px; height: 603px; background: #E6DECA; border-radius: 15px; }
#c1-kicker {
  position: absolute; left: 96px; top: 77px; margin: 0;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 23px; line-height: 24px; color: #000;
}
#c1-title {
  position: absolute; left: 96px; top: 108px; margin: 0; width: 400px;
  font-family: 'Didot', 'Playfair Display', serif; font-weight: 400;
  font-size: 38px; line-height: 44px; color: #000; text-align: left;
}
.c1-p {
  position: absolute; left: 96px; margin: 0; width: 400px; /* 394 target + slack */
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 16px; color: #000; text-align: left;
}
#c1-p1 { top: 233px; }
#c1-p2 { top: 281px; }
#c1-p3 { top: 329px; }
#c1-p4 { top: 377px; }

/* ---------- quote (EN: proxima 29px -> Source Sans 3 31px, centered) ---------- */
#quote-mark { left: 938px; top: 1740px; width: 44px; height: 39px; }
#quote-text {
  left: 650px; top: 1799px; margin: 0; width: 620px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif; font-weight: 400;
  font-size: 31px; line-height: 40.6px; color: #000; text-align: center;
}

/* ---------- video ---------- */
#vision-video { left: 473px; top: 1998px; width: 973px; height: 548px; object-fit: cover; background: #000; }

/* ---------- Our values ---------- */
#valeurs {
  left: 872px; top: 2616px; margin: 0; width: 175px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif; font-weight: 400;
  font-size: 31px; line-height: 32px; color: #000; text-align: center;
}

/* ---------- hands image ---------- */
#img-hands { left: 80px; top: 2956px; width: 1760px; height: 709px; }

/* ---------- card 2 (slider slide 1) ---------- */
#card2 { left: 470px; top: 2723px; width: 600px; height: 530px; background: #E6DECA; }
.c2-slide { position: absolute; left: 0; top: 0; width: 600px; height: 530px; opacity: 0; transition: opacity 0.6s ease; pointer-events: none; }
.c2-slide.on { opacity: 1; }
#c2-prev { position: absolute; left: 18px; top: 249px; width: 14px; height: 29px; }
#c2-next { position: absolute; left: 568px; top: 249px; width: 15px; height: 29px; }
.c2-arrow { cursor: pointer; }
.c2-title {
  position: absolute; margin: 0;
  font-family: 'Didot', 'Playfair Display', serif; font-weight: 400;
  font-size: 38px; line-height: 44px; color: #000; text-align: left;
}
.c2-p {
  position: absolute; margin: 0; width: 450px;
  font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; color: #000;
}
.c2-dot { position: absolute; top: 490.5px; width: 6px; height: 6px; border-radius: 50%; background: #0285CE; cursor: pointer; }
.c2-dot.on { background: #FFF; }
#c2-d1 { left: 275px; }
#c2-d2 { left: 297px; }
#c2-d3 { left: 318.5px; }

/* ---------- footer ---------- */
#site-footer {
  position: absolute; left: 0; top: 3815px; width: 1920px; height: 308px;
  background: #10284D;
}
#footer-tagline {
  left: 80px; top: 28px; 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: 118px; 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: 58px; 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; }
