.elementor-694 .elementor-element.elementor-element-b5ed0e9{--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;}/* Start custom CSS for html, class: .elementor-element-533d32e */.resultats-scolaires {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 40px 0;
  font-family: 'Poppins', sans-serif;
}

.carte {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.carte:hover {
  transform: translateY(-5px);
}

.titre {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #333;
}

.examen {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #555;
}

.taux {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.details {
  font-size: 14px;
  color: #777;
}

/* Styles spécifiques aux couleurs */
.carte-orange .taux { color: #ea7f00; }
.carte-bronze .taux { color: #b05e23; }
.carte-bleue .taux { color: #2591e0; }
.carte-verte .taux { color: #2cbe6d; }/* End custom CSS */