/*
Theme Name: France Echelles
Theme URI:  https://odiens.com
Author:     Odiens
Author URI: https://odiens.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

#eael-post-grid-6fbcda6 > div.eael-post-grid.eael-post-appender.eael-post-appender-6fbcda6.eael-post-grid-style-one {
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 100%;
}

/* Mobile (Elementor par défaut : ≤ 767px) */
@media (max-width: 767.98px) {
  #eael-post-grid-6fbcda6 > div.eael-post-grid.eael-post-appender.eael-post-appender-6fbcda6.eael-post-grid-style-one {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Très petits écrans (optionnel : ≤ 480px) */
@media (max-width: 480.98px) {
  #eael-post-grid-6fbcda6 > div.eael-post-grid.eael-post-appender.eael-post-appender-6fbcda6.eael-post-grid-style-one {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}