* {
	margin: 0;padding: 0;
}	
body,html {
	height: 100%;
	color: #1c1c1c;
    font-family: 'Barlow Condensed', sans-serif;

    /* background: rgba(26, 136, 169, 1.0);
    background: -webkit-linear-gradient(top left, rgba(26, 136, 169, 1.0), rgba(36, 141, 103, 1.0));
    background: -moz-linear-gradient(top left, rgba(26, 136, 169, 1.0), rgba(36, 141, 103, 1.0));
    background: linear-gradient(to bottom right, rgba(26, 136, 169, 1.0), rgba(36, 141, 103, 1.0)); */

    text-rendering: geometricPrecision;

    background-color: #dee1e6;
}

*:focus {
    outline: none;
    background-color: white;
}

a, input, select {
	color: #000;
    font-family: 'Barlow Condensed', sans-serif;
	border:none;
    text-decoration: none;
}
ul, li {
    list-style: none;
}

h1 {
	padding: 15px;
}

.disable {
	opacity: 0.4;
}

#Web {
    background-color:#f7f7f7;
    width:90%; min-height:400px;
    margin:10px auto 120px auto;
    padding-bottom: 30px;
    display:block;
    border-radius: 10px;
}

.design1 {
	position: absolute;
	width:500px; height:500px;
	border-radius: 40px;
	background-color: #fff7e2;
	transform: rotate(45deg);
	z-index: -1;
	display: none;
}


.loading {
	width: 100%; height: 20px;
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
}


input.loading {
	background-image: url('/images/ui/icon-loading.gif');
	background-repeat: no-repeat;
	background-size:contain;
	background-position: right center;
	margin:0; padding: 0;
	width: auto;
	display: inline-block;
	text-align: left;
}

/* .waiting {
	background-image: url('/images/ui/icon-loading.gif');
	background-repeat: no-repeat;
	background-size:contain;
	background-color: white;
	background-position: center 10px;
	border-radius: 10px;
	width: 200px; height: 45px;
	text-align: center;
	margin:10px auto 10px auto;
	padding: 5px 0 0 0;
} */

/*
	notification
*/

.alert {
	margin:35px auto 35px auto; padding:20px;
	border-radius:5px;
	display: block;
	width:90%;
	font-size: 14pt;
	text-align: center;
}

.confirm {
	color: #017c43;
    background-color: #c6f3df;
    border-color: #badbcc;
}

.error {
	background-color: #f8d7da;
	border:1px dashed #f5c2c7;
	color:#842029;
}

.info {
	color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;

	background-image: linear-gradient(to right bottom, #007cec, #008af3, #0098f8, #00a5fc, #00b2ff);

	color:white;
}

.input_confirm {
	background-color: #b7ffe3;
	border:1px dashed #63e4b3;
	color:#1d9b75;
}
.input_error {
	background-color: #ffe3e3;
	border:1px dashed #ff8080;
	color:#e06f79;
}

.btn {
	border:1px solid #ffffff;
	margin: 5px; padding:5px 20px 5px 20px;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	font-weight: normal;
	font-size: 12pt;
	
    font-family: 'Barlow Condensed', sans-serif;

	border-radius: 23px;
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  7px 7px 13px #cccccc,
				-7px -7px 13px #f4f4f4;
}
.btn:hover {
	border-radius: 20px;
	box-shadow:  3px 3px 3px #cccccc,
				 -3px -3px 3px #f4f4f4;
}

.btn_valided {
	background-image: url('/images/ui/icon_valided1.gif');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-right: 40px;
}
.btn:hover {
	border-radius: 23px;
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  7px 7px 13px #cccccc,
				 -7px -7px 13px #f4f4f4;
	border:1px solid white;
}

.blur {
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
	z-index:0;
}

#close, #close-center {
	position: absolute;
	top:-15px; right: -10px;
	border-radius: 15px;
	width:40px; height: 30px;
	background-color: #ffffff;
	box-shadow:  7px 7px 13px #cccccc,
	-7px -7px 13px #f4f4f4;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#close-center {
	position: absolute;
	top:-15px; left:50%;
	border-radius: 15px;
	min-width:30px; height: 30px;
	background-color: #ffffff;
	box-shadow:  7px 7px 13px #cccccc,
	-7px -7px 13px #f4f4f4;
	font-size: 12pt;
	text-align: center;
	margin: 0 0 0 -15px;
	padding:5px 10px 0 10px;
	background-image: url('/images/ui/icon_close_up.gif');
	background-position: top center;
	background-size: 15%;
	background-repeat: no-repeat;
}

#close {
	position: absolute;
	top:-15px; right: -10px;
	border-radius: 15px;
	width:30px; height: 30px;
	background-color: #ffffff;
	box-shadow:  7px 7px 13px #cccccc,
	-7px -7px 13px #f4f4f4;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#close-center {
	position: absolute;
	top:-15px; left:50%;
	border-radius: 15px;
	min-width:30px; height: 30px;
	background-color: #ffffff;
	box-shadow:  7px 7px 13px #cccccc,
	-7px -7px 13px #f4f4f4;
	font-size: 12pt;
	text-align: center;
	margin: 0 0 0 -15px;
	padding:5px 10px 0 10px;
	background-image: url('/images/ui/icon_close_up.gif');
	background-position: top center;
	background-size: 15%;
	background-repeat: no-repeat;
}

/* LOGIN */

.tpl_login {

	background: rgb(169, 26, 26);
    background: -webkit-linear-gradient(top left, rgba(169, 26, 26, 1.0), rgb(230, 48, 48, 1.0));
    background: -moz-linear-gradient(top left, rgba(169, 26, 26, 1.0), rgba(230, 48, 48, 1.0));
    background: linear-gradient(to bottom right, rgba(169, 26, 26, 1.0), rgba(230, 48, 48, 1.0));

    text-rendering: geometricPrecision;
}

.login h1 {
    text-align: center;
}
.login {
    width: 990px; min-height:360px;
    position: absolute;
    text-align: center;
    left: 50%; top:50%;
    margin: -225px auto 0 -495px;
    -webkit-box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.15);
	box-shadow: 6px 6px 10px 6px rgba(0,0,0,0.15);
    border-radius:15px;
    overflow: hidden;
    background-color: white;
}

.login .connect {
    min-height: 360px;
    float: left;
    vertical-align: top;
    border:none;
}
.login .connect_form {
    /* border-radius:15px 0 0 15px; */
    width: 350px;
}
.login .connect_media {
    text-align: center;
    width: 640px;
    position: relative;
}
.login .connect_media .logo {
	z-index: 99;
	position: absolute;
	left: 45%;
	top:10px;
	width: 60px;
	height: auto;
}

.login .connect_media video {

    border-radius: 0 15px 15px 0;
    position: absolute;
    left:0; top:0;
}
.login .img_entrepot {
    background-image:url('/images/ui/visuel_login_home.jpg');
    background-size:cover;
    background-position: bottom center;
}
.login .img_entrepot_wide {
    background-image:url('/images/ui/visuel_login_home_wide.jpg');
    background-size:cover;
    background-position: bottom center;
}
.login .connect_media .logo_login {

    width: 60px; height: auto;
    position: absolute;
    left:50%; top:10px;
}

.login span, .createlogin .field {
    width: 95%; min-height: 40px;
    margin: 5px auto 5px auto;
    padding: 5px;
    display: block;
    border-radius: 5px;
}

.login input {
    font-size: 14pt;
    padding: 5px;
    float: right;
    width: 65%;
    background-color: rgb(233, 233, 233);
    border-radius: 5px;
}

/* .login img {
    width:100px; height:100px;
    margin:20px auto 0 auto;
    display: inline-block;
} */


.login .login-button {
    text-align: center;
}

.login .logout {
    color: red;
    font-size: 14pt;
    text-align: center;
    margin: 10px auto 10px auto;
    display: inline-block;
    width: 100%;
}

.login-session {
    position: absolute;
    left: 0; top:-25px;
    width:300px; height:30px;
    color: seagreen;
}
.login-session a {
    color: red;
}

.login ul.HomeAccount {
  margin: 30px 0 20px 0;
}
.login ul.HomeAccount li {
  display: inline;
  width: 30%;
  font-size: 20pt;
  padding: 10px;
  text-align: center;
}

.login span.button {
    text-align: center;
}

.login .first_connexion_visuel {
	background-image: url('/images/ui/visuel_login_first_connexion.jpg');
	background-position: 0 -320px;
	background-size: 110%;
	background-repeat: no-repeat;
}

.login .first_connexion {
	display: inline-block;
	vertical-align: middle;
}

.login .first_connexion:first-child {
	width:49.5%; text-align: left;
}
.login .first_connexion:first-child p { margin: 20px 20px 30px 20px; display: block; }
.login .first_connexion:last-child { width:49.5%; }

.login .first_connexion span {
	text-align: left;
}

/* DASHBOARD */

.Dashboard {
	width:95%;
	height:auto;
	margin:0 auto 30px auto;
	display:flex;
	flex-wrap: nowrap;
	flex-direction:row;
	background-color: #ffffff;
	border-radius: 15px;

	/* background: rgb(238,174,202);
	background: -moz-linear-gradient(0deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
	background: linear-gradient(0deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca",endColorstr="#94bbe9",GradientType=1); */

	
}
.Dashboard h3 {
	padding: 0 0 0 5%;
	margin:15px auto;
	
}


/*
slideboard
*/

