.elementor-5112 .elementor-element.elementor-element-59d12ac{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-59d12ac */.sicv-test-page{
  background:
    radial-gradient(circle at 12% 18%, rgba(244,206,219,.34), transparent 22%),
    radial-gradient(circle at 88% 22%, rgba(187,214,221,.30), transparent 22%),
    linear-gradient(180deg, #fcfbfa 0%, #f8f5f3 100%);
  color:#54595F;
  font-family:"Poppins",sans-serif;
  overflow-x:clip;
}

.sicv-test-container{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}

.sicv-test-kicker,
.sicv-hscroll__tag,
.sicv-clients-premium__kicker{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(244,206,219,.78), rgba(255,255,255,.95));
  border:1px solid rgba(84,89,95,.10);
  box-shadow:0 10px 20px rgba(84,89,95,.06);
  color:#43484e;
  font-size:13px;
  font-weight:600;
}

.sicv-test-hero{
  min-height:auto;
  display:flex;
  align-items:flex-start;
  padding:56px 0 8px;
}

.sicv-test-hero h1,
.sicv-clients-premium__title{
  font-family:"Raleway",sans-serif;
  font-size:clamp(38px,5vw,72px);
  line-height:1.02;
  letter-spacing:-.03em;
  margin:12px 0 10px;
  color:#43484e;
}

.sicv-test-hero p{
  max-width:700px;
  font-size:18px;
  line-height:1.8;
  margin:0;
}

.sicv-hscroll{
  position:relative;
  min-height:44vh;
  margin-top:-54px;
}

.sicv-hscroll__pin{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.sicv-hscroll__track{
  display:flex;
  gap:4vw;
  width:max-content;
  padding:0 6vw;
  will-change:transform;
}

.sicv-hscroll__panel{
  width:88vw;
  min-width:88vw;
  max-width:1320px;
  opacity:.28;
  transform:scale(.96);
  transition:opacity .45s ease, transform .45s ease;
}

.sicv-hscroll__panel.is-active{
  opacity:1;
  transform:scale(1);
}

.sicv-hscroll__grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:40px;
  align-items:center;
}

.sicv-hscroll__copy{
  max-width:560px;
  padding:30px;
  border-radius:32px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 24px 60px rgba(84,89,95,.10);
  backdrop-filter:blur(12px);
}

.sicv-hscroll__copy h2{
  margin:16px 0;
  font-family:"Raleway",sans-serif;
  font-size:clamp(30px,3vw,48px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#43484e;
}

.sicv-hscroll__copy p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.8;
}

.sicv-hscroll__copy ul{
  margin:0 0 24px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.sicv-hscroll__copy li{
  position:relative;
  padding-left:22px;
  font-size:15px;
  line-height:1.7;
}

.sicv-hscroll__copy li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, #F4CEDB, #BBD6DD);
}

.sicv-hscroll__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  background:linear-gradient(135deg, #54595F, #70767d);
  box-shadow:0 14px 28px rgba(84,89,95,.12);
  transition:transform .25s ease, background .25s ease, color .25s ease;
}

.sicv-hscroll__btn:hover{
  transform:translateY(-2px);
  color:#43484e;
  background:linear-gradient(135deg, #F4CEDB, #BBD6DD);
}

.sicv-hscroll__visual-wrap{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.sicv-hscroll__head{
  margin-bottom:14px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding-left:6px;
}

.sicv-hscroll__num{
  font-family:"Raleway",sans-serif;
  font-size:14px;
  font-weight:700;
  color:rgba(84,89,95,.35);
  letter-spacing:.08em;
}

.sicv-hscroll__head h3{
  margin:0;
  font-family:"Raleway",sans-serif;
  font-size:clamp(28px,2.8vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#43484e;
}

.sicv-hscroll__mockup{
  width:min(100%, 620px);
  min-height:500px;
  border-radius:34px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 24px 60px rgba(84,89,95,.10);
  position:relative;
  overflow:hidden;
}

.sicv-hscroll__browser{
  height:56px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 20px;
  border-bottom:1px solid rgba(84,89,95,.08);
  background:rgba(248,245,243,.95);
}

.sicv-hscroll__browser span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(84,89,95,.22);
}

.sicv-hscroll__screen{
  padding:28px;
}

.sicv-hscroll__screen--site{
  display:grid;
  gap:18px;
  min-height:410px;
}

.sicv-hscroll__site-hero{
  height:180px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(244,206,219,.88), rgba(187,214,221,.88));
}

.sicv-hscroll__site-blocks{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.sicv-hscroll__site-blocks span,
.sicv-hscroll__site-footer,
.sicv-hscroll__brochure-cover,
.sicv-hscroll__brochure-top,
.sicv-hscroll__brochure-lines span,
.sicv-hscroll__brochure-cols span,
.sicv-hscroll__logo-main,
.sicv-hscroll__logo-mini-wrap span,
.sicv-hscroll__catalog{
  display:block;
}

.sicv-hscroll__site-blocks span{
  height:150px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,245,243,.98));
  border:1px solid rgba(84,89,95,.08);
}

.sicv-hscroll__site-footer{
  height:70px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(217,207,193,.72), rgba(255,255,255,.92));
}

