html{
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
body{
    background:#D8D8D8;
    color:#EB6613;
    margin:0;
}
h1, h2, h3{
    font-family: 'Plaak', Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-top:0;
}
h3{
    font-size: 2.5rem;
    line-height: 2.5rem;
}

h4 {
    font-family: 'Plaak';
    font-size: 1.5rem;
}

a, p, li{
    font-family: "CircularStd", Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    color: #EB6613;
}
.manifesto h2, #user-manual h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

.manifesto section{
    height: 100vh;
    border-bottom: 1px solid;
    margin-bottom: 0;
}
@font-face {
    font-family: 'Plaak';
    src: url('/assets/fonts/Plaak-46BoldExtended.woff2') format('woff2'),
        url('/assets/fonts/Plaak-46BoldExtended.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CircularStd';
    src: url('/assets/fonts/CircularStd-Book.woff2') format('woff2'),
        url('/assets/fonts/CircularStd-Book.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CircularStd';
    src: url('/assets/fonts/CircularStd-Bold.woff2') format('woff2'),
        url('/assets/fonts/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
section#hero{
    padding-bottom:6rem;
    margin-bottom: 4rem;
}
.home #hero{
    padding-bottom:0;
    margin-bottom: 4rem;
}
#hero p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top:2rem;
    max-width: 40rem;
}

#hero h1{
    font-size: 7vw;
    line-height: 6vw;
    margin:0;
}

.screen{
    position: absolute;
    width: 77%;
    height: auto;
}
.screen:nth-child(2) {
    margin-top: 1rem;
    margin-left: 0.5rem;
}

.screen:nth-child(3) {
    margin-top: 2rem;
    margin-left: 1rem;
}

.screen:nth-child(4) {
    margin-top: 3rem;
    margin-left: 1.5rem;
}

.screen:nth-child(5) {
    margin-top: 4rem;
    margin-left: 2rem;
}

.screen:nth-child(6) {
    margin-top: 5rem;
    margin-left: 2.5rem;
}

.screen01{
    z-index: 1;
    margin-top:-1rem;
}
.square {
    position: relative;
    max-width: 33rem;
    height: 100vw;
}
.rowAnim{
    height: inherit;
    padding-top:6rem;
}

header {
    position: fixed;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 9999;
    background: rgb(216, 216, 216);
    background: linear-gradient(180deg, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 0) 100%);
}

header a{
    font-family: "Plaak";
    text-transform: uppercase;
}

.btnStrokeContact {
    width: 100%;
    height: 200px;
    background: #D8D8D8;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    padding: 1rem 3.5rem 1rem 2rem;
    box-sizing: border-box;
    transition: all .2s ease;
    margin-left:2rem;
  }
  
.btnStrokeContact::before {
    border-radius: 2rem;
    content: '';
    background-image: linear-gradient(90deg, rgba(60,238,110,1) 0%, rgba(61,116,229,1) 35%, rgba(60,60,61,1) 100%);
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    z-index: -1;
}

.btnStroke {
    width: 100%;
    height: 200px;
    background: #D8D8D8;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    padding: 1rem 2rem 1rem 2rem;
    box-sizing: border-box;
    transition: all .2s ease;
    z-index: 1;
  }
  
.btnStroke::before {
    border-radius: 2rem;
    content: '';
    background-image: linear-gradient(90deg, rgba(60,238,110,1) 0%, rgba(61,116,229,1) 35%, rgba(60,60,61,1) 100%);
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    z-index: -1;
}
  .appstore {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2rem;
    flex-direction: column;
}
#hero .appstore p{
    margin:0;
    color: #676767;
    font-size: 1rem;
}
.appstore img {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top:1rem;
}
.btnStroke:hover, .btnStrokeContact:hover{
    background-image: linear-gradient(90deg, rgba(60,238,110,1) 0%, rgba(61,116,229,1) 35%, rgba(60,60,61,1) 100%);
    color: #D8D8D8;
}

.btnStrokeContact{
    display: none;
}
svg#world {
    position: absolute;
    margin-top: -0.15rem;
    width: 1.5rem;
    margin-left: 1rem;
}
.contactmob {
    display: inline-block;
    height: auto;
    width: 14rem;
    margin: auto;
    margin-top: 2rem;
}


img.clvbs-pro {
    width: 100%;
    display: none;
}

iframe {
    zoom: 0;
    margin: auto;
    width: 80%;
}

.iframe-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.img-pro {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-anim {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.professionnel header{
    background: rgb(216, 216, 216);
    background: linear-gradient(180deg, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 0) 100%);
}

.default-text {
    padding-top: 200px;
}

#anim{
    animation: alpha 1s linear forwards;
    animation-delay: 2s;
    overflow: hidden;
}

