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

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

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

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

/* ANNONCEMENT */
.AnnouncementBar {
  position: relative;
  background-color: #eb0a0a;
  color: #ffffff;
  text-align: center;
  font-family: "Nunito Sans, sans-serif";
  box-sizing: border-box !important;
  font-size: 20px;
  z-index: 1;
}

/* BANNIÈRE */
.navbar {
  padding: 50px 0;
}

.navbar a {
  color: black;
}

.banner {
  height: 400px;
  background-image: url("../img/banmobile.png");
  width: 100%;
  height: 80vh;
  background-size: cover;
  position: fixed;
  background-position: center;
  opacity: 1; 
  transition: opacity 1s ease;
  animation: slideIn 2s ease-in-out infinite;
  animation: pulse 12s ease-in-out infinite; 
  
}
/* BANNER ANIME */

@keyframes slideIn {
    0% {
    transform: translateY(-20);
    }
    50% {
    transform: translateX(-2%);
    transform: translateY(-2%);
    }
    100% {
    transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.banner.loaded {
opacity: 1; 
}


/* BUTTON SCOLL  */
.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
  

}
.RoundButton--medium {
  width: 50px;
  height: 50px;
}
.RoundButton, .flickity-prev-next-button {
  position: fixed;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  z-index: 5;
  box-shadow: 0 2px 10px #36363626;
  vertical-align: middle;
  line-height: 0;
 
}

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

.banner__img img {
  position: absolute;
  margin: 50% 25%;
  width: 50%;
}

/* RESPONSIVE */
@media screen and (min-width: 650px) {
  .banner {
    background-image: url("../img/banalkdesk.png");
  }
}
.footer {
  background-color: white;
  color: #1862A9;
  position: relative;
  top: 80vh;
  padding: 30px;
 
}
.footer a {
  color: #1862A9;
  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;
}

@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;
  }
}
main {
  background-color: #1862A9;
  color: white;
  position: relative;
  top: 80vh;
  padding-bottom: 20vh;
  
}

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

.title {
  text-align: center;
  padding: 5vh 0;
 
}
.title h3{
  font-size: 15px;
}
.title h1{
  font-size: 25px;
}

/* SECTION DES PRODUITS */
.collection {
  background-color: #1862A9;
  color: white;
  
  justify-content: flex-end;
 
 
}

.collection__article {
  text-decoration: none;
}
.collection__card {
  background-color: #1862A9;
  color: white;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection__card h3 {
  font-size: 15px;
}
.collection__card p {
  color: #f3ad5f;
  font-size: 20px;
}
.collection__card img {
  width: 100%;
}

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


@media screen and (min-width: 650px) {
  .collection__article {
    flex-basis: calc(33.333% - 20px); 
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    
  }
  .collection__article img {
    width: 50%;
    align-items: top;
    text-align: center;
  }
  .collection__article .card__content {
    flex-direction: column;
    align-items: end;
    width: 60%;
    text-align: center;
  }
  .collection__card {
    flex-basis: calc(33.333% - 20px); 
    margin: 10px; 
    align-items: flex-start; 
    text-align: left; 
  }
}






  

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

.product {
  margin: 0 auto;
  max-width: 900px;
  
  line-height: 1.65;
  
}
.product__first {
  
  padding: 10px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product__first img {
  width: 100%;
}
.product__second {
  padding: 10px 10%;
}

@media screen and (min-width: 650px) {
  .product__first {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
  }
  .product__first img {
    width: 50%;
    align-items: top;
  }
  .product__first--content {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 60%;
  }
  .product__second {
    background-color: white;
    color: #1862A9;
  }
  .shopify-buy__product__title {
    color: black !important;
  }
}/*# sourceMappingURL=style.css.map */



/* NEWSLETTER */
.Form__Input  {
  color: #1862A9;
  border-color: #ccdded;
  padding: 10px 28px;
 
 
}

.Form__Submit {
  display: block;
  margin-top: 10px;
  color: #1862A9;
  background-color: #f3ad5f;
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 10;
  text-transform: uppercase;
  letter-spacing: .2em;
  transition: background-color 0.3s ease;
}

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


/* Media queries pour la version mobile */
@media (max-width: 768px) {
  .Form__Inputs {
    display: flex;
    flex-direction: column;
  }

  .Form__Input {
    margin-bottom: 10px;
  }
}
/* Media queries pour la version TABLETTE */
@media (max-width: 1024px) {
  .Form__Inputs {
    display: flex;
    flex-direction: column;
  
  }
}

