.elementor-989 .elementor-element.elementor-element-42bfee1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-989 .elementor-element.elementor-element-812de23{--display:flex;}.elementor-989 .elementor-element.elementor-element-2c1c6f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-989 .elementor-element.elementor-element-c930337{--spacer-size:100px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-989 .elementor-element.elementor-element-42bfee1{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1e38059 */.magasins-intro {
  width: 100%;
  max-width: 1100px;
  padding: 80px 40px 60px;
  margin: 0 auto;
  text-align: center;
}

.magasins-titre {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #0084cb;
  margin-bottom: 25px;
  line-height: 1.3;
}

.magasins-texte {
  font-size: 19px;
  color: #666;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.contenaire {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .magasins-intro {
    padding: 60px 30px 50px;
  }

  .magasins-titre {
    font-size: 32px;
  }

  .magasins-texte {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .magasins-intro {
    padding: 50px 20px 40px;
  }

  .magasins-titre {
    font-size: 26px;
  }

  .magasins-texte {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-468661a */.carte {
      opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */