#video_css{
    position: fixed;
    right: -600px;
    bottom: 0;
    width: 2000px;
    height: 1000px;
    z-index: -1;
    filter: grayscale(100%);
}

#texte1 {
    position: relative;
    color: white;
}

.logo_w-container {
    text-align: center;
    margin-bottom: 4rem;
}

.logo_w-container div {
    text-transform: uppercase;
}

.logo_w {
    height: 4.5rem;
}

@media (max-width: 1000px){
    body{
        background: #000;
    }

    body > * {
        display: none !important;
    }

    .visible {
        display: block !important;
    }
}

@media (min-width: 1001px) and (max-width: 1280px){
    .wezaart_container {
        position: absolute;
        top: -10%;
        left: 0%;
        padding-left: 2%;
        padding-top: 2%;
        height: 100em;
        width: 50%;
        background: #000;                                 
        transition: width 0.5s, height 0.5s, transform 0.5s;
        
        overflow: hidden;
        z-index: 0;
    }

    .wezaart_container_text{
        margin-top: 33%;
        margin-left: 15%;
        width: 80%;
        
    }

    .container_button_theatre{
        display: flex;
        margin-left:25%;
        margin-top: 2%;
        gap: 35px;
    }

    h2{
        font-size: 12px;
    }

    .wezaart_title{
        font-size: 48pt;
        letter-spacing : 9px;
        line-height: 40px;
    }

    .wezaart_project{
        font-size: 8pt;
    }

    #texte1 {
        font-size: 10pt;
    }

    .wezaart_container_text p{
        font-size:8pt;
    }


    .icon_sound{
        position: absolute;
        display: flex;
        gap: 8px;
        right: 0.6%;
        bottom: 1%;
    }

    .btn_pause{
        height: 24px;
        width: 24px;
        cursor: pointer;
    }

    .btn_sound{
        height: 24px;
        width: 24px;
    }
}

@media (min-width: 1281px ) and (max-width:1600px){
    .wezaart_container {
        position: absolute;
        top: -10%;
        left: -2%;
        padding-left: 2%;
        padding-top: 3%;
        height: 100em;
        width: 50%;
        background: #000;                                 
        transition: width 0.5s, height 0.5s, transform 0.5s;
        
        overflow: hidden;
        z-index: 0;
    }

    .wezaart_container_text{
        margin-top: 33%;
        margin-left: 15%;
        width: 80%;
        text-align: center;
        
    }

    .container_button_theatre{
        display: flex;
        margin-left:25%;
        margin-top: 2%;
        gap: 35px;
    }

    h2{
        font-size: 12px;
    }

    .wezaart_title{
        font-size: 48pt;
        letter-spacing : 9px;
        line-height: 40px;
    }

    .wezaart_project{
        font-size: 8pt;
    }

    #texte1 {
        font-size: 10pt;
    }

    .wezaart_container_text p{
        font-size:9pt;
    }


    .icon_sound{
        position: absolute;
        display: flex;
        gap: 8px;
        right: 0.6%;
        bottom: 1%;
    }

    .btn_pause{
        height: 24px;
        width: 24px;
        cursor: pointer;
    }

    .btn_sound{
        height: 24px;
        width: 24px;
    }
}

@media (min-width: 1601px){
    .wezaart_container {
        position: absolute;
        top: -10%;
        left: -3%;
        padding-left: 1%;
        height: 100em;
        width: 50%;
        background: #000;                                 
        transition: width 0.5s, height 0.5s, transform 0.5s;
        
        overflow: hidden;
        z-index: 0;
    }

    /*
    .wezaart_container::before{
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border: solid 4px white;
        pointer-events: none;
    }
    */

    .wezaart_container_text{
        margin-top: 38%;
        margin-left: 15%;
        width: 80%;
    }

    .container_button_theatre{
        display: flex;
        margin-left:25%;
        margin-top: 2%;
        gap: 35px;
    }

    h1 {
        position: relative;
        margin-top: 30%;
        margin-bottom: -1%;
        text-align: center;
        font-size: 22pt;
        color: black;
    }

    .wezaart_title{
        font-size: 92pt;
        letter-spacing : 9px;
        line-height: 60px;
    }

    .wezaart_project{
        font-size: 14pt;
    }

    #texte1 {
        font-size: 15pt;
    }


    .icon_sound{
        position: absolute;
        display: flex;
        gap: 10px;
        right: 0.6%;
        bottom: 1%;
    }

    .btn_pause{
        height: 32px;
        width: 32px;
        cursor: pointer;
    }

    .btn_sound{
        height: 32px;
        width: 32px;
    }
}