* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: system-ui, sans-serif;
}

body{
	min-height: 100vh;
	background: #f5f5f5;
}

a {
  color: #7798be;
  text-decoration: none;
}

.mask{
	background:rgba(0,0,0,0.5);
	display:none;
	width:100%;
	height: 100vh;
	position:fixed;
	top:0;
	left:0;
	display:none
}

.open-sidebar .mask{
	display:block;
	z-index:10;
}

.wrap-shop-login{
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: #c3cdc6;
}
.form-shop-login{
	width: 400px;
	height: auto;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	text-align: center;
}
.form-shop-login h1{
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	color: #111;
}

.form-shop-login label {
  display: block;
  text-align: left;
  margin-bottom: .5rem;
  font-weight: 500;
  color: #333;
}

.form-shop-login input {
  width: 100%;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.form-shop-login button {
  width: 100%;
  padding: .75rem;
  background: #05a0d6;
  border: none;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.header{
	height: 90px;
	background: #6a8fb9;
	display:flex;
}
.open-menu{
	cursor:pointer;
	width: 170px;
	background: rgba(0,0,0,0.1);
	background: url("../images/templates/logopretty.png") no-repeat scroll right 5px center;
	background-size: 98px 57px; 
}
.header-info{
	flex:1;
	display: flex
}

.menu-icon {
	display: block;
	width: 45px;
	height: 36px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
	margin-top: 28px;
}

.menu-icon span {
	background: #fff;
	display: block;
	height: 5px;
	width: 100%;
	margin: 10px 0;
	transition: 0.3s;
	border-radius: 3px;
}
.box-cstands{
	display: flex;
	align-items: center;
	margin-left: 50px;
	flex:1;
}
.box-stat{
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.wrap-langues{
	position: relative;
}
.langue-liste{
	position:absolute;
	background:#f8f8fe;
	padding: 5px;
	border-radius: 5px;
	right: 0px;
	display: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.wrap-langues.open .langue-liste{
	display: block;
}
.langue-encours{
	cursor: pointer;
	display: flex;
	align-items: center;
	background: transparent url("../images/templates/arrow_tobottom_white.png") no-repeat scroll right 5px center;
	padding-right: 20px;
	background-size: 10px 8px;

}
.langue-item{
	display:flex;
	width: 100px;
	border: 1px solid transparent;
	padding: 4px;
	border-radius: 4px;
	align-items: center;
}
.langue-item:hover{
	border: 1px solid #bbb;
	background: #fff;
}
.btn-toggle-cstandlieux{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	border-radius: 5px;
	color: #eee;
	cursor: pointer;
	background: #0e1319 url("../images/templates/arrow_toright_white.png") no-repeat scroll center center;
	background-size: 6px 8px;
}
.wrap-content-cstandlieux{
	width: 4px;
	height: 12px;
}
.content-cstandlieux{
	display:none;
	position: absolute;
	background: #fff;
	padding: 10px 10px;
	margin-top: 5px;
	margin-left: 9px;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.content-cstandlieux a{
	display: flex;
	height: 30px;
	align-items: center;
	padding: 0 10px;
	border-radius: 4px;
	color: #2d3b48;
}
.content-cstandlieux a:hover{
	background: #b7bfb4;
	color: #131c24;
}
.wrap-content-cstandlieux.open .content-cstandlieux{
	display:block;
}

.cstand-encours{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.sidebar{
	position: absolute;
	background: #fff;
	top: 0px;
	height: 100vh;
	width: 250px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	left:-270px;
	transition: left 0.3s ease;
	z-index: 20;
}
.top-sidebar{
	background: #000;
	color:#fff;
	height: 80px;
	position: relative;
}
.top-sidebar div{
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	padding-left: 10px;
}
.btn-close-sidebar{
	position: absolute;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 5px;
	top: 10px;
	font-size: 21px;
	font-weight: bold;
	cursor: pointer;
}
.open-sidebar .sidebar{
	left:0px;
}

.sidebar_menu{
	height: calc( 100% - 200px );
	overflow-y: auto;
}

.sidebar_account{
	background:#eee;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.body-side{
	position: absolute;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	width: 170px;
	background: #fafafa;
	top: 90px;
	height: calc( 100vh - 90px );
	overflow-y: auto;
	padding-bottom: 20px;
}
.titre-liens-produit{
	font-weight: bold;
	color: #6a8fb9;
	text-align: center;
	margin-top: 26px;
}
.wrap-liens-produit{
	display:flex;
	flex-direction: column;
	align-items: center;
}
.lien-produit{
	display: flex;
	margin-top: 20px;
	width: 80px;
	height: 80px;
	justify-content: center;
	text-align: center;
	background: #6a8fb9;
	/*border: 1px solid #6a8fb9;*/
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.lien-produit img{
	width: 80px;
	height: 80px;
}
.body-content{
	width: calc( 100% - 170px );
	background: #f5f5f5;
	height: calc( 100vh - 90px );
	margin-left: 170px;
	overflow: auto;
	padding: 20px;
}

.liste-menus ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.liste-menus ul li{
	display: flex;
	margin-top: 14px;
	margin-left: 12px;
	border-radius: 11px;
	height: 40px;
	align-items: center;
	width: calc( 100% - 25px );
}

.liste-menus ul li a{
	font-size: 17px;
	display: flex;
	height: 100%;
	align-items: center;
	width: 100%;
	padding-left: 40px;
	background: url("../images/templates/menu_commande.png") no-repeat scroll left 5px center;
	background-size: 28px 28px; 
}

.liste-menus ul li.active{
	background-color:#6a8fb9;
}

.liste-menus ul li.active a{
	color: #fff;
	font-size: 24px;
}

/***********************/
#ct_tab .tab_cmd {
  display: inline-block;
  padding: 6px 10px;
  background: #bbb;
  cursor: pointer;
}
#ct_tab .tab_cmd.selected {
  background: #888;
}
.ct_cmd {
  display: none;
  margin-top: 10px;
}
.ct_cmd.selected {
  display: block;
}

.shop-recherche{
	display: flex;
	justify-content: right;
	align-items: center;
}
.shop-recherche .form-group{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.shop-recherche .form-group input{
	margin-left: 12px;
}
.btn-rechercher{
	border: none;
	background: #8e8f91;
	padding: 0 30px;
	display: flex;
	height: 21px;
	border-radius: 12px;
	color: #fff;
	align-items: center;
	font-size: 12px;
}
.title_ct_tab{
	font-weight: bold;
	margin: 10px 0;
	padding-left: 34px;
	font-size: 23px;
	background: url("../images/templates/menu_commande.png") no-repeat scroll left center;
	background-size: auto;
	background-size: 28px 28px;
}

.table_commandes{
	width: 100%;
	border-collapse: collapse;
}

.table_commandes .th{
	background: #b1b1b1;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.table_commandes .th td{
	padding: 4px;
	border-left: 1px solid #fff;
}
.table_commandes .ligne{
	text-align: center;
}
.table_commandes .ligne td{
	border-bottom: 2px solid #bababa;
}
.table_commandes .ligne img{
	max-height: 130px;
}

.table_commandes .ligne:nth-child(odd) {
  background-color: #fff;
}
.zone-erreur{
	padding: 10px;
	margin: 10px 0;
	background: #ddd;
	border: 1px solid #eee;
}

.p-modal {
	position: fixed;
	z-index: 99;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-dialog {
	width: 500px;
	overflow: auto;
	color: #000;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	position: relative;
	margin: auto;
	overflow: visible;
	border-radius: 5px;
}

.cross-p-close {
	position: absolute;
	display: flex;
	right: -12px;
	top: -12px;
	background: #222;
	color: #fff;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.paiment_item_wrap {
  display: flex;
}
.paiment_item_wrap div {
  display: flex;
  align-items: center;
  padding: 2px 15px;
}
.paiment_item_wrap img {
  width: 80px;
}
input[type="text"]:not(.txt_cnx) {
  border: 1px solid #aaaaaa;
  height: 24px;
  padding: 0 10px;
}
.bloc_enc {
  padding: 10px;
  background: #eee;
  margin: 10px 0;
  border: 1px solid #aaa;
  font-weight: bold;
}
.bloc_arendre {
  padding: 5px;
  margin: 7px;
  background: #eee;
}
.bloc_suiteaction {
  text-align: center;
}
.content_btn_valid_paiement {
  margin: auto;
  text-align: center;
  padding: 0 5px;
  margin: 16px 0 0;
}
.content_btn_valid_paiement .btn_valid_paiement {
  display: inline-block;
  background: #777;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.ligne_action{
	text-align:center;
}
.confirm_modif_moyen{
	background: #111;
	color: #fff;
	display: inline-flex;
	width: 100px;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-weight: bold;
	cursor: pointer;
}

.wrap-modif-suppr{
	display: inline-flex;
	justify-content: space-between;
	width: 100px;
	margin-top: 12px;
}

.wrap-modif-suppr .btn_modif{
	display: inline-flex;
	background: #6d91bc;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	align-items:center;
	justify-content: center;
	color:#fff;
}

.wrap-modif-suppr .btn_suppr{
	display: flex;
	background: #f64240;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	align-items:center;
	justify-content: center;
	color:#fff;
}

.lien_liste_cmd{
	margin: 10px 0;
}

.lien_liste_cmd a{
	display: inline-flex;
	background: #999;
	color: #fff;
	height: 28px;
	padding: 0 16px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	margin-right: 3px;
}

#commande_preparee{
	display:flex;
	gap: 10px;
}

#cp_left{
	flex:1;
	border: 4px solid #1c2727;
	border-radius: 4px;
}
#cp_left a{
	color:#000;
}

#cp_right{
	width: 320px;
}

.info_commande {
  padding: 7px;
  color: #fff;
  background: #1c2727;
}
.tab_produit {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
.tab_produit a {
  display: block;
  padding: 5px;
}
.bloc_action {
  border: 4px solid #1dc7d8;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #aaa;
}
.coord_item input[type="submit"] {
  display: inline-block;
  border-radius: 4px;
  background: #888;
  color: #fff;
  padding: 4px 15px;
  height: 23px;
  border: none;
  text-transform: capitalize;
}
.action_perso {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

.action_titre {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

.btn_revenir {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #e27a22;
  display: block;
  color: #fff;
  margin: 0 0 10px;
  border-radius: 5px;
}
.bouton_bleu {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #22c5e2;
  display: block;
  color: #fff;
  margin: 5px 0;
  border-radius: 5px;
}
.bouton_gris {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #b3b3b3;
  display: block;
  color: #fff;
  margin: 5px 0;
  border-radius: 5px;
}
.bouton_rouge {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #8c1616;
  display: block;
  color: #fff;
  margin: 5px 0;
  border-radius: 5px;
}
.fabrication .nom_etape {
  text-transform: uppercase;
  color: #2ac3d1;
  font-weight: bold;
}
.flag-FR{
	display: inline-block;
	background: url('../images/templates/drapeaux.png') -1232px -0px;
	width: 22px;
	height: 15px;
	margin-right: 6px;
}
.flag-EN{
	display: inline-block;
	background: url('../images/templates/drapeaux.png') -3762px -0px;
	width: 22px;
	height: 15px;
	margin-right: 6px;
}
.ca-wrap{
	background: #fff;
	margin-right: 10px;
	height: 78px;
	border-radius: 10px;
	padding: 3px 12px;
	display: flex;
}
.ca-summary{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url("../images/templates/icon-open-ca.png") no-repeat scroll left center;
	background-size: auto;
	background-size: 12px 30px;
	padding-left: 24px;
}
.ca-wrap.open .ca-summary{
	background: #fff;
	padding-left: 0px;
}
.load .ca-summary{
	opacity: 0.2;
}
.ca-summary-title{
	
}
.ca-summary-amount{
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	color: #009cd5;
	filter: blur(8px)
}
.ca-summary-amount:hover{
	filter: blur(0px)
}
.open .ca-summary-amount{
	filter: blur(0px)
}
.ca-details{
	border-left: 2px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
	display: none;
}
.load .ca-details{
	opacity: 0.2;
}
.ca-search{
	border-left: 2px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	display: none;
}
/*
.ca-action{
	position: relative;
	display: none;
}
*/
.ca-wrap.open .ca-details{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ca-wrap.open .ca-search{
	display: block;
}
/*
.ca-wrap.open .ca-action{
	display: block;
}
*/
.ca-close{
	color: #6a8fb9;
	display: flex;
	position: absolute;
	z-index: 20;
	right: -23px;
	font-weight: bold;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	cursor: pointer;
	top: -8px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #111;
}
.ca-close span{
	transform: translateY(-2px);
}

#datevalidationdebut, #datevalidationfin{
	background: #b3e3f3;
	border-radius: 15px;
}

.ca-cb{
	background: url("../images/templates/icon-espece.png") no-repeat scroll left center;
	background-size: 20px 20px;
	padding-left: 27px;
}

.ca-espece{
	background: url("../images/templates/icon-espece.png") no-repeat scroll left center;
	background-size: 20px 20px;
	padding-left: 27px;
}

.ca-cheque{
	background: url("../images/templates/icon-espece.png") no-repeat scroll left center;
	background-size: 20px 20px;
	padding-left: 27px;
}

.btn-shop{
	display: inline-flex;
	padding: 7px;
	align-items: center;
	justify-content: center;
	border-radius: 17px;
	color: #fff;
	background: #789;
	margin: 2px 0;
	cursor: pointer;
	width: 170px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px 0;
}

.btn_imprimer{
	background:#000;
}
.btn_modifier{
	background:#6a8fb9;
}
.btn_modifier span, .btn_paiement span{
	display:inline-flex;
	background-image: url("../images/templates/ico_modif.png");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: left center;
	padding-left: 20px;
}
.btn_paiement{
	background:#c5c5c5;
}

.btn_paiement_lot {
	background: #111;
	color: #fff;
	display: inline-flex;
	width: 100px;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-weight: bold;
	cursor: pointer;
}