/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-area {
  padding-bottom: 34px;
}
.footer-area.style-one {
  border-radius: 40px;
  margin-bottom: 14px;
  margin-right: 10px;
  margin-left: 10px;
}
.footer-area .footer-large-text {
  background-color: #190E12;
  display: flex;
  justify-content: space-between;
  color: #402E34;
  font-size: 15.8vw;
  line-height: 0.85;
  padding: 37px 15px;
  margin-bottom: 34px;
}
.footer-area .footer-large-text span {
  display: inline-block;
}

.footer-widget .footer-widget-title {
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 65%;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.footer-widget .footer-menu.style-one li {
  margin-bottom: 10px;
}
.footer-widget .footer-menu.style-one li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-menu.style-one li a {
  position: relative;
  color: var(--altoColor);
}
.footer-widget .footer-menu.style-one li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.footer-widget .footer-menu.style-one li a:hover {
  color: var(--primaryColor);
}
.footer-widget .footer-menu.style-one li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-widget .contact-info-list li {
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .contact-info-list li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-widget .contact-info-list li a:hover {
  color: var(--primaryColor);
}

@media only screen and (min-width: 1600px) {
  .footer-area.style-one {
    margin-bottom: 18px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-area.style-one .container-fluid {
    padding-right: 47px;
    padding-left: 47px;
  }
  .footer-area.style-two .container-fluid {
    padding-right: 68px;
    padding-left: 68px;
  }
}/*# sourceMappingURL=footer.css.map */

/* =========================
   MAÏKA – FOOTER BEIGE (override)
   ========================= */

.footer-area,
.footer-area.style-one{
  background: #F4EEE9 !important;
  color: #111111 !important;
}

/* Le gros texte de fond (si tu le gardes) */
.footer-area .footer-large-text{
  background: #F4EEE9 !important;
  color: #E8DED7 !important; /* très léger, décoratif */
}

/* Titres */
.footer-widget .footer-widget-title{
  color: #111111 !important;
}

/* Ligne pointillée sous les titres */
.footer-widget .footer-widget-title:after{
  border-bottom: 1px dashed rgba(17,17,17,0.25) !important;
}

/* Liens menu */
.footer-widget .footer-menu.style-one li a{
  color: #111111 !important;
}
.footer-widget .footer-menu.style-one li a:hover{
  color: #C48A9A !important; /* vieux rose */
}
.footer-widget .footer-menu.style-one li a:after{
  background-color: #C48A9A !important;
}

/* Coordonnées */
.footer-widget .contact-info-list li,
.footer-widget .contact-info-list li a{
  color: rgba(17,17,17,0.75) !important;
}
.footer-widget .contact-info-list li a:hover{
  color: #C48A9A !important;
}
