/* Start custom CSS for html, class: .elementor-element-32395e4 */.lvo-digital-hero{
display:flex;
justify-content:space-between;
align-items:center;
padding:120px 8%;
background:#f0e6dc;
overflow:hidden;
}

.lvo-digital-content{
max-width:550px;
}

.lvo-kicker{
letter-spacing:4px;
font-size:14px;
font-weight:700;
color:#ef7a6d;
}

.lvo-digital-content h2{
font-size:85px;
line-height:.9;
font-weight:300;
margin:20px 0;
}

.lvo-digital-content h2 span{
font-weight:900;
background:#efe64a;
padding:0 12px;
}

.lvo-digital-content p{
font-size:22px;
line-height:1.6;
color:#666;
max-width:500px;
}

.lvo-digital-content a{
display:inline-block;
margin-top:40px;
padding:18px 28px;
background:#303031;
color:white;
text-decoration:none;
font-weight:700;
}

.lvo-phone{
position:relative;
}

.lvo-phone img{
width:420px;
transform:rotate(-8deg);
}

.card{
position:absolute;
padding:18px 22px;
border-radius:18px;
font-weight:800;
box-shadow:0 25px 40px rgba(0,0,0,.08);
animation:float 4s ease-in-out infinite;
}

.insta{
background:#45b9b7;
color:white;
top:80px;
left:-40px;
}

.seo{
background:#efe64a;
color:#303031;
top:240px;
right:-40px;
}

.lead{
background:#ef7a6d;
color:white;
bottom:80px;
left:-20px;
}

