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

/* General */

body {
  margin: 0 !important;
}

img {
  width: auto;
  height: auto;
}

p {
}

h1 {
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 25px !important;
}


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

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


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

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

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

@media (max-width: 768px) {
	
	h1.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
} 
}

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

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

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

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

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

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