/*
Theme Name: ShopDefault
Theme URI: http://www.xineo.ch/
Author: Xineo SA
Author URI: http://www.xineo.ch
Description: Theme de base pour Shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: creative commons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

body, html {
  height: 100%;
  color: #808080;
  line-height: 1.8;
  margin:0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
}
html{
    box-sizing:border-box
}
*,*:before,*:after{
    box-sizing:inherit
}



a{
    color:rgb(70, 70, 70);
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
    color:#808080;
}

h1{
    border-bottom:1px solid #333;
    width:98%
}
.section h1{
    border:none;
    font-size:40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.section-subtitle{
    font-size:20px;
}
.stroketext{
    -webkit-text-stroke-width: 1px;
}

img à{
    max-width: 100%;
}
.white_bg{
    background-color: #ffffff;
}
.light_bg_grey{
    background-color: #f5af82;
}
.padding10{
    padding:10px;
}
.legend{
    font-size:12px;
}

.bg_active{
    background-color: #f5af82;
    color:#ffffff;
}


.border-shadow{
    -webkit-box-shadow: 0px 0px 15px 1px #B7B7B7; 
    box-shadow: 0px 0px 15px 1px #B7B7B7;
    border-top:none;
    border-bottom:none;
}

.bold{
    font-weight: bold;
}
.ColorCorporateA{
    color:#F4AD81;
}
.fixed{
    position:fixed !important;
}
.center{
    text-align:center;
}
/* TOP */

    /* header */
    #SubHeaderBar{
        width:100%;
        height: 30px;
        border-bottom: 1px solid #E2E8F0;
        display: block;

    }
    .header{
        width:100%;
        border-bottom: 1px solid #E2E8F0;
        position: sticky;
        top: 0;
        z-index: 1000;
        background-color: #fff;

        -webkit-box-shadow: 0 1px 10px -6px rgb(0 0 0 / 42%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 4px 5px -2px rgb(0 0 0 / 10%);
        box-shadow:0 1px 10px -6px rgb(0 0 0 / 42%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 4px 5px -2px rgb(0 0 0 / 10%);
    }
    
    
    header li {
        list-style: none;
    }
    
    header li a {
        text-decoration: none;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*padding: 1rem 1.2rem;*/
    }
    .UserMenu{
        position:absolute;
        top:50px;
        right:90px;
    }
    #UserMenuContent{
        display:none;
        width:270px;
        min-height: 50px;
        position: absolute;
        top: 30px;
        right: -90px;
        padding: 10px;
        z-index: 10001;

        background-color: #ffffff;
        border: 1px solid #F4AD81;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
     }
     .UserMenuContent_element{
        margin-bottom:5px;
        padding-bottom:3px;
        border-bottom: 1px solid #F4AD81;
     }
     .arrowTop{
        width: 0; 
        height: 0; 
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        
        border-bottom: 5px solid #F4AD81;

        position: absolute;
        left: 162px;
        top: -6px;
        z-index: 10002;
     }

    .hideindesktop{
        display:none;
    }
    .CartMenu {
        position:absolute;
        top:50px;
        right:50px;
     }
     .CartMenu img, .UserMenu img{
        max-height: 25px;
     }
     #CartCounter{
        position: absolute;
        top: -10px;
        left: 20px;
        background-color: #ffeadb;
        border-radius: 50%;
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        padding-top: 2px;
        color: #d39671;
     }

     .PromoBar {
        position:absolute;
        top:5px;
        left:50px;
        overflow: hidden;
        height: 25px;
     }
    .LangMenu {
       position:absolute;
       top:5px;
       right:50px;
    }
    .LangMenu .active{
        font-weight: bold;
    }

    .hamburger {
        display: none;
    }
    
    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #101010;
    }

    .nav-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nav-item {
        margin-left: 5rem;
    }
    
    .nav-link{
        font-weight: 600;
        color: #F4AD81;
    }
    
    .nav-link:hover{
        color: #d39671;
        text-decoration: underline;
    }
    
    .nav-logo {
        font-size: 2.1rem;
        font-weight: 500;
        color: #F4AD81;
    }
    .nav-logo img{
        max-height: 50px;
        margin-top: 10px;
        margin-bottom: -10px;
    }


     /* header */



/* /TOP */

