.commande {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	float: none;
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	transition-property: padding;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	max-width: 1366px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 360px) {
	.commande {
	padding-right: 10px;
	padding-left: 10px;
	}
}
/*MENU*/
/*
.commande-menu {
	display: block;
	float: none;
	position: relative;	
}
.commande-menu ul{
	display: table;
	float: none;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0px;
}
.commande-menu li{
	display: table-cell;
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	position: relative;
	background-color: #f7f7f7;
	font-size: 0px;
	text-transform: uppercase;
	height: 36px;
	background-image: url(../../graphisme/commande/puce-menu-commande.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-menu li{
		width: 56px;
		padding-right: 0px;
	}
}
.commande-menu ul li div:nth-of-type(1){
	width: 56px;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 36px;
	float: left;
	height: 36px;
	position: relative;
	transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-menu ul li div:nth-of-type(1){
	width: 56px;	
	}
}
.commande-menu ul li div:nth-of-type(2){
	font-size: 14px;
	line-height: 36px;
	display: block;
	float: left;
	height: 36px;
	position: relative;	
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-menu ul li div:nth-of-type(2){
	display: none;
	}
}
.commande-menu li.commande-menu-actif{
	width: 56px;
	padding-right: 0px;
	background-color: #ccc;
	background-image: url(../../graphisme/commande/puce-menu-commande.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-menu li.commande-menu-actif{
	width: auto;	
	}
}
.commande-menu li.commande-menu-actif div:nth-of-type(1){
	width: 56px;
	font-weight: bold;
}
.commande-menu li.commande-menu-actif div:nth-of-type(2){
	display: none;
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-menu li.commande-menu-actif div:nth-of-type(2){
	display: block;
	}
}
@media screen and (max-width: 480px) {
	.commande-menu li.commande-menu-actif div:nth-of-type(2){
	display: none;
	}	
}
*/

.commande-menu {
	display: flex;
	float: none;
	position: relative;
	justify-content: center;
}
.commande-menu ul {
	display: flex;
	float: none;
	position: relative;
	justify-content: space-around;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	flex-grow:1;
}
.commande-menu ul li {
	display: flex;
	float: none;
	position: relative;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	background-image: url(../../graphisme/commerce/ligne-menu-cycle-commande.svg);
	background-repeat: repeat-x;
	background-position: left 17px;
}
.commande-menu ul li div {
	display: block;
	float: none;
	position: relative;
}
.commande-menu ul li div:first-of-type {
	display: flex;
	float: none;
	position: relative;
	background-color: #999;
	height: 32px;
	width: 32px;
	border-radius: 40px;
	justify-content: center;
 	align-items: center;
	box-shadow: 0px 0px 0px 15px #FFFFFF;
	transition-property: box-shadow;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;	
}
@media screen and (max-width: 640px) {
	.commande-menu ul li div:first-of-type {
	box-shadow: 0px 0px 0px 5px #FFFFFF;	
	}
}
	
.commande-menu ul li div:first-of-type span {
	font-size: 16px;
	color: #FFF;
	user-select: none;	
}
.commande-menu ul li div:last-of-type {
	float: none;
	position: relative;
	font-size: 15px;
	display: block;
	padding-top: 10px;
	user-select: none;
	transition-property: font-size;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 640px) {
	.commande-menu ul li div:last-of-type {
	font-size: 0px;	
	}
}
.commande-menu ul li.courant div:first-of-type{
	background-color: var(--bouton-couleur-fond);
}
.commande-menu ul li.fin div:first-of-type{
	background-color: #333;
}
/*TITRE*/

.commande-titre {
	display: block;
	float: none;
	padding-top: 30px;
	position: relative;
}
.commande-titre h1{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;	
}
.commande-titre p{
	font-size: 15px;
	margin: 0px;
	padding: 0px;	
}
.commande-message {
	display: block;
	float: none;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	position: relative;
	text-align: center;
}
.commande-message h2{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-weight: normal;
}
.commande-message a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #CCC;
	position: relative;
	box-sizing: border-box;
	border-radius: 2px;
	line-height: 41px;
}
.commande-message a:hover{
	background-color: #f7f7f7;
}
.commande-tableau {
	display: block;
	float: none;
	position: relative;
	margin-top: 30px;
}
.commande-tableau-titre {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.commande-tableau-colonne {
	display: table;
	margin: 0px;
	width: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	position: relative;
}
.commande-tableau-colonne div{
	font-size: 13px;
	line-height: 46px;
	text-transform: uppercase;
	background-color: #e5e5e5;
	text-align: center;
	display: table-cell;
	height: 46px;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing:border-box;
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-tableau-colonne div{
	font-size: 0px;
	line-height: 0px;
	height: 8px;
	padding-right: 0px;
	padding-left: 0px;
}	
}

