/*
Theme Name: Manivet
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: An incredible and magnificent theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dig
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Manivet is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    /*background: #ff0;*/
	background:none;
    color: #000;
	border-bottom:1px solid #afafaf;
	padding-bottom:4px;
	margin:0 4px;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border-radius: 0!important;
   /* -webkit-appearance: none!important;*/
}

.resp_menu_inner input[type="search"]{
    -webkit-appearance: none!important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

.clear {
    clear: both;
}

html {
    font-family: sans-serif;
    color: black;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
	margin-top:-20px;
	opacity:0;
}

a {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

p {}

ul {}

ol {}

li {}

blockquote {}

img {}

.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;
}

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
}


.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

#masthead {
    width: 100%;
    margin: auto;
    position:relative;
    z-index:3;
}

#masthead nav:after {
	content:"";
	width:100%;
	height:1px;
	background-color:#f3f3f3;
	display:block;
}

#masthead nav {
	border-bottom:1px solid #f3f3f3;
	/*overflow:hidden;*/
}

#logo {
    position: relative;
    z-index: 800;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu-menu-header-container {
    display: table;
    width: 100%;
}

.menu_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top:10px;
}


/*****************************/
/************ MENU ***********/
/*****************************/


/* Navigation */

.main-navigation {
    height: 80px;
    clear: both;
}

#masthead #logo img, .footer-logo #logo img {
    width: 360px;
}

.primary-wrapper {
    padding: 20px 1.5% 25px 1.5%;
	/*padding:18px 1.5% 25px 1.5%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    background-color: #fff;
}

.top-wrapper {
	height: 40px;
    background-color: #fff;
    padding: 10px 1.5% 0 1.5%;
    margin: 0 auto;
}

#top-menu li:last-child a {
	padding-right:0;
}

.menu-top_menu_en-container, .menu-top_menu_fr-container, .search_form{
	float: right;
}

#top-menu {
    margin: 0;
    padding: 0;
    font-family: 'raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 11px;
    display: inline-block;
}

#top-menu .sub-menu {
	z-index:1;
	position:absolute;
	left:0;
	top:10px;
	padding:0;
	/*width:100%;*/
	left:-20px;
	right:-20px;
	/*border:1px solid #dcdcdc;*/
	background-color:#fff;
	box-shadow: 0px -2px 39px -9px rgba(0,0,0,0.24);
	display:none;
	opacity:0;
}

#top-menu .sub-menu li:first-child a:before {
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	left:0;
	right:0;
	margin:auto;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	top:-12px;
}

#top-menu .sub-menu li:first-child a:after {
	content:"";
	position:absolute;
	width: 0px;
	height: 0px;
	left:0;
	right:0;
	margin:auto;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #fff;
	top:-10px;
}

#top-menu > li {
	padding-bottom:14px;
	cursor:pointer;
}

#top-menu .sub-menu li {
	display:block;
	padding:0;
}

#top-menu .sub-menu li a {
	padding:5px 4px;
	display:block;
	text-align:center;
}

#top-menu .sub-menu li a:hover {
	color:#ccc;
}

#top-menu .sub-menu li:first-child a {
	padding-top:16px;
}

#top-menu .sub-menu li:last-child a {
	padding-bottom:16px;
}

#top-menu li {
    display: inline-block;
    list-style-type: none;
	position:relative;
}

#top-menu li a {
    text-decoration: none;
    color: #f9f9f9;
    color: #000;
    padding: 0 10px;
	font-family: 'open sans', sans-serif;
}

.lang-item,
.lang-item a {
    padding: 0 0 0 1px !important;
}

.site-header {
    border: none !important;
}

.after_nothing:after {
	display:none !important;
}

/* Primary Menu */

#primary-menu {
    display: table-row;
}

#primary-menu > li {
    display: table-cell;
    text-align: center;
    position: relative;
}

.cart_counter {
	display:inline-block;
	position:absolute;
	right:-8px;
	top:-8px;
	width:21px;
	height:21px;
	background-color:#b7aa80;
	border-radius:50%;
	box-sizing:border-box;
	padding:5px 0;
	text-align:center;
	font-size:10px;
	color:#fff;
}

.logout_btn a {
	border-left:1px solid #ddd;
	padding-right:0;
}

.header_phone a {
	border-left:1px solid #ddd;
	margin-left:10px;
}

.gift_link {
	display:none !important;
}

.gift_link a {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	margin-right:6px;
}

form.variations_form .woocommerce-variation-price {
	display:none;
}

.instock_text, .outofstock_text {
	/*display:none;*/
}

.single_variation_wrap div.woocommerce-variation p {
	margin:0;
	font-size:0;
	opacity:0;
	color:rgba(0,0,0,0);
}

.stock_mention {
	margin:10px 0 10px 0;
}

.iconic-woothumbs-thumbnails__image {
	opacity:1 !important;
}

.iconic-woothumbs-thumbnails__image:hover, .iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image {
	opacity:0.5 !important;
}

.select2-container .select2-choice>.select2-chosen {
	padding:5px;
}

.woocommerce-shipping-fields {
	padding-top:20px;
}

.place-order {
	padding:0;
}

.woocommerce-checkout-review-order-table dt.variation-Couleur,
.woocommerce-checkout-review-order-table dt.variation-Taille,
.woocommerce-checkout-review-order-table dt.variation-Color,
.woocommerce-checkout-review-order-table dt.variation-Size {
	display:none !important;
}

.woocommerce-checkout-review-order-table dd.variation-Couleur, .woocommerce-checkout-review-order-table dd.variation-Taille,
.woocommerce-checkout-review-order-table dd.variation-Color, .woocommerce-checkout-review-order-table dd.variation-Size {
    padding: 0;
    margin: 0 10px 0 0;
}

.woocommerce-checkout-review-order-table dd.variation-Couleur p, .woocommerce-checkout-review-order-table dd.variation-Taille p {
	margin:0;
}

.woocommerce-checkout-review-order-table .variation dd {
	margin-bottom:0 !important;
	margin-left:0 !important;
	padding:0 !important;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal {
	display:none !important;
}

ul.wc_payment_methods label {
	color:#000;
	text-transform:uppercase;
}

.product-name a {
	text-decoration:none;
	color:#000 !important;
}

.resp_menu_container {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow-y:auto;
	background-color:rgba(0,0,0,0.6);
	z-index:900;
	display:none;
}

.resp_menu {
	position:absolute;
	left:-120%;
	top:0;
	height:100%;
	background-color:#f9f9f9;
	width:75%;
	box-sizing:border-box;
	transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}

.resp_menu.resp_slide {
	left:0;
}

.resp_menu #logo {
	display:block;
	margin:0;
	width:100%;
	padding:30px 40px;
	background-color:#fff;
	box-sizing:border-box;
}

.resp_menu #logo img {
	width:100%;
}

.resp_menu .search_form {
	display:block !important;
	width: 100%;
    float: left;
    padding: 20px 0 0 20px;
}

.resp_menu .search_form .search_field {
	width: 84%;
	background:none;
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 13px;
}

.resp_menu .search_form .search_submit {
	width: 16%;
	height: 20px;
	padding: 0;
	background: url('img/search_icon_responsive.png') no-repeat;
    background-position: right 20px center;
}

.respmenu_cart_btn {
	position:absolute;
	/*bottom:10px;
	right:10px;
	left:10px;*/
	left:20px;
	right:20px;
	box-sizing:border-box;
	padding:14px;
	text-align:center;
	background-color:#1d1d1d;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	/*margin:20px;*/
	margin-top:20px;
}

.respmenu_cart_btn .cart_counter {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin-left:10px;
	background-color:#928351;
}

#responsive_menu {
	padding:0;
	margin:10px 0 0 0;
	list-style:none;
	background-color:#f9f9f9;
}

#responsive_menu > li {
	list-style:none;
	position:relative !important;
}

#responsive_menu > li > a {
	display:block;
	color:#9e9e9e;
	padding:13px 20px 13px 26px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-family: 'raleway', sans-serif;
	position:relative;
}

#responsive_menu > li > a:hover {
	color:#000;
}

#responsive_menu .current-menu-parent a, #responsive_menu .current-menu-item a {
	background-color:#fff;
}

#responsive_menu .menu-item-has-children:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px 18px;
    font-size: 28px;
    font-weight: 100;
    font-family: 'raleway', sans-serif;
    color: #808080;
	cursor:pointer;
}

#responsive_menu * {
	font-family: 'raleway', sans-serif;
}

#responsive_menu .menu-item-has-children.moins:after {
    content: "-";
}

#responsive_menu .sub-menu {
    position: static;
    padding: 0;
    width: 100%;
    background-color: #efefef;
}

#responsive_menu .sub-menu li {
	padding:0;
}

#responsive_menu .sub-menu li a {
	text-transform:uppercase;
	display:block;
	padding: 8px 20px 8px 26px;
	font-size:13px;
}

#responsive_menu .sub-menu li:first-child a {
	padding-top:13px;
}

#responsive_menu .sub-menu li:last-child a {
	padding-bottom:13px;
}

#responsive_menu .mega-eshop .sub-menu {
	-webkit-transform:none;
	transform:none;
}

#responsive_menu .mega-eshop > .sub-menu li {
	background:none !important;
	display: block;
    height: auto;
    width: auto;
    float: none;
    position: relative !important;
    overflow: hidden;
    margin: 0;
}

#responsive_menu .mega-eshop .sub-menu li a span {
    content: '';
    display: block;
    position: static;
    bottom: 0;
    background: none;
    width: auto;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    font-family: 'raleway', sans-serif;
    font-size: 13px;
    padding: 0;
}

#responsive_menu .mega-eshop .sub-menu li a span {
	width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    text-align: left;
    color: #959595;
    text-decoration: none;
    position: static;
    bottom: 0;
}

.menu_btn.menopened {
	position:relative;
	z-index:999;
}

.menu_btn.menopened #nav-icon3 span {
	background:#fff;
}

.menu_btn {
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    top: 10px;
    text-align: center;
    display: none;
	position:relative;
}

#nav-icon3 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #162733;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	left:2px;
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.posts-navigation {
	text-align:center;
}

.posts-navigation a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	color:#000;
	padding:12px 18px;
	border:1px solid #000;
	margin:20px 0;
	display:inline-block;
}

.posts-navigation h2 {
	display:none;
}

.entry-actu {
	width:100% !important;
	padding:20px;
}

.similar-products ul.liste_revendeurs {
	padding:20px;
	box-sizing:border-box;
}

.liste_revendeurs li a {
		width:100%;
	}

.search_res_content > li {
	width:30.8% !important;
}

div.swatchinput {
	padding-bottom:16px !important;
}

.product_filter {
	float:left;
	min-height:500px;
	width:20%;
}

.bwaf_block_first_title, .bwaf_block_title {
	color: #000;
    font-weight: normal;
    letter-spacing: 1px;
	font-size: 12px;
	text-transform:uppercase;
	margin-bottom:14px
}

.bwaf_block_first_title {
	color: #000;
}

.bwaf_woocommerce {
	float:right;
	width:85%;
	box-sizing:border-box;
	padding-left:30px;
	border-left:1px solid #f3f3f3;
}

.base_size, .base_access_size, .base_couleurs {
	display:none;
}

.base_size:checked + label, .base_access_size:checked + label, .base_couleurs:checked + label, .base_cats_childs:checked + label, .base_cats:checked + label, .base_collections:checked + label {
	border-color:#000;
	color:#000;
}


.base_collections + label{
	position:relative;
}

.base_collections:checked + label:before{
	content:'';
	display:block;
	background-image:url('img/check.png');
	background-size:contain;
	background-repeat:no-repeat;
	width:13px;
	height:8px;
	position:absolute;
	top:2px;
	left:-17px;
}

.base_collections_label{
	position:relative;
}

.base_collections_label > img{
	position:absolute;
	left: -15px;
	top: 2px;
}

.base_size_label, .base_access_size_label {
	margin: 4px 4px;
    padding: 11px 9px;
	line-height:1em;
    border: 1px solid #959595;
	color:#959595;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
	font-size:12px;
	cursor:pointer;
	text-transform:uppercase;
}

.bebe_size_label {
	padding:11px 4px !important;
}

.base_couleurs_label {
    cursor: pointer;
    font-size: 9px;
    color: #959595;
    text-transform: uppercase;
    position: relative;
    margin: 44px 6px 0 6px;
    width: 35px;
    float: left;
    min-height: 42px;
    text-align: center;
}

.base_couleurs_label span {
	content:"";
	line-height:1em;
	width: 33px;
    height: 33px;
    border: 3px solid #959595;
	color:#959595;
    border-radius: 100%;
	position:absolute;
	bottom:111%;
	left:0;	
	right: 0;
    margin: auto;
}

.base_couleurs_label i {
    font-style: normal;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 4px;
}


.wc-terms-and-conditions a {
	color:#000 !important;
}

.woocommerce-error:before {
	color:#000;
}

tr.shipping .description, tr.shipping .delivery_date {
	display:none;
}

tr.shipping .carrier_logo {
	/*float:left;*/
}

.bwaf_horizontal {
	margin-bottom:80px;
}

li.bwaf_result_li {
	width: 32% !important;
    margin: 0 2% 2% 0 !important;
    display: inline-block;
}

.col_fltr_alone {
	display:block;
    color: #959595;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    cursor: pointer;
	text-decoration:none;
}

.col_fltr_alone_cur {
	display:block;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
    cursor: pointer;
	text-decoration:none;
}

@media screen and (min-width: 784px){
    li.bwaf_result_li:nth-of-type(3n+3){
        margin-right: 0!important; 
    }
}

li.bwaf_result_li a {
	display:block;
	width:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}

.bwaf_show_children input, input.base_cats {
	display:none;
	opacity:0;
	visibility:hidden;
	position:absolute;
}

.bwaf_show_children label, .base_collections_label {
    color: #959595;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
	cursor:pointer;
}

.base_collections_label {
	display:block;
}

input.base_collections {
	position:absolute;
	visibility:hidden;
	opacity:0;
}

