@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:"helvetica", sans-serif;
}

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

.light-bg {
  background-color: #eae7e7;
  color: #eae7e7;
}



.custom p {
  font-size: 20px;
  color: rgb(212, 17, 17);
 
}
.custom div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom img {
  transform: rotate(6deg);
  box-shadow: 1px 1px 2px 2px lightgrey;
  margin-left: 5px;
  
 
}

/* NAV */

.nav-item {
  color: black;
}


/* BANNIÈRE */
.navbar {
  padding: 30px 0;
 color: #e0889b;
}

.banner {
  height: 600px;
  background-image: url("./img/ban-m.jpg");
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1; 

 
 
  
}


/* RESPONSIVE */
@media screen and (min-width: 650px) {
  .banner {
    background-image: url("./img/BANDESK.png");
    font-size: 50px;
   
  }
}
.footer {
  background-color: #4a1d43;
  color: #686262;
  position: relative;
  padding: 30px;
  font-family:"helvetica", sans-serif;
}
.footer a {
  color: #e0889b;
  text-decoration: none;
}
.footer P {
  color: #e0889b;
  text-decoration: none;
}
.footer h2 {
  color: #e0889b;
  text-decoration: none;
}
.footer ul {
  margin-left: 0;
  padding-left: 0;
}
.footer li {
  list-style-type: none;
}
.footer__logo {
  text-align: center;
  width: -54550px; 
  height: auto;

}
.footer__links {
  padding: 15px 0;
  color: #e0889b;
}
.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: black;
  color: white;
  padding-bottom: 20vh;
  font-family:"helvetica", sans-serif;
}

/* LOGO*/
.logo {
  position: relative;
  text-align: center;
  z-index: 5;
  margin: 0 auto;

}
.logo__img {
  width: 100px;
}
.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;
  color: #e0889b;
}
.title h1{
  font-size: 30px;
  color: #e0889b;
}

/* LIENS PIED DE PAGE */

.heading{
box-sizing: border-box;
border-style: solid;
border-width: 0;
text-align: center;
}

/* SECTION DES PRODUITS */
.collection {
  background-color: white;;
  color: white;
  font-family:"helvetica", sans-serif;
  justify-content: flex-end;
  margin-left: 20px; 
  margin-right: 20px;
 
 
}

.collection__article {
  text-decoration: none;
}
.collection__article h3{
  text-decoration: none;
  color: #f12222;
}

.collection__card {
  background-color: white;;
  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: #f12222;
  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-1691585184864{
  margin: 0 auto;
  max-width: 90% !important;
}

.product {
 
  margin: 0 auto;
  max-width: 900px;
  font-family:"helvetica", sans-serif;
  line-height: 1.65;
  
}
.product__first {
  font-family:"helvetica", sans-serif;
  padding: 10px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product__first img {
  width: 100%;
  font-size: 80px;
  max-width: 100%;
  height: auto;
}
.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: 100%;
    align-items: top;
    
  }
  .product__first--content {
    display: block;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #e0889b;
    font-size: 43px;
    padding: 10px;
  }
 
  .product__second {
    background-color: white;
    color: #1862A9;
  }
  .shopify-buy__product__title {
    color: black !important;
  }
}




/* Pour le prix */
.product__first--content1 {
  padding: 10px;
}

/* Rendre le texte centré */
h3, p {
  text-align: center;
  font-family:"helvetica", sans-serif;
}




/* NEWSLETTER */
.Form__Input  {
  color: #e0889b;
  border-color: #e5e6e7;
  padding: 10px 28px;
  
 
 
}


.Form__Submit {
  display: block;
  margin-top: 10px;
  color:#f2eaea;
  background-color: #e0889b;
  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;
}


/* NEWSLETTER */
.newsletter {
  margin: 0 auto;
  max-width: 500px;
  color: #e0889b;
  padding: 50px 0;
  margin-bottom: 70px;
}



.newsletter button {
  background-color: #e0889b;
  color: #4a1d43;
  width: 100%;
}


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



hr {
  margin: 1rem 0;
  border-top: 1px solid black;
  color: black; 
}
*, ::before, ::after {
  box-sizing: border-box;
}