/**
 * FOOTER CSS - Copié EXACTEMENT du WordPress original
 * Source: D:\laragon\www\lifescape\wp-content\themes\template\assets\css\app.css
 * Lignes 44-411
 */

footer.ft-container {
  position: relative !important;
  z-index: 100;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  background-image: cover;
}
@media (max-width: 1024px) {
  footer.ft-container {
    height: auto;
  }
}
footer.ft-container .footer-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #483C3C;
  opacity: 0.9;
  z-index: 1;
}
footer.ft-container .container {
  position: relative;
  padding: 50px 0 10px 0;
  z-index: 4;
}
footer.ft-container .container .footer-top {
  display: flex;
  flex-direction: row;
  z-index: 4;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top {
    flex-direction: column;
  }
}
footer.ft-container .container .footer-top .footer-logo-section::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  right: 0;
  top: 0;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-logo-section::after {
    display: none;
  }
}
footer.ft-container .container .footer-top .footer-logo-section {
  position: relative;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: start;
  align-items: center;
  padding-right: 95px;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-logo-section {
    width: 100%;
    padding: 0;
  }
}
footer.ft-container .container .footer-top .footer-logo-section .footer-address {
  width: 100%;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-address p {
  color: #fff;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-logo-section .footer-address {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
footer.ft-container .container .footer-top .footer-logo-section .footer-logo {
  width: 100%;
  height: 5rem;
  max-height: 5rem;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: unset !important;
  max-height: 5rem !important;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .contact-button {
  z-index: 50;
  padding: 1rem 40px;
  background-color: #483C3C;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: "Work Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 2rem;
  background-color: #ffffff;
  color: #483C3C;
  border-radius: 2rem;
  transition: background-color 0.3s ease;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .contact-button:hover {
  background-color: #A8813F;
  color: #ffffff;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button:hover i {
  margin: 0 0 0 0.8rem;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #483C3C;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
  padding: 0;
  position: relative;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button i {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  margin: 0 0 0 0.8rem;
  transition: background-color 0.3s ease;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button span {
  padding: 0 0 0 0.8rem;
  opacity: 0;
  transition: opacity 0.1s ease;
}
footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button:hover {
  background-color: #A8813F;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-logo-section .footer-buttons .phone-button {
    cursor: pointer;
  }
}
footer.ft-container .container .footer-top .footer-menus-list {
  display: flex;
  flex-direction: row;
  width: auto;
  padding: 0 95px;
  gap: 73px;
  justify-content: space-evenly;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-menus-list {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
}
footer.ft-container .container .footer-top .footer-menus-list .service-menu h3,
footer.ft-container .container .footer-top .footer-menus-list .rooms-menu h3,
footer.ft-container .container .footer-top .footer-menus-list .others-menu h3 {
  font-size: 1.17em;
  font-weight: bold;
  color: #ffffff !important;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  padding-bottom: 10px;
}
footer.ft-container .container .footer-top .footer-menus-list .service-menu .menu,
footer.ft-container .container .footer-top .footer-menus-list .rooms-menu .menu,
footer.ft-container .container .footer-top .footer-menus-list .others-menu .menu {
  list-style: none !important;
}
footer.ft-container .container .footer-top .footer-menus-list .service-menu .menu .menu-item,
footer.ft-container .container .footer-top .footer-menus-list .rooms-menu .menu .menu-item,
footer.ft-container .container .footer-top .footer-menus-list .others-menu .menu .menu-item {
  list-style: none !important;
  margin: 0 0 0.5rem 0;
}
footer.ft-container .container .footer-top .footer-menus-list .service-menu .menu .menu-item a,
footer.ft-container .container .footer-top .footer-menus-list .rooms-menu .menu .menu-item a,
footer.ft-container .container .footer-top .footer-menus-list .others-menu .menu .menu-item a {
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-menus-list .service-menu,
  footer.ft-container .container .footer-top .footer-menus-list .rooms-menu,
  footer.ft-container .container .footer-top .footer-menus-list .others-menu {
    text-align: center;
    margin: 1rem 0;
  }
}
footer.ft-container .container .footer-top .footer-icons {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-icons {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
  }
}
footer.ft-container .container .footer-top .footer-icons a {
  width: 2rem;
  height: 2rem;
  margin: 20px 0 0 0;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-top .footer-icons a {
    margin: 0 0 0 1rem;
  }
}
footer.ft-container .container .footer-top .footer-icons a svg {
  fill: #ffffff;
  width: 2rem;
  height: 2rem;
}
footer.ft-container .container .footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer.ft-container .container .footer-bottom .top-line {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-bottom .top-line {
    display: flex;
    flex-direction: column;
  }
}
footer.ft-container .container .footer-bottom .top-line .payment-informations {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer.ft-container .container .footer-bottom .top-line .payment-informations p {
  margin: 3px 0;
  color: #ffffff;
}
footer.ft-container .container .footer-bottom .top-line .payment-informations p:first-child {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-bottom .top-line .payment-informations p:first-child {
    margin-top: 20px;
  }
}
footer.ft-container .container .footer-bottom .top-line .partners {
  width: 100%;
  display: flex;
  gap: 45px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  footer.ft-container .container .footer-bottom .top-line .partners {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
  }
}
footer.ft-container .container .footer-bottom .top-line .partners img {
  margin-top: 20px;
  max-height: 50px;
}
@media (max-width: 576px) {
  footer.ft-container .container .footer-bottom .top-line .partners img {
    margin: 0.2rem 1rem;
  }
}
footer.ft-container .container .footer-bottom .bottom-line {
  width: 100%;
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  footer.ft-container .container .footer-bottom .bottom-line {
    flex-direction: column;
  }
}
footer.ft-container .container .footer-bottom .bottom-line .credit {
  width: 50%;
  color: #ffffff;
}
@media (max-width: 576px) {
  footer.ft-container .container .footer-bottom .bottom-line .credit {
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer.ft-container .container .footer-bottom .bottom-line .credit a {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 576px) {
  footer.ft-container .container .footer-bottom .bottom-line .legals {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 0 0;
  }
}
footer.ft-container .container .footer-bottom .bottom-line .legals a:first-child::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
footer.ft-container .container .footer-bottom .bottom-line .legals a {
  color: #ffffff;
  position: relative;
  padding: 0 1rem;
}
