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


.ephemere11_1, .cheminee_1, .w420FMR{
    opacity: 1;
    position: relative;
}

.img_ephemere11_1, .img_chemine1, .img_420FMR1{
    height: 33vh;
    width: 100%;
    object-fit: cover;
}

.ephemere11_1:hover, .cheminee_1:hover, .w420FMR:hover{
    transition: 0.2s;
    opacity: 1;
}

.div_button {
    display: flex;
    justify-content: center;
}

@media (max-width: 1280px){    
    .tooltip1{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 8pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip2{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 8pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip3{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        color: white;
        pointer-events: none;
        white-space: nowrap;
        font-size: 8pt;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .wezaart_container{
        padding-top: 6%;
    }

    .paragraphe {
        width: 450px;
    }

    .container_text{
        z-index: 0;
    }

    .container_image{
        position: absolute;
        top: 30%;
        right: 5%;
        z-index: 2;
    }

    .scroll_container{
        position: relative;
        height: 320px;
        margin-left: -1.5%;
        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;
    }

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

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

    .div_button button{
        height: 22px;
        width: 140px;
        margin-left: 5%;
        margin-top: 0.5%;
        font-size: 7pt;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        background: linear-gradient(to right, rgba(220,184,29,0.7) 50%, rgba(255,255,255,0.2) 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        color: black;
        transition: all .5s ease-out;
    }

    .div_button button:hover{
        background-position: left bottom;
    }
}

@media (min-width: 1281px) and (max-width:1600px){
    .tooltip1{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 9pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip2{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 9pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip3{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        font-size: 9pt;
        border-radius: 5px;
        color: white;
        pointer-events: none;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .wezaart_container{
        padding-top: 5.5%;
    }

    .paragraphe {
        width: 500px;
    }

    .container_text{
        z-index: 0;
    }

    .container_image{
        position: absolute;
        top: 30%;
        right: 5%;
        z-index: 2;
    }

    .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: -8px;
    }

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

    .div_button button{
        height: 20px;
        width: 140px;
        font-size: 7pt;
        margin-left: 3%;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        background: linear-gradient(to right, rgba(220,184,29,0.7) 50%, rgba(255,255,255,0.2) 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        color: black;
        transition: all .5s ease-out;
    }

    .div_button button:hover{
        background-position: left bottom;
    }

    .scroll_container{
        position: relative;
        margin-bottom: 0.5%;
        margin-left: 1%;
        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);
    }
}

@media (min-width: 1601px){    
    .tooltip1{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 11pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip2{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        font-size: 11pt;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        white-space: nowrap;
        color: white;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .tooltip3{
        position: absolute;
        font-family: 'Nexa-light', sans-serif;
        background-color: rgba(0,0,0,0.6);
        padding: 5px;
        border-radius: 5px;
        color: white;
        pointer-events: none;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.2s ease;
        z-index: 10;
    }

    .wezaart_container{
        padding-top: 5.5%;
    }

    .container_text{
        z-index: 0;
    }

    .container_image{
        position: absolute;
        top: 30%;
        right: 5%;
        z-index: 2;
    }

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

    .div_button button{
        height: 25px;
        width: 160px;
        font-size: 9pt;
        margin-left: 3%;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        background: linear-gradient(to right, rgba(220,184,29,0.7) 50%, rgba(255,255,255,0.2) 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        color: black;
        transition: all .5s ease-out;
    }

    .div_button button:hover{
        background-position: left bottom;
    }

    .scroll_container{
        position: relative;
        margin-bottom: 0.5%;
        height: 420px;
        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);
    }
}