@charset "UTF-8";
/* VARIABLES */
@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0 auto;
  font-family: "Prompt", sans-serif;
}

main {
  min-height: 100%;
}
main::after {
  content: "";
  display: block;
}

.light-bg {
  background-color: white;
  color: black;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

/* BANNIÈRE */
.navbar {
  padding: 50px 0;
  color: black !important;
}

.banner {
  height: 100vh;
  background-image: url("./images/banmobile.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  position: fixed;
}
.banner__img img {
  position: absolute;
  margin: 50% 25%;
  width: 50%;
}

.offcanvas {
  background-color: #f07025;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .banner {
    background-image: url("./images/bandesk.png");
  }
}
.footer {
  background-color: black;
  color: white;
  position: relative;
  top: 80vh;
  padding: 30px;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  transform: scale(1.5);
  color: #f07025;
}
.footer ul {
  margin-left: 0;
  padding-left: 0;
}
.footer li {
  list-style-type: none;
}
.footer__logo {
  text-align: center;
  padding: 15px;
}
.footer__links {
  padding: 15px 0;
}
.footer__socials {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 0;
}
.footer__copy {
  display: flex;
  padding-top: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.footer__copy--shop {
  margin-right: 10px;
  font-weight: bolder;
}

@media screen and (min-width: 500px) {
  .footer__links {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__links--list {
    display: flex;
    justify-content: space-evenly;
  }
  .footer__copy {
    align-items: center;
    justify-content: center;
  }
}
main {
  position: relative;
  top: 100vh;
  padding-bottom: 20vh;
}

/* LOGO*/
.logo {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2000;
  margin: 0 auto;
}
.logo__img {
  width: 75px;
  position: relative;
  bottom: 50vh;
  z-index: 2000;
}
.logo.fixed {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 0;
}
.logo.fixed img {
  bottom: 0;
}

.title {
  text-align: center;
  padding: 5vh 0;
}

.legend {
  font-size: X-large;
  color: #f07025;
  font-weight: bold;
}

/* SECTION DES PRODUITS */
.product {
  margin: 0 auto;
  max-width: 1100px;
}
.product__first {
  padding: 10px 10%;
}
.product__second {
  padding: 10px 10%;
  background-color: black;
  color: white;
}
.product div {
  margin: 50px 0;
}

.featured {
  margin: 50px 0;
  padding: 0 50px;
}

.collection {
  font-family: "Prompt", sans-serif;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .product {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product__second {
    background-color: white;
    color: black;
  }
  .shopify-buy__product__title {
    color: black !important;
  }
}
.slider-collection {
  text-align: center;
}

#product-component-1689082072302, #product-component-1689082312209 {
  margin: 0 auto;
  max-width: 50% !important;
}

.newsletter {
  display: flex;
  justify-content: center;
  max-width: 600px;
  padding: 50px 0;
  margin: 0 auto;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */