/* stylelint-disable */
* {
  box-sizing: border-box; }

/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* 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; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* stylelint-disable */
@font-face {
  font-family: 'Wendy-Bold';
  src: url(../font/Wendylpstd-Bold.otf?8f1b082b1788933a8df8c5894057496f) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manjari-Thin';
  src: url(../font/Manjari-Thin.ttf?fe0d8c027874bb31d2151c1099b7d5b6) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manjari-Regular';
  src: url(../font/Manjari-Regular.ttf?560067a98a5cd4be0f9ddceaafca5aaa) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manjari-Bold';
  src: url(../font/Manjari-Bold.ttf?ddd39707ee782fe969a4111f1539e9d2) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../font/PlayfairDisplay-Regular.ttf?20e1565dd5c9e47bd241d99c0dd55ad1) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url(../font/PlayfairDisplay-Medium.ttf?c697dace361898b149c70043f722d6eb) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-MediumItalic';
  src: url(../font/PlayfairDisplay-MediumItalic.ttf?52ce99d57d3e8e83fc957218a48177ec) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url(../font/PlayfairDisplay-SemiBold.ttf?68ac1d23ba6429b7dea082e8e761cde3) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-SemiBoldItalic';
  src: url(../font/PlayfairDisplay-SemiBoldItalic.ttf?0c9c52725638f253c569f202557bfcd3) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../font/PlayfairDisplay-Bold.ttf?d27b6b12d96d9cf68f493c78113ce390) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-BoldItalic';
  src: url(../font/PlayfairDisplay-BoldItalic.ttf?5214c1b197cbef2b8043bee08e33a27e) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-ExtraBold';
  src: url(../font/PlayfairDisplay-ExtraBold.ttf?89abae8e1ceb3d408b2b3b1548ec3048) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-ExtraBoldItalic';
  src: url(../font/PlayfairDisplay-ExtraBoldItalic.ttf?e85f74f657a656b80a946ae3ca3a89b3) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Black';
  src: url(../font/PlayfairDisplay-Black.ttf?bdc1fd7c2a35112242865c525d7c7975) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-BlackItalic';
  src: url(../font/PlayfairDisplay-BlackItalic.ttf?de9d5ce220c543126784c230bede341b) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

