@charset "UTF-8";
/* 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: "Museo-Sans-700";
  src: url(../font/MuseoSans-700.eot?ad509b1e67b7387e7d508344bda094a0);
  src: url(../font/MuseoSans-700.eot?ad509b1e67b7387e7d508344bda094a0?#iefix) format("embedded-opentype"), url(../font/MuseoSans-700.woff2?5d46eff921b9d3651f61da737005b204) format("woff2"), url(../font/MuseoSans-700.woff?656b739c0d8067ce5370c3d462f34fdf) format("woff"), url(../font/MuseoSans-700.ttf?581124e665f68a04ca19b4e8f5c1ab72) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Museo-Sans-500";
  src: url(../font/MuseoSans-500.eot?01e14235dcb7519e572820b1449dbf5f);
  src: url(../font/MuseoSans-500.eot?01e14235dcb7519e572820b1449dbf5f?#iefix) format("embedded-opentype"), url(../font/MuseoSans-500.woff2?f423cce05ffdefe59cb31b625f6f110a) format("woff2"), url(../font/MuseoSans-500.woff?6619e4d6acaffe190c05669c0b467025) format("woff"), url(../font/MuseoSans-500.ttf?576e075a24fbb5c91399c02585ec213e) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Museo-Sans-300";
  src: url(../font/MuseoSans-300.eot?4f45bb21b0f1b7c2754203dcd3ccd86a);
  src: url(../font/MuseoSans-300.eot?4f45bb21b0f1b7c2754203dcd3ccd86a?#iefix) format("embedded-opentype"), url(../font/MuseoSans-300.woff2?8d3e2d1fd72be95b29344294b18fa7e1) format("woff2"), url(../font/MuseoSans-300.woff?cfe96bd1c8bc7f66fad9e89e3fadd2a9) format("woff"), url(../font/MuseoSans-300.ttf?80aeabf8435efee5b900a33f67dec104) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Museo-Sans-100";
  src: url(../font/MuseoSans-100.eot?8ab48db91deb062faeb9966992bdb8ee);
  src: url(../font/MuseoSans-100.eot?8ab48db91deb062faeb9966992bdb8ee?#iefix) format("embedded-opentype"), url(../font/MuseoSans-100.woff2?1d67dbe7e97708d6c66a02f2606da120) format("woff2"), url(../font/MuseoSans-100.woff?08c88f1d37f1a8c72b562b6b95bc97e4) format("woff"), url(../font/MuseoSans-100.ttf?7b482e5cb04d4d10996929ccc681bcf2) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Museo-Sans-300-italic";
  src: url(../font/MuseoSans-300Italic.eot?6c7ac91df7ae957f898cdd22e4350df6);
  src: url(../font/MuseoSans-300Italic.eot?6c7ac91df7ae957f898cdd22e4350df6?#iefix) format("embedded-opentype"), url(../font/MuseoSans-300Italic.woff2?c53ec03523f97c31dfc5e468c72c3c2d) format("woff2"), url(../font/MuseoSans-300Italic.woff?57e0052ce394b9f6f5806c39938767a4) format("woff"), url(../font/MuseoSans-300Italic.ttf?20038b74a722ce41513f47c99cb45c00) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "playfair-bold";
  src: url(../font/PlayfairDisplay-Bold.eot?5449c15d962d560c9fc74a7ed81b22ee);
  src: url(../font/PlayfairDisplay-Bold.eot?5449c15d962d560c9fc74a7ed81b22ee?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Bold.woff2?014a985afc984f175d938fa0306463ee) format("woff2"), url(../font/PlayfairDisplay-Bold.woff?115b05c845ea984b730326c8f9ef63c3) format("woff"), url(../font/PlayfairDisplay-Bold.ttf?e82afaa5be21cb06a9ac28abb9c88668) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "playfair-regular";
  src: url(../font/PlayfairDisplay-Regular.eot?5b6cabe6d7a8a28d28d9e578c09a0ab1);
  src: url(../font/PlayfairDisplay-Regular.eot?5b6cabe6d7a8a28d28d9e578c09a0ab1?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Regular.woff2?9cb3b58542693f3f262f0d50273babe0) format("woff2"), url(../font/PlayfairDisplay-Regular.woff?4e0e813e0badf99c831aec140102ce18) format("woff"), url(../font/PlayfairDisplay-Regular.ttf?334eaf389a39a68f80f2388ffb18ac01) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "playfair-italic";
  src: url(../font/PlayfairDisplay-Italic.eot?fd06d2a4f6abff2f2213fb1f319373c9);
  src: url(../font/PlayfairDisplay-Italic.eot?fd06d2a4f6abff2f2213fb1f319373c9?#iefix) format("embedded-opentype"), url(../font/PlayfairDisplay-Italic.woff2?ed47f6171444cadade030e5d6ad33674) format("woff2"), url(../font/PlayfairDisplay-Italic.woff?c897df383c5f3949d89062e01ef303dd) format("woff"), url(../font/PlayfairDisplay-Italic.ttf?7be3d0dea9cd5f1046a2bf63884257d8) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

.wpcf7-spinner {
  display: none !important; }

.wpcf7-not-valid-tip {
  margin: 10px 0; }

.wpcf7-not-valid {
  border: 1px solid red !important;
  border-radius: 0 !important; }

.academievideo {
  background-size: cover;
  position: relative;
  padding: 40px 0; }
  .academievideo_container {
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 425px) {
      .academievideo_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .academievideo_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .academievideo_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .academievideo_container {
        width: 1200px; } }
    @media (min-width: 1440px) {
      .academievideo_container {
        flex-direction: row; } }
  .academievideo_backgroundGreen {
    position: absolute;
    background-color: #dff7ec;
    width: 100%;
    height: 400px;
    top: 0;
    z-index: 0; }
  .academievideo_col1, .academievideo_col2 {
    width: 100%; }
    @media (min-width: 1440px) {
      .academievideo_col1, .academievideo_col2 {
        width: 48%; } }
  .academievideo_title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #172c27;
    font-family: "playfair-regular";
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .academievideo_title {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .academievideo_title {
        font-size: 52px; } }
    @media (min-width: 1440px) {
      .academievideo_title {
        font-size: 62px; } }
  .academievideo_relief {
    color: transparent;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #536462;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .academievideo_relief {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .academievideo_relief {
        font-size: 62px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .academievideo_relief {
        font-size: 72px;
        margin-bottom: -40px; } }
  .academievideo_text {
    font-size: 16px;
    color: #536462;
    font-family: "Museo-Sans-300";
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 1440px) {
      .academievideo_text {
        padding-top: 0; } }
  .academievideo_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none; }
    .academievideo_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .academievideo_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }
  .academievideo_image {
    max-width: 100%;
    margin: 40px 0; }

.bannersimple {
  width: 100%;
  height: 165px; }
  @media (min-width: 1024px) {
    .bannersimple {
      height: 450px; } }

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

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

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

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

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

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

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

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

.buttondownload_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  text-align: center; }
  @media (min-width: 425px) {
    .buttondownload_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .buttondownload_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .buttondownload_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .buttondownload_container {
      width: 1200px; } }

.buttondownload_button {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px;
  text-align: center;
  margin: 20px auto; }
  .buttondownload_button:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }
  .buttondownload_button:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../font/icon_download.svg?d682fd2cee95be64fba8943b6bdef13d) center center no-repeat;
    background-size: 25px auto;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -7px; }

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

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

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

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

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

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

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

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

.contactform_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative; }
  @media (min-width: 425px) {
    .contactform_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .contactform_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .contactform_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .contactform_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .contactform_container {
      flex-direction: row;
      margin-bottom: 250px;
      margin-top: -15px; } }
  @media (min-width: 1024px) {
    .contactform_container-switch {
      flex-direction: row-reverse; } }

.contactform h2 {
  font-family: "playfair-regular";
  font-size: 28px !important;
  color: #213A31;
  margin-bottom: 10px; }

.contactform p {
  font-size: 14px;
  color: #172c27;
  margin-bottom: 15px; }
  .contactform p strong {
    font-weight: bold; }

.contactform_access {
  position: relative;
  z-index: 99; }

.contactform_forms {
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 99; }
  @media (min-width: 1024px) {
    .contactform_forms {
      width: 60%;
      padding: 40px; } }
  .contactform_forms .one-column {
    width: 100%;
    padding-top: 20px;
    float: left; }
  .contactform_forms .two-columns {
    padding-top: 20px;
    width: 100%;
    float: left; }
    @media (min-width: 1024px) {
      .contactform_forms .two-columns {
        width: 50%; } }
    @media (min-width: 1024px) {
      .contactform_forms .two-columns .first-col {
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .contactform_forms .two-columns .second-col {
        padding-left: 20px; } }
  .contactform_forms .cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
    -moz-column-gap: 15px;
         column-gap: 15px; }
    @media (min-width: 768px) {
      .contactform_forms .cols {
        flex-direction: row; } }
    .contactform_forms .cols .col {
      width: 100%; }
  .contactform_forms label {
    font-family: "Museo-Sans-300";
    color: #016a4d;
    text-transform: uppercase; }
  .contactform_forms input[type="text"], .contactform_forms input[type="tel"], .contactform_forms input[type="email"], .contactform_forms textarea {
    width: 100%;
    margin-top: 5px;
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    color: #016a4d;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #E6E6E6;
    background: transparent; }
    .contactform_forms input[type="text"]:focus, .contactform_forms input[type="text"]:active, .contactform_forms input[type="tel"]:focus, .contactform_forms input[type="tel"]:active, .contactform_forms input[type="email"]:focus, .contactform_forms input[type="email"]:active, .contactform_forms textarea:focus, .contactform_forms textarea:active {
      border: 1px solid #016a4d; }
  .contactform_forms input[type="submit"] {
    color: #fff;
    background: #016a4d;
    font-family: "Museo-Sans-300";
    padding: 10px 40px;
    display: inline-block;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    margin-top: 20px; }
    .contactform_forms input[type="submit"]:hover {
      color: #016a4d;
      background: #fff;
      border: 1px solid #016a4d; }
    @media (min-width: 1024px) {
      .contactform_forms input[type="submit"] {
        float: right;
        margin-top: 20px; } }

.contactform_address {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  color: #536462;
  font-family: "Museo-Sans-300"; }
  .contactform_address svg {
    margin-right: 10px; }

.contactform_phone, .contactform_fax {
  padding: 15px 0;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  color: #536462;
  font-family: "Museo-Sans-300";
  width: 49%; }
  .contactform_phone > div, .contactform_fax > div {
    display: inline-block; }
  .contactform_phone svg, .contactform_fax svg {
    margin-right: 10px;
    vertical-align: middle; }

.contactform .anr_captcha_field {
  margin-top: 20px;
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .contactform .anr_captcha_field {
      width: auto; } }
  .contactform .anr_captcha_field .anr_captcha_field_div > div {
    margin: 0 auto; }

.contactform_bg_image {
  background: url(../img/bg_contact_page.jpg?e00ef0ba4733380cacd9a6894efb7f14) center center no-repeat;
  width: 100%;
  height: 380px;
  background-size: cover;
  position: absolute;
  top: 510px;
  z-index: 9; }

.contactform_social {
  margin-right: 15px; }

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important; }

.wpcf7-not-valid-tip {
  color: red;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  text-transform: none; }

.wpcf7-not-valid {
  border: 1px solid #000000;
  border-radius: 8px; }

.wpcf7-response-output {
  font-family: "Museo-Sans-300";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: red;
  text-transform: inherit;
  line-height: 18.62px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 18px;
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 0 !important;
  padding: 0; }
  @media (min-width: 1024px) {
    .wpcf7-response-output {
      width: 100%; } }

.wpcf7 .ajax-loader {
  display: none; }

.credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px; }
  .credits_function {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #292929;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 36px; }
  .credits_logoSection {
    width: 90%;
    margin-bottom: 50px; }
    @media (min-width: 425px) {
      .credits_logoSection {
        width: 200px; } }
  .credits_services {
    font-family: "Museo-Sans-500";
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    color: #292929;
    text-transform: inherit;
    line-height: 25.27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .credits_fieldsSection {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    font-family: "Museo-Sans-500";
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    color: #ea5a4a;
    text-transform: inherit;
    line-height: 25.27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .credits_circle {
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    border-radius: 50%;
    background-color: #ea5a4a; }
  .credits_link {
    font-family: "Museo-Sans-500";
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #292929;
    text-transform: inherit;
    line-height: 21.28px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-decoration: underline; }
  .credits_websiteSection, .credits_emailSection {
    display: flex;
    align-items: center;
    margin-bottom: 4px; }
    .credits_websiteSection svg, .credits_emailSection svg {
      width: 20px;
      margin-right: 8px; }
  .credits_email {
    font-family: "Museo-Sans-500";
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #292929;
    text-transform: inherit;
    line-height: 21.28px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }

.customtitle {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .customtitle {
      width: 90%; } }
  @media (min-width: 768px) {
    .customtitle {
      width: 80%; } }
  @media (min-width: 1024px) {
    .customtitle {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .customtitle {
      width: 1200px; } }
  .customtitle_top-none {
    padding-top: 0px; }
  .customtitle_top-small {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .customtitle_top-small {
        padding-top: 20px; } }
    @media (min-width: 1024px) {
      .customtitle_top-small {
        padding-top: 20px; } }
  .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-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_dark {
    background: #f2f2f2; }
  .customtitle_full {
    width: 100%; }
  .customtitle_center {
    text-align: center; }
  .customtitle_left {
    text-align: left; }

.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 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1024px) {
    .duoimgtxt_container {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      flex-direction: row; } }
  @media (min-width: 1024px) and (min-width: 425px) {
    .duoimgtxt_container {
      width: 90%; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .duoimgtxt_container {
      width: 80%; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .duoimgtxt_container {
      width: 1000px; } }
  @media (min-width: 1024px) and (min-width: 1440px) {
    .duoimgtxt_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duoimgtxt_container-switch {
      flex-direction: row-reverse; } }

.duoimgtxt_text {
  text-align: center;
  width: 90%;
  margin: auto; }
  @media (min-width: 1024px) {
    .duoimgtxt_text {
      text-align: left;
      width: 45%;
      margin: 0; } }
  .duoimgtxt_text-effect {
    transform: translateX(0px);
    transition: 1s;
    transition-timing-function: ease; }
  .duoimgtxt_text h1 {
    font-family: "Museo-Sans-500";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 47.88px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h1 {
        font-family: "Museo-Sans-500";
        font-size: 72px;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 95.76px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgtxt_text h2 {
    font-family: "Museo-Sans-500";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 42.56px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h2 {
        font-family: "Museo-Sans-500";
        font-size: 45px;
        font-weight: 500;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 59.85px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgtxt_text h3 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .duoimgtxt_text h3 {
        font-family: "Museo-Sans-500";
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 31.92px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgtxt_text h4 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgtxt_text h5 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #016a4d;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgtxt_text h6 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgtxt_text p {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 18px;
    letter-spacing: 1.28px; }
  .duoimgtxt_text ul {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgtxt_text ul {
        list-style-type: square;
        padding-left: 15px; } }

.duoimgtxt_button {
  text-align: center;
  display: block;
  margin: 15px auto 0 auto;
  max-width: 220px;
  padding: 16px 36px 13px;
  border: 2px #000000 solid;
  font-family: "playfair-regular";
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .duoimgtxt_button {
      margin: 15px 0 0 0; } }
  .duoimgtxt_button:hover {
    background-color: #000000;
    color: #fff;
    transition: 0.2s; }

.duoimgtxt_visual {
  width: 100%; }
  @media (min-width: 1024px) {
    .duoimgtxt_visual {
      width: 50%; } }
  .duoimgtxt_visual-effect {
    transform: translateX(0px);
    transition: 1s;
    transition-timing-function: ease; }

.duoimgtxt_image {
  width: 100%;
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .duoimgtxt_image {
      margin-top: 0; } }
  .duoimgtxt_image-lower {
    margin-top: 15px; }
    @media (min-width: 1024px) {
      .duoimgtxt_image-lower {
        margin-top: 0; } }

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

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

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

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

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

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

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

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

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

.duoimgvideotxt_elements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_elements {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .duoimgvideotxt_elements-switch {
      flex-direction: row-reverse; }
      .duoimgvideotxt_elements-switch .duoimgvideotxt_right {
        align-items: flex-start; } }

.duoimgvideotxt_left {
  width: 100%; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_left {
      width: 48%; } }

.duoimgvideotxt_text {
  text-align: left; }
  .duoimgvideotxt_text h1 {
    font-family: "Museo-Sans-500";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 47.88px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgvideotxt_text h1 {
        font-family: "Museo-Sans-500";
        font-size: 72px;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 95.76px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgvideotxt_text h2 {
    font-family: "Museo-Sans-500";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 42.56px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgvideotxt_text h2 {
        font-family: "Museo-Sans-500";
        font-size: 45px;
        font-weight: 500;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 59.85px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgvideotxt_text h3 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .duoimgvideotxt_text h3 {
        font-family: "Museo-Sans-500";
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 31.92px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duoimgvideotxt_text h4 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgvideotxt_text h5 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #016a4d;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgvideotxt_text h6 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duoimgvideotxt_text p {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 18px;
    letter-spacing: 1.28px; }
  .duoimgvideotxt_text ul {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duoimgvideotxt_text ul {
        list-style-type: square;
        padding-left: 15px; } }

.duoimgvideotxt_button {
  text-align: center;
  display: block;
  margin: 15px auto 0 auto;
  max-width: 220px;
  padding: 16px 36px 13px;
  border: 2px #000000 solid;
  font-family: "playfair-regular";
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_button {
      margin: 15px 0 0 0; } }
  .duoimgvideotxt_button:hover {
    background-color: #000000;
    color: #fff;
    transition: 0.2s; }

.duoimgvideotxt_right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_right {
      width: 48%; } }

.duoimgvideotxt_image {
  width: 100%;
  margin: 20px auto; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_image {
      width: 100%;
      margin: 0 auto; } }

.duoimgvideotxt_box {
  background: #000000;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_box {
      width: 100%; } }

.duoimgvideotxt_info {
  font-family: "Museo-Sans-500";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: inherit;
  line-height: 18.62px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  width: 80%;
  margin: 0px auto 10px auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .duoimgvideotxt_info {
      text-align: left; } }

.duoimgvideotxt_video {
  width: 100%;
  display: flex;
  justify-content: center; }
  .duoimgvideotxt_video iframe {
    width: 80%;
    height: 190px;
    margin: auto; }

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

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

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

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

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

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

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

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

.duolisttxt_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse; }
  @media (min-width: 425px) {
    .duolisttxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duolisttxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duolisttxt_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .duolisttxt_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duolisttxt_container {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .duolisttxt_container-switch {
      flex-direction: row-reverse; } }

.duolisttxt_leftside {
  width: 100%;
  text-align: left; }
  @media (min-width: 1024px) {
    .duolisttxt_leftside {
      width: 34%; } }

.duolisttxt_item {
  font-family: "Museo-Sans-500";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 23.94px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  .duolisttxt_item strong {
    font-weight: 700;
    color: #000000; }
  .duolisttxt_item:last-of-type {
    margin-bottom: 0px; }

.duolisttxt_rightside {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .duolisttxt_rightside {
      width: 60%;
      margin-bottom: 0; } }

.duolisttxt_text {
  text-align: left; }
  .duolisttxt_text h1 {
    font-family: "Museo-Sans-500";
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 47.88px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duolisttxt_text h1 {
        font-family: "Museo-Sans-500";
        font-size: 72px;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 95.76px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duolisttxt_text h2 {
    font-family: "Museo-Sans-500";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 42.56px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duolisttxt_text h2 {
        font-family: "Museo-Sans-500";
        font-size: 45px;
        font-weight: 500;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 59.85px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duolisttxt_text h3 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .duolisttxt_text h3 {
        font-family: "Museo-Sans-500";
        font-size: 24px;
        font-weight: 600;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 31.92px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .duolisttxt_text h4 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duolisttxt_text h5 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    color: #016a4d;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duolisttxt_text h6 {
    font-family: "Museo-Sans-500";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 26.6px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .duolisttxt_text p {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 18px;
    letter-spacing: 1.28px; }
  .duolisttxt_text ul {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .duolisttxt_text ul {
        list-style-type: square;
        padding-left: 15px; } }

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

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

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

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

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

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

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

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

.duotxttxt_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 425px) {
    .duotxttxt_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duotxttxt_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duotxttxt_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .duotxttxt_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duotxttxt_container {
      flex-direction: row; } }

.duotxttxt_section {
  width: 100%; }
  .duotxttxt_section:last-of-type {
    margin-top: 30px; }
  @media (min-width: 1024px) {
    .duotxttxt_section {
      width: 46%; }
      .duotxttxt_section:last-of-type {
        margin-top: 0px; } }

.duotxttxt p {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 30px; }

.duotxttxt strong {
  font-weight: 700; }

.duotxttxt em {
  font-style: italic; }

.duotxttxt ul {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .duotxttxt ul li {
    margin-bottom: 30px;
    line-height: 22px; }
    .duotxttxt ul li::before {
      content: "•";
      color: #000000;
      margin-right: 10px; }
    .duotxttxt ul li:last-of-type {
      margin-bottom: 0px; }

.duotxttxt a {
  color: #000000; }
  .duotxttxt a:hover {
    color: #000000;
    text-decoration: none; }

.duotxttxt ol {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .duotxttxt ol li {
    margin-bottom: 30px;
    line-height: 22px;
    counter-increment: li; }
    .duotxttxt ol li::before {
      content: "." counter(li);
      color: #000000;
      font-weight: 700;
      display: inline-block;
      width: 1em;
      margin-left: 0px;
      margin-right: 10px;
      text-align: right;
      direction: rtl; }
    .duotxttxt ol li:last-of-type {
      margin-bottom: 0px; }

.duotxttxt h1 {
  font-family: "Museo-Sans-500";
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 47.88px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .duotxttxt h1 {
      font-family: "Museo-Sans-500";
      font-size: 72px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 95.76px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.duotxttxt h2 {
  font-family: "Museo-Sans-500";
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 42.56px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .duotxttxt h2 {
      font-family: "Museo-Sans-500";
      font-size: 45px;
      font-weight: 500;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 59.85px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.duotxttxt h3 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .duotxttxt h3 {
      font-family: "Museo-Sans-500";
      font-size: 24px;
      font-weight: 600;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 31.92px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.duotxttxt h4 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.duotxttxt h5 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #016a4d;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.duotxttxt h6 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

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

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

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

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

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

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

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

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

.faireundon_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative; }
  @media (min-width: 425px) {
    .faireundon_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .faireundon_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .faireundon_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .faireundon_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .faireundon_container {
      flex-direction: row;
      margin-bottom: 250px; } }
  @media (min-width: 1024px) {
    .faireundon_container-switch {
      flex-direction: row-reverse; } }

.faireundon h2 {
  font-family: "playfair-regular";
  font-size: 28px !important;
  color: #213A31;
  margin-bottom: 10px; }

.faireundon p {
  font-size: 14px;
  color: #172c27;
  margin-bottom: 15px; }
  .faireundon p strong {
    font-weight: bold; }

.faireundon_access {
  position: relative;
  z-index: 99; }

.faireundon_forms {
  width: 100%;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 99; }
  @media (min-width: 1024px) {
    .faireundon_forms {
      width: 60%;
      padding: 40px; } }
  .faireundon_forms .one-column {
    width: 100%;
    padding-top: 20px;
    float: left; }
  .faireundon_forms .two-columns {
    padding-top: 20px;
    width: 100%;
    float: left; }
    @media (min-width: 1024px) {
      .faireundon_forms .two-columns {
        width: 50%; } }
    @media (min-width: 1024px) {
      .faireundon_forms .two-columns .first-col {
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .faireundon_forms .two-columns .second-col {
        padding-left: 20px; } }
  .faireundon_forms .cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px;
    -moz-column-gap: 15px;
         column-gap: 15px; }
    @media (min-width: 768px) {
      .faireundon_forms .cols {
        flex-direction: row; } }
    .faireundon_forms .cols .col {
      width: 100%; }
  .faireundon_forms label {
    font-family: "Museo-Sans-300";
    color: #016a4d;
    text-transform: uppercase; }
  .faireundon_forms input[type="text"], .faireundon_forms input[type="tel"], .faireundon_forms input[type="email"], .faireundon_forms textarea {
    width: 100%;
    margin-top: 5px;
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    color: #016a4d;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #E6E6E6;
    background: transparent; }
    .faireundon_forms input[type="text"]:focus, .faireundon_forms input[type="text"]:active, .faireundon_forms input[type="tel"]:focus, .faireundon_forms input[type="tel"]:active, .faireundon_forms input[type="email"]:focus, .faireundon_forms input[type="email"]:active, .faireundon_forms textarea:focus, .faireundon_forms textarea:active {
      border: 1px solid #016a4d; }
  .faireundon_forms input[type="submit"] {
    color: #fff;
    background: #016a4d;
    font-family: "Museo-Sans-300";
    padding: 10px 40px;
    display: inline-block;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    margin-top: 20px; }
    .faireundon_forms input[type="submit"]:hover {
      color: #016a4d;
      background: #fff;
      border: 1px solid #016a4d; }
    @media (min-width: 1024px) {
      .faireundon_forms input[type="submit"] {
        float: right;
        margin-top: 20px; } }

.faireundon_address {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  color: #536462;
  font-family: "Museo-Sans-300"; }
  .faireundon_address svg {
    margin-right: 10px; }

.faireundon_phone, .faireundon_fax {
  padding: 15px 0;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  color: #536462;
  font-family: "Museo-Sans-300";
  width: 49%; }
  .faireundon_phone > div, .faireundon_fax > div {
    display: inline-block; }
  .faireundon_phone svg, .faireundon_fax svg {
    margin-right: 10px;
    vertical-align: middle; }

.faireundon .anr_captcha_field {
  margin-top: 20px;
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .faireundon .anr_captcha_field {
      width: auto; } }
  .faireundon .anr_captcha_field .anr_captcha_field_div > div {
    margin: 0 auto; }

.faireundon_bg_image {
  background: url(../img/bg_contact_page.jpg?e00ef0ba4733380cacd9a6894efb7f14) center center no-repeat;
  width: 100%;
  height: 380px;
  background-size: cover;
  position: absolute;
  top: 510px;
  z-index: 9; }

.faireundon_social {
  margin-right: 15px; }

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important; }

.wpcf7-not-valid-tip {
  color: red;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  text-transform: none; }

.wpcf7-not-valid {
  border: 1px solid #000000;
  border-radius: 8px; }

.wpcf7-response-output {
  font-family: "Museo-Sans-300";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: red;
  text-transform: inherit;
  line-height: 18.62px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 18px;
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 0 !important;
  padding: 0; }
  @media (min-width: 1024px) {
    .wpcf7-response-output {
      width: 100%; } }

.wpcf7 .ajax-loader {
  display: none; }

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

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

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

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

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

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

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

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

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

.filterseancesvendredi label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.filterseancesvendredi_filter {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top; }
  .filterseancesvendredi_filter button {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 10px 40px;
    text-align: center;
    background: transparent;
    margin: 30px auto;
    cursor: pointer; }
    .filterseancesvendredi_filter button:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

.filterseancesvendredi_items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 768px) {
    .filterseancesvendredi_items {
      grid-template-columns: repeat(2, 1fr); } }
  .filterseancesvendredi_items .hidden {
    display: none; }
  .filterseancesvendredi_items_title {
    font-family: "Museo-Sans-700";
    color: #016a4d;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .filterseancesvendredi_items_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
  .filterseancesvendredi_items_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .filterseancesvendredi_items_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .filterseancesvendredi_items_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

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

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

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

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

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

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

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

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

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

.glossary_background {
  background-color: #dff7ec;
  padding: 40px 0; }
  @media (min-width: 1620px) {
    .glossary_background {
      max-width: 80%;
      margin: 0 auto; } }

.glossary .alphabet {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  .glossary .alphabet a {
    display: inline-block;
    font-family: "playfair-regular";
    font-size: 30px;
    padding: 5px;
    cursor: pointer; }
    .glossary .alphabet a.selected {
      background: #016a4d;
      color: white;
      font-weight: bold; }

.glossary .list-objects {
  display: none; }
  .glossary .list-objects.selected {
    display: block; }

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .header {
      position: relative;
      box-shadow: none; } }

.headermenuburger {
  width: 100%;
  height: 60px;
  margin: 10px 0; }
  @media (min-width: 768px) {
    .headermenuburger {
      height: 110px;
      margin: 0; } }
  .headermenuburger_container {
    position: relative;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    height: 100%; }
    @media (min-width: 768px) {
      .headermenuburger_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 80%; } }
  .headermenuburger_linkLogo {
    width: 240px;
    max-height: 100%;
    display: block; }
    @media (min-width: 768px) {
      .headermenuburger_linkLogo {
        display: flex;
        width: 280px; } }
  .headermenuburger_logo {
    max-width: 100%;
    max-height: 100%; }
  .headermenuburger_nav {
    display: none; }
    @media (min-width: 768px) {
      .headermenuburger_nav {
        display: block;
        position: relative;
        padding-right: 80px; } }
  .headermenuburger_accebility_mobile {
    display: block;
    position: absolute;
    font-size: 0;
    color: transparent;
    right: 0;
    top: 18px;
    cursor: pointer; }
    .headermenuburger_accebility_mobile:before {
      content: "";
      display: block;
      width: 25px;
      height: 25px;
      background: url(../font/icon_eye_barred.svg?23853fd8e6b460120179755abb7c5f1a) center center no-repeat;
      background-size: 25px auto; }
    @media (min-width: 768px) {
      .headermenuburger_accebility_mobile {
        display: none; } }
    .headermenuburger_accebility_mobile.view-accesibility:before {
      background: url(../font/icon_eye.svg?fd77580110fd5d8c71bf51c491502664) center center no-repeat; }
  .headermenuburger_menu_header {
    display: inline-block; }
    .headermenuburger_menu_header ol {
      list-style-type: none;
      position: relative;
      padding: 2px 0; }
      .headermenuburger_menu_header ol.parent > li {
        display: inline-block;
        position: relative;
        transition-duration: 0.5s;
        margin-left: 20px; }
        .headermenuburger_menu_header ol.parent > li.donate > a {
          background: #016a4d;
          color: #fff;
          padding: 10px 15px;
          display: block; }
          .headermenuburger_menu_header ol.parent > li.donate > a:hover, .headermenuburger_menu_header ol.parent > li.donate > a:focus-within {
            background: #dff7ec;
            color: #016a4d; }
          .headermenuburger_menu_header ol.parent > li.donate > a.headermenuburger_link-current-menu-item {
            color: #016a4d !important;
            background: #fff !important;
            border: 1px solid #016a4d; }
        .headermenuburger_menu_header ol.parent > li.search {
          margin-left: 0; }
          .headermenuburger_menu_header ol.parent > li.search > a {
            display: inline-block;
            height: 20px;
            position: relative;
            vertical-align: middle;
            font-size: 0;
            color: transparent;
            padding: 0 15px 0 20px;
            margin: 0;
            color: #000; }
            .headermenuburger_menu_header ol.parent > li.search > a:before {
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              background: url(../font/icon_search.svg?4a730ff9154ea7cd8696ffd795145543) center center no-repeat;
              background-size: 20px auto; }
        .headermenuburger_menu_header ol.parent > li.accesibility {
          margin-left: 0; }
          .headermenuburger_menu_header ol.parent > li.accesibility > a {
            display: inline-block;
            height: 20px;
            position: relative;
            vertical-align: middle;
            border-left: 2px solid #276c4c8c;
            font-size: 0;
            color: transparent;
            padding: 0 15px 0 20px;
            margin: 0;
            color: #000; }
            .headermenuburger_menu_header ol.parent > li.accesibility > a:before {
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              background: url(../font/icon_eye_barred.svg?23853fd8e6b460120179755abb7c5f1a) center center no-repeat;
              background-size: 20px auto; }
          .headermenuburger_menu_header ol.parent > li.accesibility.view-accesibility > a:before {
            background: url(../font/icon_eye.svg?fd77580110fd5d8c71bf51c491502664) center center no-repeat; }
        .headermenuburger_menu_header ol.parent > li.account {
          margin-left: 0; }
          .headermenuburger_menu_header ol.parent > li.account > a {
            display: inline-block;
            height: 20px;
            position: relative;
            vertical-align: middle;
            padding: 0 15px 0 20px;
            margin: 0;
            border-left: 2px solid #276c4c8c;
            font-size: 0;
            color: transparent;
            color: #000; }
            .headermenuburger_menu_header ol.parent > li.account > a:before {
              content: "";
              display: block;
              width: 20px;
              height: 20px;
              background: url(../font/icon_account.svg?b3806c8b60f327b94c497859b27a6a20) center center no-repeat;
              background-size: 100% 100%; }
        .headermenuburger_menu_header ol.parent > li.lang-item {
          margin-left: 0; }
          .headermenuburger_menu_header ol.parent > li.lang-item > a {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            padding: 0 0 0 20px;
            border-left: 2px solid #276c4c8c;
            margin: 0;
            height: 20px;
            line-height: 20px;
            text-transform: capitalize; }
        .headermenuburger_menu_header ol.parent > li > a {
          font-family: "Museo-Sans-300";
          font-weight: 400;
          font-size: 14px;
          text-decoration: none;
          color: #1f2020;
          padding-bottom: 10px; }
          .headermenuburger_menu_header ol.parent > li > a.headermenuburger_link-current-menu-parent, .headermenuburger_menu_header ol.parent > li > a.headermenuburger_link-current-menu-item {
            color: #016a4d !important; }
            .headermenuburger_menu_header ol.parent > li > a.headermenuburger_link-current-menu-parent::after, .headermenuburger_menu_header ol.parent > li > a.headermenuburger_link-current-menu-item::after {
              border-color: #016a4d !important; }
          .headermenuburger_menu_header ol.parent > li > a.has-children::after {
            content: "";
            border: solid #172c27;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            vertical-align: 2px;
            margin-left: 3px; }
          .headermenuburger_menu_header ol.parent > li > a:hover {
            color: #016a4d; }
        .headermenuburger_menu_header ol.parent > li:hover, .headermenuburger_menu_header ol.parent > li:focus-within {
          cursor: pointer; }
          .headermenuburger_menu_header ol.parent > li:hover > a, .headermenuburger_menu_header ol.parent > li:focus-within > a {
            color: #016a4d; }
            .headermenuburger_menu_header ol.parent > li:hover > a.has-children::after, .headermenuburger_menu_header ol.parent > li:focus-within > a.has-children::after {
              border-color: #016a4d; }
          .headermenuburger_menu_header ol.parent > li:hover > ul, .headermenuburger_menu_header ol.parent > li:focus-within > ul {
            visibility: visible;
            opacity: 1;
            display: block; }
        .headermenuburger_menu_header ol.parent > li ul {
          background: #fff;
          padding: 10px 15px;
          visibility: hidden;
          opacity: 0;
          min-width: 280px;
          position: absolute;
          transition: all 0.5s ease;
          left: 0;
          top: 25px;
          display: none;
          z-index: 99;
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
          .headermenuburger_menu_header ol.parent > li ul:hover, .headermenuburger_menu_header ol.parent > li ul:focus-visible {
            visibility: visible;
            opacity: 1;
            display: block; }
          .headermenuburger_menu_header ol.parent > li ul li {
            clear: both;
            width: 100%;
            min-width: 130px;
            padding: 5px 0;
            margin: 0;
            position: relative; }
            .headermenuburger_menu_header ol.parent > li ul li::before {
              display: none; }
            .headermenuburger_menu_header ol.parent > li ul li a {
              font-family: "Museo-Sans-300";
              font-weight: 400;
              font-size: 14px;
              text-decoration: none;
              color: #1f2020; }
              .headermenuburger_menu_header ol.parent > li ul li a.headermenuburger_link-current-menu-item {
                color: #016a4d !important; }
                .headermenuburger_menu_header ol.parent > li ul li a.headermenuburger_link-current-menu-item::after {
                  border-color: #016a4d !important; }
              .headermenuburger_menu_header ol.parent > li ul li a.has-children::after {
                content: "";
                border: solid #172c27;
                border-width: 1px 0 0 1px;
                display: inline-block;
                padding: 3px;
                transform: rotate(132deg);
                -webkit-transform: rotate(132deg);
                vertical-align: 2px;
                margin-left: 3px;
                float: right; }
              .headermenuburger_menu_header ol.parent > li ul li a:hover {
                color: #016a4d; }
                .headermenuburger_menu_header ol.parent > li ul li a:hover.has-children::after {
                  border-color: #016a4d; }
            .headermenuburger_menu_header ol.parent > li ul li:hover > ul.subchildren {
              visibility: visible;
              opacity: 1;
              display: block;
              left: 250px;
              top: -10px; }
  .headermenuburger_toggle-btn {
    display: block;
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
    padding-left: 25px;
    background: transparent;
    border: 0;
    z-index: 1; }
    .headermenuburger_toggle-btn:before {
      content: "";
      border-left: 2px solid #276c4c8c;
      position: absolute;
      left: 0;
      top: 7px;
      height: 22px; }
    @media (min-width: 768px) {
      .headermenuburger_toggle-btn {
        right: 0;
        top: 2px; } }
    .headermenuburger_toggle-btn span.menu_text {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden; }
    .headermenuburger_toggle-btn:hover .bar,
    .headermenuburger_toggle-btn:focus .bar,
    .headermenuburger_toggle-btn:active .bar {
      background-color: #016a4d;
      border-color: #016a4d; }
      .headermenuburger_toggle-btn:hover .bar:nth-child(2),
      .headermenuburger_toggle-btn:focus .bar:nth-child(2),
      .headermenuburger_toggle-btn:active .bar:nth-child(2) {
        margin-left: 0px; }
    .headermenuburger_toggle-btn .bar {
      display: block;
      width: 35px;
      height: 3px;
      border-radius: 13px;
      margin: 6px auto;
      background-color: #1f2020;
      transition: all 0.3s ease-in-out; }
    .headermenuburger_toggle-btn:focus:not(:focus-visible) {
      outline: 0; }
    .headermenuburger_toggle-btn:focus-visible {
      outline: 2px dashed #016a4d; }
  .headermenuburger_checkbox {
    display: none; }
    .headermenuburger_checkbox:checked + button.toggle-btn__cross {
      display: none; }
  .headermenuburger_checkbox_mobile {
    display: none; }
    .headermenuburger_checkbox_mobile:checked + button.toggle-btn__cross .bar:nth-child(2) {
      transform: translateX(50px);
      opacity: 0; }
    .headermenuburger_checkbox_mobile:checked + button.toggle-btn__cross .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg); }
    .headermenuburger_checkbox_mobile:checked + button.toggle-btn__cross .bar:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg); }
  .headermenuburger_item {
    padding-bottom: 5px; }
  .headermenuburger_menu {
    background-color: #fff;
    position: absolute;
    top: 0;
    padding-top: 100px;
    right: -450px;
    width: 450px;
    max-width: 100%;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    visibility: hidden; }
    .headermenuburger_menu .toggle-btn__cross.close {
      position: absolute;
      left: 28px;
      right: auto;
      top: 42px;
      width: 23px;
      padding: 0; }
      .headermenuburger_menu .toggle-btn__cross.close::before {
        border: 0; }
      .headermenuburger_menu .toggle-btn__cross.close svg {
        max-width: 100%; }
      .headermenuburger_menu .toggle-btn__cross.close .bar {
        background-color: #016a4d;
        border-color: #016a4d; }
        .headermenuburger_menu .toggle-btn__cross.close .bar:nth-child(2) {
          transform: translateX(50px);
          opacity: 0; }
        .headermenuburger_menu .toggle-btn__cross.close .bar:nth-child(1) {
          transform: translateY(10px) rotate(45deg); }
        .headermenuburger_menu .toggle-btn__cross.close .bar:nth-child(3) {
          transform: translateY(-10px) rotate(-45deg); }
    .headermenuburger_menu.menu_visible {
      visibility: visible;
      right: 0;
      transition: all 0.3s ease-in-out; }
    .headermenuburger_menu ul {
      list-style-type: none;
      position: relative;
      transition: all 0.3s ease-in-out; }
      .headermenuburger_menu ul.parent {
        padding: 50px 30px;
        margin: 50px 0; }
        .headermenuburger_menu ul.parent > li {
          margin: 0; }
          .headermenuburger_menu ul.parent > li::before {
            display: none; }
          .headermenuburger_menu ul.parent > li > a {
            font-weight: bold; }
      .headermenuburger_menu ul.children > li {
        margin: 0; }
        .headermenuburger_menu ul.children > li::before {
          display: none; }
        .headermenuburger_menu ul.children > li > a {
          padding: 5px 0;
          font-size: 14px; }
          .headermenuburger_menu ul.children > li > a:before {
            content: '';
            width: 16px;
            height: 1px;
            display: inline-block;
            background: #536462;
            vertical-align: middle; }
      .headermenuburger_menu ul li {
        margin: 0; }
        .headermenuburger_menu ul li::before {
          display: none; }
        .headermenuburger_menu ul li a {
          display: block;
          font-family: "Museo-Sans-500";
          font-weight: 400;
          font-size: 16px;
          text-decoration: none;
          padding: 5px 0;
          letter-spacing: 1px;
          color: #536462;
          transition: all 0.2s ease-in-out; }
          .headermenuburger_menu ul li a:hover {
            color: #016a4d; }
        .headermenuburger_menu ul li.acc-current-menu-item a {
          color: #016a4d !important; }
    .headermenuburger_menu_mobile {
      position: fixed;
      width: 100%;
      height: calc(100% - 80px);
      top: 80px;
      overflow: scroll;
      background-color: #016a4d;
      color: #FFF;
      transition: all .6s;
      z-index: 99; }
      .headermenuburger_menu_mobile label {
        display: none;
        color: #fff; }
      .headermenuburger_menu_mobile.close {
        top: 100%;
        height: 0; }
      @media (min-width: 768px) {
        .headermenuburger_menu_mobile {
          top: 100%;
          height: 0; } }
  .headermenuburger_account {
    background-color: #fff;
    position: absolute;
    top: 0;
    padding-top: 100px;
    right: -370px;
    width: 370px;
    max-width: 100%;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    visibility: hidden; }
    .headermenuburger_account.loading::before {
      content: "";
      background-color: #fff;
      width: 100%;
      height: 100%;
      opacity: .8;
      position: absolute;
      top: 0;
      left: 0; }
    .headermenuburger_account .loader,
    .headermenuburger_account .loader:after {
      left: 40% !important; }
    .headermenuburger_account p#status {
      font-size: 12px; }
      .headermenuburger_account p#status.error {
        color: red; }
      .headermenuburger_account p#status.success {
        color: green; }

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .headermenuburger_account.visible {
      visibility: visible;
      right: 0;
      transition: all 0.3s ease-in-out; }
    .headermenuburger_account_close {
      position: absolute;
      left: 28px;
      right: auto;
      top: 42px;
      width: 23px;
      padding: 0;
      cursor: pointer;
      background: transparent;
      border: 0; }
      .headermenuburger_account_close::before {
        border: 0; }
      .headermenuburger_account_close svg {
        max-width: 100%; }
      .headermenuburger_account_close label {
        display: none;
        color: #fff; }
      .headermenuburger_account_close:focus:not(:focus-visible) {
        outline: 0; }
      .headermenuburger_account_close:focus-visible {
        outline: 2px dashed #016a4d; }
    .headermenuburger_account_login, .headermenuburger_account_passwordLost, .headermenuburger_account_register {
      font-family: "playfair-regular";
      margin: 0 30px 30px;
      transition: all .5s ease-in-out; }
      .headermenuburger_account_login.hide, .headermenuburger_account_passwordLost.hide, .headermenuburger_account_register.hide {
        display: none; }
      .headermenuburger_account_login label, .headermenuburger_account_passwordLost label, .headermenuburger_account_register label {
        display: block;
        font-family: "Museo-Sans-300";
        font-size: 16px;
        color: #016a4d;
        text-transform: uppercase;
        margin: 15px 0 5px; }
        .headermenuburger_account_login label.error, .headermenuburger_account_passwordLost label.error, .headermenuburger_account_register label.error {
          text-transform: none;
          color: red;
          font-size: 12px;
          margin: 5px 0; }
      .headermenuburger_account_login input.input, .headermenuburger_account_passwordLost input.input, .headermenuburger_account_register input.input {
        border: 1px solid #E6E6E6;
        padding: 5px 10px;
        width: 100%; }
      .headermenuburger_account_login .login-remember label, .headermenuburger_account_passwordLost .login-remember label, .headermenuburger_account_register .login-remember label {
        font-family: "Museo-Sans-300";
        font-size: 15px;
        color: #536462;
        text-transform: none; }
      .headermenuburger_account_login .login-remember input, .headermenuburger_account_passwordLost .login-remember input, .headermenuburger_account_register .login-remember input {
        margin-right: 10px; }
      .headermenuburger_account_login .forgot-password, .headermenuburger_account_passwordLost .forgot-password, .headermenuburger_account_register .forgot-password {
        margin: 15px 0; }
        .headermenuburger_account_login .forgot-password a, .headermenuburger_account_passwordLost .forgot-password a, .headermenuburger_account_register .forgot-password a {
          color: #536462;
          font-family: "playfair-regular";
          font-size: 12px; }
      .headermenuburger_account_login .login-submit .button, .headermenuburger_account_passwordLost .login-submit .button, .headermenuburger_account_register .login-submit .button {
        background: #016a4d;
        color: #fff;
        display: block;
        font-family: "Museo-Sans-300";
        font-family: 16px;
        padding: 20px;
        margin: 30px 0;
        text-align: center;
        border: 0;
        width: 100%;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        .headermenuburger_account_login .login-submit .button:hover, .headermenuburger_account_login .login-submit .button:focus-within, .headermenuburger_account_passwordLost .login-submit .button:hover, .headermenuburger_account_passwordLost .login-submit .button:focus-within, .headermenuburger_account_register .login-submit .button:hover, .headermenuburger_account_register .login-submit .button:focus-within {
          background: #dff7ec;
          color: #016a4d; }
      .headermenuburger_account_login .button-cancel, .headermenuburger_account_passwordLost .button-cancel, .headermenuburger_account_register .button-cancel {
        background: #fff;
        color: #016a4d;
        border: 1px solid #016a4d;
        display: block;
        font-family: "Museo-Sans-300";
        font-family: 16px;
        padding: 20px;
        margin: 30px 0;
        text-align: center;
        width: 100%;
        cursor: pointer;
        transition: all .3s ease-in-out;
        text-decoration: none; }
        .headermenuburger_account_login .button-cancel:hover, .headermenuburger_account_login .button-cancel:focus-within, .headermenuburger_account_passwordLost .button-cancel:hover, .headermenuburger_account_passwordLost .button-cancel:focus-within, .headermenuburger_account_register .button-cancel:hover, .headermenuburger_account_register .button-cancel:focus-within {
          background: #dff7ec;
          color: #016a4d; }
    .headermenuburger_account_createlink {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      color: #536462;
      border-top: 1px solid #ccc;
      margin: 20px 0;
      padding-top: 20px; }
      .headermenuburger_account_createlink_btn {
        font-family: "Museo-Sans-300";
        font-size: 16px;
        color: #016a4d;
        text-decoration: none;
        border: 1px solid #016a4d;
        padding: 20px;
        text-align: center;
        display: block; }
        .headermenuburger_account_createlink_btn:hover {
          color: #016a4d;
          background-color: #dff7ec;
          transition: all 0.2s ease-in; }
    .headermenuburger_account_require {
      font-size: 12px;
      color: #536462;
      font-family: "Museo-Sans-300";
      margin-top: 50px; }
    .headermenuburger_account_title {
      font-family: "playfair-regular";
      font-size: 26px;
      color: #172C27;
      text-align: center;
      padding: 0 0 20px; }
  .headermenuburger_search {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding: 30px 0 0;
    width: 100%;
    background: #fff;
    position: absolute;
    text-align: center;
    top: 80px;
    left: 0;
    z-index: 99999999;
    transition: all .3s; }
    @media (min-width: 1024px) {
      .headermenuburger_search {
        top: 100px; } }
    .headermenuburger_search.visible {
      visibility: visible;
      opacity: 1;
      height: calc(100vh - 90px); }
      @media (min-width: 768px) {
        .headermenuburger_search.visible {
          height: 100%; } }
    .headermenuburger_search_close {
      font-family: "Museo-Sans-300";
      font-size: 12px;
      text-align: center;
      cursor: pointer;
      background: transparent;
      border: 0; }
      .headermenuburger_search_close span {
        display: block; }
    .headermenuburger_search_form {
      background: #016a4d;
      margin: 30px 0 0;
      padding-top: 30px;
      height: 200px; }
      .headermenuburger_search_form_inputZone {
        margin: auto;
        width: 90%;
        max-width: 100% !important;
        margin: 0 auto;
        background: #fff;
        height: 100%;
        padding: 50px 30px 0; }
        @media (min-width: 425px) {
          .headermenuburger_search_form_inputZone {
            width: 90%; } }
        @media (min-width: 768px) {
          .headermenuburger_search_form_inputZone {
            width: 80%; } }
        @media (min-width: 1024px) {
          .headermenuburger_search_form_inputZone {
            width: 1000px; } }
        @media (min-width: 1440px) {
          .headermenuburger_search_form_inputZone {
            width: 1200px; } }
        .headermenuburger_search_form_inputZone label {
          display: none; }
        .headermenuburger_search_form_inputZone span {
          position: relative;
          display: block; }
          .headermenuburger_search_form_inputZone span svg {
            position: absolute;
            width: 45px;
            right: 0;
            visibility: hidden; }
          .headermenuburger_search_form_inputZone span input {
            width: 100%;
            border-bottom: 1px solid #979797;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            font-family: "playfair-regular";
            font-size: 30px;
            color: #536462;
            display: block; }
            .headermenuburger_search_form_inputZone span input:focus-visible {
              outline: 1px solid #016a4d; }
          .headermenuburger_search_form_inputZone span:after {
            content: "";
            position: absolute;
            top: 10px;
            right: 10px;
            width: 20px;
            height: 20px;
            background: url(../font/icon_search.svg?4a730ff9154ea7cd8696ffd795145543) center center no-repeat;
            background-size: 20px auto; }
          .headermenuburger_search_form_inputZone span.loading svg {
            visibility: visible; }
          .headermenuburger_search_form_inputZone span.loading:after {
            visibility: hidden; }
    .headermenuburger_search_results {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      margin: 0 auto;
      background: #fff;
      height: 100%; }
      @media (min-width: 425px) {
        .headermenuburger_search_results {
          width: 90%; } }
      @media (min-width: 768px) {
        .headermenuburger_search_results {
          width: 80%; } }
      @media (min-width: 1024px) {
        .headermenuburger_search_results {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .headermenuburger_search_results {
          width: 1200px; } }
      @media (min-width: 768px) {
        .headermenuburger_search_results {
          height: auto; } }
      .headermenuburger_search_results .columns {
        display: block;
        overflow-y: scroll;
        height: calc(100% - 300px);
        padding: 0 20px 50px; }
        @media (min-width: 768px) {
          .headermenuburger_search_results .columns {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-column-gap: 25px;
            -moz-column-gap: 25px;
                 column-gap: 25px; } }
        @media (min-width: 1024px) {
          .headermenuburger_search_results .columns {
            display: grid;
            overflow-y: hidden;
            grid-template-columns: repeat(4, 1fr);
            grid-column-gap: 25px;
            -moz-column-gap: 25px;
                 column-gap: 25px; } }
      .headermenuburger_search_results .search_column {
        margin-bottom: 25px; }
      .headermenuburger_search_results.loading .columns {
        opacity: .3; }
      .headermenuburger_search_results .notfound {
        font-family: "playfair-regular";
        font-size: 20px;
        text-align: center;
        padding: 0 30px 40px;
        background: #fff; }
  .headermenuburger_accordion details.child summary {
    font-family: "Museo-Sans-300" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 5px 0 !important; }
    .headermenuburger_accordion details.child summary::-webkit-details-marker {
      display: none; }
    .headermenuburger_accordion details.child summary:after {
      content: "";
      border: solid #172c27;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg) !important;
      float: right;
      margin-top: 5px; }
  .headermenuburger_accordion details.child[open] summary {
    color: #fff; }
    .headermenuburger_accordion details.child[open] summary:after {
      content: "";
      border: solid #172c27;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg) !important;
      float: right; }
  .headermenuburger_accordion details.child[open] ul li a {
    font-family: "Museo-Sans-300";
    font-weight: 400;
    font-size: 14px; }
  .headermenuburger_accordion details.parent div {
    padding: 0 1.5em; }
  .headermenuburger_accordion details.parent + details {
    margin-top: .5rem; }
  .headermenuburger_accordion details.parent summary {
    font-family: "playfair-regular";
    font-size: 22px;
    color: #172c27;
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 10px 20px; }
    .headermenuburger_accordion details.parent summary::-webkit-details-marker {
      display: none; }
    .headermenuburger_accordion details.parent summary:after {
      content: "";
      border: solid #172c27;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      float: right;
      margin-top: 5px; }
  .headermenuburger_accordion details.parent[open] summary {
    color: #016a4d; }
    .headermenuburger_accordion details.parent[open] summary:after {
      content: "";
      border: solid #016a4d;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      float: right; }
  .headermenuburger_accordion details.parent[open] ul li a {
    font-family: "Museo-Sans-300";
    font-weight: 400;
    font-size: 14px; }
  .headermenuburger_accordion details.parent[open] details.child summary {
    color: #fff; }
    @media (min-width: 1024px) {
      .headermenuburger_accordion details.parent[open] details.child summary {
        color: #536462; } }
  .headermenuburger_accordion details.parent[open] details.child[open] summary {
    color: #fff; }

/****** Search Module ******/
.search_custom_bg {
  max-width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }

.search_custom_content {
  position: relative;
  background-color: #F4F7F6;
  padding: 20px;
  text-align: left;
  min-height: 120px; }

.search_custom_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  text-decoration: none; }

.search_custom_readmore {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .search_custom_readmore:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .search_custom_readmore:hover {
    right: 5px;
    transition: 0.2s ease-in; }

/****** Menu mobile ******/
.headermenuburger_nav {
  display: none; }
  @media (min-width: 768px) {
    .headermenuburger_nav {
      display: block;
      position: relative;
      padding-right: 80px; } }
  .headermenuburger_nav label {
    display: none; }
  .headermenuburger_nav_mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    background: #016a4d;
    width: 100%;
    height: 60px;
    left: 0;
    z-index: 998;
    align-content: center; }
    @media (min-width: 768px) {
      .headermenuburger_nav_mobile {
        display: none; } }
    .headermenuburger_nav_mobile_column {
      width: 20%;
      height: 100%;
      display: flex;
      align-content: center;
      justify-content: center; }
      .headermenuburger_nav_mobile_column label {
        display: none;
        color: #fff; }
      .headermenuburger_nav_mobile_column span.menu_text {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden; }
    .headermenuburger_nav_mobile_link {
      font-family: "Museo-Sans-300";
      font-size: 16px;
      color: #fff;
      line-height: 55px;
      text-decoration: none; }

.headermenuburger_toggle-btn_mobile {
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0; }
  .headermenuburger_toggle-btn_mobile:hover .bar,
  .headermenuburger_toggle-btn_mobile:focus .bar,
  .headermenuburger_toggle-btn_mobile:active .bar {
    background-color: #fff;
    border-color: #fff; }
    .headermenuburger_toggle-btn_mobile:hover .bar:nth-child(2),
    .headermenuburger_toggle-btn_mobile:focus .bar:nth-child(2),
    .headermenuburger_toggle-btn_mobile:active .bar:nth-child(2) {
      margin-left: 0px; }
  .headermenuburger_toggle-btn_mobile .bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 13px;
    margin: 6px auto;
    background-color: #fff;
    transition: all 0.3s ease-in-out; }
  .headermenuburger_toggle-btn_mobile:focus:not(:focus-visible) {
    outline: 0; }
  .headermenuburger_toggle-btn_mobile:focus-visible {
    outline: 2px dashed #016a4d; }

.headermenuburger_search_btn_mobile {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  color: #fff; }
  .headermenuburger_search_btn_mobile:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../font/icon_search_mobile.svg?a6dd692353b0582dcd420f8a22e82561) center center no-repeat;
    background-size: 20px auto; }

.headermenuburger_account_btn_mobile {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  color: #fff; }
  .headermenuburger_account_btn_mobile:before {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: url(../font/icon_account_mobile.svg?5c151b2a8ae5ab97b08d586a4fb0e415) center center no-repeat;
    background-size: 20px auto; }

.headermenuburger_top_btn_mobile {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
  color: #fff; }
  .headermenuburger_top_btn_mobile:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../font/icon_gototop_mobile.svg?e2531c6d1407003d53914c85cc07f748) center center no-repeat;
    background-size: 40px auto; }

.headermenuburger_menu_mobile {
  overflow: scroll; }
  .headermenuburger_menu_mobile .headermenuburger_accordion {
    overflow: scroll;
    padding: 20px 0px; }
    .headermenuburger_menu_mobile .headermenuburger_accordion ul {
      list-style-type: none;
      position: relative;
      transition: all 0.3s ease-in-out; }
      .headermenuburger_menu_mobile .headermenuburger_accordion ul li {
        margin: 0; }
        .headermenuburger_menu_mobile .headermenuburger_accordion ul li::before {
          display: none; }
    .headermenuburger_menu_mobile .headermenuburger_accordion details summary {
      color: #fff;
      background: #016a4d; }
      .headermenuburger_menu_mobile .headermenuburger_accordion details summary:after {
        border-color: #fff; }
    .headermenuburger_menu_mobile .headermenuburger_accordion details[open] summary {
      color: #fff; }
      .headermenuburger_menu_mobile .headermenuburger_accordion details[open] summary:after {
        border-color: #fff; }
    .headermenuburger_menu_mobile .headermenuburger_accordion details[open] ul li a {
      display: block;
      color: #fff;
      padding: 5px;
      text-decoration: none; }

.headermenuburger_logout {
  margin: 20px 0;
  float: right; }

.herofullimg {
  background-size: cover;
  position: relative;
  height: 600px; }
  @media (min-width: 1620px) {
    .herofullimg {
      max-width: 80%;
      margin: 0 auto; } }
  .herofullimg_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (min-width: 425px) {
      .herofullimg_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .herofullimg_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .herofullimg_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .herofullimg_container {
        width: 1200px; } }
  .herofullimg_title {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-top: 50px;
    z-index: 9; }
    @media (min-width: 768px) {
      .herofullimg_title {
        margin-top: 0;
        justify-content: center; } }
    @media (min-width: 1024px) {
      .herofullimg_title {
        margin-left: -50px; } }
    .herofullimg_title h1 {
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 1.5px;
      color: #fff;
      font-family: "playfair-regular";
      background: transparent; }
      @media (min-width: 768px) {
        .herofullimg_title h1 {
          font-size: 50px; } }
      @media (min-width: 1024px) {
        .herofullimg_title h1 {
          font-size: 60px; } }
    .herofullimg_title_relief {
      color: transparent;
      font-size: 46px;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      display: block;
      margin-bottom: 0px;
      font-family: 'Arial Black', 'Arial Bold', sans-serif;
      letter-spacing: 10px;
      background: transparent; }
      @media (min-width: 768px) {
        .herofullimg_title_relief {
          font-size: 52px;
          margin-bottom: -25px; } }
      @media (min-width: 1024px) {
        .herofullimg_title_relief {
          font-size: 62px;
          margin-bottom: -35px; } }
      @media (min-width: 1440px) {
        .herofullimg_title_relief {
          font-size: 72px;
          margin-bottom: -40px; } }
    .herofullimg_title_soustitle {
      padding: 30px 0 15px;
      font-size: 18px;
      color: #fff;
      font-family: "Museo-Sans-300-italic";
      background: transparent; }
      @media (min-width: 1440px) {
        .herofullimg_title_soustitle {
          font-size: 22px; } }
    .herofullimg_title_link {
      margin: 15px 0;
      padding: 15px 0;
      font-size: 16px;
      color: #fff;
      font-family: "Museo-Sans-300";
      border: 1px solid #fff;
      text-align: center;
      max-width: 200px;
      text-decoration: none;
      transition: all .3s ease-in-out;
      background: transparent; }
      @media (min-width: 768px) {
        .herofullimg_title_link {
          max-width: 300px;
          padding: 20px 0; } }
      .herofullimg_title_link:hover {
        background: #fff;
        color: #016a4d; }
      .herofullimg_title_link:focus-within {
        background: #fff;
        color: #016a4d;
        outline: 2px dashed #fff; }
  .herofullimg .homepage_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    display: none !important;
    background: #016a4d; }
    @media (min-width: 768px) {
      .herofullimg .homepage_slider {
        display: block !important; } }
    .herofullimg .homepage_slider_item {
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      /* &::before {
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
        @include desktop {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%);
        }
      } */ }
      .herofullimg .homepage_slider_item_img {
        width: auto !important;
        height: 100%; }
        @media (min-width: 1440px) {
          .herofullimg .homepage_slider_item_img {
            width: 100% !important; } }
    .herofullimg .homepage_slider.owl-carousel .owl-stage-outer {
      height: 100%; }
    .herofullimg .homepage_slider.owl-carousel .owl-stage, .herofullimg .homepage_slider.owl-carousel .owl-item {
      height: 100%; }
  .herofullimg .homepage_slider_mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    @media (min-width: 768px) {
      .herofullimg .homepage_slider_mobile {
        display: none; } }
    .herofullimg .homepage_slider_mobile_item {
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left center; }
      .herofullimg .homepage_slider_mobile_item_img {
        width: auto !important;
        height: 100%; }
        @media (min-width: 1440px) {
          .herofullimg .homepage_slider_mobile_item_img {
            width: 100% !important; } }

.lastmanifestations {
  width: 100%; }
  .lastmanifestations_top-none {
    padding-top: 0px; }
  .lastmanifestations_top-small {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .lastmanifestations_top-small {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_top-small {
        padding-top: 40px; } }
  .lastmanifestations_top-medium {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .lastmanifestations_top-medium {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_top-medium {
        padding-top: 80px; } }
  .lastmanifestations_top-large {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .lastmanifestations_top-large {
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_top-large {
        padding-top: 120px; } }
  .lastmanifestations_bottom-none {
    padding-bottom: 0px; }
  .lastmanifestations_bottom-small {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .lastmanifestations_bottom-small {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_bottom-small {
        padding-bottom: 40px; } }
  .lastmanifestations_bottom-medium {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .lastmanifestations_bottom-medium {
        padding-bottom: 60px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_bottom-medium {
        padding-bottom: 80px; } }
  .lastmanifestations_bottom-large {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .lastmanifestations_bottom-large {
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_bottom-large {
        padding-bottom: 120px; } }
  .lastmanifestations .title_section {
    margin-bottom: 50px; }
  .lastmanifestations_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: block; }
    @media (min-width: 425px) {
      .lastmanifestations_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .lastmanifestations_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .lastmanifestations_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .lastmanifestations_container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .lastmanifestations_container {
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .lastmanifestations_container_container {
        overflow-x: hidden !important; } }
  .lastmanifestations_card {
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .lastmanifestations_card {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        width: 48%; } }
  @media (min-width: 1024px) {
    .lastmanifestations_content {
      padding-left: 0; } }
  .lastmanifestations_title {
    font-family: "Museo-Sans-300";
    color: #016a4d;
    font-size: 16px;
    line-height: normal;
    text-decoration: none; }
  .lastmanifestations_description {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #536462;
    line-height: normal;
    margin: 10px 0; }
  .lastmanifestations_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none; }
    .lastmanifestations_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .lastmanifestations_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }
  .lastmanifestations img {
    width: 100%; }

.lastpublications {
  width: 100%;
  width: 100%;
  overflow-x: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-overflow-style: none; }
  .lastpublications_top-none {
    padding-top: 0px; }
  .lastpublications_top-small {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .lastpublications_top-small {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .lastpublications_top-small {
        padding-top: 40px; } }
  .lastpublications_top-medium {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .lastpublications_top-medium {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .lastpublications_top-medium {
        padding-top: 80px; } }
  .lastpublications_top-large {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .lastpublications_top-large {
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .lastpublications_top-large {
        padding-top: 120px; } }
  .lastpublications_bottom-none {
    padding-bottom: 0px; }
  .lastpublications_bottom-small {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .lastpublications_bottom-small {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .lastpublications_bottom-small {
        padding-bottom: 40px; } }
  .lastpublications_bottom-medium {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .lastpublications_bottom-medium {
        padding-bottom: 60px; } }
    @media (min-width: 1024px) {
      .lastpublications_bottom-medium {
        padding-bottom: 80px; } }
  .lastpublications_bottom-large {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .lastpublications_bottom-large {
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .lastpublications_bottom-large {
        padding-bottom: 120px; } }
  @media (min-width: 1440px) {
    .lastpublications {
      overflow-x: unset; } }
  .lastpublications::-webkit-scrollbar {
    width: 0 !important; }
  .lastpublications .title_section {
    margin-bottom: 50px; }
  .lastpublications_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex; }
    @media (min-width: 425px) {
      .lastpublications_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .lastpublications_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .lastpublications_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .lastpublications_container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .lastpublications_container {
        flex-wrap: nowrap; } }
    @media (min-width: 1024px) {
      .lastpublications_container_container {
        overflow-x: hidden !important; } }
  .lastpublications_card {
    background-color: #F4F7F6;
    min-width: 250px;
    height: auto;
    margin-right: 25px;
    padding-bottom: 35px;
    position: relative; }
    @media (min-width: 1024px) {
      .lastpublications_card {
        background-color: #F4F7F6;
        min-width: unset;
        margin-top: 0px;
        width: 23%; }
        .lastpublications_card:hover {
          box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
    @media (min-width: 1440px) {
      .lastpublications_card {
        width: 23%; } }
  .lastpublications_content {
    text-align: center; }
    @media (min-width: 1024px) {
      .lastpublications_content {
        padding-left: 0; } }
  .lastpublications_title {
    font-family: "playfair-regular";
    color: #4B4B4B;
    font-size: 16px;
    line-height: normal;
    margin: 20px;
    text-align: left; }
  .lastpublications p {
    font-family: "Museo-Sans-500";
    font-size: 15px;
    color: #000000; }
  .lastpublications_link {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none; }
    .lastpublications_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .lastpublications_link:hover {
      right: 5px;
      transition: 0.2s ease-in; }
  .lastpublications img {
    width: 100%; }
  .lastpublications_LinkallPosts {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 15px;
    text-align: center;
    margin: 20px auto; }
    .lastpublications_LinkallPosts:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

.lastseances {
  width: 100%; }
  .lastseances_top-none {
    padding-top: 0px; }
  .lastseances_top-small {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .lastseances_top-small {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .lastseances_top-small {
        padding-top: 40px; } }
  .lastseances_top-medium {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .lastseances_top-medium {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .lastseances_top-medium {
        padding-top: 80px; } }
  .lastseances_top-large {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .lastseances_top-large {
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .lastseances_top-large {
        padding-top: 120px; } }
  .lastseances_bottom-none {
    padding-bottom: 0px; }
  .lastseances_bottom-small {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .lastseances_bottom-small {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .lastseances_bottom-small {
        padding-bottom: 40px; } }
  .lastseances_bottom-medium {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .lastseances_bottom-medium {
        padding-bottom: 60px; } }
    @media (min-width: 1024px) {
      .lastseances_bottom-medium {
        padding-bottom: 80px; } }
  .lastseances_bottom-large {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .lastseances_bottom-large {
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .lastseances_bottom-large {
        padding-bottom: 120px; } }
  .lastseances .title_section {
    margin-bottom: 50px; }
  .lastseances_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: block; }
    @media (min-width: 425px) {
      .lastseances_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .lastseances_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .lastseances_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .lastseances_container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .lastseances_container {
        flex-wrap: nowrap;
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      .lastseances_container_container {
        overflow-x: hidden !important; } }
  .lastseances_card {
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .lastseances_card {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        width: 48%; } }
  @media (min-width: 1024px) {
    .lastseances_content {
      padding-left: 0; } }
  .lastseances_date {
    font-family: "Museo-Sans-300";
    color: #016a4d;
    font-size: 16px;
    line-height: normal; }
  .lastseances_title {
    font-family: "playfair-regular";
    color: #4B4B4B;
    font-size: 16px;
    line-height: normal;
    margin: 20px 0; }
  .lastseances_description {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #536462;
    line-height: normal;
    margin: 10px 0; }
  .lastseances_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none; }
    .lastseances_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .lastseances_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }
  .lastseances img {
    width: 100%; }

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

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

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

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

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

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

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

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

.listacademiciens_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listacademiciens_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listacademiciens_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listacademiciens_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listacademiciens_container {
      width: 1200px; } }

.listacademiciens_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  @media (min-width: 768px) {
    .listacademiciens_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listacademiciens_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listacademiciens_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listacademiciens_card {
      flex: 18%;
      max-width: 18%; } }

.listacademiciens_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listacademiciens_content {
      padding-left: 0; } }

.listacademiciens_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listacademiciens a {
  display: block; }

.listacademiciens p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listacademiciens_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listacademiciens_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listacademiciens_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listacademiciens img {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.listactionspedagogiques label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.listactionspedagogiques_filter {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top; }
  .listactionspedagogiques_filter button {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 10px 40px;
    text-align: center;
    background: transparent;
    margin: 30px auto;
    cursor: pointer; }
    .listactionspedagogiques_filter button:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

.listactionspedagogiques_items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 768px) {
    .listactionspedagogiques_items {
      grid-template-columns: repeat(2, 1fr); } }
  .listactionspedagogiques_items .hidden {
    display: none; }
  .listactionspedagogiques_items_title {
    font-family: "Museo-Sans-700";
    color: #016a4d;
    font-size: 16px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .listactionspedagogiques_items_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
  .listactionspedagogiques_items_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .listactionspedagogiques_items_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .listactionspedagogiques_items_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

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

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

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

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

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

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

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

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

.listactivitesmembres_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listactivitesmembres_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listactivitesmembres_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listactivitesmembres_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listactivitesmembres_container {
      width: 1200px; } }

.listactivitesmembres_card {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 768px) {
    .listactivitesmembres_card {
      grid-template-columns: repeat(2, 1fr); } }
  .listactivitesmembres_card .hidden {
    display: none; }
  .listactivitesmembres_card_title {
    font-family: "Museo-Sans-700";
    color: #016a4d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .listactivitesmembres_card_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
  .listactivitesmembres_card_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .listactivitesmembres_card_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .listactivitesmembres_card_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

.listactivitesmembres label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

.listassociesetrangers_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listassociesetrangers_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listassociesetrangers_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listassociesetrangers_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listassociesetrangers_container {
      width: 1200px; } }

.listassociesetrangers_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  @media (min-width: 768px) {
    .listassociesetrangers_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listassociesetrangers_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listassociesetrangers_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listassociesetrangers_card {
      flex: 18%;
      max-width: 18%; } }

.listassociesetrangers_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listassociesetrangers_content {
      padding-left: 0; } }

.listassociesetrangers_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listassociesetrangers a {
  display: block; }

.listassociesetrangers p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listassociesetrangers_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listassociesetrangers_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listassociesetrangers_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listassociesetrangers img {
  width: 100%; }

.listcategorycollections_top-none, .listcategorymembres_top-none {
  padding-top: 0px; }

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

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

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

.listcategorycollections_bottom-none, .listcategorymembres_bottom-none {
  padding-bottom: 0px; }

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

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

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

.listcategorycollections_container, .listcategorymembres_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listcategorycollections_container, .listcategorymembres_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listcategorycollections_container, .listcategorymembres_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listcategorycollections_container, .listcategorymembres_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listcategorycollections_container, .listcategorymembres_container {
      width: 1200px; } }

.listcategorycollections_card, .listcategorymembres_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  max-width: 48%;
  padding-bottom: 30px; }
  .listcategorycollections_card.show, .listcategorymembres_card.show {
    display: block !important; }
  .listcategorycollections_card.hidden, .listcategorymembres_card.hidden {
    display: none !important; }
  @media (min-width: 768px) {
    .listcategorycollections_card, .listcategorymembres_card {
      flex: 32%;
      max-width: 32%; } }
  @media (min-width: 1024px) {
    .listcategorycollections_card, .listcategorymembres_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listcategorycollections_card:hover, .listcategorymembres_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listcategorycollections_card, .listcategorymembres_card {
      height: auto;
      flex: 18%;
      max-width: 18%; } }

.listcategorycollections_content, .listcategorymembres_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listcategorycollections_content, .listcategorymembres_content {
      padding-left: 0; } }

.listcategorycollections_title, .listcategorymembres_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listcategorycollections a, .listcategorymembres a {
  display: block; }

.listcategorycollections p, .listcategorymembres p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listcategorycollections_link, .listcategorymembres_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listcategorycollections_link:after, .listcategorymembres_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listcategorycollections_link:hover, .listcategorymembres_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listcategorycollections img, .listcategorymembres img {
  width: 100%; }

.listcategorycollections .item_10, .listcategorymembres .item_10 {
  display: block; }

.listcategorycollections .item_9, .listcategorymembres .item_9 {
  display: block; }

.listcategorycollections .item_8, .listcategorymembres .item_8 {
  display: block; }

.listcategorycollections .item_7, .listcategorymembres .item_7 {
  display: block; }

.listcategorycollections .item_6, .listcategorymembres .item_6 {
  display: block; }

.listcategorycollections .item_5, .listcategorymembres .item_5 {
  display: block; }

.listcategorycollections .item_4, .listcategorymembres .item_4 {
  display: block; }

.listcategorycollections .item_11, .listcategorymembres .item_11 {
  display: none; }

.listcategorycollections .item_12, .listcategorymembres .item_12 {
  display: none; }

.listcategorycollections .item_13, .listcategorymembres .item_13 {
  display: none; }

.listcategorycollections .item_14, .listcategorymembres .item_14 {
  display: none; }

.listcategorycollections .item_15, .listcategorymembres .item_15 {
  display: none; }

.listcategorycollections .item_16, .listcategorymembres .item_16 {
  display: none; }

.listcategorycollections .item_17, .listcategorymembres .item_17 {
  display: none; }

.listcategorycollections .item_18, .listcategorymembres .item_18 {
  display: none; }

.listcategorycollections .item_19, .listcategorymembres .item_19 {
  display: none; }

.listcategorycollections .item_20, .listcategorymembres .item_20 {
  display: none; }

.listcategorycollections .item_21, .listcategorymembres .item_21 {
  display: none; }

.listcategorycollections .item_22, .listcategorymembres .item_22 {
  display: none; }

.listcategorycollections .item_23, .listcategorymembres .item_23 {
  display: none; }

.listcategorycollections .item_24, .listcategorymembres .item_24 {
  display: none; }

.listcategorycollections .item_25, .listcategorymembres .item_25 {
  display: none; }

.listcategorycollections .item_26, .listcategorymembres .item_26 {
  display: none; }

.listcategorycollections .item_27, .listcategorymembres .item_27 {
  display: none; }

.listcategorycollections .item_28, .listcategorymembres .item_28 {
  display: none; }

.listcategorycollections .item_29, .listcategorymembres .item_29 {
  display: none; }

.listcategorycollections .item_30, .listcategorymembres .item_30 {
  display: none; }

.listcategorycollections .item_31, .listcategorymembres .item_31 {
  display: none; }

.listcategorycollections .item_32, .listcategorymembres .item_32 {
  display: none; }

.listcategorycollections .item_33, .listcategorymembres .item_33 {
  display: none; }

.listcategorycollections .item_34, .listcategorymembres .item_34 {
  display: none; }

.listcategorycollections .item_35, .listcategorymembres .item_35 {
  display: none; }

.listcategorycollections .item_36, .listcategorymembres .item_36 {
  display: none; }

.listcategorycollections .item_37, .listcategorymembres .item_37 {
  display: none; }

.listcategorycollections .item_38, .listcategorymembres .item_38 {
  display: none; }

.listcategorycollections .item_39, .listcategorymembres .item_39 {
  display: none; }

.listcategorycollections .item_40, .listcategorymembres .item_40 {
  display: none; }

.listcategorycollections .item_41, .listcategorymembres .item_41 {
  display: none; }

.listcategorycollections .item_42, .listcategorymembres .item_42 {
  display: none; }

.listcategorycollections .item_43, .listcategorymembres .item_43 {
  display: none; }

.listcategorycollections .item_44, .listcategorymembres .item_44 {
  display: none; }

.listcategorycollections .item_45, .listcategorymembres .item_45 {
  display: none; }

.listcategorycollections .item_46, .listcategorymembres .item_46 {
  display: none; }

.listcategorycollections .item_47, .listcategorymembres .item_47 {
  display: none; }

.listcategorycollections .item_48, .listcategorymembres .item_48 {
  display: none; }

.listcategorycollections .item_49, .listcategorymembres .item_49 {
  display: none; }

.listcategorycollections .item_50, .listcategorymembres .item_50 {
  display: none; }

.listcategorycollections .item_51, .listcategorymembres .item_51 {
  display: none; }

.listcategorycollections .item_52, .listcategorymembres .item_52 {
  display: none; }

.listcategorycollections .item_53, .listcategorymembres .item_53 {
  display: none; }

.listcategorycollections .item_54, .listcategorymembres .item_54 {
  display: none; }

.listcategorycollections .item_55, .listcategorymembres .item_55 {
  display: none; }

.listcategorycollections .item_56, .listcategorymembres .item_56 {
  display: none; }

.listcategorycollections .item_57, .listcategorymembres .item_57 {
  display: none; }

.listcategorycollections .item_58, .listcategorymembres .item_58 {
  display: none; }

.listcategorycollections .item_59, .listcategorymembres .item_59 {
  display: none; }

.listcategorycollections .item_60, .listcategorymembres .item_60 {
  display: none; }

.listcategorycollections .item_61, .listcategorymembres .item_61 {
  display: none; }

.listcategorycollections .item_62, .listcategorymembres .item_62 {
  display: none; }

.listcategorycollections .item_63, .listcategorymembres .item_63 {
  display: none; }

.listcategorycollections .item_64, .listcategorymembres .item_64 {
  display: none; }

.listcategorycollections .item_65, .listcategorymembres .item_65 {
  display: none; }

.listcategorycollections .item_66, .listcategorymembres .item_66 {
  display: none; }

.listcategorycollections .item_67, .listcategorymembres .item_67 {
  display: none; }

.listcategorycollections .item_68, .listcategorymembres .item_68 {
  display: none; }

.listcategorycollections .item_69, .listcategorymembres .item_69 {
  display: none; }

.listcategorycollections .item_70, .listcategorymembres .item_70 {
  display: none; }

.listcategorycollections .item_71, .listcategorymembres .item_71 {
  display: none; }

.listcategorycollections .item_72, .listcategorymembres .item_72 {
  display: none; }

.listcategorycollections .item_73, .listcategorymembres .item_73 {
  display: none; }

.listcategorycollections .item_74, .listcategorymembres .item_74 {
  display: none; }

.listcategorycollections .item_75, .listcategorymembres .item_75 {
  display: none; }

.listcategorycollections .item_76, .listcategorymembres .item_76 {
  display: none; }

.listcategorycollections .item_77, .listcategorymembres .item_77 {
  display: none; }

.listcategorycollections .item_78, .listcategorymembres .item_78 {
  display: none; }

.listcategorycollections .item_79, .listcategorymembres .item_79 {
  display: none; }

.listcategorycollections .item_80, .listcategorymembres .item_80 {
  display: none; }

.listcategorycollections .item_81, .listcategorymembres .item_81 {
  display: none; }

.listcategorycollections .item_82, .listcategorymembres .item_82 {
  display: none; }

.listcategorycollections .item_83, .listcategorymembres .item_83 {
  display: none; }

.listcategorycollections .item_84, .listcategorymembres .item_84 {
  display: none; }

.listcategorycollections .item_85, .listcategorymembres .item_85 {
  display: none; }

.listcategorycollections .item_86, .listcategorymembres .item_86 {
  display: none; }

.listcategorycollections .item_87, .listcategorymembres .item_87 {
  display: none; }

.listcategorycollections .item_88, .listcategorymembres .item_88 {
  display: none; }

.listcategorycollections .item_89, .listcategorymembres .item_89 {
  display: none; }

.listcategorycollections .item_90, .listcategorymembres .item_90 {
  display: none; }

.listcategorycollections .item_91, .listcategorymembres .item_91 {
  display: none; }

.listcategorycollections .item_92, .listcategorymembres .item_92 {
  display: none; }

.listcategorycollections .item_93, .listcategorymembres .item_93 {
  display: none; }

.listcategorycollections .item_94, .listcategorymembres .item_94 {
  display: none; }

.listcategorycollections .item_95, .listcategorymembres .item_95 {
  display: none; }

.listcategorycollections .item_96, .listcategorymembres .item_96 {
  display: none; }

.listcategorycollections .item_97, .listcategorymembres .item_97 {
  display: none; }

.listcategorycollections .item_98, .listcategorymembres .item_98 {
  display: none; }

.listcategorycollections .item_99, .listcategorymembres .item_99 {
  display: none; }

.listcategorycollections .item_100, .listcategorymembres .item_100 {
  display: none; }

.listcategorycollections_showmore, .listcategorymembres_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listcategorycollections_showmore:hover, .listcategorymembres_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

.listcategorycollections_description, .listcategorymembres_description {
  margin-bottom: 30px; }
  .listcategorycollections_description a, .listcategorymembres_description a {
    display: inline-block; }

.listcategorycollections label, .listcategorymembres label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  width: 100%; }

.listcategorycollections select, .listcategorymembres select {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

.listcollections_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listcollections_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listcollections_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listcollections_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listcollections_container {
      width: 1200px; } }

.listcollections_card {
  background-color: #F4F7F6;
  flex: 100%;
  position: relative;
  margin-bottom: 2%;
  max-width: 100%;
  padding-bottom: 30px; }
  .listcollections_card.show {
    display: block !important; }
  @media (min-width: 768px) {
    .listcollections_card {
      flex: 48%;
      max-width: 48%; } }
  @media (min-width: 1024px) {
    .listcollections_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 31%;
      max-width: 31%; }
      .listcollections_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listcollections_card {
      height: auto;
      flex: 23%;
      max-width: 23%; } }

.listcollections_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listcollections_content {
      padding-left: 0; } }

.listcollections_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listcollections a {
  display: block; }

.listcollections p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listcollections_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listcollections_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listcollections_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listcollections img {
  width: 100%; }

.listcollections h2 {
  font-family: "playfair-regular";
  color: #1C332B;
  font-size: 32px;
  margin-bottom: 20px; }

.listcollections .item_1 {
  display: block; }

.listcollections .item_2 {
  display: block; }

.listcollections .item_3 {
  display: block; }

.listcollections .item_4 {
  display: block; }

.listcollections .item_5 {
  display: none; }

.listcollections .item_6 {
  display: none; }

.listcollections .item_7 {
  display: none; }

.listcollections .item_8 {
  display: none; }

.listcollections .item_9 {
  display: none; }

.listcollections .item_10 {
  display: none; }

.listcollections .item_11 {
  display: none; }

.listcollections .item_12 {
  display: none; }

.listcollections .item_13 {
  display: none; }

.listcollections .item_14 {
  display: none; }

.listcollections .item_15 {
  display: none; }

.listcollections .item_16 {
  display: none; }

.listcollections .item_17 {
  display: none; }

.listcollections .item_18 {
  display: none; }

.listcollections .item_19 {
  display: none; }

.listcollections .item_20 {
  display: none; }

.listcollections .item_21 {
  display: none; }

.listcollections .item_22 {
  display: none; }

.listcollections .item_23 {
  display: none; }

.listcollections .item_24 {
  display: none; }

.listcollections .item_25 {
  display: none; }

.listcollections .item_26 {
  display: none; }

.listcollections .item_27 {
  display: none; }

.listcollections .item_28 {
  display: none; }

.listcollections .item_29 {
  display: none; }

.listcollections .item_30 {
  display: none; }

.listcollections_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listcollections_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

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

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

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

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

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

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

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

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

.listcorrespondantetranger_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listcorrespondantetranger_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listcorrespondantetranger_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listcorrespondantetranger_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listcorrespondantetranger_container {
      width: 1200px; } }

.listcorrespondantetranger_card {
  background-color: #F4F7F6;
  flex: 100%;
  height: 410px;
  position: relative;
  margin-bottom: 2%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .listcorrespondantetranger_card {
      flex: 48%;
      max-width: 48%; } }
  @media (min-width: 1024px) {
    .listcorrespondantetranger_card {
      background-color: #F4F7F6;
      height: 400px;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listcorrespondantetranger_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listcorrespondantetranger_card {
      height: 450px;
      flex: 18%;
      max-width: 18%; } }

.listcorrespondantetranger_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listcorrespondantetranger_content {
      padding-left: 0; } }

.listcorrespondantetranger_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listcorrespondantetranger a {
  display: block; }

.listcorrespondantetranger p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listcorrespondantetranger_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listcorrespondantetranger_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listcorrespondantetranger_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listcorrespondantetranger img {
  width: 100%; }

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

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

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

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

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

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

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

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

.listcorrespondantfr_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listcorrespondantfr_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listcorrespondantfr_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listcorrespondantfr_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listcorrespondantfr_container {
      width: 1200px; } }

.listcorrespondantfr_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  @media (min-width: 768px) {
    .listcorrespondantfr_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listcorrespondantfr_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listcorrespondantfr_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listcorrespondantfr_card {
      flex: 18%;
      max-width: 18%; } }

.listcorrespondantfr_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listcorrespondantfr_content {
      padding-left: 0; } }

.listcorrespondantfr_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listcorrespondantfr a {
  display: block; }

.listcorrespondantfr p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listcorrespondantfr_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listcorrespondantfr_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listcorrespondantfr_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listcorrespondantfr img {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.listcoupoles_article {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1024px) {
    .listcoupoles_article {
      padding-bottom: 0;
      border: 0; } }
  .listcoupoles_article_img {
    display: inline-block;
    max-width: 30%; }
    .listcoupoles_article_img img {
      padding-right: 10%; }
  .listcoupoles_article_content {
    display: inline-block;
    vertical-align: top;
    max-width: 70%; }
    .listcoupoles_article_content_title {
      font-family: "Museo-Sans-500";
      color: #016a4d;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px;
      text-decoration: none;
      display: block;
      text-transform: none; }
    .listcoupoles_article_content_description {
      font-family: "Museo-Sans-300";
      color: #536462;
      font-size: 16px;
      line-height: 22px; }
    .listcoupoles_article_content_link {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      color: #016a4d;
      text-decoration: none;
      margin-top: 10px;
      display: block; }
      .listcoupoles_article_content_link:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
        background-size: 10px auto;
        vertical-align: middle;
        padding-left: 10px;
        padding-bottom: 4px;
        transition: all 0.2s ease-in; }
      .listcoupoles_article_content_link:hover {
        padding-left: 5px;
        transition: 0.2s ease-in; }

.listcoupoles label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.listcoupoles_parentselect {
  display: inline-block; }

.listcoupoles_childselect {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0; }
  .listcoupoles_childselect select {
    width: 100%;
    max-width: 100%; }
  @media (min-width: 1024px) {
    .listcoupoles_childselect {
      margin-top: 0;
      margin-left: 50px; } }

.listcoupoles_programme {
  margin-top: 30px;
  margin-bottom: 30px; }
  .listcoupoles_programme_title {
    font-family: "playfair-regular";
    color: #172C27;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  .listcoupoles_programme_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 22px; }
  .listcoupoles_programme_link {
    font-family: "Museo-Sans-300";
    font-size: 14px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .listcoupoles_programme_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .listcoupoles_programme_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

.listcoupoles_listarticles {
  background-color: #F4F7F6;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden; }
  @media (min-width: 1620px) {
    .listcoupoles_listarticles {
      max-width: 80%;
      margin: 30px auto; } }
  .listcoupoles_listarticles_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    @media (min-width: 425px) {
      .listcoupoles_listarticles_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .listcoupoles_listarticles_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .listcoupoles_listarticles_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .listcoupoles_listarticles_container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .listcoupoles_listarticles_container {
        grid-template-columns: repeat(2, 1fr); } }

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

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

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

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

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

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

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

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

.listfondations_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listfondations_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listfondations_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listfondations_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listfondations_container {
      width: 1200px; } }

.listfondations_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  @media (min-width: 768px) {
    .listfondations_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listfondations_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listfondations_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listfondations_card {
      flex: 18%;
      max-width: 18%; } }

.listfondations_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listfondations_content {
      padding-left: 0; } }

.listfondations_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listfondations a {
  display: block; }

.listfondations p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listfondations_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listfondations_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listfondations_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listfondations img {
  width: 100%; }

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

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

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

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

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

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

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

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

.listgrandspersonnages_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listgrandspersonnages_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listgrandspersonnages_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listgrandspersonnages_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listgrandspersonnages_container {
      width: 1200px; } }

.listgrandspersonnages_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  .listgrandspersonnages_card.show {
    display: block !important; }
  @media (min-width: 768px) {
    .listgrandspersonnages_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listgrandspersonnages_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listgrandspersonnages_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listgrandspersonnages_card {
      flex: 18%;
      max-width: 18%; } }

.listgrandspersonnages_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listgrandspersonnages_content {
      padding-left: 0; } }

.listgrandspersonnages_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listgrandspersonnages a {
  display: block; }

.listgrandspersonnages p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listgrandspersonnages_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listgrandspersonnages_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listgrandspersonnages_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listgrandspersonnages img {
  width: 100%; }

.listgrandspersonnages h2 {
  font-family: "playfair-regular";
  color: #1C332B;
  font-size: 32px;
  margin-bottom: 20px; }

.listgrandspersonnages .item_1 {
  display: block; }

.listgrandspersonnages .item_2 {
  display: block; }

.listgrandspersonnages .item_3 {
  display: block; }

.listgrandspersonnages .item_4 {
  display: block; }

.listgrandspersonnages .item_5 {
  display: block; }

.listgrandspersonnages .item_6 {
  display: none; }

.listgrandspersonnages .item_7 {
  display: none; }

.listgrandspersonnages .item_8 {
  display: none; }

.listgrandspersonnages .item_9 {
  display: none; }

.listgrandspersonnages .item_10 {
  display: none; }

.listgrandspersonnages .item_11 {
  display: none; }

.listgrandspersonnages .item_12 {
  display: none; }

.listgrandspersonnages .item_13 {
  display: none; }

.listgrandspersonnages .item_14 {
  display: none; }

.listgrandspersonnages .item_15 {
  display: none; }

.listgrandspersonnages .item_16 {
  display: none; }

.listgrandspersonnages .item_17 {
  display: none; }

.listgrandspersonnages .item_18 {
  display: none; }

.listgrandspersonnages .item_19 {
  display: none; }

.listgrandspersonnages .item_20 {
  display: none; }

.listgrandspersonnages .item_21 {
  display: none; }

.listgrandspersonnages .item_22 {
  display: none; }

.listgrandspersonnages .item_23 {
  display: none; }

.listgrandspersonnages .item_24 {
  display: none; }

.listgrandspersonnages .item_25 {
  display: none; }

.listgrandspersonnages .item_26 {
  display: none; }

.listgrandspersonnages .item_27 {
  display: none; }

.listgrandspersonnages .item_28 {
  display: none; }

.listgrandspersonnages .item_29 {
  display: none; }

.listgrandspersonnages .item_30 {
  display: none; }

.listgrandspersonnages .item_31 {
  display: none; }

.listgrandspersonnages .item_32 {
  display: none; }

.listgrandspersonnages .item_33 {
  display: none; }

.listgrandspersonnages .item_34 {
  display: none; }

.listgrandspersonnages .item_35 {
  display: none; }

.listgrandspersonnages .item_36 {
  display: none; }

.listgrandspersonnages .item_37 {
  display: none; }

.listgrandspersonnages .item_38 {
  display: none; }

.listgrandspersonnages .item_39 {
  display: none; }

.listgrandspersonnages .item_40 {
  display: none; }

.listgrandspersonnages .item_41 {
  display: none; }

.listgrandspersonnages .item_42 {
  display: none; }

.listgrandspersonnages .item_43 {
  display: none; }

.listgrandspersonnages .item_44 {
  display: none; }

.listgrandspersonnages .item_45 {
  display: none; }

.listgrandspersonnages .item_46 {
  display: none; }

.listgrandspersonnages .item_47 {
  display: none; }

.listgrandspersonnages .item_48 {
  display: none; }

.listgrandspersonnages .item_49 {
  display: none; }

.listgrandspersonnages .item_50 {
  display: none; }

.listgrandspersonnages .item_51 {
  display: none; }

.listgrandspersonnages .item_52 {
  display: none; }

.listgrandspersonnages .item_53 {
  display: none; }

.listgrandspersonnages .item_54 {
  display: none; }

.listgrandspersonnages .item_55 {
  display: none; }

.listgrandspersonnages .item_56 {
  display: none; }

.listgrandspersonnages .item_57 {
  display: none; }

.listgrandspersonnages .item_58 {
  display: none; }

.listgrandspersonnages .item_59 {
  display: none; }

.listgrandspersonnages .item_60 {
  display: none; }

.listgrandspersonnages .item_61 {
  display: none; }

.listgrandspersonnages .item_62 {
  display: none; }

.listgrandspersonnages .item_63 {
  display: none; }

.listgrandspersonnages .item_64 {
  display: none; }

.listgrandspersonnages .item_65 {
  display: none; }

.listgrandspersonnages .item_66 {
  display: none; }

.listgrandspersonnages .item_67 {
  display: none; }

.listgrandspersonnages .item_68 {
  display: none; }

.listgrandspersonnages .item_69 {
  display: none; }

.listgrandspersonnages .item_70 {
  display: none; }

.listgrandspersonnages .item_71 {
  display: none; }

.listgrandspersonnages .item_72 {
  display: none; }

.listgrandspersonnages .item_73 {
  display: none; }

.listgrandspersonnages .item_74 {
  display: none; }

.listgrandspersonnages .item_75 {
  display: none; }

.listgrandspersonnages .item_76 {
  display: none; }

.listgrandspersonnages .item_77 {
  display: none; }

.listgrandspersonnages .item_78 {
  display: none; }

.listgrandspersonnages .item_79 {
  display: none; }

.listgrandspersonnages .item_80 {
  display: none; }

.listgrandspersonnages .item_81 {
  display: none; }

.listgrandspersonnages .item_82 {
  display: none; }

.listgrandspersonnages .item_83 {
  display: none; }

.listgrandspersonnages .item_84 {
  display: none; }

.listgrandspersonnages .item_85 {
  display: none; }

.listgrandspersonnages .item_86 {
  display: none; }

.listgrandspersonnages .item_87 {
  display: none; }

.listgrandspersonnages .item_88 {
  display: none; }

.listgrandspersonnages .item_89 {
  display: none; }

.listgrandspersonnages .item_90 {
  display: none; }

.listgrandspersonnages .item_91 {
  display: none; }

.listgrandspersonnages .item_92 {
  display: none; }

.listgrandspersonnages .item_93 {
  display: none; }

.listgrandspersonnages .item_94 {
  display: none; }

.listgrandspersonnages .item_95 {
  display: none; }

.listgrandspersonnages .item_96 {
  display: none; }

.listgrandspersonnages .item_97 {
  display: none; }

.listgrandspersonnages .item_98 {
  display: none; }

.listgrandspersonnages .item_99 {
  display: none; }

.listgrandspersonnages .item_100 {
  display: none; }

.listgrandspersonnages_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listgrandspersonnages_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

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

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

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

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

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

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

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

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

.listhorscollections_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listhorscollections_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listhorscollections_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listhorscollections_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listhorscollections_container {
      width: 1200px; } }

.listhorscollections_card {
  background-color: #F4F7F6;
  flex: 100%;
  position: relative;
  margin-bottom: 2%;
  max-width: 100%;
  padding-bottom: 30px; }
  .listhorscollections_card.show {
    display: block !important; }
  @media (min-width: 768px) {
    .listhorscollections_card {
      flex: 48%;
      max-width: 48%; } }
  @media (min-width: 1024px) {
    .listhorscollections_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 31%;
      max-width: 31%; }
      .listhorscollections_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listhorscollections_card {
      height: auto;
      flex: 23%;
      max-width: 23%; } }

.listhorscollections_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listhorscollections_content {
      padding-left: 0; } }

.listhorscollections_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listhorscollections a {
  display: block; }

.listhorscollections p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listhorscollections_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listhorscollections_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listhorscollections_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listhorscollections img {
  width: 100%; }

.listhorscollections .item_1 {
  display: block; }

.listhorscollections .item_2 {
  display: block; }

.listhorscollections .item_3 {
  display: block; }

.listhorscollections .item_4 {
  display: block; }

.listhorscollections .item_5 {
  display: none; }

.listhorscollections .item_6 {
  display: none; }

.listhorscollections .item_7 {
  display: none; }

.listhorscollections .item_8 {
  display: none; }

.listhorscollections .item_9 {
  display: none; }

.listhorscollections .item_10 {
  display: none; }

.listhorscollections .item_11 {
  display: none; }

.listhorscollections .item_12 {
  display: none; }

.listhorscollections .item_13 {
  display: none; }

.listhorscollections .item_14 {
  display: none; }

.listhorscollections .item_15 {
  display: none; }

.listhorscollections .item_16 {
  display: none; }

.listhorscollections .item_17 {
  display: none; }

.listhorscollections .item_18 {
  display: none; }

.listhorscollections .item_19 {
  display: none; }

.listhorscollections .item_20 {
  display: none; }

.listhorscollections .item_21 {
  display: none; }

.listhorscollections .item_22 {
  display: none; }

.listhorscollections .item_23 {
  display: none; }

.listhorscollections .item_24 {
  display: none; }

.listhorscollections .item_25 {
  display: none; }

.listhorscollections .item_26 {
  display: none; }

.listhorscollections .item_27 {
  display: none; }

.listhorscollections .item_28 {
  display: none; }

.listhorscollections .item_29 {
  display: none; }

.listhorscollections .item_30 {
  display: none; }

.listhorscollections_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listhorscollections_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

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

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

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

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

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

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

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

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

.listlettresinformations_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listlettresinformations_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listlettresinformations_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listlettresinformations_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listlettresinformations_container {
      width: 1200px; } }

.listlettresinformations_card {
  background-color: #F4F7F6;
  flex: 100%;
  position: relative;
  margin-bottom: 2%;
  max-width: 100%;
  padding-bottom: 30px; }
  .listlettresinformations_card.hidden {
    display: none !important; }
  @media (min-width: 768px) {
    .listlettresinformations_card {
      flex: 48%;
      max-width: 48%; } }
  @media (min-width: 1024px) {
    .listlettresinformations_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 31%;
      max-width: 31%; }
      .listlettresinformations_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listlettresinformations_card {
      height: auto;
      flex: 23%;
      max-width: 23%; } }
  .listlettresinformations_card_image {
    max-width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
    .listlettresinformations_card_image_default {
      margin: 0 20px; }

.listlettresinformations_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listlettresinformations_content {
      padding-left: 0; } }

.listlettresinformations_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listlettresinformations a {
  display: block; }

.listlettresinformations p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listlettresinformations_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listlettresinformations_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listlettresinformations_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listlettresinformations img {
  width: 100%; }

.listlettresinformations .item_1 {
  display: block; }

.listlettresinformations .item_2 {
  display: block; }

.listlettresinformations .item_3 {
  display: block; }

.listlettresinformations .item_4 {
  display: block; }

.listlettresinformations .item_5 {
  display: none; }

.listlettresinformations .item_6 {
  display: none; }

.listlettresinformations .item_7 {
  display: none; }

.listlettresinformations .item_8 {
  display: none; }

.listlettresinformations .item_9 {
  display: none; }

.listlettresinformations .item_10 {
  display: none; }

.listlettresinformations .item_11 {
  display: none; }

.listlettresinformations .item_12 {
  display: none; }

.listlettresinformations .item_13 {
  display: none; }

.listlettresinformations .item_14 {
  display: none; }

.listlettresinformations .item_15 {
  display: none; }

.listlettresinformations .item_16 {
  display: none; }

.listlettresinformations .item_17 {
  display: none; }

.listlettresinformations .item_18 {
  display: none; }

.listlettresinformations .item_19 {
  display: none; }

.listlettresinformations .item_20 {
  display: none; }

.listlettresinformations .item_21 {
  display: none; }

.listlettresinformations .item_22 {
  display: none; }

.listlettresinformations .item_23 {
  display: none; }

.listlettresinformations .item_24 {
  display: none; }

.listlettresinformations .item_25 {
  display: none; }

.listlettresinformations .item_26 {
  display: none; }

.listlettresinformations .item_27 {
  display: none; }

.listlettresinformations .item_28 {
  display: none; }

.listlettresinformations .item_29 {
  display: none; }

.listlettresinformations .item_30 {
  display: none; }

.listlettresinformations_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listlettresinformations_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

.listlettresinformations label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  width: 100%; }

.listlettresinformations select {
  margin-bottom: 30px; }

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

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

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

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

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

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

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

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

.listmultisocieteasiatique_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .listmultisocieteasiatique_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .listmultisocieteasiatique_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .listmultisocieteasiatique_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .listmultisocieteasiatique_container {
      width: 1200px; } }

.listmultisocieteasiatique_card {
  background-color: #fff;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 35px;
  max-width: 48%; }
  .listmultisocieteasiatique_card.show {
    display: block !important; }
  @media (min-width: 768px) {
    .listmultisocieteasiatique_card {
      flex: 31%;
      max-width: 31%; } }
  @media (min-width: 1024px) {
    .listmultisocieteasiatique_card {
      background-color: #fff;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .listmultisocieteasiatique_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .listmultisocieteasiatique_card {
      flex: 18%;
      max-width: 18%; } }

.listmultisocieteasiatique_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .listmultisocieteasiatique_content {
      padding-left: 0; } }

