.elementor-26546 .elementor-element.elementor-element-7ae5fe6e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-26546 .elementor-element.elementor-element-7b0efa1c{--display:flex;}.elementor-26546 .elementor-element.elementor-element-3384d62e{width:100%;max-width:100%;}.elementor-26546 .elementor-element.elementor-element-47ddec74{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-4e9a7f41 *//* Styles pour la Section Hero */
.hero-section {
  background-color: #f0f8ff; /* Couleur de fond très claire (Alice Blue) */
  padding: 80px 20px;
  text-align: center;
}

.hero-content {
  max-width: 960px;
  margin: 0 auto;
}

.hero-title {
  color: #2e3131; /* Gris foncé */
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.1;
}

.hero-subtitle {
  color: #5a6268; /* Gris moyen */
  font-size: 1.2em;
  margin-bottom: 30px;
}

.hero-introduction-text {
  background-color: #fff; /* Fond blanc pour le texte */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Ombre légère */
}

.hero-introduction-text p {
  color: #495057;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Styles responsifs */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 15px;
  }

  .hero-title {
    font-size: 2.2em;
    margin-bottom: 10px;
  }

  .hero-subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .hero-introduction-text {
    padding: 20px;
  }

  .hero-introduction-text p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-296ce95b *//* Styles généraux (appliqués à tous les écrans) */
.section-facteurs-prix-fenetre {
  width: 100%;
  padding: 20px; /* Réduire le padding général pour les écrans plus petits */
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 30px;
}

.facteur-titre {
  color: #333;
  font-size: 20px; /* Réduire la taille du titre sur mobile */
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd; /* Ligne plus fine sur mobile */
  padding-bottom: 8px;
}

.facteur-texte {
  color: #555;
  line-height: 1.5; /* Ajuster la hauteur de ligne pour une meilleure lecture sur mobile */
  margin-bottom: 15px;
  font-size: 16px; /* Taille de police du texte sur mobile */
}

.facteur-texte ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.facteur-texte ul li {
  margin-bottom: 6px;
  padding-left: 15px; /* Réduire le padding gauche de la puce */
  position: relative;
  font-size: 16px;
}

.facteur-texte ul li::before {
  content: "•";
  color: #007bff;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px; /* Ajuster la taille de la puce */
}

.prix {
  font-weight: bold;
  color: #00a65a;
}

.pourcentage {
  color: #ff6b6b;
  font-style: italic;
}

.facteur-texte table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  display: block; /* Important pour le défilement horizontal sur mobile */
  overflow-x: auto; /* Permet le défilement horizontal si le tableau est trop large */
}

.facteur-texte th, .facteur-texte td {
  border: 1px solid #ddd;
  padding: 6px; /* Réduire le padding dans le tableau */
  text-align: left;
  white-space: nowrap; /* Empêche le texte de passer à la ligne dans les cellules */
  font-size: 14px; /* Réduire la taille de la police dans le tableau */
}

.facteur-texte th {
  background-color: #eee;
  font-weight: bold;
}

.marque {
  font-style: italic;
  color: #777;
}

