.elementor-5560 .elementor-element.elementor-element-aefd51d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3baf80a */.contact-section {
  background-color: #0b0d11;
  padding: 150px 5vw 50px 5vw;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.contact-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 60px 0;
}

.contact-title span {
  display: block;
  color: rgba(255, 255, 255, 0.3); /* Effet de texte estompé pour le style */
}

.contact-link {
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  transition: opacity 0.3s ease;
}

.link-underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-link:hover .link-underline {
  transform: scaleX(1);
  transform-origin: left;
}

.social-links {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.social-item {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.social-item:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  color: #444;
}/* End custom CSS */