.sicv-hscroll__mockup--brochure{
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
}

.sicv-hscroll__brochure{
  width:46%;
  height:410px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(84,89,95,.08);
  box-shadow:0 18px 36px rgba(84,89,95,.10);
  overflow:hidden;
}

.sicv-hscroll__brochure--left{transform:rotate(-6deg);}
.sicv-hscroll__brochure--right{transform:rotate(6deg);}

.sicv-hscroll__brochure-cover{
  height:42%;
  background:linear-gradient(135deg, rgba(244,206,219,.88), rgba(187,214,221,.82));
}

.sicv-hscroll__brochure-top{
  height:28%;
  background:linear-gradient(135deg, rgba(217,207,193,.82), rgba(255,255,255,.95));
}

.sicv-hscroll__brochure-lines{
  padding:18px;
  display:grid;
  gap:12px;
}

.sicv-hscroll__brochure-lines span{
  height:10px;
  border-radius:999px;
  background:rgba(84,89,95,.10);
}

.sicv-hscroll__brochure-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:18px;
}

.sicv-hscroll__brochure-cols span{
  height:140px;
  border-radius:16px;
  background:rgba(248,245,243,.96);
  border:1px solid rgba(84,89,95,.06);
}

.sicv-hscroll__mockup--logo{
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sicv-hscroll__logo-board{
  width:100%;
  max-width:470px;
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(84,89,95,.08);
  box-shadow:0 16px 34px rgba(84,89,95,.08);
  display:grid;
  gap:24px;
}

.sicv-hscroll__logo-main{
  min-height:140px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(248,245,243,.96), rgba(255,255,255,.98));
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Raleway",sans-serif;
  font-size:34px;
  color:#43484e;
}

.sicv-hscroll__logo-mini-wrap{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.sicv-hscroll__logo-mini-wrap span{
  height:88px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(244,206,219,.45), rgba(187,214,221,.45));
}

.sicv-hscroll__mockup--catalog{
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.sicv-hscroll__catalog-stack{
  position:relative;
  width:100%;
  max-width:460px;
  height:430px;
}

.sicv-hscroll__catalog{
  position:absolute;
  inset:0;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(84,89,95,.08);
  box-shadow:0 18px 36px rgba(84,89,95,.10);
}

.sicv-hscroll__catalog--back{
  transform:rotate(-8deg) translate(-18px, 8px);
  background:linear-gradient(135deg, rgba(217,207,193,.72), rgba(255,255,255,.92));
}

.sicv-hscroll__catalog--mid{
  transform:rotate(6deg) translate(18px, 4px);
  background:linear-gradient(135deg, rgba(244,206,219,.62), rgba(255,255,255,.94));
}

.sicv-clients-premium{
  position:relative;
  padding:120px 0 130px;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(244,206,219,.28), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(187,214,221,.24), transparent 24%),
    linear-gradient(180deg, #fcfbfa 0%, #ffffff 100%);
}

.sicv-clients-premium__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(84,89,95,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84,89,95,.03) 1px, transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,0));
  z-index:0;
}