.img-anim svg{
    width: 100%;
}

.img-anim svg path {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1000;
    animation: dash 2s linear forwards;
    transition: all .2s ease-in-out;
  }

  body{
    animation: bodeyoverflow 4s linear forwards;
    overflow: hidden;
  }
  
  @keyframes dash {
    to {
        stroke-dashoffset: 0;
      }
  }

  @keyframes alpha {
    0% {
      opacity: 1;
    }
    90% {
    opacity: 0;
    }
    100% {
        opacity: 0;
    visibility: hidden;
    }
  }

  @keyframes bodeyoverflow {
    to {
        overflow: visible;
      }
  }

.appstore-pro {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
}

.appstore-pro p {
    margin: 0 1rem 1rem 0 !important;
}

.appstore-pro .applogo img {
    margin: 0 0.3rem;
}

#features h2{
    text-align: center;
    margin-bottom: 1rem;
}

.intro-features{
    text-align: center;
    max-width: 30rem;
    margin:auto;
    margin-bottom: 3rem;
}

.card-features {
    background-color: #E4E4E4;
    border-radius: 2rem;
    padding: 6rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    align-items: flex-end;
    min-height: 9rem;
    position: relative;
    margin-bottom: 2rem;
}

.img-features{
    position: absolute;
    top:2rem;
    left:2rem;
}

.number{
    position: absolute;
    top:2rem;
    right: 2rem;
    margin: 0;
    font-family: 'Plaak';
    font-size: 0.8rem;
}

.text-features{
    margin:0;
    color: #676767;
}

#features{
    position: relative;
    overflow-x: clip;
}

.square-pro {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30rem;
    z-index: -1;
    height: 35rem;
    display: none;
}

.square-pro-2 {
    position: absolute;
    left: -11rem;
    bottom: -15rem;
    width: 30rem;
    z-index: -1;
    height: 35rem;
    transform: rotate(-72deg);
    display: none;
}

img.logo-clvbs-color {
    width: 8rem;
    padding-right: 1rem;
}

section {
    margin-bottom: 6rem;
}

#pro{
    position: relative;
}

img.clvbs-glass {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin-top: -8rem;
    display: none;
}

.row-features{
    margin-bottom: 2rem;
}

.rowprostroke{
    border-top:1px dashed #707070;
    padding-top: 0;
    margin-bottom: 2rem;
}

#pro p{
    color: #676767;
}

#pro h2 {
    max-width: 52rem;
}

#pro h3{
    position: relative;
    padding-left: 1rem;
}

.protitle01::before{
    content: "01";
    position: absolute;
    left: -1rem;
    top: 0.1rem;
    font-size: 0.8rem;
}

.protitle02::before{
    content: "02";
    position: absolute;
    left: -1rem;
    top: 0.1rem;
    font-size: 0.8rem;
}

.protitle03::before{
    content: "03";
    position: absolute;
    left: -1rem;
    top: 0.1rem;
    font-size: 0.8rem;
}

.container-txt{
    width: 100%;
    display: -webkit-flex;
    display:-moz-flex;
    display:flex;
    align-items: center;
    overflow: hidden;
}

.default-txt{
    width: 90%;
    display: -webkit-flex;
    display:-moz-flex;
    display:flex;
    align-items: center;
    overflow: hidden;
}

.txt-move {
    white-space: nowrap;
    animation: Scroll 10s linear infinite;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Plaak';
}

.txt-move:first-child {
    background: -webkit-linear-gradient(180deg, #3CEE6E, #3D74E5, #3C3C3D); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txt-move:nth-child(2) {
    background: -webkit-linear-gradient(120deg, #3CEE6E, #3D74E5, #3C3C3D); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#imgpro img, .howimg, .plyr {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 9px 9px 0px -1px rgba(235,102,19,0.99), 18px 18px 0px -1px rgba(235,102,19,0.33); 
    box-shadow: 9px 9px 0px -1px rgba(235,102,19,0.99), 18px 18px 0px -1px rgba(235,102,19,0.33);
    overflow: hidden;
}

@keyframes Scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.imgpro02, .imgpro04{
    transform: translateY(-100px);
}

.card-steps {
    background-color: #E4E4E4;
    border-radius: 2rem;
    padding: 6rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    min-height: inherit;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
}

.card-steps p{
    color: #676767;
}

.list-step ul {
    padding-left: 0.8rem;
    margin: 0;
}

.list-step ul li {
    color: #676767;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.card-steps p.number {
    color: #eb6613;
}

.list-step {
    background-color: #d8d8d8;
    border-radius: 1rem;
    padding: 1rem;
}

img.stairs {
    width: 100%;
    height: auto;
    margin-top: -8vw;
}

#metrics, #artistsdj{
    background-color: #37272F;
    color: #EB6613;
    margin-bottom: 0;
}

.row-steps{
    margin-bottom: 2rem;
}

section#steps {
    margin-bottom: 11rem;
}

