/*PICTOGRAMMES------------------*/	
#bouton-accueil,#quadrillage-horizontal{display:none;}
#quadrillage-vertical{width:15%;}
.billet-haut{height:100px;}
.billet-bas{height:100px;}
.img-billet{width:70%;}
#img-billetE{display:block;}
/*CONTENU---------------*/
#contenu{margin:20px 10px 100px 18%;width:70%;}
.titre {font-size:30px;}
.sous-titre{font-size:14px;width:100%;}
.illustration-portrait{height:auto;width:85%;max-width:200px;}
.illustration-paysage{height:auto;width:90%;max-width:300px;}
.description{font-family:'HelveticaNeue';font-size:18px;width:100%;margin:20px 0 0px 0px;padding:0;}
.generique{font-family:'MisterPixel';font-size:15px;margin:0;}
.credits{font-family:'Avara';font-size:15px;}
.detail-prix p{font-size:13px;}
.prix{width:80px;height:60px;border-radius:40px;}
/*MENU ET NAVIGATION */
#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;}
#fleche-menu-mob{display:block;position:fixed;transform:rotate(-90deg);top: 30px;right:5px;z-index:100000;cursor:pointer;}
#close-menu-mob{display:block;position:fixed;transform:rotate(90deg);top:30px;right:-100%;z-index:100000;cursor:pointer;}
/*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*/