.elementor-3712 .elementor-element.elementor-element-3267108{--display:flex;}.elementor-3712 .elementor-element.elementor-element-bd9ff42{--display:flex;}.elementor-3712 .elementor-element.elementor-element-c47ad61{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f698f28 *//* --- CSS COMPLET DU TUNNEL DEVIS CARTE GRISE --- */

.devis-tunnel-container {
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
  box-sizing: border-box;
}

.devis-tunnel-container *, 
.devis-tunnel-container *::before, 
.devis-tunnel-container *::after {
  box-sizing: border-box;
}

/* En-tête */
.devis-header {
  text-align: center !important;
  margin-bottom: 30px;
}

.devis-badge {
  display: inline-block;
  background: rgba(255, 95, 0, 0.1);
  color: #FF5F00;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.devis-title {
  font-family: 'Pathway Extreme', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #121212;
  margin: 0 0 8px 0;
  text-align: center !important;
}

.devis-subtitle {
  font-size: 14px;
  color: #718096;
  margin: 0 0 20px 0;
}

/* Stepper */
.stepper-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
}

.step-progress-bar {
  position: absolute;
  top: 20px;
  left: 15%;
  right: 15%;
  height: 4px;
  background: #EDF2F7;
  z-index: 1;
  border-radius: 2px;
}

.step-progress-fill {
  height: 100%;
  background: #FF5F00;
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.step-indicators {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  padding: 0 10px;
}

.node-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #EDF2F7;
  color: #718096;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.step-node.active .node-number,
.step-node.completed .node-number {
  background: #FF5F00;
  color: #FFFFFF;
}

.node-text {
  font-size: 12px;
  font-weight: 600;
  color: #718096;
}

.step-node.active .node-text {
  color: #121212;
  font-weight: 700;
}

/* Étapes du Tunnel */
.tunnel-step {
  display: none;
}

.tunnel-step.active {
  display: block;
}

.section-heading {
  text-align: center !important;
  margin-bottom: 25px;
}

.step-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #FF5F00;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.section-heading h4 {
  font-family: 'Pathway Extreme', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #121212;
  margin: 0;
  text-align: center !important;
}

/* Grille de cartes Radio (Étape 1) */
.cg-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.cg-custom-radio {
  display: block;
}

.cg-custom-radio span.wpcf7-list-item {
  display: block;
  margin: 0;
}

.cg-custom-radio label {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background: #FAFAFB;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 14px;
  color: #2D3748;
}

.cg-custom-radio label:hover {
  border-color: #FF5F00;
  background: #FFF9F5;
}

.cg-custom-radio input[type="radio"] {
  margin-right: 12px;
  accent-color: #FF5F00;
  width: 18px;
  height: 18px;
}

/* Grilles de formulaire */
.devis-grid {
  display: grid;
  gap: 15px;
  margin-bottom: 15px;
}

.devis-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.devis-grid-full {
  grid-template-columns: 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 13px;
  font-weight: 750;
  color: #2D3748;
  margin-bottom: 6px;
}

.devis-input {
  width: 100%;
  padding: 12px 14px;
  background: #FAFAFB;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  font-size: 14px;
  color: #121212;
  transition: all 0.2s ease;
  font-family: 'Montserrat', sans-serif;
}

.devis-input:focus {
  outline: none;
  border-color: #FF5F00;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(255, 95, 0, 0.1);
}

.devis-textarea {
  resize: vertical;
  min-height: 90px;
}

.devis-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='%23718096' 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: 16px;
  padding-right: 35px;
}

/* Consentement & Footer */
.devis-footer {
  margin-top: 20px;
}

.devis-consent {
  margin-bottom: 20px;
  font-size: 13px;
  color: #4A5568;
}

.devis-consent input[type="checkbox"] {
  accent-color: #FF5F00;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

/* Boutons de navigation */
.tunnel-nav {
  display: flex;
  margin-top: 25px;
}

.tunnel-nav.end {
  justify-content: flex-end;
}

.tunnel-nav.between {
  justify-content: space-between;
  align-items: center;
}

.btn-premium-next,
.btn-premium-prev,
.btn-premium-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-family: 'Montserrat', sans-serif;
}

.btn-premium-next,
.btn-premium-submit {
  background: #FF5F00;
  color: #FFFFFF;
}

.btn-premium-next:hover,
.btn-premium-submit:hover {
  background: #E05400;
  box-shadow: 0 4px 12px rgba(255, 95, 0, 0.25);
}

.btn-premium-prev {
  background: #EDF2F7;
  color: #4A5568;
}

.btn-premium-prev:hover {
  background: #E2E8F0;
  color: #121212;
}

.devis-trust-badge {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #718096;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.devis-trust-badge i {
  color: #00B67A;
}

/* Écran de succès */
.tunnel-success-screen {
  text-align: center !important;
  padding: 40px 20px;
}

.success-icon-pulse {
  font-size: 50px;
  color: #00B67A;
  margin-bottom: 15px;
  animation: pulse-icon 1.5s infinite;
}

.tunnel-success-screen h3 {
  font-family: 'Pathway Extreme', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #121212;
  margin: 0 0 10px 0;
  text-align: center !important;
}

.tunnel-success-screen p {
  font-size: 14px;
  color: #4A5568;
  max-width: 500px;
  margin: 0 auto 20px auto;
  line-height: 1.5;
}

.redirect-status {
  font-size: 13px;
  color: #718096;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.spinner-dot {
  width: 10px;
  height: 10px;
  background-color: #FF5F00;
  border-radius: 50%;
  display: inline-block;
  animation: pulse-dot 1s infinite alternate;
}

@keyframes pulse-icon {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes pulse-dot {
  0% { transform: scale(0.8); opacity: 0.5; }
  100% { transform: scale(1.2); opacity: 1; }
}

/* Responsive mobile & 17px demandé */
@media (max-width: 767px) {
  .devis-tunnel-container {
    padding: 15px;
    border-radius: 0;
  }
  
  .devis-grid-2 {
    grid-template-columns: 1fr;
  }

  .devis-header .devis-title,
  .section-heading h4,
  .tunnel-success-screen h3 {
    font-size: 17px !important;
  }
}/* End custom CSS */