#icone{width: 50px;margin-bottom: 30px;position:fixed;top: 50px;left:20px;}
#ecran,#bouton-accueil{display:none;}
#ombre-bottom{display:inline-block;width:100%;height:100px;background:linear-gradient(to bottom,rgba(255,232,184,0),rgba(255,232,184,1));position:fixed;bottom:0;left:0;}
/*CONTENU---------------*/
#contenu{width:95%;margin-left:20px;margin-top:120px;}
.separation-projets{width:14px;height:14px;border-radius:7px;}
.titre{font-size: 19px;}
.lien, .lien:hover, .lien:visited, .lien:focus {font-size:18px;}
/*CSS Fleche qui remonte vers le haut*/
#box-picto-mob{width:auto;
            position:fixed;
            height:auto;
            left:50%;transform:translateX(-50%);
            bottom:5px;display:inline-block;}
#fleche-mob{margin-bottom:5px;width:70px;cursor:pointer;transform: rotate(180deg);cursor: pointer;}
/*CSS du menu-------------------*/
#fleche-menu-mob{display:block;position:fixed;transform:rotate(-90deg);top: 30px;right:10px;z-index:100000;cursor:pointer;}
#close-menu-mob{display:block;position:fixed;transform:rotate(90deg);top:30px;right:-100%;z-index:100000;cursor:pointer;}
#menu-mob{display:inline-block;
    background-color:#9FF59F;
    position:fixed;
    border-right:1px white solid;
    top:0;left:auto;right:-150%;
    width:auto;
    height:100%;color:white;
    font-family:'MisterPixel';
    font-size: 30px;z-index:100000;overflow-y: scroll;
    -ms-overflow-style: none;  
    overflow:-moz-scrollbars-none;}
#menu-mob::-webkit-scrollbar {display:none;}
table{background:linear-gradient(to bottom,rgba(0,0,255,0.6),rgba(0,0,255,0));
    width:100%;padding:20px;}
tr{height:30px;margin:0;}
table img{height:50px;}
.txt-menu-blanc{color:white;text-decoration:none;}
.txt-menu-rose{color:#18E718;text-decoration:none;}
/*Fin du CSS du Menu*/
