@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300&display=swap");

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* *********************************** D'EBUT NAVBAR*********************************************************************************************/
.container {
  max-width: 1500px !important;
  /* position: fixed; */
}

.navbar {
  font-family: "Nanum Myeongjo";
  color: rgb(56, 42, 18);
  background-color: rgb(235, 229, 220);
  width: 100%;

}

.logoimg img {
  width: 118px;
}


.navbar-collapse a {
  color: rgb(56, 42, 18) !important;
}

.dropdown-toggle::after {
  display: none !important;
}


/* .dropdown-menu li a{

  z-index: 600 !important;
  position: absolute !important;
} */




/* **************************************************FIN DE NAVBAR ********************************************************************************* */






/* ****************************************************** D'EBUT CAROUSELE***************************************************************************************/
#carouselExampleAutoplaying {
  background-color: rgb(243, 241, 239);
}

.carousel-inner {
  padding: 20px;
  min-height: 350px;
}

.carousel-item img {
  width: 290px;
  height: 300px;
  margin-left: 50%;
}



.slideshow-text {
  text-align: left;
  position: absolute;
  top: 10%;
  right: 120px;
  width: 80%;
  color: rgb(56, 42, 18);
  font-size: 4px;
  font-family: "Noto Serif", serif;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.textt {
  background-color: rgba(235, 229, 220, 0.786);
  padding: 20px;
}

.textt .item h2 {
  font-family: "Nanum Myeongjo";
  font-size: 3vw !important;
  text-transform: uppercase;
  padding: 10px;
}

.descreption p {
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
}

.decouvrire.a {

  display: inline-block;
  background-color: rgb(56, 42, 18);
  border-radius: 0;
  font-size: 15px !important;
  justify-content: center;
  min-height: 30px;
  min-width: 10%;
  text-align: center;
  text-decoration: none;
  color: rgb(243, 241, 239);
  padding: 10px;
  font-family: "Nanum Myeongjo";
  transition: all .5s;
  margin: 20px !important;

}


.decouvrire.a:hover {
  background-color: rgb(214, 203, 188);
  color: #362912;
}



@media screen and (min-width:1600px) {

  .carousel-item img {
    width: 800px !important;
    height: 600px !important;
    top: 70px;
  }


  .carousel-inner {
    padding: 30px;
    min-height: 500px;
  }

  .slideshow-text {
    top: 10%;
    left: 180px;
    width: 60%;
    font-size: 4px;
  }

  .item>h2 {

    font-size: 4rem;
    top: 80%;
  }

  .descreption p {

    font-size: 1.3vw;
    font-weight: 200 !important;
  }

  .decouvrire.a {
    border-radius: 0;
    font-size: 25px !important;
    justify-content: center;
    min-height: 60px;
    min-width: 20%;
    padding: 10px;
    margin: 5px;
  }
}


@media screen and (min-width:768px) {
  .carousel-inner {
    padding: 40px;
    min-height: 450px;
  }


  .carousel-item img {
    width: 400px;
    height: 400px;
    margin-left: 50%;
  }


  .decouvrire.a {
    border-radius: 0;
    font-size: 25px !important;
    justify-content: center;
    margin: 10px;
    min-height: 50px;
    min-width: 30% !important;
  }
 
}




/* ******************************************FIN CAROUSELLE ************************************************************************************ */





/* ******************************* D'EBUT SERVISES*************************************************************************************************** */
.container-fluid {
  max-width: 1550px;
  /* pour le alignier avec les éléments de la  nav  */


}

.padding-large {

  padding: 30px;
  background-color: rgb(235, 229, 220);
}

.icon-box-icon {
  border: 1px solid;
  border-radius: 20%;
  font-size: 30px;
  color: rgb(56, 42, 18);
  background-color: rgb(214, 203, 188);
  cursor: pointer;
  transition: all .2s;
}

a i {
  color: rgb(56, 42, 18);
  transition: all .2s;
  /* background-color: rgb(214, 203, 188); */
}

.icon-box-icon:hover a i {

  color: rgb(214, 203, 188) !important;
  background-color: rgb(56, 42, 18);

}

.icon-box-icon:hover {
  background-color: rgb(56, 42, 18);

}



h3.card-title {
  font-family: "Nanum Myeongjo";
  color: rgb(56, 42, 18);
  font-size: 1.5rem;
}



.icon-box a h3:hover {


  text-decoration: underline;

  transition-duration: 0.2s;
  color: rgb(54, 37, 8) !important;
}



/* ********************************************FIN DE SERVICES*********************************************************************************** */







/* ****************************************A PROPOT DE NOUS ************************************************************************************* */
#apropot {
  background-color: rgb(243, 241, 239);
  /* margin-top: 2%; */
  padding: 20px;
}

