@charset "utf-8";

p {text-align: justify;}
.hide { display: none;}
.shoe img{max-width: 80% !important; height: auto !important; margin: auto;  cursor: pointer;}

.ui-dialog .ui-dialog-titlebar-close{ background-image: url(/images/ico_croix_taskbar2.png) !important; }

.ui-widget-overlay {  background: black !important;  opacity: .8 !important;}

.burger{display: none;}
/* 20201105 width passe de 4 a 0% margin-left pour afficher plus centré*/
.listeArticles {
    margin-left:0%;
    position:relative;
    width: 100%;
}

/* 20191026 Surcharge css, on passe de background du bouton bleu a noir*/
.swal-button {
    background-color: #111;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.listeArticles video{
    max-height: 650px;
}

.imageSimple{
    width:20%;
    float:left;
    margin:2%;
}

.imageSimpleCollee{
    width:25%;
    float:left;
}

.imageSimpleCollee img{
    width:100%;
}

.imageDouble{
    width:50%;
    float:left;
    text-align: center;
    margin-top:	2%;
}

.imageVideoV{
    width:47%;
    float:left;
    margin: auto;
    max-height: 650px;
    text-align: center;
}

.imageCategorie{
    width:47%;
    float:left;
    margin:2%;
}

.imageLongue{
    width:97%;
    margin:auto;
    text-align: center
}

.imageVignette{
    width:29%;
    float:left;
    margin:0%;
}

@media (max-width: 640px) {
	#howto{
        display: none;
	}
	#taskbar a.landing{
	    display: none;
	}   
}

#taskbar a.landing {
	padding: 0 1% 0 1%;
}

#connection{
    display: block;
}

#crea_compte{
    margin-top: 5px;
}

/*20191113 rajout bouton achat direct*/
#crea_compte_sans{
    margin-top: 5px;
}

/*20200411 rajout vertical-align*/
#compte_stay{
    margin-bottom: 10px;
    font-size: 12px;
	vertical-align: text-bottom;
}

.label_compte{
    display: block;
    clear: both;
    font-weight: 600;
    color: #222;
    margin: 8px 0 3px 0;
    vertical-align: top;
    text-transform: none;
    font-size: 12px;
    line-height: 1.33333;
}

.label_compte:hover{
    cursor:pointer;
}

/*20191113 suppression de la feuille de stype pour affichage noir sur blanc*/
/*#create_compte{
    background-color: black;
    color: white;
}*/

#create_compte:hover{
    cursor:pointer;
}

/*20191113 suppression de la feuille de stype pour affichage noir sur blanc*/
/*20191113 rajout bouton achat direct*/
/*#create_compte_sans{
    background-color: black;
    color: white;
}*/

#create_compte_sans:hover{
    cursor:pointer;
}

#connect_compte:hover{
    cursor:pointer;
}

.input_compte{
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #dadada;
    color: #1a1a1a;
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
    margin: 0;
    padding: 11px 25px 11px 10px;
    letter-spacing: normal;
    font-size: 12px !important;
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.noTitleDialog .ui-dialog-titlebar {
    display:none;
}

.icon-shopping_bag {
    position:fixed;
	top: 5px;
	right:10%;
    height:32px;
	width:32px;
    background:url(/images/bag.png) top left no-repeat;
    z-index: 1000;
}

.icon-shopping_bag:hover {
    cursor: pointer;
}

.icon-account {
    position:fixed;
	top: 5px;
	right:13%;
    height:32px;
	width:32px;
    background:url(/images/compte.png) top left no-repeat;
    z-index: 1000;
}

.icon-account:hover {
    cursor: pointer;
}

#recherche_form{
    position:fixed;
    top: 2px;
    right:24%;
    z-index: 1000;
}

/*20190915 .shopping-text : Modification du background ŕ white et du color ŕ black*/
/*20191025 .shopping-text : suppression du right et rajout du margin-left: 20px;*/
.shopping-text {
    background: white;
    border-radius: 999em;
    color: black;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 100%;
    margin-left: 20px;
    font-size: 11px;
    transform: translateY(-135%) translateX(-40%);
}

#mdp_oublie{
    margin-top: 5px;
}
.oublie_mdp{
    text-decoration: underline;
    font-size: 11px;
}

.compte_oublier{
    text-align: center;
}

.compte_oublier input[type=text]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #dadada;
    color: #1a1a1a;
    border-radius: 0;
    line-height: 1.4;
    padding: 8px 25px 8px 10px;
    width: auto;
    -webkit-appearance: none;
    margin: 10px;
}

.compte_oublier input[type=submit]{
    width: auto;
    padding: 10px 19px 9px 19px;
    background: #1a1a1a none;
    color: #fff;
    border: 2px solid #1a1a1a;
    border-radius: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-height: 1em;
    vertical-align: baseline;
    margin: 10px;
    padding: 13px 20px 12px 20px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}

.grille{ 
  display: grid;
  display: -ms-grid; 
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns:  1fr 1fr 1fr 1fr;
  text-align: center;
  max-width: 97%;
  margin: auto;
}
.grille img{ 
  max-height: 500px;
  max-width:  1200px;
  width: 100%;
}