.sicv-clients-premium__title{
  font-family:"Raleway",sans-serif;
  font-size:clamp(34px,4.2vw,58px);
  line-height:1.05;
  letter-spacing:-.03em;
  margin:18px 0;
  color:#43484e;
}

.sicv-clients-premium__text{
  margin:18px 0 0;
  max-width:780px;
  font-size:18px;
  line-height:1.8;
}

.sicv-clients-marquee{
  position:relative;
  margin-top:44px;
  overflow:hidden;
  width:100%;
}

.sicv-clients-marquee__track{
  display:flex;
  align-items:center;
  gap:22px;
  width:max-content;
  animation:sicvClientsMarquee 55s linear infinite;
}

.sicv-clients-marquee:hover .sicv-clients-marquee__track{
  animation-play-state:paused;
}

.sicv-clients-marquee__item{
  flex:0 0 auto;
  width:228px;
  height:124px;
  padding:16px 20px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(84,89,95,.05);
  box-shadow:none;
  transition:transform .3s ease, background .3s ease, border-color .3s ease;
}

.sicv-clients-marquee__item:hover{
  transform:translateY(-3px);
  border-color:rgba(244,206,219,.42);
}

.sicv-clients-marquee__item img{
  max-width:100%;
  max-height:72px;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
}

.sicv-clients-marquee__item--dark{
  background:linear-gradient(135deg, #54595F, #3f444a);
  border-color:rgba(255,255,255,.08);
}

.sicv-clients-marquee__item--kazenfolie{
  background:#ffffff;
  border-color:rgba(284,89,95,.05);
}

.sicv-clients-marquee__item--decorenov{
  background:#041926;
  border-color:rgba(255,255,255,.10);
}

/* tailles logo desktop */
.sicv-clients-marquee__item--severine img{max-height:98px;}
.sicv-clients-marquee__item--lcp img{max-height:96px;}
.sicv-clients-marquee__item--witeck img{max-height:90px;}
.sicv-clients-marquee__item--racoon img{max-height:94px;}
.sicv-clients-marquee__item--hse img{max-height:84px;}
.sicv-clients-marquee__item--decorenov img{max-height:94px;}
.sicv-clients-marquee__item--kazenfolie img{max-height:92px;}
.sicv-clients-marquee__item--clarisse img{max-height:86px;}
.sicv-clients-marquee__item--bizbossgirl img{max-height:88px;}
.sicv-clients-marquee__item--mackrelle img{max-height:88px;}
.sicv-clients-marquee__item--igm img{max-height:88px;}
.sicv-clients-marquee__item--anatole img{max-height:86px;}
.sicv-clients-marquee__item--camille img{max-height:88px;}
.sicv-clients-marquee__item--potentiels img{max-height:86px;}
.sicv-clients-marquee__item--c2m img{max-height:84px;}
.sicv-clients-marquee__item--eatsmart img{max-height:84px;}
.sicv-clients-marquee__item--majorelle img{max-height:84px;}
.sicv-clients-marquee__item--intranet img{max-height:82px;}
.sicv-clients-marquee__item--osteolife img{max-height:84px;}

@keyframes sicvClientsMarquee{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(-50%,0,0);}
}

@media (max-width:1100px){
  .sicv-hscroll{
    height:auto;
  }

  .sicv-hscroll__pin{
    position:relative;
    height:auto;
    overflow:visible;
  }

  .sicv-hscroll__track{
    display:grid;
    width:100%;
    padding:0;
    gap:44px;
    transform:none !important;
  }

  .sicv-hscroll__panel{
    width:100%;
    min-width:100%;
    opacity:1 !important;
    transform:none !important;
  }

  .sicv-hscroll__grid{
    grid-template-columns:1fr;
    gap:30px;
  }
}

@media (max-width:820px){
  .sicv-clients-premium{
    padding:95px 0 105px;
  }

  .sicv-clients-premium__text{
    font-size:16px;
  }

  .sicv-clients-marquee{
    margin-top:34px;
  }

  .sicv-clients-marquee__track{
    gap:16px;
    animation-duration:42s;
  }

  .sicv-clients-marquee__item{
    width:194px;
    height:108px;
    padding:14px 16px;
    border-radius:18px;
  }

  .sicv-clients-marquee__item img{
    max-height:58px;
  }

  .sicv-clients-marquee__item--severine img{max-height:80px;}
  .sicv-clients-marquee__item--lcp img{max-height:78px;}
  .sicv-clients-marquee__item--witeck img{max-height:72px;}
  .sicv-clients-marquee__item--racoon img{max-height:78px;}
  .sicv-clients-marquee__item--hse img{max-height:68px;}
  .sicv-clients-marquee__item--decorenov img{max-height:78px;}
  .sicv-clients-marquee__item--kazenfolie img{max-height:76px;}
  .sicv-clients-marquee__item--clarisse img{max-height:70px;}
  .sicv-clients-marquee__item--bizbossgirl img{max-height:72px;}
  .sicv-clients-marquee__item--mackrelle img{max-height:72px;}
  .sicv-clients-marquee__item--igm img{max-height:72px;}
  .sicv-clients-marquee__item--anatole img{max-height:70px;}
  .sicv-clients-marquee__item--camille img{max-height:72px;}
  .sicv-clients-marquee__item--potentiels img{max-height:70px;}
  .sicv-clients-marquee__item--c2m img{max-height:68px;}
  .sicv-clients-marquee__item--eatsmart img{max-height:68px;}
  .sicv-clients-marquee__item--majorelle img{max-height:68px;}
  .sicv-clients-marquee__item--intranet img{max-height:66px;}
  .sicv-clients-marquee__item--osteolife img{max-height:68px;}
}

@media (max-width:767px){
  .sicv-test-container{
    width:min(100%, calc(100% - 24px));
  }

  .sicv-test-hero{
    min-height:auto;
    padding:48px 0 0;
  }

  .sicv-hscroll{
    margin-top:-18px;
  }

  .sicv-hscroll__copy{
    padding:24px;
  }

  .sicv-hscroll__copy h2,
  .sicv-hscroll__head h3{
    font-size:30px;
  }

  .sicv-hscroll__copy p,
  .sicv-test-hero p,
  .sicv-clients-premium__text{
    font-size:16px;
  }

  .sicv-hscroll__mockup--brochure{
    flex-direction:column;
  }

  .sicv-hscroll__brochure{
    width:100%;
    max-width:280px;
  }

  .sicv-hscroll__site-blocks{
    grid-template-columns:1fr;
  }

  .sicv-clients-marquee__track{
    animation-duration:34s;
  }

  .sicv-clients-marquee__item{
    width:166px;
    height:94px;
    padding:12px;
  }

  .sicv-clients-marquee__item img{
    max-height:48px;
  }

  .sicv-clients-marquee__item--severine img{max-height:66px;}
  .sicv-clients-marquee__item--lcp img{max-height:64px;}
  .sicv-clients-marquee__item--witeck img{max-height:58px;}
  .sicv-clients-marquee__item--racoon img{max-height:64px;}
  .sicv-clients-marquee__item--hse img{max-height:54px;}
  .sicv-clients-marquee__item--decorenov img{max-height:64px;}
  .sicv-clients-marquee__item--kazenfolie img{max-height:62px;}
  .sicv-clients-marquee__item--clarisse img{max-height:58px;}
  .sicv-clients-marquee__item--bizbossgirl img{max-height:60px;}
  .sicv-clients-marquee__item--mackrelle img{max-height:60px;}
  .sicv-clients-marquee__item--igm img{max-height:60px;}
  .sicv-clients-marquee__item--anatole img{max-height:58px;}
  .sicv-clients-marquee__item--camille img{max-height:60px;}
  .sicv-clients-marquee__item--potentiels img{max-height:58px;}
  .sicv-clients-marquee__item--c2m img{max-height:56px;}
  .sicv-clients-marquee__item--eatsmart img{max-height:56px;}
  .sicv-clients-marquee__item--majorelle img{max-height:56px;}
  .sicv-clients-marquee__item--intranet img{max-height:54px;}
  .sicv-clients-marquee__item--osteolife img{max-height:56px;}
}/* End custom CSS */