p.parametrics {
    color: #707070;
}

#metrics h3 {
    font-size: 3rem;
    line-height: 0.6rem;
    margin: 0;
}

.numbermetrics {
    font-size: 1rem;
    line-height: 0;
}

.colmetrics {
    margin-bottom: 2rem;
}

footer {
    background-color: #38272f;
    padding-top: 0;
    padding-bottom: 2rem;
}

.home footer{
    background-color: transparent;
    padding-top:0;
}

.row-footer {
    border-radius: 1rem;
    background: linear-gradient(222deg, #ac00b3, #3d74e5);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    padding: 2rem 1rem 2rem 1rem;
    align-items: end;
    margin:0;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

footer img {
    width: 100%;
    height: auto;
    max-width: 9rem;
}

section#anim {
    position: absolute;
    top: 0;
    left: 0;
    background: #D8D8D8;
    z-index: 999999;
    width: 100%;
}

#metrics h2 {
    margin-top: 4rem;
}

.colintrometrics{
    margin-bottom: 3rem;
}

.logo{
    margin-left: 0;
}

.noscrollmobile {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}

.logo-rs{
    height: 1.5rem;
    width: auto;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 1rem;
}

footer p{
    margin-top:1rem;
    line-height: 1.5em;
    margin-bottom: 0;
}

input#mce-EMAIL {
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-family: 'Plaak';
    background-color: transparent;
    width: 100%;
    border: 2px solid #eb6613;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    color:#EB6613
}

input#mc-embedded-subscribe {
    background: #eb6613;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-family: 'Plaak';
    color: white;
    width: 100%;
}

img.refferal_badge {
    display: none !important;
}

.mc-field-group label {
    display: none;
}

div#mc_embed_shell {
    border: 2px solid;
    border-radius: 2rem;
    border-top-left-radius:0;
    padding: 0 1.5rem 0 1.5rem;
    margin-top:2rem;
}

::placeholder {
    color: #eb6613;
    opacity: 1; /* Firefox */
  }
  
::-ms-input-placeholder { /* Edge 12 -18 */
color: #eb6613;
}

a.arrow img {
    width: 2rem;
    height: auto;
}

a.arrow {
    display: block;
    margin-top: 9rem;
    position: absolute;
    height: 25rem;
    margin-left: -2rem;
}

.arrowclvbs {
    opacity: 0;
    position: absolute;
        left: 50%;
        top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrowclvbs:before,
.arrowclvbs:after {
    background: #EB6613;
    content: '';
    display: block;
    height: 3px; 
    position: absolute;
        top: 0;
        left: 0;
    width: 30px;
}

.arrowclvbs:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrowclvbs:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

.heroinfos{
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.manifesto{
    background-color: #37272F;
}

#hero .hero-pro.heroinfos h1 {
    z-index: 2;
    position: relative;
    text-align: center;
    max-width: 100%;
    font-size: 12vw;
    line-height: 11vw;
    mix-blend-mode: difference;
    color: chartreuse;
}

.col-right{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left:none;
}

.screens-manifesto {
    position: absolute;
    margin-top:-13vh;
    scale: 0.8;
}

#hero-manifesto{
    height: inherit;
}

#hero-manifesto h1, #hero-user h1 {
    font-size: 13vw;
    text-align: center;
    line-height: 12vw;
    padding:7rem 0 2rem 0;
}

.timeshero{
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 100;
}

p {
    color: #676767;
}

#introinfos p.numberintro, #artistsdj p.numberintro {
    color: #eb6613;
    font-family: 'Plaak';
    font-size: 0.8rem;
}

section#how h2 {
    margin-bottom: 0;
}

.cont-manif{
    border-bottom: 1px solid;
}

#artistsdj h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.card-club img {
    width: 100%;
    height: auto;
}

.card-club {
    background-color: #E4E4E4;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
}

.infos-card {
    padding: 2rem;
}

.infos-card li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Plaak';
    font-size: 0.8rem;
    border: 2px solid white;
    padding: 0.2rem 0.4rem;
    border-radius: 8px;
    margin-top: 4px;
}

.infos-card ul{
    padding: 0;
}

.card-club h3 {
    margin: 0;
}

.col-club{
    margin-bottom: 2rem;
}

.card-club p {
    margin-bottom: 0;
}

p.chapo-club {
    font-size: 1.5rem;
    color: #eb6715;
    margin-top: 0;
    margin-bottom: 1rem;
}

.plyr {
    margin-bottom: 2rem;
}

