/*-------------------BRKFSTCLUB--------------------*/
@font-face {
    font-family: 'akzidenz-grotesk_bq_condensRg';
    src: url('../police/akzidenzgrotesk-cond-webfont.eot');
    src: url('../police/akzidenzgrotesk-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/akzidenzgrotesk-cond-webfont.woff') format('woff'),
         url('../police/akzidenzgrotesk-cond-webfont.ttf') format('truetype'),
         url('../police/akzidenzgrotesk-cond-webfont.svg#akzidenz-grotesk_bq_condensRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk_bq_condensMd';
    src: url('../police/akzidenzgrotesk-mediumcond-webfont.eot');
    src: url('../police/akzidenzgrotesk-mediumcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/akzidenzgrotesk-mediumcond-webfont.woff') format('woff'),
         url('../police/akzidenzgrotesk-mediumcond-webfont.ttf') format('truetype'),
         url('../police/akzidenzgrotesk-mediumcond-webfont.svg#akzidenz-grotesk_bq_condensMd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    src: url('../police/akzidenzgrotesk-lightcond-webfont.eot');
    src: url('../police/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/akzidenzgrotesk-lightcond-webfont.woff') format('woff'),
         url('../police/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'),
         url('../police/akzidenzgrotesk-lightcond-webfont.svg#akzidenz-grotesk_bq_light_cRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 12px Helvetica, Arial, sans-serif;
}

/** {

border: medium none;
outline: medium none;
}*/

input {
	border: 1px solid #a0a0a0;
}

input:focus {
	border: 1px solid black;
}

.content-center{
	width:960px;
	margin:0 auto;
}

.clearfix:before,.clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0
}
.clearfix:after{clear: both;}

.left{float:left}
.right{float:right}
.bold{font-weight:bold}

a {
	text-decoration: none;
	color: black;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a:hover {
	text-decoration: underline;
	color: gray;
}

.btn {
	background: black;
	color: white;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
 
/*-------------------HEADER--------------------*/

header#header_page {
	background-color: white;
	height: 80px;
	-webkit-box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	z-index: 999;
}
 
header#header_page a.logo{
	background:url(../img/logo.png) no-repeat;
	margin-top: 16px;
	width:297px;
	height:48px;
	display:block;
	float:left;
	text-indent:-9999px;
}

header#header_page div#nav{
	display:inline-block;
	margin-top: 20px;
	}
header#header_page div#nav ul li{
	
	display:inline-block;
	margin-left: 56px;
	text-transform: uppercase;
	
	}
/*header#header_page div#nav ul{
	font-family:'akzidenz-grotesk_bq_condensMd';
	font-size: 18px;
	letter-spacing: 1px;
}
*/
#cart-header{
	float:right;
	margin-top:18px;
}

#cart-header p.products{
	margin:0;
	background:url(../img/panier.png) no-repeat left center;
	padding-left:22px;
	height:16px;
	line-height:19px;
}

#cart-header p.products a {
	font-weight: bold;
	color: #333;
}

#cart-header p.products a:hover {
	
	text-decoration: underline
}

#cart-header form input {
	text-align: left;
	padding: 3px 7px 5px 5px;
	border: none;
	width: 100px;
}

#cart-header form {
	width: 140px;
	height: 20px;
	border: 1px solid gray;
	margin-top: 4px;
	padding: 4px;
}

#cart-header form:focus {
	border: 1px solid black;
}

#cart-header form img{
	margin-bottom: -4px;
	
}

#cart-header p.price {
	text-align: right;
	margin: 0;
	font-weight: bold;
	font-size: 14px;	
}

div#nav li a {
	font-family:'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	font-size: 18px;
	color: #222;
	letter-spacing: 1px;
	opacity: 1;
}

div#nav li a {
	color: #222;
}

div#nav li a span.opacity {
	opacity: 1;
}

div#nav ul li a.nav-icon img {
	display: block;
	margin: auto;
	margin-bottom: 3px;
	opacity: 0.2;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


