/*
Theme Name: Noir Basic
Theme URI: http://www.noirbasic.com/
Author: Emmanuel Cook
Author URI: http://www.emmanuelcook.fr/
Description: Thème créer from scratch pour le site noirbasic.com
Version: 1.0
Tags: Noir, Basic, Theme, Design, Scratch, Wordpress, Corporate, PHP, HTML, Jquery, CSS. 
Text Domain: Noirbasic
*/


/* GENERAL */

html{
    font-family: 'Montserrat', sans-serif;
    color: white;
    letter-spacing: 1px;
}

body{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    bottom: 0;
    right: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: white;
    cursor: pointer;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 8px !important;
}

h3 {
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 3;
}


h4, .h4 {
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px !important;
    position: relative;
    z-index: 3;
    font-weight: 400;
    letter-spacing: 2px;
}

h5 {
    font-size: 12px;
    line-height: 180%;
    position: relative;
    z-index: 3;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 10px 0 25px 0 !important;
}

.entry h5{
    z-index: 1;
}

button{
    cursor: pointer;
}

.cta{
    font-size: 12px;
    line-height: 180%;
    margin-bottom: 15px !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    z-index: 3;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.mobile{
    display: none;
}

.hide{
    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-out, z-index 0.1s ease 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease 1s;}

.opacity2{
    opacity: 0.2;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.display_none{
    display: none;
}

/* HOVER NOIR */

.hover_noir {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: 1s ease;
    -webkit-transition: 1s ease; 
  pointer-events: none;
}

.hover_noir.active{
    opacity: 0.4;
    transition: 1s ease;
    -webkit-transition: 1s ease; 
}



/* HEADER */

header{
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: opacity 1s ease-out, z-index 0.1s ease;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease;
}


header h1{
    margin: 45px 0 0 45px;
}

.svg * {
    fill: white;
}

svg#Calque_1 {
    width: 224px;
    height: 27px;
}

header nav {
    margin: 45px 45px 0 0;
}

header nav.menu_ecommerce {
    min-width: 250px;
}

.menu_ecommerce .wcml-horizontal-list, .menu_ecommerce_mobile_content .wcml-horizontal-list{
    display: none;
}


.nav_top_left h1, .fermer {
    display: inline-block;
    vertical-align: top;
    z-index: 10;
    position: relative;
}


/* MENU PRINCIPAL */

.home .menu_button{
    display: none;
}

.menu_button {
    border-left: 1px solid white;
    font-size: 10px;
    padding: 5px 0 5px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 49px;
    opacity: 1;
    z-index: 11;
    transition: opacity 1s ease-out, z-index 0s ease-out;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out;
}

.menu_button.open {
/*    display: none;
*/    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-out, z-index 0s ease-out 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out 1s;
}

nav.menu{
    margin: 0;
}

nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    opacity: 0;
    z-index: -1;

    transition: opacity 1s ease-out, z-index 0s ease-out 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out 1s;
        pointer-events:none;
}

nav.menu.open{
    opacity: 1;
    z-index: 3;
    transition: opacity 1s ease-out, z-index 0s ease-out;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out;
    pointer-events:inherit;
}

ul#menu-menu-principal, ul#menu-main-menu {
    display: flex;
    flex-direction: column;
}

ul#menu-menu-principal-1 {
    display: flex;
    flex-direction: column;
}

.widgettitle{
    display: none;
}

ul.sub-menu {
    margin-top: 10px;
}

.menu-menu-principal-container .menu-item, .menu-main-menu-container .menu-item {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 110%;
}

ul#menu-main-menu-1 {
    display: flex;
    flex-direction: column;
}

.menu-item a {
    opacity: 1;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
}

.menu-item a:hover {
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
}

.h4{
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
}

.menu-menu-principal-container .h4, .menu-main-menu-container .h4{
    margin-top: 40px
}

.menu-menu-principal-container .h4:first-child, .menu-main-menu-container .h4:first-child{
    margin-top: 0px
}

/* MENU FOOTER */

.menu-footer-container, .menu-footer-en-container {
    position: fixed;
    left: 50px;
    bottom: 50px;
    text-align: left;
}

.menu-footer-container .menu-item, .menu-footer-en-container .menu-item {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

.home .menu-footer-container, .home .menu-footer-en-container{
    opacity: 1;
    z-index: 20;
}

.home nav.footer{
    display: block;
}

nav.footer{
    display: none;
}

.menu-footer-container, .menu-footer-en-container{
    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-out, z-index 0s ease-out 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out 1s;
}

.menu-footer-container.open, .menu-footer-en-container.open{
    opacity: 1;
    z-index: 20;
    transition: opacity 1s ease-out, z-index 0s ease-out;
    -webkit-transition: opacity 1s ease-out, z-index 0s ease-out;
}



/* BOUTON FERME */



.home nav.fermer{
    display: inline-block;
}

/* MENU E COMMERCE */



#menu-menu-e-commerce-1, #menu-menu-e-commerce-en-1,
#menu-menu-e-commerce-not-logged-1, #menu-menu-e-commerce-not-logged-en-1 {
    font-size: 10px;
    text-transform: uppercase;
    overflow: hidden;
    height: 93px;
    z-index: 12;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
    display: flex;
    justify-content: space-between;
}

.menu_ecommerce img{
    display: none;
}

#menu-menu-e-commerce-1 li, #menu-menu-e-commerce-en-1 li,
#menu-menu-e-commerce-not-logged-1 li, #menu-menu-e-commerce-not-logged-en-1 li {
    display: inline-block;
    vertical-align: top;
}

#menu-menu-e-commerce-1 li:hover, #menu-menu-e-commerce-en-1 li:hover,
#menu-menu-e-commerce-not-logged-1 li:hover, #menu-menu-e-commerce-not-logged-en-1 li:hover {
    height: inherit;
}

#menu-menu-e-commerce-1 li ul li, #menu-menu-e-commerce-en-1 li ul li,
#menu-menu-e-commerce-not-logged-1 li ul li, #menu-menu-e-commerce-not-logged-en-1 li ul li {
    display: block;
}

#menu-menu-e-commerce-1 li ul li a, #menu-menu-e-commerce-en-1 li ul li a,
#menu-menu-e-commerce-not-logged-1 li ul li a, #menu-menu-e-commerce-not-logged-en-1 li ul li a{
    padding: 4px 4px 4px 0;
    display: inline-block;
}

#menu-menu-e-commerce-1 li ul.sub-menu, #menu-menu-e-commerce-en-1 li ul.sub-menu, .nb_wcml-cs-submenu,
#menu-menu-e-commerce-not-logged-1 li ul.sub-menu, #menu-menu-e-commerce-not-logged-en-1 li ul.sub-menu {
    position: absolute;
    opacity: 0;
    display: none;
    padding-top: 8px; 
    margin-top: 0px;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
}

#menu-menu-e-commerce-1 li:hover ul.sub-menu, #menu-menu-e-commerce-en-1 li:hover ul.sub-menu, .nb_wcml-cs-active-currency:hover .nb_wcml-cs-submenu,
#menu-menu-e-commerce-not-logged-1 li:hover ul.sub-menu, #menu-menu-e-commerce-not-logged-en-1 li:hover ul.sub-menu {
    position: absolute;
    opacity: 1;
    display: block;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
}





