/* Media Queries */
@media screen and (max-width: 480px) {
    div#baninfos, table#breadcrumbs_container {
        display: none;
    }
        #contenu .order .block_bc {
	margin-top: 68px !important;
    }
    
}



@media screen and (max-width: 960px) {

    #contenu .order .block_bc {
	margin: 10px auto -15px;
	width: 100% !important;
	/*border: 1px solid #BDBDBD;*/
	height: 30px;
	/*border-radius: 4px;
	background-color: #F5F5F5;*/
}

#contenu .order .block_bc li .bcChevron {
	display: none;
	}

#contenu .order .block_bc li {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	width: 20%;
	float: left;
	}
	
#contenu .order th#price, td#price {
	width: 13%;
	text-align: right;
	}
#contenu .order a#lostpassword {
	margin-left: 36px;
	position: relative;
	text-decoration: underline;
	top: -5px;
	}	
#contenu .order input#keepconnected {
	margin-left: 86px;
	}
#contenu .order label#labelkeepconnected {
	width: auto;
	text-align: left;
	margin-left: 33px;
	margin-top: 5px;
	}
#contenu .order div#addresses #invoice, div#addresses #delivery {
	font-size: 1.1em;
	line-height: 1.2em;
	position: relative;
	float: left;
	margin-right: 1em;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 216px;
	}
#contenu div.order div#choosepayment label {
	display: inline-block;
	width: 450px;
	vertical-align: middle;
	margin-left: 30px;
	/*margin-top: -24px;*/
    margin-top: 0px;
	text-align:left;
	}
#contenu .order .block_bc .off input {
	text-decoration: underline;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 0;
	font-size: 11px;
	color: #183a8d;
	line-height: 13.6px;
	}
#contenu .order td#column3 {
	width: 320px;
	text-align: left;
}
}
/* FIN MEDIA QUERIES */

div#header {
    height: 125px;
}

div#catmenu {
    display: none;
}
div#motto {
    display: none;
}
div#newcomer, div#min, div#footmenu, div#social {
    display: none !important;
}

div.order table.code {
    padding-top: 20px;
}

div.order div#codepromo-wrapper {
    float: right;
    /*margin-bottom : 20px;*/
}
div.order div#codepromo-wrapper label#codepromo-label {
    font-weight: bold;
    color: #8b0000;
    vertical-align: middle;
    text-align: left;
}
div.order div#codepromo-wrapper input, textarea {
    height: 25px !important;
    padding-left: 10px !important;
    font-weight: bold;
    color: #183a8d;
    margin-left: -25px;
}
div.order_4 div#codepromo-wrapper {
    float: right;
    margin-bottom : 30px;
    margin-top: 10px;
}
div.order_4 div#codepromo-wrapper div#codepromo {
    text-align: right;
    width: 200px;
    font-weight: bold;
    margin-top : -12px;
}

@media screen and (max-width: 384px) {
    div.order div#codepromo-wrapper {
        margin-left: 25px;
        font-size: 12px;
    }  
    div.order div#codepromo-wrapper label#codepromo-label {
        padding-bottom: 10px;
    }
    div.order_4 div#codepromo-wrapper {
        margin-right: 15px;
    }
    div.order_4 div#codepromo-wrapper div#codepromo {
        width: 185px;
        margin-top: -22px;
    }
}


div.order h1 {
	font-weight: bold;
	border: 1px solid transparent;
	background: #EFEDED;
	/*border-radius: 10px;*/
	padding: 3px 7px;
	margin-bottom: 5px;
    font-size: 1.4rem;

}
div.order h1 a:hover {
	color: #183a8d;
}

table#cart {
	width: 100%;
	padding: 0;
	border-spacing:0;
	/*margin-top: 10px;*/
    margin-top: 40px;
}

table#cart th,
table#cart td {
	padding: 5px;
	horizontal-align: center;
	vertical-align: middle;
}
table#cart th {
	/*background:#C1D5F6;*/
    background:#EFEDED;
	color: #183a8d;
}

table#cart th#action {
	/*border-radius: 0px 10px 10px 0px;*/
}
table#cart th#image {
	/*border-radius: 10px 0px 0px 10px;*/
}

th#image, td#image {
	width: 60px;
}

th#description,td#description {
}

/* --------NOUVEAU----------*/
td#description {
    font-weight: bold;
    font-size: 1.2rem;
}

th#qty, td#qty {
	width: 10%;
}

th#price, td#price {
	width: 10%;
	text-align: right;
}

#stdPrice {
	font-size: small;
	text-decoration: line-through;
	opacity: 0.6;
}
th#total, td#total {
	width: 15%;
	text-align: right;
}

th#delete, td#action {
	width: 10%;
}


tfoot td {
	border-top-width: 2px;
	border-top-style: solid;
	/*border-top-color: #C1D5F6;*/
    border-top-color: #EFEDED;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 1.5em;
}

