.elementor-108770 .elementor-element.elementor-element-34cba3b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-03d2480 */:root{
  --vt-ink:#161544;
  --vt-coral:#FF5F63;
  --vt-yellow:#FFC700;
  --vt-mint:#72DFD9;
  --vt-cream:#FFF6E8;
  --vt-muted:#2d2a4a;
  --vt-line:rgba(22,21,68,.14);
  --vt-white:#fff;
}

/* GLOBAL */

.vt-md-shell{
  font-family:'Poppins',Arial,sans-serif;
  background:linear-gradient(180deg,var(--vt-cream) 0%,#fff 38%,#fff 100%);
  color:var(--vt-ink);
  padding:clamp(34px,5vw,76px) 18px;
}

.vt-md-article{
  max-width:980px;
  margin:0 auto;
  font-size:18px;
  line-height:1.78;
}

/* HERO */

.vt-md-article .vt-hero{
  position:relative;
  padding:clamp(34px,5vw,66px);
  margin:0 0 42px;
  border-radius:32px;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,199,0,.30),transparent 31%),
    radial-gradient(circle at 88% 10%,rgba(114,223,217,.34),transparent 30%),
    linear-gradient(135deg,#fff 0%,var(--vt-cream) 48%,rgba(255,95,99,.12) 100%);
  box-shadow:0 24px 70px rgba(22,21,68,.10);
  overflow:hidden;
  border:1px solid rgba(255,95,99,.20);
}

.vt-md-article .vt-hero:after{
  content:'';
  position:absolute;
  right:-80px;
  bottom:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--vt-yellow),var(--vt-coral));
  opacity:.16;
}

.vt-md-article .vt-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--vt-coral);
  margin-bottom:16px;
}

.vt-md-article .vt-kicker:before{
  content:'';
  width:34px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--vt-yellow),var(--vt-coral));
}

.vt-md-article h1{
  position:relative;
  z-index:1;
  margin:0;
  font-size:clamp(38px,6vw,68px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:800;
  color:var(--vt-ink);
  max-width:860px;
}

.vt-md-article h2{
  font-size:clamp(30px,4vw,46px);
  line-height:1.12;
  letter-spacing:-.035em;
  margin:70px 0 22px;
  color:var(--vt-ink);
  font-weight:800;
}

.vt-md-article h2:after{
  content:'';
  display:block;
  width:74px;
  height:5px;
  border-radius:99px;
  margin-top:16px;
  background:linear-gradient(90deg,var(--vt-yellow),var(--vt-coral));
}

.vt-md-article h3{
  font-size:clamp(22px,3vw,28px);
  line-height:1.22;
  margin:42px 0 12px;
  color:var(--vt-ink);
  font-weight:800;
}

/* TEXTES */

.vt-md-article p{
  margin:0 0 20px;
  color:#161544 !important;
  opacity:1 !important;
  font-weight:500;
  line-height:1.75;
  text-shadow:none;
}

.vt-md-article p:first-of-type{
  font-size:20px;
  color:var(--vt-ink) !important;
  font-weight:600;
}

.vt-md-article strong{
  color:var(--vt-ink);
  font-weight:800;
}

.vt-md-article a{
  color:var(--vt-coral);
  font-weight:700;
  text-decoration:none;
  border-bottom:2px solid rgba(255,95,99,.25);
}

.vt-md-article a:hover{
  border-bottom-color:var(--vt-coral);
}

.vt-md-article .vt-leadline{
  color:var(--vt-ink) !important;
  font-size:19px;
  margin-top:26px;
  margin-bottom:18px;
}

/* CHECKLIST */

.vt-checklist{
  list-style:none;
  padding:0;
  margin:22px 0 28px;
  display:grid;
  gap:12px;
}

.vt-checklist li{
  position:relative;
  padding:18px 20px 18px 56px;
  border:1px solid var(--vt-line);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 34px rgba(22,21,68,.06);
  color:var(--vt-ink);
  font-weight:500;
  line-height:1.55;
}

.vt-checklist li:before{
  content:'✓';
  position:absolute;
  left:18px;
  top:18px;
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--vt-yellow),var(--vt-coral));
  color:#fff;
  font-weight:800;
  font-size:14px;
}

/* VIDEOS */

.vt-video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:34px 0;
}

