/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: auto;
  background-color: white;
  background-size: cover;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Quicksand', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------------------------------------------------ RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
/*----------------------------------------------------------------------- SLIDE-------------*/
.mySlides {
  display: none;
}
/* ------------------------------------------------------------------------------ GALLERIE -- */
.container {
  padding: 4rem 0rem !important;
  display: flex;
  flex-wrap: wrap;
}
.products-container {
  display: flex;
}
.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.accessories,
.bottoms,
.dresses,
.outwear,
.tops,
.sale {
  display: none;
}
.display-flex {
  display: flex;
}
.shop-item {
  width: calc(20%);
  margin: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.shop-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-item__sale {
  position: absolute;
  top: 2rem;
  right: 2rem;
  text-transform: uppercase;
  letter-spacing: .13rem;
}
.quickview {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.67);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 2rem;
  color: #222;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  opacity: 0;
  transition: all ease-in-out 250ms;
}
.quickview:hover {
  opacity: 1;
}
.quickview__icon {
  font-size: 1rem;
  background-color: rgba(149, 149, 149, 0.9);
  color: white;
  padding: 0.7rem 1rem;
  align-self: center;
}
.quickview__info {
  font-size: 1.2rem;
  font-weight: bold;
  align-self: center;
  text-align: center;
  color: #973d54;
}
.quickview__price {
  font-size: 1rem;
  color: #3d3d3d;
}
.quickview__price--sale {
  margin-left: .5rem;
  text-decoration: line-through;
}
.popup {
  height: 100vh;
  width: 100%;
  background-color: rgba(245, 239, 236, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 250ms;
}
.popup__img {
  height: 95%;
}
.popup__close-icon {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  font-size: 3rem;
  color: #d1d1d1;
  cursor: pointer;
  transition: all ease-in-out 250ms;
}
.popup__close-icon:hover {
  color: rgba(61, 61, 61, 0.6);
}
.popup__close-icon-clothing {
  position: absolute;
  font-size: 3.6rem;
  font-weight: lighter;
  color: #222;
  top: -1rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 800;
}
.overlay {
  position: fixed;
  overflow-y: scroll;
  overscroll-behavior: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(240, 240, 240, 0.6);
  z-index: 800;
}
.popup-item {
  width: 60%;
  height: 80%;
  background-color: #fff;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
.product-info {
  padding: 5rem 3.5rem;
  letter-spacing: 0.1rem;
  color: #222;
}
.product-info--shop {
  padding: 0 3.5rem;
}
.product-info__price {
  font-size: 30px;
  margin: 3rem 0;
  display: inline-block;
  color: rgba(29, 29, 29, 0.7);
}
.product-info__price--sale {
  text-decoration: line-through;
  margin-left: .5rem;
}
.product-info__text {
  font-size: 20px;
  margin-bottom: 3rem;
  color: rgba(29, 29, 29, 0.7);
}
.detail-group {
  color: #222;
  margin-bottom: 4rem;
}
.clothing-item-flex {
  height: 100%;
  background-color: #fff;
  display: flex;
}
.clothing-item-flex__img-wrapper {
  min-width: 30%;
  margin: 1.5rem;
  overflow: hidden;
}
.clothing-item-flex__img-wrapper--no-margin {
  margin: 0;
}
.clothing-item-flex__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all 250ms ease-in-out;
}
.btn:hover {
  color: #222;
  background-color: #fff;
}
.btn--form {
  color: #222;
  border: 2px solid black;
  font-weight: 400;
  cursor: pointer;
}
.btn--form:hover {
  color: #fff;
  background-color: #222;
}
.btn--form--shop {
  padding: 30px 30px;
}
.btn-view {
  display: block;
  width: 21%;
  margin-top: 4rem;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  color: rgba(61, 61, 61, 0.6);
}
.popup-btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 9%;
  cursor: pointer;
}
.popup-btn--prev {
  transform: rotate(180deg);
  left: 9%;
}
.popup-btn__icon {
  height: 100%;
}
.popup-btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 9%;
  cursor: pointer;
}
.popup-btn--prev {
  transform: rotate(180deg);
  left: 9%;
}
.popup-btn__icon {
  height: 100%;
}
/* -------------------------------------------------------------------------------------- BOUTIQUE -- */
/* -------------------------------------------------------- NAV-BURGER -- */
div.top {
  display: none;
}
header nav div#navbar {
  background-color: rgba(195, 195, 195, 0.74);
  /* Black background color */
  position: fixed;
  /* Make it stick/fixed */
  display: block;
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  height: 50px;
  transition: top 0.5s;
  /* Transition effect when sliding down (and up) */
  text-align: center;
  z-index: 400;
}
header nav div#navbar ul {
  font-size: 0;
}
header nav div#navbar li {
  display: inline-block;
}
header nav div#navbar a {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 15px;
  text-decoration: none;
}
header nav div#navbar a:hover {
  color: #973d54;
}
header nav div#navbar a.logo {
  margin-left: 100px;
}
header nav div#navbar a.cart {
  float: right;
  margin-right: 150px;
  font-size: 20px;
}
section.pour {
  margin-top: 100px;
  text-align: center;
}
section.pour article.tous h1 {
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #973d54;
}
section.pour article.tous h2 {
  font-size: 18px;
  border: solid 3px black;
  padding: 20px 0;
  margin-left: 280px;
  width: 40%;
}
/* -------------------------------------------------------------- SERVICE-- */
section.color {
  background-color: #575555;
  height: 200px;
  margin-top: 150px;
}
section.color article.logos {
  padding-top: 40px;
  text-align: center;
  width: 25%;
  display: inline-block;
}
section.color article.logos i {
  font-size: 60px;
  color: white;
  margin-bottom: 20px;
}
section.color article.logos h1 {
  color: white;
  font-weight: bold;
}
/* -------------------------------------------------------------- FOOTER -- */
section.footer article.sociaux {
  margin: 150px 0 50px 0;
  text-align: center;
}
section.footer article.sociaux h1 {
  font-size: 50px;
  color: #973d54;
  margin-bottom: 20px;
}
section.footer article.sociaux i {
  font-size: 50px;
  cursor: pointer;
}
section.footer article.sociaux i:hover {
  color: #973d54;
}
section.footer article.lieux {
  float: left;
}
section.footer article.lieux h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.footer article.numero {
  float: right;
}
section.footer article.numero h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.footer article.numero a {
  font-size: 18px;
  color: #973d54;
}
section.footer article.numero p {
  margin-top: 10px;
}
section.footer article.copy {
  text-align: center;
  margin-top: 300px;
}
section.footer article.copy p {
  margin-bottom: 30px;
}
/* -------------------------------------------------------------- PAGE HORRAIRE -- */
section.horraire {
  margin-top: 100px;
}
section.horraire h1 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #973d54;
  margin-bottom: 50px;
}
section.horraire img {
  width: 50%;
  float: left;
}
section.horraire article.jours {
  float: right;
  text-align: left;
  font-size: 20px;
}
section.horraire article.jours span {
  color: #973d54;
}
section.horraire article.jours iframe {
  margin-top: 20px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  header nav div#navbar a {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header nav div#navbar a {
    font-size: 12px;
  }
  section.footer article.sociaux h1 {
    font-size: 50px;
  }
  section.footer article.lieux {
    margin-left: 55px;
  }
  section.footer article.numero {
    margin-right: 55px;
  }
  section.horraire img {
    width: 40%;
    margin-left: 70px;
  }
  section.horraire article.jours {
    margin-right: 60px;
  }
  section.horraire article.jours span {
    color: #973d54;
  }
  section.horraire article.jours iframe {
    margin-top: 20px;
    width: 410px;
    height: 235px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 823px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 823px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.horraire img {
    margin-left: 30px;
  }
  section.horraire article.jours {
    margin-right: 30px;
  }
  section.horraire article.jours iframe {
    height: 175px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* ----- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 100%;
    height: 50px;
    background-color: rgba(195, 195, 195, 0.74);
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span {
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 30%;
    left: 10%;
    font-size: 18px;
    font-weight: bold;
    color: #973d54;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger i {
    font-size: 50px;
    margin-left: 370px;
    color: #973d54;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 45vh;
    background-color: #919191;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    transform: translateY(-100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateY(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  div.top div.menu ul li a {
    display: block;
    color: white;
    line-height: 20px;
    font-size: 16px;
    position: relative;
  }
  header nav div#navbar {
    display: none;
  }
  section.pour article.tous h2 {
    margin-left: 230px;
  }
  .product-info {
    padding: 1rem 3.5rem;
  }
  .clothing-item-flex {
    height: 134%;
    display: block;
  }
  .shop-item {
    width: calc(27%);
  }
  .clothing-item-flex {
    height: 155%;
  }
  .produc-info h2 {
    font-size: 14px;
  }
  .product-info__price {
    font-size: 22px;
    margin: 20px 0;
  }
  .product-info_text {
    font-size: 18px;
  }
  .btn-view {
    width: 50%;
  }
  section.horraire img {
    width: 40%;
    margin-left: 120px;
    margin-right: 20px;
  }
  section.horraire article.jours {
    float: none;
  }
  section.horraire article.jours iframe {
    margin-top: 25px;
    width: 505px;
    height: 235px;
    margin-left: 119px;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 640PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.horraire img {
    margin-left: 90px;
  }
  section.horraire article.jours iframe {
    margin-left: 90px;
    width: 470px;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 600PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.pour article.tous h1 {
    font-size: 22px;
  }
  section.pour article.tous h2 {
    margin-left: 140px;
    width: 55%;
  }
  section.color article.logos {
    padding-top: 65px;
  }
  section.color article.logos i {
    font-size: 30px;
  }
  section.color article.logos h1 {
    font-size: 14px;
  }
  section.horraire article.jours {
    font-size: 14px;
  }
  section.horraire article.jours iframe {
    width: 385px;
  }
  section.footer article.sociaux i {
    font-size: 35px;
  }
  section.footer article.lieux h1 {
    font-size: 20px;
  }
  section.footer article.lieux p {
    font-size: 14px;
  }
  section.footer article.numero h1 {
    font-size: 20px;
  }
  section.footer article.numero p {
    font-size: 14px;
  }
  section.footer article.copy p {
    font-size: 14px;
  }
  .clothing-item-flex {
    height: 146%;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 480PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.pour article.tous h1 {
    font-size: 20px;
  }
  section.pour article.tous h2 {
    font-size: 16px;
    margin-left: 95px;
    width: 60%;
  }
  section.color article.logos h1 {
    font-size: 12px;
  }
  section.horraire img {
    margin-left: 72px;
  }
  section.horraire article.jours iframe {
    width: 343px;
    margin-left: 72px;
  }
  section.footer article.sociaux {
    margin: 150px 0 80px 0;
  }
  section.footer article.sociaux h1 {
    font-size: 50px;
  }
  section.footer article.lieux {
    margin-left: 40px;
  }
  section.footer article.lieux h1 {
    font-size: 18px;
  }
  section.footer article.numero {
    margin-right: 40px;
  }
  section.footer article.numero h1 {
    font-size: 18px;
  }
  section.footer article.numero a {
    font-size: 14px;
  }
  section.footer article.numero p {
    font-size: 14px;
  }
  .product-info {
    padding: 1rem 1.5rem;
  }
  .product-info__text {
    font-size: 14px;
  }
  .shop-item {
    width: calc(40%);
  }
  .clothing-item-flex {
    height: 120%;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 420PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.burger i {
    margin-left: 200px;
  }
  div.top div.menu {
    height: 55vh;
  }
  section.pour article.tous h2 {
    margin-left: 80px;
  }
  section.color {
    height: 350px;
  }
  section.color article.logos {
    width: 50%;
  }
  section.horraire img {
    width: 35%;
  }
  section.horraire article.jours {
    font-size: 13px;
  }
  section.horraire article.jours iframe {
    width: 285px;
  }
  section.footer article.numero h1 {
    font-size: 14px;
  }
  section.footer article.numero a {
    font-size: 10px;
  }
  section.footer article.numero p {
    font-size: 10px;
  }
  section.footer article.lieux h1 {
    font-size: 14px;
  }
  section.footer article.lieux p {
    font-size: 10px;
  }
  section.footer article.copy p {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 375PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.burger i {
    margin-left: 180px;
  }
  section.pour article.tous h2 {
    margin-left: 50px;
    width: 70%;
  }
  section.color article.logos h1 {
    font-size: 10px;
  }
  .shop-item {
    width: calc(70%);
  }
  section.color {
    height: 350px;
  }
  section.color article.logos {
    width: 50%;
  }
  section.horraire img {
    width: 30%;
  }
  section.horraire article.jours {
    font-size: 11px;
  }
  section.horraire article.jours iframe {
    width: 235px;
  }
  section.footer article.numero {
    margin-right: 20px;
  }
  section.footer article.numero h1 {
    font-size: 12px;
  }
  section.footer article.numero a {
    font-size: 10px;
  }
  section.footer article.numero p {
    font-size: 10px;
  }
  section.footer article.lieux {
    margin-left: 20px;
  }
  section.footer article.lieux h1 {
    font-size: 12px;
  }
  section.footer article.lieux p {
    font-size: 10px;
  }
  section.footer article.copy p {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------- */
/* -------------------------------------------------MEDIA QUERY 320PX ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.menu {
    height: 65vh;
  }
  div.top div.burger i {
    margin-left: 150px;
  }
  section.pour article.tous h2 {
    font-size: 14px;
  }
  section.horraire h1 {
    font-size: 24px;
  }
  section.horraire img {
    width: 27%;
    margin-left: 55px;
  }
  section.horraire article.jours {
    font-size: 11px;
  }
  section.horraire article.jours iframe {
    width: 215px;
    margin-left: 55px;
  }
}
