/*
Theme Name: Mobilité Positive
Author: Alexandre Laignel
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

html{
  scroll-behavior:smooth;
}

/* RESET */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

body{
  font-family:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color:#333;
  line-height:1.6;
  background:#ffffff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.modal-open{
  overflow:hidden;
}

/* HEADER */

.site-header{
  background:#fff;
  border-bottom:1px solid #e9e9e9;
  position:sticky;
  top:0;
  z-index:1000;
}

.site-header-inner{
  max-width:1400px;
  margin:0 auto;
  padding:20px 24px 6px 24px;
}

.site-logo-link{
  display:flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
}

.site-logo{
  height:84px;
  width:auto;
  display:block;
  margin:0 auto 32px auto;
}

.site-nav ul{
  list-style:none;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:48px;
  padding:0 0 20px 0;
}

.site-nav a{
  text-decoration:none;
  color:#1d1d1d;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.14em;
  transition:color .25s ease;
}

.site-nav a:hover{
  color:#3c6e4c;
}

/* HERO */

.hero{
  background:url("hero.jpg") center/cover no-repeat;
  min-height:560px;
  display:flex;
  align-items:center;
  padding:80px 100px;
  color:#fff;
  position:relative;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(20,32,56,0.84) 0%,
    rgba(32,36,48,0.58) 46%,
    rgba(32,36,48,0.18) 100%
  );
}

.hero-content{
  position:relative;
  max-width:760px;
  z-index:1;
}

