.commande-action-haut {
	text-align: right;
	display: block;
	float: none;
	position: relative;
	/*height: 43px;*/
	margin-top: 20px;
}
.commande-continuer {
	font-size: 14px;
	line-height: 43px;
	color: #000;
	text-decoration: none;
	background-image: url(../../graphisme/commande/flche-commande-continuer.png);
	background-repeat: no-repeat;
	background-position: left +2px center;
	display: inline-block;
	height: 43px;
	margin-right: 15px;
	padding-left: 10px;
	position: relative;
}
.commande-continuer:hover {
	background-position: left center;
}
.commande-valider {
	font-size: 15px;
	line-height: 43px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: var(--bouton-couleur-fond);
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	cursor: pointer;
}
.commande-valider-inactif {
	font-size: 15px;
	line-height: 43px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #b0b0b0;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	cursor: default;
}
.commande-valider:hover {
	background-color: var(--bouton-couleur-fond-survol);
}
.commande-article-cadre {
	display: block;
	float: none;
	position: relative;	
}
.commande-article {
	display: table;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position: relative;
}
@media screen and (max-width: 767px) {
.commande-article {
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}	
.commande-article:first-of-type {
	border-top-width: 0px;
}
}
@media screen and (max-width: 560px) {
	.commande-article {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	}
}
.commande-article-supprimer {
	text-align: center;
	display: table-cell;
	position: relative;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	vertical-align: middle;
	width: 97px;
}
@media screen and (max-width: 560px) {
	/*.commande-article-supprimer {
	display: block;
	line-height: 170px;
	float: left;
	height: 170px;
	width: 90px;
	box-sizing:border-box
	}*/
	.commande-article-supprimer {
	display: block;
	line-height: 85px;
	float: left;
	height: 85px;
	width: 90px;
	box-sizing:border-box
	}
	
}
.commande-article-supprimer-article{
	background-image: url(../../graphisme/commande/supprimer-article-commande.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	display: inline-block;
	height: 42px;
	width: 42px;
	position: relative;
	border-radius: 4px;
	border: 0px solid #b3b3b3;
	cursor: pointer;
}
.commande-article-supprimer-article:hover{
	background-color: #fff;	
	border: 1px solid #cccccc;
}
.commande-article-supprimer-consigne{
	background-image: url(../../graphisme/commande/actualiser-consigne-commande.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	display: inline-block;
	height: 42px;
	width: 42px;
	position: relative;
	border-radius: 4px;
	border: 0px solid #b3b3b3;
	cursor: pointer;
}
.commande-article-supprimer-consigne:hover{
	background-color: #e5e5e5;	
	border: 1px solid #b3b3b3;
}
.commande-article-visuel {
	font-size: 0px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	height: 120px;
	width: 120px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
@media screen and (max-width: 560px) {
	/*.commande-article-visuel {
	display: block;
	position: relative;
	float: left;
	height: 170px;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}*/
	.commande-article-visuel {
	display: block;
	position: relative;
	float: left;
	height: 85px;
	width: 85px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	}
}
.commande-article-visuel figure{
	display: block;
	position: relative;
	float: none;
}
.commande-article-visuel figure a{
	display: block;
	float: none;
	position: relative;
	font-size: 0px;
}
.commande-article-visuel figure a img{
	display: inline-block;
	height: auto;
	width: 100%;
	font-size: 0px;
	float: none;
	position: relative;
}
.commande-article-resume {
	font-size: 0px;
	vertical-align: middle;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
.commande-article-resume {
	display: block;
	padding: 0px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #999;
	position: relative;
}	
}
.commande-article-resume div{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	text-align: left;	
}
.commande-article-resume div h1{
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.commande-article-resume div h1 a{
	color: #000;
	text-decoration: none;
}
.commande-article-resume div p{
	font-size: 13px;
	/*margin: 0px;*/
	padding: 0px;
}
.commande-article-resume div p strong{
	font-size: 15px;
}
@media screen and (max-width: 767px) {
.commande-article-resume div p:last-of-type{
	display: none;	
}	
}

.commande-article-resume div p img{
	margin-right: 6px;
	vertical-align: middle;
}
.commande-article-quantite {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	position: relative;
	box-sizing: border-box;
	width: 148px;
}
@media screen and (max-width: 767px) {
.commande-article-quantite {
	display: block;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #999;
	box-sizing: border-box;
	float: none;
	width: 100%;
}	
}
.commande-quantite {
	vertical-align: middle;
	display: inline-block;
	position: relative;	
}
@media screen and (max-width: 767px) {
.commande-quantite {
	vertical-align: middle;
	display: table;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 52px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}	
}
.commande-quantite div:nth-of-type(1) {
	font-size: 16px;
	color: #808080;
	display: none;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
@media screen and (max-width: 767px) {
.commande-quantite div:nth-of-type(1) {
	display: table-cell;
	vertical-align: middle;
	width: 66px;
	box-sizing:border-box;
}	
}
.commande-quantite div:nth-of-type(2) {
	display: block;
	padding: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
.commande-quantite div:nth-of-type(2) {
	display: table-cell;
	vertical-align: middle;
	/*width: 120px;*/
	padding: 0px;
	text-align: right;
}		
}
.commande-quantite div:nth-of-type(2) input{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	height: 32px;
	width: 33px;
	border: 1px solid #b3b3b3;
	position: relative;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
}
.commande-quantite-moins {
	background-color: #FFF;
	background-image: url(../../graphisme/commande/moins.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 32px;
	width: 32px;
	margin-right: 5px;
	border: 1px solid #b3b3b3;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
}
.commande-quantite-moins:hover {
	background-color: #e5e5e5;
}
.commande-quantite-plus {
	background-color: #FFF;
	background-image: url(../../graphisme/commande/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-table;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	border: 1px solid #b3b3b3;
	position: relative;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
	box-sizing: border-box;
}
.commande-quantite-plus:hover {
	background-color: #e5e5e5;
}
/*
.commande-quantite div:nth-of-type(3) {
	display: block;
	padding: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-quantite div:nth-of-type(3) {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	box-sizing:border-box;
}		
}
.commande-quantite-recalculer {
	font-size: 16px;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	background-color: #9a9a9a;
	background-image: url(../../graphisme/commande/recalculer.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: inline-block;
	height: 32px;
	padding-right: 15px;
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	border-radius:4px;	
}
@media screen and (max-width: 800px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
	.commande-quantite-recalculer {
	background-position: center center;
	height: 32px;
	box-sizing: border-box;
	width: 32px;
	font-size: 0px;
	padding-right: 0px;
	padding-left:  0px;
	}
}
.commande-quantite-recalculer:hover {
	background-color: #f57900;
}
*/
.commande-article-total {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
	width: 144px;
}
@media screen and (max-width: 767px) {
	.commande-article-total {
	display: block;
	float: none;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
}

.commande-article-total-stock{
	display: none;
	float: left;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
.commande-article-total-stock{
	display: inline-block;
}
}
.commande-article-total-stock img{
	margin-right: 6px;
	vertical-align: middle;
}
.commande-article-total-prix {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;
	position: relative;	
}
@media screen and (max-width: 767px) {
.commande-article-total-prix{
	float: right;
}	
}
@media screen and (max-width: 767px) {
}
.commande-article-total-prix div{
	font-size: 16px;
	font-weight: bold;
	vertical-align: 16%;
	display: inline-block;
	position: relative;
	padding-left: 3px;
	
}
.commande-article-total-barre {
	font-size: 21px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	position: relative;
	color: #808080;
	text-decoration: line-through;
}
@media screen and (max-width: 767px) {
.commande-article-total-barre{
	float: right;
	margin-right: 10px;
	display: inline-block;
}	
}
.commande-article-total-barre div {
	font-size: 15px;
	font-weight: normal;
	vertical-align: 18%;
	display: inline-block;
	position: relative;
	padding-left: 3px;
	text-decoration: line-through;
}
.commande-article-total-public {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
@media screen and (max-width: 767px) {
.commande-article-total-public {
	float: right;
	margin-right: 0px;
	display: inline-block;
	clear: both;
}	
}
.commande-article-ajouter {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	width: 146px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
@media screen and (max-width: 767px) {
.commande-article-ajouter {
	text-align: right;
	vertical-align: middle;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	border-left-width: 0px;
}	
}
.commande-article-ajouter a{
	font-size: 18px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: var(--bouton-couleur-fond);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: inline-block;
	height: 43px;
	padding-right: 10px;
	padding-left: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	cursor: pointer;
	background-image: url(../../graphisme/commande/panier-ajouter.png);
	border-radius: var(--bouton-radius);
}
.commande-article-ajouter a:hover{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.7) inset;
}
.commande-article-detail {
	vertical-align: middle;
	display: table-cell;
	margin: 0px;
	padding: 0px;
	position: relative;
}
@media screen and (max-width: 560px) {
.commande-article-detail {
	display: block;
	clear: both;
}	
}
.commande-article-mobile {
	vertical-align: middle;
	display: table;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 767px) {
.commande-article-mobile {
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: auto;
	width: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}	
}
@media screen and (max-width: 560px) {
.commande-article-mobile {
	padding-bottom: 0px;
	padding-left: 0px;
}	
}
.commande-total {
	display: table;
	float: none;
	width: 100%;
	position: relative;
	padding-top: 31px;
}
@media screen and (max-width: 767px) {
.commande-total {
	display: block;
	float: none;
	width: auto;
	padding-top: 0px;
}	
}
.commande-express-action {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
	float: none;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.commande-express-cadre {
	display: none;
	float: none;
	position: relative;
}
.commande-express-action label{
	font-size: 15px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.commande-express {
	display: table;
	float: none;
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;*/
}
@media screen and (max-width: 767px) {
.commande-express {
	border-bottom-width: 0px;
}	
}
@media screen and (max-width: 767px) {
.commande-express {
	display: block;
	width: auto;
}	
}
.commande-express-contenu {
	vertical-align: top;
	display: table-cell;
	float: none;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
.commande-express-contenu {
	display: block;
	width: auto;
	padding-right: 0px;
}	
}
.commande-express-contenu h2{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	background-image: url(../../graphisme/commande/express.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
	padding-top: 8px;
}
.commande-express-contenu p{
	font-size: 14px;
	margin-top: 0px;
}
.commande-express-formulaire {
	vertical-align: top;
	display: table-cell;
	float: none;
	width: 50%;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 8px;
}
@media screen and (max-width: 600px) {
.commande-express-formulaire {
	display: block;
	width: auto;
	padding-left: 0px;
	padding-top: 8px;
}	
}
.commande-express-formulaire form {
	display: table;
	float: none;
	width: 100%;
	position: relative;	
	box-sizing:border-box;
}
.commande-express-formulaire-champ{
	vertical-align: top;
	display: table-cell;
	float: none;
	position: relative;	
	box-sizing:border-box;
}
.commande-express-formulaire-bouton{
	vertical-align: top;
	display: table-cell;
	float: none;
	position: relative;	
	box-sizing:border-box;
	padding-left: 20px;
	width: 70px;
}
.commande-express-resultat {
	display: none;
	float: none;
	position: relative;
}
.commande-express-message {
	display: block;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
	position: relative;
	text-align: center;
	background-color: #F2F9FF;
}
.commande-express-message h2{
	color: #3398FF;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-weight: normal;
}
.commande-express-message p{
	color: #3398FF;
	font-size: 14px;
	position: relative;
	font-weight: normal;
}
.commande-express-ajouter {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	box-sizing: border-box;
	width: 146px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
@media screen and (max-width: 767px) {
.commande-express-ajouter {
	text-align: right;
	vertical-align: middle;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	border-left-width: 0px;
}	
}
.commande-express-ajouter-bouton{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: var(--bouton-couleur-fond);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: inline-block;
	height: 43px;
	padding-right: 10px;
	padding-left: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	cursor: pointer;
	background-image: url(../../graphisme/commande/panier-ajouter.png);
	border-radius: var(--bouton-radius);

}
.commande-express-ajouter-bouton:hover{
	background-color: var(--bouton-couleur-fond-survol);
}
.commande-reduction {
	vertical-align: top;
	display: table-cell;
	float: none;
	position: relative;
	padding-top: 0px;
	font-size: 0px;
}
@media screen and (max-width: 767px) {
.commande-reduction {
	display: block;
	padding-top: 31px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}	
}
.commande-reduction label{
	font-size: 15px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.commande-reduction-action {
	display: none;
	float: none;
	padding-top: 20px;
	position: relative;	
}
.commande-reduction h2{
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	background-image: url(../../graphisme/commande/reduction.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	padding-top: 8px;
}
.commande-reduction p{
	font-size: 14px;	
}
.commande-reduction p:nth-of-type(1){
	margin-top: 0px;	
}
.commande-reduction-champ {
	width: 250px;
}
.commande-reduction-champ-up {
	width: 300px;
}
@media screen and (max-width: 767px) {
.commande-reduction-champ {
	width: 210px
}
.commande-reduction-champ-up {
	width: 210px
}	
}
.commande-reduction-bouton {
	margin-left: 20px;
}
#remise-formulaire-message {
	width: 210px
}
#remise-formulaire-information {
	width: 210px
}
.commande-recapitulatif {
	vertical-align: top;
	display: table-cell;
	width: 344px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2b2b2;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.commande-recapitulatif {
	display: block;
	width: auto;
	padding-left: 0px;
	border-left-width: 0px;
	padding-top: 31px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
}	
}
.commande-recapitulatif h2{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	box-sizing:border-box;
}
.commande-recapitulatif table {
	width: 100%;	
}
.commande-recapitulatif table tr td {
	font-size: 16px;
	vertical-align: top;
}
.commande-recapitulatif table tr td:first-of-type {
	text-align: left;	
}
.commande-recapitulatif table tr td:last-of-type {
	text-align: right;	
}
.commande-recap-panier {
	display: table;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 19px;
}
.commande-recap-panier div{
	vertical-align: top;
	display: table-cell;
	position: relative;
	font-size: 15px;
}
.commande-recap-panier div:first-of-type{
	text-align: left;
}
.commande-recap-panier div:last-of-type{
	text-align: right;
	font-size: 21px;
}
.commande-recap-panier div strong{
	font-size: 21px;
}
.commande-recap-panier div s{
	color: #989898;
	padding-right: 5px;
}
.commande-recap-panier div span{
	vertical-align: 20%;
	font-size: 17px;
	padding-left: 3px;
}
.commande-recap-panier-message {
	display: none;
	float: none;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	width: 280px;
}
.commande-recap-panier-message h1{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
.commande-recap-panier-message p{
	font-size: 14px;
}
.commande-recap-livraison {
	display: table;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
}
.commande-recap-livraison div{
	vertical-align: top;
	display: table-cell;
	position: relative;
	font-size: 15px;
}
.commande-recap-livraison div:first-of-type{
	text-align: left;
}
.commande-recap-livraison div a{
	background-color: var(--bouton-couleur-fond);
	background-image: url(../../graphisme/commande/info.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	border-radius: 30px;
	line-height: 20px;
	vertical-align: -15%;
	margin-right: 6px;
	cursor: pointer;
}
.commande-recap-livraison div a:hover{
	background-color: var(--bouton-couleur-fond-survol);	
}
.commande-recap-livraison div:first-of-type strong:last-of-type{
	color: #cc0000;	
}
.commande-recap-livraison div:last-of-type{
	text-align: right;
	font-size: 19px;
}
.commande-recap-livraison div span{
	vertical-align: 20%;
	font-size: 15px;
	padding-left: 3px;
}
.commande-recap-reduction {
	display: table;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
}
.commande-recap-reduction div{
	vertical-align: top;
	display: table-cell;
	position: relative;
	font-size: 15px;
	color: #cc0000;
}
.commande-recap-reduction div:first-of-type{
	text-align: left;
}
.commande-recap-reduction div a{
	background-color: var(--bouton-couleur-fond);
	background-image: url(../../graphisme/commande/info.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	border-radius: 30px;
	line-height: 20px;
	vertical-align: -15%;
	margin-right: 6px;
	cursor: pointer;
	box-sizing: border-box;
}
.commande-recap-reduction div a:hover{
	background-color: var(--bouton-couleur-fond-survol);	
}
.commande-recap-reduction div:last-of-type{
	text-align: right;
	font-size: 19px;
}
.commande-recap-reduction div span{
	vertical-align: 20%;
	font-size: 15px;
	padding-left: 3px;
}
.commande-recap-total {
	display: table;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 19px;
}
.commande-recap-total div{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
	font-size: 21px;
	margin-top: 10px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
}
.commande-recap-total div:first-of-type{
	text-align: left;
	font-size: 21px;	
}
.commande-recap-total div:last-of-type{
	text-align: right;
	font-size: 21px;	
}
.commande-recap-total div:last-of-type span{
	vertical-align: 18%;
	font-size: 17px;
	padding-left: 3px;
}
.commande-recap-total-tva {
	display: table;
	width: 100%;
	position: relative;
}
.commande-recap-total-tva div{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
	font-size: 15px;
}
.commande-recap-total-tva div:first-of-type{
	text-align: left;
	font-size: 15px;	
}
.commande-recap-total-tva div:last-of-type{
	text-align: right;
	font-size: 19px;	
}
.commande-recap-total-tva div:last-of-type span{
	vertical-align: 20%;
	font-size: 15px;
	padding-left: 3px;
}
.commande-recap-total-petit {
	display: table;
	width: 100%;
	position: relative;
}
.commande-recap-total-petit div{
	vertical-align: bottom;
	display: table-cell;
	position: relative;
	font-size: 15px;
}
.commande-recap-total-petit div:first-of-type{
	text-align: left;
	font-size: 15px;	
}
.commande-recap-total-petit div:last-of-type{
	text-align: right;
	font-size: 19px;	
}
.commande-recap-total-petit div:last-of-type span{
	vertical-align: 20%;
	font-size: 15px;
	padding-left: 3px;
}
.commande-recap-action {
	text-align: right;
	display: block;
	float: none;
	position: relative;
	padding-top: 27px;
}
.commande-recap-action {
	display: flex;
	float: none;
	position: relative;
	padding-top: 27px;
	justify-content: space-around;
}
.commande-recap-action div {
	display: block;
	float: none;
	position: relative;	
}
.commande-recap-action-devis {
	font-size: 15px;
	line-height: 41px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	height: 41px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	margin-bottom: 9px;
	border: 1px solid #999;
	cursor: pointer;
}
.commande-recap-action-devis:hover {
	background-color: var(--bouton-couleur-fond-survol);
    border: 1px solid var(--bouton-couleur-fond-survol);
    color: #fff;
}
.commande-recap-action-devis-inactif {
	font-size: 15px;
	line-height: 41px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	background-color: f7f7f7;
	display: inline-block;
	height: 41px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	margin-bottom: 9px;
	border: 1px solid #999;
	cursor: default;
}
.commande-recap-action-valider {
	font-size: 15px;
	line-height: 43px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: var(--bouton-couleur-fond);
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	margin-bottom: 9px;
	cursor: pointer;
}
.commande-recap-action-valider:hover {
	background-color: var(--bouton-couleur-fond-survol);
}
.commande-recap-action-valider-inactif {
	font-size: 15px;
	line-height: 43px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #b0b0b0;
	display: inline-block;
	height: 43px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border-radius: var(--bouton-radius);
	margin-bottom: 9px;
	cursor: default;
}
.commande-recap-action span {
	font-size: 13px;
	color: #808080;
	background-image: url(../../graphisme/commande/cadenas.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
}
.commande-contact {
	display: block;
	float: none;
	position: relative;
	padding-top: 20px;
}
.commande-contact h3{
	font-size: 19px;
	margin: 0px;
	padding: 0px;	
}
.commande-contact p{
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;	
}
.commande-contact a{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.commande-contact a:hover{
	color: #000;
	text-decoration: none;	
	border-bottom-width: 0px;
}
.commande-contact span{
	font-size: 12px;	
}
.commande-conditions {
	display: table;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	position: relative;
	width: 100%;
}
.commande-conditions-colonne {
	vertical-align: middle;
	display: table-cell;
	float: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.commande-conditions-colonne a{
	color: #000;
	text-decoration: underline;	
}
.commande-conditions-colonne a:hover{
	color: #f57900;
	text-decoration: none;
}
.commande-conditions-colonne:nth-of-type(1){
	text-align: center;
	width: 60px;
}
@media screen and (max-width: 700px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-conditions-colonne:nth-of-type(1){
	width: 40px;
}	
}
.commande-conditions-colonne:nth-of-type(2){
	font-size: 18px;
	text-transform: uppercase;	
}
@media screen and (max-width: 700px) and (orientation : portrait), screen and (max-width: 767px) and (orientation : landscape) {
.commande-conditions-colonne:nth-of-type(2){
	display: none;
}
}
.commande-conditions-colonne:nth-of-type(3){
	text-align: center;
	width: 40px;
	
}
.commande-conditions-colonne:nth-of-type(4){
	font-size: 14px;	
}
.commande-condition-texte {
	display: none;
	float: none;
	position: relative;
	max-width: 640px;
	color: #000;
	padding: 40px;
	text-align: left;
}
.commande-condition-texte h1{
	font-size: 26px;
	font-weight: bold;
}
.commande-condition-texte h2{ 
	font-size: 22px; 	
}
.commande-condition-texte h3{
	font-size: 18px;
	font-weight: bold;
}
.commande-condition-texte h4{
	font-size: 16px;
	font-weight: bold;
}
.commande-condition-texte ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 14px;
}
.commande-condition-texte p{
	font-size: 14px;
}
.commande-condition-texte table{
	border-collapse:collapse;
}
.commande-condition-texte table td{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;	
	font-size: 14px;
}
.commande-condition-texte a{ text-decoration: underline; 	
}
.commande-condition-texte a:hover{
	color: #f57900;
	text-decoration: none;	
}
.commande-condition-cgv {
	display: inline-block;
	position: relative;
	float: none;
	margin: 0px;
	padding: 6px;
}
.commande-condition-cgv-up {
	display: inline-block;
	position: relative;
	float: none;
	background-color: #ffd8d8;
	border: 1px solid #ff6666;
	padding: 5px;
	animation:animcgv 3s infinite;
	-webkit-animation:animcgv 3s infinite; /* Safari and Chrome */
}

@keyframes animcgv
{
0%   {background:#ffd8d8;}
50% {background:#ff0000;}
100%   {background:#ffd8d8;}
}

@-webkit-keyframes animcgv /* Safari and Chrome */
{
0%   {background:#ffd8d8;}
50% {background:#ff0000;}
100%   {background:#ffd8d8;}
}
