.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_num{
    height: 100vh;
}

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

    .paragraphe {
        width: 450px;
    }

    .paragraphe p {
        font-size: 11px;
    }

    .wezaart_artistique{
        font-size: 12pt;
    }

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

    }

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

    .line{
        margin-left: 14.7%;
        width: 30%;
        border: solid 1px white;
    }
}

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

    .paragraphe {
        width: 500px;
    }

    .paragraphe p{
        font-size: 13px;
    }

    .wezaart_artistique{
        font-size: 12pt;
    }

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

    }

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

    .line{
        margin-left: 14.7%;
        width: 30%;
        border: solid 1px white;
    }
}


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

    .paragraphe p{
        font-size: 16px;
        
    }

    .wezaart_artistique{
        position: relative;
        font-size: 12pt;

        
    }

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

    }

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

    .line{
        margin-left: 14.7%;
        width: 30%;
        border: solid 1px white;
    }
}