/*

GOOGLE FONT LIST:

font-family: 'Roboto', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Work Sans', sans-serif;
font-family: 'Fira Code', monospace;
font-family: 'Space Mono', monospace;

    <link href="https://fonts.googleapis.com/css?family=Fira+Code|Roboto|Roboto+Mono|Space+Mono|Work+Sans&display=swap" rel="stylesheet">


    
    font-family: 'Roboto', sans-serif, 'Space Mono', monospace, 'Fira Code', monospace, 'Work Sans', sans-serif, 'Roboto Mono', monospace, 'Roboto', sans-serif;


*/


body {

    width: 100%;

    font-family: 'Helvetica Neue', sans-serif, 'Sans Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    background-color: white;

    padding: 0;

}

main {


    display: flex;
    background-color: white;
}

header {

    background-color:
        white;

    padding-top: 20px;

    width: 200px;
    ;
    height: 100%;
}

.content {
    text-align: left;
    margin: 0 auto;
    margin: 20px;
    width: auto;
    background-color: white;
}



.portfolio {
    margin-top: 30px;
    float: inherit;
    overflow: auto;

    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;

    background-color: white;
}

.contact {

    margin-top: 45px;
    background-color: white;
}
}



footer {
    margin: 0 auto;
    width: 100%;
    background-color: white;
}

/*****************************/

.gif {

    background-color: ;
}

header img {
    align-items: left;
    width: 200px;
    ;


}

header h1 {
    background-color: ;

    color: black;
    font-size: 30px;
    font-weight: bolder;
    text-align: left;
    line-height: 40px;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: ;
    margin-right: 30px;
    margin-left: 60px;
}

header a {

    text-decoration: none;
}



header h1:hover {

    color: black;
    background: yellow;
}


/* MENU */

ul {

    font-family: 'Helvetica Neue', sans-serif, 'Sans Serif';
    font-style: normal;
    font-weight: 400;

    font-size: 12px;
    font-weight: ;
    padding: 0;
    margin-left: 60px;
    margin-right: 30px;
    background-color: ;


    /* transforme list->menu
    
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px;
    grid-gap: 2px;
    
    */

    /* centrer 
    width: 700px;
    margin: 0 auto; 
    
    */

    /* sans puce */
    list-style: none;
    background-color: white;
    width: 100%;
}


li {

    color: gray;
    background-color: ;
    text-align: left;
    letter-spacing: 1px;

    padding: 5px;
    justify-content: space-around;

}



ul li a {
    text-decoration: none;
    color: gray;
}

ul li a:link {
    color: grey;
    text-decoration: none;
}


ul li a:hover {
    cursor: pointer;
    color: black;
    background: yellow;


}

ul li a.active {
    color: black;


}







.content img {
    /*   width:20%;
border: 0;
vertical-align: top;  */

    width: 100%;
    height: auto;

    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.content img :hover {
    cursor: pointer;
}

.content p a {
    text-decoration: underline;

    color: darkgray;

}

.content p a:hover {
    text-decoration: underline;

    color: black;
    background: yellow;

}



.contact h2 {

    color: black;
    font-size: 12px;
    background-color: white;

    margin: 0;
    padding: 0;


    font-family: 'Helvetica Neue', sans-serif, 'Sans Serif';
    font-style: normal;
    font-weight: 400;



}


.contact p {

    color: darkgray;
    background-color: white;
    margin: 0;
    padding: 0;



    font-family: 'Helvetica Neue', sans-serif, 'Sans Serif';
    font-style: normal;
    font-weight: 400;


}










/*----------------------------------------------*/
/*----------------------------------------------*/
/* For mobile phones: */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* For mobile phones: */
/*----------------------------------------------*/
/*----------------------------------------------*/

/* For mobile phones: */
/*----------------------------------------------*/
/*----------------------------------------------*/

/* For mobile phones: */
/*----------------------------------------------*/
/*----------------------------------------------*/






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

    body {

        width: 100%;




        display: block;
        width: auto;
        margin: auto;
        padding: auto;

        background-color: ;

    }

    main {


        display: inline-block;
        width: 100%;

        margin: auto;
        padding: auto;
        text-align: center;

        background-color: white;
    }


    header {

        background-color: white;

        padding-top: 20px;
        width: 100%;
        height: 100%;
        text-align: center;


    }

    .gif {

        background-color: white;
    }

    header img {
        align-items: left;
        width: 67%;


    }

    header h1 {

        color: black;
        font-size: 50px;
        line-height: 65px;
        letter-spacing: 6px;
        font-weight: bolder;

        /*centrer*/
        width: 100%;
        /*centrer*/
        text-align: center;


        margin: 0 auto;
        margin-top: 0px;
        padding-top: 0px;


        background-color: white;

    }

    header a {

        text-decoration: none;
    }



    header h1:hover {

        color: black;
        background: yellow;
    }


    /* MENU */

    ul {


        font-size: 18px;
        font-weight: ;
        margin: 0 auto;
        padding: 0 auto;

        margin-top: 30px;
        margin-bottom: 30px;
        background-color: white;


    }


    li {

        color: gray;

        text-align: center;
        letter-spacing: 1px;
        justify-content: space-around;

        margin: 0 auto;
        padding: 0 auto;
        /*centrer*/
        width: 100%;
        /*centrer*/

        background-color: white;


    }

    li:hover {
        background: yellow;
        width: 100%;
    }



    ul li a {
        text-decoration: none;
        color: gray;

    }

    ul li a:link {
        color: grey;
        text-decoration: none;
    }


    ul li a:hover {
        cursor: pointer;
        color: black;
        background: yellow;
        width: 100%;


    }

    ul li a.active {
        color: black;
        font-weight: 445;


    }




    .content {
        text-align: left;
        margin: 0 auto;

        width: 100%;


        width: auto;
        margin: auto;
        padding: auto;


        background-color: white;
    }


    .content img {
        /*   width:20%;
border: 0;
vertical-align: top;  */

        width: 100%;
        height: auto;

        border: 0;
        -ms-interpolation-mode: bicubic;
        vertical-align: middle;
    }

    .content img :hover {
        cursor: pointer;
    }



    .content p a:hover {
        text-decoration: underline;

        color: black;
        background: yellow;

    }

    .contact {
        background-color: white;
        margin-top: 45px;
        margin-bottom: 45px;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;

    }


    .contact h2 {

        color: black;
        font-size: 12px;

    }




    .portfolio {
        margin-top: 30px;
        float: inherit;
        overflow: auto;

        line-height: 0;

        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;

        width: auto;
        margin: auto;
        padding: auto;
        vertical-align: bottom;
        margin-bottom: 50px;

    }




    footer {
        margin: 0 auto;
        width: 100%;
        background-color: white;
    }



}

/* fin For mobile phones: */