@media all and (max-width: 1000px) {

/*----------------GÉNÉRAL----------------*/

html {
/*VARIABLE TAILLE*/
--taille-police-8: 6pt; /*variable*/
--taille-police-10: 8pt; /*variable*/
--taille-police-11: 9pt; /*variable*/
--taille-police-12: 10pt; /*variable*/
--taille-police-14: 12pt; /*variable*/
--taille-police-16: 14pt; /*variable*/
--taille-police-18: 16pt; /*variable*/
--taille-police-30: 26pt; /*variable*/
--taille-police-titre: 18pt; /*variable*/
--taille-police-bouton: 11pt; /*variable*/
}


/*----------------TITRE CATEGORIE----------------*/

h1 {
    margin-top: 100px; /*marge extérieur haut*/
}


/*----------------FOOTER----------------*/

footer small {
    width: 80%; /*largeur*/
}


}