/* Réinitialisation et styles de base */
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Polices spécifiques */
.main-title,
.section-title {
  font-family: Futura, sans-serif;
  text-align: center;
  color: #ffffff;
}

.page-sub-title {
  font-family: "Courier New", monospace;
}

.sub-title {
  font-family: "Courier New", monospace;
  color: #ff7c33;
  text-align: center;
}

.service-title-text {
  font-family: "Courier New", monospace;
  color: #ffffff;
  text-align: left;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 10px;
}

.body-text,
.service-body-text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #f0f0f0;
}
.body-text-container {
  max-width: 800px;
  margin: 0 auto;
}
.body-text-container .body-text {
  text-align: center;
  margin-bottom: 1em;
}
.body-text-container .body-text:last-child {
  margin-bottom: 0;
}

.scroll-discover-text {
  text-align: center;
  margin-bottom: 90px;
  font-size: 1em;
  color: #ffffff;
}

/* Header */
header {
  background-color: #000000;
  padding: 15px 0;
  border-bottom: 3px solid #21140a;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-link .logo-img {
  height: 50px;
  width: auto;
  border-radius: 8px;
}

.burger-menu {
  display: block;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  z-index: 1002;
  padding: 5px;
  transition: color 0.3s ease;
}
.burger-menu:hover,
.burger-menu:focus {
  color: #ff7c33;
}
.burger-menu i {
  display: block;
}

/* Panneau latéral de navigation */
.side-panel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  background-color: #21140a;
  overflow-x: hidden;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side-panel.open {
  width: 280px;
}

.side-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-panel ul li {
  padding: 8px 0;
}

.side-panel ul li a {
  padding: 8px 15px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.side-panel ul li a:hover {
  color: #ff7c33;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 36px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.close-btn:hover {
  color: #ff7c33;
}

.language-switcher {
  margin: 20px auto 40px auto;
  padding: 0 20px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.language-separator {
  display: block;
  width: 80%;
  border: none;
  border-top: 1px solid #4a3b2f; /* Couleur de ligne plus subtile */
  margin: 20px auto; /* Espace avant les boutons de langue */
}
.lang-btn {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 8px 15px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.lang-btn.active {
  background-color: #ff7c33;
  color: #ffffff;
  border-color: #ff7c33;
}
.lang-btn:not(.active):hover {
  border-color: #ff7c33;
  color: #ff7c33;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.overlay.active {
  display: block;
}

/* Section Hero (Accueil) */
#hero {
  padding: 80px 20px 75px 20px;
  text-align: center;
  background-color: #000000;
}
#hero .main-title {
  font-size: 3.5em;
  margin-bottom: 10px;
}
#hero .sub-title {
  font-size: 1.8em;
  margin-bottom: 30px;
}
#hero .body-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  text-align: left;
}

/* Section Services (Accueil) */
#services {
  padding: 50px 20px;
  background-color: #000000;
  margin-bottom: 90px;
}
#services .page-sub-title {
  font-size: 2.8em;
  margin-bottom: 40px;
}
.services-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service-item {
  background-color: #000000;
  padding: 0;
  text-align: left;
}
.service-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Boutons CTA */
.cta-button {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.service-item .cta-button {
  margin-top: 10px;
  align-self: flex-start;
}
.cta-button:hover {
  border-color: #ff7c33;
  color: #ffffff !important;
  background-color: #000000;
}

/* Section Contact Prompt (Accueil & Pages Internes) */
#contact-prompt.home-contact-prompt {
  padding: 60px 20px;
  text-align: center;
  background-color: #000000;
  margin-bottom: 90px;
}
.page-contact-prompt {
  padding: 108px 20px 60px 20px;
  text-align: center;
  background-color: #000000;
  margin-bottom: 90px;
}
.page-contact-prompt.section-spacing-increased-top {
  /* Pour Coaching et Prestation */
  padding-top: 162px; /* 108px * 1.5 */
}

#contact-prompt .page-sub-title,
.page-contact-prompt .page-sub-title {
  font-size: 2.8em;
  margin-bottom: 30px;
}

