@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 480px) {
  
  
/* Réinitialiser la taille de police de tous les éléments */
body * {
  font-size: inherit !important;
  font-family: Verdana, Arial, Helvetica, sans-serif!important;

}

/* Définir le style de police pour les titres */
h1, h2, h3, h4, h5, h6{
  font-family: 'Arial', sans-serif!important; 
  font-weight: bold;

}

h1 {
  font-size: 1rem !important;
}

h2 {
  font-size: 1rem !important;
}

h3 {
  font-size: 1rem !important;
}

h4 {
  font-size: 1rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 1rem !important;
}




table, th, td, p, div, span {
  font-size: 1rem !important;
}

* {
  font: inherit !important;
}
* {
  font-size: unset !important;
}

/* Définir la taille de police pour le texte ordinaire */
p, ul, ol, li, a {
  font-size: 1rem !important;
}
div,ul,li{ width:99% !important;}

.thumb { width:40% !important;}




}