.grille .imgunique{ 
 /* max-width:  300px;*/
}

.box1 { 
  grid-column-start: 1; 
  grid-column-end: 3; 
  grid-row-start: 1; 
  grid-row-end: 3; 
} 
.box2 { 
  grid-column-start: 3; 
  grid-column-end: 5; 
  grid-row-start: 1; 
  grid-row-end: 3; 
}
.box3 { 
  grid-column-start: 1; 
  grid-column-end: 5; 
} 
.box4 { 
  grid-column-start: 1; 
  grid-column-end: 3; 
  grid-row-start: 4; 
  grid-row-end: 6; 
} 
.box5 { 
  grid-column-start: 3; 
  grid-column-end: 5; 
  grid-row-start: 4; 
  grid-row-end: 6; 
}
.box6 { 
  grid-column-start: 1; 
  grid-column-end: 3; 
  grid-row-start: 6; 
  grid-row-end: 8; 
}
.box11 { 
  grid-column-start: 1; 
  grid-column-end: 3; 
  grid-row-start: 8; 
  grid-row-end: 10; 
}
.box12 { 
  grid-column-start: 3; 
  grid-column-end: 5; 
  grid-row-start: 8; 
  grid-row-end: 10; 
}

.carousel_nouveaute{
    margin: auto;
    text-align: center;
    margin-top: 80px;
}

.carousel_nouveaute h2::after {
    content:'';
    display: block;
    width: 200px;
    height: 1px;
    background: black;
    margin: auto;
    margin-top: 15px;
}

nav li img.logo-menu{
	/*20191012 redimensionnement du logo en 250px (taille normale)*/
    /*width : 150px !important;*/
}

#sur-menu{
    background-color: black;
    height: 32px;
    display: block;


}

/*20191012 height: passe de 60 px a 120px; pour le reformatage du haut de page*/
#topNav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 890;
    width: 100%;
    height: 120px;
    margin-top: 32px;
    padding: 10px 6% 0 6%;
    background-color: white;
}

#topNav li{
    top: 7px;
}

.carousel_nouveaute{
    text-align: center;
}

.carousel_nouveaute h2{
    text-align: center;
}

#text-footer{
    margin: 2% 10% 2% 10%;
}

/*20191008 : plus de marge de 15% dans hr mais 10%*/
hr{
    margin: 0 10% 0 10%;
}

.imageAccueil
{
    width:100%;
    top: 0;
    display: block;

}

.imageFull
{
    width:100%;
    margin: 0;

}

#carousel-nouveautes .item{
    width: 60%;
    text-align: center;
    margin-left: 15%;
    margin-bottom: 50px;

}

.img-categories{
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: white;
    font-size: 50px;
}

.text-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* BLOCS */

/*20200901 sur page d'acceuil on diminue la taille des images*/
.content-blocs{
    position: relative;
	width: 95%;
    padding-left: 9%;
}


/*20200901 sur page d'acceuil on espace les images verticalement*/
.content-blocs .bloc{
    float: left;
    /*margin-bottom: 130px;*/
    /*padding: 0;*/
	/*padding-left: 30px;*/
    /*padding-right: 30px;*/
    Padding-bottom: 30px;
}

.content-fluid .bloc{
    /*margin-bottom: 130px;*/
}

.content-blocs .sousbloc:first-child{
    /*margin-bottom: 130px;*/
}

#buddhabar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#topNavLogo {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 35px;
  left: 37%;
  border-radius: 4px;
  z-index: 999;
}
.overflow #topNavLogo{left: 30px;}

/* NAVIGATION RESPONSIVE */
/*  BURGER
========================================== */

.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 31px;
  left: 10px;
  border-radius: 4px;
  z-index: 999;
}
.overflow .burger{left: 30px;}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #2a2a2a;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before { top: -9px; }

.burger span::after { top: 9px; }

