/*
Theme Name: Bocarré
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
/*  Marron : 826E60; Bleu : 14284b; Rouge : A41D23; Violet : 1A171B;


/* GLOBAL
-------------------------------------------------------------- */
* {margin:0;padding:0;}
html {width: 100%;height: 100%;margin:0;padding:0;} 
body {
	/*background: url(img/bg-taches.png) top -50px center no-repeat, url(img/bg-texture.png) repeat;*/
	background: url(img/bg2.jpg) top center repeat #fff;
	background: #f5f5f5;
	font-family: "Open Sans", Helvetica, Arial,sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

p, ul, ol, table {
	color: #002c87;
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0px;
}
strong {font-weight: 600;color:#000;}
ul li{
	margin: 0;
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: square;
}
#question #livraison strong
{ font-weight: 600; color:#666;}
.accueil
{text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 16px;
}
.stronghome{font-weight: 400; color:#fff;}
blockquote { border: none;}
ul li p {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 5px;
}

ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 30px;
}

a, a strong {
	text-decoration: none;
	color:#A41D23;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:#A41D23;
}
a:hover, a:hover strong {
	color:#14284b;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #826E60;
	font-family: 'Unica One';
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1 {font-size: 23px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
#question h3 {color: #14284b; font-size: 15px;text-transform: none; letter-spacing: 0px; font-family:"Open Sans", Helvetica, Arial,sans-serif; font-weight: 600; margin-top: 30px; line-height: 20px;}
#livraison h3 {color: #14284b; font-size: 15px;text-transform: none; letter-spacing: 0px; font-family:"Open Sans", Helvetica, Arial,sans-serif; font-weight: 600; margin-top: 30px; line-height: 20px;}
h4 {font-size: 16px;}

input[type="submit"], .button {
	background: #14284b;
	font-family: 'Unica One';
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	text-shadow:none;
	padding: 7px 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover, .button:hover {
	background: #826E60;
	color:#fff;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#mobile-header {
	display: none;
}


/* LOADER
-------------------------------------------------------------- */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#f4f4f4; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%; 
    background-image:url(img/logo-bocarre.png); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* -----------------------------------------------------------
////////////////////////////////////////////////////////// TOP
-------------------------------------------------------------- */

#top {
	width: 100%;
	height: 35px;
	position: relative;
	z-index: 999;
	background: #14284b;
}

#top ul.menu-panier {
	margin: 0;
	position: absolute;
	top: 13px;
	right: 0;
}
#top ul.menu-panier li {
	list-style-type: none;
	margin: 0;
	line-height: 10px;
	float: left;
	border-left: 1px solid #D1BEA5;
}
#top ul a{
	color: #D1BEA5;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 140px;
	font-size: 10px;
	padding-left: 1px;
}
#top ul a:hover{
	color: #fff;
}
#top i {
	color: #D1BEA5;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 13px;
}
#search {
	position: absolute;
	right: 0;
	top: 55px;
}
#search input[type="text"] {
	font-size: 12px;
	color: #bababa;
}
#search input[type="submit"] {
	font-size: 14px;
	background: url(img/loupe.png) center center no-repeat #89cbc6;
	height: 30px;
	text-indent: -9999;
	padding: 0 20px;
	border-radius: 3px;
}
#search input[type="submit"]:hover {
	background-color: #ccc;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////// HEADER
-------------------------------------------------------------- */
header {
	background: #fff;
	width: 100%;
	height: 85px;
}
.container {
	position: relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 7px;
}
header nav {
	position: absolute;
	right: 0px;
	z-index: 990;
}