/* Page Header*/
#page-header{
    width:100%;
    min-height: 300px;
    position: sticky;
    height: auto;
    background-color:#ffeadb;
    /*background-image: url('images/bougieGrise.svg');*/
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center;
    margin-top: -20px;
    top:55px;


}
.page-header-title{
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}
.page-header-title h1{
    border:none;
    color:#F4AD81;
    /*-webkit-text-stroke: 0.1px #404040;
    text-stroke:  0.1px #404040;*/
}

.page-header-title-bloc{
    padding:10px;
    background-color: #ffffff;
    background: rgba(250, 250, 250, 0.9);
    width:50%;
    max-width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top:-10px;
}

/* /Page Header*/

/* MAIN */ 

.main-rounded {
    margin: -70px 40px 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

.main-rounded-product, .main-rounded-page{
    margin: -70px 300px 0;
}

#main,.main,#main-no-title{
    position:relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    /*padding-top:60px;*/
    padding-bottom:50px;
    background: #fff;
    padding:10px;
    min-height: 40%;
}

#main a{
    color:#3e3838;
}

#main-no-title{
    margin-top:30px;
    padding-left: 30px;
    padding-right: 30px;
}

.BlogSpot, .ProductDetails, .ProductDetailsPanier, .Page{
    flex: 1 0 auto;
    word-wrap: break-word;

}

#HomePromo{
    width:100%;
    display: block;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
#HomePromo h2, .BlogSpot h2, #HomeProductList h2{
    border-bottom:1px solid #ccc;
    font-size:18px;
}

.FullWidth{
    width:100%;
    display: block;
}
.MidWidth{
    width:1024px;
    margin:0 auto;
    display: block;
}
.fullHeight{
    height:100%;
}

section{

}

.flex{
    display:flex;
}

.produitList_Float5{
    float:left;
	width:5%;
}

.produitList_Float10{
    float:left;
	width:10%;
}

.produitList_Float15{
    float:left;
	width:15%;
}
.produitList_Float20{
    float:left;
	width:20%;
}
.produitList_Float25{
    float:left;
	width:25%;
}

.produitList_Float50{
    float:left;
	width:50%;
}


.float,.float_left_option{
    display: block;
    float:left;
    width: 50%;
}
.float_right{
    right:20px;
    position:fixed;
    top:150px;
}

.ProductPage_left, .ProductPage_right{
    width:50%;
}
.ProductPage_left_pictures{
    max-width:500px;
    max-height: 500px;
    overflow: hidden;
}
.ProductPage_left_pictures img{
    max-width: 100%;
}

.ProductDetails h1{
    margin-top:-10px;
}


#HomeActionBloc, #HomeBottomBloc{
    display: flex;
    background: #fff;
    min-height: 20%;
    padding:20px 40px 20px 40px;

}
#HomeActionBloc h2{
    font-size:25px;
    color:#F4AD81;
    font-weight: bold;
}

#HomeBottomBloc{
    background-color: #e6e6e6;
}

#HomeBottomBloc_left{
    width:70%;
    float:left;
}
#HomeBottomBloc_right{
    width:30%;
    float:left;
}

.HomeBottomBloc_left_column {
    float: left;
    width: 33.33%;
}
  
.HomeBottomBloc_left_column input{
    /*position: absolute;*/
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility: 0;
}

  /* Clear floats after the columns */
  .HomeBottomBloc_left_row:after {
    content: "";
    display: table;
    clear: both;
  }

#HomeBottomBloc_right{
    padding-top:35px;
}

  #HomeBottomBloc h3{
    padding:0px;
    margin:0px;
  }

.clear{
    clear: both;
    width: 100%;
    height: 1px;
}
.spacer{
    clear: both;
    width: 100%;
    height: 20px;
}
.spacer-bottom{
    clear: both;
    width: 100%;
    height: 100px;
}

#GoToCartBTN {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
    width: 240px;
}
/* Colonne */

  .column {
      float: left;
      padding: 0 10px;
  }
  .columnFullWidth {
      width: 100%;
  }
  .columnIn2 {
      width: 50%;
  }

  .columnIn3 {
      width: 33.333%;
  }
  .columnIn4 {
      width: 25%;
  }

  .ProductColList {
        width: 20%;
    }

  
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
      content: "";
      display: table;
      clear: both;
  }
  
  /* Style the counter cards */
  .card {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
      text-align: left;
      background-color: #fdfdfd;
      margin-top:5px;
  }
  .padding15{
    padding: 15px;
  }
  
/* Colonne */

/*ProductColon*/
.ProductBorderTop{
    border-top:1px solid #ccc;
}

