.elementor-4276 .elementor-element.elementor-element-ca45b8b{--display:flex;--margin-top:50px;--margin-bottom:050px;--margin-left:20px;--margin-right:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-4276 .elementor-element.elementor-element-cf576a7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4276 .elementor-element.elementor-element-cf576a7 .elementor-heading-title{font-size:var( --e-global-typography-1f5cd98-font-size );font-weight:var( --e-global-typography-1f5cd98-font-weight );line-height:var( --e-global-typography-1f5cd98-line-height );}.elementor-4276 .elementor-element.elementor-element-1eef51b{--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;}@media(max-width:1024px){.elementor-4276 .elementor-element.elementor-element-cf576a7 .elementor-heading-title{font-size:var( --e-global-typography-1f5cd98-font-size );line-height:var( --e-global-typography-1f5cd98-line-height );}}@media(max-width:767px){.elementor-4276 .elementor-element.elementor-element-cf576a7 .elementor-heading-title{font-size:var( --e-global-typography-1f5cd98-font-size );line-height:var( --e-global-typography-1f5cd98-line-height );}}/* Start custom CSS for html, class: .elementor-element-be3bf96 *//* Conteneur général */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grille responsive */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* Cartes d'information */
.info-card {
  background: #EFF9FA;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Titres dans les cartes */
.info-card h3 {
  color: #007B89;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Texte normal */
.info-card p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #333;
}

/* Mise en avant de \"Notre avis\" */
.info-card p strong {
  display: block;
  margin-top: 10px;
}

/* Titre principal */
h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 .variante-rouge {
  color: #C63B3C;
}/* End custom CSS */