/* img {
  margin-top: 25px;
} */

.texte {
  color: rgb(54, 37, 8) !important;
  font-family: "Nanum Myeongjo";
}

.texte h2 {
  font-family: "Nanum Myeongjo";
  font-size: 4rem;
}

/* *************************************************FIN DE A PROPOT DE NOUS *********************************************************************** */




/* **************************************************INSCREPTION Dans la page D'accieulle******************************************************************************** */
.inscreption {
  background-color: rgb(235, 229, 220);
  height: 200px !important;
  padding: 20px;
}

#insp h2 {
  color: rgb(56, 42, 18) !important;
  font-family: "Nanum Myeongjo" !important;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
}

.inscreption {
  text-align: center;
  min-height: 150px;
}

.inscreption a {
  display: inline-block;
  background-color: rgb(56, 42, 18);
  border-radius: 0;
  font-size: 19px;
  justify-content: center;
  min-height: px;
  min-width: 20% !important;
  text-decoration: none;
  color: rgba(235, 229, 220, 0.786);
  padding: 10px;
  font-family: "Nanum Myeongjo" !important;
  transition: all .5s;
  margin: 10px;
}

#insp a:hover {
  background-color: rgb(214, 203, 188);
  color: #362912;

}

@media screen and (min-width:1600px) {

  .inscreption {
    height: 180px;
    padding: 20px;
  }

  #insp h2 {

    font-size: 3rem;
    padding: 0;
    margin: 0;
  }

  .inscreption {
    min-height: 150px;
  }

  .inscreption a {

    border-radius: 0;
    font-size: 29px;
    min-height: 60px;
    min-width: 20% !important;
    padding: 10px;
    margin: 10px;
  }

}
/* *********************************************FIN D'INSCREPTION************************************************************************ */

/* *********************************************Page De Connexion et Inscription****************************************************************** */

/* Styles par défaut */
.glob {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 50px;
  /* Réduire les marges sur les côtés */
  align-items: center;
}

.conn {
  height: auto;
  width: 600px;
  justify-content: center;
  border: 1px solid black;
  margin: 20px;
  background-color: rgb(235, 229, 220);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  height: 600px;

}

.conn h2 {
  text-align: center;
  font-family: "Nanum Myeongjo";
  font-weight: bold;
  color: #362912;
  margin: 0;
  padding: 0;
}

.conn p {
  font-family: "Nanum Myeongjo";
  color: #362912;
  font-size: larger;
}

form {
  display: flex;
  flex-direction: column;
  font-family: "Nanum Myeongjo";
  font-weight: bold;
  color: #362912;
}

label {
  margin-bottom: 8px;
}

input {
  padding: 10px;
  margin-bottom: 16px;
  /* Rétablir la marge en bas pour les éléments d'entrée */
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 300px;
}

.conn a .btn-conn {
  font-family: "Nanum Myeongjo";
  color: rgb(235, 229, 220);
  background-color: #362912;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  width: 300px;
  text-decoration: none;
  height: 50px;
}

.inscrire {
  background-color: #362912;
  color: rgb(235, 229, 220);
  width: 200px;
  text-decoration: none;
  padding: 10px;
  transition: 0.2s;
  transform: scale(1);
}

.inscrire:hover {
  transform: scale(1.2);
  transition: 0.2s;
  background-color: rgb(235, 229, 220);
  color: #362912;
}

/* Media queries pour les téléphones */
@media only screen and (max-width: 480px) {
  .glob {
    padding: 0 10px;
    /* Réduire les marges sur les côtés */
  }

  .conn {
    width: 90%;
    /* Utiliser 90% de la largeur parente sur les petits écrans */
    max-width: 300px;
    /* Limiter la largeur sur les petits écrans */
    margin: 20px auto;
    /* Centrer le formulaire horizontalement */
    height: auto;
    /* Réinitialiser la hauteur */
  }

  .nav {
    display: none;
    /* Cacher la barre de navigation sur les petits écrans */
  }

  .conn h2 {
    font-size: 16px;
    /* Réduire la taille du texte pour les titres */
  }

  .conn p {
    font-size: 14px;
    /* Réduire la taille du texte pour les paragraphes */
  }

  input {
    width: 80%;
    margin: 20px !important;
    text-align: center;
    /* Ajuster la largeur des champs de saisie */
    max-width: calc(100% - 20px);
    /* Limiter la largeur maximale des inputs */
    box-sizing: border-box;
    /* Inclure les bordures dans la largeur */
  }

  .btn-conn {
    width: 50%;
    /* Ajuster la largeur des boutons */
  }
}

