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

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

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

.heading {
  font-family: "Helvetica";
  font-weight: 700;
  letter-spacing: 2px;
}

body {
  background-image: url("./images/bg.jpg");
  background-position: flex-start;
  background-size: cover;
  background-attachment: fixed;
}
body::-webkit-scrollbar {
  background: black;
}
body::-webkit-scrollbar-thumb {
  background: rgb(9, 9, 48);
  border-radius: 20px;
}

@font-face {
  font-family: "Helvetica bold";
  src: url("./fonts/Helvetica-Bold-Font.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica";
  src: url("./fonts/Helvetica400.ttf") format("truetype");
}
@keyframes frontToBack {
  from {
    transform: rotateY(0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: rotateY(180deg);
    z-index: 0;
  }
}
@keyframes backToFront {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes scrolling {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes scrolling2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}
/* BANNIÈRE */
.navbar {
  padding: 36px 0;
}
.navbar a {
  color: #efefef;
}
.navbar .offcanvas {
  max-width: 80%;
}
.navbar .offcanvas__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar .offcanvas__footer--socials a {
  color: #efefef;
}

/* LOGO*/
.logo {
  position: fixed;
  text-align: center;
  z-index: 5;
  margin: 0 auto;
  font-size: 18px;
}
.logo__img {
  width: 95px;
  z-index: 2000;
  position: relative;
}
.logo.fixed {
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .announcement div span {
    font-size: 16px;
  }
  .announcement div::after {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .offcanvas__footer {
    display: none;
  }
}
.footer {
  background-color: transparent;
  color: white;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 30px;
  font-size: 15px;
  background-image: linear-gradient(transparent, black);
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a i:hover {
  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__links--listItem a:hover {
  text-shadow: 0px 0px 15px white;
}
.footer__socials {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  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: 768px) {
  .footer__links--list {
    display: flex;
    justify-content: space-evenly;
  }
  .footer__copy {
    align-items: center;
    justify-content: center;
  }
}
.navbar {
  padding: 30px 0;
  background-image: linear-gradient(black, transparent);
}

.nav-item {
  display: none;
  z-index: 6000;
  color: #404041;
  text-decoration: none;
  padding: 0;
  margin-left: 20px;
}
.nav-item:hover {
  color: lightgrey;
  transform: scale(1.1);
}

@media screen and (min-width: 500px) {
  .nav-item {
    display: block;
  }
}
.footer {
  top: unset;
}

main {
  position: relative;
}

.title {
  text-align: center;
  padding: 5vh 0;
  text-transform: uppercase;
}
.title h1 {
  font-size: 40px;
  margin: 5vh;
}

/* SECTION DES PRODUITS */
.collection {
  margin: 0 auto;
}

.video-container {
  overflow: hidden;
}
.video-container video {
  width: 100%;
}

.slider-collection {
  text-align: center;
}

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

.newsletter {
  max-width: 800px;
  padding: 50px 0;
}
.newsletter button {
  width: 50%;
}
.newsletter input {
  border: solid 1px white;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .newsletter {
    margin: 0 auto;
  }
}
.collection {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.collection__card {
  background-color: transparent;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
  margin-top: 50px;
  transition: 1s;
  color: white;
}
.collection__card img {
  width: 90%;
  margin: 0 auto;
}
.collection__card--img {
  position: relative;
  display: flex;
  width: 100%;
}
.collection__card--img1 {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
.collection__card--img1:hover {
  transform: scale(1.1);
}
.collection__card--img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.collection__card--img2:hover {
  transform: scale(1.1);
}
.collection__card--title {
  color: white;
  font-family: "Helvetica";
}
.collection__card--title h5 {
  font-size: 18px;
  margin-top: 10px;
}
.collection__card--title p {
  font-size: 12px;
  color: white;
}
.collection__card--title span {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .collection {
    flex-direction: row;
    margin-bottom: 0 auto;
    width: 100%;
    height: 100vh;
  }
  .collection__card {
    width: 700px;
  }
  .collection__card img {
    width: 70%;
  }
}
body {
  background-image: url("../images/bgblur.png");
}

main {
  top: 10vh;
  padding-bottom: 10vh;
  font-family: "Helvetica";
}

.product {
  margin: 0 auto;
  max-width: 1100px;
  padding: 10vh 5vh;
}/*# sourceMappingURL=styleproduct.css.map */