@charset "UTF-8";

@font-face {
    font-family: HelveticaBold;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
  }

html {
    scroll-behavior: smooth;

  } 

body{
    background-color: white;
}

/* Style the header: fixed position (always stay at the top) */
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #ff0000;
  width: 0%;
} 


.container1{
    font-family: HelveticaBold;
    width: 100%;
    height: 100%;
}


.block1{
    position: relative;
    background-color: white;
    width: 100vw;
    height: 10vh;
    transition: ease-in-out 0.3s;
    line-height: 6.2em;
    overflow: hidden;
}


.img-block1 img{
    position: relative;
    transform: translate(0%, 10%);
    width: 100%;
    background-size: contain;
}

.block1 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}

.text-block1{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: rgb(255, 0, 0);
    transition: linear 0.3s;
    cursor: pointer;

    /* width: 50vw; */
}

.text-block1:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block1{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color: rgb(0, 0, 0);
    color: #ff0000;

    /* display: none; */
  }


.block2{
    position: relative;
    background-color: rgb(255, 0, 0);
    width: 100vw;
    height: 10vh;
    line-height: 6.2em;
    transition: ease-in-out 0.3s;
    /* overflow: hidden; */
}

.img-block2 img{
    position: relative;
    transform: translate(0%, 10%);
    width: 100%;
    top: -5vh;
}


.block2 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}


.text-block2{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: rgb(255, 255, 255);
    transition: linear 0.3s;
    cursor: pointer;

    /* width: 50vw; */
}

.text-block2:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block2{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color: rgb(0, 0, 0);
    color: white;
  }


.block3{
    position: relative;
    background-color:#000000;
    width: 100vw;
    height: 10vh;
    line-height: 6.2em;
    transition: ease-in-out 0.3s;
    overflow: hidden;
}

.img-block3 img{
    position: relative;
    transform: translate(0%, 10%);
    width: 100%;
    top: -5vh;

}


.block3 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    color: #ff0000;
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}


.text-block3{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: #ff0000;
    transition: linear 0.3s;
    cursor: pointer;

    /* width: 50vw; */
}

.text-block3:hover {
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block3{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color:#000000;
  }


.block4{
    position: relative;
    background-image:url(../img/giphy-cerveau.gif);
    background-size:cover;
    background-position: 10%;
    width: 100vw;
    height: 40vh;
}

.block5{
    position: relative;
    background-color:#ffffff;
    width: 100vw;
    height: 10vh;
    line-height: 6.2em;
    transition: ease-in-out 0.3s;
    overflow: hidden;

}

.img-block5 img{
    position: relative;
    transform: translate(0%, 10%);
    width: 100%;
    top: -7vh;

}


.block5 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    color: rgb(255, 0, 0);
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}


.text-block5{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: rgb(255, 0, 0);
    transition: linear 0.3s;
    cursor: pointer;
    /* width: 50vw; */
}

.text-block5:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block5{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color:#000000;
    color: rgb(255, 0, 0);
  }


.block6{
    position: relative;
    background-color:rgb(255, 0, 0);
    width: 100vw;
    height: 10vh;
    line-height: 6.2em;
    transition: ease-in-out 0.3s;
    overflow: hidden;

}

.img-block6 img{
    position: relative;
    transform: translate(0%,10%);
    width: 100%;
    top: -12vh;

}


.block6 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    color: white;
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}


.text-block6{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: rgb(255, 255, 255);
    transition: linear 0.3s;
    overflow: hidden;
    cursor: pointer;

    /* width: 50vw; */
}

.text-block6:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block6{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color: rgb(0, 0, 0);
  }


.block7{
    position: relative;
    background-color:#000000;
    width: 100vw;
    height: 10vh;
    line-height: 6.2em;
    transition: ease-in-out 0.3s;
    overflow: hidden;
}

.img-block7 img{
    position: relative;
    transform: translate(0%, 10%);
    width: 100%;
    top: -4vh;
}


.block7 p{
    position: relative;
    left: 2vw;
    right: 2vw;
    top: 0.5vh;
    color: rgb(255, 0, 0);
    line-height: 1.1em;
    font-size: 110%;
    max-width: 95%;
}


.text-block7{
    position: relative;
    font-size: 5em;
    text-align: center;
    letter-spacing: -3px;
    color: #ff0000;
    transition: linear 0.3s;
    cursor: pointer;

    /* width: 50vw; */
}

.text-block7:hover {
    color: rgb(255, 255, 255);
    transition: 0.3s linear;
    letter-spacing: -5px;
}

