<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#widgetSale {
    -moz-box-shadow: 0px 1px 10px 0px #c0c0c0;
    -webkit-box-shadow: 0px 1px 10px 0px #c0c0c0;
    -o-box-shadow: 0px 1px 10px 0px #c0c0c0;
    box-shadow: 0px 1px 10px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=10);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width:100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
    font-family: 'Roboto', Arial, sans-serif;
}
#table {
    display: table;
    width:100%;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    padding:10px;
}
.fontLight {
    color: #666;
    font-weight:300;
    font-size:17px;
}
.fontregular {
    color: #4b4b4b;
    font-weight:400;
    font-size:17px;
}
.One {
    width: 50%; 
}
.Two {
    width: 15%;
}
.Three {
    width: 20%;
}
.Four {
    width: 15%;
}
.titre {
    float:left;
    font-weight:700;
    font-size:20px;
    color:#707070;
    padding: 15px 0px;
}
.promo {
    float:right;
    text-align:right;
    padding: 15px;
}
#promo {
    height:31px;
    line-height:31px;
    background: #FFF;
    padding-left:8px;
    border: 1px solid #999;
    font-size: 14px;
    color: #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 230px;
    background-image: url(https://d272ffl52u9e6u.cloudfront.net/widgetsale/images/promo.png);
    background-repeat: no-repeat;
    text-indent: 25px;
    background-position: 8px 8px;
    background-size:20px 19px;
}
.border {
    border-bottom:1px solid #CCC;
}
.wsHeader {
    border-bottom:1px solid #CCC;
    padding:10px;
    line-height:40px;
}
.wsFooter {
    padding:10px;
}
.vente {
    float:right;
    margin-right:10px;
    margin-top:10px;
    text-align:right;
}
    
.checkout {
    float:right;
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    height:40px;
    line-height:40px;
    width:159px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
}
.checkout:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}
.checkout:active {
    position:relative;
    top:1px;
}

.addToCart {
    float:right;
      -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color:#ffec64;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #ffab23;
    display:inline-block;
    color:#666;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    height:40px;
    line-height:40px;
    width:159px;
    text-decoration:none;
    text-align:center;
    margin-bottom: 5px;
}
.addToCart:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color:#ffab23;
}
.addToCart:active {
    position:relative;
    top:1px;
}

.promoBtn {
    background-color:#ededed;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent:0;
    display:inline-block;
    color:#aaa;
    font-size:16px;
    font-style:normal;
    height:32px;
    line-height:32px;
    width:70px;
    text-decoration:none;
    text-align:center;
    float:right;
    margin-left:5px;
}
.promoBtn:hover {
    background-color:#dfdfdf;
}
.promoBtn:active {
    position:relative;
    top:1px;
    color:#fff;
}
.addToCartBox{
	float: right;
	margin-top: 5px;
}

.secondFooterLine{
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.infoTicket{float:left; margin:0 10px 0 0; color:#838484; text-align:right;}

@media only screen and (max-width: 480px) {
	#widgetSale {
    -moz-box-shadow: 0 0 0 0 #c0c0c0;
    -webkit-box-shadow: 0 0 0 0 #c0c0c0;
    -o-box-shadow: 0 0 0 0 #c0c0c0;
    box-shadow: 0 0 0 0 #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=0);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width:100%;
	}
	.checkout {
    	float:none;
    	width:100%;
	}
	.tkp{
    	width:100%;
	}
}

@media screen and (max-width: 480px) {
	iframe {
		width: 100%;
		height: 650px !important;
	}
	.salewidget_pricetable .One
    { display: table-cell; }

	.salewidget_pricetable
	{width:100% !important;}
	
}
</pre></body></html>