.ProductColImg{
    max-width:300px;
    max-height: 210px;
    overflow: hidden;
}
.ProductColImg img{
    max-width: 100%;
}

.ProductTitle{
    font-weight: bold;
    text-align:center;
    max-height: 25px;
}

.ProductBottom{
   display: flex;
   background-color: #ffffff;
   
}
.ProductPrice{
    float:left;
    width:40%;

}

.OldPrice{
    font-size: 12px;
    text-decoration-line: line-through;

}

.CurrentPrince{
    font-weight: bold;
    font-size:16px;
}
.CurrentPrinceInAction{
    color:#d4021b;
}

.ProductAction{
    float:right;
    width:55%;
    text-align:right;
    
}

.ProductAction img{
    margin-top:15px;
    max-height: 25px;
}

.ProductAction img:hover{
    margin-top:10px;
    max-height: 30px;
}

/* /ProductColon*/

/*ProductPage*/

.ProductPagePrice_devise{
    color:#000000;
}
.ProductPagePrice_TTC{
    color:#000000;
    font-size:22px;
}

.lightBTN{
    border: 1px solid #113a55;
    min-width: 100px;
    font-size: 16px;
    background-color:#e0e1e1;
    padding:5px;
}


.ProductPageCartButton, .ActionButton, .btn{
    background-color: #F4AD81;
    min-width: 200px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
    padding:5px;
    padding-top: 3px;
}
.ProductPageCartButton a,.ProductPageCartButton div a, .btn a, .ActionButton a, .ActionButton div a{
    color:#ffffff;
}
.white, .white a{
    color:#ffffff !important;
}
.OldPriceColored, .form_error_msg, .ErrorMessage{
    font-weight: bold;
    color:#c00000;
}

.w200{
    width:200px;
}
.w00{
    width:300px;
}


.DIVcenter {
    margin: 0 auto;
}

.DivBTNAction{
    width:100%;
    text-align: center;
}

.ProductDetailsPanier .ProductPageCartButton, .ActionButton, .Page{
   margin:0 auto;
}
.ProductPageDetails{
}
.ProductPageDetails ul {
    margin-left:-20px;
}

.ProductPageDetailsData_colLeft{
    float:left;
    width:200px;
}
.ProductPageDetailsData_colRight{
    float:left;
    width:200px;
}

.ProductPageSocial img {
    max-height: 30px;
    margin-top:30px;
    margin-right:10px;
}

.ProductDetails hr, hr {
    border: 0;
    height: 1px;
    background-color: #333;
   /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));*/
}

#MoreInfoMenu{
    

    border-bottom: 1px solid #cccc;
    height: 26px;
 

}
.MoreInfoMenuTitle {
    display: inline-block;
    float:left;
    margin-right:10px;
    cursor: pointer;
}

.MoreInfoOnglet{
    padding-left:5px;
    padding-right:5px;
    
    border:1px solid #ccc;
    border-bottom:none;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    cursor: pointer;

}

/*Carousel ImageProduit*/
.carousel {
    width: 100%;
    height: 100%;
}

ul.slides {
    display: block;
    position: relative;
    min-height: 370px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
    overflow: hidden;
}   

.slide-image img {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 50%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #4e4e4e;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4e4e4e;
    border:1px solid #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

/*/Carousel ImageProduit*/

/* personnalisation*/
.personnalisationBase{
    position: relative;
}
#pesonnalisation_motif{
    position: absolute;
    top: 30%;
    left: 95px;
    width: 45%;
    text-align: center;
}
#pesonnalisation_motif img{
    max-width: 45%;
    max-height: 50%;
}
#pesonnalisation_text1{
    position: absolute;
    top: 50%;
    left: 95px;
    width: 45%;
    text-align: center;
}
#pesonnalisation_text1 span{
    display: inline-block;
    margin: 2px;    
    background-color:#F4AD81;
    color:#ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding-top: 2px;
}

#pesonnalisation_text2{
    position: absolute;
    top: 55%;
    left: 95px;
    width: 45%;
    text-align: center;
}
.PersonnalisationOptionSelect{
    width: 295px;
}
/* /personnalisation */

