@charset "UTF-8";
/* VARIABLES */
*, ::before, ::after {
  box-sizing: border-box;
}

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

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

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

/* BANNIÈRE */
.navbar i {
  color: #000;
}
.navbar .offcanvas {
  background-color: #000;
  max-width: 80%;
}
.navbar .offcanvas a {
  color: #000;
}

.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");
  }
}
.footer {
  background-color: black;
  color: white;
  position: relative;
  top: 80vh;
  font-family: "helvetica", sans-serif;
  padding: 30px;
}
.footer a {
  color: white;
  text-decoration: none;
}
.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 a:hover {
  transform: scale(1.5);
}

@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;
  }
}
/* NEWSLETTER */


.newsletter{
  max-width: 400px;
  color: #ffffff;
  padding: 50px 0;
}

.newsletter h4{
  
  color: #ffc25b;
 
}
.newsletter button {
  width: 50%;
}
.newsletter input {
  border: solid 1px white;
  background-color: #fff;
  color: #ffffff;
}

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

/* RESEAU */
.fa-brands {
  color: #ffffff;
  transition: color 0.3s ease;
}

/* Effet au survol */
.fa-brands:hover {
  color: #ffc25b;
}

/* LIENS PIED DE PAGE */
.heading {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  text-align: center;
}

/* VIDEO  */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe {
  display: block;
  margin: 0 auto;
}

main {
  position: relative;
  top: 100vh;
  padding-bottom: 20vh;
  font-family: "helvetica", sans-serif;
}

body {
  font-family: "helvetica", sans-serif;
}

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

.logo.fixed img {
  bottom: 0;
}


.title {
  text-align: center;
  padding: 5vh 0;
  font-family: "helvetica", sans-serif;
}

/* SECTION DES PRODUITS */
.featured-product {
  margin: 0 auto;
  max-width: 1100px;
  max-width: 100%;
  margin-left: 15px;
  font-family: "helvetica", sans-serif;
}
.featured-product__first {
  padding: 10px 10%;
}
.featured-product__second {
  padding: 10px 10%;
  background-color: black;
  color: white;
}
.featured-product div {
  margin: 50px 0;
}

@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;
}/*# sourceMappingURL=style.css.map */