nav.menu_ecommerce{
z-index: 12;
}
/*
div#lang_sel{
    font-size: 10px;
    text-transform: uppercase;
    overflow: hidden;
    height: 10px;
    z-index: 12;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;  
}

div#lang_sel:hover{
    height: 25px;
    transition: height 0s ease 0s;
    -webkit-transition: height 0s ease 0s; 
}

div#lang_sel:hover li.icl-en,
div#lang_sel:hover li.icl-fr{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out; 
}


li.icl-en,
li.icl-fr{
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out; 
}

li.icl-en:hover,
li.icl-fr:hover{
    opacity: 1 !important;
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out; 
}
*/



/* FIL D'ARIANE */

.home .breadcrumbs{
    display: none;
}

.breadcrumbs a.home, .breadcrumbs a.post-product-archive{
display: none;
}

.breadcrumbs span:last-child {
    margin-right: 3px;
    display: inline-block;
    font-size: 10px;
     color: white; 
    font-weight: 400;
    opacity: 1;
}
.breadcrumbs .product_cat {
    margin-right: 3px;
    display: inline-block;
    font-size: 10px;
     color: white; 
    font-weight: 400;
    opacity: 0.75;
}

.breadcrumbs {
    position: relative;
    left: 46px;
margin-top: 7px;
z-index: 2;
}


/* HOME PAGE */

.home div#primary, .woocommerce div#primary {
    position: relative;
    width: 100%;
    height: 100%;
}

.home div#content, .woocommerce div#content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.product-category a img, .product-category a mark{
    display: none;
}


ul.products{
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}


/* COLLECTION */

.tax-product_cat #main {
    width: 100%;
    height: 100%;
    position: relative;
}

.owl-carousel-collection{
    height: 100%;  
    position: relative;
}

