diff --git a/index.html b/index.html
index d3eac9e..e70e9c7 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@ body {
min-height: var(--vph);
}
-@media (min-height: 600px) {
+@media screen and (min-height: 600px) {
body {
height: var(--vph);
}
@@ -61,6 +61,13 @@ body > main {
.reponse::before {
content: "😸 ";
}
+
+@media print {
+ #bouton_synthese_vocale,
+ #formulaire{
+ display: none !important;
+ }
+}