/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,300&display=swap');
@import url('/styles/pe-icon-7-stroke.css');

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('/fonts/Pe-icon-7-stroke.eot');
  src: url('/fonts/Pe-icon-7-stroke.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Pe-icon-7-stroke.woff') format('woff'),
       url('/fonts/Pe-icon-7-stroke.ttf') format('truetype'),
       url('/fonts/Pe-icon-7-stroke.svg#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* RESET & BASE */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: inherit;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #111;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* FOOTER */
.site-footer {
  background-color: #222222;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 80px 0;
}

.site-footer .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.site-footer .textwidget {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer a,
.site-footer a:visited {
  color: #e7e7e7;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .social-icons {
  margin-top: 8px;
}

.site-footer .social-icons i {
  font-size: 18px;
}

.site-footer .wp-block-list {
  margin: 0;
  padding-left: 16px;
  color: #d5d5d5;
}

.site-footer .wp-block-list li {
  margin: 0 0 4px;
}

/* Robot flottant */
.floating-chatbot-btn{
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99999;

  width: 90px;            /* ajuste */
  height: 90px;           /* ajuste */
  border-radius: 999px;   /* cliquable rond */
  display: block;

  background-image: url("/images/invitation3.webp");
	background-size: 60%;  /* essaye 110% à 150% */

  background-repeat: no-repeat;
  background-position: center;

  /* zone cliquable confortable */
  padding: 0;
  text-decoration: none;

  /* petit effet pro */
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.floating-chatbot-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  opacity: .98;
}

/* Mobile : remonte pour éviter la barre du navigateur */
@media (max-width: 991px){
  .floating-chatbot-btn{
    left: 14px;
    bottom: 35px;
    width: 75px;
    height: 75px;
  }
}
/* HEADER */
#navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 40px;
}

/* Compense le header sticky pour les ancres */
section[id],
div[id],
form[id] {
  scroll-margin-top: 140px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  height: 140px;
}

.nav-logo img {
  height: 100px;
  width: auto;
}

.main-navigation {
  flex: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: rgb(34, 34, 34);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  white-space: nowrap;
}

.nav-links a:hover {
  color: #999;
}

.nav-links a.is-active,
.nav-links a[aria-current="page"],
.nav-links a[aria-current="location"] {
  color: #9a9a9a;
}

.nav-links .menu-cta a {
  display: inline-block;
  padding: 11px 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #666 0%, #4f4f4f 100%);
  color: #fff;
}

.nav-links .menu-cta a:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #5f5f5f 0%, #454545 100%);
}

.nav-links .menu-cta a.is-active,
.nav-links .menu-cta a[aria-current="page"] {
  color: #fff;
  background: linear-gradient(180deg, #4f4f4f 0%, #3d3d3d 100%);
}

/* SUBMENU */
.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 0;
  list-style: none;
  min-width: 120px;
}

.has-submenu:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 8px 20px;
}

/* HERO */
.hero {
  position: relative;
  min-height: 970px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff url('/images/hero.webp') center center / 50% no-repeat;
}

.hero-bg {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
  padding: 0 40px;
}

.hero-brand {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.1;
  color: #222;
  margin-bottom: 15px;
}

.hero-byline {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 30px;
}

.hero-sub {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
  margin-bottom: 40px;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: rgb(34, 34, 34);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-radius: 30px;
  transition: background 0.3s;
}

.btn-primary:visited {
  color: #fff;
}

