/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@media (width: 1024px) {
  [data-animate] {
  	overflow-x: hidden !important;
		max-width: 100vw;}
}

@media (max-width: 1024px) {
  [data-animate] {
    overflow-x: hidden !important;
    position: relative;
    max-width: 100vw !important; /* Limiter la largeur */
    transform: none !important; /* Désactiver les transformations */
    margin: 0 auto; /* Centrer le contenu */
  }

  [data-animate] * {
    max-width: 100%;
    transform: none !important; /* Réinitialise les transformations des enfants */
    margin: 0 auto;
  }
}