.photo_collection {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.infos_collection {
    text-align: center;
    max-width: 650px;
    position: relative;
    z-index: 5;
    width: 90%;
}


/* TEST VIDEO BG */


/* Video background */

.videobg {
  position: fixed;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;

  background: #111; /* bg color, if video is not high enough */
}

.tax-product_cat .videobg, .home .videobg{
      top: 0;
  left: 0;
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  
}

.videobg-make-height {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px; /* 16:9 ratio */
  top: -55px; 
  left: -97.7777px; /* 16:9 ratio */
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}

.videobg .controls-wrapper{
    display: none;
}



/* TOUS LES MODELES */

.owl-carousel-tous-les-modeles{
    height: 100%;  
    position: relative;
    width: 100% !important;
    overflow: inherit;
}




.owl-carousel-tous-les-modeles .owl-stage-outer {
    overflow: inherit !important;
}

.content_tous_les_modeles {
    height: 100%;
    width: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.content_tous_les_modeles:hover .lien_tous_les_modeles{
    opacity: 1;
    transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; 
}

.content_tous_les_modeles:hover .titre_tous_les_modeles{
    top: 0;
    opacity: 1;
    position: relative;
    transition:  top 0.5s ease-out, opacity 1s ease-out;
    -webkit-transition:  top 0.5s ease-out, opacity 1s ease-out;
}

.content_tous_les_modeles:hover .cta_tous_les_modeles{
    top: 0;
    opacity: 1;
    position: relative;
    transition:  top 0.5s ease-out 0.15s, opacity 1s ease-out;
    -webkit-transition:  top 0.5s ease-out 0.15s, opacity 1s ease-out; }

.titre_tous_les_modeles, .cta_tous_les_modeles{
    top: 20px;
    opacity: 0;
    position: relative;
    z-index: 21;
    transition:  top 0s ease-out 0.5s;
    -webkit-transition:  top 0s ease-out 0.5s; }

.lien_tous_les_modeles {
    display: block;
    opacity: 0;
    max-width: calc(100% - 100px);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}

.content_tous_les_modeles h3{
    font-size: 40px;
    margin-bottom: 20px;
}

.hover_black{
    background: black;
    opacity: 0.4;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.titre_tous_les_modeles{
position: relative;
z-index: 50;
}

.owl-carousel-tous-les-modeles .owl-prev{
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
padding: 15px;
}

.owl-carousel-tous-les-modeles .owl-next{
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
padding: 15px;
}

.customPrevBtn3{
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
padding: 15px;
cursor: pointer;
}

.customNextBtn3{
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    padding: 15px;
    cursor: pointer;
}

.owl-nav .disabled{
    display: none;
}

/* FICHE PRODUIT */

/*.single .site-content{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/

.owl-carousel-product, .owl-stage-outer, .owl-stage, .owl-item{
    height: 100%;  
    position: relative;
}

.photo_product{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.photo_product{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}


ul#carousel-custom-dots {
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 6;
    right: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#carousel-custom-dots li.owl-dot {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px;
}

li.owl-dot.active span {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
}

.product_list_widget{
    display: inline-block;
}

.product_list_widget a {
    padding: 10px 0;
}

.customPrevBtn {
    position: fixed;
    z-index: 50;
    color: black;
    top: 180px;
    left: 50px;
}

.customNextBtn {
    position: fixed;
    z-index: 50;
    color: black;
    top: 220px;
    left: 50px;
}

.label, td.label label{
    cursor: pointer;
}

/* FERMER INFOS PRODUITS */



.fermer_product {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid white;
    display: inline-block;
    padding-bottom: 0px;
    overflow: hidden;
    height: 0px;
    transition: padding-bottom 0.5s ease-out, margin-bottom 0.5s ease-out, margin-top 0.5s ease-out 0.5s, height 0.5s ease-out, border 0s ease-out 0.5s;
    -webkit-transition: padding-bottom 0.5s ease-out, margin-bottom 0.5s ease-out, margin-top 0.5s ease-out 0.5s, height 0.5s ease-out, border 0s ease-out 0.5s;
}

.fermer_product.active {
    border-bottom: 1px solid white;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    height: 12px;
    transition: padding-bottom 0.5s ease-out, margin-bottom 0.5s ease-out, margin-top 0s ease-out, height 0.5s ease-out, border 0.2s ease-out 0s;
    -webkit-transition: padding-bottom 0.5s ease-out, margin-bottom 0.5s ease-out, margin-top 0s ease-out, height 0.5s ease-out, border 0.2s ease-out 0s;
    cursor: pointer;
}




/* FIXED WOOCOMERCE INFOS */


.next_prev_link {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.next_prev_link_mobile{
    display: none;
}
.next_prev_link_mobile .product_list_widget:first-child {
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 15px;
    cursor: pointer;
}

.next_prev_link_mobile .product_list_widget:last-child {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 15px;
    cursor: pointer;
}


.woocommerce-tabs,
div.related,
.type-product div.images,
.woocommerce-breadcrumb,
div.product_meta,
div.quantity{
    display: none !important;
}


div.container_infos_produits{
    position: fixed;
    z-index: 5;
}

div.container_infos_produits div#content{
    display: flex;
    text-align: right;
}

.container_infos_produits div.type-product{
    width: 370px;
    position: absolute;
    right: 45px;
    top: 170px;
}

.label, .price, .description{
    display: block;
}

h1.product_title.entry-title{
    font-size: 30px;
    text-transform: uppercase;
}

p.price .from, p.price .amount{
    display: none;
}

/*.cart table {
    margin-left: 117px;
}*/

#owl-carousel-product .videobg{
    width: 100vw !important;
}

/*.cart tr {
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    width: 250px;
    border-top: 1px solid white;
    overflow: hidden;
    padding-right: 3px;
    height: 25px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
/*    cursor: pointer;
*/}*/

.bundled_product.open, .variations_form.cart.open{
        transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; 
}

.container_infos_produits .bundled_product_title_inner img {
    float: left;
    position: relative;
    top: 4px;
}

span.woocommerce-Price-amount.amount {
    padding-bottom: 10px;
    display: inline-block;
}

.nombre_produit{
    display: inline-block;
    margin-left: 15px;
}

h4.bundled_product_title.product_title {
    width: 100%;
    cursor: pointer;
}

.bundled_product_title img {
    position: absolute;
    top: 6px;
    width: 7px;
    left: 1px;
}

.fleche_down{
    opacity: 1;
        transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; }

.fleche_up{
    opacity: 0;
        transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; }

.bundled_product.open .fleche_down, .variations_form.cart.open .fleche_down{
    opacity: 0;
        transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; }

.bundled_product.open .fleche_up, .variations_form.cart.open .fleche_up{
    opacity: 1;
        transition:  0.5s ease-out;
    -webkit-transition:  0.5s ease-out; }

.container_infos_produits .bundled_product_title_inner {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bundled_product .price {
    font-size: 14px;
}


form.cart.cart_group.bundle_form.layout_default{
    margin-top: 20px;
}

.container_infos_produits .bundled_product, .container_infos_produits .variations_form.cart {
    display: block;
    padding-top: 12px;
    width: 250px;
    border-top: 1px solid white;
    overflow: hidden;
    padding-right: 3px;
    height: 31px;
    margin-left: 115px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    /* cursor: pointer; */
}

.variations_form.cart{
    margin-top: 20px;
}

.single-product select{
    display: none !important;
}

/* TAILLE SUPPRESSION DU TITRE, SELECT (qui est changé en ul li), et du reset */



.variations_form .variations tbody tr td.value ul li:first-child, .bundled_item_cart_content .variations tbody tr td.value ul li:first-child{
    display: none;
}

.variations_form .variations .reset_variations, .bundled_item_cart_content .variations .reset_variations{
    display: none;
}

ul.list_variations {
    width: 255px;
    margin-top: 10px;
}

/*.bundled_item_cart_content ul.list_variations {
    margin-top: -10px;
}*/

ul.list_variations li {
    display: inline-block;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
}

span.puce_variation {
    display: inline-block;
    margin: 0 2px 0 7px;
}

ul.list_variations li:last-child span {
    display: none;
}

ul.list_variations li.active a{
    border-bottom: 1px solid white;
    padding: 3px 0 2px 0;
}

ul.list_variations li a{
    display: inline-block;
    padding: 3px 0px;
}

button.single_add_to_cart_button {
    border-radius: 0;
    border: none;
    background: white;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
}


a.guide_link {
    font-size: 10px;
    font-weight: 400;
}

/* */ 

.container_infos_produits .bundled_product.single {
    display: block;
    padding-top: 12px;
    width: 250px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    overflow: hidden;
    padding-right: 3px;
    height: 31px;
    margin-left: 115px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    margin-top: 
    /* cursor: pointer; */
}


.container_infos_produits .product_excerpt, .woocommerce-product-details__short-description {
    font-size: 10px;
    line-height: 180%;
    width: 200px;
    margin: 0px !important;
    padding-left: 50px;
}

.variations_form.cart {
    border-bottom: 1px solid white;
}
.bundle_button{
    border-bottom: inherit !important;
}

.reassurances {
    margin-top: 13px;
    font-size: 10px;
    opacity: 0.6;
    line-height: 12px;
}

.reassurances a {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 0 2px 2px;
}


/* FICHE PRODUIT VARIABLE */


.bundled_product_checkbox{
    display: none !important;
}

/*.price:first-child{
    display: none;
}*/



.container_infos_produits ul.woocommerce-error, .container_infos_produits div.woocommerce-message-container, .woocommerce-info-container {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background: white; */
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.container_infos_produits ul.woocommerce-error li, .container_infos_produits div.woocommerce-message-container .woocommerce-message, .woocommerce-info{
    background: white;
    padding: 35px 50px 25px 50px;
    text-align: center;
    font-size: 12px;
    color: black !important;
    /* color: white !important; */
}

.woocommerce-info-container li:after {
    content: 'Fermer';
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px 20px;
    background: black;
    margin: 20px auto 5px;
    letter-spacing: 1px;
    cursor: pointer;
    /* border-bottom: 1px solid; */
    width: inherit;
    color: white !important;
    height: inherit;
    cursor: pointer;
    display: block;
    width: 58px;
    text-align: center;
    /* margin: 0 auto; */
}

.container_infos_produits div.woocommerce-message-container .woocommerce-message, .woocommerce-info {
    line-height: 25px;
    width: 300px;
}

.container_infos_produits div.woocommerce-message-container .woocommerce-message a, .fermer-wocommerce-message , .woocommerce-info a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px 20px;
    background: black;
    margin: 0px auto 20px;
    letter-spacing: 1px;
    cursor: pointer;
    /* border-bottom: 1px solid; */
    /* width: inherit; */
    color: white !important;
    height: inherit;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    /* margin: 0 auto; */
}


.container_infos_produits ul.woocommerce-error a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px 20px;
    background: black;
    margin: 0px auto 20px;
    letter-spacing: 1px;
    cursor: pointer;
    /* border-bottom: 1px solid; */
    /* width: inherit; */
    color: white !important;
    height: inherit;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    /* margin: 0 auto; */
}

.fermer-wocommerce-message{
    margin-left: 20px;

}

ul.woocommerce-error .fermer-wocommerce-message{
        color: white !important;
    line-height: 25px;
}






/* FICHE PRODUIT EN ATTENDANT DY ARRIVER */

/*.product-template-default div#content, .woocommerce div#content {

     position: inherit; 

}

.product-template-default .site-content {
     position: inherit; 
 
}


body.product-template-default {
    position: inherit;

}

body.product-template-default, body.product-template-default a{
    color: black !important;
}*/





/* PAGE D'ATTENTE */


.content .entry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -5%;
    width: 110%;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
}


/* FORMULAIRE NEWSLETTER */

.newsletter_link {
    margin-top: 20px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display:none;
}

.wpcf7-form .screen-reader-response {
    padding:10px;
    border-left: 5px solid #f6dca7;
    color: #c09853;
    background-color: #fcf8e3;
}

.screen-reader-response {
    margin-bottom: 30px;
    font-size: 10px;
    color: red;
}