.listmultisocieteasiatique_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.listmultisocieteasiatique a {
  display: block; }

.listmultisocieteasiatique p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.listmultisocieteasiatique_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .listmultisocieteasiatique_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .listmultisocieteasiatique_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.listmultisocieteasiatique img {
  width: 100%; }

.listmultisocieteasiatique h2 {
  font-family: "playfair-regular";
  color: #1C332B;
  font-size: 32px;
  margin-bottom: 20px; }

.listmultisocieteasiatique .item_1 {
  display: block; }

.listmultisocieteasiatique .item_2 {
  display: block; }

.listmultisocieteasiatique .item_3 {
  display: block; }

.listmultisocieteasiatique .item_4 {
  display: block; }

.listmultisocieteasiatique .item_5 {
  display: block; }

.listmultisocieteasiatique .item_6 {
  display: none; }

.listmultisocieteasiatique .item_7 {
  display: none; }

.listmultisocieteasiatique .item_8 {
  display: none; }

.listmultisocieteasiatique .item_9 {
  display: none; }

.listmultisocieteasiatique .item_10 {
  display: none; }

.listmultisocieteasiatique .item_11 {
  display: none; }

.listmultisocieteasiatique .item_12 {
  display: none; }

.listmultisocieteasiatique .item_13 {
  display: none; }

