#smothscrollcontainer{
    width: 100%;
}

.fullscreen {
    height: 125vh;
    width: 100%;    
}

.scroll-rond-jaune{
    background-color: #FFF;
}

.rond-jaune {
    width: 2vw;
    height: 2vw;
    background-color: #ffd300;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;    
    transform: translate(-50%,-50%);
}

.phrase-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.phrase {
    font-size: 0rem; 
    filter: blur(70px);
    font-weight: bold;
    height: 6rem;
    line-height: 6rem;
    color: #000;
    white-space: nowrap;
}

.logo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200vw;
    height: 200vh;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
}

.logo-container svg {
    transition: transform 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    top: 58%;
    left: 50%;
    position: relative;
}

.logo-svg {
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.container-barre {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
}

.barre {
    position: absolute;
    height: 0px;
    width: 1px;
    background-color: #000;
    transition: height 0.2s ease, width 0.2s ease, top 0.2s ease, left 0.2s ease;
}

.scroll-phrase {
    height: 22vh;
    width: 100%;
    background-color: #ffd300; 
}

.scroll-logo{
    background-color: #ffd300;
    width: 100%;
    height: 80vh;
}

.scroll-barres {
    width: 100%;
    height: 100vh;
    background-color: #ffd300;
}


@media (max-width: 992px)  {
   /*
    .scroll-phrase{
        height: 250vh;
    }

*/   
}