/* ===============================================
   FOOTER STYLES - FD TRANSPORT
   =============================================== */

/* Section principale du footer */
.ftco-section {
  padding: 7em 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}

/* Background sombre pour le footer */
.ftco-bg-dark {
  background: #3c312e;
}

/* Styles principaux du footer */
.ftco-footer {
  font-size: 16px;
  background: #222831;
  padding: 5em 0 3em 0;
}

/* Logo du footer */
.ftco-footer .logo {
  font-size: 34px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  line-height: 1;
}

.ftco-footer .logo a {
  color: #fff;
}

.ftco-footer .logo a span {
  color: var(--form-blue);
  font-size: 11px !important;
  display: block;
}

/* Widgets du footer */
.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.ftco-footer .ftco-footer-widget ul li a {
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
  color: var(--form-blue);
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
  color: var(--form-blue);
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

/* Paragraphes et liens du footer */
.ftco-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
  color: #fff;
}

/* Titres de section du footer */
.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  position: relative;
}

/* Horaires d'ouverture */
.ftco-footer .opening-hours h4 {
  color: var(--form-blue);
  font-size: 16px;
}

.ftco-footer .opening-hours p span {
  color: rgba(255, 255, 255, 0.9);
}

/* Réseaux sociaux du footer */
.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 50px;
  width: 50px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}

/* Navigation secondaire du footer */
.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: var(--form-blue);
}

/* Block-23 pour les informations de contact */
.block-23 ul {
  padding: 0;
}

.block-23 ul li,
.block-23 ul li > a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
}

.block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .ftco-footer {
    padding: 3em 0 2em 0;
  }
  
  .ftco-footer .logo {
    font-size: 28px !important;
  }
  
  .ftco-footer .ftco-footer-widget h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .ftco-footer-social li a {
    height: 45px;
    width: 45px;
  }
  
  .ftco-footer-social li a span {
    font-size: 22px;
  }
}

/* Animation pour les liens sociaux */
.ftco-footer-social li a {
  transition: all 0.3s ease;
}

.ftco-footer-social li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Styles pour les icônes */
.ftco-footer .icon {
  color: var(--form-blue);
}

/* Styles pour les listes de services */
.ftco-footer .ftco-footer-widget ul {
  list-style: none;
  padding: 0;
}

.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 8px;
}

.ftco-footer .ftco-footer-widget ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Styles pour le copyright */
.ftco-footer .text-center p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

/* Styles pour les colonnes du footer */
.ftco-footer .col-md {
  margin-bottom: 2em;
}

@media (max-width: 767.98px) {
  .ftco-footer .col-md {
    margin-bottom: 1.5em;
  }
}