.vc_row.wpb_row.vc_row-fluid{
    max-width: 90%;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

input.wpcf7-form-control {
    width: 316px;
    height: 40px;
    /* padding-left: 17px; */
    border-bottom: white 1px solid;
    background-color: inherit;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
}

.wpcf7-not-valid{
    border-bottom: 1px solid red !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus{
    outline: none;
}


::-webkit-input-placeholder{
    color: white;
}
:-moz-placeholder{ /* Firefox 18- */
    color: white;  
}
::-moz-placeholder{  /* Firefox 19+ */
    color: white;  
}
:-ms-input-placeholder{  
    color: white;  
}

label{
    margin-right: -4px;
}

.submit_container {
    text-align: center;
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: none;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 1px solid;
    width: inherit;
    height: 25px;
}

span.wpcf7-list-item input {
    margin-right: 10px;
}

span.wpcf7-list-item {
    margin-right: 15px;
}

.nous_suivre_content.open{
    opacity: 1;
    z-index: 6;
    pointer-events: inherit;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}



.nous_suivre_content {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.9);
    z-index: 2;
    text-align: left;
        pointer-events: none;

    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.vc_icon_element-inner{
    color: white !important;
}
.vc_icon_element{
    cursor: pointer;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
    color: white !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
    background-color: inherit !important;
}

/*.vc_icon_element-icon{
    color: black !important;
}*/


.vc_icon_element{
    display: inline-block;
    padding: 10px;
    margin: 0 10px 0 !important;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.vc_icon_element:hover{
    opacity: 0.5;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}


.introduction_newletter {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 30px;
}

.civilite_container {
    font-size: 10px;
    margin-bottom: 20px;
}

.conclusion_newletter {
    font-size: 8.4px;
    margin-top: 30px;
}

.introduction_newletter,
.civilite_container,
.nom_container,
.prenom_container,
.email_container,
.wpcf7-submit,
.conclusion_newletter{
    position: relative;
    text-align: center;
    top: 20px;
    opacity: 0;
    transition: opacity 1s ease-out, top 0s ease 1s !important;
    -webkit-transition: opacity 1s ease-out, top 0s ease 1s !important;
}

.open .introduction_newletter,
.open .civilite_container,
.open .nom_container,
.open .prenom_container,
.open .email_container,
.open .wpcf7-submit,
.open .conclusion_newletter{
    top: 0;
    opacity: 1;
}

.open .introduction_newletter{
    transition: 0.5s ease-out !important;
    -webkit-transition: 0.5s ease-out !important;
}

.open .civilite_container{
    transition: 0.5s ease-out 0.15s !important;
    -webkit-transition: 0.5s ease-out 0.15s !important;
}

.open .nom_container{
    transition: 0.5s ease-out 0.27s !important;
    -webkit-transition: 0.5s ease-out 0.27s !important;
}

.open .prenom_container{
    transition: 0.5s ease-out 0.39s !important;
    -webkit-transition: 0.5s ease-out 0.39s !important;
}

.open .email_container{
    transition: 0.5s ease-out 0.51s !important;
    -webkit-transition: 0.5s ease-out 0.51s !important;
}

.open .wpcf7-submit{
    transition: 0.5s ease-out 0.63s !important;
    -webkit-transition: 0.5s ease-out 0.63s !important;
}

.open .conclusion_newletter{
    transition: 0.5s ease-out 0.75s !important;
    -webkit-transition: 0.5s ease-out 0.75s !important;
}


.screen-reader-response ul, .wpcf7-response-output{
    display: none;
}

.screen-reader-response {
    margin-bottom: 30px;
    font-size: 10px;
    color: red;
    max-width: 324px;
    text-align: center;
    line-height: 180%;
}

input[type="radio"] {
  opacity:0;
}

input[type="radio"] + span::before{
    content: '';
    display:inline-block;
    width:8px;
    height:8px;
    cursor:pointer;
    position: relative;
    bottom: -1px; 
    border-radius: 10px;
    border: 1px solid white;
    margin-right: 10px;
    background-color: rgba(255,255,255,0);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out; 
}

input[type="radio"]:checked + span::before{
   content: '';
    background-color: rgba(255,255,255,1);
}

input[type="radio"] + label::before {
    content: '';
    display:inline-block;
    width:8px;
    height:8px;
    cursor:pointer;
    position: relative;
    bottom: -1px; 
    border-radius: 10px;
    border: 1px solid black;
    margin-right: 10px;
    background-color: rgba(255,255,255,0);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out; 
}

input[type="radio"]:checked + label::before {
   content: '';
    background-color: rgba(0,0,0,1);
}

#payment_method_etransactions_std, #payment_method_paypal{
    display: none;
}

li.wc_payment_method {
    list-style: none;
}

ul.wc_payment_methods.payment_methods.methods{
    margin-left: 0px !important;
}




.wpcf7-form-control .wpcf7-list-item-label, .woocommerce-form__label-for-checkbox{
    cursor: pointer;
}




input[type="checkbox"]:checked + span::before {
   content: '';
    background-color: rgba(0,0,0,1);
}

input[type="checkbox"] {
display: none;
}

input[type="checkbox"] + span::before {
    content: '';
    display:inline-block;
    width:8px;
    height:8px;
    cursor:pointer;
    position: relative;
    bottom: -1px; 
    border-radius: 10px;
    border: 1px solid black;
    margin-right: 10px;
    background-color: rgba(0,0,0,0);
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    
}

input[type="checkbox"]:checked {

}

.mail_sent {
    display: none;
    font-size: 10px;
    margin-top: 10px;
}

.mail_sent.true{
    display: block;
}







/* BOUTON FERMER */

.nav_top_left h1, .fermer{
    display: inline-block;
    vertical-align: top;
}

.fermer {
    border-left: 1px solid white;
    font-size: 10px;
    padding: 5px 0 5px 15px;
    position: relative;
    top: 4px;
    left: -70px;
    cursor: pointer;
    margin-left: 15px;
    opacity: 0;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.home .fermer{
    left: inherit;
}

.fermer.open{
    opacity: 1;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}



/* NAV footer */

/*nav.footer{
display: none;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

.home nav.footer {
    position: fixed;
display: block;
    bottom: 45px;
    left: 45px;
    z-index: 2;
}

nav.footer a {
    color: white;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 20px;
}*/


/*
label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}

input[type=radio] {
  display: none;
}

label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: inherit;
  box-shadow: inherit;
  border: 1px solid white;
  border-radius: 10px;
}

.radio label:before {
  border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    background-color: white !important;
    text-align: center;
    line-height: 18px;
}
*/










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






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

body#fond_blanc {
    position: inherit;
    top: inherit;
    left: inherit;
    height: inherit;
    width: 100vw;
    bottom: inherit;
    right: inherit;
    margin: inherit;
}

#fond_blanc .videobg{
    display: none;
}

#fond_blanc .svg * {
    fill: black;
     transition: 1s ease-out;
    -webkit-transition: 1s ease-out;   
}

#fond_blanc .svg.open * {
    fill: white;
     transition: 1s ease-out;
    -webkit-transition: 1s ease-out;   
}

#fond_blanc .menu_button {
    border-left: 1px solid black;
}

#fond_blanc strong{
    font-weight: 700;
}

#fond_blanc em{
    font-style: italic;
}

#fond_blanc .wpb_wrapper {
    margin-bottom: 25px !important;
}

#fond_blanc .content .entry h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 43px;
    letter-spacing: 2px;
    margin-bottom: 30px !important;
}

#fond_blanc .content .entry h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
    margin-bottom: 25px !important;
}

#fond_blanc .content .entry h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
     line-height: 28px;
   letter-spacing: 2px;
    margin-bottom: 15px !important;
}

#fond_blanc .content .entry h4 {
    font-weight: 400;
    text-transform: none;
    font-size: 25px;
     line-height: 25px;
     letter-spacing: 2px;
    margin-bottom: 20px !important;
    display: block;
}

#fond_blanc .content .entry h5 {
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}

#fond_blanc .content .entry h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}

#fond_blanc .entry {
    font-weight: 400;
    font-size: 12px;
}

