@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
    --red: #F0282D;
    --green: #00A651;
    --yellow: #FFBB00;
    --blue: #0078D0;
    --grey: #E5E5E5;
    --darkgrey: #666666;
  }

html{
    font-family:'Helvetica', Arial, Helvetica, sans-serif;
    font-size:16px;
    -webkit-font-smoothing : antialiased;
    scrollbar-gutter: stable;
    cursor: url("/assets/img/souris.png") 10 10, pointer;
    scroll-behavior: smooth;
}

#player:hover, footer:hover, #creature:hover, #stop-vynil:hover, #around:hover, section#hero:hover{
    cursor: url("/assets/img/souris-white.png") 10 10, pointer;
}

body{
    margin:0;
}

p{
    font-size: 1rem;
}

h2{
    font-size: 2rem;
    text-transform: inherit;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 1.5rem 0;
}

a{
    color:black;
    text-decoration: none;
}

.header {
    margin-top: 1.5rem;
    display: none;
    z-index: 1;
    position: relative;
}


p.description {
    margin: 0;
    font-size: 0.7rem;
}



section#hero{
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dcdcdc;
    background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
    position: relative;
    overflow: hidden;
    padding-right: 2rem;
    padding-left:2rem;
}

section#player {
    background-color: black;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

section#whatwedo {
    padding-top: 5rem;
    padding-bottom:5rem;
    text-align: center;
    position: relative;
    background-color:white;
    z-index: 2;
}

img.plateforme {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    position: relative;
}

.picto-playlist {
    position: fixed;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    height: auto;
    z-index: 1;
    top: calc(50vh - 2.5rem);
}

img.player-icon {
    width: auto;
    height: 1.5rem;
}
.sur-titre{
    text-transform: uppercase;
    font-size: 1rem;
}

.sur-titre {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

div#contvynil {
    overflow: hidden;
    border-radius:100%;
    position: relative;
    z-index: 3;
}
#creature{
    height:auto;
    width:100%;
    z-index: 2;
    position: relative;
}
#light{
    height:auto;
    width:100%;
    z-index: 3;
    position: absolute;
    top:0;
    left:0;
    mix-blend-mode:soft-light;
    box-sizing: border-box;
    transform: scale(0.995);
}
.morethan{
    position:absolute;
    right:0;
    top:calc(41vw - 2rem);
    padding:2.5vw;
    background-color:#1f1f1f;
    z-index:3;
    -webkit-box-shadow: -6px 5px 15px 5px rgba(0,0,0,0.26); 
    box-shadow: -6px 5px 15px 5px rgba(0,0,0,0.26);
}
.morethan p{
    text-transform:uppercase;
    font-size: 4.5vw;
    color:white;
    margin:0;
    font-weight:bold;
    line-height: 4.5vw;
}
#centre{
    position:absolute;
    top:calc(50% - 1.125vw);
    left:0;
    right:0;
    margin:auto;
    z-index:99;
    opacity:0.5;
    width: 2.5vw;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2rem;
    z-index: 9999;
}
.mixblend{
    mix-blend-mode: difference;
}
header img {
    width: 14rem;
}
#slider img {
    display: none;
}
.show {
   display: inline!important;
 }
 div#slider {
    position: absolute;
    z-index: 3;
    top: 35vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 14vh;
    height:10vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center ;
}

p.chapo {
    font-size: 1.5rem;
    font-weight: 600;
}

.img-client {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 85vw;
    transition: all .2s ease;
}

button.slick-prev.slick-arrow {
    border: none;
    background: transparent;
    background-image: url(/assets/img/arrow.svg);
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -5rem;
    transform: rotate(180deg);
    left: 2.5rem;
    cursor:pointer;
}

button.slick-next.slick-arrow {
    border: none;
    background: transparent;
    background-image: url(/assets/img/arrow.svg);
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -5rem;
    left: 6rem;
    cursor:pointer;
}

.client-bloc:hover > .img-client{
    border-radius: 2rem;
}

.client-bloc{
    position: relative;
}

.infos-clients{
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    text-align: center;
    opacity: 0;
    transition: all .2s ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: rgba(235, 221, 230, 0.814);
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
}

.infos-clients{
    pointer-events:none;
  }
 
 .toggled .infos-clients{
    pointer-events:inherit;
    border-radius: 2rem;
    opacity:1;
  }


.infos-clients h3 {
    border: 1px solid;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
}

.year {
    color: #0006e3;
    font-size: 0.8rem;
    font-weight: 600;
}

.slick-slider {
    width: 100%;
}

#clients, #networkslider{
    overflow-x: clip;
    position: relative;
    background-color: white;
    z-index: 2;
    padding-bottom: 2.8rem;
}

#networkslider{
    background-color: #faf6df;
}

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

.txt-move {  
    white-space: nowrap;
    animation: Scroll 20s linear infinite;
    font-size: 4vw;
    text-transform: uppercase;
    -webkit-text-shadow: #ffffff 0 0 16px;
    text-shadow: #ffffff 0 0 16px;
    display: -webkit-flex;
    display: -mz-flex;
    display: flex;
}
.txt-move img, .txt-move-backward img {
    margin: 2rem;
}

