.meta-menu-near-left {
  position: absolute;
  top: 30px;
  left: 200px;
  font-family: sans-serif;
}

.lang-switcher {
  position: relative;
  display: inline-block;
}

.lang-switcher-native {
  display: none;
}

.lang-switcher-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 68px;
  height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(229,229,229,0.68);
  cursor: pointer;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color .16s ease, background .16s ease;
}

.lang-switcher-toggle:hover,
.lang-switcher-toggle:focus,
.lang-switcher.is-open .lang-switcher-toggle {
  color: #c9a96e;
  background: rgba(255,255,255,0.06);
  outline: 0;
}

.lang-switcher-globe {
  display: none;
}

.lang-switcher-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateY(1px);
}

.lang-switcher-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 1001;
  min-width: 80px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #262626;
  box-shadow: 0 10px 24px rgba(0,0,0,0.32);
}

.lang-switcher.is-open .lang-switcher-menu {
  display: block;
}

.lang-switcher-option {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: color .16s ease, background .16s ease;
}

.lang-switcher-option:hover,
.lang-switcher-option:focus {
  color: #e5e5e5;
  background: #1c1c1c;
  outline: 0;
}

.lang-switcher-option.is-active {
  color: #c9a96e;
  background: rgba(201,169,110,0.10);
  font-weight: 700;
}

.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;
}

body.pc-compact-header .entete{
	height: 72px;
}

body.pc-compact-header .principal{
	top: 72px;
}

body.pc-compact-header .sub-principal{
	top: 114px;
}

body.pc-compact-header #panier-commande{
	top: 72px;
}

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

body.pc-compact-header #meta-translation{
	top: 14px;
}

body.pc-compact-header .meta-menu-near-left{
	top: 18px;
}

.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;
}

body.pc-compact-header .meta-menu-middle span,
body.pc-compact-header .meta-menu-left span{
	top: 24px;
}

.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;
}

body.pc-compact-header .meta-menu-left{
	top: 12px;
	height: 72px;
}

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

body.pc-compact-header .meta-menu-right{
	top: 11px;
	height: 72px;
}

.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{
}

body.pc-compact-header .meta-image{
	width: 44px;
}

body.pc-compact-header .meta-logo-image{
	max-height: 58px;
	width: auto;
}

/*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;
}

body.pc-compact-header .meta-commande{
	top: 72px;
}

.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;
}

.pc_footer_version{
	float: right;
	color: #bdbdbd;
	font-size: 11px;
	line-height: 20px;
}

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

#confirmer-logout{
	float: right;
	margin-right: 5%;
}