#fond_blanc .content img{
    max-width: 100%;
    height: auto;
}

#fond_blanc .menu_ecommerce_mobile_content.open *{
    color: white;
}

#fond_blanc header nav.menu_ecommerce_mobile_content{
    background: rgba(0,0,0,0.95);
}

.bouton-noir a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    background: black;
    letter-spacing: 1px;
    border-radius: 0;
    margin-top: 0;
}

#fond_blanc  .vc_row {
    margin-left: 0;
    margin-right: 0;
}

#fond_blanc #guidedestailles table {
    text-align: center;
    width: 100%;
}

#fond_blanc #guidedestailles td, #guidedestailles th {
    padding: 10px;
    border: 1px solid black;
}

#fond_blanc #guidedestailles th.first {
    border: none;
}

/* CAROUSEL UNIVERS */

.vc_images_carousel .vc_carousel-control .icon-next:before {
    content: 'next' !important;
    position: relative;
    top: -10px;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    top: -40px;
    text-shadow: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;

}

.vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: 'prev' !important;
    position: relative;
    top: -10px;
    font-size: 11px;
    text-transform: uppercase;
    color: black;
    top: -40px;
    text-shadow: none;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;

}

.vc_images_carousel .vc_carousel-control {
    opacity: 1 !important;
    text-shadow: inherit !important;
    -webkit-tap-highlight-color: inherit !important;
}

.vc_right.vc_carousel-control{
        margin-right: -47px !important;
            -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.vc_left.vc_carousel-control{
     margin-left: -47px !important;
           -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}



#fond_blanc .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 100%;
}




/* VIDEO & VIDEO IMAGE */

.wpb_video_widget .vc_single_image-img{
    position: absolute;
    z-index: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
    cursor: pointer;
}

.wpb_video_widget h2{
    position: absolute;
    z-index: 3;
    color: white !important;
    text-transform: inherit !important;
    font-weight: 400 !important;
        font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
    margin-bottom: 25px !important;
    width: 100%;
    height: 100%;
    /* position: relative; */
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.wpb_video_widget h2:after {
display: block;
    font-size: 11px;
    text-align: center;
    content: attr(data-playvideo);
    border-bottom: 1px solid white;
    padding-top: 10px;
    height: 24px;
    padding-bottom: 10px;
    /* width: 89px; */
    text-transform: uppercase;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.wpb_video_widget.wpb_content_element.vc_clearfix.vc_video-aspect-ratio-169.vc_video-el-width-100.vc_video-align-center {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px !important;
}
/*
.wpb_video_widget h2{
    display: none;
}*/


#fond_blanc .content p, #fond_blanc .content ul, #fond_blanc .content ol{
    margin-bottom: 15px !important;
}

#fond_blanc .content ul {
    list-style: inherit;
    margin-left: 25px;
}

#fond_blanc .content ol {
    list-style-type: upper-roman;
    margin-left: 25px;
}


#fond_blanc .content p, #fond_blanc .content li {
    line-height: 22px;
}

.vc_row.wpb_row.vc_row-fluid{
    max-width: inherit;
}

#fond_blanc *{
    color: black;
}

#fond_blanc nav.menu.open *, #fond_blanc nav.fermer {
    color: white !important;
}

 #fond_blanc .fildariane.open *{
    color: white !important;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
 }

 #fond_blanc .nous_suivre_content *{
      color: white !important;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;  
 }

 .nous_suivre_content{
    z-index: -1;
 }

.nous_suivre_content.open{
    z-index: 6;
 }

.menu_ecommerce.open *{
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    }

 #fond_blanc .menu_ecommerce.open *{
    color: white !important;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
 }

  #fond_blanc .fildariane *{
      z-index: 7;
  transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
 }

#fond_blanc .content .entry{
    max-width: 1050px;
    width: 90%;
    margin: 0 auto 100px;
    display: inherit;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    text-align: inherit;
    z-index: 3;
}

button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey, a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    font-family: 'Montserrat', sans-serif;
    background: none;
    border-top: none;
    border-bottom: 1px solid black;
    border-right: none;
    border-left: none;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0 0 2px;
    letter-spacing: 0;
}

#fond_blanc .vc_icon_element-inner{
    color: white !important;
}

/*#fond_blanc .vc_icon_element-icon{
    color: black !important;
}
*/

#fond_blanc .fildariane.open{
    opacity: 0.2;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}

#fond_blanc .fildariane{
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
}




/* TURN DEVICE NOTIFICATION */

.turnDeviceNotification {
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
}

#fond_blanc .turnDeviceNotification {
  color: white !important;
}




/* PAGE MON COMPTE - PARCOURS D'ACHAT -------------------------------------------- */

/* CONNEXION PAGE */

.woocommerce-MyAccount-navigation{
    margin-top: 20px;
}

#customer_login{
    margin-top: 50px;
}

/*.woocommerce-account .entry h1{
    display: none;
}*/

div#customer_login {
    display: flex;
    justify-content: center;
}

.woocommerce-checkout input,.woocommerce-form-login input, .register input, #coupon_code, .woocommerce-address-fields__field-wrapper input, .woocommerce-EditAccountForm input  {
        width: 316px;
    height: 40px;
    /* padding-left: 17px; */
    border-bottom: black 1px solid;
    background-color: inherit;
    color: black;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: none;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 1px solid;
    width: inherit;
    height: 25px;
}

.bouton-noir a, input.woocommerce-Button.button, .wc-backward, .woocommerce-Button, .woocommerce .edit, input.button, .wc-proceed-to-checkout a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    border: none;
    padding: 10px 20px;
    background: black;
    margin: 20px 0 0 0px;
    letter-spacing: 1px;
    width: inherit;
    color: white !important;
    height: inherit;
    cursor: pointer;
}

.tax-product_cat .cta{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    border: none;
    padding: 10px 20px;
    background: white;
    margin: 10px 0 0 0px;
    letter-spacing: 1px;
    /* width: inherit; */
    color: black !important;
    height: inherit;
    cursor: pointer;
    display: inline-block;
}

a.edit {
    margin: 10px 0 10px !important;
    display: inline-block;
}

.woocommerce-Input::-webkit-input-placeholder{
    color: black;
}
.woocommerce-Input:-moz-placeholder{ /* Firefox 18- */
    color: black;  
}
.woocommerce-Input:-moz-placeholder{  /* Firefox 19+ */
    color: black;  
}
.woocommerce-Input:-ms-input-placeholder{  
    color: black;  
}



.woocommerce-form__label-for-checkbox {
    margin-left: 59px !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    font-size: 10px;
}

p.woocommerce-LostPassword.lost_password {
    font-size: 10px;
}

.woocommerce-form-row--wide{
    margin-bottom: 0px !important; 
}

.form-row{
    margin-bottom: 5px !important;
}

#customer_login .u-column1, #customer_login .u-column2, .woocommerce-address-fields__field-wrapper {
    width: 320px;
}

.woocommerce .u-column1, .woocommerce .u-column2 {
    margin: 0 auto 40px;
}

ul.woocommerce-error * {
    color: red !important;
}

ul.woocommerce-error {
    width: 320px;
    margin: 0 auto;
    /* color: red; */
}



.woocommerce-MyAccount-content h2 {
    /* text-align: center; */
    margin-bottom: 20px !important;
}

/* DASHBOARD */ 