/* Footer */
footer {
  background-color: #000000;
  color: #ff7c33;
  padding: 30px 0;
  border-top: 3px solid #21140a;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-left,
.footer-right {
  flex: 1;
  min-width: 280px;
  margin-bottom: 20px;
}
.footer-left {
  text-align: left;
}
.footer-right {
  text-align: right;
}
.footer-contact-item {
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95em;
}
.footer-contact-item a {
  color: #ff7c33;
  text-decoration: none;
}
.footer-contact-item a:hover {
  text-decoration: underline;
}
.footer-contact-item i {
  margin-right: 8px;
  width: 20px;
  text-align: center;
}
.footer-right p {
  margin: 0 0 10px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95em;
}
.footer-right a {
  color: #ff7c33;
  text-decoration: none;
}
.footer-right a:hover {
  text-decoration: underline;
}

/* Styles spécifiques pour les pages internes */
.page-content {
  padding-top: 20px;
}
.page-hero {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.page-hero .main-title {
  font-size: 3.5em;
}

.page-hero.architecture-hero,
.page-hero.trading-hero,
.page-hero.coaching-hero,
.page-hero.prestation-hero,
.page-hero.oeuvre-hero {
  padding-top: 120px;
  padding-bottom: 180px;
}

.page-header-sub-title {
  font-family: "Courier New", monospace;
  font-size: 1.5em;
  color: #f0f0f0;
  margin-top: 5px;
}

.content-section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.content-section.section-spacing-double {
  /* Pour Coaching et Prestation */
  padding-bottom: 80px; /* 40px * 2 */
}
.content-section .page-sub-title {
  font-size: 2.5em;
  margin-bottom: 30px;
}

.content-section.services-proposes-section {
  padding-bottom: 80px;
}
.content-section.public-cible-section {
  padding-bottom: 120px;
}
.content-section.info-pratiques-section {
  padding-bottom: 120px;
}

/* Architecture: Services proposés & Prestation: Services proposés */
.services-list-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-card {
  background-color: #21140a;
  color: #ffffff;
  padding: 14px 25px;
  border-radius: 8px;
  border-left: 4px solid #ff7c33;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  text-align: left;
}
.service-card:hover {
  background-color: #000000;
  border-left-color: #ff7c33;
}
.service-card-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  text-align: left;
}
.service-card:hover .service-card-title {
  color: #ff7c33;
}
.service-card-description {
  font-size: 1em;
  color: #f0f0f0;
  text-align: left;
}

/* Cartes Info (Architecture: Public Cible, Info Pratiques; Coaching: Pour Qui?; Prestation: Processus) */
.info-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}
.info-card {
  background-color: #21140a;
  padding: 25px;
  border-radius: 10px;
  color: #ffffff;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.info-card:hover {
  background-color: #000000;
  border-color: #ff7c33;
}
.info-card-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ffffff;
  transition: color 0.3s ease;
  text-align: center;
  flex-shrink: 0;
}
.info-card-title.info-card-title-bold {
  /* Pour Coaching "Pour Qui?" et Prestation "Notre Processus" */
  font-weight: bold;
}
.info-card:hover .info-card-title {
  color: #ff7c33;
}
.info-card-description-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-card-description {
  font-size: 0.95em;
  color: #f0f0f0;
  text-align: center; /* Par défaut, centré */
}
/* Spécifique pour Coaching "Pour Qui?" où la description est alignée à gauche */
.coaching-target-section .info-card-description {
  text-align: left;
}

/* Architecture: Projets Réalisés */
.projects-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.project-item {
  text-align: left;
}
.project-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.project-title-text {
  font-family: "Courier New", monospace;
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
}
.project-body-text {
  font-size: 1em;
  color: #f0f0f0;
  text-align: left;
}

/* Styles spécifiques pour la page Trading */
.trading-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.trading-card {
  background-color: #21140a;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.trading-card:hover {
  background-color: #000000;
  border-color: #ff7c33;
}
.trading-card-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 10px;
  color: #ffffff;
  transition: color 0.3s ease;
  text-align: left;
}
.trading-card:hover .trading-card-title {
  color: #ff7c33;
}

.specialities-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin: 10px 0;
}
.specialities-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #f0f0f0;
}
.specialities-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background-color: #ff7c33;
  border-radius: 2px;
}

/* Trading: Accompagnement actuel */
.accompagnement-section .page-sub-title {
  text-align: center;
}
.accompagnement-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.accompagnement-box {
  background-color: #ff7c33;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 320px;
  height: 236px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accompagnement-number {
  display: block;
  font-family: Futura, sans-serif;
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
}
.accompagnement-text {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 5px;
}

/* Trading: Témoignages */
.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}
.testimonial-card {
  background-color: #21140a;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.testimonial-card:hover {
  background-color: #000000;
  border-color: #ff7c33;
}
.testimonial-text {
  font-style: italic;
  flex-grow: 1;
}
.testimonial-author {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #ff7c33;
  margin-top: 15px;
  text-align: left;
}

