@media only screen and (min-width: 600px) {

    * {
        margin: 0px;
    }

    a {
        position: fixed;
        font-size: 45px;
        padding: 10px;
        font-family: 'Questrial', sans-serif;
        background-color: aquamarine;
        border-radius: 10px;
        color: darkcyan;
    }

    h1 {
        align-self: center;
        position: fixed;
        font-size: 80px;
        font-family: 'Questrial', sans-serif;
    }


    h2 {
        font-size: 50px;
        font-family: 'Questrial', sans-serif;
        padding: 0.5% 0% 2% 2%;
        color: white;
    }

    h3{
        font-size: 37px;
        font-family: 'Questrial', sans-serif;
    }
    
    h4 {
        font-size: 37px;
        position: fixed;
        font-family: 'Questrial', sans-serif;
        color: darkcyan;
    }

    a:hover {
        background-color: darkcyan;
        color: aliceblue;
    }

    #prixresu {
        display: flex;
        justify-content: flex-end;
    }

    .resu {
        padding-right: 30px;
    }

    .prix {
        display: flex;
        justify-content: flex-end;
        padding: 0.5% 2% 0% 2%;
        color: darkcyan;
    }

    span {
        display: flex;
        align-self: flex-end;
    }

    .resultat {
        display: flex;
        justify-content: space-between;
        position: fixed;
        text-align: center;
        background-color: cornsilk;
        width: 97%;
        height: 500px;
        min-height: 100px;
        padding: 0px 20px 20px 20px;
        margin-top: 100px;
    }

    .visage {
        position: relative;
        top: 0;
        width: 40%;
        text-align: center;
    }

    .decompte {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        height: 30%;
        width: 55%;
        
    }

    #total {
        align-items: flex-end;
        justify-content: center;
        height: 80%;
        width: 100%;
        padding-top: 23%;
    }

    .ligne {
        display: flex;
        justify-content: space-between;
        height: 20%;
        width: 90%;
        padding: 8% 0% 0% 0%;
    }

    .zone {
        justify-content: flex-start;
    }

    .imgbloc {
        display: flex;
        overflow-x: auto;
        height: 70%;
        width: 98%;
    }

    .imgbloc2 {
        display: flex;
        height: 50%;
        width: 98%;
        overflow: auto;
        margin-right: 20px;
        padding-top: 20px;
    }

    .textmodif {
        display: flex;
        justify-content: space-between;
        width: 97%;
        height: 80px;
        background-color: aquamarine;
        border-radius: 10px;
    }

    #zonechev {
        width: 97%;
        height: 385px;
        padding: 670px 20px 0px 20px;
        background-color: floralwhite;
    }

    #zonesour {
        width: 97%;
        height: 200px;
        padding: 20px 20px 20px 20px;
        background-color: floralwhite;
    }

    #zoneyeux {
        width: 97%;
        height: 200px;
        padding: 20px 20px 20px 20px;
        background-color: floralwhite;
    }

    #zonenez {
        width: 97%;
        height: 200px;
        padding: 20px 20px 20px 20px;
        background-color: floralwhite;
    }

    #zonebou {
        width: 97%;
        height: 200px;
        padding: 20px 20px 20px 20px;
        background-color: floralwhite;
    }

    .visaresu {
        align-content: center;
    }

    .chevselect,
    .chevnoselect {
        height: 268px;
        padding-right: 15px;
    }

    #chevresult {
        height: 500px;
    }

    .sourselect,
    .sournoselect {
        height: 60px;
        padding-right: 15px;
    }

    #sourresult {
        position: absolute;
        max-width: 215px;
        left: 115px;
        top: 207px;
    }

    .yeuxselect,
    .yeuxnoselect {
        height: 100px;
        padding-right: 15px;
    }

    #yeuxresult {
        position: absolute;
        width: 222px;
        left: 112px;
        top: 245px;
    }

    .nezselect,
    .neznoselect {
        height: 100px;
        padding-right: 50px;
    }

    #nezresult {
        position: absolute;
        max-width: 72px;
        left: 187px;
        top: 315px;
    }

    .bouselect,
    .bounoselect {
        height: 90px;
        padding-right: 15px;
    }

    #bouresult {
        position: absolute;
        max-width: 105px;
        left: 170px;
        top: 367px;
    }
}

