@charset "UTF-8";

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../../../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../../../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../../../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* caveat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../../../fonts/caveat-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* caveat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  src: url('../../../fonts/caveat-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* caveat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  src: url('../../../fonts/caveat-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	height: auto;
	text-indent: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.pluspetit {
    font-size: 0.8em;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.offres-excep {
	float: right;
}


body {
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	margin:0;
	padding:0;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	background-attachment: fixed;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

img {
	max-width: 100%;
	border: 0px;
}
	

#chrono {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#chrono > div {
    display: table-cell;
    text-align: left;
    vertical-align: top;
	
}
.stock {
	float: none;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: -55px;
}
.legende {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: -20px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
.produit {
	background-color: #FFFFFF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d7d9e4;
	padding-bottom: 10px;
}
.livre {
	text-align: center;
	width: 145px;
	display: inline;
	float: left;
	padding-right: 15px;
}
@media screen and (max-width: 750px) {
	.livre {
	text-align: center;
	width: 100%;
	display: block;
	float: none;
	padding-right: 0px;
}
}
.arguments {
	display: inline;
	width: 365px;
	float: left;
	padding-right: 10px;
}
@media screen and (max-width: 750px) {
	.arguments {
	display: block;
	text-align:center;
	width: 100%;
	float: none;
	padding-right: 0px;
}
}
.script {
	font-family: 'Caveat', cursive;
	font-size: 1.8em;
	font-weight: 500;
	color: #1D9D00;
}
.pointille-prix {
	border-left: 1px dotted #ABABAB;
	width: 158px;
	float: left;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	padding-left:6px;
	padding-top:10px;
	padding-bottom:10px;
}
@media screen and (max-width: 750px) {
	.pointille-prix {
	border-left: none;
	width: 100%;
	float: none;
}
}
.titre {
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1em;
}
.fluo   {
}
.leplus > div   {
	display: table-cell;
	vertical-align: middle;
	min-width: 75px;
}
@media screen and (max-width: 750px) {
	.leplus > div   {
	display: block;
}
}
.leplus {
	font-size:1.1em;
}

.leplus1   {
	width: 65px;
}
@media screen and (max-width: 750px) {
	.leplus1   {
	width: 100%;
}
}
.leplus2 {
	width: 345px;
}
@media screen and (max-width: 750px) {
	.leplus2   {
	width: 100%;
}
}
.leplus2-left {
	width: 345px;
	text-align:left;
}
@media screen and (max-width: 750px) {
	.leplus2-left   {
	width: 100%;
	text-align:center;
}
}
.savoir-plus {
	width: 400px;
	font-size: 0.85em;
	text-align: center;
	margin-top:15px;
}
@media screen and (max-width: 750px) {
	.savoir-plus {  
	width: 100%;
}
}
.barre {
	text-decoration: line-through;
}
	.prix-rouge {
    width: 120px;
    margin: auto;
    text-align: center;
}
.prix-rouge > div   {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

	.prix-rouge1 {
	font-weight: 700;
	font-size: 4em;
	color: #E72005;
}
.prix-rouge2 {
	font-weight: 700;
	font-size: 1.8em;
	color: #E72005;
}
.jeux {
	font-size: 1.1em;
	margin-top: 10px;
}
.etiquette {
	width: 80px;
	height: 63px;
	background-image: url(../images/etiquette.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 99;
	margin-bottom: 0px;
	margin-top: 100px;
	float: left;
	margin-left: -175px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.etiquette {
	display: none;
}
}
.etiquette2 {
		display: none;

}
@media screen and (max-width: 750px) {
	.etiquette2 {
	display: block;
		background-color: #ffe82b;
		padding: 5px 0;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 1.3em;
		color: #e41c07;
}
}
.remise {
	color: #E72005;
	font-weight: 700;
	font-style: italic;
	font-size: medium;
}
.remise1 {
	color: #E72005;
	font-weight: 700;
	font-size: 2em;
}
.footer {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	font-size: 0.8em;
}
.profitez {
	padding-top:40px;}
.limite {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.fleche  {
	margin-top: -200px;
	width: 1238px;
	margin-left: auto;
	margin-right: auto;
}
.fleche-rev {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url(../images/fleche-rev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.autres-offres {
	font-weight: 700;
	text-align: center;
	font-size: 1.5em;
}
.ancien {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F0F8;
}
.titre-ancien {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-weight: 700;
	font-size: 1.5em;
	color: #8F277F;
	bottom: auto;
	margin-bottom: 0px;
}
.lien-ancien {
	color: #8F277F;
	font-size: 0.9em;
}
.autres-pdts {
	margin-top: 50px;
}
.ab {
	align: center;
	width: 271px;
	display: block;
	float: left;
	margin-left: -275px;
	margin-top: 55px;
}

.ac {
	align: center;
	width: 271px;
	display: block;
	float: right;
	margin-right: -300px;
	margin-top: 55px;
}
.fini {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -250px;
	margin-top: 50px;
	position: fixed;
	text-align: center;
}
.header {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
@media screen and (max-width: 750px) {	
.header {
	width: 100%;
}
}
.pre {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
@media screen and (max-width: 750px) {	
.pre {
	width: 100%;
}
}
#page {
    display: block;
    width: 800px;
    background-color: #f0f0f8;
    border: #747475 1px solid;
    top: 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 25px;
    -webkit-box-shadow: -2px 2px 8px 0px #5B5B5B;
    box-shadow: -2px 2px 8px 0px #5B5B5B;
	}
@media screen and (max-width: 750px) {	
#page  {
	width: 100%;
}
}
.produit {
	background-color: #FFFFFF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d7d9e4;
	padding-bottom: 10px;
}
@media screen and (max-width: 750px) {	
.produit {
	width: 85%;
	padding:5%;
}
}

.car {
	clear: both;
	text-align: center;
	margin-top: 25px;
	background-color: rgba(252,243,164,1.00);
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
@media screen and (max-width: 750px) {
	.car {
	width: 100%;
}
}