div#nav ul li a {
	display: inline-block;
	margin-left: -10px;
}
div#nav ul li a.nav-icon img:hover {
	opacity: 1;
}
div#nav ul li a:hover {
	text-decoration: none;
}

div#nav ul li a.active img {
	opacity: 1;
	
}
div#nav ul li a#faq {
	margin-left: 0px;
	margin-right: 3px;
}
div#nav ul li a#faq span{
	padding-left: 2px;
}

div#nav ul li a#alpha img {
	padding-bottom: 3px;
}

div#nav ul li a#produit img {
	padding-bottom: 3px;
}


footer#footer_page {
	background-color: white;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	-webkit-box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 10px  rgba(0, 0, 0, 0.2);
	
}

footer#footer_page div#social {
	float: left; 
	padding-left: 30px;
	padding-top: 5px;
}

footer#footer_page div#social ul li{
	display:inline;
	margin-right: 5px;
}

footer#footer_page div.footer_right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #9b9b9b;
	padding-right: 20px;
	text-transform: uppercase;
	font: 18px/30px "akzidenz-grotesk_bq_condensMd", Helvetica, sans-serif;
}

footer#footer_page div.footer_right a {
	color: #333;
	
}

footer#footer_page div#langue {
	border-right-color: white;
	
}


footer#footer_page div#newsletter form div {
	margin-top: -2px;
	
}

footer#footer_page div#newsletter form input {
	text-align: right;
	padding: 4px 4px;
	border: 1px solid #c6c6c6;
	width: 60px;
	color: white;
	cursor: pointer;
}

footer#footer_page div#newsletter form input.formulaire-mail {
	text-align: right;
	padding: 4px 4px;
	border: 1px solid #c6c6c6;
	width: 150px;
	color: black;
	
	
}

footer#footer_page div#newsletter form img {
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: -2px;
	
}


/*--------CARROUSEL________*/

section#info {
	position:absolute;
	z-index:5px;
	width:270px;
	height:260px;
	background-color:rgba(0,0,0,0.8);
	padding:7px 15px 0;
	color:#fff;
	bottom:115px;
	right:0px;
	z-index: -99;
}


#prev {
	background: url(../img/fleche_gauche.png) no-repeat;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: 10px;
	float: left;
	margin-left: 200px;
	cursor: pointer;
	
}

#next {
	background: url(../img/fleche_droite.png) no-repeat;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
}

#slidecaption {
	clear: both;
	text-transform: uppercase;
	font: 60px/60px akzidenz-grotesk_bq_light_cRg, Helvetica, sans-serif;
	text-align: right;
	height: 120px;
	padding-top: 15px;
}

#slidecounter {
	position: relative;
	font: 24px/24px akzidenz-grotesk_bq_light_cRg, Helvetica, sans-serif;
	text-align: right;
	margin-top: 10px;
	width: 50px;
	height: 30px;
	bottom: -45px;
	left: 218px;
} 

.soustitre {
	margin-top: -20px;
}

.soustitre a {
	text-transform: capitalize;
	font-size: 18px;
	background-color: white;
	color: black;
	padding: 6px;
	line-height: 18px;
}



/*---------PRODUIT-----------*/

section.background-gray {
	background: #f8f8f7;
	width: 100%; 
	position: absolute;
	z-index: -999;
}

div.content-center-produit {
	width: 960px;
	background: white;
	height: 100%;
	min-height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	z-index: -1;
	
}

div.product {
	width: 319px;
	height: 319px;
	border: 1px solid #a3a3a3;
	float: left;
	margin-left: -1px;
	margin-bottom: -1px;
	background: white;
}

div.product-similar {
	display: block;
	width: 960px;
	height: 320px;
}

div#filter nav#filters {
	text-align: right;
	margin-right: 20px;	
}

div#filter nav#filters header p {
	text-transform: uppercase;
	font: 30px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	letter-spacing: 1px;
}

div#filter nav#filters ul li a {
	text-transform: uppercase;
	font: 18px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	color: black;
}

