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

/* Taille du texte annuel */
.offer_subline_princ {  line-height: 0.2;}
.offer_subline_limitation { line-height: 0.2; font-size: 13px;}
/* Prix barré */
.offer_price_special {text-decoration: line-through;}
/* Détail nb de message */
.offer_nbmessage_detail{font-size: 10px; }

/* ___________________________________________ */
/* SLOGAN PORTAILS PARTENAIRES */
/* INNOVAPHONE */
.portal_bg_slogan_innovaphone {  background-color: #d4a117;  border-radius: 8px;   padding: 15px;  margin: 20px auto; }
.portal_bg_slogan_innovaphonepro {  background-color: #621c5d;  border-radius: 8px;   padding: 15px;  margin: 20px auto; }
.portal_innov_slogan {
  color: white;
  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;
}
.portal_innovpro_slogan {
  color: white;
  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;
}




/* ___________________________________________ */