.btn-primary:hover {
  background: #444;
  text-decoration: none;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #222;
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* MOBILE */
@media (max-width: 1225px) {

  
  .hamburger {
    display: flex;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 20px 0;
    z-index: 99;
  }

  .main-navigation.open {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 30px;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
  }

  .nav-links a {
    font-size: 13px;
  }

  .nav-language-switch {
    position: static;
    margin-left: 0;
    transform: none;
  }

  .submenu {
    position: static;
    border: none;
    padding: 5px 0 0 15px;
    display: block;
  }

  .header-inner {
    position: relative;
  }
}


/* SECTIONS */
.section {
  padding: 100px 0;
}

.section-light {
  background-color: #f7f7f7;
}

.section-white {
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* LAYOUT DEUX COLONNES */
.two-col {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.col-left {
  flex: 0 0 35%;
}

.col-right {
  flex: 1;
  line-height: 1.8;
}

/* Ratios de colonnes par section */
/* Ratio 25/75 */
#ce-que-je-fais .col-left,
#a-propos-de-moi .col-left,
#contactForm .col-left,
#le-chatbot .col-left,
#autonomie-temps-souplesse .col-left,
#faq .col-left {
  flex: 1 1 25%;
}

#ce-que-je-fais .col-right,
#a-propos-de-moi .col-right,
#contactForm .col-right,
#le-chatbot .col-right,
#autonomie-temps-souplesse .col-right,
#faq .col-right {
  flex: 1 1 75%;
}

.faq-section .faq-item {
  margin: 0 0 14px;
  border: 1px solid #ececec;
  background: #f4f4f4;
}

.faq-section .faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 46px 16px 44px;
  position: relative;
  color: rgb(17, 17, 17);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 20.8px;
  margin-bottom: 5px;
  margin-top: 0;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-section .faq-item summary::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq-section .faq-item summary::after {
  content: '+';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 12px;
  color: #555;
}

.faq-section .faq-item[open] summary::after {
  content: '-';
  left: 19px;
}

.faq-section .faq-item p,
.faq-section .faq-item ul {
  margin: 0 0 12px;
  color: #3a3a3a;
  line-height: 1.75;
}

.faq-section .faq-item ul {
  margin-left: 20px;
}

.faq-section .faq-item > :not(summary) {
  padding: 0 20px 18px;
}

/* Ratio 75/25 */
#comment-je-travaille .col-left,
#changer-de-chemin .col-left,
#formats-et-tarifs .col-left,
#faire-juste .col-left,
#le-cadre .col-left {
  flex: 1 1 75%;
}

#comment-je-travaille .col-right,
#changer-de-chemin .col-right,
#formats-et-tarifs .col-right,
#faire-juste .col-right,
#le-cadre .col-right {
  flex: 1 1 25%;
}

/* Mêmes principes de layout que "Mon approche" / "Pour qui c'est fait" */
#ce-que-je-fais .two-col,
#comment-je-travaille .two-col {
  align-items: flex-start;
  gap: 40px;
}

/* Page chatbot: meme respiration que la home */
#le-chatbot .two-col,
#faire-juste .two-col,
#autonomie-temps-souplesse .two-col,
#le-cadre .two-col,
#faq .two-col {
  align-items: flex-start;
  gap: 40px;
}

/* TITRES DE SECTION */
.section-title {
  font-size: 52px;
  color: #222;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-subtitle {
  font-size: 24px;
  font-family: Source Sans Pro;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #111;
  text-align: center;
  margin: 15px 0 25px 0;
  font-style: italic;
}

.section-quote {
  border-left: 3px solid #ccc;
  padding-left: 20px;
  font-style: italic;
  color: #999;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  hyphens: none;
  quotes: none;
}

.section-img {
  width: 250px;
  height: auto;
  max-width: 100%;
  margin-top: 30px;
}

#ce-que-je-fais .section-title {
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 1.1;
}

#changer-de-chemin .path-approach .section-title {
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 1.1;
}

.work-content {
  max-width: 100%;
  color: #3a3a3a;
}

.work-content p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.75;
}

.work-content h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #111;
}

.work-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 24px;
  border-radius: 21px;
  background: linear-gradient(180deg, #666 0%, #4f4f4f 100%);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 600;
}

.btn-pill-dark,
.work-cta-chatbot {
  display: flex;
  width: min(100%, 620px);
  min-height: 56px;
  margin: 14px 0 18px;
  padding: 12px 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7f8389 0%, #5d6167 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: rgb(250, 250, 250);
  text-align: center;
  letter-spacing: 0.22em;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 400;
}

