@media print {

    :root{
        --small: 2.5vh;
        --medium: 3vh;
        --large: 3.5vh;
    }
    
    html {
        height: 100%;
        font-size: clamp(80%, 1rem + 1vw, 14px);
        color: black !important;
        font-family: 'Jaldi', sans-serif;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    
    body {
        height: 100%;
    }

    #registrer{
        display: none;
    }
    
    hr {
        background-color: var(--light-blue) !important;
        width: 80%;
        height: 1px !important;
        opacity: 1 !important;
        margin-left: 2vw !important;
    }
    
    button {
        border: 1px solid var(--dark-blue);
    }
    
    .row {
        --bs-gutter-x: 0 !important;
    }
    
    .title {
        font-size: 3.5vh;
        display: none;
    }

    .print-header {
        color: black !important;
        visibility: visible;
        width: 100% !important;
    }

    .print-header h2, h1, h3 {
        white-space: nowrap;
    }

    label {
        color: black;
    }
    
    .mesure {
        width: 18vw;
        height: 5vh;
    }
    
    .pointeur {
        width: 2vw;
        height: 3vh;
    }
    
    #main {
        text-align: center;
        width: 100%;
    }
    
    .balancier-height {
        height: 100%;
    }

    .form-group {
        padding: 15px;
    }
    
    #levier {
        display: flex;
        position: absolute;
        bottom: 24vh;
        left: 41%;
    }
    
    #pointeur {
        position:absolute;
        left: 45%;
    }
    
    .choicesBox {
        align-self: end;
        width: 100%;
        justify-content: center;
        position: relative;
    }
    
    #menuOptions {
        display: flex;
        align-items: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }
    
    #PlateauFR {
        display: grid;
        flex-direction: column;
        align-self: flex-end;
        margin-bottom: 10vh;
        justify-items: center;
    }
    
    #PlateauNoFR {
        display: grid;
        align-self: flex-end;
        margin-bottom: 10vh;
        justify-items: center;
    }
    
    .plateau {
        max-height: calc(5vw) !important;
    }
    
    .labels {
        height: fit-content;
        min-height: 6.5vh;
        max-width: 10vw !important;
        color: white;
        align-content: center;
        margin-bottom: 1vh;
        margin-right: 0.5vw !important;
        border-radius: 60px 20px 20px 60px;
    }


    
    .small {
        height: var(--medium);
        width: var(--medium);
        align-self: center;
    }
    
    .medium {
        height: var(--medium);
        width: var(--medium);
        align-self: center;
    }
    
    .large {
        height: var(--medium);
        width: var(--medium);
        align-self: center;
    }
    
    .hide {
        visibility: hidden;
    }
    
    .header {
        font-size: 1.1rem;
        display: grid;
        border-radius: 10px 10px 10px 10px;
        background-color: var(--dark-blue);
        align-content: center;
        padding: 10px !important;
    }
    
    .bonhomme_card {
        font-size: 1.1vw !important;
        display: grid;
        border-radius: 10px 10px 10px 10px;
        background-color: var(--dark-blue);
        align-content: center;
        padding: 10px !important;
        display: none;
    }
    
    .gameBtn {
        width: 20vw !important;
        height: 5vh;
        font-size: 1.2vw;
    }
    
    .btnOption {
        border-radius: 10px 10px 10px 10px;
        margin-top: 1vh;
        color: white !important;
    }
    
    .btnValider {
        border-radius: 10px 10px 10px 10px;
        background-color: var(--light-blue);
        color: black !important;
        font-weight: 600;
        visibility: hidden;
    }
    
    .btnValiderPrint {
        border-radius: 10px 10px 10px 10px;
        background-color: var(--light-blue);
        color: black !important;
        font-weight: 600;
        visibility: hidden;
    }
    
    .btnText {
        font-size: 1vw;
        white-space: normal;
        align-self: center;
        margin-left: 3vw;
        padding: 0px 5px 0px 0px !important;
    }
    
    .btn-repick-container {
        position:absolute;
        justify-content: center;
        bottom: 2vh;
    }
    
    .btn-repick {
        max-width: 5vw !important;
        min-width: min-content;
        padding: 5px 5px 5px 5px !important;
        margin-right: 5px;
        background-color: var(--dark-blue);
        color: white;
    }

    #formulaire {
        text-align: left;
        color: black;
        font-weight: 500;
        padding: 10px;
        margin-top: 10%;
    }
    
    #stepTooltip {
        margin-top: 13vh;
    }
    
    .plateau-text {
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 1.5vw;
        background-color: var(--dark-blue);
        width: 50%;
        place-self: center;
        border: 1px solid;
        border-radius: 10px;
        z-index: 10;
        color: white;
    }
    
    .ecole-card {
        position: relative;
        display: grid;
        width: fit-content !important;
        height: fit-content !important;
        background-color: transparent;
        border: 2px solid white;
        color: white;
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 0px;
        margin-top: 1vh !important;
    }
    
    .ecole-title-card {
        display: grid;
        position: absolute;
        place-self: center;
        align-content: center;
        z-index: 2;
        top: -1vw;
        width: 13vw !important;
        height: 3vh;
        border: 2px solid white;
        background-color: var(--dark-blue);
        border-radius: 10px 10px 10px 10px;
    }
    
    .ecole-title {
        font-size: 1vw;
        margin-bottom: 0;
    }
    
    .ecole-row1 {
        margin-top: 1.5vh !important;
        display: flex;
    }
    
    .ecole-row2 {
        margin-top: 0.5vh !important;
        display: flex;
    }
    
    .btnEcole {
        display: flex;
        border-radius: 60px 20px 20px 60px;
        color: white;
        margin-left: auto;
        margin-right: auto;
    }
    
    div[name*="-fr"], div[name*="-nofr"]{
        background-position-x: 5px;
        position:absolute;
        max-width: 3vw !important;
        background-color: unset;
    }
    
    .small0 {
        background-image: url("../images/s-0.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .small1 {
        background-image: url("../images/s-1.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .small2 {
        background-image: url("../images/s-2.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .small3 {
        background-image: url("../images/s-3.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .small4 {
        background-image: url("../images/s-4.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    
    
    .medium0 {
        background-image: url("../images/m-0.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .medium1 {
        background-image: url("../images/m-1.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .medium2 {
        background-image: url("../images/m-2.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .medium3 {
        background-image: url("../images/m-3.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .medium4 {
        background-image: url("../images/m-4.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    
    .large0 {
        background-image: url("../images/l-0.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .large1 {
        background-image: url("../images/l-1.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .large2 {
        background-image: url("../images/l-2.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .large3 {
        background-image: url("../images/l-3.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    .large4 {
        background-image: url("../images/l-4.svg");
        background-repeat: no-repeat;
        border: 0px;
        background-color: transparent;
    }
    
    .hidden-menu {
        position: absolute;
        top: -9999px;
    }
}