.woocommerce-MyAccount-content {
    text-align: center;
    max-width: 555px;
    margin: 40px auto 0px;
}

li.woocommerce-MyAccount-navigation-link {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 0px 2px 0px;
}

.woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

li.woocommerce-MyAccount-navigation-link {
     display: inline-block; 
    font-size: 20px;
    margin: 20px; 
}

li.woocommerce-MyAccount-navigation-link.is-active{
    border-bottom: 1px solid black;
}

.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--customer-logout{
    display: none !important;
}


/* ADRESS */

.woocommerce-MyAccount-content h3 {
    text-transform: none;
    font-size: 18px !important;
    font-weight: 700;
    display: block;
}

.woocommerce-Address-title{
    display: block !important;
}

address {
    margin: 20px 0;
    font-size: 12px;
    line-height: 16px;
}


.woocommerce-address-fields__field-wrapper input::-webkit-input-placeholder{
    color: black;
}
.woocommerce-address-fields__field-wrapper input:-moz-placeholder{ /* Firefox 18- */
    color: black;  
}
.woocommerce-address-fields__field-wrapper input:-moz-placeholder{  /* Firefox 19+ */
    color: black;  
}
.woocommerce-address-fields__field-wrapper input:-ms-input-placeholder{  
    color: black;  
}

.woocommerce-address-fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    /* margin-bottom: 200px; */
}

select#billing_country, select#shipping_country {
    border-bottom: 1px solid black;
    border-radius: 0 !important;
    height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 9px;
     border-left: none; 
     border-top: none; 
     border-right: none; 
    background: white;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    letter-spacing: 1px;
}
p#billing_country_field, p#shipping_country_field {
    position: relative;
}
#billing_country_field::after, #shipping_country_field::after {
    background: url(http://preprod.noirbasic.com/wp-content/themes/noirbasic/img/Fleche-Down-black.png) top left no-repeat;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 45px;
}

.woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px;
}

/* PANIER */
.woocommerce-cart .woocommerce{
    text-align: center;
}

a.remove {
    font-size: 20px;
    margin-bottom: 5px;
}

.woocommerce tbody {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.woocommerce .shop_table_responsive {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.cart_totals tbody {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align: center;
    align-items: center;
    width: 233px;
    margin-bottom: 30px;
}

.woocommerce thead {
    display: none;
}

td.product-name {
    width: 100%;
}

td.product-name a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0 0px 0;
    display: inline-block;
}

td.product-name dl.variation dt, td.product-name dl.variation dd {
    display: inline-block;
}

.product-subtotal{
    display: none;
}

.woocommerce-message {
    text-align: center;
    margin: 0px 0px 40px;
}

td.product-name dl.variation {
    height: 30px;
}

.coupon input.button {
    margin-left: 20px;
    border-bottom: none !important;
}
.actions{
    text-align: center;
}



#coupon_code::-webkit-input-placeholder{
    color: black;
}
#coupon_code:-moz-placeholder{ /* Firefox 18- */
    color: black;  
}
#coupon_code:-moz-placeholder{  /* Firefox 19+ */
    color: black;  
}
#coupon_code:-ms-input-placeholder{  
    color: black;  
}


.shop_table tr:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr:last-child {
    display: table-row;
}

.product-remove span {
    font-size: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
}

.cart-collaterals {
    text-align: center;
}

tr.cart-subtotal {
    margin: 10px auto 10px;
}

.cart-subtotal td, .order-total strong{
    display: block;
    font-size: 20px;
    margin-top: 5px;
}

.cart_totals tr.shipping {
    margin-bottom: 30px;
}


/* FINALISATION COMMANDE */

.woocommerce-checkout label {
    margin-right: -4px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    /* margin-bottom: -9px; */
    opacity: 0.5;
}

form.checkout.woocommerce-checkout {
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce-billing-fields h3 {
    text-align: center;
    margin-top: 50px;
}


div#customer_details {
    width: 320px;
}

.order_review_container {
    width: 320px;
}

.woocommerce-billing-fields__field-wrapper{
    margin-top: 30px;
}

abbr[title], acronym[title] {
    text-decoration: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    margin-left: 0 !important;
}



.woocommerce-shipping-fields__field-wrapper{
    display: none;

}

.woocommerce-shipping-fields__field-wrapper.change_active{
    display: block;
}

textarea#order_comments {
    margin-top: 10px;
    min-width: 312px !important;
    min-height: 100px !important;
    max-width: 312px !important;
}

#fond_blanc .content .entry h3#order_review_heading {
    text-align: center;
    margin: 50px 0 30px !important;
    /* margin-bottom: 100px !important; */
}

#order_review td.product-total {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 14px;
}

#order_review tbody {
    text-align: center;
    margin-top: 35px;
}

#order_review .product-name {
    width: 320px;
}


#order_review tfoot {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-bottom: 30px;
}

#order_review tr.shipping {
    text-align: center;
    margin: -5px auto 20px;
}

#order_review label {
    opacity: 1 !important;
}

#order_review .shop_table tr:last-child {
     margin-bottom: 0px !important; 
}


/* COMMANDE FINIE */

.woocommerce-order-received .woocommerce-order {
    text-align: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-left: 0px !important;
}

/* COMMANDE PASSEE */

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    padding: 0 0 2px 0px;
    display: inline-block;
    margin: 10px;
}



td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: block;
    text-align: center;
}

tr.woocommerce-orders-table__row {
    text-align: center;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 20px;
}

.woocommerce-orders-table__cell {
    margin: 0px 15px 0px 0px;
    display: inline-block;
}


