/* ___________________________________________ */
/* AJUSTEMENT CSS DES PRIX */

/* Taille du texte annuel */
.offer_subline_limitation {	font-size: 13px;}
/* Prix barré */
.offer_price_special {text-decoration: line-through;}


/* ___________________________________________ */
/* SLOGAN PORTAILS PARTENAIRES */
.portal_bg_slogan {  background-color: #d4a117;  border-radius: 8px;   padding: 15px;  margin: 20px auto; }

/* INNOVAPHONE */
.portal_innov_slogan {
  color: black;
  font-family: Roboto;
  font-size: clamp(16px, 4vw, 24px); /* Taille adaptative */
  overflow-wrap: break-word; /* Pour gérer les retours à la ligne */
  font-weight: bold;
  line-height: 1.0;
}





/* ___________________________________________ */