:root {
--cacao-brun: #3b241f;
  --cafe-brun: #6D4C41;
  --beige-creme: #F5F5DC;
  --vert-feuillage: #388E3C;
  --or-dore: #D4AF37;
  --blanc-casse: #FAF9F6;
   --or-dore-claire: #e1b00d;
    --noire-police: #131211;
}
button {
    background-color: var(--cafe-brun);
    color: var(--beige-creme);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}
button:hover {
    background-color: var(--cacao-brun);
}
button:active {
    background-color: var(--vert-feuillage);
}
/*Style de la section de la page d'accueil*/
.home-page {
   text-align: center;
   background-color: var(--beige-creme);
}
.home-page h1 {
    color:var(--cacao-brun);
    font-size: 2rem;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.home-page1 {
    background-color: var(--beige-creme);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    max-width: 1000px;
}
.home-page1 h2 {
    color: var(--or-dore-claire);
    font-size: 2rem;
}
.home-page1 p{
    color: #4E342E;
    font-size: 1.7rem;
    margin-top: 10px;
    line-height: 1.5;
}
.home-page__background_index {
  background-image:url('../images/image/foto.png'); /* Chemin de l'image */
  background-repeat: no-repeat;
   background-size: cover;
 background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
}
.home-page__background_index h1,.home-page__background_apropos h1,.home-page__background_produit h1,
.home-page__background_contact h1,.home-page__background_activite h1
{
  margin-top: 4rem;
  padding-top: 4.5rem;
} 
.home-page__background_apropos {
  background-image:url('../images/image/propos.jpg'); /* Chemin de l'image */
  background-repeat: no-repeat;
   background-size: cover;
 background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
}
.home-page__background_contact {
  background-image:url('../images/image/cacaoRose.jpg'); /* Chemin de l'image */
   background-size: cover;
 background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
}
.home-page__background_produit {
  background-image:url('../images/image/CACAO\ 8.png'); /* Chemin de l'image */
  background-repeat: no-repeat;
   background-size: cover;
 background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
}
.home-page__background_activite {
  background-image:url('../images/image/caca.jpg'); /* Chemin de l'image */
  background-repeat: no-repeat;
   background-size: cover;
 background-position: center;
  position: relative;
  width: 100%;
  height: 14vh;
  text-align: center;
}
/*afficher_actions_sociales*/
#afficher_actions_sociales {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: var(--cacao-brun);
}
#fonction {
  display: flex;
  justify-content: center;
  padding: 10px;
  flex-wrap: wrap;
  gap: 20px;
}
#fonction .cart-action {
  width: 230px;
  padding: 10px;
  background-color: var(--cafe-brun);
  border-radius: 10px;
  color: var(--beige-creme);
  opacity: 0.9;
}
#fonction .cart-action h2 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Courier New', Courier, monospace;
}
#fonction .cart-action p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.5;
  color: var(--blanc-casse);
}

#afficher_actions_sociales #partie1{
  width: 50%;
}

#afficher_actions_sociales #partie1 h1 {
  color: var(--or-dore-claire);
  font-size: 2rem;
  text-align: center;
}
#afficher_actions_sociales #partie1 p {
  color: var(--beige-creme);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#afficher_actions_sociales #partie2{
  width: 50%;
}
#afficher_actions_sociales #partie2 img {
  max-width: 100%;
  height: auto;
}
.home-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.home-page2 {
    background-color: var(--beige-creme);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
     justify-content: center;
}
.home-page2__content {
    width: 400px;
    padding: 15px;
    background-color: var(--beige-creme);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--cafe-brun);
    border-radius: 10px;
    text-align: center;
}
.home-page2__image {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.home-page2__link {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--or-dore);
    color: var(--blanc-casse);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.home-page2__link:hover {
    background-color: var(--or-dore-claire);
    color: var(--cafe-brun);
}
.home-page3{
    background-color: var(--beige-creme);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    max-width: 1000px;
}
.home-page3 h2 {
    color: var(--or-dore-claire);
    font-size: 2rem;
}
.home-page3 p {
    color: var(--noire-police);
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.5;
}
#font1{
   background-image:url('assets/images/image/foto.png'); /* Chemin de l'image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;

}
/*style de la page à propos*/
.propos-page {
    margin-top: 4.5rem;
    background-color: var(--beige-creme);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    max-width: 1000px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 3rem;

}
.propos-page h1,.propos-page h2 {
    padding-top: 2rem;
    color: var(--or-dore-claire);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.propos-page p {
    color: var(--noire-police);
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.objectives-list {
    padding-left: 20px;
}
.objectives-list li {
    margin-bottom: 10px;
    color: var(--cacao-brun);
    list-style-type: square;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.equipes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.equipe {
    background-color: var(--beige-creme);
    border: 1px solid var(--cafe-brun);
    border-radius: 10px;
    padding: 20px;
    width: 270px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.equipe img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/*Affichage des statistiques*/
#affiche_des_statistiques {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--noire-police);
    margin: 20px 0;
    position: absolute;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    gap: 40px;
    top: 23rem;
}
#affiche_des_statistiques li {
    list-style: none;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    gap: 20px;
    max-width: 1200px;
    padding: 20px;
    background-color: var(--beige-creme);
    border: 1px solid var(--cafe-brun);
    border-radius: 10px;
}
.icon, #affiche_des_statistiques li .icon {
    font-size: 2rem;
    color: var(--or-dore-claire);
    margin-bottom: 10px;
    width: 20px;
}
.cart-produit {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background-color: var(--beige-creme);
    border: 1px solid var(--cafe-brun);
    border-radius: 10px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     width: 100%;
     max-width: 400px;
}
.cart-produit img {
    width: 90%;
    height: 200px;
    border-radius: 10px;
}
.cart-produit h2 {
    color: var(--or-dore-claire);
    font-size: 1.5rem;
    margin-top: 10px;
}
.cart-produit p {
    color: var(--noire-police);
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.5;
}
.produit-details{
    width: 40%;
}
/*durabilité*/
.home-page__background_durabilite {
  background-image: url('../images/image/durabilité.jpg'); /* Chemin de l'image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-top: 6rem;
  text-align: center;
}
.home-page__background_durabilite h1 {
  padding-top: 1rem;
  color: var(--cacao-brun);
  font-size: 2.5rem;
  margin-top: 2rem;
  text-shadow: 2px 2px 4px rgba(253, 253, 253, 0.984);
}

/*zones*/
.home-page__background_zones {
  background-image: url('../images/image/zone.jpg'); /* Chemin de l'image */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-top: 6rem;
  text-align: center;
}
.home-page__background_zones h1 {
  padding-top: 1rem;
  color: var(--cacao-brun);
  font-size: 2.5rem;
  margin-top: 2rem;
  text-shadow: 2px 2px 4px rgba(253, 253, 253, 0.984);
}
.image {
    background-image: url('/images/font2.jpg'); /* Chemin de l'image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
}
.image h1 {
  padding-top: 1rem;
  color: var(--cacao-brun);
  font-size: 2.5rem;
  margin-top: 2rem;
  text-shadow: 2px 2px 4px rgba(253, 253, 253, 0.984);
}
h1 {
  color: var(--cacao-brun);
  font-size: 2.5rem;
  margin-top: 1rem;
  text-shadow: 2px 2px 4px var(--or-dore);
}
.partie1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.partie1 p {
  color:var(--cacao-brun);
  font-size: 1.2rem;
  margin: 0.5rem 0;
  line-height: 1.5;
  text-align: left;
  width: 80%;
  font-weight: bold;
}
.email_telephone_whatssap {
  flex: 1;
  text-align: left;
  width: 20%;
  height: 100%;
}
.logo {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.text {
  margin-top: 3rem;
  color: var(--cacao-brun);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.text h1 {
  color:var(--noire-police);
  font-size: 2.5rem;
  margin-top: 1rem;
  text-shadow: 2px 2px 4px var(--cacao-brun);
  text-align: center;
}
.map {
  flex: 1;
  width: 80%;
}
.map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
#contact {
  margin-bottom: 2.5rem;
}
.form {
  width: 65%;
  border: 1px solid var(--beige-creme);
  border-radius: 10px;
  background-color: #ffff;
  box-shadow: 2px 4px 8px rgba(0, 0.5, 0, 0.1);
}
.form h2 {
  text-align: center;
  font-size: 25px;
}
form {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
form input,
form textarea {
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid #e4e3e3;
}
form button {
  padding: 10px;
  border: none;
  color: var(--beige-creme);
  background-color: var(--cacao-brun);
  font-weight: bold;
  width: 130px;
  border-radius: 10px;
  cursor: pointer;
}
.localise {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
#sms li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.membre {
  margin-top: 10px;
}
.membre h1 {
  font-size: 2rem;
  text-align: center;
  margin-left: 20px;
  
}
.membre img {
  width: 60px;
  height: 50px;
  border-radius: 20px;
  padding-left: 10px;
}
.perso {
  display: flex;
  gap: 0px;
  align-items: center;
  margin-top: 5px;
  justify-content: space-between;
}
.perso ul li {
  list-style: none;
}
#contact {
  display: flex;
  padding: 20px;
}
 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
        }
/*Animations
.clignote {
  animation: clignoter 1s infinite;
}
.info {
  animation: info 2s infinite;
  color: #b34c4c;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

@keyframes info {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

.clignote {
  animation: blinkColor 1s infinite;
}

.titre {
  animation: titre 2s infinite;
  color: var(--cacao-brun);
  font-weight: bold;
  font-size: 2.5rem;
}

@keyframes titre {
  0% {
    color: var(--blanc-casse);
  }
  50% {
    color: transparent;
  }
  100% {
    color: var(--cafe-brun);
  }
}
.image-clignote {
  animation: clignoter 0.8s infinite;
}
.logo {
  animation: clignoter 1s infinite;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
@keyframes clignoter {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.infobtn {
  animation: info 2s infinite;
  padding: 10px;
  border: none;
  color: var(--beige-creme);
  background-color: var(--cacao-brun);
  font-weight: bold;
  width: 130px;
  border-radius: 10px;
  cursor: pointer;
}

@keyframes info {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}*/
/*Style de la section du slider*/
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 800px;
  position: relative;
}
.content-slider {
  display: flex;
  height: 300px;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.content-slider .produit-image {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}
.content-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  z-index: 10;
}
.slider-btn.left {
  left: 10px;
}
.slider-btn.right {
  right: 10px;
}
/*Gestion de la reponsivite sur tous types d'ecran*/
/*reponsivité*/
@media (max-width: 768px){
  .home-page__background_index {
	height: 30vh;
  }
  h1 {
	font-size: 1.5rem;
	margin-top: 0.5rem;
}
.home-page1 p {
	font-size: 1rem;
}
.home-page2__content {
	flex: 1;
	width: 270px;
  height: auto;
}
.home-page2__image {
	height: auto;
}
.home-page3 p {
	font-size: 1rem;
  margin-bottom: 19px;
}
.home-page__background_produit {
	height: 30vh;
}
.cart-produit {
	display: block;
	max-width: 100%;
}
.cart-produit img {
	width: 100%;
}
.cart-produit h2 {
	font-size: 1rem;
	margin-top: 0px;
  padding: 0px;
}
.cart-produit p {
	font-size: 0.6rem;
	line-height: 1;
}
.produit-details {
	width: 100%;
}
.home-page__background_activite {
	height: 30vh;
}
.home-page__background_apropos {
	height: 30vh;
}
.propos-page p {
	font-size: 1rem;
}
.equipe {
	width: 100%;
}
.home-page__background_contact {
	height: 30vh;
}
.partie1 {
	display: block;
  padding: 0 1rem;
}
.email_telephone_whatssap {
	flex: 1;
	text-align: left;
	width: 100%;
	height: 100%;
}
.partie1 p {
	width: 100%;
}
.map {
	width: 100%;
}
#contact {
	display:block;
  padding: 10px;
}
.form {
	width: 100%;
}
.membre h1 {
	font-size: 1.4rem;
	text-align: center;
	margin-left: 10px;
}
.perso {
	justify-content: space-around;
}
}