@media only screen and (min-width: 992px) {

    * {
        margin: 0px;
    }

    body{
        background-color: floralwhite;
    }
    
    a {
        position: fixed;
        font-size: 27px;
        padding: 6px;
        font-family: 'Questrial', sans-serif;
        background-color: aquamarine;
        border-radius: 10px;
        color: darkcyan;
    }

    h1 {
        position: static;
        font-size: 38px;
        font-family: 'Questrial', sans-serif;
        padding: 1%;
    }


    h2 {
        font-size: 27px;
        font-family: 'Questrial', sans-serif;
        padding: 0.5% 0% 2% 2%;
        color: white;
    }

    h3,
    h4 {
        font-size: 22px;
        font-family: 'Questrial', sans-serif;

    }

    h4 {
        position: fixed;
        font-family: 'Questrial', sans-serif;
        color: darkcyan;
    }
    
    strong{
        color: ;
    }

    a:hover {
        background-color: darkcyan;
        color: aliceblue;
    }

    #titre {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 60px;
        background-color: ;
        border-radius: 15px;
        margin-top: 1%;
    }

    #prixresu {
        display: flex;
        justify-content: flex-end;
    }

    .resu {
        padding-right: 1%;
    }

    .prix {
        display: flex;
        justify-content: flex-end;
        padding: 0.5% 2% 0% 2%;
        color: darkcyan;
    }

    span {
        display: flex;
        align-self: flex-end;
    }

    .resultat {
        display: flex;
        flex-direction: column;
        position: fixed;
        text-align: center;
        width: 280px;
        height: 520px;
        margin: 20px 20px 20px 20px;
        border-radius: 18px;
        background-color: cornsilk;
    }

    .visage {
        display: flex;
        justify-content: center;
        top: 0;
        height: 500px;
        width: 270px;
        text-align: center;
        border-radius: 20px;
    }

    .decompte {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
    }

    #total {
        align-items: center;
        height: 400px;
        width: 100%;
        padding-top: 25%;
    }

    .ligne {
        display: flex;
        justify-content: space-between;
        height: 20%;
        width: 90%;
        padding: 3% 0% 0% 0%;
    }

    .zone {
    }

    .imgbloc {
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
        margin-right: 30px;
    }

    .imgbloc2 {
        display: flex;
        justify-self: space-evenly;
        align-content: flex-end;
        height: 70%;
        overflow-x: auto;
        margin-right: 30px;
    }

    .textmodif {
        display: flex;
        justify-content: space-between;
        width: 97%;
        height: 43px;
        background-color: aquamarine;
        border-radius: 10px;
    }


    #zoneyeux,#zonenez,#zonebou,#zonesour,#zonechev {
        width: 72%;
        background-color: floralwhite;
        padding-left: 370px;
        margin-right: 0px;
        
    }

    #zonechev {
        height: 250px;
        padding-top: 0px;
    }

    #zonesour {
        height: 100px;
    }

    #zoneyeux {
        height: 110px;
    }

    #zonenez {
        height: 115px;
    }

    #zonebou {
        height: 125px;
    }

    .visaresu {
        align-content: center;
        text-align: center;
    }

    .chevselect,
    .chevnoselect {
        height: 175px;
        align-items: flex-end;
    }

    #chevresult {
        max-height: 350px;
    }

    .sourselect,
    .sournoselect {
        max-height: 30px;
    }

    #sourresult {
        position: absolute;
        width: 158px;
        left: 56px;
        top: 143px;
    }

    .yeuxselect,
    .yeuxnoselect {
        max-height: 50px;
    }

    #yeuxresult {
        position: absolute;
        width: 160px;
        left: 55px;
        top: 169px;
    }

    .nezselect,
    .neznoselect {
        max-height: 50px;
    }

    #nezresult {
        position: absolute;
        width: 50px;
        left: 109px;
        top: 220px;
    }

    .bouselect,
    .bounoselect {
        max-height: 50px;
    }

    #bouresult {
        position: absolute;
        width: 77px;
        left: 96px;
        top: 252px;
    }

    #resubou {
        padding-bottom: 10px;
    }
}
