/*Pour les font*/
@font-face {
    font-family: 'Champagne & Limousines';
    src: url('Font/champagne-limousines-cufonfonts/Champagne%20&%20Limousines.ttf') format('truetype');
}
/*body*/

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Champagne & Limousines';
    background-color: #FFFEF8!important;
}


/* Pour le navbar */
.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}


.element1,
.element2 {
  display: flex;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}


.el1,
.el2,
.el1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  margin: 10px;
  cursor: pointer;
}

.sub-menu {
  border-left: none;
  border-right: none;
  border-top: 1px solid #946137;
  border-bottom: 1px solid #946137;
  background-color: #FFFEF8;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  z-index: 1000;
}

.sub-menu p{
  margin-top: 12px;
}


.sub-menu .pic1 img,
.pic2 img {
  width: 230px;
  height: 230px;
}

.pic1,
.pic2 {
  letter-spacing: 1.5px;
}

.Gpic1,
.Gpic2 {
  margin-right: 50px;
  margin-top: 20px;
}

.Gpic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}



.logo .logo_general {
  width: 115px;
  height: auto;
}


.sub-menu1 {
  border-left: none;
  border-right: none;
  border-top: 1px solid #946137;
  border-bottom: 1px solid #946137;
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFEF8;

}

.sub-menu1 .lien {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;

}

.accordion-body {
  display: flex;
  flex-direction: column;
  /* Empile les éléments horizontalement */
}

.accordion-body a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.accordion-header button {
  font-size: 21px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  background-color: #946137;
  /* Couleur de fond lorsqu'il est ouvert */
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.hamburger .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 3px;
  background-color: #946137;
  margin: 3px 0;
  transition: 0.4s;
  border-radius: 2px;
}



.change .bar1 {
  transform: translateY(6px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translateY(-6px) rotate(45deg);
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  width: 100%;
  height: 100%;
  background-color: #FFFEF8;
  margin: 0 auto;
  justify-content: center;
  display: none;

}

.accordion .search-container {
  display: block;
}

.search-input {
  width: 90%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #946137;
  outline: none;
  font-size: 16px;
  background: transparent;
  margin: 20px;


}


.search-input::placeholder {
  font-size: 10px;
}

.search-button {
  position: absolute;
  right: 6.5%;
  /* Position at the right end inside the search container */
  top: 55%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust vertically to center */
  background: none;
  border: none;
  cursor: pointer;

}

.search-button .fa-search {
  font-size: 20px;
}

.search-input:focus+.search-button .fa-search {
  display: block;
}


.logo_tablette {
  display: none;
}


/* Style pour les boutons de navigation */

.active {
    display: block;
}

.active-btn {
  background-color: #946037 !important;
  /* Changez cette couleur pour celle qui convient à votre design */
  color: #FFFEF8;
  /* Couleur du texte, si vous souhaitez le changer */
}




.owl-prev,
.owl-next {
    color: #CDAA88 !important; 
    font-size: 24px; /* Ajustez la taille si nécessaire */
}

/* Style pour les boutons de navigation au survol */
.owl-prev:hover,
.owl-next:hover {
    color: #CDAA88 !important; 
     background-color: #717171;
}



/* Index.html */
.carousel-image {
  height: 600px;
  object-fit: cover;
  width: 100%;
}


/*Second_card*/

section {
    display: block;
}

.d-inline-flex {
    display: inline-flex;
    /* Crée un conteneur flex en ligne */
}

.mes_card {
    padding-top: 50px;
    width: 460px;
    height: auto;
    /* Cela définit la hauteur auto et  maintient le ratio d'aspect */
    margin: 30px;
    /* Ajuste l'espacement*/
    text-align: center;
    /* Pour centrer le texte sous les images */
}

.mes_card img {
    width: 100%;
    /* Cela fera en sorte que l'image remplisse la largeur de .mes_card */
    height: auto;
    /* Cela maintiendra le ratio d'aspect de l'image */
}


.img-fluid {
    max-width: 100%;
    /* Assure que l'image est réactive et ne dépasse pas sa carte */
    height: 250px;
    /* Pour maintenir l'aspect ratio */
}


/*Troisieme banner*/
.side-bar {
    background-color: #BD8A59;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 522px;
    /* Hauteur de l'image pour assurer suffisamment d'espace */
    overflow-y: hidden;
}


.side-bar img {
    height:auto;
    /* Hauteur auto pour maintenir le ratio d'aspect */
    width: auto;
    max-width: 100%;
    /* Pour s'assurer que l'image ne dépasse pas la largeur de la barre */
    max-height: 100%;
    /* Pour s'assurer que l'image ne dépasse pas la hauteur de la barre */
}



.mon_titre {
    position: absolute;
    /* Positionnement absolu par rapport au conteneur parent */
    top: 99px;
    /* En haut du conteneur */
    right: 150px;
    /* À droite du conteneur */
    text-align: right;
    color: #FFFEF8;
}

.rectangle-gris {
    position: absolute;
    /* Positionnement absolu par rapport à side-bar*/
    top: 60%;
    /* Centré verticalement dans side-bar */
    left: 60%;
    /* Centré horizontalement dans side-bar */
    transform: translate(-50%, -50%);
}

.butom button {
    background: #FFFEF8;
    border: 3px #CDAA88 solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.butom a {
    text-decoration: none;
    text-align: center;
    color: #BD8A59;
    font-size: 20px;
    font-weight: 700;
}


/*Pour le footer*/

.footer {
    margin: 0;
    padding: 0;
    background-color: #BD8A59;
    /* Votre couleur de fond */
    position: relative;
    /* Pour le positionnement absolu des enfants */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Alignement horizontal à gauche */
    width: 100%;
    height: 425px;
    /* Hauteur de l'image pour assurer suffisamment d'espace */

}


.col-md-3 h5,
.col-md-3 p {
    font-size: 16px;
}

.col-md-3 h5 {
    font-weight: 700;
}

.col-md-3 p {
    font-weight: 400;
}

.email-input-container {
    position: relative;

}

.email-input {
    background-color: transparent;
    /* Fond transparent pour l'input */
    border: none;
    /* Pas de bordure */
    border-radius: 0;
    /* Pas de bords arrondis */
    color: #fff;
    /* Couleur du texte saisie */
    margin-bottom: 1rem;
    /* Espace sous l'input */
}



/* Ligne sous le champ de saisie */
.input-highlight {
    position: absolute;
    bottom: 0;
    /* Positionnez-le en bas du champ de saisie */
    left: 0;
    width: 100%;
    /* Largeur complète */
    height: 2px;
    /* Hauteur de la ligne */
    background-color: #fff;
    /* Couleur de la ligne */
}




















