
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


/* Styles généraux */
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  overflow-x: hidden;
}


/* Section 2 - Optimisée pour une meilleure responsivité */
/* Section 2 
.section2 {
  padding: 100px 20px;
  background-color: #E6F9C1;
}

.section2 .container {
  overflow: hidden;
}

.section2 h1 {
  color: #87B924;
  margin-bottom: 20px;
}

.section2 p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 20px;
}

.section2 .image-container {
  max-width: 60%;
  margin-right: 20px;
  float: right;
}

.section2 .image-container img {
  max-width: 100%;
  height: auto;
}

.section2 h1, .section2 p, .section2 .btn {
  float: none;
  clear: both;
}

.section2 .btn {
  background-color: #87B924;
  color: #fff;
  margin-top: 20px;
  transition: transform 0.3s;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 30px;
}

.section2 .btn:hover {
  transform: translateY(-5px);
}
 fraise lait image */
 .section2 {
  background: url('images/frs.png') no-repeat center center fixed ;
  background-size: cover;

  min-height: 100vh;
  text-align: center;
  color: black;
}

#section2 img {
  border-radius: 20px;
  width: 120%;
  height: auto;
  object-fit: cover;
}

#section2 {
  
  padding: 60px 15px;
  text-align: justify;
  line-height: 1.5;
}


#section2 h2 {
  color: #C00000;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}


@media (max-width: 992px) {
  #section2 .col-5, #section2 .col-6 {
    width: 100%;
    text-align: center;
  }

  #section2 .col-6 p {
    text-align: justify;
  }
}

/* Section 4 - Message B2B */

.section4 {
  background: url('images/bgs4.png') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  text-align: center;
  color: white;
}


.section4 h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.section4 .italic-message {
  color: white;
  font-weight: normal;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Police unifiée */

body {
    font-family: 'Montserrat', sans-serif;
}

/* Styles spécifiques pour l'animation de zoom */
.zoom {
  transition: transform 0.3s;
}

.zoom:hover {
  transform: scale(1.05);
}
.section4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}




/* Styles généraux */
body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  height: 100%;
  overflow-x: hidden;
}



/* Section 1 */
.section4 {
  background: url('images/bgs4.png') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  text-align: center;
  color: white;
}

.section1 .container {
  width: 60%;
  margin: 0 auto;
}

.section1 h1 {
  color: #E76C21;
  margin-bottom: 20px;
  font-size: 36px;
}

.section1 p {
  margin-bottom: 10px;
  font-size: 20px;
}

.images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.images-container .photo {
  width: 300px;
  margin: 0 20px;
  transition: transform 0.3s;
  border-radius: 15px;
  overflow: hidden;
}

.images-container .photo img {
  width: 100%;
  height: auto;
}

.images-container .photo:hover {
  transform: scale(1.1);
}

.section1 .btn {
  background-color: #E76C21;
  color: #fff;
  transition: transform 0.3s;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
}

.section1 .btn:hover {
  transform: translateY(-5px);
}



/* Section 3 */
.section3 {
  background: url('images/bgp1s1.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  text-align: center;
  color: #000;
}

.section3 h1 {
  color: #C61E44;
  margin-bottom: 20px;
  font-size: 36px;
}

.section3 p {
  margin-bottom: 20px;
  font-size: 20px;
}

.section3 .btn {
  background-color: #C61E44;
  color: #fff;
  transition: transform 0.3s;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
}

.section3 .btn:hover {
  transform: translateY(-5px);
}
/* Section 5 */
.section5 {
  background: url('images/bgp1s1.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  text-align: center;
  color: #000;
}
#section5 img {
  border-radius: 20px;
  width: 80%;
  height: auto;
  object-fit: cover;
}

.section5 h1 {
  color: #C61E44;
  margin-bottom: 20px;
  font-size: 36px;
}

.section5 p {
  margin-bottom: 20px;
  font-size: 20px;
}


/* Carousel */
.carousel-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  overflow: hidden;
}

.carousel-image {
  width: 30%;
  border-radius: 15px;
  transition: transform 0.3s;
  object-fit: cover;
}

.carousel-image.active {
  transform: scale(1.1);
}



/* quality cards  */
.card {
  height: 100%;
}



/* Footer new <3 super kawaaaiii */


.new-footer {
  background-color: #C61E44;
  padding: 20px 0;
  position: relative;
  min-height: 300px;
  overflow-y: auto;
}

.new-footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.new-footer .footer-content img {
  max-width: 50px;
  margin-right: 20px;
}

.new-footer .footer-content p {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.new-footer .footer-content a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.new-footer .footer-content a:hover {
  color: #87B924;
}

.new-footer .footer-content-right {
  text-align: right;
}

.new-footer .footer-content-right p {
  margin-bottom: 0;
}

.new-footer .footer-content-right i {
  color: #fff;
  margin-right: 5px;
}

/* Justification des icônes sur la gauche */
.new-footer .social-media-instagram {
  text-align: left;
}

/* Ligne en pointillés sous les icônes de réseaux sociaux */
.new-footer hr {
  border-top: 1px dashed #fff;
}

/* Changement de couleur pour les liens de contact */
.new-footer .footer-content ul li a {
  color: #fff;
}

/* Centrage du texte tout en bas */
.new-footer .text-center p {
  color: #fff;
  text-align: center;
  margin-bottom: 0; /* Pour supprimer le marging bottom ajouté par Bootstrap */
}



/* Autres styles */

/* Styles spécifiques pour la section 1 du produit */
.section1-product {
  background: url('images/bgp1s1.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  text-align: center;
  color: #000;
}

.section1-product h1 {
  color: #E6B424;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .product-image {
    max-height: 300px;
    margin: 0 auto;
  }
}


/* la police (j'ai peur) */ 

/* styles.css */


/* Styles spécifiques pour l'animation de zoom */
.zoom {
  transition: transform 0.3s;
}

.zoom:hover {
  transform: scale(1.05);
}

/* menu haut *//* Style de base de la navbar */



/* ---- Couleur du menu ---- */
.navbar {
  background-color: rgba(198, 30, 68, 0.8); /* Couleur #C61E44 avec 80% d'opacité */
}

/* ---- Lien souligné au hover ---- */
.navbar-nav .nav-link {
  color: white !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: white; /* Couleur du soulignement */
  left: 50%;
  bottom: -3px;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
}

/* ---- Navbar cachée en scroll vers le bas ---- */
.navbar.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

/* ---- Taille du logo ---- */
.logo {
  height: 40px;
}

/* ---- Correction du bouton hamburger ---- */
.navbar-toggler {
  border-color: white !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
body {
  padding-top: 66px; /* Ajuste selon la hauteur de ton menu */
}



/* Section 6 */
.section6 {
  background: url('images/bgp1s1.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section6 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section6 h1 {
  color: #87B924;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}

.section6 p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5; /* Espacement entre les lignes */
}

.section6 .text {
  flex: 1;
  max-width: 50%; /* Occupe la moitié de l'espace */
  text-align: left;
}

.section6 .image {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.section6 img {
  border-radius: 20px;
  width: 80%;
  height: auto;
  object-fit: cover;
}





/* Section 7 */
.section7 {
  background: url('images/bgp1s1.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  min-height: 100vh;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section7 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section7 h1 {
  color: #E76C21;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
}

.section7 p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5; /* Espacement entre les lignes */
}

.section7.text {
  flex: 1;
  max-width: 50%; /* Occupe la moitié de l'espace */
  text-align: left;
}

.section7 .image {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
}

.section7 img {
  border-radius: 20px;
  width: 80%;
  height: auto;
  object-fit: cover;
}

