.elementor-21 .elementor-element.elementor-element-1764afe{--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;}.elementor-21 .elementor-element.elementor-element-c33a609{--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;}/* Start custom CSS for html, class: .elementor-element-7aec4d5 *//* === HERO DEVIS === */
.hero-devis {
  background: linear-gradient(to right, rgba(28,28,28,0.75) 0%, rgba(28,28,28,0.50) 60%, rgba(28,28,28,0.35) 100%),
              url('/wp-content/uploads/2026/04/mark-kats-oj1zW_PNI4k-unsplash-scaled.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: calc(90px + 5rem) 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  margin-top: -40px;
}

.hero-devis-content {
  position: relative;
  z-index: 1;
}

.hero-devis h1 {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero-devis p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-devis h1 { font-size: 2.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-051c1ae *//* === CONTENEUR DEVIS === */
.devis-container {
  max-width: 1200px;
  margin: 60px auto 80px;
  padding: 0 30px;
}

.devis-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}

/* === COLONNE AVANTAGES === */
.avantages {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.avantage-bloc {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.avantage-icon {
  width: 50px;
  height: 50px;
  background: #D4593A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.avantage-icon svg {
  stroke: white;
}

.avantage-bloc h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #1C1C1C;
  margin-bottom: 8px;
  font-weight: 600;
}

.avantage-bloc p {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 1.5;
}

/* === TESTIMONIAL === */
.testimonial-encart {
  background: #F8F9FA;
  border-left: 4px solid #B5452A;
  padding: 30px;
  border-radius: 6px;
  font-style: italic;
  color: #1C1C1C;
  font-size: 16px;
  line-height: 1.7;
}

.testimonial-encart::before {
  content: '\201C';
  font-size: 48px;
  color: #B5452A;
  opacity: 0.3;
  position: relative;
  top: 10px;
}

.testimonial-encart p {
  margin: 0;
}

.testimonial-credit {
  font-style: normal;
  color: #B5452A;
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
}

/* === APPEL DIRECT === */
.call-direct {
  background: white;
  border: 1px solid #E5E8EB;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
}

.call-direct p {
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 10px;
}

.call-direct a {
  color: #B5452A;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
}

.call-direct a:hover {
  color: #D4593A;
}

/* === FORMULAIRE DEVIS === */
.devis-form {
  background: white;
  border: 1px solid #E5E8EB;
  border-radius: 8px;
  padding: 40px;
}

.devis-form .wpcf7 .form-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1C;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E5E8EB;
}

.devis-form .wpcf7 .form-section-title:first-child {
  margin-top: 0;
}

.devis-form .wpcf7 .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.devis-form .wpcf7 .form-group {
  margin-bottom: 20px;
}

.devis-form .wpcf7 label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #1C1C1C;
  font-size: 14px;
}

.devis-form .wpcf7 input[type="text"],
.devis-form .wpcf7 input[type="email"],
.devis-form .wpcf7 input[type="tel"],
.devis-form .wpcf7 select,
.devis-form .wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #E5E8EB;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1C1C1C;
  transition: border-color 0.3s ease;
}

.devis-form .wpcf7 input:focus,
.devis-form .wpcf7 select:focus,
.devis-form .wpcf7 textarea:focus {
  outline: none;
  border-color: #B5452A;
  box-shadow: 0 0 0 3px rgba(181, 69, 42, 0.1);
}

.devis-form .wpcf7 textarea {
  resize: vertical;
  min-height: 120px;
}

.devis-form .wpcf7 select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4A4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

.devis-form .wpcf7 input[type="submit"] {
  background: #B5452A;
  color: white;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 30px;
  font-family: 'Inter', sans-serif;
}

.devis-form .wpcf7 input[type="submit"]:hover {
  background: #D4593A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(181, 69, 42, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .devis-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .devis-form .wpcf7 .form-row {
    grid-template-columns: 1fr;
  }

  .devis-form {
    padding: 25px;
  }

  .devis-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .avantage-bloc {
    gap: 15px;
  }

  .avantage-icon {
    width: 40px;
    height: 40px;
  }

  .avantage-bloc h3 {
    font-size: 16px;
  }

  .devis-form {
    padding: 20px;
  }
}/* End custom CSS */