label.base_cats, .reset_btn {
    color: #959595;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 1px;
    border: 1px solid #e3e3e3;
    padding: 11px 10px;
    margin: 0 6px 6px 0;
	cursor:pointer;
	text-decoration:none;
}

.bwaf_form {
	padding-left:14px;
}

.reset_btn.reset_btn_checked {
	border-color:#000;
	color:#000;
}

.woocommerce .results {
	float:left;
	width:100%;
	position:relative;
}

/* bwaf loading */


.bwaf_loading_container {
	position:absolute;
	left:0;
	top:0;
	right:0;
	width:100%;
	bottom:0;
	height:100%;
	min-height:400px;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	z-index:30;
	display:none;
	padding-top:44%;
}

.bwaf_loading {
	/*position:absolute;*/
	left:0;
	top:44%;
	right:0;
	bottom:0;
	max-width:300px;
	height:100px;
	margin:0 auto;
}

.bwaf_loading_spans span {
	width:12px;
	height:12px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
	
}


.bwaf_loading_spans span:nth-child(1){
	background:#b6b6b6;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
	
}
.bwaf_loading_spans span:nth-child(2){
	background:#b7aa80;
	z-index:100;
}
.bwaf_loading_spans span:nth-child(3){
	background:#d3d3d3;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}


@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
	50%{-webkit-transform:translateX(-20px);
	}
	
	100%{-webkit-transform:translateX(20px);
	z-index:200;
	}
}




@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(20px);
	}
	100%{-webkit-transform:translateX(-20px);
	}
}


.bwaf_zero_color {
	width:100%;
	padding:20px;
	text-align:center;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 14px;
	background-color:#f5f5f5;
	float:left;
	color:#b3b3b3;
	display:none;
}

.bwaf_nothing_found {
	width:100%;
	padding:20px;
	text-align:left;
    letter-spacing: 1px;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 14px;
	background-color:#f5f5f5;
	float:left;
	color:#b3b3b3;
	display:none;
}


.cgv_terms a {
	color:#000 !important;
}

.woocommerce div.product form.cart .variations label {
	background-size:cover !important;
}

.error-404 h1 {
	font-size:100px;
	color:#ddd;
	margin-bottom:40px;
}

#primary .error-404 .page-content:before {
	display:none;
}

.error-404 .btn_bonderetour {
	float:none;
	margin-bottom:30px;
}

.entry-content a {
	color:#000;
}

.newsletter-content div.wpcf7-response-output {
	position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: none !important;
    z-index: 999;
    box-shadow: 0px 0px 22px -4px rgba(0,0,0,0.75);
}

.newsletter-content div.wpcf7-response-output:after {
    content: "x";
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    color: #5a5a5a;
}

.newsletter-content span.wpcf7-not-valid-tip {
	display:none !important;
	font-size:0;
}

.newsletter-content .wpcf7-not-valid {
	border-color:red !important;
}

.wpcf7-form input[type='submit'] {
	outline:none !important;
}

/* Pop Up */
/************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************/

#popmake-4023{
    background-image: url(http://www.delphinemanivet.com/wp-content/uploads/elizabethmessina1489.jpg);
    background-position: center left;
    background-size: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    min-height: 204.5px;
}









.popmake.theme-4017 > .popmake-close, .popmake.theme-default-theme > .popmake-close {
    background: #fff !important;
    color: #000 !important;
    font-size: 16px !important;
}

.pum-container .wpcf7-response-output {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    border: 0;
    padding: 20px;
}

.pum-container .wpcf7-not-valid-tip {
    display: none !important;
    font-size: 0 !important;
    visibility: hidden !important;
}

#pum-4023 {
    background-color: rgba( 61, 61, 61, 0.8 ) !important;
}

.pum-content{
	/*border: solid 1px #b7aa80;
    margin: 20px 0 20px calc(50% + 18px);
    padding: 15px 18px;*/
	border: solid 1px #b7aa80;
    margin: 20px 13px 20px calc(50% + 30px);
    padding: 38px 21px;
}

.pum-content p{
	color: #adadad;
}

.pum-content form br{
	content:'';
	margin: 13px auto;
	display:block;
}

.pum-content select{
	display:block !important;
	width:100%;
	height: 40px;
    outline: none;
    font-size: 13px;
    padding: 10px;
	color: #000;
}

.pum-content input[type='submit']{
	padding: 13px;
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.pum-content input[type='submit']:hover{
	background-color: #c9c9c9 !important;
	border-color: #c9c9c9 !important;
	color: #fff !important;
}

#popmake-4023 .wpcf7-email{
    width: calc(100% - 170px);
    height: 34px;
    outline: none;
    font-size: 13px;
    padding: 10px;
	color:#000;
}

/*#popmake-4023 .wpcf7-email{
    width: calc(100% - 155px);
    height: 40px;
    outline: none;
    font-size: 13px;
    padding: 10px;
	color: #000;
}*/

/*
#popmake-4023 .fa{
    color: #adadad;
	float:right;
    margin: 0 5px;
	font-size:20px;
}
*/

#popmake-4023 .fa{
    color: #959595;
    margin: 0 5px;
}

.pumshareparent{
	float:right;
	margin-top: 0;
}

.pumshare{
	display:inline-block;
	vertical-align: top;
	font-size:22px;
}

@media screen and (max-width: 900px){

    #popmake-4023{
        background-image: none;
        background-color: #fff;
        width: 90%!important;
        margin: auto!important;
        height: auto!important;
    }

    .pum-content{
        margin-left: 0;
        padding: 0;
    }

    #popmake-4023 .wpcf7-email,
	.pum-content select{
        display: block;
        width: 80%;
        margin: auto;
    }
	
	.pumshareparent{
		width:100%;
		margin-top:10px;
	}

    .pumshare{
        font-size: 16px;
    }

    #popmake-4023 .wpcf7-submit{
        display: block;
        width: 180px;
        margin-top: 10px;
        margin-right: calc(50% - 90px);
    }

     #popmake-4023 .actu{
        margin-top: 50px;
     }

}
/************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************//************************************
************************************
**********************************
*********************************
***********************************
********************************/

@media screen and (min-width: 1160px) {
	.resp_menu_item {
		display:none !important;
	}
}

@media screen and (max-width: 1400px){

}

@media screen and (min-width: 1260px){

	.collab_hack {
		background-position:center 0 !important;
	}

}

@media screen and (max-width: 1260px){

	.main-navigation {
		height:auto !important;
	}

	.guide_of_sizes {
		margin-top:0 !important;
	}

	.woocommerce form.cart-form {
	    width: 100% !important;
    	margin: 0 0 20px 0 !important;
	}
	
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width:100% !important;
	}

	.mycart-button{
		float: right;
	}

	.shopOnline, .collab {
		width:49.5% !important;
		height:240px !important;
		margin:0.25% 0;
	}
	
	.main_slider {
		margin-bottom:0.5%;
	}
	
	.middleImg {
		margin:0 !important;
	}
	
	.shopOnline h2, .collab h2 {
		font-size:30px !important;
	}
	
	.page-bloc {
		height:300px !important;
	}
	
	.page-bloc h1, .page-bloc h2{
		font-size:28px !important;
	}
	
	.page-bloc h1:after {
		display:none !important;
	}

}

.resp_tt {
	display:none;
	padding: 14px 20px;
	background: #f7f7f7;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.resp_tt:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    color: #fff;
    font-size: 20px;
    background-color: #b7aa80;
    padding: 10px 16px;
	width:12px;
	text-align:center;
}

.resp_tt.respclose:after {
	content:"-";
	position:absolute;
	right:0;
	top:0;
	margin:auto;
	color:#fff;
    font-size: 20px;
	width:12px;
	text-align:center;
}

@media screen and (max-width: 1320px) {

	.mycart-button {
		flex:0.6 !important;
	}
}

@media screen and (max-width: 1160px) {

	.mycart-button{
		margin-top: 20px;
	}

	.menu_container {
		display:none;
	}
	
	.resp_menu_item {
		display:block;
	}
	
	.menu_btn {
		display: block;
		float: right;
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.primary-wrapper{
		display: block;
		padding-top: 0; 
	}
	
	.bwaf_block_first_title {
		display:none;
	}
	
	.resp_tt {
		display:block !important;
	}
	
	.product_filter {
		min-height:0;
	}
	
	.bwaf_woocommerce {
		padding:0;
		float:left;
		width:100%;
		border:0;
	}
	
	.bwaf_resp_filter {
		display:none;
		padding-bottom:30px;
		float:left;
	}
	
	label.base_cats, .reset_btn {
		float:left;
	}
	
	.bwaf_horizontal {
		margin-bottom:0px;
	}

    .global-products:before{
        margin: 10px auto!important;
    }

	.revendeurs_container {
		float:left;
		width:100%;
		text-align:left;
	}
	
	.share_bloc {
		text-align:left !important;
		margin-bottom:20px;
	}
	
	.revendeurs_container_fiche_prod .liste_revendeurs li, .revendeurs_container_fiche_prod .liste_revendeurs li:nth-child(odd) {
		width:auto !important;
		margin:0 10px 10px 0 !important;
	}

	.thank_container ul {
		-webkit-transform:initial !important;
		transform:initial !important;
		left:0 !important;
	}
	
	.thank_container ul li {
		color: #565656;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border: none !important;
	}

	#customer_details, #order_review {
		width:100% !important;
		margin:0 0 20px 0 !important;
	}

	div.wpcf7 .screen-reader-response {
		position:relative !important;
	}
	
	.checkout-button {
		display:inline-block !important;
		float:right;
	}
	
	input#place_order {
		float:right !important;
	}
	
	#primary .page-statique {
		width:100% !important;
	}
	
	.order_det_container, .det_client_container {
		margin:20px 0 0 0 !important;
		width:100% !important;
	}

	.resp_hide {
		display:none;
	}
	
	.ssba a {
		float:left;
		margin:0 6px 6px 0 !important;
	}
	
	.visu_prod, .desc-product .summary, .similar-products .summary {
		width:100% !important;
		padding:0 !important;
		border:none !important;
	}
	
	.visu_prod {
		margin-bottom:20px;
	}
	
	.liste_revendeurs li {
		width:49%;
		margin:0 2% 2% 0 !important;
		float:left;
	}
	
	.liste_revendeurs li:nth-child(odd) {
		margin-right:0 !important;
	}
	
	.liste_revendeurs li .test {
		width:100% !important;
	}
	
	.similar-products ul.liste_revendeurs {
		float:left;
		width:100%;
	}
	
	.product-filter {
		width:100% !important;
	}
	
	.sidebar-widget {
		margin-bottom:20px !important;
	}
	
	.product-filter .btn_cartecadeau {
		display:none !important;
	}
	
	.ajax-cat-filter-hor {
		margin:0 !important;
	}
	
	.ajax-cat-filter-hor ul {
		margin:0 0 16px 0 !important;
	}
	
	.product-display {
		width:100% !important;
	}
	
	.product-display > .yit-wcan-container > ul.products li.product {
		clear:none !important;
		width:48% !important;
		margin:0 1% 2% 1% !important;
		float:left;
	}
	
	.product-display > .yit-wcan-container > ul.products li.product:nth-child(odd) {
		/*margin-right:0 !important;*/
	}
	
	.product-filter .widget-area {
		border:none !important;
	}
	
	#content-contact {
	    display: block !important;
		width: 100%;
		margin: 0 !important;
	}
	
	.contact-us, .info-us {
		margin: 0 !important;
		float: left;
		width: 50% !important;
		padding: 20px !important;
		box-sizing: border-box;
	}
	
	.contact-page {
		float:left;
		width:100%;
	}
	
	.contact-page .wpcf7-form {
		width:100% !important;
	}
	
	.contact-us:after {
		right:0 !important;
	}
    
    #masthead #logo img {
        position: relative;
        top: 19px;    
    }

}

@media screen and (max-width: 900px) {

	.collab_hack {
		background-position:center 0 !important;
	}

	.summary_left {
		width:100% !important;
		padding:0 !important;
	}
	
	.summary_right {
		width:100% !important;
		margin-top:20px !important;
	}

	.step-validation th {
		display:block;
		margin-top:10px !important;
	}
	
	table.step-validation {
		border:0 !important;
		margin-top:0 !important;
	}

	.contact-us, .info-us {
		width: 100% !important;
		padding:0 !important;
	}
	
	.contact-us:after {
		display:none !important;
	}

	.footer-newsletter h2, .footer-newsletter div:nth-of-type(1) {
		display:block;
		width:100%;
	}

	h1 {
		font-size:28px !important;
	}

	.page-bloc {
		height:200px !important;
	}

	.shopOnline, .collab {
		width:100% !important;
	}
	
	.metaslider h2.mainTitle, .metaslider h2.manivetTitle {
		font-size:18px;
	}
	
	.metaslider h4.mainTitle, .metaslider h4.manivetTitle {
		font-size:18px;
		margin-top:4px;
		margin-bottom:0;
	}
	
	.captionlight {
		left:0;
		right:0;
		margin-bottom:10px;
	}
	
	.metaslider a {
		font-size: 10px;

		margin: 10px 0 0 0;
	}
	
	.main_slider_btn {
		padding:10px 12px !important;
	}
	
	#site-navigation .mycart-button a span {
		display:none;
	}
	
	.bloc-revendeurs {
		display:block !important;
		float:left;
	}
	
	.l-rev {
		float:left;
		width:100% !important;
	}
	
	.r-rev {
		float:left;
		width:100% !important;
	}
	
	 .l-rev .map > div {
	 	width:14px !important;
		height:14px !important;
		background-size:cover !important;
	 }
	 
	 .bloc-revendeurs {
	 	padding:20px !important;
		box-sizing:border-box;
	 }
	 
	 .r-rev h1 {
	 	font-size:20px !important;
	 }
	 
	 .r-rev h1:after {
	 	margin:10px 0 !important;
	 }
	 
	 #site-navigation .primary-wrapper {
	 	padding: 20px!important;
	 }
	 
	 #masthead nav {
	 	border:none !important;
	 }
	 
	 #footer-global {
	 	padding:20px !important;
		display:block !important;
		text-align:center !important;
	 }
	 
	 .footer-menu li {
	 	width:100%;
		text-align:center;
	 }
	 
	 .footer-menu li a {
	 	display:block;
		width:100%;
		text-align:center;
	 }
	 
	 .footer-logo img {
	 	max-width:200px !important;
		margin-bottom:20px;
	 }
	 
	 .footer-newsletter div:nth-of-type(1) h2 {
	 	margin: 0 0 5px 0!important;
	 }
	 
	 .footer-newsletter input {
	 	text-align:center !important;
	 }
	 
	 .lowestPoint {
	 	padding:0 20px !important;
	 }
	 
	 .lowestPoint-content {
	 	display:block !important;
	 }
	 
	 .lowestPoint p {
	 	display:block;
		width:100%;
		text-align:center;
	 }

}

