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

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

    .storyline {
        width: 80%;

        margin-top: 36px;

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

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

    .choixbig {
        flex-direction: column;
        justify-content: space-between;
        height: 80px;
        margin-bottom: 48px;
    }

    .choix {
        width: 440px;
        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;
    }

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

    .bioHQbox {
        flex-direction: column;
    }

    .bioHQbox01 {
        flex-direction: column;
    }

    .bioHQtext {
        width: 90vw;
        height: calc(50vh - 12px);
        font-size: 18pt;
        -webkit-box-sizing: unset; 
        -moz-box-sizing: unset;    
        box-sizing: unset;         
    }
    .bioHQimg {
        width: 100vw;
        height: calc(50vh);
    }

    .bioHQimg2 {
        width: 100vw;
        height: calc(50vh);
        justify-content: center;
    }

    img {
        height: calc(50vh - 16px);
    }

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

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

    .rajouttexte01 {
        font-size: 18pt;
        background-color: white;
        bottom: unset;
        top: 100vh;
        padding: 8px;
        width: 66%;
        height: 48px;
        -webkit-box-sizing: unset; 
        -moz-box-sizing: unset;    
        box-sizing: unset;         
        border-top: solid 4px black;
        position: absolute;
        left: 0px;
    }

    .HQtitle {
        margin: 12px 0px 12px;

        font-size: 8.8vw;
    }

    .panelhaiti {
        flex-wrap: unset;
    }

    .panelidol {
        flex-wrap: unset;
    }

    .again {
        font-size: 12pt;
        text-align: right;
        padding-right: 8px;
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box;    
        box-sizing: border-box;         
    }
}

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

        overflow: scroll;
    
        justify-content: unset;
    }

    .LQtxt {
        width: 75vw;
        height: auto;
    
        margin: auto;
        margin-top: 10vh;

        overflow: visible;

        font-size: 12pt;

        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: 750px){
    .container {
        background-image: url("../images/3dPhone/Paperpunch_Phone.png");
    }

    .panel {
        background-image: url("../images/3dPhone/Keys_Phone.png");
    }

    .panel2 {
        background-image: url("../images/3dPhone/Remote_Phone.png");
    }

    .panelhaiti {
        background-image: url("../images/3dPhone/Haiti_Phone.png");
    }

    .panelidol {
        background-image: url("../images/3dPhone/Idol_Phone.png");
    }
}