.bannerfondation {
  background-size: cover;
  background-position: 65% top;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 480px; }
  @media (min-width: 1024px) {
    .bannerfondation {
      background-position: center top;
      height: 420px; } }
  .bannerfondation_container {
    margin: auto;
    width: 90%;
    position: relative; }
    @media (min-width: 425px) {
      .bannerfondation_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .bannerfondation_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .bannerfondation_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .bannerfondation_container {
        width: 922px; } }
  .bannerfondation_info {
    text-align: center; }
    @media (min-width: 1024px) {
      .bannerfondation_info {
        width: 100%; } }
  .bannerfondation_image {
    max-width: 250px; }
    @media (min-width: 1024px) {
      .bannerfondation_image {
        max-width: none; } }
  .bannerfondation_title {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 69px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 82.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 69px;
    margin: auto auto 40px auto; }
    @media (min-width: 1024px) {
      .bannerfondation_title {
        font-family: "PlayfairDisplay-MediumItalic", serif;
        font-size: 100px;
        font-weight: 500;
        font-style: normal;
        color: #ffffff;
        text-transform: inherit;
        line-height: 120px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        margin: auto auto 20px auto; } }
  .bannerfondation_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #ffffff; }
    .bannerfondation_button:hover {
      transition: 0.2s; }
    .bannerfondation_button:hover {
      color: #ffffff;
      border: 2px solid #4c707d;
      background: #4c707d; }

.bannerhome {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c7d3ca;
  overflow: hidden;
  position: relative;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .bannerhome {
      padding: 0;
      height: 600px; } }
  @media (min-width: 1024px) {
    .bannerhome::before {
      content: url(../img/homeboard_circles_bg.svg?ecdeed5dd25efd019b92de037c4bb2f6);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 0; } }
  .bannerhome_container {
    margin: auto;
    width: 90%;
    position: relative; }
    @media (min-width: 425px) {
      .bannerhome_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .bannerhome_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .bannerhome_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .bannerhome_container {
        width: 922px; } }
  .bannerhome_info {
    text-align: center; }
    @media (min-width: 1024px) {
      .bannerhome_info {
        width: 100%; } }
  .bannerhome_image {
    max-width: 250px; }
    @media (min-width: 1024px) {
      .bannerhome_image {
        max-width: none; } }
  .bannerhome_title {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin: auto auto 20px auto; }
    @media (min-width: 1024px) {
      .bannerhome_title {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
    @media (min-width: 1024px) {
      .bannerhome_title {
        width: 75%; } }
  .bannerhome_text {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .bannerhome_text {
        font-family: "Manjari-Thin", sans-serif;
        font-size: 18px;
        font-weight: 100;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 21.6px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .bannerhome_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #c7d3ca;
    border: 2px solid #4c707d; }
    .bannerhome_button:hover {
      transition: 0.2s; }
    .bannerhome_button:hover {
      color: #ffffff;
      background: #4c707d; }

.contact {
  overflow: hidden; }
  .contact_top-none {
    padding-top: 0px; }
  .contact_top-small {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .contact_top-small {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .contact_top-small {
        padding-top: 40px; } }
  .contact_top-medium {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .contact_top-medium {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .contact_top-medium {
        padding-top: 80px; } }
  .contact_top-large {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .contact_top-large {
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .contact_top-large {
        padding-top: 120px; } }
  .contact_bottom-none {
    padding-bottom: 0px; }
  .contact_bottom-small {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .contact_bottom-small {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .contact_bottom-small {
        padding-bottom: 40px; } }
  .contact_bottom-medium {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .contact_bottom-medium {
        padding-bottom: 60px; } }
    @media (min-width: 1024px) {
      .contact_bottom-medium {
        padding-bottom: 80px; } }
  .contact_bottom-large {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .contact_bottom-large {
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .contact_bottom-large {
        padding-bottom: 120px; } }
  .contact_container {
    margin: auto;
    width: 90%; }
    @media (min-width: 425px) {
      .contact_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .contact_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .contact_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .contact_container {
        width: 922px; } }
  .contact_form hr {
    margin: 5px 0 20px 0;
    border: 1px solid #c7d3ca; }
    @media (min-width: 1024px) {
      .contact_form hr {
        margin: 40px 0; } }
  .contact_label {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 1024px) {
      .contact_label {
        width: 49%; } }
  .contact_labelfirst {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%; }
  .contact_labellast {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%; }
  .contact_rowfirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .contact_rowfirst br {
      display: none; }
    .contact_rowfirst span {
      width: 100%; }
  .contact_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .contact_row {
        flex-wrap: nowrap;
        margin-bottom: 20px; } }
    .contact_row br {
      display: none; }
    .contact_row span {
      width: 100%; }
  .contact_rowcenter {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .contact_radio {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .contact_radio {
        flex-direction: row; } }
    .contact_radio span {
      margin: 0 30px 0 0;
      width: auto; }
      .contact_radio span input {
        cursor: pointer; }
    .contact_radio .wpcf7-list-item:first-of-type {
      display: none; }
  .contact_input {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    height: 40px;
    width: 100%;
    border-radius: 20px;
    border: 2px solid #c7d3ca;
    margin-top: 10px;
    padding: 0 15px;
    outline: none;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .contact_input {
        margin-bottom: 0px; } }
  .contact_dropdown {
    height: 40px;
    border-radius: 20px;
    border: 2px solid #c7d3ca;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 10px 15px;
    margin-top: 10px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    background-image: url(../img/dropdown.svg?6e27200978d0fca9f8ea80a2037a3c0d);
    background-position: 95% center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .contact_dropdown {
        background-position: 95% center;
        padding: 10px 5px 10px 15px;
        width: 80%;
        margin-right: 15px;
        margin-bottom: 0px; }
        .contact_dropdown:last-of-type {
          width: 100%;
          margin-right: 0; } }
    @media (min-width: 1440px) {
      .contact_dropdown {
        background-position: 96% center;
        padding: 10px 15px; } }
    .contact_dropdown::-ms-expand {
      display: none; }
  .contact_textarea {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid #c7d3ca;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding: 10px 15px;
    outline: none; }
  .contact_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #4c707d; }
    .contact_button:hover {
      transition: 0.2s; }
    .contact_button:hover {
      color: #ffffff;
      background: #4c707d; }
  .contact .wpcf7-not-valid-tip {
    display: none; }
  .contact .wpcf7-not-valid {
    border: 2px solid #2e4b56;
    border-radius: 20px; }
  .contact .wpcf7-response-output {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 20px;
    border: none !important;
    padding: 0;
    margin: 20px 0 0 0 !important;
    padding: 0 !important; }
    @media (min-width: 1024px) {
      .contact .wpcf7-response-output {
        margin: 25px 0 0 0 !important;
        width: 100%; } }
  .contact .wpcf7 .ajax-loader {
    display: none !important; }

.grecaptcha-badge {
  visibility: hidden; }
  @media (min-width: 1024px) {
    .grecaptcha-badge {
      visibility: visible; } }

.customtitle_top-none {
  padding-top: 0px; }

.customtitle_top-xsmall {
  padding-top: 20px; }

.customtitle_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .customtitle_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .customtitle_top-small {
      padding-top: 40px; } }

.customtitle_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .customtitle_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .customtitle_top-medium {
      padding-top: 80px; } }

.customtitle_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .customtitle_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .customtitle_top-large {
      padding-top: 120px; } }

.customtitle_bottom-none {
  padding-bottom: 0px; }

.customtitle_bottom-xsmall {
  padding-bottom: 20px; }

.customtitle_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .customtitle_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .customtitle_bottom-small {
      padding-bottom: 40px; } }

.customtitle_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .customtitle_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .customtitle_bottom-medium {
      padding-bottom: 80px; } }

.customtitle_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .customtitle_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .customtitle_bottom-large {
      padding-bottom: 120px; } }

.customtitle_center {
  text-align: center; }

.customtitle_gradient {
  background: transparent linear-gradient(360deg, #fff 0%, #C7D3CA 100%) 0% 0% no-repeat padding-box; }

.customtitle_container {
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .customtitle_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .customtitle_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .customtitle_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .customtitle_container {
      width: 922px; } }

.customtitle h1 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .customtitle h1 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.customtitle h2 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .customtitle h2 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.customtitle h3 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .customtitle h3 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 30px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 36px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.customtitle h4 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.customtitle h5 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  color: #c7d3ca;
  text-transform: inherit;
  line-height: 26.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.customtitle h6 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 21.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.derniersprojets {
  background: #c7d3ca;
  padding: 30px 0 40px 0;
  position: relative;
  overflow: hidden; }
  .derniersprojets_top-none {
    margin-top: 0px; }
  .derniersprojets_top-small {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .derniersprojets_top-small {
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      .derniersprojets_top-small {
        margin-top: 40px; } }
  .derniersprojets_top-medium {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .derniersprojets_top-medium {
        margin-top: 60px; } }
    @media (min-width: 1024px) {
      .derniersprojets_top-medium {
        margin-top: 80px; } }
  .derniersprojets_top-large {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .derniersprojets_top-large {
        margin-top: 80px; } }
    @media (min-width: 1024px) {
      .derniersprojets_top-large {
        margin-top: 120px; } }
  .derniersprojets_bottom-none {
    margin-bottom: 0px; }
  .derniersprojets_bottom-small {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .derniersprojets_bottom-small {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .derniersprojets_bottom-small {
        margin-bottom: 40px; } }
  .derniersprojets_bottom-medium {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .derniersprojets_bottom-medium {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .derniersprojets_bottom-medium {
        margin-bottom: 80px; } }
  .derniersprojets_bottom-large {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .derniersprojets_bottom-large {
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      .derniersprojets_bottom-large {
        margin-bottom: 120px; } }
  @media (min-width: 1024px) {
    .derniersprojets {
      padding: 40px 0 60px 0; } }
  .derniersprojets-toutes {
    position: relative; }
    .derniersprojets-toutes .derniersprojets_title {
      text-align: center;
      padding: 20px 0;
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 35px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 42px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .derniersprojets-toutes .derniersprojets_title {
          font-family: "PlayfairDisplay-BoldItalic", serif;
          font-size: 50px;
          font-weight: 700;
          font-style: normal;
          color: #2e4b56;
          text-transform: inherit;
          line-height: 60px;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; } }
    @media (min-width: 1024px) {
      .derniersprojets-toutes::before {
        content: url(../img/white_left_leaves_bg.svg?ecd32d7509be8b2c34f17910d8117e84);
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translateY(15%);
        z-index: 0; } }
    @media (min-width: 1024px) {
      .derniersprojets-toutes::after {
        content: url(../img/white_right_leaves_bg.svg?f73af66e5dc2dcea95fbe7976187b86e);
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform: translateY(0%);
        z-index: 0; } }
  .derniersprojets-biodiversite {
    position: relative; }
    @media (min-width: 1024px) {
      .derniersprojets-biodiversite::before {
        content: url(../img/white_left_leaves_bg.svg?ecd32d7509be8b2c34f17910d8117e84);
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translateY(15%);
        z-index: 0; } }
  .derniersprojets-alimentation {
    position: relative; }
    @media (min-width: 1024px) {
      .derniersprojets-alimentation::before {
        content: url(../img/white_right_leaves_bg.svg?f73af66e5dc2dcea95fbe7976187b86e);
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform: translateY(0%);
        z-index: 0; } }
  .derniersprojets_content {
    margin: auto;
    width: 90%;
    z-index: 1;
    position: relative; }
    @media (min-width: 425px) {
      .derniersprojets_content {
        width: 90%; } }
    @media (min-width: 768px) {
      .derniersprojets_content {
        width: 80%; } }
    @media (min-width: 1024px) {
      .derniersprojets_content {
        width: 922px; } }
    @media (min-width: 1440px) {
      .derniersprojets_content {
        width: 922px; } }
  .derniersprojets_title {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .derniersprojets_title {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .derniersprojets_elements {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px auto 10px auto; }
    @media (min-width: 1024px) {
      .derniersprojets_elements {
        flex-direction: row; } }
  .derniersprojets_item {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .derniersprojets_item {
        margin-right: 2%;
        margin-bottom: 30px;
        width: 31.5%; }
        .derniersprojets_item:nth-of-type(3n+3) {
          margin-right: 0%; } }
  .derniersprojets_upper {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover; }
  .derniersprojets_pastille {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px; }
    .derniersprojets_pastille:first-of-type {
      margin-left: 10px; }
    .derniersprojets_pastille-alimentation {
      position: relative; }
      .derniersprojets_pastille-alimentation::before {
        content: url(../img/tag-alimentation.svg?ef92f4ad3021b8f0228cde7ee6c94632);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
    .derniersprojets_pastille-biodiversite {
      position: relative; }
      .derniersprojets_pastille-biodiversite::after {
        content: url(../img/tag-biodiversite.svg?303ecff8abae3e909cd77490ccd13afe);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
  .derniersprojets_middle {
    height: 132px;
    padding: 20px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .derniersprojets_date {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #4c707d;
    text-transform: inherit;
    line-height: 14.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-bottom: 3px; }
  .derniersprojets_name {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .derniersprojets_author {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .derniersprojets_tags {
    border-top: 1px solid #c7d3ca;
    padding-top: 10px; }
  .derniersprojets_tag {
    display: inline-block;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .derniersprojets_lower {
    background: #2e4b56;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .derniersprojets_sum {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 7px; }
  .derniersprojets_link {
    display: flex;
    justify-content: center; }
  .derniersprojets_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #c7d3ca;
    border: 2px solid #4c707d; }
    .derniersprojets_button:hover {
      transition: 0.2s; }
    .derniersprojets_button:hover {
      color: #ffffff;
      background: #4c707d; }

.doublemission_top-none {
  padding-top: 0px; }

.doublemission_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .doublemission_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .doublemission_top-small {
      padding-top: 40px; } }

.doublemission_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .doublemission_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .doublemission_top-medium {
      padding-top: 80px; } }

.doublemission_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .doublemission_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .doublemission_top-large {
      padding-top: 120px; } }

.doublemission_bottom-none {
  padding-bottom: 0px; }

.doublemission_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .doublemission_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .doublemission_bottom-small {
      padding-bottom: 40px; } }

.doublemission_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .doublemission_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .doublemission_bottom-medium {
      padding-bottom: 80px; } }

.doublemission_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .doublemission_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .doublemission_bottom-large {
      padding-bottom: 120px; } }

.doublemission_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .doublemission_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .doublemission_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .doublemission_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .doublemission_container {
      width: 922px; } }
  @media (min-width: 1024px) {
    .doublemission_container {
      flex-direction: row; } }

.doublemission_info {
  text-align: center;
  width: 100%;
  position: relative; }
  .doublemission_info:first-of-type {
    padding-bottom: 80px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .doublemission_info:first-of-type {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
    .doublemission_info:first-of-type::after {
      content: url(../img/plus.png?7130455eb98684b38f96b022e13f55d9);
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 0;
      transform: translateX(-50%); }
      @media (min-width: 1024px) {
        .doublemission_info:first-of-type::after {
          bottom: none;
          top: 110px;
          left: 100%; } }
  @media (min-width: 1024px) {
    .doublemission_info {
      width: 50%;
      padding: 0 0.5%; } }

.doublemission_link {
  display: block;
  position: relative; }

.doublemission_figure1 {
  height: 215px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .doublemission_figure1 {
      margin-bottom: 25px;
      height: 290px; } }
  .doublemission_figure1::before {
    content: url(../img/circle1.png?a6af742381421a35bf520c99d592d700);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.75);
    z-index: -1;
    transition: 0.2s ease-out; }
    @media (min-width: 1024px) {
      .doublemission_figure1::before {
        transform: translateX(-50%) translateY(-50%); } }
  .doublemission_figure1::after {
    content: url(../img/line1.png?25abb54492f44e480ad1a88d04fab750);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.75);
    z-index: -1;
    transition: 0.2s ease-out; }
    @media (min-width: 1024px) {
      .doublemission_figure1::after {
        transform: translateX(-50%) translateY(-50%); } }
  @media (min-width: 1024px) {
    .doublemission_figure1:hover::before {
      transform: translateX(-50%) translateY(-50%) rotate(20deg);
      transition: 0.2s ease-out; }
    .doublemission_figure1:hover::after {
      transform: translateX(-50%) translateY(-50%) rotate(-15deg);
      transition: 0.2s ease-out; } }

.doublemission_figure2 {
  height: 215px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .doublemission_figure2 {
      margin-bottom: 25px;
      height: 290px; } }
  .doublemission_figure2::before {
    content: url(../img/circle2.png?07aa878aacb180366c201a99c0376d92);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.75);
    z-index: -1;
    transition: 0.2s ease-out; }
    @media (min-width: 1024px) {
      .doublemission_figure2::before {
        transform: translateX(-50%) translateY(-50%); } }
  .doublemission_figure2::after {
    content: url(../img/line2.png?3b96d1f1ce0b2e3db0c59152ac1e13a9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.75);
    z-index: -1;
    transition: 0.2s ease-out; }
    @media (min-width: 1024px) {
      .doublemission_figure2::after {
        transform: translateX(-50%) translateY(-50%); } }
  @media (min-width: 1024px) {
    .doublemission_figure2:hover::before {
      transform: translateX(-50%) translateY(-50%) rotate(20deg);
      transition: 0.2s ease-out; }
    .doublemission_figure2:hover::after {
      transform: translateX(-50%) translateY(-50%) rotate(-15deg);
      transition: 0.2s ease-out; } }

.doublemission_image {
  width: 165px; }
  @media (min-width: 1024px) {
    .doublemission_image {
      width: 200px; } }

.doublemission_title {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-bottom: 15px; }

.doublemission_text {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.duobloblink_top-none {
  padding-top: 0px; }

.duobloblink_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .duobloblink_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .duobloblink_top-small {
      padding-top: 40px; } }

.duobloblink_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .duobloblink_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .duobloblink_top-medium {
      padding-top: 80px; } }

.duobloblink_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .duobloblink_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .duobloblink_top-large {
      padding-top: 120px; } }

.duobloblink_bottom-none {
  padding-bottom: 0px; }

.duobloblink_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .duobloblink_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .duobloblink_bottom-small {
      padding-bottom: 40px; } }

.duobloblink_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .duobloblink_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .duobloblink_bottom-medium {
      padding-bottom: 80px; } }

.duobloblink_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .duobloblink_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .duobloblink_bottom-large {
      padding-bottom: 120px; } }

.duobloblink_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .duobloblink_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duobloblink_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duobloblink_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .duobloblink_container {
      width: 922px; } }
  @media (min-width: 768px) {
    .duobloblink_container {
      flex-direction: row; } }

.duobloblink_info {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  position: relative; }
  .duobloblink_info:first-of-type {
    margin-bottom: 40px; }
    @media (min-width: 425px) {
      .duobloblink_info:first-of-type {
        margin-bottom: 60px; } }
    @media (min-width: 768px) {
      .duobloblink_info:first-of-type {
        margin-right: 20px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .duobloblink_info:first-of-type {
        margin-right: 30px; } }
  @media (min-width: 1024px) {
    .duobloblink_info {
      width: 35%; } }

.duobloblink_link1 {
  display: block;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 22.8px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  position: relative;
  width: 300px;
  margin: auto;
  z-index: 1;
  padding: 0 15%; }
  @media (min-width: 425px) {
    .duobloblink_link1 {
      width: 360px; } }
  @media (min-width: 768px) {
    .duobloblink_link1 {
      width: 100%; } }
  @media (min-width: 1024px) {
    .duobloblink_link1:before {
      content: url(../img/dragonfly.svg?7dcbe0da2a382313c6d9ae0870031542);
      width: 45%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-30%) translateY(-100%) rotate(-35deg);
      z-index: 2; } }
  @media (min-width: 1024px) {
    .duobloblink_link1:hover .duobloblink_cercle1 {
      transition: 0.2s ease-out;
      transform: translateY(-50%) translateX(-50%) rotate(-25deg); }
    .duobloblink_link1:hover .duobloblink_fill1 {
      transition: 0.2s ease-out;
      transform: translateY(-50%) translateX(-50%) rotate(10deg); }
      .duobloblink_link1:hover .duobloblink_fill1 .cls-2 {
        fill: #c7d3ca;
        transition: 0.2s ease-out; } }
  @media (min-width: 768px) {
    .duobloblink_link1 {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }
  @media (min-width: 1024px) {
    .duobloblink_link1 {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 26px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 31.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.duobloblink_link2 {
  display: block;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 22.8px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  position: relative;
  width: 300px;
  margin: auto;
  z-index: 1;
  padding: 0 10%; }
  @media (min-width: 425px) {
    .duobloblink_link2 {
      width: 360px; } }
  @media (min-width: 768px) {
    .duobloblink_link2 {
      width: 100%; } }
  @media (min-width: 1024px) {
    .duobloblink_link2:before {
      content: url(../img/collard.svg?1634b5a6fad1793843ff16a92e688fe2);
      width: 35%;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) translateY(100%);
      z-index: 2; } }
  @media (min-width: 1024px) {
    .duobloblink_link2:hover .duobloblink_cercle2 {
      transition: 0.2s ease-out;
      transform: translateY(-50%) translateX(-50%) rotate(-10deg); }
    .duobloblink_link2:hover .duobloblink_fill2 {
      transition: 0.2s ease-out;
      transform: translateY(-50%) translateX(-50%) rotate(25deg); }
      .duobloblink_link2:hover .duobloblink_fill2 .cls-2 {
        fill: #c7d3ca;
        transition: 0.2s ease-out; } }
  @media (min-width: 768px) {
    .duobloblink_link2 {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }
  @media (min-width: 1024px) {
    .duobloblink_link2 {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 26px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 31.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.duobloblink_cercle1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .duobloblink_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .duobloblink_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg); } }

.duobloblink_fill1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .duobloblink_fill1 {
      transform: translateY(-50%) translateX(-50%) scale(0.8); } }
  @media (min-width: 1024px) {
    .duobloblink_fill1 {
      transform: translateY(-50%) translateX(-50%); } }

.duobloblink_cercle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .duobloblink_cercle2 {
      transform: translateY(-50%) translateX(-50%) scale(0.8); } }
  @media (min-width: 1024px) {
    .duobloblink_cercle2 {
      transform: translateY(-50%) translateX(-50%); } }

.duobloblink_fill2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(15deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .duobloblink_fill2 {
      transform: translateY(-50%) translateX(-50%) rotate(15deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .duobloblink_fill2 {
      transform: translateY(-50%) translateX(-50%) rotate(15deg); } }

.duocol_top-none {
  padding-top: 0px; }

.duocol_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .duocol_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .duocol_top-small {
      padding-top: 40px; } }

.duocol_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .duocol_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .duocol_top-medium {
      padding-top: 80px; } }

.duocol_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .duocol_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .duocol_top-large {
      padding-top: 120px; } }

.duocol_bottom-none {
  padding-bottom: 0px; }

.duocol_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .duocol_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .duocol_bottom-small {
      padding-bottom: 40px; } }

.duocol_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .duocol_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .duocol_bottom-medium {
      padding-bottom: 80px; } }

.duocol_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .duocol_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .duocol_bottom-large {
      padding-bottom: 120px; } }

.duocol_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 425px) {
    .duocol_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duocol_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duocol_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .duocol_container {
      width: 922px; } }
  @media (min-width: 1024px) {
    .duocol_container {
      flex-direction: row;
      align-items: flex-start; } }

.duocol_text {
  width: 100%; }
  @media (min-width: 1024px) {
    .duocol_text {
      width: 49%; } }
  .duocol_text p {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    .duocol_text p a {
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      text-decoration: underline; }
      .duocol_text p a:hover {
        text-decoration: none; }
  .duocol_text strong, .duocol_text b {
    font-family: "Manjari-Bold", sans-serif;
    font-weight: 700; }
  .duocol_text em {
    font-style: italic; }
  .duocol_text ul {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: disc;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .duocol_text ul {
        padding-left: 35px; } }
  .duocol_text ol {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: decimal;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .duocol_text ol {
        padding-left: 35px; } }
  .duocol_text h1 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duocol_text h1 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duocol_text h2 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duocol_text h2 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duocol_text h3 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duocol_text h3 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duocol_text h4 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .duocol_text h5 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: #c7d3ca;
    text-transform: inherit;
    line-height: 26.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .duocol_text h6 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 21.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .duocol_text img {
    width: 100%;
    height: auto; }

.duoimgstats_top-none {
  padding-top: 0px; }

.duoimgstats_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .duoimgstats_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .duoimgstats_top-small {
      padding-top: 40px; } }

.duoimgstats_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .duoimgstats_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .duoimgstats_top-medium {
      padding-top: 80px; } }

.duoimgstats_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .duoimgstats_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .duoimgstats_top-large {
      padding-top: 120px; } }

.duoimgstats_bottom-none {
  padding-bottom: 0px; }

.duoimgstats_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .duoimgstats_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .duoimgstats_bottom-small {
      padding-bottom: 40px; } }

.duoimgstats_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .duoimgstats_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .duoimgstats_bottom-medium {
      padding-bottom: 80px; } }

