/* Reset de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(252, 252, 252);
}

/* HEADER */
/* Perosnnalisation Tailwind */
.bg-dark {
  /*bg navbar*/
  background-color: rgb(112, 135, 145);
}

.listMenu {
  background-color: rgb(112, 135, 145);
}

header {
  background-color: black;
  height: 100vh;
  margin-bottom: 68px;
}

h1 {
  font-size: 3rem !important;
  /* ou 32px */
  font-weight: bold !important;
  margin-bottom: 1rem !important;
  text-align: center;
  color: #2d2d2d;
}

.paraEnt h2 {
  font-size: 2rem !important;
  /* ou 24px */
  font-weight: bold !important;
  margin-bottom: 0.75rem !important;
  text-align: center;
  margin-top: 36px !important;
  color: #dda6c8 !important;

}

.bg-rose-600 {
  background-color: rgba(221, 166, 200, 0.992) !important;
  color: white !important;
  padding: 3px !important;
}

/*
p {
  font-size: 1rem !important;
  /* ou 16px 
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
  text-align: start;
  padding: 0px 16px;
  width: 60%;
}
/*
.ImgEnt {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;

}

/*.Entete {
  width: 85%;
  margin: 0 auto;
}*/
/*
.ImgL {
  width: 500px;
  height: 350px;
  background-color: bisque;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

/* Bloc Réseaux sociaux */
.LiensResaux:hover .EffHov {

  height: 100%;

}

.LiensResaux:hover {
  scale: 1.01;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;


}

.EffHov {
  width: 100%;
  height: 0%;
  background-color: rgba(255, 167, 246, 0.274);
  transition: 0.5s;
  /* 0.5 secondes */
  position: absolute;

}

.BlocInsta {
  width: 90% !important;
}

/* Bloc blocsHome Coup de coeur */
.blocsHomeCdC {
  width: 90%;
  height: 350px;
  margin: 36px auto;
}

/*
.imgCdc {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}*/

.CDC {
  width: 24%;
  height: 100%;
  background-color: bisque;
  margin: 0 auto;
  border-radius: 0.5em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;

}

/*Bloc Produit----*/
/*
.BlocProduits {
  margin-top: 48px;
  margin-bottom: 24px;
}
/*
.ProduitList {
  width: 90%;
  margin: 0 auto;
  background-color: aliceblue;
  border: 1px solid rgb(223, 223, 223);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;


}

/*
.cardProd {
  width: 235px;

  height: 400px;
  border: 1px solid rgb(223, 223, 223);
  box-shadow: 2px 2px 8px 2px #6565655c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 16px;
  padding: 8px;
  position: relative;
}*/
/*
.ImgProduit {
  margin: 4px auto;
  width: 100%;
  height: 200px;
  background-color: black;
  overflow: hidden;
  background-position: center;
  /* centre l'image horizontalement ET verticalement 
  background-repeat: no-repeat;
  /* évite les répétitions si l’image est trop petite 
}
*/
/*
.imgProduit img {
  object-fit: cover !important;
}
*/
/*
.TitreProduit {
  margin: 6px auto;
  text-align: center;
}

/*.DescripProduit {
  margin: 8px auto;
  margin-bottom: 2px;
  height: 110px;

}*/

/*.InfoProduit {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  flex-grow: 1;


}*/

/* Avis GOOGLE */
.blocsHomeAvis {
  width: 90%;
  margin: 0 auto;
}

.cta-section {
  margin-left: 80px;
}

.es-read-more::after {
  content: "Lire plus";
  color: inherit;
  font-weight: bold;
}

.es-read-more {
  color: transparent;
  /* Cache le texte original */
  position: relative;
}

.es-read-more::before {
  content: "";
}

.es-text-toggle {
  content: "";
  color: red;
}

.es-classic-card {
  background-color: aliceblue !important;
}

/* Boutons principaux */
.btn-primary {
  background: #dda6c8 !important;
  /* rose */
  border-color: #e1afdd !important;
}

/* Hover */
.btn-primary:hover {
  background: #dda6c8 !important;
  border-color: #e1afdd !important;
  color: white !important;
}

/* Boutons secondaires */
.btn-secondary {
  background-color: #6b7280 !important;
}

/* Boutons danger (supprimer) */
.btn-danger {
  background-color: #352b2b !important;
  border-color: #f4e4e4 !important;
}

/*--FOOTER---*/
footer li {
  color: #f0c9e0;
  line-height: 30px;
}

footer li:hover {
  color: #dda6c8;
}

.BlocFooter {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  color: #f5f5f5;
  background-color: #2d2d2d;
}

#ResSoc {
  background-color: rgb(177, 193, 201);
  padding-top: 48px;
  padding-bottom: 24px;
}

