:root {
  /* Couleurs */
  --white: #ffffff;
  --dark: #1f2937;
  --primary: #e03136;
  --primary-dark: #d92126;
  --medium: #9cabc3;
  --medium-2: #8390a9;
  --primary-transparent: rgba(230, 46, 46, 0.10);
  --background-1: var(--dark);
  --background-2: #f3f4f6;
  --background-3: #f9fafb;

  /* Marges */
  --lateral-content-margin: 1.6rem;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  color: var(--dark);
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.small-txt {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.page-content > * {
  margin-bottom: 4rem;
}
.page-content-2 .hero-section {
  margin-bottom: 2rem;
}

/* Typographie */
.title-1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.title-2 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.title-3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 760px) {
  /* Typographie */
  .title-1 {
    font-size: 5.6rem;
    line-height: 6.4rem;
  }
  .title-2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .page-content-2 .hero-section {
    margin-bottom: 4rem;
  }
  .page-content-2 .client-section {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1148px) {
  .page-content > * {
    margin-bottom: 10.4rem;
  }
  .page-content-2  .client-section {
    margin-bottom: 16rem;
  }
}

.hide {
  display: none;
}

.accessi {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}