.elementor-5789 .elementor-element.elementor-element-6419a82{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-73d3ab7 */.alma-vtt-simple,
.alma-vtt-simple * {
  box-sizing: border-box;
}

.alma-vtt-simple {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 35px 0;
  font-family: inherit;
  color: #1f2937;
}

/* INTRO */
.alma-vtt-intro {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: center;
  padding: 32px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 45, 82, 0.08);
  margin-bottom: 28px;
  overflow: hidden;
}

.alma-vtt-intro-content {
  min-width: 0;
}

.alma-vtt-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0f4f8f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.alma-vtt-intro h2 {
  margin: 0 0 18px;
  color: #0f2d52;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.alma-vtt-intro p {
  margin: 0 0 13px;
  color: #263244;
  font-size: 16px;
  line-height: 1.6;
}

.alma-vtt-intro p:last-child {
  margin-bottom: 0;
}

.alma-vtt-intro strong {
  color: #0f2d52;
  font-weight: 900;
}

/* IMAGE */
.alma-vtt-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: #ff4b27;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alma-vtt-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* COLONNES */
.alma-vtt-columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.alma-vtt-box {
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 45, 82, 0.06);
}

.alma-vtt-box h3 {
  margin: 0 0 16px;
  color: #0f2d52;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.alma-vtt-box p {
  margin: 0 0 16px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.65;
}

.alma-vtt-box strong {
  color: #0f2d52;
  font-weight: 900;
}

/* AVANTAGES */
.alma-vtt-benefits {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.alma-vtt-benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.alma-vtt-check {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  min-width: 23px;
  margin-top: 2px;
  border-radius: 50%;
  background: #16a34a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.alma-vtt-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: #0f2d52;
  font-size: 16px;
  font-weight: 800;
}

.alma-vtt-benefit-text {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.5;
}

/* ÉTAPES */
.alma-vtt-steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: alma-step;
}

.alma-vtt-steps li {
  counter-increment: alma-step;
  position: relative;
  display: block;
  padding: 13px 0 13px 40px;
  border-bottom: 1px solid #edf0f3;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.alma-vtt-steps li:last-child {
  border-bottom: none;
}

.alma-vtt-steps li::before {
  content: counter(alma-step);
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0f2d52;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.alma-vtt-steps li strong {
  display: inline;
  color: #0f2d52;
  font-weight: 900;
}

/* NOTE */
.alma-vtt-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid #16a34a;
  border-radius: 12px;
  background: #f4fbf7;
  color: #315b3f;
  font-size: 15px;
  line-height: 1.55;
}

/* CGU + BOUTON */
.alma-vtt-bottom {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(15, 45, 82, 0.06);
}

.alma-vtt-cgu h3 {
  margin: 0 0 12px;
  color: #0f2d52;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.alma-vtt-cgu p {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.alma-vtt-cgu p:last-of-type {
  margin-bottom: 14px;
}

.alma-vtt-link {
  display: inline-flex;
  align-items: center;
  color: #0f4f8f;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.alma-vtt-link:hover {
  color: #0f2d52;
}

.alma-vtt-return {
  display: flex;
  justify-content: flex-end;
}

.alma-vtt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #0f2d52;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 45, 82, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.alma-vtt-btn:hover {
  background: #13406f;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 45, 82, 0.24);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .alma-vtt-intro {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }

  .alma-vtt-intro h2 {
    font-size: clamp(28px, 4vw, 38px);
  }

  .alma-vtt-image {
    height: 260px;
  }
}

@media (max-width: 850px) {
  .alma-vtt-simple {
    padding: 25px 0;
  }

  .alma-vtt-intro {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .alma-vtt-image {
    height: auto;
    min-height: 0;
  }

  .alma-vtt-image img {
    height: auto;
  }

  .alma-vtt-columns {
    grid-template-columns: 1fr;
  }

  .alma-vtt-box {
    padding: 24px 20px;
  }

  .alma-vtt-box h3 {
    font-size: 23px;
  }

  .alma-vtt-bottom {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .alma-vtt-return {
    justify-content: flex-start;
  }

  .alma-vtt-btn {
    width: 100%;
  }
}/* End custom CSS */