bannbody {
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
}

.body {
  height: 100%;
  font-family: 'Playfair Display', sans-serif;
  letter-spacing: 1px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 20px;
}

.research-bar {
  margin-top: 27px;
  height: 30px;
 max-width: 200px;
  background-color: transparent;
}

.logo {
  height: 70px;
  background-image: url('../img/1359650511LOGO VDJ.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.w--current {
  display: block;
  width: 310px;
  background-position: 91% 50%;
  background-size: 444px;
}

.basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 40px;
  margin-top: 20px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.basket:hover {
  width: 130px;
  height: 40px;
  padding: 0px;
  border: 1px none #c9c9c9;
}

.basket:focus {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #c9c9c9;
  background-color: #fff;
}

.nav {
  z-index: 2;
  padding:24px;
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width:1200px){
	.nav{
	padding:0px !important;
	}
}
@media (max-width:992px){
	.nav{
	margin-top:30px !important;
	}
}
.nav:hover {
  
}

.nav.non-hover {
  border-bottom-style: none;
}

.nav.non-hover:hover {
  padding: 24px;
  border-style: none;
}

.nav.colections {
  position: relative;
  z-index: 50;
}

.nav.categories {
  position: relative;
  z-index: 40;
}

.nav.categories:hover {
  z-index: 60;
}

.page {
  display: block;
  width: 1280px;
  max-width: 100%;
  min-width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sous-menu {
  height: auto;
  margin-top: -1px;
  padding: 30px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.liste-menu {
  width: 23%;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
}

.liste-menu.liste-menu-catgories {
  width: 32%;
}

.titre-liste-menu {
  display: block;
  width: 100%;
  height: 25px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.item-list {
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  clear: none;
  text-transform: capitalize;
}

.item-list:hover {
  text-decoration: underline;
}

.catgories-deroul.sous-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 51;
  display: none;
  width: 1280px;
  height: 320px;
  max-width: 100%;
  min-width: 30%;
  margin-top: 217px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-droul.sous-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  display: none;
  width: 1280px;
  height: 320px;
  max-width: 100%;
  min-width: 30%;
  margin-top: 217px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loupe {
  width: 30px;
  height: 30px;
  background-image: url('../img/magnifying-glass.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.cart {
  width: 100px;
  height: 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.lien-panier {
  position: relative;
  width: 71px;
  height: 31px;
  padding: 5px 6px 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 1px;
}

.chiffre {
  float: left;
margin-right: 5px;
  width: 20px;
  height: 30px;
  margin-left: 165px;
  padding-top: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.trait-menu {
  height: 1px;
   margin-top: -17px;

  background-color: #c9c9c9;
}

.image-ex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c9c9c9;
  background-image: url('../img/alb10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-ex:hover {
  background-color: #b8b6ce;
  background-image: url('../img/alb2.jpg');
  background-size: cover;
}

.sous-image {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 13px;
  background-color: transparent;
}
.bouton-inscription-page {
  text-align:center;
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 40px;
    padding-left: 42px;
    float: none;
    clear: none;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
}
.sold-out {
  display: none;
  width: 200px;
  height: 100px;
  padding: 34px;
  background-color: #a2a2a2;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titre-de-la-page {
  color: #333;
margin-top: 29px;
font-family: 'Playfair Display', sans-serif;
font-size: 68px;
font-weight: 700;
text-align: center;
letter-spacing: 3px;
margin-bottom: 90px;
}
@media (max-width: 767px){
	.titre-de-la-page {
		  color: #333;
		margin-top: 29px;
		font-family: 'Playfair Display', sans-serif;
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
		text-align: center;
		letter-spacing: 3px;
		margin-bottom: 50px;
}
}
.titre-categories {
  display: block !important;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.titre-categories:hover {
  color: #000;
}

.description-articles {
  margin-top: 8px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.description-articles.lien {
  color: #a3a3a3;
  font-size: 12px;
  text-decoration: none;
}

.add-cart {
  display: none;
  width: 80%;
  height: 50px;
  margin-bottom: 25px;
  padding-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fafafa;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collone {
  margin-top: 10px;
  margin-bottom: 10px;
}

.collone:hover {
  text-decoration: underline;
}

.texte-prsentation {
  margin-top: 40px;
  padding-right: 110px;
  padding-left: 110px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
@media (max-width:1200px){
	.texte-prsentation {
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
	}	
}
.tri {
  margin-top: 70px;
}

.recent-plus-vieux {
  width: auto;
  height: 30px;
  text-transform: uppercase;
}

.bannierre {
  font-family: 'Playfair Display', serif;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #000;
  color: #fff;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
}

.selection-tri {
  color: #000;
  font-weight: 700;
}

.bloc-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fil-dariane {
  margin-top: 50px;
  text-transform: uppercase;
}

.articles {
  margin-top: 80px;
}

.image-article {
  width: 640px;
  height: 700px;
  float: left;
  background-image: url('../img/alb3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infos {
  width: 640px;
  height: 700px;
  padding-right: 9px;
  padding-left: 9px;
  float: left;
}

.description-article {
  font-size: 12px;
  line-height: 20px;
}

.titre-articles {
  display: inline-block;
  margin-top: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.prix {
  display: inline-block;
  margin-top: 0px;
  float: right;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.prix.sold {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 16px;
  clear: none;
  color: #818181;
  font-size: 20px;
  text-decoration: line-through;
}

.choix-couleur {
  width: 40px;
  height: 40px;
  margin-top: 48px;
  margin-left: 20px;
  float: left;
  background-color: #55585a;
}

.slection-taille {
  height: 30px;
  margin-top: 42px;
}

.choix-taille {
  width: 30px;
  height: 30px;
  padding-top: 1px;
  float: left;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.choix-taille.marge {
  margin-left: 20px;
}

.choix-coloris {
  height: 30px;
  margin-top: 28px;
}

.choix-couleur {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
}

.choix-couleur.marge {
  margin-top: 0px;
  margin-left: 20px;
  float: none;
  clear: left;
  background-color: #c7d6e0;
}

.bouton-achat {
  display: inline-block;
  margin-top: 0px;
  float: none;
  clear: none;
  background-color: #2a2a2a;
}

.dropdown-infos {
  position: static;
  display: block;
  width: 180px;
  float: left;
  clear: left;
}

.share {
  height: 30px;
  margin-top: 40px;
  float: none;
  clear: left;
}

.icones {
  width: 20px;
  height: 20px;
  margin-left: 18px;
  float: left;
  background-image: url('../img/tumblr.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icones._1er {
  margin-left: 0px;
}

.icones._1er.facebook {
  background-image: url('../img/facebook.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icones.pinterest {
  background-image: url('../img/pinterest.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icones.twitter {
  background-image: url('../img/twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.remise {
  display: block;
  margin-top: 5px;
  float: right;
  clear: right;
  color: #818181;
}

.suggestion-titre {
 margin-top: 10px;
    float: none;
    font-family: Montserrat,sans-serif;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;

}

.slider-home {
  z-index: 1;
  height: 425px;
  margin-bottom: 25px;
  background-color: transparent;
}

.slide1 {
  height: 450px;
}

.partie-gauche {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 450px;
  float: left;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/slider.png');
  background-position: 50% 50%;
  background-size: cover;
}

.titre-slider-cadre {
  width: 364px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  text-align: center;
}

.langue {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 60px;
  margin-left: 50px;
  float: left;
  text-decoration: underline;
  text-transform: uppercase;
}

.langue.anglais {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  margin-top: 82px;
  margin-left: 50px;
}

.devise {
  display: none;
  text-decoration: none;
  text-transform: none;
}

.anglais.langue {
  left: 0px;
  top: 0px;
  display: none;
  width: 50px;
  height: 20px;
  margin-top: 77px;
  float: none;
}

.connexion {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 60px;
  margin-right: 50px;
}

.articles-miniatures {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.articles-miniatures.gauche {
  float: left;
}

.articles-miniatures.droite {
  float: right;
}

.cadre-image {
  overflow: hidden;
  width: 100%;
  height: 350px;
}

.image-top {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-top:hover {
  opacity: 0;
}

.image-down {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  margin-top: -370px;
}

.ajout-rapide-cadre {
  position: absolute;
  z-index: 3;
  width: 300px;
  height: 50px;
  margin-top: 275px;
  margin-right: 0px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 1200px){
.ajout-rapide-cadre {
  position: absolute;
  z-index: 3;
  display: none;
  width: 0px;
  height: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
font-size:0;
}

}



.ajout-rapide-action {
  display: block;
  width: 300px;
  margin-top: 20px;
  padding: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  text-transform: uppercase;
}

.ajout-rapide-action:hover {
  display: block;
  opacity: 1;
}

.choix-taille-rapide {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 30px;
  margin-top: 10px;
  margin-left: 15px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.case-choix-taille {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #c9c9c9;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.case-choix-taille:hover {
  border-color: #000;
}

.case-choix-taille:active {
  border-color: #000;
}

.case-choix-taille:focus {
  border-width: 2px;
  border-color: #000;
}

.liens-catgories-sous-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 20px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.lien-categories {
  color: #818181;
  font-size: 12px;
  text-transform: capitalize;
}

.lien-categories:hover {
  text-decoration: underline;
}

.choix3.ajout-rapide-cadre {
  height: 80px;
  margin-top: 250px;
}

.choix2.ajout-rapide-cadre {
  height: 80px;
  margin-top: 250px;
}
.suivant-precdent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.suivant-precdent.grec-suiv-haut {
  margin-top: 30px;
}

.precedent {
  color: #333;
  text-transform: uppercase;
}

.precedent:hover {
  text-decoration: underline;
}

.suivant {
  color: #333;
  text-transform: uppercase;
}

.suivant:hover {
  text-decoration: underline;
}

.titre-slider {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-size: 50px;
  line-height: 49px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: bold;
  color:#333;
  font-family: Montserrat, sans-serif;
}

.lien-slider {
  position: static;
  display: inline-block;
  margin-top: 34px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.lien-slider:hover {
  text-decoration: underline;
}

.flche-droite-cadre {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100px;
  height: 40px;
  margin-top: 300px;
  margin-right: 200px;
  margin-left: 0px;
  float: none;
  color: #2a2a2a;
  font-size: 20px;
}

.flche-gauche-cadre {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 40px;
  margin-top: 300px;
  margin-bottom: 111px;
  margin-left: 830px;
  color: #2a2a2a;
  font-size: 20px;
}
@media (max-width: 1200px){
	.flche-gauche-cadre{
	margin-left:60% ;	
	margin-top: 240px;
	}
	.flche-droite-cadre{
	margin-right:10% ;
	margin-top: 240px;	
	}
}
@media (max-width: 992px){
	.flche-gauche-cadre{
	margin-left:58% !important;	
	}
	.flche-droite-cadre{
	margin-right:10% !important;	
	}
}
.image-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 300px;
  margin-top: 0px;
  margin-left: 0px;
  float: none;
  clear: both;
}

.choix0.ajout-rapide-cadre {
  display: none;
  height: 80px;
  margin-top: 250px;
}

.tenue-jour-cadre {
  height: 900px;
}

.tenue-partie-gauche {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 900px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/fond-tenue.png');
  background-position: 92% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tenue-partie-droite {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: 700px;
  height: 900px;
  margin-left: -28px;
  float: right;
}

.image-tenue {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
}

.cadre-infos-tenue {
  position: relative;
  z-index: 4;
}

.titre-module-home.titre-connexion {
  margin-top: 40px;
  clear: left;
}

.date-tenue {
  margin-bottom: 50px;
  font-size: 15px;
  text-align: center;
  opacity : 0;
}

.list-tenue {
  height: 230px;
  padding-left: 0px;
}

.tenue-list-objet {
  height: 80px;
}



.bloc {
  width: 400px;
  height: 400px;
  background-image: url('../img/zoom-tenue2.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.footer {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #818181;
}

.form-email {
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #818181;
}

.form-email:focus {
  border-bottom-color: #000;
}

.envoi-mail {
  margin-top: -37px;
  float: right;
  background-color: transparent;
  color: #363636;
}

.icnes-cadre {
  display: block;
  margin-right: 30px;
}

.icone-footer {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}

.objet-lest-footer {
  height: 22px;
  font-size: 13px;
}

.lien-footer {
  font-size: 12px;
  text-transform: capitalize;
}

.map-store {
  display: block;
  margin-top: 0px;
}

.map {
  height: 600px;
  background-image: url('../img/map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collone-map {
  padding-right: 0px;
  padding-left: 0px;
}

.cadre-liste-revendeurs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-left: -47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/fond-map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow:hidden;
}
@media (max-width:1200px){
	.cadre-liste-revendeurs{
		display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  width: 130%;
	  height: 600px;
	  margin-left: -30%;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  background-image: url('../img/fond-map.png');
	  background-position: -10% 50%;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
}
.colonne-revendeur {
  padding-right: 0px;
  padding-left: 0px;
}

.slider--revendeur {
  display: block;
    width: 400px;
    height: 220px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
	background: transparent;
}

.flche-gauche-slider-revendeur {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cadre-flche-gauche-slider-map {
  position: absolute;
  left: 90px;
  bottom: 0px;
  width: 80px;
  height: 20px;
  margin-top: 190px;
  color: #333;
  font-size: 20px;
}
.cadre-flche-droite-revendeur {
  width: 80px;
  height: 20px;
  right:90px;
  margin-top: 190px;
  color: #333;
  font-size: 20px;
}
@media (max-width:990infosx){
	.cadre-flche-gauche-slider-map {
	  position: absolute;
	  left: 0px;
	  bottom: 0px;
	  width: 140px;
	  height: 20px;
	  color: #333;
	  font-size: 20px;
	}
	.cadre-flche-droite-revendeur {
	  width: 140px;
	  height: 20px;
	  color: #333;
	  font-size: 20px;
	}
}


.cadre-bouton-achat {
  margin-top: 45px;
  margin-bottom: 40px;
}

.cadre-infos-article {
  margin-top: 40px;
}

.cadre-guide-taille {
  display: inline-block;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  width: 500px;
  height: 120px;
  max-width: 500px;
  min-width: 100%;
  float: none;
  clear: left;
}

.dropdown-toogle {
  padding-left: 0px;
}

.dropdown-toggle {
  display: block;
  padding-left: 0px;
}



.titre-accordeon {
  display: inline-block;
  margin-bottom: 12px;
  padding-top: 0px;
  border-top: 1px none #2a2a2a;
  cursor: pointer;
}

.composition-accordeon.accordeon {
  margin-top: 0px;
}

.guide-entretien-accordeon.accordeon {
  height: 40px;
}

.guide-taille-accordeon {
  overflow: hidden;
  height: 40px;
  margin-top: 19px;
  padding-top: 8px;
  border-top: 1px none #2a2a2a;
}

.tableau-guide-taille {
  position: relative;
  width: 640px;
  height: 215px;
  background-image: url('../img/Capture d’écran 2016-06-16 à 17.49.21.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icone-deroule {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-top: 0px;
  margin-left: 11px;
  float: none;
}

.instagram-module {
  height: auto;
  margin-top: 50px;
  background-color: #fff;
}
@media (max-width: 1200px){
	.instagram-module {
  	height: auto;
  	margin-top: 20px;
  	background-color: #fff;
	}
}
.contact-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px){
	.contact-module {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  height: 470px;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	}
	.form-wrapper{
		height:300px !important;	
	}
}
.form-wrapper {
  width: 500px;
  height: 249px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.panier-cadre {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 400px;
  margin-top: 39px;
  margin-right: 0px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: red;
}

.titre-panier {
  display: inline-block;
  padding: 5px;
}

.sous-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cadre-panier {
  position: relative;
  z-index: 90;
  display: none;
  overflow: hidden;
  width: 300px;
  height: 0px;
  padding: 20px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.image-panier {
  width: 100px;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
}

.texte-panier {
  height: 100px;
}

.informations-panier {
  float: none;
}

.titre-iinfos-panier {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.description-panier {
  font-size: 10px;
}

.prix-panier {
  font-size: 10px;
}

.taille-panier {
  font-size: 10px;
}

.rang-article-panier {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #c9c9c9;
}

.suppression-article-panier {
  position: absolute;
  top: -17px;
  right: -15px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: pointer;
}

.cadre-lien-panier {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  margin-bottom: 12px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lien-panier {
  width: auto;
  height: auto;
  padding: 0px;
  font-size: 10px;
  line-height: 15px;
}

.lien-panier:hover {
  text-decoration: underline;
}

.article-panier-1.rang-article-panier {
  display: none;
}

.article-panier-2.rang-article-panier {
  display: none;
}

.article-panier-3.rang-article-panier {
  display: none;
}

.slide-revendeur-1 {
  background-color: transparent;
  text-align: center;
}

.image-slider-home {
  padding-right: 0px;
  padding-left: 0px;
}

.image-slider-home img{height:auto;}

@media (max-width: 1200px){
	.image-slider-home img {
		height:100%;
  		padding-right: 0px;
  		padding-left: 0px;
	}
	.row-slider-home {
  		height: 326px !important;
	}
	.titre-slider {
	font-size: 40px;
	}
}
@media (max-width: 992px){
	.image-slider-home img {
  		padding-right: 0px;
  		padding-left: 0px;
	}
}
.row-slider-home {
  height: 425px;
}

.texte-slider {
 

}

.colonne-article-gauche {
  padding-right: 80px;
  padding-left: 0px;
}

.taille-disponible {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cadre-taille-disponible {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.colonne-article-centre {
  padding-right: 40px;
  padding-left: 40px;
}

.colonne-article-droite {
  padding-right: 0px;
  padding-left: 80px;
}

.module-tenue-du-jour {
  height: 560px;
  margin-top:80px;
}

@media (max-width: 1200px){
	.module-tenue-du-jour {
  	height: 390px;
	margin-top:-100px;
	}
}
.colonne-gauche-tenue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colonne-droite-tenue {
  height: 100%;
  overflow:hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.image-fond-partie-gauche {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 113%;
  height: 100%;
  background-image: url('../img/fond-tenue7.png');
  background-position: 0px 0px;
  background-size: cover;
}

.module-instagram {
  height: auto;
}

.colonne-instagram {
  padding: 10px;
}

.colonne-instagram.colonne-gauche {
  padding-right: 30px;
  padding-left: 0px;
}

.colonne-instagram.colonne-droite {
  padding-right: 0px;
  padding-left: 30px;
}

.legende-photo-instagram {
  font-size: 12px;
  line-height: 19px;
}

.lien-instagram {
  text-align: center;
  margin-bottom: 25px;
  margin-top: -23px;
}
@media (max-width: 1200px){
	.lien-instagram {
  	text-align: center;
  	margin-bottom: 25px;
  	margin-top: 0px;
	}
}
.champ-nom {
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #c9c9c9;
}

.bouton-envoie {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.nationalits-revendeur {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.nom-vendeur {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: center;
}

.revendeur {
  font-size: 12px;
}

.miniatures-slider-articles {
  width: 120px;
  height: 120px;
}

.row-inscription {
  height: auto;
  margin-top: 50px;
}

.formulaire-page-inscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right:10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.colonne-connexion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formulaire-inscription {
  width: 65%;
  height: auto;
  margin-left: auto;
margin-right: auto;
}

.radio-mme {
  display: inline-block;
  float: left;
}

.radio-mr {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.champ-inscription {
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #c9c9c9;
  color: #363636;
}

.champ-inscription.informations-compl {
  padding-top: 20px;
  padding-bottom: 50px;
}

.jour {
  width: 80px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.bouton-inscription {
  margin-top: 7px;
  margin-bottom: 40px;
  padding-left: 0px;
  float: left;
  clear: left;
  background-color: #fff;
  color: #333;
  text-decoration: underline;
}

.formulaire-connexion {
  width: 60%;
  height: 520px;
}

.panier-page-inscription {
  height: 100%;
  min-width: 400px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.article-panier-inscription {
  display: block;
  overflow: scroll;
  width: 400px;
  height: auto;
  padding: 10px;
}

.titre-article-panier-page-inscription {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.colonne-info-panier {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  padding-right: 0px;
  padding-left: 60px;
}
@media (max-width: 767px){
	.colonne-info-panier {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  padding-right: 0px;
  padding-left: 10px;
  margin-top:15px;
}
}
@media (max-width: 489px){
	.colonne-info-panier {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-top:15px;
}
}
.infos-panier-page-inscription {
  padding-left: 10px;
}

.row-article-panier-page-inscription {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #818181;
}

.prix-article-panier-inscription {
  margin-top: 5px;
  text-decoration: none;
}

.ancien-prix {
  text-decoration: line-through;
}

.taille-choisi-article-panier-inscription {
  margin-top: 5px;
  padding-left: 10px;
}

.quantit-article-panier-inscription {
  margin-top: 5px;
}

.suppression-article-panier-inscription {
  position: relative;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: 100%;
  background-color: #fff;
}
@media (max-width: 767px){
	.suppression-article-panier-inscription {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: 0%;
  background-color: #fff;
}	
}

.miniature-article-panier-inscription {
  overflow: hidden;
  width: 100%;
  height: 150px;
}

.cadre-infos-finales-panier {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0px auto 25px;
  float: none;
  clear: none;
}

.frais-de-livraison {
  margin-top: 10px;
}

.total-prix {
  text-align: right;
}

.trait-total-panier {
  height: 2px;
  margin-top: 10px;
  background-color: #c9c9c9;
}

.pays {
  width: 50%;
  height: 30px;
  margin-top: 10px;
  background-color: transparent;
}

 .cadre-infos-map {
	 -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
 }

@media (max-width: 991px) {
  .logo {
    width: 300px;
  }
  .nav.non-hover {
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .nav.non-hover:hover {
    padding: 10px;
  }
  .nav.colections {
    padding: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .nav.categories {
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .page {
    max-width: 90%;
    min-width: 700px;
    padding-bottom: 0px;
  }
  .liste-menu {
    width: 18%;
  }
  .titre-liste-menu {
    font-size: 12px;
  }
  .item-list {
    margin-top: 5px;
    font-size: 12px;
  }
  .sous-image {
    width: 100%;
    font-size: 12px;
  }
  .titre-categories {
    font-size: 14px;
  }
  .description-articles {
    margin-top: 5px;
    font-size: 12px;
  }
  .collone {
    margin-top: 40px;
  }
  .slider-home {
    height: 233px;
    margin-top: 32px;
  }
  .cadre-image {
    height: 200px;
  }
  .image-down {
    margin-top: -225px;
  }
  .ajout-rapide-action {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-top: 10px;
    font-size: 12px;
  }
  .choix-taille-rapide {
    width: 100%;
    margin-left: 0px;
  }
  .case-choix-taille {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
  }
  .liens-catgories-sous-image {
    width: 80%;
    font-size: 12px;
  }
  .lien-categories {
    font-size: 10px;
  }
  .choix3.ajout-rapide-cadre {
    width: 190px;
    height: 70px;
    margin-top: 104px;
    margin-left: 7px;
  }
  .choix2.ajout-rapide-cadre {
    width: 190px;
    height: 70px;
    margin-top: 104px;
    margin-left: 7px;
  }
  .titre-slider {
    font-size: 24px;
  }
  .lien-slider {
    margin-top: -3px !important;
    font-size: 16px !important;
  }
  .flche-droite-cadre {
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-top: -29px;
    margin-right: 70px;
    margin-bottom: 30px;
  }
  .flche-gauche-cadre {
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 419px;
  }
  .choix0.ajout-rapide-cadre {
    display: none;
    width: 190px;
    height: 70px;
    margin-top: 104px;
    margin-left: 7px;
  }
  .cadre-infos-tenue {
    height: auto;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  
  @media (max-width : 767px){
	  .cadre-infos-tenue{
		  margin-bottom: 20px;
		  margin-top:20px;
		  }
	  }
  .titre-module-home {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 34px;
  }
  .titre-module-home.titre-module-revendeur-mobile {
    margin-bottom: 0px;
    background-color: #f9f9f9;
	padding-bottom:15px;
	padding-top:15px;
  }
  .date-tenue {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .list-tenue {
    margin-bottom: 0px;
  }
  .tenue-list-objet {
    height: auto;
    margin-bottom: 10px;
  }
  .selection-rond.selection1 {
    left: 110px;
    top: 24%;
  }
  .selection-rond.selection3 {
    left: 150px;
    top: 250px;
  }
  .selection-rond.selection2 {
    left: 80px;
    top: -140px;
  }
  .form-email {
    font-size: 10px;
  }
  .envoi-mail {
    margin-top: 0px;
    float: left;
  }
  .objet-lest-footer {
    height: auto;
  }
  .lien-footer {
    display: block;
  }
  .map {
    height: 300px;
  }
  .cadre-liste-revendeurs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: auto;
	background-position: 50% 50%;
  }
  .cadre-infos-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider--revendeur {
    display: block;
    width: 400px;
    height: 220px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
  }
  .cadre-flche-gauche-slider-map {
    margin-top: 190px;
	left:5%;
  }
  .cadre-flche-droite-revendeur {
    top: 0px;
    right: 5%;
    bottom: 0px;
    margin-top: 190px;
  }
  .slide-revendeur-1 {
    height: 200px;
  }
  .row-slider-home {
    height: 234px;
  }
  .colonne-article-gauche {
    padding-right: 30px;
  }
  .cadre-taille-disponible {
    display: none;
    margin-top: 10px;
    font-size: 12px;
  }
  .colonne-article-centre {
    padding-right: 15px;
    padding-left: 15px;
  }
  .colonne-article-droite {
    padding-left: 30px;
  }
  .cadre-image {
    height: 200px;
  }
  .module-tenue-du-jour {
    height: 320px;
	margin-top: -20px;
  }
  .image-fond-partie-gauche {
    width: 117%;
    background-position: 100% 50%;
    background-size: auto;
  }
  .colonne-instagram {
    padding: 8px;
  }
  .legende-photo-instagram {
    font-size: 10px;
    line-height: 14px;
  }
  .row-inscription {
    height: 760px;
  }
  .formulaire-inscription {
    width: 100%;
  }
  .radio-mme {
    font-size: 12px;
  }
  .radio-mr {
    font-size: 12px;
  }
  .champ-inscription {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .article-panier-inscription {
    width: auto;
  }
  .titre-article-panier-page-inscription {
    margin-bottom: 3px;
    font-size: 17px;
  }
  .infos-panier-page-inscription {
    font-size: 12px;
  }
  .prix-article-panier-inscription {
    font-size: 12px;
  }
  .taille-choisi-article-panier-inscription {
    font-size: 12px;
  }
  .quantit-article-panier-inscription {
    font-size: 12px;
  }
}

@media (max-width: 767px) {

  .logo {
    width: 200px;
  }
  .logo.w--current {
    width: 100px;
    height: 50px;
  }
  .nav.non-hover {
    font-size: 9px;
    letter-spacing: 0px;
  }
  .nav.colections {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .nav.colections:hover {
    border-style: none;
  }
  .nav.categories {
    padding: 10px;
    border-style: none;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .page {
    min-width: 300px;
  }
  .loupe {
    height: 100%;
  }
  .titre-categories {
    font-size: 13px;
  }
  .description-articles {
    font-size: 10px;
  }
  .slider-home {
    height: auto;
  }
  .image-down {
    margin-top: -180px;
  }
  .ajout-rapide-action {
    display: block;
    margin-top: 5px;
    font-size: 10px;
  }
  .choix-taille-rapide {
    margin-top: 4px;
    margin-left: -4px;
  }
  .liens-catgories-sous-image {
    margin-top: 3px;
  }
  .choix3.ajout-rapide-cadre {
    left: 50%;
    width: 147px;
    height: 50px;
    margin-top: 63%;
    margin-left: -80px;
    line-height: 10px;
  }
  .choix2.ajout-rapide-cadre {
    left: 50%;
    width: 147px;
    height: 50px;
    margin-top: 63px;
    margin-left: -80px;
    line-height: 10px;
  }
  .flche-droite-cadre {
    top: auto;
    right: 0px;
    bottom: 0px;
    margin-right: 100px;
    margin-bottom: 30px;
  }
  .flche-gauche-cadre {
    left: 0px;
    top: auto;
    right: auto;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 120px;
  }
 .ajout-rapide-cadre {
    left: 50%;
    display: none;
    width: 147px;
    height: 43px;
    margin-top: 63%;
    margin-left: -80px;
    line-height: 10px;
  }
  
 
  .image-tenue {
    height: auto;
  }
  .selection-rond.selection1 {
    left: 50%;
    top: 24%;
  }
  .selection-rond.selection3 {
    left: 20%;
    top: 50%;
  }
  .footer {
    padding-bottom: 30px;
  }
  .contact-module {
    height: 400px;
  }
  .colonne-article-gauche {
    padding-right: 10px;
  }
  .cadre-taille-disponible {
    display: none;
    font-size: 10px;
  }
  .colonne-article-centre {
    padding-right: 5px;
    padding-left: 5px;
  }
  .colonne-article-droite {
    padding-left: 10px;
  }
  .cadre-image {
    height: 160px;
  }
  .module-tenue-du-jour {
    overflow: visible;
    height: auto;
  }
  .colonne-gauche-tenue {
    height: auto;
	overflow:hidden;
  }
  .colonne-droite-tenue {
    height: 50%;
  }
  .image-fond-partie-gauche {
    display: block;
    width: 200%;
    height: 100%;
  }
  .colonne-instagram {
    padding-right: 5px;
    padding-left: 5px;
  }
  .colonne-instagram.colonne-gauche {
    padding-right: 5px;
  }
  .colonne-instagram.colonne-droite {
    padding-left: 5px;
  }
  .lien-instagram {
    font-size: 10px;
  }
  .row-inscription {
    height: auto;
  }
  .article-panier-inscription {
    height: auto;
    margin-bottom: 120px;
  }
  .cadre-infos-finales-panier {
    margin-top: 0px;
    margin-bottom: 1px;
  }
}

@media (max-width: 479px) {
  .body {
    overflow: visible;
  }
  .header {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .logo {
    width: 150px;
    height: 50px;
  }
  .logo.w--current {
    display: block;
    width: 80%;
    height: 60px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-size: contain;
  }
  .basket {
    height: 30px;
    margin-top: -30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .basket:hover {
    height: 30px;
  }
  .page {
    display: block;
    overflow: hidden;
    min-width: 0%;
  }
  .cart {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .trait-menu {
    margin-top: 0px;
  }
  .sous-image {
    padding-bottom: 50px;
	min-height: 90px !important;
  }
  .titre-categories {
    font-size: 14px;
  }
  .description-articles {
    font-size: 14px;
  }
  .collone {
    display: block;
  }
  .slider-home {
    display: block !important;
    height: 400px;
    margin-top: 28px;
  }
  .titre-slider-cadre {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .langue {
    display: block;
    margin-top: 45px;
    margin-left: 5px;
  }
  .image-down {
    margin-top: -106%;
  }
  .ajout-rapide-action {
    margin-top: 15px;
  }
  .liens-catgories-sous-image {
    font-size: 14px;
  }
  .lien-categories {
    font-size: 14px;
  }
  .choix3.ajout-rapide-cadre {
    left: 50%;
    display: block;
    width: 250px;
    height: 60px;
    margin-top: 73%;
    margin-left: -125px;
  }
  .choix2.ajout-rapide-cadre {
    left: 50%;
    width: 250px;
    height: 60px;
    margin-top: 73%;
    margin-left: -125px;
  }
  .titre-slider {
    font-size: 17px;
  }
  .lien-slider {
    margin-top: 30px;
    font-size: 15px;
  }
  .flche-droite-cadre {
    right: 0px;
    bottom: 0px;
    margin: 410px 20px 20px 0%;
  }
  .flche-gauche-cadre {
    left: 0px;
    bottom: 0px;
    margin-top: 410px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .image-slider {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .choix0.ajout-rapide-cadre {
    left: 50%;
    display: none;
    width: 250px;
    height: 60px;
    margin-top: 73%;
    margin-right: auto;
    margin-left: -125px;
  }
  .tenue-jour-cadre {
    display: none;
  }
  .form-email {
    border-radius: 0px;
    font-size: 10px;
  }
  .map-store {
    display: block;
	height:400px;
  }

  .contact-module {
    display: block;
  }
  .form-wrapper {
    display: block;
    width: auto;
    margin-top: 40px;
  }
  .sous-header {
    height: 10px;
  }
  .cadre-panier {
    display: none;
    width: 100%;
    height: 0px;
  }
  .suppression-article-panier {
    top: -17px;
    right: -35px;
  }
  .article-panier-1.rang-article-panier {
    display: block;
  }
  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 900;
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 100%;
    padding: 20px;
    background-color: #fff;
    opacity: 1;
  }
  .menu-mobile.display-none {
    position: fixed;
    display: none;
    width: 100%;
  }
  .fermeture-menu-mobile {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    border-radius: 30px;
    background-color: #c9c9c9;
  }
  .list-menu-mobile {
    margin-top: 50px;
    padding-left: 0px;
  }
  .nav-mobile {
    padding-top: 4px;
    padding-bottom: 4px;
    color: #2a2a2a;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .list-item-mobile {
    width: 100%;
    height: auto;
    padding: 15px 19px 10px 0px;
    border-bottom: 1px solid #c9c9c9;
    text-transform: uppercase;
  }
  .sous-menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 910;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 100%;
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 10px;
    background-color: #fafafa;
  }
  .ul-sous-menu {
    margin-top: 20px;
  }
  .objet-list-sous-menu-2 {
    height: auto;
  }
  .titre-sous-menu-2 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #818181;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
  }
  .fermeture-sous-menu-mobile {
    width: 30px;
    height: 30px;
    background-color: #818181;
  }
  .ouverture-menu-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 44px;
    margin-right: 5px;
    background-color: #9c9fa2;
  }
  .image-slider-home {
    overflow: hidden;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-slider-home {
    position: relative;
    height: 100%;
  }
  .texte-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/fond-tenue.png');
    background-position: 50% 50%;
    background-size: 500px;
  }
  .colonne-article-gauche {
    padding-right: 0px;
  }
  .cadre-image {
    height: 40%;
  }
  .colonne-instagram {
    padding-right: 0px;
    padding-left: 0px;
  }
  .colonne-instagram.colonne-gauche {
    padding-right: 0px;
  }
  .colonne-instagram.colonne-droite {
    padding-left: 0px;
  }
}

.choix-adresse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.row-adresse-renseignes {
    margin-top: 50px;
}
.choix-adresse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.titre-module-home {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}
@media (max-width: 1200px){
	.cadre-infos-tenue{
	margin-left:0px;	
	}
	.titre-module-home {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}
	.date-tenue{
	margin-bottom:31px;
	}
}
@media (max-width: 992px){
	.cadre-infos-tenue{
	margin-left:0px;	
	}
	.titre-module-home {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
	}
	.date-tenue{
	margin-bottom:20px;
	}
	.list-tenue{
	 height: auto;	
	}
}
.titre-module-home.titre-adresse {
    font-size: 30px;
}
.item-infos-adresses {
    margin-bottom: 10px;
    text-align: center;
}
.mettre-a-jour {
    display: block;
    width: 200px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #2a2a2a;
    text-align: center;
    text-decoration: underline;
}

.item-infos-adresses li{
    margin-bottom: 10px;
    text-align: center;
}

.bouton-achat-page {
  float:right !important;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-left: 42px;
    float: none;
    clear: none;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
}
.ajout-adresse {
    display: block;
    width: 210px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    color: #4d4d4d;
    text-align: center;
    text-decoration: underline;
}

.cadre-livraison {
  margin-top: 100px;
}

.row-livraison {
  height: 110px;
  margin-top: 10px;
  border: 1px solid #818181;
}

.colonne-livraison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #818181;
}

.field-radio {
  display: none;
}

.logo-livraison {
  width: 100%;
  height: 50%;
}

.logo-livraison.colissimo-1 {
  width: 100%;
  height: 50%;
  background-image: url('../images/logo-colissimo-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-livraison.colissimo-2 {
  background-image: url('../images/logo-colissimo-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-livraison.chronopost {
  background-image: url('../images/logo-chronopost.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.titre-livraison {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-weight: 700;
  text-transform: uppercase;
}

.infos-livraison {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cadre-conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lien-cdg:hover {
  text-decoration: underline;
}

.row-mon-compte._2eme-colonne {
    margin-top: 50px;
}
@media (max-width:767px){
	.row-mon-compte._2eme-colonne {
    margin-top: 0px !important;
}
}

.row-mon-compte {
    margin-top: 100px;
    text-align: center;
}
.catgories-mon-compte {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 14px;
    padding-left: 10px;
    font-family: 'Playfair Display', sans-serif;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.logo {
    width: 400px;
    height: 70px;
}
.le-vestiare-de-jeaane {line-height: 32px;margin-top: 30px;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size: 25px;font-weight: 700;text-align: center;letter-spacing: 3px;text-transform: uppercase;}
@media (max-width: 992px){
.le-vestiare-de-jeaane {line-height: 32px;margin-top: 30px;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size: 21px;font-weight: 700;text-align: center;letter-spacing: 3px;text-transform: uppercase;}
}
.cadre-article-panier {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 10px;
}
.row-article-panier {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #818181;
}
.titre-article-panier {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.menu-soldes .cols4  {
    position: absolute;
left: -807px;
top: 51px;
width: 1282px;
}

.menu-categories .cols3 {
    position: absolute;
left: -630px;
top: 51px;
width: 1282px;
}

.menu-autres-designers .cols3 {
    position: absolute;
	left: -403px;
	top: 51px;
	width: 1282px;
}
.menu-nouveaute .cols4 {
    position: absolute;
	left: -40px;
	top: 51px;
	width: 1282px ;
}

@media (max-width:1200px){
.menu-autres-designers .cols3 {
    position: absolute;
	left: -333px;
	top: 51px;
}
#leo-top-menu ul li:nth-child(2) .cols6 {
	left:-180px;
}
.menu-categories .cols3 {
    position: absolute;
	left: -527px;
	top: 51px;
}
.menu-nouveaute .cols4 {
    position: absolute;
	left: -34px;
	top: 51px;
}
.menu-soldes .cols4  {
    position: absolute;
	left: -672px;
	top: 51px;
}	
}
@media (max-width:992px){
.menu-autres-designers .cols3 {
    position: absolute;
	left: -253px;
	top: 51px;
}
#leo-top-menu ul li:nth-child(2) .cols6 {
	left:-135px;
}
.menu-categories .cols3 {
    position: absolute;
	left: -405px;
	top: 51px;
}
.menu-nouveaute .cols4 {
    position: absolute;
	left: -24px;
	top: 51px;
}
.menu-soldes .cols4  {
    position: absolute;
	left: -516px;
	top: 51px;
}	
}
.titre-slider-cadre {
    position: relative;
    z-index: 1;
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    text-align: center;
}
@media (max-width: 992px){
	.titre-slider-cadre {
    position: relative;
    z-index: 1;
    width: 70%;
    height: auto;
    margin-bottom: 170px;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    text-align: center;
}
}
.fond-colonne-spider-intro {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 110%;
    height: 100%;
    background-image: url('../images/fond-slider-2.png');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.texte-slider {
    z-index: 7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/fond-map.png');
    background-position: 100% 50%;
    background-size: 689px;
}
.lien-slider {
    position: static;
    display: inline-block;
    margin-top: 34px;
	letter-spacing:1px;
    float: none;
    clear: left;
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}


@media (min-width: 992px) {

.first-in-line {
padding-right: 66px;
}
.last-in-line {
padding-left: 66px;
}
.center-in-line {
padding-left: 33px;
padding-right: 33px;

}
   
}

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

  .first-in-line {
padding-right: 6px;
}
.last-in-line {
padding-left: 6px;
}
.center-in-line {
padding-left: 3px;
padding-right: 3px;

}
   
}
 .row.module-tenue-du-jour {
height : 400px 
} 
.cadre-bouton-commander{
	position:relative;
	top:20px;
}