.woocommerce-orders-table__row--status-pending * {
    color: rgba(0,0,0,0.4) !important;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a{
    text-transform: uppercase;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table a:hover{
    border-bottom: 1px solid black;
    padding: 0 0 1px 0px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .woocommerce-orders-table__row--status-pending a:hover{
    border-bottom: 1px solid rgba(0,0,0,0.4) !important;
    padding: 0 0 1px 0px;
}


/* COMMANDE VOIR */

.woocommerce-MyAccount-content mark{
    background: inherit;
    font-weight: 700;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details li {
    display: inline-block;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul {
    margin-left: 0px !important;
}



.woocommerce-order-details .shop_table tr:last-child {
/*    justify-content: inherit !important;
    width: inherit !important;
    margin-bottom: inherit !important;*/
}

tr.woocommerce-table__line-item.order_item {
    display: flex;
    flex-direction: column;
    margin: 0 20px 20px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

#fond_blanc .content p.order-again {
    margin-bottom: 40px !important;
}

.order-again a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    border: none;
    padding: 10px 20px;
    background: black;
    margin: 20px 0 40px 0px !important;
    letter-spacing: 1px;
    width: inherit;
    color: white !important;
    height: inherit;
    cursor: pointer;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    text-align: right;
    position: relative;
    right: 5px;
}

.woocommerce-order-details .shop_table tr:last-child {
    width: inherit;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    margin-bottom: 50px;
    width: 360px;
    margin-left: 70px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    text-align: left;
    position: relative;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr {
    height: 18px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child {
    display: table-row !important;

}


table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody {
    display: flex;
    flex-direction: column;
}

table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody tr {
    height: 18px;
}

table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody tr:last-child {
    flex-direction: row !important;
}

table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody tr td {
    position: relative;
    left: 5px;
}

table.woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details{
    margin: 0 auto;
}
/* -------- ARCHIVE  PAGE ---------------------- */


ul.vc_grid-filter.vc_clearfix.vc_grid-filter-default.vc_grid-filter-size-md.vc_grid-filter-center.vc_grid-filter-color-grey {
    text-transform: uppercase;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: white !important;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 0;
    margin: 2px 10px;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    padding: 0 !important;
    margin: 2px 10px !important;
}

#fond_blanc .content ul.vc_grid-filter{
    margin-left: 0px !important;
    margin-bottom: 25px !important;
}


.page-id-368 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .page-id-368 .vc_grid-item-zone-c-right .vc_gitem-animated-block, .page-id-1337 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .page-id-1337 .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 40%;
}

.page-id-368 .vc_grid-item-zone-c-right .vc_gitem-zone-c, .page-id-1337 .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 58%;
}

/* PAGINATION */

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
    background-color: white!important;
    border-color: white!important;
    color: #000!important;
}



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

    .woocommerce-MyAccount-navigation ul{
        flex-direction: column;
    }

    li.woocommerce-MyAccount-navigation-link {
    margin: 0px; 
}   
}


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

.lien_tous_les_modeles {
    opacity: 1;
}

.hover_black {
    background: black;
    opacity: 0.4;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.titre_tous_les_modeles {
    top: 0;
    opacity: 1;
    position: relative;
}

.cta_tous_les_modeles {
    top: 0;
    opacity: 1;
    position: relative;
}





.menu-menu-principal-container .menu-item, .menu-main-menu-container .menu-item,
#menu-menu-e-commerce .menu-item, #menu-menu-e-commerce-en .menu-item,
#menu-menu-e-commerce-not-logged .menu-item, #menu-menu-e-commerce-not-logged-en .menu-item {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}



#menu-menu-e-commerce .menu-item, #menu-menu-e-commerce-en .menu-item,
#menu-menu-e-commerce-not-logged .menu-item, #menu-menu-e-commerce-not-logged-en .menu-item{
    line-height: 30px;
}

#menu-menu-e-commerce-en li#menu-item-1355 {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

#menu-menu-e-commerce-en li#menu-item-1355 ul.sub-menu {
    margin-top: 4px !important;
}

#menu-menu-e-commerce-en li#menu-item-wpml-ls-36-en a span {
    font-size: 20px !important;
}

#menu-menu-e-commerce-en li#menu-item-wpml-ls-36-en {
    margin-left: -7px;
}

#menu-item-393{
    padding: 5px !important;
}

#menu-item-393 a{
    padding: 5px ;
}

#menu-item-396{
    margin-bottom: 0px !important;
}

.menu_ecommerce_mobile{
    display: block;
        z-index: 2;
position: relative;
}

li#menu-item-wpml-ls-36-fr * {
    font-size: 20px;
    font-weight: 400;
}

li#menu-item-wpml-ls-36-fr {
    margin-top: 20px;
}

header nav.menu_ecommerce_mobile_content.open{
    opacity: 1;
    pointer-events: inherit;
    z-index: 6;
        transition: opacity 1s ease-out, z-index 0.1s ease-out;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease-out;
}

.menu_ecommerce{
    display: none;
}

svg#Calque_2 {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.close_ecommerce {
    top: 50px;
    right: 45px;
    z-index: 9999;
    position: fixed;
}

svg#Calque_3 {
    width: 20px;
    height: 20px;
}

svg#Calque_3 *{
 fill: white !important;
}



header nav.menu_ecommerce_mobile_content {
     width: 100vw; 
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    margin: 0;
    right: 0;
    display: flex;
    /* height: auto; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* flex-direction: column; */
    pointer-events: none;
    background: rgba(0,0,0,0.8);
        transition: opacity 1s ease-out, z-index 0.1s ease-out 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease-out 1s;
}

nav.menu_ecommerce_mobile_content #menu-menu-e-commerce, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-en,
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged-en {
    font-size: 20px;
    text-transform: uppercase;
    overflow: inherit;
    height: inherit;
    z-index: inherit;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

nav.menu_ecommerce_mobile_content #menu-menu-e-commerce li ul.sub-menu, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-en li ul.sub-menu, .menu_ecommerce_mobile_content .nb_wcml-cs-submenu,
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged li ul.sub-menu, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged-en li ul.sub-menu, .menu_ecommerce_mobile_content .nb_wcml-cs-submenu {
    position: relative;
    opacity: 1;
    display: block;
    padding-top: inherit;
    margin-top: inherit;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
    text-align: center;
    display: inline-block;
}

nav.menu_ecommerce_mobile_content #menu-menu-e-commerce li,nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-en li,
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged li,nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged-en li {
/*    display: inline-block;
*/    vertical-align: top;
    padding: 0px;
    text-align: center;
}

.nb_wcml-cs-active-currency:hover .nb_wcml-cs-submenu {
     position: inherit; 
    opacity: 1;
    display: inline-block;
    transition: opacity 1s ease-out, height 0s ease 0.5s;
    -webkit-transition: opacity 1s ease-out, height 0s ease 0.5s;
}

.nb_wcml-dropdown.nb_product.nb_wcml_currency_switcher a {
    padding: 10px !important;
    display: inline-block;
}

.nb_wcml-dropdown.nb_product.nb_wcml_currency_switcher {
    margin-left: -10px;
}

ul.nb_wcml-cs-submenu a {
    opacity: 0.5;
}

nav.menu_ecommerce_mobile_content #menu-menu-e-commerce .h4, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-en .h4,
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged .h4, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged-en .h4{
    display: flex;
    flex-direction: column;
}
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce li ul li a, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-en li ul li a,
nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged li ul li a, nav.menu_ecommerce_mobile_content #menu-menu-e-commerce-not-logged-en li ul li a {
    padding: 5px;
    display: inline-block;
}

nav.menu_ecommerce_mobile_content .menu-item-language-current{
    opacity: 1 !important;
}

nav.menu_ecommerce_mobile_content .menu-item-language{
    opacity: 0.5;
}

#fond_blanc .content{
    margin-top: 30px;
    max-width: 90%;
    margin-left: 5%;
}

#fond_blanc .content .entry {
    width: 100%;
}

div#customer_login {
    flex-direction: column;
}

/* PAGE ARCHIVE LIFESTYLE */


.vc_gitem_row .vc_gitem-col {
    padding: 0;
}

.page-id-368 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .page-id-368 .vc_grid-item-zone-c-right .vc_gitem-animated-block, .page-id-1337 .vc_grid-item-zone-c-left .vc_gitem-zone-c, .page-id-1337 .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 100%;
}

.page-id-368 .vc_grid-item-zone-c-right .vc_gitem-zone-c,.page-id-1337 .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}



/* FINALISATION COMMANDE */

form.checkout.woocommerce-checkout {
    flex-direction: column;
    align-items: center;
}

}

@media screen and (max-width: 555px){
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
    flex-flow: column wrap;
}
}

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

    h3 {
        /* text-transform: uppercase; */
        letter-spacing: 3px;
        font-size: 35px;
        font-family: 'Montserrat', sans-serif;
        line-height: 120%;
        font-weight: 700;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }

    .content_tous_les_modeles h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    h2{
        font-size: 25px;
    }
