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

:root {
  --main-white: #f5f5f4;
  --second-ligth: #ebebeb;
  --main-black: #111111;
  --second-dark: #302e2e;
  --third-dark: #949494;
  --main-green: #70fd2a;

  --base-font: Poppins, sans-serif;
  --title-font: Ubuntu, sans-serif;

  --fs-11: 0.67rem;
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-22: 1.37rem;
  --fs-24: 1.5rem;
  --fs-30: 1.875rem;
  --fs-36: 2.25rem;
  --fs-42: 2.625rem;
  --fs-50: 3.125rem;
  --fs-60: 3.75rem;
  --fs-72: 4.5rem;
  --fs-100: 6.25rem;

  --b-line: 1px solid #111111;
  --bs-img: 4px 4px 12px var(--third-dark);

  --bg-chevron:
    repeating-linear-gradient(
      236deg,
      hsla(251, 0%, 52%, 0.2) 0px,
      hsla(251, 0%, 52%, 0.2) 0px,
      transparent 0px,
      transparent 1px,
      hsla(251, 0%, 52%, 0.2) 1px,
      hsla(251, 0%, 52%, 0.2) 4px,
      transparent 4px,
      transparent 5px,
      hsla(251, 0%, 52%, 0.2) 5px,
      hsla(251, 0%, 52%, 0.2) 8px
    ),
    repeating-linear-gradient(
      19deg,
      hsla(251, 0%, 52%, 0.2) 0px,
      hsla(251, 0%, 52%, 0.2) 0px,
      transparent 0px,
      transparent 1px,
      hsla(251, 0%, 52%, 0.2) 1px,
      hsla(251, 0%, 52%, 0.2) 4px,
      transparent 4px,
      transparent 5px,
      hsla(251, 0%, 52%, 0.2) 5px,
      hsla(251, 0%, 52%, 0.2) 8px
    ),
    linear-gradient(90deg, rgb(23, 23, 23), rgb(23, 23, 23));

  --radius-card: 10px;
  --shadow-card: var(--bs-img);
  --radius-image: 7px;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--base-font);
  color: var(--main-black);
  background: var(--main-white);
  width: auto;
  margin: 0 auto;
  font-size: var(--fs-16);
}

button,
input {
  font-family: var(--base-font);
}

