.elementor-90 .elementor-element.elementor-element-1f6549d{--display:flex;--min-height:580px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:1;--margin-top:0px;--margin-bottom:15px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-1f6549d::before, .elementor-90 .elementor-element.elementor-element-1f6549d > .elementor-background-video-container::before, .elementor-90 .elementor-element.elementor-element-1f6549d > .e-con-inner > .elementor-background-video-container::before, .elementor-90 .elementor-element.elementor-element-1f6549d > .elementor-background-slideshow::before, .elementor-90 .elementor-element.elementor-element-1f6549d > .e-con-inner > .elementor-background-slideshow::before, .elementor-90 .elementor-element.elementor-element-1f6549d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, rgba(255,255,255,0) 20%, #ffffff 100%);}.elementor-90 .elementor-element.elementor-element-6754966{width:var( --container-widget-width, 100.239% );max-width:100.239%;--container-widget-width:100.239%;--container-widget-flex-grow:0;}.elementor-90 .elementor-element.elementor-element-6754966.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-90 .elementor-element.elementor-element-3804470{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-90 .elementor-element.elementor-element-1f6549d{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-1f6549d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-6754966 */.footer {
  position: relative;
  margin-top: 80px;
  font-family: 'Poppins', sans-serif;
  color: white;
  overflow: hidden;
}

.wave-separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  overflow: hidden;
  transform: translateY(-100%);
}

.wave-separator svg {
  width: 100%;
  height: 100%;
}

.footer-main {
  position: relative;
  padding: 48px 16px 24px;
  background-image: url('https://www.jeuneenvadrouille.fr/wp-content/uploads/2025/05/footer-jeune-en-vadrouille.jpg');
  background-size: cover;
  background-position: center;
}

.footer-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.footer-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.footer-logo img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  object-fit: cover;
  transition: transform 0.5s;
}

.footer-logo img:hover {
  transform: scale(1.05) rotate(2deg);
}

.footer-columns {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-newsletter {
    grid-column: span 2;
  }
  .dropdown-arrow {
    display: none;
  }
}

@media (min-width: 1024px) {
  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-newsletter {
    grid-column: auto;
  }
}

/* Adaptation pour les grands écrans */
@media (min-width: 1440px) {
  .footer-content {
    max-width: 1400px;
    padding: 0 40px;
  }
  
  .footer-main {
    padding: 60px 40px 32px;
  }
  
  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  
  .footer-logo img {
    width: 180px;
    height: 180px;
  }
  
  .footer-nav,
  .footer-about {
    max-width: 280px;
  }
  
  .footer-newsletter {
    max-width: 320px;
  }
}

@media (min-width: 1920px) {
  .footer-content {
    max-width: 1600px;
    padding: 0 60px;
  }
  
  .footer-main {
    padding: 80px 60px 40px;
  }
  
  .footer-columns {
    gap: 80px;
    max-width: 1400px;
  }
  
  .footer-logo img {
    width: 200px;
    height: 200px;
  }
  
  .footer-nav,
  .footer-about {
    max-width: 320px;
  }
  
  .footer-newsletter {
    max-width: 380px;
  }
}

@media (max-width: 767px) {
  .footer-nav h3,
  .footer-about h3,
  .footer-newsletter h3 {
    font-size: 1.2rem !important;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-arrow {
    transition: transform 0.3s ease;
  }

  .dropdown-active .dropdown-arrow {
    transform: rotate(180deg);
  }

  .footer-nav ul,
  .footer-about ul {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .dropdown-active ul {
    display: grid;
    max-height: 500px;
  }
}

.footer-nav h3,
.footer-about h3,
.footer-newsletter h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1023px) {
  .footer-nav h3,
  .footer-about h3,
  .footer-newsletter h3 {
    font-size: 1.2rem;
  }
}

.footer-nav ul,
.footer-about ul {
  display: grid;
  gap: 8px;
}

.footer-nav a,
.footer-about a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}

.footer-nav a::after,
.footer-about a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #cb5160;
  transition: width 0.3s;
}

.footer-nav a:hover,
.footer-about a:hover {
  color: white;
}

.footer-nav a:hover::after,
.footer-about a:hover::after {
  width: 100%;
}

.footer-newsletter {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-newsletter p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-newsletter input {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  margin-bottom: 12px;
  font-size: 1rem;
}

.footer-newsletter button {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background: #cb5160;
  color: white;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer-newsletter button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(203, 81, 96, 0.4);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.social-link {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover {
  background: #cb5160;
  transform: scale(1.1) rotate(3deg);
}

.social-link i {
  font-size: 28px;
}

.footer-copyright {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f6549d */@tailwind base;
@tailwind components;
@tailwind utilities;/* End custom CSS */