.listmultisocieteasiatique .item_14 {
  display: none; }

.listmultisocieteasiatique .item_15 {
  display: none; }

.listmultisocieteasiatique .item_16 {
  display: none; }

.listmultisocieteasiatique .item_17 {
  display: none; }

.listmultisocieteasiatique .item_18 {
  display: none; }

.listmultisocieteasiatique .item_19 {
  display: none; }

.listmultisocieteasiatique .item_20 {
  display: none; }

.listmultisocieteasiatique .item_21 {
  display: none; }

.listmultisocieteasiatique .item_22 {
  display: none; }

.listmultisocieteasiatique .item_23 {
  display: none; }

.listmultisocieteasiatique .item_24 {
  display: none; }

.listmultisocieteasiatique .item_25 {
  display: none; }

.listmultisocieteasiatique .item_26 {
  display: none; }

.listmultisocieteasiatique .item_27 {
  display: none; }

.listmultisocieteasiatique .item_28 {
  display: none; }

.listmultisocieteasiatique .item_29 {
  display: none; }

.listmultisocieteasiatique .item_30 {
  display: none; }

.listmultisocieteasiatique .item_31 {
  display: none; }

.listmultisocieteasiatique .item_32 {
  display: none; }

.listmultisocieteasiatique .item_33 {
  display: none; }