.Dashboard .slideboard {
	background-color:#f9faff;
	border-radius:0 0 0 30px;
	width:100px; height:100vh;
	z-index: 9999;
	box-shadow:  5px 5px 10px #bebebe78;
	position: fixed;

}
.Dashboard .slideboard .logo {
	text-align: center;
}
.Dashboard .slideboard .logo img {
	width:60px; height:60px;
	margin:20px auto 20px auto;
}
.Dashboard .slideboard ul {
	display: flex;
	flex-wrap:wrap;
	text-align: center;
}
.Dashboard .slideboard ul:last-child {
	position: absolute;
	bottom: 5px;
}
.Dashboard .slideboard ul li {
	/* width:70px; height:70px; */
	width:100%;
	height:70px;
	margin:5px;
	text-align: center;
	position: relative;
}
.Dashboard .slideboard ul li span {
	background-color:#eceff7;
	width:55px; height:55px;
	margin:0 auto 0 auto;
	border-radius:10px;
	display: block;
}
.Dashboard .slideboard ul li span img {
	width: 35px; height: auto;
	margin:10px auto;
}
.Dashboard .slideboard ul li .sub {
	position: absolute;
	width: 250px;
	height: auto;
	top:0;
	left: 90px;
	background-color: white;
	border-radius: 0 15px 15px 0;
	box-shadow:  5px 5px 10px #bebebe78;
	display: none;
}
.Dashboard .slideboard ul li .sub a {
	margin: 5px;
	padding-top:5px;
	border:1px solid rgb(219, 219, 219);
	height: 40px;
	font-size: 14pt;
	display: block;
	border-radius: 5px;
	color: #000;
}
.Dashboard .slideboard ul li .sub a:hover { border:1px dotted #00a5fc; color: #00a5fc; }

.Dashboard nav.slideboard ul.menu li .submenu {
	margin: 25px 5px 25px 5px;
	padding-top: 5px;
	border: 1px solid rgb(219, 219, 219);
	font-size: 14pt;
	display: block;
	border-radius: 5px;
	color: #000;
}

.section {
	text-align: center;
	color:#a7b6c7;
	width:100%;
	margin: 15px auto 15px auto;
	border-bottom: 1px dotted #66778b;
}
.Dashboard .slideboard a { color:#000; width: 100%; text-align: center; }
.Dashboard .slideboard a:hover { color:#51459e; }

.Dashboard .slideboard .member {
	text-align: center;
}

.welcome {
	display: flex;
	flex-wrap:wrap;
	padding:10px;
}
.welcome .CT_Num {
	width: 50px; height:50px;
	border-radius: 50%;
	margin: 0 15px 0 15px;
	background-color: #eceff7;
	display: flex;
}
.welcome .CT_Num b {
	margin: 10px auto;
	width:100%;
	text-align: center;
	font-size: 16pt;
}
/*
container
*/


.Dashboard .container {
	/* background-color:#FFFFFF; */
	background-color: #F2F2F2;
	width: calc(100% - 100px);
	/* height:100vh; */
	height: 100%;
	margin:0 0 0 100px;
	position: relative;

	/* background: linear-gradient(180deg,rgba(0,130,230,.8),#dee1e6),
	linear-gradient(89.98deg,rgba(0,130,230,0) 35.00%,#7a7a7a),
	linear-gradient(90deg,#727272,rgba(52,130,223,0) 16.35%),
	url(https://france3-regions.francetvinfo.fr/assets/img/illustrations/newsletter_background-minV2.jpg); */

}

.Dashboard .calendar {
	display:flex;
	width:90%;
	margin:20px auto 0 auto;
	text-align:center;
	border:1px dashed #b5c0d7;
	border-radius: 5px;
}
.Dashboard .calendar li {
	width:14%;
	/* height:50px; */
	padding:5px 0 0 0;
	text-align:center;
	position: relative;
	margin:10px 0 10px 0;
}
.Dashboard .calendar li:last-child {
	opacity: 0.2;
}
.Dashboard .calendar li span {
	font-size:30pt;
	display:flex;
	width:5px; height:5px;
	margin:5px auto 0 auto; padding:0;
	border-radius:20px;
}
.Dashboard .calendar li img {
	position:absolute;
	left:50%; top:-15px;
	margin:0 0 0 -30px;
	width:60px; height:auto;
}
.Dashboard .calendar li div.current, .Dashboard .calendar li div.current_preco {
	border-radius:10px;
	width:50%; height: 60px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#FFFFFF;
	background: #e0e0e0;
	box-shadow:  5px 5px 15px #bebebe,
				 -5px -5px 15px #ffffff;
}
.Dashboard .calendar li div.day 				{ margin:10px auto 10px auto; }
.Dashboard .calendar li div.current 			{ background-color:rgb(255, 255, 255); border:1px solid red;	color:red;	}
.Dashboard .calendar li div.current_preco 		{ background-color: #8bcfc0;	}
.Dashboard .months 								{ border:none; height: 20px; }

.last_order {
	background-color: #f4f9ff;
	width:95%;
	margin:10px auto 10px auto; padding:10px;
	font-size:14pt;
}
ul.last_order {
	border-left:2px solid #51459e;
	display: flex;
	flex-direction: row;
	width:90%;
}
ul.last_order li {
	width: auto;
	width: calc(100% / 4);
}
ul.last_order li:nth-child(4) { text-align: right; }

ul.last_order li .timeAgo {
	background-color:#ffffff;
	border-radius: 10px;
	width:40px; height:40px;
	text-align: center;
	font-size: 12pt;
	padding:2px 0 0 0;
}

ul.last_order li .timeAgo i { margin-top:10px; width: 100%; display: block; }

ul.last_order li:last-child {
	text-align: right;
}

ul.last_order li em.status {
	width:24px; height:24px;
	border-radius: 50%;
	border:1px solid #8bcfc0;
	float: right;
}
ul.last_order li em i {
	width:15px; height:15px;
	border-radius: 50%;
	margin:4px auto;
	display: flex;
}

ul.last_order li em.status_0 i { background-color: #b9c0d0; }
ul.last_order li em.status_1 i { background-color: #17c554; }
ul.last_order li em.status_2 i { background-color: #2790e6; }

ul.currentBL {
	border-left:2px solid #f9ad61;
}

/**/

.Dashboard .finances {
	background-color:#f9faff;
	border-radius:0 10px 10px 0;
	width:300px; height:100vh;
}

.Dashboard .finances h2 img {
	width:25px; height: auto;
	margin:0 10px 0 10px;
}

.Dashboard .finances ul {
	width: 70%;
	margin:0 auto 0 auto;
}
.Dashboard .finances ul li {
	margin:5px auto 5px auto;
	padding: 5px;
	min-height: 40px;
	font-size: 16pt;
	border-bottom: 1px dashed #9aa8b9;
}
.Dashboard .finances ul li:hover {
	background-color: #ffffff;
}
.Dashboard .finances ul li.current {
	background-color: #ffffff;
}
.Dashboard .finances ul li:last-child {
	border:none;
}
.Dashboard .finances ul li i {
	display: block;
	font-size: 16pt;
	color: #bebebe;
}
.Dashboard .finances ul li span {
	float: right;
	font-size: 10pt;
}
.Dashboard .finances ul li span.negatif {
	color:rgb(231, 135, 135);
}
.Dashboard .finances ul li span.positif {
	color:rgb(111, 213, 169);
}
.Dashboard .finances ul li img {
	width: 15px; height: auto;
}

.Dashboard .finances .ads {
	width:100%;
	height: 250px;
	border:1px solid red;
	margin:10px auto 20px auto;
}

/**/

.NavOrder, .order_search {

	width: 95%;
	/* height: 100px; */
	display: flex;
	flex-direction: row;
	position: relative;
	position: fixed;
	top:0;
	width:calc(100% - 200px );
	margin:0 100px 0 0;
	border-radius: 0 15px 15px 0;
	z-index: 999;
	/* background-image: url('https://france3-regions.francetvinfo.fr/assets/img/illustrations/newsletter_background-minV2.jpg'); */

	/* background: linear-gradient(180deg,rgba(0,130,230,.8),#dee1e6),
	linear-gradient(89.98deg,rgba(0,130,230,0.2) 20%,#0082e6),
	url(https://france3-regions.francetvinfo.fr/assets/img/illustrations/newsletter_background-minV2.jpg); */

}
.order_search .find_ref 	{ display:inline-block; width:40%; }
.order_search .find_ref b	{ padding: 10px; }
.order_search .find_word 	{ display:inline-block; width:30%; }

.order_search .find { border:5px solid rgba(217, 217, 217, 0.36); width:25%; border-radius: 10px; margin: 10px; padding: 5px; }
.order_search .find input { margin: 0 0 0 10px; display: block; }

.order_search .find_ref 	{ display:inline-block; width:25%; }
.order_search .find_ref b	{ padding: 5px; }
.order_search .find_word 	{ display:inline-block; width:25%; }
.order_search .menu_familles 	{ display:inline-block; width:50%; }
.order_search .current_order 	{ display:inline-block; width:20%; position: relative; font-size: 14pt; text-align: right; padding:15px 0 0 0; }

.order_search {
	z-index: 9999;
}


.order_search_cart .find {
	width: 80%;
	margin:15px auto 0 auto;
}
.order_search_cart .find input[type='text']::placeholder {
	text-transform: none;
}
.order_search_cart .find input[type='text'] {
	display: inline-block;
	width: 45%;
	margin: 5px 15px 0 0;
}

.order_search_cart .find .totalArticles {
	text-align: center;
}

.order .nav_creation .menu_familles {
	width: 50%;
}
.order .nav_creation .menu_familles ul li {
	font-size: 12pt;
}


.NavOrder {
	text-align: center;
}

.NavOrder li a.open_item {
	font-size: 18pt;
	margin:15px 15px auto 15px;
	padding: 5px 5px 5px 30px;
	display: inline-block;
	background-image: url('/images/ui/icon_menu1.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px;
	background-color: #ffffff;
	border-radius: 5px;
}

/**/

.section_famille {
	margin:50px 0 0 0;
	width:100%;
	/* text-align:center; */
	display:flex;
	flex-wrap:wrap;
}

.nav_familles {
	position: fixed;
	right: 0;
	top: 35%;
	width: 40px;
	margin:10px 0 10px 0;
	z-index:9999;
	background-color:white;
	text-align:center;
	border-radius:15px 0 0 15px;
	transition:0.5s;
}

.nav_familles ul {
	padding:10px;
	margin:5px;
}
.nav_familles ul li a b { display:none; transition:0.5s; color:rgb(82 82 82); }

.nav_familles ul li a {
	transition: 0.5s;
}

.nav_familles ul li img { width:20px; height: auto; }

.nav_familles ul li a span {
	width:10px;
	height:10px;
	border-radius:50%;
	border:1px solid #949494;
	display:block;
	margin:5px auto 0 auto;
	transition:0.5s;
}


.nav_familles:hover { width:150px; box-shadow: 2px 2px 5px #c6c6c6, -2px -2px 5px #ffffff; }
.nav_familles:hover b.menu_title { display:inline; margin:5px; padding:5px; text-align:left; }

.nav_familles:hover span { width:95%; height:auto; border:1px solid #e1e1e1; }



/* CADENCIER */

.order_cadencier {
	margin-top: 10px;
}

.create_order .new_order_preco label {
	font-size: 16pt;
	margin:10px; padding: 5px;
}
.create_order .new_order_preco label input[type='checkbox']{
	margin:0 10px 0 10px;
	width:15px; height:15px;
	border-radius: 13px;
}
.create_order .new_order .cadencier {
	width:90%;
	margin:0 auto 0 auto;
}

.create_order {
	position: relative;
	width: 100%;
	margin:0 auto 0 auto;
}

.create_order .new_order, .create_order .new_order_preco {
	width:100%;
}

.create_order .cadencier {
	display: block;
	width: 90%;
	border:1px solid #e9e9e9;
	padding: 5px;
	font-size: 14pt;
}
.create_order .cadencier .item { display: block; width: 90%; }
.create_order .cadencier .item span { width: 40%; display: inline-block; border-bottom:1px dotted #9aa8b9; }
.create_order .cadencier .item a { float: right; }
.create_order .cadencier .item img, .create_order .cadencier .edited img { width: 20px; height: auto; margin:5px; }
.create_order .cadencier .edited { display: none; }

.create_order .cadencier .edited input {
	border:1px solid #ffffff;
	font-size: 14pt;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	width: 40%;
	border-radius: 23px;
	background: linear-gradient(145deg, #ededed, #ffffff);
	box-shadow:  3px 3px 7px #cccccc,
				-3px -3px 7px #f4f4f4;
}

.create_order .cadencier .arts {
	width: 95%;
	border: 1px solid #d6d6d6;
	margin: 20px;
	border-radius: 10px;
	display: none;
}
.create_order .cadencier .arts ul.art {
	width: 90%;
	margin: 5px auto 5px auto;
	padding: 5px;
	display: inline-block;
	border-bottom: 1px dotted #0098f8;
}
.create_order .cadencier .arts .art li {
	display: inline-block;
	width: 15%;
}
.create_order .cadencier .arts .art li:nth-child(3) 	{ width:50%;	}
.create_order .cadencier .arts .art li:last-child 		{ text-align: right; }





.nav-create-order {
	text-align: center;
	/* background-image: linear-gradient(to right bottom, #007cec, #008af3, #0098f8, #00a5fc, #00b2ff); */
}
.nav-create-order li select {
	width: 80%;
	max-height: 30px;
	font-size: 22pt;
	margin: 15px 15px auto 15px;
	padding: 5px 5px 5px 30px;
	border-radius: 10px;
}
.nav-create-order li:first-child {
	width: 30%;
}
.nav-create-order li:last-child {
	width: 70%;
}

.clients-codepostal {
	/* display: none; */
	/* position: absolute;
	left: 0; top:50px; */
	width: 100%;
	background-color: white;
	vertical-align: top;
}
.clients-codepostal div.CT_CodePostal {
	width: 100%;
	border-bottom: 1px dotted #007cec;
}
.clients-codepostal div {
	display: inline-block;
	width: 200px; height: 40px;
	border:1px solid orange;
	vertical-align: top;
}

/* ORDER WEB */



 .orders_lists, .title_list {
	display: flex;
	flex-direction: row;
	width: 95%;
	height: 80px;
	line-height: 80px;
	margin:15px auto 0 auto;
	justify-content: center;
	align-items: center;
}

.title_list { height: 40px; line-height: 40px; border:1px dotted #9aa8b9; border-radius: 5px; }

.orders_lists li {
	position: relative;
	vertical-align: middle;
	line-height: normal;
}



.title_list li:first-child, 	.orders_lists li:first-child 	{ width:15%; text-align: center; }
.title_list li:nth-child(2), 	.orders_lists li:nth-child(2)	{ width:40%; }
.title_list li:nth-child(3), 	.orders_lists li:nth-child(3)	{ width:15%; }
.title_list li:nth-child(4), 	.orders_lists li:nth-child(4)	{ width:10%; text-align: center; }
.title_list li:nth-child(5), 	.orders_lists li:nth-child(5)	{ width:10%; }
.title_list li:last-child, 		.orders_lists li:last-child		{ width:15%; }

.orders_lists {

	border-radius: 5px;
	background: #ffffff;
	color: #9aa4aa;
	transition: 1s;
	border:1px solid #ffffff;

}
.orders_lists:hover {
	border:1px solid #e1e1e1;
	box-shadow:  5px 5px 10px #c6c6c6,
				 -5px -5px 10px #ffffff;
}

.orders_lists li 			{ height: 80px; }
.title_list li 				{ height: 30px; font-size: 14pt; color: white }

.title_list {  background-image: linear-gradient(to right bottom, #007cec, #008af3, #0098f8, #00a5fc, #00b2ff); }

.orders_lists li:first-child img 	{ width: 30px; height: auto; }
.orders_lists li:last-child img 	{ width: 25px; height: auto; }


.orders_lists li:first-child .duplicate { left: -10px; top:20px; width:30px; position: absolute; }

.orders_lists li .CT_Num {
	vertical-align: middle;
	text-align: center;
	margin:10% auto;
}

.orders_lists li .pictos {
	width: 60px;
	float: right;
	height: 100%;
	text-align: center;
	margin:0 5px 0 0;
}

.orders_lists li:first-child .preco 	{ width:55px; }
.orders_lists li:first-child .frais 	{ width:30px; }

.orders_lists .view_order, .orders_lists .del_order {
	position: absolute;
	top:-20px;
	border:2px solid #ffffff;
	padding:5px;
	border-radius: 50%;
	right: -15px; 
}

.orders_lists .li:last-child a 	{
	border: 2px solid #ebebeb;
}
.orders_lists .view_order 	{ top: 0px; }
.orders_lists .del_order 	{ top: 45px; }

.status_barre {
	width: 80%; height: 5px;
	border-radius: 2px;
	background-color: #dadee7;
	position: relative;
	margin:15px 2px 5px 0;
}
.status_barre .barre {
	width: 70%; height: 5px;
	background-color: #accf6b;
}
.status_barre .status {
	width: 10px; height: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top:-3px;
	font-size: 14pt;
	text-align: center;
	border:1px solid #d6d6d6;
}
.status_barre .status_0 	{ left: 0; }
.status_barre .status_1 	{ left: 50%; margin-left: -7px; }
.status_barre .status_2 	{ right: 0; }
.status_barre .current 		{ border:1px solid #accf6b; background-color: #17c554; }


.confirm_sage {
	display: none;
}


/*
	ORDER ITEM
*/

.order_creation {
	margin-top:100px;
}

h3.order-item-title {
	background-image: linear-gradient(to right bottom, #007cec, #008af3, #0098f8, #00a5fc, #00b2ff);
	width:95%;
	padding: 10px;
	margin: 15px auto 20px auto;
	color: white;
	font-size: 18pt;
	border-radius: 5px;
	box-shadow:  5px 5px 10px #c6c6c6,
	-5px -5px 10px #ffffff;
}

h3 .view-help {
	background-image: url('/images/ui/icon_help.gif');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30%;
	float: right;
	padding: 0 35px 0 0;
	font-weight: normal;
	cursor: pointer;
}
h3 .view-help:hover {
	background-image: url('/images/ui/icon_help_anim.gif');
}

.order .moment {
	width: 100%;
	font-size: 20pt;
	padding: 0 0 0 0;
}

.order-item {
	background-color: white;
	border-radius: 5px;
	border-top:1px dotted #1491ff;
	margin:20px auto 30px auto;
	padding-bottom: 5px;
	width: 95%;
	transition: 0.5s;
	position: relative;
}

.order-item:hover {
	box-shadow:  5px 5px 10px #c6c6c6,
	-5px -5px 10px #ffffff;
	background-color: #fefefe;

	/* -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px); */

}

.order-item .status_0 a.edit, .order-group .status_0 a.edit { color:#f40000 }
.order-item .status_1 a.edit, .order-group .status_1 a.edit { color:#17c554 }
.order-item .status_2 a.edit, .order-group .status_2 a.edit { color:#177fc5 }
.order-item .status_3 a.edit, .order-group .status_3 a.edit { color:#545454 }

.order-item .pre-order {
	border-bottom: 2px dotted #ff6f00;
	width:150px;
	/* background-color:#FFF; */
	animation: changeColorPreOrder 4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-play-state: running;
	text-align: center;
	position:absolute;
	top:-20px;
	right:30px;
	font-style: italic;
}

@keyframes changeColorPreOrder {
    0% {
        background-color: #ff6f00;
    }
    50% {
        background-color: #FFFFFF;
    }
	100% {
        background-color: #ff6f00;
    }
}

.order-item a.edit { border-bottom:1px dotted #d3d3d3; }
.order-item a.edit:hover { border-bottom:1px dotted #545454; }
.order-item a.status:hover > .order-item a.status img { margin:0 0 0 5px; border:1px solid red }

.order-header {
	width: 100%;
	height: 30px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	vertical-align: top;
	position: relative;
}
.order-header ul, .order-bottom ul {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0 auto;
}

.order-header .delivery {
	display: inline-block;
	margin:0 50px 0 0;
	font-size: 14pt;
}
.order .order-group-out { display: none; }
.order .order-group .order-item .order-group-out { display:none; }

.order-header ul li:first-child, .order-bottom ul li:first-child { width: 60%; font-size:16pt; }
.order-header ul li:last-child, .order-bottom ul li:last-child { width: 40%; text-align: right; }


.order-header ul li a.edit { font-size: 14pt; display: inline-block; width: 25%; }
.order-header ul li a.edit img { width: 20px; height: auto; color: #00a5fc; }

.order a.status {
	background-image: url('/images/ui/icon_edit.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding:0 0 5px 35px;
}
.order-item a.status_2 {
	background-image: url('/images/ui/icon_searching.png');
}

.order-content {
	width: 95%; height: 50px;
	margin:0 auto 0 auto;
}

.order-content .timer_preco {
	background-image: url('/images/ui/icon_timer.png');
	background-repeat: no-repeat;
	background-size:contain;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	height: 20px;
}
.order-content .timer_preco .preco_ok {
	color: #fff;
	background-color: #17c554;
	border-radius: 5px;
	padding: 3px 25px 3px 5px;
	margin: 0 0 0 5px;
	background-image: url('/images/ui/icon_valided3.png');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center right;
}

.order-content .email_sended {
	background-image: url('/images/ui/icon_mail.png');
	background-repeat: no-repeat;
	background-size:contain;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	height: 20px;
}

.order-content .AddressDelivery {
	margin:0 25px 0 0;
}

.order-content .timer_preco i {
	color:black;
	border-bottom:1px dotted #000;
	font-size: 14pt;
}
.order-bottom .fresh, .order-bottom .preco {
	color: #ffffff;
	padding:3px;
	width:50px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	position: relative;
	font-size: 12pt;
	border-radius: 3px;
}
.order-bottom .fresh span, .order-bottom .preco span {
	width:45px; height:30px;
	position: absolute;
	right: -35px; top:-10px;
	background-color: white;
	transform: rotate(45deg);
}
.order-bottom .fresh { background-color: #00a5fc; }
.order-bottom .preco { background-color: #4cb94a; }

.order-bottom  .select_preco { font-size: 12pt; }
.order-bottom  .select_preco span {
	display: inline-block;
	border: 1px dotted #94bd93;
	color:#519750;
	margin:0 4px 3px 0;
	padding: 3px 4px 3px 4px;
	border-radius: 5px;
	font-style: italic;
}

.order-bottom .amount, .order-group-articles .order-header .amount {
	font-size: 20pt;
}
.order-bottom .modified, .order-group-articles .order-header .modified {
	display: inline-block;
}
.order-bottom .comment {
	margin:5px 30px 0 auto;
	background-image: url('/images/ui/icon_comment.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	width: 110px;
	text-align: right;
	display: inline-block;
	color: #999999;
	padding: 0 0 0 10px;
	cursor: pointer;
}
.order-bottom .valided_time {
	color: rgb(255, 96, 0);
	border-radius:3px;
	padding:5px;
}
/* ORDER GROUP */

.order-group-title {
	font-size: 18pt;
	padding: 25px 0 0 5%;
	width: 60%;
	margin:0 auto 0 35%;
	border-radius: 5px;
	text-align: left;
}
.order-group-title img 					{ width: 30px; height: auto; margin:0 20px 0 0; }
.order-group-title .deliveryHT 			{ display: inline-block; }
.order-group-title .deliveryHT .freeHT 	{ color: #52ae3f; }

.order-group .order-content, .order-group .delivery { display: none; border:none; }

.order-out-group {
    position: absolute;
    left: 55%;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #c6c6c6, -2px -2px 5px #ffffff;
    background-image: url(/images/ui/svg/icon-link.svg);
    background-size:25px;
	background-position: left center;
	background-repeat: no-repeat;
	transition: 0.5s;
	font-size:0%;
}

.order-out-group:hover {
	width: 150px;
	background-size:25px;
	background-position: left center;
	font-size: 10pt;
	padding: 0 0 0 15px;
	color: #4b4b4b;
	opacity: 1;
}

.order-group { margin:-20px 0 0 0;}

.order-group .order-item 				{ margin:0 auto 0 auto; border-top:1px solid #F2F2F2; }
.order-group .order-item:first-child 	{ border-top:3px solid #F2F2F2; }

.order-group .order-item:first-child 	{ margin-top: -10px; }
.order-group .order-item:last-child 	{ margin-bottom: 40px; }

.order-ad-group:hover {
	display: block;
	width: 150px;
	background-size:25px;
	background-position: left center;
	font-size: 10pt;
	padding: 0 0 0 15px;
	color: #4b4b4b;
	display: block;
}

.order-delete {
	position: absolute;
	left: 50%; top:-10px;
	width: 25px; height: auto;
	transition: 0.5s;
	cursor: pointer;
	border:3px solid #FFFFFF;
	border-radius: 15px;
	box-shadow:  2px 2px 5px #c6c6c6,
	-2px -2px 5px #ffffff;
	background-image: url('/images/ui/svg/icon_delete_red.svg');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 30px; height: 30px;
	font-size: 0%;
}
.order-delete:hover {
	width: 120px;
	left: calc( 50% - 95px );
	font-size: 10pt;
	color:red;
	padding: 0 30px 0 10px;
	margin-left: 10px;
}
.order-export, .order-print {
	position: absolute;
	left: -15px;
	width: 25px; height: auto;
	transition: 0.5s;
	cursor: pointer;
	width: 30px; height:auto;
	border:none;
}
.order-export { top:35%; }
.order-print { bottom:-75%; }


.order-export-group { position: relative; cursor: pointer; }

.order-ad-group {
	position: absolute;
    left: 55%;
    top: -10px;
    width: 25px;
    height: 25px;
    transition: 0.5s;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #c6c6c6, -2px -2px 5px #ffffff;
    background-image: url(/images/ui/svg/icon-link.svg);
    background-size:25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: white;
	transition: 0.5s;
	font-size: 0%;
	text-align: right;	
}

.order-ad-group:hover {
	width: 200px;
	background-size:25px;
	background-position: left center;
	font-size: 12pt;
	padding:0;
	margin-right: 10px;
	color: #4b4b4b;
	opacity: 1;
}

.order-ad-group span {
	width: 90%;
	display: block;
	padding: 0; margin: 0;
}

.order-ad-group .order-group-listing {
	background-color: white;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 350px;
	margin:5px 5px 5px -80px;
	border:1px solid #000;
	border-radius: 0 0 10px 10px;
	display: none;
	transition: 0.5s;
	z-index: 999;
	position: absolute;
	top:30px;
	text-align: left;
}
.order-header .order-ad-group .order-group-listing li {
	width: 25%;
	font-size: 14pt;
	height: 30px;
	border-bottom: 1px dotted black;
}
.order-header .order-ad-group .order-group-listing li:first-child 	{ width: 50%; }
.order-header .order-ad-group .order-group-listing li div.group 	{ width: 70px; display: inline-block; }

.order-header .order-ad-group .order-group-listing b { padding: 5px 0 20px 0; display: block; }
.order-header .order-ad-group .order-group-listing i.waiting { color: #f40000; }
.order-header .order-ad-group .order-group-listing i.valided { color: #17c554; }


.order-item .order-export, .order-item .order-print, .order-item .order-delete,
.order-item-nogroup .order-ad-group,
.order-item-nogroup .order-out-group,
.order-item-group .order-ad-group,
.order-item-group .order-out-group
{
	opacity: 0;
 }

.order-item:hover .order-export, .order-item:hover .order-print, .order-item:hover .order-delete { opacity: 1; }


.order-group .order-item-nogroup:hover .order-out-group { opacity: 1; }
.order-item-nogroup:hover .order-ad-group { opacity: 1; }

.order-group .order-item-nogroup .order-ad-group { opacity: 0; } 

/*
	#searching
*/

.order_search { background-color: white; }

.order_search .find_Ref, .order_search .find_Keyword {
	width: 25%;
}

.order_search input[type='text'] {
	border-bottom: 1px dotted #9aa8b9;
	font-size: 16pt;
	padding:5px 0 0 25px;
	background-image: url('/images/ui/icon_searching.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	transition: 0.5s;
	width: 90%;
}
.order_search input[type='text']:first-child { text-transform: uppercase; }

/*
suges
*/


.order_search input[type='text']:focus, .order_search input[type='text']:active {
	background-image: url('/images/ui/icon_searching2.gif');
	border-bottom: 2px dotted #ff6a00;
}

.order_search .limit_results {
	width:30%;
	vertical-align: top;
	position: relative;
	z-index: 999;
}
.order_search .limit_results .ck {
	width:500px; height: auto;
	margin-left: -100px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow:  5px 5px 10px #c6c6c6,
	-5px -5px 10px #ffffff;
	z-index: 999;
	display: none;
}
.order_search .limit_results label {
	font-size: 14pt;
	width:45%; height: 30px;
	margin:5px;
	/* transform: rotate(-30deg); */
	border:1px solid rgb(233, 233, 233);
	border-radius: 5px;
	display: inline-block;
}
.order_search .limit_results label:hover {
	box-shadow:  4px 4px 8px #d6d9d9,
	-4px -4px 8px #ffffff;
}
.order_search .limit_results label input {
	margin:0 5px 0 5px;
}

/**/

.order .resultats {
	width: 100%;
	margin:120px auto 15px 0;
	/* position: absolute;
	z-index: 9999; */
}


.order .article_title, .order .article {
	width: 95%;
	margin:5px auto 0 auto;
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	/* border-radius: 10px; */
	color:#323232;
}
.order .article_title li, .order .article li {
	font-size: 12pt;
	position: relative;
	display: flex;
    flex-direction: row;
    align-items: center;
	height: 80px;
}

.order .article_title li:first-child, 	.order .articles .article li:first-child,	.order .resultats .article li:first-child  	{ width:10%; text-align: center; }
.order .article_title li:nth-child(2),	.order .articles .article li:nth-child(2),	.order .resultats .article li:nth-child(2)	{ width:5%; }
.order .article_title li:nth-child(3),	.order .articles .article li:nth-child(3),	.order .resultats .article li:nth-child(3)	{ width:40%; }
.order .article_title li:nth-child(4), 	.order .articles .article li:nth-child(4),	.order .resultats .article li:nth-child(4)	{ width:25%; text-align: center; }
.order .article_title li:nth-child(5),	.order .articles .article li:nth-child(5),	.order .resultats .article li:nth-child(5)	{ width:7%; text-align: center; }
.order .article_title li:nth-child(6),	.order .articles .article li:nth-child(6),	.order .resultats .article li:nth-child(6)	{ width:5%; text-align: center; }
.order .article_title li:last-child,	.order .articles .article li:last-child,	.order .resultats .article li:last-child	{ width:8%; text-align: right; }

.order .articles .article li:nth-child(3), .order .articles .article li:last-child	{ color:#000; font-size: 14pt; }

.order .resultats .article li:nth-child(6) {
	color: #4cb94a;
}

.order ul.article_title, .order ul.article_title li {
	height: 40px;
	padding: 0;
}

.order .article_title {
	/* background-image: linear-gradient(to top, #424242, #4c4b4c, #565555, #605e5f, #6b6868); */
	background-image: linear-gradient(to top, #e3e3e3, #e8e8e8, #ededed, #f3f3f3, #f8f8f8);
	box-shadow: 5px 5px 10px #c6c6c6, -5px -5px 10px #ffffff;
	border-radius: 5px;
	text-transform: uppercase;
	color: #373737;
	border:1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.order .article .BIO {
	color:#00b862;
	padding:0 2px 0 2px;
}

.order .article #graphic {
	width: 80px;
	position: absolute;
	right: 0;
	top:10px;
	font-size: 12pt;
	color: #9aa4aa;
}
.order .article #graphic img { width: 20px; height: auto; }

.order .article li .delete {
	position: absolute;
	left: -12px; top:25%;
	transition: 1s;
}
.order .article li .photo {
	text-align: center;
	width: 100%;
	margin: auto;
}

.order .article li .photo .full {
	display: none;
	position: absolute;
	left: 50%; top:50%;
	margin:-125px 0 0 -25px;
	width:250px; height: 250px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow:  5px 5px 10px #c6c6c6,
	-5px -5px 10px #ffffff;
	z-index: 99999;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	overflow: hidden;
}

.order .catalog .article li .photo .full {
	margin:-250px 0 0 -250px;
	width:400px; height: 400px;
}

.order .catalog .article li .photo .full img.portrait { width: auto; height: 400px; }
.order .catalog .article li .photo .full img.landscape { width: 400px; height: auto; }

.order .resultats .article .full img { width: 100%; height: auto; }

.order .article li .delete:hover { transform: rotate(-45deg); }

.order .article .frais, .order .article .preco {
	position: absolute;
	right: 5px;
	height: auto;
}
.order .article .frais 	{ top:5px; width: 35px; }
.order .article .preco 	{ bottom:5px; width: 55px; right: 0; }

.order .article li.article_qty input[type='text'], .order .article li.article_qty select { 
	border-bottom: 1px dotted #9aa8b9;
	font-size: 14pt;
	padding: 5px;
	margin: 5px 0 5px 5px;
	text-align: center;
	width:50%;
	background: none;
}

.order .article li.article_qty button {
	min-width:25px; height: 25px;
	border-radius: 23px;
	border:none;
	background: linear-gradient(145deg, #dadada, #ffffff);
	box-shadow:  3px 3px 6px #c6c6c6,
				 -3px -3px 6px #ffffff;
}

.order .article li.article_qty button:active {
	border-radius: 23px;
	background: #F2F2F2;
	box-shadow: inset 3px 3px 6px #c6c6c6,
				inset -3px -3px 6px #ffffff;
}
.order .article li em.box { font-size: 12pt; display: block; width: 100%; }
.order .resultats .article li em.box i { display: block; }

.order .article li .tips_qty {
	background-color: #FFFFFF;
	box-shadow:  3px 3px 6px #c6c6c693,
				 -3px -3px 6px #ffffff75;
	border-radius: 5px;
	position: absolute;
	left: 20%; top:-55px;
	margin: 0 0 0 -100px;
	width: 200px; height: 45px;
	padding: 10px;
	display: none;
	text-align: center;
	border-top: 1px dotted #00a5fc;
	color: #000;
}
.order .article li .tips_qty span {
	transform: rotate(45deg);
	background-color: #ffffff;
	width:20px; height: 20px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	position: absolute;
	left: 50%; bottom: -11px;
	margin:0 0 0 -5px;
	z-index: 0;
	box-shadow:  3px 3px 6px #c6c6c66e,
	-3px -3px 6px #ffffff80;
}

.order .article li:last-child .Amount	{ padding:0 10px 0 0; width: 70%; }

.order .article .comment { margin: 0 0 0 5px; font-style: italic; color: #cebe57; }

.order .article img.delete {
	width:25px; height:auto;
}

.order .article select.moreqty {
	display: none;
	-webkit-appearance:none;
    appearance:none;
	-moz-appearance:none;
}


.order .articles .LotSerie {
	width: 95%;
	margin:0 auto 0 auto;
	display: none;
}
.order .articles .LotSerie ul li {
	display: inline-block;
	border:1px dotted #0098f8;
	margin:0 5px 0 5px;
	padding: 3px;
}
.tips {
	border-bottom: 1px dotted rgb(148, 148, 148);
	width: 90%; height: 30px;
	margin:100px auto 15px auto;
	text-align: right;
}
.tips img { width:30px; height: auto; margin:0 10px 0 20px; }

.tips img:nth-child(2) { width: 55px; }


/* ORDER TOTAL */

.TotalOrder {
	display: flex;
	flex-direction: row;
	width: 90%;
	margin: 40px auto 40px auto;
	border-bottom: 1px dotted red;
}
.TotalOrder li {
	width: 33%;
	font-size: 16pt;
}
.TotalOrder li:last-child {
	text-align: right;
}

.TotalOrder li.DeliveryHT b, .TotalOrder .free { color: #52ae3f; }

.nav_creation .TotalOrder, .nav_creation .TotalOrder li {
	width: 150px;
	/* text-align: left; */
	margin:0; padding: 0;
	display: inline-block;
}

.text_preco {
	background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 );
	background-image: linear-gradient(to right top, #6bb2d1, #6bb1d7, #6eafdc, #73ade0, #7aabe4, #75b2eb, #6fb8f2, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
	background: linear-gradient(to right top, #54c9dc, #2782c3); 
	border-radius: 15px;
}

.text_preco label {
	display: inline-block;
	margin:10px; padding: 10px;
	border:1px solid rgb(255, 255, 255);
	border-radius: 10px;
	color: #ffffff;
}
.text_preco label:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.nav_submit {
	width: 95%;
	margin:40px auto 20px auto;
	border-radius: 10px;
	text-align: center;
}
.nav_submit li {
	width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    /* position: relative; */
}


.nav_submit .btn, .nav_submit_valided .btn {
	font-size: 12pt;
	width: 200px; height: 70px;
	line-height: normal;
	transition: 0.5s;
	background-position: top center;
	border-radius: 30px;
	background: #fcffff;
	box-shadow:  4px 4px 8px #d6d9d9,
				-4px -4px 8px #ffffff;
	background-size: 0%;
	background-image: url('/images/ui/icon_valided1.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

.nav_submit .btn:hover, .nav_submit_valided .btn:hover {
	border-radius: 50px;
	color:green;
	background: #fcffff;
	box-shadow:  20px 20px 60px #d6d9d9,
				-20px -20px 60px #ffffff;
	background-image: url('/images/ui/icon_valided1.gif');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 10%;
}

.nav_submit select {
	font-size: 12pt;
	padding: 10px;
	width: 200px; height: 40px;
	border-radius: 10px;
	background: #fcffff;
	box-shadow:  20px 20px 60px #d6d9d9,
				-20px -20px 60px #ffffff;
	color: #000;
}

.nav_submit_valided, .nav_submit_cadencier {
	position: absolute;
	left: 50%; top:10%;
	margin: 0 0 0 -400px;
	width:800px; height: auto;
	background-color: white;
	background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
	padding:30px;
	display: flex;
	flex-direction: row;
	border-radius: 20px;
	box-shadow:  20px 20px 60px #d6d9d9,
	-20px -20px 60px #ffffff;
	display: none;
	z-index: 99999;
}
.nav_submit_valided h3 {
	transition: 0.5s;
	min-height: 40px;
	display: block;
	font-size: 24pt;
}
.nav_submit_valided ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.nav_submit_valided ul li {
	margin:30px;
}
.nav_submit_valided ul li .btn {
	background: #fcffff;
	background-position-x: 0%;
	background-position-y: 0%;
  	box-shadow: 20px 20px 60px #d6d9d985, -5px -5px 5px #ffffff80;
}

.nav_submit_valided .expire {
	background-image:url('/images/ui/bg_grid1.png');
	background-size:100%;
	opacity: 0.3;
}
.nav_submit_valided .expire i 		{ color: red; }
.nav_submit_valided .limit_preco 	{ font-size: 18pt; }


.nav_submit label {
	cursor: pointer;
}




.DatePreco, .DateExpedition {
	/* background-color: hsla(0, 0%, 100%, 0.2); */
	border-radius: 5px;
	padding: 15px; margin: 10px auto 10px auto;
	border:1px dotted #fff;
}

.nav_submit_valided .DatePreco label, .DateExpedition label.delivery, .DO_DateExpedition label, .nav_submit_valided .DatePreco div.expire {
	display: inline-block;
	width: 28%;
	margin:5px; padding: 20px 5px 10px 5px;
	background-color: #ffffff55;
	border-radius: 5px;
	font-size: 14pt;
}
.DO_DateExpedition label {
	width: 40%;
}
.DateExpedition h4 {
	font-size: 20pt;
	padding: 10px;
	border-bottom:1px dotted #ffffff;
	border-radius: 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0.1026611328125) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.1026611328125) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0.1026611328125) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	
}
.nav_submit_valided .DatePreco label i, .nav_submit_valided .DO_DateExpedition label i {
	font-size: 11pt;
	color: #424242;
}

.nav_submit_valided .DatePreco b {
	border-bottom: 2px dotted #000;
}
.DO_DateExpedition {
	display: none;
}

.nav_submit_valided label.checked, .nav_submit_valided .DatePreco label.checked, .DateExpedition label.checked {
	background-color: #31ff8b54;
	background-image: url('/images/ui/icon_valided.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 20px;
	color: white;
}

.nav_submit_cadencier .cadencier {  border:none; text-align: center; }
.nav_submit_cadencier .cadencier .edited { width: 100%; }
.nav_submit_cadencier .cadencier input[type='text'] { width: 50%; display: inline-block; }

.nav_submit_cadencier button.btn { padding: 5px; width: 100px; height: 50px; }



/* Comments */

.add_comment {
	text-align: center;
	border:1px solid rgb(231, 231, 231);
	border-radius: 20px;
	margin:10px auto 10px auto; padding: 10px;
	width: 80%;
}
.add_comment textarea {
	width: 60%;
	margin:20px auto 20px auto;
	padding:10px;
	font-size:14pt;
	font-family: 'Barlow Condensed', sans-serif;
}

.comment_details {
	width:800px; min-height:300px;
	background-color:#f5f7ff;
	position:absolute;
	left:50%; top:20px;
	margin:0 0 0 -400px;
	padding:20px 0 30px 0;
	text-align: center;
	border-radius: 20px;
	display:none;
}

.comments h2 {
	font-size: 14pt; padding:5px;
	margin:0 auto 30px auto;
}
.comments textarea {
	width: 90%; height: 150px;
	border-radius: 10px;
	border:none;
	padding: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size:16pt;
	padding:
}

.comments .date_moment {
	margin: 30px 0 0 0;
}

.comments .comment {
	width: 80%;
	min-height: 50px;
	padding: 25px;
	margin:20px auto 40px auto;
	position: relative;
	font-size:14pt;
	/* box-shadow: 0px 5px 7px -3px rgba(0,0,0,0.1); */
	box-shadow: inset 0px 5px 7px -3px rgba(0,0,0,0.1);
}

.comments .comment_left {
	background-color: #ebeefc;
	text-align: left;
	border-radius: 15px 15px 0 15px;
}

.comments .comment_sum {
	background-image: url('/images/logo_sum_noir.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.comments .comment_you {
	background-image: url('/images/ui/icon_avatar.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.comments .comment_right {
	background-color: #dcebff; 
	text-align: right;
	border-radius: 10px 10px 10px 0;
	color:#2293ff;
}
.comments .comment .user  {
	top:-25px;
	width:100px;
	height: 25px;
	position: absolute;
	text-align: center;
	box-shadow:  20px 20px 60px #d6d9d9,
	-20px -20px 60px #ffffff;
	font-size:14pt;
}
.comments .comment_left .user 	{ left: 10px; }
.comments .comment_right .user 	{ right: 10px; }

.comment_details button#close {
	position: relative;
	left:0;
	top:0;
	width: auto;
}

/* .comments .comment_left 	{ right: 10px; }
.comments .comment_right 	{ left: 10px; } */


/* FAMILLES GALERIES */

.famille {
	text-align: center;
}

.famille li {
	margin:3px; padding: 5px;
	font-size: 14pt;
	display: inline-block;
}
.famille li span {
	display: block;
	padding:10px 15px 10px 15px;
	border-radius: 50px;
	background: #fcffff;
	box-shadow:  2px 2px 4px #d6d9d9,
             -2px -2px 4px #ffffff;
	cursor: pointer;
}

.famille li span.preco b {
	color: #52ae3f;
}

.familles_cover_tiny {
	position: absolute;
	left:50%; top:100px;
	z-index: 9;
	border-radius: 5px;
	margin-left: -47.5%;
}

.familles_cover_tiny li {
	display: inline-block;
	width: 170px; height: 120px;
	font-size: 14pt;
	margin:5px;
	background: none;
	box-shadow: none;
	border-radius:15px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: 1s;
	vertical-align: top;
}
.familles_cover_tiny li img {
	width: 100%; height: auto;
	border-radius: 10px;
}
.familles_cover_tiny li b {
	padding: 0; margin: 0;
	font-size: 11pt;
	font-weight: normal;
}
.familles_cover_tiny li p {
	display: none;
}

.familles_cover_tiny li span {
	background: none;
	box-shadow: none;
	transition: 0.5s;
}
.familles_cover_tiny li:hover {
	opacity: 0.4;
	background-color: white;
}
.familles_cover_tiny li img {
	display: block;
}

/*
	Menu famille menu =
*/

.familles_cover {
	width: 95%;
	text-align: left;
	background-color: white;
	box-shadow:  2px 2px 4px #d6d9d9;
	position: absolute;
	/* left:-220px; top:150; */
	left:50%; top:20px;
	z-index: 9;
	border-radius: 5px;
	margin-left: -47.5%;
	padding-top: 100px;
}

.familles_cover li {
	display: inline-block;
	font-size: 10pt;
	margin:2px;
	padding: 0;
	background: none;
	box-shadow: none;
	cursor: pointer;
	margin:0 3% 15px 0;
	width:30%; height: 120px;
	vertical-align: top;
	border-radius:15px;
	border:1px dotted #f0f0f0;
	transition: 1s;
}
.familles_cover li:hover {
	box-shadow: 2px 2px 4px #d6d9d961, -2px -2px 4px #ffffff5e;
}
.familles_cover li span {
	background: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.familles_cover li span:hover {
	opacity: 0.4;
}
.familles_cover li img {
	width: 150px;
	height: auto;
	margin:10px 15px 0 15px;
	display: inline-block;
	border-radius: 5px;
}
.familles_cover li b {
	width: 100%;
	display:block;
	font-size: 11pt;
}
.familles_cover li p {
	/* display: none; */
}

.menu_familles ul {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.menu_familles ul li {
	font-size: 12pt;
	width:49%;
	font-weight: bold;
	text-align: center;
}

.menu_familles ul li:first-child { width: 35%; }
.menu_familles ul li:last-child { width: 65%; }
.menu_familles ul li:hover { opacity: 0.4; }


.menu_familles:hover {
	cursor: pointer;
}
.menu_familles img {
	width: auto; height: 60px;
	margin:5px auto 0 auto;
	border-radius: 5px;
	border:5px solid #ffffff6b;
	box-shadow: 2px 2px 4px #d6d9d961, -2px -2px 4px #ffffff5e;
	display: block;
}

/**/

.order .catalog {
	display: flex;
	flex-wrap: wrap;
	padding:0 0 10px 0;
	margin:100px 0 0 0;
	/* background-color: rgba(255, 255, 255, 0.9); */
}


.order .catalog h2 {
	width: 100%;
	margin:0 auto 15px auto;
	padding:0 0 0 30px;
	font-size: 26pt;
	border-bottom: 1px dashed #66778b;
}

.order .catalog h3 {
	width: 100%;
	text-align: center;
	font-size: 16pt;
}
.order .catalog .article {
	width: 300px; height: 400px;
	/* border:10px solid rgba(114, 114, 114, 0.1); */
	margin:40px auto 55px auto;
	position: relative;
	display: inline-block;
	transition: 0.5s;
	border-radius: 10px;
}


.order .catalog .article li {
	width: 300px;
	display: block;
}
.order .catalog .article li:first-child { display: none; }
.order .catalog .article li:nth-child(2) { height: 30px; color: #000; }
.order .catalog .article li:nth-child(2) span { padding: 10px; }
.order .catalog .article li:nth-child(3) { height: 240px; text-align: center; color: #000;  }
.order .catalog .article li:nth-child(4) { text-align: center; }
.order .catalog .article li:nth-child(5), .order .catalog .article li:nth-child(6), .order .catalog .article li:nth-child(7) { width: 33%; display: inline-block; height: 30px; vertical-align: bottom; text-align: center; font-size: 14pt; }

.order .articles .article li:nth-child(6), .order .catalog .article li:nth-child(6) {
	color: #4cb94a;
}

.order .catalog .article .top_heart {
    background-image: url('/images/ui/icon_top_heart.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 200%;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -5px;
    top: -15px;
    opacity: 0.4;
}
.order .catalog .article .top_heart_check { background-position: right top; opacity: 1; }

.order .catalog .article img.picto_nouveaute {
	width: 50px;
	height: auto;
	position: absolute;
	top:-40px;
	left: 50%;
	margin-left:-25px;
}
.order_creation .article img.picto_nouveaute {
	width: 35px;
	left: -20%;
	top:5px;
	margin:0;
}

.order .catalog .article img.picto_promo {
	width: 210px;
	height: auto;
	position: absolute;
	top:-5px;
	left: 50%;
	margin-left:-95px;
}
.order_creation .article img.picto_promo {
	position: absolute;
	width: 150px;
	left: 160px;
	top:0;
}
.order_creation .article .stock {
	display: block;
	width: 100%;
}


.order .catalog .AR_Design { display: block; width: 100%; padding: 0 5px 0 5px; }


.order .catalog .inOrder 		{ position: absolute; top:-15px; left: 75px; }
.order .catalog .inOrder img 	{ width: 20px; height: auto; }

.order .catalog .article .photo {
	height: 200px;
	margin:60px auto 0 auto;
	position: relative;
	display: block;
}
.order .catalog .article .photo img {
	position: absolute;
   	top: 50%;
	left:50%;
	margin:0 0 0 -30%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-25%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.order .catalog .article .photo .full img {
	/* margin:0 0 0 -250px; */
	margin-left:-48%;
	text-align: center;
	vertical-align: middle;
}
.order .catalog .landscape {
    width: 180px;
    height: auto;
}

.order .catalog .article .photo img.portrait {
    width: auto;
    height: 180px;
	margin:0 0 0 -20%;
}

.order .catalog .article .frais { left: 10px; top: 315px; }
.order .catalog .article .preco { right: 15px; top: 320px; }

.order .catalog #graphic {
	position: absolute;
	top:-60px; left: 0;
}
.order .catalog #graphic b {
	font-weight: normal;
}

.order .catalog .AddLastOrder {
	padding: 10px 15px 10px 15px;
	border-radius: 50px;
	background: #fcffff;
	box-shadow: 2px 2px 4px #d6d9d9, -2px -2px 4px #ffffff;
	display: block;
	position: absolute;
	top:30px; left: 15%;
	cursor: pointer;
	background-position: center right;
	transition: 0.5s;
}

.order .catalog .AddLastOrder:hover {
	background-image: url('/images/ui/icon_valided1.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 30%;
	padding: 10px 35px 10px 15px;
}

/* SPECIAL */ 


.order .catalog ul.love {
	background-color: #ffa4b9;
	/* color:white; */
}
.order .catalog ul.love li span.AR_Ref, .order .catalog ul.love li span.AR_Design {
	/* color:white; */
}
.order .catalog .love .photo {
	background-color: white;
	border-radius: 20px;
	/* color:white; */
}


/* CART */

.current_order .cart {
	text-align: left;
	position: relative;
}

.animation {
	height:80px;
	width:100%;
	overflow:hidden;
}
  
 .animation > div {
	height:80px;
	width: 100%;
	display: block;
  }
  
  .animation div:first-child {
	animation: text-animation 15s infinite;
	-webkit-animation: text-animation 15s infinite;
  }
  
  @keyframes text-animation {
	0% {margin-top: 0;}
	10% {margin-top: 0;}
	20% {margin-top: -80px;}
	30% {margin-top: -80px;}
	40% {margin-top: -160px;}
	60% {margin-top: -160px;}
	70% {margin-top: -80px;}
	80% {margin-top: -80px;}
	90% {margin-top: 0;}
	100% {margin-top: 0;}
  }


.current_order .cart .my-cart {
	background-image: url('/images/ui/icon_searching.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0 0 0 30px;
}

.current_order .cart button.up, .current_order .cart button.down {
	width: 100%; height: 30px;
	background-color: transparent;
	border: none;
    cursor: pointer;
    outline: none;
	margin: 5px auto 0 auto;
	vertical-align: middle;
	border-radius: 10px;
	border:1px solid #000;
	/* box-shadow: 2px 2px 3px #d6d9d9, -2px -2px 10px #ffffff; */
}

.current_order .cart button.up img, .current_order .cart button.down img {
	transition: 0.5s;
}

.current_order .cart button.up img {
	transform: rotate(-90deg);
}
.current_order .cart button.down img {
	transform: rotate(90deg);
}

.current_order .cart button img {
	width: 25px; height: 25px;
	margin: -5px 0 0 10px; padding: 0;
}

.current_order .cart span.title {
	color: #32c27a;
	display: block;
	font-size: 16pt;
}
.current_order .cart .order_waiting {
	background-color: white;
	padding: 20px;
	box-shadow: 2px 2px 14px #d6d9d9, -2px -2px 14px #ffffff;
	border-radius: 10px;
	position: absolute;
	right: 0px; top:105px;
	display: none;
	width:350px;
	height: 100vh;
}
.current_order .cart .order_waiting b.title {
	text-align: center;
	width: 100%;
	margin: 0 auto 0 auto;
}
.current_order .cart .order_waiting .waiting {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 0 5px; margin: 10px 5px 10px 5px;
	border-bottom:1px dotted #007cec;
	width: 100%;
	position: relative;
}
.current_order .cart .order_waiting .waiting .icon_view {
	background-image: url('/images/ui/icon_searching.png'); 
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width:20px; height:20px;
	display: inline-block;
}
.current_order .cart .order_waiting .waiting:hover {
	background-image: url('/images/ui/icon_order1.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px dotted #ec9d00;
	background-color: #fff1d6;
	cursor: pointer;
}
.current_order .cart .order_waiting .checked {
	background-image: url('/images/ui/icon_order1.png');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom:1px dotted #ec9d00;
	background-color: #fff1d6;
}
.current_order .cart .order_waiting .waiting b {
	/* padding: 0 15px 0 5px; */
	text-align: right;
	/* width: 100px; */
	position:absolute;
	top:5px; right:25px;
}
.current_order .cart .order_waiting .waiting .preview_detail { font-size:10pt; display: block; width: 100%; margin:2px 0 0 0; }
.current_order .cart .order_waiting .waiting .preview_detail .preview_img { width: 45px; height: 45px; background-color: #FFFFFF; float: left; margin:0 10px 0 0; }
.current_order .cart .order_waiting .waiting .preview_detail .preview_img img.Orientation_L { width: 35px; height:auto; }
.current_order .cart .order_waiting .waiting .preview_detail .preview_img img.Orientation_P { width: auto; height:35px; }

.current_order .cart .order_waiting .waiting .fresh, .current_order .cart .order_waiting .waiting .preco {
	font-size: 9pt;
	padding:2px;
	color:#FFFFFF;
	margin:0 3px 0 3px;
	border-radius:5px;
}

.current_order .cart .order_waiting .waiting .fresh { background-color: #00a5fc; }
.current_order .cart .order_waiting .waiting .preco { background-color: #4cb94a; }


.current_order .cart .totalArticle {
	background-color: red;
	color: white;
	width: 20px; height: 20px;
	border-radius: 50%;
	font-size: 11pt;

	border:2px solid white;
	box-shadow:  2px 2px 4px #d6d9d9,
	-2px -2px 4px #ffffff;
	position: absolute;
	right:0px; top:10px;
	text-align: center;	
}


/* FACTURES / Invoices */

.Factures {
	font-size: 18pt;
}
.Echeance h2, .Factures h2 {
	padding: 20px 0 20px 30px;
}
.Echeance .total_EC_Echeance {
	text-align: right;
	font-size: 18pt;
	color:red;
	width: 90%;
	padding:10px;
	margin: 0 auto 20px auto;
}


.EC_Echeance {
	font-size: 18pt;
}

.Factures h4 {
	padding: 20px 0 0 30px;
	color: #2790e6;
}

.Factures .facture a.pdf img, .EC_Echeance a.pdf img {
	width: 30px; height: auto;
	position: absolute;
	right: 5px; top:5px;
}

.Echeance h2, .Factures h2, .Echeance h3, .Factures h3 {
	font-size: 24pt;
}
.year h3 {
	color: red;
}

/* Livraisons */

/* ADDRESS */

ul.confirm_address { width: 100%; }
ul.confirm_address li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.order .edit_address {
    background-color: white;
    display: none;
}
.edit_address li {
    width: 45%;
    margin:2px;
    padding:2px;
    display: inline-block;
    background-color: rgb(244, 244, 244);
    text-align: left;
    border-radius: 5px;
}
.edit_address li input {
    float: right;
    width: 60%;
    height: 25px;
    border-radius: 5px;
    font-size: 14pt;
    color: black;
    padding: 5px;
}

.edit_address li.place {
    width: 100%;
    background: none;
    text-align: center;
}

.edit_address li.place .geocoder {
	margin:15px auto 15px auto;
	text-align: center;
}
.edit_address li.place .mapboxgl-ctrl {
    width: 90%;
	margin:5px auto 5px auto;
}
.edit_address .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: 100%;
}
.edit_address li.place input {
    float: none;
    border:1px solid #dedede;
    width: 98%; height: 30px;
    font-size: 14pt;
    padding-left: 30px;
}
.edit_address .save {
    background: none;
    text-align: center;
}

.edit_address .AllAddress {
	margin: 40px auto 40px;
}

.edit_address .AllAddress .address {
	display: inline-block;
	width: 250px;
	margin: 2px; padding: 25px 5px;
	background-color: white;
	border-radius: 10px;
	cursor:pointer;
}
.edit_address .AllAddress .address input {
	display: none;
}

 #map{
    width: 70%; height: 300px;
    margin: 10px auto 10px auto;
	border-radius: 15px;
}

.mapboxgl-ctrl-geocoder--suggestion-title, .mapboxgl-ctrl-geocoder--suggestion-address {
    font-size: 14pt;
}

/**/

.Address label {
    width: 30%; min-height: 220px;
    padding: 15px 0 15px 50px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    border:1px solid rgb(205, 205, 205);
    font-size: 14pt;
}
.Address label ul li {
    width: 49%;
    display: inline-block;
}

.Address label h3 {
    width: 100px;
    color: red;
}

.Address label ul li:last-child {
    font-weight: bold;
}

.Address .AddressChecked {
    background-color: rgb(231, 255, 233);
    border-radius: 5px;
    border:1px solid rgb(67, 194, 105);
    background-image: url('/images/ui/btn_valided.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 8%;
}

/* STATISTIQUE */

.stats ul {
	display: flex;
	flex-wrap: wrap;
	width:95%;
	margin:0 auto 0 auto;
	background-color: white; 
	border-radius: 5px;
	margin:5px;
	color: #66778b;
}
.stats ul:hover {
	background-color: #d6e4ee;
	color: black;
}
.stats ul li { padding: 5px; }

.stats ul li:first-child { width: 10%; }
.stats ul li:nth-child(2) { width: 35%; }
.stats ul li:nth-child(3), .stats ul li:nth-child(4), .stats ul li:nth-child(5) { width: 15%; text-align: right; font-size: 14pt; }

.copyright { text-align: center; position: absolute; bottom:5px; width:100%; color:#ffffff; }


/* CONFIRMATION */

.order_confirmed {
	padding: 10px;
	font-size: 14pt;
}

.order_confirmed .page {
	width: 80%;
	padding: 5px;
	margin:10px auto 10px auto;
	border-radius: 10px;
}

.order_confirmed .edit_address {
	display: none;
}

.form_geocoder {
	display: none;
}

.order_confirmed .Address {
	width: 100%;
	text-align: center;
}

/* Mobile */


@media all and (min-width: 1024px) and (max-width: 1280px) {
	
	/* MENU */
	.order_search { width: calc( 100% - 150px ); }
	.order_search .find input { width: 80%; }
	.order_search .find input::placeholder { font-size: 11pt; }
	.order_search .menu_familles a { font-size: 10pt; }
	.order_search .menu_familles img { height: 35px; }
	.order_search .current_order .cart img { width: 20%; }
	.order_search .current_order .cart span.title, .order_search .current_order .cart .my-cart { font-size: 12pt; }
	.current_order .cart .order_waiting { right: 5px; }
	.current_order .cart .order_waiting .waiting { width: 70%; }

	/* Galerie article */

	.order .catalog .article {
		height: 350px;
	}
	.order .catalog .article, .order .catalog .article li {
		width:200px;
		font-size: 12pt;
	}
	.order .catalog .article li.Prix i {
		font-size: 10pt;
	}

	.order .catalog .AR_Design {
		font-size: 12pt;
	}
	.order .catalog .article li:nth-child(3) {
		height: 200px;
	}
	.order .catalog .article .photo {
		margin: 20px auto 0 auto;
	}
	.order .catalog .article .photo img.landscape {
		width: 140px;
		margin: 0 0 0 -40%;
	}
	.order .catalog .article .photo img.portrait {
		height: 110px;
	}
	.order .catalog #graphic {
		top:170px;
		right: 5px;
		text-align: right;
	}
	.order .article li.article_qty button {
		min-width: 20px;
		height: 20px;
		border-radius: 20px;
	}
	.order .catalog .AddLastOrder {
		left: 0; top:15px;
		padding: 5px 15px 5px 15px;
		font-size: 13pt;
		border-radius: 15px;
		transition: 0.5s;
	}
	.order .catalog .AddLastOrder:hover {
		left: -10px;
		padding: 5px 30px 5px 15px;
	}
	.order .catalog .article .frais, .order .catalog .article .preco { top:275px; }
	.order .catalog .article .frais { width:30px; left: -5px; }
	.order .catalog .article .preco { top:285px; left: 155px; }

	.order .nav_creation .menu_familles {
		width: 50%;
		border:1px solid red;
	}
	.order .nav_creation .menu_familles ul li {
		font-size: 12pt;
	}
	.order .nav_creation .menu_familles ul li img {
		height: 50px;
	}

	.order .nav_creation .current_order {
		width: 25%;
	}
	.order .nav_creation .current_order, .order .nav_creation .current_order li {
		font-size: 12pt;
	}
	.order .nav_creation .current_order img {
		width: 50px;
		margin: 5px 10px 5px 10px;
	}
}


/* Menu vertical */

@media all and (min-height: 600px) and (max-height: 724px) {
	.Dashboard .slideboard ul li {
		height: 35px;
		/* border:1px solid rgb(0, 234, 255); */
		margin:3px;
	}
	.Dashboard .slideboard ul li span {
		height:20px;
		font-size:10pt;
	}
	.Dashboard .slideboard ul li span img {
		width:13px;
		margin:2px;
	}
	.Dashboard .section {
		margin:3px auto 3px auto;
	}
	.Dashboard .slideboard .logo img {
		width: 40px; height: 40px;
	}
	.Dashboard .slideboard .member .preco {
		font-size: 8pt;
	}
}

@media all and (min-height: 725px) and (max-height: 839px) {
	.Dashboard .slideboard ul li {
		height: 40px;
		/* border:1px solid rgb(0, 234, 255); */
		margin:3px;
	}
	.Dashboard .slideboard ul li span {
		height:20px;
		font-size:10pt;
	}
	.Dashboard .slideboard ul li span img {
		width:15px;
		margin:3px;
	}
	.Dashboard .section {
		margin:5px auto 5px auto;
	}
	.Dashboard .slideboard .member .preco {
		font-size: 9pt;
	}
}

@media all and (min-height: 840px) and (max-height: 929px) {
	.Dashboard .slideboard ul li {
		height: 45px;
		/* border:1px solid rgb(0, 234, 255); */
		margin:3px;
	}
	.Dashboard .slideboard ul li span {
		height:30px;
		font-size:11pt;
	}
	.Dashboard .slideboard ul li span img {
		width:20px;
		margin:5px;
	}
	.Dashboard .section {
		margin:10px auto 10px auto;
	}
}

@media all and (min-height: 930px) and (max-height: 1024px) {
	.Dashboard .slideboard ul li {
		height: 45px;
		/* border:1px solid purple; */
	}
	.Dashboard .slideboard ul li span {
		height:35px;
	}
	.Dashboard .slideboard ul li span img {
		width:30px;
		margin:5px;
	}
}

@media all and (min-height: 1025px) and (max-height: 1139px) {
	.Dashboard .slideboard ul li {
		height: 55px;
		/* border:1px solid green; */
	}
	.Dashboard .slideboard ul li span {
		height:40px;
	}
}

@media all and (min-height: 1140px) and (max-height: 1180px) {
	.Dashboard .slideboard ul li {
		height: 65px;
		/* border:1px solid red; */
	}
	.Dashboard .slideboard ul li span {
		height: 40px;
	}
}

/* iPhone / Android */

@media all and (min-width: 375px) and (max-width: 428px) {

	body,html {
		height: auto;
		-webkit-touch-callout: none !important;
	}

	a { -webkit-user-select: none !important; }

	.tpl_login {
		background-color: rgb(169, 26, 26);
	}

	.btn {
		color: #000;
		box-shadow: none;
	}

	/* session */

	.login {
		width: 100%;
		/* min-height: 360px; */
		position:inherit;
		text-align: center;
		left: 0;
		top: 0;
		margin:0 auto 50px auto;
		border-radius: 0;
		overflow:auto;
		font-size: 10pt;
	  }
	  .login .connect {
		float: none;
		height: auto;
		min-height: auto;
	  }
	  .login .connect_form {
		width: 100%;
		height: auto;
		min-height: auto;
		margin-bottom: 20px;
	  }
	  .login .connect_media {
		/* position: static; */
		width: 100%;
		height:auto;
		border-radius: 0;
		margin-top:20px;
	  }
	  .login .connect_media video {
		border-radius: 00;
		position:inherit;
		left: 0;
		top: 0;
		width:100%;
		height:auto;
	  }
	  .login .connect_media .logo {
		z-index: 99;
		position: absolute;
		left: 50%;
		top: 0;
		width: 60px;
		height: auto;
		margin:15px 0 0 -150px;
	  }
	  .login .img_entrepot {
		background: none;
	  }
	  .copyright {
		font-size: 10pt;
		position:relative;
		bottom: 0;
	  }

	  .login .first_connexion:first-child, .login .first_connexion:last-child {
		width: 90%;
		margin:0 auto 0 auto;
	  }
	  .login .first_connexion:first-child {
		display: block;
		padding-top:100px;
	  }
	  .login span, .createlogin .field {
		min-height: 60px;
		margin: 0;
		padding: 0;
		display: block;
		border-radius: 5px;
	  }

	  .login input {
		width: 55%;
	  }

	 
	  /* UX menu */
	  
	  .Dashboard .slideboard {
		/* z-index: 99999; */
		width:100%;
		height: 50px;
		border-radius: 0;
		position: fixed;
	  }
	  .Dashboard .slideboard a {
		vertical-align: middle;
	  }
	  .Dashboard .slideboard ul {
		display: block;
		flex-wrap: wrap;
		text-align: center;
	  }
	  .Dashboard .slideboard ul li {
		display: inline-block;
		width:100px;
		height: 40px;
		position:relative;
	  }
	  .Dashboard .slideboard ul li span {
		height: 30px;
		display: inline-block;
	}
	  .Dashboard .slideboard ul li span img {
		width: 25px;
	  }
	 .Dashboard .section {
		display: none;
	  }
	  .Dashboard .member {
		display: none;
	  }
	  .Dashboard .slideboard .logo {
		width:50px; height:50px;
		margin:10px auto 0 auto;
		text-align: left;
	  }
	  .Dashboard .slideboard .logo img {
		width: 30px;
		height: 30px;
		margin: 5px auto 0 15px;
	  }

	  .Dashboard .slideboard .menu {
		position: absolute;
		left:0; top:0;
	  }

	  .Dashboard .slideboard a.next_menu {
		display: none;
	  }

	  .Dashboard {
		width: 100%;
		margin: 0;
		border-radius: 0;
		overflow: hidden;
		display: block;
		flex-direction: row;
	  }
	  .Dashboard .container {
		background-color: #F2F2F2;
		width: 100%;
		margin: 0;
		position: relative;
	  }
	  .Dashboard .order_creation {
		margin-top: 60px;
	  }

	  .Dashboard .slideboard .close-menu-mobile {
		margin-left: -40%;
		margin:20px auto 40px auto;
	  }
	  .Dashboard .slideboard ul li .sub {
	  	left: 0%;
		margin:0 auto 0 -165px;
		z-index: 999;
	  }
	  .Dashboard .slideboard ul li .sub a {
		width: 90%;
	  }

	  nav.mobile {
		background-color:white;
		height:auto;
	  }

	   /* Commandes */


	.order_search_cart .find {
		width: 100%;
		margin: 5px auto 0 auto;
	}

	.NavOrder, .order_search {
		top:50px;
	}

	.Dashboard .container .order {
		font-size: 10pt;
		margin-top:60px;
	  }
	  h3.order-item-title {
		margin: 15px 0 20px auto;
		/* width: 60%; */
	  }
	  .order .moment {
		font-size: 14pt;
	  }

	  .order-header ul li:first-child,
	  .order-bottom ul li:first-child {
		width: 70%;
		font-size: 12pt;
	  }
	  .order-bottom .amount, .order-group-articles .order-header .amount {
		font-size: 16pt;
	  }
	  .order-header ul li:last-child,
	  .order-bottom ul li:last-child {
		width: 30%;
		text-align: right;
	  }
	  .order-header ul li:first-child b {
		display: block;
	  }

	  .order-header ul li a.edit {
		font-size: 12pt;
		display: inline-block;
		width: 100%;
	  }
	  .order a.status {
		background-image: url('/images/ui/icon_edit.png');
		background-size: contain;
		background-repeat: no-repeat;
		padding: 0;
	  }

	  .order-header {
		height: auto;
	  }
	  .order-header ul li a.edit img {
		width: 10px;
		height: auto;
		color: #00a5fc;
	  }

	  .order-header .delivery {
		margin:0;
		padding-right: 10px;
		font-size: 10pt;
	  }

	  .order-bottom ul li .modified b {
		display: block;
	  }

	

	  /* Création */

	  .NavOrder, .order_search {
		width: 100%;
		margin:0 auto 0 auto;
		box-shadow: 10px 10px 30px #00000076, -10px -10px 30px #00000000;
		border-radius:0px;
	  }

	  .order_search_cart .find input[type="text"] {
		display: inline-block;
		width: 42%;
		margin: 5px auto 0 auto;
		font-size: 12pt;
	  }

	  h3.order-item-title {
		font-size: 14pt;
	  }

	  /* recherche */
	  .order .resultats {
		margin-top:180px;
	  }



	  .order ul.article_title, .order ul.article_title li {
		display: none;
	  }
	  .order .article {
		display: block;
		flex-direction: unset;
		border-radius: 5px;
		margin:10px auto 5px auto;
	  }
	  .order .article li,
	  .order .articles .article li:nth-child(5),
	  .order .resultats .article li:nth-child(5),
	  .order .articles .article li:nth-child(6),
	  .order .resultats .article li:nth-child(6),
	  .order .articles .article li:nth-child(7),
	  .order .resultats .article li:nth-child(7)
	  {
		width:32%;
		display: inline-block;
		vertical-align: top;
	  }
	  .order .articles .article li:first-child,
	  .order .resultats .article li:first-child,
	  .order .articles .article li:nth-child(2),
	  .order .resultats .article li:nth-child(2) {
		width: 25%;
		display: inline-block;
		vertical-align: top;
	  }
	  .order .articles .article li:nth-child(2),
	  .order .resultats .article li:nth-child(2) {
		text-align: center;
	  }
	  .order .article_title li:nth-child(3),
	  .order .articles .article li:nth-child(3),
	  .order .resultats .article li:nth-child(3) {
		width: 45%;
		display: inline-block;
	  }
	  .order .articles .article li:nth-child(4),
	  .order .resultats .article li:nth-child(4) {
		width: 100%;
	  }

	  .order .article li .photo {
		height: 100%;
		display: flex;
		justify-content: center;
	  }
	  .order .article li .photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -30%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-25%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 999;
	  }

	  .order .article .frais {
		top:35px;
		right: -60px;
	  }
	  .order .article .preco {
		top:75px;
		right: -70px;
	  }
	  .order .article #graphic {
		right: -10px;
		top: 210px;
	  }

	  .order .article li .tips_qty {
		left: 50%;
		top:-65px;
	  }

	  .nav_submit {
		width: 100%;
	  }
	  .nav_submit li {
		width: auto;
	  }
	  .nav_submit .btn, .nav_submit_valided .btn {
		/* width: 90%;
		height: auto; */
		border-radius: 10px;
	  }

	  /* Pop Delivery */

	  .nav_submit_valided, .nav_submit_cadencier {
		position:relative;
		left: 0;
		top: 0;
		margin: 0 auto 0 auto;
		width: 100%;
		height: 100%;
		background-color: white;
		padding: 0;
		border-radius: 10px;
	  }
	  .DatePreco, .DateExpedition {
		padding: 10px;
		margin: auto;
	  }
	  .nav_submit_valided h3 {
		font-size: 14pt;
	  }

	  .nav_submit_valided #close {
		position: absolute;
		top: 5px;
		right: 5px;
		border-radius: 15px;
		width: 30px;
		height: 30px;
	  }
	  .nav_submit_valided .DatePreco label,
	  .DateExpedition label.delivery,
	  .DO_DateExpedition label,
	  .nav_submit_valided .DatePreco div.expire
	  {
		width: 40%;
		font-size: 12pt;
		vertical-align: top;
	  }
	  .nav_submit_valided .limit_preco {
		font-size: 14pt;
		margin:5px auto 5px auto;
	  }
	  .nav_submit_valided h3 {
		font-size: 12pt;
		min-height: auto;
	  }

	  /* Confirmer */

	  .order_confirmed .page {
		width: 90%;
		padding: 5px;
		margin: 5px auto 5px auto;
		border-radius: 9px;
	  }
	  .add_comment {
		text-align: center;
		border: 1px solid rgb(231, 231, 231);
		border-radius: 10px;
		margin: 5px auto 5px auto;
		padding: 5px;
		width: 100%;
	  }
	  .add_comment textarea {
		width: 90%;
		margin: 10px auto 10px auto;
		padding: 5px;
		font-size: 14pt;
		font-family: 'Barlow Condensed', sans-serif;
	  }
	  .order_confirmed {
		font-size: 12pt;
	  }

	  /* Cadencier */

	  .order_cadencier {
		margin:55px auto 30px auto;
	  }
	  .order_cadencier .listing .timetable_row {
		width: 100%;
	  }
	  .Dashboard .order_cadencier ul.cadencier {
		background-color: #FFF;
		width: 95%;
		height: auto;
		margin: 10px auto;
		vertical-align: middle;
		position: relative;
		display: inherit;
		flex-direction: inherit;
		align-items: center;
	  }
	  .Dashboard .order_cadencier ul.cadencier li {
		width:100%;
		height: auto;
		display: block;
	  }
	  .Dashboard .order_cadencier ul.cadencier li:first-child {
		text-align: center;
		display: inherit;
		justify-content: middle;
		width: 100%;
	  }
	  .Dashboard .order_cadencier ul.cadencier li:last-child, .Dashboard .order_cadencier ul.cadencier li:nth-child(2) {
		width: 100%;
		display: inline-block;
	  }
	  .Dashboard .order_cadencier ul.cadencier li:last-child img {
		margin:10px auto 10px auto;
	  }

	  .Dashboard .order_cadencier ul.cadencier li input[type='text'] {
		width: 80%;
	  }
	  .Dashboard .order_cadencier ul.cadencier li select {
		margin: 20px auto 20px auto;
		display: block;
		text-align: center;
		width: 90%;
	  }

	  .Dashboard .timetable_row ul.articles_cadencier {
		display: block;
		flex-direction: column;
		width:100%;
	  }
	  .Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(1),
	  .Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(2),
	  .Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(3) {
		width: 32%;
		display: inline-block;
	  }
	  .Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(4) {
		width: 100%;
		text-align: center;
	  }
	  	.Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(5),
		.Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(7) {
			width: 15%;
			display: inline-block;
		}
		.Dashboard .order_cadencier .ArticlesCadenciers label ul.articles_cadencier li:nth-child(6) {
			width: 60%;
			display: inline-block;
	  }

	  /* FACTURE */

	  /* .title_list li:first-child, .orders_lists li:first-child,
	  .title_list li:first-child, .orders_lists li:nth-child(2) { */
	.orders_lists, .title_list {
		display: inherit;
		flex-direction: inherit;
	}



	.Dashboard .container ul.orders_lists {
		height: inherit;
		align-items:baseline;
		font-size:12pt;
	}
	.Dashboard ul.orders_lists li {
		height:inherit;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.Dashboard ul.orders_lists li {
		width: 32%;
	}
	.Dashboard ul.orders_lists li a.pdf {
		display: block;
	}
	.Dashboard ul.orders_lists li a.pdf img {
		position: relative;
	}
	.order_search {
		width: 100%;
		height: auto;
		display: inherit;
		flex-direction:inherit;
	}
	.order_search .find {
		width: 100%;
		height: auto;
		border: none;
		margin: 5px;
		border:1px; 
	}
	.order_search .find input[type='text'] {
		display: inline-block;
		width:40%;
	}

	.order_search .menu_familles {
		width: 100%;
	}
	.order_search .menu_familles ul li:nth-child(1),
	.order_search .menu_familles ul li:nth-child(2)
	.order_search .menu_familles ul li:nth-child(3) {
		width: 33%;
		text-align: center;
	}
	.order_search .menu_familles ul li:nth-child(4) {
		display: none;
	}

	.order_search .current_order {
		width: 100%;
		text-align: center;
	}
	.menu_familles img {
		width: auto;
		height: 30px;
		margin: 5px auto 0 auto;
		border-radius: 5px;
		border: 5px solid #ffffff6b;
		box-shadow: 2px 2px 4px #d6d9d961, -2px -2px 4px #ffffff5e;
		display: block;
	}
	.familles_cover {
		width: 100%;
		position: relative;
		left: 0;
		top: 240px;
		border-radius: 0;
		margin-left: 0;
		padding-top: 0;
	}
	.familles_cover li {
		width: 100%;
	}
	.order .catalog {
		margin:200px 0;
	}
	.order .catalog .article {
		width: 40%;
	}
	.order .catalog .article li {
		width: 100%;
	}
	.order .catalog .article li.Prix,
	.order .catalog .article li.Reduc,
	.order .catalog .article li.Total {
		font-size: 10pt;
	}
	.order .catalog .article .photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -40%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-25%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 999;
	}

	.order .catalog .article .photo img.landscape {
		width: 90%;
		height: auto;
	}
	.order .catalog .article .photo img.portrait {
		width: auto;
		height: 90%;
	}
	.nav_familles {
		display: none;
	}

	.familles_cover_tiny li {
		width: 40%;
  		height: auto;
	}

	.order .catalog .AddLastOrder {
		top: 35px;
		left: -15%;
	}
	.order .catalog .article .preco {
		right: 0;
		top: 260px;
	}
	.order .catalog .article .frais {
		left: 0;
		top: 245px;
	}
	.order .article #graphic {
		right: -10px;
		top: -55px;
	}

}
