
/* Styles du footer - À inclure dans le CSS principal */
.site-footer {
   background: #072139;
   color: #f5f3f0;
   padding: 3rem 0 1rem;
   margin-top: 4rem;
   position: relative;
   overflow: hidden;
}

.site-footer::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, #d4a574 0%, #8b5a3c 50%, #d4a574 100%);
}

.footer-container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 1rem;
}

.footer-content {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 2rem;
   margin-bottom: 2rem;
}

.footer-section {
   padding: 1rem;
}

.footer-title {
   color: #d4a574;
   font-size: 1.25rem;
   margin-bottom: 1rem;
   font-weight: 600;
}

.footer-subtitle {
   color: #d4a574;
   font-size: 1.1rem;
   margin-bottom: 1rem;
   font-weight: 500;
   border-bottom: 2px solid #8b5a3c;
   padding-bottom: 0.5rem;
}

.footer-description {
   line-height: 1.6;
   margin-bottom: 1.5rem;
   color: #e0ddd8;
}

.footer-social {
   display: flex;
   gap: 1rem;
}

.social-link {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   background: rgba(212, 165, 116, 0.2);
   color: #d4a574;
   border-radius: 50%;
   text-decoration: none;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.social-link:hover {
   background: #d4a574;
   color: #2c1810;
   border-color: #d4a574;
   transform: translateY(-2px);
}

.footer-links {
   list-style: none;
   padding: 0;
}

.footer-links li {
   margin-bottom: 0.75rem;
}

.footer-links a {
   color: #e0ddd8;
   text-decoration: none;
   transition: color 0.3s ease;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.footer-links a:hover {
   color: #d4a574;
}

.footer-links-section {
   grid-column: span 2;
}

.footer-links-grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 2rem;
}

.footer-links-column {
   display: flex;
   flex-direction: column;
}

.footer-column-title {
   color: #d4a574;
   font-size: 0.95rem;
   margin-bottom: 0.75rem;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.footer-links-inline {
   display: flex;
   flex-wrap: wrap;
   gap: 0.5rem;
   margin: 0;
   padding: 0;
}

.footer-links-inline li {
   margin-bottom: 0.5rem;
   margin-right: 1rem;
}

.footer-links-inline a {
   font-size: 0.9rem;
   white-space: nowrap;
}

.footer-contact-column .footer-contact {
   margin-top: 0;
}

.footer-contact-column .contact-item {
   margin-bottom: 0.75rem;
   font-size: 0.9rem;
}

.footer-contact-column .contact-item i {
   font-size: 1rem;
   min-width: 18px;
}

.footer-contact-column .contact-text {
   font-size: 0.85rem;
   line-height: 1.4;
}

.footer-contact .contact-item {
   display: flex;
   align-items: flex-start;
   gap: 1rem;
   margin-bottom: 1rem;
}

.footer-contact .contact-item i {
   color: #d4a574;
   font-size: 1.1rem;
   margin-top: 0.2rem;
   min-width: 20px;
}

.contact-text a {
   color: #e0ddd8;
   text-decoration: none;
}

.contact-text a:hover {
   color: #d4a574;
}

.footer-newsletter {
   background: rgba(212, 165, 116, 0.1);
   padding: 2rem;
   border-radius: 12px;
   border: 1px solid rgba(212, 165, 116, 0.2);
   margin-bottom: 2rem;
}

.newsletter-content {
   display: grid;
   grid-template-columns: 1fr 2fr;
   gap: 2rem;
   align-items: center;
}

.newsletter-input-group {
   display: flex;
   gap: 0.5rem;
   margin-bottom: 1rem;
}

.newsletter-input-group input {
   flex: 1;
   padding: 0.75rem 1rem;
   border: 2px solid rgba(212, 165, 116, 0.3);
   border-radius: 6px;
   background: rgba(255, 255, 255, 0.1);
   color: #f5f3f0;
   font-size: 0.95rem;
}

.newsletter-input-group input:focus {
   outline: none;
   border-color: #d4a574;
}

.newsletter-btn {
   padding: 0.75rem 1.5rem;
   background: #d4a574;
   color: #2c1810;
   border: none;
   border-radius: 6px;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.newsletter-btn:hover {
   background: #8b5a3c;
   color: #f5f3f0;
   transform: translateY(-1px);
}

.newsletter-privacy {
   font-size: 0.85rem;
   color: #c0bbb4;
}

.newsletter-privacy a {
   color: #d4a574;
   text-decoration: none;
}

.footer-divider {
   border: none;
   height: 1px;
   background: linear-gradient(90deg, transparent, #8b5a3c, transparent);
   margin: 2rem 0;
}

.footer-bottom {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   gap: 1rem;
   padding-top: 1rem;
}

.footer-copyright {
   color: #c0bbb4;
}

.footer-subtitle-small {
   font-size: 0.85rem;
   margin-top: 0.5rem;
}

.text-red {
   color: #e74c3c !important;
}

.footer-legal {
   display: flex;
   gap: 1.5rem;
   flex-wrap: wrap;
}

.footer-legal a {
   color: #c0bbb4;
   text-decoration: none;
   font-size: 0.9rem;
   transition: color 0.3s ease;
   display: flex;
   align-items: center;
   gap: 0.5rem;
}

.footer-legal a:hover {
   color: #d4a574;
}

.back-to-top {
   position: fixed;
   bottom: 2rem;
   right: 2rem;
   width: 50px;
   height: 50px;
   background: #d4a574;
   color: #2c1810;
   border: none;
   border-radius: 50%;
   cursor: pointer;
   display: none;
   align-items: center;
   justify-content: center;
   font-size: 1.2rem;
   z-index: 1000;
   transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.back-to-top:hover {
   background: #8b5a3c;
   color: #f5f3f0;
   transform: translateY(-3px);
}

.back-to-top.show {
   display: flex;
}

/* Responsive */
@media (max-width: 768px) {
   .footer-content {
      grid-template-columns: 1fr;
      gap: 1.5rem;
   }
   
   .footer-links-section {
      grid-column: span 1;
   }
   
   .footer-links-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
   }
   
   .footer-links-inline {
      flex-direction: column;
      gap: 0.25rem;
   }
   
   .footer-links-inline li {
      margin-right: 0;
   }
   
   .newsletter-content {
      grid-template-columns: 1fr;
      text-align: center;
   }
   
   .newsletter-input-group {
      flex-direction: column;
   }
   
   .footer-bottom {
      flex-direction: column;
      text-align: center;
   }
   
   .footer-legal {
      justify-content: center;
   }
}

@media (max-width: 480px) {
   .footer-legal {
      flex-direction: column;
      gap: 0.75rem;
   }
   
   .social-link {
      width: 35px;
      height: 35px;
   }
}