header nav .menu-menu-container ul {
	margin: 0;
}
header nav .menu-menu-container ul li{
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
}
header nav a {
	font-family: 'Unica One';
    display: inline-block;*display: inline;zoom:1;
	vertical-align: middle;
	font-weight: 300;
	letter-spacing: 2px;
	color: #826E60;
	font-size: 15px;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	line-height: 85px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .separator {
	height: 40px;
	width: 1px;
	border-left: 1px solid #ccc;
    display: inline-block;*display: inline;zoom:1;
	vertical-align: middle;
}
header nav li:first-child .separator{
	border-left: 0px;
}
header nav li:hover > a {
	color: #14284b;
	text-decoration: none;
}	
header nav ul li:hover > ul {
	display: block;
}

header nav a:active, nav a:visited, nav a:focus  {
	color:#826E60;
	text-decoration: none;
}

header nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 85px;
	width: 180px;
	background: #fff;
	z-index: 999;
}

header nav ul ul a, header nav ul ul a:active, header nav ul ul a:visited, header nav ul ul a:focus{
	display: block;
	font-size: 15px;
	line-height: 20px;
	background: #fff;
	color: #826E60;
	padding: 10px 0;
	width: 180px;
	height: auto;
	font-family: 'Unica One';
	font-weight: 300;
	letter-spacing: 2px;
}
header nav ul ul a:hover {
	background: #14284b;
	color: #fff;
}
header nav ul ul .separator {
	display: none;
}
header.sticky .container, header.sticky nav{
	height: 60px;
}
header.sticky  nav a, header.sticky  nav a:visited, header.sticky  nav a:focus, header.sticky  nav a:active {
	line-height: 60px;
}
header.sticky  #logo img{
	height: 30px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////////// COMMON
-------------------------------------------------------------- */

#single, #page {
	margin-bottom: 40px;
	margin-top: 10px;
}
section {
	position: relative;
	width: 100%;
}
.image {
	margin: 0;
	position: relative;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px 0px #dcdcdc;
	-webkit-box-shadow: 0px 0px 10px 0px #dcdcdc;
	-o-box-shadow: 0px 0px 10px 0px #dcdcdc;
	box-shadow: 0px 0px 10px 0px #dcdcdc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#dcdcdc, Direction=NaN, Strength=5);
}
span.roll {
	background:url(img/mag.png) center center no-repeat rgba(0,0,0,.5);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;	
}
.line {
	height: 2px;
	width: 570px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.bloc {
	background: #fff;
	padding: 15px 4px;
}
.bloc2 {
	background: #14284b;
	padding: 15px 20px;
}
.woocommerce-message {
	list-style-type: none;
	display: block;
	line-height: 30px;
	margin: 10px 30px;
	background: #f9f9f9;
	border-top: 1px solid #e1dace;
	border-bottom: 1px solid #e1dace;
}
.woocommerce-message a{
	margin-right: 15px;
}


/* -----------------------------------------------------------
/////////////////////////////////////////////////////// SLIDER
-------------------------------------------------------------- */
#slider {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#slider li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: auto;
	position: relative;
}
#slider li img{
	width: 100%;
	height: auto;
}
#slider .texte-slide {
	position: absolute;
	z-index: 99999;
	top: 35%;
	margin: 0;
	left: 50%;
	width: 600px;
	margin-left: -325px;
	margin-top: -100px;
	text-align: center;
	padding: 25px;
	background: #fff;
}
#slider .texte-slide h2{
	display: inline-block;*display: inline;zoom:1;
	text-transform: uppercase;
	color: #14284b;
	padding: 0px 30px;
	font-weight: 500;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
}


/* -----------------------------------------------------------
////////////////////////////////////////////// HOME 
-------------------------------------------------------------- */

.sous-titre {
	text-align: center;
	margin-bottom: 30px;
}
.sous-titre h2 {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 25px 20px 0 20px;
	color: #826E60;
}