div#filter nav#filters ul li.current a, div#filter nav#filters ul li.current a:hover{
	font-family: 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif ;
	
}

/*div#filter nav#filters select {
	border: 1px solid gray;
	margin-top: 10px;
	background-color: white;
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	
}*/

div#filter nav#filters select option {
	line-height: 30px;
}

div.product article {
	position: relative;
}

div.product article h2 .title {
	position: absolute;
	text-transform: uppercase;
	font: 36px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-left: 19px;
	margin-top: 16px;
	top: 225px;
	z-index: 100;
}

div.product article h2 .type {
	position: absolute;
	text-transform: uppercase;
	font: 18px akzidenz-grotesk_bq_condensRg, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-left: 19px;
	margin-top: 55px;
	top: 225px;
	z-index: 100;
}

div.product article h2 p.price {
	position: absolute;
	text-transform: uppercase;
	font: 36px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	right:20px;
	margin-top: 16px;
	top: 225px;
	z-index: 100;
}

div.product article h2 div.bg-white-product {
	position: absolute;
	background-color: white;
	top: 225px;
	width: 318px;
	height: 93px;
	z-index: 0;
}

section.background-gray footer#footer-pagination {
	text-align: center;
	height: 100px;
	display: block;
}

section.background-gray footer#footer-pagination p {
	font-weight: bold;
	font-size: 14px;
}

section.background-gray footer#footer-pagination div.pagination a {
	color: black;
	font-size: 14px;
}

section.background-gray footer#footer-pagination div.pagination span a.prev {
	margin-right: 5px;
}

section.background-gray footer#footer-pagination div.pagination span a.next {
	margin-left: 5px;
}

section.background-gray footer#footer-pagination div.pagination span.current {
	font-weight: bold;
	font-size: 16px;

}


/*----------PRODUIT DETAILS---------*/

article#product-details {
	margin: 0px;
}

article#product-details div.left {
	float: left;
	width: 353px;
	margin-left: 20px;	
}

article#product-details div.left div.info {
	margin-top: 20px;
}

article#product-details div.left header p {
	margin: 0;
}

article#product-details div.left header p.title  {
	letter-spacing: 1px;
	font: 48px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	text-transform: uppercase;
	height: 100px;
}

article#product-details div.left header p.prix {
	letter-spacing: 1px;
	margin-top: 10px;
	font: 30px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #828282;
}

article#product-details div.left div.description {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 15px;
}

#product-details div.right div.articlephoto {
	margin: 0;
	height: 563px;
}

#product-details div.right div.text360 {
	position: absolute;
	top: 15px;
	margin-left: 485px;
}
#product-details div.right div.text360 p {
	font: 18px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	margin: 0;
}

/*#product-details div.right div.articlephoto img {
	cursor: url('../img/cursor.png'), move;
}
*/
#buy div.input.select {
	margin: 10px 0px;
}

#buy div.social a{
	margin-right: 3px;
}

#buy div.submit input {
	background: black;
	color: white;
	padding: 10px 17px 8px 17px;
	cursor: pointer;
	font: 18px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0px;
}

article#product-apropos {
	height: 560px;
	margin: 0px;
}

article#product-apropos div.left {
	float: left;
	width: 353px;
	padding-left: 20px;
	background: black;
	height: 560px;
	color: white;
}

article#product-apropos div.right {
	width: 587px;
	height: 560px;
}

article#product-apropos div.left div.entete header {
	font: 24px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	text-transform: uppercase;
}

article#product-apropos div.left div.title {
	text-transform: uppercase;
	font: 36px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	margin-top: 40px;
	letter-spacing: 1px;
}
article#product-apropos div.left div.title span{
	
	padding-left: 55px;
}

article#product-apropos div.left div.description {
	font: 14px Helvetica, Arial, sans-serif;
	margin-top: 20px;
	padding-right: 20px;
}

#slides div.slides_container {
    width:587px;
    height:560px;
}

