.elementor-1222 .elementor-element.elementor-element-d0f8f61 > .elementor-element-populated{padding:1em 1em 1em 1em;}.elementor-1222 .elementor-element.elementor-element-cba8145{text-align:center;}@media(max-width:1024px) and (min-width:768px){.elementor-1222 .elementor-element.elementor-element-d0f8f61{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-cba8145 *//* Sépare le style du HTML */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* garde les colonnes égales si besoin */
  font-family: inherit;
  font-size: 1rem;
}

.pricing-table thead th {
  padding: 14px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.pricing-table tbody td {
  padding: 14px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
      background-color: #ffffff !important;
    font-size: 20px;
}

/* Optionnel : responsive — empile les cellules sur petits écrans */
@media (max-width: 480px) {
  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
    width: 100%;
  }

  .pricing-table thead {
    display: none; /* cache l'entête pour l'affichage empilé */
  }

  .pricing-table tbody tr {
    margin-bottom: 12px;
    border: 1px solid #e6e6e6;
    padding: 8px;
  }

  .pricing-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  /* dernier td sans bord bottom */
  .pricing-table tbody td:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c5dbd20 *//* Sépare le style du HTML */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* garde les colonnes égales si besoin */
  font-family: inherit;
  font-size: 1rem;
}

.pricing-table thead th {
  padding: 14px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.pricing-table tbody td {
  padding: 14px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
      background-color: #ffffff !important;
    font-size: 20px;
}

/* Optionnel : responsive — empile les cellules sur petits écrans */
@media (max-width: 480px) {
  .pricing-table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table th,
  .pricing-table td,
  .pricing-table tr {
    display: block;
    width: 100%;
  }

  .pricing-table thead {
    display: none; /* cache l'entête pour l'affichage empilé */
  }

  .pricing-table tbody tr {
    margin-bottom: 12px;
    border: 1px solid #e6e6e6;
    padding: 8px;
  }

  .pricing-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  /* dernier td sans bord bottom */
  .pricing-table tbody td:last-child {
    border-bottom: none;
  }
}/* End custom CSS */