.duoimgstats_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .duoimgstats_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .duoimgstats_bottom-large {
      padding-bottom: 120px; } }

.duoimgstats_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 425px) {
    .duoimgstats_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duoimgstats_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duoimgstats_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .duoimgstats_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duoimgstats_container {
      flex-direction: row;
      min-height: 620px; } }

.duoimgstats_image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 460px; }
  @media (min-width: 1024px) {
    .duoimgstats_image {
      width: 50%;
      height: auto; } }

.duoimgstats_content {
  width: 100%;
  background: #2e4b56;
  padding: 30px 20px 20px 20px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .duoimgstats_content::before {
      content: url(../img/white_collard_bg.svg?a5afd9e6c47be275818ed0f469810bcc);
      position: absolute;
      bottom: 0%;
      right: 0%;
      transform: translateX(1%) translateY(1%);
      z-index: 0; } }
  @media (min-width: 1024px) {
    .duoimgstats_content {
      width: 50%;
      height: auto;
      padding: 40px 40px 40px 40px; } }

.duoimgstats_intro {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-bottom: 20px; }

.duoimgstats_title {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-bottom: 45px; }

.duoimgstats_stats {
  width: 100%; }

.duoimgstats_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px; }
  .duoimgstats_item:last-of-type {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .duoimgstats_item {
      flex-direction: row;
      margin-bottom: 60px; }
      .duoimgstats_item:last-of-type {
        margin-bottom: 40px; } }

.duoimgstats_blob {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 120px;
  height: 50px; }
  @media (min-width: 1024px) {
    .duoimgstats_blob {
      width: 100px; } }
  .duoimgstats_blob::before {
    content: url(../img/small_blob.svg?fa93614bb1dc0ddab86f64fb7de91b06);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0; }

.duoimgstats_number {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 26px;
  z-index: 1; }

.duoimgstats_unit {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 16px;
  z-index: 1; }

.duoimgstats_info {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin-top: 25px; }
  @media (min-width: 768px) {
    .duoimgstats_info {
      text-align: left;
      margin-left: 20px;
      margin-top: 0px; } }
  @media (min-width: 1024px) {
    .duoimgstats_info {
      width: 58%; } }
  @media (min-width: 1440px) {
    .duoimgstats_info {
      width: 48%; } }

.duoimgstats_legende {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 16.8px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.duoimgtitletxt_top-none {
  padding-top: 0px; }

.duoimgtitletxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_top-small {
      padding-top: 40px; } }

.duoimgtitletxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_top-medium {
      padding-top: 80px; } }

.duoimgtitletxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_top-large {
      padding-top: 120px; } }

.duoimgtitletxt_bottom-none {
  padding-bottom: 0px; }

.duoimgtitletxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_bottom-small {
      padding-bottom: 40px; } }

.duoimgtitletxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_bottom-medium {
      padding-bottom: 80px; } }

.duoimgtitletxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_bottom-large {
      padding-bottom: 120px; } }

.duoimgtitletxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 425px) {
    .duoimgtitletxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duoimgtitletxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .duoimgtitletxt_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duoimgtitletxt_container {
      flex-direction: row;
      min-height: 620px; } }

.duoimgtitletxt_image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 460px; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_image {
      width: 50%;
      height: auto; } }

.duoimgtitletxt_info {
  width: 100%;
  background: #2e4b56;
  padding: 30px 20px 20px 20px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_info {
      width: 50%;
      height: auto;
      padding: 50px 40px 50px 40px; } }

.duoimgtitletxt_title {
  font-family: "Wendy-Bold", serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .duoimgtitletxt_title {
      font-family: "Wendy-Bold", serif;
      font-size: 40px;
      font-weight: 600;
      font-style: normal;
      color: #ffffff;
      text-transform: inherit;
      line-height: 48px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      line-height: 40px;
      margin-bottom: 30px; } }

.duoimgtitletxt_text p {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  .duoimgtitletxt_text p a {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-decoration: underline; }
    .duoimgtitletxt_text p a:hover {
      text-decoration: none; }

.duoimgtitletxt_text strong, .duoimgtitletxt_text b {
  font-family: "Manjari-Bold", sans-serif;
  font-weight: 700; }

.duoimgtitletxt_text em {
  font-style: italic; }

.duoimgtitletxt_text ul {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style-type: disc;
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_text ul {
      padding-left: 35px; } }

.duoimgtitletxt_text ol {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style-type: decimal;
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_text ol {
      padding-left: 35px; } }

.duoimgtitletxt_text h1 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_text h1 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.duoimgtitletxt_text h2 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_text h2 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.duoimgtitletxt_text h3 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .duoimgtitletxt_text h3 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 30px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 36px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.duoimgtitletxt_text h4 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.duoimgtitletxt_text h5 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  color: #c7d3ca;
  text-transform: inherit;
  line-height: 26.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.duoimgtitletxt_text h6 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 21.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.duoimgtitletxt_text p, .duoimgtitletxt_text a, .duoimgtitletxt_text strong, .duoimgtitletxt_text em, .duoimgtitletxt_text ul, .duoimgtitletxt_text ol, .duoimgtitletxt_text h1, .duoimgtitletxt_text h2, .duoimgtitletxt_text h3, .duoimgtitletxt_text h4, .duoimgtitletxt_text h5, .duoimgtitletxt_text h6 {
  color: #ffffff !important; }

.duoimgtxt_top-none {
  padding-top: 0px; }

.duoimgtxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .duoimgtxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_top-small {
      padding-top: 40px; } }

.duoimgtxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .duoimgtxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_top-medium {
      padding-top: 80px; } }

.duoimgtxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .duoimgtxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_top-large {
      padding-top: 120px; } }

.duoimgtxt_bottom-none {
  padding-bottom: 0px; }

.duoimgtxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .duoimgtxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_bottom-small {
      padding-bottom: 40px; } }

.duoimgtxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .duoimgtxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_bottom-medium {
      padding-bottom: 80px; } }

.duoimgtxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .duoimgtxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_bottom-large {
      padding-bottom: 120px; } }

.duoimgtxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 425px) {
    .duoimgtxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duoimgtxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duoimgtxt_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .duoimgtxt_container {
      width: 922px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_container {
      flex-direction: row;
      align-items: flex-start; } }
  @media (min-width: 1024px) {
    .duoimgtxt_container-switch {
      flex-direction: row-reverse; } }

.duoimgtxt_text {
  width: 100%; }
  @media (min-width: 1024px) {
    .duoimgtxt_text {
      width: 48%; } }
  .duoimgtxt_text p {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    .duoimgtxt_text p a {
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      text-decoration: underline; }
      .duoimgtxt_text p a:hover {
        text-decoration: none; }
  .duoimgtxt_text strong, .duoimgtxt_text b {
    font-family: "Manjari-Bold", sans-serif;
    font-weight: 700; }
  .duoimgtxt_text em {
    font-style: italic; }
  .duoimgtxt_text ul {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: disc;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .duoimgtxt_text ul {
        padding-left: 35px; } }
  .duoimgtxt_text ol {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: decimal;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .duoimgtxt_text ol {
        padding-left: 35px; } }
  .duoimgtxt_text h1 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h1 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duoimgtxt_text h2 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h2 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duoimgtxt_text h3 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h3 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .duoimgtxt_text h4 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .duoimgtxt_text h5 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: #c7d3ca;
    text-transform: inherit;
    line-height: 26.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .duoimgtxt_text h6 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 21.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }

.duoimgtxt_visual {
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .duoimgtxt_visual {
      width: 50%;
      margin-top: 0; } }

.duoimgtxt_image {
  width: 100%; }

.duologoinfo {
  background: #c7d3ca;
  position: relative; }
  .duologoinfo_top-none {
    margin-top: 0px; }
  .duologoinfo_top-small {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .duologoinfo_top-small {
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      .duologoinfo_top-small {
        margin-top: 40px; } }
  .duologoinfo_top-medium {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .duologoinfo_top-medium {
        margin-top: 60px; } }
    @media (min-width: 1024px) {
      .duologoinfo_top-medium {
        margin-top: 80px; } }
  .duologoinfo_top-large {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .duologoinfo_top-large {
        margin-top: 80px; } }
    @media (min-width: 1024px) {
      .duologoinfo_top-large {
        margin-top: 120px; } }
  .duologoinfo_bottom-none {
    margin-bottom: 0px; }
  .duologoinfo_bottom-small {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .duologoinfo_bottom-small {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .duologoinfo_bottom-small {
        margin-bottom: 40px; } }
  .duologoinfo_bottom-medium {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .duologoinfo_bottom-medium {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .duologoinfo_bottom-medium {
        margin-bottom: 80px; } }
  .duologoinfo_bottom-large {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .duologoinfo_bottom-large {
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      .duologoinfo_bottom-large {
        margin-bottom: 120px; } }
  @media (min-width: 1440px) {
    .duologoinfo::before {
      content: url(../img/green_left_leaves_bg.svg?1f62f114c2cddc377f3e78ca214bd3ad);
      position: absolute;
      bottom: 0%;
      left: 0%;
      transform: translateX(-25%);
      z-index: 0; } }
  .duologoinfo_container {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 30px 0; }
    @media (min-width: 425px) {
      .duologoinfo_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .duologoinfo_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .duologoinfo_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .duologoinfo_container {
        width: 922px; } }
    @media (min-width: 1024px) {
      .duologoinfo_container {
        padding: 0;
        flex-direction: row;
        min-height: 190px; } }
  .duologoinfo_figure {
    width: auto;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .duologoinfo_figure {
        max-width: 50%; } }
  .duologoinfo_image {
    max-width: 100%; }
  .duologoinfo_info {
    max-width: 100%;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .duologoinfo_info {
        max-width: 50%;
        margin-left: 80px;
        margin-top: 0px; } }
  .duologoinfo_title {
    font-family: "Wendy-Bold", serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .duologoinfo_title {
        font-family: "Wendy-Bold", serif;
        font-size: 40px;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        text-transform: inherit;
        line-height: 48px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        line-height: 40px;
        margin-bottom: 30px; } }
  .duologoinfo_text {
    text-align: center; }
    .duologoinfo_text p {
      font-family: "Manjari-Thin", sans-serif;
      font-size: 16px;
      font-weight: 100;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      .duologoinfo_text p a {
        font-family: "Manjari-Regular", sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 19.2px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        text-decoration: underline; }
        .duologoinfo_text p a:hover {
          text-decoration: none; }
    .duologoinfo_text strong, .duologoinfo_text b {
      font-family: "Manjari-Bold", sans-serif;
      font-weight: 700; }
    .duologoinfo_text em {
      font-style: italic; }
    .duologoinfo_text ul {
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      list-style-type: disc;
      padding-left: 15px; }
      @media (min-width: 1024px) {
        .duologoinfo_text ul {
          padding-left: 35px; } }
    .duologoinfo_text ol {
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      list-style-type: decimal;
      padding-left: 15px; }
      @media (min-width: 1024px) {
        .duologoinfo_text ol {
          padding-left: 35px; } }
    .duologoinfo_text h1 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 35px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 42px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .duologoinfo_text h1 {
          font-family: "PlayfairDisplay-BoldItalic", serif;
          font-size: 50px;
          font-weight: 700;
          font-style: normal;
          color: #2e4b56;
          text-transform: inherit;
          line-height: 60px;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; } }
    .duologoinfo_text h2 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 35px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 42px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .duologoinfo_text h2 {
          font-family: "PlayfairDisplay-BoldItalic", serif;
          font-size: 50px;
          font-weight: 700;
          font-style: normal;
          color: #2e4b56;
          text-transform: inherit;
          line-height: 60px;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; } }
    .duologoinfo_text h3 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 30px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 36px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .duologoinfo_text h3 {
          font-family: "PlayfairDisplay-BoldItalic", serif;
          font-size: 30px;
          font-weight: 700;
          font-style: normal;
          color: #2e4b56;
          text-transform: inherit;
          line-height: 36px;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; } }
    .duologoinfo_text h4 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 26px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 31.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
    .duologoinfo_text h5 {
      font-family: "PlayfairDisplay-MediumItalic", serif;
      font-size: 22px;
      font-weight: 500;
      font-style: normal;
      color: #c7d3ca;
      text-transform: inherit;
      line-height: 26.4px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
    .duologoinfo_text h6 {
      font-family: "PlayfairDisplay-MediumItalic", serif;
      font-size: 18px;
      font-weight: 500;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 21.6px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .duologoinfo_text {
        text-align: left; } }

.duoquoteimgtitletxt {
  background: #c7d3ca;
  padding: 35px 0 5px 0;
  position: relative;
  overflow: hidden; }
  .duoquoteimgtitletxt_top-none {
    margin-top: 0px; }
  .duoquoteimgtitletxt_top-small {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_top-small {
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_top-small {
        margin-top: 40px; } }
  .duoquoteimgtitletxt_top-medium {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_top-medium {
        margin-top: 60px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_top-medium {
        margin-top: 80px; } }
  .duoquoteimgtitletxt_top-large {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_top-large {
        margin-top: 80px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_top-large {
        margin-top: 120px; } }
  .duoquoteimgtitletxt_bottom-none {
    margin-bottom: 0px; }
  .duoquoteimgtitletxt_bottom-small {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_bottom-small {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_bottom-small {
        margin-bottom: 40px; } }
  .duoquoteimgtitletxt_bottom-medium {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_bottom-medium {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_bottom-medium {
        margin-bottom: 80px; } }
  .duoquoteimgtitletxt_bottom-large {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_bottom-large {
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_bottom-large {
        margin-bottom: 120px; } }
  @media (min-width: 1024px) {
    .duoquoteimgtitletxt {
      padding: 60px 0; } }
  .duoquoteimgtitletxt::before {
    content: url(../img/white_right_leaves.svg?acc343cf7e69f78b4d9bf73e2eee13cc);
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translateX(25%) translateY(50%);
    z-index: 0; }
  .duoquoteimgtitletxt_container {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 425px) {
      .duoquoteimgtitletxt_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .duoquoteimgtitletxt_container {
        width: 922px; } }
  .duoquoteimgtitletxt_quote {
    width: 100%;
    font-family: "Wendy-Bold", serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .duoquoteimgtitletxt_quote {
        font-family: "Wendy-Bold", serif;
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_quote {
        font-family: "Wendy-Bold", serif;
        font-size: 46px;
        font-weight: 600;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 55.2px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        line-height: 46px;
        margin-bottom: 50px; } }
  .duoquoteimgtitletxt_elements {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    position: relative; }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_elements {
        flex-direction: row; } }
  .duoquoteimgtitletxt_item {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      .duoquoteimgtitletxt_item {
        width: 49%;
        margin-bottom: 0; } }
  .duoquoteimgtitletxt_figure {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden; }
  .duoquoteimgtitletxt_image {
    width: 100%; }
  .duoquoteimgtitletxt_title {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-top: 15px;
    width: 100%; }
  .duoquoteimgtitletxt_text {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%; }

.featuredprojets_top-none {
  padding-top: 0px; }

.featuredprojets_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .featuredprojets_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .featuredprojets_top-small {
      padding-top: 40px; } }

.featuredprojets_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .featuredprojets_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .featuredprojets_top-medium {
      padding-top: 80px; } }

.featuredprojets_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .featuredprojets_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .featuredprojets_top-large {
      padding-top: 120px; } }

.featuredprojets_bottom-none {
  padding-bottom: 0px; }

.featuredprojets_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .featuredprojets_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .featuredprojets_bottom-small {
      padding-bottom: 40px; } }

.featuredprojets_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .featuredprojets_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .featuredprojets_bottom-medium {
      padding-bottom: 80px; } }

.featuredprojets_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .featuredprojets_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .featuredprojets_bottom-large {
      padding-bottom: 120px; } }

.featuredprojets_container {
  width: 100%;
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .featuredprojets_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .featuredprojets_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .featuredprojets_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .featuredprojets_container {
      width: 1200px; } }

.featuredprojets_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .featuredprojets_item {
      flex-direction: row;
      min-height: 620px; } }

.featuredprojets_image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px; }
  @media (min-width: 1024px) {
    .featuredprojets_image {
      width: 50%;
      height: auto; } }

.featuredprojets_pastille {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-left: 10px; }
  .featuredprojets_pastille:first-of-type {
    margin-left: 0px; }
  .featuredprojets_pastille-alimentation {
    position: relative; }
    .featuredprojets_pastille-alimentation::before {
      content: url(../img/tag-alimentation-big.svg?c90b704dc51a865f1753762380c61e30);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 0; }
  .featuredprojets_pastille-biodiversite {
    position: relative; }
    .featuredprojets_pastille-biodiversite::after {
      content: url(../img/tag-biodiversite-big.svg?ec022a1fe38053f10581ddacc751d866);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 0; }

.featuredprojets_info {
  width: 100%;
  background: #2e4b56;
  padding: 20px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .featuredprojets_info {
      width: 50%;
      height: auto;
      padding: 40px; } }

.featuredprojets_title {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.featuredprojets_montant {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  border-radius: 20px;
  padding-top: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 768px) {
    .featuredprojets_montant {
      margin-top: 10px;
      margin-bottom: 30px; } }

.featuredprojets_creation {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.featuredprojets_porteur {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.featuredprojets_text {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .featuredprojets_text {
      width: 85%; } }

.featuredprojets_tags {
  margin-top: 13px; }

.featuredprojets_tag {
  background: #4c707d;
  display: inline-block;
  padding: 13px 20px 10px 20px;
  border-radius: 22px;
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 5px;
  margin-top: 7px; }
  .featuredprojets_tag:last-of-type {
    margin-right: 0px; }

.featuredprojets_button {
  display: inline-block;
  width: 200px;
  height: 38px;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.2s;
  text-align: center;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 40px;
  background: #2e4b56;
  border: 2px solid #ffffff;
  margin-top: 20px; }
  .featuredprojets_button:hover {
    transition: 0.2s; }
  .featuredprojets_button:hover {
    color: #2e4b56;
    background: #ffffff;
    border: 2px solid #2e4b56; }

.featuredprojets .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #4c707d;
  border-radius: 10px;
  padding: 0 6px;
  display: flex; }
  .featuredprojets .owl-dots .owl-dot span {
    margin: 4px 4px !important;
    background: #4c707d !important;
    border: 1px solid #ffffff; }
  .featuredprojets .owl-dots .active span {
    background: #ffffff !important; }

.featuredprojets .owl-nav {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 100px;
  margin-top: 0 !important; }
  @media (min-width: 1024px) {
    .featuredprojets .owl-nav {
      top: 47%;
      right: auto;
      width: 100%; } }
  .featuredprojets .owl-nav button {
    background: none !important; }
  .featuredprojets .owl-nav .owl-prev {
    position: absolute;
    left: 0px; }
    @media (min-width: 1024px) {
      .featuredprojets .owl-nav .owl-prev {
        left: 30px; } }
    .featuredprojets .owl-nav .owl-prev::before {
      content: url(../img/arrow_circle_left.svg?d2e50416977c99d7ca07af04ac014087);
      z-index: 0; }
  .featuredprojets .owl-nav .owl-next {
    position: absolute;
    right: 0px; }
    @media (min-width: 1024px) {
      .featuredprojets .owl-nav .owl-next {
        right: 30px; } }
    .featuredprojets .owl-nav .owl-next::after {
      content: url(../img/arrow_circle_right.svg?9fb87b95dca0c44209181bdb8d1603e8);
      z-index: 0; }

.image_top-none {
  padding-top: 0px; }

.image_top-xsmall {
  padding-top: 20px; }

.image_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .image_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .image_top-small {
      padding-top: 40px; } }

.image_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .image_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .image_top-medium {
      padding-top: 80px; } }

.image_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .image_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .image_top-large {
      padding-top: 120px; } }

.image_bottom-none {
  padding-bottom: 0px; }

.image_bottom-xsmall {
  padding-bottom: 20px; }

.image_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .image_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .image_bottom-small {
      padding-bottom: 40px; } }

.image_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .image_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .image_bottom-medium {
      padding-bottom: 80px; } }

.image_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .image_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .image_bottom-large {
      padding-bottom: 120px; } }

.image_container {
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .image_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .image_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .image_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .image_container {
      width: 922px; } }

.image_position-center {
  display: flex;
  justify-content: center; }

.image_position-left {
  display: flex;
  justify-content: flex-start; }

.image_position-right {
  display: flex;
  justify-content: flex-end; }

.image_figure-hide {
  display: none; }
  @media (min-width: 1024px) {
    .image_figure-hide {
      display: block; } }

.image_figuremob {
  display: flex;
  justify-content: center; }
  @media (min-width: 1024px) {
    .image_figuremob {
      display: none; } }

.image_image {
  max-width: 100%; }

.introprojet_top-none {
  padding-top: 0px; }

.introprojet_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .introprojet_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .introprojet_top-small {
      padding-top: 40px; } }

.introprojet_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .introprojet_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .introprojet_top-medium {
      padding-top: 80px; } }