#slides div.slides_container div {
	width:587px;
	height:560px;
	display: block;
	z-index: 1;
}

#slides a.prev {
	position: relative;
	top: -320px;
	left: 0px;
	width: 47px;
	height: 47px;
	z-index: 20;
	background: url(../img/arrow-left.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
#slides a.next {
	position: relative;
	top: -367px;
	right: -540px;
	width: 47px;
	height: 47px;
	z-index: 20;
	background: url(../img/arrow-right.png) no-repeat;
	display: block;
	text-indent: -9999px;
}


div.right div.slides-nav {
	width:587px;
	height:560px;
	display: block;
}

div.product-similar div.product p {
	font: 28px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
}


/*--------MENSURATION-------*/

#mensuration div.left {
	width: 680px;
	height: 560px;
}


#mensuration div.left div.title {
	float: left;
}

div#mensuration div.mensuration-image {
	padding-top: 20px;
	width: 440px;
	height: 760px;
	padding-bottom : 20px;
	float: right;
	
}

div#mensuration div.title p{
	font: 24px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 20px;
}

div#mensuration div.right div.mensuration-texte {
	margin-top: 100px;
	margin-right: 20px;
}

div#mensuration div.right div.mensuration-texte a {
	color: white;
	background: black;
	padding: 10px 20px 10px 20px;
	font: 14px Helevetica, Arial, sans-serif;
	
}

p#mensu-s1, p#mensu-m1, p#mensu-l1, p#mensu-xl1  {
	display: none;
}

div.left #liens ul li a {
	display: none;
}

div.title ul li a#mensu-s:target ~ p#mensu-s1{
   display: block;
}




/*-------HISTOIRE-------*/

div#video {
	width: 960px;
	height: 486px;
	position: relative;
}

div#photo {
	width: 960px;
}

div#histoire-section div.texte header p {
	width: 650px;
	height: 80px;
	font: 72px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 20px auto;
	border-bottom: 1px solid black;
	
}

div#histoire-section div.citation {
	width: 375px;
	height: 400px;
	float: left;
	display: block;
	
}

div#histoire-section h4 {
	padding-top: 200px;
	text-align: center;
	font: 24px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
}

div#histoire-section div.citation p {
	font: 30px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	letter-spacing: 0.5px;
	color: black;
	padding: 20px;
	margin: 0;
	
}

div#histoire-section div.citation p span {
	color: gray;
	font-size: 40px;
	line-height: 30px;
	
}

div#histoire-section div.description p {
	font: 14px Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	
}

/*-----------BLOG-----------*/


div#blog-section article {
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	width: 540px;
	border-bottom: 1px dotted #868686;
}
div#blog-section article:last-child {
	border: none;
}

#blog-section article footer.article-footer p.tags a {
	color: black;
	text-decoration: underline;
}

#blog-section article div.description p a {
	color: black;
	text-decoration: underline;
}

div#blog-section article header h2 {
	font: 24px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#blog-section-right {
	float: right;
}


/*------------FAQ------------*/

div#faq-section div.title h2 {
	font: 44px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-left: 20px;
}

div#faq-section div.title p {
	font: 24px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	letter-spacing: 1px;
	color: gray;
	margin: 0;
	padding-left: 20px;
}

div#faq-section div#contact-bloc {
	width: 430px;
	height: 47px;
	border: 1px solid #333;
	padding-bottom: 27px;
	background: white;
	margin-bottom: 40px;
	margin-top: 10px;
	margin-left: 10px;
}

div#faq-section div#contact-bloc p {
	font: 18px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	margin-left: -20px;
	
}
div#faq-section div#contact-bloc p a span {
	font-size: 16px;
}

div#faq-section div#contact-bloc p a {
	color: black;
	margin-left: 10px;
}

div#faq-section div#contact-bloc p a img {
	margin-right: 10px;
}

div#faq-section div#faq-list {
	padding-left: 20px;
	margin-top: -50px;
}

div#faq-section div#faq-list header {
	font: 30px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	letter-spacing: 1px;
}

