
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.98);

}



/* *******************************************CART  PRODUIT************************************************************************** */

.gallerie {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(243, 241, 239);
  padding: 50px 50px;
}

.content {
  width: 450px;
  margin: 20px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  cursor: pointer;
  background-color: rgb(243, 241, 239);
  overflow: hidden;
  position: relative;
}

.img {
  position: relative;
}

.img img {

  width: 400px;
  height: 450px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.content h3 {
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding-top: 10px;
  color: rgb(70, 38, 8);

}

.content .img a:nth-child(2) {

  position: absolute;
  bottom:  0px !important;
  right: 25px;
  display: none;
  text-decoration: none;
  height: 50px;
  color: rgb(235, 229, 220);
}


.content:hover .img a:nth-child(2) {

  display: block !important;

  display: flex;
  width: 400px;
  padding: 10px 10px;
  font-family: "Nanum Myeongjo";
  /* pour centrer le texte paraport au baground et au espace  */
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  background-color: rgb(235, 229, 220);
  color: rgb(42, 29, 16);

}



p {

  margin-top: 10px !important;
  text-align: center;
  color: rgb(70, 38, 8);
  padding-top: 0 8px;
  font-family: "Nanum Myeongjo";
  font-weight: bold;
}

.content h6 {

  font-size: 15px;
  text-align: center;
  color: rgb(70, 38, 8);
  margin: 0;
  font-family: "Nanum Myeongjo";

}



/* *********************************page contact************************************************** */

.contact {
  display: flex;
  padding: 15px 15px;
  background-color: rgb(235, 229, 220);
  margin-top: 50px;
  margin-bottom: 50px;
  border:  1px black solid;
}

h2 {
  margin-top: 10px;
  text-align: center;
  color: #362912 !important;
  font-family: "Nanum Myeongjo";
  font-weight: bold !important;
}

.contac {
  height: 650px;
  width: 50%;
  padding: 0%;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  /* Centrer le conteneur horizontalement */
  margin-right: auto;
  /* Centrer le conteneur horizontalement */
}

form {
  display: flex;
  flex-direction: column;
  color: #362912;
  font-family: "Nanum Myeongjo";
}

label {
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: bold;
}

input {
  padding: 10px;
  margin-bottom: 16px;
}

.message-grande {
  width: 100%;
  height: 200px;
}

button {
  background-color: #362912;
  color: rgba(235, 229, 220, 0.786);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Nanum Myeongjo" !important;
  font-size: 18px !important;
}

.contac button {
  margin-top: 12px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Media queries for iPhone 14 Pro Max */
@media only screen and (max-width: 480px){
  .contact {
    flex-direction: column;
  }

  .contac {
    width: 90%;
  }
}






/* ******************************************************************* */







.inscription {
  display: flex;
  justify-content: space-around;
  margin-left: 350px;
  margin-right: 350px;
  padding: 15px 15px;
  background-color: rgb(235, 229, 220);
  margin-top: 50px;
  margin-bottom: 50px;
}

h2 {
  margin-top: 10px;
  text-align: center;
  color: #362912 !important;
  font-family: "Nanum Myeongjo";
  font-weight: bold !important;

}

.inscrip {
  height: 650px;
  width: 70%;
  padding: 0%;
  margin-bottom: 60px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

form {
  display: flex;
  flex-direction: column;
  color: #362912;
  font-family: "Nanum Myeongjo";

}


label {
  margin-top: 10px;
  margin-bottom: 8px;
  /* text-align: center; */
  font-weight: bold;
}

input {
  padding: 10px;
  margin-bottom: 16px;
  /* border: 1px solid #ccc;
    border-radius: 4px; */
}

.message-grande {
  width: 100%;
  /* Prend la largeur complète du conteneur */
  height: 200px;
  /* Hauteur personnalisée */
}


button {

  background-color: #362912;
  color: rgba(235, 229, 220, 0.786);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Nanum Myeongjo" !important;
  font-size: 18px !important;

}




.inscrip button {
  margin-top: 12px;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}





/* Pour les iPad */
@media only screen and (max-width: 1024px) {
  .inscription {
    margin-left: 50px;
    margin-right: 50px;
  }

  .inscrip {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Pour l'iPhone 14 Pro Max */
@media only screen and (max-width: 428px) {
  .inscription {
    margin-left: 20px;
    margin-right: 20px;
  }

  .inscrip {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


/* **************************************************NAV BAR**************************************************************************** */
.container {
  max-width: 1500px !important;
   margin: 20px;
}

.navbar {
  font-family: "Nanum Myeongjo";
  color: rgb(56, 42, 18);
  background-color: rgb(235, 229, 220);
}

.logoimg img {
  width: 95px;
}


.dropdown-toggle::after {
  display: none !important;
}


.navbar-collapse a {
  color: rgb(56, 42, 18) !important;
}

ul{

  list-style: none;
}

/* .navbar-collapse a:hover {
  background-color: rgb(178, 138, 69);
} */




/* **************************************************FIN NAVBAR********************************************************************************** */


/********************************************************* footer ********************************************/


.row ul li a {
  text-decoration: none;
  color: rgb(54, 37, 8) !important;

}


.row ul li a:hover {

  text-decoration: underline;
  font-size: 14px;
  transition-duration: 0.2s;

}

.row ul li h4 {


  color: rgb(54, 37, 8) !important;

}

.row ul li h1 {

  color: rgb(54, 37, 8) !important;
  text-transform: uppercase;

}

.footer-column ul h4 {

  color: rgb(54, 37, 8) !important;
}



footer {
  padding: 2rem 0;
  background-color: rgb(235, 229, 220);

}

.footer-column:not(:first-child) {
  padding-top: 2rem;

  @media (min-width: 768px) {
    padding-top: 0rem;
  }
}

.footer-column {
  text-align: center;

  .nav-item {
    .nav-link {
      padding: 0.1rem 0;
    }

    span.nav-link {}

    span.footer-title {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
    }

    .fas {
      margin-right: 0.5rem;
    }
  }

  ul {
    display: inline-block;

    @media (min-width: 768px) {
      text-align: left;
    }


  }
}

.ancre a {

  padding: 20px;
  border-radius: 9999px;
  background: #362912;
  position: absolute;
  right: 10px;

}

.ancre a i {
  color: rgb(235, 229, 220) !important;

}




/* ***************************************************Page Commande***************************************************************************** */



/* ***********************************************************La flêche************************************************************* */

