/* Styles pour le footer personnalisé Morel Moto */

/* Réinitialisation des styles du thème parent pour le footer */
.bootscore-footer {
  background-color: #191919 !important;
  color: #a3a3a3 !important;
  position: relative;
}

.bootscore-footer a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bootscore-footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* Section widgets */
.footer-dark {
  background-color: #191919;
  color: #a3a3a3;
  position: relative;
}

.footer-widgets {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
}

.footer-widget-title, 
.bootscore-footer .widget-title {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.footer-widget-title::after,
.bootscore-footer .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--morel-secondary, #ff5e15);
}

/* Logo et description */
.footer-logo img {
  height: 60px;
  width: auto;
}

.footer-logo a {
  display: flex;
}


.footer-desc {
  line-height: 1.8;
  margin-top: 15px;
}

/* Liens sociaux */
.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social li a:hover {
  background-color: var(--morel-secondary, #ff5e15);
  transform: translateY(-3px);
}

/* Menu de liens rapides */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.footer-links li::before {
  content: '»';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--morel-secondary, #ff5e15);
}


.footer-links a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

/* Posts récents */
.footer-post-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer-post-date {
  font-size: 12px;
  color: var(--morel-secondary, #ff5e15);
  margin-bottom: 5px;
}

.footer-post-title {
  color: #a3a3a3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
  line-height: 1.4;
}

.footer-post-title:hover {
  color: #fff;
}

/* Informations de contact */
.footer-contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.footer-contact-item i {
  color: var(--morel-secondary, #ff5e15);
  margin-right: 15px;
  width: 15px;
  text-align: center;
  margin-top: 4px;
}

.footer-contact-item a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

/* Bande décorative avec motif */
.footer-pattern {
  border:  3px solid var(--morel-secondary); 
}

/* Section copyright */
.footer-copyright {
  background-color: #111111;
  padding: 25px 0;
  font-size: 14px;
  color: #777;
}

.copyright-text {
  margin-bottom: 0;
}

.footer-bottom-links a {
  color: #777;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s ease;
}

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

/* Adaptation des widgets par défaut */
.bootscore-footer .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bootscore-footer .widget_nav_menu li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.bootscore-footer .widget_nav_menu li::before {
  content: '»';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--morel-secondary, #ff5e15);
}

.bootscore-footer .widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bootscore-footer .widget_recent_entries li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bootscore-footer .widget_recent_entries li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bootscore-footer .widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  color: var(--morel-secondary, #ff5e15);
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
  
  .footer-bottom-links {
    text-align: center !important;
    margin-top: 15px;
  }
  
  .footer-bottom-links a {
    margin: 0 10px;
  }
}
