<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2.fond_bleu{
	position:relative;
	background:#15a7e4;
	color:#FFF;
	width:100%;
	font-size:18px;
	text-indent:30px;
	padding:8px 0;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:25px;
	margin-bottom:15px;
}
div#contenu_hors_cta{
	position:relative;
	clear:left;
	width:100%;
	overflow:hidden;
}
div#cta_commande{
	position:relative;
	float:right;
	width:300px;
	margin:8px 0;
	border-top:1px solid #A8A8A8;
	border-bottom:1px solid #A8A8A8;
	margin-right:80px;
	overflow:hidden;
}
div#image_cta_commande{
	position:relative;
	float:left;
	background:url(../img/public/cta.jpg) no-repeat;
	height:100px;
	width:150px;
	background-size:100%;
}
div#message_cta_commande h3{
	font-size:15px;
	text-transform:uppercase;
	text-align:center;
	padding:12px 0 8px 0;
}
div#message_cta_commande p{
	font-size:12px;
	text-align:center;
}
div#produits{
	position:relative;
	float:left;
	width:60%;
}
div#complement{
	position:relative;
	float:right;
	width:35%;
	background-color:#f0f0f1;
	padding:1%;
}
.cmde {
	font-size:0.8em;
}
.produit{
	position:relative;
	border-top: 2px solid #A8A8A8;
	padding:1%;
	overflow:hidden;
}
.photo_article{
	position:relative;
	float:left;
	margin-right:1%;
	width:24%;
	background:#15a7e4;
}
.col_gauche{
	position:relative;
	float:left;
	margin-right:1%;
	width:43%;
}
.col_droite{
	position:relative;
	float:left;
	margin-right:1%;
	width:30%;
}
.col_gauche .nom{
	font-weight:bold;
	color:#666666;
	font-size:1.2em;
	width:100%;
}
.col_gauche .libelle{
	color:#666666;
	font-size:1em;
	width:100%;
	margin-top:10px;
}
.info_qte{
	position:relative;
	width:100%;
	display:table;
	color:#A8A8A8;
	margin:10px 0 10px 0;
}
.prix_ht{
	color:#A8A8A8;
	font-size:1.2em;
	font-weight:500;
}
.prix_ttc{
	color:#A8A8A8;
	font-size:1em;
	font-weight:500;
}
.total_ttc{
	color:#15a7e4;
	font-size:1.7em;
	font-weight:500;
	float:left;
	width:100%;
}
.petit{
	font-size:12px;
}
div#actions{
	position:relative;
	border-bottom:1px solid #999;
	overflow:hidden;
	padding-bottom:8px;
}
	
.code{
	position:relative;
	width:100%;
	text-align:center;
	border-bottom:1px solid #999;
	overflow:hidden;
	padding-bottom:8px;
}
.diminuer_qte,.augmenter_qte{
	position:relative;
	float:left;
	color:#15a7e4;
	font-size:1.5em;
	line-height:25px;
}
.diminuer_qte a,.augmenter_qte a{
	text-decoration:none;
	font-weight:bold;
	color:#15a7e4;
}
.qte{
	color:#666666;
	border:1px solid #666666;
	padding:3px 8px;
	float:left;
	margin:0 8px;
}
.suppr{
	position:relative;
	float:left;
	margin-top:20px;
	padding-left:19px;
	background:url(../img/public/corbeille.png) no-repeat;
	margin-bottom:8px;
	width:100%;
	min-height:21px;
}
.suppr a{
	text-decoration:none;
	color:#A8A8A8;
}
.titre_total, .montant_total{
	text-align:center;
	position:relative;
	float:left;
	width:50%;
}
.montant_total{
	font-size:2.2em;
	color:#15a7e4;
}
	
div#valide1{
	position:relative;
	width:100%;
	height:40px;
	background:#15a7e4;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
}
div#valide1 a{
	text-decoration:none;
	color:#FFF;
	display:block;
}
div#retour2{
	position:relative;
	width:100%;
	height:40px;
	background:#CCC;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
}
div#retour2 a{
	text-decoration:none;
	color:#FFF;
	display:block;
}
div#annule2 a{
	color:#A8A8A8;
	font-weight:bold;
	background:url(../img/public/corbeille.png) no-repeat;
	padding-left:19px;
	min-height:21px;
	display:block;
}
.recap p.bold{
	margin:20px auto;
	font-weight:bold;
	color:#706f6f;
}
.recap p.bold a{
	margin:20px auto;
	font-weight:bold;
	color:#15a7e4;
}
@media screen and (max-width : 750px) {
	h1{
		text-align:center;
		text-indent:0;
	}
	div#produits{
		float:none;
		width:100%;
	}
	div#complement{
		margin-top:10px;
		float:none;
		width:98%;
	}
}
@media screen and (max-width : 450px) {
	.col_gauche{
		width:39%;
	}
	.col_droite{
		width:34%;
	}
	.col_gauche .nom{
		font-size:10px;
	}
	.total_ttc{
		font-size:16px;
	}
	div#cta_commande{
	margin:8px auto;
	float:none;
	}
}
@media screen and (max-width : 350px) {
	.prix_ttc{
		font-size:0.9em;
	}
}</pre></body></html>