.noborder {
	border: 0;
}

td.nobold {
	/*font-weight: normal;*/
    font-weight: bold;
    color: #8b0000;
	padding: 0.2em;
	line-height: normal;
}

td#info {
	width:60%;
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	line-height: 1.2em;
	font-size: 11px;
}

em.order {
	font-size: 0.9em;
	color: orange;
}

p.order {
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 10px;
}

form.order {
	display: inline;
}
input#increase.order, input#decrease.order {
	font-size: 14px;
	color: #183a8d;
	font-weight: bold;
	cursor: pointer;

	border: 0;
	background: transparent;

}

input#delete.order {
	cursor: pointer;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background: #EB773B;
	border-radius: 3px;
    border: 1px solid #EB773B;
    padding: 5px;
	background-image: url('images/backbutton.jpg') !important;
    background-size: cover !important;

}

/* connect */
.order td#column1 {
	width: auto;
}

.order td#column2 {
	width: 10px;
}

.order td#column3 {
	width: 290px;
	text-align: left;
}


.order fieldset {
	border: 1px #bdbdbd solid;
	border-radius: 5px;
	background-color: #f5f5f5;
}

.order #inscription.button {
	display: none;
}

.order input#email {
	width: 180px;
	/*background: #FFFFCC;*/
}

.order input#password,
.order input#confirm_password {
	/*width: 75px;*/
    /*-----CAHNGEMENT----*/
    width: 120px;
	/*background: #FFFFCC;*/
}

.order input#keepconnected {
	margin-left: 130px;
}

.order label#labelkeepconnected {
	width: auto;
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
}
.order form#connect label {
	width: 130px;
	font-weight: bold;
    /*----NOUVEAU-------*/
    line-height: 2.0rem;
}

.order a#lostpassword {
	margin-left: 145px;
	position: relative;
	text-decoration: underline;
	top: -5px;
}

.order form#connect label.error {
	margin-left: 150px;
	margin-top: 5px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.order form#nextstep {
	/*margin-top: 20px;*/
	margin-top: 0px;
}
/* STEPS */
.block_bc {
	margin: 22px auto -15px;
	width: 80%;
	border-top: 1px solid #183A8D;
}

.block_bc ul.context {
    padding:0;
    margin-top: -16px;
    height: 50px; 
}

.block_bc li div {
	height: 24px;
	position: relative;
	text-align: center;
}

.block_bc li {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	width: 20%;
	float: left;
}

.block_bc li .numStep {
	color: #fff;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	margin: 0 auto 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 30px;
    background-color: #183A8D;
    border-radius: 100px;
}

.block_bc li.on .numStep {
	background-color: #EB773B;
    border-radius: 100px;
}

.block_bc .on .title {
	color: #183a8d;
	display: block;
	font-weight: bold;
}

.block_bc .off input {
	text-decoration: underline;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 0;
	font-size: 15px;
	color: #183a8d;
	line-height: 13.6px;
}

.block_bc .off a em.numStep {
	color: #fff;
	text-decoration: none;

}

/*.block_bc li .bcChevron {
	background: url("images/bg_chevron.png") repeat-x scroll right top transparent;
	display: block;
	height: 52px;
	position: absolute;
	right: -14px;
	text-indent: -5000px;
	top: 0;
	width: 14px;
	z-index: 1;
}*/

/* Order 3 */
.order_3 div#port {
	width: 450px;
	margin-right: 30px;
}

.order_3 #btn-next {
	float: none;
	margin:0;
	margin-left: 350px;
}
.order_3 td#next {
	text-align: right;

}

.order #resume h1 {
	margin-right:0;

}
/* Modes de payments */

div.paymentmode {
	float: left;
	width: 100px;
	margin: 10px 30px 20px 40px;
	text-align: center;
}

img#imageconsultus {
	float: left;
	margin: 20px;
}

div#consultus {
	margin: 20px;
	width: 600px;
}

div#consultusbutton {
	text-align: right;
	width: 600px;
}

/* Adresses */
div.order h2 {
	font-weight: bold;
	border: 1px solid transparent;
	background: #EFEDED;
	/*border-radius: 5px;*/
	padding: 3px 7px;
	width: 230px;
    font-size: 14px;
}

div#addresses #invoice, div#addresses #delivery {
	font-size: 1.1em;
	line-height: 1.2em;
	position: relative;
	float: left;
	margin-right: 1em;
	margin-top: -20px;
	margin-bottom: -20px;
	width: 300px;
    padding-top : 20px;
}

div#addresses #invoice h3, div#addresses #delivery h3 {
    padding-bottom: 20px;
    font-size: 14px;
}

div#addresses input {
	/*margin: .5em auto 0 auto;
	width: 100px;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius: 5px;
	border-radius:5px;
	border:2px solid #eeb44f;
	color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:7px 20px;
	text-decoration:none;*/
}