.introprojet_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .introprojet_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .introprojet_top-large {
      padding-top: 120px; } }

.introprojet_bottom-none {
  padding-bottom: 0px; }

.introprojet_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .introprojet_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .introprojet_bottom-small {
      padding-bottom: 40px; } }

.introprojet_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .introprojet_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .introprojet_bottom-medium {
      padding-bottom: 80px; } }

.introprojet_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .introprojet_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .introprojet_bottom-large {
      padding-bottom: 120px; } }

.introprojet_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse; }
  @media (min-width: 425px) {
    .introprojet_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .introprojet_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .introprojet_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .introprojet_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .introprojet_container {
      flex-direction: row; } }

.introprojet_image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 460px;
  border-radius: 0px 0px 10px 10px; }
  @media (min-width: 1024px) {
    .introprojet_image {
      width: 50%;
      height: 620px;
      border-radius: 0px; } }

.introprojet_info {
  width: 100%;
  height: 540px;
  background: #2e4b56;
  padding: 30px 30px 0 30px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .introprojet_info {
      width: 50%;
      height: 620px;
      padding: 60px 40px 0 40px;
      border-radius: 0px 10px 10px 0px; } }
  .introprojet_info:before {
    content: url(../img/little_white_plant_bg.svg?d1d5f1bb77fdb5b9ed77111fc11af9ff);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-25%) translateY(25%) scale(0.8); }
    @media (min-width: 768px) {
      .introprojet_info:before {
        transform: translateY(10%); } }
  .introprojet_info:after {
    content: url(../img/region_bg.svg?e392762d1ab07af86448e1cf5148e4bc);
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%) scale(0.6); }
    @media (min-width: 768px) {
      .introprojet_info:after {
        top: 45%;
        transform: translateX(-50%); } }

.introprojet_title {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-bottom: 15px; }

.introprojet_text {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-bottom: 20px; }

.introprojet_button {
  display: inline-block;
  width: 200px;
  height: 38px;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.2s;
  text-align: center;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 40px;
  background: #2e4b56;
  border: 2px solid #ffffff; }
  .introprojet_button:hover {
    transition: 0.2s; }
  .introprojet_button:hover {
    color: #2e4b56;
    background: #ffffff; }

.paragraph_top-none {
  margin-top: 0px; }

.paragraph_top-small {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .paragraph_top-small {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .paragraph_top-small {
      margin-top: 40px; } }

.paragraph_top-medium {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .paragraph_top-medium {
      margin-top: 60px; } }
  @media (min-width: 1024px) {
    .paragraph_top-medium {
      margin-top: 80px; } }

.paragraph_top-large {
  margin-top: 60px; }
  @media (min-width: 768px) {
    .paragraph_top-large {
      margin-top: 80px; } }
  @media (min-width: 1024px) {
    .paragraph_top-large {
      margin-top: 120px; } }

.paragraph_bottom-none {
  margin-bottom: 0px; }

.paragraph_bottom-small {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .paragraph_bottom-small {
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .paragraph_bottom-small {
      margin-bottom: 40px; } }

.paragraph_bottom-medium {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .paragraph_bottom-medium {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .paragraph_bottom-medium {
      margin-bottom: 80px; } }

.paragraph_bottom-large {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .paragraph_bottom-large {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) {
    .paragraph_bottom-large {
      margin-bottom: 120px; } }

.paragraph_fond {
  background: #2e4b56;
  border-radius: 10px;
  padding: 40px 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 425px) {
    .paragraph_fond {
      width: 90%; } }
  @media (min-width: 768px) {
    .paragraph_fond {
      width: 80%; } }
  @media (min-width: 1024px) {
    .paragraph_fond {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .paragraph_fond {
      width: 1200px; } }
  .paragraph_fond p, .paragraph_fond a, .paragraph_fond strong, .paragraph_fond em, .paragraph_fond ul, .paragraph_fond ol, .paragraph_fond h1, .paragraph_fond h2, .paragraph_fond h3, .paragraph_fond h4, .paragraph_fond h5, .paragraph_fond h6 {
    color: #ffffff !important; }

.paragraph_container {
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .paragraph_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .paragraph_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .paragraph_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .paragraph_container {
      width: 922px; } }

.paragraph p {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  .paragraph p a {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-decoration: underline; }
    .paragraph p a:hover {
      text-decoration: none; }

.paragraph strong, .paragraph b {
  font-family: "Manjari-Bold", sans-serif;
  font-weight: 700; }

.paragraph em {
  font-style: italic; }

.paragraph ul {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style-type: disc;
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .paragraph ul {
      padding-left: 35px; } }

.paragraph ol {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  list-style-type: decimal;
  padding-left: 15px; }
  @media (min-width: 1024px) {
    .paragraph ol {
      padding-left: 35px; } }

.paragraph h1 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .paragraph h1 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.paragraph h2 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .paragraph h2 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 50px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 60px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.paragraph h3 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .paragraph h3 {
      font-family: "PlayfairDisplay-BoldItalic", serif;
      font-size: 30px;
      font-weight: 700;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 36px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.paragraph h4 {
  font-family: "PlayfairDisplay-BoldItalic", serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 31.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.paragraph h5 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  color: #c7d3ca;
  text-transform: inherit;
  line-height: 26.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.paragraph h6 {
  font-family: "PlayfairDisplay-MediumItalic", serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 21.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.quatroblobtitletxt_top-none {
  padding-top: 0px; }

.quatroblobtitletxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_top-small {
      padding-top: 40px; } }

.quatroblobtitletxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_top-medium {
      padding-top: 80px; } }

.quatroblobtitletxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_top-large {
      padding-top: 120px; } }

.quatroblobtitletxt_bottom-none {
  padding-bottom: 0px; }

.quatroblobtitletxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_bottom-small {
      padding-bottom: 40px; } }

.quatroblobtitletxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_bottom-medium {
      padding-bottom: 80px; } }

.quatroblobtitletxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .quatroblobtitletxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_bottom-large {
      padding-bottom: 120px; } }

.quatroblobtitletxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .quatroblobtitletxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .quatroblobtitletxt_container {
      width: 922px; } }
  @media (min-width: 768px) {
    .quatroblobtitletxt_container {
      flex-direction: row; } }

.quatroblobtitletxt_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_items {
      display: block;
      height: 640px;
      position: relative; }
      .quatroblobtitletxt_items:before {
        content: url(../img/region_big.svg?d82cec7b676126693fe7e4e68d330c04);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0; }
      .quatroblobtitletxt_items:after {
        content: url(../img/cycle_icon.svg?feff86a1da93e197f25404171e5880d4);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0; } }

.quatroblobtitletxt_blob {
  display: block;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 215px;
  margin: auto;
  z-index: 1;
  padding: 0 50px;
  margin-bottom: 25px; }
  .quatroblobtitletxt_blob:last-of-type {
    margin-bottom: 0px; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_blob {
      width: 300px;
      height: 200px;
      padding: 0 50px; } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_blob {
      width: 360px;
      height: 300px;
      padding: 0 7%; }
      .quatroblobtitletxt_blob:first-of-type {
        position: absolute;
        top: 0;
        left: 0%;
        transform: translateX(15%); }
      .quatroblobtitletxt_blob:nth-of-type(2) {
        margin: 0 auto;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(-15%); }
      .quatroblobtitletxt_blob:nth-of-type(3) {
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(15%); }
      .quatroblobtitletxt_blob:last-of-type {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(-15%); } }
  @media (min-width: 768px) {
    .quatroblobtitletxt_blob {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.quatroblobtitletxt_cercle1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(175deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(175deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(175deg); } }

.quatroblobtitletxt_fill1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85) rotate(185deg);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_fill1 {
      transform: translateY(-50%) translateX(-50%) scale(0.8) rotate(185deg); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_fill1 {
      transform: translateY(-50%) translateX(-50%) rotate(185deg); } }

.quatroblobtitletxt_cercle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_cercle2 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_cercle2 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg); } }

.quatroblobtitletxt_fill2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85) rotate(5deg);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_fill2 {
      transform: translateY(-50%) translateX(-50%) scale(0.8) rotate(5deg); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_fill2 {
      transform: translateY(-50%) translateX(-50%) rotate(5deg); } }

.quatroblobtitletxt_cercle3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-5deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_cercle3 {
      transform: translateY(-50%) translateX(-50%) rotate(-5deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_cercle3 {
      transform: translateY(-50%) translateX(-50%) rotate(-5deg); } }

.quatroblobtitletxt_fill3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_fill3 {
      transform: translateY(-50%) translateX(-50%) scale(0.8); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_fill3 {
      transform: translateY(-50%) translateX(-50%); } }

.quatroblobtitletxt_cercle4 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(175deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_cercle4 {
      transform: translateY(-50%) translateX(-50%) rotate(175deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_cercle4 {
      transform: translateY(-50%) translateX(-50%) rotate(175deg); } }

.quatroblobtitletxt_fill4 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85) rotate(185deg);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .quatroblobtitletxt_fill4 {
      transform: translateY(-50%) translateX(-50%) scale(0.8) rotate(185deg); } }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_fill4 {
      transform: translateY(-50%) translateX(-50%) rotate(185deg); } }

.quatroblobtitletxt_title {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 14.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_title {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.quatroblobtitletxt_text {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 12px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 14.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .quatroblobtitletxt_text {
      font-family: "Manjari-Thin", sans-serif;
      font-size: 16px;
      font-weight: 100;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.quatroimgtxt_top-none {
  padding-top: 0px; }

.quatroimgtxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .quatroimgtxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_top-small {
      padding-top: 40px; } }

.quatroimgtxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .quatroimgtxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_top-medium {
      padding-top: 80px; } }

.quatroimgtxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .quatroimgtxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_top-large {
      padding-top: 120px; } }

.quatroimgtxt_bottom-none {
  padding-bottom: 0px; }

.quatroimgtxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .quatroimgtxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_bottom-small {
      padding-bottom: 40px; } }

.quatroimgtxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .quatroimgtxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_bottom-medium {
      padding-bottom: 80px; } }

.quatroimgtxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .quatroimgtxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_bottom-large {
      padding-bottom: 120px; } }

.quatroimgtxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .quatroimgtxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .quatroimgtxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .quatroimgtxt_container {
      width: 922px; } }
  @media (min-width: 1024px) {
    .quatroimgtxt_container {
      flex-direction: row; } }

.quatroimgtxt_item {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .quatroimgtxt_item {
      width: 24%;
      margin-bottom: 0; } }
  .quatroimgtxt_item:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .quatroimgtxt_item:last-of-type .quatroimgtxt_figure:after {
        display: none; } }

.quatroimgtxt_figure {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 1024px) {
    .quatroimgtxt_figure:after {
      content: "";
      width: 50%;
      height: 2px;
      background: #c7d3ca;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateX(50%) translateY(-50%);
      z-index: -1; } }

.quatroimgtxt_image {
  width: 100%; }

.quatroimgtxt_text {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-top: 10px;
  width: 60%; }
  @media (min-width: 1024px) {
    .quatroimgtxt_text {
      width: 100%; } }

.simplefooter {
  background-color: #000000;
  height: auto;
  padding: 10px 0;
  display: none; }
  @media (min-width: 1024px) {
    .simplefooter {
      display: block;
      height: 58px;
      padding: 0; } }
  .simplefooter_container {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    height: 100%; }
    @media (min-width: 425px) {
      .simplefooter_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .simplefooter_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .simplefooter_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .simplefooter_container {
        width: 922px; } }
  .simplefooter_nav {
    width: 100%; }
  .simplefooter_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .simplefooter_list {
        flex-direction: row; } }
  .simplefooter_item {
    width: auto;
    padding: 5px 0; }
    @media (min-width: 1024px) {
      .simplefooter_item {
        padding: 0; } }
  .simplefooter_link {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    transition: 0.2s; }
    .simplefooter_link:hover {
      color: #c7d3ca;
      transition: 0.2s; }

