/*
Theme Name: Minimiser Theme
Author: Damien PICARD
Description: The most minimalist Wordpress theme compatible with Elementor
Requires at least: WordPress 5.0
Version: 1.0
*/

img {
  width: auto;
  height: auto;
}

/* -------------------------------------------------------------
Tout sauf Mobile
-------------------------------------------------------------- */

@media (min-width: 768px) {
}

/* -------------------------------------------------------------
Mobile & Tablette
-------------------------------------------------------------- */

@media (max-width: 992px) {
}

/* -------------------------------------------------------------
Mobile
-------------------------------------------------------------- */

@media (max-width: 768px) {
}

/* -------------------------------------------------------------
Tablette
-------------------------------------------------------------- */

@media (min-width: 769px) and (max-width: 992px) {
}

/* -------------------------------------------------------------
Laptop
-------------------------------------------------------------- */

@media (min-width: 993px) and (max-width: 1200px) {
}

/* -------------------------------------------------------------
Desktop
-------------------------------------------------------------- */

@media (min-width: 1201px) {
}
