
	Status: 200 OK
Content-type: text/css 

/* Etapes du panier */
.boutonCommande{
	float:right;
}
.boutonCommande input{
	background-color: #EDA85E;
	background-image: url("/tpl/images/fleche.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 39px;
	padding: 0 62px 0 30px;
	border:none;
	cursor:pointer;
}
.boutonCommande input.disabled{
	opacity:0.7;
}
.btCGV{
	font-weight: normal;
	text-decoration:underline;	
}

table.panier{
	width:100%;	
	border-spacing : 0;
	border-collapse : collapse;
	margin:22px 0 31px;
}
table.panier>thead>tr>th,
table.panier > tbody > tr > th {
	background-color: #eee6da;
	font-weight:normal;
	height:34px;
	font-size:17px;
	/*padding-left:24px;*/
	vertical-align:middle;
	white-space: nowrap;
	transition: all 0.2s ease;	
}
table.panier > tbody > tr > th.lineInput:hover{
	background-color:#cccdce;
}

table.panier .titreCde th{
	background-color:#EDA85E;
	color:#FFFFFF;
}
table.panier > tbody > tr > td{
	padding:15px 0;
	background-color:#FFFFFF;
}
table.panier > tbody > tr > td table{
	border-spacing : 0;
	border-collapse : collapse;
	width:100%;
}
table.panier tr.panierDetailArticle td{
	font-size:15px;
}
table.panier tr.panierliste td{
	border-bottom:1px solid #ecedee;
}
tr.commandeliste:nth-child(2n+1) td{
	border-bottom:1px solid #ecedee;
}
table.panier img{
	display:block;
	margin:auto;
	vertical-align:middle;
	max-height:68px;
	max-width:164px;	
}
table.panier img.creation{
	max-height:164px;
}
table.panier > tbody > tr.panierTotal > th, div.panier div.panierTotal{
	font-weight: normal;
	background-color:#FFFFFF;
	/* border-style:solid;
	border-width:1px 0 0 0;
	border-color:#000000; */
	color:#D09351;
}
div.panier div.panierDetailArticle{
	border-bottom: 1px solid lightgrey;
}

.panierAction{
	text-align:center;
	min-width:60px;	
}
.msgErreurPanier{
	color: red;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.erreurPanierTxt{
	text-decoration: line-through;
}

.selectQte input[type=text]{
	text-align: center;
}
.selectQte .input-group-text{
	padding: 0;
}
.selectQte input[type=button]{
	height: 100%;
	width: 100%;
	border: none;
}
.panierDetailArticle .celPanierImg {
	height: 70px;
	padding: 0 !important;
}
.panierDetailArticle .celPanierImg .elemCreation{
	position: relative;
}
.celPanierImg object, .celPanierImg img{
	display: block;
}


iframe:not(#XeusFrame,#XeusFrameText){
	width:100%;
	height:400px;
	border:none;
}
.elemCreation {
	height: 100%;
}

.btn-barth-main,
.btn-barth {
	border-width: 2px solid #FFFFFF;
	border-radius: ;
	box-shadow: 0px 0px 3px #E1B88D;
}
.btn-barth-main:not(.disabled), 
.btn-barth:not(.disabled) {
	border-color: #FFFFFF;
}
.btn-barth-main.active,
.btn-barth.active {
	border-color: #EDA85E;
	box-shadow: 0px 0px 3px #EDA85E;
}
.btn-barth-main:not(.disabled):hover,
.btn-barth:not(.disabled):hover {
	cursor: pointer;
	box-shadow: 0px 0px 6px #D09351;
	border-color: #FFFFFF;
	text-decoration: none;
}
.btn:focus {
	border-color: #EDA85E;
	box-shadow: 0px 0px 3px #D09351;
}
.btn-barth-main {
	background-color: #EDA85E;
}
.btn:focus {
	border-color: #EDA85E;
	box-shadow: 0px 0px 3px #D09351;
}

.input-group-text {
	background-color: transparent;
	color: black;
	border-radius:   0 0;
	border: 1px solid transparent;
	text-align: inherit;
	white-space: normal;
}
.input-group-text:hover {
	border-color: #EDA85E;
	box-shadow: 0px 0px 3px #D09351;
	cursor: pointer;
}
.form-control { 
	border-radius:   0 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #EDA85E;
}
.form-control.no-underline {
	border-radius: ;
	border-bottom-color: transparent;
}
.form-control[readonly],
.form-control.readonly {
	background-color: transparent;
}
.form-control:hover,
.form-control:focus {
	border-color: #EDA85E;
	text-decoration: none;
	box-shadow: 0px 0px 3px #D09351
}
.form-control[readonly]:hover,
.form-control.readonly, 
.form-control[readonly]:focus,
.form-control.readonly {
	border-color: transparent transparent #EDA85E;
	box-shadow: 0px 0px 3px transparent;
}

.text-barth {
	color: #EDA85E;
}
.text-barth a:hover,
a.text-barth:hover {
	color: #D09351;
}
.text-white-barth {
	color: #FFFFFF;
}
.text-white-barth a:hover,
a.text-white-barth:hover {
	color: #EDA85E;
}
.text-black-barth {
	color: #000000;
	text-decoration: underline;
}
.text-black-barth a:hover,
a.text-black-barth:hover {
	color: #EDA85E;
}

/* vvv   input[type=radio]   vvv */
	input[type="radio"] {
		-webkit-appearance: none;
		appearance: none;
		/* For iOS < 15 to remove gradient background */
		background-color: #fff;
		margin: 0;
	}
	label.active>img {
		background-color: #EDA85E;
	}
	label.active>input[type=radio]:disabled+img {
		background-color: silver;
	}

/* ^^^ ^^^ */

/* Classes background Barthélémy */
.bg-dark-barth {
	background-color: #000000;
}
.bg-grey-barth {
	background-color: #eee6da;
}