.simpleheader {
  background-color: #ffffff;
  height: 72px;
  box-shadow: 0px 0px 10px #2E4B5640;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  @media (min-width: 1024px) {
    .simpleheader {
      height: 100px; } }
  .simpleheader_container {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: -1; }
    @media (min-width: 425px) {
      .simpleheader_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .simpleheader_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .simpleheader_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .simpleheader_container {
        width: 922px; } }
  .simpleheader_logo {
    font-family: "PlayfairDisplay-Bold", serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 26.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 83%; }
    @media (min-width: 768px) {
      .simpleheader_logo {
        width: 90%; } }
    @media (min-width: 1024px) {
      .simpleheader_logo {
        margin-bottom: 10px;
        font-family: "PlayfairDisplay-Bold", serif;
        font-size: 24px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 28.8px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        width: 26%; } }
  .simpleheader_nav {
    display: none;
    width: 73%; }
    @media (min-width: 1024px) {
      .simpleheader_nav {
        display: block; } }
  .simpleheader_list {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .simpleheader_item {
    position: relative;
    padding: 10px 12px;
    min-width: 142px; }
  .simpleheader_link {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    .simpleheader_link:hover {
      border-bottom: 1px solid #000000; }
    .simpleheader_link-current-menu-item {
      border-bottom: 1px solid #000000; }
    .simpleheader_link-current-menu-parent {
      border-bottom: 1px solid #000000; }
    .simpleheader_link-menu-item-has-children:hover {
      color: #ffffff;
      border-bottom: none; }
    .simpleheader_link-active {
      color: #ffffff;
      border-bottom: none; }
  @media (min-width: 1024px) {
    .simpleheader_special {
      display: inline-block;
      width: 200px;
      height: 38px;
      text-decoration: none;
      border-radius: 20px;
      transition: 0.2s;
      text-align: center;
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      line-height: 36px;
      background: #ffffff;
      border: 2px solid #c7d3ca;
      width: 184px; }
      .simpleheader_special:hover {
        transition: 0.2s; }
      .simpleheader_special:hover {
        color: #ffffff;
        border: 2px solid #4c707d;
        background: #4c707d; } }
  .simpleheader_childrenbox {
    display: none;
    background: #4c707d;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 12px 7px 12px;
    border-radius: 15px;
    z-index: 0; }
    .simpleheader_childrenbox-active {
      display: block; }
  .simpleheader_children {
    z-index: 1;
    position: relative; }
  .simpleheader_childrenItem {
    padding-top: 5px; }
    .simpleheader_childrenItem:first-of-type {
      padding-top: 0px; }
  .simpleheader_childrenLink {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    border-bottom: none; }
    .simpleheader_childrenLink:hover {
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .simpleheader_mobiletrigger {
      display: none; } }
  .simpleheader_mobilebar {
    width: 24px;
    height: 3px;
    background: #000000; }
    .simpleheader_mobilebar-active {
      transition: 0.4s; }
      .simpleheader_mobilebar-active:nth-of-type(2) {
        display: none; }
      .simpleheader_mobilebar-active:first-of-type {
        transform: rotate(45deg) translateY(2px); }
      .simpleheader_mobilebar-active:last-of-type {
        transform: rotate(-45deg) translateY(-2px); }
    .simpleheader_mobilebar:nth-of-type(2) {
      margin: 4px 0; }
  .simpleheader_mobilemenu {
    position: fixed;
    top: 72px;
    left: 0;
    background: #4c707d;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding: 0px 0 100px 0;
    display: none; }
  .simpleheader_mobileitem {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c7d3ca; }
  .simpleheader_mobilelink {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 20px 25px 17px 25px;
    background: #4c707d; }
    @media (min-width: 768px) {
      .simpleheader_mobilelink {
        padding: 20px 85px 17px 85px; } }
    .simpleheader_mobilelink-current-menu-item {
      background: #2e4b56; }
    .simpleheader_mobilelink-current-menu-parent {
      background: #2e4b56; }
    .simpleheader_mobilelink-active {
      background: #4c707d; }
      .simpleheader_mobilelink-active:hover {
        background: #2e4b56; }
  .simpleheader_mobilehaschild-active {
    background: #2e4b56; }
    .simpleheader_mobilehaschild-active:hover {
      background: #2e4b56; }
  .simpleheader_arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: 25px;
    transition: 0.4s; }
    @media (min-width: 768px) {
      .simpleheader_arrow {
        right: 85px; } }
    .simpleheader_arrow-active {
      transform: rotate(225deg);
      top: 30px;
      transition: 0.4s; }
  .simpleheader_mobilechildren {
    display: none;
    background: #ffffff;
    padding: 25px 25px 20px 25px; }
    @media (min-width: 768px) {
      .simpleheader_mobilechildren {
        padding: 25px 85px 20px 85px; } }
  .simpleheader_mobilechildrenItem {
    width: 100%;
    padding-bottom: 15px; }
    .simpleheader_mobilechildrenItem:last-of-type {
      padding-bottom: 0px; }
  .simpleheader_mobilechildrenLink {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 30px;
    width: 100%;
    display: block; }
    .simpleheader_mobilechildrenLink-active:hover {
      color: #4c707d; }
  .simpleheader_mobilepluslist {
    padding: 25px; }
    @media (min-width: 768px) {
      .simpleheader_mobilepluslist {
        padding: 25px 85px 25px 85px; } }
  .simpleheader_mobileplusitem {
    padding-bottom: 10px; }
    .simpleheader_mobileplusitem:last-of-type {
      padding-bottom: 0px; }
  .simpleheader_mobilepluslink {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    .simpleheader_mobilepluslink:hover {
      color: #c7d3ca; }

.steps_top-none {
  padding-top: 0px; }

.steps_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .steps_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .steps_top-small {
      padding-top: 40px; } }

.steps_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .steps_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .steps_top-medium {
      padding-top: 80px; } }

.steps_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .steps_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .steps_top-large {
      padding-top: 120px; } }

.steps_bottom-none {
  padding-bottom: 0px; }

.steps_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .steps_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .steps_bottom-small {
      padding-bottom: 40px; } }

.steps_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .steps_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .steps_bottom-medium {
      padding-bottom: 80px; } }

.steps_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .steps_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .steps_bottom-large {
      padding-bottom: 120px; } }

.steps_container {
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .steps_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .steps_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .steps_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .steps_container {
      width: 922px; } }

.steps_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px; }
  .steps_item:last-of-type {
    margin-bottom: 0px; }
  @media (min-width: 1024px) {
    .steps_item {
      margin-bottom: 40px; }
      .steps_item:last-of-type {
        margin-bottom: 0px; } }

.steps_upper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .steps_upper {
      flex-direction: row; } }

.steps_blob {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%; }
  @media (min-width: 1024px) {
    .steps_blob {
      width: 60px; } }
  .steps_blob::before {
    content: url(../img/small_blob.svg?fa93614bb1dc0ddab86f64fb7de91b06);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
    z-index: 0; }

.steps_number {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #4c707d;
  text-transform: inherit;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 30px;
  padding-top: 8px;
  z-index: 1;
  position: relative; }

.steps_text {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  max-width: 100%;
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .steps_text {
      margin-left: 10px;
      margin-top: 0px;
      max-width: 80%;
      text-align: left; } }
  @media (min-width: 1024px) {
    .steps_text {
      max-width: 70%; } }
  .steps_text p {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .steps_text a {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #4c707d;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-decoration: underline; }
    .steps_text a:hover {
      text-decoration: none; }

.steps_button {
  display: inline-block;
  width: 200px;
  height: 38px;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.2s;
  text-align: center;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #2e4b56;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  line-height: 40px;
  background: #ffffff;
  border: 2px solid #4c707d;
  margin-top: 10px; }
  .steps_button:hover {
    transition: 0.2s; }
  .steps_button:hover {
    color: #ffffff;
    background: #4c707d; }
  @media (min-width: 768px) {
    .steps_button {
      margin-top: 0px;
      margin-left: 10px; } }

.steps_lower {
  border-top: 1px solid #c7d3ca;
  padding-top: 15px; }

.steps_info {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .steps_info::before {
    content: url(../img/list-style.svg?446f5e25c3e34e40714536a9e6efe6a7);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-5px); }

.tousprojets {
  position: relative;
  overflow: hidden; }
  .tousprojets_top-none {
    margin-top: 0px; }
  .tousprojets_top-small {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .tousprojets_top-small {
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      .tousprojets_top-small {
        margin-top: 40px; } }
  .tousprojets_top-medium {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .tousprojets_top-medium {
        margin-top: 60px; } }
    @media (min-width: 1024px) {
      .tousprojets_top-medium {
        margin-top: 80px; } }
  .tousprojets_top-large {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .tousprojets_top-large {
        margin-top: 80px; } }
    @media (min-width: 1024px) {
      .tousprojets_top-large {
        margin-top: 120px; } }
  .tousprojets_bottom-none {
    margin-bottom: 0px; }
  .tousprojets_bottom-small {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .tousprojets_bottom-small {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .tousprojets_bottom-small {
        margin-bottom: 40px; } }
  .tousprojets_bottom-medium {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .tousprojets_bottom-medium {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .tousprojets_bottom-medium {
        margin-bottom: 80px; } }
  .tousprojets_bottom-large {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .tousprojets_bottom-large {
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      .tousprojets_bottom-large {
        margin-bottom: 120px; } }
  @media (min-width: 1024px) {
    .tousprojets::before {
      content: url(../img/white_left_leaves_pr.svg?2339de3defa6c5ad65fbdeeec2cb9fb0);
      width: 45%;
      opacity: 0.7;
      position: absolute;
      bottom: 0%;
      right: 0%;
      transform: rotate(60deg) translateY(-15%) translateX(15%);
      z-index: 0; } }
  .tousprojets_main {
    background: #c7d3ca;
    padding: 15px 0 40px 0; }
    @media (min-width: 1024px) {
      .tousprojets_main {
        padding: 30px 0 60px 0; } }
  .tousprojets_content {
    margin: auto;
    width: 90%;
    z-index: 1;
    position: relative; }
    @media (min-width: 425px) {
      .tousprojets_content {
        width: 90%; } }
    @media (min-width: 768px) {
      .tousprojets_content {
        width: 80%; } }
    @media (min-width: 1024px) {
      .tousprojets_content {
        width: 922px; } }
    @media (min-width: 1440px) {
      .tousprojets_content {
        width: 922px; } }
  .tousprojets_elements {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px auto 10px auto; }
    .tousprojets_elements::after {
      content: "";
      width: 32%; }
    @media (min-width: 1024px) {
      .tousprojets_elements {
        flex-direction: row; } }
  .tousprojets_item {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    display: none; }
    .tousprojets_item-last {
      display: block;
      margin-right: 0 !important;
      border-radius: 10px 10px 0 0; }
    @media (min-width: 1024px) {
      .tousprojets_item {
        margin-bottom: 30px;
        width: 32%; } }
  .tousprojets_upper {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover; }
  .tousprojets_pastille {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px; }
    .tousprojets_pastille:first-of-type {
      margin-left: 10px; }
    .tousprojets_pastille-alimentation {
      position: relative; }
      .tousprojets_pastille-alimentation::before {
        content: url(../img/tag-alimentation.svg?ef92f4ad3021b8f0228cde7ee6c94632);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
    .tousprojets_pastille-biodiversite {
      position: relative; }
      .tousprojets_pastille-biodiversite::after {
        content: url(../img/tag-biodiversite.svg?303ecff8abae3e909cd77490ccd13afe);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
  .tousprojets_middle {
    height: 132px;
    padding: 20px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .tousprojets_date {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #4c707d;
    text-transform: inherit;
    line-height: 14.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-bottom: 3px; }
  .tousprojets_name {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .tousprojets_author {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .tousprojets_tags {
    border-top: 1px solid #c7d3ca;
    padding-top: 10px; }
  .tousprojets_tag {
    display: inline-block;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .tousprojets_lower {
    background: #2e4b56;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .tousprojets_sum {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 7px; }
  .tousprojets_link {
    display: flex;
    justify-content: center; }
  .tousprojets_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    background: #c7d3ca;
    border: 2px solid #4c707d; }
    .tousprojets_button:hover {
      transition: 0.2s; }
    .tousprojets_button:hover {
      color: #ffffff;
      background: #4c707d; }
  .tousprojets_top {
    width: 100%;
    height: 200px;
    background: #2e4b56;
    display: flex;
    justify-content: center;
    align-items: center; }
  .tousprojets_image {
    max-width: 100%; }
  .tousprojets_bottom {
    height: 177px;
    position: relative; }
  .tousprojets_box {
    padding: 15px 10px 0 10px;
    max-height: 115px;
    overflow: hidden; }
  .tousprojets_question {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .tousprojets_desc {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .tousprojets_cta {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #c7d3ca;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%); }
    .tousprojets_cta:hover {
      transition: 0.2s; }
    .tousprojets_cta:hover {
      color: #ffffff;
      border: 2px solid #4c707d;
      background: #4c707d; }
  .tousprojets_filters {
    margin: auto;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    flex-direction: column; }
    @media (min-width: 425px) {
      .tousprojets_filters {
        width: 90%; } }
    @media (min-width: 768px) {
      .tousprojets_filters {
        width: 80%; } }
    @media (min-width: 1024px) {
      .tousprojets_filters {
        width: 922px; } }
    @media (min-width: 1440px) {
      .tousprojets_filters {
        width: 922px; } }
    @media (min-width: 768px) {
      .tousprojets_filters {
        padding: 35px 0;
        align-items: center;
        flex-direction: row; } }
  .tousprojets_note {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-top: 6px; }
  .tousprojets_switchbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .tousprojets_switchbox {
        margin-top: px;
        margin-left: 12px; } }
  .tousprojets_label {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 6px; }
  .tousprojets_switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 45px; }
    .tousprojets_switch input {
      display: none; }
    .tousprojets_switch input:checked + .tousprojets_slider {
      background-color: #4c707d; }
      .tousprojets_switch input:checked + .tousprojets_slider::before {
        transform: translateX(23px);
        background-color: #ffffff; }
  .tousprojets_slider {
    background-color: #c7d3ca;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s; }
    .tousprojets_slider:before {
      background-color: #4c707d;
      bottom: 4px;
      content: "";
      height: 14px;
      left: 4px;
      position: absolute;
      transition: .4s;
      width: 14px; }
    .tousprojets_slider.tousprojets_round {
      border-radius: 34px; }
      .tousprojets_slider.tousprojets_round:before {
        border-radius: 50%; }

.trioblobtitletxt_top-none {
  padding-top: 0px; }

.trioblobtitletxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_top-small {
      padding-top: 40px; } }

.trioblobtitletxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_top-medium {
      padding-top: 80px; } }

.trioblobtitletxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_top-large {
      padding-top: 120px; } }

.trioblobtitletxt_bottom-none {
  padding-bottom: 0px; }

.trioblobtitletxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_bottom-small {
      padding-bottom: 40px; } }

.trioblobtitletxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_bottom-medium {
      padding-bottom: 80px; } }

.trioblobtitletxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .trioblobtitletxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_bottom-large {
      padding-bottom: 120px; } }

.trioblobtitletxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .trioblobtitletxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .trioblobtitletxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .trioblobtitletxt_container {
      width: 922px; } }
  @media (min-width: 768px) {
    .trioblobtitletxt_container {
      flex-direction: row; } }

.trioblobtitletxt_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .trioblobtitletxt_items {
      display: block;
      height: 578px;
      position: relative; } }

.trioblobtitletxt_blob {
  display: block;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 215px;
  margin: auto;
  z-index: 1;
  padding: 0 50px; }
  .trioblobtitletxt_blob:nth-of-type(2) {
    margin: 25px auto; }
  @media (min-width: 425px) {
    .trioblobtitletxt_blob {
      width: 300px;
      height: 210px;
      padding: 0 50px; }
      .trioblobtitletxt_blob:nth-of-type(2) {
        margin: 15px auto; } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_blob {
      width: 360px;
      height: 300px;
      padding: 0 5%; }
      .trioblobtitletxt_blob:first-of-type {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .trioblobtitletxt_blob:first-of-type:before {
          content: url(../img/dragonfly.svg?7dcbe0da2a382313c6d9ae0870031542);
          width: 45%;
          position: absolute;
          top: 0;
          right: 0;
          transform: translateX(55%) translateY(0%) rotate(130deg) scale(0.9);
          z-index: 2; }
      .trioblobtitletxt_blob:nth-of-type(2) {
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(30%); }
      .trioblobtitletxt_blob:last-of-type {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(-30%); } }
  @media (min-width: 768px) {
    .trioblobtitletxt_blob {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.trioblobtitletxt_cercle1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(172deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(172deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_cercle1 {
      transform: translateY(-50%) translateX(-50%) rotate(172deg); } }

.trioblobtitletxt_fill1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85) rotate(185deg);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_fill1 {
      transform: translateY(-50%) translateX(-50%) scale(0.8) rotate(185deg); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_fill1 {
      transform: translateY(-50%) translateX(-50%) rotate(185deg); } }

.trioblobtitletxt_cercle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_cercle2 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_cercle2 {
      transform: translateY(-50%) translateX(-50%) rotate(-15deg); } }

.trioblobtitletxt_fill2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85) rotate(5deg);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_fill2 {
      transform: translateY(-50%) translateX(-50%) scale(0.8) rotate(5deg); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_fill2 {
      transform: translateY(-50%) translateX(-50%) rotate(5deg); } }

.trioblobtitletxt_cercle3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-5deg) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_cercle3 {
      transform: translateY(-50%) translateX(-50%) rotate(-5deg) scale(0.8); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_cercle3 {
      transform: translateY(-50%) translateX(-50%) rotate(-5deg); } }

.trioblobtitletxt_fill3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.85);
  transition: 0.2s ease-out;
  z-index: -1; }
  @media (min-width: 425px) {
    .trioblobtitletxt_fill3 {
      transform: translateY(-50%) translateX(-50%) scale(0.8); } }
  @media (min-width: 1024px) {
    .trioblobtitletxt_fill3 {
      transform: translateY(-50%) translateX(-50%); } }

.trioblobtitletxt_title {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 14.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .trioblobtitletxt_title {
      font-family: "Manjari-Bold", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.trioblobtitletxt_text {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 12px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 14.4px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .trioblobtitletxt_text {
      font-family: "Manjari-Thin", sans-serif;
      font-size: 16px;
      font-weight: 100;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; } }

.trioimgtitletxt_top-none {
  padding-top: 0px; }

.trioimgtitletxt_top-small {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_top-small {
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_top-small {
      padding-top: 40px; } }

.trioimgtitletxt_top-medium {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_top-medium {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_top-medium {
      padding-top: 80px; } }

.trioimgtitletxt_top-large {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_top-large {
      padding-top: 80px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_top-large {
      padding-top: 120px; } }

.trioimgtitletxt_bottom-none {
  padding-bottom: 0px; }

.trioimgtitletxt_bottom-small {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_bottom-small {
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_bottom-small {
      padding-bottom: 40px; } }

.trioimgtitletxt_bottom-medium {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_bottom-medium {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_bottom-medium {
      padding-bottom: 80px; } }

.trioimgtitletxt_bottom-large {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .trioimgtitletxt_bottom-large {
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_bottom-large {
      padding-bottom: 120px; } }

.trioimgtitletxt_container {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .trioimgtitletxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .trioimgtitletxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_container {
      width: 922px; } }
  @media (min-width: 1440px) {
    .trioimgtitletxt_container {
      width: 922px; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_container {
      flex-direction: row; } }

.trioimgtitletxt_item {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .trioimgtitletxt_item {
      width: 32%;
      margin-bottom: 0; } }

.trioimgtitletxt_figure {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden; }

.trioimgtitletxt_image {
  width: 100%; }

.trioimgtitletxt_title {
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-top: 15px;
  width: 60%; }
  @media (min-width: 1024px) {
    .trioimgtitletxt_title {
      width: 100%; } }

.trioimgtitletxt_text {
  font-family: "Manjari-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-top: 5px;
  width: 100%; }
  @media (min-width: 425px) {
    .trioimgtitletxt_text {
      width: 80%; } }
  @media (min-width: 768px) {
    .trioimgtitletxt_text {
      width: 50%; } }
  @media (min-width: 1024px) {
    .trioimgtitletxt_text {
      width: 100%; } }

.page404 {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .page404 {
      padding: 60px 0; } }
  .page404_container {
    margin: auto;
    width: 90%; }
    @media (min-width: 425px) {
      .page404_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .page404_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .page404_container {
        width: 922px; } }
    @media (min-width: 1440px) {
      .page404_container {
        width: 922px; } }
  .page404_upper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page404_title {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 52px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 62.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .page404_title {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 106px;
        font-weight: 400;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 127.2px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .page404_missing {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page404_line {
    width: 20px;
    height: 1px;
    background: #4c707d; }
    @media (min-width: 1024px) {
      .page404_line {
        width: 60px; } }
  .page404_subtitle {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
    color: #4c707d;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin: auto 15px; }
    @media (min-width: 1024px) {
      .page404_subtitle {
        font-family: "Manjari-Thin", sans-serif;
        font-size: 36px;
        font-weight: 100;
        font-style: normal;
        color: #4c707d;
        text-transform: inherit;
        line-height: 43.2px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .page404_lower {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 30px 0 10px 0; }
    @media (min-width: 1024px) {
      .page404_lower {
        flex-direction: row;
        padding: 50px 0; } }
  .page404_image {
    width: 100%;
    -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(23%) saturate(861%) hue-rotate(151deg) brightness(88%) contrast(84%);
            filter: brightness(0) saturate(100%) invert(25%) sepia(23%) saturate(861%) hue-rotate(151deg) brightness(88%) contrast(84%); }
    @media (min-width: 1024px) {
      .page404_image {
        width: auto; } }
  .page404_info {
    width: 100%;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .page404_info {
        width: 45%;
        margin-top: 0; } }
  .page404_text {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: center; }
    @media (min-width: 1024px) {
      .page404_text {
        text-align: left; } }
  .page404_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .page404_buttons {
        flex-direction: row; } }
    @media (min-width: 1024px) {
      .page404_buttons {
        justify-content: flex-start; } }
  .page404_link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page404_firstbutton {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #4c707d;
    margin: 20px 0 0 0; }
    .page404_firstbutton:hover {
      transition: 0.2s; }
    .page404_firstbutton:hover {
      color: #ffffff;
      background: #4c707d; }
  .page404_secondbutton {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #ffffff;
    border: 2px solid #4c707d;
    margin: 20px 0 0 0px; }
    .page404_secondbutton:hover {
      transition: 0.2s; }
    @media (min-width: 768px) {
      .page404_secondbutton {
        margin: 20px 0 0 8px; } }
    .page404_secondbutton:hover {
      color: #ffffff;
      background: #4c707d; }

#cookie-law-info-bar {
  background: #2e4b56 !important;
  border: 2px solid #ffffff;
  border-radius: 15px !important;
  padding: 32px !important; }

.cli_messagebar_head {
  font-family: "PlayfairDisplay-BoldItalic", serif !important;
  font-weight: 700;
  font-size: 30px !important;
  color: #ffffff;
  margin-bottom: 10px !important; }

.cli-bar-message {
  font-family: "Manjari-Thin", sans-serif !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px; }

.cli-bar-btn_container {
  display: flex;
  justify-content: space-around; }
  @media screen and (min-width: 1024px) {
    .cli-bar-btn_container {
      justify-content: flex-start; } }
  .cli-bar-btn_container a {
    border-radius: 20px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    background: #2e4b56 !important;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    font-family: "Manjari-Bold", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 12px 15px 7px 15px;
    outline: none;
    transition: all .5s ease; }
    @media screen and (min-width: 1024px) {
      .cli-bar-btn_container a {
        margin-right: 10px !important;
        margin-top: 5px !important; } }
    .cli-bar-btn_container a:hover {
      border: 2px solid #ffffff;
      background: #ffffff !important;
      color: #2e4b56 !important;
      transition: all .5s ease; }
    .cli-bar-btn_container a:last-of-type {
      border: 2px solid #ffffff;
      margin-right: 0px !important;
      background: #ffffff !important;
      color: #2e4b56 !important;
      align-self: flex-end; }
      .cli-bar-btn_container a:last-of-type:hover {
        background: #2e4b56 !important;
        color: #ffffff !important;
        transition: all .5s ease; }

.cli-modal {
  font-family: "Manjari-Thin", sans-serif; }
  .cli-modal h4 {
    font-family: "PlayfairDisplay-BoldItalic", serif !important;
    font-weight: 700;
    font-size: 26px !important;
    color: #ffffff; }
  .cli-modal .cli-modal-close {
    cursor: pointer; }

.cli-tab-footer .cli-btn {
  padding: 12px 20px 7px 20px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: #ffffff;
  font-family: "Manjari-Bold", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  outline: none;
  border: 2px solid #ffffff;
  transition: all .5s ease; }
  .cli-tab-footer .cli-btn:hover {
    background: #2e4b56 !important;
    color: #ffffff !important;
    transition: all .5s ease;
    opacity: 1; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  color: #2e4b56 !important; }

.wt-cli-ckyes-brand-logo {
  display: none; }

.cli-modal-content {
  background: #2e4b56 !important;
  border-radius: 15px;
  border: 2px solid #ffffff;
  padding: 20px 32px !important; }

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
  max-height: unset !important; }
  @media screen and (min-width: 1024px) {
    .cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
      max-height: 80px; } }

.cli-privacy-readmore {
  display: none !important; }

.cli-privacy-content-text {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 20px; }

.cli-switch input:checked + .cli-slider {
  background-color: #2e4b56 !important; }

.cli-slider:after {
  margin-top: 2px;
  font-family: "Manjari-Regular", sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #2e4b56 !important; }

.cli-tab-header {
  background: #c7d3ca;
  font-family: "Manjari-Bold", sans-serif;
  color: #2e4b56 !important;
  border-radius: 0px !important; }
  .cli-tab-header a {
    font-weight: 500;
    color: #2e4b56 !important;
    outline: none;
    margin-top: 5px; }
    .cli-tab-header a:before {
      border-right: 1px solid #2e4b56 !important;
      border-bottom: 1px solid #2e4b56 !important;
      transform: rotate(-45deg) translateY(-5px); }
  .cli-tab-header .cli-necessary-caption {
    color: #2e4b56 !important;
    margin-top: 5px; }

.cli-tab-active a:before {
  transform: rotate(45deg) translateY(-7px) !important; }

.cli-modal-close svg {
  fill: #ffffff !important; }

.cli-tab-pane {
  font-family: "Manjari-Regular", sans-serif !important; }
  .cli-tab-pane p {
    font-family: "Manjari-Regular", sans-serif !important;
    color: #2e4b56 !important; }

.cookielawinfo-row-cat-table th {
  background: #2e4b56 !important;
  font-family: "Manjari-Regular", sans-serif;
  font-weight: 500 !important; }

.cookielawinfo-row-cat-table tr {
  background: #c7d3ca !important;
  font-family: "Manjari-Regular", sans-serif;
  color: #2e4b56 !important; }
  .cookielawinfo-row-cat-table tr td:first-of-type {
    word-break: break-all; }

#cookie-law-info-again {
  font-family: "Manjari-Bold", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700;
  color: #ffffff !important;
  box-shadow: none;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0px 15px 15px 0;
  background-color: #2e4b56 !important;
  transform: translateX(-77%);
  height: 45px;
  display: flex;
  align-items: center;
  left: 0 !important;
  bottom: 12px !important;
  padding-top: 8px !important; }
  #cookie-law-info-again span {
    position: relative;
    padding-right: 35px; }
    #cookie-law-info-again span:after {
      content: url(../img/lock.svg?ef7ecec8f904a4334297454cecd7db67);
      width: 22px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  @media screen and (min-width: 1024px) {
    #cookie-law-info-again {
      left: 5% !important;
      bottom: 0 !important;
      border-bottom: none !important;
      border-radius: 15px 15px 0 0;
      transform: translateX(0%); } }

/* Hide scrollbar for Chrome, Safari and Opera */
.cli-row::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.cli-row {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* stylelint-disable */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* stylelint-disable */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.projet_header {
  background: transparent linear-gradient(360deg, #fff 0%, #C7D3CA 100%) 0% 0% no-repeat padding-box;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .projet_header {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .projet_header {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .projet_header_content {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 425px) {
      .projet_header_content {
        width: 90%; } }
    @media (min-width: 768px) {
      .projet_header_content {
        width: 80%; } }
    @media (min-width: 1024px) {
      .projet_header_content {
        width: 922px; } }
    @media (min-width: 1440px) {
      .projet_header_content {
        width: 922px; } }
    @media (min-width: 768px) {
      .projet_header_content {
        flex-direction: row; } }
  .projet_header_title {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 1024px) {
      .projet_header_title {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
    @media (min-width: 768px) {
      .projet_header_title {
        width: 77%; } }
    @media (min-width: 1024px) {
      .projet_header_title {
        width: 85%; } }
  .projet_header_sum {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 38px;
    border-radius: 20px;
    padding-top: 7px;
    margin-top: 20px;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 768px) {
      .projet_header_sum {
        margin-top: 0; } }

.projet_intro_content {
  margin: auto;
  width: 90%; }
  @media (min-width: 425px) {
    .projet_intro_content {
      width: 90%; } }
  @media (min-width: 768px) {
    .projet_intro_content {
      width: 80%; } }
  @media (min-width: 1024px) {
    .projet_intro_content {
      width: 922px; } }
  @media (min-width: 1440px) {
    .projet_intro_content {
      width: 922px; } }

.projet_intro_texte {
  font-family: "Manjari-Thin", sans-serif;
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 19.2px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.projet_tags {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .projet_tags {
      margin-bottom: 40px; } }
  .projet_tags_content {
    margin: auto;
    width: 90%; }
    @media (min-width: 425px) {
      .projet_tags_content {
        width: 90%; } }
    @media (min-width: 768px) {
      .projet_tags_content {
        width: 80%; } }
    @media (min-width: 1024px) {
      .projet_tags_content {
        width: 922px; } }
    @media (min-width: 1440px) {
      .projet_tags_content {
        width: 922px; } }
  .projet_tags_item {
    background: #4c707d;
    display: inline-block;
    padding: 13px 20px 10px 20px;
    border-radius: 22px;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 5px;
    margin-top: 7px; }
    .projet_tags_item:last-of-type {
      margin-right: 0px; }

.projet_similar {
  background: #c7d3ca;
  padding: 30px 0 40px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .projet_similar {
      padding: 40px 0 60px 0; } }
  .projet_similar-biodiversite {
    position: relative; }
    @media (min-width: 1024px) {
      .projet_similar-biodiversite::before {
        content: url(../img/white_left_leaves_bg.svg?ecd32d7509be8b2c34f17910d8117e84);
        position: absolute;
        bottom: 0%;
        left: 0%;
        transform: translateY(15%);
        z-index: 0; } }
  .projet_similar-alimentation {
    position: relative; }
    @media (min-width: 1024px) {
      .projet_similar-alimentation::after {
        content: url(../img/white_right_leaves_bg.svg?f73af66e5dc2dcea95fbe7976187b86e);
        position: absolute;
        bottom: 0%;
        right: 0%;
        transform: translateY(0%);
        z-index: 0; } }
  .projet_similar_content {
    margin: auto;
    width: 90%;
    z-index: 1;
    position: relative; }
    @media (min-width: 425px) {
      .projet_similar_content {
        width: 90%; } }
    @media (min-width: 768px) {
      .projet_similar_content {
        width: 80%; } }
    @media (min-width: 1024px) {
      .projet_similar_content {
        width: 922px; } }
    @media (min-width: 1440px) {
      .projet_similar_content {
        width: 922px; } }
  .projet_similar_title {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .projet_similar_title {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .projet_similar_elements {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px auto 10px auto; }
    @media (min-width: 1024px) {
      .projet_similar_elements {
        flex-direction: row; } }
  .projet_similar_item {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .projet_similar_item {
        margin-right: 2%;
        margin-bottom: 30px;
        width: 31.5%; }
        .projet_similar_item:nth-of-type(3n+3) {
          margin-right: 0%; } }
  .projet_similar_upper {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover; }
  .projet_similar_pastille {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 6px; }
    .projet_similar_pastille:first-of-type {
      margin-left: 10px; }
    .projet_similar_pastille-alimentation {
      position: relative; }
      .projet_similar_pastille-alimentation::before {
        content: url(../img/tag-alimentation.svg?ef92f4ad3021b8f0228cde7ee6c94632);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
    .projet_similar_pastille-biodiversite {
      position: relative; }
      .projet_similar_pastille-biodiversite::after {
        content: url(../img/tag-biodiversite.svg?303ecff8abae3e909cd77490ccd13afe);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0; }
  .projet_similar_middle {
    height: 132px;
    padding: 20px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .projet_similar_date {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #4c707d;
    text-transform: inherit;
    line-height: 14.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-bottom: 3px; }
  .projet_similar_name {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .projet_similar_author {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .projet_similar_tags {
    border-top: 1px solid #c7d3ca;
    padding-top: 10px; }
  .projet_similar_tag {
    display: inline-block;
    font-family: "Manjari-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 16.8px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .projet_similar_lower {
    background: #2e4b56;
    height: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .projet_similar_sum {
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 7px; }
  .projet_similar_link {
    display: flex;
    justify-content: center; }
  .projet_similar_button {
    display: inline-block;
    width: 200px;
    height: 38px;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.2s;
    text-align: center;
    font-family: "Manjari-Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    line-height: 40px;
    background: #c7d3ca;
    border: 2px solid #4c707d; }
    .projet_similar_button:hover {
      transition: 0.2s; }
    .projet_similar_button:hover {
      color: #ffffff;
      background: #4c707d; }

.content {
  padding-top: 72px; }
  @media (min-width: 1024px) {
    .content {
      padding-top: 100px; } }
  .content > p, .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > ul, .content > ol {
    margin: auto;
    width: 90%; }
    @media (min-width: 425px) {
      .content > p, .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > ul, .content > ol {
        width: 90%; } }
    @media (min-width: 768px) {
      .content > p, .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > ul, .content > ol {
        width: 80%; } }
    @media (min-width: 1024px) {
      .content > p, .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > ul, .content > ol {
        width: 922px; } }
    @media (min-width: 1440px) {
      .content > p, .content > h1, .content > h2, .content > h3, .content > h4, .content > h5, .content > h6, .content > ul, .content > ol {
        width: 922px; } }
  .content .wp-block-group {
    margin: auto;
    width: 90%; }
    @media (min-width: 425px) {
      .content .wp-block-group {
        width: 90%; } }
    @media (min-width: 768px) {
      .content .wp-block-group {
        width: 80%; } }
    @media (min-width: 1024px) {
      .content .wp-block-group {
        width: 922px; } }
    @media (min-width: 1440px) {
      .content .wp-block-group {
        width: 922px; } }
  .content > p {
    font-family: "Manjari-Thin", sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    .content > p a {
      font-family: "Manjari-Regular", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      color: #2e4b56;
      text-transform: inherit;
      line-height: 19.2px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      text-decoration: underline; }
      .content > p a:hover {
        text-decoration: none; }
  .content strong, .content b {
    font-family: "Manjari-Bold", sans-serif;
    font-weight: 700; }
  .content em {
    font-style: italic; }
  .content > ul {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: disc;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .content > ul {
        padding-left: 35px; } }
  .content > ol {
    font-family: "Manjari-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 19.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    list-style-type: decimal;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .content > ol {
        padding-left: 35px; } }
  .content > h1 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .content > h1 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .content > h2 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 42px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .content > h2 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 50px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 60px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .content > h3 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .content > h3 {
        font-family: "PlayfairDisplay-BoldItalic", serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #2e4b56;
        text-transform: inherit;
        line-height: 36px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; } }
  .content > h4 {
    font-family: "PlayfairDisplay-BoldItalic", serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 31.2px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .content > h5 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    color: #c7d3ca;
    text-transform: inherit;
    line-height: 26.4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }
  .content > h6 {
    font-family: "PlayfairDisplay-MediumItalic", serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #2e4b56;
    text-transform: inherit;
    line-height: 21.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }


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