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

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

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

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

/* BANNIÈRE */
.navbar {
  padding: 30px 0;
  color: #DA0A33;
  font-weight: bold;
}
.navbar i {
  color: #DA0A33;
}
.navbar .offcanvas {
  background-color: #0E1A1A;
  max-width: 80%;
}
.navbar .offcanvas a {
  color: #DA0A33;
}
.navbar .offcanvas__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar .offcanvas__footer--socials a {
  color: white;
}
.navbar .nav-link {
  font-size: smaller;
}

.btn-close {
  color: #DA0A33 !important;
}

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

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .banner {
    background-image: url("./images/bandesk.png");
  }
}
@media screen and (min-width: 991px) {
  .offcanvas__footer {
    display: none;
  }
}
.footer {
  position: relative;
  margin-top: 90vh;
  padding: 30px;
  color: #DA0A33;
  background-color: #0E1A1A;
}
.footer a {
  color: #DA0A33;
  text-decoration: none;
}
.footer a:hover {
  color: red;
  transform: scale(1.5);
}
.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;
  color: #DA0A33;
  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: 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;
  margin: 0 auto;
  top: 50vh;
  margin: 0 auto;
  z-index: 2000;
}
.logo__img {
  width: 150px;
  position: relative;
}
.logo.fixed {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
}
.logo.fixed img {
  bottom: 0;
}

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

/* SECTION DES PRODUITS */
.featured-product {
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (min-width: 768px) {
  .featured-product {
    margin: 0 auto;
  }
  .shopify-buy__product__title {
    color: black !important;
  }
  .logo__img {
    width: 200px;
  }
}
.slider-collection {
  text-align: center;
}

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

.newsletter {
  max-width: 400px;
  color: #DA0A33;
  padding: 50px 0;
}
.newsletter button {
  width: 50%;
}
.newsletter input {
  border: solid 1px #DA0A33;
  background-color: transparent;
  color: #DA0A33;
}
.newsletter input::-moz-placeholder {
  color: #DA0A33;
}
.newsletter input::placeholder {
  color: #DA0A33;
}
.newsletter input:focus {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .newsletter {
    margin: 0 auto;
  }
}
.button {
  color: #0E1A1A;
  background-color: #DA0A33;
}/*# sourceMappingURL=style.css.map */