@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: white;
}



.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 a {
  color: black;
}


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

.banner {
  height: 400px;
  background-image: url("./img/banmobile.jpg");
  width: 100%;
  height: 70vh;
  background-size: cover;
  position: fixed;
  background-position: center;
  opacity: 1; 
  transition: opacity 1s ease, transform 1s ease; 
}



.banner.zoom-out {
  transform: scale(1.2); 
}
/* 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; 
}

/* 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/bandesk_electrical.jpg");
  }
}
.footer {
  background-color: #f94374;
  color: #fafaf5; 
  position: relative;
  top: 60vh;
  padding: 30px;
  font-family: "Font-1678302724369"
}
.footer a {
  color: #fafaf5; 
  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: #f25230;
}
.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;
  position: relative;
  top: 80vh;
  padding-bottom: 20vh;
  font-family: "Font-1678302724369"
}

/* LOGO*/
.logo {
  position: relative;
  text-align: center;
  z-index: 5;
  bottom: 50vh;
  margin: 0 auto;
  font-size: 50px;
}
.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 h1{
  font-size: 28px;
  color: rgb(32, 60, 134);
}

/* LIENS PIED DE PAGE */

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

/* SECTION DES PRODUITS */
.collection {
  background-color: #0c0c0c;
  color: #0c0c0c;
  font-family: "Font-1678302724369";
  justify-content: flex-end;
 
 
}

.collection__article {
  text-decoration: none;
}
.collection__article h3{
  text-decoration: none;
  color: rgb(32, 60, 134);
}

.collection__card {
  background-color: #0c0c0c;
  color: #0c0c0c;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.collection__card h3 {
  font-size: 15px;
}
.collection__card p {
  color: #f25230;
  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;
  font-family: "Font-1678302724369";
  line-height: 1.65;
  
}
.product__first {
  font-family: "Font-1678302724369";
  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;
   
  }
  .shopify-buy__product__title {
    color: black !important;
  }
}



/* NEWSLETTER */ 
 
.Form__Input  {
  color: #f94374;
  border-color: #000000;
  padding: 10px 10px;
 
 
}

.Form__Submit {
  display: block;
  margin-top: 10px;
  color:#f94374;
  background-color: #000000;
  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 {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  
}

.title {
  font-size: 14px;
  color: #f94374;
  margin-bottom: 10px;
}
.E{
  color: #000000;
}
P{
  color: #363535;
}

.subtitle {
  font-size: 10px;
  color: #777;
  margin-bottom: 20px;
}

.subscribe-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #323435;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .Form__Input,
  .Form__Submit {
    width: 80%;
    display: block;
    margin-top: 10px;
    margin-left:40px
  }
  
  .Form__Submit {
    padding: 10px;
    font-size: 14px;
  }
}






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

/* 
.Footer__Block--newsletter {
  text-align: center; 
} 

.Footer__Content {
  margin: 0 auto; 
  max-width: 400px;
}

.Footer__Newsletter {
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin-top: 20px; 
}
.Form__Input,
.Form__Submit {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.Form__Submit {
  max-width: 200px; 
}

.footer__container {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
  flex-wrap: wrap; 
}

.footer__links {
  flex: 1;
  max-width: calc(50% - 20px); 
  padding-right: 20px;
}
 