.wezaart_container{
    width: 67vw;
    height: 100%;
    text-align: justify;
}

.rect_gray {
    width: 33vw;
    object-fit: cover;
    max-width: 900px;
}

.paragraphe {
    width: 600px;
    margin: 0 auto;
}

.paragraphe p {
    margin-bottom: 0;
}

.img_acc{
    height: 100vh;
    transition: 0.2s;
}


@media (max-width: 1280px) {
    .wezaart_container{
        padding-top: 6%;
    }

    .paragraphe {
        width: 450px;
    }

    .container_text{
        z-index: 0;
    }

    .scroll_container{
        position: relative;
        height: 320px;
        margin-left: -1.4%;
        overflow: hidden;
    }

    .scroll_content{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        transition: top 0.1s ease;
        text-align: justify;
        align-items: center;
    }

    .scroll_circle_container{
        position: absolute;
        top: 0;
        left: 10%;
        height: 100%;
        width: 15px;
        background-color: rgba(255,215,0,0.3);
        border-radius: 15px;
    }

    .scroll_circle{
        position: absolute;
        height: 15px;
        width: 15px;
        background-color: rgba(0,0,0,0.8);
        border-radius: 15px;
        cursor: pointer;
        transform: translateY(0);
    }

    h1 {
        text-align: center;
        font-size: 30pt;
        color: black;
        line-height: 20px;

    }

    .wezaart_artistique{
        font-size: 8pt;
    }

    h2 {
        font-size: 9pt;
        color: black;
        margin-bottom: -5px;
    }

    #texte1{
        margin-top: -0.8%;
        margin-left: 4%;
        font-size: 16px;
        color: black;
    }

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

@media (min-width: 1281px) and (max-width:1600px){
    .wezaart_container{
        padding-top: 5.5%;
    }

    .paragraphe {
        width: 500px;
    }

    .container_text{
        z-index: 0;
    }

    .scroll_container{
        position: relative;
        margin-left: 0.8%;
        height: 400px;
        overflow: hidden;
    }

    .scroll_content{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        transition: top 0.1s ease;
        text-align: justify;
        align-items: center;
    }

    .scroll_circle_container{
        position: absolute;
        top: 0;
        left: 10%;
        height: 100%;
        width: 20px;
        background-color: rgba(255,215,0,0.3);
        border-radius: 15px;
    }

    .scroll_circle{
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: rgba(0,0,0,0.8);
        border-radius: 15px;
        cursor: pointer;
        transform: translateY(0);
    }

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

    h1 {
        text-align: center;
        font-size: 36pt;
        color: black;
        line-height: 30px;

    }

    .wezaart_artistique{
        font-size: 11pt;
    }

    h2 {
        font-size: 12pt;
        color: black;
        margin-bottom: -10px;
    }

    #texte1{
        margin-top: -0.8%;
        margin-left: 4%;
        font-size: 14px;
        color: black;
    }
}

@media (min-width: 1601px){
    .wezaart_container{
        padding-top: 5.5%;
    }

    .container_text{
        z-index: 0;
    }

    .scroll_container{
        position: relative;
        height: 480px;
        overflow: hidden;
    }

    .scroll_content{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        transition: top 0.1s ease;
        text-align: justify;
        align-items: center;
    }

    .scroll_circle_container{
        position: absolute;
        top: 0;
        left: 10%;
        height: 100%;
        width: 20px;
        background-color: rgba(255,215,0,0.3);
        border-radius: 15px;
    }

    .scroll_circle{
        position: absolute;
        height: 20px;
        width: 20px;
        background-color: rgba(0,0,0,0.8);
        border-radius: 15px;
        cursor: pointer;
        transform: translateY(0);
    }

    h1 {
        text-align: center;
        font-size: 48pt;
        color: black;
        line-height: 30px;

    }

    .wezaart_artistique{
        font-size: 12pt;
    }

    h2 {
        font-size: 0.9rem;
        color: black;
        margin-bottom: -10px;
    }

    #texte1{
        margin-top: -0.8%;
        margin-left: 4%;
        font-size: 16px;
        color: black;
    }
}