@media screen and (max-width: 784px){
	
	td.product-thumbnail {
		display:block !important;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align:left !important;
	}
	
	td.product-size:before {
		content:"" !important;
		display:none !important;
	}

	.search_res_content > li {
		width:100% !important;
		height:700px;
	}
	
	li.bwaf_result_li {
		width: 49% !important;
	}

    @media screen and (min-width: 600px){
        li.bwaf_result_li:nth-of-type(2n+2) {
            margin-right: 0!important;
        }
    }

}

@media screen and (max-width: 700px) {

	#site-navigation .search_form {
		display:none;
	}
	
	.top-wrapper {
		/*display:none;*/
	}

    .menu-top_menu_fr-container, #top-menu{
        display: block;
        float: none;
    }
	
	.top-wrapper li, .top-wrapper .search_form {
		display:none !important;
	}
	
	.top-wrapper li.lang-item, .top-wrapper li.header_phone {
		display:inline-block !important;
        float: left;
	}

    .top-wrapper li.header_phone{
        float: right;
    }

    .top-wrapper li.header_phone a{
        border: none;
        margin: 0 5px;
    }

    .top-wrapper li.lang-item a{
        margin: 0 5px;
    }
	
	.top-wrapper li.lang-item-en {
		border-left:1px solid #ddd;
	}
	
	.captionlight {
		left:0 !important;
		right:0 !important;
	}
	
	.metaslider h4.mainTitle, .metaslider h4.manivetTitle {
		display:none;
	}
	
	.main_slider .flex-direction-nav .flex-prev, .main_slider .flex-direction-nav .flex-next {
		width:28px !important;
		height:28px !important;
		bottom:20px !important;
		top:inherit !important;
	}
	
	.main_slider .flex-direction-nav .flex-prev {
		left:40% !important;
	}
	
	.main_slider .flex-direction-nav .flex-prev {
		left:40% !important;
	}
	
	.main_slider .flex-direction-nav .flex-next {
		right:40% !important;
	}
	
	#site-navigation .mycart-button {
		/*display:none;*/
	}
	
	.primary-wrapper {
		display:block;
		height:55px;
	}
	
	#logo img {
		max-width:260px!important;
        top: 0!important;
        position: initial;
	}
	
	.menu_btn {
		float:right;
	}
	
	.resp_push {
		display:inline-block;
		float:right;
	}
	
	.cart_counter {
		top:8px;
	}
	
	.mycart-button {
		margin-top:-6px;
	}
	
	.menu_btn {
		display: block;
		float: right;
		margin-left: 20px;
		margin-top: 0;
        top: 4px;
	}
	
	.flex-direction-nav{
		display:none;
	}
	

}

@media screen and (max-width: 600px) {

	
	li.bwaf_result_li {
		width: 100% !important;
		margin-right:0 !important;
	}

	.related ul, .related ul li {
		width:100% !important;
		display:block;
	}
	
	.related ul li {
		height:630px !important;
	}
	
	.related ul li a {
		width:100% !important;
	}

	.woocommerce-variation-add-to-cart .quantity input {
		width:100% !important;
		margin-bottom:10px !important;
	}
	
	.woocommerce-variation-add-to-cart .quantity {
		width:100% !important;
	}
	
	.single_add_to_cart_button {
		width:100% !important;
		margin-bottom:10px;
	}

	.contact-us:after {
		display:none !important;
	}

	.summary_left {
		width:100% !important;
		padding:0;
	}
	
	.summary_right {
		margin-top:20px !important;
		width:100% !important;
	}
	
	.summary_right * {
		text-align:center !important;
	}
	
	.share_bloc {
		width:100% !important;
	}
	
	.liste_revendeurs li {
		width:100% !important;
		margin-right:0 !important;
	}
	
	.product-display > .yit-wcan-container > ul.products li.product {
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}

}

    

@media screen and (min-width: 1100px){
    #primary-menu > li:hover > ul.sub-menu {
        display:block;
        top: 42px;
    }

    #primary-menu > li.mega-eshop:hover > ul.sub-menu {
        display:block;
        /*top: 106px;*/
		top:100%;
    }
}

#primary-menu > li > a {
    text-decoration: none;
    color: #959595;
    padding: 40px 15px 40px 15px;
	/*font-size:12px;*/
	font-size:11px;
}

#primary-menu > li > a:hover {
	opacity:0.4;
}

#primary-menu li.active a {
    color: #202020;
}

#primary-menu .sub-menu {
    position: absolute;
    list-style: none;
    z-index: 110 !important;
}

#primary-menu .sub-menu li a {
	font-size:12px;
}

#primary-menu .sub-menu li a:hover {
	opacity:0.4;
}

.mega-eshop .sub-menu li a:hover {
	opacity:1 !important;
}

#primary-menu {
    font-family: 'raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.current-menu-ancestor > a {
	color:#000 !important;
}

/* Sub Menu E-Shop */

.mega-eshop {
    position: static !important;
}

.menu-menu_fr-container .mega-eshop .sub-menu,
.menu-menu_en-container .mega-eshop .sub-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1140px;
    margin: auto;
    top: 75px;
}

.mega-eshop .sub-menu li:first-child {
	margin-left:0 !important;
}

.mega-eshop .sub-menu li:last-child {
	margin-right:0 !important;
}

@media screen and (min-width: 1100px){
    .mega-eshop .sub-menu li:hover a span {
        background:rgba(0, 0, 0, 0.6);
    }
}

.mega-eshop .sub-menu.active {
    top: 100px;
}

.mega-eshop .sub-menu li {
    display: inline-block;
    height: 180px;
    width: 120px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #959595;
    margin: 0 10px 0 10px;
    padding: 0;
}

.mega-eshop .sub-menu li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    position: static;
    bottom: 0;
}

.mega-eshop .sub-menu li a span {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.18);
    width: 100%;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    font-family:'raleway', sans-serif;
    font-size:12px;
    padding:15px 0;
}

.mega-eshop li.combi {
    background-image: url(img/menu-eshop/Combis.jpg);
    background-size: cover;
}

.mega-eshop li.dress {
    background-image: url(img/menu-eshop/Robes.jpg);
    background-size: cover;
    background-position:top;
}

.mega-eshop li.coat {
    background-image: url(img/menu-eshop/Coat.jpg);
    background-size: cover;
}

.mega-eshop li.jacket {
    background-image: url(img/menu-eshop/Veste.jpg);
    background-size: cover;
}

.mega-eshop li.top {
    background-image: url(img/menu-eshop/Top.jpg);
    background-size: cover;
}

.mega-eshop li.jupe {
    background-image: url(img/menu-eshop/Jupes.jpg);
    background-size: cover;
}

.mega-eshop li.accesso {
	background-image: url(img/menu-eshop/visu_access_menu.jpg);
    background-size: cover;
}

.mega-eshop li.bg_cat_bebe {
	background-image: url(img/menu-eshop/bg_menu_catbebe.jpg);
    background-size: cover;
}

.mycart-button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position:relative;
}

.mycart-button a{
    font-family:'raleway', sans-serif;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
    color:black;
}

.mycart-button a span{
    vertical-align: middle;
    margin-right:10px;
}

.mycart-button a img{
    vertical-align: middle;
}

/* Sub Menu */

.menu-menu_fr-container .sub-menu, .menu-menu_en-container .sub-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    top: 40px;
    margin: 0 auto;
    z-index: 200 !important;
    padding: 20px;
    /*transition-duration: 100ms;
    -webkit-transition-duration: 100ms;*/
    width:250px;
    position: absolute;
    left: 0;
}

.sub-menu.active {
    opacity: 1;
    visibility: visible;
    top: 42px;
}

@media screen and (min-width: 1100px){

    #primary-menu > li:hover > .sub-menu {
        display: inline-block;
    }
}

.sub-menu li {
    display: block;
    text-align: left;
    padding: 5px 0 5px 0;
}

.sub-menu li a {
    text-decoration: none;
    color: #959595;
}

/****** SEARCH *******/

.search_field {
  	padding: 2px 0px 2px 2px;
    margin-right: 5px;
    font-size: 11px;
    border: none;   
    font-style: italic;
    float: left;
    outline: none;
    width: 115px;
	border-bottom: 1px solid #636363;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	border-radius:0 !important;
}

.search_submit {
    width: 15px;
    height: 15px;
    background: url('img/search_icon.png') no-repeat center center;
    border: none;
    float: left;
    outline: none;
}

.ui-autocomplete {
    box-shadow: none;
    border-top: none;
    border-color: #ddd;
}

.ui-autocomplete li {
    padding: 4px 8px !important;
    font-size: 13px;
    padding-bottom: 1px solid #ddd;
    font-style: italic;
    border: none !important;
    color: #ababab;
    cursor: pointer;
}

.ui-autocomplete li:hover {
    border: none !important;
}

/*
.chosen-container {
	padding:0 0 8px 0;
	border:none;
	font-style:italic;
	float:left;
	outline:none;
	min-width:260px;
}

.chosen-container-active .chosen-single {
	border-bottom-color:#EAEAEA !important;
	border-top-color:#fff !important;
	border-left-color:#fff !important;
	border-right-color:#fff !important;
	box-shadow:none !important;
}

.chosen-single {
	padding:0 !important;
	background:url('img/search_icon.png') no-repeat right 2px;
	outline:none;
	box-shadow:none;
}

.chosen-container .chosen-results li.highlighted {
	background-color:#f8f8f8 !important;
	color:#aaaaaa !important;
}
*/


/**** Newsletter *****/

header .wpcf7-form label input,
footer .wpcf7-form label input{
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    font-style: italic;
    outline: none;
    min-width: 200px;
    max-width: 200px;
}

header .wpcf7-form label input[type='submit'] {
    width: 20px;
    height: 20px;
    background: url('img/search_icon.png') no-repeat center center;
    border: none;
    float: left;
    outline: none;
}

/***** OVERLAY *****/

.overlay {
	opacity:0;
	visibility:hidden;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 100ms;
    -webkit-transition: 100ms;
}

.overlay.close {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/

#content {
    width: 100%;
    margin: auto;
}

.bloc-revendeurs, .desc-product, .similar-products, footer, header{
/*
    -webkit-box-shadow: 0px 0px 49px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 49px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 49px -2px rgba(0,0,0,0.1);
*/
}

div.iconic-woothumbs-images__slide{
	padding:1px;
}


.info_retourGratuit{
	background-color: #f6f6f6;
	padding: 10px 13px;
	border-radius: 3px;
	/* width: 230px; */
    margin:15px 0;
    display: inline-block;
}

.info_retourGratuit strong{
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-family: 'CenturyGothic', sans-serif;
	font-weight: normal;
	letter-spacing: 0.4px;
	line-height: 23px;
}

.info_retourGratuit span{
	font-size: 13px;
	color: #4f4f4f;
}


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

#colophon {}

#footer {
    width: 100%;
    margin: auto;
}

.menu-menu-footer-container {
    display: table;
}

#menu-menu-footer {
    display: table-row;
}

#menu-menu-footer li {
    display: table-cell;
}

.ajax-cat-filter-hor {
	/*width:100%;*/
	float:left;
	margin-left:2%;
}

.ajax-cat-filter-hor ul {
	list-style:none;
	margin:0 0 36px 0;
	padding:0;
}

.accessories_link {
	margin-top:10px;
}

.ajax-cat-filter-hor ul li, .accessories_link {
	display:inline-block;
}

.ajax-cat-filter-hor ul li a, .accessories_link a {
	text-decoration: none;
	color: #959595;
	font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	border-radius:1px;
	border:1px solid #e3e3e3;
	padding:11px 10px;
	margin:0 6px 6px 0;
}

.active_cat_filter {
	background-color:#555555;
	border-color:#555555;
	color:#fff !important;
}

#yith-wcan-reset-all-categories {
	display:inline-block;
	float:left;
	margin-left:2%;
}

.yith-wcan-reset-categories-link {
	text-decoration: none;
	color: #959595;
	font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	border-radius:1px;
	border:1px solid #e3e3e3;
	padding:11px 10px;
	margin:0 6px 6px 0;
}

.type_de_filter .level-0 {
	display:none !important;
	visibility:hidden;
	opacity:0;
}

.product-filter > #secondary > .arch_prod_sidebar:first-child {
	display:none;
}

.product-filter > #secondary > .arch_prod_sidebar:first-child .level-1 {
	display:none;
}

.product-filter > #secondary > .arch_prod_sidebar:first-child li a {
	padding:2px 0;
	display:block;
}

.map_point {
	background-color:#fff;
	border:1px solid #e6e1d1;
	border-radius:2px;
	padding:12px 20px;
	position:absolute;
	bottom:28px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	display:none;
	cursor:default;
	width:120px;
	text-align:center;
	-webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.map_point strong {
	display:block;
	margin-bottom:4px;
}
.l-rev .map > div:hover > .map_point {
	display:block;
}




#jckWooThumbs_img_wrap {
	padding-right:40px;
	margin-right:40px;
	/*border-right:1px solid #eaeaea;*/
}

#jckWooThumbs_img_wrap .rsMinW .rsThumb {
	margin-bottom:20px;
}

.rsMinW .rsThumbsVer {
	right:20px;
}

.rsThumbs {
    z-index:0 !important;
}

.reset_variations {
	visibility:hidden !important;
	display:none !important;
}

table.variations label[for=pa_taille] {
	margin-bottom:10px;
	display:block;
}