@keyframes float{
50%{
transform:translateY(-15px);
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08c6622 *//* SECTION 6 : SITE QUI TRAVAILLE */
.lvo-site-work{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  padding:105px 8%;
  background:#fff;
  color:#303031;
}

.lvo-site-work span,
.lvo-mini-manifesto span,
.lvo-editorial-columns span{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#45b9b7;
  margin-bottom:24px;
}

.lvo-site-work-title h2{
  font-size:48px;
  line-height:.96;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:-1.4px;
  margin:0;
}

.lvo-site-work-title h2 strong{
  display:block;
  font-weight:900;
  color:#ef7a6d;
  margin-top:18px;
}

.lvo-site-work-content{
  border-left:2px solid #ef7a6d;
  padding-left:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.work-line{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:22px;
  padding:26px 0;
  border-bottom:1px solid rgba(48,48,49,.16);
  transition:.25s ease;
}

.work-line:hover{
  transform:translateX(8px);
}

.work-line span{
  color:#ef7a6d;
  margin:0;
}

.work-line p{
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  margin:0;
}


/* SECTION 7 : MINI MANIFESTE */
.lvo-mini-manifesto{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  min-height:520px;
  background:linear-gradient(145deg,#ef7a6d 0%,#a38fae 55%,#45b9b7 100%);
  color:#fff;
}

.manifesto-big{
  padding:105px 8%;
  display:flex;
  align-items:center;
  border-right:1.5px solid rgba(255,255,255,.55);
}

.manifesto-big h2{
  font-size:82px;
  line-height:.9;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-2px;
  margin:0;
}

.manifesto-small{
  padding:105px 8%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.manifesto-small span{
  color:#efe64a;
  font-size:15px;
}

.manifesto-small p{
  font-size:24px;
  line-height:1.35;
  font-weight:700;
  margin:0;
}


/* SECTION 8 : COLONNES ÉDITORIALES */
.lvo-editorial-columns{
  padding:105px 8%;
  background:#f0e6dc;
  color:#303031;
}

.editorial-intro{
  max-width:780px;
  margin-bottom:70px;
}

.editorial-intro h2{
  font-size:52px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-1.4px;
  margin:0;
}

.editorial-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:2px solid #303031;
  border-left:2px solid #303031;
}

.editorial-grid div{
  padding:34px 28px;
  min-height:260px;
  border-right:2px solid #303031;
  border-bottom:2px solid #303031;
  transition:.25s ease;
}

.editorial-grid div:hover{
  background:#efe64a;
}

.editorial-grid div:nth-child(2):hover{
  background:#ef7a6d;
  color:#fff;
}

.editorial-grid div:nth-child(3):hover{
  background:#45b9b7;
  color:#fff;
}

.editorial-grid div:nth-child(4):hover{
  background:#a38fae;
  color:#fff;
}

.editorial-grid h3{
  font-size:24px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 90px;
}

.editorial-grid p{
  font-size:15px;
  line-height:1.5;
  margin:0;
}


/* SECTION 9 : CTA */
.lvo-digital-cta{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  background:#fff;
  color:#303031;
  padding:105px 8%;
  gap:70px;
  align-items:center;
  position:relative;
}

.lvo-digital-cta::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:9px;
  height:100%;
  background:linear-gradient(180deg,#efe64a,#ef7a6d,#45b9b7,#a38fae);
}

.cta-left h2{
  font-size:64px;
  line-height:.92;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-1.8px;
  margin:0;
}

.cta-right p{
  max-width:440px;
  font-size:18px;
  line-height:1.55;
  font-weight:500;
  margin:0 0 34px;
}

.cta-right a{
  display:inline-block;
  background:#ef7a6d;
  color:#303031;
  text-decoration:none;
  padding:16px 26px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  transition:.25s ease;
}

.cta-right a:hover{
  background:#efe64a;
  transform:translateY(-4px);
}


/* RESPONSIVE */
@media(max-width:1000px){
  .lvo-site-work,
  .lvo-mini-manifesto,
  .editorial-grid,
  .lvo-digital-cta{
    grid-template-columns:1fr;
  }

  .lvo-site-work,
  .manifesto-big,
  .manifesto-small,
  .lvo-editorial-columns,
  .lvo-digital-cta{
    padding:75px 7%;
  }

  .manifesto-big{
    border-right:none;
    border-bottom:1.5px solid rgba(255,255,255,.55);
  }

  .manifesto-big h2,
  .cta-left h2{
    font-size:46px;
  }

  .lvo-site-work-title h2,
  .editorial-intro h2{
    font-size:36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-599c833 *//* BASE */
.lvo-digital-before-after,
.lvo-digital-tools,
.lvo-digital-journey,
.lvo-digital-good-site{
  font-family:'Montserrat', Arial, sans-serif;
  color:#303031;
}

/* AVANT / APRÈS */
.lvo-digital-before-after{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  background:#f0e6dc;
  padding:95px 8%;
  gap:44px;
  align-items:center;
}

.lvo-ba-col span,
.lvo-tools-title span,
.lvo-good-title span{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:3px;
  color:#ef7a6d;
  margin-bottom:18px;
}

.lvo-ba-col h2{
  font-size:46px;
  line-height:1;
  font-weight:800;
  text-transform:uppercase;
  color:#303031;
  margin:0 0 30px;
  letter-spacing:-1px;
}

.lvo-ba-card{
  background:#fff;
  color:#303031;
  padding:28px;
  border-radius:22px;
  min-height:180px;
  box-shadow:0 18px 45px rgba(48,48,49,.07);
  border:1px solid rgba(48,48,49,.06);
}

.lvo-ba-bad .lvo-ba-card{
  background:#fff;
}

.lvo-ba-good .lvo-ba-card{
  background:#efe64a;
  color:#303031;
}

.lvo-ba-card p{
  font-size:15px;
  line-height:1.45;
  font-weight:600;
  margin:0 0 13px;
}

.lvo-ba-card p:last-child{
  margin-bottom:0;
}

.lvo-ba-separator{
  background:linear-gradient(180deg,#efe64a,#ef7a6d,#45b9b7,#a38fae);
  border-radius:99px;
  opacity:.9;
}

/* OUTILS */
.lvo-digital-tools{
  background:#fff;
  color:#303031;
  padding:100px 8%;
  overflow:hidden;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:60px;
  align-items:center;
}

.lvo-tools-title h2{
  font-size:44px;
  line-height:1.03;
  font-weight:300;
  text-transform:uppercase;
  margin:0;
  letter-spacing:-1.2px;
}

.lvo-tools-title h2 strong{
  font-weight:900;
  color:#303031;
  background:#efe64a;
  padding:0 8px 4px;
}

.lvo-tools-orbit{
  position:relative;
  min-height:390px;
}

.tool{
  position:absolute;
  padding:13px 20px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  background:#f0e6dc;
  color:#303031;
  box-shadow:0 16px 38px rgba(48,48,49,.09);
  transition:.35s ease;
  border:1px solid rgba(48,48,49,.06);
}

.tool:hover{
  transform:translateY(-6px) scale(1.04) rotate(-2deg);
}

.t1{top:24px;left:20%;background:#efe64a;}
.t2{top:86px;right:10%;background:#ef7a6d;color:#fff;}
.t3{top:165px;left:5%;background:#45b9b7;color:#fff;}
.t4{top:218px;right:26%;background:#a38fae;color:#fff;}
.t5{bottom:72px;left:20%;background:#f0e6dc;}
.t6{bottom:34px;right:12%;background:#efe64a;}
.t7{top:292px;left:44%;background:#ef7a6d;color:#fff;}
.t8{top:150px;left:43%;background:#fff;}

/* PARCOURS CLIENT */
.lvo-digital-journey{
  background:#f0e6dc;
  color:#303031;
  padding:100px 8%;
  overflow:hidden;
}

.lvo-digital-journey h2{
  font-size:48px;
  line-height:1.02;
  font-weight:300;
  text-transform:uppercase;
  margin:0 0 65px;
  max-width:760px;
  letter-spacing:-1.2px;
}

.lvo-digital-journey h2 span{
  display:inline-block;
  font-weight:900;
  background:#ef7a6d;
  color:#303031;
  padding:0 10px 4px;
  transform:rotate(-1deg);
}

.lvo-journey-line{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  position:relative;
}

.journey-step{
  background:#fff;
  border-radius:22px;
  padding:24px 22px;
  min-height:185px;
  transition:.35s ease;
  border:1px solid rgba(48,48,49,.06);
  box-shadow:0 18px 45px rgba(48,48,49,.06);
}

.journey-step:hover{
  transform:translateY(-8px);
  background:#45b9b7;
}

.journey-step span{
  display:block;
  font-size:12px;
  font-weight:900;
  color:#ef7a6d;
  margin-bottom:48px;
}

.journey-step p{
  font-size:18px;
  line-height:1.12;
  font-weight:900;
  text-transform:uppercase;
  margin:0;
}

.journey-step:hover span,
.journey-step:hover p{
  color:#fff;
}

/* BON SITE */
.lvo-digital-good-site{
  background:#fff;
  padding:100px 8%;
}

.lvo-good-title h2{
  font-size:46px;
  line-height:1.02;
  font-weight:900;
  text-transform:uppercase;
  color:#303031;
  max-width:760px;
  margin:0 0 52px;
  letter-spacing:-1px;
}

.lvo-good-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.good-card{
  background:#f0e6dc;
  min-height:235px;
  padding:28px 24px;
  border-radius:24px;
  box-shadow:none;
  border:1px solid rgba(48,48,49,.06);
  transition:.35s ease;
}

.good-card h3{
  font-size:25px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  color:#303031;
  margin:0 0 70px;
}

.good-card p{
  font-size:14px;
  line-height:1.48;
  color:#303031;
  margin:0;
}

.good-card:hover{
  transform:translateY(-8px) rotate(-.6deg);
  box-shadow:0 18px 45px rgba(48,48,49,.08);
}

.good-card.yellow:hover{background:#efe64a;}
.good-card.orange:hover{background:#ef7a6d;}
.good-card.blue:hover{background:#45b9b7;}
.good-card.purple:hover{background:#a38fae;}

.good-card.orange:hover h3,
.good-card.orange:hover p,
.good-card.blue:hover h3,
.good-card.blue:hover p,
.good-card.purple:hover h3,
.good-card.purple:hover p{
  color:#fff;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .lvo-digital-before-after,
  .lvo-digital-tools,
  .lvo-journey-line,
  .lvo-good-grid{
    grid-template-columns:1fr;
  }

  .lvo-digital-before-after,
  .lvo-digital-tools,
  .lvo-digital-journey,
  .lvo-digital-good-site{
    padding:75px 7%;
  }

  .lvo-ba-separator{
    height:4px;
  }

  .lvo-ba-col h2,
  .lvo-tools-title h2,
  .lvo-digital-journey h2,
  .lvo-good-title h2{
    font-size:34px;
  }

  .lvo-tools-orbit{
    min-height:470px;
  }

  .lvo-good-grid{
    gap:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f80401 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap');

:root{
  --lvo-bg:#303031;
  --lvo-yellow:#efe64a;
  --lvo-orange:#ef7a6d;
  --lvo-blue:#45b9b7;
  --lvo-purple:#624575;
  --lvo-purple-light:#a38fae;
  --lvo-beige:#f0e6dc;
  --lvo-white:#ffffff;
}

.lvo-contact-page,
.lvo-contact-page *{
  box-sizing:border-box;
  font-family:'Montserrat', Arial, sans-serif;
}

.lvo-contact-page{
  background:var(--lvo-beige);
  color:var(--lvo-bg);
  overflow:hidden;
}

/* HERO */
.lvo-contact-hero{
  min-height:88vh;
  padding:105px 8% 90px;
  display:grid;
  grid-template-columns:1fr .9fr;
  align-items:center;
  gap:70px;
  position:relative;
}

.lvo-kicker{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--lvo-orange);
  margin-bottom:18px;
}

.lvo-contact-copy h1{
  font-size:58px;
  line-height:.96;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:-1.8px;
  margin:0 0 26px;
}

.lvo-contact-copy h1 span{
  display:inline-block;
  font-weight:900;
  padding:2px 12px 7px;
  background:linear-gradient(90deg,var(--lvo-yellow),var(--lvo-orange),var(--lvo-blue),var(--lvo-purple-light));
  transform:rotate(-1deg);
}

.lvo-contact-copy p{
  max-width:510px;
  font-size:17px;
  line-height:1.6;
  margin:0 0 34px;
}

.lvo-contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.lvo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  transition:.3s ease;
}

.lvo-btn.primary{
  background:var(--lvo-orange);
  color:var(--lvo-bg);
}

.lvo-btn.secondary{
  border:1.5px solid var(--lvo-bg);
  color:var(--lvo-bg);
}

.lvo-btn:hover{
  transform:translateY(-4px);
}

.lvo-contact-visual{
  min-height:420px;
  position:relative;
}

.blob{
  position:absolute;
  border-radius:43% 57% 63% 37% / 42% 44% 56% 58%;
  animation:lvoBlob 8s ease-in-out infinite;
}

.blob-yellow{
  width:230px;
  height:230px;
  background:var(--lvo-yellow);
  top:30px;
  left:70px;
}

.blob-blue{
  width:190px;
  height:190px;
  background:var(--lvo-blue);
  right:40px;
  top:130px;
  animation-delay:-2s;
}

.blob-orange{
  width:145px;
  height:145px;
  background:var(--lvo-orange);
  left:40px;
  bottom:40px;
  animation-delay:-4s;
}

@keyframes lvoBlob{
  0%,100%{border-radius:43% 57% 63% 37% / 42% 44% 56% 58%; transform:rotate(0deg);}
  50%{border-radius:61% 39% 41% 59% / 58% 51% 49% 42%; transform:rotate(8deg);}
}

.lvo-big-hello{
  position:absolute;
  right:10px;
  bottom:10px;
  font-size:92px;
  line-height:1;
  font-weight:900;
  color:rgba(98,69,117,.16);
  text-transform:uppercase;
}

.lvo-note-card{
  position:absolute;
  background:var(--white);
  background:#fff;
  border-radius:22px;
  padding:18px 20px;
  width:210px;
  box-shadow:0 22px 55px rgba(48,48,49,.12);
  z-index:3;
  transition:.3s ease;
}

.lvo-note-card strong{
  display:block;
  font-size:15px;
  font-weight:900;
  margin-bottom:6px;
}

.lvo-note-card span{
  display:block;
  font-size:13px;
  line-height:1.35;
}

.note-1{
  top:76px;
  left:22px;
  transform:rotate(-4deg);
}

.note-2{
  right:14px;
  bottom:92px;
  transform:rotate(3deg);
}

.lvo-note-card:hover{
  transform:rotate(0deg) translateY(-8px);
}

/* TITRES SECTIONS */
.lvo-section-title{
  max-width:720px;
  margin-bottom:48px;
}

.lvo-section-title h2,
.lvo-form-intro h2,
.lvo-duo-title h2{
  font-size:42px;
  line-height:1.03;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:-1px;
  margin:0 0 16px;
}

.lvo-section-title p,
.lvo-form-intro p{
  font-size:16px;
  line-height:1.6;
  max-width:570px;
  margin:0;
}

/* TOPICS */
.lvo-contact-topics{
  padding:90px 8%;
  background:#fff;
  border-radius:44px 44px 0 0;
}

.lvo-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.lvo-topic-card{
  min-height:235px;
  border-radius:28px;
  padding:26px 22px;
  background:var(--lvo-beige);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}

.lvo-topic-card span{
  display:block;
  font-size:12px;
  font-weight:900;
  margin-bottom:42px;
}

.lvo-topic-card h3{
  font-size:20px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 18px;
}

.lvo-topic-card p{
  font-size:14px;
  line-height:1.45;
  margin:0;
}

.lvo-topic-card:hover{
  transform:translateY(-10px) rotate(-1deg);
}

.lvo-topic-card.yellow:hover{background:var(--lvo-yellow);}
.lvo-topic-card.orange:hover{background:var(--lvo-orange);}
.lvo-topic-card.blue:hover{background:var(--lvo-blue);}
.lvo-topic-card.purple:hover{background:var(--lvo-purple-light);}

/* FORM */
.lvo-contact-form-section{
  padding:95px 8%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  background:linear-gradient(135deg,#f0e6dc 0%,#ffffff 100%);
}

.lvo-contact-form{
  background:#fff;
  border-radius:34px;
  padding:36px;
  box-shadow:0 28px 80px rgba(48,48,49,.10);
  display:flex;
  flex-direction:column;
  gap:24px;
}

.lvo-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.lvo-contact-form input,
.lvo-contact-form textarea{
  width:100%;
  border:0;
  border-bottom:1.5px solid rgba(48,48,49,.22);
  padding:14px 0;
  background:transparent;
  outline:none;
  font-size:15px;
  color:var(--lvo-bg);
}

.lvo-contact-form textarea{
  min-height:135px;
  resize:vertical;
}

.lvo-contact-form input::placeholder,
.lvo-contact-form textarea::placeholder{
  color:rgba(48,48,49,.55);
}

.lvo-contact-form button{
  align-self:flex-start;
  border:0;
  border-radius:999px;
  background:var(--lvo-blue);
  color:var(--lvo-bg);
  padding:15px 24px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  transition:.3s ease;
}

.lvo-contact-form button:hover{
  background:var(--lvo-yellow);
  transform:translateY(-4px);
}

/* DUO */
.lvo-contact-duo{
  padding:90px 8%;
  background:#fff;
}

.lvo-duo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:44px;
}

.lvo-duo-card{
  min-height:245px;
  border-radius:32px;
  padding:32px;
  background:var(--lvo-beige);
  transition:.35s ease;
}

.lvo-duo-card h3{
  font-size:30px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 70px;
}

.lvo-duo-card p{
  font-size:15px;
  line-height:1.55;
  max-width:430px;
  margin:0;
}

.lvo-duo-card:first-child:hover{
  background:var(--lvo-orange);
  transform:translateY(-8px);
}

.lvo-duo-card:last-child:hover{
  background:var(--lvo-blue);
  transform:translateY(-8px);
}

/* FINAL */
.lvo-contact-final{
  padding:90px 8% 110px;
  background:var(--lvo-beige);
}

.lvo-final-card{
  border-radius:38px;
  padding:54px 6%;
  background:linear-gradient(120deg,var(--lvo-yellow),var(--lvo-orange),var(--lvo-blue));
  color:var(--lvo-bg);
  text-align:center;
}

.lvo-final-card span{
  display:block;
  font-size:12px;
  font-weight:900;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.lvo-final-card h2{
  font-size:40px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 14px;
}

.lvo-final-card p{
  font-size:16px;
  margin:0 0 28px;
}

.lvo-final-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:var(--lvo-bg);
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .lvo-contact-hero,
  .lvo-contact-form-section,
  .lvo-duo-grid{
    grid-template-columns:1fr;
  }

  .lvo-topic-grid{
    grid-template-columns:1fr 1fr;
  }

  .lvo-contact-copy h1{
    font-size:42px;
  }

  .lvo-section-title h2,
  .lvo-form-intro h2,
  .lvo-duo-title h2,
  .lvo-final-card h2{
    font-size:32px;
  }
}

@media(max-width:650px){
  .lvo-topic-grid,
  .lvo-form-row{
    grid-template-columns:1fr;
  }

  .lvo-contact-visual{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b84cba */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap');

:root{
  --lvo-bg:#303031;
  --lvo-yellow:#efe64a;
  --lvo-orange:#ef7a6d;
  --lvo-blue:#45b9b7;
  --lvo-purple:#624575;
  --lvo-purple-light:#a38fae;
  --lvo-beige:#f0e6dc;
  --lvo-white:#ffffff;
}

.lvo-digital-modern,
.lvo-digital-modern *{
  box-sizing:border-box;
  font-family:'Montserrat', Arial, sans-serif;
}

.lvo-digital-modern{
  background:#fff;
  color:var(--lvo-bg);
  overflow:hidden;
}

.lvo-digital-modern span{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--lvo-blue);
  margin-bottom:18px;
}

/* HERO */
.lvo-digital-soft-hero{
  min-height:86vh;
  padding:95px 8%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  background:#fff;
  position:relative;
}

.lvo-digital-soft-hero::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:38%;
  height:100%;
  background:linear-gradient(160deg,#ef7a6d 0%,#a38fae 55%,#45b9b7 100%);
  clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);
  opacity:.9;
}

.lvo-soft-copy{
  position:relative;
  z-index:2;
}

.lvo-soft-copy h2{
  font-size:48px;
  line-height:1;
  font-weight:300;
  letter-spacing:-1.5px;
  text-transform:uppercase;
  margin:0 0 28px;
}

.lvo-soft-copy h2 strong{
  display:inline;
  font-weight:900;
  background:var(--lvo-yellow);
  padding:0 8px 4px;
}

.lvo-soft-copy p{
  max-width:510px;
  font-size:16px;
  line-height:1.65;
  margin:0;
  color:rgba(48,48,49,.72);
}

/* FAUSSE INTERFACE */
.lvo-soft-ui{
  position:relative;
  z-index:3;
  min-height:390px;
}

.ui-window{
  background:#fff;
  border:1px solid rgba(48,48,49,.12);
  box-shadow:22px 22px 0 rgba(48,48,49,.08);
}

.main-window{
  position:absolute;
  width:78%;
  height:300px;
  right:0;
  top:48px;
  padding:26px;
}

.ui-top{
  display:flex;
  gap:8px;
  margin-bottom:34px;
}

.ui-top i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--lvo-orange);
}

.ui-top i:nth-child(2){background:var(--lvo-yellow);}
.ui-top i:nth-child(3){background:var(--lvo-blue);}

.ui-line{
  height:10px;
  width:78%;
  background:var(--lvo-beige);
  margin-bottom:13px;
}

.ui-line.big{
  height:22px;
  width:62%;
  background:var(--lvo-bg);
}

.ui-line.short{
  width:46%;
}

.ui-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:42px;
}

.ui-stats div{
  background:var(--lvo-beige);
  padding:16px;
}

.ui-stats strong{
  display:block;
  font-size:30px;
  line-height:1;
}

.ui-stats span{
  margin:0;
  color:var(--lvo-bg);
  letter-spacing:0;
  font-size:11px;
}

.ui-note{
  position:absolute;
  width:205px;
  padding:16px 18px;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  box-shadow:14px 14px 0 rgba(48,48,49,.08);
}

.note-yellow{
  top:8px;
  left:20px;
  background:var(--lvo-yellow);
  transform:rotate(-3deg);
}

.note-orange{
  right:18px;
  bottom:18px;
  background:var(--lvo-orange);
  color:#fff;
  transform:rotate(2deg);
}

.note-blue{
  left:0;
  bottom:92px;
  background:var(--lvo-blue);
  color:#fff;
  transform:rotate(-2deg);
}

/* SECTION SPLIT */
.lvo-digital-split{
  padding:95px 8%;
  background:var(--lvo-beige);
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
  position:relative;
}

.lvo-split-text h2{
  font-size:40px;
  line-height:1.05;
  font-weight:300;
  letter-spacing:-1px;
  text-transform:uppercase;
  margin:0;
}

.lvo-split-text h2 strong{
  font-weight:900;
  color:var(--lvo-orange);
}

.lvo-split-list{
  display:flex;
  flex-direction:column;
  gap:0;
  border-left:2px solid var(--lvo-blue);
  padding-left:30px;
}

.split-item{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:18px;
  align-items:start;
  padding:22px 0;
  border-bottom:1px solid rgba(48,48,49,.14);
  transition:.3s ease;
}

.split-item:hover{
  transform:translateX(8px);
}

.split-item small{
  font-size:12px;
  font-weight:900;
  color:var(--lvo-orange);
}

.split-item p{
  margin:0;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
}

/* STACK OUTILS */
.lvo-digital-stack{
  padding:95px 8%;
  background:#fff;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:center;
}

.lvo-stack-title h2{
  font-size:39px;
  line-height:1.05;
  font-weight:300;
  letter-spacing:-1px;
  text-transform:uppercase;
  margin:0;
}

.lvo-stack-title h2 strong{
  font-weight:900;
  background:var(--lvo-blue);
  color:#fff;
  padding:0 8px 4px;
}

.lvo-stack-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-content:center;
}

.lvo-stack-cloud div{
  padding:13px 19px;
  background:#fff;
  border:1.5px solid var(--lvo-bg);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:7px 7px 0 rgba(48,48,49,.08);
  transition:.25s ease;
}

.lvo-stack-cloud div:nth-child(2n){
  background:var(--lvo-yellow);
}

.lvo-stack-cloud div:nth-child(3n){
  background:var(--lvo-orange);
  color:#fff;
}

.lvo-stack-cloud div:nth-child(4n){
  background:var(--lvo-blue);
  color:#fff;
}

.lvo-stack-cloud div:hover{
  transform:translateY(-5px) rotate(-1deg);
}

/* PARCOURS */
.lvo-digital-path{
  padding:95px 8%;
  background:linear-gradient(135deg,#ef7a6d 0%,#a38fae 58%,#45b9b7 100%);
  color:#fff;
}

.lvo-path-title{
  max-width:790px;
  margin-bottom:62px;
}

.lvo-path-title h2{
  font-size:43px;
  line-height:1.05;
  font-weight:300;
  letter-spacing:-1px;
  text-transform:uppercase;
  margin:0;
}

.lvo-path-title h2::after{
  content:"";
  display:block;
  width:130px;
  height:2px;
  margin-top:28px;
  background:#fff;
}

.lvo-path-line{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.path-step{
  padding:26px 20px;
  min-height:210px;
  border:1.5px solid rgba(255,255,255,.65);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
  transition:.3s ease;
}

.path-step:hover{
  background:#fff;
  color:var(--lvo-bg);
  transform:translateY(-8px);
}

.path-step small{
  font-size:12px;
  font-weight:900;
  color:var(--lvo-yellow);
}

.path-step h3{
  font-size:20px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  margin:42px 0 14px;
}

.path-step p{
  font-size:14px;
  line-height:1.5;
  margin:0;
}

/* FINAL */
.lvo-digital-final-soft{
  padding:95px 8% 110px;
  background:#fff;
}

.final-soft-card{
  background:var(--lvo-beige);
  padding:56px 7%;
  text-align:left;
  position:relative;
  overflow:hidden;
  border-left:10px solid var(--lvo-orange);
}

.final-soft-card::before{
  content:"OFF";
  position:absolute;
  right:-20px;
  bottom:-42px;
  font-size:180px;
  line-height:1;
  font-weight:900;
  color:rgba(98,69,117,.12);
}

.final-soft-card span,
.final-soft-card h2,
.final-soft-card a{
  position:relative;
  z-index:2;
}

.final-soft-card h2{
  font-size:36px;
  line-height:1.13;
  font-weight:300;
  letter-spacing:-1px;
  text-transform:uppercase;
  max-width:820px;
  margin:0 0 32px;
}

.final-soft-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 24px;
  background:var(--lvo-orange);
  color:var(--lvo-bg);
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  transition:.25s ease;
}

.final-soft-card a:hover{
  background:var(--lvo-yellow);
  transform:translateY(-4px);
}

/* RESPONSIVE */
@media(max-width:1000px){
  .lvo-digital-soft-hero,
  .lvo-digital-split,
  .lvo-digital-stack{
    grid-template-columns:1fr;
  }

  .lvo-path-line{
    grid-template-columns:1fr;
  }

  .lvo-soft-copy h2,
  .lvo-path-title h2{
    font-size:36px;
  }

  .lvo-split-text h2,
  .lvo-stack-title h2,
  .final-soft-card h2{
    font-size:30px;
  }

  .lvo-digital-soft-hero::after{
    width:100%;
    height:28%;
    top:auto;
    bottom:0;
    clip-path:polygon(0 20%,100% 0,100% 100%,0 100%);
  }
}

@media(max-width:650px){
  .lvo-digital-soft-hero,
  .lvo-digital-split,
  .lvo-digital-stack,
  .lvo-digital-path,
  .lvo-digital-final-soft{
    padding:70px 7%;
  }

  .lvo-soft-ui{
    display:none;
  }
}/* End custom CSS */