/* Trading: E-book section */
.ebook-section-wrapper {
  margin-bottom: 48px;
}
.ebook-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .ebook-cards-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ebook-card {
  background-color: #21140a;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ebook-card:hover {
  background-color: #000000;
  border-color: #ff7c33;
}
.ebook-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: auto;
  color: #ffffff;
  transition: color 0.3s ease;
}
.ebook-card:hover .ebook-title {
  color: #ff7c33;
}
.ebook-image {
  display: block;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto 15px auto;
  border-radius: 8px; /* Arrondi pour les images e-book */
  box-sizing: border-box;
}
.ebook-link.cta-button {
  color: #ffffff;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  width: fit-content;
  align-self: center;
}
.ebook-link.cta-button:hover {
  background-color: #000000;
  border-color: #ff7c33;
  color: #ffffff !important;
}

/* Styles pour la page Coaching */
.coaching-intro-section .coaching-intro-text-block {
  max-width: 800px;
  margin: 20px auto 0 auto;
}
.coaching-intro-section .coaching-intro-text-block .body-text {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 1em;
}
.coaching-intro-section .coaching-intro-text-block .body-text:last-child {
  margin-bottom: 0;
}

.coaching-points-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.coaching-point-card {
  /* Pour "Mon accompagnement" */
  background-color: #21140a;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.coaching-point-card:hover {
  background-color: #000000;
  border-color: #ff7c33;
}
.coaching-point-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
  transition: color 0.3s ease;
  flex-shrink: 0;
  text-align: center; /* Titre centré */
}
.coaching-point-card:hover .coaching-point-title {
  color: #ff7c33;
}
.coaching-point-description-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centre verticalement */
}
.coaching-point-card .body-text {
  /* Description pour "Mon accompagnement" */
  font-size: 0.95em;
  color: #f0f0f0;
  text-align: left; /* Texte aligné à gauche */
}
/* Pour les cartes "Pour Qui?" (qui utilisent .info-card) */
.coaching-target-section .info-card-description {
  text-align: left; /* Description alignée à gauche */
}

.coaching-target-section .info-card {
  min-height: 220px;
}
.coaching-contact-prompt .cta-button {
  padding: 12px 30px;
}

/* Styles pour la page Prestation */
.prestation-services-section .service-card {
}
.prestation-process-section .info-card {
  min-height: 200px;
}
.prestation-tarification-section {
  text-align: center;
}
.tarification-card-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.tarification-card {
  background-color: #21140a;
  border: 2px solid #ff7c33;
  border-radius: 10px;
  padding: 30px 40px;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}
.tarification-text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  color: #ff7c33;
  text-align: center;
  margin: 0;
}

/* Styles pour la page Œuvre */
.oeuvre-in-process-section {
  padding: 60px 20px;
  text-align: center;
}
.in-process-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
.in-process-card {
  background-color: #21140a;
  border: 2px solid #ff7c33;
  border-radius: 10px;
  padding: 40px 50px;
  text-align: center;
}
.in-process-card.full-width-card {
  width: 100%; /* Prend la largeur du .in-process-card-wrapper (qui est dans .content-section) */
  box-sizing: border-box;
}
.in-process-title {
  font-family: Futura, sans-serif;
  font-size: 2.5em;
  color: #ff7c33;
  margin: 0 0 10px 0;
}
.in-process-subtitle {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  margin: 0;
}

/* Styles pour la page Contact (Formulaire) */
.contact-form-container {
  padding: 40px 20px 80px 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

/* Bouton Retour */
.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background-color: #21140a;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.back-button:hover {
  background-color: #000000;
  border-color: #ff7c33;
  color: #ff7c33;
}

