

.iconb-64-boncadeau:before,
.icon-boncadeau { }
.iconb-64-coordonnees:before {  }

.montants { display: flex; flex-wrap: wrap; margin-right: -10px; }
.montants > * { padding: 0; }
.montants > .button.montant:last-child {  }
.button.montant { font-size: 16px; margin: 0 10px 10px 0; flex: 1; min-height: 48px; padding: 5px 20px; line-height: inherit;}
.button.montant > span { display: block; margin: auto; }
.button.active { background-color: #3a41a8; }
#boncadeauvaleur { width: 100px; text-align: center; }
.inbe.devise { position:relative; }
.inbe.devise:before { content: 'CHF'; display: block; line-height: 30px; position: absolute; right: 0; border-left: 1px solid #bebebe; font-size: 1rem; color: #bebebe; padding:0 0 0 6px; margin: 6px;
}

/* PAIEMENT */
.lineE { font-size: 1.3rem; }
.bonValeur { padding: 0 10px; background: #3048a8; color: #fff; box-shadow: 0 0 10px #498cc7; }
.bonCode {}

.details-bon { background-color: #fff; padding: 15px; }
.details-bon h3 { margin-top: 0; }
.details-bon [class^="line"] { display: flex; flex-wrap: wrap; }
.details-bon .lineM { border-bottom: 1px solid #e8e8e8; padding-bottom: 0.5rem; }
.details-bon .lineTotal { font-weight: bold; border-top: 3px double #000; padding-top: 0.5rem;  }

/*
.actions .button { background-color: #3048a8; padding: 0 20px 0 0; overflow: hidden; transition: 0.9s;  }
.actions .button:hover { box-shadow: 0 0 10px #666; }
.actions .button [class^="iconb-"] { display: inline-block; line-height: 48px; }
.actions .button .txt { padding: 0 20px; }
.actions .button .arrowR { position: relative; padding: 0 10px 0 10px; border-right: 1px solid rgba(255, 255, 255, 0.5); }
*/
@media (max-width:980px){
	.montants > .button.montant { width: calc(100% / 3 - 10px - 0.01px); flex: auto; }
}