@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Material+Icons&display=swap");
:root {
  --front-bg: #FFFFFF;
  --front-primary: #A6584E;
  --front-primaryDark: #5d2e28;
  --front-secondary: #EDE5DA;
  --front-secondaryDark: #c2ab8b;
  --front-grey: #ede9e9;
  --material-icons: "material-icons";
  --phone: 640px;
  --tablet: 768px;
  --desktop: 1024px;
}

.fade {
  opacity: var(--progress);
  transition: opacity 0.75s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.fadeUp {
  opacity: var(--progress);
  transform: translateY(calc(40px * var(--progress)));
  transition: all 0.75s cubic-bezier(0.38, 0.005, 0.215, 1);
}

@keyframes FadeIn {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes FadeInRocket {
  0% {
    bottom: 28vh;
    opacity: 0;
  }
  100% {
    bottom: 25vh;
    opacity: 1;
  }
}
@keyframes FadeInEstimation {
  0% {
    bottom: 40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes Fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-inview {
  animation: Fade 0.2s 1;
}

body {
  font-family: "Noto Sans", sans-serif !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.d-none {
  display: none;
}

.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 88.2352941176%;
}
@media screen and (max-width: 1020px) {
  .grid {
    width: 89.6774193548%;
  }
}
@media screen and (max-width: 620px) {
  .grid {
    width: 96.7741935484%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
}

.col-md-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-0 {
  margin-left: 0%;
}
.col-md-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-1 {
  margin-left: 8.3333333333%;
}
.col-md-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-2 {
  margin-left: 16.6666666667%;
}
.col-md-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-3 {
  margin-left: 25%;
}
.col-md-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-4 {
  margin-left: 33.3333333333%;
}
.col-md-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-5 {
  margin-left: 41.6666666667%;
}
.col-md-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-6 {
  margin-left: 50%;
}
.col-md-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-7 {
  margin-left: 58.3333333333%;
}
.col-md-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-8 {
  margin-left: 66.6666666667%;
}
.col-md-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-9 {
  margin-left: 75%;
}
.col-md-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-10 {
  margin-left: 83.3333333333%;
}
.col-md-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-11 {
  margin-left: 91.6666666667%;
}
.col-md-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1020px) {
  .col-sm-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 620px) {
  .col-xs-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-0 {
    margin-left: 0%;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-1 {
    margin-left: 25%;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-2 {
    margin-left: 50%;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-3 {
    margin-left: 75%;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-4 {
    margin-left: 100%;
  }
}

nav.navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 80px;
  z-index: 6;
  left: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: auto;
  background: white;
}
nav.navbar .logo {
  width: 140px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1000px) {
  nav.navbar .logo {
    margin-right: 40px;
  }
}
nav.navbar .logo:hover {
  cursor: pointer;
}
nav.navbar .logo img {
  max-width: 100%;
}
nav.navbar .logo > p {
  position: absolute;
  left: 57px;
  top: 2px;
  width: 250px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
nav.navbar .menu .list-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
}
nav.navbar .menu .list-menu .nav-item {
  position: relative;
  list-style: none;
}
nav.navbar .menu .list-menu .nav-item a p {
  color: black;
  transition: color 0.25s;
}
nav.navbar .menu .list-menu .nav-item a:hover p {
  color: var(--front-primary);
}
nav.navbar .menu .list-menu .nav-item .button {
  padding: 0;
}
nav.navbar .menu .list-menu .nav-item .button a {
  padding: 14px 20px;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  top: 30px;
  left: 0;
  z-index: 10;
  width: 170px;
  border: 1px solid black;
  background: white;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.25s ease;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown {
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.25s;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown a {
  color: black;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown a p {
  font-size: 0.8rem;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown:hover {
  background: #93041f;
  cursor: pointer;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown:hover a {
  color: white;
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu .dropdown.contact::before {
  content: "\e0be";
}
nav.navbar .menu .list-menu .nav-item .dropdown-menu.active {
  transform: scaleY(1);
  transition: transform 0.25s ease-out;
  height: auto;
}
nav.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.navbar .closeMenu {
  display: none;
}
@media (max-width: 768px) {
  nav.navbar {
    position: fixed;
    background-color: white;
    right: -100vw;
    top: 0px;
    left: initial;
    height: 100vh;
    z-index: 12;
    transition: all 0.5s ease;
    width: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
    padding: 100px 20px;
  }
  nav.navbar.open {
    right: 0;
    width: 75vw;
  }
  nav.navbar .closeMenu {
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--front-primary);
  }
  nav.navbar .logo {
    display: none;
  }
  nav.navbar .menu {
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  nav.navbar .menu .list-menu {
    flex-direction: column;
    row-gap: 25px;
  }
  nav.navbar .menu .list-menu .nav-item {
    position: relative;
  }
  nav.navbar .menu .list-menu .nav-item .dropdown-menu {
    position: relative;
    list-style: none;
    padding: 0;
    top: 0;
    background: transparent;
    border: none;
    border-left: 2px solid;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s;
  }
  nav.navbar .menu .list-menu .nav-item .dropdown-menu.active {
    padding-top: 10px;
    max-height: 1000px;
  }
  nav.navbar .menu .list-menu .nav-item .dropdown-menu li {
    margin-bottom: 15px;
  }
  nav.navbar .menu .list-menu .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  nav.navbar .menu .list-menu .nav-item .dropdown-menu li p {
    font-size: 1.2rem;
  }
  nav.navbar .closeMenu {
    display: block;
  }
}

.navbar-mobile {
  display: none;
}
@media (max-width: 768px) {
  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
}
.navbar-mobile .logo {
  width: 30vw;
  max-width: 130px;
  position: relative;
  z-index: 5;
}
.navbar-mobile .logo img {
  max-width: 100%;
}
.navbar-mobile .logo p {
  position: absolute;
  left: 48px;
  top: 20px;
  width: 250px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.navbar-mobile .bar {
  position: relative;
}
.navbar-mobile .bar .openMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}
.navbar-mobile .bar .openMenu span:first-child {
  font-size: 2rem;
}
.navbar-mobile .bar .openMenu span:last-child {
  margin-top: -3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

body {
  background: var(--front-bg);
  padding: 0;
  margin: 0;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}
body.noScroll {
  position: fixed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
p,
a,
li,
div {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5em;
  color: #000;
}
h1 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h1 {
    font-size: 2rem;
  }
}

a {
  color: var(--front-primary);
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  color: black;
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #000;
}
h2 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h2 {
    font-size: 1.1rem;
  }
}

h3 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000;
}
h3 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h3 {
    font-size: 1.1rem;
  }
}

.container {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.container .row {
  display: flex;
}

.loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
.loader div {
  width: 30vw;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.loading div {
  width: 250px;
}

.header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: left;
  opacity: 0;
  min-height: 440px;
  height: auto;
  position: relative;
  animation: FadeIn linear 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  width: 100vw;
  margin: 0 auto 50px;
  padding: 130px 0 30px;
  color: white;
}
@media (max-width: 768px) {
  .header {
    min-height: 340px;
  }
}
.header .fil-arrianne li a,
.header .fil-arrianne li:last-child a {
  color: white;
}
.header .title {
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 90%;
  transform: translate(-50%, -50%);
}
.header .title h1 {
  color: white;
  font-size: 5rem;
  line-height: 4.5rem;
  position: relative;
}
.header .title > p {
  font-size: 2.6rem;
  color: white;
  font-family: "Libre Baskerville", serif;
}
@media (max-width: 768px) {
  .header .title {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .header .title h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .header .title > p {
    font-size: 1.4rem;
  }
}
.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.contentPage {
  min-height: 20vh;
  padding: 25px 50px;
}
@media (max-width: var(--desktop)) {
  .contentPage {
    padding: 25px 15px;
  }
}
.contentPage.page {
  padding: 25px 0;
}

.fade-enter {
  opacity: 0;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

.fade-exit {
  opacity: 1;
}

.fade-exit.fade-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-in;
}

div.transition-group {
  position: relative;
}

section.route-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.small {
  font-size: 1.1rem;
}

.navbar-interne {
  display: flex;
  margin: 25px 0 15px;
}
.navbar-interne .button {
  margin-right: 15px;
}

.hide-mobile {
  display: block;
}
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

.visible-mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: block;
  }
}

.content-intern:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 670px) {
  .content-intern {
    width: 95vw;
    margin: 20px auto;
  }
}
.content-intern div:not([data-lt-tmp-id]),
.content-intern p,
.content-intern span,
.content-intern ul,
.content-intern li,
.content-intern strong {
  list-style: inherit;
  font-family: "Noto Sans", sans-serif;
  margin: 10px 0;
  line-height: 1.5em;
  padding: 0;
}
.content-intern div:not([data-lt-tmp-id]) li,
.content-intern p li,
.content-intern span li,
.content-intern ul li,
.content-intern li li,
.content-intern strong li {
  margin-left: 20px;
  position: relative;
}
.content-intern div:not([data-lt-tmp-id]) li::before,
.content-intern p li::before,
.content-intern span li::before,
.content-intern ul li::before,
.content-intern li li::before,
.content-intern strong li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--front-primary);
  box-shadow: 0 0 7px var(--front-primary);
  display: block;
  position: absolute;
  left: -15px;
  top: 9px;
}
.content-intern ul {
  padding-left: 25px;
  list-style: none;
}
.content-intern ul li {
  margin: 10px 0;
}
.content-intern h2 {
  font-size: 1.4em;
}
.content-intern h3 {
  font-size: 1.3em;
}
.content-intern h2,
.content-intern h3,
.content-intern h4,
.content-intern h5,
.content-intern h6 {
  margin: 0;
  text-transform: none;
  font-weight: 500;
}
.content-intern iframe {
  max-width: 100%;
  border: none;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: var(--lightBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
}
.preloader #logo {
  scale: 2.5;
  transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
  opacity: 0;
  animation: logo 3000ms 0ms linear infinite alternate, Fade 1s 0s linear both;
}
@media (max-width: var(--phone)) {
  .preloader #logo {
    scale: 1.5;
  }
}

.load {
  visibility: hidden;
  opacity: 0;
  transition: 2s opacity;
  max-width: 100vw;
}
.load.loaded {
  visibility: visible;
  opacity: 1;
}

@keyframes logo {
  from {
    transform: scaleX(1) scaleY(1);
  }
  to {
    transform: scaleX(0.9) scaleY(0.9);
  }
}
.tel-contact {
  display: block;
  background-image: url("../../images/tel-MOqGqmu.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90Px;
  right: 40px;
}

/* Global styles for the accordion */
.mce-accordion {
  background: transparent;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.mce-accordion summary {
  font-weight: bold;
  font-size: 16px;
  padding: 12px 16px;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  color: #fff;
  background: transparent;
  border: 1px solid var(--front-primary);
  transition: all 0.3s ease-in-out;
}

.mce-accordion summary:hover {
  background: #363a41;
}

.mce-accordion summary::marker {
  display: none;
}

.mce-accordion p {
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  background: transparent;
}

.mce-accordion summary::after {
  content: "▼";
  float: right;
  font-size: 12px;
}

.mce-accordion[open] summary::after {
  transform: rotate(-180deg);
}

.button,
.btn {
  background: white;
  padding: 0.8em 1.25em;
  color: black;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  border: none;
  transition: all 0.5s;
  display: block;
  text-transform: uppercase;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}
.button a,
.btn a {
  color: black;
}
.button.center,
.btn.center {
  margin: 0 auto;
}
.button:hover,
.btn:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button:hover a,
.btn:hover a {
  color: white;
}
.button.primary, .button.btn-primary,
.btn.primary,
.btn.btn-primary {
  background: var(--front-primary);
  color: white;
}
.button.primary a, .button.btn-primary a,
.btn.primary a,
.btn.btn-primary a {
  color: white;
}
.button.primary:hover, .button.btn-primary:hover,
.btn.primary:hover,
.btn.btn-primary:hover {
  background: var(--front-primaryDark);
  color: white;
  cursor: pointer;
}
.button.primary:hover a, .button.btn-primary:hover a,
.btn.primary:hover a,
.btn.btn-primary:hover a {
  color: white;
}
.button.secondary, .button.btn-secondary,
.btn.secondary,
.btn.btn-secondary {
  background: var(--front-secondary);
  color: var(--front-primary);
}
.button.secondary a, .button.btn-secondary a,
.btn.secondary a,
.btn.btn-secondary a {
  color: var(--front-primary);
}
.button.secondary:hover, .button.btn-secondary:hover,
.btn.secondary:hover,
.btn.btn-secondary:hover {
  background: var(--front-secondaryDark);
  color: white;
  cursor: pointer;
}
.button.secondary:hover a, .button.btn-secondary:hover a,
.btn.secondary:hover a,
.btn.btn-secondary:hover a {
  color: white;
}
.button.white, .button.btn-light,
.btn.white,
.btn.btn-light {
  background: white;
  color: black;
  border: 1px solid var(--front-grey);
}
.button.white a, .button.btn-light a,
.btn.white a,
.btn.btn-light a {
  color: black;
}
.button.white:hover, .button.btn-light:hover,
.btn.white:hover,
.btn.btn-light:hover {
  background: var(--front-grey);
  color: black;
  cursor: pointer;
}
.button.white:hover a, .button.btn-light:hover a,
.btn.white:hover a,
.btn.btn-light:hover a {
  color: black;
}
.button.black,
.btn.black {
  background: black;
  color: white;
  border: none;
}
.button.black a,
.btn.black a {
  color: white;
}
.button.black:hover,
.btn.black:hover {
  background: #373030;
  color: white;
  cursor: pointer;
}
.button.black:hover a,
.btn.black:hover a {
  color: white;
}
.button.light,
.btn.light {
  background: transparent;
  color: #3D4782;
  border: 1.5px solid #3D4782;
}
.button.light a,
.btn.light a {
  color: white;
}
.button.light:hover,
.btn.light:hover {
  background: white;
  color: black;
  cursor: pointer;
}
.button.light:hover a,
.btn.light:hover a {
  color: black;
}
.button.light.primary,
.btn.light.primary {
  color: var(--front-primary);
  border: 1.5px solid var(--front-primary);
}
.button.light.primary:hover,
.btn.light.primary:hover {
  color: white;
  background-color: var(--front-primary);
}
.button.light.primary:hover a,
.btn.light.primary:hover a {
  color: white;
}
.button.light.secondary,
.btn.light.secondary {
  color: #A3A3AB;
  border: 1.5px solid var(--front-secondary);
}
.button.light.secondary:hover,
.btn.light.secondary:hover {
  color: white;
  background-color: var(--front-secondary);
}
.button.light.secondary:hover a,
.btn.light.secondary:hover a {
  color: white;
}
.button.light.white,
.btn.light.white {
  color: white;
  border: 1.5px solid white;
}
.button.light.white:hover,
.btn.light.white:hover {
  color: black;
}
.button.light.white:hover a,
.btn.light.white:hover a {
  color: black;
}
.button.light.black,
.btn.light.black {
  color: black;
  border: 1.5px solid black;
}
.button.light.black:hover,
.btn.light.black:hover {
  background-color: black;
  color: white;
}
.button.light.black:hover a,
.btn.light.black:hover a {
  color: white;
}
.button.dark,
.btn.dark {
  background: #373030;
  color: white;
  border: none;
}
.button.dark a,
.btn.dark a {
  color: white;
}
.button.dark:hover,
.btn.dark:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button.dark:hover a,
.btn.dark:hover a {
  color: white;
}
.button.blue,
.btn.blue {
  background: #3D4782;
  color: white;
  border: none;
}
.button.blue a,
.btn.blue a {
  color: white;
}
.button.blue:hover,
.btn.blue:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button.blue:hover a,
.btn.blue:hover a {
  color: white;
}
.button:disabled, .button.disabled,
.btn:disabled,
.btn.disabled {
  background: grey;
}
.button:disabled:hover, .button.disabled:hover,
.btn:disabled:hover,
.btn.disabled:hover {
  background: grey;
  cursor: default;
}
.button.icons,
.btn.icons {
  padding-right: calc(3.5rem + 10px);
}
.button.icons.arrow::after,
.btn.icons.arrow::after {
  position: absolute;
  content: "\eb95";
  transform: rotate(90deg);
  font-family: "Material Icons Outlined";
  font-size: 2rem;
}
.button.icons.arrowTop::after,
.btn.icons.arrowTop::after {
  position: absolute;
  content: "\eb95";
  font-family: "Material Icons Outlined";
  font-size: 2rem;
}

.placeholderFooter {
  position: relative;
  z-index: 1;
  height: 280px;
}

.footer {
  position: relative;
  margin-top: 0px;
  background-size: cover;
  padding: 5vh 35px;
  background-color: #FDF8F2;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  bottom: 0;
  width: 100vw;
  height: auto;
  box-sizing: border-box;
  z-index: 3;
  font-family: var(--inter-font);
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .footer {
    padding: 100px 25px 85px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer .row {
  display: flex;
  gap: 25px 150px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
    gap: 20px;
  }
}
.footer .footer-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--front-primary);
}
.footer .logo {
  width: 140px;
}
.footer .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .rs .list-rs {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer .rs .list-rs {
    justify-content: flex-start;
  }
}
.footer .bottom {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
@media (max-width: 768px) {
  .footer .bottom {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer .navbar-nav {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.footer .navbar-nav a {
  display: block;
  font-size: 1.2rem;
  color: white;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .navbar-nav a:hover {
  text-decoration: none;
}
.footer .navbar-nav a:after {
  content: "-";
  color: black;
  font-size: 1.2rem;
}

.fil-arrianne {
  display: flex;
  list-style: none;
  padding: 0;
  max-width: 80vw;
  justify-content: center;
  margin: 0 auto 15px;
}
.fil-arrianne li {
  list-style: none;
}
.fil-arrianne li:before {
  display: none !important;
}
.fil-arrianne li a {
  position: relative;
  margin-right: 15px;
  font-weight: 300;
  color: black;
  font-size: 1.2rem;
}
.fil-arrianne li a:after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 1rem;
  position: absolute;
  right: -13px;
  top: 1px;
}
.fil-arrianne li:last-child {
  margin-right: 0px;
  font-weight: 400;
}
.fil-arrianne li:last-child a {
  color: var(--front-primary);
  margin-right: 0px;
}
.fil-arrianne li:last-child a:after {
  display: none;
}

.categorie ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  position: relative;
  min-width: 300px;
  max-width: 350px;
}
.card .image {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 175px;
  margin: auto;
  display: block;
}
.card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card .content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .content .description,
.card .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  font-size: 1.4rem;
  max-height: 80px;
  line-height: 1.5em;
}
.card .content .title {
  font-weight: 500;
  font-size: 1.8rem;
  height: 25px;
  white-space: nowrap;
}
.card .content .title::after {
  display: none;
}
.card .content .date {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.card .content .date span {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  left: -3px;
  color: #373030;
}
.card .content .buttonContainer {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .card .content {
    text-align: center;
  }
  .card .content .titre {
    flex-direction: column-reverse;
    text-align: center;
  }
  .card .content .titre .date,
  .card .content .titre .title {
    width: 100%;
  }
  .card .content .titre .date {
    justify-content: center;
  }
  .card .content .buttonContainer {
    justify-content: center;
  }
}

.testimonial {
  margin: 0;
  background: #e7f4fa;
  margin-left: -35px;
  margin-top: 30px;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  width: 75%;
  border-radius: 0 20px 20px;
}

.numberKey {
  display: flex;
  gap: 50px;
  justify-content: center;
  min-width: 80vw;
  background-color: #FCF6D8;
  border-radius: 20px;
}
.numberKey p {
  font-size: 2rem;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #7efdac;
  padding: 25px 30px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}
.modal.confirm {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.modal.confirm .close {
  background-color: transparent;
  border: none;
}
.modal.confirm .close:hover {
  cursor: pointer;
}
.modal--header {
  background: #FFF;
  border-bottom: 1px solid #373030;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px 15px;
}
.modal--header p {
  font-weight: 500;
}
.modal--content {
  padding: 25px 30px 15px;
}
.modal--footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px 15px;
}

.error {
  color: red;
  font-weight: bold;
}

.alert-success {
  background: #379d37;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  margin: 20px 0;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 50px;
}

.alert-danger {
  background: #d25151;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  margin: 20px 0;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 50px;
}

/*# sourceMappingURL=main.output.css.map */
