/* ========= Texte générique ========= */
p {
  color: black;
  font-size: 15px;
  padding-bottom: 12px;
  text-align: justify;
}
h3 {
  padding-bottom: 30px;
}

/* ========= Utilitaire couleur blanche ========= */
.text--white-important {
  color: #fff !important;
}

/* ========= Taille des items de la section Price ========= */
.price .rest li {
  font-size: 1.2rem;
  line-height: 0.5;
}
.price .rest li .icon {
  font-size: 1.5rem;
  vertical-align: middle;
}

/* ========= Liste Price centrée sous titre full‑width ========= */
/* on conserve width:100% du titre, on ne règle que la liste */
.row-price {
  width: 100%;          /* largeur du bloc liste */
  margin: 0 auto;      /* centrage horizontal */
  text-align: center;  /* centre le <ul> inline-block */
}

/* limite le <ul> à sa taille de contenu pour qu’il reste centré */
.row-price .rest {
  display: inline-block;
  text-align: left;    /* aligne les <li> à gauche à l’intérieur */
  margin: 0;
  padding: 0;
}

/* Décale le titre + l’image dans la section “Gestion des dossiers” */
.price.section-padding .row.align-items-center > .col-md-6:first-child {
  padding-left: 2rem !important;  /* ajustez la valeur à votre goût */
}
