@charset "UTF-8";
/**
 * Swiss Green - Footer Modern SCSS
 * Inspiré de l'UX UFK Framework
 * Fichier source pour compilation Koala
 * Output: ../css/footer.css
 */
.footer-container {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
  margin-top: 3rem;
  padding: 0; }

footer#footer {
  padding: 2.5rem 0 1.5rem; }
  @media (max-width: 768px) {
    footer#footer {
      padding: 2rem 0 1rem; } }

.footer-modern {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 2rem; }
  @media (max-width: 768px) {
    .footer-modern {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      padding: 0 1rem; } }
  @media (max-width: 480px) {
    .footer-modern {
      grid-template-columns: 1fr;
      padding: 0 1rem; } }

.footer-column h3 {
  font-size: 14px !important;
  font-weight: 600;
  color: #374151;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.footer-column li {
  margin-bottom: 0.5rem; }
.footer-column a {
  color: #4b5563 !important;
  text-decoration: none;
  font-size: 16px !important;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
  .footer-column a:hover {
    color: #58A333 !important;
    transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
.footer-column p {
  color: #4b5563;
  font-size: 16px !important;
  line-height: 1.6;
  margin: 0 0 0.75rem 0; }

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem; }
  @media (max-width: 768px) {
    .footer-bottom {
      padding-top: 1rem; } }

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem; }
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
      text-align: center; } }

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .footer-copyright {
      justify-content: center; } }
  .footer-copyright p {
    margin: 0;
    color: #4b5563;
    font-size: 16px !important; }
  .footer-copyright .version-info {
    display: flex;
    gap: 0.5rem;
    align-items: center; }
    .footer-copyright .version-info span {
      color: #4b5563;
      font-size: 13px !important; }

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .footer-links {
      justify-content: center; } }
  .footer-links a {
    color: #4b5563 !important;
    text-decoration: none;
    font-size: 16px !important;
    transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
    .footer-links a:hover {
      color: #58A333 !important;
      transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }

.footer-social, #footer #social_block {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  flex-shrink: 0; }
  @media (max-width: 768px) {
    .footer-social, #footer #social_block {
      justify-content: center; } }
  .footer-social ul, #footer #social_block ul {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .footer-social ul, #footer #social_block ul {
        justify-content: center; } }
  .footer-social li, #footer #social_block li {
    margin: 0; }
  .footer-social a, #footer #social_block a, .footer-social .social-link, #footer #social_block .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    color: #4b5563 !important;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    flex-shrink: 0; }
    .footer-social a:hover, #footer #social_block a:hover, .footer-social .social-link:hover, #footer #social_block .social-link:hover {
      background: #58A333 !important;
      color: white !important;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px); }
    .footer-social a img, #footer #social_block a img, .footer-social a svg, #footer #social_block a svg, .footer-social a i, #footer #social_block a i, .footer-social .social-link img, #footer #social_block .social-link img, .footer-social .social-link svg, #footer #social_block .social-link svg, .footer-social .social-link i, #footer #social_block .social-link i {
      width: 18px;
      height: 18px; }
    .footer-social a svg, #footer #social_block a svg, .footer-social .social-link svg, #footer #social_block .social-link svg {
      fill: currentColor; }

.footer-newsletter .block_newsletter, #footer #newsletter_block_left .block_newsletter {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1); }
  .footer-newsletter .block_newsletter form, #footer #newsletter_block_left .block_newsletter form {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem; }
    @media (max-width: 480px) {
      .footer-newsletter .block_newsletter form, #footer #newsletter_block_left .block_newsletter form {
        flex-direction: column; } }
  .footer-newsletter .block_newsletter input[type="email"], #footer #newsletter_block_left .block_newsletter input[type="email"] {
    flex: 1;
    padding: 0.625rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    transition: border-color 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
    .footer-newsletter .block_newsletter input[type="email"]:focus, #footer #newsletter_block_left .block_newsletter input[type="email"]:focus {
      outline: none;
      border-color: #58A333; }
  .footer-newsletter .block_newsletter button[type="submit"], #footer #newsletter_block_left .block_newsletter button[type="submit"] {
    padding: 0.625rem 1.5rem;
    background: #58A333;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
    .footer-newsletter .block_newsletter button[type="submit"]:hover, #footer #newsletter_block_left .block_newsletter button[type="submit"]:hover {
      background: #3d7a22;
      box-shadow: 0 4px 12px rgba(88, 163, 51, 0.3);
      transform: translateY(-2px); }

.footer-payment {
  margin-top: 1.5rem; }
  .footer-payment .payment-methods {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 768px) {
      .footer-payment .payment-methods {
        justify-content: center; } }
    .footer-payment .payment-methods img {
      height: 32px;
      width: auto;
      opacity: 0.7;
      transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) cubic-bezier(0.4, 0, 0.2, 1); }
      .footer-payment .payment-methods img:hover {
        opacity: 1; }

.footer-text-sm {
  font-size: 13px !important;
  color: #4b5563; }

.footer-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 1.5rem 0; }

/*# sourceMappingURL=footer.css.map */