#nouveautes {
	padding-bottom: 0px;
}
#focus h2 {
	text-align: center;
	text-transform: uppercase;
	color: #826E60;
	font-size: 25px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	letter-spacing: 3px;
}
#focus h2 a{
	color: #826E60;
}
#focus h2 a:hover{
	color: #A41D23;
}
#presentation {
	padding: 50px 0 15px 0;
}
#presentation .bloc-image {
	width: 100%;
	height: 450px;
	display: inline-block;
	vertical-align: middle;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#presentation .bloc-texte {
	width: 100%;
	height: auto;
	display: inline-block;
	background: #A41D23;
	vertical-align: middle;
}
#presentation .bloc-texte .content {
	padding: 20px 25px;
}
#presentation .bloc-texte .content h1 {
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	font-size: 25px;
	line-height: 35px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#presentation .bloc-texte .content p {
	color: #fff;
}
#news {
	margin-bottom: 60px;
}
#news .span6 {
	height: auto;
	background: #fff;
margin-bottom:20px;
}
#news .span6 .image-news {
	display: none;
	background-size: cover;
}

#news .span6 .texte-news {
	display: block;
	width: 90%;
	padding: 20px 25px;
}
#news .span6 .texte-news h2{
	font-size: 22px;
	letter-spacing:1px;
	color: #826E60;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#news .span6 .texte-news h2 a{
	color: #826E60;
}
#news .span6 .texte-news h2 a:hover{
	color: #A41D23;
}
#news .span12 p {
	text-align: center;
	margin-top: 30px;
}
.all-news .span6 {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------
///////////////////////////////////////////////////// SINGLE
-------------------------------------------------------------- */
.share {
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	margin-top: 30px;
}
.share a {
	margin: 0 10px;
}
.share a:hover > img {
	opacity: .8
}
#single .date {
	padding-bottom: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.titre {
	padding: 25px 0 0 0;
}
.titre.contact {margin: 0}
.titre h1 {
	color: #14284b;
	letter-spacing: 3px;
	font-size: 36px;
}
/* -----------------------------------------------------------
///////////////////////////////////////////////////// PRODUITS
-------------------------------------------------------------- */
#breadcrumbs {
	font-size: 13px;
	margin-top: 0;
}
#breadcrumbs a {
	color: #14284b;
}
#breadcrumbs a:hover {
	color: #A41D23;
}
ul.products {
	margin: 0;
	list-style-type: none;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
ul.products li {
	list-style-type: none;
	margin-bottom: 30px;
	position: relative;
	line-height: normal;
}

ul.products li .image {
	background: #fff;
	position: relative;
}
ul.products li .bloc{
	padding: 15px 15px 50px 15px;
	text-align: center;
	height:230px;
	position: relative;
	background: #fff;
}

ul.products li h2 {
	line-height: 26px;
	font-size: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #D1BEA5;
	text-align: center;
	letter-spacing:3px;
}
ul.products li p {
	line-height: 20px;
	font-size: 14px;
}
ul.products li h2 a {
	color: #1A171B;
}
ul.products li h2 a:hover{
	color: #D1BEA5;
}
ul.products li .add-panier {
	text-align: center;
	padding: 12px;
 	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
ul.products li .prix {
	text-transform: uppercase;
	color: #A41D23;
	font-size: 17px;
	float: left;
	padding-top: 3px;
}

ul.products li .add-panier a{
	padding: 0;
	margin: 0;
	float: right;
	color: #A41D23;
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	text-transform: none;
	padding: 5px 10px;
	border: 1px solid #D1BEA5;
	background-color: transparent;
}
ul.products li .add-panier a:hover {
	background: #A41D23;
	border-color: #A41D23;
	color: #fff;
}

.woocommerce-ordering select {
	border-radius: 0;
	margin: 0;
	padding: 0 5px ;
	font-family: 'Open Sans', Arial;
}
.woocommerce-ordering select option{
	padding: 0 5px ;
	font-family: 'Open Sans', Arial;
}
.bloc-order {
	border-bottom: 1px dashed #D1BEA5;
	padding: 0px 0;
	margin-bottom: 20px;
	position: relative;
}
.cat-list {
	margin: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}
.cat-list li{
	margin: 0 0 0 15px;
	display: inline-block;
	list-style-type: none;

}
.cat-list li a {
	border-radius: 50px;
	background: #14284b;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 20px;
}
.cat-list li a:hover {
	color: #fff;
	background: #D1BEA5;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////////// PAGE
-------------------------------------------------------------- */

#page {
	padding-bottom: 40px;
}
#page .desc {
	padding: 20px 25px;
	background: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
	border-left: 3px solid #14284b;
	border-right: 3px solid #14284b;
}
#page .desc p {
	font-size: 15px;
}