.listmultisocieteasiatique .item_34 {
  display: none; }

.listmultisocieteasiatique .item_35 {
  display: none; }

.listmultisocieteasiatique .item_36 {
  display: none; }

.listmultisocieteasiatique .item_37 {
  display: none; }

.listmultisocieteasiatique .item_38 {
  display: none; }

.listmultisocieteasiatique .item_39 {
  display: none; }

.listmultisocieteasiatique .item_40 {
  display: none; }

.listmultisocieteasiatique .item_41 {
  display: none; }

.listmultisocieteasiatique .item_42 {
  display: none; }

.listmultisocieteasiatique .item_43 {
  display: none; }

.listmultisocieteasiatique .item_44 {
  display: none; }

.listmultisocieteasiatique .item_45 {
  display: none; }

.listmultisocieteasiatique .item_46 {
  display: none; }

.listmultisocieteasiatique .item_47 {
  display: none; }

.listmultisocieteasiatique .item_48 {
  display: none; }

.listmultisocieteasiatique .item_49 {
  display: none; }

.listmultisocieteasiatique .item_50 {
  display: none; }

.listmultisocieteasiatique .item_51 {
  display: none; }

.listmultisocieteasiatique .item_52 {
  display: none; }

.listmultisocieteasiatique .item_53 {
  display: none; }

.listmultisocieteasiatique .item_54 {
  display: none; }

.listmultisocieteasiatique .item_55 {
  display: none; }

.listmultisocieteasiatique .item_56 {
  display: none; }

.listmultisocieteasiatique .item_57 {
  display: none; }

.listmultisocieteasiatique .item_58 {
  display: none; }

.listmultisocieteasiatique .item_59 {
  display: none; }

.listmultisocieteasiatique .item_60 {
  display: none; }

.listmultisocieteasiatique .item_61 {
  display: none; }

.listmultisocieteasiatique .item_62 {
  display: none; }

.listmultisocieteasiatique .item_63 {
  display: none; }

.listmultisocieteasiatique .item_64 {
  display: none; }

.listmultisocieteasiatique .item_65 {
  display: none; }

.listmultisocieteasiatique .item_66 {
  display: none; }

.listmultisocieteasiatique .item_67 {
  display: none; }

.listmultisocieteasiatique .item_68 {
  display: none; }

.listmultisocieteasiatique .item_69 {
  display: none; }

.listmultisocieteasiatique .item_70 {
  display: none; }

.listmultisocieteasiatique .item_71 {
  display: none; }

.listmultisocieteasiatique .item_72 {
  display: none; }

.listmultisocieteasiatique .item_73 {
  display: none; }

.listmultisocieteasiatique .item_74 {
  display: none; }

.listmultisocieteasiatique .item_75 {
  display: none; }

.listmultisocieteasiatique .item_76 {
  display: none; }

.listmultisocieteasiatique .item_77 {
  display: none; }

.listmultisocieteasiatique .item_78 {
  display: none; }

.listmultisocieteasiatique .item_79 {
  display: none; }

.listmultisocieteasiatique .item_80 {
  display: none; }

.listmultisocieteasiatique .item_81 {
  display: none; }

.listmultisocieteasiatique .item_82 {
  display: none; }

.listmultisocieteasiatique .item_83 {
  display: none; }

.listmultisocieteasiatique .item_84 {
  display: none; }

.listmultisocieteasiatique .item_85 {
  display: none; }

.listmultisocieteasiatique .item_86 {
  display: none; }

.listmultisocieteasiatique .item_87 {
  display: none; }

.listmultisocieteasiatique .item_88 {
  display: none; }

.listmultisocieteasiatique .item_89 {
  display: none; }

.listmultisocieteasiatique .item_90 {
  display: none; }

.listmultisocieteasiatique .item_91 {
  display: none; }

.listmultisocieteasiatique .item_92 {
  display: none; }

.listmultisocieteasiatique .item_93 {
  display: none; }

.listmultisocieteasiatique .item_94 {
  display: none; }

.listmultisocieteasiatique .item_95 {
  display: none; }

.listmultisocieteasiatique .item_96 {
  display: none; }

.listmultisocieteasiatique .item_97 {
  display: none; }

.listmultisocieteasiatique .item_98 {
  display: none; }

.listmultisocieteasiatique .item_99 {
  display: none; }

.listmultisocieteasiatique .item_100 {
  display: none; }

.listmultisocieteasiatique_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .listmultisocieteasiatique_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

