#page .box-message {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #acaaa6;
	background: #f5f2f2;
	color: #878787;
	font-size: 14px;
	line-height: 1.5;
}

#page .box-message p:last-child {
	margin-bottom: 0;
}

h3, h4 {
	font-family: 'Barlow Condensed', sans-serif;
}

.entete_panier {
	border-top:1px solid #CCC;
}

.entete_panier, .ligne_produit, .ligne_total {
	padding:1rem;
	text-align:center;
}

.entete_panier, .ligne_produit, .bon_reduction, .souligne_total {
	border-bottom:1px solid #CCC;
}

.titre_produit, .prix_u, .prix_t, .bon_reduction, .ligne_total {
	font-size:20px;
	font-weight:bolder;
}

#label_bon_reduction {
	font-size:14px;
}

.image_produit img {
	border:1px solid orange;
}

.bon_reduction {
	padding:1rem 1rem 1.5rem 1rem;
}

.suppr_bon_reduction {
	color:black;
	font-size:16px;
}

.ligne_produit a {
	text-decoration:none;
	color:black;
	font-size:16px;
}

.gratuit {
	color:#f4ae22;
}

/* --------------------------------------------------------------- */
/*
/* Choix des adresses
/*
/* --------------------------------------------------------------- */
#adresse_livraison, #adresse_facturation {
	margin-bottom:3rem;
}

#adresse_livraison p, #adresse_facturation p {
	font-weight:bold;
}

/* --------------------------------------------------------------- */
/*
/* Livraison et mode de paiement
/*
/* --------------------------------------------------------------- */
.livraison, .mode_paiement {
	/*margin-left:5rem;*/
	border:1px solid #CCC;
	margin-bottom:15px;
	padding:10px;
	border-radius:7px;
	cursor: pointer;
}

.livraison .container_radio, .mode_paiement .container_radio {
	display: inline-block;
}

.livraison .icone, .mode_paiement .icone {
	font-size:42px;
	color:#f4a300;
}

.commande_submit {
	margin-top:3rem;
}

.titre_commande {
	font-weight:bold;
	font-size:16px!important;
}

.livraison .titre_commande {
	margin-bottom:0.25rem;
}

.livraison .titre_commande span {
	border-bottom:1px solid #CCC;
}

.livraison .retrait_magasin label {
	margin-bottom:0.25rem!important;
}

@media (max-width:575px) {
	.livraison, .mode_paiement {
		margin-left:0;
	}
}

/* --------------------------------------------------------------- */
/*
/* Récapitulatif
/*
/* --------------------------------------------------------------- */

.recapitulatif section {
	margin-bottom:3rem;
}

.recapitulatif section:last-child {
	margin-bottom:0;
}



@media screen and (max-width: 991px){
	.titre_produit, .prix_u, .prix_t, .bon_reduction, .ligne_total{
		font-size: 13px;
	}
}