/* -----------------------------------------------------------
/////////////////////////////////////////////////////// PANIER
-------------------------------------------------------------- */
#page .woocommerce  {
	padding: 20px 15px;
}
#page .woocommerce .shop_table{
	padding: 20px 20px 15px 20px;
	border-radius: 0px;
	border-top: 3px solid #14284b;
}

#page .woocommerce .shop_table tbody .product-name, #page .woocommerce .shop_table tbody .product-subtotal {
	font-weight: 400;
}
#page .woocommerce .shop_table thead tr th{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	color: #1A171B
}
#page .woocommerce .shop_table tbody tr .actions {
	padding-top: 25px;
}
#page .woocommerce .shop_table .coupon #coupon_code {
	height: 25px;
	width: 120px;
}
#page .woocommerce .shop_table .button {
	margin: 0;
	vertical-align: top;
	height: 35px;
	font-size: 12px;
	letter-spacing: 1px;
}
#page .woocommerce .shop_table .product-thumbnail a{
	width: 100px;
	display: block;
}
#page .woocommerce .shop_table .qty {
	border: 0;
	height: 25px;
	width: 90px;
	position: relative;		
	background: #f4f4f4;
}
#page .woocommerce .shop_table .quantity {
	position: relative;
	width: 75px;
	background: #f9f9f9;
}
#page .woocommerce .shop_table .quantity .minus,#page .woocommerce .shop_table .quantity .plus{
    background: none repeat scroll 0 0 #1A171B;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
#page .woocommerce .shop_table .quantity .minus:hover,#page .woocommerce .shop_table .quantity .plus:hover{
    background: none repeat scroll 0 0 #14284b;
}
#page .woocommerce .shop_table .quantity .plus {
    color: #fff;
    font-size: 15px;
    height: 25px;
    text-shadow: none;
    width: 25px;
    position: absolute;
    right: 0;
}
#page .woocommerce .shop_table .quantity .minus {
    color: #fff;
    font-size: 15px;
    height: 25px;
    text-shadow: none;
    width: 25px;
    position: absolute;
    left: 0;
    z-index: 999;
}
#page .cart_totals {
	border-top: 2px solid #D1BEA5;
	margin-top: 15px;
}
#page .cart_totals h2 {
	text-transform: uppercase;
	color: #222;
	text-align: center;
	border-bottom: 1px solid #D1BEA5;
	color: #222;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	margin-bottom: 0;
}
#page .cart_totals table {
	width: 100%;
}
#page .cart_totals table tr {
	border-bottom: 1px solid #eee;
}
#page .cart_totals table th {
	text-align: left;
	padding: 15px;
	margin: 10px;
}
.shipping td {
	padding: 15px 0;
}
#shipping_method input{
	display: inline-block;
	margin-bottom: 5px;
}
#shipping_method label{
	display: inline-block;
	margin-left: 30px;
}