.single_long_desc_btn {
	display:inline-block;
	cursor:pointer;
	color:#a7a290;
}

.single_long_desc_btn:before {
    content: "+";
    width: 20px;
    display: inline-block;
    font-size: 29px;
    float: left;
    line-height: 0.5em;
    color: #a7a290;
}

.single_long_desc_btn.opened:before {
	content:"-";
	line-height:0.4em;
}

.single_long_desc {
	display:none;
}

.single_long_desc a{
    color: #959595;
}

.liste_similaires{
	padding:10px 10px 0 0;
	background-color:#fff;
	margin:10px 0 18px 0;
	list-style:none;
}

.liste_similaires li {
	display:inline-block;
}

.liste_similaires li a {
	text-decoration:none;
	padding-bottom:5px;
	color:#959595;
	display:inline-block;
}

.liste_similaires_title {
    padding-top:10px;
	color:#a7a290;
}

/*
.similarProduct-thumb{
    display:block;
    width:100px;
    height:100px;
}
*/

.similarProduct-color{
    width:37px;
    height:37px;
    border-radius:100%;
    border:4px solid black;
	margin:0 auto 6px auto;
}


.stock {
	display:none;
}

.summary .price {
	font-size:18px;
	/*font-family: 'open sans', sans-serif;*/
	display:block;
	margin-bottom:20px;
}

.summary .quantity {
	display:inline-block;
}

.summary .quantity .qty {
	width:60px;
	padding:16px 0;
	border:1px solid #ddd;
}

.single_variation_wrap:after {
	/*content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 22px 0;*/
}

.summary_bottom_share {
}

.ssba {
	display:inline-block;
}

.ssba a {
	/* border:1px solid #ddd !important; */
	margin-left:6px;
	border-radius:4px;
}

.shipping_btn {
	cursor:pointer;

	/*display:inline-block;*/
	display:block;
	text-align:center;
	/*margin-right:10px;*/
	

    
    margin-bottom:10px;
    padding: 10px 20px;
    color: #8b7c5d;

    
    text-transform: uppercase;
    text-decoration: none;

    
    border: 1px solid #959595;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color: transparent !important;
    
}

.shipping_btn:hover {
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

li.more_btn{
    margin-top:10px;
}

.more_btn > a {
	cursor:pointer;
	text-align:center;
    display:block;
    margin-top:10px;
    padding: 4px;
    color: #8b7c5d;
    /*width: 137px;*/
    margin: 0 auto;
	font-size:12px;
    
   /* text-transform: uppercase;*/
    text-decoration: none;
    
    /*border: 1px solid #959595;*/
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color: transparent !important;
    
}

.more_btn > a:hover {
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

.single_variation_wrap .shipping_btn{ /* Voir mon panier */
    width:286px !important;
    margin-top:5px;
}

.mentions_supplementaires a {
	color:#959595 !important;
    display:inline-block;
}

.summary_bottom_share .clear {
	display:none;
}

.share_bloc {
	display:block;
	text-align:right;
	margin-top:20px;
	width:80%;
}

.yith-wcwl-add-to-wishlist {
	display:inline-block;
	margin-top:0;
}

.add_to_wishlist, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
	/*display:inline-block;
	text-decoration:none;
	color:#959595;
	padding:10px 14px;
	border:1px solid #ccc;
	border-radius:0 !important;
	
	transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;*/
}

.add_to_wishlist:before, .yith-wcwl-wishlistexistsbrowse a:before {
	/*content:"\f08a";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;*/
}

.add_to_wishlist:hover, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:hover {
	opacity:0.5;
}

.visu_prod {
	display:inline-block;
	box-sizing:border-box;
	width:46%;
	padding-right:1%;
	/*text-align:center;*/
    float:left;
    position: relative;
}

.woocommerce span.onsale {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999999;
    line-height: 1.2em !important;
}

.revendeurs_container_fiche_prod .liste_revendeurs li {
	margin:0 10px 10px 0;
}

.woocommerce div.product form.cart .woocommerce-message .button{
    display:none !important;
}

.woocommerce div.product form.cart button.button {
	width:222px;
    vertical-align: middle;
    float: none;
    padding: 18.5px 10px !important;
    vertical-align: top;
    color: #8b7c5d;
    border: 1px solid #959595;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color: transparent !important;
}

.woocommerce-message:before {
    content:'' !important;
}

.woocommerce div.product form.cart .button:hover{
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left;
    width: 52% !important;
    margin-left: 2% !important;
}

.yith-wcwl-wishlistexistsbrowse a {
	margin-left:8px;
}

table.variations .swatchinput .belowtext {
	display:none;
}

.liste_revendeurs {
	padding:0;
	background-color:#fff;
	margin:10px 0 18px 0;
	list-style:none;
	text-align:left;
}

.liste_revendeurs li {
	display:block;
}

.liste_revendeurs li a {
	text-decoration:none;
	padding-bottom:5px;
	color:#959595;
	display:inline-block;
}

.gift_link a:before {
    content: "\f06b";
	color:#636363;
	font-size:15px !important;
	margin-right:4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.compteclient_btn > a {
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ddd;
}

.compteclient_btn > a:before {
    content: "\f007";
	color:#636363;
	font-size:15px !important;
	margin-right:4px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.summary_left {
	width:70%;
	float:left;
	padding-right:5%;
	box-sizing:border-box;
}


.summary_right {
	width:30%;
	float:right;
	box-sizing:border-box;
	/*padding:20px;*/
	margin-top:60px;
	/*border:1px solid #eaeaea;*/
	opacity:0;
}

.summary_right .wpcf7 {
	border:1px solid #959595;
	padding:20px 20px 0 20px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.summary_right .wpcf7 p {
	margin-bottom:0;
}

.summary_right .wpcf7 strong {
	display:block;
	text-align:center;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #eaeaea;
	font-weight:normal;
}

.summary_right .wpcf7-form-control-wrap {
	width:100%;
}

.summary_right .wpcf7-text {
	width:100%;
	box-sizing:border-box;
	padding:10px 0;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	font-size:11px;
	margin-bottom:10px;
	outline:none;
}

.summary_right .wpcf7-textarea {
	width:100%;
	height:70px;
	box-sizing:border-box;
	padding:10px 0;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	font-size:11px;
	margin-bottom:10px;
	outline:none;
}

.summary_right .wpcf7-submit {
	width:100%;
	padding:10px;
	text-align:center;
	border:none;
    background-color: #959595;
    color: #fff;
	text-transform:uppercase;
}

.mentions_supplementaires:after{
	content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 22px 0;
}
.composition_prod:before {
	content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 30px 0;
}

.summary p {
	line-height:1.6em;
}

.biznet_lightbox_container {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	z-index:100;
	display:none;
}

.biznet_lightbox img {
	left:0;
	right:0;
	top:20px;
	bottom:20px;
	position:absolute;
	height:96%;
	margin:auto;
}

.guide_size_pop_container {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	z-index:100;
	display:none;
}

.guide_size_pop {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	border:20px solid rgba(255,255,255,0.1);
	max-width:863px;
	/*height:400px;*/
	height:623px;
	background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
}

div.pp_woocommerce a.pp_expand {
	display:block !important;
}

.upsells h2 {
    margin: 10px 0 26px 0 !important;
    font-family: 'raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #959595 !important;
    font-weight: normal;
}

.s_results_p {
	margin:30px 0 40px 0 !important;
	font-size:16px !important;
	text-align:center !important;
}

.btn_cartecadeau {
   /* padding: 10px 14px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
	color: #959595;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;*/
	width:100%;
	height:93px;
	display:block;
	background:url('img/carte_cadeau.png') no-repeat center center;
	-webkit-transition: all 200ms ease-in-out;
	-transition: all 200ms ease-in-out;
	
	display:none !important;
	/* Carte Cadeau*/
}

.btn_cartecadeau:hover {
	/*background-color:#959595;
	color:#fff;
	transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
	border-color:#959595;*/
	opacity:0.5;
}

.btn_cartecadeau:before {
    /*content: "\f06b";
    font-size: 16px !important;
    margin-right: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;*/
}

.manivet-cart {
	margin:0 auto 100px auto !important;
}

table.step-validation {
	max-width: 1350px !important;
	margin:60px auto 30px auto !important;
	width: 100%;
}

.step-validation th {
	position:relative;
}

table.step-validation a {
	display:block;
	text-decoration:none;
	color:#000;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
}

.page-template-template-cart #page {
	background:none !important;
}

.manivet-cart {
	padding:0 !important;
}

.step-validation th.current {
	/*background-color: #b7aa80;*/
	background-color:#000;
	color: #fff;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, #order_review_heading, .review_container h2, .det_client_container h3 {
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	color:#000;
	text-shadow:none;
	/*font-weight:normal;*/
	padding-bottom:14px;
	border-bottom:1px solid #d0d0d0;
	position:relative
}

.woocommerce-billing-fields h3:after, .woocommerce-shipping-fields h3:after, #order_review_heading:after, .review_container h2:after, .det_client_container h3:after {
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	width:40px;
	height:2px;
	background-color:#000;
}

#order_review_heading {
	margin-top:30px;
}

.woocommerce-invalid-required-field input {
	border-color:#a00 !important;
}

.woocommerce-billing-fields .input-text, .woocommerce-shipping-fields .input-text {
	box-sizing:border-box;
	padding:10px 16px;
	border:1px solid #d8d8d8 !important;
}

#order_review th {
	color:#000;
}

#order_review .variation-Taillesdisponibles p, #order_review .variation-Couleurs p {
	margin-top:0;
}

#order_review .variation-Taillesdisponibles, #order_review .variation-Couleurs {
	margin:0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	margin-top:20px;
}

.cart-subtotal, .order-total {
	color:#000;
}

#place_order {
	background-color:#000 !important;
	border-color:#000 !important;
}

.woocommerce-info {
	background:none !important;
	border:none !important;
	width:100% !important;
	text-align:center;
	display:block !important;
}

.woocommerce-info:before {
	display:none;
}

.woocommerce-info a {
	color:#000 !important;
}

#order_review .product-name {
	text-transform:uppercase;
}

#order_review .variation {
	text-transform:none;
}

.guide_size_btns {
	position:absolute;
	top:17px;
	right:50px;
}

.guide_size_close {
    color: #797979;
    border: 1px solid #cecece;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
	cursor:pointer;
	margin-left:20px;
	background-color:#fff;
	transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.guide_size_close:hover {
	background-color:#cecece;
	color:#fff;
}

.centimeter, .inches {
	color: #a5a5a5;
    border: 1px solid #dedede;
	background-color:#f6f6f6;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
	cursor:pointer;
}

.centimeter.current_guide, .inches.current_guide {
	border-color:#959595;
	color:#fff;
	background-color:#959595;
}

.ajax-cat-filter-hor ul li a.currentlySelected, .product-filter > #secondary > .arch_prod_sidebar:first-child li a.currentlySelected {
	border-color:#000 !important;
	color:#000 !important;
}

.arch_prod_sidebar #yith-wcan-reset-all-categories {
	display:none;
}

.iconic-woothumbs-wishlist-buttons {
	display:none !important;
}

.btn_shipping_mention {
	font-style:italic;
}

.mentions_supplementaires p {
	margin-bottom:4px;
}

.display_price {
	font-size:18px;
}

table.variations .label {
	display:none !important;
}

.revendeurs_container {
	float:left;
	text-align:left;
}

.filtre_horizontal_container {
	float:left;
	width:100%;
	clear:both;
	padding-top:10px;
}

.view_cart_btn {
	font-size:12px;
	padding:16px 10px;
}

.iconic-woothumbs-images-wrap .bx-next, .iconic-woothumbs-images-wrap .bx-prev {
	top:180px;
	bottom:180px;
}

#customer_details {
	width:49%;
	box-sizing:border-box;
	border: 1px solid #a5a5a5;
	padding:20px;
	margin-right:2%;
	display:inline-block;
	float:left;
}

#customer_details .col-1, #customer_details .col-2 {
	width:100%;
}

#order_review {
	width:49%;
	box-sizing:border-box;
	border: 1px solid #a5a5a5;
	padding:20px;
	display:inline-block;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float:none;
	padding: 14px 28px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	border-radius:0;
	background:none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding:0;
}

.thank_container {
	text-align:center;
	/*background-color:#f9f9f9;*/
	border: 1px solid #a5a5a5;
	padding:20px;
}

p.woocommerce-thankyou-order-received {
	font-weight:bold;
	color:#000;
	background:url('img/order_check.png') no-repeat center top;
	padding-top: 52px;
    padding-bottom: 10px;
	font-size:18px !important;
}

.wc-bacs-bank-details-heading {
	font-weight:bold;
	color:#000;
    padding-bottom: 10px;
	font-size:18px !important;
	margin-top:38px;
}

.thank_container ul {
	padding:0;
	position:relative;
	left: 50%;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
}

.thank_container ul li {
	color:#565656;
}

.order_det_container {
	padding:20px;
	box-sizing:border-box;
	width:49%;
	margin-right:2%;
	border: 1px solid #a5a5a5;
	margin-top:20px;
	display:inline-block;
	float:left;
}

.det_client_container {
	padding:20px;
	box-sizing:border-box;
	width:49%;
	border: 1px solid #a5a5a5;
	margin-top:20px;
	float:left;
}

.order_det_container th, .det_client_container th {
	padding-left:0 !important;
	color:#000;
}

.order_det_container dt {
	display:none !important;
}

.order_det_container dd {
	margin:0 !important;
	margin-right:10px !important;
}

.order_det_container dd p {
	margin:0 !important;
}

.empty_cart_container {
	padding:20px;
	text-align:center;
	border: 1px solid #a5a5a5;
}

