/* Cache la mignature du projet */

img#projectThumbnail {
    max-width: 50%;
    height: 50%;
}


/* Affiche les innovations uniquement pour l'impression */

div#innovationCachee {
    display: block;
}


/*Cache le btn btnParticiper */

nav#btnParticiper {
    display: none;
}


/* Permet de cacher des divs */

div#innovation {
    display: none;
}


/* Taille du text */

div.print-text-size {
    font-size: 100%;
}

html,
body {
    -moz-appearance: none;
    -webkit-appearance: none;
}