.TtrFoot {
  color: white;
}

/*.Prx {
  font-weight: bold;
}*/

.blocsHomeReseau {
  width: 100%;
  height: 300px;
  background-color: aquamarine;
}

.test {
  background-color: blue;
  border: solid 4px red;
  width: 25%;
  height: 300px;
}

.Myicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(195, 195, 195);
  font-size: 50px;
}

/*------------------------------------------------*/
/* CSS TEST PAGE PRODUITS*/

/* === SECTION ENTÊTE === */
.Entete {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 40px;
  align-items: center;
}

.paraEnt h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.paraEnt h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #d4a574;
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: 0.5px;
}

.ImgEnt p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
  font-weight: 300;
}

.ImgL {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ImgL:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

/* === SECTION PRODUITS === */
.BlocProduits {
  background: linear-gradient(135deg, #faf8f5 0%, #f5f0eb 100%);
  padding: 100px 40px;
  margin-top: 80px;
}

.BlocProduits h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 70px;
  letter-spacing: -0.3px;
}

.ProduitList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

/*---PAGE LOGIN---*/


/* === CARTES PRODUITS === */
.cardProd {
  background: rgb(249, 242, 249);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.cardProd:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.ImgProduit {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;

}

.cardProd:hover .ImgProduit {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.cardContent {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.TitreProduit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
  text-align: center;
}

.DescripProduit {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
  font-weight: 300;
}

.InfoProduit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #eee;
}

.Prx {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -0.5px;
}

.Prx strong {
  font-size: 1.2rem;
  margin-left: 2px;
}

.voir {
  background: #dda6c8 !important;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(137, 137, 137, 0.3);
}

.voir:hover {
  background: #ebd9e9e5 !important;
  color: #dda6c8;
  transform: translateY(-2px);
  border: 1px solid #dda6c8c4;
  box-shadow: 0 6px 20px rgba(161, 175, 197, 0.4);
}

.voir:active {
  transform: translateY(0);
}

.btn-ajouter {
  background-color: #28a745 !important;
  /* vert */
  color: white;
  /* texte blanc */
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.message-vide {
  width: 90%;
  margin: 0 auto;
}

.message-vide p {
  font-size: 24px;
  width: 100%;
}

/* page contact
:root {
    --primary: #d4a574;
    --primary-hover: #c19061;
    --bg: #f8f6f3;
    --text: #333;
    --error: #c0392b;
    --success: #27ae60;
    --shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Structure */
.contact-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background: var(--bg);
}

.contact-card {
  width: 100%;
  max-width: 700px;
  background: white;
  padding: 40px;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

/* Titre */
.contact-title {
  margin-bottom: 20px;
  font-size: 32px;
  color: var(--text);
  font-weight: 600;
}

/* Flash messages */
.flash {
  position: relative;
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: white;
  font-size: 15px;
}

.flash-success {
  background: var(--success);
}

.flash-error {
  background: var(--error);
}

.flash-close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
}

/* Formulaire */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text);
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  outline: none;
  transition: 0.2s;
  background: #fff;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(212, 165, 116, 0.25);
}

.form-textarea {
  min-height: 130px;
  resize: vertical;
}

.form-button {
  width: 100%;
  background: var(--primary);
  color: rgb(101, 100, 114);
  padding: 14px;
  border: none;
  cursor: pointer;
  font-size: 17px;
  border-radius: 8px;
  background-color: rgb(203, 114, 169);
  transition-duration: 2ss;

}

.form-button:hover {
  background-color: #555;
  color: #d4a574;
}

.form-button:active {
  transform: scale(0.98);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .Entete {
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 60px auto;
  }

  .paraEnt h1 {
    font-size: 2.8rem;
  }

  .paraEnt h2 {
    font-size: 1.5rem;
  }

  .ImgL {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .Entete {
    padding: 0 20px;
    margin: 40px auto;
  }

  .paraEnt h1 {
    font-size: 2.2rem;
  }

  .paraEnt h2 {
    font-size: 1.3rem;
  }

  .ImgL {
    height: 300px;
  }

  .BlocProduits {
    padding: 60px 20px;
    margin-top: 40px;
  }

  .BlocProduits h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .ProduitList {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .paraEnt h1 {
    font-size: 1.8rem;
  }

  .paraEnt h2 {
    font-size: 1.1rem;
  }

  .ImgEnt p {
    font-size: 1rem;

  }

  .cardContent {
    padding: 20px;
  }

  .TitreProduit {
    font-size: 1.3rem;
  }

  .InfoProduit {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .voir {
    width: 100%;
  }
}

/****détails produit***/
.cardProdDetail {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 20px;
  background: rgb(208, 198, 198);
  padding: 40px;
  border-radius: 14px;
  box-shadow: var(--shadow);

}