.empty_cart_container .return-to-shop a {
	margin-top:10px;
	text-transform:uppercase;
	color:#fff;
	padding:14px 20px;
	border-radius:0;
	background-color:#000;
	font-family: 'raleway', sans-serif;
    font-size: 12px;
	border:1px solid #000;
	font-weight:normal;
	transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.empty_cart_container .return-to-shop a:hover {
	color:#000;
	background-color:#fff;
}

.faq_cats {
	padding:0;
	margin:30px 0 0 0;
}

.faq_cats li {
	display:inline-block;
	list-style:none;
	cursor:pointer;
	color: #959595;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 1px;
    border: 1px solid #e3e3e3;
    padding: 11px 10px;
    margin: 0 3px 6px 3px;
    cursor: pointer;
    text-decoration: none;
}

.faq_content {
	margin-top:30px;
}

.faq_cat_title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    font-weight: 100;
    color: #b7aa80;
    float: left;
    width: 100%;
	text-transform:uppercase;
}

.faq_question {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom:10px;
}

.faq_reponse {
	display:none;
}

.faq_question_span {
	display:block;
	cursor:pointer;
	color:#000;
	position:relative;
	padding:10px 0;
}

.faq_question_span:after {
	content:"+";
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	font-weight:bold;
	font-size:18px;
	color:#b7aa80;
	height:10px;
}

.dispo_revendeurs_title {
	color:#959595;
}

.faq_question_span.opened:after {
	content:"-";
	font-size:26px;
}

.faq_content_div {
	display:none;
}

.faq_cont_0 {
	display:block;
}

.current_faq {
	border-color: #000 !important;
    color: #000 !important;
}

/*--------------------------------------------------------------
6.0 Widget
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/


@media screen and (max-width: 1530px) {
	/*.desc-product .summary {
		width:48% !important;
	}*/
}

@media screen and (max-width: 1340px) {
	/*.desc-product .summary {
		width:44% !important;
	}*/
}

@media screen and (max-width: 1250px) {
	/*.desc-product .summary {
		width:40% !important;
	}*/
}

@media screen and (max-width: 900px) {
    /*--------------------------------------------------------------
	10.1 General
	--------------------------------------------------------------*/
    html {
        width: 100%;
        height: 100%;
    }
    #masthead {
        width: 100%;
    }
    #primary,
    #secondary {
        float: none;
        margin: auto;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .pswp__img{
        max-width: none!important;
    }
	
	.guide_size_pop {
		border:none;
	}
	
	.guide_size_close {
		background-color:#fff;
	}
}

@media screen and (max-width: 600px) {
    #site-navigation {
        /* Plugin : Menu responsive 
        display: none;*/
    }
}

@media screen and (max-width: 500px) {}


@media screen and (max-width: 430px) {
    
    #logo img {
        max-width: 180px!important;
        top: 4px!important;
    }
}































/*--------------------------------------------------------------
Manivet
--------------------------------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Raleway:300';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/*---------------------------------
GLOBAL MANIVET
---------------------------------*/

.specificManivet {
    padding: 2% 1.5% 0 1.5%;
    position: relative;
}

.page-template-default .specificManivet{
    padding-top:0 !important;
}

.single-pointsdeventes #page,
.page-template-template-revendeurs #page,
.page-template-template-international #page,
.page-template-template-contact #page,
.page-template-template-cart #page{
    background-color: #f8f8f8;
    position:relative;
}



/*---------------------------------
MetaSlider
---------------------------------*/

.main_slider {
    width: 100%;
    position: relative;
}



.main_slider .slides li {
    background-position: center center;
    background-size: cover;
}

.main_slider .slides li img {
    opacity: 0;
}

.main_slider .flex-direction-nav .flex-prev {
    left: 20px !important;
    opacity: 1;
    width: 44px;
    height: 44px;
    background: url('img/left_arrow.png') no-repeat left center;
    border: 1px solid #b7aa80;
    color: #fff;
    text-decoration: none;
}

.main_slider .flex-direction-nav .flex-next {
    right: 20px !important;
    opacity: 1;
    width: 44px;
    height: 44px;
    background: url('img/right_arrow.png') no-repeat center center;
    border: 1px solid #b7aa80;
    color: #fff;
    text-decoration: none;
}

.metaslider {
    margin: 0 auto;
}

.caption-wrap {
    background: none !important;
    opacity: 1 !important;
    height: 100%;
    position: relative;
}

.caption-wrap:after {
    content: '';
    opacity: 0.5 !important;
    display: block;
    width: 100%;
    height: 100%;
}

.caption {
    position: absolute;
    left: 0;
    z-index: 800;
    bottom: 30%;
    width: 100%;
    text-align: center;
}

.captionlight {
    position: absolute;
    left: 13%;
    bottom: 200px;
    text-align:center;
}

.captionlight.right {
    left: initial;
    right: 10%;
    bottom: 276px;
}

.captionlight .mainTitle,
.captionlight .manivetTitle {
    text-align: center;
}

.mainTitle {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    font-size: 60px;
    text-align: center;
    margin: 0 !important;
    text-transform: uppercase;
    line-height: 1em;
    color: #8b7c5d;
    /*
    background: #fff;
    background: -moz-linear-gradient(-45deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    background: -webkit-linear-gradient(-45deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    background: linear-gradient(135deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddd8c1', endColorstr='#ffffff', GradientType=1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
	*/
}

.mainTitle.light {
    color: #e0d7c4;
}

.mainTitle.white {
    color: white;
}

.mainTitle.top {
    
}

.manivetTitle {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #8b7c5d;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4em;
    /*
    background: #fff;
    background: -moz-linear-gradient(45deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    background: linear-gradient(-135deg, #ddd8c1 0%, #b8b097 50%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddd8c1', endColorstr='#ffffff', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	*/
}

.manivetTitle.light {
    color: #e0d7c4;
}

.main_slider_btn {
    padding: 20px 30px;
    display: inline-block;
    color: #8b7c5d;
    border: 1px solid #8b7c5d;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.main_slider_btn.light {
    color: #e0d7c4;
    border: 1px solid #e0d7c4;
}

.main_slider_btn.white {
    color: white;
    border: 1px solid white;
}

.main_slider_btn:hover {
    background-color: rgba(183, 170, 128, 0.3);
    border-color: rgba(183, 170, 128, 0.3);
    color: #fff;
}

.main_slider .caption {
    text-align: center;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Page-Statique
---------------------------------*/

/*---------------------------------
---------------------------------*/

#primary .page-statique{
    width:1170px;
    margin:30px auto;
}

#primary .page-title h1{
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px;
    color: #959595;
    margin: 25px 0 20px 0;
    text-align:center;
}

#primary .page-title h1:after{
    content: '';
    display: block;
    margin: 5px auto;
    width: 60px;
    height: 1px;
    background-color: rgba(183,170,128,1);
}

#primary .page-content{
    font-family: 'CenturyGothic', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #959595;
    line-height:20px;
}


#primary .page-content:before{
    content: '';
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.05);
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
GLOBAL - Bloc image | Bordure
---------------------------------*/

/*---------------------------------
---------------------------------*/

.border {
    background-color: transparent;
    border: 1px solid #b7aa80;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    height: 70%;
    z-index: 2;
}

/*---------------------------------
Bloc image | E-Shop, A propos
---------------------------------*/

.page-bloc:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
}
    
.page-bloc h1:after,
.page-bloc h2:after{
    content:'';
    display:block;
    margin:8px auto 0 auto;
    width:20%;
    height:2px;
    background-color: #fff;
}

.page-bloc{
    width: 100%;
    height: 700px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white;
    overflow: hidden;
    background-size: cover !important;
    margin-bottom: 30px;
}

.page-bloc h1,
.page-bloc h2{
    font-family: 'CenturyGothic';
    font-weight: normal;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    z-index: 1;
}

.page-template-template_eshop_dev .page-bloc h1 {
    color: #b7aa80;
}

.page-template-template_eshop_dev .page-bloc h1:after {
    background-color: #b7aa80;
}

/*---------------------------------
Bloc image | Accueil
---------------------------------*/

.middleImg {
    margin: 1.3% 0;
}

.shopOnline h2,
.collab h2 {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 1em;
}

.shopOnline {
    width: 49.3%;
    height: 450px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white;
    overflow: hidden;
    background-size: cover !important;
}