.back-button i {
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.back-button:hover i {
  color: #ff7c33;
}

.contact-form-title {
  text-align: center; /* Titre "Me Contacter" centré */
  margin-bottom: 50px; /* Espace conséquent après le titre */
  font-size: 3.5em;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px; /* Espace entre les groupes de champs */
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  margin-bottom: 10px; /* Espace entre label et champ */
  color: #ffffff;
  font-weight: normal; /* Police normale pour les labels */
  font-size: 1.1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff; /* Contour blanc par défaut */
  padding: 14px 18px; /* Padding un peu plus généreux */
  border-radius: 6px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  transition: border-color 0.3s ease;
  width: 100%; /* S'assurer que les champs prennent toute la largeur disponible */
  box-sizing: border-box; /* Inclure padding et border dans la largeur totale */
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ff7c33; /* Contour orange au focus */
}
.contact-form textarea {
  min-height: 150px; /* Hauteur minimale plus grande pour le textarea */
  resize: vertical; /* Permet le redimensionnement vertical uniquement */
}
.contact-form textarea::placeholder {
  color: #ff7c33; /* Placeholder orange */
  opacity: 1;
}
.contact-form textarea:focus::placeholder {
  color: transparent; /* Placeholder disparaît au focus si du texte est tapé */
}
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-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='white' width='18px' height='18px'%3e%3cpath d='M7 10l5 5 5-5H7z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  cursor: pointer;
}
.contact-form select:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7c33' width='18px' height='18px'%3e%3cpath d='M7 10l5 5 5-5H7z'/%3e%3c/svg%3e");
}
.contact-form select option {
  background-color: #21140a;
  color: #ffffff;
}
.contact-form select option[value=""][disabled] {
  color: #a0a0a0; /* Placeholder de select plus visible */
}
.contact-form .cta-button {
  margin-top: 20px; /* Espace au-dessus du bouton */
  padding: 10px 25px;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  width: fit-content; /* S'adapte au contenu du texte */
  align-self: center; /* Centre le bouton */
}
.contact-form .cta-button:hover {
  border-color: #ff7c33;
  color: #ffffff !important;
  background-color: #000000;
}

/* Styles pour la page Politique de confidentialité */
.privacy-policy-container {
  padding: 40px 20px 80px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.privacy-policy-container .main-title {
  font-size: 3.5em;
  margin-bottom: 40px;
  text-align: center;
}

.privacy-policy-content {
  background-color: #000000;
  padding: 20px;
  border-radius: 10px;
}

.privacy-date {
  color: #f0f0f0;
  margin-bottom: 20px;
  font-size: 1em;
}

.privacy-intro {
  color: #f0f0f0;
  margin-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.7;
}

.privacy-section-title {
  color: #ff7c33;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Courier New", monospace;
}

.privacy-policy-content p {
  color: #f0f0f0;
  margin-bottom: 15px;
  line-height: 1.7;
}

.privacy-list {
  color: #f0f0f0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.privacy-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.contact-info {
  margin-top: 20px;
  padding: 15px;
  background-color: #21140a;
  border-radius: 8px;
}

.contact-info p {
  margin-bottom: 0;
}

.contact-info a {
  color: #ff7c33;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .footer-left,
  .footer-right {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-right {
    margin-bottom: 0;
  }
  .side-panel.open {
    width: 100%;
  }
  #hero {
    padding: 60px 20px 40px 20px;
  }
  #hero .main-title,
  .page-hero .main-title,
  #services .page-sub-title,
  #contact-prompt .page-sub-title,
  .page-contact-prompt .page-sub-title,
  .content-section .page-sub-title,
  .contact-form-title,
  .privacy-policy-container .main-title {
    /* Titre du formulaire contact responsive */
    font-size: 2.2em;
  }
  #hero .sub-title,
  .page-header-sub-title {
    font-size: 1.3em;
  }
  .service-title-text,
  .project-title-text,
  .service-card-title,
  .info-card-title,
  .trading-card-title,
  .ebook-title,
  .coaching-point-title,
  .in-process-title,
  .privacy-section-title {
    font-size: 1.4em;
  }
  .service-image,
  .project-image {
    height: 250px;
  }
  .info-card-container,
  .trading-cards-container,
  .testimonials-container,
  .ebook-cards-container,
  .coaching-points-container,
  .accompagnement-wrapper {
    grid-template-columns: 1fr;
  }
  .accompagnement-box {
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 200px;
  }
  .page-hero.architecture-hero,
  .page-hero.trading-hero,
  .page-hero.coaching-hero,
  .page-hero.prestation-hero,
  .page-hero.oeuvre-hero {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .page-contact-prompt,
  .page-contact-prompt.section-spacing-increased-top {
    padding-top: 90px;
  }
  .info-card,
  .coaching-point-card {
    min-height: auto;
    padding: 20px;
  }
  .tarification-card {
    padding: 20px;
  }
  .in-process-card {
    padding: 30px;
  }
  .language-switcher {
    flex-direction: row; /* Garder en ligne sur mobile aussi */
    gap: 10px;
    margin-bottom: 30px;
  }
  .language-separator {
    margin: 15px auto;
  }
  .contact-form-container,
  .privacy-policy-container {
    padding: 30px 15px 60px 15px;
  }
  .contact-form-title {
    margin-bottom: 30px;
  }
  .form-group label {
    font-size: 1em;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form select,
  .contact-form textarea {
    padding: 12px 15px;
  }
  .contact-form .cta-button {
    width: 100%; /* Bouton pleine largeur sur mobile */
  }
  .privacy-policy-content {
    padding: 15px;
  }
}