.burger.clicked span { background-color: transparent; }

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after { background-color: #ffffff; }

.burger:hover { cursor: pointer; }

/*  NAV
========================================== */

.nav-mobile {
  box-sizing: border-box;
  background-color: #2a2a2a;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-mobile *{box-sizing: border-box;}

.nav-mobile.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.nav-mobile.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.nav-mobile.show ul.main li:nth-child(1) { transition-delay: 0.15s; }

.nav-mobile.show ul.main li:nth-child(2) { transition-delay: 0.3s; }

.nav-mobile.show ul.main li:nth-child(3) { transition-delay: 0.45s; }

.nav-mobile.show ul.main li:nth-child(4) { transition-delay: 0.6s; }

.nav-mobile.show ul.main li:nth-child(5) { transition-delay: 0.75s; }

.nav-mobile.show ul.main li:nth-child(6) { transition-delay: 0.9s; }

.nav-mobile.show ul.main li:nth-child(7) { transition-delay: 1.05s; }

.nav-mobile.show ul.main li:nth-child(8) { transition-delay: 1.2s; }

.nav-mobile.show ul.main li:nth-child(9) { transition-delay: 1.35s; }

.nav-mobile.show .about, .nav-mobile.show .social, .nav-mobile.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {

.nav-mobile { padding: 120px 90px 70px 90px; }
}

.nav-mobile ul.main { list-style-type: none; }

.nav-mobile ul.main li {
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-mobile ul.main li:last-of-type { margin-bottom: 0px; }

.nav-mobile ul.main li a {
  color: #ffffff;
  font-family: "MrEavesSanOT-Reg", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 5px;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-mobile ul.main li a span { color: #b7ac7f; }

.nav-mobile ul.main li a:hover { color: #b7ac7f; }

.nav-mobile .about {
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-mobile .about p {
  color: #ffffff;
  font-family: "Spectral", serif;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}

.nav-mobile .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-mobile .social:after {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #b7ac7f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-mobile .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.nav-mobile .social a:last-of-type { margin-right: 0px; }

.nav-mobile .social a:hover svg path, .nav-mobile .social a:hover svg circle { fill: #b7ac7f; }

.nav-mobile .social a svg {
  width: 100%;
  height: 100%;
}

.nav-mobile .social a svg path, .nav-mobile .social a svg circle {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-mobile ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-mobile ul.sub li { margin-bottom: 10px; }

.nav-mobile ul.sub li:last-of-type { margin-bottom: 0px; }

.nav-mobile ul.sub li a {
  color: #ffffff;
  font-family: "MrEavesSanOT-Reg", sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-mobile ul.sub li a:hover { color: #b7ac7f; }


/*  OVERLAY
========================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b7ac7f;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}
body {padding-top: 92px;}
body.overflow{overflow: hidden;}

.mini-ordi{display: inherit;}
.mini-mobile{display: none;}

@media screen and (max-width: 1024px){
  body {padding-top: 32px;}
  #sur-menu #newbag {right: 1%;}
  #sur-menu #newaccount {right: 7%;}
  #sur-menu #international {left: 1%; margin: 0;}
  #sur-menu #recherche {display: none;}
  #sur-menu .langue-select select {right: 14%;}
  /* header */
  #socialR{display: none;}
  #topNav{display: none;}
  #topNavLogo .logo-menu {visibility: visible;}
  .burger{display: inherit;}
  .sub-menu{list-style-type: none; padding-left: 20px;}
  .sub-menu li{margin-bottom: 0 !important;}
  .sub-menu li a{font-size: 1.3rem !important;}

  /* layout */
  #colg:after{content: ""; display: table; clear: both;}
  #colg{float: none !important; clear: both !important; width: 100% !important; max-width: 470px !important; height: auto; margin: 0 auto !important; padding: 0 !important;}

  /* product */
  #product #cold{float: none !important; clear: both !important; max-width: 308px !important; width: 100% !important; margin: 0 auto !important; padding: 15px 0 0 0 !important;}
  #zoom, .zoom360{display: none !important;}
  .imageproduct:after, #product div.imageproduct:after{content: ""; float: none; clear: both; display: table;}
  .quart_main-content{display: none;}
  /* panier */
  #commande{position: relative !important; display: block !important; max-width: 585px; margin: 0 auto;}
  .contenu .demie{width: 100% !important; float: none; clear: both;}

  /* commande */
  .list_add table{width: auto;}
  #wysiwyg a{display: block; margin-bottom: 7px;}
  .list_add a.add_adre{float: none; clear: both;}
}

@media screen and (max-width: 980px){
  .quart{display: none; float: none; clear: both;}
  .logoCentral .quart{display: inherit;}
  #commande{ padding: 0; position: relative; left: 0; max-width: 585px; margin: 0 auto;}
  .contenu .demie{width: 100% !important; float: none; clear: both; box-sizing: border-box;}
  .shoe{margin-left: 0 !important; width: 100% !important; float: none !important; clear: both !important; height: auto !important;}
}

@media screen and (max-width: 767px){
  #sur-menu #newaccount {right: 10%;}
  #sur-menu #recherche_form {right: 44%;}
  #sur-menu .langue-select select {right: 22%;}

  /* contenu */
  .contenu .troisquart{width: 100%; box-sizing: border-box; padding: 0 10px;}

  #international{position: absolute; top: 5px; left: 5px; z-index: 990;}
  .logoCentral .quart{width: 100%; padding-top: 30px; max-width: 220px; text-align: center;}


  /* image produit home */
  .imageDouble {width: 100%;float: none; text-align: center; margin-top: 2%; float: none !important; clear: both; width: 100%;}
  .imageSimple, .imageVignette{width: 50%; margin-left: auto; margin-right: auto; text-align: center;}

  /* PANIER */
  #commande td{padding: 5px;}

  #buddhabar{min-height: 270px !important;}

  #contact_message #contact_textarea p{text-align: center !important;}
  #contact_message #contact_textbox{position: initial; top: initial; right: initial; left: initial;}


}

@media screen and (max-width: 490px){
  .mini-mobile{display: inherit;}
  .mini-ordi{display: none;}
  .minpic{float: none !important; clear: both !important; width: 100% !important;}
  #commande th{padding: 10px 2px !important;}
}