@charset "UTF-8";
/* VARIABLES */
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0 auto;
}

main {
  min-height: 100%;
  font-family: "Futura", sans-serif;
}
main::after {
  content: "";
  display: block;
}

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

@font-face {
  font-family: "Futura";
  src: url("./fonts/futura.ttf") format("truetype");
}
/* BANNIÈRE */
.navbar {
  padding: 35px 0;
  color: black;
  z-index: 1000;
  background-color: transparent;
}

.banner {
  width: 100%;
}
.banner__desk {
  display: none;
}
.banner__mob {
  width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .banner__desk {
    display: block;
    width: 100%;
  }
  .banner__mob {
    display: none;
  }
}
/* RESPONSIVE */
.footer {
  background-color: #11334e;
  color: #fdf7d3;
  font-family: "Futura", sans-serif;
  position: relative;
  padding: 30px;
}
.footer a {
  color: #fdf7d3;
  text-decoration: none;
}
.footer a:hover {
  transform: scale(1.5);
  color: rgb(224, 224, 179);
}
.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: flex-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;
  background-image: linear-gradient(transparent, white);
}

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

.title {
  text-align: center;
  padding: 5vh 0;
  font-family: "Futura", sans-serif;
  color: #11334e;
}

/* SECTION DES PRODUITS */
.featured-product {
  margin: 50px 10%;
}

@media screen and (min-width: 768px) {
  .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 {
  margin: 0 auto;
  max-width: 800px;
}
.newsletter button {
  background-color: black;
  color: white;
  border-radius: 0;
  width: 100%;
}

.collection {
  margin: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.collection__card {
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
  margin-top: 50px;
}
.collection__card img {
  width: 100%;
}
.collection__card--title {
  color: #11334e;
  font-family: "Futura", sans-serif;
}
.collection__card--title h4 {
  font-size: 16px;
}
.collection__card--title p {
  font-size: 16px;
  color: grey;
}

@media screen and (min-width: 768px) {
  .collection {
    flex-direction: row;
    margin-bottom: 10vh;
  }
  .collection__card {
    width: 700px;
  }
}
main {
  top: 20vh;
}

.navbar {
  padding: 20px 0;
  background-color: #11334e;
}

.nav-item {
  z-index: 6000;
  color: white;
  text-decoration: none;
  padding: 0;
  margin-left: 20px;
}
.nav-item:hover {
  color: #fdf7d3;
}

.product {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 5vh;
}

.footer {
  top: unset;
}/*# sourceMappingURL=styleproduct.css.map */