.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content p{
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hero h1{
  font-size:64px;
  font-weight:700;
  margin-bottom:20px;
  line-height:1.05;
}

.hero h2{
  font-size:28px;
  font-weight:500;
  margin-bottom:20px;
  line-height:1.2;
}

.hero p{
  font-size:18px;
  max-width:620px;
  line-height:1.7;
}

/* INTRO */

.intro{
  padding:110px 20px;
  background:#fff;
}

.intro-wrap{
  max-width:1180px;
  margin:0 auto;
  text-align:center;
}

.intro h2{
  font-size:42px;
  margin-bottom:24px;
  line-height:1.2;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.intro-lead{
  font-size:22px;
  line-height:1.7;
  color:#4f4f4f;
  max-width:980px;
  margin:0 auto 20px auto;
}

.intro-text{
  font-size:18px;
  line-height:1.8;
  color:#666;
  max-width:920px;
  margin:0 auto 42px auto;
}

.intro-highlight{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:22px;
  align-items:flex-start;
  text-align:left;
  background:#f6f8f6;
  border:1px solid #e4ebe5;
  border-radius:18px;
  padding:28px 30px;
  max-width:1040px;
  margin:0 auto 42px auto;
}

.intro-highlight-icon{
  width:72px;
  height:72px;
  min-width:72px;
  min-height:72px;
  border-radius:18px;
  background:#eef2ee;
  color:#2f6b49;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.intro-highlight-icon svg{
  width:34px !important;
  height:34px !important;
  max-width:34px !important;
  max-height:34px !important;
  display:block;
  flex-shrink:0;
}

.intro-highlight-text h3{
  font-size:24px;
  margin-bottom:10px;
  line-height:1.25;
}

.intro-highlight-text p{
  font-size:17px;
  line-height:1.75;
  color:#666;
}

.intro-strengths{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin:0 auto 10px auto;
}

.intro-strength{
  background:#fff;
  border:1px solid #ececec;
  border-radius:18px;
  padding:28px 26px;
  text-align:left;
  box-shadow:0 8px 20px rgba(0,0,0,0.04);
}

.intro-strength-icon{
  width:58px;
  height:58px;
  min-width:58px;
  min-height:58px;
  border-radius:16px;
  background:#eef2ee;
  color:#2f6b49;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  overflow:hidden;
}

.intro-strength-icon svg{
  width:30px !important;
  height:30px !important;
  max-width:30px !important;
  max-height:30px !important;
  display:block;
  flex-shrink:0;
}

.intro-strength h3{
  font-size:22px;
  line-height:1.3;
  margin-bottom:12px;
  color:#1f1f1f;
}

.intro-strength p{
  font-size:16px;
  line-height:1.75;
  color:#666;
}

/* SERVICES */

.services{
  background:#f6f6f6;
  padding:100px 22px;
  text-align:center;
}

.services h2{
  font-size:36px;
  margin-bottom:42px;
}

.services-grid{
  max-width:1840px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  align-items:start;
}

.service-item{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.service-card{
  background:#fff;
  border-radius:20px;
  padding:28px 22px 26px 22px;
  box-shadow:0 10px 22px rgba(0,0,0,0.06);
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}

.service-icon{
  width:82px;
  height:82px;
  border-radius:50%;
  background:#eef2ee;
  color:#2f6b49;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:26px;
  overflow:hidden;
  flex-shrink:0;
}

.service-icon svg{
  width:38px !important;
  height:38px !important;
  max-width:38px !important;
  max-height:38px !important;
  display:block;
}

.service-card h3{
  font-size:26px;
  line-height:1.25;
  font-weight:700;
  color:#1f1f1f;
  margin-bottom:18px;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.service-card p{
  font-size:16px;
  line-height:1.65;
  color:#666;
  max-width:320px;
  margin:0 auto;
}

.service-image{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
  border-radius:16px;
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
}

/* METHODOLOGY */

.methodology{
  padding:110px 40px;
  background:#fff;
  text-align:center;
}

.methodology-inner{
  max-width:1300px;
  margin:0 auto;
}

.methodology h2{
  font-size:56px;
  line-height:1.1;
  margin-bottom:20px;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#1e1e1e;
}

.methodology-intro{
  max-width:900px;
  margin:0 auto 80px auto;
  font-size:18px;
  color:#6a6a6a;
}

.methodology-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
  align-items:start;
}

.method-step{
  position:relative;
}

.method-visual{
  position:relative;
  height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.method-circle{
  width:160px;
  height:160px;
  border-radius:50%;
  background:#eef2ee;
  color:#2f6b49;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
}

.method-circle svg{
  width:62px !important;
  height:62px !important;
  max-width:62px !important;
  max-height:62px !important;
  display:block;
}

.method-badge{
  position:absolute;
  top:12px;
  right:78px;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#2f6b49;
  color:#fff;
  font-size:20px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:3;
}

.method-line{
  position:absolute;
  top:50%;
  height:2px;
  background:#d7d7d7;
  transform:translateY(-50%);
  z-index:1;
}

.method-line::after{
  content:"";
  position:absolute;
  right:-8px;
  top:50%;
  transform:translateY(-50%);
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:10px solid #d7d7d7;
}

.method-line-right{
  left:50%;
  width:48%;
}

.method-line-left{
  right:50%;
  width:48%;
}

.method-line-left::after{
  display:none;
}

.method-step:first-child .method-line-left,
.method-step:last-child .method-line-right{
  display:none;
}

.method-step h3{
  font-size:28px;
  line-height:1.2;
  margin-bottom:18px;
  color:#1f1f1f;
  font-weight:700;
}

.method-step p{
  font-size:17px;
  line-height:1.7;
  color:#6a6a6a;
  max-width:420px;
  margin:0 auto;
}

/* REFERENCES */

.references{
  padding:100px 80px;
  text-align:center;
}

.references h2{
  font-size:56px;
  line-height:1.1;
  margin-bottom:18px;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#1e1e1e;
}

.references-subtitle{
  font-size:18px;
  color:#777;
  margin-bottom:42px;
}

.projects{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
  max-width:1100px;
  margin:auto;
}

.project{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  text-align:left;
}

.project > img{
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
}

.project-content{
  padding:22px 28px 24px 28px;
}

.project-content h3{
  font-size:20px;
  line-height:1.35;
  margin-bottom:14px;
  color:#222;
}

.project-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.project-location{
  display:flex;
  align-items:center;
  gap:8px;
  color:#2f6b49;
  font-size:15px;
  line-height:1.3;
}

.location-icon{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:#2f6b49;
}

.location-icon svg{
  width:18px !important;
  height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  display:block;
}

.project-logo{
  width:auto !important;
  height:52px !important;
  max-width:140px !important;
  object-fit:contain !important;
  display:block;
  flex-shrink:0;
  background:transparent;
}

/* ACTUALITES */

.actualites{
  background:#f7f7f7;
  padding:100px 80px;
  text-align:center;
}

.actualites h2{
  font-size:36px;
  margin-bottom:15px;
}

.actualites-intro{
  color:#666;
  max-width:820px;
  margin:0 auto 40px auto;
}

.articles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  max-width:1200px;
  margin:auto;
  text-align:left;
}

.article{
  background:#fff;
  border-radius:12px;
  padding:28px;
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

.article-type{
  display:inline-block;
  font-size:12px;
  font-weight:600;
  color:#3c6e4c;
  background:#eef6f0;
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:14px;
}

.article h3{
  font-size:20px;
  margin-bottom:12px;
  line-height:1.35;
}

.article p{
  color:#666;
  font-size:15px;
  line-height:1.7;
}

.article-date{
  display:block;
  margin-top:16px;
  font-size:14px;
  color:#888;
}

.article-link{
  text-decoration:none;
  color:inherit;
  display:block;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.article-link:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,0.08);
}

.article-link h3,
.article-link p,
.article-link .article-date{
  color:inherit;
}

/* CONTACT */

.contact{
  background:#f5f5f5;
  padding:100px 20px;
  text-align:center;
}

.contact h2{
  font-size:36px;
  margin-bottom:40px;
}

.contact form{
  max-width:600px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:15px;
}

input,
textarea{
  padding:15px;
  border-radius:6px;
  border:1px solid #ddd;
  font-size:16px;
  background:#fff;
  font-family:"Montserrat", sans-serif;
}

textarea{
  min-height:140px;
  resize:vertical;
}

button{
  background:#3c6e4c;
  color:#fff;
  border:none;
  padding:16px;
  border-radius:6px;
  font-size:16px;
  cursor:pointer;
  font-family:"Montserrat", sans-serif;
}

button:hover{
  background:#315c3e;
}

/* FOOTER */

.site-footer{
  background:#f3f3f3;
  padding:70px 40px 28px 40px;
  color:#666;
}

.site-footer ul,
.site-footer li{
  list-style:none;
  margin:0;
  padding:0;
}

.footer-top{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:60px;
  align-items:start;
  padding-bottom:36px;
  border-bottom:1px solid #d8d8d8;
}

.footer-brand img{
  height:56px !important;
  width:auto !important;
  max-width:180px !important;
  display:block;
  margin-bottom:24px;
}

.footer-brand p{
  max-width:520px;
  font-size:18px;
  line-height:1.7;
  color:#6a6a6a;
}

.footer-title{
  font-size:20px;
  font-weight:700;
  color:#1f1f1f;
  margin-bottom:24px;
}

.footer-nav ul{
  display:grid;
  gap:14px;
}

.footer-nav a{
  text-decoration:none;
  color:#6a6a6a;
  font-size:18px;
  font-weight:600;
}

.footer-nav a:hover{
  color:#2f6b49;
}

.footer-social-links{
  display:flex;
  gap:20px;
}

.footer-social-link{
  width:72px;
  height:72px;
  border-radius:16px;
  background:#e7e7e7;
  color:#1f1f1f;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:background 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover{
  background:#dcdcdc;
  transform:translateY(-2px);
}

.footer-social-link svg{
  width:34px !important;
  height:34px !important;
  max-width:34px !important;
  max-height:34px !important;
  display:block;
}

.footer-bottom{
  max-width:1320px;
  margin:0 auto;
  padding-top:28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.footer-copy{
  font-size:16px;
  color:#6a6a6a;
}

.footer-legal{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
  align-items:center;
}

.footer-legal a,
.footer-legal-trigger{
  text-decoration:none;
  color:#6a6a6a;
  font-size:16px;
  font-weight:600;
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  font-family:"Montserrat", sans-serif;
}

.footer-legal a:hover,
.footer-legal-trigger:hover{
  color:#2f6b49;
}

/* LEGAL / PRIVACY MODALS */

.legal-modal{
  position:fixed;
  inset:0;
  z-index:5000;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.18s ease;
}

.legal-modal[hidden]{
  display:none !important;
}

.legal-modal.is-open{
  display:block;
  opacity:1;
  pointer-events:auto;
}

.legal-modal-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.28);
}

.legal-modal-dialog{
  position:relative;
  width:min(900px, calc(100% - 40px));
  margin:70px auto;
  background:#fff;
  border-radius:22px;
  padding:40px 44px;
  box-shadow:0 20px 50px rgba(0,0,0,0.16);
  z-index:2;
}

.legal-modal-dialog h2{
  font-size:42px;
  line-height:1.05;
  margin-bottom:28px;
  font-family:"Montserrat", sans-serif;
  font-weight:700;
  color:#1e1e1e;
}

.legal-modal-content h3{
  font-size:24px;
  line-height:1.2;
  font-weight:700;
  color:#1f1f1f;
  margin:24px 0 10px 0;
}

.legal-modal-content p{
  font-size:18px;
  line-height:1.65;
  color:#666;
}

.legal-modal-close{
  margin-top:26px;
  background:#3c6e4c;
  color:#fff;
  border:none;
  padding:16px 32px;
  border-radius:12px;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
}

.legal-modal-close:hover{
  background:#315c3e;
}

/* OFFSET FOR STICKY HEADER */

#qui-sommes-nous,
#notre-approche,
#nos-references,
#actualites,
#contact{
  scroll-margin-top:170px;
}

/* RESPONSIVE */

@media (max-width:1200px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:1000px){

  .site-logo{
    height:74px;
    margin-bottom:28px;
  }

  .site-nav ul{
    gap:24px;
    padding-bottom:18px;
  }

  .site-nav a{
    font-size:15px;
    letter-spacing:0.1em;
  }

  .intro h2{
    font-size:36px;
  }

  .intro-lead{
    font-size:20px;
  }

  .intro-highlight{
    grid-template-columns:1fr;
  }

  .intro-strengths{
    grid-template-columns:1fr;
  }

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

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

  .hero{
    padding:60px 40px;
    min-height:500px;
  }

  .hero h1{
    font-size:48px;
  }

  .hero h2{
    font-size:24px;
  }

  .methodology h2{
    font-size:42px;
  }

  .methodology-steps{
    grid-template-columns:1fr;
    gap:50px;
  }

  .method-visual{
    height:170px;
  }

  .method-line{
    display:none;
  }

  .method-badge{
    right:calc(50% - 74px);
  }

  .footer-top{
    grid-template-columns:1fr;
    gap:40px;
  }
}

@media (max-width:700px){

  .site-header-inner{
    padding:12px 12px 0 12px;
  }

  .site-logo{
    height:58px;
    margin-bottom:20px;
  }

  .site-nav ul{
    flex-wrap:wrap;
    gap:12px 14px;
    padding-bottom:14px;
  }

  .site-nav a{
    font-size:12px;
    letter-spacing:0.07em;
  }

  .hero{
    padding:34px 18px;
    min-height:340px;
    align-items:flex-end;
  }

  .hero-content{
    max-width:100%;
  }

  .hero h1{
    font-size:22px;
    line-height:1.12;
    margin-bottom:12px;
  }

  .hero h2{
    font-size:15px;
    line-height:1.35;
    margin-bottom:10px;
  }

  .hero p{
    font-size:13px;
    line-height:1.55;
    max-width:100%;
  }

  .intro{
    padding:56px 16px;
  }

  .intro h2{
    font-size:18px;
    line-height:1.22;
    margin-bottom:16px;
  }

  .intro-lead{
    font-size:13px;
    line-height:1.65;
    margin-bottom:14px;
  }

  .intro-text{
    font-size:13px;
    line-height:1.65;
    margin-bottom:24px;
  }

  .intro-highlight{
    padding:16px 14px;
    gap:14px;
    margin-bottom:20px;
    border-radius:14px;
  }

  .intro-highlight-icon{
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    border-radius:12px;
  }

  .intro-highlight-icon svg{
    width:24px !important;
    height:24px !important;
    max-width:24px !important;
    max-height:24px !important;
  }

  .intro-highlight-text h3{
    font-size:14px;
    margin-bottom:6px;
  }

  .intro-highlight-text p{
    font-size:12px;
    line-height:1.55;
  }

  .intro-strengths{
    gap:14px;
  }

  .intro-strength{
    padding:16px 14px;
    border-radius:14px;
  }

  .intro-strength-icon{
    width:42px;
    height:42px;
    min-width:42px;
    min-height:42px;
    border-radius:12px;
    margin-bottom:12px;
  }

  .intro-strength-icon svg{
    width:22px !important;
    height:22px !important;
    max-width:22px !important;
    max-height:22px !important;
  }

  .intro-strength h3{
    font-size:14px;
    line-height:1.3;
    margin-bottom:8px;
  }

  .intro-strength p{
    font-size:12px;
    line-height:1.55;
  }

  .services{
    padding:56px 14px;
  }

  .services h2,
  .actualites h2,
  .contact h2{
    font-size:22px;
    line-height:1.2;
  }

  .services-grid{
    grid-template-columns:1fr;
    gap:16px;
    max-width:100%;
  }

  .service-item{
    gap:12px;
  }

  .service-card{
    min-height:auto;
    padding:18px 14px;
    border-radius:14px;
  }

  .service-icon{
    width:52px;
    height:52px;
    margin-bottom:14px;
  }

  .service-icon svg{
    width:24px !important;
    height:24px !important;
    max-width:24px !important;
    max-height:24px !important;
  }

  .service-card h3{
    font-size:15px;
    min-height:auto;
    margin-bottom:10px;
    line-height:1.35;
  }

  .service-card p{
    font-size:12px;
    line-height:1.55;
    max-width:100%;
  }

  .service-image{
    height:150px;
    border-radius:12px;
  }

  .references{
    padding:56px 14px;
  }

  .actualites{
    padding:56px 14px;
  }

  .actualites-intro{
    font-size:13px;
    line-height:1.6;
    margin-bottom:24px;
  }

  .articles{
    gap:14px;
  }

  .article{
    padding:16px 14px;
    border-radius:12px;
  }

  .article-type{
    font-size:10px;
    padding:5px 8px;
    margin-bottom:10px;
  }

  .article h3{
    font-size:15px;
    line-height:1.35;
    margin-bottom:8px;
  }

  .article p{
    font-size:12px;
    line-height:1.6;
  }

  .article-date{
    margin-top:10px;
    font-size:11px;
  }

  .methodology{
    padding:56px 16px;
  }

  .methodology h2{
    font-size:18px;
    line-height:1.22;
  }

  .methodology-intro{
    font-size:12px;
    line-height:1.6;
    margin-bottom:26px;
  }

  .methodology-steps{
    gap:24px;
  }

  .method-visual{
    height:84px;
    margin-bottom:8px;
  }

  .method-circle{
    width:62px;
    height:62px;
  }

  .method-circle svg{
    width:24px !important;
    height:24px !important;
    max-width:24px !important;
    max-height:24px !important;
  }

  .method-badge{
    width:24px;
    height:24px;
    font-size:10px;
    top:6px;
    right:calc(50% - 34px);
  }

  .method-step h3{
    font-size:14px;
    line-height:1.25;
    margin-bottom:8px;
  }

  .method-step p{
    font-size:12px;
    line-height:1.55;
    max-width:100%;
  }

  .references h2{
    font-size:22px;
    line-height:1.2;
    margin-bottom:8px;
  }

  .references-subtitle{
    font-size:13px;
    margin-bottom:22px;
  }

  .projects{
    gap:14px;
  }

  .project{
    border-radius:14px;
  }

  .project > img{
    height:140px;
  }

  .project-content{
    padding:14px 14px 16px 14px;
  }

  .project-content h3{
    font-size:14px;
    margin-bottom:8px;
  }

  .project-meta{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .project-location{
    font-size:11px;
    gap:6px;
  }

  .location-icon{
    width:14px;
    height:14px;
  }

  .location-icon svg{
    width:14px !important;
    height:14px !important;
    max-width:14px !important;
    max-height:14px !important;
  }

  .project-logo{
    height:26px !important;
    max-width:80px !important;
  }

  .contact{
    padding:56px 14px;
  }

  .contact form{
    max-width:100%;
  }

  input,
  textarea{
    padding:12px;
    font-size:14px;
  }

  textarea{
    min-height:110px;
  }

  button{
    padding:13px 16px;
    font-size:14px;
  }

  .site-footer{
    padding:44px 14px 18px 14px;
  }

  .footer-top{
    gap:26px;
    padding-bottom:24px;
  }

  .footer-brand img{
    height:34px !important;
    max-width:120px !important;
    margin-bottom:12px;
  }

  .footer-brand p,
  .footer-nav a,
  .footer-copy,
  .footer-legal a,
  .footer-legal-trigger{
    font-size:12px;
    line-height:1.6;
  }

  .footer-title{
    font-size:13px;
    margin-bottom:12px;
  }

  .footer-nav ul{
    gap:8px;
  }

  .footer-social-links{
    gap:10px;
  }

  .footer-social-link{
    width:42px;
    height:42px;
    border-radius:12px;
  }

  .footer-social-link svg{
    width:20px !important;
    height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    padding-top:18px;
  }

  .footer-legal{
    gap:10px;
    flex-direction:column;
    align-items:flex-start;
  }

  .legal-modal-dialog{
    width:min(100% - 20px, 900px);
    margin:20px auto;
    padding:20px 16px;
    border-radius:16px;
  }

  .legal-modal-dialog h2{
    font-size:22px;
    margin-bottom:14px;
  }

  .legal-modal-content h3{
    font-size:16px;
    margin-top:14px;
    margin-bottom:6px;
  }

  .legal-modal-content p{
    font-size:13px;
    line-height:1.6;
  }

  .legal-modal-close{
    width:100%;
    font-size:14px;
    padding:12px 16px;
    margin-top:18px;
  }

  #qui-sommes-nous,
  #notre-approche,
  #nos-references,
  #actualites,
  #contact{
    scroll-margin-top:120px;
  }
}
/* FOUNDER CARD */

.founder-card{
  max-width:1080px;
  margin:0 auto 42px auto;
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg, #f7f8f7 0%, #ffffff 100%);
  border:1px solid #e7ebe8;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
  display:grid;
  grid-template-columns:220px 1fr;
  gap:30px;
  align-items:center;
  text-align:left;
}

.founder-card-photo img{
  width:220px;
  height:280px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 14px 30px rgba(0,0,0,0.12);
}

.founder-card-kicker{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.14em;
  color:#2f6b49;
  margin-bottom:10px;
}

.founder-card-content h3{
  font-size:30px;
  line-height:1.18;
  color:#1d1d1d;
  margin-bottom:16px;
}

.founder-card-content p{
  font-size:17px;
  line-height:1.8;
  color:#666;
  margin-bottom:14px;
}

.founder-card-content p:last-child{
  margin-bottom:0;
}

@media (max-width:1000px){
  .founder-card{
    grid-template-columns:180px 1fr;
    gap:22px;
    padding:24px;
  }

  .founder-card-photo img{
    width:180px;
    height:230px;
  }

  .founder-card-content h3{
    font-size:24px;
  }

  .founder-card-content p{
    font-size:16px;
  }
}

@media (max-width:700px){
  .founder-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:18px;
    text-align:center;
    border-radius:18px;
  }

  .founder-card-photo{
    text-align:center;
  }

  .founder-card-photo img{
    width:160px;
    height:205px;
    margin:0 auto;
    border-radius:18px;
  }

  .founder-card-content h3{
    font-size:18px;
    line-height:1.25;
    margin-bottom:10px;
  }

  .founder-card-content p{
    font-size:13px;
    line-height:1.7;
    margin-bottom:10px;
  }
}