/* Témoignage — titre. Mobile par défaut, override desktop dans
   country.css @media (min-width:1100px). Figma 600:2781 : Asul Regular
   400, 17px, 1 ligne. Hauteur fixe 24px (même si vide) → tous les
   slides du carousel ont la même hauteur, pas de saut au changement. */
.paroles-users_description_title{
    color: #FFF;
    text-align: center;
    font-family: Asul;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    align-self: stretch;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help;
}

.aime-bloc__list, .specialiste-bloc__edito{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

.body-m.prestation-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.layout .btn--orange{
    display: flex;
    padding: 13px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30.076px;
    border: 1px solid #F39E00;
    background: #F39E00;
    width: max-content;

    color: #FFF;
    text-align: center;
    font-family: Asul;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 93.75% */
}


