@charset "UTF-8";
/* ---------- Colors ---------- */
/* ---------- Fonts ---------- */
@import url("https://fonts.googleapis.com/css2?family=Gloock");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300,400,600&display=swap");
/* ---------- Icons ---------- */
@font-face {
  font-family: "icon";
  src: url("/build/fonts/icon.eot?34558293");
  src: url("/build/fonts/icon.eot?34558293#iefix") format("embedded-opentype"), url("/build/fonts/icon.woff2?34558293") format("woff2"), url("/build/fonts/icon.woff?34558293") format("woff"), url("/build/fonts/icon.ttf?34558293") format("truetype"), url("/build/fonts/icon.svg?34558293#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e801";
}

.icon-linkedin:before {
  content: "\e802";
}

.icon-arrow:before {
  content: "\e803";
}

.icon-menu:before {
  content: "\e804";
}

.icon-mail:before {
  content: "\e805";
}

.icon-cancel:before {
  content: "\e806";
}

/* ---------- Breakpoints ---------- */
/* ---------- Fnct Fluid ---------- */
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
/* ---------- Images ---------- */
/* ---------- Radius ---------- */
/* ---------- Transform ---------- */
/* ---------- Transition ---------- */
/* ---------- Shadow ---------- */
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    font-size: 26px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    font-size: calc(26px + (19) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    font-size: 45px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    line-height: 34px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    line-height: calc(34px + (21) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    line-height: 55px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    padding-bottom: 16px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    padding-bottom: calc(16px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    padding-bottom: 24px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_1 {
    margin-bottom: 16px;
  }
}
@media (min-width: 440px) {
  .titre_1 {
    margin-bottom: calc(16px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1 {
    margin-bottom: 24px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_1:after {
    width: 100px;
  }
}
@media (min-width: 440px) {
  .titre_1:after {
    width: calc(100px + (50) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_1:after {
    width: 150px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_2 {
    font-size: 20px;
  }
}
@media (min-width: 440px) {
  .titre_2 {
    font-size: calc(20px + (12) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_2 {
    font-size: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_2 {
    line-height: 28px;
  }
}
@media (min-width: 440px) {
  .titre_2 {
    line-height: calc(28px + (12) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_2 {
    line-height: 40px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 440px) {
  .titre_2 {
    margin-bottom: calc(16px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_2 {
    margin-bottom: 24px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .titre_3, .titre_4 {
    font-size: 16px;
  }
}
@media (min-width: 440px) {
  .titre_3, .titre_4 {
    font-size: calc(16px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_3, .titre_4 {
    font-size: 20px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_3, .titre_4 {
    line-height: 20px;
  }
}
@media (min-width: 440px) {
  .titre_3, .titre_4 {
    line-height: calc(20px + (10) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_3, .titre_4 {
    line-height: 30px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .titre_3, .titre_4 {
    margin-bottom: 12px;
  }
}
@media (min-width: 440px) {
  .titre_3, .titre_4 {
    margin-bottom: calc(12px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .titre_3, .titre_4 {
    margin-bottom: 16px;
  }
}

@media (max-width: calc(440px - 1px)) {
  p {
    font-size: 15px;
  }
}
@media (min-width: 440px) {
  p {
    font-size: calc(15px + (3) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: calc(440px - 1px)) {
  p {
    line-height: 22px;
  }
}
@media (min-width: 440px) {
  p {
    line-height: calc(22px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  p {
    line-height: 30px;
  }
}
@media (max-width: calc(440px - 1px)) {
  p {
    margin-bottom: 12px;
  }
}
@media (min-width: 440px) {
  p {
    margin-bottom: calc(12px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 16px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .txt .sep:after {
    width: 100px;
  }
}
@media (min-width: 440px) {
  .txt .sep:after {
    width: calc(100px + (50) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .txt .sep:after {
    width: 150px;
  }
}

.titre_1,
.titre_2 {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  color: #1d1310;
}

.titre_1 {
  position: relative;
}
.titre_1:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #1d1310;
  left: 0;
  bottom: 0;
}
.titre_1.primary:after {
  background: #e07a5f;
}
.titre_1.secondary:after {
  background: #81b29a;
}
.titre_1.tertiary:after {
  background: #81b29a;
}

.titre_3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1d1310;
}

.titre_4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1d1310;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1d1310;
}

strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.txt > *:last-child {
  margin-bottom: 0;
}
.txt .primary {
  color: #e07a5f;
}
.txt .secondary {
  color: #81b29a;
}
.txt .tertiary {
  color: #3d405b;
}
.txt a:not(.btn_cta) {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.txt a:not(.btn_cta):hover, .txt a:not(.btn_cta):focus {
  color: #e07a5f;
}
.txt .sep {
  position: relative;
}
.txt .sep:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #e07a5f;
  left: 0;
  bottom: 0;
}
.txt.txt_center {
  text-align: center;
}
.txt.txt_center .titre_1:after,
.txt.txt_center .sep:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  .btn_cta {
    font-size: 16px;
  }
}
@media (min-width: 440px) {
  .btn_cta {
    font-size: calc(16px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .btn_cta {
    font-size: 20px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .btn_cta {
    line-height: 20px;
  }
}
@media (min-width: 440px) {
  .btn_cta {
    line-height: calc(20px + (6) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .btn_cta {
    line-height: 26px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .btn_cta {
    padding-left: 16px;
  }
}
@media (min-width: 440px) {
  .btn_cta {
    padding-left: calc(16px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .btn_cta {
    padding-left: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .btn_cta {
    padding-right: 16px;
  }
}
@media (min-width: 440px) {
  .btn_cta {
    padding-right: calc(16px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .btn_cta {
    padding-right: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .btn_cta {
    height: 40px;
  }
}
@media (min-width: 440px) {
  .btn_cta {
    height: calc(40px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .btn_cta {
    height: 48px;
  }
}

.btn_cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #e07a5f;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  border-radius: 10px;
  cursor: default;
}
.btn_cta:not(.disabled):not(:disabled) {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_cta:not(.disabled):not(:disabled):hover, .btn_cta:not(.disabled):not(:disabled):focus {
  background-color: rgb(215.722513089, 86.4869109948, 52.277486911);
}
.btn_cta.btn_secondary {
  background-color: #81b29a;
}
.btn_cta.btn_secondary:not(.disabled):not(:disabled) {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_cta.btn_secondary:not(.disabled):not(:disabled):hover, .btn_cta.btn_secondary:not(.disabled):not(:disabled):focus {
  background-color: rgb(97.3448275862, 158.6551724138, 128.6256157635);
}
.btn_cta.btn_tertiary {
  background-color: #3d405b;
}
.btn_cta.btn_tertiary:not(.disabled):not(:disabled) {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_cta.btn_tertiary:not(.disabled):not(:disabled):hover, .btn_cta.btn_tertiary:not(.disabled):not(:disabled):focus {
  background-color: #1d1310;
}

.vignette_realisation {
  border-radius: 40px;
  border: 2px solid #e07a5f;
  overflow: hidden;
  position: relative;
}
.vignette_realisation img {
  display: block;
  width: 100%;
}
.vignette_realisation .infos {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 1rem;
}
.vignette_realisation:hover .infos, .vignette_realisation:focus .infos, .vignette_realisation.hover .infos {
  top: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  .vignette_realisation {
    margin: auto;
    width: 90%;
    max-width: 400px;
  }
  .vignette_realisation .infos {
    top: inherit;
    bottom: 0;
    min-height: 30%;
    height: auto;
    opacity: 1;
  }
}
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  .vignette_offre {
    padding-top: 24px;
  }
}
@media (min-width: 440px) {
  .vignette_offre {
    padding-top: calc(24px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .vignette_offre {
    padding-top: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .vignette_offre {
    padding-bottom: 24px;
  }
}
@media (min-width: 440px) {
  .vignette_offre {
    padding-bottom: calc(24px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .vignette_offre {
    padding-bottom: 32px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .vignette_offre {
    padding-right: 16px;
  }
}
@media (min-width: 440px) {
  .vignette_offre {
    padding-right: calc(16px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .vignette_offre {
    padding-right: 24px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .vignette_offre {
    padding-left: 16px;
  }
}
@media (min-width: 440px) {
  .vignette_offre {
    padding-left: calc(16px + (8) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .vignette_offre {
    padding-left: 24px;
  }
}

.vignette_offre {
  border: 2px solid #e07a5f;
  border-radius: 40px;
  background-color: #ffffff;
}
.vignette_offre .btn_cta {
  width: 100%;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.vignette_offre .btn_cta span span {
  font-size: 0.75em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.vignette_offre a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 16px;
}
.vignette_offre.secondary {
  border-color: #81b29a;
}
.vignette_offre.secondary .txt .sep:after {
  background-color: #81b29a;
}
.vignette_offre.tertiary {
  border-color: #3d405b;
}
.vignette_offre.tertiary .txt .sep:after {
  background-color: #3d405b;
}

/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  header .logo {
    width: 40px;
  }
}
@media (min-width: 440px) {
  header .logo {
    width: calc(40px + (70) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header .logo {
    width: 110px;
  }
}

@media (max-width: calc(440px - 1px)) {
  header nav .link {
    font-size: 15px;
  }
}
@media (min-width: 440px) {
  header nav .link {
    font-size: calc(15px + (3) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav .link {
    font-size: 18px;
  }
}
@media (max-width: calc(440px - 1px)) {
  header nav .link {
    line-height: 20px;
  }
}
@media (min-width: 440px) {
  header nav .link {
    line-height: calc(20px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav .link {
    line-height: 24px;
  }
}

@media (max-width: calc(440px - 1px)) {
  header nav .link.link_logo img {
    width: 40px;
  }
}
@media (min-width: 440px) {
  header nav .link.link_logo img {
    width: calc(40px + (0) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav .link.link_logo img {
    width: 40px;
  }
}

@media (max-width: calc(440px - 1px)) {
  header nav #close_nav {
    width: 40px;
  }
}
@media (min-width: 440px) {
  header nav #close_nav {
    width: calc(40px + (70) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav #close_nav {
    width: 110px;
  }
}
@media (max-width: calc(440px - 1px)) {
  header nav #close_nav {
    height: 40px;
  }
}
@media (min-width: 440px) {
  header nav #close_nav {
    height: calc(40px + (70) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav #close_nav {
    height: 110px;
  }
}
@media (max-width: calc(440px - 1px)) {
  header nav #close_nav {
    font-size: 28px;
  }
}
@media (min-width: 440px) {
  header nav #close_nav {
    font-size: calc(28px + (12) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header nav #close_nav {
    font-size: 40px;
  }
}

@media (max-width: calc(440px - 1px)) {
  header [class*=icon-] {
    font-size: 20px;
  }
}
@media (min-width: 440px) {
  header [class*=icon-] {
    font-size: calc(20px + (4) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  header [class*=icon-] {
    font-size: 24px;
  }
}

header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
}
header .container {
  max-width: 1400px;
}
header .content_logo {
  position: relative;
}
header .content_logo:focus .logo_full, header .content_logo:hover .logo_full {
  opacity: 0;
}
header .logo {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header .logo.logo_outline {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  header .content_logo {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    visibility: visible;
  }
  header nav {
    padding: 16px 32px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header nav .link {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1d1310;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header nav .link:hover, header nav .link:focus {
    color: #e07a5f;
  }
  header nav .link.active {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #e07a5f;
  }
  header nav .link_logo {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-right: -8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header.sticky .content_logo {
    opacity: 0;
    visibility: hidden;
  }
  header.sticky nav {
    border-color: #e6f0eb;
    background-color: #ffffff;
  }
  header.sticky nav .link_logo {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  header > div {
    padding: 16px 32px;
    background-color: #ffffff;
    border: 1px solid #e6f0eb;
    border-radius: 32px;
  }
  header nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e6f0eb;
    border-radius: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    flex-direction: column;
    justify-content: center;
    margin-top: -24px;
  }
  header nav .link {
    font-size: 24px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  header nav .link.active {
    color: #e07a5f;
  }
  header nav #close_nav {
    position: absolute;
    top: 16px;
    right: 24px;
  }
  header [class*=icon-] {
    color: #e07a5f;
  }
  header.nav_open nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  header.nav_open #toggle_nav:before {
    content: "\e806";
    font-size: 1.1em;
  }
}
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  body .contents {
    padding-top: 90px;
  }
}
@media (min-width: 440px) {
  body .contents {
    padding-top: calc(90px + (60) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  body .contents {
    padding-top: 150px;
  }
}

@media (max-width: calc(440px - 1px)) {
  body .contents:before, body .contents:after {
    min-width: 1600px;
  }
}
@media (min-width: 440px) {
  body .contents:before, body .contents:after {
    min-width: calc(1600px + (400) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  body .contents:before, body .contents:after {
    min-width: 2000px;
  }
}
@media (max-width: calc(440px - 1px)) {
  body .contents:before, body .contents:after {
    height: 1000px;
  }
}
@media (min-width: 440px) {
  body .contents:before, body .contents:after {
    height: calc(1000px + (300) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  body .contents:before, body .contents:after {
    height: 1300px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .bloc_footer .social {
    width: 48px;
  }
}
@media (min-width: 440px) {
  .bloc_footer .social {
    width: calc(48px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .bloc_footer .social {
    width: 64px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .bloc_footer .social {
    height: 48px;
  }
}
@media (min-width: 440px) {
  .bloc_footer .social {
    height: calc(48px + (16) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .bloc_footer .social {
    height: 64px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .bloc_footer .social {
    font-size: 16px;
  }
}
@media (min-width: 440px) {
  .bloc_footer .social {
    font-size: calc(16px + (10) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .bloc_footer .social {
    font-size: 26px;
  }
}

html {
  overflow: hidden;
}

body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  color: #1d1310;
}
body .contents {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .contents:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150vw;
  background-color: #e6f0eb;
  border-radius: 100%;
  top: 0;
  left: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(-10deg);
  transform: translateY(-50%) translateX(-50%) rotate(-10deg);
}
body .contents:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 150vw;
  background-color: #e6f0eb;
  border-radius: 100%;
  bottom: 0;
  right: 40%;
  -webkit-transform: translateY(50%) translateX(50%) rotate(10deg);
  -moz-transform: translateY(50%) translateX(50%) rotate(10deg);
  -ms-transform: translateY(50%) translateX(50%) rotate(10deg);
  -o-transform: translateY(50%) translateX(50%) rotate(10deg);
  transform: translateY(50%) translateX(50%) rotate(10deg);
  display: block;
}
body:not(.homepage) .contents:before {
  top: -6%;
}

main {
  min-height: 100vh;
}

.container {
  max-width: 1200px;
}

.bloc_footer {
  position: relative;
}
.bloc_footer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  background-color: #81b29a;
  width: 90%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bloc_footer .social {
  border-radius: 50%;
  background-color: #fcf2ef;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bloc_footer .social span {
  color: #e07a5f;
}
.bloc_footer .social:hover, .bloc_footer .social:focus {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  body:has(header.nav_open) {
    overflow: hidden;
  }
}
/* - Variables
................................................................................................................... */
/* - Génération des tailles Fluides
................................................................................................................... */
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_top .photo {
    width: 180px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_top .photo {
    width: calc(180px + (220) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_top .photo {
    width: 400px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_top .photo {
    height: 240px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_top .photo {
    height: calc(240px + (290) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_top .photo {
    height: 530px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_top .photo {
    border-radius: 50px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_top .photo {
    border-radius: calc(50px + (50) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_top .photo {
    border-radius: 100px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes:before {
    min-width: 2000px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes:before {
    min-width: calc(2000px + (2000) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes:before {
    min-width: 4000px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape {
    padding-top: 24px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape {
    padding-top: calc(24px + (96) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape {
    padding-top: 120px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape {
    padding-bottom: 24px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape {
    padding-bottom: calc(24px + (96) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape {
    padding-bottom: 120px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape .content_picto:before {
    width: 250px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape .content_picto:before {
    width: calc(250px + (450) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape .content_picto:before {
    width: 700px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape .content_picto:before {
    height: 250px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape .content_picto:before {
    height: calc(250px + (450) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape .content_picto:before {
    height: 700px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape .content_picto .picto {
    width: 140px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape .content_picto .picto {
    width: calc(140px + (290) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape .content_picto .picto {
    width: 430px;
  }
}

@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    font-size: 100px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    font-size: calc(100px + (60) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    font-size: 160px;
  }
}
@media (max-width: calc(440px - 1px)) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    line-height: 100px;
  }
}
@media (min-width: 440px) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    line-height: calc(100px + (60) * (100vw - 440px) / (1200 - 440));
  }
}
@media (min-width: 1200px) {
  .homepage .bloc_etapes .etape .txt .etape_number {
    line-height: 160px;
  }
}

.homepage .bloc_etapes {
  position: relative;
}
.homepage .bloc_etapes:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 300vw;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) rotate(-5deg);
  -moz-transform: translateX(-50%) rotate(-5deg);
  -ms-transform: translateX(-50%) rotate(-5deg);
  -o-transform: translateX(-50%) rotate(-5deg);
  transform: translateX(-50%) rotate(-5deg);
  background-color: #fcf2ef;
}
.homepage .bloc_etapes .etape .txt {
  position: relative;
  z-index: 2;
}
.homepage .bloc_etapes .etape .txt .titre_2 {
  position: relative;
}
.homepage .bloc_etapes .etape .txt .titre_2 .etape_number {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  color: #81b29a;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.homepage .bloc_etapes .etape .content_picto {
  position: relative;
}
.homepage .bloc_etapes .etape .content_picto:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
}
.homepage .bloc_etapes .etape .content_picto .picto {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .homepage .bloc_etapes .etape:not(.etape-right) .content_picto:before {
    left: 40%;
  }
  .homepage .bloc_etapes .etape.etape-right .content_picto:before {
    left: 60%;
  }
}
@media (max-width: 768px) {
  .homepage .bloc_etapes .etape .content_picto {
    display: flex;
  }
  .homepage .bloc_etapes .etape .content_picto:before {
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .homepage .bloc_etapes .etape:not(.etape-right) .content_picto {
    justify-content: end;
  }
  .homepage .bloc_etapes .etape:not(.etape-right) .content_picto:before {
    left: initial;
    right: -20%;
  }
  .homepage .bloc_etapes .etape.etape-right .content_picto {
    justify-content: start;
  }
  .homepage .bloc_etapes .etape.etape-right .content_picto:before {
    left: -20%;
  }
}

/*# sourceMappingURL=app.css.map */
