* {
    padding: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    background-color: transparent;
    box-sizing: border-box;

    /* permete de na pas pouvoir selectionner le texte */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

    html{
background-color: #342538;
color: transparent;
    }

    @font-face{
        font-family: "Empyre Light";
        src: url("font/Empyre-Thin.woff2");
    }

    @font-face{
        font-family: "Empyre ExtraBold";
        src: url("font/Empyre-ExtraBold.woff2");
    }


    a {
        background-color: transparent;
        color:#eaeaea;
        outline: none;
        text-decoration: none;
        transition: 0.2s;
    }

    a:hover {
        color: #5145CB;
      }




    H1 {
        font-family: "Empyre ExtraBold", Helvetica, Arial, sans-serif;
        font-size: 180%;
        line-height: 80%;
        letter-spacing: 1em;
        color:#eaeaea;
        background-color: transparent;
    }

    H5 {
        font-family: "Empyre Light", Helvetica, Arial, sans-serif;
        font-size: 160%;
        line-height: 170%;
        color:#eaeaea;
        background-color: transparent;
    }

    H6 {
        font-family: "Empyre Light", Helvetica, Arial, sans-serif;
        font-size: 100%;
        line-height: 150%;
        padding-left: 2px;
        color:#eaeaea;
        background-color: transparent;
    }


    /* header */


    .header{
        z-index: 10;
        position: fixed;
        width: 100%;
        height: auto;
        background: transparent;

        display: grid;
        grid-template-columns: repeat(4, auto-flow);
        gap: 10px;
        grid-auto-rows: minmax(100px, auto);
    }

    .type{
        line-height: auto;
        text-align: left;
        padding: 25px;
        background: transparent;

        grid-column: 1 / 2;
        grid-row: 1;
    }

    .hypernette{
        line-height: auto;
        text-align: center;
        padding: 25px;
        background: transparent;


        grid-column: 2 / 4;
        grid-row: 1;
    }

    .graphic{
        line-height: auto;
        text-align: right;
        padding: 25px;
        background: transparent;


        grid-column: 4 / 5;
        grid-row: 1;
    }

    /* End header */



    /* body */

    .font_style{
        max-width: 100%;
        height: auto;
        margin: 50px;
    }

    body{
        z-index: 9;
        background-color: transparent;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;

        font-family: 'Empyre VF';
        font-style: normal;
        src: url(font/EmpyreVF.woff2) format('woff2');
    }

    .other_project{
        margin: -10px 0px 0px 0px;
    }

    /* End body */



    /* footer */
    /* Top Left Bottom Right */

    .footer{
        width: 100%;
        height: auto;
        margin-top: 40px;
        background-color: transparent;
        display: grid;
        grid-template-columns: repeat(3, auto-flow);
        gap: 0px;
        grid-auto-rows: minmax(0px, auto);
    }
    
    
    .title_footer{
        font-family: "Empyre Extrabold", Helvetica, Arial, sans-serif;
        font-size: 180%;
        line-height: 80%;
        letter-spacing: 1em;
        color:#eaeaea;
    
    
        text-align: left;
        padding: 25px 0px 40px 50px;
        background: transparent;
        grid-column: 1 / 3;
        grid-row: 1;
    }
    
    .type_footer{
        line-height: auto;
        text-align: left;
        padding: 0px 0px 40px 50px;
        background: transparent;
    
    
        grid-column: 1 / 2;
        grid-row: 2;
    }
    
    .graphic_footer{
        line-height: auto;
        text-align: left;
        padding: 0px 0px 40px 50px;
        background: transparent;
    
        grid-column: 2 / 4;
        grid-row: 2;
    }
    
    
    .about{
        line-height: auto;
        text-align: left;
        padding: 0px 50px 25px 50px;
        background: transparent;
    
        grid-column: 1 / 2;
        grid-row: 3;
    }
    
    
    .contact{
        line-height: auto;
        text-align: left;
        padding: 0px 50px 25px 50px;
        background: transparent;
    
    
        grid-column: 2 / 3;
        grid-row: 3;
    }
    
    .follow{
        line-height: auto;
        text-align: left;
        padding: 0px 50px 25px 50px;
        background: transparent;
    
    
        grid-column: 3 / 4;
        grid-row: 3;
    }



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


    H1 {
            font-size: 140%;
        }

    H5 {
            font-size: 110%;
        }

    H6 {
            font-size: 90%;
        }


    .header{
        grid-auto-rows: minmax(75px, auto);
        }

    .footer{
        margin-top: 25px;
    }
    
    .title_footer{
        font-size: 140%;
        letter-spacing: 0.8em;
    
        padding: 25px 0px 40px 50px;
        grid-column: 1 / 4;
        grid-row: 1;
    }

    
    
    .type_footer{
        grid-column: 1 / 2;
        grid-row: 2;
    }
    
    
    .graphic_footer{
        grid-column: 2 / 3;
        grid-row: 2;
    }
    
    
    .about{
        grid-column: 1 / 3;
        grid-row: 3;
    }
    
    
    .contact{
        grid-column: 1 / 3;
        grid-row: 4;
    }
    
    
    .follow{
        grid-column: 1 / 3;
        grid-row: 5;
    }
}
    



    @media only screen and (max-width: 550px) {
    
    
        H1 {
            font-size: 75%;
        }
    
        H5 {
            font-size: 95%;
        }
    
        H6 {
            font-size: 90%;
        }
    

        .header{
            background: transparent;
            grid-auto-rows: minmax(15px, auto);
        }


        .font_style{
            margin: 25px;
        }

        .other_project{
            margin: -15px 0px 0px 0px;
        }

    
    .title_footer{
        letter-spacing: 0.7em;
    
        padding: 10px 0px 0px 25px;
    }
    
    .type_footer{
        padding: 20px 60px 0px 25px;
    }
    
    
    .graphic_footer{
        padding: 20px 60px 0px 25px;
    }
    
    
    .about{
        padding: 30px 40px 0px 25px;
    }
    
    
    .contact{
        padding: 30px 40px 0px 25px;
    }
    
    .follow{
        padding: 30px 40px 30px 25px;
    }
    
    }