/*
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
        width: 210px;
    }

    input.wpcf7-form-control.wpcf7-submit{
        width: 110px;
    }
*/
    header h1{
        margin: 15px 0 0 15px;
    }

    .customPrevBtn3{
    left: 0px;
    }

    .customNextBtn3{
        right: 0px;
    }

    .next_prev_link_mobile .product_list_widget:first-child {
        left: 0;
}

.next_prev_link_mobile .product_list_widget:last-child {
    right: 0;
}
    .home .fermer{
    left: 211px;
}

    .breadcrumbs {
    position: relative;
    left: 17px;
    margin: 5px 0 0 0 0;
}

    header nav{
        margin: 15px 15px 0 0;
    }

    .menu-footer-container, .menu-footer-en-container{
        left: 15px;
        bottom: 15px;
    }

.menu_button {
    margin-left: 12px;
    margin-top: 17px;
}

.fermer {
    top: 2px;
    left: 241px;
    position: absolute;
}


.menu-menu-principal-container .menu-item, .menu-main-menu-container .menu-item, 
#menu-menu-e-commerce .menu-item, #menu-menu-e-commerce-en-1 .menu-item,
#menu-menu-e-commerce-not-logged .menu-item, #menu-menu-e-commerce-not-logged-en-1 .menu-item {
    font-size: 30px;
}

#menu-menu-e-commerce .menu-item, #menu-menu-e-commerce-en-1 .menu-item,
#menu-menu-e-commerce-not-logged .menu-item, #menu-menu-e-commerce-not-logged-en-1 .menu-item {
    line-height: 25px;
}

.close_ecommerce {
    top: 20px;
    right: 15px;
    z-index: 9999;
    position: fixed;
}


}



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

.next_prev_link_mobile{
    display: block;
}

svg#Calque_1 {
    width: 194px;
    height: 24px;
}

.fermer {
    top: 2px;
    left: 211px;
    position: absolute;
}

.content_tous_les_modeles {
    width: 100vw !important;
}

div.container_infos_produits{
    opacity: 0;
    z-index: 0;
    transition: opacity 1s ease-out, z-index 0.1s ease-out 1s;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease-out 1s;
}

.woocommerce div#content {
    max-width: 100% !important;
}

.container_infos_produits.open {
    opacity: 1;
    z-index: 9999;
    transition: opacity 1s ease-out, z-index 0.1s ease-out;
    -webkit-transition: opacity 1s ease-out, z-index 0.1s ease-out;
    min-width: 100vw;
    max-width: 100vw;   
    width: 100%;
}


div.container_infos_produits div#content {
    display: fixed;
    text-align: center;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    max-width: 100vw;
}

.container_infos_produits div.type-product {
    width: 350px;
    position: inherit;
    right: inherit;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    left: 50%;
    margin-left: -175px;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

.container_infos_produits .bundled_product {
    padding-top: 12px;
    padding-right: 0px; 
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    width: 90% !important;
    margin-left: 5% !important;
    height: auto !important;
}

/* FICHE PRODUIT SIMPLE */

.container_infos_produits .variations_form.cart {
    padding-top: 12px;
    padding-right: 0px; 
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    width: 90% !important;
    margin-left: 5% !important;
    height: auto !important;
}

ul.list_variations {
    width: 315px;
}


.fermer_product_mobile{
    margin-top: 40px;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}

.summary.entry-summary {
    margin-bottom: 50px;
}

.entry-summary h1 {
    margin-top: 30px;
}

.cart table {
    margin-left: 0;
    width: 350px;
}

.fleche_down, .fleche_up, .entry-summary .fermer_product {
    display: none;
}

.reassurances {
    margin-bottom: 50px;
}

.bundled_product .label {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700; 
}

.bundled_product .price {
    margin-bottom: 10px;
    font-size: 20px;
}

.container_infos_produits .product_excerpt, .woocommerce-product-details__short-description, .variations_form.cart .product_excerpt {
    font-size: 12px;
    line-height: 180%;
    width: 100%;
    margin: 5px 0px 20px 0px !important;
    padding-left: 0;
    /* margin-top: 10px; */
}


h4.bundled_product_title.product_title {
    margin-top: 20px;
    cursor: pointer;
}


.ouvrir_infos_mobile.mobile {
    display: flex;
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-transform: uppercase;
    justify-content: center;
}

.ouvrir_infos_mobile span {
    border-bottom: 1px solid white;
    padding-bottom: 3px;
}

.hover_noir.active{
    opacity: 0;
    transition: 1s ease;
    -webkit-transition: 1s ease; 
}

.next_prev_link {
    display: none;
}

.next_prev_link.mobile {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: 50;
display: block;
    position: fixed;
}

.next_prev_link.mobile .product_list_widget:first-child {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 15px;
}

.next_prev_link.mobile .product_list_widget:last-child {
    position: fixed;
    top: 50%;
    left: inherit;
    right: 0;
    z-index: 80;
    font-size: 10px;
    margin-top: -30px;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 15px;
}


ul#carousel-custom-dots {
    position: fixed;
    bottom: 30px;
    left: 0;
    z-index: 5;
    right: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

#fond_blanc .wpb_wrapper h1{
    font-size: 35px !important;
}


}





@media screen and (max-width: 390px){
/*
    header{
        flex-direction: column;
        text-align: center;
    }

    header h1{
        margin: 30px 0 0 0px;
    }

    header nav{
        margin: 0px 0px 0 0;
        position: fixed;
        bottom: 20px;
    }

    header nav ul, header nav li{
        display: inline-block;
    }
    div#lang_sel{
        height: 20px !important; 
    }

    li.icl-en,
    li.icl-fr{
        margin-left: 15px;
        opacity: 0.7;
        transition: opacity 0.5s ease-out;
        -webkit-transition: opacity 0.5s ease-out;
    }

    h2 {
        font-size: 35px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
        width: 230px;
    }

    input.wpcf7-form-control.wpcf7-submit{
        width: 250px;
    }

    header nav{
        position: fixed;
        bottom: 20px;
        left: 50%;
        margin-left: -25px;
    }*/

.home nav.fermer {
    /* border-left: 1px solid white; */
    /* font-size: 10px; */
    /* padding: 5px 0 5px 15px; */
    /* position: relative; */
    /* display: block; */
    top: 2px;
    /* left: 17px; */
    /* margin: 0; */
    /* margin-left: 15px; */
}


form.wpcf7-form {
    width: 285px;
}

input.wpcf7-form-control {
    width: 285px;
}

.open .introduction_newletter {
    width: 200px;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 20px;
}

input.wpcf7-form-control {
    margin-bottom: 10px;
}

.open .conclusion_newletter {
    margin: 20px auto 0;
    text-align: center;
    width: 200px;
    line-height: 20px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    width: 2em!important;
    height: 2em!important;
}

label.civilite{
    display: none;
}

}











/* TOUS LES MODELES ADAPTATION DE LA LARGEUR DES IMAGES */

@media screen and (max-height: 700px){
.content_tous_les_modeles {
    width: 400px;
}
}

@media screen and (max-height: 600px){
.content_tous_les_modeles {
    width: 350px;
}


}

@media screen and (max-height: 500px){
.content_tous_les_modeles {
    width: 300px;
}
}


.product-type-variable > div.summary.entry-summary > p.price{
  display: none;
}

#menu-menu-e-commerce-not-logged-1 .menu-item{
  padding-right: 30px;
}