.elementor-15 .elementor-element.elementor-element-5df347f{--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;--justify-content:center;--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0100px;--padding-bottom:0430px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-5df347f:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-5df347f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lagence45.com/wp-content/uploads/2025/07/yVaP7Gvi5kiXe2nrqUCEJVpdr7A.png.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-15 .elementor-element.elementor-element-5df347f.e-con{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-ceaf918 *//* 🎨 Style des messages du formulaire Contact Agence 45 */

.contact-notice {
    margin: 0 auto 30px;
    max-width: 640px;
    padding: 14px 22px;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    background: rgba(139, 78, 61, 0.20); /* terracota léger */
    border: 1px solid rgba(139, 78, 61, 0.35);
    color: #fff;
    text-align: center;
    animation: fadeSlideIn 0.6s ease forwards;
}

/* Version succès */
.contact-notice.success {
    background: rgba(139, 78, 61, 0.25);
    border-color: rgba(139, 78, 61, 0.55);
}

/* Version erreur */
.contact-notice.error {
    background: rgba(255, 80, 80, 0.20);
    border-color: rgba(255, 80, 80, 0.45);
}

/* Animation élégante */
@keyframes fadeSlideIn {
    0% { opacity: 0; transform: translateY(-10px); }
    100% { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-804b9a7 */.contact-notice {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 0.95rem;
  text-align: center;
  animation: fadeIn 0.6s ease;
}

.contact-notice.success {
  background: rgba(0, 160, 80, 0.15);
  border: 1px solid rgba(0, 255, 120, 0.5);
  color: #00d46a;
}

.contact-notice.error {
  background: rgba(200, 0, 0, 0.15);
  border: 1px solid rgba(255, 70, 70, 0.5);
  color: #ff5f5f;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-804b9a7 */.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px auto 60px;
}

.social-links a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.social-links a::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 100%);
  transform: rotate(25deg);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.social-links a:hover {
  border-color: #8B4E3D;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(139, 78, 61, 0.6);
  color: #fff;
}

.social-links a:hover::before {
  opacity: 1;
}/* End custom CSS */