* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: #ffffff;
  background: #fef6e7;
  background: #fef6e7;
}

.wrap {
  width: 1250px;
  margin: 40px auto 0 auto;
}

nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 40px;
}

.navbar {
  width: 100vw;
  z-index: 1000;
  background-color: #410f0e;
  height: 80px;
}

.navbar .menu-items {
  display: flex;
  color: white;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.nav-container {
  display: block;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  background: #410f0e;
  opacity: 10;
  font-family: "Pacifico", sans-serif;
  margin-top: 40px;
  height: 100vh;
  width: 25%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  z-index: 1000;
  position: absolute;
  left: 0;
}

.navbar .menu-items h1 {
  font-family: 'pacifico';
  color: black;
}

.navbar .menu-items h1 a {
  font-size: 5rem;
  color: white;
  transition: 0.3s;
}

.navbar .menu-items h1 a:hover {
  color: white;
}

.navbar .menu-items h2 {
  font-size: 50px;
}

.navbar .menu-items h2 a {
  color: white;
  transition: 0.3s;
  margin-bottom: 40px;
}

.navbar .menu-items h2 a:hover {
  color: white;
}

.navbar .menu-items li {
  font-size: 20px;
  font-weight: 500;
}

.navbar .menu-items li a {
  color: white;
  transition: 0.7s;
}

.navbar .menu-items li a:hover {
  color: black;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.imgLogo img {
  width: 20vh;
  margin-left: 72px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Pacifico";
  src: url("./fonts/Pacifico-Regular.ttf");
}

.container {
  width: 1250px;
  margin: 50px auto 0 auto;
}

.categories {
  padding: 100px 0;
}

.categories h1 {
  color: black;
}

a {
  text-decoration: none;
  font-family: "Pacifico", sans-serif;
}

h2, h1, h3, .titre_categories {
  font-family: "Pacifico", sans-serif;
  color: #410f0e;
  font-size: 35px;
}

h4 {
  font-family: "Pacifico", sans-serif;
}

ul li {
  list-style-type: none;
}

.logo_header {
  position: absolute;
  top: 0;
  left: 44%;
  width: 200px;
}

footer {
  color: #ffffff;
  background-color: #410f0e;
  font-family: "pacifico";
  height: 30% !important;
  position: relative;
  bottom: 0;
}

footer .flex_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .flex_footer a {
  color: #ffffff;
}

footer .flex_footer div {
  width: 40%;
  margin: 20px 0;
}

footer .flex_footer div h3 {
  font-size: 45px;
  padding: 20px 0;
}

footer .flex_footer div .flex_plus {
  display: flex;
  flex-direction: column;
}

.logo_reseaux {
  display: flex;
}

.logo_reseaux a {
  margin: 5px;
}

.logo_reseaux a img {
  width: 50px;
  border-radius: 12px;
}

body .titre_last {
  background: #410f0e;
  padding: 2rem;
  border-radius: 15px;
  opacity: 0.9;
  margin-top: 100px;
  color: white;
  font-family: "Pacifico", sans-serif;
}

body .vetements {
  padding: 50px;
}

body .grid_section_vetement {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  margin: 2em 0;
}

body .grid_section_vetement a {
  color: #ffffff;
  text-align: center;
  background-color: #410f0e;
  padding-bottom: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 3px -2px #000000;
}

body .grid_section_vetement a h4 {
  font-size: 18px;
  padding: 10px 0;
}

body .grid_section_vetement a img {
  width: 100%;
  max-height: 380px;
}

body .img-bg {
  display: flex;
  width: 100%;
  height: 40vw;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vh;
  justify-content: center;
  align-items: center;
  filter: grayscale(50%);
}

body .img-bg h1 {
  text-align: center;
}

body .img-bg p {
  background: #410f0e;
  opacity: 0.9;
  padding: 5px 15px;
  margin: 20px 0;
  color: #ffffff;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

body .s1 {
  padding-top: 0 !important;
  background: #fcdcb2;
}

body .s3 {
  background: #fcdcb2;
}

body .s4 {
  background: #f5c689;
}

body .flex_look {
  display: flex;
  align-items: center;
}

body .flex_look .grid_look {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

body .flex_look .grid_look img {
  width: 80%;
}

body .flex_look img {
  width: 50%;
}

body .fp-watermark {
  display: none;
}

body .img_carousel {
  max-width: 45vw;
  height: 500px;
}

body .single_slick {
  height: 500px;
  margin-left: 5vh;
  margin-right: 5vh;
  border-radius: 15px;
}

body .overslick p {
  border-radius: 10px 10px 0 0;
  background-color: #410f0e;
  color: #ffffff;
  text-align: center;
  height: 40px;
  font-size: 1.5rem;
  font-family: "Pacifico", sans-serif;
}

body .draggable {
  min-height: 500px;
}

body .slick-slide {
  height: 50px;
}

body .overslick {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  border-radius: 20px;
  opacity: 1;
}

body .overslick:hover {
  opacity: .8;
}

body .slick-arrow {
  width: 50px;
  color: transparent;
  z-index: 100;
}

body .slick-prev:before,
body .slick-next:before {
  color: #1d1d1d;
  font-size: 40px;
  border-radius: 10px;
  font-weight: 900;
}

body .genres {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  padding: 10px;
  text-align: center;
}

body .genres a {
  text-decoration: none;
  color: white;
}

body .genres a .single_categorie {
  height: 250px;
  padding: 10px;
  background-color: grey;
}

body .single_categorie_bgimg {
  height: 200px;
  width: inherit;
  background-size: cover;
  background-position: center;
}

body .js-scroll p {
  color: #ffffff;
  background-color: #410f0e;
}

body .flex_single {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

body .flex_single img {
  width: 50%;
  margin: 20px;
}

body .flex_single .div_single {
  width: 50%;
  height: 50%;
  font-family: "Pacifico";
  padding: 0 2.5em;
}

body .flex_single .div_single p {
  margin: 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}

body .flex_single .div_single a {
  color: #ffffff;
  background-color: #410f0e;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 8px;
}

body .single_produit {
  padding: 5rem;
}

body #all_categories {
  background: #f5c689;
}

@media (max-width: 1800px) {
  body .navbar .menu-items {
    margin-left: -10vw;
  }
}

@media (max-width: 1300px) {
  #all_categories .genres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 10px;
    text-align: center;
  }
  .container {
    width: 70%;
    margin: 50px auto 0 auto;
  }
  body .vetements {
    padding: 0;
  }
  body .vetements .grid_section_vetement {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 10px;
    text-align: center;
  }
  body .flex_look {
    display: block;
  }
  body .flex_look img {
    width: 100%;
  }
  body .navbar .menu-items {
    margin-left: -40px;
  }
  body .logo_header {
    left: 45%;
  }
  body .img-bg {
    height: 80vh;
  }
  body section {
    padding: 50px 0;
  }
}

@media (max-width: 900px) {
  #all_categories .genres {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 10px;
    text-align: center;
  }
  .container {
    width: 70%;
    margin: 50px auto 0 auto;
  }
  body .vetements {
    padding: 0;
  }
  body .vetements .grid_section_vetement {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 10px;
    text-align: center;
  }
  body .flex_look {
    display: block;
  }
  body .flex_look img {
    width: 100%;
  }
  body .flex_single {
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin: auto auto;
  }
  body .flex_footer {
    display: block;
    margin-bottom: 100px;
  }
  body .flex_footer div {
    width: 100%;
  }
  body .navbar .menu-items {
    margin-left: -40px;
  }
  body .logo_header {
    left: 45%;
    display: none;
  }
  body .img-bg {
    height: 80vh;
  }
  body section {
    padding: 50px 0;
  }
  body .imgLogo {
    right: 50%;
  }
  #all_categories .container {
    width: 100%;
    margin: none;
  }
  body .overslick {
    min-height: 400px;
    min-width: 100px;
  }
  body .overslick p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */