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

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

.paragraphe p {
    margin-bottom: 0;
}

.img_num{
    height: 100vh;
}


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

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

    .paragraphe {
        width: 450px;
    }
    
    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;
    }

    .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: 16px;
        color: black;
    }
}

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

    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;
    }
    
}