.work-cta.work-cta-chatbot,
.work-cta.work-cta-chatbot:visited,
.work-cta.work-cta-chatbot:hover,
.btn-pill-dark,
.btn-pill-dark:visited,
.btn-pill-dark:hover {
  color: rgb(250, 250, 250);
}

.btn-pill-dark:hover,
.work-cta-chatbot:hover {
  background: linear-gradient(180deg, #747980 0%, #53585f 100%);
  text-decoration: none;
}

.work-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}

/* OU VOUS SITUEZ-VOUS */
.path-section {
  background-color: #cacaca;
}

.path-content p {
  margin: 0 0 18px;
  color: #3a3a3a;
  line-height: 1.75;
}

.path-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 28px 0 26px;
}

.path-btn {
  background-color: rgb(235, 235, 235);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01));
  background-repeat: repeat-x;
  border-bottom-color: rgb(235, 235, 235);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(235, 235, 235);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(235, 235, 235);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(235, 235, 235);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: rgb(102, 102, 102);
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  line-height: normal;
  margin-bottom: 0px;
  overflow-wrap: break-word;
  padding-bottom: 18px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px;
  position: relative;
  text-align: center;
  text-decoration-color: rgb(102, 102, 102);
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  top: 0px;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  user-select: none;
  visibility: visible
}

.path-btn:hover,
.path-btn.is-active {
  background: #dcdcdc;
  color: #222;
}

.path-aside .section-title {
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 1.1;
  margin-bottom: 8px;
}

.path-aside .section-quote {
  margin: 18px 0 30px;
}

#pathSelectorAside {
  background-color: #cacaca;
}

.path-image {
  width: 250px;
  height: auto;
  max-width: 100%;
}

.path-selector-view.is-hidden {
  display: none;
}

.path-details {
  display: none;
  margin-top: 0;
}

.path-details.is-visible {
  display: block;
}

.path-detail {
  display: none;
}

.path-detail.is-visible {
  display: block;
}

.path-detail-block {
  padding: 70px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Quand les détails sont visibles, la section ne garde pas d'espace résiduel */
#changer-de-chemin:has(#pathDetails.is-visible) {
  padding-top: 0;
  padding-bottom: 0;
}

.path-approach {
  background: #f7f7f7;
}

.path-fit {
  background: #fff;
}

.path-detail-text p {
  margin: 0 0 18px;
  color: #3a3a3a;
  line-height: 1.75;
}

.path-detail-block .two-col {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: flex-start;
  gap: 120px;
}

.path-col-text {
  flex: 1 1 75%;
  min-width: 0;
}

.path-col-title {
  flex: 1 1 25%;
  min-width: 0;
}

#changer-de-chemin .path-approach .path-col-title {
  flex: 1 1 25%;
}

#changer-de-chemin .path-approach .path-col-text {
  flex: 1 1 75%;
}



.path-detail-title .section-title {
  margin-bottom: 10px;
}

.path-detail-title .section-quote {
  margin-bottom: 24px;
}

.path-detail-image {
  width: 250px;
  height: auto;
  max-width: 100%;
}

.path-fit .work-aside {
  padding-top: 0;
}

.path-fit .work-signature {
  margin: 0 0 24px;
}

.about-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-content p {
  margin: 0 0 18px;
  color: #3a3a3a;
  line-height: 1.75;
}

.about-image {
  width: 250px;
  height: auto;
  max-width: 100%;
}

.pricing-content p {
  margin: 0 0 18px;
  color: #3a3a3a;
  line-height: 1.75;
}

.pricing-content ul {
  margin: 0 0 18px 18px;
  padding: 0;
  color: #3a3a3a;
  line-height: 1.75;
}

.pricing-content li {
  margin: 0;
}

.pricing-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-image {
  width: 250px;
  height: auto;
  max-width: 100%;
}

.contact-aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.contact-image {
  width: 250px;
  height: auto;
  max-width: 100%;
  margin-top: 8px;
}

.contact-content p {
  margin: 0 0 12px;
  color: #3a3a3a;
  line-height: 1.7;
}

.contact-head {
  display: block;
}

.contact-image-inline {
  display: none;
}

