.elementor-884 .elementor-element.elementor-element-149e12b{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-884 .elementor-element.elementor-element-fe4a266{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(min-width:768px){.elementor-884 .elementor-element.elementor-element-fe4a266{--content-width:1650px;}}@media(max-width:1024px){.elementor-884 .elementor-element.elementor-element-149e12b{--grid-auto-flow:row;}.elementor-884 .elementor-element.elementor-element-fe4a266{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-884 .elementor-element.elementor-element-149e12b{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-884 .elementor-element.elementor-element-fe4a266{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-3a34fd5 *//* ========================================
   HERO SECTION FULL-WIDTH
   ======================================== */

.devis-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  background: linear-gradient(135deg, #7A1B1B 0%, #5A0F0F 100%);
  background-image: 
    linear-gradient(135deg, rgba(122, 27, 27, 0.95) 0%, rgba(90, 15, 15, 0.95) 100%),
    url('https://placehold.co/1920x600/7A1B1B/FFFFFF?text=Background+Image');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  overflow: hidden;
}

.devis-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.devis-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
}

.devis-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  padding: 80px 40px;
  animation: fadeInUp 0.8s ease;
}

.devis-hero-logo {
  margin-bottom: 30px;
  animation: fadeInDown 0.8s ease;
}

.devis-hero-logo img {
  height: 100px;
  width: auto;
  max-width: 250px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}

.devis-hero-title {
  color: white;
  font-size: 52px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-shadow: 0 4px 10px rgba(0,0,0,0.3);
  animation: fadeInUp 0.8s ease 0.2s both;
}

.devis-hero-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: 22px;
  margin: 0 0 40px 0;
  line-height: 1.5;
  text-shadow: 0 2px 5px rgba(0,0,0,0.2);
  animation: fadeInUp 0.8s ease 0.4s both;
}

.devis-hero-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.devis-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.devis-hero-badge:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Hero */
@media (max-width: 768px) {
  .devis-hero {
    min-height: 400px;
    margin-bottom: 40px;
  }
  
  .devis-hero-content {
    padding: 60px 20px;
  }
  
  .devis-hero-logo img {
    height: 70px;
  }
  
  .devis-hero-title {
    font-size: 36px;
  }
  
  .devis-hero-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .devis-hero-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .devis-hero-badge {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* ========================================
   FIN CSS HERO
   ======================================== *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0649fc7 *//* ========================================
   DEVIS RAPIDE - 2 COLONNES AVEC PRODUITS
   ======================================== */

/* === WRAPPER PRINCIPAL === */

.devis-rapide-wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === COLONNE PRODUITS (GAUCHE) === */

.products-column {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.products-title {
  color: #7A1B1B;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.products-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

/* === GRILLE PRODUITS === */

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* === CARTE PRODUIT === */

.product-card {
  position: relative;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
  border: 3px solid #E8E8E8;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-color: #7A1B1B;
}

/* Cacher le checkbox (déjà caché dans le HTML mais on force) */
.product-card input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  display: none !important;
}

.product-card-inner {
  position: relative;
}

/* === IMAGE PRODUIT === */

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F8F5F2;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

/* === OVERLAY & CHECKMARK === */

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 27, 27, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.product-card:hover .product-overlay {
  opacity: 0.3;
}

.checkmark {
  font-size: 64px;
  color: white;
  font-weight: bold;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

/* === ÉTAT COCHÉ === */

.product-card:has(input:checked) {
  border-color: #7A1B1B;
  background: #FFF9F5;
  box-shadow: 0 5px 20px rgba(122, 27, 27, 0.2);
}

.product-card:has(input:checked) .product-overlay {
  opacity: 1 !important;
}

.product-card:has(input:checked) .checkmark {
  opacity: 1;
  transform: scale(1);
}

.product-card:has(input:checked) .product-name {
  color: #7A1B1B;
  font-weight: 700;
}

/* Badge SÉLECTIONNÉ */
.product-card::after {
  content: '✓ SÉLECTIONNÉ';
  position: absolute;
  top: 10px;
  right: 10px;
  background: #7A1B1B;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.product-card:has(input:checked)::after {
  opacity: 1;
  transform: translateY(0);
}

/* === INFO PRODUIT === */

.product-info {
  padding: 15px;
  text-align: center;
  background: white;
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #2C2C2C;
  margin: 0;
  transition: color 0.3s ease;
}

.product-card:hover .product-name {
  color: #7A1B1B;
}

/* === COLONNE FORMULAIRE (DROITE - STICKY) === */

.form-column {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  position: sticky;
  top: 100px;
  height: fit-content;
}

.form-title {
  color: #7A1B1B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #F8F5F2;
}

/* === STYLE FORMULAIRE === */

.form-column label {
  display: block;
  color: #2C2C2C;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 20px;
}

.form-column label:first-of-type {
  margin-top: 0;
}

.form-column input[type="text"],
.form-column input[type="email"],
.form-column input[type="tel"],
.form-column select,
.form-column textarea,
.form-column .wpcf7-form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #E8E8E8;
  border-radius: 8px;
  font-size: 15px;
  color: #2C2C2C;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-column input:focus,
.form-column select:focus,
.form-column textarea:focus {
  border-color: #7A1B1B;
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 27, 27, 0.1);
}

.form-column textarea {
  resize: vertical;
  min-height: 100px;
}

/* Checkbox RGPD */
.form-column .wpcf7-acceptance {
  margin-top: 20px;
}

.form-column .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  accent-color: #7A1B1B;
  cursor: pointer;
  display: inline-block !important;
  position: relative !important;
  opacity: 1 !important;
}

.form-column .wpcf7-acceptance label {
  display: inline;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}

/* Bouton submit */
.form-column .wpcf7-submit,
.form-column input[type="submit"] {
  width: 100%;
  background: #7A1B1B;
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 25px;
}

.form-column .wpcf7-submit:hover,
.form-column input[type="submit"]:hover {
  background: #5A0F0F;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(122, 27, 27, 0.3);
}

/* Note sous formulaire */
.form-note {
  margin-top: 20px;
  padding: 15px;
  background: #F8F5F2;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* === MESSAGES === */

.wpcf7-response-output {
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
}

.wpcf7-mail-sent-ok {
  background: #E8F5E9;
  border: 2px solid #4CAF50;
  color: #2C2C2C;
}

.wpcf7-validation-errors {
  background: #FFEBEE;
  border: 2px solid #F44336;
  color: #C62828;
}

/* === RESPONSIVE === */

@media (max-width: 1024px) {
  .devis-rapide-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .form-column {
    position: relative;
    top: 0;
  }
  
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .products-column,
  .form-column {
    padding: 30px 20px;
  }
  
  .product-name {
    font-size: 13px;
  }
  
  .checkmark {
    font-size: 48px;
  }
  
  .products-title {
    font-size: 24px;
  }
  
  .form-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* === ANIMATIONS === */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-column,
.form-column {
  animation: fadeIn 0.6s ease;
}

.form-column {
  animation-delay: 0.2s;
}

/* === SMOOTH SCROLL === */

html {
  scroll-behavior: smooth;
}

/* ========================================
   FIN DU CSS
   ======================================== *//* End custom CSS */