.switch-class-block7{
    height: 100vh;
    transition: ease-in-out 0.3s;
    background-color:#000000;
  }



  .container2 {
    width: 100%;
    /* background-color: rgb(255, 255, 255); */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-family: HelveticaBold;
}

.carre-video{
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url(../img/giphy-5.gif);
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: ease-in-out 0.3s;
}

.carre1 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color: white;
}

.carre1 p {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre1 p:hover {
    color: rgb(255, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre1 {
    background-image: url(../img/carre-twitter.mp4);
    /* background-size:cover; */
    transition: ease-in-out 0.3s;
}


.carre2 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color: rgb(255, 0, 0);
}

.carre2 p {
    position: absolute;
    top: 55%;
    left: 50%;
    color: white;
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre2 p:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre2 {
    background-image: url(../img/carre-facebook.mp4);
    background-size:cover;
    transition: ease-in-out 0.3s;
}


.carre3 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color: rgb(255, 0, 0);
}

.carre3 p {
    position: absolute;
    top: 55%;
    left: 50%;
    color: white;
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre3 p:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre3 {
    background-image: url(../img/carre-tinder.mp4);
    background-size:cover;
    transition: ease-in-out 0.3s;
}


.carre4 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color:#ffffff;
}

.carre4 p {
    position: absolute;
    top: 55%;
    left: 50%;
    color: rgb(0, 0, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre4 p:hover {
    color: rgb(255, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre4 {
    background-image: url(../img/carre-youtube.mp4);
    transition: ease-in-out 0.3s;

}


.carre5 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color:#ffffff;
}

.carre5 p {
    position: absolute;
    top: 55%;
    left: 50%;
    color: #000000;
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre5 p:hover {
    color: rgb(255, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre5 {
    background-image: url(../img/carre-instagram.mp4);
    background-size:cover;
    transition: ease-in-out 0.3s;
}


.carre6 {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    width: 50%;
    height: 10vh;
    background-color: rgb(255, 0, 0);
}

.carre6 p {
    position: absolute;
    top: 55%;
    left: 50%;
    color: #ffffff;
    transform: translate3d(-50%, -50%, 0);
    font-size: 2.6em;
    cursor: pointer;
    transition: 0.3s linear;

}

.carre6 p:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s linear;
    letter-spacing: -0.6px;
}

.switch-carre6 {
    background-image: url(../img/carre-tiktok.mp4);
    background-size:cover;
    transition: ease-in-out 0.3s;
}

.container3{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: HelveticaBold;
    /* background-color: aqua; */
}


.container3-1{
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 0s infinite;
    position: absolute;
    z-index: 1;
    background-color:#E4E4E4;
}

.container3-2 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 2s infinite;
    position: absolute;
    /* animation-delay: 2s; */
    z-index: 1;
    background-color: black;
  }

  .container3-3 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 4s infinite;
    z-index: 50;
    position: absolute;
    /* animation-delay: 4s; */
    z-index: 1;
    background-color:#E4E4E4;
  }

  .container3-4 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 6s infinite;
    z-index: 50;
    position: absolute;
    /* animation-delay: 4s; */
    z-index: 1;
    background-color:white;
  }


.exces1{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.exces1 p{
    position: absolute;
    top: 55%;
    left: 50%;
    color: red;
    transform: translate3d(-50%, -53%, 0);
    font-size: 5.5em;
    letter-spacing: -5px;
    line-height: 4.5rem;
    font-family: HelveticaBold;
    text-align: center;
}

.container30{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: HelveticaBold;
    /* background-color: aqua; */
}


.container30-1{
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 0s infinite;
    position: absolute;
    z-index: 1;
    background-color:#E4E4E4;
}

.container30-2 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 2s infinite;
    position: absolute;
    /* animation-delay: 2s; */
    z-index: 1;
    background-color: black;
  }

  .container30-3 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 4s infinite;
    z-index: 50;
    position: absolute;
    /* animation-delay: 4s; */
    z-index: 1;
    background-color:#E4E4E4;
  }

  .container30-4 {
    width: 100%;
    height: 100%;
    animation: container3 6s ease-in-out 6s infinite;
    z-index: 50;
    position: absolute;
    /* animation-delay: 4s; */
    z-index: 1;
    background-color:white;
  }


.exces10{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.exces10 p{
    position: absolute;
    top: 55%;
    left: 50%;
    color: red;
    transform: translate3d(-50%, -53%, 0);
    font-size: 1.2em;
    /* letter-spacing: -5px; */
    line-height: 1.3rem;
    font-family: HelveticaBold;
    text-align: center;
}

.exces11 p{
    position: absolute;
    top: 55%;
    left: 50%;
    color: red;
    transform: translate3d(-50%, -53%, 0);
    font-size: 0.9em;
    /* letter-spacing: -5px; */
    line-height: 0.9rem;
    font-family: HelveticaBold;
    text-align: center;
    letter-spacing: 2px;
}


@keyframes container3 {
    0% {
        transform: scale(2) ;
        z-index: 1;
    }

    /* 70%{
        transform:  scale(0);
    } */
    
    100%{
        transform:  scale(0);
        z-index: 300;

    }
}

.container4{
    /* top: 200vh; */
    width: 100%;
    height: 2250vh;
    position: relative;
    background: linear-gradient(white, red);
    font-family: HelveticaBold;
}

.container4-1 {
    width: 100%;
    height: 2250vh;
    position: relative;
    /* height: 50vh;
    overflow: auto; */
   
    font-size: 1rem;
    /* background: linear-gradient(white, red); */
}

/* .container:nth-child(2) {
    background-image: linear-gradient(yellow, green);
}
.container:nth-child(3) {
    background-image: radial-gradient(red, blue, yellow);
} */

h2 {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.05rem;
}

h2:nth-child(2) {
    /* box-sizing: border-box; */
    position: sticky;
    top: 2vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(3) {
    box-sizing: border-box;
    position: sticky;
    top: 4vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(4) {
    box-sizing: border-box;
    position: sticky;
    top: 6vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(5) {
    box-sizing: border-box;
    position: sticky;
    top: 8vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(6) {
    box-sizing: border-box;
    position: sticky;
    top: 10vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(7) {
    box-sizing: border-box;
    position: sticky;
    top: 12vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(8) {
    box-sizing: border-box;
    position: sticky;
    top: 14vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(9) {
    box-sizing: border-box;
    position: sticky;
    top: 16vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

h2:nth-child(10) {
    box-sizing: border-box;
    position: sticky;
    top: 18vh;
    padding: 2em;
    height: 220vh;
    text-align: center;
    letter-spacing: -0.07rem;
}

/* h2:nth-child(1) {
    top: 60vh;
}
h2:nth-child(2) {
    top: 120vh;
} */
/* 
.leave-click{
    left: 50%;
    transform: translate(-50%, 2200vh);
    width: 65vw;
    height: 8vh;
    background-color: rgb(255, 255, 255);
    font-family: HelveticaBold;
    padding: 2rem;
    border-radius: 1rem;
    border: solid black 18px;
    position: absolute;

}

.leave-click p{
    font-family: HelveticaBold;
    letter-spacing: -5px;
    text-align: center;
    line-height: 5rem;
    font-size: 5.5em;
} */

.container5{
    width: 100%;
    height: 40vh;
    background-color: red;
    position: relative;
    text-align: center;
}


.leave-button{
    left: 50%;
    transform: translate(-50%, 10vh);
    width: 18.4rem;
    height: 6.5rem;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-family: HelveticaBold;
    /* padding: 4.2rem; */
    border-radius: 5rem;
    border: solid black 15px;
    position: absolute;
    font-size: 4em;
    letter-spacing: -3.5px;
    line-height: 0.5rem;
    color: red;
}
a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-align: center;
    width: 100%;
    position: relative;
    left: 50%;
    top: 54%;

    display: inline-block;
    transform: translate(-50%, -50%);
    transition: 0.3s linear;

  }

  a:hover {
    color: rgb(255, 0, 0);
    letter-spacing: -4.5px;
    transition: 0.3s linear;
  }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 25px; /* Rounded corners */
    font-family: Helvetica bold;
    font-size: 18px; /* Increase font size */
  }
  
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }



@media screen and (min-width: 800px) {
    .container1 p{
        font-family: HelveticaBold;
        left: 25vw;
        width: 50vw;
    }

    .block4{
        background-size:contain;  
    }
    .carre-video{
        background-size:contain;  
        background-position: center;
    }
    .img-block1 img{
        position: relative;
        transform: translate(75%, 10%);
        width: 40%;
        background-size: contain;
    }
    .img-block2 img{
        position: relative;
        transform: translate(65%, 10%);
        width: 45%;
        background-size: contain;
    }
    .img-block3 img{
        position: relative;
        transform: translate(50%, 10%);
        width: 50%;
        background-size: contain;
    }
    .img-block5 img{
        position: relative;
        transform: translate(50%, 10%);
        width: 50%;
        background-size: contain;
    }
    .img-block6 img{
        position: relative;
        transform: translate(50%, 10%);
        width: 50%;
        background-size: contain;
    }
    .img-block7 img{
        position: relative;
        transform: translate(70%, 10%);
        width: 40%;
        background-size: contain;
    }
}