.txt-move-backward { 
    white-space: nowrap;
    animation: Scroll 20s linear infinite;
    animation-direction: reverse;
    font-size: 4vw;
    text-transform: uppercase;
    -webkit-text-shadow: #ffffff 0 0 16px;
    text-shadow: #ffffff 0 0 16px;
    display: -webkit-flex;
    display: -mz-flex;
    display: flex;
}

#logos{
    padding-top:5rem;
    padding-bottom:5rem;
    background-color:white;
    z-index: 2;
    position: relative;
}

#network{
    background-color: #faf6df;
    padding-top:5rem;
    padding-bottom:5rem;
    z-index: 2;
    position: relative;
}

#playlist {
    background: #0006e3;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 2;
    position:relative;
}

#playlist p{
    margin:0;
    font-weight: 600;
}

.col-playlist{
    display:-webkit-flex;
    align-items: center;
    justify-content: space-between;
}

a.cta-white {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid;
    border-radius: 1rem;
    padding: 0.3rem 2rem;
    transition:all .2s ease;
}

a.cta-white:hover {
    background-color: white;
    color: #0006e3;
    border-color: white;
}

.col-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.sound {
    width: 1.5rem;
}

footer{
    padding-top:5rem;
    padding-bottom:5rem;
    color:white;
    background-color:black;
    position:relative;
    z-index: 3;
}

footer a{
    color:white;
    text-align: left;
}

img#logo-footer {
    width: 100%;
    margin-bottom: 3rem;
}

img#picto-footer {
    width: 5rem;
    width: 5rem;
    height: auto;
}

.row-legal {
    font-size: 0.7rem;
}

.row-legal a {
    margin-top: 5rem;
}

.col-legal{
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: space-between;
}

.logo-social {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 100%;
    padding: 0.5rem;
    border: 2px solid white;
    display: inline-block;
    margin-right: 1rem;
}

.logo-instagram{
    background-size: 50%;
}

.logo-facebook{
    background-size: 35%;
}

footer h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top:2rem;
}

.slider img {
    width: 19vw!important;
    height: auto!important;
}

.slider{
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#around .bx-wrapper{
    position:absolute;
    left:0;
    right:0;
    top:0;
    margin:auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#around .bx-viewport{
    overflow: visible!important;
    height: 3rem;
}

.cont-player {
    background-color: black;
    z-index: 2;
    position: relative;
}

.about-us:before{
    content:url('/assets/img/aboutus.svg');
    position: absolute;
    width: 1.2rem;
    left: -1.54rem;
}

.say-hello:before{
    content:url('/assets/img/sayhello.svg');
    position: absolute;
    width: 1.5rem;
    left: -1.54rem;
}

.say-hello, .about-us{
    position: relative;
}

#around{
    position: relative;
    z-index: 2;
}

#stop-vynil{
    width: 18vh;
    height: 18vh;
    position: absolute;
    top: calc(50% - 9vh);
    left: calc(50% - 9vh);
    z-index: 9999;
    border-radius: 100%;
}

.noise {
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('http://assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.backgroundhero {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column-reverse;
    z-index: 1;
}

.backgroundhero .bx-viewport {
    overflow: visible!important;
    width: 100%!important;
    height: 50vh!important;
}

.slide-home{
    width: 100%!important;
    height:50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundhero .bx-wrapper {
    max-width: 100%!important;
}

.second-section {
    position: absolute;
    z-index: 999;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
}

#hero-lightpass {
    position: fixed;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    height: auto;
    z-index: 2;
    top: calc(50vh - 4.5rem);
    display: block;
}

#default-temp{
    padding-top:6rem;
    padding-bottom:5rem;
    background-color: white;
}

main#default-temp h2 {
    font-size: 2rem;
}

main#default-temp h1, #support h1 {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 2.5rem;
}

.sliderright, .sliderleft{
    display:none;
}
.imgmobiletop, .imgbottommobile{
    display: block;
}

ul.slick-dots {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: calc(100% - 70vw);
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 999999999;
}

.slick-dots li {
    display: inline-block;
    margin: 0 0.1rem;
}

.slick-dots li button {
    border-radius: 100%;
    width: 1rem;
    border: 3px solid black;
    background: transparent;
    color: transparent;
    height: 1rem;
    transform: scale(.5);
    margin: 0;
    padding: 0;
}

li.slick-active button {
    background: black;
}

img#hero-lightpass.hidep {
    display: none;
}

.desktopsound{
    display: none;
}
.mobilesound{
    display: block;
}

#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }

 .honeypot {
    position: absolute;
    left: -9999px;
}

abbr {
    text-decoration: none;
}

section#support {
    padding-top: 6rem;
    margin-bottom: 5rem;
    background-color: white;
}

label {
    display: block;
}
input, select, textarea {
    padding: 0.8rem;
    width: 100%;
    margin-bottom: 2rem;
    border: 2px solid #dbdbdb;
    border-radius: 0.5rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
}

textarea {
    min-height: 11rem;
}