.shopOnline:after {
    content: '';
    background-color: black;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.shopOnline:hover:after {
    content: '';
    background-color: black;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    display: block;
}

.shopOnline h2 {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    /*letter-spacing: 3px;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    z-index: 1;
}

.middleImg .shopOnline h2{
    left: 30%;
}

.shopOnline h2{
    left: 70%;
}

.collab {
    width: 49.3%;
    height: 450px;
    display: inline-block;
    position: relative;
    float: right;
    text-decoration: none;
    color: white;
    background-size: cover !important;
}

.collab:after {
    content: '';
    background-color: black;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.collab:hover:after {
    content: '';
    background-color: black;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    display: block;
}

.collab h2 {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    /*letter-spacing: 3px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    z-index: 1;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Products Page (E-Shop)
---------------------------------*/

/*---------------------------------
---------------------------------*/

.global-products {
    margin-top: 0 !important;
}

.global-products:before{
    content: '';
    display: block;
    margin: 10px auto 25px auto;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.05);
}


.product-display {
    display: inline-block;
    width: 85%;
    /*float: right;*/
}

@media screen and (min-width: 1160px) {

.product-display > .yit-wcan-container > ul.products li.product {
    width: 31.3% !important;
    margin: 0 0 2% 2% !important;
    display: inline-block;
}

}

.products li {
    position: relative;
    overflow: hidden;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
}

.product-hover {
    position: absolute;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px 20px;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}

.products li:hover .product-hover {
    bottom: 0%;
}

.product-hover h3 {
    color: #fff;
    font-weight: normal;
}

.product-hover .price {
    font-family: 'open sans', sans-serif;
    font-size: 12px !important;
    color: #fff !important;
}

/*---------------------------------
Sidebar (E-Shop)
---------------------------------*/

.product-filter {
    display: inline-block;
    float: left;
    width: 15%;
}

.widget-area {
    border-right: 1px solid #e1e1e1;
    vertical-align: top;
    height: 100%;
}

.widget-area ul {
    padding: 0 20px;
}

.sidebar-widget {
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.widget-title {
    font-size: 12px;
}

.sidebar-widget h2 {
    color: #959595;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
}

.sidebar-widget ul > li {
    list-style-type: none;
    letter-spacing: 1px;
}

.sidebar-widget ul > li a {
    text-decoration: none;
    color: #959595;
}

.count {
    display: none;
}

/*---------------------------------
Color (E-Shop)
---------------------------------*/

.yith-wcan-color li {
    margin: 16px 4px 60px 4px;
    position: relative;
    letter-spacing: 0;
    width: 50px;
    text-align: center;
}

.yith-wcan-color li > a {
   /* padding: 5px 12px;
    border-width: 6px;*/
	padding:8px 15px;
	border-width:3px;
    border-style: solid;
    border-radius: 100%;
}

.yith-wcan-color li > a .varTitle {
    /*bottom: -32px;*/
	top:220%;
}


/*---------------------------------
Size (E-Shop)
---------------------------------*/

.product-filter .customSize {
	display:none;
}

.customSize li, .customSizeAccess li, .mainSizes li {
    /*margin: 12px 0px;*/
	margin:0;
    font-family: 'open sans', sans-serif;
    font-size: 12px;
    display: inline-block;
}

.customSize li a, .customSizeAccess li a, .mainSizes li a {
    margin: 4px 4px;
    padding: 8px 9px;
    border: 1px solid #959595;
    border-radius: 100%;
	width:35px;
	height:35px;
	display:inline-block;
	text-align:center;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Breadcrumb
---------------------------------*/

/*---------------------------------
---------------------------------*/

.woocommerce-breadcrumb {
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0 !important;
    color: #959595 !important;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
    vertical-align: middle;
}

.woocommerce-breadcrumb i {
    padding: 0 8px;
    font-size: 18px;
    vertical-align: middle;
    color: #959595 !important;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Single product page (E-Shop Product)
---------------------------------*/

/*---------------------------------
---------------------------------*/

.woocommerce-error {
    border: 1px solid #b7aa80!important;
}
.woocommerce-error li{
    font-family:'CenturyGothic', sans-serif;
    text-transform:uppercase;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 1px solid #b7aa80;
    list-style: none!important;
}

.woocommerce-message{
	padding-left:20px !important;
	padding-right:20px !important;
	text-align:center;
	border: none;
	color: #848484;
}

.woocommerce-message a {
    color: #848484;
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    padding-bottom: 4px;
}








.desc-product {
    padding: 30px;
    background-color: #fff;
    min-height:82vh;
}

.single-pointsdeventes .desc-product {
    padding: 30px;
    background-color: #fff;
    min-height:auto;
}

.single-product #page {
    background-color: #f8f8f8;
}

.desc-product .images {
    display: inline-block;
    width: 60%;
}

.desc-product .summary{
    font-family: 'CenturyGothic', sans-serif !important;
    font-size: 14px !important;     
}

.woocommerce div.product p.price {
    color: #959595;
    font-size: 12px;
    margin:0;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

.desc-product .summary,
.similar-products .summary{
    display: inline-block;
    width: 53%;
	padding-left:3%;
    vertical-align: top;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
    color: #959595;
	border-left:1px solid #eaeaea;
	float:right;
}

.desc-product .product_title {
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    /*font-size: 50px;*/
	font-size:44px;
    color: #959595;
    margin: 0 0 25px 0;
}

.desc-main p {
    line-height: 18px;
    margin: 0;
}

.desc-main h1.product_title.entry-title:after{
    content:'';
    display:block;
    width:70px;
    height:1px;
    background-color: #eaeaea;
}

/*---------------------------------
Image plugin
---------------------------------*/

#jckWooThumbs_img_wrap {
    float:none;
    display:inline-block;
}

/*---------------------------------
Choix Taille / Couleur
---------------------------------*/

form.variations_form:before {
   /*
    content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 30px 0;
	*/
}

table.variations:after {
    /*content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 30px 0;*/
}

table.variations {
    width: 100%;
}

table.variations tr {
	display:inline-block;
	padding-bottom:20px;
    margin-right:30px;
}

.woocommerce div.product form.cart .variations td.label {
    display:block;
}

table.variations > tbody > tr:last-child {
	padding-bottom:0;
}

.swatchtitlelabel {
	font-weight:normal;
    color: #959595;
}

label.wcva_single_textblock {
    padding: 2px 0 !important;
    border: 1px solid #959595 !important;
    border-radius: 100% !important;
    width: 35px !important;
    height: 35px;
    color: #959595 !important;
    background-color: #fff !important;
}

label.selectedswatch.wcva_single_textblock {
/*	color:#000 !important;
	background:#ddd !important;
	box-shadow:none;*/
}

label[selectid="pa_couleurs"], label[selectid="pa_colors"] {
	width:40px !important;
	height:40px !important;
	position:relative;
}

label[selectid="pa_couleurs"]:before, label[selectid="pa_colors"]:before {
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	background-color:#fff;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	border-radius:50%;
}

.nom_couleur {
	position:absolute;
	left:50%;
	top:44px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size:10px;
}

label.selectedswatch.wcvaround {
	border-color:#fff !important;
	box-shadow:none;
	opacity:0.3;
}

label[selectid="pa_couleurs"].selectedswatch.wcvaround, label[selectid="pa_colors"].selectedswatch.wcvaround {
	opacity:1;
}

label[selectid="pa_couleurs"].selectedswatch.wcvaround:after, label[selectid="pa_colors"].selectedswatch.wcvaround:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    padding: 12px 0;
	font-size: 12px;
	color:#000;
}

label[selectid="pa_taille"].selectedswatch.wcvaround,
label[selectid="pa_size"].selectedswatch.wcvaround,
label[selectid="pa_tailles-accessoires"].selectedswatch.wcvaround,
label[selectid="pa_accessory-sizes"].selectedswatch.wcvaround,
label[selectid="pa_tailles-bebe"].selectedswatch.wcvaround {
	opacity:1;
	color: #000 !important;
    border: 1px solid #000 !important;
}

.attribute-swatch .belowtext {
	/*display:block !important;*/
}


/*---------------------------------
Couleur
---------------------------------*/

.varTitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
	font-size:10px;
}


/*---------------------------------
Checked
---------------------------------*/

/*
label.wcvaswatchlabel{
    outline: none;
    outline-style: none;
    border-width: 6px;
    border-style : solid;
    border-radius: 100%;
    padding: 12px!important;
    margin: 4px;
}
*/


.wcvaswatch input:checked +.wcvaswatchlabel {
    opacity: 0.3;
}


/*---------------------------------
Prix
---------------------------------*/

div[itemprop="offers"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

div[itemprop="offers"] > h2 {
    font-weight: normal;
    font-size: 14px;
    color: #959595;
    margin: 0;
    display: inline-block;
}

div[itemprop="offers"] > p.price {
    display: inline-block;
    font-family: 'open sans', sans-serif;
    font-size: 12px;
}

.woocommerce-variation-add-to-cart:before {
    content: '';
    display: block;
    height: 1px;
    width: 30%;
    /*background-color: #eaeaea;
    margin: 30px 0;*/
}

.single_add_to_cart_button {
    font-family: 'raleway', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    background-color: #736e60 !important;
    /*padding: 30px 50px !important;*/
	padding:18px 50px !important;
    border-radius: 0 !important;
}

/*---------------------------------
Vous aimerez peut-être aussi
---------------------------------*/

.suggestions {
    margin: 45px 0 5px 0 !important;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #959595 !important;
    font-weight: normal;
}

.related .products {
    margin: 0 !important;
}

.carous_pre_container {
	position:relative;
	width:100%;
	height:630px;
	overflow:hidden;
}

.slider-container{
    overflow:hidden;
    height: 746px;
    position:relative;
}

.slider-list{
    width:9999px;
    height: 435px;
    position:absolute;
}

.slider-right{
    text-decoration:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top:10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	float:right;  
}

.slider-right span{
    color: #959595;
    font-family: 'centuryGothic', sans-serif;
    font-size: 14px;
    margin-right: 10px;
}

.slider-right i{
    font-size:28px;
    color:#b7aa80;
    border:1px solid #b7aa80;
    line-height:20px;    
    padding:9px 14px;
    -webkit-transition-duration:300ms;
    transition-duration:300ms;
}

.slider-right i:hover{
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

.related.products h2{
    font-family:'CenturyGothic', sans-serif;
    font-size:16px;
    color:#959595;
    display:block;
	margin-bottom:30px;
}

.related.products h2:after{
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    background-color: #eaeaea;
    margin-top:16px;
    margin-bottom:10px;
}

.related.products .slider-container {
    margin-top:20px;
    padding: 10px 30px;
    background-color: #fff;
    position:relative;
}


.related .products li {
/*    margin: 0 1.5% 1.5% 0 !important;*/
    display:inline-block;
	float:left;
	margin:0 2px;
}

.related .products li .test{
    height:620px;
    width:415px;
    max-width:100%;
    background-size:cover;
    background-position:center center;
}

.related .products li a {
	text-decoration:none;
	padding-bottom:5px;
    padding:0;
    position:relative;
    overflow:hidden;
	color:#959595;
	display:inline-block;
}

/* Products Hover */

.products li:hover .product-hover {
    bottom: 0%;
}

.related .products li h3{
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.related .products h2{
    margin: 10px 0 26px 0 !important;
    font-family: 'raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #959595 !important;
    font-weight: normal;
}


/*---------------------------------
---------------------------------*/

/*---------------------------------
GLOBAL - Revendeurs
---------------------------------*/

/*---------------------------------
France
---------------------------------*/

.bloc-revendeurs {
    padding: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bloc-revendeurs .l-rev {
    width: 50%;
}

.l-rev .map {
    position: relative;
}

.l-rev .map img {
    /*max-width: 100%;*/
	width:100%;
}

.l-rev .map > div {
    position: absolute;
    background: url('img/dot.png') no-repeat center center;
    transform: translate(-50%,-50%);
    width: 23px;
    height: 23px;
    opacity: 0.8;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

.l-rev .map > div:hover {
    opacity: 1;
}

.l-rev .map > div > a {
    display: block;
    height: 100%;
    width: 100%;
}

.bloc-revendeurs .r-rev {
    width: 50%;
    color: #959595;
}

.r-rev h1 {
    font-family: 'CenturyGothic';
    font-weight: normal;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.r-rev h1:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100px;
    height: 1px;
    margin: 30px 0;
}

.r-rev .b-intro,
.r-rev .foreign a {
    font-family: 'CenturyGothic', sans-serif;    
    line-height: 20px;
    color: #959595;
    text-decoration: none;
}

.r-rev .foreign {
    font-family: 'Raleway', sans-serif;
    text-transform:uppercase;
    font-size:12px;
    margin: 20px 0;
}

.r-rev i {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}

/*---------------------------------
International
---------------------------------*/


.foreign_shops{
    width:33%;
    height:100px;
    margin:20px auto;
    vertical-align: top;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color:#959595;
    font-family:'CenturyGothic', sans-serif;
}

.foreign_shops ul{    
    text-align:center;
    margin:0 auto;
    padding:0;
    -ms-flex-item-align:start;
    align-self:flex-start;
}

.foreign_shops li{
    list-style-type:none;
}

.foreign_shops li:nth-of-type(1){
    color:#606060;
}

.contact-page .page-title h2,
.international-page .page-title h2{
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px;
    color: #959595;
    margin: 25px 0 20px 0;
    text-align:center;
}

.contact-page .page-title h2:after,
.international-page .page-title h2:after{
    content: '';
    display: block;
    margin: 5px auto;
    width: 60px;
    height: 1px;
    background-color: rgba(183,170,128,1);
}

.international-page section{
    margin-top:50px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom:0;
}

.other_colors {
	padding-top:10px;
}

.other_colors:before {
	content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 22px 0;
}

.other_colors ul {
	padding:0;
	list-style:none;
}

.other_colors ul li {
	display:inline-block;
}

.other_colors ul li a {
	display:block;
	margin:0 10px 10px 0;
	max-width:40px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#959595 !important;
	font-size:10px;
}

.before_variations {
	margin-bottom:20px;
}

.before_variations:before {
    content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 22px 0;
}

.guide_of_sizes {
	text-decoration:underline;
	cursor:pointer;
	margin-top:10px;
	display:inline-block;
}

.guide_of_sizes:after {
    content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #eaeaea;
    margin: 30px 0;
}

.summary_right .wpcf7-form input[type='submit'] {
	color:#b7aa80;
	border:none;
}

.btn_bonderetour {
    cursor: pointer;
	float:left;
	margin-top:20px;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    color: #fff !important;
    background: #000;
}

.btn_bonderetour:hover {
	background:#fff;
	color:#000 !important;
}

.woocommerce-MyAccount-orders {
	float:left;
	width:100% !important;
}

.woocommerce-Pagination {
	float:left;
	width:100%;
}

.div_full {
	width:100%;
	float:left;
}

.div_full .btn_bonderetour {
	float:left;
}

a.invoice {
	margin-left:10px !important;
}

@media screen and (max-width: 1100px) {
    .foreign_shops {
        width: 49%;
    }
}

@media screen and (max-width: 770px) {
    .foreign_shops {
        width: 100%;
    }
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Single Page - Revendeur
---------------------------------*/

/*---------------------------------
---------------------------------*/

.single-pointsdeventes .desc-product .summary,
.single-pointsdeventes .similar-products .summary{
    float:none;
}

.desc-pointsdeventes{
    margin: 50px 0;
}

.desc-pointsdeventes:after{
    content:'';
    display:block;
    width:70px;
    height:1px;
    background-color: #eaeaea;
}

.info-pointsdeventes ul{
    padding:0;
    font-weight:normal;
}

.info-pointsdeventes ul li{
    list-style-type: none;
    font-family:'';
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding:5px 0;
}

.info-pointsdeventes i{
    font-size:14px;
    margin-right:15px;
    
}

.info-pointsdeventes .tel_revendeur{
    font-family:'CenturyGothic', sans-serif;
}


/*---------------------------------
Flèche slider
---------------------------------*/

.flex-direction-nav .flex-prev{
    left: 20px !important;
    opacity: 1;
    width: 44px;
    height: 44px;
    background: url(img/left_arrow.png) no-repeat center center;
    border: 1px solid #b7aa80;
    color: #fff;
    text-decoration: none;
}

.flex-direction-nav .flex-next{
    right: 20px !important;
    opacity: 1;
    width: 44px;
    height: 44px;
    background: url(img/right_arrow.png) no-repeat center center;
    border: 1px solid #b7aa80;
    color: #fff;
    text-decoration: none;
}

/*---------------------------------
Vendu par cette boutique
---------------------------------*/

.liste_revendeurs li{
    margin: 0 0.8% 2.992em 0;
    padding: 0;  
    display:inline-block;    
}

.liste_revendeurs li .test{
    height:600px;
    width:400px;
    max-width:100%;
    background-size:cover;
    background-position:center center;
}

.liste_revendeurs li a{
    padding:0;
    position:relative;
    overflow:hidden;
}

.products li:hover .product-hover {
    bottom: 0%;
}

.liste_revendeurs li h3{
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.liste_revendeurs h2{
    margin: 10px 0 26px 0 !important;
    font-family: 'raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #959595 !important;
    font-weight: normal;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
GLOBAL - Lookbook
---------------------------------*/

/*---------------------------------
---------------------------------*/

.lookbook .each-product {
    width: 32.3%;
    display: inline-block;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: black;
}

@media screen and (min-width: 1260px){

	.lookbook .each-product:nth-of-type(3n+0) {
		margin-right: 0 !important;
	}

}

.lookbook .each-product .lookbook-img{
    display: block;
    width: 100% !important;
    height:800px;
    
}

.product-overlay {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.lookbook .each-product:hover .product-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.product-title {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -100px;
    -webkit-transition: bottom 300ms;
    transition: bottom 300ms;
}

.each-product:hover .product-title {
    bottom: 0px;
}

.product-title h2 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 70px;
    margin: 0;
}

.product-content {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    width: 60%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.product-content a {
    text-decoration: none;
}

.product-content div:nth-of-type(1) {
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.product-content .share {
    margin-top: 30px;
}

.product-content .share a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    cursor: pointer;
}

.product-content .share a > i {
    font-size: 24px;
}

.lookbook .each-product:hover .product-content {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
GLOBAL - A propos, 
---------------------------------*/

/*---------------------------------
Delphine Manivet
---------------------------------*/

.about-delphine{
    font-family:'CenturyGothic', sans-serif;
    font-weight:normal;
    font-size:14px;
    color:#959595;
}

.about-delphine .ontheleft{
    display:inline-block;
    width:40%;
    margin-right:20px;
}

.about-delphine .ontheleft img{
    width:90%;
    height:auto;
}

.about-delphine p{
    margin-top:0;
}

.about-delphine{
    margin:30px auto;
    width:60%;
}

.about-content{
    display:inline-block;
    vertical-align: top;
    width:50%;        
}

.citation{
    margin-bottom:30px;
}

.citation:before{
    content:"\201C";
    font-family:'CenturyGothic', sans-serif;
    font-size:70px;
    display:block;
    line-height:5px;     
}


/*---------------------------------
Savoir-faire
---------------------------------*/

.about-expertise{
    font-family:'CenturyGothic', sans-serif;
    font-weight:normal;
    font-size:14px;
    color:#959595;
}

.about-expertise .ontheleft{
    display:inline-block;
    width:40%;
    margin-right:20px;
}


.about-expertise p{
    margin-top:0;
}

.about-expertise{
    margin:30px auto;
    width:60%;
}

.expertise-content{
    /*display:inline-block;*/
    line-height:20px;
}

.expertise-content img{
    display:inline-block;
}







/*---------------------------------
---------------------------------*/

/*---------------------------------
GLOBAL - Compte
---------------------------------*/

/*---------------------------------
Sign in / Sign up
---------------------------------*/

.woocommerce form.login, 
.woocommerce form.register{
    border:none!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    /*padding: 0 0 8px 0 !important;*/
	padding:10px;
    /*border: none !important;
    border-bottom: 1px solid #eaeaea!important;*/
	border: 1px solid #eaeaea!important;
    font-style: italic!important;
    outline: none!important;
	font-size:12px;
}

#customer_login .u-column1,
#customer_login .u-column2{
    border:1px solid #f3f3f3;
    padding:25px;
    width:49%;
}

#customer_login {
    margin-top:50px;    
}

#customer_login .u-column1 > h2,
#customer_login .u-column2 > h2{
    font-weight:normal;
    font-size:22px;
    color:#959595;
}

#customer_login .u-column1 > h2:after,
#customer_login .u-column2 > h2:after{
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background-color: #f3f3f3;
    margin: 10px 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    padding:0;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 7px 0;
}

.login p label,
.register p label{
    font-size:12px;
    font-family:'raleway', sans-serif;
}

.login .form-row.lost-passnremember{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.login .woocommerce-LostPassword a{
    color:#959595;
    text-decoration:none;
    border-bottom:1px solid #959595;
    padding-bottom:2px;
    transition-duration:300ms;
    -webkit-transition-duration:300ms;
}

.login .form-row.lost-passnremember a:hover{
    opacity: 0.4;
}

.woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: none;
}

.form-rowRegister{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*---------------------------------
Mon compte
---------------------------------*/

.woocommerce-account .woocommerce-MyAccount-content {
    float: none!important;
    width: 100%;
}

#breadcrumbs{
    margin-top:0;
    margin-bottom:5px;
    font-size:12px;
    font-family:'CenturyGothic', sans-serif;
    text-transform: uppercase;
}

#breadcrumbs a {
    text-decoration: none;
    color: #959595;
    padding:0 !important;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

#breadcrumbs a:hover{
    opacity: 0.4;
}

#breadcrumbs i{
    margin:0 10px;
}

#breadcrumbs:after{
/*
    content: '';
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.05);
*/
}

.myAccount-content{
    margin:50px 0 20px 0;
    text-align:center;
}

.myAccount-content:after{
    margin-top:50px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.05);
}

.myAccount-content a{
    color:#959595;
    text-decoration:none;
    border-bottom:1px solid #afafaf;
    padding-bottom:2px;
    transition-duration:300ms;
    -webkit-transition-duration:300ms;
}

.myAccount-content a:hover{
    opacity: 0.4;
}

.woocommerce-Address-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    margin-bottom:10px;
}

.woocommerce-Address-title h3,
.woocommerce-Address-title a{
    vertical-align: middle;
    margin:0;
    text-decoration:none;
    color:#606060;
    font-family:'CenturyGothic', sans-serif;
    font-size:14px;
    margin-bottom:5px;
    transition-duration:300ms;
    -webkit-transition-duration:300ms;
}

.woocommerce-Address-title a:hover{
    opacity: 0.4;
}

.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2 {
    width: 49% !important;
    position:relative;
    border:1px solid #f3f3f3;
    padding:25px;
    margin-bottom:100px;
}

.modify-account,
.modify-address{
    width:700px;
    margin:0 auto;
    
}

.woocommerce-edit-address .site-main,
.woocommerce-edit-account .site-main{
   /* background:url('img/croquis_account_2.jpg') no-repeat;
    background-size:380px;
    background-position:5% 100%;*/
}

.modify-account section{
    margin-top:30px;
}

.modify-account legend,
.modify-address legend{
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #959595;
    margin: 25px 0 20px 0;
}

.modify-account legend:after,
.modify-address legend:after{
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background-color: #f3f3f3;
    margin: 10px 0;
}

.modify-address label,
.modify-account label{
    font-family:'raleway', sans-serif;
    font-size:11px;
    text-transform:uppercase;
    color:#606060;
}

.modify-address abbr{
    color:#959595 !important;
    font-size:12px;
    font-family:'helvetica';
}


#billing_address_1_field,
#shipping_address_1_field{
    margin-top:18px;
}


.select2-container .select2-choice>.select2-chosen {
    padding: 4px 5px;
}

.select2-container .select2-choice {
    display: block;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-color: #fff;
    font-weight: 400;
    transition-duration:300ms;
    -webkit-transition-duration:300ms;
}

.select2-container-active{
    border-bottom:none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #666;
    outline: 0;
}

.select2-results li{
    margin:0;
    font-family:'CenturyGothic', sans-serif;
    font-size:12px;
}

.select2-search input {
    width: 100%;
    height: auto!important;
    padding: 8px 20px 8px 5px!important;
    font-family:'CenturyGothic', sans-serif !important;
    font-size:12px !important;
    border: 1px solid #666;
    background: url(img/search_icon.png) 98% 7px no-repeat #fff;
}

/*---------------------------------
WooCommerce Orders
---------------------------------*/

.woocommerce-MyAccount-content table.my_account_orders{
    width:700px;
    margin:0 auto;
}

/**** Remove / Change Style ****/

.woocommerce table.shop_table {
    border-collapse: collapse !important;
    margin: 0 auto !important;
    margin-top: 30px !important;    
	/*border-bottom:1px solid #eaeaea !important;*/
}

.woocommerce table.shop_table span{
    /*color:#959595;*/
	color:#000;
}

.woocommerce-MyAccount-content table.my_account_orders .order-actions a.button{
    position: relative;
    overflow: visible;
    cursor: pointer;

    display: inline-block;
    text-align: center;
    
    margin: 0 0 10px 0 !important;
    padding: 15px 20px !important;
    
    font-size: 100%;
    font-weight: normal !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #959595 !important;
    border-radius: 0 !important;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    
    left: '' !important;
    line-height: 0 !important;
    color: #8b7c5d !important;
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    white-space: nowrap;
}

.woocommerce-MyAccount-content table.my_account_orders .order-actions a.button:hover{
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number a{
    color: #959595;
    text-decoration: none;
    border-bottom: 1px solid #959595;
    padding-bottom: 2px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

.woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number a:hover{
    opacity: 0.4;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Page Contact
---------------------------------*/

/*---------------------------------
---------------------------------*/


#content-contact{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin:80px;
}

.contact-us, .info-us{
    margin:20px 30px;    
}

.contact-page ul{
    display:inline-block;
    vertical-align:top;
    margin:0;
    padding:0 0 0 20px;
    font-family:'CenturyGothic', sans-serif;
	/*float:left;*/
}

.contact-page ul li{
    list-style-type:none;
    line-height:23px;
    color:#959595;
}

.contact-page ul li strong{
    color:#606060;    
}

.contact-page section i {
    list-style-type:none;
    font-size:18px;
    color:#b7aa80;
/*	float:left;*/
}

.contact-page section {
	margin:32px 0;
    /*margin:0 0 32px 0;
	float:left;
	width:100%;*/
}

/*---------------------------------
Formulaire
---------------------------------*/


.contact-us{
    width:470px;
    display:inline-block;
    position:relative;
}

.contact-us:after{
    content:'';
    display:inline-block;
    width:1px;
    height:100%;
    background-color: #f3f3f3;
    position:absolute;
    right:-30px;
    top:0;
}

.info-us{
    width:470px;
}

.info-us a{
    text-decoration:none;
    color:#959595;
}


.contact-page .wpcf7-form{
    width:370px;
}

.contact-page .wpcf7-form p{
    margin:7px 0;
}

.contact-page .wpcf7-form label input,
.contact-page .wpcf7-form label textarea{
    width:100%;
}


.contact-page .wpcf7-form label {
    color:#959595;
    font-family:'raleway', sans-serif;
    font-size:12px;
}


.wpcf7-form label input{
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-style: italic;
    outline: none;
}


.wpcf7-form select{
    display:none;
}

.wpcf7-form #sujet{
    position:relative;
    cursor:context-menu;
}

.contact-us .fa.fa-angle-down{
    position:absolute;
    right:10px;
    font-size:16px;
}

.wpcf7-form ul.sujet{
    /*position: absolute;*/
    z-index:800;
    background: #fff;
    width: 100%;
    padding:0;
    display:none;
    padding-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}

.wpcf7-form ul.sujet li{
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    font-style:italic;
    padding:4px 5px;
}
.wpcf7-form ul.sujet li:hover{
    color: #3c3c3c;
    background-color: rgba(0, 0, 0, 0.05);
}

.li_active{
	background: #f8f8f8;
	color: #fff;
}

.wpcf7-form label textarea {
    padding: 0 0 8px 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-style: italic;
    outline: none;
    resize: none;
}

.wpcf7-form input[type='submit']{
    
    font-weight: normal !important;
    padding:10px 20px;
    color: #8b7c5d;
    float:right;
    border: 1px solid #959595;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color: transparent;
    font-family: 'raleway', sans-serif;
    font-size: 12px !important;
}

.wpcf7-form input[type='submit']:hover{
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Panier
---------------------------------*/

/*---------------------------------
Panier - Etape de validation
---------------------------------*/

table.step-validation {
    border-collapse: collapse;
    margin:0 auto;
}

table.step-validation, .step-validation td, .step-validation th {    
    padding: 20px 30px;
    color: #000;
    border: 1px solid #a5a5a5;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    font-family:'raleway', sans-serif;
    font-size:12px;
    font-weight:normal;
}

.step-validation th:nth-of-type(1){
   /* background-color: #b7aa80;
    color:#fff;*/
}

/*---------------------------------
Panier - Global
---------------------------------*/


tr.order-total{
    border-top:1px solid rgba(0,0,0,.1);
}


.woocommerce table.shop_table td {
    padding:10px 0 !important;
/*    border-top:none !important;*/
}

.woocommerce table.shop_table td.actions {
    padding-bottom:0 !important;
}

.woocommerce .cart-form{
    font-family:'CenturyGothic', sans-serif;
    font-size:14px;
    font-weight:normal !important;
    text-transform:uppercase;
}

.woocommerce form.cart-form{
    display:inline-block;
    width:67%;
    margin-right:30px;
}

.shopTable_border{
    border: 1px solid #a5a5a5;
    padding:20px;
    display:inline-block;
    width:100%;  
}

.cart-collaterals{
    border: 1px solid #a5a5a5;
    padding:20px;
    display:inline-block;
    width: 30% !important;
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float:none !important;
    width: auto !important;
}

.manivet-cart{
    background-color: #fff;
    margin:100px auto;
    padding:1.5%;
    max-width:1350px;
}

.shop_table{
    border-radius:none;
    border:none !important;
}

.shop_table th{
    font-family:'CenturyGothic', sans-serif;
    font-size:14px;
    font-weight:normal !important;
    text-transform:uppercase;
}

.shop_table .cart_item{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin:10px;
    color:#959595;
}

.cart_item .product-quantity .quantity input{
    border:none;
    outline:none;
    background-color: #f8f8f8;
    padding:5px;
}



/*---------------------------------
Panier - Image
---------------------------------*/

table.cart img{
    width:80px !important;    
}

td.product-thumbnail a{
    display:inline-block;
    vertical-align:middle;
}

td.product-thumbnail a:nth-of-type(2){
    margin-left:20px;
    text-decoration:none;
    color:#959595;
}

/*---------------------------------
Panier - Variation
---------------------------------*/

.variation dt{
    display:none;
}

.variation dd{
    display:inline-block;
}

.variation dd:nth-of-type(1){
    margin-left:10px;
}

/*---------------------------------
Panier - Cross Remove
---------------------------------*/

.woocommerce a.remove {
    color:#000 !important;
    -webkit-transition-duration:200ms;
    transition-duration:200ms;
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #ccc !important;
    
}

/*---------------------------------
Panier - Bouton
---------------------------------*/

.woocommerce-cart table.cart td.actions .coupon .input-text{
    float:none !important;
}

.woocommerce-cart table.cart input{
    vertical-align: bottom;
}

#coupon_code {
    border: none;   
    font-style: italic;
    float: left;
    outline: none;
    width: 200px !important;
	border-bottom: 1px solid #ddd;
    -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    vertical-align:bottom;
}

.woocommerce input.button, .woocommerce-button, .woocommerce-Button {
    border-radius:0 !important;
    font-weight: normal !important;
    padding: 10px 20px !important;
    color: #8b7c5d;
    display: inline-block;
    border: 1px solid #8b7c5d !important;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    text-decoration: none;

    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color:transparent !important;
    font-family:'raleway', sans-serif;
    font-size:12px !important;
}

.woocommerce input.button[name="update_cart"] {
	color:#000 !important;
	border-color:#ccc !important;
}

.wc-proceed-to-checkout a:hover {
	background-color:#fff !important;
	color:#000 !important;	
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.coupon .button:hover {
   /* background-color: rgba(183, 170, 128, 0.7) !important;
    color: #000 !important;*/
}

.wc-proceed-to-checkout a{
    border-radius:0 !important;
    font-weight: normal !important;
    padding: 14px 20px !important;
    color: #8b7c5d;
    display: inline-block;
    text-transform: uppercase;
    margin: 16px 0 0 0;
    text-decoration: none;
    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color:#000 !important;
    font-family:'raleway', sans-serif;
    font-size:12px !important;
	border:1px solid #000 !important;
}

/*---------------------------------
Panier - Total
---------------------------------*/

.cart_totals h2{
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
    /*font-weight: normal !important;*/
    text-transform: uppercase;
    padding: 9px 12px;
    margin:0;
    text-align:center;
}

.cart_totals tbody{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin:10px;
}


/*---------------------------------
---------------------------------*/

/*---------------------------------
Actualité
---------------------------------*/

/*---------------------------------
Global
---------------------------------*/

.entry-actu{
    width:60%;
    margin:0 auto;
    font-family:'CenturyGothic', sans-serif;    
}

.entry-actu a{
    text-decoration:none;
}

.entry-actu article{
    margin:20px 0;
}

.entry-actu article:after{
    content:'';
    display:block;
    margin:0 auto;
    height:1px;
    width:100%;
    background-color: #f3f3f3;
    margin:8px 0;
}

/*---------------------------------
Header
---------------------------------*/

.entry-actu .entry-header .entry-meta a{
    color:#959595;
    font-size:16px;
    text-transform:uppercase;
}

.entry-actu .entry-header .entry-title{
    margin:5px 0;
}

.entry-actu .entry-header .entry-title a{
    color:#202020;
    font-size:22px;
    font-weight:normal;
    text-transform:uppercase;
}

/*---------------------------------
Date & Share
---------------------------------*/

.entry-actu .entry-header .entry-date{
    margin-right:20px;
}

.entry-actu .entry-header .entry-date,
.entry-actu .entry-header .entry-share{
    color:#959595;
    text-transform:uppercase;
    font-size:12px;
}

.entry-actu .entry-header .entry-share i{
    margin-right:10px;    
}

.entry-actu .entry-header .entry-share{
    cursor:pointer;
}

.entry-actu .entry-header .share {
    margin-left:10px;
    display:inline-block;
    visibility:hidden;
    opacity:0;
}

.entry-actu .entry-header .share.active{
    visibility:visible;
    opacity:1;
}



.entry-actu .entry-header .share a {
    text-decoration: none;
    color: black;
    margin-right: 6px;
    cursor: pointer;
}

.entry-actu .entry-header .share a > i {
    font-size: 16px;
}

/*---------------------------------
Content
---------------------------------*/

.blog #primary.content-area .entry-content,
.single-post #primary.content-area .entry-content{
    position:relative;
    height:100%;
    overflow: hidden;
}

.blog #primary.content-area .entry-content:before,
.single-post #primary.content-area .entry-content:before{
    content:'';
    display:block;
    margin:0 auto;
    height:5px;
    width:100px;
    background-color: #f3f3f3;
    margin:10px 0;
}

#primary.content-area .entry-thumb{
    display: block;
    width:12%;
    height:12%;
    float: left;
    box-sizing: border-box;
    margin-right:15px;
}