.contact-form {
  margin-top: 14px;
  max-width: 760px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 10px 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #333;
}

.contact-form textarea {
  resize: vertical;
  min-height: 92px;
  margin-bottom: 12px;
}

.contact-submit {
  margin-top: 14px;
  border: 1px solid #8c8c8c;
  background: #fff;
  color: #444;
  border-radius: 999px;
  padding: 10px 24px;
  letter-spacing: 0.1em;
  font-size: 11px;
  cursor: pointer;
}

.contact-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-feedback {
  min-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.contact-feedback.is-success {
  color: #1d7f43;
}

.contact-feedback.is-error {
  color: #b34343;
}

.contact-info-strip {
  background: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 24px 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
}

.contact-info-item i {
  font-size: 43px;
  font-weight: 300;
}

.contact-info-item h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: rgb(34, 34, 34);
  letter-spacing: normal;
  line-height: 1.3;
}

.changer-chemin {
  margin-top: 18px;
}

.changer-chemin-link {
  color: #555;
  border-bottom-color: rgba(0, 0, 0, 0.45);
  border-bottom-style: dotted;
}

.changer-chemin-link:hover {
  border-bottom-style: solid;
  color: #555;
  text-decoration: none
}

#changer-de-chemin .path-fit .path-detail-text .work-cta {
  margin-left: auto;
  margin-right: auto;
}

#changer-de-chemin .path-fit .changer-chemin {
  text-align: center;
}