.plyr__poster{
    background-color: #D8D8D8;
}

footer p{
    color: #EB6613;
}

#hero.hero-infos {
    padding-bottom: 0;
}

#features.features-infos h2{
    text-align: left;
}

section#artistsdj .btnStroke {
    margin-top: 2rem;
    background: #37272F;
}

#artistsdj .box {
    margin-bottom: 2rem;
}

#artistsdj .colAnim {
    padding-top: 4rem;
}

.manifesto p{
    color: inherit;
}

#panel1, #panel2, #panel3{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.manifesto footer{
    padding-top:5rem;
    background-color: #eb6613;
}

.manifesto .btnStrokeContact{
    background: transparent;
    color: white;
}

.manifesto h1 span {
    -webkit-text-stroke: 2px #eb6613;
    color: transparent;
}

ul {
    padding-left: 1rem;
}

ol {
    padding-left: 1.8rem;
}

section#hero-user {
    border-bottom: 1px solid;
}

#user-manual h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

#user-manual p {
    margin-top:0;
}

#user-manual img {
    border-radius: 1rem;
    max-width: 19rem;
    margin-bottom: 2rem;
}

#user-manual h2 {
    margin-bottom: 2rem;
}

.user-manual footer {
    background: transparent;
}

.img-desktop{
    display: none;
}

.img-mobile{
    display: block;
    margin-top:2rem;
}

@keyframes arrow-movement {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}

@media screen and (min-width:76rem){
    .rowAnim{
        height: 100vh;
        padding-top:0;
    }
}


@media screen and (min-width:48rem){
    .img-desktop{
    display: block;
}

.img-mobile{
    display: none;
}

#user-manual h2 {
    margin-bottom: 8rem;
}
    .btnStrokeContact{
    display: inline;
}
    .screens-manifesto {
        scale: 1;
    }
    #hero-manifesto h1, #hero-user h1 {
    font-size: 7vw;
    line-height: 6vw;
    }
    .col-right{
    border-left:1px solid;
    }
    .manifesto h2, #user-manual h2 {
        font-size: 3rem;
        line-height: 2.5rem;
    }
    p.chapo-club {
        font-size: 2rem;
    }
    #hero .hero-pro.heroinfos h1 {
        z-index: 2;
        position: relative;
        text-align: center;
        max-width: 85vw;
        font-size: 7vw;
        line-height: 6vw;
    }
    .features-infos {
        margin-bottom: 15rem;
    }
    a.arrow {
        margin-top: 6rem;
    }
    footer p{
        margin-top:0;
    }
    div#mc_embed_shell{
        margin-top:0;
    }
    .professionnel header{
        background: none;
    }
    .manifesto header{
        background: none;
    }
    .noscrollmobile {
       display: none;
    }
    footer {
        padding-top: 8rem;
    }
    .square-pro, .square-pro-2 {
        display: block;
    }
    
    img.clvbs-glass {
        display: block;
    }
    .row-footer {
        padding: 3rem;
        margin:0 1rem 2rem 1rem;
    }
    .card-features {
        padding: 6rem 2rem 2rem 2rem;
    }
    .appstore-pro p {
        margin: 0 1rem 0 0 !important;
    }
    .card-steps {
        min-height: 12rem;
    }
    .appstore-pro {
        flex-direction: row;
    }
    img.clvbs-pro {
        display: block;
    }
    iframe {
        zoom: 0.7;
    }
    section {
        margin-bottom: 8rem;
    }
    .txt-move {
        font-size: 7rem;
    }
    img.logo-clvbs-color {
        width: 14rem;
        padding-right: 2rem;
    }
    h2 {
        font-size: 5rem;
        line-height: 4.5rem;
    }
    .contactmob{
        display: none;
    }
    #hero h1{
        font-size: 4.4vw;
        line-height: 4vw;
    }
    .appstore img {
        margin-top:0;
        margin-left: 2rem;
        margin-right: 0;
    }
    .appstore {
        flex-direction: row;
    }
    .screen01{
        margin-top:0;
    }
    .col-contact{
        display: block;
    }
    .square {
        height: 37rem;
    }
    section#hero{
        padding-bottom: 0;
        margin-bottom: 8rem;
    }

    header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .screen:nth-child(2) {
        margin-top: 2rem;
        margin-left: 1rem;
    }

    .screen:nth-child(3) {
        margin-top: 4rem;
        margin-left: 2rem;
    }

    .screen:nth-child(4) {
        margin-top: 6rem;
        margin-left: 3rem;
    }

    .screen:nth-child(5) {
        margin-top: 8rem;
        margin-left: 4rem;
    }

    .screen:nth-child(6) {
        margin-top: 10rem;
        margin-left: 5rem;
    }
}