@media screen and (max-width: 900px){
    .bioMQ {
    
        overflow: scroll;
        height: 100%;
        width: 100vw;
    }
    
    .MQtitle {
        width: 90vw;
        height: 8vw;
        text-align: center;

        margin-left: 5vw;
        margin-top: 36px;
        margin-bottom: 12px;
    
        font-size: 8.8vw;
        font-family: RiformaBold;

        order: 1;
    }
    
    .MQtxt {    
        margin-left: 15vw;
        padding-left: 0;
    
        width: 70vw;
        height: auto;

        order: 3;

        margin-bottom: 48px;
    }
    
    .MQimg {
        width: 70vw;
        height: 70vw;
        margin-left: 15vw;
    
        background-image: url("../images/marian05.jpeg");

        margin-bottom: 24px;
    
        order: 2;
    }
    
    .MQgoforit {
        position: relative;

        width: 70vw;
        height: 6vh;
    
        margin-left: 15vw;
        bottom: 14px;
    
        margin-bottom: 24px;

        order: 4;

        text-decoration: underline;
    }

    .rajouttexte01 {
        width: 50vw;
        height: 74px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1000px){

    .container {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }

    .storyline {
        width: 80%;

        margin-top: 36px;

        font-size: 18pt;
        line-height: normal;
        align-self: center;
    }

    .button {
        position: relative;
    
        width: calc(75%);
        height: 66px;
    
        font-size: 14pt;
    }

    .choixbig {
        align-content: center;
    }

    .choix {
        width: 50vw;
        align-self: center;
        height: 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-end;

        bottom: 0%;
    }

    .transition {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;    
    }

    .panel {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }

    .panel2 {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }

    .panelhaiti {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }

    .panelidol {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }

    .bioHQimg {
        justify-content: center;
    }

}

@media screen and (max-width: 1053px){
    .rajouttexte01 {
        bottom: 38px;
    }
}

@media screen and (max-width: 1080px){
    .LQbio {
        height: 100%;

        overflow: scroll;
    
        justify-content: unset;
    }

    .LQtxt {
        width: 65vw;
        height: auto;
    
        margin: auto;
        margin-top: 15vh;

        overflow: visible;

        font-size: 13pt;

        margin-bottom: 48px;
    }
    
    .LQgoforit {
        width: 80vw;
        height: 4vh;
        font-size: 12pt;
        color: black;
    
        margin: auto;

        bottom: 8px;

        margin-bottom: 24px;

        text-decoration: underline;
    }
}

@media screen and (max-width: 1100px){
    .HQentry01 {
        font-size: 12pt;
        width: 90vw;
    }

    .HQentry02 {
        font-size: 12pt;
        width: 90vw;
    }
}