#faq-list div.faq-bloc {
	width: 440px;
}

#faq-list div.faq-bloc li {
	font: 14px Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	margin-left: 0px;
	color: gray;
}
#faq-list div.faq-bloc li a {
	color: gray;
	font-size: 12px;
	text-decoration: underline;
	
}
#faq-list div.faq-bloc li a:hover {
	color: black;
	
}

#faq-picture {
	margin-right: 0px;
	margin-top: -200px;	
}

#faq-list div.faq-bloc header p {
	margin-bottom: 10px;
	
}

div.ligne {
	width: 90%;
	height: 1px;
	margin: 30px auto;
	padding-right: 20px;
	border-bottom: 1px dotted #888;
	
}

div.faq-reponse h4 {
	font: 20px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	letter-spacing: 0.6px;
}

div.faq-reponse p {
	line-height: 16px;
	font-size: 12px;
	margin-left: 20px;
	padding-right: 200px;
}

div.scroll {
	width: 80px;
	height: 80px;
	float: right;
	position: fixed;
	bottom: 50px;
	margin-left: 840px;
}

/*---------ALPHA----------*/

#alpha-bloc {
	min-height: 0px;
}

#alpha-section div.texte {
	width: 500px;
	height: 130px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px double #333;
	position: relative;
	top: -300px;
	left: 50%;
	margin-left: -260px;
}

#alpha-section div.texte p {
	text-align: center;
	margin-top: 0px;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	line-height: 26px;
	
}

#alpha-section div.texte p img {
	margin-top: 10px;
	margin-bottom: 0px;
}

#alpha-section div.texte p a {
	color: white;
	font: 18px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	background: black;
	padding: 5px 7px;
	margin-top: 7px;
}
#alpha-section div.texte p a:hover {
	color: black;
	background-color: white;
	border: 1px solid #333;
}

/*------------CONTACT-----------*/

div#contact-section {
	min-height: 0px;
}

div#contact-bloc {
	padding-left: 20px;
}

div#contact-bloc div.input, div#contact-bloc select, div#contact-bloc div.textarea {
	margin: 10px 0px;
}



/* #contact-bloc div.input.select select {
	border: 1px solid #afafaf;
	background-color: transparent;
	width: 200px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
}

#contact-bloc div.input.select {
	background: url('../img/select.png') no-repeat 170px 10px white;
	width: 200px;
	height: 30px;
}
*/
div#contact-bloc header p {
	font: 44px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
}

div#contact-bloc label {
	display: block;
	font: 20px 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
	letter-spacing: 0.6px;
	
}

div#contact-bloc div.input input, div#contact-bloc div.textarea textarea {
	border: 1px solid #dfdfdf;
	background-color: #f6f6f6;
	padding: 5px 7px;
	width: 210px;
	color: gray;
}

div#contact-bloc div.textarea textarea{
	width: 357px;
	height: 100px;
}


/*div#contact-bloc div.select select {
	padding: 5px 7px;
	width: 210px;
	height: 30px;
}*/

#contact-bloc div.submit input {
	background: black;
	color: white;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	padding: 5px 20px;
	
}


/*---------PANIER-----------*/

div.step1 {
	clear: both;
}

div.step1 header {
	width: 600px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}


div.step1 header p {
	font: 44px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
}

#panier-section div.step1 table {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#panier-section div.step1 table thead th {
	background: #f0f0f0;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
}


#panier-section div.step1 table tbody td {
	padding: 10px 0px;
	border-bottom: 1px dotted #333;
}

#panier-section div.step1 table td.visuel img{
		
}

#panier-section div.step1 table td.infos .title {
	font-size: 18px;
	margin: 0px;
	padding:0px;
}

#panier-section div.step1 table tbody tr td.infos p.type {
	margin: 0px;
}

#panier-section div.step1 table td.price, #panier-section div.step1 table td.qte, #panier-section div.step1 table td.stotal {
	font-size: 20px;
	text-align: center;
}