#primary.content-area .entry-thumb a{
    display:block;
}

#primary.content-area .entry-thumb img{
    width:100%;
    height:auto;
}

#primary.content-area .entry-excerpt{
    color:#959595;
    display: block;
    float: left;
    width:86%;
    height:12%;
    line-height:24px;
}

#primary.content-area .entry-excerpt p{
    display:inline-block;

    vertical-align: top;
    margin:0;
}


#primary.content-area .entry-excerpt .entry-link{
    display:block;
    float: right;
    font-weight: normal !important;
    padding: 10px 20px;
    color: #8b7c5d;
    border: 1px solid #959595;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    background-color: transparent !important;
    font-family: 'raleway', sans-serif;
    font-size: 12px !important;
    /*-ms-flex-item-align:end;
    align-self:flex-end;*/
    margin-top:20px;
    
}

#primary.content-area .entry-excerpt .entry-link:hover{
    background-color: rgba(183, 170, 128, 0.7) !important;
    color: #fff !important;
}

#primary.content-area .entry-excerpt .entry-link i{
    margin-left:10px;
}



/*---------------------------------
Actualité => Presse
---------------------------------*/

.presse{
    width:1170px;
    margin:0 auto;
}

.presse .each-product,
.univers .each-product {
    overflow: hidden;
    background-color: black;
    margin-bottom:30px !important;
}

