/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 19:26:29 */
.elementor-widget-text-editor table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 20px 0 !important;
}

@media (max-width: 991px) {
  .elementor-widget-text-editor table {
    border: 0 !important;
    display: block !important;
  }

  .elementor-widget-text-editor table thead,
  .elementor-widget-text-editor table tbody,
  .elementor-widget-text-editor table tr {
    display: block !important;
  }

  .elementor-widget-text-editor table thead tr,
  .elementor-widget-text-editor table tbody tr:first-child {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    visibility: hidden !important;
  }

  .elementor-widget-text-editor table tbody tr {
    background: #ffffff !important;
    border: 0px solid #e0e0e0 !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
    display: block !important;
  }

  .elementor-widget-text-editor table tbody tr:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  }

  .elementor-widget-text-editor table td {
    display: block !important;
    border: 0 !important;
    padding: 12px 12px !important;
    position: relative !important;
    width: 100% !important;
  }

  .elementor-widget-text-editor table td:not(:last-child) {
    border-bottom: 1px solid #f5f5f5 !important;
  }

  .elementor-widget-text-editor table tbody tr td:first-child {
    background: #303c51 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 16px !important;
    border-radius: 0px !important;
    border-bottom: 0 !important;
  }

  .elementor-widget-text-editor table tbody tr td:first-child p {
    margin: 0 !important;
    color: #ffffff !important;
  }

  .elementor-widget-text-editor table tbody tr td:first-child b,
  .elementor-widget-text-editor table tbody tr td:first-child span,
  .elementor-widget-text-editor table tbody tr td:first-child strong {
    color: #ffffff !important;
    font-weight: 700 !important;
  }

  .elementor-widget-text-editor table tbody tr td:nth-child(2)::before {
    content: "Hospitalisation classique" !important;
    display: block !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .elementor-widget-text-editor table tbody tr td:nth-child(3)::before {
    content: "Accouchement" !important;
    display: block !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .elementor-widget-text-editor table td p {
    margin: 0 0 8px 0 !important;
    line-height: 1.6 !important;
    font-size: 14px !important;
  }

  .elementor-widget-text-editor table td p:last-child {
    margin-bottom: 0 !important;
  }

  .elementor-widget-text-editor table td b,
  .elementor-widget-text-editor table td strong {
    color: #333 !important;
    font-weight: 600 !important;
  }

  .elementor-widget-text-editor table td span {
    color: #555 !important;
  }
}

.elementor-widget-text-editor table * {
  box-sizing: border-box !important;
}

.elementor-widget-text-editor table span[style] {
  font-family: inherit !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .elementor-widget-text-editor table tbody tr {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


