/*------------------------------------------------------***Style for Dev 2***------------------------------------------------------*/

/* BEN AUTO BREIZH – inline communes */
#ben-inline-root{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
  color:#0f172a;
  line-height:1.6;
}
#ben-inline-root .red-color{color:#E30613}

/* link-style buttons kept inline */
#ben-inline-root .ben-inline-link{
  display:inline !important;
  background:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 0 0 .4ch !important;
  color:#E30613 !important;
  font:inherit !important;
  cursor:pointer !important;
  vertical-align:baseline !important;
  font-size: 24px !important;	
}

/* strong hide that beats theme rules */
#ben-inline-root .is-hidden{display:none !important}

/* extra text initially hidden */
#ben-inline-root .ben-extra{display:none}

/*tarif table*/
.tarif-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #efeff5;
  border: 2px solid #342a80;
}

.tarif-table th {
  background-color: #342a80;
  color: #efeff5;
  padding: 12px;
  border: 1px solid #342a80;
}

.tarif-table td {
  padding: 12px;
  border: 1px solid #c1bdd9;
  color: #342a80;
}

.tarif-table tr:nth-child(even) {
  background-color: #efeff5;
}

.tarif-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.tarif-table em {
  font-style: italic;
}

.tarif-table small {
  color: #342a80;
  font-size: 0.9em;
}