/* Media queries pour les iPads et les petits ordinateurs */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .glob {
    padding: 0 50px;
    /* Ajuster les marges sur les iPads et les petits ordinateurs */
  }

  .conn {
    width: 80%;
    /* Utiliser 80% de la largeur parente sur les iPads et les petits ordinateurs */
    max-width: 400px;
    /* Limiter la largeur sur les iPads et les petits ordinateurs */
    margin: 0 auto;
    /* Centrer le formulaire horizontalement */
  }

  .conn a .btn-conn {
    margin-top: 20px;
    width: 400px !important;
    height: 50px;
  }

}

@media only screen and (min-width: 1025px) and (max-width:1600px) {
  .glob {
    padding: 0;
    justify-content: center;

  }
  .conn {
    width: 80%;
    max-width: 200%;
    margin: 20px;
  }

  input {
    width: 500px;
  }
}

/* *********************************************D'EBUT DE MEILLEUR VENTE ************************************************************************************** */
/* Smartphones (portrait and landscape) */

@media only screen and (max-width: 480px) {
  .l-container {
    margin: 60px !important;
  }

  .item>h2 {
    font-family: "Nanum Myeongjo";
    font-size: 5px !important;
    font-weight: 5;
    top: 2%;
  }

}

/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slideshow-text {
    left: 60px;
  }

  .item>h2 {
    font-family: "Nanum Myeongjo";
    font-size: 2rem;
    font-weight: 10 !important;
    top: 5%;
  }
}

.vente {
  background-color: rgb(243, 241, 239);
}

.vente .titere h2 {

  color: rgb(56, 42, 18);
  font-family: "Nanum Myeongjo";
  font-size: 4rem;
  text-align: center;
  padding-top: 50px;
}

.vente .Shop {
  justify-content: center;
}

.vente .Shop a {
  display: inline-block;
  /* Assure que le bouton est aligné horizontalement */
  background-color: rgb(56, 42, 18);
  border-radius: 0;
  font-size: 25px;
  justify-content: center;
  min-height: 60px;
  min-width: 10%;
  text-decoration: none;
  color: rgba(235, 229, 220, 0.786);
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Nanum Myeongjo";
  transition: all .5s;
}

.Shop a:hover {
  background-color: rgb(214, 203, 188);
  color: #362912;
}


.vente .l-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4px;
  max-width: 3000px;
  padding-bottom: 50px;
  margin: 0 160px;
}

@media screen and (max-width: 400px) {
  .vente .l-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cart-categorie {
  position: relative;
  z-index: 1;
  width: 80%;
  padding-bottom: 100%;
  perspective: 3000px; 
} 

.cart-categorie__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transform-origin: top center;
  will-change: transform;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out;
}

 .cart-categorie:hover .cart-categorie__cover {
  transform: rotateX(7deg) translateY(-6px);
  filter: grayscale(150%);
} 

/* 
.cart-categorie:hover .cart-categorie__cover::after {
  transform: translateY(0%);
} */

.cart-categorie::before {
  display: block;
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
}

.cart-categorie:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
} 

/* # sourceMappingURL=style.css.map */


/* *********************************************** FIN DE MEILLEUR VENTE ************************************************************ */




/* ******************************************* D'EBUT PAGE Categorie ***************************************************************** */



/* Smartphones (portrait and landscape) */
@media only screen and (max-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {

  /* Enlever les paddings et marges */
  .categorie {
    margin: 0 !important;
    padding: 0 !important;
  }

  .item>h2 {
    font-size: 14px;
    /* Diminuer la taille du texte */
  }

  .slideshow-text {
    font-size: 12px;
    /* Diminuer la taille du texte */
  }
}

/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slideshow-text {
    left: 60px;
  }

  .item>h2 {
    font-size: 2rem;
    font-weight: 10 !important;
    top: 5%;
  }
}

.categorie {
  background-color: rgb(243, 241, 239);
}

.categorie {
  justify-content: center;
}

.categorie h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  /* Assure que le bouton est aligné horizontalement */
  border-radius: 0;
  font-size: 25px;
  justify-content: center;
  min-height: 60px;
  min-width: 10%;
  text-decoration: none;
  color: #fff !important;
  padding: 15px;
  text-align: center;
  font-weight: bold !important;

}

.categorie .l-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
  max-width: 3000px;
  /* padding-bottom: 50px; pour enlever le vide entre le footter et les gategoris */
  margin-left: 160px;
  /* margin: 30px; */
}