.work-title {
  margin: 0 0 12px 0;
  font-size: clamp(3.6rem, 4vw, 5.6rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0.12em;
  color: #222;
}

.work-title strong {
  font-weight: 700;
}

.work-signature {
  margin: 14px 0 26px;
  padding-left: 14px;
  border-left: 1px solid #9a9a9a;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #9a9a9a;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
}

.language-switch a,
a.language-switch {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.language-switch--content {
  margin-bottom: 40px;
}

.language-switch--header {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid rgba(170, 170, 170, 0.65);
  border-radius: 999px;
  color: rgb(85, 85, 85);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  white-space: nowrap;
}

.language-switch--header:hover {
  border-color: rgb(85, 85, 85);
  color: #222;
}

.language-switch__icon {
  flex: 0 0 auto;
}

@media only screen and (min-width: 1116px) {
  .main-navigation {
    flex: 1;
    min-width: 0;
  }

  .nav-links {
    position: relative;
    width: 100%;
    padding-right: 100px;
  }

  .nav-language-switch {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 0;
    transform: translateY(-50%);
  }
}
/* MOBILE */
@media (max-width: 1200px) {

  /* HERO */

  .hero-content h1 {
    font-size: 38px;
    letter-spacing: 1px;
  }

  .hero-brand {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .hero-byline {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .hero-sub {
    font-size: 18px;
    }

  .hero {
    align-items: start;
    min-height: auto;
    padding-bottom: 50px;
    padding-top: 25px;
    background: #fff url('/images/hero.webp') center center / 80% no-repeat;
  }

  .hero-bg {
    align-items:start;
    inset: -120px;
  }

  .section {
    padding: 70px 0;
  }

  .container {
    padding: 0 20px;
  }

  .two-col {
    flex-direction: column;
    gap: 40px;
  }

  .col-left {
    flex: none;
    width: 100%;
  }

  .col-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  #formats-et-tarifs .col-left,
  #formats-et-tarifs .col-right,
  #a-propos-de-moi .col-left,
  #a-propos-de-moi .col-right,
  #changer-de-chemin .col-left,
  #changer-de-chemin .col-right,
  #contactForm .col-left,
  #contactForm .col-right {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .section-title {
    font-size: 36px;
  }

  #pathSelectorAside .section-title {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .section-img {
    width: 180px;
  }

  .path-detail-block .two-col {
    padding: 0 20px;
    gap: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .path-image,
  .path-detail-image,
  .about-image,
  .pricing-image,
  .contact-image {
    width: min(250px, 100%);
  }

  .work-section .two-col,
  #ce-que-je-fais .two-col {
    gap: 40px;
  }

  .work-aside {
    order: -1;
    padding-top: 0;
  }

  #comment-je-travaille .work-aside,
  #ce-que-je-fais .col-left,
  #le-chatbot .col-left,
  #autonomie-temps-souplesse .col-left,
  #faq .col-left,
  #changer-de-chemin .path-aside:not(.is-hidden):not([hidden]),
  #changer-de-chemin .path-detail-title,
  #a-propos-de-moi .about-aside,
  #formats-et-tarifs .pricing-aside,
  #faire-juste .col-right,
  #le-cadre .col-right {
    display: grid;
    grid-template-columns: minmax(64px, 22vw) 1fr;
    column-gap: 12px;
    align-items: start;
  }

  #comment-je-travaille .work-aside > img,
  #ce-que-je-fais .col-left > .section-img,
  #le-chatbot .col-left > .section-img,
  #autonomie-temps-souplesse .col-left > .section-img,
  #faq .col-left > .section-img,
  #changer-de-chemin .path-aside > .path-image,
  #changer-de-chemin .path-detail-title > .path-detail-image,
  #a-propos-de-moi .about-aside > .about-image,
  #formats-et-tarifs .pricing-aside > .pricing-image,
  #faire-juste .col-right > .section-img,
  #le-cadre .col-right > .section-img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0;
    justify-self: start;
  }

  #comment-je-travaille .work-aside > .work-title,
  #ce-que-je-fais .col-left > .section-title,
  #le-chatbot .col-left > .section-title,
  #autonomie-temps-souplesse .col-left > .section-title,
  #faq .col-left > .section-title,
  #changer-de-chemin .path-aside > .section-title,
  #changer-de-chemin .path-detail-title > .section-title,
  #changer-de-chemin .path-detail-title > .work-title,
  #a-propos-de-moi .about-aside > .work-title,
  #formats-et-tarifs .pricing-aside > .work-title,
  #faire-juste .col-right > .section-title,
  #le-cadre .col-right > .section-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  #comment-je-travaille .work-aside > .section-quote,
  #ce-que-je-fais .col-left > .section-quote,
  #le-chatbot .col-left > .section-quote,
  #autonomie-temps-souplesse .col-left > .section-quote,
  #faq .col-left > .section-quote,
  #changer-de-chemin .path-aside > .section-quote,
  #changer-de-chemin .path-detail-title > .section-quote,
  #changer-de-chemin .path-detail-title > .work-signature,
  #a-propos-de-moi .about-aside > .section-quote,
  #formats-et-tarifs .pricing-aside > .section-quote,
  #formats-et-tarifs .pricing-aside > .work-signature,
  #faire-juste .col-right > .section-quote,
  #le-cadre .col-right > .section-quote {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  #changer-de-chemin .path-aside {
    order: -1;
  }

  #formats-et-tarifs .pricing-aside {
    order: -1;
  }

  #faire-juste .col-right,
  #le-cadre .col-right {
    order: -1;
  }

  #contactForm .contact-aside {
    display: none;
  }

  #contactForm .contact-content {
    padding-left: 0;
  }

  #contactForm .contact-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  #contactForm .contact-image-inline {
    display: block;
    width: clamp(64px, 18vw, 120px);
    max-width: 100%;
    height: auto;
    flex: 0 0 auto;
  }

  #contactForm .contact-head .work-title {
    margin: 0;
  }

  .faq-section .faq-item summary {
    font-size: 16px;
    padding: 14px 16px 14px 40px;
  }

  .faq-section .faq-item > :not(summary) {
    padding: 0 16px 14px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer {
    padding: 44px 0;
  }

  .site-footer .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }


  #comment-je-travaille .work-content {
    margin-top: -16px;
  }
}

/* MOBILE */
@media (max-width: 768px) {

  /* HERO */

  .hero-content h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .hero-brand {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hero-byline {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hero-sub {
    font-size: 15px;
    }

  .hero {
    align-items: start;
    min-height: auto;
    padding-bottom: 50px;
    padding-top: 25px;
  }

  .hero-bg {
    align-items:start;
    inset: -120px;
  }
   
}