.listprixacademie {
  width: 100%; }
  .listprixacademie_top-none {
    padding-top: 0px; }
  .listprixacademie_top-small {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .listprixacademie_top-small {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .listprixacademie_top-small {
        padding-top: 40px; } }
  .listprixacademie_top-medium {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .listprixacademie_top-medium {
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .listprixacademie_top-medium {
        padding-top: 80px; } }
  .listprixacademie_top-large {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .listprixacademie_top-large {
        padding-top: 80px; } }
    @media (min-width: 1024px) {
      .listprixacademie_top-large {
        padding-top: 120px; } }
  .listprixacademie_bottom-none {
    padding-bottom: 0px; }
  .listprixacademie_bottom-small {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .listprixacademie_bottom-small {
        padding-bottom: 30px; } }
    @media (min-width: 1024px) {
      .listprixacademie_bottom-small {
        padding-bottom: 40px; } }
  .listprixacademie_bottom-medium {
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .listprixacademie_bottom-medium {
        padding-bottom: 60px; } }
    @media (min-width: 1024px) {
      .listprixacademie_bottom-medium {
        padding-bottom: 80px; } }
  .listprixacademie_bottom-large {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .listprixacademie_bottom-large {
        padding-bottom: 80px; } }
    @media (min-width: 1024px) {
      .listprixacademie_bottom-large {
        padding-bottom: 120px; } }
  .listprixacademie_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .listprixacademie_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .listprixacademie_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .listprixacademie_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .listprixacademie_container {
        width: 1200px; } }
  .listprixacademie_content {
    background-color: #dff7ec;
    font-family: "Museo-Sans-300";
    font-size: 14px;
    color: #536462;
    padding: 40px 0;
    margin: 40px auto;
    max-width: 100%; }
    @media (min-width: 1620px) {
      .listprixacademie_content {
        max-width: 80%; } }
    .listprixacademie_content ul li {
      font-family: "Museo-Sans-300";
      color: #536462;
      list-style-type: square;
      margin: 8px 0;
      list-style: none; }
    .listprixacademie_content .hidden {
      display: none; }
  .listprixacademie label {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    display: block;
    margin-bottom: 20px; }

.listprixhome {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 40px; }
  .listprixhome_container {
    position: relative;
    z-index: 9;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .listprixhome_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .listprixhome_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .listprixhome_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .listprixhome_container {
        width: 1200px; } }
  .listprixhome_backgroundGreen {
    position: absolute;
    background-color: #dff7ec;
    width: 100%;
    height: 300px;
    top: 0;
    z-index: 0; }
  .listprixhome_title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #172c27;
    font-family: "playfair-regular";
    text-align: left; }
    @media (min-width: 768px) {
      .listprixhome_title {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .listprixhome_title {
        font-size: 52px; } }
    @media (min-width: 1440px) {
      .listprixhome_title {
        font-size: 62px; } }
  .listprixhome_relief {
    color: transparent;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #536462;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .listprixhome_relief {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .listprixhome_relief {
        font-size: 62px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .listprixhome_relief {
        font-size: 72px;
        margin-bottom: -40px; } }
  .listprixhome_text {
    font-size: 16px;
    color: #536462;
    font-family: "Museo-Sans-300";
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 1440px) {
      .listprixhome_text {
        padding-top: 0; } }
  .listprixhome_appels {
    margin: 10px; }
    @media (min-width: 768px) {
      .listprixhome_appels {
        margin: 40px 40px 0; } }
    @media (min-width: 1440px) {
      .listprixhome_appels {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px; } }
  .listprixhome_col {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .listprixhome_col {
        padding: 50px;
        box-shadow: none; } }
  .listprixhome_name {
    font-family: "playfair-regular";
    font-size: 18px;
    color: #172c27; }
  .listprixhome_fond_title {
    font-family: "playfair-regular";
    font-size: 25px;
    color: #016a4d;
    margin: 15px 0; }
  .listprixhome_description {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #536462;
    text-align: left;
    line-height: 24px; }
  .listprixhome_button {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    display: block; }
    .listprixhome_button:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

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

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

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

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

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

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

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

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

.mapsfrance_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .mapsfrance_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .mapsfrance_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .mapsfrance_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .mapsfrance_container {
      width: 1200px; } }
  .mapsfrance_container a {
    text-decoration: none;
    color: #78E2B6; }

.mapsfrance svg {
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
  height: auto; }

.mapsfrance path, .mapsfrance polygon, .mapsfrance text, .mapsfrance tspan {
  cursor: pointer;
  transition: fill 0.3s; }

.mapsfrance path:hover,
.mapsfrance polygon:hover {
  fill: #dff7ec !important; }

.multinumber {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
  overflow: hidden; }
  .multinumber_container {
    display: flex;
    justify-content: space-between;
    overflow: scroll;
    width: 100%;
    padding-bottom: 50px;
    margin: 0 20px; }
    @media (min-width: 1024px) {
      .multinumber_container {
        margin: auto;
        width: 90%;
        max-width: 100% !important;
        overflow: hidden; } }
  @media (min-width: 1024px) and (min-width: 425px) {
    .multinumber_container {
      width: 90%; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .multinumber_container {
      width: 80%; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .multinumber_container {
      width: 1000px; } }
  @media (min-width: 1024px) and (min-width: 1440px) {
    .multinumber_container {
      width: 1200px; } }
  .multinumber_item {
    display: flex;
    flex-direction: column;
    width: 170px;
    flex-shrink: 0;
    margin: 0 10px; }
    @media (min-width: 1024px) {
      .multinumber_item {
        width: 20%;
        padding: 0 30px;
        margin: 0; } }
    .multinumber_item:nth-child(1):before {
      content: "";
      display: block;
      width: 25px;
      height: 35px;
      background: url(../font/icon_multinumber_1.svg?5fd7a917568bb88f313a1bc3c592bf03) center center no-repeat;
      background-size: 25px auto; }
    .multinumber_item:nth-child(2):before {
      content: "";
      display: block;
      width: 25px;
      height: 35px;
      background: url(../font/icon_multinumber_2.svg?0503daca70dc9ab4c3d258be9322f127) center center no-repeat;
      background-size: 25px auto; }
    .multinumber_item:nth-child(3):before {
      content: "";
      display: block;
      width: 25px;
      height: 35px;
      background: url(../font/icon_multinumber_3.svg?54a1f718e7e547b2aa7c7af1adee467b) center center no-repeat;
      background-size: 25px auto; }
    .multinumber_item:nth-child(4):before {
      content: "";
      display: block;
      width: 25px;
      height: 35px;
      background: url(../font/icon_multinumber_4.svg?634f5304ffc1bc5c8738ce5ced887a97) center center no-repeat;
      background-size: 25px auto; }
  .multinumber_number {
    font-family: "playfair-regular";
    font-size: 56px;
    font-weight: 700;
    font-style: normal;
    color: #172C27;
    text-transform: inherit;
    line-height: 74.48px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 15px; }
  .multinumber_text {
    font-family: "Museo-Sans-300";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #016a4d;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .multinumber_text:after {
        content: "";
        border-right: 1px solid #016a4d;
        height: 85px;
        width: 1px;
        position: absolute;
        top: -10px;
        right: 0; } }

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

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

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

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

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

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

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

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

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

.paragraph p {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 24px; }

.paragraph strong {
  font-weight: 700; }

.paragraph em {
  font-style: italic; }

.paragraph ul {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .paragraph ul li {
    margin-bottom: 30px;
    line-height: 22px; }
    .paragraph ul li::before {
      content: "•";
      color: #000000;
      margin-right: 10px; }
    .paragraph ul li:last-of-type {
      margin-bottom: 0px; }

.paragraph a {
  color: #000000; }
  .paragraph a:hover {
    color: #000000;
    text-decoration: none; }

.paragraph ol {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .paragraph ol li {
    margin-bottom: 30px;
    line-height: 22px;
    counter-increment: li; }
    .paragraph ol li::before {
      content: "." counter(li);
      color: #000000;
      font-weight: 700;
      display: inline-block;
      width: 1em;
      margin-left: 0px;
      margin-right: 10px;
      text-align: right;
      direction: rtl; }
    .paragraph ol li:last-of-type {
      margin-bottom: 0px; }

.paragraph h1 {
  font-family: "Museo-Sans-500";
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 47.88px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .paragraph h1 {
      font-family: "Museo-Sans-500";
      font-size: 72px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 95.76px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.paragraph h2 {
  font-family: "Museo-Sans-500";
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 42.56px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .paragraph h2 {
      font-family: "Museo-Sans-500";
      font-size: 45px;
      font-weight: 500;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 59.85px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.paragraph h3 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .paragraph h3 {
      font-family: "Museo-Sans-500";
      font-size: 24px;
      font-weight: 600;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 31.92px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.paragraph h4 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.paragraph h5 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #016a4d;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.paragraph h6 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

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

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

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

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

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

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

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

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

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

.paragraphgreen_background {
  background-color: #dff7ec;
  padding: 40px 0; }
  @media (min-width: 1620px) {
    .paragraphgreen_background {
      max-width: 80%;
      margin: 0 auto; } }

.paragraphgreen p {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 24px; }

.paragraphgreen strong {
  font-weight: 700; }

.paragraphgreen em {
  font-style: italic; }

.paragraphgreen ul {
  margin: 20px 0;
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .paragraphgreen ul li {
    line-height: 22px; }
    .paragraphgreen ul li::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      margin-right: 5px;
      margin-bottom: 10px;
      background-color: #016a4d; }
    .paragraphgreen ul li:last-of-type {
      margin-bottom: 0px; }

.paragraphgreen a {
  color: #000000; }
  .paragraphgreen a:hover {
    color: #000000;
    text-decoration: none; }

.paragraphgreen ol {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #536462;
  text-transform: inherit;
  line-height: 21.28px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  .paragraphgreen ol li {
    margin-bottom: 30px;
    line-height: 22px;
    counter-increment: li; }
    .paragraphgreen ol li::before {
      content: "." counter(li);
      color: #000000;
      font-weight: 700;
      display: inline-block;
      width: 1em;
      margin-left: 0px;
      margin-right: 10px;
      text-align: right;
      direction: rtl; }
    .paragraphgreen ol li:last-of-type {
      margin-bottom: 0px; }

.paragraphgreen h1 {
  font-family: "Museo-Sans-500";
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 47.88px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .paragraphgreen h1 {
      font-family: "Museo-Sans-500";
      font-size: 72px;
      font-weight: 400;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 95.76px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.paragraphgreen h2 {
  font-family: "Museo-Sans-500";
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 42.56px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .paragraphgreen h2 {
      font-family: "Museo-Sans-500";
      font-size: 45px;
      font-weight: 500;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 59.85px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }

.paragraphgreen h3 {
  font-family: "playfair-regular";
  font-size: 18px;
  color: #172C27;
  margin-bottom: 15px; }

.paragraphgreen h4 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.paragraphgreen h5 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #016a4d;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.paragraphgreen h6 {
  font-family: "Museo-Sans-500";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  text-transform: inherit;
  line-height: 26.6px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

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

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

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

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

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

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

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

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

.selectionpublications_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%; }
  @media (min-width: 425px) {
    .selectionpublications_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .selectionpublications_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .selectionpublications_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .selectionpublications_container {
      width: 1200px; } }

.selectionpublications_card {
  background-color: #F4F7F6;
  flex: 48%;
  position: relative;
  margin-bottom: 20px;
  max-width: 48%;
  padding-bottom: 30px; }
  .selectionpublications_card.show {
    display: block !important; }
  .selectionpublications_card.hidden {
    display: none !important; }
  @media (min-width: 768px) {
    .selectionpublications_card {
      flex: 32%;
      max-width: 32%; } }
  @media (min-width: 1024px) {
    .selectionpublications_card {
      background-color: #F4F7F6;
      min-width: unset;
      margin-top: 0px;
      flex: 23%;
      max-width: 23%; }
      .selectionpublications_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1440px) {
    .selectionpublications_card {
      height: auto;
      flex: 18%;
      max-width: 18%; } }

.selectionpublications_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .selectionpublications_content {
      padding-left: 0; } }

.selectionpublications_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left; }

.selectionpublications a {
  display: block; }

.selectionpublications p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.selectionpublications_link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .selectionpublications_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .selectionpublications_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.selectionpublications img {
  width: 100%; }

.selectionpublications .item_10 {
  display: block; }

.selectionpublications .item_9 {
  display: block; }

.selectionpublications .item_8 {
  display: block; }

.selectionpublications .item_7 {
  display: block; }

.selectionpublications .item_6 {
  display: block; }

.selectionpublications .item_5 {
  display: block; }

.selectionpublications .item_4 {
  display: block; }

.selectionpublications .item_11 {
  display: none; }

.selectionpublications .item_12 {
  display: none; }

.selectionpublications .item_13 {
  display: none; }

.selectionpublications .item_14 {
  display: none; }

.selectionpublications .item_15 {
  display: none; }

.selectionpublications .item_16 {
  display: none; }

.selectionpublications .item_17 {
  display: none; }

.selectionpublications .item_18 {
  display: none; }

.selectionpublications .item_19 {
  display: none; }

.selectionpublications .item_20 {
  display: none; }

.selectionpublications .item_21 {
  display: none; }

.selectionpublications .item_22 {
  display: none; }

.selectionpublications .item_23 {
  display: none; }

.selectionpublications .item_24 {
  display: none; }

.selectionpublications .item_25 {
  display: none; }

.selectionpublications .item_26 {
  display: none; }

.selectionpublications .item_27 {
  display: none; }

.selectionpublications .item_28 {
  display: none; }

.selectionpublications .item_29 {
  display: none; }

.selectionpublications .item_30 {
  display: none; }

.selectionpublications .item_31 {
  display: none; }

.selectionpublications .item_32 {
  display: none; }

.selectionpublications .item_33 {
  display: none; }

.selectionpublications .item_34 {
  display: none; }

.selectionpublications .item_35 {
  display: none; }

.selectionpublications .item_36 {
  display: none; }

.selectionpublications .item_37 {
  display: none; }

.selectionpublications .item_38 {
  display: none; }

.selectionpublications .item_39 {
  display: none; }

.selectionpublications .item_40 {
  display: none; }

.selectionpublications .item_41 {
  display: none; }

.selectionpublications .item_42 {
  display: none; }

.selectionpublications .item_43 {
  display: none; }

.selectionpublications .item_44 {
  display: none; }

.selectionpublications .item_45 {
  display: none; }

.selectionpublications .item_46 {
  display: none; }

.selectionpublications .item_47 {
  display: none; }

.selectionpublications .item_48 {
  display: none; }

.selectionpublications .item_49 {
  display: none; }

.selectionpublications .item_50 {
  display: none; }

.selectionpublications .item_51 {
  display: none; }

.selectionpublications .item_52 {
  display: none; }

.selectionpublications .item_53 {
  display: none; }

.selectionpublications .item_54 {
  display: none; }

.selectionpublications .item_55 {
  display: none; }

.selectionpublications .item_56 {
  display: none; }

.selectionpublications .item_57 {
  display: none; }

.selectionpublications .item_58 {
  display: none; }

.selectionpublications .item_59 {
  display: none; }

.selectionpublications .item_60 {
  display: none; }

.selectionpublications .item_61 {
  display: none; }

.selectionpublications .item_62 {
  display: none; }

.selectionpublications .item_63 {
  display: none; }

.selectionpublications .item_64 {
  display: none; }

.selectionpublications .item_65 {
  display: none; }

.selectionpublications .item_66 {
  display: none; }

.selectionpublications .item_67 {
  display: none; }

.selectionpublications .item_68 {
  display: none; }

.selectionpublications .item_69 {
  display: none; }

.selectionpublications .item_70 {
  display: none; }

.selectionpublications .item_71 {
  display: none; }

.selectionpublications .item_72 {
  display: none; }

.selectionpublications .item_73 {
  display: none; }

.selectionpublications .item_74 {
  display: none; }

.selectionpublications .item_75 {
  display: none; }

.selectionpublications .item_76 {
  display: none; }

.selectionpublications .item_77 {
  display: none; }

.selectionpublications .item_78 {
  display: none; }

.selectionpublications .item_79 {
  display: none; }

.selectionpublications .item_80 {
  display: none; }

.selectionpublications .item_81 {
  display: none; }

.selectionpublications .item_82 {
  display: none; }

.selectionpublications .item_83 {
  display: none; }

.selectionpublications .item_84 {
  display: none; }

.selectionpublications .item_85 {
  display: none; }

.selectionpublications .item_86 {
  display: none; }

.selectionpublications .item_87 {
  display: none; }

.selectionpublications .item_88 {
  display: none; }

.selectionpublications .item_89 {
  display: none; }

.selectionpublications .item_90 {
  display: none; }

.selectionpublications .item_91 {
  display: none; }

.selectionpublications .item_92 {
  display: none; }

.selectionpublications .item_93 {
  display: none; }

.selectionpublications .item_94 {
  display: none; }

.selectionpublications .item_95 {
  display: none; }

.selectionpublications .item_96 {
  display: none; }

.selectionpublications .item_97 {
  display: none; }

.selectionpublications .item_98 {
  display: none; }

.selectionpublications .item_99 {
  display: none; }

.selectionpublications .item_100 {
  display: none; }

.selectionpublications_showmore {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #016a4d;
  text-decoration: none;
  border: 1px solid #016a4d;
  padding: 15px 40px;
  min-width: 300px;
  text-align: center;
  margin: 20px auto; }
  .selectionpublications_showmore:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

.selectionpublications_description {
  margin-bottom: 30px; }
  .selectionpublications_description a {
    display: inline-block; }

.selectionpublications label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.selectionpublications select {
  margin-bottom: 20px; }

.simplefooter {
  background-color: #016a4c;
  padding: 100px 0 0 0; }
  @media (min-width: 768px) {
    .simplefooter {
      display: block; } }
  .simplefooter *:focus-visible {
    outline: 2px dashed #fff; }
  .simplefooter-container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-direction: column-reverse;
    padding-bottom: 10px; }
    @media (min-width: 425px) {
      .simplefooter-container {
        width: 90%; } }
    @media (min-width: 768px) {
      .simplefooter-container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .simplefooter-container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .simplefooter-container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .simplefooter-container {
        flex-direction: row; } }
  .simplefooter_phone, .simplefooter_email, .simplefooter_address {
    display: flex;
    align-items: center;
    font-family: "Museo-Sans-300";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff; }
    .simplefooter_phone svg, .simplefooter_email svg, .simplefooter_address svg {
      width: 45px;
      display: inline-block;
      vertical-align: middle; }
  .simplefooter_nav {
    display: flex; }
    @media (min-width: 1024px) {
      .simplefooter_nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 45%; } }
    .simplefooter_nav li {
      margin-top: 0;
      margin-bottom: 20px; }
      .simplefooter_nav li::before {
        display: none; }
      .simplefooter_nav li a {
        color: #fff;
        font-family: "Museo-Sans-300";
        font-size: 16px;
        text-decoration: none; }
        .simplefooter_nav li a:hover {
          color: #dff7ec; }
  .simplefooter_container-subfooter {
    width: 100%;
    background: #fff;
    padding: 30px 0; }
  .simplefooter_subfooter {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    text-align: center;
    flex-direction: row-reverse;
    color: #172c27;
    letter-spacing: 1.28px; }
    .simplefooter_subfooter span,
    .simplefooter_subfooter a {
      width: 100%;
      display: block; }
    .simplefooter_subfooter *:focus-visible {
      outline: 2px dashed #016a4d; }
    @media (min-width: 768px) {
      .simplefooter_subfooter {
        display: flex;
        font-size: 12px;
        width: auto;
        flex-direction: unset; }
        .simplefooter_subfooter span {
          width: auto;
          display: flex; }
        .simplefooter_subfooter a {
          margin-left: 50px;
          width: auto;
          display: flex; } }
    @media (min-width: 768px) and (min-width: 1440px) {
      .simplefooter_subfooter a {
        margin-left: 100px; } }
    .simplefooter_subfooter a {
      text-decoration: none;
      font-family: "Museo-Sans-300";
      font-size: 12px;
      color: #172c27;
      letter-spacing: 1.28px; }
  .simplefooter_social label {
    display: block;
    color: #fff;
    font-family: "Museo-Sans-300";
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px; }
  .simplefooter_subsocial {
    display: flex;
    align-items: center;
    margin-top: 25px;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .simplefooter_subsocial {
        position: relative;
        margin-top: 0; } }
    .simplefooter_subsocial a {
      margin-right: 20px;
      display: flex;
      align-items: baseline;
      color: #fff; }
  .simplefooter_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 30px; }
    @media (min-width: 425px) {
      .simplefooter_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .simplefooter_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .simplefooter_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .simplefooter_container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .simplefooter_container {
        flex-direction: row; } }
    .simplefooter_container-subfooter {
      position: relative;
      padding-bottom: 90px;
      color: #172c27;
      width: 100%; }
      @media (min-width: 768px) {
        .simplefooter_container-subfooter {
          padding-bottom: 30px; } }
      .simplefooter_container-subfooter a,
      .simplefooter_container-subfooter span {
        margin-top: 10px; }
      .simplefooter_container-subfooter a:hover {
        transition: all 0.3s ease-in-out;
        color: #016a4d; }
  .simplefooter_donate {
    background: #dff7ec;
    color: #016a4d;
    font-family: "Museo-Sans-300";
    font-size: 14px;
    padding: 10px 35px;
    display: inline-block;
    text-decoration: none; }
    .simplefooter_donate:hover {
      color: #016a4d;
      background: #fff; }
  .simplefooter_contact {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    bottom: 8px; }
    @media (min-width: 425px) {
      .simplefooter_contact {
        width: 50%; } }
    @media (min-width: 768px) {
      .simplefooter_contact {
        width: auto !important; } }
    .simplefooter_contact a {
      color: #fff;
      text-decoration: none;
      display: block;
      margin-bottom: 20px; }
    .simplefooter_contact img {
      position: relative;
      max-width: 100%;
      width: 292px; }
    .simplefooter_contact_title {
      font-family: "Museo-Sans-500";
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 18.62px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 18px;
      letter-spacing: 1.28px;
      margin-bottom: 10px;
      display: inline-block; }
    .simplefooter_contact_text {
      font-family: "Museo-Sans-500";
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 18.62px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 18px;
      letter-spacing: 1.28px;
      position: relative;
      top: 7px; }
  .simplefooter_newsletter {
    margin-top: 50px; }
    .simplefooter_newsletter_container {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      background: #dff7ec;
      padding: 30px 50px 20px;
      margin-bottom: -40px;
      position: relative; }
      @media (min-width: 425px) {
        .simplefooter_newsletter_container {
          width: 90%; } }
      @media (min-width: 768px) {
        .simplefooter_newsletter_container {
          width: 80%; } }
      @media (min-width: 1024px) {
        .simplefooter_newsletter_container {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .simplefooter_newsletter_container {
          width: 1200px; } }
      .simplefooter_newsletter_container label {
        display: none; }
      .simplefooter_newsletter_container .wpcf7 {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        margin-top: 50px; }
    .simplefooter_newsletter #newsletter_message {
      color: #fff;
      font-size: 14px;
      font-family: "Museo-Sans-500";
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      color: #000000;
      text-transform: inherit;
      line-height: 18.62px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 18px;
      letter-spacing: 1.28px;
      display: block;
      margin-top: 5px;
      line-height: 18px; }
    .simplefooter_newsletter .newsletter_inputs_container {
      display: flex;
      align-items: flex-end; }
    .simplefooter_newsletter .mentions {
      color: #536462;
      font-family: "Museo-Sans-300";
      font-size: 12px;
      text-align: center;
      margin-top: 15px; }
    .simplefooter_newsletter form {
      display: flex;
      flex-direction: column;
      position: relative;
      padding-bottom: 30px; }
      .simplefooter_newsletter form br {
        display: none; }
    .simplefooter_newsletter input:focus-visible {
      outline: 1px solid #016a4d; }
    .simplefooter_newsletter input[type="email"] {
      width: 100%;
      height: 50px;
      font-family: "Museo-Sans-500";
      font-size: 14px;
      color: #95aeab;
      padding: 10px;
      border: 1px solid #95aeab;
      background: #fff; }
    .simplefooter_newsletter input[type="submit"] {
      position: relative;
      right: 0;
      top: 0;
      height: 50px;
      background: #016a4d;
      font-family: "Museo-Sans-300";
      font-size: 16px;
      color: #fff;
      padding: 0 15px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: 0.2s;
      width: 100%;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .simplefooter_newsletter input[type="submit"] {
          position: absolute;
          width: auto; } }
      .simplefooter_newsletter input[type="submit"]:hover, .simplefooter_newsletter input[type="submit"]:focus-within {
        background: #dff7ec;
        color: #016a4d; }
  .simplefooter .anr_captcha_field {
    margin-top: 10px; }
    @media (min-width: 1024px) {
      .simplefooter .anr_captcha_field {
        float: right; } }
  .simplefooter .wpcf7-not-valid-tip {
    display: none; }
  .simplefooter .wpcf7-not-valid {
    border: 1px solid #000000;
    border-radius: 8px; }
  .simplefooter .wpcf7-response-output {
    font-family: "Museo-Sans-500";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: red;
    text-transform: inherit;
    line-height: 18.62px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 18px;
    border: none !important;
    padding: 0 !important;
    margin: 15px 0 0 !important;
    padding: 0; }
    @media (min-width: 1024px) {
      .simplefooter .wpcf7-response-output {
        width: 100%; } }
  .simplefooter .wpcf7 .ajax-loader {
    display: none !important; }
  .simplefooter #scroll_to_top_button {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../font/icon_gototop_mobile.svg?e2531c6d1407003d53914c85cc07f748) center center no-repeat;
    background-size: auto;
    background-size: 40px auto;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .simplefooter #scroll_to_top_button.visible {
        display: block; } }

.simpleheader {
  background-color: #142137;
  height: 50px; }
  .simpleheader_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    height: 100%; }
    @media (min-width: 425px) {
      .simpleheader_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .simpleheader_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .simpleheader_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .simpleheader_container {
        width: 1200px; } }
  .simpleheader_linkLogo {
    height: 30px; }
  .simpleheader_logo {
    height: 30px; }
  .simpleheader_nav {
    display: none; }
  .simpleheader_link {
    font-family: "Museo-Sans-500";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #d0ced5;
    text-transform: inherit;
    line-height: 23.94px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .simpleheader_childrenLink {
    font-family: "Museo-Sans-500";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #d0ced5;
    text-transform: inherit;
    line-height: 23.94px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }

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

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

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

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

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

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

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

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

.slidervideo_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  position: relative; }
  @media (min-width: 425px) {
    .slidervideo_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .slidervideo_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .slidervideo_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .slidervideo_container {
      width: 1200px; } }

.societeasiatique {
  background-size: cover;
  position: relative;
  padding: 40px 0;
  margin-bottom: 40px; }
  .societeasiatique_container {
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 425px) {
      .societeasiatique_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .societeasiatique_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .societeasiatique_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .societeasiatique_container {
        width: 1200px; } }
    @media (min-width: 1440px) {
      .societeasiatique_container {
        flex-direction: row; } }
  .societeasiatique_backgroundGreen {
    position: absolute;
    background-color: #dff7ec;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0; }
    @media (min-width: 1440px) {
      .societeasiatique_backgroundGreen {
        height: 300px; } }
  .societeasiatique_col1, .societeasiatique_col2 {
    width: 100%; }
    @media (min-width: 1440px) {
      .societeasiatique_col1, .societeasiatique_col2 {
        width: 48%; } }
  .societeasiatique_title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #172c27;
    font-family: "playfair-regular";
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .societeasiatique_title {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .societeasiatique_title {
        font-size: 52px; } }
    @media (min-width: 1440px) {
      .societeasiatique_title {
        font-size: 62px; } }
  .societeasiatique_relief {
    color: transparent;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #536462;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .societeasiatique_relief {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .societeasiatique_relief {
        font-size: 62px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .societeasiatique_relief {
        font-size: 72px;
        margin-bottom: -40px; } }
  .societeasiatique_text {
    font-size: 16px;
    color: #536462;
    font-family: "Museo-Sans-300";
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 1440px) {
      .societeasiatique_text {
        padding-top: 0; } }
  .societeasiatique_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none; }
    .societeasiatique_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .societeasiatique_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }
  .societeasiatique_image {
    max-width: 100%;
    margin: 40px 0 0;
    border: 10px solid #fff; }
    @media (min-width: 1024px) {
      .societeasiatique_image {
        max-width: 48%;
        margin-right: 2%; }
        .societeasiatique_image:last-child {
          margin-right: 0; } }
  .societeasiatique_center {
    text-align: center; }
  .societeasiatique_logo {
    margin-top: 20px;
    max-width: 110px; }

@media (min-width: 425px) {
  .space_default {
    display: none; } }

.space_phablet {
  display: none; }
  @media (min-width: 425px) {
    .space_phablet {
      display: block; } }
  @media (min-width: 768px) {
    .space_phablet {
      display: none; } }

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

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

.space_desktop {
  display: none; }
  @media (min-width: 1440px) {
    .space_desktop {
      display: block; } }

.subtitle {
  display: flex;
  padding: 20px;
  justify-content: center;
  font-family: "Museo-Sans-500";
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #dff7ec;
  text-transform: inherit;
  line-height: 29.26px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

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

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

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

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

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

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

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

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

.textnote_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  padding: 25px;
  font-family: "Museo-Sans-300";
  font-size: 16px;
  color: #172C27;
  border: 1px solid #979797; }
  @media (min-width: 425px) {
    .textnote_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .textnote_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .textnote_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .textnote_container {
      width: 1200px; } }
  .textnote_container a {
    text-decoration: none;
    color: #78E2B6; }

.textwithimagevideo {
  position: relative; }
  .textwithimagevideo_container {
    position: relative;
    z-index: 9;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .textwithimagevideo_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .textwithimagevideo_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .textwithimagevideo_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .textwithimagevideo_container {
        width: 1200px; } }
  .textwithimagevideo_description {
    background-color: #F4F7F6;
    margin-top: 20px;
    padding: 40px 0;
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1620px) {
      .textwithimagevideo_description {
        max-width: 80%;
        margin: 0 auto; } }
    .textwithimagevideo_description .container {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      position: relative; }
      @media (min-width: 425px) {
        .textwithimagevideo_description .container {
          width: 90%; } }
      @media (min-width: 768px) {
        .textwithimagevideo_description .container {
          width: 80%; } }
      @media (min-width: 1024px) {
        .textwithimagevideo_description .container {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .textwithimagevideo_description .container {
          width: 1200px; } }
  .textwithimagevideo_text {
    text-align: justify; }
  .textwithimagevideo_image {
    position: relative;
    float: right;
    margin-top: -70px;
    margin-bottom: 10px; }
    .textwithimagevideo_image img {
      max-width: 100%;
      border: 10px solid #fff; }
    .textwithimagevideo_image i {
      display: block;
      text-align: center;
      font-size: 12px; }
    @media (min-width: 1024px) {
      .textwithimagevideo_image {
        margin-left: 25px;
        max-width: 400px; }
        .textwithimagevideo_image.left {
          float: left;
          margin-left: 0;
          margin-right: 25px; } }
    .textwithimagevideo_image.video {
      width: 400px;
      max-width: 100%; }
  .textwithimagevideo h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left; }

.textwithimagevideogreen {
  position: relative; }
  .textwithimagevideogreen.withvideo {
    margin-top: 180px; }
  .textwithimagevideogreen_container {
    position: relative;
    z-index: 9;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .textwithimagevideogreen_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .textwithimagevideogreen_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .textwithimagevideogreen_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .textwithimagevideogreen_container {
        width: 1200px; } }
  .textwithimagevideogreen_description {
    background-color: #dff7ec;
    margin-top: 20px;
    padding: 40px 0;
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1620px) {
      .textwithimagevideogreen_description {
        max-width: 80%;
        margin: 0 auto; } }
    .textwithimagevideogreen_description .container {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      position: relative; }
      @media (min-width: 425px) {
        .textwithimagevideogreen_description .container {
          width: 90%; } }
      @media (min-width: 768px) {
        .textwithimagevideogreen_description .container {
          width: 80%; } }
      @media (min-width: 1024px) {
        .textwithimagevideogreen_description .container {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .textwithimagevideogreen_description .container {
          width: 1200px; } }
  .textwithimagevideogreen_text {
    text-align: justify; }
  .textwithimagevideogreen_image {
    position: relative;
    float: right;
    margin-top: -70px;
    margin-bottom: 10px; }
    .textwithimagevideogreen_image img {
      max-width: 100%;
      border: 10px solid #fff; }
    .textwithimagevideogreen_image i {
      display: block;
      text-align: center;
      font-size: 12px; }
    @media (min-width: 768px) {
      .textwithimagevideogreen_image {
        max-width: 400px; } }
    .textwithimagevideogreen_image.image2, .textwithimagevideogreen_image.image3 {
      display: none; }
    .textwithimagevideogreen_image.noborder {
      border: 0; }
    @media (min-width: 1440px) {
      .textwithimagevideogreen_image.image2 {
        display: block;
        width: auto;
        width: 35%;
        margin-left: 0;
        margin-right: 25px; } }
    @media (min-width: 1024px) {
      .textwithimagevideogreen_image.image3 {
        display: block;
        width: auto;
        width: 27%;
        margin-left: 0;
        margin-right: 25px; } }
    @media (min-width: 1024px) {
      .textwithimagevideogreen_image {
        margin-left: 25px;
        max-width: 400px;
        width: 40%; }
        .textwithimagevideogreen_image.left {
          float: left;
          margin-left: 0;
          margin-right: 25px; } }
    .textwithimagevideogreen_image.video {
      width: 400px;
      max-width: 100%; }
  .textwithimagevideogreen h2 {
    font-family: "playfair-regular";
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
    line-height: normal; }

.title {
  display: flex;
  padding: 20px;
  justify-content: center;
  font-family: "Museo-Sans-500";
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  color: #dff7ec;
  text-transform: inherit;
  line-height: 63.84px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

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

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

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

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

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

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

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

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

.twocolumnstextimage_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse; }
  @media (min-width: 425px) {
    .twocolumnstextimage_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .twocolumnstextimage_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .twocolumnstextimage_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .twocolumnstextimage_container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .twocolumnstextimage_container {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .twocolumnstextimage_container-switch {
      flex-direction: row-reverse; } }
  .twocolumnstextimage_container-switch .twocolumnstextimage_rightside {
    text-align: left; }
  .twocolumnstextimage_container img {
    max-width: 100%;
    height: auto; }

.twocolumnstextimage_leftside {
  width: 100%;
  text-align: left; }
  @media (min-width: 1024px) {
    .twocolumnstextimage_leftside {
      width: 50%; } }

.twocolumnstextimage_rightside {
  width: 100%;
  margin-bottom: 30px;
  text-align: right; }
  @media (min-width: 1024px) {
    .twocolumnstextimage_rightside {
      width: 50%;
      margin-bottom: 0; } }

.twocolumnstextimage h2 {
  font-family: "playfair-regular";
  font-size: 32px;
  color: #213A31;
  line-height: normal;
  margin-bottom: 20px; }

.twocolumnstextimage_button {
  text-decoration: none;
  color: #016a4d;
  font-family: "Museo-Sans-300";
  font-size: 16px;
  padding: 15px;
  border: 1px solid #016a4d;
  margin: 30px 0;
  display: inline-block; }
  .twocolumnstextimage_button:hover {
    color: #016a4d;
    background-color: #dff7ec;
    transition: all 0.2s ease-in; }

.videothequehome {
  background-size: cover;
  position: relative;
  padding: 40px 0; }
  .videothequehome_container {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .videothequehome_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .videothequehome_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .videothequehome_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .videothequehome_container {
        width: 1200px; } }
  .videothequehome_col1, .videothequehome_col2 {
    overflow-wrap: normal;
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .videothequehome_col1, .videothequehome_col2 {
        width: 48%;
        text-align: right; } }
  .videothequehome_title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #172c27;
    font-family: "playfair-regular";
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .videothequehome_title {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .videothequehome_title {
        font-size: 52px; } }
    @media (min-width: 1440px) {
      .videothequehome_title {
        font-size: 62px; } }
  .videothequehome_relief {
    color: transparent;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #536462;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .videothequehome_relief {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .videothequehome_relief {
        font-size: 62px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .videothequehome_relief {
        font-size: 72px;
        margin-bottom: -40px; } }
  .videothequehome_link {
    display: inline-block;
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 15px;
    text-align: center;
    margin: 20px auto; }
    .videothequehome_link:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }
  .videothequehome_image {
    max-width: 100%;
    margin: 40px 0; }
  .videothequehome_box {
    padding: 0;
    margin: 40px 0;
    list-style: none;
    display: block; }
    @media (min-width: 768px) {
      .videothequehome_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 25px;
        -moz-column-gap: 25px;
             column-gap: 25px; } }
    @media (min-width: 1024px) {
      .videothequehome_box {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 25px;
        -moz-column-gap: 25px;
             column-gap: 25px; } }
  .videothequehome_card {
    width: auto;
    position: relative;
    margin-bottom: 55px;
    cursor: pointer; }
    .videothequehome_card:nth-of-type(1) {
      grid-column: 1 / span 2;
      grid-row: 1 / span 2; }
    .videothequehome_card:nth-of-type(6) {
      grid-column: 3 / span 2;
      grid-row: 3 / span 2; }
    .videothequehome_card:hover .videothequehome_list_image::before {
      background-color: rgba(0, 0, 0, 0.2); }
  .videothequehome_content {
    background-color: #F4F7F6;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    text-align: left;
    position: absolute;
    width: 95%;
    padding: 20px;
    left: 0;
    bottom: -40px;
    z-index: 99; }
    .videothequehome_content_date {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      line-height: normal;
      color: #016A4D;
      margin-bottom: 10px; }
    .videothequehome_content_title {
      font-family: "playfair-regular";
      font-size: 16px;
      line-height: normal;
      color: #172C27;
      text-decoration: none;
      margin-bottom: 10px;
      display: block; }
    .videothequehome_content_description {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      color: #536462;
      line-height: normal; }
  .videothequehome_list_image {
    height: 100%; }
    .videothequehome_list_image::before {
      content: "";
      width: 100%;
      display: block;
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
      background-position: 50%;
      background-size: calc(35px + 10%) auto;
      background-repeat: no-repeat;
      transition: all .3s ease-in;
      height: 100%;
      z-index: 99;
      min-height: 400px; }
      @media (min-width: 1024px) {
        .videothequehome_list_image::before {
          min-height: 200px; } }
  .videothequehome_list_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }

.videothequepage {
  background-size: cover;
  position: relative;
  margin-top: -40px; }
  .videothequepage_container {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .videothequepage_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .videothequepage_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .videothequepage_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .videothequepage_container {
        width: 1200px; } }
  .videothequepage_col1, .videothequepage_col2 {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .videothequepage_col1, .videothequepage_col2 {
        width: 48%;
        text-align: right; } }
  .videothequepage_title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #172c27;
    font-family: "playfair-regular";
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .videothequepage_title {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .videothequepage_title {
        font-size: 52px; } }
    @media (min-width: 1440px) {
      .videothequepage_title {
        font-size: 62px; } }
  .videothequepage_relief {
    color: transparent;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #536462;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .videothequepage_relief {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .videothequepage_relief {
        font-size: 62px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .videothequepage_relief {
        font-size: 72px;
        margin-bottom: -40px; } }
  .videothequepage_onecol_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    margin: 60px auto; }
    @media (min-width: 425px) {
      .videothequepage_onecol_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .videothequepage_onecol_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .videothequepage_onecol_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .videothequepage_onecol_container {
        width: 1200px; } }
    .videothequepage_onecol_container h2 {
      font-family: "playfair-regular";
      font-size: 26px;
      color: #1C332B;
      margin-bottom: 30px;
      text-align: center; }
  .videothequepage_filter {
    display: inline-block;
    margin-bottom: 50px;
    vertical-align: top; }
  .videothequepage label {
    font-family: "Museo-Sans-500";
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
  .videothequepage_videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px; }
    .videothequepage_videos_card {
      width: auto;
      position: relative;
      margin-bottom: 55px;
      cursor: pointer; }
      .videothequepage_videos_card:hover .videothequepage_videos_list_image::before {
        background-color: rgba(0, 0, 0, 0.2); }
    .videothequepage_videos_content {
      background-color: #F4F7F6;
      border-top: 10px solid #fff;
      border-right: 10px solid #fff;
      text-align: left;
      position: absolute;
      width: 95%;
      padding: 20px;
      left: 0;
      bottom: -40px;
      z-index: 99; }
      .videothequepage_videos_content_date {
        font-family: "Museo-Sans-300";
        font-size: 14px;
        line-height: normal;
        color: #016A4D;
        margin-bottom: 10px; }
      .videothequepage_videos_content_title {
        font-family: "playfair-regular";
        font-size: 16px;
        line-height: normal;
        color: #172C27;
        text-decoration: none;
        margin-bottom: 10px;
        display: block; }
      .videothequepage_videos_content_description {
        font-family: "Museo-Sans-300";
        font-size: 14px;
        color: #536462;
        line-height: normal; }
    .videothequepage_videos_list_image {
      height: 100%; }
      .videothequepage_videos_list_image::before {
        content: "";
        width: 100%;
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
        background-position: 50%;
        background-size: calc(35px + 10%) auto;
        background-repeat: no-repeat;
        transition: all .3s ease-in;
        height: 100%;
        z-index: 99;
        min-height: 400px; }
        @media (min-width: 1024px) {
          .videothequepage_videos_list_image::before {
            min-height: 200px; } }
    .videothequepage_videos_list_img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover; }
  .videothequepage_parentselect {
    display: inline-block; }
  .videothequepage_childselect {
    display: inline-block;
    margin-top: 30px;
    margin-left: 0; }
    .videothequepage_childselect select {
      width: 100%;
      max-width: 100%; }
    @media (min-width: 1024px) {
      .videothequepage_childselect {
        margin-top: 0;
        margin-left: 50px; } }

.page404 {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .page404 {
      padding: 60px 0; } }
  .page404_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .page404_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .page404_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .page404_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .page404_container {
        width: 1200px; } }
  .page404_upper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page404_title {
    font-family: "Museo-Sans-300";
    font-size: 52px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 69.16px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .page404_title {
        font-family: "Museo-Sans-300";
        font-size: 106px;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        text-transform: inherit;
        line-height: 140.98px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .page404_missing {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page404_line {
    width: 60px;
    height: 2px;
    background: #000000; }
  .page404_subtitle {
    font-family: "Museo-Sans-500";
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
    line-height: 17.29px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin: auto 15px; }
    @media (min-width: 1024px) {
      .page404_subtitle {
        font-family: "Museo-Sans-500";
        font-size: 36px;
        font-weight: 400;
        font-style: normal;
        color: #000000;
        text-transform: uppercase;
        line-height: 47.88px;
        -webkit-font-smoothing: antialiased;
        text-decoration: none;
        letter-spacing: 1px; } }
  .page404_lower {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 50px 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(24%) sepia(83%) saturate(1136%) hue-rotate(133deg) brightness(95%) contrast(99%);
            filter: brightness(0) saturate(100%) invert(24%) sepia(83%) saturate(1136%) hue-rotate(133deg) brightness(95%) contrast(99%); }
    @media (min-width: 1024px) {
      .page404_image {
        width: auto; } }
  .page404_info {
    width: 100%;
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .page404_info {
        width: 45%;
        margin-top: 0; } }
  .page404_text {
    font-family: "Museo-Sans-500";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    text-transform: inherit;
    line-height: 21.28px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    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 {
    cursor: pointer;
    text-align: center;
    display: block;
    width: 180px;
    height: 55px;
    line-height: 55px;
    font-family: "Museo-Sans-300";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #016a4d;
    margin: 30px 0 0  0; }
    @media (min-width: 768px) {
      .page404_firstbutton {
        margin: 30px 30px 0  0; } }
    .page404_firstbutton:hover {
      background: #dff7ec;
      color: #016a4d; }
  .page404_secondbutton {
    cursor: pointer;
    text-align: center;
    display: block;
    width: 180px;
    height: 55px;
    line-height: 55px;
    font-family: "Museo-Sans-300";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: #016a4d;
    margin: 30px 0 0 0; }
    .page404_secondbutton:hover {
      background: #dff7ec;
      color: #016a4d; }

.academicien_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .academicien_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .academicien_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .academicien_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .academicien_container {
      width: 1200px; } }
  .academicien_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left; }

.academicien_description {
  background-color: #F4F7F6;
  margin-top: 20px;
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px;
  min-height: 250px; }
  @media (min-width: 1620px) {
    .academicien_description {
      max-width: 80%;
      margin: 0 auto; } }

.academicien_text {
  text-align: justify; }

.academicien_image {
  position: relative;
  float: right;
  margin-top: -70px;
  margin-bottom: 25px;
  max-width: 100%;
  border: 10px solid #fff; }
  @media (min-width: 1024px) {
    .academicien_image {
      margin-left: 25px;
      max-width: 400px;
      max-height: 370px; } }

.academicien_articlesenligne {
  margin: 60px auto;
  clear: both;
  max-width: 600px; }
  .academicien_articlesenligne h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
  .academicien_articlesenligne_item {
    margin: 20px 0;
    font-family: "playfair-regular";
    font-size: 18px;
    line-height: 26px;
    color: #172C27; }
    .academicien_articlesenligne_item span {
      color: #016a4d; }
    .academicien_articlesenligne_item a {
      display: block;
      color: #016a4d;
      margin: 10px 0;
      font-family: "Museo-Sans-300";
      font-size: 16px;
      padding-left: 0;
      text-decoration: none;
      transition: 0.2s ease-in; }
      .academicien_articlesenligne_item a:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../font/icon_link_externe.svg?6e938a2b47beeb1aa74911b7f3618517) top center no-repeat;
        background-size: 15px auto;
        vertical-align: middle;
        padding-bottom: 15px;
        padding-left: 12px;
        transition: all 0.2s ease-in; }
      .academicien_articlesenligne_item a:hover {
        padding-left: 10px;
        transition: 0.2s ease-in; }

.academicien_columns {
  position: relative; }
  .academicien_columns_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    position: relative;
    padding-bottom: 40px; }
    @media (min-width: 425px) {
      .academicien_columns_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .academicien_columns_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .academicien_columns_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .academicien_columns_container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .academicien_columns_container {
        grid-template-columns: repeat(2, 1fr); } }
  .academicien_columns h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    padding-bottom: 30px;
    text-align: left;
    background: #fff; }
  .academicien_columns_col {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #536462;
    line-height: 24px;
    padding-top: 75px; }
    .academicien_columns_col:first-child {
      background: url(../img/athena-draw.jpg?c33874d1c698d837172c9955a29e2744) center -150px no-repeat; }
    .academicien_columns_col:nth-child(2) {
      z-index: 9;
      background: #fff;
      padding-right: 20px;
      padding-left: 20px; }
    .academicien_columns_col p {
      background: #fff; }
    .academicien_columns_col ul li {
      font-family: "Museo-Sans-300";
      font-size: 16px;
      line-height: 24px;
      margin: 15px 0; }

.academicien_backgroundGreen {
  position: absolute;
  background-color: #dff7ec;
  width: 100%;
  height: 400px;
  bottom: 0;
  z-index: 0; }

.academicien_onecol_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  margin: 60px auto; }
  @media (min-width: 425px) {
    .academicien_onecol_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .academicien_onecol_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .academicien_onecol_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .academicien_onecol_container {
      width: 1200px; } }
  .academicien_onecol_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    margin-bottom: 30px;
    text-align: center; }

.academicien_videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px; }
  .academicien_videos_card {
    width: auto;
    position: relative;
    margin-bottom: 55px;
    cursor: pointer;
    display: none; }
    .academicien_videos_card:hover .academicien_videos_list_image::before {
      background-color: rgba(0, 0, 0, 0.2); }
  .academicien_videos_content {
    background-color: #F4F7F6;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    text-align: left;
    position: absolute;
    width: 95%;
    padding: 20px;
    left: 0;
    bottom: -40px;
    z-index: 99; }
    .academicien_videos_content_date {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      line-height: normal;
      color: #016A4D;
      margin-bottom: 10px; }
    .academicien_videos_content_title {
      font-family: "playfair-regular";
      font-size: 16px;
      line-height: normal;
      color: #172C27;
      text-decoration: none;
      margin-bottom: 10px;
      display: block; }
    .academicien_videos_content_description {
      font-family: "Museo-Sans-300";
      font-size: 14px;
      color: #536462;
      line-height: normal; }
  .academicien_videos_list_image {
    height: 100%; }
    .academicien_videos_list_image::before {
      content: "";
      width: 100%;
      display: block;
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
      background-position: 50%;
      background-size: calc(35px + 10%) auto;
      background-repeat: no-repeat;
      transition: all .3s ease-in;
      height: 100%;
      z-index: 99;
      min-height: 400px; }
      @media (min-width: 1024px) {
        .academicien_videos_list_image::before {
          min-height: 200px; } }
  .academicien_videos_list_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .academicien_videos_loadMore {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 15px;
    text-align: center;
    margin: 20px auto;
    display: block;
    max-width: 240px; }
    .academicien_videos_loadMore:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

.collections {
  clear: both; }
  .collections_container {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .collections_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .collections_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .collections_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .collections_container {
        width: 1200px; } }
    .collections_container h2 {
      font-family: "playfair-regular";
      font-size: 26px;
      color: #1C332B;
      margin-bottom: 30px;
      text-align: left; }
    .collections_container h3 {
      font-family: "playfair-regular";
      font-size: 20px;
      color: #1C332B;
      margin-bottom: 30px;
      text-align: left; }
    .collections_container.slider_another {
      margin-top: 80px;
      overflow: hidden;
      position: relative; }
  .collections_description {
    background-color: #F4F7F6;
    margin-top: 20px;
    padding: 40px 0;
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1620px) {
      .collections_description {
        max-width: 80%;
        margin: 0 auto; } }
  .collections_text {
    text-align: justify; }
    .collections_text img.alignleft {
      margin-right: 30px; }
    .collections_text p {
      overflow: hidden;
      margin: 10px 0; }
    .collections_text_prix {
      font-family: "Museo-Sans-500";
      font-size: 32px;
      color: #016a4d;
      margin: 20px 0; }
    .collections_text_commander {
      font-family: "Museo-Sans-300";
      font-size: 16px;
      color: #016a4d;
      text-decoration: none;
      border: 1px solid #016a4d;
      padding: 15px 40px;
      text-align: center;
      margin: 20px auto;
      display: inline-block; }
      .collections_text_commander:hover {
        color: #016a4d;
        background-color: #dff7ec;
        transition: all 0.2s ease-in; }
  .collections_image {
    position: relative;
    float: right;
    margin-top: -70px;
    margin-bottom: 25px;
    max-width: 100%;
    border: 10px solid #fff; }
    @media (min-width: 1024px) {
      .collections_image {
        margin-left: 25px;
        max-width: 400px;
        max-height: 370px; } }
  .collections_columns {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .collections_columns {
        width: 90%; } }
    @media (min-width: 768px) {
      .collections_columns {
        width: 80%; } }
    @media (min-width: 1024px) {
      .collections_columns {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .collections_columns {
        width: 1200px; } }
    .collections_columns_container {
      display: grid;
      grid-template-columns: 3fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      position: relative;
      padding-bottom: 40px;
      width: 100%;
      margin-top: 75px; }
      @media (min-width: 768px) {
        .collections_columns_container {
          grid-template-columns: 2fr 1fr; } }
    .collections_columns h2 {
      font-family: "playfair-regular";
      font-size: 26px;
      color: #1C332B;
      padding-bottom: 30px;
      text-align: left; }
    .collections_columns_col {
      font-family: "Museo-Sans-300";
      font-size: 16px;
      color: #536462;
      line-height: 24px; }
      .collections_columns_col:nth-child(2) {
        background: #dff7ec;
        padding: 30px; }

#cookie-law-info-bar {
  font-family: "Museo-Sans-500";
  background: #fff !important;
  position: relative;
  border-radius: 0 !important;
  border: 2px solid #016a4d; }

.cli_messagebar_head {
  font-family: "playfair-regular" !important;
  font-size: 25px !important;
  color: #000000;
  margin-bottom: 10px !important; }

.cli-bar-message {
  font-family: "Museo-Sans-500" !important;
  color: #172c27;
  font-size: 13px; }

.cli-privacy-title {
  font-size: 25px !important;
  color: #000000 !important;
  font-family: "Helvetica-Neue-Medium", sans-serif !important; }

.cli-bar-btn_container {
  display: flex;
  justify-content: flex-end; }
  .cli-bar-btn_container a {
    border-radius: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 5px !important; }
    .cli-bar-btn_container a:last-of-type {
      margin-right: 0px !important; }

.cli-modal {
  font-family: "Museo-Sans-500"; }
  .cli-modal h4 {
    font-family: "playfair-regular" !important;
    font-size: 25px !important;
    color: #000000; }
  .cli-modal .cli-modal-close {
    cursor: pointer; }

.cli-tab-footer .cli-btn {
  padding: 10px 15px 10px 15px;
  border-radius: 0 !important;
  background: #127c00;
  font-family: "playfair-regular"; }

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

.cli-modal-content {
  background: #fff !important;
  border: 2px solid #000000 !important;
  border-radius: 0 !important; }

.cli-privacy-content-text {
  color: #172c27 !important; }

.cli-tab-header {
  background: #f3f3f3;
  font-family: "playfair-regular";
  border-radius: 0 !important; }
  .cli-tab-header a:before {
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important; }

.cookielawinfo-row-cat-table th {
  background: #000000 !important;
  font-family: "playfair-regular"; }

#cookie_action_close_header_reject {
  background-color: transparent !important;
  text-decoration: underline;
  color: #172c27 !important;
  position: absolute;
  top: 0;
  right: 0; }

#wt-cli-accept-all-btn {
  margin-left: 20px !important;
  background-color: #016a4d !important;
  color: #fff !important;
  font-family: "playfair-regular" !important;
  width: 115px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  justify-content: center !important; }

.cli_settings_button {
  background-color: #d3d3d3 !important;
  color: #172c27 !important;
  font-family: "playfair-regular" !important;
  width: 115px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  justify-content: center !important; }

.cookie-title {
  font-size: 25px;
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 35px;
  font-family: "playfair-regular"; }

.cookie-logo {
  float: left;
  margin-bottom: 20px; }

#cookie-law-info-again {
  font-family: "playfair-regular" !important;
  font-size: 18px !important;
  color: #172c27 !important;
  box-shadow: none;
  background-color: #016a4d !important;
  transform: translateX(-80%);
  height: 50px;
  display: flex;
  align-items: center;
  left: 0 !important;
  bottom: 63px !important;
  z-index: 98px !important; }
  #cookie-law-info-again span {
    position: relative;
    padding-right: 35px;
    color: #fff; }
    #cookie-law-info-again span:after {
      content: url(../font/lock.svg?c301e1b278654a5cb73e431b802bba84);
      width: 22px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  @media (min-width: 1024px) {
    #cookie-law-info-again {
      left: 5% !important;
      bottom: 0 !important;
      border-bottom: none !important;
      border-radius: 0 !important;
      transform: translateX(0%); } }

.cli-privacy-overview p {
  font-size: 30px !important;
  color: #000000 !important;
  font-family: "playfair-regular" !important;
  margin-bottom: 20px; }

html, body {
  overflow-x: hidden; }

.content {
  background: #fff;
  padding-top: 80px; }
  @media (min-width: 768px) {
    .content {
      padding-top: 0; } }

sup {
  font-size: 11px; }

p {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  line-height: 24px;
  color: #536462; }
  p a {
    color: #016a4d;
    text-decoration: none;
    font-weight: bold; }
  p strong {
    font-weight: bold; }

em, i {
  font-style: italic; }

ul li {
  font-family: "Museo-Sans-300";
  font-size: 16px;
  line-height: 24px;
  color: #536462;
  margin: 10px 0; }
  ul li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #016a4d; }
  ul li a {
    color: #016a4d;
    text-decoration: none;
    font-weight: bold; }

img {
  max-width: 100%;
  height: auto; }

img.aligncenter {
  margin: 20px auto;
  display: block; }

.div_modal {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99;
  opacity: 0.5; }
  .div_modal.visible {
    display: block; }

.div_modal_light {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 97;
  opacity: 0.5; }
  .div_modal_light.visible {
    display: block; }

.modal_visible {
  overflow: hidden; }

*:focus:not(:focus-visible) {
  outline: 0; }

*:focus-visible {
  outline: 2px dashed #016a4d; }

.skip-links {
  position: absolute;
  background: #eee;
  padding: 1rem 0;
  transform: translateY(-100%); }
  .skip-links:focus-within {
    position: relative;
    transform: translateY(0); }
  .skip-links a {
    padding: 0.5em;
    color: #016a4d;
    text-decoration: none;
    display: inline-block;
    font-family: "Museo-Sans-500"; }
  .skip-links_container {
    margin: auto;
    width: 90%;
    max-width: 100% !important; }
    @media (min-width: 425px) {
      .skip-links_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .skip-links_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .skip-links_container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .skip-links_container {
        width: 1200px; } }

iframe {
  margin: 15px 0; }

/*********** Custom Title with Relief ******/
.title_section {
  background-color: transparent;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #172c27;
  font-family: "playfair-regular";
  text-align: center; }
  @media (min-width: 768px) {
    .title_section {
      font-size: 42px; } }
  @media (min-width: 1024px) {
    .title_section {
      font-size: 52px; } }
  @media (min-width: 1440px) {
    .title_section {
      font-size: 62px; } }
  .title_section span {
    color: transparent;
    font-size: 26px;
    font-size: 7vw;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b9b9b9;
    display: block;
    margin-bottom: -10px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    letter-spacing: 5px; }
    @media (min-width: 768px) {
      .title_section span {
        font-size: 52px;
        margin-bottom: -25px; } }
    @media (min-width: 1024px) {
      .title_section span {
        font-size: 52px;
        margin-bottom: -35px; } }
    @media (min-width: 1440px) {
      .title_section span {
        font-size: 72px;
        margin-bottom: -40px; } }

.text_left .title_section {
  text-align: left; }

/********** Select *************/
select {
  padding: 10px;
  padding-left: 15px;
  padding-right: 60px;
  background-color: #fff;
  border: 1px solid #016a4d;
  font-family: "playfair-regular";
  font-size: 20px;
  color: #172C27;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

/* For IE (thanks to @SaiManoj) */
select::-ms-expand {
  display: none; }

/********* Loader **********/
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 99999; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(0, 0, 0, 0.2);
  border-right: 0.7em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.7em solid rgba(0, 0, 0, 0.2);
  border-left: .7em solid #000;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

/*********** SLIDER video by 1 item with nav **********/
@media (min-width: 1440px) {
  .slider_video {
    width: 50% !important;
    margin-left: auto; } }

.slider_video .youtube-lazy .preview::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
  background-color: rgba(0, 0, 0, 0.2);
  background-position: 50%;
  background-size: calc(35px + 10%) auto;
  background-repeat: no-repeat;
  transition: all .3s ease-in;
  content: ""; }
  .slider_video .youtube-lazy .preview::after:focus-visible {
    outline: 2px dashed #016a4d; }

/*********** SLIDER cards with nav **********/
@media (min-width: 1440px) {
  .slider_aibl_container {
    width: 75%;
    margin-left: auto; } }

.slider_aibl_card {
  background-color: #F4F7F6;
  margin-right: 25px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .slider_aibl_card {
      background-color: #F4F7F6;
      margin-top: 0px; }
      .slider_aibl_card:hover {
        box-shadow: 6px 4px 7px rgba(0, 0, 0, 0.1); } }
  .slider_aibl_card img {
    width: auto !important;
    margin: 0 auto;
    max-height: 275px; }

.slider_aibl_content {
  text-align: center; }
  @media (min-width: 1024px) {
    .slider_aibl_content {
      padding-left: 0; } }

.slider_aibl_title {
  font-family: "playfair-regular";
  color: #4B4B4B;
  font-size: 16px;
  line-height: normal;
  margin: 20px;
  text-align: left;
  padding-bottom: 25px; }

.slider_aibl p {
  font-family: "Museo-Sans-500";
  font-size: 15px;
  color: #000000; }

.slider_aibl_link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-family: "Museo-Sans-300";
  font-size: 12px;
  color: #016a4d;
  text-decoration: none; }
  .slider_aibl_link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
    background-size: 10px auto;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 4px;
    transition: all 0.2s ease-in; }
  .slider_aibl_link:hover {
    right: 5px;
    transition: 0.2s ease-in; }

.slider_aibl_titleBlock {
  position: relative;
  margin: 20px auto;
  font-family: "playfair-regular";
  font-size: 32px;
  line-height: normal;
  color: #213A31; }
  @media (min-width: 1440px) {
    .slider_aibl_titleBlock {
      position: absolute;
      left: 0;
      top: 70px;
      margin: 0;
      max-width: 245px; } }

.slider_aibl_customNav {
  position: relative;
  margin: 20px auto; }
  @media (min-width: 1440px) {
    .slider_aibl_customNav {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0; } }
  .slider_aibl_customNav button.disabled {
    opacity: .5; }
  .slider_aibl_customNav .owl-prev {
    width: 50px;
    height: 50px;
    background: url(../font/nav_left_on.svg?966bd3bae36e6f93ca5b415de439e9d2) top center no-repeat;
    background-size: 50px auto;
    text-indent: -99999px;
    margin: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer; }
    .slider_aibl_customNav .owl-prev:hover {
      background: url(../font/nav_left_on.svg?966bd3bae36e6f93ca5b415de439e9d2) top center no-repeat; }
    .slider_aibl_customNav .owl-prev:focus-visible {
      outline: 2px dashed #016a4d; }
  .slider_aibl_customNav .owl-next {
    width: 50px;
    height: 50px;
    background: url(../font/nav_right_on.svg?87b26f93b9bcbe8704f9f2d729f34162) top center no-repeat;
    background-size: 50px auto;
    text-indent: -99999px;
    margin: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer; }
    .slider_aibl_customNav .owl-next:hover {
      background: url(../font/nav_right_on.svg?87b26f93b9bcbe8704f9f2d729f34162) top center no-repeat; }
    .slider_aibl_customNav .owl-next:focus-visible {
      outline: 2px dashed #016a4d; }

/********** Design Select Multiple***********************/
.multiselect-dropdown {
  padding: 10px;
  padding-left: 15px;
  padding-right: 60px;
  background-color: #fff;
  border: 1px solid #016a4d;
  font-family: "playfair-regular";
  font-size: 20px;
  color: #172C27;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  position: relative;
  min-width: 300px;
  max-width: 100%; }

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder {
  margin-right: 0.5em;
  margin-bottom: 2px;
  padding: 1px 0;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px; }

.multiselect-dropdown span.optext {
  background-color: lightgray;
  padding: 1px 0.75em; }

.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  font-size: 0.7em;
  margin-top: 2px;
  cursor: pointer;
  color: #666; }

.multiselect-dropdown span.optext .optdel:hover {
  color: #c66; }

.multiselect-dropdown span.placeholder {
  color: #ced4da; }

.multiselect-dropdown-list-wrapper {
  box-shadow: gray 0 3px 8px;
  z-index: 100;
  padding: 2px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: white;
  text-transform: capitalize; }

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  margin-bottom: 5px; }

.multiselect-dropdown-list {
  padding: 2px;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden; }

.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px; }

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius: 3px; }

.multiselect-dropdown-list div {
  padding: 5px; }

.multiselect-dropdown-list input[type="checkbox"] {
  float: right;
  display: grid;
  place-content: center;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.1em solid #95AEAB;
  border-radius: 0;
  transform: translateY(-0.075em);
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0; }
  .multiselect-dropdown-list input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #016a4d; }
  .multiselect-dropdown-list input[type="checkbox"]:checked::before {
    transform: scale(1); }

.multiselect-dropdown-list div:hover {
  background-color: #ced4da; }

.multiselect-dropdown span.maxselected {
  width: 100%; }

.multiselect-dropdown-all-selector {
  border-bottom: solid 1px #999; }

/************ breadcrumb *****************/
.breadcrumb {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .breadcrumb {
      width: 90%; } }
  @media (min-width: 768px) {
    .breadcrumb {
      width: 80%; } }
  @media (min-width: 1024px) {
    .breadcrumb {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .breadcrumb {
      width: 1200px; } }
  .breadcrumb a {
    font-family: "Museo-Sans-300";
    color: #016a4d;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal; }
  .breadcrumb > span {
    font-family: "Museo-Sans-500";
    color: #536462;
    text-decoration: none;
    font-size: 14px; }

strong {
  font-weight: bold; }

.nopadding {
  padding: 0 !important; }

.margin-right-10 {
  margin-right: 10px; }

.videotheque_two_column {
  margin: auto;
  width: 90%;
  max-width: 100% !important;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  position: relative;
  padding-bottom: 40px; }
  @media (min-width: 425px) {
    .videotheque_two_column {
      width: 90%; } }
  @media (min-width: 768px) {
    .videotheque_two_column {
      width: 80%; } }
  @media (min-width: 1024px) {
    .videotheque_two_column {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .videotheque_two_column {
      width: 1200px; } }
  @media (min-width: 768px) {
    .videotheque_two_column {
      grid-template-columns: repeat(2, 1fr); } }

.wp-block-pdf-viewer-block-standard {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .wp-block-pdf-viewer-block-standard {
      width: 90%; } }
  @media (min-width: 768px) {
    .wp-block-pdf-viewer-block-standard {
      width: 80%; } }
  @media (min-width: 1024px) {
    .wp-block-pdf-viewer-block-standard {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .wp-block-pdf-viewer-block-standard {
      width: 1200px; } }

.fondations_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .fondations_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .fondations_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .fondations_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .fondations_container {
      width: 1200px; } }
  .fondations_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    margin-bottom: 10px; }
  .fondations_container.another_f {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-top: 40px; }

.fondations_description_1 {
  background-color: #F4F7F6;
  margin-top: 20px;
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1620px) {
    .fondations_description_1 {
      max-width: 80%;
      margin: 0 auto; } }
  .fondations_description_1 h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    margin-bottom: 10px; }
  .fondations_description_1 .container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    position: relative; }
    @media (min-width: 425px) {
      .fondations_description_1 .container {
        width: 90%; } }
    @media (min-width: 768px) {
      .fondations_description_1 .container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .fondations_description_1 .container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .fondations_description_1 .container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .fondations_description_1 .container {
        padding-right: 400px; } }
  .fondations_description_1_image {
    position: relative;
    display: block;
    margin: -70px auto 25px; }
    @media (min-width: 1024px) {
      .fondations_description_1_image {
        position: absolute;
        right: 30px; } }

.fondations_description_2 {
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }

.fondations_listprix {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 768px) {
    .fondations_listprix {
      grid-template-columns: repeat(2, 1fr); } }
  .fondations_listprix .hidden {
    display: none; }
  .fondations_listprix_title {
    font-family: "Museo-Sans-700";
    color: #016a4d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .fondations_listprix_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
  .fondations_listprix_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .fondations_listprix_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .fondations_listprix_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

.fondations label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.fondations select option.hidden {
  display: none; }

.fondations_detail {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 30px 0 0;
  width: 100%;
  background: #fff;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: all .3s; }
  .fondations_detail.visible {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 90px); }
    @media (min-width: 768px) {
      .fondations_detail.visible {
        height: 100%; } }
  .fondations_detail_close {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: 0; }
    .fondations_detail_close span {
      display: block; }
  .fondations_detail_article {
    background: #016a4d;
    margin: 30px 0 0;
    padding-top: 30px;
    height: 400px; }
    .fondations_detail_article_articleZone {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      margin: 0 auto;
      background: #fff;
      height: 100vh;
      padding: 50px 30px 0; }
      @media (min-width: 425px) {
        .fondations_detail_article_articleZone {
          width: 90%; } }
      @media (min-width: 768px) {
        .fondations_detail_article_articleZone {
          width: 80%; } }
      @media (min-width: 1024px) {
        .fondations_detail_article_articleZone {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .fondations_detail_article_articleZone {
          width: 1200px; } }
      .fondations_detail_article_articleZone_data {
        display: block;
        overflow-y: scroll;
        height: calc(100% - 145px);
        padding: 0 20px 50px;
        font-family: "Museo-Sans-300";
        color: #536462;
        text-align: left; }
        .fondations_detail_article_articleZone_data_fondation {
          color: #172C27;
          font-family: "playfair-regular";
          font-size: 18px;
          margin-bottom: 10px;
          text-align: center; }
        .fondations_detail_article_articleZone_data_title {
          color: #172C27;
          font-family: "playfair-regular";
          font-size: 32px;
          margin-bottom: 40px;
          text-align: center; }
        .fondations_detail_article_articleZone_data img {
          display: block;
          margin: 15px auto; }

.fondations_works {
  padding: 60px 0 40px; }
  .fondations_works_title {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    text-align: center; }
  .fondations_works_detail {
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    .fondations_works_detail_description {
      font-family: "Museo-Sans-300";
      color: #536462;
      font-size: 16px;
      margin: 40px 0 60px;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .fondations_works_detail_description {
          display: grid;
          grid-template-columns: 1fr 4fr;
          grid-template-rows: 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 0px; } }
      .fondations_works_detail_description_image {
        text-align: center;
        overflow: hidden; }
        .fondations_works_detail_description_image img {
          max-width: 200px; }
      .fondations_works_detail_description_text {
        position: relative; }
        .fondations_works_detail_description_text span.name {
          float: left;
          color: #016a4d;
          font-family: "Museo-Sans-500"; }
        .fondations_works_detail_description_text .content {
          transition: max-height 0.5s;
          max-height: 100%; }
        .fondations_works_detail_description_text .fixed {
          max-height: 200px;
          overflow: hidden;
          position: relative;
          transition: all .5s ease-out; }
      .fondations_works_detail_description .readmore {
        position: absolute;
        bottom: -22px;
        font-family: "Museo-Sans-300";
        color: #016a4d;
        font-size: 14px;
        display: inline-flex;
        cursor: pointer; }
        .fondations_works_detail_description .readmore.hide {
          display: none; }
        .fondations_works_detail_description .readmore::after {
          content: "+";
          font-size: 26px;
          margin-left: 10px; }
      .fondations_works_detail_description .lessmore {
        display: none;
        font-family: "Museo-Sans-300";
        color: #016a4d;
        font-size: 14px;
        cursor: pointer; }
        .fondations_works_detail_description .lessmore.show {
          display: inline-flex; }
        .fondations_works_detail_description .lessmore::after {
          content: "-";
          font-size: 26px;
          margin-left: 10px; }

.gpersonnages_container, .seances_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .gpersonnages_container, .seances_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .gpersonnages_container, .seances_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .gpersonnages_container, .seances_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .gpersonnages_container, .seances_container {
      width: 1200px; } }
  .gpersonnages_container h2, .seances_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left; }
  .gpersonnages_container h3, .seances_container h3 {
    font-family: "playfair-regular";
    font-size: 20px;
    color: #1C332B;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left; }

.gpersonnages_description, .seances_description {
  background-color: #F4F7F6;
  margin-top: 20px;
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1620px) {
    .gpersonnages_description, .seances_description {
      max-width: 80%;
      margin: 0 auto; } }

.gpersonnages_text, .seances_text {
  text-align: justify; }
  .gpersonnages_text img.alignleft, .seances_text img.alignleft {
    margin-right: 30px; }
  .gpersonnages_text p, .seances_text p {
    overflow: hidden;
    margin: 10px 0; }

.gpersonnages_image, .seances_image {
  position: relative;
  float: right;
  margin-top: -70px;
  margin-bottom: 25px;
  max-width: 100%;
  border: 10px solid #fff; }
  @media (min-width: 1024px) {
    .gpersonnages_image, .seances_image {
      margin-left: 25px;
      max-width: 400px;
      max-height: 370px; } }

.gpersonnages_articlesenligne, .seances_articlesenligne {
  margin: 60px auto;
  clear: both;
  max-width: 600px; }
  .gpersonnages_articlesenligne h2, .seances_articlesenligne h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center; }
  .gpersonnages_articlesenligne_item, .seances_articlesenligne_item {
    margin: 20px 0;
    font-family: "playfair-regular";
    font-size: 18px;
    line-height: 26px;
    color: #172C27; }
    .gpersonnages_articlesenligne_item span, .seances_articlesenligne_item span {
      color: #016a4d; }
    .gpersonnages_articlesenligne_item a, .seances_articlesenligne_item a {
      display: block;
      color: #016a4d;
      margin: 10px 0;
      font-family: "Museo-Sans-300";
      font-size: 16px;
      padding-left: 0;
      text-decoration: none;
      transition: 0.2s ease-in; }
      .gpersonnages_articlesenligne_item a:after, .seances_articlesenligne_item a:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../font/icon_link_externe.svg?6e938a2b47beeb1aa74911b7f3618517) top center no-repeat;
        background-size: 15px auto;
        vertical-align: middle;
        padding-bottom: 15px;
        padding-left: 12px;
        transition: all 0.2s ease-in; }
      .gpersonnages_articlesenligne_item a:hover, .seances_articlesenligne_item a:hover {
        padding-left: 10px;
        transition: 0.2s ease-in; }

/* vimeo lazyload container */
.vi-lazyload {
  width: 100%;
  height: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none; }
  .vi-lazyload:focus-visible {
    outline: 2px dashed #016a4d; }

/* vimeo lazyload container ::before --> to maintain 16/9 ratio & black bg before JS loaded */
.vi-lazyload::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  /*16:9 ratio*/
  background-color: #000; }

/* vimeo lazyload wrap */
.vi-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit; }

/* vimeo lazyload content */
.vi-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  background-image: var(--vi-lazyload-img);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

/* play-btn */
.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
  background-color: rgba(0, 0, 0, 0.2);
  background-position: 50%;
  background-size: calc(35px + 10%) auto;
  background-repeat: no-repeat;
  transition: all .3s ease-in; }
  .vi-lazyload-playbtn:focus-visible {
    outline: 2px dashed #016a4d; }

/* play-btn:hover */
.vi-lazyload-playbtn:hover {
  background-image: url(../font/icon_players.svg?74c4a9eb02345f317e7a84f1c791e63f);
  background-color: rgba(0, 0, 0, 0.1); }

/* logo */
.vi-lazyload-logo {
  display: block;
  width: 30%;
  min-width: 95px;
  min-height: 27px;
  max-width: 215px;
  padding-top: 8.6%;
  /* 28.440367% (logo height/width in %) * 0.3 (equivalent to width:30%) = 8.5321101% rounded up */
  position: absolute;
  right: 4%;
  bottom: 4%;
  z-index: 2;
  background-image: var(--vi-lazyload-logo-blue);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .75;
  transition: opacity .3s; }

/* 0 = no logo! */
/* 1 = blue  - #1ab7ea */
/* 2 = dark  - #162221 */
.vi-lazyload[data-logo="2"] .vi-lazyload-logo {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(31%) saturate(433%) hue-rotate(126deg) brightness(96%) contrast(95%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(31%) saturate(433%) hue-rotate(126deg) brightness(96%) contrast(95%); }

/* 3 = white - #fff    */
.vi-lazyload[data-logo="3"] .vi-lazyload-logo {
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%); }

/* logo:hover */
.vi-lazyload-logo:hover {
  opacity: 1;
  transition: opacity .3s; }

/* iframe */
.vi-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
  background-color: #000; }

.membres_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .membres_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .membres_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .membres_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .membres_container {
      width: 1200px; } }
  .membres_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    margin-bottom: 10px; }

.membres_description_1 {
  background-color: #F4F7F6;
  margin-top: 20px;
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1620px) {
    .membres_description_1 {
      max-width: 80%;
      margin: 0 auto; } }
  .membres_description_1 h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    margin-bottom: 10px; }
  .membres_description_1 .container {
    margin: auto;
    width: 90%;
    max-width: 100% !important;
    position: relative; }
    @media (min-width: 425px) {
      .membres_description_1 .container {
        width: 90%; } }
    @media (min-width: 768px) {
      .membres_description_1 .container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .membres_description_1 .container {
        width: 1000px; } }
    @media (min-width: 1440px) {
      .membres_description_1 .container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .membres_description_1 .container {
        padding-right: 400px; } }
  .membres_description_1_image {
    position: relative;
    display: block;
    margin: -70px auto 25px; }
    @media (min-width: 1024px) {
      .membres_description_1_image {
        position: absolute;
        right: 30px; } }

.membres_description_2 {
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }

.membres_listprix {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (min-width: 768px) {
    .membres_listprix {
      grid-template-columns: repeat(2, 1fr); } }
  .membres_listprix .hidden {
    display: none; }
  .membres_listprix_title {
    font-family: "Museo-Sans-700";
    color: #016a4d;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block; }
  .membres_listprix_description {
    font-family: "Museo-Sans-300";
    color: #536462;
    font-size: 16px;
    line-height: 24px; }
  .membres_listprix_link {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    color: #016a4d;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .membres_listprix_link:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      background: url(../font/icon_arrow_readmore.svg?13cc6a205688b1f6f21d15ece4e80312) top center no-repeat;
      background-size: 10px auto;
      vertical-align: middle;
      padding-left: 10px;
      padding-bottom: 4px;
      transition: all 0.2s ease-in; }
    .membres_listprix_link:hover {
      padding-left: 5px;
      transition: 0.2s ease-in; }

.membres label {
  font-family: "Museo-Sans-500";
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.membres select option.hidden {
  display: none; }

.membres_detail {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 30px 0 0;
  width: 100%;
  background: #fff;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 99999999;
  transition: all .3s; }
  .membres_detail.visible {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 90px); }
    @media (min-width: 768px) {
      .membres_detail.visible {
        height: 100%; } }
  .membres_detail_close {
    font-family: "Museo-Sans-300";
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: 0; }
    .membres_detail_close span {
      display: block; }
  .membres_detail_article {
    background: #016a4d;
    margin: 30px 0 0;
    padding-top: 30px;
    height: 400px; }
    .membres_detail_article_articleZone {
      margin: auto;
      width: 90%;
      max-width: 100% !important;
      margin: 0 auto;
      background: #fff;
      height: 100vh;
      padding: 50px 30px 0; }
      @media (min-width: 425px) {
        .membres_detail_article_articleZone {
          width: 90%; } }
      @media (min-width: 768px) {
        .membres_detail_article_articleZone {
          width: 80%; } }
      @media (min-width: 1024px) {
        .membres_detail_article_articleZone {
          width: 1000px; } }
      @media (min-width: 1440px) {
        .membres_detail_article_articleZone {
          width: 1200px; } }
      .membres_detail_article_articleZone_data {
        display: block;
        overflow-y: scroll;
        height: calc(100% - 145px);
        padding: 0 20px 50px;
        font-family: "Museo-Sans-300";
        color: #536462;
        text-align: left; }
        .membres_detail_article_articleZone_data_fondation {
          color: #172C27;
          font-family: "playfair-regular";
          font-size: 18px;
          margin-bottom: 10px;
          text-align: center; }
        .membres_detail_article_articleZone_data_title {
          color: #172C27;
          font-family: "playfair-regular";
          font-size: 32px;
          margin-bottom: 40px;
          text-align: center; }
        .membres_detail_article_articleZone_data img {
          display: block;
          margin: 15px auto; }

.membres_works {
  padding: 60px 0 40px; }
  .membres_works_title {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #016a4d;
    text-align: center; }
  .membres_works_detail {
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    .membres_works_detail_description {
      font-family: "Museo-Sans-300";
      color: #536462;
      font-size: 16px;
      margin: 40px 0 60px;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .membres_works_detail_description {
          display: grid;
          grid-template-columns: 1fr 4fr;
          grid-template-rows: 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 0px; } }
      .membres_works_detail_description_image {
        text-align: center;
        overflow: hidden; }
        .membres_works_detail_description_image img {
          max-width: 200px; }
      .membres_works_detail_description_text {
        position: relative; }
        .membres_works_detail_description_text span.name {
          float: left;
          color: #016a4d;
          font-family: "Museo-Sans-500"; }
        .membres_works_detail_description_text .content {
          transition: max-height 0.5s;
          max-height: 100%; }
        .membres_works_detail_description_text .fixed {
          max-height: 200px;
          overflow: hidden;
          position: relative;
          transition: all .5s ease-out; }
      .membres_works_detail_description .readmore {
        position: absolute;
        bottom: -22px;
        font-family: "Museo-Sans-300";
        color: #016a4d;
        font-size: 14px;
        display: inline-flex;
        cursor: pointer; }
        .membres_works_detail_description .readmore.hide {
          display: none; }
        .membres_works_detail_description .readmore::after {
          content: "+";
          font-size: 26px;
          margin-left: 10px; }
      .membres_works_detail_description .lessmore {
        display: none;
        font-family: "Museo-Sans-300";
        color: #016a4d;
        font-size: 14px;
        cursor: pointer; }
        .membres_works_detail_description .lessmore.show {
          display: inline-flex; }
        .membres_works_detail_description .lessmore::after {
          content: "-";
          font-size: 26px;
          margin-left: 10px; }

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

.header .passster-form, .footer .passster-form {
  display: none !important; }

.passster-submit {
  background: #016a4d !important;
  color: #fff !important;
  padding: 10px 15px;
  font-family: "Museo-Sans-500" !important; }

.passster-form h4 {
  font-family: "playfair-regular";
  font-size: 28px; }

.publications_container {
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .publications_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .publications_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .publications_container {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .publications_container {
      width: 1200px; } }
  .publications_container h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    margin-bottom: 30px;
    text-align: left; }
  .publications_container h3 {
    font-family: "playfair-regular";
    font-size: 20px;
    color: #1C332B;
    margin-bottom: 30px;
    text-align: left; }

.publications_description {
  background-color: #F4F7F6;
  margin-top: 20px;
  padding: 40px 0;
  font-family: "Museo-Sans-300";
  color: #536462;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1620px) {
    .publications_description {
      max-width: 80%;
      margin: 0 auto; } }

.publications_text {
  text-align: justify; }
  .publications_text img.alignleft {
    margin-right: 30px; }
  .publications_text p {
    overflow: hidden;
    margin: 10px 0; }
  .publications_text_prix {
    font-family: "Museo-Sans-500";
    font-size: 32px;
    color: #016a4d;
    margin: 20px 0;
    line-height: normal; }
  .publications_text_commander {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #016a4d;
    text-decoration: none;
    border: 1px solid #016a4d;
    padding: 15px 40px;
    text-align: center;
    margin: 20px auto;
    display: inline-block; }
    .publications_text_commander:hover {
      color: #016a4d;
      background-color: #dff7ec;
      transition: all 0.2s ease-in; }

.publications_image {
  position: relative;
  float: right;
  margin-top: -70px;
  margin-bottom: 25px;
  max-width: 100%;
  border: 10px solid #fff; }
  @media (min-width: 1024px) {
    .publications_image {
      margin-left: 25px;
      max-width: 400px;
      max-height: 370px; } }

.publications_columns {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 100% !important; }
  @media (min-width: 425px) {
    .publications_columns {
      width: 90%; } }
  @media (min-width: 768px) {
    .publications_columns {
      width: 80%; } }
  @media (min-width: 1024px) {
    .publications_columns {
      width: 1000px; } }
  @media (min-width: 1440px) {
    .publications_columns {
      width: 1200px; } }
  .publications_columns_container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
    padding-bottom: 40px;
    width: 100%;
    margin-top: 75px; }
    @media (min-width: 768px) {
      .publications_columns_container {
        grid-template-columns: 2fr 1fr; } }
  .publications_columns h2 {
    font-family: "playfair-regular";
    font-size: 26px;
    color: #1C332B;
    padding-bottom: 30px;
    text-align: left; }
  .publications_columns_col {
    font-family: "Museo-Sans-300";
    font-size: 16px;
    color: #536462;
    line-height: 24px; }
    .publications_columns_col:nth-child(2) {
      background: #dff7ec;
      padding: 30px; }


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