#panier-section div.step1 div.total {
	float: right;
	text-align: right;
	margin-right: 30px;
}

#panier-section div.step1 div.total div.bloc {
	background: #f5f5f5;
	padding: 15px;
	padding-bottom: 30px;
	width: 300px;
	height: 100px;
	margin-bottom: 5px;
}

#panier-section div.step1 div.total div.bloc p {
	margin: 10px 0px;
	font-family: Helvetica, Arail, sans-serif;
	font-size: 16px;
	
	
}

#panier-section div.step1 div.total div.bloc p span {
	float: left;
	text-align: left;
	width: 120px;
	color: #959595;
	font-family: 'akzidenz-grotesk_bq_condensRg', Helvetica, sans-serif;
}

#panier-section div.step1 div.total div.bloc p.total {
	font-size: 26px;
	text-transform: uppercase;
}

#panier-section div.step1 div.total a.btn {
	background: black;
	color: white;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
}

#panier-section div.step1 div.total a.continue{
	text-decoration: underline;
	color: gray;
}


div.step2 header {
	width: 600px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

div.step2 header p {
	font: 44px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
}

div.step2 {
	margin: 0 auto;
	width: 600px;
}

div.step2 form {
	width: 300px;
	float: left;
}

div.step2 div.new-customer {
	width: 300px;
	float: right;
}

#panier-section div.step2 form label {
	display: block;
	margin: 7px 0px;
}

#panier-section div.step2 div.input input {
	width: 90%;
	padding: 7px 3px;
}

#panier-section div.step2 div.submit {
	margin-top: 10px;
}

#panier-section div.step2 div.submit input {
	background: black;
	color: white;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	padding: 5px 20px;
	
}

#panier-section div.step2 form h3 {
	font: 26px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
}

#panier-section div.step2 div.new-customer h3 {
	font: 26px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
}

#panier-section div.step2 form p a {
	text-decoration: underline;
}

/*--------USER REGISTRATION---------*/

div.step3 header {
	width: 600px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

div.step3 header p {
	font: 44px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 20px;
	text-align: center;
	color: black;
}

div.step3 fieldset{
	display:inline-block;
	width:390px;
	margin:0 30px;
	vertical-align:top;
	border:none;
}

div.step3 fieldset legend {
	font: 26px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
}

div.step3 fieldset label {
	display: block;
	margin-bottom: 7px;
}

div.step3 fieldset td {
	width: 200px;
	padding: 7px 0px;
}

div.step3 fieldset tr td:last-child{
    padding-left: 12px;
}

div.step3 fieldset input{
    border: 1px solid #a0a0a0;
    padding:5px 3px ;
    width: 200px;
}

div.step3 fieldset input:focus {
	border: 1px solid black;
}

div.step3 fieldset td.date_birth input{
    width: 32px;
}

div.step3 div.submit{
    float: right;
    margin-top: -20px;
}

div.step3 p {
	margin: 30px;
	color: gray;
}

#UserRegisterForm div.submit input {
	background: black;
	color: white;
	font: 20px 'akzidenz-grotesk_bq_light_cRg', Helvetica, sans-serif;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 20px;
}

/*------------CGV------------*/

div#cgv-section div.texte header p {
	font: 44px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 30px;
}

#cgv-section div.texte div.cgv-texte h3 {
	font: 24px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	text-transform: uppercase;
}

#cgv-section div.texte div.cgv-texte p {
	color: #626262;
	line-height: 16px;
}

#cgv-section div.texte div.cgv-texte {
	padding-left: 20px;
	padding-right: 200px;
	margin-bottom: 10px;
}

.pointdevente-adresse h2{
	font: 32px 'akzidenz-grotesk_bq_condensMd', Helvetica, sans-serif;
	
}
.pointdevente-adresse p{
	font-size: 14px;	
}

.pointdevente-adresse {
	margin-left: 100px;
}

#message-ok {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 100px;
	height: 30px;
	padding: 5px 10px;
	background: white;
	border: 1px solid #333;
	color: black;
}