p,
li,
a {
  font-size: inherit;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

li {
  list-style-type: none;
}

li.disc {
  list-style-type: disc;
  margin-left: 20px;
}

.pl {
  padding-left: 30px;
}

.pb {
  display: block;
  padding-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.tl {
  text-align: left;
}

.weight {
  font-weight: 500;
}

.imotion {
  color: #0090c2;
}

.title-1 {
  font-family: var(--title-font);
  font-size: clamp(3rem, 8vw, 6.25rem);
  font-weight: 700;
  text-shadow: 4px 4px 12px var(--second-dark);
  line-height: 1;
  margin: 40px;
}

.title-2 {
  font-family: var(--title-font);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  line-height: 1.3;
  text-shadow: 1px 1px 2px var(--second-dark);
  margin: 0 0 30px 0;
}

.title-3 {
  font-family: var(--title-font);
  text-transform: uppercase;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  margin: 10px 0 20px 0;
}

.title-4 {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  padding: 15px;
  text-transform: uppercase;
}

.title-5 {
  font-size: clamp(0.95rem, 1vw, 1rem);
  padding: 10px;
}

.kicker {
  margin: 0 0 10px;
  font-size: var(--fs-16);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coach-section,
.formules-section,
.coach-container,
.coach-container-2,
.formules-container,
.mention-section {
  max-width: 80%;
  padding: 40px 0;
  margin: 0 auto;
}

.cards-container {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}

.link {
  text-align: center;
  cursor: pointer;
  background: var(--second-dark);
  background: var(--bg-chevron);
  color: var(--main-white);
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 7px;
  box-shadow: 1px 1px 6px var(--third-dark);
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.link:hover {
  transform: scale(1.01);
  color: var(--second-ligth);
}

.title-sub {
  text-align: center;
}

.title-sub-div {
  width: 90%;
  margin: 0 auto 30px auto;
}

.title-sub-div p {
  margin-bottom: 20px;
  text-align: left;
}

h3 .card-people {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

h3 .card-ico {
  width: 40px;
  margin-right: 0;
}

h3 .transform {
  transform: rotateY(180deg);
}

h3 .card-title {
  display: block;
  margin: 0;
  line-height: 1.05;
}

h3 .card-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 20px auto;
  background: var(--main-black);
}

header {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.nav-main,
header nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  background: rgba(20, 20, 20, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none;
  z-index: 20;
}

.nav-main img:first-of-type {
  margin-right: auto;
}

header nav .logo,
.nav-main .logo {
  width: 60px;
  margin: 0 5px;
}

.logo-left {
  margin-right: auto;
}

header nav a,
.nav-main a {
  color: var(--main-white);
  font-weight: 500;
  padding: 10px;
  text-align: center;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

header nav a:nth-child(3),
.nav-main a:nth-child(3) {
  padding-right: 15px;
}

header nav a:hover,
.nav-main a:hover {
  text-decoration: none;
  color: var(--second-ligth);
  background: rgba(255, 255, 255, 0.08);
}

/** Hero commune */
.page-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.55)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp") center top / cover
      no-repeat;
}

.page-hero--home {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.48)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp") center top / cover
      no-repeat;
}

.page-hero--coach {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.55)),
    url("./ressources/FOTO_CoachingRomainFroment_1.webp") center top / cover
      no-repeat;
}

.page-hero__content {
  width: min(1100px, 90%);
  margin: 0 auto;
  padding: 140px 0 70px;
  color: var(--main-white);
}

.page-hero__eyebrow {
  margin-bottom: 14px;
  color: var(--main-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.page-hero__title {
  max-width: 850px;
  margin-bottom: 20px;
  font-family: var(--title-font);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.15;
  text-shadow: none;
}

.page-hero__text {
  max-width: 760px;
  margin-bottom: 24px;
  line-height: 1.8;
}

.page-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-hero__badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--main-white);
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.link-light {
  border: 1px solid rgba(245, 245, 244, 0.4);
  background: transparent;
  color: var(--main-white);
}

.link-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.contact-section {
  min-height: 350px;
  background:
    linear-gradient(rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.5)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp");
  background-position: center;
  background-size: cover;
  border-top: var(--b-line);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px 40px;
}

.cs-container {
  padding: 30px;
  border-radius: 10px;
  background: var(--second-dark);
  background: var(--bg-chevron);
  border: var(--b-line);
  color: var(--main-white);
  display: flex;
  flex-direction: column;
}

.contact-container {
  max-width: 420px;
}

.link-container {
  max-width: 420px;
}

.contacts-list li,
.links-network li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.contacts-list img,
.links-network img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contacts-list a,
.links-network a,
.links-network p,
.contact-section address,
.contact-section span {
  color: var(--main-white);
  font-style: normal;
}

.links-network p {
  margin: 14px 0;
}

.footer {
  background: var(--main-black);
  border-top: 1px solid rgba(245, 245, 244, 0.12);
  padding: 18px 20px;
}

.footer-inner {
  max-width: 80%;
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-logo-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.footer-logo {
  width: 52px;
  height: auto;
  display: block;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.footer-title {
  margin: 0;
  padding: 0;
  color: var(--main-white);
  font-weight: 500;
  line-height: 1.3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer-links a,
.footer-separator {
  color: rgba(245, 245, 244, 0.82);
  font-size: 0.95rem;
  line-height: 1.3;
}

.footer-links a:hover {
  color: var(--second-ligth);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 945px) {
  .coach-section,
  .formules-section,
  .coach-container,
  .coach-container-2,
  .formules-container,
  .mention-section {
    max-width: 90%;
    padding: 40px 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body {
    font-size: var(--fs-14);
  }

  .title-1 {
    font-size: var(--fs-72);
    margin: 30px;
  }

  .title-2 {
    font-size: var(--fs-30);
  }

  header nav,
  .nav-main {
    width: 100%;
    padding: 10px 14px;
    border-radius: 0;
  }

  header nav a,
  .nav-main a {
    padding: 7px;
  }

  .page-hero {
    min-height: 100vh;
  }

  .page-hero__content {
    padding: 120px 0 60px;
  }

  .contact-section {
    flex-direction: column;
    align-items: center;
  }

  .footer-inner {
    max-width: 92%;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 470px) {
  .page-hero {
    min-height: 100vh;
  }

  .page-hero__content {
    width: 92%;
    padding: 105px 0 50px;
  }

  .page-hero__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
}

@media (max-width: 445px) {
  body {
    font-size: var(--fs-12);
  }

  .title-1 {
    font-size: var(--fs-60);
  }

  .title-2 {
    font-size: var(--fs-24);
  }

  .title-3 {
    font-size: var(--fs-16);
  }

  .title-4 {
    font-size: var(--fs-16);
  }

  .title-5 {
    font-size: var(--fs-14);
  }

  header nav,
  .nav-main {
    padding: 10px;
  }

  header nav .logo,
  .nav-main .logo {
    width: 45px;
  }
}

@media (max-width: 375px) {
  body {
    font-size: var(--fs-11);
  }

  .title-1 {
    font-size: var(--fs-50);
  }

  .title-2 {
    font-size: var(--fs-24);
  }

  header nav .logo,
  .nav-main .logo {
    width: 35px;
  }
}