.vt-video-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  aspect-ratio:16/9;
  display:block;
  cursor:pointer;
  background:#fff;
  border:1px solid rgba(22,21,68,.08);
  box-shadow:0 18px 45px rgba(22,21,68,.12);
  transition:transform .25s ease, box-shadow .25s ease;
}

.vt-video-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(22,21,68,.18);
}

.vt-video-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.vt-play-btn{
  position:absolute;
  inset:0;
  margin:auto;
  width:78px;
  height:78px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  color:#161544;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  font-weight:700;
  backdrop-filter:blur(10px);
  transition:.25s ease;
}

.vt-video-card:hover .vt-play-btn{
  transform:scale(1.08);
}

/* TABLEAUX */

.vt-table-wrap{
  width:100%;
  overflow-x:auto;
  margin:32px 0 38px;
  border-radius:24px;
  border:1px solid rgba(22,21,68,.12);
  background:#fff;
  box-shadow:0 18px 50px rgba(22,21,68,.08);
}

.vt-price-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  table-layout:auto;
  background:#fff;
  font-family:'Poppins',Arial,sans-serif;
}

.vt-price-table th,
.vt-price-table td{
  text-align:left;
  vertical-align:middle;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
}

.vt-price-table th{
  background:linear-gradient(135deg,var(--vt-ink),#25215a);
  color:#fff;
  padding:20px 24px;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.4;
}

.vt-price-table th:first-child{
  border-top-left-radius:23px;
}

.vt-price-table th:last-child{
  border-top-right-radius:23px;
}

.vt-price-table td{
  padding:22px 24px;
  border-top:1px solid rgba(22,21,68,.10);
  border-right:1px solid rgba(22,21,68,.08);
  color:#161544;
  font-size:16px;
  line-height:1.55;
  font-weight:500;
  background:#fff;
}

.vt-price-table td:last-child{
  border-right:0;
}

.vt-price-table td:first-child{
  font-weight:800;
  color:var(--vt-ink);
}

.vt-price-table tr:nth-child(even) td{
  background:#fbf7ef;
}

.vt-price-table tr:hover td{
  background:#fffaf1;
}

/* CITATIONS */

.vt-md-article blockquote{
  margin:30px 0;
  padding:28px 32px;
  border-left:6px solid var(--vt-coral);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,199,0,.13),rgba(114,223,217,.14));
  box-shadow:0 14px 40px rgba(22,21,68,.07);
}

.vt-md-article blockquote p{
  margin:0;
  color:var(--vt-ink) !important;
  font-size:19px;
  font-weight:600;
  line-height:1.65;
}

.vt-cite{
  margin:-18px 0 22px!important;
  color:var(--vt-ink)!important;
  font-weight:700;
  font-size:15px!important;
}

/* SIGNATURE + CTA */

.vt-signature{
  margin-top:54px!important;
  padding-top:26px;
  border-top:1px solid var(--vt-line);
  font-weight:700;
  color:var(--vt-ink)!important;
}

.vt-cta{
  margin:46px 0 0;
  padding:30px;
  border-radius:26px;
  background:linear-gradient(135deg,var(--vt-coral),var(--vt-yellow));
  box-shadow:0 22px 56px rgba(255,95,99,.22);
}

.vt-cta p{
  color:#fff!important;
  margin:0 0 8px!important;
}

.vt-cta p:last-child{
  margin-bottom:0!important;
}

/* RESPONSIVE */

@media(max-width:900px){

  .vt-video-grid{
    grid-template-columns:1fr;
  }

  .vt-price-table{
    min-width:850px;
  }

}

@media(max-width:767px){

  .vt-md-shell{
    padding:28px 14px;
  }

  .vt-md-article{
    font-size:16px;
    line-height:1.68;
  }

  .vt-md-article .vt-hero{
    border-radius:24px;
    padding:30px 22px;
  }

  .vt-md-article h2{
    margin-top:48px;
  }

  .vt-checklist li{
    padding:16px 16px 16px 50px;
  }

  .vt-price-table{
    min-width:850px;
  }

  .vt-price-table th,
  .vt-price-table td{
    padding:16px 18px;
    font-size:14px;
  }

  .vt-md-article blockquote{
    padding:22px;
  }

}/* End custom CSS */