.home-demo h2 {
    color: #FFF;
    font-family: Rubik;
    font-size: 50px;
    font-style: italic;
    font-weight: 800;
    line-height: 102.704%;
    color: #FFF;
    padding: 1rem 0;
    font-weight: 900;
}
p{
    color: #2E2E2E !important;
    /* font-family: arial; */
    font-size: 16px;
    /* font-style: italic; */
    font-weight: 400;
}
h1#title-huile{

    color: #FFF;
text-align: center;
font-family: Rubik;
font-size: 40px;
font-style: italic;
font-weight: 700;
line-height: 45px; /* 112.5% */
letter-spacing: -0.5px;
}
h3{
    color: #2E2E2E;
    font-family: arial;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
}
h2{
    color: #2E2E2E;
    font-family: arial;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
}
.item.slide1{
    background-image: url(/images/slide1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}
.item.slide2{
    background-image: url(/images/slide2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}
.item.slide3{
    background-image: url(/images/slide3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}
 
.container-slider {
    max-width: none;
}
section.sec-padding {
    padding: 0px 0px 70px 0px;
}

.item img {
    width: 60% !important;
}
.carousel-logo .item {
    text-align: center;
  }
  
  .carousel-logo .item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  
  .huile-back{
    background-size: cover;
    height: 80vh;
    background-image:url(/images/huile.png);
  }
  .sec-padding {
    padding: 50px 0;
  }
 
  
  .rechercheletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .input-recherche {
    padding: 20px;
    width: 100%;
    max-width: 80%;
    border: 1px solid #ffffff;
}
  
  .recherche-button {
    position: relative;
    display: inline-block;
    width: 175px;
    background: #e41819;
    border: 0px solid white;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 0;
  }
  
  .recherche-button:hover {
    background-color: #e69800;
  }
  p.text-huile {
    color: #FFF !important;
    font-family: Rubik;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
form#form-color-huile {
    background: white;
}
.sugg--btn {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 2rem;
}
 
/* Conteneur principal */
.menu_banner_link {
     
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    line-height: 40px;
  }
  
  /* Liens du menu */
  .menu_banner_link a {
    
    padding: 12px;
    margin-bottom: 8px;
    color: #ff0000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
   }
  
  /* Effet au survol */
  .menu_banner_link a:hover {
    background-color: #E41819;
    color: #fff;
  }

  .btn-action {
    height: 40px;
    font-size: 20px;
    width: 37%;
    color: white;
    border-radius: 100px;
    background: #242424;
}
  
.nos-produit-back{
  width: 100%;
  min-height: 180vh; /* Hauteur minimale égale à la hauteur de la fenêtre */
   background-size: cover; /* L'image couvre entièrement le div */
  background-position: center; /* L'image est centrée */
  background-repeat: no-repeat; /* L'image ne se répète pas */
  background-image:url(/images/nos-produit-back.jpg);
}
.kep-back{
  width: 100%;
  min-height: 130vh; /* Hauteur minimale égale à la hauteur de la fenêtre */
   background-size: cover; /* L'image couvre entièrement le div */
  background-position: center; /* L'image est centrée */
  background-repeat: no-repeat; /* L'image ne se répète pas */
  background-image:url(/images/keep.png);
}

.nos-produit-sec{
  padding: 0px 30px 30px 30px;
  background-color: white;

}
.item.nos-produit-sec h1 {
  font-weight: 700;
  font-size: 30px;
  color: black;
}
 
.item.nos-produit-sec img:nth-of-type(1) {
  width: 30% !important;
}
.img-icon img {
  position: relative;
  left: 77.4%;
} 
 
 
.ecology-back {
    width: 33%;
    margin-right: 4px;
    background-color: #ffffff26;
    padding: 30px;
  
}
.keep-back-red{
  padding: 30px;
  width: 33%;
  margin-right: 4px;
  background-color: #ff000064;

}
.keep-back-red  img {
  max-width:70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ecology-back  img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
h1#title-nosproduit {
  color: #FFF;
  text-align: left;
  font-family: Rubik;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.5px;
}
#border-keep{
  flex-direction: column;
  height: 100%;
  background: red;
  border: 5px solid white;
}
img.logo {
  max-width: max-content;
}
.application-back{
  width: 100%;
  min-height: 500px;   
   background-size: cover; /* L'image couvre entièrement le div */
  background-position: center; /* L'image est centrée */
  background-repeat: no-repeat; /* L'image ne se répète pas */
  background-image:url(/images/application.png);
}
p.par-app.text-light {
  font-style: normal;
  font-size: 17px;
  color: white;
  margin-bottom: 0.5rem !important;
}
h1.title-app.text-light {
  color: #FFF;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 45px; 
  letter-spacing: -0.5px;
}