/* Panier */
.product_float, .colFloat{
    float:left;
}
.ProductListLine, .ProductListLine_title, .deliveryMethodLine, .payMethodLine, .OptionListLine,.TabLine,.TabLine_title{
    width:100%;
    height: 100px;
    clear:both;
    padding:10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.ProductListLine_title,.TabLine_title{
    height: 60px;
    font-weight: bold;
}

.OptionListLine{
    height: 80px;
}

.ProductLine_picture{
    width:20%;
    max-height: 80px;
    max-width:150px;
    float:left;
}
.ProductLine_picture img{
    max-width: 100%;
    max-height: 80px;
}

.ProductLine_Col1{
    width:20%;
    padding-top: 25px;
    max-height: 80px;
    max-width:150px;
    float:left;
}

.TabLineData{
    width:100%;
    height:30px;
    padding-top:25px;
}
.ProductLine_Data{
    float:left;
    width:80%;
    padding-top:25px;
}

.ProductLine_Data_titre{
    width:20%;
}
.ProductLine_Data_articlenb{
    width:20%;
}
.ProductLine_Data_qt{
    width:20%;
}
.ProductLine_Data_qt input[type=number]{
    margin-bottom:0px !important;
}
.ProductLine_Data_prixTTC{
    width:20%;
}
.ProductLine_Data_prixTotalTTC{
    width:20%;
}
.w10{
    width:10%;
    overflow: hidden;
}
.w15{
    width:15%;
    overflow: hidden;
}
.w20{
    width:20%;
    overflow: hidden;
}
.w30{
    width:30%;
    overflow: hidden;
}
.w50{
    width:50%;
    overflow: hidden;
}
.w60{
    width:60%;
    overflow: hidden;
}
.w70{
    width:70%;
    overflow: hidden;
}
.w80{
    width:70%;
    overflow: hidden;
}
.w90{
    width:90%;
    overflow: hidden;
}


.ProductDetailsPanier input[type=number] {
    width: 60px;
}

.deliveryMethodLine, .payMethodLine {
    height: 60px;
    margin-bottom:0px;
    padding-bottom:0px;

}
.deliveryMethodLine_name{
    width:60%;
    float:left;
}
.deliveryMethodLine_name input[type='radio'],.payMethodLine_name input[type='radio']{
    width:30px;
    height: 30px;
    float:left;
    margin-right:15px;
}

.deliveryMethodLine_price{
    width:40%;
    float:left;
}

.payMethodLine_name{
    width:100%;
}

.DeliveryAdresse{
    width:50%;
    float:left;
}
.DeliveryAdresse select{
    width:80%;
}
#adressefacturation_data, #adresselivraison_data{
    line-height: 18px;
}

/* / Panier */

