.elementor-20353 .elementor-element.elementor-element-15317fe{--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-20353 .elementor-element.elementor-element-15317fe:not(.elementor-motion-effects-element-type-background), .elementor-20353 .elementor-element.elementor-element-15317fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BD5B5B;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20353 .elementor-element.elementor-element-9291092 > .elementor-widget-container{margin:50px 10px 10px 10px;padding:0px 0px 0px 0px;}.elementor-20353 .elementor-element.elementor-element-9291092{z-index:9999;text-align:center;}.elementor-20353 .elementor-element.elementor-element-9291092 .elementor-heading-title{-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;color:#FFFFFF;}.elementor-20353 .elementor-element.elementor-element-10b8435{--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-20353 .elementor-element.elementor-element-10b8435:not(.elementor-motion-effects-element-type-background), .elementor-20353 .elementor-element.elementor-element-10b8435 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A4B1C0;}.elementor-20353 .elementor-element.elementor-element-c2139a7{--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-20353 .elementor-element.elementor-element-f7d4d28.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-af14ab1 */.tarif-container {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 30px auto;
  max-width: 900px;
  color: #333;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.tarif-container h2 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #e91e63;
}
.tarif-table { width: 100%; border-collapse: collapse; }
.tarif-table th, .tarif-table td { padding: 12px; text-align: center; }
.tarif-table th { background: rgba(255, 255, 255, 0.25); font-weight: bold; }
.tarif-table tr:nth-child(even) { background: rgba(255, 255, 255, 0.1); }

.tarif-table td:nth-child(1),
.tarif-table th:nth-child(1) {
  text-align: left;
}
.tarif-table td:nth-child(2),
.tarif-table td:nth-child(3),
.tarif-table th:nth-child(2),
.tarif-table th:nth-child(3) {
  text-align: center;
}

@media (max-width: 768px) {
  .tarif-table, .tarif-table thead, .tarif-table tbody, .tarif-table th, .tarif-table td, .tarif-table tr {
    display: block;
    width: 100%;
  }

  .tarif-table tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.6); /* effet glassmorphism possible */
    backdrop-filter: blur(12px);
  }

  .tarif-table td {
    text-align: left;
    padding: 6px;
    position: relative;
  }

  .tarif-table td::before {
    content: attr(data-label); /* affiche l’intitulé de la colonne */
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #444;
  }

  .tarif-table th {
    display: none; /* cache l’en-tête */
  }
}/* End custom CSS */