@media only screen and (min-width: 1260px) {
    html {
        height: 110%;
        margin-bottom:0.01em;
    }

    body {
        overflow-x: hidden;
        min-height: 100vh;
        width: 99vw;
        padding: 0;
        margin: 0;
        font-family: Arial;
        background-color: #eeeeee;
    }

    content {
        white-space: nowrap;
        z-index: 0;
        position: absolute;
        background-color: #eeeeee;
        top: 50px;
        height:100vh;
        width: 100%;
    }

    ul{
        display: inline;
    }

    li {
        display: inline;
    }

    th, td {
        border: 1px solid crimson;
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        padding: 0.5em;
    }

    table {
        margin: auto;
        margin-top: 5em;
        margin-bottom: 5em;
        border-radius: 0.5rem;
        border: 1px hidden crimson;
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        padding: 0.5em;
    }

    .user-menu-show {
        display:normal;
        position:fixed;
        top: 0px;
        right:10%;
        z-index: 1;
    }

    .user-menu-show table td {
        background-color: black;
        border: 2px solid crimson;
    }

    .user-menu-hidden {
        display:none;
    }

    small {
        font-size: small;
    }

    italic {
        font-style: italic;
    }

    th {
        background-color: darkred;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        font-weight: bold;
        color: white;
        font-size: 20;
    }

    footer a {
        color: crimson;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    #static-header {
        display:normal;
        position: fixed;
        z-index: 1;
        background-color: black;
        color: crimson;
        top: 0;
        left: 0;
        width: 100%;
        height:50px;
    }

    #static-mobile-header {
        display:none;
    }

    #footer {
        background-color: black;
        color: crimson;
        width: 100%;
        height: 50px;
        padding: 20px 0;
        bottom: 0;
        background-blend-mode: color;
    }

    footer .p {
        position: fixed;
        bottom:0;
        left: 30px;
        color: grey;
        font-weight: bold;
    }

    .layout-wrapper {
        display: flex;
    }

    .left {
        float: left;
    }

    .center {
        float: none;
        margin-top: 1em;
        margin-bottom: 9em;
    }

    .button {
        background-color: lightcoral;
        color: white;
        font-weight: bold;
        border-radius: 0.5rem;
        border: 1px solid white;
        height: 20px;
        width: 50%;
    }

    .right {
        float: right;
    }

    .prices-tables {
        display: flex;
        flex-direction: row;
    }

    .prices-price {
        background-color: rgb(255, 220, 225);
        font-size: 75;
        font-weight: bolder;
    }

    .prices-end {
        background-color: darkred;
        color: white;
        font-style: italic;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .prices-center {
        background-color: crimson;
        font-weight: bold;
        color: white;
    }

    .prices-center .princes-end td {
        background-color: crimson;
        color: white;
        font-style: italic;
    }

    .pictogram {
        width:100px;
    }

    .logo {
        padding-left: 15%;
    }

    .required {
        color: crimson;
    }

    .header-page-active {
        color: white;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    .header-page-notactive {
        color: gray;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
    }

    .username {
        color: gray;
        text-decoration: none;
        padding: 1em;
        vertical-align: 100%;
        float: right;
        padding-right: 10%;
        font-weight: bold;
    }
}