.grid-sizer, .each-product{
    width: 32%;
}

.gutter-sizer{
    width: 2%;
}

.presse .each-product img,
.univers .each-product .univers-image{
    display: block;
    width: 100% !important;    
}

.product-overlay {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    cursor:pointer;
}

.presse .each-product:hover .product-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.product-title {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: -100px;
    -webkit-transition: bottom 300ms;
    transition: bottom 300ms;
}

.presse .each-product:hover .product-title {
    bottom: 0px;
}

.product-title h2 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-family: 'CenturyGothic', sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 70px;
    margin: 0;
}

.product-content {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    width: 70%;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.product-content a {
    text-decoration: none;
}

.product-content div:nth-of-type(1) {
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.product-content .shareGlobal {
    margin: 20px auto 0 auto;
}

.shareGlobal .share{
    text-align:center;
}

.product-content .shareGlobal a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    cursor: pointer;
}

.product-content .shareGlobal a > i {
    font-size: 24px;
}

.presse .each-product:hover .product-content {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Univers
---------------------------------*/

/*---------------------------------
---------------------------------*/
/*

iframe{
    max-width:100%;
}
*/

.univers-global h2{
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px;
    color: #959595;
    margin: 25px 0 20px 0;
    text-align:left;
}

.univers-global h2:after{
    content: '';
    display: block;
    margin: 5px 0;
    width: 60px;
    height: 1px;
    background-color: rgba(183,170,128,1);
}

.univers-title h3 {
    transition-duration: 300ms;
    font-family: 'CenturyGothic', sans-serif;
    font-size: 14px;
    font-weight:normal;
    color: #606060;
    margin: 10px 0;
    text-transform:uppercase;
}

.univers-title:after{
    content:'';
    height:1px;
    width:40px;
    display:block;
    background-color:#eaeaea;
}

.univers-content {
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    font-weight:normal;
    color:#959595;
    transition-duration: 350ms;
    margin-top:10px;
}


.univers .each-product {
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: transparent;
}

.univers-popup{
        display:none;
        position:fixed;
        z-index:99999;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color: rgba(0,0,0,0.8);
    }
    

.univers-popup div{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center center;
}

.univers-popup iframe{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);

}


.univers-video{
    display:block;
    width:100%;
    height:280px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.univers-video-inner{
    width:100%;
    height:340px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    position: absolute;
    bottom: 0;
}

.univers-video:hover .univers-video-inner{
    transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.univers-video:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
}

.univers-video span{
    position:absolute;
    z-index:9;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    border:1px solid #fff;
    padding:15px 30px;
    font-family:'raleway', sans-serif;
    text-transform:uppercase;
}

.partEditAdd {
	width:100%;
}

.particularEditAddIMG {
	float:left;
	width:34%;
	padding-top:40px;
}

.partEditAdd form {
	float:left;
	width:66%;
}

@media screen and (max-width: 1260px){
    
    .grid-sizer, .each-product{
        width: 49% !important;
    }

}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Single Actu
---------------------------------*/

/*---------------------------------
---------------------------------*/

.single-post #main{
    width:100%;
    max-width: 1000px;
    margin:0 auto;    
}

.single-post #main h1.entry-title{
    font-family: 'CenturyGothic';
    font-weight: normal;
    text-transform: uppercase;
    color: #202020;
    font-size: 22px;
    margin: 25px 0 5px 0;
}

.single-post #main .entry-content{
    font-family: 'CenturyGothic';
    font-size:14px;
    color:#959595;
    line-height:24px;
}

.single-post #main .entry-content strong{
    font-family: 'CenturyGothic';
    font-size:14px;
    color: #787878;
}

.single-post #main .entry-content .wp-caption{
    border:none!important;
    border-bottom:1px solid #f3f3f3 !important;
    max-width:100% !important;
    width:100% !important;
    height:100%;
    padding:0!important;
    text-align:left!important;
    background-color: transparent !important;
}

.single-post #main .entry-content .wp-caption img{
    width:100%;
    height:100%;
    max-width:100% !important;
}

.single-post #main .entry-content .wp-caption .wp-caption-text{
    font-style:italic;
    font-size:12px;
}

.single-post .entry-meta:before{
    content: '';
    display: block;
    margin: 0 auto;
    height: 5px;
    width: 100px;
    background-color: #f3f3f3;
    margin: 10px 0;
}

.single-post .entry-meta{
    margin-top:20px;
}

.single-post .entry-meta p{
    margin: 0 30px 0 0;
    display:inline-block;
    
}

.single-post .entry-date{
    color: #959595;
    text-transform: uppercase;
    font-size: 12px;    
}

.single-post .entry-meta .share{
    display:inline-block;
}

.single-post .entry-meta .share a{
    color: #959595;
    text-decoration: none;    
}

.single-post .entry-meta .share i{
    font-size: 18px;
}

/*---------------------------------
---------------------------------*/

/*---------------------------------
Footer
---------------------------------*/

/*---------------------------------
---------------------------------*/

#colophon{
    margin-top:20px !important;
}

#footer:before{
    content: '';
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
}

#footer {
    background-color:#fff;
    font-family:'CenturyGothic', sans-serif;
    font-size:12px;
}

#footer-global{
    position:relative;
    padding:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}


.footer-menu li{
    display:inline-block;
    list-style-type: none;
    vertical-align: top;
    margin:0 40px;
    
    text-transform:uppercase;
}

.footer-menu li a{
    text-decoration:none;
    color:black;
}

.footer-menu ul{
    padding:0;
    margin:0;
}

.footer-menu li > .sub-menu li{
    text-align:left;
    display:block;
    margin:0;
    text-transform:none;
}

.footer-menu li > .sub-menu li a{
    text-decoration:none;
    color:#959595;
}

/*---------------------------------
Footer Logo
---------------------------------*/

.footer-logo{
    opacity:0.5;    
}

/*---------------------------------
Footer Newsletter
---------------------------------*/

.footer-newsletter div:nth-of-type(1){
    display:inline-block;
    vertical-align: top;
}

.footer-newsletter div:nth-of-type(1) h2{
    margin:0 15px 0 0;
    font-family:'CenturyGothic', sans-serif;
    font-size:14px;
    text-transform:uppercase;
}

.footer-newsletter .newsletter-content{
    display:inline-block;
    width: 275px;
}

.footer-newsletter .newsletter-content p{
    margin:0 0 15px 0;
}

/*---------------------------------
Footer Realisation & Copyright
---------------------------------*/

.lowestPoint{
    padding: 0 50px;
}

.lowestPoint:before{
    content: '';
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
}

.lowestPoint-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.lowestPoint-content p{
    margin: 0 0 20px 0;
    color:#959595;
}

.lowestPoint-content a{
    color:#959595;    
}

/*---------------------------------
Footer Divers
---------------------------------*/

footer .woocommerce-LoopProduct-link{
    display:none;
}

/*---------------------------------
Footer responsive
---------------------------------*/

@media screen and (max-width: 1580px){
	
	.slides video {
		height: 100% !important;
		transform: scale(1.2);
	}

    #footer-global{
        display: block;
    }

    .footer-logo{
        float: left;
        margin-right: 40px;
    }

    .footer-menu{
        float: left;
		width: calc(100% - 320px);
		margin-top: 50px;
    }

    .footer-menu div > ul > li{
        display: block;
        float: left;
        width: calc(25% - 40px);
        margin-left: 40px;
    }

    .footer-menu li{
        margin: 0;
    }

    .footer-newsletter{
        padding-top: 50px; 
        clear: both;
        text-align: center;
    }

    .footer-newsletter .newsletter-content{
        width: auto;
    }

}

@media screen and (max-width: 1200px){

    .footer-logo{
        margin: 0;
    }

     .footer-menu{
        width: calc(100% - 180px);
    }
	video {
		 width: auto !important;
	}
	
	.slides video {
		transform: scale(1);
	}
	
	.layer {
		font-size: 63%;
		margin: 10%;
	}
}

@media screen and (max-width: 900px){

    .footer-logo, .footer-menu{
        float: none;
        width: auto;
	}
	
	.footer-logo #logo img{
        width: 180px;
    }

    .footer-menu div > ul > li{
        width: 50%;
        margin: 0 0 10px 0;
    }

    .footer-menu div > ul > li:nth-of-type(3){
        clear: both;
    }

    .footer-newsletter{
        padding-top: 20px;
    }

    #popmake-4023 .wpcf7-submit{
        float: none;
        margin: 10px auto;
    }

    #primary.content-area .entry-thumb{
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    #primary.content-area .entry-excerpt{
        float: none;
        width: 100%;
        height: auto;
    }
    
    .captionlight {
        bottom: 0px!important;
    }
	video {
		position: inherit !important;
		height: auto !important;
		margin: 0 auto;
		width: 100% !important;
	}
	.layer {
		margin: 0%;
		width: 239px !important;
		inset: 97px auto auto 507px !important;
	}
	.metaslider .msHtmlOverlay .layer p a  {
		font-size: 1.05em !important;
	}
	.metaslider-flex .msHtmlOverlay {
		/* display: none !important; */
	}
}

@media screen and (max-width: 800px){

    .univers-title h3{
        -webkit-margin-after: 0;
    }

    .univers-content{
        margin: 5px 0;
    }

    .univers-title:after{
        display: none;
    }

    .univers-content div{
        margin-bottom: 10px;
    }

    .univers-content:after {
        content: '';
        height: 1px;
        width: 40px;
        display: block;
        background-color: #eaeaea;
    }
}

@media screen and (max-width: 600px){

    .particularEditAddIMG {
		display:none;
	}
	
	.partEditAdd form {
		width:100%;
	}

    .newsletter-content .wpcf7-form input[type='submit']{
        padding: 5px 20px;
    }

    .about-expertise{
        width: 80%;
    }

    .expertise-content img{
        float: none;
        width: 100%;
        margin: 10px 0;
    }
	
	.metaslider .caption{
		padding: 0 10px !important;
	}
    .about-delphine .ontheleft, .about-delphine .about-content {
        width: 100%;
        margin-top: 35px;
	}
	
	.metaslider .msHtmlOverlay .layer h2 {
		font-size: 30px !important;
	}

	.metaslider .msHtmlOverlay .layer p a {
		font-size: 2em !important;
	}

}

@media screen and (max-width: 500px){

    .footer-menu div > ul > li{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .pum-content{
        margin: 15px 0 0 0;
    }

    .pum-content img{
        max-width: 90%!important;
        margin: auto;
    }

    .pum-content .ajax-loader{
        display: none!important;
    }

    .contact-page ul{
        width: calc(100% - 38px);
    }

    #primary.content-area .entry-excerpt .entry-link{
        float: none;
        display: inline-block;
    }

    .about-expertise{
        width: 90%;
	}
	
	.metaslider .msHtmlOverlay .layer {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.metaslider .msHtmlOverlay .layer p a {
		font-size: 4em !important;
	}

}

/* Showroom Diapo */

.slide-4008 .caption{
    bottom: 15%;
}

.slide-4008 h2, .slide-4008 h4{
    text-shadow: 1px 1px 2px #3a3a3a;
}

@media screen and (max-width: 320px){

    .resp_menu .search_form .search_submit {
        background-position: right 17px center;
        background-size: 15px;
    }

}

#legalForm {
	color: #959595;
	font-size: 12px;
}

#legalForm a {
	color: #a7a290;
}