#page .woocommerce .woocommerce-info {
	border-top: 3px solid #D1BEA5;
}
#page .woocommerce .woocommerce-info:before {
    color: #f29400;
}
#page .woocommerce .woocommerce-error {
	border-top: 3px solid #1A171B;
}
#page .woocommerce .woocommerce-error:before {
    color: #1A171B;
}
#page .woocommerce .cart-empty, #page .woocommerce .return-to-shop {
	text-align: center;
}
#page .woocommerce .return-to-shop a, #page .woocommerce .return-to-shop a:active, #page .woocommerce .return-to-shop a:focus, #page .woocommerce .return-to-shop a:visited {
	font-size: 13px;
	background: #D1BEA5;
	margin-top: 15px;
	color: #fff;
}
#page .woocommerce .return-to-shop a:hover {
	background: #1A171B;
}
#page .woocommerce .wc-proceed-to-checkout, .place-order {
	padding: 0;
	margin-top: 20px;
	width: 100%;
}
#page .woocommerce .checkout-button, #place_order {
	display: block;
	letter-spacing: 1px;
	text-align: center;
	background: #14284b;
	padding: 10px 0;
}
#page .woocommerce .checkout-button:hover {
	background: #1A171B;
}
#page .woocommerce .cart_item .variation dd p {
	padding: 0;
	margin: 0;
	position: relative;
	top: -5px;
}
#page .woocommerce .backorder_notification {
	display: none;
}
/* -----------------------------------------------------------
///////////////////////////////////////////////////// COMMANDE
-------------------------------------------------------------- */

#page .woocommerce form input {
	height: 30px;
}
#page .woocommerce .checkout .woocommerce-billing-fields label, #order_comments_field label {
}
#page .woocommerce .checkout h3 {
	text-align: center;
	text-transform: uppercase;
	border-top: 3px solid #14284b;
	border-bottom: 1px solid #14284b;
	font-size: 14px;
	color: #222;
	letter-spacing: 1px;
	font-weight: 400;
}
#page .woocommerce .checkout #ship-to-different-address input,#page .woocommerce .checkout #ship-to-different-address label,
#page .woocommerce #payment ul li label, #page .woocommerce #payment ul li input {
	display: inline-block;*display: inline;zoom:1;
}
#page .woocommerce .checkout #ship-to-different-address label {
	padding-left: 0;
	font-size: 14px;
	color: #222;
	letter-spacing: 1px;
	font-weight: 400;
}
#page .woocommerce .checkout #ship-to-different-address input {
	margin-bottom: 7px;
	margin-left: 10px;
}
#page .woocommerce .checkout #order_review_heading {
	margin: 25px 0;
	padding-top: 20px;
	border-bottom: 0;
}
#page .woocommerce #payment ul {
	margin: 0;
}
#page .woocommerce #payment ul li{
	list-style-type: none;
	margin-bottom: 15px;
}
#page .woocommerce #payment ul li .about_paypal {
	margin-left: 15px;
}
#page .woocommerce #payment .form-row {
	padding: 0;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: center;
}
#page .woocommerce #payment .form-row #place_order, 
#page .mon-compte .woocommerce .button {
	display: block;
	text-align: center;
	float: none;
	letter-spacing: 1px;
	text-align: center;
	background: #14284b;
	padding: 10px 0;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	margin-top: 20px;
	height: 35px;
}
#page .woocommerce #payment .form-row #place_order:hover, #page .mon-compte .woocommerce .button:hover {
	background: #1A171B;
}
#page .woocommerce #payment {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0px;
}



/* -----------------------------------------------------------
///////////////////////////////////////////////////// COMPTE
-------------------------------------------------------------- */

#page .mon-compte .woocommerce .myaccount_user{
	margin-bottom: 20px;
}

#page .mon-compte .woocommerce h2 {
	text-align: center;
	text-transform: uppercase;
background: #A41D23;
	font-size: 20px;
	line-height: 30px;
	padding: 15px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 20px;
}
#page .mon-compte .woocommerce h3 {
	text-align: center;
	text-transform: uppercase;
	background: #1A171B;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: 400;
	padding: 15px;
}
#page .mon-compte address {
	margin-top: 20px;
}
#page .woocommerce .order .order-actions .view {
	height: auto;
	margin-top: 15px;
}

.added_to_cart {
	display: none;
}

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

#single-produit {
	padding: 15px 0 25px 0;
}

#single-produit h1 {
	text-align: left;
	color: #14284b;
	margin-bottom: 20px;
	font-size: 28px;
}

