@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-Demi.otf') format('opentype');
  font-weight: 600;
  /* Demi */
  font-style: normal;
}
@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-ExtraBold.otf') format('opentype');
  font-weight: 800;
  /* ExtraBold */
  font-style: normal;
}
@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CostaPtf';
  src: url('assets/fonts/CostaPtf-Light.otf') format('opentype');
  font-weight: 300;
  /* Light */
  font-style: normal;
}
body,
html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Archivo', sans-serif;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'CostaPtf', sans-serif;
}
h2 {
  font-size: 2.5vw;
  text-align: left;
  font-weight: normal;
}
p {
  font-size: 1.1em;
  line-height: 1.3;
}
.row {
  display: flex;
  align-items: center;
}
.row:last-child {
  margin-block-end: 0;
}
section:first-child {
  padding-block: 4em;
}
section .columns.large-6 {
  width: 50%;
}
.large-flex-middle {
  align-self: center;
}
.text-container {
  margin-block-end: 1em;
}
.text-container h2,
.text-container p {
  color: #ffffff;
}
.text-container h2 {
  font-style: italic;
  font-size: 4vw;
}
.text-container p {
  font-size: 2.1vw;
  line-height: 1.15;
  max-width: 20em;
  text-wrap: pretty;
}
.row-container {
  max-width: 100%;
  overflow: hidden;
}
header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr 0.6fr;
  align-items: center;
  grid-template-areas: ". . logo nav socials";
  padding-block: 1em;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo . socials";
    padding-inline: 8vw;
    position: static;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo . socials";
    padding-inline: 8vw;
    position: static;
  }
}
@media screen and (max-width: 37.5em) {
  header {
    grid-template-columns: 1fr;
    grid-template-areas: "logo";
    padding-inline: 8vw;
    position: static;
  }
}
header .main-navigation {
  grid-area: nav;
  place-self: center center;
}
header .main-navigation ul {
  display: flex;
  gap: 3em;
  place-self: center center;
  list-style-type: none;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  header .main-navigation ul {
    display: none;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  header .main-navigation ul {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  header .main-navigation ul {
    display: none;
  }
}
header .main-navigation ul li a {
  color: #f18b0c;
  font-weight: 600;
  font-family: 'CostaPtf', sans-serif;
  text-decoration: none;
  font-size: 1.3rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 100.063em) {
  header .main-navigation ul li a {
    font-size: 1.5rem;
  }
}
header .main-navigation ul li a:hover {
  color: #327bac;
  transition: 0.3s ease;
}
header .brand {
  place-self: center center;
  grid-area: logo;
}
header .brand img {
  height: auto;
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  header .brand img {
    width: 100px;
  }
}
@media screen and (min-width: 100.063em) {
  header .brand img {
    width: 130px;
  }
}
header .social-links {
  grid-area: socials;
}
header .social-links ul {
  display: flex;
  gap: 1em;
  list-style-type: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 37.5em) {
  header .social-links ul {
    display: none;
  }
}
.hero-container {
  background-image: url(assets/images/home-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  position: relative;
}
@media screen and (max-width: 37.5em) {
  .hero-container {
    height: 500px;
    margin-top: 0;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  .hero-container {
    margin-top: 0;
    height: 550px;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  .hero-container {
    margin-top: 0;
    height: 600px;
  }
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  .hero-container {
    height: 860px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 100.063em) {
  .hero-container {
    margin-top: 145px;
  }
}
.hero-container:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(assets/images/homepage-illustration.png);
  background-repeat: no-repeat;
  background-size: 190%;
  background-position-x: 30%;
  background-position-y: -7em;
  bottom: -13em;
  left: 0;
}
@media screen and (max-width: 37.5em) {
  .hero-container:before {
    background-size: 200%;
    background-position-x: 25%;
    background-position-y: -2em;
    bottom: -19em;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  .hero-container:before {
    background-position-y: -3em;
    bottom: -14em;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  .hero-container:before {
    background-position-y: -5em;
    bottom: -12em;
  }
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  .hero-container:before {
    background-size: 190%;
    background-position-x: 30%;
    background-position-y: -7em;
    bottom: -13em;
    left: 0;
  }
}
@media screen and (min-width: 100.063em) {
  .hero-container:before {
    background-size: 160%;
    background-position-y: -8em;
    bottom: -16em;
    left: 0;
  }
}
.hero-container:after {
  position: absolute;
  content: '';
  background-image: url(assets/images/clouds.png);
  background-size: 110%;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background-position-x: 100%;
  background-repeat: repeat-x;
  animation: moveBackground 30s linear infinite;
}
@keyframes moveClouds {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveBackground {
  0% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 1100%;
  }
}
.hero-container .hero-content {
  overflow: hidden;
  padding-inline: 8em;
  padding-block-start: 8em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  .hero-container .hero-content {
    padding-inline: 3em;
  }
}
@media screen and (max-width: 37.5em) {
  .hero-container .hero-content {
    padding-inline: 8vw;
    padding-block: 5em;
  }
}
.hero-container .hero-content h1 {
  font-family: 'CostaPtf', sans-serif;
  text-transform: uppercase;
  color: #134830;
}
@media screen and (max-width: 37.5em) {
  .hero-container .hero-content h1 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  .hero-container .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  .hero-container .hero-content h1 {
    font-size: 2.65rem;
  }
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  .hero-container .hero-content h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 100.063em) {
  .hero-container .hero-content h1 {
    font-size: 4rem;
  }
}
.hero-container .hero-content h1 strong {
  font-family: 'CostaPtf', sans-serif;
  font-weight: bold;
  font-size: 140%;
}
.hero-container .hero-content h1 em {
  font-family: 'CostaPtf', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 210%;
  color: #327bac;
}
main {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 37.5em) {
  main {
    padding-block-start: 2em;
  }
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main {
    padding-block-start: 7em;
  }
}
@media screen and (min-width: 100.063em) {
  main {
    padding-block-start: 15em;
  }
}
main .introduction {
  overflow: hidden;
  padding-inline: 20vw;
  text-align: center;
  padding-block-end: 4em;
  margin-top: 5em;
  position: relative;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .introduction {
    padding-inline: 8vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .introduction {
    padding-inline: 8vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .introduction {
    padding-inline: 8vw;
    margin-top: 0;
  }
}
main .introduction h2 {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #134830;
}
@media screen and (max-width: 37.5em) {
  main .introduction h2 {
    font-size: 9vw;
  }
}
main .introduction h3 {
  font-size: 3vw;
  max-width: 15em;
  margin: 0 auto;
  color: #327bac;
}
@media screen and (max-width: 37.5em) {
  main .introduction h3 {
    font-size: 5.5vw;
  }
}
main .introduction p {
  margin-top: 2em;
  max-width: 31em;
  margin: 1.5em auto;
  font-family: 'CostaPtf', sans-serif;
  font-weight: normal;
  font-size: 1.7vw;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .introduction p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .introduction p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .introduction p {
    font-size: 4vw;
  }
}
main .introduction:before {
  position: absolute;
  content: url(assets/images/hen-footprint-left.png);
  left: -6em;
  top: 3%;
  height: 100%;
  overflow: hidden;
  transition: height 2s ease;
  /* Smooth transition */
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main .introduction:before {
    left: -12em;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .introduction:before {
    left: -20em;
    display: none;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .introduction:before {
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  main .introduction:before {
    display: none;
  }
}
main .introduction:after {
  position: absolute;
  content: url(assets/images/hen-footprint-right.png);
  right: -6em;
  top: 3%;
  height: 100%;
  /* Use custom property */
  overflow: hidden;
  transition: height 2s ease;
  /* Smooth transition */
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main .introduction:after {
    right: -12em;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .introduction:after {
    right: -20em;
    display: none;
  }
}
@media screen and (max-width: 37.5em) {
  main .introduction:after {
    display: none;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .introduction:after {
    display: none;
  }
}
main .introduction figure.image img {
  height: auto;
  width: 60%;
}
@media screen and (max-width: 37.5em) {
  main .introduction figure.image img {
    width: 60%;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .introduction figure.image img {
    width: 60%;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .introduction figure.image img {
    width: 60%;
  }
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main .introduction figure.image img {
    width: 60%;
  }
}
@media screen and (min-width: 100.063em) {
  main .introduction figure.image img {
    width: 60%;
  }
}
main .nos-produits {
  display: flex;
  flex-direction: column;
}
main .nos-produits .columns.background-image {
  background-image: url(assets/images/background-chicken.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 5em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.background-image {
    padding-inline: 8vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.background-image {
    padding-inline: 8vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .nos-produits .columns.background-image {
    padding-inline: 8vw;
  }
}
main .nos-produits .columns.background-image h2 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  margin-block-end: 1em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.background-image h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.background-image h2 {
    font-size: 9vw;
  }
}
main .nos-produits .columns.background-image p {
  text-align: center;
  color: #134830;
  font-family: 'CostaPtf', sans-serif;
  font-size: 1.6vw;
  max-width: 50em;
  margin: 0 auto;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.background-image p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.background-image p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .nos-produits .columns.background-image p {
    font-size: 2.1vw;
  }
}
main .nos-produits .columns.background-image .text-wrapper {
  background: url(assets/images/home-background.jpg);
  background-repeat: repeat;
  max-width: 80%;
  padding-block: 3em;
  padding-inline: 1em;
  margin: 0 auto;
  border-radius: 15px;
}
main .nos-produits .columns.produits {
  background-image: url(assets/images/nos-produits-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10em;
  padding-block: 4em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.produits {
    gap: 0;
    padding-inline: 8vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .nos-produits .columns.produits {
    gap: 5em;
    padding-inline: 8vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits {
    flex-direction: column-reverse;
    gap: 0;
  }
}
main .nos-produits .columns.produits figure.image {
  position: relative;
}
main .nos-produits .columns.produits figure.image figcaption {
  text-align: center;
  font-family: 'CostaPtf', sans-serif;
  color: #134830;
  font-weight: 800;
  font-size: 1.6vw;
  margin-top: 2em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.produits figure.image figcaption {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image figcaption {
    font-size: 5vw;
  }
}
main .nos-produits .columns.produits figure.image.image1 img.hover-image {
  position: absolute;
  opacity: 0;
  left: -1em;
  top: -8em;
  transition: 0.3s ease;
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image.image1 img.hover-image {
    top: 0;
    left: 0;
    display: none;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.produits figure.image.image1 img.hover-image {
    width: 75%;
    height: auto;
    left: 3em;
    top: 0;
  }
}
main .nos-produits .columns.produits figure.image.image2 img.hover-image {
  position: absolute;
  opacity: 0;
  top: 5em;
  left: -4em;
  transition: 0.3s ease;
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image.image2 img.hover-image {
    top: 10em;
    left: 0;
    display: none;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .nos-produits .columns.produits figure.image.image2 img.hover-image {
    width: 100%;
    height: auto;
    left: 0;
    top: 12em;
  }
}
main .nos-produits .columns.produits figure.image.image1:hover img.normal-image {
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image.image1:hover img.normal-image {
    opacity: 1;
  }
}
main .nos-produits .columns.produits figure.image.image1:hover img.hover-image {
  opacity: 1;
  transition: 0.3s ease;
}
main .nos-produits .columns.produits figure.image.image2:hover img.normal-image {
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image.image2:hover img.normal-image {
    opacity: 1;
  }
}
main .nos-produits .columns.produits figure.image.image2:hover img.hover-image {
  opacity: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 37.5em) {
  main .nos-produits .columns.produits figure.image {
    width: 100%;
    height: auto;
  }
  main .nos-produits .columns.produits figure.image img {
    width: 100%;
    height: auto;
    inset: 0;
  }
  main .nos-produits .columns.produits figure.image.image1 img,
  main .nos-produits .columns.produits figure.image.image2 img {
    top: 0;
    left: 0;
    padding: 3em;
  }
}
main .benefices {
  padding-block: 5em;
  padding-block-end: 10em;
  position: relative;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices {
    padding-inline: 8vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .benefices {
    padding-inline: 8vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices {
    padding-inline: 8vw;
  }
}
main .benefices h2 {
  text-align: center;
  font-size: 3.5vw;
  font-weight: 700;
  color: #134830;
  margin-block-end: 1em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices h2 {
    font-size: 9vw;
  }
}
main .benefices p {
  text-align: center;
  font-family: 'CostaPtf', sans-serif;
  margin-bottom: 1em;
  max-width: 50em;
  margin: 1.5em auto;
  font-size: 1.6vw;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .benefices p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices p {
    font-size: 4vw;
  }
}
main .benefices p strong {
  color: #134830;
  font-family: 'CostaPtf', sans-serif;
}
main .benefices .avantages {
  display: flex;
  justify-content: center;
  gap: 2em;
  max-width: 70em;
  margin: 4em auto;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices .avantages {
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices .avantages {
    width: 100%;
    gap: 2em;
    flex-direction: column;
    margin: 0 auto;
    padding-block-start: 4em;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .benefices .avantages {
    width: 100%;
    gap: 2em;
  }
}
main .benefices .avantages .columns {
  width: 25%;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices .avantages .columns {
    width: 100%;
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices .avantages .columns {
    width: 100%;
  }
}
main .benefices .avantages .columns figure.image {
  text-align: center;
}
@media screen and (max-width: 37.5em) {
  main .benefices .avantages .columns figure.image {
    display: flex;
    gap: 1em;
  }
}
main .benefices .avantages .columns figure.image figcaption {
  text-align: center;
  color: #134830;
  font-family: 'CostaPtf', sans-serif;
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 1vw;
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main .benefices .avantages .columns figure.image figcaption {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .benefices .avantages .columns figure.image figcaption {
    font-size: 2vw;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices .avantages .columns figure.image figcaption {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices .avantages .columns figure.image figcaption {
    font-size: 4.5vw;
    margin: auto 0;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices .avantages .columns figure.image img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices .avantages .columns figure.image img {
    width: 60px;
    height: auto;
  }
}
main .benefices:before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  min-height: 190px;
  background: url(assets/images/border-pourquoi\ LPF.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .benefices:before {
    min-height: 120px;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .benefices:before {
    min-height: 150px;
  }
}
@media screen and (max-width: 37.5em) {
  main .benefices:before {
    min-height: 60px;
  }
}
main .philosophie {
  padding-block: 5em;
  background-image: url(assets/images/background-notre\ philosophie.jpg);
  position: relative;
  padding-block-end: 25em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .philosophie {
    padding-inline: 8vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .philosophie {
    padding-inline: 8vw;
    padding-block-end: 5em;
  }
}
main .philosophie h2,
main .philosophie p {
  text-align: center;
}
main .philosophie h2 {
  margin-block-end: 2em;
  font-size: 4.5vw;
  color: #134830;
  font-weight: 700;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .philosophie h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .philosophie h2 {
    font-size: 9vw;
  }
}
main .philosophie p {
  max-width: 40em;
  margin: 0 auto;
  font-family: 'CostaPtf', sans-serif;
  font-size: 1.25vw;
  margin-block-end: 2em;
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  main .philosophie p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  main .philosophie p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .philosophie p {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 37.5em) {
  main .philosophie p {
    font-size: 4vw;
  }
}
main .philosophie p strong {
  color: #327bac;
}
main .philosophie figure.image {
  transform: translateY(-14em);
}
main .philosophie:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 900px;
  top: 0;
  background: url(assets/images/philosophie-clouds.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}
@media screen and (max-width: 37.5em) {
  main .philosophie:before {
    background-size: 108%;
    background-position: top;
  }
}
@media screen and (min-width: 56.313em) and (max-width: 67.5em) {
  main .philosophie:before {
    top: 4em;
  }
}
@media screen and (min-width: 125em) {
  main .philosophie:before {
    background-size: cover;
  }
}
main .philosophie:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(assets/images/illustration-philosophie.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}
@media screen and (max-width: 37.5em) {
  main .philosophie:after {
    background-size: contain;
  }
}
footer {
  background: #134830;
  position: relative;
}
footer:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(assets/images/footer-pattern-left.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: -60%;
  background-position-y: 23%;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  footer:before {
    background-position-y: 10em;
  }
}
@media screen and (max-width: 37.5em) {
  footer:before {
    display: none;
  }
}
footer:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url(assets/images/footer-pattern-right.png);
  background-size: 41%;
  background-position-x: 130%;
  background-position-y: -60%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 67.563em) and (max-width: 100em) {
  footer:after {
    background-position-x: 120%;
    background-position-y: 6em;
  }
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  footer:after {
    background-position-y: 15em;
    background-size: 60%;
  }
}
@media screen and (max-width: 37.5em) {
  footer:after {
    display: none;
  }
}
footer .grid-template {
  padding-block: 5em;
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  align-items: center;
  justify-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 37.5em) {
  footer .grid-template {
    padding-block: 2.5em;
  }
}
@media screen and (max-width: 37.5em) {
  footer .grid-template {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3em;
  }
}
footer .grid-template .labels {
  display: flex;
  gap: 3em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  footer .grid-template .labels {
    flex-direction: column;
  }
}
footer .grid-template .contact-information {
  text-align: center;
}
footer .grid-template .contact-information h4 {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6vw;
  margin-block-end: 2em;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  footer .grid-template .contact-information h4 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 37.5em) {
  footer .grid-template .contact-information h4 {
    font-size: 5vw;
  }
}
footer .grid-template .contact-information a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6vw;
  line-height: 1.6;
  font-family: 'CostaPtf', sans-serif;
}
@media screen and (min-width: 37.563em) and (max-width: 56.25em) {
  footer .grid-template .contact-information a {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 37.5em) {
  footer .grid-template .contact-information a {
    font-size: 5vw;
  }
}
footer .grid-template .social-links {
  margin-block-start: 2em;
}
footer .grid-template .social-links ul {
  list-style-type: none;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}
