/*FOOTER STYLE*/

/* =============
=== FOOTER ===
=============== */
#footer .container {
  padding-top: 0;
}
@media (max-width: 767px) {
  #footer {
      padding-top: 2.3rem;
  } 
}
.footer-container {
  background: var(--color-dark) 108% bottom / 28% no-repeat;
}
.footer-container li a,
.block-contact,
.footer-container .container > .row:nth-child(2)::after,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.footer-container p.h3,
/*sur mobile*/
.footer-container .links .h3 {
  color: #fff;
}
#footer .navbar-toggler {
  color: #fff;
}
.footer-container li a:hover {
  color: var(--color-light);
}
.footer-container p.h3,
.block-contact-title, 
.blockcms-title, 
.myaccount-title, 
.myaccount-title a {
  font-size: 16px;
}
/*Les titres en mobile*/
@media (max-width: 767px) {
  .footer-container .links .h3 {
    text-transform: none;
  }
}
/*Agrandir la premiere colonne*/
#footer .col-md-6:first-child .row .wrapper {
  width: auto;
  padding-left: 0;
}
/*Infos : dernier bloc footer : .block-contact */
.footer-container li a, .block-contact, 
.footer-container .container > .row:nth-child(2)::after, 
#block_myaccount_infos .myaccount-title a, 
.block-contact .block-contact-title, 
.footer-container p.h3, 
.footer-container .links .h3,
.block-contact {
  font-size: .95em;
}

/*Copyright prestashop masqué */
.footer-container .container {
  margin-bottom: 30px;
}
.footer-container .container > .row:last-child {
  display: none;
}
.footer-container .container > .row:nth-child(2)::after {
  padding-top: 30px;
  content: "Copyright 2024 - Le temps des Fées - Marque déposée - Tous droits réservés";
  width: 100vw;
  /* color: #000; */
  font-size: 12px;
}
@media (max-width: 767px) {
.footer-container .links ul {
    background-color: transparent;
  }
  .links .title {
    width: auto;
  }
  .footer-container .container > .row:nth-child(2)::after {
    padding: 0.625rem;
  }
}
@media (min-width: 768px) {
  #block_myaccount_infos {
    border-left: 1px dotted #fff;
  }
  #block_myaccount_infos ul {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .links .title {
    border-bottom: 1px dotted #fff;

  }
  .links .title:last-child {
    border-bottom: 0;
  }
  .links .title,
  .footer-container .links ul > li a {
      color: #fff;
  }
}

/*Lien vers les magasins : inutile*/
.block-contact {
  .hidden-md-up {
    display: none;
  }
}