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

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

main {
  min-height: 100%;
  font-family: "Helvetica neue";
}
main::after {
  content: "";
  display: block;
}

.light-bg {
  background-color:  #ffffff;
  color: #03a1ff;
}

/* BANNIÈRE */
.navbar {
  background-color: #03a1ff;
  padding: 25px 0;
  font-family: "Helvetica neue";
}
.navbar .offcanvas {
  background-color: #03a1ff;
  max-width: 80%;
}
.navbar .offcanvas .btn-close {
  color: #ffffff;
}
.navbar .offcanvas__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar .offcanvas__footer--socials a {
  color: #ffffff;
}

.banner {
  background-image: url("images/banmobile.png"); /*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 {
  background-color: #03a1ff;
  color: #ffffff;
  position: relative;
  font-family: "Lato", sans-serif;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  color: #6a4a8d;
  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;
  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;
}

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

.title {
  text-align: center;
  padding: 5vh 0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Helvetica";
  
}
.title i{
  text-align: center;
  padding: 5vh 0;
  font-family: "Helvetica";
  font-size: 18px;
  color: #03a1ff;
}

.collection h1{
  text-align: center;
  padding: 5vh 0;
  text-transform: uppercase;
  font-family: "Helvetica";
  font-size: 25px;
  
}
.featured-collection h1{
  text-align: center;
  padding: 5vh 0;
  text-transform: uppercase;
  font-family: "Helvetica";
  font-size: 25px;
  
}

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

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

.featured-collection {
  margin: 40px 10%;
}

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

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

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

@media screen and (min-width: 768px) {
  .newsletter {
    margin: 0 auto;
  }
}
.button {
  color: #041222;
  background-color: #ffffff;
}
.button:hover {
  transition: 0.5s;
  background-color: #03a1ff;
}/*# sourceMappingURL=style.css.map */

.shopify-buy__btn {
  color: #03a1ff;
 
}

.shopify-buy__btn.shopify-buy__btn--cart-checkout {
  background-color: #ffffff;
}