@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: 'Roboto';
  src: url(../font/Roboto-Regular.eot) format("eot");
  src: url(../font/Roboto-Regular.ttf) format("truetype");
  src: url(../font/Roboto-Regular.woff) format("woff");
  src: url(../font/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

.actualites_bg {
  background-color: #ffffff;
  width: 100%;
  overflow: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-overflow-style: none; }
  .actualites_bg::-webkit-scrollbar {
    width: 0 !important; }

.actualites_container {
  margin: 0 auto;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  padding: 10px 0;
  min-width: 870px; }

.actualites_image {
  width: 100%;
  height: 213px;
  padding: 10px;
  overflow: hidden; }
  .actualites_image img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

.actualites_bloc {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 421px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(175, 192, 200, 0.4);
  position: relative;
  background-color: #fff; }

.actualites_text {
  padding: 25px;
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.actualites_date {
  font-family: "Roboto Slab", serif;
  color: #818ca3;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 9px;
  display: inline-block; }

.actualites_title {
  font-family: "Roboto Slab", serif;
  color: #2000ff;
  font-size: 22px;
  letter-spacing: 0.7px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 12px; }

.actualites_content {
  display: inline-block;
  font-family: "Oxygen", sans-serif;
  color: #4f5e66;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px; }
  .actualites_content a {
    color: orange;
    font-weight: bold; }

.actualites_plus {
  font-size: 30px;
  border: 2px solid #2000ff;
  border-radius: 50%;
  display: inline-block;
  font-weight: bold;
  padding: 0 7px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 18px;
  right: 18px;
  cursor: pointer;
  text-decoration: none; }
  .actualites_plus:hover {
    transform: scale(0.9); }
  .actualites_plus img {
    position: relative;
    bottom: 3px; }

.banner {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 36px;
  color: #ffffff;
  padding: 45px 0;
  background-size: cover;
  position: relative; }
  .banner-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(32, 0, 255, 0.7); }
  .banner_title {
    z-index: 1; }

.bigcardsimages {
  background-color: #fff; }
  .bigcardsimages_container {
    margin: auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 69px 0;
    background-color: #fff; }
    @media (min-width: 425px) {
      .bigcardsimages_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .bigcardsimages_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .bigcardsimages_container {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .bigcardsimages_container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .bigcardsimages_container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around; } }
    .bigcardsimages_container_duo {
      flex-direction: column;
      width: 100%;
      display: flex;
      justify-content: space-evenly; }
      .bigcardsimages_container_duo:nth-child(2n) {
        flex-direction: column-reverse; }
      @media (min-width: 768px) {
        .bigcardsimages_container_duo {
          flex-direction: row; }
          .bigcardsimages_container_duo:nth-child(2n) {
            flex-direction: row-reverse; } }
  .bigcardsimages_item {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 140px;
    height: 140px;
    background-color: cyan;
    border-radius: 100%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    bottom: 70px;
    border: 28px #fff solid;
    transition: all 0.3s; }
  .bigcardsimages_insideBorder {
    position: absolute;
    height: calc(100% - 140px);
    width: calc(100% - 20px);
    top: 90px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .bigcardsimages_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .bigcardsimages_button {
    display: block;
    padding: 23px 56px;
    border-radius: 3px;
    color: #fff;
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    border: 2px solid orange;
    transition: all 0.3s;
    letter-spacing: 1px; }
  .bigcardsimages_title {
    font-family: "Oxygen", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px; }
  .bigcardsimages_liste {
    max-width: 85%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative; }
    .bigcardsimages_liste_element {
      font-family: "Oxygen", sans-serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      text-transform: inherit;
      line-height: 30px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      letter-spacing: 1px;
      margin-bottom: 12px;
      line-height: 25px; }
      .bigcardsimages_liste_element::before {
        content: "• ";
        display: inline;
        color: orange; }
  .bigcardsimages_link {
    height: 600px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    text-decoration: none;
    position: relative;
    justify-content: center;
    background-color: violet;
    box-shadow: 0 2px 20px rgba(147, 163, 169, 0.5);
    border-radius: 15px; }
    @media (min-width: 768px) {
      .bigcardsimages_link {
        width: 450px;
        height: 600px;
        margin-top: 00px;
        margin-bottom: 20px; } }
    .bigcardsimages_link:nth-child(2n) .bigcardsimages_liste_element::before {
      content: "/ "; }
    .bigcardsimages_link:hover .bigcardsimages_button {
      background-color: #fff;
      border: 2px solid #fff;
      color: orange; }
    .bigcardsimages_link:hover .bigcardsimages_item {
      transform: scale(0.9);
      background-color: orange; }
    @media (min-width: 768px) {
      .bigcardsimages_link {
        margin: 80px 10px 20px 10px; } }

.button {
  display: inline;
  border-radius: 3px;
  transition: all 0.3s;
  padding: 13px 35px;
  font-weight: 700;
  text-decoration: none;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .button {
      padding: 20px 65px; } }
  .button_light {
    color: #2000ff;
    border: 2px solid #2000ff; }
    .button_light:hover {
      color: #ffffff;
      background-color: #2000ff; }
  .button_dark {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .button_dark:hover {
      color: #2000ff;
      background-color: #ffffff; }
  .button_container {
    width: 100%;
    display: flex;
    justify-content: center; }
    .button_container_light {
      background-color: #ffffff; }
    .button_container_dark {
      background-color: #2000ff; }

.cardscarousel {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  background-color: violet; }
  @media (min-width: 1200px) {
    .cardscarousel_container {
      width: 1000px !important; } }
  .cardscarousel_slide {
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0px; }
    @media (min-width: 1200px) {
      .cardscarousel_slide {
        height: 400px; } }
    .cardscarousel_slide:last-of-type {
      margin-right: 0%; }
      @media (min-width: 1024px) {
        .cardscarousel_slide:last-of-type {
          margin-right: 0px; } }
    @media (min-width: 1024px) {
      .cardscarousel_slide {
        width: 100%;
        height: 300px;
        margin-right: 24px; } }
    .cardscarousel_slide_content {
      width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 1024px) {
        .cardscarousel_slide_content {
          width: 1080px; } }
  .cardscarousel_half {
    width: 100%; }
    @media (min-width: 1024px) {
      .cardscarousel_half {
        width: 100%; } }
  .cardscarousel_image {
    height: 140px; }
    @media (min-width: 1024px) {
      .cardscarousel_image {
        display: block; } }
  .cardscarousel_titleBig {
    font-family: "Oxygen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: orange;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 1024px) {
      .cardscarousel_titleBig {
        font-size: 16px;
        line-height: 70px; } }
  .cardscarousel_titleSub {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .cardscarousel_titleSub {
        font-size: 24px; } }
  .cardscarousel_button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0 auto;
    padding: 20px 45px;
    border-radius: 3px;
    border: 2px solid orange;
    transition: all 0.3s;
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .cardscarousel_text {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 1024px) {
      .cardscarousel_text {
        font-size: 14px;
        text-align: left; } }
  .cardscarousel .owl-carousel .owl-nav button.owl-next,
  .cardscarousel .owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }
  .cardscarousel .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 6px;
    height: 6px;
    transition: all 0.3s ease; }
  .cardscarousel .owl-theme .owl-dots .owl-dot.active span {
    background: orange;
    width: 14px;
    height: 14px; }
  .cardscarousel .owl-dots {
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1024px) {
      .cardscarousel .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px; } }
  .cardscarousel .owl-nav {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 250px; }
    @media (min-width: 1200px) {
      .cardscarousel .owl-nav {
        left: 0;
        bottom: 50%;
        width: 100%;
        transform: translateY(50%); } }
    .cardscarousel .owl-nav button {
      color: #ff8600 !important;
      font-family: Arial, Helvetica, sans-serif !important; }

.cardsimages {
  background-color: #ffffff;
  width: 100%;
  overflow: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-overflow-style: none; }
  .cardsimages::-webkit-scrollbar {
    width: 0 !important; }
  .cardsimages-bg {
    background-color: #2000ff; }
  .cardsimages_container {
    margin: auto;
    width: 95%;
    display: flex;
    align-items: center;
    flex-wrap: initial;
    justify-content: space-around;
    flex-direction: column; }
    @media (min-width: 425px) {
      .cardsimages_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .cardsimages_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .cardsimages_container {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .cardsimages_container {
        width: 1200px; } }
    @media (min-width: 1200px) {
      .cardsimages_container {
        flex-direction: row;
        min-width: 1100px; } }
  .cardsimages_item {
    display: block;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s; }
    .cardsimages_item-filter {
      position: absolute;
      height: 150px;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(16, 49, 118, 0) 0%, #2000ff 100%); }
      @media (min-width: 1200px) {
        .cardsimages_item-filter {
          height: 266px; } }
  .cardsimages_link {
    display: flex;
    width: 371px;
    height: 200px;
    text-decoration: none;
    margin-bottom: 20px;
    position: relative;
    justify-content: center;
    box-shadow: 0 2px 20px rgba(147, 163, 169, 0.5);
    border-radius: 5px; }
    @media (min-width: 1200px) {
      .cardsimages_link {
        width: 280px;
        height: 370px; } }
    .cardsimages_link-paysage {
      height: 200px;
      border: 6px solid #818ca3;
      border-radius: 0;
      box-shadow: none; }
      .cardsimages_link-paysage .cardsimages_item-filter {
        height: 200px; }
    @media (min-width: 768px) {
      .cardsimages_link {
        margin: 20px 10px 20px 10px; } }
    @media (min-width: 1024px) {
      .cardsimages_link {
        margin: 20px 40px 20px 40px; } }
    @media (min-width: 1200px) {
      .cardsimages_link {
        margin: 0; } }
  .cardsimages_insideBorder {
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .cardsimages_button {
    display: block;
    padding: 12px 25px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    border: 2px solid orange;
    transition: all 0.3s; }
  .cardsimages_title {
    font-family: "Oxygen", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 45px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 1200px) {
      .cardsimages_title {
        margin-bottom: 45px; } }

.carouselrepeater {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  padding: 10px 0; }
  .carouselrepeater_background {
    width: 100%;
    background-color: #f8f8f8; }
  .carouselrepeater_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    padding: 6px 22px;
    background-color: #fbfbfb;
    z-index: 100; }
    .carouselrepeater_menu-desktop {
      display: none !important; }
      @media (min-width: 768px) {
        .carouselrepeater_menu-desktop {
          display: flex !important; } }
    .carouselrepeater_menu-mobile {
      display: flex !important; }
      @media (min-width: 768px) {
        .carouselrepeater_menu-mobile {
          display: none !important; } }
      .carouselrepeater_menu-mobile a {
        font-family: "Oxygen", sans-serif;
        color: #1f1730;
        font-size: 9px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
        @media (min-width: 768px) {
          .carouselrepeater_menu-mobile a {
            flex-direction: row;
            font-size: 18px; } }
    @media (min-width: 768px) {
      .carouselrepeater_menu {
        margin: auto;
        width: 95%;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        transform: translateY(-50%);
        margin: 0 auto -40px auto;
        padding: 25px 60px;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(147, 163, 169, 0.5); } }
  @media (min-width: 768px) and (min-width: 425px) {
    .carouselrepeater_menu {
      width: 90%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .carouselrepeater_menu {
      width: 80%; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .carouselrepeater_menu {
      width: 1000px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .carouselrepeater_menu {
      width: 1200px; } }
    .carouselrepeater_menu a {
      color: #1f1730;
      text-decoration: none; }
    .carouselrepeater_menu span {
      font-family: "Oxygen", sans-serif;
      color: #1f1730;
      font-size: 9px;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .carouselrepeater_menu span {
          flex-direction: row;
          font-size: 18px; } }
      @media (min-width: 768px) {
        .carouselrepeater_menu span img {
          margin-right: 15px; } }
  .carouselrepeater_bloctext {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .carouselrepeater_bloctext {
        padding: 0 70px; } }
  .carouselrepeater h2 {
    width: 100%;
    font-size: 22px;
    font-family: "Oxygen", sans-serif;
    text-align: center; }
    @media (min-width: 768px) {
      .carouselrepeater h2 {
        width: 50%;
        font-size: 36px; } }
  .carouselrepeater h4 {
    font-size: 18px;
    font-family: "Oxygen", sans-serif;
    color: #ff8600;
    line-height: 28px;
    margin-bottom: 21px; }
    @media (min-width: 768px) {
      .carouselrepeater h4 {
        font-size: 26px; } }
  .carouselrepeater-dark {
    background-color: violet; }
    .carouselrepeater-dark h2 {
      color: #77c0c4; }
      @media (min-width: 768px) {
        .carouselrepeater-dark h2 {
          float: right; } }
    .carouselrepeater-dark .carouselrepeater_text {
      color: #d0ced5; }
    @media (min-width: 768px) {
      .carouselrepeater-dark .owl-dots {
        transform: translateX(300px); } }
    .carouselrepeater-dark .owl-theme .owl-dots .owl-dot span {
      background: #fff;
      width: 6px;
      height: 6px;
      transition: all 0.3s ease;
      margin: 3px 3px; }
    .carouselrepeater-dark .owl-theme .owl-dots .owl-dot.active {
      border: 2px #d0ced5 solid;
      padding: 2px;
      transition: all 0.3s ease;
      border-radius: 100%; }
    .carouselrepeater-dark .owl-theme .owl-dots .owl-dot.active span {
      background: orange; }
  .carouselrepeater-light {
    background-color: #f8f8f8; }
    .carouselrepeater-light h2 {
      color: #1a041a; }
      @media (min-width: 768px) {
        .carouselrepeater-light h2 {
          float: left; } }
    .carouselrepeater-light .carouselrepeater_text {
      color: #4f5e66; }
    @media (min-width: 1024px) {
      .carouselrepeater-light .owl-dots {
        transform: translateX(-300px); } }
    .carouselrepeater-light .owl-theme .owl-dots .owl-dot span {
      background: violet;
      width: 6px;
      height: 6px;
      transition: all 0.3s ease;
      margin: 3px 3px; }
    .carouselrepeater-light .owl-theme .owl-dots .owl-dot.active {
      border: 2px violet solid;
      padding: 2px;
      transition: all 0.3s ease;
      border-radius: 100%; }
    .carouselrepeater-light .owl-theme .owl-dots .owl-dot.active span {
      background: orange; }
  .carouselrepeater_container {
    width: 100%; }
  .carouselrepeater_slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0px; }
    .carouselrepeater_slide:last-of-type {
      margin-right: 0%; }
      @media (min-width: 1024px) {
        .carouselrepeater_slide:last-of-type {
          margin-right: 0px; } }
    @media (min-width: 1024px) {
      .carouselrepeater_slide {
        width: 100%;
        margin-right: 24px; } }
    .carouselrepeater_slide_content {
      width: 90%; }
      @media (min-width: 1024px) {
        .carouselrepeater_slide_content {
          width: 1080px;
          display: flex; }
          .carouselrepeater_slide_content-reverse {
            flex-direction: row-reverse; } }
      .carouselrepeater_slide_content-le-titre {
        display: block;
        padding: 40px 0 15px 0; }
        @media (min-width: 768px) {
          .carouselrepeater_slide_content-le-titre {
            padding: 55px 0; } }
  .carouselrepeater_half {
    width: 100%; }
    @media (min-width: 1024px) {
      .carouselrepeater_half {
        width: 50%; } }
  .carouselrepeater_titleBig {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 1024px) {
      .carouselrepeater_titleBig {
        text-align: left;
        font-size: 40px;
        line-height: 48px; } }
  .carouselrepeater_titleSub {
    font-family: "Oxygen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: orange;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 1024px) {
      .carouselrepeater_titleSub {
        text-align: left;
        font-size: 30px; } }
  .carouselrepeater_button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0 auto;
    padding: 20px 45px;
    border-radius: 3px;
    border: 2px solid orange;
    transition: all 0.3s;
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .carouselrepeater_text {
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .carouselrepeater_text {
        text-align: center;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .carouselrepeater_text {
        font-size: 14px;
        text-align: left; } }
    .carouselrepeater_text ul {
      margin-left: 18px;
      list-style: disc; }
  .carouselrepeater .owl-carousel .owl-nav button.owl-next,
  .carouselrepeater .owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }
    .carouselrepeater .owl-carousel .owl-nav button.owl-next:hover,
    .carouselrepeater .owl-carousel .owl-nav button.owl-prev:hover {
      background: none; }
  .carouselrepeater .owl-theme .owl-dots .owl-dot {
    margin: 0 12.5px; }
  .carouselrepeater .owl-theme .owl-dots .owl-dot:hover span {
    background-color: orange; }
  .carouselrepeater .owl-dots {
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1024px) {
      .carouselrepeater .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px; } }
  .carouselrepeater .owl-stage {
    display: flex;
    align-items: center; }
  .carouselrepeater .owl-nav {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 200px; }
    @media (min-width: 1024px) {
      .carouselrepeater .owl-nav {
        bottom: 110%;
        width: 100%;
        max-width: 1200px; } }
    .carouselrepeater .owl-nav button {
      color: #ff8600 !important;
      font-family: Arial, Helvetica, sans-serif !important; }
      @media (min-width: 1024px) {
        .carouselrepeater .owl-nav button {
          position: relative;
          top: 250px; } }

.chiffresclef {
  display: flex;
  justify-content: space-around;
  width: 100%; }
  .chiffresclef-container {
    width: 1200px;
    margin: 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .chiffresclef_scroller {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none; }
    .chiffresclef_scroller::-webkit-scrollbar {
      width: 0 !important; }
  .chiffresclef_card {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .chiffresclef_image {
    width: 50%;
    height: 150px;
    margin: 50px; }
  .chiffresclef_title {
    font-family: "Roboto Slab", serif;
    color: #2000ff;
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 2px;
    text-align: center; }
  .chiffresclef_subtitle {
    color: #2000ff;
    font-family: "Oxygen", sans-serif;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center; }
  .chiffresclef-background {
    background-color: #2000ff; }
    .chiffresclef-background .chiffresclef_title, .chiffresclef-background .chiffresclef_subtitle {
      color: #ffffff; }
  .chiffresclef_editor p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center; }

.contact_container {
  margin: auto;
  width: 95%;
  display: flex;
  max-width: 1080px;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 425px) {
    .contact_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .contact_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .contact_container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .contact_container {
      width: 1200px; } }
  @media (min-width: 1200px) {
    .contact_container {
      flex-direction: row; } }

.contact_form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .contact_form {
      width: 65%; } }

.contact_contact {
  width: 100%;
  margin: 80px 0 0 0;
  border: 1px solid #818ca3;
  padding: 50px 25px;
  height: 253px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  @media (min-width: 1200px) {
    .contact_contact {
      width: 30%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .contact_contact {
      transform: translateY(-70px); } }
  .contact_contact a {
    text-decoration: none; }
  .contact_contact span {
    display: flex;
    align-items: center;
    font-family: "Oxygen", sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
    justify-content: center; }
    @media (min-width: 1200px) {
      .contact_contact span {
        justify-content: start; } }
  .contact_contact-email {
    font-size: 20px;
    color: #2000ff; }
    .contact_contact-email img {
      margin-right: 10px; }
  .contact_contact-phone {
    font-size: 22px;
    color: #2000ff; }
    .contact_contact-phone img {
      margin-right: 10px; }
  .contact_contact-don {
    color: #ffffff;
    background-color: #2000ff;
    border-radius: 5px;
    padding: 8px 15px;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
    .contact_contact-don img {
      margin-left: 10px; }

.contact #gform_wrapper_1 {
  width: 100%; }

.contact input[type="submit"] {
  font-size: 14px;
  font-family: "Oxygen", sans-serif;
  color: #2000ff;
  font-weight: 700;
  padding: 12px 40px;
  border: 2px solid #2000ff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out; }
  .contact input[type="submit"]:hover {
    background-color: #2000ff;
    color: #ffffff;
    border: 2px solid #2000ff;
    border-radius: 3px; }

.contact ul.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 600px;
  align-content: space-between; }
  @media (min-width: 768px) {
    .contact ul.gform_fields {
      height: 275px; } }
  .contact ul.gform_fields li {
    width: 100%; }
    @media (min-width: 768px) {
      .contact ul.gform_fields li {
        width: 45%; } }
    @media (min-width: 1200px) {
      .contact ul.gform_fields li {
        width: 260px; } }
    .contact ul.gform_fields li input {
      width: 100% !important; }
    .contact ul.gform_fields li#field_1_6 {
      position: absolute;
      bottom: -70px; }
      @media (min-width: 1200px) {
        .contact ul.gform_fields li#field_1_6 {
          bottom: -30px; } }
  @media (min-width: 1200px) {
    .contact ul.gform_fields li:last-child {
      width: 393px; } }

.contact .gform_ajax_spinner {
  display: none; }

.contact .gform_body {
  width: 100%; }

.contact .gform_wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.contact .gform_heading {
  display: none; }

.contact .gfield_label {
  font-family: "Oxygen", sans-serif;
  color: #2000ff;
  font-size: 16px;
  display: block;
  padding-bottom: 6px; }

.contact .ginput_container input {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  width: 100%;
  padding: 4px 0px;
  border: 1px solid #818ca3;
  font-family: "Roboto Slab", serif !important;
  padding-left: 17px !important; }
  .contact .ginput_container input::-moz-placeholder {
    font-family: "Roboto Slab", serif;
    color: #4f5e66;
    letter-spacing: 1px;
    font-size: 14px; }
  .contact .ginput_container input:-ms-input-placeholder {
    font-family: "Roboto Slab", serif;
    color: #4f5e66;
    letter-spacing: 1px;
    font-size: 14px; }
  .contact .ginput_container input::-ms-input-placeholder {
    font-family: "Roboto Slab", serif;
    color: #4f5e66;
    letter-spacing: 1px;
    font-size: 14px; }
  .contact .ginput_container input::placeholder {
    font-family: "Roboto Slab", serif;
    color: #4f5e66;
    letter-spacing: 1px;
    font-size: 14px; }

.contact .ginput_container textarea {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  width: 100%;
  height: 253px;
  padding: 13px 17px;
  border: 1px solid #818ca3;
  padding: 10px; }
  @media (min-width: 1200px) {
    .contact .ginput_container textarea {
      width: 393px; } }

.contact .ginput_container input:focus, .contact .ginput_container textarea:focus, .contact .gform_button:focus {
  outline: none; }

.contact .ginput_container input::-moz-placeholder, .contact .ginput_container textarea::-moz-placeholder {
  color: #fff; }

.contact .ginput_container input:-ms-input-placeholder, .contact .ginput_container textarea:-ms-input-placeholder {
  color: #fff; }

.contact .ginput_container input::-ms-input-placeholder, .contact .ginput_container textarea::-ms-input-placeholder {
  color: #fff; }

.contact .ginput_container input::placeholder, .contact .ginput_container textarea::placeholder {
  color: #fff; }

.contact .gform_button {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 22.5px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #fcfcfc;
  height: 50px;
  border-radius: 25px;
  width: 180px;
  transition: 0.2s;
  cursor: pointer; }
  .contact .gform_button:hover {
    color: #ffffff;
    border: 2px solid #fcfcfc;
    background: #fcfcfc;
    transition: 0.2s; }

.contact .validation_error, .contact .gfield_description, .contact .validation_message {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: left; }

.contact .gform_confirmation_message_1, .contact .gform_confirmation_message {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 20px; }

.contact .validation_error {
  display: none; }

.contact .gfield_required {
  margin-left: 4px; }

.contact .gfield_error input {
  border-bottom: 2px solid #b21700; }

.contact .gfield_error textarea {
  border: 2px solid #b21700; }

.contact .gfield_error input::-moz-placeholder, .contact .gfield_error textarea::-moz-placeholder {
  color: #b21700; }

.contact .gfield_error input:-ms-input-placeholder, .contact .gfield_error textarea:-ms-input-placeholder {
  color: #b21700; }

.contact .gfield_error input::-ms-input-placeholder, .contact .gfield_error textarea::-ms-input-placeholder {
  color: #b21700; }

.contact .gfield_error input::placeholder, .contact .gfield_error textarea::placeholder {
  color: #b21700; }

.contact .gform_footer {
  display: flex;
  justify-content: center;
  align-self: flex-end;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .contact .gform_footer {
      margin: 20px 0 0 0; } }

.contact .ginput_container_fileupload {
  display: none; }

.contact .joindreUnFichier {
  border: 1px solid #818ca3;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px; }
  .credits_function {
    font-family: "Oxygen", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #252525;
    text-transform: inherit;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center; }
  .credits_logoSection {
    width: 70%;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .credits_logoSection {
        margin-bottom: 50px; } }
    @media (min-width: 425px) {
      .credits_logoSection {
        width: 200px; } }
  .credits_services {
    font-family: "Oxygen", sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    color: #252525;
    text-transform: inherit;
    line-height: 28.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 8px; }
  .credits_fieldsSection {
    display: flex;
    align-items: center;
    font-family: "Oxygen", sans-serif;
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    color: #ff9A14;
    text-transform: inherit;
    line-height: 28.5px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 30px; }
  .credits_accountable {
    text-align: center;
    margin-bottom: 1rem;
    font-family: "Oxygen", sans-serif;
    color: #252525; }
  .credits_circle {
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    border-radius: 50%;
    background-color: #f1841a; }
  .credits_link {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #252525;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    .credits_link:hover {
      text-decoration: underline; }
  .credits_websiteSection, .credits_emailSection {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .credits_websiteSection svg, .credits_emailSection svg {
      width: 25px;
      margin-right: 8px; }
  .credits_email {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #252525;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    .credits_email:hover {
      text-decoration: underline; }

.duo-container {
  margin: auto;
  width: 95%;
  max-width: 1080px;
  flex-direction: column-reverse; }
  @media (min-width: 425px) {
    .duo-container {
      width: 90%; } }
  @media (min-width: 768px) {
    .duo-container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duo-container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .duo-container {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duo-container {
      flex-direction: row; } }
  .duo-container-reverse {
    flex-direction: column; }
    @media (min-width: 1024px) {
      .duo-container-reverse {
        flex-direction: row-reverse; } }

.duo_container {
  display: flex;
  align-items: flex-start; }

.duo_blocImage {
  position: relative;
  width: 100%;
  margin: 20px auto; }
  .duo_blocImage-reverse {
    width: 100%;
    position: relative;
    margin: 20px auto; }
  @media (min-width: 1024px) {
    .duo_blocImage {
      margin: 0 60px 0px 0; }
      .duo_blocImage-reverse {
        position: relative;
        margin: 0 0 0px 60px; }
      .duo_blocImage-70-30 {
        width: 70%; }
      .duo_blocImage-60-40 {
        width: 60%; }
      .duo_blocImage-50-50 {
        width: 50%; }
      .duo_blocImage-40-60 {
        width: 40%; }
      .duo_blocImage-30-70 {
        width: 30%; } }

.duo_blocTexte {
  position: relative;
  width: 100%; }
  .duo_blocTexte-reverse {
    width: 100%;
    position: relative; }
  @media (min-width: 1024px) {
    .duo_blocTexte-70-30 {
      width: 30%; }
    .duo_blocTexte-60-40 {
      width: 40%; }
    .duo_blocTexte-50-50 {
      width: 50%; }
    .duo_blocTexte-40-60 {
      width: 60%; }
    .duo_blocTexte-30-70 {
      width: 70%; } }

.duo_image {
  display: block;
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }
  .duo_image-reverse {
    margin: 0 auto;
    display: block;
    width: 100%; }
  .duo_image-filter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(16, 49, 118, 0) 0%, rgba(32, 0, 255, 0.7) 100%); }

.duo_title {
  color: #2000ff;
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.62px;
  margin-bottom: 23px; }
  .duo_title-responsive {
    display: none;
    font-size: 20px; }

.duo_subtitle {
  color: #818ca3;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.62px;
  margin-bottom: 23px; }

.duo_editor p {
  color: #747a85;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.8px; }
  .duo_editor p strong {
    font-weight: 700; }

.duo_button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px; }

.duofacebook {
  display: flex;
  justify-content: center;
  background-color: #2000ff;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1200px) {
    .duofacebook {
      flex-direction: row;
      align-items: flex-start; } }
  .duofacebook .fb-post {
    margin: 10px 0px;
    width: 80% !important; }
    @media (min-width: 1200px) {
      .duofacebook .fb-post {
        margin: 0 30px;
        width: auto !important; } }
    .duofacebook .fb-post span {
      max-width: 100% !important; }
      .duofacebook .fb-post span iframe {
        max-width: 100% !important; }

.duoparagraphecontact {
  margin: auto;
  width: 95%;
  display: flex;
  max-width: 1080px;
  justify-content: space-around;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 425px) {
    .duoparagraphecontact {
      width: 90%; } }
  @media (min-width: 768px) {
    .duoparagraphecontact {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duoparagraphecontact {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .duoparagraphecontact {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duoparagraphecontact {
      flex-direction: row; } }
  .duoparagraphecontact-bg {
    background-color: #2000ff; }
  .duoparagraphecontact_paragraphe {
    width: 100%; }
    @media (min-width: 1024px) {
      .duoparagraphecontact_paragraphe {
        width: 630px;
        padding-right: 60px; } }
    .duoparagraphecontact_paragraphe h2 {
      font-family: "Roboto Slab", serif;
      color: #ffffff;
      font-size: 32px;
      margin-bottom: 15px; }
    .duoparagraphecontact_paragraphe h3 {
      margin-bottom: 40px; }
    .duoparagraphecontact_paragraphe h3, .duoparagraphecontact_paragraphe h3 p {
      font-family: "Roboto Slab", serif;
      color: #ffffff;
      font-size: 16px; }
    .duoparagraphecontact_paragraphe p {
      color: #ffffff;
      font-family: "Oxygen", sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 21px;
      font-weight: 400; }
      .duoparagraphecontact_paragraphe p strong {
        font-weight: 700; }
    .duoparagraphecontact_paragraphe a {
      font-family: "Oxygen", sans-serif;
      font-size: 12px;
      font-weight: 800;
      font-style: normal;
      color: #ffffff;
      text-transform: inherit;
      line-height: 18px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 12px 25px;
      margin-top: 35px;
      border-color: #142137; }
  .duoparagraphecontact_contactbloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 30px;
    margin: 30px auto; }
    @media (min-width: 1024px) {
      .duoparagraphecontact_contactbloc {
        margin: 0 auto; } }
    .duoparagraphecontact_contactbloc span {
      font-family: "Roboto Slab", serif;
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
    .duoparagraphecontact_contactbloc div {
      font-family: "Oxygen", sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #ffffff;
      margin: 30px 0; }
    .duoparagraphecontact_contactbloc a {
      font-family: "Oxygen", sans-serif;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      padding: 13px 34px;
      border: 2px solid #ffffff;
      border-radius: 5px;
      transition: all 0.3s;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-decoration: none; }
      .duoparagraphecontact_contactbloc a:hover {
        background-color: #ffffff;
        color: #2000ff; }

.duoparagraphe {
  margin: auto;
  width: 95%;
  display: flex;
  max-width: 1080px;
  justify-content: space-around;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 425px) {
    .duoparagraphe {
      width: 90%; } }
  @media (min-width: 768px) {
    .duoparagraphe {
      width: 80%; } }
  @media (min-width: 1024px) {
    .duoparagraphe {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .duoparagraphe {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .duoparagraphe {
      flex-direction: row; } }
  .duoparagraphe_paragraphe {
    width: 630px;
    padding: 0 0 40px 0; }
    @media (min-width: 1024px) {
      .duoparagraphe_paragraphe {
        padding: 0 60px 0 0; } }
    .duoparagraphe_paragraphe h2 {
      font-family: "Roboto Slab", serif;
      color: #2000ff;
      font-size: 32px;
      margin-bottom: 15px; }
    .duoparagraphe_paragraphe h3 {
      margin-bottom: 40px; }
    .duoparagraphe_paragraphe h3, .duoparagraphe_paragraphe h3 p {
      font-family: "Roboto Slab", serif;
      color: #818ca3;
      font-size: 16px; }
    .duoparagraphe_paragraphe p {
      color: #747a85;
      font-family: "Oxygen", sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 21px;
      font-weight: 400; }
      .duoparagraphe_paragraphe p strong {
        font-weight: 700; }
  .duoparagraphe a {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    color: #142137;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 25px;
    margin-top: 35px;
    border-color: #142137; }
  .duoparagraphe .video_wrapper {
    width: 600px;
    height: 410px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7); }
  .duoparagraphe .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .duoparagraphe .videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/index/modules/duoparagraphevideo/media/video_preview.png");
    background-size: cover;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    transition: opacity 800ms, height 0s;
    transition-delay: 0s, 0s; }
  .duoparagraphe .videoPoster:hover {
    cursor: pointer; }
  .duoparagraphe .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    border: 11px solid #ecebeb;
    border-radius: 100%;
    transition: all 0.3s;
    background-color: #fff; }
  .duoparagraphe .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0px 0 0 3px;
    transform: translateX(-50%) translateY(-50%);
    border-left: 15px solid #2000ff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    transition: all 0.3s; }
  .duoparagraphe .videoPoster:hover:before, .duoparagraphe .videoPoster:focus:before {
    transform: translateX(-50%) translateY(-50%) scale(1.2); }
  .duoparagraphe .videoPoster:hover:after, .duoparagraphe .videoPoster:focus:after {
    transform: translateX(-50%) translateY(-50%) scale(0.8); }
  .duoparagraphe .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms; }

.feedz_bg {
  background-color: #fbfbfb;
  width: 100%;
  padding: 10px 0; }

.feedz_container {
  margin: auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 425px) {
    .feedz_container {
      width: 90%; } }
  @media (min-width: 768px) {
    .feedz_container {
      width: 80%; } }
  @media (min-width: 1024px) {
    .feedz_container {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .feedz_container {
      width: 1200px; } }
  .feedz_container:nth-child(even) {
    flex-direction: row-reverse; }

.feedz_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .feedz_image img {
    width: 100%;
    height: auto; }

.feedz_bloc {
  display: flex;
  flex-direction: column;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(175, 192, 200, 0.4); }

.feedz_line {
  width: 40%;
  position: relative; }
  .feedz_line .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    border: solid #ff4500;
    border-width: 0 3px 3px 0;
    height: 20px;
    width: 20px;
    transform: rotate(-135deg) translateY(-33%) translateX(25%);
    -webkit-transform: rotate(-135deg) translateY(-33%) translateX(25%); }

.feedz_vline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ff4500; }

.feedz_ball {
  width: 51px;
  height: 51px;
  background-color: #ff8600;
  border: 8px #fbad57 solid;
  box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 1s ease-in-out;
  z-index: 105; }
  .feedz_ball.dash {
    width: 30px;
    height: 70px;
    box-shadow: 0 0 60px rgba(255, 69, 0, 0.5); }
  .feedz_ball.bounce {
    width: 60px; }

.feedz_void {
  width: 30%; }

.feedz_text {
  padding: 25px; }
  .feedz_text a {
    color: #ff8600;
    font-size: 16px;
    font-family: "Roboto Slab", serif;
    letter-spacing: 1.5px; }

.feedz_date {
  font-family: "Roboto Slab", serif;
  color: #77c0c4;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 9px;
  display: inline-block; }

.feedz_title {
  font-family: "Oxygen", sans-serif;
  color: #1f1730;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 12px; }

.feedz_content {
  display: block;
  font-family: "Roboto Slab", serif;
  color: #4f5e66;
  font-size: 14px;
  letter-spacing: 1.5px;
  overflow-wrap: break-word;
  line-height: 20px; }
  .feedz_content a {
    color: #ff8600;
    font-size: 16px; }

.feedz_plus {
  color: #1a041a;
  font-size: 30px;
  border: 2px solid #ff8600;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  padding: 0 7px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 18px;
  right: 18px;
  cursor: pointer;
  text-decoration: none; }
  .feedz_plus:hover {
    color: #fbfbfb;
    background-color: #1f1730;
    border: 2px solid #1f1730; }

.instagram {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #142137;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1024px) {
    .instagram {
      display: flex;
      padding-top: 90px;
      padding-bottom: 0px; } }
  .instagram:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #ffffff;
    width: 140%;
    height: 350px;
    left: -20%;
    top: -120px;
    transform: translateY(-50%); }
  .instagram-special:after {
    background-color: #f8f8f8; }
  .instagram_title {
    font-family: "Oxygen", sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-transform: inherit;
    line-height: 54px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: center right; }
  .instagram_pseudo {
    font-family: "Oxygen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-transform: inherit;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 30px; }

@media (min-width: 1024px) {
  #sb_instagram.sbi_fixed_height {
    display: block;
    height: auto !important; } }

.nosclients_container {
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .nosclients_container {
      width: 1200px;
      justify-content: space-between; } }

.nosclients_carousel {
  display: none !important; }
  @media (min-width: 1200px) {
    .nosclients_carousel {
      display: block !important; } }
  .nosclients_carousel-mobile {
    display: block !important; }
    @media (min-width: 1200px) {
      .nosclients_carousel-mobile {
        display: none !important; } }

.nosclients_card {
  width: 267px;
  height: 267px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(175, 192, 200, 0.4);
  margin-bottom: 37px;
  display: flex;
  justify-content: center;
  align-items: center; }

.nosclients_dark {
  background-color: violet; }

.nosclients_light {
  background-color: #fff; }

.nosclients .owl-carousel .owl-item img {
  width: auto; }

.nosclients .owl-carousel .owl-nav button.owl-next,
.nosclients .owl-carousel .owl-nav button.owl-prev {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none; }

.nosclients .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease; }

.nosclients .owl-theme .owl-dots .owl-dot.active span {
  background: orange;
  width: 14px;
  height: 14px; }

.nosclients .owl-dots {
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (min-width: 1024px) {
    .nosclients .owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30px; } }

.nosclients .owl-nav {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 200px;
  display: flex;
  left: 50%;
  justify-content: space-between; }
  .nosclients .owl-nav button {
    color: #ff8600 !important;
    font-family: Arial, Helvetica, sans-serif !important; }

.noussuivre {
  background-color: violet;
  color: white; }
  .noussuivre_container {
    margin: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    letter-spacing: 1px;
    flex-direction: column;
    max-width: 240px;
    height: 160px;
    align-items: baseline; }
    @media (min-width: 425px) {
      .noussuivre_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .noussuivre_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .noussuivre_container {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .noussuivre_container {
        width: 1200px; } }
    @media (min-width: 1200px) {
      .noussuivre_container {
        align-items: center;
        flex-direction: row;
        max-width: 950px;
        height: auto; } }
  .noussuivre_align_items {
    display: flex;
    align-items: center; }
  .noussuivre img {
    margin-right: 20px; }
  .noussuivre a {
    text-decoration: none;
    color: white; }

.paragraph {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #2e4968;
  text-transform: inherit;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .paragraph {
      text-align: center;
      font-family: "Oxygen", sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      color: #2e4968;
      text-transform: inherit;
      line-height: 21px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; } }
  @media (min-width: 1200px) {
    .paragraph {
      text-align: center;
      font-family: "Oxygen", sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      color: #2e4968;
      text-transform: inherit;
      line-height: 21px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 24px; } }
  .paragraph p {
    margin: auto;
    width: 95%;
    letter-spacing: 1px; }
    @media (min-width: 425px) {
      .paragraph p {
        width: 90%; } }
    @media (min-width: 768px) {
      .paragraph p {
        width: 80%; } }
    @media (min-width: 1024px) {
      .paragraph p {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .paragraph p {
        width: 1200px; } }
    .paragraph p b {
      font-weight: 700; }
  .paragraph_dark {
    background-color: #2000ff;
    color: #ffffff; }
  .paragraph_light {
    background-color: #ffffff;
    color: #818ca3; }
  .paragraph-slab {
    font-family: "Roboto Slab", serif; }
  .paragraph-oxygen {
    font-family: "Oxygen", sans-serif; }

.postlist {
  padding: 50px 0;
  background-color: #fff; }
  .postlist_container {
    margin: auto;
    width: 95%;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 425px) {
      .postlist_container {
        width: 90%; } }
    @media (min-width: 768px) {
      .postlist_container {
        width: 80%; } }
    @media (min-width: 1024px) {
      .postlist_container {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .postlist_container {
        width: 1200px; } }
  .postlist_list {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .postlist_bigItem {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .postlist_bigItem {
        width: 45%; } }
    @media (min-width: 1024px) {
      .postlist_bigItem {
        width: 30%; } }
  .postlist_bigImage {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(175, 192, 200, 0.4);
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .postlist_bigImage {
        width: 45%; } }
    @media (min-width: 1024px) {
      .postlist_bigImage {
        width: 30%; } }
    .postlist_bigImage img {
      width: 100%;
      height: auto; }
  .postlist_bigInfo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .postlist_bigTitle {
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .postlist_bigDate {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .postlist_bigText {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .postlist_bigCategory {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .postlist_bigButton {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #2000ff;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 180px; }
  .postlist_item {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(175, 192, 200, 0.4);
    position: relative;
    background-color: #fff; }
    @media (min-width: 768px) {
      .postlist_item {
        width: 45%; } }
    @media (min-width: 1024px) {
      .postlist_item {
        width: 30%; } }
    .postlist_item-hidden {
      width: 30%; }
    .postlist_item_image {
      width: 100%;
      padding: 10px;
      overflow: hidden; }
      .postlist_item_image img {
        width: 100%;
        height: auto; }
    .postlist_item_text {
      padding: 0 25px 25px 25px;
      max-height: 180px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .postlist_item_date {
      font-family: "Roboto Slab", serif;
      color: #818ca3;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 9px;
      display: inline-block; }
    .postlist_item_title {
      font-family: "Roboto Slab", serif;
      color: #2000ff;
      font-size: 22px;
      letter-spacing: 0.7px;
      line-height: 26px;
      display: inline-block;
      margin-bottom: 12px; }
    .postlist_item_content {
      display: inline-block;
      font-family: "Roboto Slab", serif;
      color: #4f5e66;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      margin-bottom: 30px; }
      .postlist_item_content a {
        color: #2000ff;
        font-weight: bold; }
    .postlist_item_plus {
      font-size: 30px;
      border: 2px solid #2000ff;
      border-radius: 50%;
      display: inline-block;
      font-weight: bold;
      padding: 0 7px;
      transition: all 0.3s ease-in-out;
      position: absolute;
      bottom: 18px;
      right: 18px;
      cursor: pointer;
      text-decoration: none; }
      .postlist_item_plus:hover {
        transform: scale(0.9); }
      .postlist_item_plus img {
        position: relative;
        bottom: 3px; }
  .postlist_itemContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 165px;
    width: 90%;
    background-color: #ffffff;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px; }
  .postlist_title {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .postlist_date {
    font-family: "Oxygen", sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .postlist_text {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .postlist_category {
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
  .postlist_option {
    display: none;
    width: 30%;
    background-color: #f0f0f0; }
    @media (min-width: 1024px) {
      .postlist_option {
        display: block; } }
  .postlist_filter {
    background-color: #f0f0f0;
    border: 1px solid #ffffff;
    margin: 20px;
    padding: 15px;
    border-radius: 3px;
    text-align: center; }
  .postlist_filterContainer {
    display: flex;
    flex-direction: column; }
  .postlist_filterTitle {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 0 10px 0; }
  .postlist_filterItem {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #818ca3;
    text-transform: inherit;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 25px;
    cursor: pointer; }
    .postlist_filterItem:hover {
      color: #2000ff; }
    .postlist_filterItem.active {
      color: #2000ff; }

.simplefooter {
  background-color: #f0f0f0;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .simplefooter {
      display: block; } }
  .simplefooter_subfooter {
    display: flex;
    flex-direction: column-reverse;
    font-family: "Oxygen", sans-serif;
    color: #2000ff; }
    @media (min-width: 768px) {
      .simplefooter_subfooter {
        display: block; }
        .simplefooter_subfooter a {
          margin-left: 54px; } }
    .simplefooter_subfooter a {
      text-decoration: none;
      font-family: "Oxygen", sans-serif;
      color: #2000ff; }
  .simplefooter_container {
    margin: auto;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap; }
    @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: 1200px) {
      .simplefooter_container {
        width: 1200px; } }
    @media (min-width: 768px) {
      .simplefooter_container {
        flex-direction: row; } }
    .simplefooter_container-subfooter {
      position: relative;
      width: 100%; }
      .simplefooter_container-subfooter a, .simplefooter_container-subfooter span {
        margin-top: 10px; }
      .simplefooter_container-subfooter a:hover {
        transition: all 0.3s ease-in-out;
        color: orange;
        cursor: pointer; }
  .simplefooter_contact {
    color: #2000ff;
    letter-spacing: 1px; }
    .simplefooter_contact_title {
      font-family: "Oxygen", sans-serif;
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 23px;
      display: inline-block;
      font-weight: 700; }
    .simplefooter_contact_text1 {
      font-family: "Oxygen", sans-serif;
      line-height: 20px;
      font-size: 14px;
      height: 77px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .simplefooter_contact_text2 {
      font-family: "Oxygen", sans-serif;
      line-height: 20px;
      font-size: 15px;
      height: 77px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .simplefooter_contact_text2 a {
        color: #2000ff;
        text-decoration: none; }
        .simplefooter_contact_text2 a:hover {
          text-decoration: underline; }
    .simplefooter_contact_text3 {
      font-family: "Oxygen", sans-serif;
      line-height: 20px;
      font-size: 14px;
      height: 77px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .simplefooter_contact_text_joindre {
      font-family: "Oxygen", sans-serif;
      line-height: 20px;
      font-size: 16px;
      display: flex;
      align-items: center; }
      .simplefooter_contact_text_joindre img {
        margin-right: 12px; }
    .simplefooter_contact_don {
      font-family: "Oxygen", sans-serif;
      line-height: 20px;
      font-size: 16px;
      display: block;
      font-weight: 700;
      padding: 12px 34px;
      border: 2px solid #2000ff;
      border-radius: 5px;
      color: #2000ff;
      text-decoration: none;
      transition: all 0.3s; }
      .simplefooter_contact_don:hover {
        background-color: #2000ff;
        color: white; }
    .simplefooter_contact_logo {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 30px; }
      .simplefooter_contact_logo a {
        margin-right: 10px; }
  .simplefooter_credits {
    margin-top: 1.5rem;
    transform: translateY(-2px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem; }
    @media (min-width: 1024px) {
      .simplefooter_credits {
        margin-top: 0; } }
    .simplefooter_credits p, .simplefooter_credits a {
      margin: 0 !important;
      display: inline; }
    .simplefooter_credits p {
      font-family: "Oxygen", sans-serif;
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      color: #2000ff;
      text-transform: inherit;
      line-height: 22.5px;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      letter-spacing: 1px; }
    .simplefooter_credits svg {
      transform: translateY(1px);
      width: 50px; }

.credits_footer {
  margin: auto;
  width: 95%;
  display: flex;
  width: 90% !important;
  justify-content: space-between;
  padding: 15px 0;
  flex-direction: column; }
  @media (min-width: 425px) {
    .credits_footer {
      width: 90%; } }
  @media (min-width: 768px) {
    .credits_footer {
      width: 80%; } }
  @media (min-width: 1024px) {
    .credits_footer {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .credits_footer {
      width: 1200px; } }
  .credits_footer a {
    margin-top: 10px; }
  @media (min-width: 1024px) {
    .credits_footer {
      flex-direction: row; }
      .credits_footer a {
        margin-top: initial; } }
  .credits_footer a, .credits_footer span {
    color: #2000ff;
    font-family: "Oxygen", sans-serif;
    font-size: 15px;
    text-decoration: none; }
  .credits_footer a:hover {
    text-decoration: underline; }

.simpleheader {
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .simpleheader {
      position: relative;
      padding: 0; } }
  .simpleheader_menu {
    display: none; }
  .simpleheader_container {
    margin: auto;
    width: 95%;
    display: flex;
    align-items: baseline;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    position: relative; }
    @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: 1200px) {
      .simpleheader_container {
        width: 1200px; } }
    @media (min-width: 1024px) {
      .simpleheader_container {
        flex-direction: row;
        align-items: center;
        padding: 17px 0; } }
  .simpleheader_linkLogo {
    height: 88px; }
  .simpleheader_logo {
    height: 88px; }
  .simpleheader_socialicon {
    margin-left: 12px; }
  .simpleheader_nav {
    width: 100%;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .simpleheader_nav {
        width: auto;
        margin-top: 0;
        max-height: 1000px; } }
  .simpleheader_menu ~ .simpleheader_container label > svg {
    display: block; }
  .simpleheader_menu ~ .simpleheader_container label > span {
    display: none; }
  .simpleheader_menu ~ .simpleheader_container label {
    position: absolute;
    top: 35px;
    right: 15px;
    display: block; }
    @media (min-width: 1024px) {
      .simpleheader_menu ~ .simpleheader_container label {
        display: none; } }
  .simpleheader_mobile {
    display: flex; }
    .simpleheader_mobile_social {
      width: 135px;
      display: flex;
      justify-content: space-between;
      margin-top: 45px; }
    .simpleheader_mobile_contact {
      margin-top: 40px;
      display: flex;
      flex-direction: column; }
      .simpleheader_mobile_contact span {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        font-family: "Roboto Slab", serif;
        letter-spacing: 1px;
        font-size: 14px;
        color: #4f5e66; }
        .simpleheader_mobile_contact span img {
          margin-right: 17px; }
    @media (min-width: 1024px) {
      .simpleheader_mobile {
        display: none; } }
  .simpleheader_menu:checked ~ .simpleheader_container .simpleheader_nav {
    max-height: 10000px;
    margin-top: 36px;
    margin-bottom: 30px; }
  .simpleheader_menu:checked ~ .simpleheader_container label > span {
    color: white;
    font-family: "Roboto Slab", serif;
    font-size: 27px;
    display: block;
    position: relative;
    right: 5px; }
  .simpleheader_menu:checked ~ .simpleheader_container label > svg {
    display: none; }
  .simpleheader_list {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .simpleheader_list {
        flex-direction: row; } }
  .simpleheader_link {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s;
    letter-spacing: 1px;
    position: relative; }
    .simpleheader_link-current_page_item {
      text-decoration: underline; }
    .simpleheader_link:hover {
      text-decoration: underline; }
  .simpleheader_item {
    width: 90%;
    padding: 15px 0 15px 36px;
    background-color: rgba(207, 193, 206, 0.1);
    border-radius: 5px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .simpleheader_item {
        background-color: unset;
        margin-left: 10px;
        margin-right: 40px;
        margin-bottom: 0;
        width: auto;
        padding: unset; } }
    .simpleheader_item-contact {
      background-color: unset;
      border: 2px solid #2000ff;
      border-radius: 3px;
      margin: 0;
      padding: 9px 15px;
      margin-right: 15px;
      text-align: center;
      cursor: pointer; }
      .simpleheader_item-contact .simpleheader_link {
        font-size: 14px; }
      .simpleheader_item-contact:hover {
        background-color: #2000ff; }
        .simpleheader_item-contact:hover .simpleheader_link {
          color: #ffffff;
          text-decoration: none; }
    .simpleheader_item-tel {
      background-color: unset;
      border: 2px solid #2000ff;
      border-radius: 3px;
      margin: 0;
      padding: 9px 15px;
      text-align: center;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .simpleheader_item-tel {
          margin-right: 15px; } }
      .simpleheader_item-tel .simpleheader_link {
        font-size: 14px; }
        .simpleheader_item-tel .simpleheader_link span {
          font-size: 10px;
          line-height: 12px;
          display: block;
          margin-top: 2px;
          margin-bottom: 4px; }
      .simpleheader_item-tel:hover {
        background-color: #2000ff; }
        .simpleheader_item-tel:hover .simpleheader_link {
          color: #ffffff;
          text-decoration: none; }
    .simpleheader_item:hover .simpleheader_children {
      display: block; }
  .simpleheader_childrenLink {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 15px 20px;
    display: block; }
  .simpleheader_children {
    display: none;
    position: absolute;
    z-index: 100;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3); }
    .simpleheader_children:hover {
      display: block; }
  .simpleheader_childrenItem {
    background-color: #ffffff; }
    .simpleheader_childrenItem:hover {
      background-color: #2000ff; }
      .simpleheader_childrenItem:hover .simpleheader_childrenLink {
        color: #ffffff; }

.sliderfull {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  .sliderfull_popin {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffad;
    z-index: 100; }
    .sliderfull_popin iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 100;
      width: 300px;
      height: 170px; }
      @media (min-width: 768px) {
        .sliderfull_popin iframe {
          width: 660px;
          height: 370px; } }
      @media (min-width: 1024px) {
        .sliderfull_popin iframe {
          width: 800px;
          height: 450px; } }
  .sliderfull_container {
    width: 100%; }
  .sliderfull_slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0px;
    background-size: cover;
    background-position: center;
    height: 400px; }
    .sliderfull_slide.gauche {
      justify-content: start; }
    @media (min-width: 1024px) {
      .sliderfull_slide {
        height: 440px; } }
    @media (min-width: 1200px) {
      .sliderfull_slide {
        height: 440px; } }
    .sliderfull_slide:last-of-type {
      margin-right: 0%; }
      @media (min-width: 1024px) {
        .sliderfull_slide:last-of-type {
          margin-right: 0px; } }
    .sliderfull_slide_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .sliderfull_slide_content.gauche {
        width: 50%;
        float: left;
        justify-content: center;
        align-items: baseline;
        padding-left: 5%; }
      .sliderfull_slide_content.centre {
        align-items: center;
        justify-content: space-between; }
      .sliderfull_slide_content.droite {
        justify-content: flex-end; }
      .sliderfull_slide_content h2 {
        font-family: "Roboto Slab", serif;
        color: #ffffff;
        font-size: 35px;
        padding-top: 35px;
        padding-bottom: 20px;
        text-align: center; }
        @media (min-width: 768px) {
          .sliderfull_slide_content h2 {
            font-size: 46px;
            padding-top: 70px;
            padding-bottom: 40px; } }
      .sliderfull_slide_content p {
        font-family: "Oxygen", sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
  .sliderfull_image {
    display: none; }
    @media (min-width: 1024px) {
      .sliderfull_image {
        display: block; } }
  .sliderfull_button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 3px;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 10px 15px;
    margin: 30px 0 30px 0;
    transition: all 0.3s;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #2000ff;
    text-transform: inherit;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .sliderfull_button {
        padding: 10px 40px;
        margin: 50px 0 90px 0; } }
    .sliderfull_button:hover {
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff; }
  .sliderfull .owl-carousel .owl-nav button.owl-next,
  .sliderfull .owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }
  .sliderfull .owl-theme .owl-dots .owl-dot {
    margin: 0 12.5px; }
  .sliderfull .owl-theme .owl-dots .owl-dot:hover span {
    background-color: orange; }
  .sliderfull .owl-theme .owl-dots .owl-dot span {
    background: grey;
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
    margin: 3px 3px; }
  .sliderfull .owl-theme .owl-dots .owl-dot.active span {
    background: #fff; }
  .sliderfull .owl-dots {
    display: none; }
    @media (min-width: 1024px) {
      .sliderfull .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); } }

.space_dark {
  background-color: #2000ff; }

.space_light {
  background-color: #fff; }

@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: 1200px) {
    .space_laptop {
      display: none; } }

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

.subtitle {
  display: flex;
  padding: 20px;
  justify-content: center;
  font-family: "Oxygen", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: #818ca3;
  text-transform: inherit;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  letter-spacing: 1px; }

.title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 10px; }
  .title_dark {
    background-color: #2000ff;
    color: #ffffff; }
  .title_light {
    background-color: #ffffff;
    color: #2000ff; }
  .title-petit {
    font-size: 14px; }
    .title-petit.title_light {
      color: #818ca3; }
    @media (min-width: 1024px) {
      .title-petit {
        font-size: 16px; } }
  .title-normal {
    font-size: 22px; }
    @media (min-width: 1024px) {
      .title-normal {
        font-size: 32px; } }
  .title-grand {
    font-size: 28px; }
    @media (min-width: 1024px) {
      .title-grand {
        font-size: 40px; } }
  .title-slab {
    font-family: "Roboto Slab", serif; }
  .title-oxygen {
    font-family: "Oxygen", sans-serif; }

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

.youtube_item {
  position: relative; }

.youtube_video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.youtube iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

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

.postHeader {
  display: flex;
  margin-bottom: 50px; }
  .postHeader-main {
    margin: auto;
    width: 95%;
    display: grid; }
    @media (min-width: 425px) {
      .postHeader-main {
        width: 90%; } }
    @media (min-width: 768px) {
      .postHeader-main {
        width: 80%; } }
    @media (min-width: 1024px) {
      .postHeader-main {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .postHeader-main {
        width: 1200px; } }
  .postHeader_image {
    width: 40%; }
    .postHeader_image img {
      width: 100%;
      height: auto; }
  .postHeader_info {
    width: 60%;
    padding-left: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .postHeader_share {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Oxygen", sans-serif; }
    .postHeader_share .share-buttons {
      display: flex; }
      .postHeader_share .share-buttons li {
        margin-left: 15px; }
  .postHeader_date {
    color: #d0d0d0;
    font-family: "Oxygen", sans-serif;
    margin-bottom: 10px; }
  .postHeader_title {
    font-family: "Roboto Slab", serif;
    color: #2000ff;
    font-size: 36px;
    margin-bottom: 40px; }

.single-post {
  margin-bottom: 33px; }
  .single-post h2, .single-post h3, .single-post h4 {
    font-family: "Roboto Slab", serif;
    margin-bottom: 15px; }
  .single-post h2 {
    font-size: 24px;
    color: #2000ff;
    margin-top: 30px; }
  .single-post h3 {
    font-size: 24px;
    color: #818ca3; }
  .single-post h4 {
    font-size: 16px;
    color: #818ca3; }
  .single-post .wp-block-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right; }
  .single-post p {
    font-family: "Oxygen", sans-serif;
    color: #747a85;
    font-size: 14px;
    line-height: 21px; }
  .single-post em {
    font-style: italic; }
  .single-post strong {
    font-weight: bold;
    color: #2000ff; }
  .single-post a {
    color: #2000ff;
    text-decoration: underline; }

.page-not-found {
  margin: auto;
  width: 95%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 425px) {
    .page-not-found {
      width: 90%; } }
  @media (min-width: 768px) {
    .page-not-found {
      width: 80%; } }
  @media (min-width: 1024px) {
    .page-not-found {
      width: 1000px; } }
  @media (min-width: 1200px) {
    .page-not-found {
      width: 1200px; } }
  @media (min-width: 1024px) {
    .page-not-found {
      margin-top: 100px;
      justify-content: space-between;
      flex-direction: row; } }
  .page-not-found-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .page-not-found-text {
        width: 420px; } }
    .page-not-found-text h2 {
      font-family: "Roboto Slab", serif;
      font-size: 26px;
      font-weight: 400;
      color: #818ca3;
      text-align: center;
      margin: 10px auto; }
      @media (min-width: 1024px) {
        .page-not-found-text h2 {
          text-align: left;
          font-size: 36px;
          margin: 0; } }
    .page-not-found-text h3 {
      font-family: "Oxygen", sans-serif;
      color: #2daae1;
      font-size: 16px;
      font-weight: 400;
      text-align: center;
      margin: 10px auto; }
      @media (min-width: 1024px) {
        .page-not-found-text h3 {
          text-align: left;
          font-size: 18px;
          margin: 0; } }
    .page-not-found-text p {
      color: #818ca3;
      font-family: "Oxygen", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin: 15px auto; }
      @media (min-width: 1024px) {
        .page-not-found-text p {
          margin: 0; } }
  .page-not-found-buttons {
    clear: both;
    display: flex;
    justify-content: space-between; }
  .page-not-found-accueil {
    color: #ffffff;
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #2000ff;
    padding: 12px 25px;
    border: 2px solid #2000ff;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .page-not-found-accueil {
        font-size: 15px;
        padding: 12px 35px; } }
    .page-not-found-accueil:hover {
      background-color: #fff;
      color: #2000ff; }
  .page-not-found-contact {
    color: #2000ff;
    font-family: "Oxygen", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 12px 20px;
    border: 2px solid #2000ff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .page-not-found-contact {
        font-size: 15px;
        padding: 12px 30px; } }
    .page-not-found-contact:hover {
      background-color: #2000ff;
      color: #fff; }


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