/*
Theme Name: Moustache
Theme URI: www.moustachestudio.fr
Template: Divi
Author: Agence Moustache
Author URI: www.moustachestudio.fr
Version: 3.24.1781680018
Updated: 2026-06-17 07:06:58

*/
/* AJOUT DEGRADE AU TEXT */
/* EXEMPLES :
<h3 class="title-gradient">Votre titre</h3>
<h3 class="title-gradient-anim">Votre titre</h3>
*/

.title-gradient{
  background:linear-gradient(120deg,#e7213a 0%,#ff4d63 35%,#8b5cf6 70%,#0090e7 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  display:inline-block;
}

/* BOUTON DEVIS */
.hero-nav-cta {
    background: var(--primary);
    color: white;
    padding: 9px 18px;
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 600;
}

/* Badge croissance*/
.pv-test-result {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 12px;
    padding: 4px 9px;
    background: #f0fdf4;
    border-radius: var(--radius-pill);
}