/* ============================================================
   SECTION 1 — VARIABLES GÉNÉRALES
   Changez les couleurs principales ici pour modifier rapidement
   l'apparence de tout le site.
   ============================================================ */
:root {
  --vert-principal: #73866d;
  --vert-pale: #eaf0e7;
  --vert-tres-pale: #f6f8f4;
  --texte-fonce: #202534;
  --texte-doux: #5e665f;
  --blanc: #ffffff;
  --ombre: 0 20px 60px rgba(44, 56, 43, 0.12);
  --rayon: 32px;
}


/* ============================================================
   SECTION 2 — RÉGLAGES DE BASE
   ============================================================ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--texte-fonce);
  background:
    linear-gradient(135deg, #f4f7f2 0%, #ffffff 48%, #eef3eb 100%);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

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


/* ============================================================
   SECTION 3 — STRUCTURE PRINCIPALE
   ============================================================ */
.portfolio {
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto 20px;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.25fr);
  overflow: hidden;
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
}


/* ============================================================
   SECTION 4 — COLONNE DE GAUCHE
   ============================================================ */
.profil {
  position: relative;
  padding: 34px;
  background:
    url("images/feuilles.svg") left bottom / 180px auto no-repeat,
    linear-gradient(180deg, #f8faf7 0%, var(--vert-pale) 100%);
}

.photo-zone {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 230px 230px 40px 40px;
  box-shadow: 0 18px 45px rgba(45, 58, 44, 0.16);
}

.photo-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  pointer-events: none;
}

.photo-renee {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 50% 45%;
  transition: transform 0.45s ease;
}

.photo-zone:hover .photo-renee {
  transform: scale(1.02);
}

.atouts {
  margin-top: 34px;
}

.atout {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(115, 134, 109, 0.25);
}

.atout p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.icone {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--vert-principal);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(115, 134, 109, 0.25);
  font-weight: 700;
}


/* ============================================================
   SECTION 5 — COLONNE DE DROITE
   ============================================================ */
.contenu {
  position: relative;
  padding: 64px 72px;
  background:
    url("images/feuilles.svg") right top / 200px auto no-repeat,
    var(--blanc);
}

.entete {
  margin-bottom: 42px;
}

.sur-titre,
.mini-titre {
  margin: 0 0 14px;
  color: var(--vert-principal);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sur-titre {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--vert-principal);
}

h1 {
  margin: 26px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.82;
  font-weight: 400;
}

h1 span,
h1 strong {
  display: block;
}

h1 span {
  color: var(--texte-fonce);
}

h1 strong {
  color: var(--vert-principal);
  font-weight: 400;
}

.separateur {
  width: 250px;
  max-width: 100%;
  height: 1px;
  margin: 30px 0;
  background: var(--vert-principal);
  position: relative;
}

.separateur::after {
  content: "";
  position: absolute;
  right: 20%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vert-principal);
  transform: translateY(-50%);
}

.fonction {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.formation {
  margin: 8px 0 0;
  color: var(--vert-principal);
  font-size: 1.03rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}


/* ============================================================
   SECTION 6 — BLOC ENGAGEMENT
   ============================================================ */
.engagement {
  position: relative;
  margin: 42px 0;
  padding: 30px 44px;
  border: 1px solid rgba(115, 134, 109, 0.28);
  background: rgba(250, 252, 249, 0.84);
}

.engagement h2 {
  margin: 0 0 10px;
  color: var(--vert-principal);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.25rem;
  font-weight: 400;
}

.engagement p {
  margin: 0;
  max-width: 500px;
  font-size: 1.25rem;
}

.guillemet {
  position: absolute;
  color: #bccbb7;
  font-family: Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
}

.guillemet-haut {
  top: -18px;
  left: -12px;
}

.guillemet-bas {
  right: -10px;
  bottom: -45px;
}


/* ============================================================
   SECTION 7 — SERVICES ET COORDONNÉES
   ============================================================ */
.bloc-info {
  margin-top: 40px;
}

.liste-services {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.liste-services li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
}

.liste-services li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #c4d2bf;
  font-size: 0.8rem;
}

.coordonnees address {
  margin-top: 18px;
  font-style: normal;
}

.coordonnees address p {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  margin: 16px 0;
}

.contact-icone {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blanc);
  background: var(--vert-principal);
  font-size: 0.82rem;
}


/* ============================================================
   SECTION 8 — PIED DE PAGE
   ============================================================ */
.pied-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px;
  color: var(--texte-doux);
  text-align: center;
  font-size: 0.86rem;
}


/* ============================================================
   SECTION 9 — ACCESSIBILITÉ
   Cette classe cache visuellement un titre tout en le conservant
   accessible aux lecteurs d'écran.
   ============================================================ */
.titre-visuellement-cache {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ============================================================
   SECTION 10 — VERSION TABLETTE ET MOBILE
   ============================================================ */
@media (max-width: 900px) {
  .portfolio {
    grid-template-columns: 1fr;
  }

  .photo-zone,
  .photo-renee {
    min-height: 520px;
  }

  .contenu {
    padding: 52px 40px;
  }

  h1 {
    font-size: clamp(4rem, 15vw, 6rem);
  }
}

@media (max-width: 560px) {
  .portfolio {
    width: min(100% - 18px, 1180px);
    margin-top: 10px;
    border-radius: 22px;
  }

  .profil,
  .contenu {
    padding: 24px;
  }

  .photo-zone,
  .photo-renee {
    min-height: 430px;
  }

  h1 {
    font-size: clamp(3.4rem, 19vw, 5.2rem);
  }

  .fonction,
  .formation {
    font-size: 0.92rem;
  }

  .engagement {
    padding: 28px 24px;
  }

  .engagement h2 {
    font-size: 1.9rem;
  }

  .engagement p {
    font-size: 1.08rem;
  }
}


/* ============================================================
   SECTION 11 — RÉDUCTION DES ANIMATIONS
   Respecte les préférences d'accessibilité du visiteur.
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }

  .photo-renee {
    transition: none;
  }
}

/* ============================================================
   SECTION X — RENDEZ-VOUS
   ============================================================ */

.rendezvous{
    margin-top:50px;
}

.texte-rendezvous{
    color:var(--texte-doux);
    margin:18px 0 28px;
    max-width:500px;
    line-height:1.8;
}

.btn-rendezvous{

    display:inline-block;

    padding:16px 34px;

    background:var(--vert-principal);

    color:white;

    border-radius:999px;

    font-weight:bold;

    letter-spacing:.04em;

    text-decoration:none;

    transition:.25s;
}

.btn-rendezvous:hover{

    background:#61765d;

    transform:translateY(-2px);

    text-decoration:none;

}
/* ============================================================
   SECTION X — APERÇU CALENDLY
   ============================================================ */

.calendly-apercu{

    margin-top:30px;

}

.calendly-image{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

    transition:.35s;

}

.calendly-image:hover{

    transform:translateY(-4px);

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}