#single-produit .thumbnails {
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #dddddd;
}
#single-produit .thumbnails a {
	margin:0;
	width: 33%;
	display: inline-block;*display: inline;zoom:1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
#single-produit .thumbnails a:hover {
	opacity: .8;
}
#single-produit #livraison, #single-produit #question {
	margin-top:30px;
}

.social {
	overflow: hidden;
	margin: 30px 0 20px 0px;
}
.social div {
	float: left;
}
.social .twitter {
	margin-left: 30px;
	margin-right: 30px;
}

.fiche-produit .prix-produit {
	border-top: 1px solid #ececec;
	padding-top: 15px;
	margin-top: 25px;
}
.fiche-produit .quantity {
	position: relative;
	width: 100px;
	height: 50px;
	margin-bottom: 15px;
	display: inline-block;
}
.fiche-produit .qty {
	width: 35px;
	text-align: center;
	background: #eeeeee;
	color: #222;
	border: 0;
	padding: 15px 20px;
}
.fiche-produit .quantity .minus,.quantity .plus{
    background: none repeat scroll 0 0 #A41D23;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.fiche-produit .quantity .minus:hover,.quantity .plus:hover{
    background: none repeat scroll 0 0 #A41D23;
}
.fiche-produit .quantity .plus {
    color: #fff;
    font-size: 15px;
    height: 25px;
    text-shadow: none;
    width: 25px;
    position: absolute;
    top: 0;
}
.fiche-produit .quantity .minus {
    color: #fff;
    font-size: 15px;
    height: 25px;
    text-shadow: none;
    width: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.prix-produit {
	margin: 30px 0 0 0;
	position: relative;
}

.fiche-produit .cart {
	position: relative;
}
.fiche-produit .prix-produit .stock {
	font-size: 12px;
	color: #666;
}
.fiche-produit .price .amount{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	color: #A41D23;
}
.fiche-produit .single_add_to_cart_button {
	font-size: 15px;
	height: 50px;
	text-transform: normal;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 2px;
	background: #14284b;
	display: inline-block;
	color: #fff;
}
.fiche-produit .single_add_to_cart_button:hover {
	background: #826E60;
	color: #fff;
}
.variations_form {
	position: relative;
}
.variations_form .label {
	background: none;
}
.variations_form .label,.variations .badge {
	padding: 7px 0px 4px 0;
}
.variations_form label, .swatchtitlelabel {
	color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 7px 0px 4px 0;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.fiche-produit .swatchinput {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.reset_variations {
	font-size: 13px;
	position: absolute;
	right:0;
	top: 5px;

}
.fiche-produit .dimensions {
	margin: 0 0 0;
	padding: 15px 0;
	position: relative;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.fiche-produit .dimensions select option {
	padding: 5px 10px;
    border:none;
}
.fiche-produit .dimensions select {
	padding:0px 10px;
    margin: 0;
    margin-left: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f3f3f3;
    color:#666;
    width: 160px;
    border:1px solid #ececec;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.fiche-produit .choix-dim {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}
.fiche-produit .choix-dim p strong, .variations .label .swatchtitlelabel {
	color: #14284b;
    font-weight: 400;
	text-transform: uppercase;
}
.fiche-produit .liens-livr {
	display: inline-block;
	vertical-align: middle;
}
.fiche-produit .liens-livr a {
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    display: inline-block;
    padding: 7px 0px 4px 0;
	color: #14284b;
	text-transform: uppercase;
}
.fiche-produit .liens-livr a:hover {
	color: #A41D23;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////// CROSS SELL
-------------------------------------------------------------- */


#page .cross-sells ul.products li {
	list-style-type: none;
}
#page .cross-sells ul.products li.product .image img{
	margin: 0;
}

.woocommerce ul.products li.product .add-panier {
	text-align: center;
	padding: 12px;
 	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.woocommerce ul.products li.product .prix .price {
	text-transform: uppercase;
	color: #A41D23;
	font-size: 17px;
	float: left;
	padding-top: 3px;
}
.woocommerce ul.products li.product .bloc {
	height: auto;
	padding-bottom: 80px;
}
.woocommerce ul.products li.product .add-panier a{
	padding: 0;
	margin: 0;
	float: right;
	font-weight: 300;
	color: #A41D23;
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	text-transform: none;
	padding: 10px 10px;
	border: 1px solid #D1BEA5;
	background-color: transparent;
}
.woocommerce ul.products li.product .add-panier a:hover {
	background: #A41D23;
	border-color: #A41D23;
	color: #fff;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////////// DIVERS
-------------------------------------------------------------- */

.recherche {
	margin-bottom: 15px;
	background: #f9f9f9;
	padding: 10px 20px;
}
/* ////// UI Top */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:30px;
	height:30px;
	border:none;
	text-indent:-999px;
	background:url(img/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(img/ui.totop.png) no-repeat left -30px;
	width:30px;
	height:30px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* -----------------------------------------------------------
/////////////////////////////////////////////////////// FOOTER
-------------------------------------------------------------- */
#infos {
	border-top: #D1BEA5 2px solid;
	padding: 40px 0;
	background: #14284b;
}
#infos h3 {
	color: #D1BEA5;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 3px;
	border-bottom: 1px dashed #D1BEA5;
	padding-bottom: 15px;
}
#infos p {
	color: #D1BEA5;
	font-size: 14px;
}
#infos .icone {
	display: inline-block;
	width: 80px;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
}
#infos .texte-infos {
	width: 200px;
	display: inline-block;
}
footer {
	padding: 40px 0;
	width: 100%;
	background: #fff;
	border-top: #D1BEA5 1px solid;
}
footer p{
	font-size: 14px;
	margin: 8px 0;
	color: #1A171B;
}
footer p a, footer p a:active, footer p a:visited, footer p a:focus{
	color: #1A171B;
}
footer p a:hover{
	color: #D1BEA5;
}
footer h4 {
	color: #1A171B;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #D1BEA5;
	padding-bottom: 10px;
}

footer .reseaux li a:hover{
	opacity: .7;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
footer .reseaux li{
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
	display: inline-block;*display: inline;zoom:1;
}
footer .reseaux li a{
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 35px;
	margin-right: 10px;
	background: url(img/facebook.png) no-repeat center center;
}
footer .reseaux li a.facebook{background: url(img/facebook.png) no-repeat center center;}
footer .reseaux li a.twitter{background: url(img/twitter.png) no-repeat center center;}
footer .reseaux li a.instagram2{background: url(img/instagram2.png) no-repeat center center;}
footer .reseaux li a.gplus{background: url(img/gplus.png) no-repeat center center;}

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

form {
	margin-top: 20px;
}
.wpcf7-text, textarea, .wpcf7-captchar,
.wpcf7 input[type=text],.wpcf7 input[type=email] {
  padding: 5px 5px 5px 10px;
  margin-top: 5px;
  margin-left: 0;
  width:98%;
  border:0;
  background-color:#eee;
  font-family:Helvetica, Arial, sans-serif;
}

textarea {
height:150px;
font-size:11px; 
}

.wpcf7 h4 {
font-size:16px;
text-transform: uppercase;
color: #1A171B;
line-height:20px;
margin-top: 20px;
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	padding: 0;
	display: block;
}
.zoom-surmesure {
height:300px;
}
.zoom-surmesure p {
text-align:center;
}
.zoom-surmesure img {
width:140px;
height:140x;
}
.zoom-surmesure img:hover {
width:300px;
height:300px;
}
.zoom-surmesure {
height:225px;
}

.detail {
float:right;
padding:10px;
background-color: #DC143C;
color:white;
text-transform: uppercase;
margin-top:10px;
}
.detail2 {
float:right;
padding:10px;
background-color: #14284b;
color:white;
margin-top:10px;
}

.detail:hover{
color:	#A9A9A9;
}
.detail2:hover{
color:	#A9A9A9;
}