/*  ---------CHANGEMENT------------*/
div#addresses input {
	/*margin: .5em auto 0 auto;*/
    margin: 0.5em auto 3.0em auto;
	width: 100px;
	background: #183A8D;
  /*background-image: -webkit-linear-gradient(top, #1d49af, #183A8D);
  background-image: -moz-linear-gradient(top, #1d49af, #183A8D);
  background-image: -ms-linear-gradient(top, #1d49af, #183A8D);
  background-image: -o-linear-gradient(top, #1d49af, #183A8D);
  background-image: linear-gradient(to bottom, #1d49af, #183A8D);*/
  border: 2px solid #183A8D !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:7px 20px;
	text-decoration:none;
	background-image: url('images/backbutton2.jpg') !important;
    background-size: cover !important;
}

div#addresses input:hover {
background: #EB773B;
border: 2px solid #EB773B !important;
  /*background-image: -webkit-linear-gradient(top, #183A8D, #1d49af);
  background-image: -moz-linear-gradient(top, #183A8D, #1d49af);
  background-image: -ms-linear-gradient(top, #183A8D, #1d49af);
  background-image: -o-linear-gradient(top, #183A8D, #1d49af);
  background-image: linear-gradient(to bottom, #183A8D, #1d49af);*/
  color: #ffffff;
    background-image: url('images/backbutton1.jpg') !important;
    background-size: cover !important;
}


/*div#addresses input:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color: #183a8d;
}*/

/* paiement */

div.order div#choosepayment label {
	display: inline-block;
	width: 450px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
	text-align:left;
}

div#resume {
	float: left;
	width: 300px;
	/*background-color: #eeeeee ;*/
	padding: 5px;
	margin-bottom: 40px;

}

div#explain {
	float: left;
	/*float: right;*/
	/*margin-left: 25px;*/
	font-size: 13px;
	line-height: 1.2em;
	width: 100%;
	margin-top: -18px;

}

div#explain p#validbutton {
	text-align: center;
	font-size: 1.2em;
}

div#explain p#title {
	font-size: 1.2em;
	font-weight:bold;
	color: #8B0000;
}

p#validbutton {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	/*background-color:#ffc477;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*border:1px solid #eeb44f;*/
	padding:3px 7px;
	text-decoration:none;
	width: 60px;
	margin-left: 85px;
	text-align:center;
}

p#validbutton a {
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	background: none;
	border: none;
}

p#validbutton:hover {
/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	/*background-color:#fb9e25;*/
}

p#validbutton a:hover {
	/*color: #183a8d;*/
}

/*div.order form[action=order] {
	background: green;
	position: relative;
	float: right;
	margin-right: 240px;
	margin-top: -80px;
}*/

div.order form[action=order] p + h2 {
	background: #CFCAB8;
	position: relative;
	float: right;
	margin-right: 238px;
	margin-top: -200px;
}

/* Cartes bancaires */
form#form_cb {
border-radius: 5px;
border: 1px solid #BBBBBB;
display: block;
/*padding: 10px;*/
}
form#form_cb label {
width: 180px ;
display: inline-block;
font-size: 12px;
height: 25px;
}
form#form_cb label:after {
content: '*';
color: red;
}
form#form_cb #explain {
width: 250px;
font-style: italic ;
color: DarkGray;
float: right;
/*margin-left: 100px;*/
margin-right: 150px;
margin-top: -4px;
font-size: 10px;
}
form#form_cb button {
clear: both;
display: block;
width: 100px;
margin: 10px auto;

	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');*/
	background-color:#EB773B;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius: 3px;
	border-radius:3px;
	border:2px solid #EB773B;
	/*color:#ffffff;*/
    color:#ffffff;
	font-family:Arial, Helvetica;
	font-size:1.4rem;
	font-weight:bold;
	padding:7px 20px;
	text-decoration:none;
    margin-left: 300px;
    /*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}

form#form_cb button:hover {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-color:#183A8D;
    border:2px solid #183A8D;
	color: #fff;
    cursor: pointer;
    /*-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
}


form#form_cb .cards {
overflow: hidden;
list-style: none outside none;
margin-left: 155px;
}
form#form_cb .cards li {
background-image: url("images/card_logos.png");
background-position: 0 0;
float: left;
height: 32px;
margin-right: 8px;
text-indent: -9999px;
transition: all 0.2s ease 0s;
width: 51px;
}
form#form_cb .cards .visa.off {
background-position: 0 32px;
}
form#form_cb .cards .mastercard {
background-position: 153px 0;
}
.cards .mastercard.off {
background-position: 153px 32px;
}
form#form_cb span.valid {
background: url("images/tick.png") no-repeat scroll 0 3px transparent;
display: inline-block;
height: 16px;
width: 16px;
}
div#button_print .button {
  margin-top: 20px;  
}
.clearfix {
	clear: both;
 }