input[type="submit"] {
    background-color: black;
    color: white;
    font-weight: bold;
    border: 2px solid black;
    width: inherit;
    padding: 1rem 3rem;
    font-size: 1rem;
}

#support h2{
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

.text-icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    left: 1rem;
    top: 1rem;
}

.text-icon img{
    width: 1.2rem;
    height: auto;
}

form {
    margin-top: 3rem;
}

span.alertmsg{
    padding: 1rem;
    background-color: #ddefdd;
    border-radius: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    display: block;
}

.bloc-lang{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-lp{
    margin-left:1rem;
    font-weight: bold;
    color: white;
}


.arrows {
    position: absolute;
    bottom: 0;
    left: calc(50% + 0.2rem);
    right: 50%;
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .arrow01 {
    position: absolute;
    width: 2rem;
    height: 2rem;
    opacity:1;
    transform: translate(6.6666666667px, 26.6666666667px);
    animation: arrows 3s linear infinite;
  }
  .arrow02 {
    position: absolute;
    width: 2rem;
    height: 2rem;
    opacity:1;
    transform: translate(13.3333333333px, 0px);
    animation: arrows 3s linear infinite -1.5s;
  }
  
  @keyframes arrows {
    0% {
      opacity:0;
      transform: translate(-3.3333333333px, -13.3333333333px);
    }
    10%, 90% {
        opacity:0;
    }
    50% {
        opacity:0.7;
      transform: translate(-3.3333333333px, 0px);
    }
    100% {
        opacity:0;
      transform: translate(-3.3333333333px, 13.3333333333px);
    }
  }

    @keyframes bg-animation {
        0% { transform: translate(0,0) }
        10% { transform: translate(-5%,-5%) }
        20% { transform: translate(-10%,5%) }
        30% { transform: translate(5%,-10%) }
        40% { transform: translate(-5%,15%) }
        50% { transform: translate(-10%,5%) }
        60% { transform: translate(15%,0) }
        70% { transform: translate(0,10%) }
        80% { transform: translate(-15%,0) }
        90% { transform: translate(10%,5%) }
        100% { transform: translate(5%,0) }
    }

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

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

    100% {
        transform: translateX(-100%);
    }
}


@media screen and (min-width:48rem){
   
    .sliderright, .sliderleft{
        display:block;
    }
    .imgmobiletop, .imgbottommobile{
        display: none;
    }
    img.top-title {
        max-width:inherit;
        margin-top: 0;
    }
    .mobile-header{
        display: none;
    }
    .header{
        display: block;
    }
    .hamburger{
        display: none;
    }
    .col-header {
        flex-direction: row;
    }
    .col-intro, .col-colorbloc, .col-agenda {
        border-right: 0.4rem solid white;
    }
    .col-left-slog {
        border-right: 0.4rem solid white;
    }
    .about-us:before{
        left: -2.54rem;
    }
    .say-hello:before{
        left: -2.54rem;
    }
    footer h3 {
        margin-top:0;
    }
}

@media screen and (min-width:64rem){
    .desktopsound{
        display: block;
    }
    .mobilesound{
        display: none;
    }
    p.description {
        font-size: 1rem;
    }
    .infos-clients{
        padding: 2rem;
        pointer-events:inherit;
    }
    .infos-clients:hover{
        opacity:1;
        cursor:pointer;
        border-radius: 2rem;
    }
    .text-icon {
       display: none;
    }
}

@media screen and (min-width:48rem) and (max-width:71rem){
    div#contvynil{
        transform: scale(.6);
    }
}

@media screen and (min-width:71rem){
    #creature, #light{
        height:80vh;
        width:auto;
    }
    .slider img {
        width: 10rem!important;
        height: auto!important;
    }
    #around .bx-wrapper{
        width: 100%;
        height: 80vh;
    }
    #light{
        padding:0;
    }
    h2{
        font-size: 4rem;
        line-height: 4.4rem;
    }
    img#logo-footer {
        width: 31rem;
    }
    .morethan{
        top:32vh;
        padding:2.5vh;
    }
    .morethan p{
        font-size: 4vh;
        line-height: 4vh;
    }
    #centre{
        width: 1.5rem;
        top:calc(50% - 0.75rem);
    }
    .backgroundhero {
      flex-direction: row;
    }
    .backgroundhero .bx-viewport {
        width: 50vw!important;
        height: 100vh!important;
    }
    .slide-home{
        width: 50vw!important;
        height: 100vh;
    }
    .backgroundhero .bx-wrapper {
        max-width: 50vw!important;
    }
    .txt-move img, .txt-move-backward img {
        margin: 2rem 8rem;
    }
}



@media screen and (min-width:600px) and (max-width:1024px){
    .img-client{
        height: 36vw;
    }
}

@media screen and (min-width:1024px){
    .img-client{
        height: 30vw;
    }
}

.slick-slider {
    width: calc(100% + 70vw);
}

@media screen and (min-width:600px){
    .slick-slider {
        width: calc(100% + 20vw);
    }
    ul.slick-dots {
        width: calc(100% - 20vw);
    }
}






