<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-backdrop{
 	opacity:0;
}
.modal-backdrop.in{
 	opacity:.7;
}

.btn{
	background: #cd1c24;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 8%;
}

.btn:disabled{
	color: black;
	border-color: #939393;
	background-color: #939393;
}

.btn:focus,.btn:active {
	outline: none;
	box-shadow: none;
}

/*Main block*/
.principal{
  position: absolute;
  overflow-x: auto;
	top: 100px;
	bottom: 0px;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
}

.sub-principal{
  position: fixed;
  overflow-x: auto;
	top: 142px;
	bottom: 0px;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
}

/*Header*/
.entete{
	position:fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #1e1e1e;
	z-index: 999;
}

#meta-translation{
	position: fixed;
	top: 20px;
	left: 240px;
}

.meta-menu-middle{
	text-align: center;
}

.meta-menu-middle span{
	position: fixed;
	top: 35px;
	color: #cd1c24;
	font-weight: bold;
	transform: translate(-50%, 0);
	text-decoration: none;
}

.meta-menu-left span{
	position: fixed;
	top: 35px;
	color: #cd1c24;
	font-weight: bold;
	text-decoration: none;
}

.meta-menu-left{
	position: fixed;
	top: 20px;
	left: 100px;
	width: 20px;
	height: 100px;
}

.meta-menu-right{
	position: fixed;
	top: 20px;
	right: 100px;
	width: 20px;
	height: 100px;
	cursor: pointer;
}

.meta-menu-right a{
	color: black;
	text-decoration: none;
}

.meta-menu-right a:focus{
	background: #cd1c24;
	color: white;
}

.meta-bloc-nombre{
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	width: 20px;
	height: 20px;
	background-color: #cdcdcd;
	filter: alpha(opacity=80);
 	text-align: center;
	font-size: 12px; 
	top: 8px;
	right: 0;
}

.meta-image{
	width: 50px;
}

.meta-logo-image{
}

/*Menu principal*/
.main-menu{
	position: fixed;
	z-index: 1;
	background-color: white;
	top: 100px;
	width: 100%;
	height: 45px;
	-webkit-box-shadow: 0 2px 2px #cdcdcd;
	-moz-box-shadow: 0 2px 2px #cdcdcd;
	box-shadow: 0 2px 2px #cdcdcd;
}

.menu-stroke{
	width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-stroke ul{
	list-style: none;
	text-align: center;
}

.menu-stroke ul li{
 	display: inline-block;
}
.menu-stroke ul li a{
	padding: 0 18px;
	text-decoration: none;
	color: rgb(70, 70, 80);
	font-family: 'Bookman Old Style', serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-stroke ul li a,
.menu-stroke ul li a:after,
.menu-stroke ul li a:before {
  transition: all .5s;
}

.menu-stroke ul li a:hover {
	color: #cd1c24;
}

/*Panier*/
#panier-commande{
	position: fixed;
	z-index: 2;
	background: white;
	overflow-x: auto;
	top: 100px;
	bottom: 0px;
	right: 0;
	width: 0;
}

/*Historique et Commande*/
.meta-commande{
	position: absolute;
	overflow-x: auto;
	top: 100px;
	bottom: 0px;
	width: 820px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.meta-commande-reminder{
	font-size: 18px;
	font-weight: bold;
	padding: 2%;
	text-align: center;
}

/*Histoire OU Panier commandes*/
.meta-commande-titre{
	font-size: 20px;
	font-weight: bold;
	padding: 1%;
	text-align: center;
}

.meta-commande-contenu{
	position: relative;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 10%;
	-webkit-box-shadow: 0 2px 2px #cdcdcd, 0 -2px 2px #cdcdcd;
	-moz-box-shadow: 0 2px 2px #cdcdcd, 0 -2px 2px #cdcdcd;
	box-shadow: 0 2px 2px #cdcdcd, 0 -2px 2px #cdcdcd;
}

.meta-article{
	cursor: pointer;
	width: 90%;
	margin: auto;
	padding: 1%;
	border-bottom: 1px solid grey;
}

.meta-article:last-child{
	border-bottom: none;
}

.meta-article-nombre{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #cdcdcd;
	margin-right: 5px;
	text-align: center;
	font-size: 12px; 
}

.meta-article-texte{
	display: inline-block;
	vertical-align: middle;
	min-height: 80px;
	padding-top: 2%;
	max-width: 62%;
}

.meta-article-titre{	
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.meta-article-description{
	text-align: left;
	font-size: 14px;
}

.meta-article-choix{
	text-align: left;
	font-size: 10px;
}

.meta-article-image{
	display: inline-block;
	vertical-align: middle;
	float: right;
	width: 101px;
	height: 75px;
	object-fit: cover;
	object-fit: contain;
}

.meta-commande-total{
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	padding: 1% 5%;
}

.meta-commande-note{
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	padding: 2% 5%;
}

.meta-commande-additional{
	text-align: left;
	font-size: 14px;
	padding: 0% 5%;
}

.meta-commande-remark{
	text-align: center;
	font-size: 16px;
	padding: 3% 5%;
}

#historique{
	float: left;
	margin-top: 2%;
	margin-left: 12px;
	margin-bottom: 2%;
}

#commande-continuer{
	float: right;
	margin-top: 2%;
	margin-right: 12px;
	margin-bottom: 2%;
}

#commande-retourner{
	float: left;
	margin-left: 5%;
}

#commande-valider{
	float: right;
	margin-right: 5%;
}

.customer_infos{
	width: 70%;
}

/*Customer block in panier*/
.customer-titre{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

.adresse-bloc{
	display: block;
	font-weight: bold;
	text-align: center;
}

/*Payement block in panier*/
.paiement-titre{
	font-size: 16px;
	font-weight: bold;
	margin-top: 2%;
	text-align: center;
}

.paiement-contenu{
	width: 100%;
	margin-bottom: 30px;
}

.paiement-type{
	width: 60%;
	margin: auto;
	padding-top: 2%;
	border-bottom: 1px solid grey;
}

.paiement-image{
	display: block;
	text-align: center;
	margin: auto;
	width: auto;
	height: 80px;
}

.paiement-type-titre{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pc_footer{
  position:fixed;
	height: 50px;
	width:100%;
	bottom:0px;
	z-index: 999;
  background-color: #1e1e1e;
}

.pc_footer_bloc{
	margin-left: 100px;
	margin-right: 100px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_footer_texte{
	font-size: 14px;
	display: inline;
	color: white;
}

.pc_footer_logo{
	display: inline;
}

#annuler-logout{
	float: left;
	margin-left: 5%;
}

#confirmer-logout{
	float: right;
	margin-right: 5%;
}
</pre></body></html>