/*/ ProductPage*/

  /* Formulaires*/
  label { 
      font-weight: bold;
   }
  input, textarea, select { 
      width: 100%;
      border:1px solid #113a55;
      height: 30px;
      margin-bottom:20px;
      color:#000000;;
  }
  select{
      font-size:14px;
  }
  select option{
      background-color: #eceff1;
      color:#000000;
  }

  option:hover{
      background-color: #113a55;
      color:#ffffff;
      box-shadow: 0 0 10px 100px #1882A8 inset;
  }

  select:focus > option:checked { 
      background: #113a55 !important;
      color:#ffffff;
  }

  textarea { 
      min-height: 100px;
  }
  label.check, label.radio { }

  input[type=submit],input[type=button] {
      border:1px solid #113a55;
      min-width:200px;
      font-size:16px;
  }

  input[type=submit]:hover,input[type=button]:hover {
      border:1px solid #113a55;
      background-color: #d4e1e7;
      color:#000000;
  }

 #form-inscription input[type=checkbox]{
    width:15px;
}

  /* LOGIN PAGE*/
  #autologin{
        width:15px;
        height: 15px;
  }

  #loginbox	{
	width:500px;
	max-width:90%;
	clear:both;
	display:block;
	margin: 0 auto;
	margin-top:5px;
	padding:10px;
	
	
    border:3px solid #F4AD81;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.LoginFormTXT	{
	display:block;
	float:left;
	width:50%;
	height:35px;
	
	font-family: 'arial';
	font-size: 14px;
}
.LoginFormTXT input	{
	max-width:95%;
}
.login_h2{
    margin-left: 25px;
}

  /* /LOGIN PAGE*/

  /* Customize the label (the container) */
      .checkboxcontainer, .radiocontainer {
          display: block;
          position: relative;
          padding-left: 35px;
          margin-bottom: 12px;
          cursor: pointer;
          font-size: 14px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;

          height: 30px;
          margin-top:20px;
      }
      
      /* Hide the browser's default checkbox */
      .checkboxcontainer input,.radiocontainer input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0;
      }
      
      /* Create a custom checkbox */
      .checkmark {
          position: absolute;
          top: 0;
          left: 0;
          height: 25px;
          width: 25px;
          background-color: #cccccc;
      }
      .radiocontainer .checkmark{
          border-radius: 50%;
      }
      
      /* On mouse-over, add a grey background color */
      .checkboxcontainer:hover input ~ .checkmark{
          background-color: #d4e1e7;
          border:1px solid #113a55;
      }
      
      /* When the checkbox is checked, add a blue background */
      .checkboxcontainer input:checked ~ .checkmark,.radiocontainer input:checked ~ .checkmark {
          background-color: #113a55;
      }
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after, .radiocontainer .checkmark:after  {
          content: "";
          position: absolute;
          display: none;
      }
      
      /* Show the checkmark when checked */
      .checkboxcontainer input:checked ~ .checkmark:after,.radiocontainer input:checked ~ .checkmark:after {
          display: block;
      }
      
      /* Style the checkmark/indicator */
      .checkboxcontainer .checkmark:after {
          left: 9px;
          top: 5px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }

      /* Style the indicator (dot/circle) */
      .radiocontainer .checkmark:after {
          top: 9px;
          left: 9px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: white;
      }

      .checkboxcontainer{
          padding-top:3px;
      }

      .checkboxcontainerLabel{
          padding-top:1px;
      }
      .radiocontainerLabel{
          padding-top:5px;
      }


      /* Input file*/

      .label-file {
          cursor: pointer;
      }
      .label-file:hover {
          color: #000000;
      }

      input[type=file]{
          width: 100%;
          height: 100%;
      }
      .uploadBox input[type=file]{
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          outline: none;
          opacity: 0;
      }
      .uploadBox{
          width: 300px;
          height: 50px;
          border:1px dashed #113a55;
          text-align: center;
      }
      #uploadBox_data{
          position: absolute;
          text-align: center;
          width: 300px;
          font-weight: 100;
      }
      .uploadBox img{
          max-height: 50px;
      }




  /* Formulaires*/



  /* Tableau*/
      .resp-table {
          width: 100%;
          display: table;
      }

      .resp-table-caption{
          display: table-caption;
          text-align: center;
          font-size: 30px;
          font-weight: bold;
      }
      .resp-table-header{
          display: table-header-group;
          background-color: #bcccd3;
          font-weight: bold;
      }
      .table-header-cell{
          display: table-cell;
          padding: 10px;
          text-align: justify;
          border-bottom: 1px solid black;
      }

      .resp-table-body{
          display: table-row-group;
      }

      .resp-table-row{
          display: table-row;
      }
      .resp-table-row:hover{
         background-color: #bcccd3;
      }
      .table-body-cell{
          display: table-cell;
          padding: 10px;
          border-bottom:1px solid #000000;
      }

      .resp-table-footer {
          display: table-footer-group;
          background-color: #bcccd3;
          font-weight: bold;
          color:#000000;        }

      .table-footer-cell{
          display: table-cell;
          padding: 10px;
          text-align: justify;
          border-bottom: 1px solid black;
      }


   /* Tableau*/

/* /MAIN */ 






/* Footer */ 
#footer{
    background-color: #ffffff;
    width: 100%;
    border-top:1px solid #ccc;
    position:fixed;
    bottom:0;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
    z-index:1000;
}
#footer a{
    text-decoration:none;
    color:rgb(70, 70, 70);
}

#footer a:hover{
    text-decoration:underline;
}

#footer_left{float:left;margin-left:10px;}
#footer_right{float:right;margin-right:10px;}


.HomeBottomBloc_left_column_content{
    line-height: 1em;
}
.HomeBottomBloc_left_column_content p{
    margin:0.5em;
}
/* /Footer */ 

@media only screen and (max-width: 1450px) {
    .main-rounded-product, .main-rounded-page {
        margin: -70px 100px 0;
    }
}
@media only screen and (max-width: 1300px) {
    .main-rounded-product, .main-rounded-page {
        margin: -70px 155px 0;
    }


    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    
    .UserMenu{
        top: 50px;
        margin-right: 120px;
    }

    .CartMenu {
        top:50px;
        margin-right: 115px;
     }
     .PromoBar {
        left:10px;
     }
     .LangMenu {
        right:10px;
     }

}

@media screen and (max-width: 1024px) {
    .MidWidth{
        width:100%;
        padding:10px;
    }

}



