.elementor-428 .elementor-element.elementor-element-66afe7b{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-428 .elementor-element.elementor-element-0b81a2c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-0b81a2c *//* ==== OptiRumi - bloc horaires (style cartes + teal) ==== */
.opti-hours{
  padding: 10px 0;
}

/* Carte */
.opti-hours__card{
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.06);
  padding: 34px 34px 26px;
}

/* En-tête */
.opti-hours__title{
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #0b5f5b; /* vert pétrole */
}

.opti-hours__line{
  width: 160px;
  height: 4px;
  background: #0b5f5b;
  margin: 14px 0 12px;
}

.opti-hours__subtitle{
  margin: 0 0 22px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.6;
}

/* Lignes */
.opti-hours__rows{
  display: grid;
  gap: 14px;
}

.opti-hours__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 10px;
  background: #f7f7f7; /* gris clair comme tes sections */
  border: 1px solid rgba(0,0,0,0.06);
}

.opti-hours__label{
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
}

/* Badge "pilule" */
.opti-hours__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #cfeeee;   /* cyan clair */
  color: #0b5f5b;        /* teal */
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  min-width: 170px;
  text-align: center;
}

/* Note garde */
.opti-hours__note{
  margin: 18px 0 0;
  font-si/* End custom CSS */