/* Media Query pour les écrans de taille maximale 768px (tablettes et la plupart des téléphones en mode paysage) */
@media (max-width: 768px) {
  .section-facteurs-prix-fenetre {
    padding: 15px;
    margin-bottom: 20px;
  }

  .facteur-titre {
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }

  .facteur-texte {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .facteur-texte ul li {
    font-size: 15px;
    padding-left: 18px;
  }

  .facteur-texte ul li::before {
    font-size: 16px;
    top: 2px;
  }
}

/* Media Query pour les écrans de taille maximale 480px (la plupart des téléphones en mode portrait) */
@media (max-width: 480px) {
  .section-facteurs-prix-fenetre {
    padding: 10px;
    margin-bottom: 15px;
  }

  .facteur-titre {
    font-size: 16px;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }

  .facteur-texte {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .facteur-texte ul li {
    font-size: 14px;
    padding-left: 16px;
  }

  .facteur-texte ul li::before {
    font-size: 15px;
    top: 1px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3384d62e *//* Styles pour la section Coût de la Pose */
.section-cout-pose {
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section-cout-pose h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.cout-pose-sous-section {
  margin-bottom: 25px;
}

.cout-pose-sous-section h3 {
  color: #555;
  font-size: 18px;
  margin-bottom: 10px;
}

.cout-pose-sous-section p {
  color: #777;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cout-pose-sous-section ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.cout-pose-sous-section li {
  color: #777;
  line-height: 1.4;
}

.prix {
  font-weight: bold;
  color: #00a65a; /* Vert pour mettre en évidence les prix */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-447d931c *//* Styles pour la Section Prix en Suisse */
.section-prix-suisse {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section-prix-suisse h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.prix-suisse-sous-section {
  margin-bottom: 25px;
}

.prix-suisse-sous-section h3 {
  color: #555;
  font-size: 18px;
  margin-bottom: 10px;
}

.prix-suisse-sous-section p {
  color: #777;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-prix-suisse ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.section-prix-suisse li {
  color: #777;
  line-height: 1.4;
}

.section-prix-suisse a {
  color: #007bff;
  text-decoration: none;
}

.section-prix-suisse a:hover {
  text-decoration: underline;
}

/* Styles pour le Tableau des Prix Moyens en Suisse */
.section-prix-moyen-suisse {
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section-prix-moyen-suisse h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.section-prix-moyen-suisse p {
  color: #777;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-prix-moyen-suisse table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.section-prix-moyen-suisse th,
.section-prix-moyen-suisse td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.section-prix-moyen-suisse th {
  background-color: #eee;
  font-weight: bold;
}

.section-prix-moyen-suisse ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.section-prix-moyen-suisse li {
  color: #777;
  line-height: 1.4;
}

.section-prix-moyen-suisse .prix {
  font-weight: bold;
  color: #00a65a;
}

.section-prix-moyen-suisse strong {
  font-weight: bold;
}

.section-prix-moyen-suisse .conseil {
  font-style: italic;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-22bf4555 *//* Styles pour la Section Comment Obtenir le Meilleur Prix en Suisse */
.section-meilleur-prix-suisse {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section-meilleur-prix-suisse h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.meilleur-prix-sous-section {
  margin-bottom: 25px;
}

.meilleur-prix-sous-section h3 {
  color: #555;
  font-size: 18px;
  margin-bottom: 10px;
}

.section-meilleur-prix-suisse p {
  color: #777;
  line-height: 1.6;
  margin-bottom: 15px;
}

.section-meilleur-prix-suisse ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.section-meilleur-prix-suisse li {
  color: #777;
  line-height: 1.4;
}

.section-meilleur-prix-suisse strong {
  font-weight: bold;
  color: #555;
}

.section-meilleur-prix-suisse .conseils-pratiques {
  font-style: italic;
  color: #555;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-meilleur-prix-suisse .astuce {
  font-style: italic;
  color: #00a65a; /* Vert pour l'astuce */
  display: block;
  margin-top: 10px;
}

.section-meilleur-prix-suisse a {
  color: #007bff;
  text-decoration: none;
}

.section-meilleur-prix-suisse a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5072649b *//* Styles pour la Section FAQ */
.faq-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 30px;
}

.faq-section h2 {
  color: #333;
  font-size: 2em;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  color: #007bff; /* Couleur bleue pour les questions */
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer; /* Indiquer que c'est interactif (si vous ajoutez du JS pour l'accordéon) */
}

.faq-answer {
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.faq-answer a {
  color: #007bff;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

/* Styles responsifs */
@media (max-width: 768px) {
  .faq-section {
    padding: 30px 15px;
  }

  .faq-section h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .faq-question {
    font-size: 1em;
  }

  .faq-answer {
    font-size: 0.95em;
  }
}/* End custom CSS */