    body {
        margin: 1em;
        padding: 0em;
        background-color: rgb(156, 107, 1);
        align-items: center;
    }
    
    header {
        background-color: rgb(247, 152, 29);
    }
    
    footer {
        position: absolute;
        bottom: 0;
        width: 99%;
        height: 100px;
        margin-right: 1em;
        background-color: #042a4f;
    }
    
    .titre {
        width: 50%;
        height: auto;
        background-color: rgb(223, 127, 10);
    }
    
    .photo {
        width: 100%;
    }
    
    h1 {
        font-size: 6rem;
        justify-content: center;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 10px;
        color: rgb(250, 163, 22);
    }
    
    h2 {
        font-size: 2rem;
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
        color: rgb(28, 26, 23);
    }
    
    h3 {
        font-size: 1.6rem;
        text-align: left;
        color: rgb(208, 126, 3);
    }
    
    .MyBox {
        display: flex;
        justify-content: center;
        margin: 2rem;
    }
    
    .Mylabel {
        font-size: 1.8rem;
        color: rgb(223, 127, 10);
        margin-top: 0.4em;
        font-family: Tahoma, sans-serif;
    }
    
    .Myinput {
        background-color: grey;
        width: 20%;
        margin-left: 1rem;
        margin-right: 1rem;
        font-size: 3rem;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    /* button-86 */
    
    .button-86 {
        all: unset;
        width: 100px;
        height: 10%;
        font-size: 1.6rem;
        font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
        background: transparent;
        border: none;
        position: relative;
        color: #f0f0f0;
        cursor: pointer;
        z-index: 1;
        padding: 20px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    
    .button-86::after,
    .button-86::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -99999;
        transition: all .4s;
    }
    
    .button-86::before {
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        background: #28282d;
        border-radius: 10px;
    }
    
    .button-86::after {
        transform: translate(10px, 10px);
        width: 35px;
        height: 35px;
        background: #ffffff15;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-radius: 50px;
    }
    
    .button-86:hover::before {
        transform: translate(5%, 20%);
        width: 110%;
        height: 110%;
    }
    
    .button-86:hover::after {
        border-radius: 10px;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }
    
    .button-86:active::after {
        transition: 0s;
        transform: translate(0, 5%);
    }
    /* button-99 */
    
    .button-99 {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        height: 20%;
        font-size: 2.5rem;
        font-family: 'Courier New', Courier, monospace;
        background: transparent;
        border: none;
        position: relative;
        color: #f0f0f0;
        cursor: pointer;
        z-index: 1;
        padding: 20px 30px;
        margin-bottom: 20px;
        display: block;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }
    
    .button-99::after,
    .button-99::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -99999;
        transition: all .4s;
    }
    
    .button-99::before {
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        background: #28282d;
        border-radius: 10px;
    }
    
    .button-99::after {
        transform: translate(10px, 10px);
        font-weight: bold;
        width: 35px;
        height: 35px;
        background: #ffffff15;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-radius: 50px;
    }
    
    .button-99:hover::before {
        transform: translate(5%, 20%);
        width: 110%;
        height: 110%;
    }
    
    .button-99:hover::after {
        border-radius: 10px;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
    }
    
    .button-86:active::after {
        transition: 0s;
        transform: translate(0, 5%);
    }
    
    img.molinchart-titre {
        height: auto;
        width: 90%;
        margin-top: 0.8em;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    
    .body-page {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        background-color: cornsilk;
    }
    
    .mabulle {
        background-color: rgba(58, 55, 55, 0.815);
        width: 300px;
        height: 400px;
        margin: 0.2em;
        color: aliceblue;
    }
    
    .actu {
        width: 95%;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 1.5em;
        display: inline-block;
    }
    /* ******************************************************** */
    /* ******************************************************** */
    /* ******************************************************** */
    /* ******************************************************** */
    /* ********************** PETIT ECRAN ********************* */
    /* ******************************************************** */
    /* ******************************************************** */
    /* ******************************************************** */
    /* ******************************************************** */
    
    @media screen and (max-width:1200px) {
        header {
            width: 100%;
            max-width: 1200px;
            background-color: #c8c8c8;
        }
        body {
            margin: 1em;
            padding: 0em;
            background-color: rgb(156, 107, 1);
            align-items: center;
        }
        header {
            background-color: rgb(247, 152, 29);
        }
        footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100px;
            background-color: #02203f;
            color: #fff;
        }
        .titre {
            width: 50%;
            height: auto;
            background-color: rgb(223, 127, 10);
        }
        .photo {
            width: 100%;
        }
        h1 {
            font-size: 5rem;
            justify-content: center;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 10px;
            color: rgb(245, 168, 43);
        }
        h2 {
            font-size: 3rem;
            justify-content: center;
            text-align: center;
            padding-bottom: 20px;
            color: rgb(38, 27, 11);
        }
        .MyBox {
            display: flex;
            justify-content: center;
            margin: 2rem;
        }
        .Mylabel {
            font-size: 1.8rem;
            color: rgb(223, 127, 10);
            margin-top: 0.4em;
            font-family: Tahoma, sans-serif;
        }
        .Myinput {
            background-color: grey;
            width: 20%;
            margin-left: 1rem;
            margin-right: 1rem;
            font-size: 3rem;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }
        /* button-86 */
        .button-86 {
            all: unset;
            width: 100px;
            height: 10%;
            font-size: 1.6rem;
            font-family: Cochin, Georgia, Times, 'Times New Roman', serif;
            background: transparent;
            border: none;
            position: relative;
            color: #f0f0f0;
            cursor: pointer;
            z-index: 1;
            padding: 20px 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }
        .button-86::after,
        .button-86::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -99999;
            transition: all .4s;
        }
        .button-86::before {
            transform: translate(0%, 0%);
            width: 100%;
            height: 100%;
            background: #28282d;
            border-radius: 10px;
        }
        .button-86::after {
            transform: translate(10px, 10px);
            width: 35px;
            height: 35px;
            background: #ffffff15;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border-radius: 50px;
        }
        .button-86:hover::before {
            transform: translate(5%, 20%);
            width: 110%;
            height: 110%;
        }
        .button-86:hover::after {
            border-radius: 10px;
            transform: translate(0, 0);
            width: 100%;
            height: 100%;
        }
        .button-86:active::after {
            transition: 0s;
            transform: translate(0, 5%);
        }
        /* button-99 */
        .button-99 {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            height: 150px;
            font-size: 2.5rem;
            font-family: 'Courier New', Courier, monospace;
            background: transparent;
            border: none;
            position: relative;
            color: #ffffff;
            cursor: pointer;
            z-index: 1;
            padding: 20px 30px;
            margin-bottom: 50px;
            display: block;
            align-items: center;
            justify-content: center;
            white-space: nowrap;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
        }
        .button-99::after,
        .button-99::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: -99999;
            transition: all .4s;
        }
        .button-99::before {
            transform: translate(0%, 0%);
            width: 100%;
            height: 100%;
            background: #28282d;
            border-radius: 10px;
        }
        .button-99::after {
            transform: translate(10px, 10px);
            width: 35px;
            height: 35px;
            background: #ffffff15;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            border-radius: 50px;
        }
        .button-99:hover::before {
            transform: translate(5%, 20%);
            width: 110%;
            height: 110%;
        }
        .button-99:hover::after {
            border-radius: 10px;
            transform: translate(0, 0);
            width: 100%;
            height: 100%;
        }
        .button-86:active::after {
            transition: 0s;
            transform: translate(0, 5%);
        }
        img.molinchart-titre {
            height: auto;
            width: 90%;
            margin-top: 0.8em;
            display: block;
            margin-left: auto;
            margin-right: auto
        }
        .body-page {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            align-items: center;
            background-color: cornsilk;
        }
        .mabulle {
            background-color: rgba(58, 55, 55, 0.815);
            width: 300px;
            height: 400px;
            margin: 0.2em;
            color: aliceblue;
        }
        .actu {
            width: 95%;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1.5em;
        }
    }