.b-game-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 150%;
  perspective: 3000px; 

}

.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
} 

/* ******************************************* FIN PAGE CATEGORIE ****************************************************** */

.nouvelle-collection {

  background-color: rgb(243, 241, 239);

}

.nouvelle-collection h2 {

  text-align: center;
  font-size: 30px;
  padding-top: 70px;
  color: rgb(70, 38, 8);
  font-family: "Nanum Myeongjo";
  font-weight: bold;

}


.titre-cat h2 {
  text-align: center;
  font-size: 20px;
  padding-top: 70px;
  color: rgb(70, 38, 8);
  font-family: "Nanum Myeongjo";


}





.nouvelle-collection .nouvelle {

  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);
  position: relative;



}

.content a .images {
  overflow: hidden;

}

.content a .images img {

  width: 500px;
  height: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
  transition: transform .5s;


}


.images img:hover {
  /* -ms-transform:scale(2) translate(5px);
-webkit-transform:scale(2) translate(5px); */
  transform: scale(1.4) translate(5px);
  overflow: hidden !important;
}


.content h5 {

  /* text-align: center; */
  font-size: 23px;
  margin: 0;
  padding-top: 10px;
  color: rgb(70, 38, 8);
  font-family: "Nanum Myeongjo";

}


/* *************************DEBUT DE SINGLE PRODUIT******************************** */

.sing-produit {
  overflow: hidden;
  /* Pour que la grande div s'ajuste à la hauteur des div enfants */
  margin: 50px;
  display: flex;
}

.imagess {
  width: 50%;
  /*Occuper la moitié de la largeur de la grande div  */
  padding-left: 175px;
  /*  Ajouter un espace intérieur  */


}

.container-single {
  padding: 50px !important;
  color: rgb(70, 38, 8) !important;
}

.price-single {
  font-size: 19px !important;
}

.description-single {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.line-single {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 280px;
  margin-bottom: 30px;
}

.line-single input {
  background: transparent;
  border: none;
}

.line-single input:focus {
  outline: none;
}

.pro {
  height: 600px;
  width: 600px;
  margin-right: 80%;

}

.btn-panier {
  color: rgb(243, 241, 239) !important;
  background-color: rgb(70, 38, 8) !important;
  border: none !important;
  outline: none !important;
  width: 280px;

}

.btn-panier a {

  text-decoration: none;

  font-family: "Nanum Myeongjo";

}


@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .container-single {
    padding: 20px !important;
    /* Réduire le padding */
  }

  .description-single {
    font-size: 18px;
    /* Diminuer la taille du texte */
    line-height: 30px;
    /* Ajuster la hauteur de ligne */
  }

  .pro {

    margin: 30px;
    height: auto;
    /* Ajuster la hauteur de l'image */
    margin-right: 0;
    /* Supprimer la marge */
  }

  .line-single input {
    width: 100%;
    /* Ajuster la largeur de l'input */
  }

  .btn-panier {
    width: 100%;
    /* Ajuster la largeur du bouton */
  }
}

/* Media queries pour l'iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container-single {
    padding: 30px !important;

    /* Ajuster le padding */
  }

  .pro {
    width: 70%;
    margin: 80px;
    /* Réduire la largeur de l'image */
    height: auto;
    /* Ajuster la hauteur de l'image */
  }

  .btn-panier {
    width: 70%;
    /* Réduire la largeur du bouton */
  }
}


/* ******************************produit similaire********************************************** */



.gallerie {

  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* background-color: rgb(243, 241, 239); */
  padding: 50px 50px;
}

.contents {

  width: 450px;
  margin: 20px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;


}

.img {
  position: relative;
}

.img img {

  width: 400px;
  height: 450px;
  text-align: center;
  margin: 0 auto;
  display: block;


}

.contents h3 {

  text-align: center;
  font-size: 15px;
  margin: 0;
  padding-top: 10px;
  color: rgb(70, 38, 8);

}

.contents .img a:nth-child(2) {

  position: absolute;
  bottom: 0px !important;
  right: 25px;
  display: none;
  text-decoration: none;
  height: 50px;
  color: rgb(235, 229, 220);
}


.contents: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;
}

.contents h6 {
  font-size: 15px;
  text-align: center;
  color: rgb(70, 38, 8);
  margin: 0;
  font-family: "Nanum Myeongjo";

}

/* *******************************************************PANIER********************************************************************************* */
.container {
  padding: 0 !important;
  margin: 20px;
}


.my-custom-container {
  background-color: rgb(235, 229, 220);
  border-radius: 15px;
  overflow: hidden;
}

