.elementor-4401 .elementor-element.elementor-element-916459d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-20ccadb *//* ==========================================================
   OPENLANG — PAGE INFOS PRATIQUES
   Charte reprise du modèle Elementor de la page d’accueil.
   ========================================================== */

.olip-page {
  --ol-blue: #2C5CAA;
  --ol-blue-dark: #17355F;
  --ol-ink: #003F6B;
  --ol-night: #0F1C34;
  --ol-orange: #FF6B35;
  --ol-text: #4A6072;
  --ol-pale: #F2F6FB;
  --ol-border: #E7ECF5;
  --ol-white: #FFFFFF;
  --ol-shell: 1200px;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  background: #fff;
  color: var(--ol-text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.olip-page *,
.olip-page *::before,
.olip-page *::after {
  box-sizing: border-box;
}

.olip-page a {
  color: inherit;
  text-decoration: none;
}

.olip-page h1,
.olip-page h2,
.olip-page p {
  margin-top: 0;
}

.olip-shell {
  width: min(calc(100% - 48px), var(--ol-shell));
  margin-inline: auto;
}

/* HERO */
.olip-hero {
  padding: 70px 0 80px;
  background: linear-gradient(180deg, #17355F 0%, #2C5CAA 100%);
}

.olip-kbd {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.olip-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.08;
}

.olip-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

/* CONTENT */
.olip-content {
  padding: 100px 0;
  background: #F2F6FB;
}

.olip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.olip-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  min-height: 340px;
  padding: 34px;
  border: 1px solid #E7ECF5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.olip-card__number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #F2F6FB;
  color: #2C5CAA;
  font-size: 14px;
  font-weight: 800;
}

.olip-card__number--orange {
  background: rgba(255, 196, 155, .56);
  color: #FF6B35;
}

.olip-card h2 {
  margin-bottom: 18px;
  color: #003F6B;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.2;
}

.olip-card p,
.olip-card li {
  color: #4A6072;
  font-size: 17px;
}

.olip-card ul {
  margin: 0;
  padding-left: 22px;
}

.olip-card li {
  margin-bottom: 18px;
  padding-left: 4px;
}

.olip-card li::marker {
  color: #FF6B35;
}

.olip-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 15px 24px;
  border-radius: 6px;
  background: #2C5CAA;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  transition: transform .18s ease, filter .18s ease;
}

.olip-button:hover,
.olip-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.olip-button:focus-visible {
  outline: 3px solid #FFC49B;
  outline-offset: 3px;
}

.olip-button--orange {
  margin-top: 0;
  background: #FF6B35;
}

/* FINAL CTA */
.olip-final {
  padding: 60px 0 100px;
  background: #fff;
}

.olip-final__box {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 14px;
  background: #0F1C34;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.olip-final h2 {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.2;
}

.olip-final p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .85);
  font-size: 17px;
}

/* TABLETTE */
@media (max-width: 900px) {
  .olip-grid {
    grid-template-columns: 1fr;
  }

  .olip-card {
    min-height: auto;
  }

  .olip-final__box {
    display: block;
  }

  .olip-final .olip-button {
    margin-top: 22px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .olip-page {
    margin-top: -35px;
  }

  .olip-shell {
    width: min(calc(100% - 20px), var(--ol-shell));
  }

  .olip-hero {
    padding: 60px 6px;
  }

  .olip-hero h1 {
    font-size: 40px;
  }

  .olip-hero p {
    font-size: 17px;
  }

  .olip-content {
    padding: 70px 0;
  }

  .olip-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .olip-card h2 {
    font-size: 27px;
  }

  .olip-card p,
  .olip-card li {
    font-size: 16px;
  }

  .olip-button {
    width: 100%;
  }

  .olip-final {
    padding: 40px 10px 80px;
  }

  .olip-final__box {
    padding: 35px 20px;
  }

  .olip-final h2 {
    font-size: 30px;
  }
}/* End custom CSS */