@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    .UserMenu{
        top:60px;
        margin-right: 10px;
    }

    .CartMenu {
        top:60px;
        margin-right: 10px;
     }
     .PromoBar {
        left:10px;
     }
     .LangMenu {
        right:10px;
     }

     .LoginBTN{
        width:100% !important;
     }


    .main-rounded, .main-rounded-product, .main-rounded-page {
        margin: -130px 0px 0;
    }

    .title-home{
        margin-top:30%;
    }

    #HomeBottomBloc {
        display: block;
    }
    .float_left_option{
        float:unset;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .float{
        width:100%
    }
    .hideinmobile{
        display:none;
    }
    .hideindesktop{
        display:block;
    }
    
    .boldinmobile{
        font-weight: bold;
    }

    .TabLineAdresse,.TabLineCommande{
        height: 170px !important;
        margin-top:-55px;
    }

    .TabLineCommande{
        height: 330px !important;
    }

    #loginbox	{
       max-width: 300px;

    }
    .login_h2 {
        margin-left: 0px;
    }

    .nav-logo img{
        margin-top: 5px;
    }

    .page-header-title-bloc{
        width:85%;
        padding-bottom:0px;
    }
    .MidWidth{
        max-width:100%;
        padding:10px;
    }
    #footer p{
        padding:0;
        margin:0;
        line-height: 1.5em;
    }
    #footer_left{
        float:unset;
        margin-left:0;
        width: 100%;
        text-align:center;
    }
    #footer_right{
        float:unset;
        margin-right:0;
        width: 100%;
        text-align:center;
    }

    .ProductBloc{
        margin-bottom:25px;
        
    }
    .ProductColList{
        width: 100%;
    }
    .ProductColImg{
        width:100%;
        text-align: center;
        margin: 0 auto;
    }

    .HomeBottomBloc_left_column, #HomeBottomBloc_left, #HomeBottomBloc_right {
        float: unset;
        width: 100%;
    }

    .HomeBottomBloc_left_column_content{
        display:none;
    }
    .HomeBottomBloc_left_column_content{
        display:block;
    }

    .MoreInfoMenuTitle {
        font-size:12px;
    }

    /* depliant*/

    div.BottomLeftCol{
        position: relative;
    }
    .HomeBottomBloc_left_column input{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity:0;
        visibility: 0;
    }

    .HomeBottomBloc_left_column label{
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
    }
    div.HomeBottomBloc_left_column_content{
        max-height:0px;
        overflow: hidden;
        transition:max-height 0.5s;
        background-color: white;
        box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
    div.HomeBottomBloc_left_column_content p {
        padding:2em;
    }

    input:checked ~ h3 ~ div.HomeBottomBloc_left_column_content{
        max-height:300px;
    }

     /* /depliant*/

     /* produit*/

    .ProductPage_left, .ProductPage_right {
        width: 100%;
    }
    .ProductPageSocial{
        text-align: center;
        width:100%
    }


    /*Panier*/
    .ProductListLine{
        height: 160px;
    }
    .ProductListLine_title{
        display: none;
    }

    .ProductLine_Data{
        padding-top:0px;
    }
    .product_float,.colFloat{
        width: 100%;
        margin-left:20px;
    }


    .deliveryMethodLine_name{
        width:75%;
    }

    
    .deliveryMethodLine_price{
        width:25%;
    }

    #GoToCartBTN{
        display: none;
    }

    /*Panier*/
     /* /produit*/




}
@media screen and (max-width: 380px) {
    .PromoBar{
        font-size:10px;
        margin-top:5px;
    }
    .nav-logo img{
        max-width: 150px;
    }
    .UserMenu, .CartMenu {
        top: 55px;
    }

    .MoreInfoMenuTitle {
        font-size:10px;
        font-weight: bold;
    }
}
/*Ipad air */
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .main-rounded-product, .main-rounded-page {
        margin: -70px 20px 0;
    }


    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    
    .UserMenu{
        top:60px;
        margin-right: 10px;
    }

    .CartMenu {
        top:60px;
        margin-right: 10px;
     }
     .PromoBar {
        left:10px;
     }
     .LangMenu {
        right:10px;
     }

     .hideinmobile{
        display:none;
    }

}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .main-rounded-product, .main-rounded-page {
        margin: -70px 0px 0;
    }


    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    
    .UserMenu{
        top:60px;
        margin-right: 10px;
    }

    .CartMenu {
        top:60px;
        margin-right: 10px;
     }
     .PromoBar {
        left:10px;
     }
     .LangMenu {
        right:10px;
     }

}

  