.mon-panier h2 {
  text-align: center;
  background-color: #362912;
  color: rgb(235, 229, 220) !important;
  font-family: "Nanum Myeongjo";
  font-weight: bold !important;
  font-size: 40px !important;
  padding: 15px;
}



.product-price-total {
  display: flex;
  justify-content: space-around;
}

.text-center a {
  background-color: rgb(42, 29, 16);
  color: rgb(243, 241, 239);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-md-6 {
  padding-top: 40px;
  /* Ajouter un espace en haut */
}

.col-md-3 {
  padding-top: 50px;
}

.container-panier {

  height: 650px;
  margin: 30px;
}

.confirmation {

  position: relative;
}

.card-body {
  right: 50%;
}

/* ****************************************************COMMANDE***************************************************************  */
/* stripe */
.StripeElement {
  width: 530px;
  background-color: rgb(235, 229, 220);
  height: 50px;
  padding: 15px .75rem;
  border-radius: var(--bs-border-radius);
}

/* fin stripe */

.row {
  justify-content: center;
}

.all-paiement {
  padding: 20px;
}

.paiement {
  justify-content: center;
  display: flex;
  width: fit-content;
  background-color: #fff;
  margin: auto;
  padding: 20px;
}

.paiement-container {
  padding: 30px;
}

/* #card-errors button {

  width: 100%;
  color: rgb(235, 229, 220);
  background-color: rgb(42, 29, 16);
  margin-top: 25px;
  padding: 10px;
  border-radius: 0.375rem;
} */



/* *************************************CARD*********************************** */

.card-block {

  width: 100%;
  display: flex !important;
  justify-content: right !important;
  padding-right: 50px !important;
  padding-bottom: 50px !important;

}

.card {

  border: none !important;
}


.card-body h4 {

  color: rgb(53, 39, 18) !important;
  font-family: "Nanum Myeongjo" !important;
  font-weight: bold !important;
}

.card-body a {
  background-color: rgb(53, 39, 18) !important;
  width: 100%;
  font-family: "Nanum Myeongjo" !important;
  font-size: 18px !important;
  text-decoration: none;
  padding: 10px;
  border-radius: 0 !important;
}

.card-body a:hover {
  background-color: rgb(235, 229, 220) !important;
  color: rgb(53, 39, 18) !important;

}

.list-group-flush li {
  /* pour enliver les petites point  */
  list-style-type: none;

}

.card ul li {
  font-family: "Nanum Myeongjo" !important;
  color: rgb(53, 39, 18) !important;
  margin: 0px 0px 8px;
  padding: 16px;


}


/* ***************************PAGEAIDE************************************* */

.guide {
  width: 100%;
  padding-bottom: 50px;
}

.aide h2 {
  font-family: "Nanum Myeongjo" !important;
  font-weight: bold;
  color: rgb(53, 39, 18) !important;
}


.guide h4 {
  font-family: "Nanum Myeongjo" !important;
  color: rgb(53, 39, 18) !important;
  padding-top: 50px;
}

.guide p {
  margin: 0 !important;
  padding: 15px;
  text-align: start;
  font-family: "Nanum Myeongjo" !important;

}


/* **************************page livraison rapide *************************************** */

.livraison {
  width: 100%;
  padding-bottom: 50px;
}

.livraison h2 {

  font-family: "Nanum Myeongjo" !important;
  font-weight: bold;
  color: rgb(53, 39, 18) !important;
}


.rapide h4 {
  font-family: "Nanum Myeongjo" !important;
  color: rgb(53, 39, 18) !important;
  padding-top: 50px;
}

.rapide p {
  margin: 0 !important;
  padding: 15px;
  text-align: start;
  font-family: "Nanum Myeongjo" !important;

}





/********************************************************* footer ********************************************/

.container {}

.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.1s;*/
}


.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.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;
    }


  }
}


/* ***************************************************FIN DU FOOTER***************************************************************************** */


/* ***********************Notre Hostoire************************** */


.notre {
  width: 100%;
  padding-bottom: 50px;
}

.notre h2 {

  font-family: "Nanum Myeongjo" !important;
  font-weight: bold;
  color: rgb(53, 39, 18) !important;

}


.histoire p {
  margin: 0 !important;
  padding: 5px;
  text-align: start;
  font-family: "Nanum Myeongjo" !important;
  color: rgb(53, 39, 18) !important;
  padding-top: 50px;
}



.ancre a {

  padding: 20px;
  border-radius: 9999px;
  background: #362912;
  position: absolute;
  right: 10px;

}

.ancre a i {
  color: rgb(235, 229, 220) !important;

}