@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/* --- Variables for fonction --- */
/*
Theme Name: multicolore
*/
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
/* Remove default margin */
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: 'dm_sansbold';
  src: url("../fonts/dmsans-bold-webfont.eot");
  src: url("../fonts/dmsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-bold-webfont.woff2") format("woff2"), url("../fonts/dmsans-bold-webfont.woff") format("woff"), url("../fonts/dmsans-bold-webfont.ttf") format("truetype"), url("../fonts/dmsans-bold-webfont.svg#dm_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dm_sansbold_italic';
  src: url("../fonts/dmsans-bolditalic-webfont.eot");
  src: url("../fonts/dmsans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/dmsans-bolditalic-webfont.woff") format("woff"), url("../fonts/dmsans-bolditalic-webfont.ttf") format("truetype"), url("../fonts/dmsans-bolditalic-webfont.svg#dm_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dm_sansmedium';
  src: url("../fonts/dmsans-medium-webfont.eot");
  src: url("../fonts/dmsans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-medium-webfont.woff2") format("woff2"), url("../fonts/dmsans-medium-webfont.woff") format("woff"), url("../fonts/dmsans-medium-webfont.ttf") format("truetype"), url("../fonts/dmsans-medium-webfont.svg#dm_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dm_sansmedium_italic';
  src: url("../fonts/dmsans-mediumitalic-webfont.eot");
  src: url("../fonts/dmsans-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/dmsans-mediumitalic-webfont.woff") format("woff"), url("../fonts/dmsans-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/dmsans-mediumitalic-webfont.svg#dm_sansmedium_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dm_sansregular';
  src: url("../fonts/dmsans-regular-webfont.eot");
  src: url("../fonts/dmsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-regular-webfont.woff2") format("woff2"), url("../fonts/dmsans-regular-webfont.woff") format("woff"), url("../fonts/dmsans-regular-webfont.ttf") format("truetype"), url("../fonts/dmsans-regular-webfont.svg#dm_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dm_sansitalic';
  src: url("../fonts/dmsans-regularitalic-webfont.eot");
  src: url("../fonts/dmsans-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dmsans-regularitalic-webfont.woff2") format("woff2"), url("../fonts/dmsans-regularitalic-webfont.woff") format("woff"), url("../fonts/dmsans-regularitalic-webfont.ttf") format("truetype"), url("../fonts/dmsans-regularitalic-webfont.svg#dm_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OptimaLTProRoman';
  src: url("../fonts/OptimaLTProRoman.eot");
  src: url("../fonts/OptimaLTProRoman.eot") format("embedded-opentype"), url("../fonts/OptimaLTProRoman.woff2") format("woff2"), url("../fonts/OptimaLTProRoman.woff") format("woff"), url("../fonts/OptimaLTProRoman.ttf") format("truetype"), url("../fonts/OptimaLTProRoman.svg#OptimaLTProRoman") format("svg"); }

@font-face {
  font-family: 'OptimaLTProBold';
  src: url("../fonts/OptimaLTProBold.eot");
  src: url("../fonts/OptimaLTProBold.eot") format("embedded-opentype"), url("../fonts/OptimaLTProBold.woff2") format("woff2"), url("../fonts/OptimaLTProBold.woff") format("woff"), url("../fonts/OptimaLTProBold.ttf") format("truetype"), url("../fonts/OptimaLTProBold.svg#OptimaLTProBold") format("svg"); }

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  z-index: 999;
  height: 80px; }
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .nav .menu-primary-navigation-left-container, header .nav .menu-primary-navigation-right-container, header .nav .menu-primary-navigation-left-anglais-container, header .nav .menu-primary-navigation-right-anglais-container {
      width: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        header .nav .menu-primary-navigation-left-container, header .nav .menu-primary-navigation-right-container, header .nav .menu-primary-navigation-left-anglais-container, header .nav .menu-primary-navigation-right-anglais-container {
          display: none; } }
    header .nav .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    header .nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    header .nav a {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.9em; }
    header .nav li.inactif {
      cursor: pointer; }
      header .nav li.inactif > a {
        pointer-events: none; }
    header .nav .sub-menu {
      display: none;
      position: absolute;
      background-color: #000000;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      width: 100%;
      opacity: 0;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 25px 10%; }
    header .nav .menu-item.vert .sub-menu {
      background-color: #0e7c21; }
    header .nav .menu-item.bleu .sub-menu {
      background-color: #1e4ebe; }
    header .nav .menu-item.rose .sub-menu {
      background-color: #b02a8a; }
    header .nav .menu-item.jaune .sub-menu {
      background-color: #ffaa19; }
    header .nav .menu-item.orange .sub-menu {
      background-color: #ff500f; }
    header .nav .menu-item.red .sub-menu {
      background-color: #eb261f; }
    header .nav .logo {
      min-width: 425px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        header .nav .logo {
          min-width: 380px; } }
      @media only screen and (max-width: 1280px) {
        header .nav .logo {
          min-width: auto; } }
      header .nav .logo a {
        display: block;
        margin-left: auto;
        margin-right: auto; }
      header .nav .logo svg {
        height: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          header .nav .logo svg {
            margin-left: -15px; } }
        @media only screen and (max-width: 768px) {
          header .nav .logo svg {
            width: 255px; } }
    header .nav .donner > a:first-of-type {
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 20px 8px 21px;
      border-radius: 50px;
      display: inline-block;
      font-size: 0.8em;
      background-color: red;
      color: #ffffff;
      padding-right: 45px;
      position: relative; }
      header .nav .donner > a:first-of-type:after {
        position: absolute;
        content: "♥\00FE0E";
        color: #ffffff;
        right: 20px;
        top: 50%;
        font-size: 20px;
        -webkit-transform: translateY(-50%) scaleY(0.8);
            -ms-transform: translateY(-50%) scaleY(0.8);
                transform: translateY(-50%) scaleY(0.8); }
  header .arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #000000;
    position: absolute;
    bottom: 0; }

.nav_mobile {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 9px 8px;
  cursor: pointer;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .nav_mobile {
      display: block; } }
  .nav_mobile .burger {
    height: 15px;
    width: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nav_mobile .burger div {
      background-color: #ffffff;
      width: 100%;
      height: 1px; }
  .nav_mobile .close {
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 9px;
    font-size: 27px;
    line-height: 41px;
    color: #ffffff; }

.mobile.menu_mobile {
  display: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  background-color: #ffffff;
  top: 79px;
  border-top: 1px solid #ffffff;
  color: #000000;
  height: calc(100vh - 80px);
  left: 0;
  right: 0;
  overflow: scroll; }
  .mobile.menu_mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile.menu_mobile a {
    color: #000000;
    text-decoration: none;
    font-size: 1.4em;
    padding: 15px 5%;
    display: block; }
  .mobile.menu_mobile .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile.menu_mobile .menu-primary-navigation-left-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile.menu_mobile .menu-item-has-children a {
    width: calc(100% - 50px); }
  .mobile.menu_mobile .menu-item-has-children {
    position: relative;
    overflow: hidden; }
    .mobile.menu_mobile .menu-item-has-children > a {
      pointer-events: none; }
    .mobile.menu_mobile .menu-item-has-children > div {
      border-bottom: 1px solid #ffffff;
      width: 36px;
      height: 36px;
      position: absolute;
      top: 14px;
      border-radius: 50%;
      right: 20px; }
      .mobile.menu_mobile .menu-item-has-children > div span {
        display: block;
        height: 2px;
        background-color: #ffffff;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .mobile.menu_mobile .menu-item-has-children > div span:last-of-type {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
              -ms-transform: translate(-50%, -50%) rotate(90deg);
                  transform: translate(-50%, -50%) rotate(90deg); }
  .mobile.menu_mobile .menu-item.vert .sub-menu, .mobile.menu_mobile .menu-item.vert > div {
    background-color: #0e7c21; }
  .mobile.menu_mobile .menu-item.bleu .sub-menu, .mobile.menu_mobile .menu-item.bleu > div {
    background-color: #1e4ebe; }
  .mobile.menu_mobile .menu-item.rose .sub-menu, .mobile.menu_mobile .menu-item.rose > div {
    background-color: #b02a8a; }
  .mobile.menu_mobile .menu-item.jaune .sub-menu, .mobile.menu_mobile .menu-item.jaune > div {
    background-color: #ffaa19; }
  .mobile.menu_mobile .menu-item.orange .sub-menu, .mobile.menu_mobile .menu-item.orange > div {
    background-color: #ff500f; }
  .mobile.menu_mobile .menu-item.orange .sub-menu, .mobile.menu_mobile .menu-item.orange > div {
    background-color: #ff500f; }
  .mobile.menu_mobile .menu-item.red .sub-menu, .mobile.menu_mobile .menu-item.red > div {
    background-color: #eb261f; }
  .mobile.menu_mobile ul#menu-primary-navigation-right-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile.menu_mobile ul#menu-primary-navigation-right-1 li {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .mobile.menu_mobile ul#menu-primary-navigation-right-1 li:not(.menu-item-has-children) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
  .mobile.menu_mobile li.inactif {
    cursor: pointer; }
    .mobile.menu_mobile li.inactif > a {
      pointer-events: none; }
  .mobile.menu_mobile .btn_donnation {
    width: 90%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center; }
    .mobile.menu_mobile .btn_donnation:after {
      display: inline-block;
      margin-left: 7px;
      right: auto;
      font-size: 20px;
      position: relative;
      -webkit-transform: scaleY(0.8);
          -ms-transform: scaleY(0.8);
              transform: scaleY(0.8); }
  .mobile.menu_mobile .sub-menu {
    display: none; }
    .mobile.menu_mobile .sub-menu a {
      border-bottom: 0;
      color: #ffffff;
      text-decoration: none;
      font-size: 1.1em;
      padding: 15px 5%;
      display: block; }

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000000;
  color: #ffffff; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .logo svg {
    width: 325px;
    margin-left: -20px; }
  footer .left {
    width: 100%; }
  footer .col_wrap {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .col_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .col_wrap .col {
      border-top: 3px solid #5e5e5e;
      padding-top: 30px;
      width: 28%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        footer .col_wrap .col {
          width: 100%;
          margin-bottom: 80px; } }
    footer .col_wrap ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .col_wrap ul a {
        color: #ffffff;
        text-decoration: none;
        font-size: 0.9em; }
    footer .col_wrap p {
      margin: 0; }
    footer .col_wrap a {
      color: #ffffff; }
  footer .right {
    width: 450px;
    padding-left: 40px; }
    footer .right .social {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      footer .right .social img {
        width: 42px;
        height: auto;
        margin-right: 50px; }
  footer .container.bottom {
    margin-top: 50px;
    font-size: 14px;
    color: #929292; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  color: #000000; }
  html.overflow {
    overflow: hidden; }

body {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 400;
  font-style: normal; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden; } }

.oxo-view {
  padding-top: 79px; }

h1 {
  font-size: 3.5em;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.2em;
  font-family: 'OptimaLTProRoman', serif;
  font-weight: 400; }

h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-family: 'OptimaLTProRoman', serif;
  font-weight: 400; }

h3 {
  font-size: 2em;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-family: 'OptimaLTProRoman', serif;
  font-weight: 400; }

h4 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.2em;
  font-family: 'dm_sansregular', sans-serif;
  font-weight: 400; }

h5 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.2em;
  font-family: 'dm_sansbold', sans-serif;
  font-weight: 600; }

i, em {
  font-family: 'dm_sansitalic', sans-serif;
  font-weight: 400; }

b,
strong {
  font-family: 'dm_sansbold', sans-serif;
  font-weight: 600; }

a {
  color: inherit; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #643f57;
  z-index: 9999; }
  .loader canvas {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0; }
  .loader #logo_img {
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    max-width: 1000px; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

.bg_blanc {
  background-color: #ffffff;
  color: #000000; }

.bg_noir {
  background-color: #000000;
  color: #ffffff; }

.bg_mauve {
  background-color: #643f57;
  color: #ffffff; }

.bg_violet {
  background-color: #303252;
  color: #ffffff; }

.bg_vert {
  background-color: #345331;
  color: #ffffff; }

.bg_orange {
  background-color: #ae492d;
  color: #ffffff; }

.bg_bleu {
  background-color: #2b4b72;
  color: #ffffff; }

.bg_blanc {
  background-color: #ffffff;
  color: #000000; }
  .bg_blanc .btn:before, .bg_blanc input[type=submit]:before {
    background-color: #303252; }
  .bg_blanc .btn:hover, .bg_blanc input:hover[type=submit] {
    color: #ffffff; }

.bg_noir {
  background-color: #000000;
  color: #ffffff; }

.bg_mauve {
  background-color: #643f57;
  color: #ffffff; }

.bg_violet {
  background-color: #303252;
  color: #ffffff; }

.bg_vert {
  background-color: #345331;
  color: #ffffff; }

.bg_orange {
  background-color: #ae492d;
  color: #ffffff; }

.bg_bleu {
  background-color: #2b4b72;
  color: #ffffff; }

.bg_jaune {
  background-color: #ffaa19;
  color: #ffffff; }

.bg_box_blanc {
  background-color: #ffffff;
  color: #000000; }

.bg_box_noir {
  background-color: #000000;
  color: #ffffff; }

.bg_box_mauve {
  background-color: #643f57;
  color: #ffffff; }
  .bg_box_mauve span:nth-of-type(3) {
    background-color: #ffa5b4 !important; }

.bg_box_violet {
  background-color: #303252;
  color: #ffffff; }

.bg_box_vert {
  background-color: #0e7c21;
  color: #ffffff; }
  .bg_box_vert span:nth-of-type(4) {
    background-color: #6bc7b8 !important; }

.bg_box_orange {
  background-color: #ff500f;
  color: #ffffff; }

.bg_box_rose {
  background-color: #b02a8a;
  color: #ffffff; }

.bg_box_rose_light {
  background-color: #ffa5b4;
  color: #ffffff; }
  .bg_box_rose_light span:nth-of-type(5) {
    background-color: #b02a8a !important; }

.bg_box_bleu {
  background-color: #1e4ebe;
  color: #ffffff; }
  .bg_box_bleu span:nth-of-type(1) {
    background-color: #6bc7b8 !important; }

.bg_box_turquoise {
  background-color: #6bc7b8;
  color: #ffffff; }

.bg_box_jaune {
  background-color: #ffaa19;
  color: #ffffff; }
  .bg_box_jaune span:nth-of-type(2) {
    background-color: #6bc7b8 !important; }

.btn, input[type=submit] {
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 45px;
  font-size: 1.1em;
  border-radius: 50px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 1s 0.4s;
  -o-transition: color 1s 0.4s;
  transition: color 1s 0.4s; }
  .btn span, input[type=submit] span {
    border-radius: 50%;
    position: absolute;
    display: block;
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%); }
    .btn span:nth-of-type(1), input[type=submit] span:nth-of-type(1) {
      background-color: #1e4ebe;
      width: 20px;
      height: 20px;
      left: 10px;
      bottom: 10px;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .btn span:nth-of-type(4), input[type=submit] span:nth-of-type(4) {
      background-color: #0e7c21;
      width: 35px;
      height: 35px;
      left: 20%;
      bottom: 25%;
      -webkit-transition: all 1s 0.2s;
      -o-transition: all 1s 0.2s;
      transition: all 1s 0.2s; }
    .btn span:nth-of-type(2), input[type=submit] span:nth-of-type(2) {
      background-color: #ffaa19;
      width: 50px;
      height: 50px;
      left: 50%;
      bottom: 40%;
      z-index: -1;
      -webkit-transition: all 1s 0.1s;
      -o-transition: all 1s 0.1s;
      transition: all 1s 0.1s; }
    .btn span:nth-of-type(3), input[type=submit] span:nth-of-type(3) {
      background-color: #643f57;
      width: 30px;
      height: 30px;
      right: 10px;
      bottom: 20%;
      -webkit-transition: all 1s 0.3s;
      -o-transition: all 1s 0.3s;
      transition: all 1s 0.3s; }
  .btn:before, input[type=submit]:before {
    content: " ";
    width: 120%;
    padding-bottom: 120%;
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 120%);
        -ms-transform: translate(-50%, 120%);
            transform: translate(-50%, 120%);
    z-index: -2;
    -webkit-transition: all 1s 0.4s;
    -o-transition: all 1s 0.4s;
    transition: all 1s 0.4s; }
  .btn:hover, input:hover[type=submit] {
    color: #000000; }
    .btn:hover span, input:hover[type=submit] span {
      -webkit-transform: translateY(-400%);
          -ms-transform: translateY(-400%);
              transform: translateY(-400%); }
    .btn:hover:before, input[type=submit]:hover:before {
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%); }

.btn_blanc {
  background-color: #ffffff;
  color: #000000; }
  .btn_blanc:before {
    background-color: #ffaa19; }
  .btn_blanc span:nth-of-type(2) {
    background-color: #6bc7b8; }
  .btn_blanc:hover {
    color: #ffffff; }

.bg_blanc .btn_blanc {
  border: 2px solid #000000;
  padding: 13px 43px; }

.btn_noir {
  background-color: #000000;
  color: #ffffff; }

.bg_noir .btn_noir {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_mauve {
  background-color: #643f57;
  color: #ffffff; }
  .btn_mauve span:nth-of-type(3) {
    background-color: #ffa5b4; }

.bg_mauve .btn_mauve {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_violet {
  background-color: #303252;
  color: #ffffff; }

.bg_violet .btn_violet {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_vert {
  background-color: #345331;
  color: #ffffff; }

.bg_vert .btn_vert {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_orange {
  background-color: #ae492d;
  color: #ffffff; }

.bg_orange .btn_orange {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_bleu, input[type=submit] {
  background-color: #2b4b72;
  color: #ffffff; }

.bg_bleu .btn_bleu, .bg_bleu input[type=submit] {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_jaune {
  background-color: #ffaa19;
  color: #ffffff; }
  .btn_jaune span:nth-of-type(2) {
    background-color: #ff500f; }

.bg_jaune .btn_jaune {
  border: 2px solid #ffffff;
  padding: 13px 43px; }

.btn_donnation {
  background-color: #eb261f;
  border: 2px solid #eb261f;
  color: #ffffff;
  padding-right: 68px;
  position: relative;
  text-align: left; }
  .btn_donnation:after {
    position: absolute;
    content: "♥\00FE0E";
    color: #ffffff;
    right: 25px;
    top: 50%;
    font-size: 25px;
    -webkit-transform: translateY(-50%) scaleY(0.8);
        -ms-transform: translateY(-50%) scaleY(0.8);
            transform: translateY(-50%) scaleY(0.8);
    -webkit-transition: all 1s 0.4s;
    -o-transition: all 1s 0.4s;
    transition: all 1s 0.4s; }
  .btn_donnation:before {
    background-color: #ffffff !important; }
  .btn_donnation span:nth-of-type(4) {
    background-color: #ffa5b4; }
  .btn_donnation:hover {
    color: #eb261f !important; }
    .btn_donnation:hover:after {
      color: #eb261f !important; }

form {
  position: relative; }

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 2px solid #000000;
  background-color: #ffffff;
  outline: none;
  font-size: 18px;
  padding: 10px 15px;
  width: 100%; }

input {
  max-width: 600px; }

input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  input[type="checkbox"]:checked {
    background-color: #303252; }

input[type="radio"] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  cursor: pointer; }
  input[type="radio"]:checked {
    background-color: #303252; }

form span.wpcf7-list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important; }

label {
  width: 100%; }

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  input[type=submit]:hover {
    background-color: #ffffff; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 20px; }

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  position: absolute;
  top: -50px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  padding: 70px; }

.oxo-view.template-home .sec_home_cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .oxo-view.template-home .sec_home_cta .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 80px;
      padding-bottom: 80px; } }
  .oxo-view.template-home .sec_home_cta .container img {
    width: 150px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec_home_cta .container img {
        margin-bottom: 50px; } }
  .oxo-view.template-home .sec_home_cta .container h2 {
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .sec_home_cta .container h2 {
        margin-bottom: 50px; } }

.oxo-view.template-home .sec_home_news {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  .oxo-view.template-home .sec_home_news .row {
    position: relative;
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .oxo-view.template-home .sec_home_news .row {
        margin-bottom: 320px; } }
    .oxo-view.template-home .sec_home_news .row .img {
      background-size: cover;
      background-position: center;
      width: 55%;
      padding-bottom: 45%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px) {
        .oxo-view.template-home .sec_home_news .row .img {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          background-size: cover;
          height: 700px;
          background-repeat: no-repeat;
          background-position: center; } }
      @media only screen and (max-width: 1280px) {
        .oxo-view.template-home .sec_home_news .row .img {
          margin-top: 100px; } }
    .oxo-view.template-home .sec_home_news .row .txt {
      background-color: #ffffff;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 60%;
      min-height: 350px;
      color: #000000;
      text-align: left;
      padding: 45px 50px;
      z-index: 2;
      text-decoration: none;
      overflow: hidden;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px) {
        .oxo-view.template-home .sec_home_news .row .txt {
          width: 90%;
          left: 0;
          top: auto;
          margin-left: 0;
          margin-right: auto;
          -webkit-transform: translateY(-160px);
              -ms-transform: translateY(-160px);
                  transform: translateY(-160px); } }
      @media only screen and (max-width: 1280px) {
        .oxo-view.template-home .sec_home_news .row .txt {
          width: 100%; } }
      .oxo-view.template-home .sec_home_news .row .txt h2 {
        font-family: 'dm_sansbold', sans-serif;
        font-weight: 600; }
      .oxo-view.template-home .sec_home_news .row .txt span.rond {
        border-radius: 50%;
        position: absolute;
        display: block;
        -webkit-transform: translateY(500%);
            -ms-transform: translateY(500%);
                transform: translateY(500%);
        pointer-events: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .oxo-view.template-home .sec_home_news .row .txt span.rond {
            display: none; } }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(1) {
          background-color: #1e4ebe;
          width: 40px;
          height: 40px;
          left: 140px;
          bottom: -18px;
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(4) {
          background-color: #0e7c21;
          width: 65px;
          height: 65px;
          left: -2%;
          bottom: 65%;
          z-index: -1;
          -webkit-transition: all 0.6s 0.1s;
          -o-transition: all 0.6s 0.1s;
          transition: all 0.6s 0.1s; }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(2) {
          background-color: #ffaa19;
          width: 50px;
          height: 50px;
          left: 26%;
          bottom: 51%;
          z-index: -1;
          -webkit-transition: all 0.6s 0.05s;
          -o-transition: all 0.6s 0.05s;
          transition: all 0.6s 0.05s; }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(3) {
          background-color: #b02a8a;
          width: 80px;
          height: 80px;
          right: 25%;
          bottom: 65%;
          z-index: -1;
          -webkit-transition: all 0.6s 0.2s;
          -o-transition: all 0.6s 0.2s;
          transition: all 0.6s 0.2s; }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(5) {
          background-color: #ffa5b4;
          width: 30px;
          height: 30px;
          right: 10px;
          bottom: 15px;
          -webkit-transition: all 0.6s 0.15s;
          -o-transition: all 0.6s 0.15s;
          transition: all 0.6s 0.15s; }
        .oxo-view.template-home .sec_home_news .row .txt span.rond:nth-of-type(6) {
          background-color: #6bc7b8;
          width: 45px;
          height: 45px;
          right: 50%;
          bottom: 20%;
          -webkit-transition: all 0.6s 0.25s;
          -o-transition: all 0.6s 0.25s;
          transition: all 0.6s 0.25s; }
      .oxo-view.template-home .sec_home_news .row .txt:hover span.rond {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
    .oxo-view.template-home .sec_home_news .row.row2 {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px) {
        .oxo-view.template-home .sec_home_news .row.row2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .oxo-view.template-home .sec_home_news .row.row2 .img {
        margin-left: auto; }
      .oxo-view.template-home .sec_home_news .row.row2 .txt {
        left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1024px) {
          .oxo-view.template-home .sec_home_news .row.row2 .txt {
            -webkit-transform: translateY(180px);
                -ms-transform: translateY(180px);
                    transform: translateY(180px); } }

.oxo-view.template-donner .sec_2col_donner {
  padding-top: 80px;
  padding-bottom: 80px; }
  .oxo-view.template-donner .sec_2col_donner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-donner .sec_2col_donner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-donner .sec_2col_donner .container .rond {
      background-color: #000000;
      padding: 80px;
      color: #ffffff;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-donner .sec_2col_donner .container .rond {
          width: 300px;
          height: 300px;
          padding: 40px; } }
      .oxo-view.template-donner .sec_2col_donner .container .rond h2 {
        font-size: 2em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-donner .sec_2col_donner .container .rond h2 {
            font-size: 1.5em; } }
      .oxo-view.template-donner .sec_2col_donner .container .rond .btn, .oxo-view.template-donner .sec_2col_donner .container .rond input[type=submit] {
        display: block;
        width: 100%;
        margin-top: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-donner .sec_2col_donner .container .rond .btn, .oxo-view.template-donner .sec_2col_donner .container .rond input[type=submit] {
            font-size: 1em;
            padding: 11px 17px; } }
    .oxo-view.template-donner .sec_2col_donner .container .col_content {
      width: calc(100% - 500px);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-donner .sec_2col_donner .container .col_content {
          width: 100%; } }
      .oxo-view.template-donner .sec_2col_donner .container .col_content .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-donner .sec_2col_donner .container .col_content .top {
            margin-top: 80px; } }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-donner .sec_2col_donner .container .col_content .top {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .oxo-view.template-donner .sec_2col_donner .container .col_content .top .btn, .oxo-view.template-donner .sec_2col_donner .container .col_content .top input[type=submit] {
          cursor: pointer;
          font-size: 1em;
          padding: 13px 30px;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .oxo-view.template-donner .sec_2col_donner .container .col_content .top .btn, .oxo-view.template-donner .sec_2col_donner .container .col_content .top input[type=submit] {
              font-size: 0.7em;
              padding: 11px 17px; } }
          @media only screen and (max-width: 768px) {
            .oxo-view.template-donner .sec_2col_donner .container .col_content .top .btn, .oxo-view.template-donner .sec_2col_donner .container .col_content .top input[type=submit] {
              font-size: 1em;
              padding: 13px 30px;
              margin-top: 30px; } }
          .oxo-view.template-donner .sec_2col_donner .container .col_content .top .btn.active, .oxo-view.template-donner .sec_2col_donner .container .col_content .top input.active[type=submit] {
            background-color: #000000;
            color: #ffffff; }
      .oxo-view.template-donner .sec_2col_donner .container .col_content .content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        .oxo-view.template-donner .sec_2col_donner .container .col_content .content .content_slide {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          top: 0;
          width: 100%;
          opacity: 0;
          top: 0;
          left: 0; }
          .oxo-view.template-donner .sec_2col_donner .container .col_content .content .content_slide:first-of-type {
            opacity: 1; }

.oxo-view.template-ca .sec_2col_sec1 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .oxo-view.template-ca .sec_2col_sec1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-ca .sec_2col_sec1 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-ca .sec_2col_sec1 .container > div.image {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-ca .sec_2col_sec1 .container > div.image {
          width: 100%; } }
    .oxo-view.template-ca .sec_2col_sec1 .container > div.texte {
      width: 55%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-ca .sec_2col_sec1 .container > div.texte {
          margin-top: 80px;
          width: 100%; } }

.oxo-view.template-ca .sec_drop_down_rond .wrap_drop .drop .container .img {
  margin-left: 0;
  margin-right: 10%; }

.oxo-view.template-ca p.citation {
  font-size: 1.3em;
  font-family: 'dm_sansitalic', sans-serif;
  font-weight: 400; }

.oxo-view.template-ca .sec_drop_down_rond .wrap_drop .drop .container .info p.role {
  margin-bottom: 40px; }

.oxo-view.template-contact .sec_contact {
  padding-top: 50px;
  padding-bottom: 50px; }
  .oxo-view.template-contact .sec_contact h2 {
    margin-bottom: 15px; }
  .oxo-view.template-contact .sec_contact .drop_down {
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden; }
    .oxo-view.template-contact .sec_contact .drop_down .trigger {
      position: absolute;
      top: 12px;
      right: 20px;
      width: 20px;
      height: auto;
      cursor: pointer; }
    .oxo-view.template-contact .sec_contact .drop_down .item {
      display: block;
      padding: 10px 70px 10px 35px;
      line-height: 1.8em;
      font-family: 'OptimaLTProRoman', serif;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }

.oxo-view.template-contact form {
  max-width: 600px;
  width: 100%;
  margin-top: 50px; }

.oxo-view.template-contact .sec_contact_2col {
  padding-top: 80px;
  padding-bottom: 80px; }
  .oxo-view.template-contact .sec_contact_2col .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-contact .sec_contact_2col .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-contact .sec_contact_2col .container .col {
      width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-contact .sec_contact_2col .container .col {
          margin-top: 80px;
          width: 100%; } }
      .oxo-view.template-contact .sec_contact_2col .container .col h3 {
        font-size: 1.25em;
        text-transform: uppercase; }
      .oxo-view.template-contact .sec_contact_2col .container .col .lien {
        display: block;
        margin-bottom: 10px; }
      .oxo-view.template-contact .sec_contact_2col .container .col .btn, .oxo-view.template-contact .sec_contact_2col .container .col input[type=submit] {
        margin-top: 30px; }

.sec_banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-position: right bottom;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sec_banner {
      font-size: 14px;
      background-position: left top;
      padding-top: 0px;
      padding-bottom: 0px; } }
  .sec_banner .container {
    min-height: calc(100vh - 240px);
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4rem 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .sec_banner .container {
        grid-template-columns: 1fr;
        grid-gap: 0rem; } }
    @media only screen and (max-width: 768px) {
      .sec_banner .container {
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: auto; } }
    .sec_banner .container > div img {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_banner .container > div img {
          margin-bottom: 2rem;
          margin-top: 2rem; } }
  .sec_banner h1 {
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 50px;
    font-family: 'OptimaLTProRoman', serif;
    font-weight: 400; }
  .sec_banner p {
    font-size: 1.2em; }
  .sec_banner .btn, .sec_banner input[type=submit] {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px; }
  .sec_banner.gauche .container {
    grid-auto-flow: dense; }
    .sec_banner.gauche .container > div:last-of-type {
      grid-row: 1; }

.sec_text {
  padding: 4rem 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sec_text {
      padding: 2rem 0; } }
  .sec_text p {
    font-size: 1.15em; }

.sec_2col {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sec_2col.half {
    grid-template-columns: 1fr 1fr;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .sec_2col.half {
        grid-template-columns: 1fr; } }
  .sec_2col.bigRight {
    grid-template-columns: 1fr 2fr;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_2col.bigRight {
        grid-template-columns: 1fr; } }
  .sec_2col.bigLeft {
    grid-template-columns: 2fr 1fr;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_2col.bigLeft {
        grid-template-columns: 1fr; } }
  .sec_2col.texte_texte > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sec_2col .texte {
    padding: 4rem;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_2col .texte {
        padding: 2rem; } }
    .sec_2col .texte .btn, .sec_2col .texte input[type=submit] {
      margin-top: 30px; }
    .sec_2col .texte:first-child {
      padding: 80px 80px 80px calc((100vw - 1310px) / 2);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1460px) {
        .sec_2col .texte:first-child {
          padding: 80px 5%; } }
  .sec_2col .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec_2col .image img {
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .sec_2col .padding {
    padding: 4rem; }
  .sec_2col .video {
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .sec_2col .video {
        min-height: 40vh; } }
    .sec_2col .video .placeholder {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: 10; }
    .sec_2col .video .play {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 12;
      -webkit-transform: translate(-50%, -50%) scale(0.3);
          -ms-transform: translate(-50%, -50%) scale(0.3);
              transform: translate(-50%, -50%) scale(0.3);
      cursor: pointer; }
    .sec_2col .video .video_wrap {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000000;
      z-index: -999;
      opacity: 0;
      display: none; }
      .sec_2col .video .video_wrap .close {
        font-size: 25px;
        color: #ffffff;
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 20px;
        z-index: 9;
        background-color: #000000;
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0px;
        line-height: 1.2;
        border-radius: 50%; }
      .sec_2col .video .video_wrap video {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: auto; }
  .sec_2col .ronds {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec_2col .ronds {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .sec_2col .ronds {
        width: 100%; } }
  .sec_2col .rond {
    background-color: #000000;
    width: 220px;
    height: 220px;
    color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* -- @include break(mobile)-- */
    cursor: pointer; }
    @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec_2col .rond {
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85); } }
    .sec_2col .rond .top {
      position: absolute;
      font-size: 10px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s;
      z-index: 2;
      border-radius: 50%; }
      .sec_2col .rond .top h2 {
        margin: 0;
        font-size: 3.3em;
        font-family: 'dm_sansbold', sans-serif;
        font-weight: 600; }
    .sec_2col .rond .txt {
      position: absolute;
      font-size: 10px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      padding: 25px; }
      .sec_2col .rond .txt p {
        font-size: 11px; }
      .sec_2col .rond .txt i {
        padding-top: 7px;
        font-size: 8px;
        line-height: 9px !important;
        display: inline-block; }
      .sec_2col .rond .txt.bg_blanc {
        border: 1px solid #000000; }
    .sec_2col .rond:hover .top {
      opacity: 0; }
    .sec_2col .rond.rond1 {
      margin-left: auto;
      margin-right: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_2col .rond.rond1 {
          margin-left: 10px;
          margin-right: 0; } }
    .sec_2col .rond.rond2 {
      margin-top: -50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_2col .rond.rond2 {
          margin-left: auto;
          margin-right: 10px; } }
    .sec_2col .rond.rond3 {
      margin-top: -220px;
      margin-left: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_2col .rond.rond3 {
          margin-left: 10px;
          margin-top: -50px; } }
    .sec_2col .rond.rond4 {
      margin-top: 0px;
      margin-left: 100px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_2col .rond.rond4 {
          margin-left: auto;
          margin-right: 10px;
          margin-top: -50px; } }
    .sec_2col .rond.rond5 {
      margin-top: -200px;
      margin-left: auto;
      margin-right: 50px;
      margin-bottom: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_2col .rond.rond5 {
          margin-left: 10px;
          margin-top: -50px; } }

.sec_texte_dropdown_2col {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .sec_texte_dropdown_2col h2, .sec_texte_dropdown_2col h3 {
    text-align: center; }
  .sec_texte_dropdown_2col .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_texte_dropdown_2col .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .sec_texte_dropdown_2col .container > div {
      width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_texte_dropdown_2col .container > div {
          width: 100%; }
          .sec_texte_dropdown_2col .container > div:last-of-type {
            padding-top: 70px; } }
    .sec_texte_dropdown_2col .container .wrap_question {
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ffffff; }
      .sec_texte_dropdown_2col .container .wrap_question h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .sec_texte_dropdown_2col .container .wrap_question .btn_plus {
        cursor: pointer;
        width: 32px;
        height: 32px;
        position: relative; }
        .sec_texte_dropdown_2col .container .wrap_question .btn_plus > span {
          width: 32px;
          height: 32px;
          background-color: #ffffff;
          color: #000000;
          border-radius: 50%;
          text-align: center;
          display: inline-block;
          position: absolute; }
          .sec_texte_dropdown_2col .container .wrap_question .btn_plus > span span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .sec_texte_dropdown_2col .container .wrap_question .btn_plus > span:first-of-type {
            z-index: 2; }
    .sec_texte_dropdown_2col .container .drop_down {
      height: 0;
      overflow: hidden;
      display: none; }
  .sec_texte_dropdown_2col .bg_blanc .wrap_question {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000; }

.sec_texte-image_colonne {
  padding-top: 80px;
  padding-bottom: 80px; }
  .sec_texte-image_colonne .top {
    text-align: center;
    padding-bottom: 50px; }
  .sec_texte-image_colonne .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_texte-image_colonne .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .sec_texte-image_colonne .flex .col {
      text-align: center;
      width: 285px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_texte-image_colonne .flex .col {
          margin-bottom: 50px; }
          .sec_texte-image_colonne .flex .col:last-of-type {
            margin-bottom: 0px; } }
      .sec_texte-image_colonne .flex .col .img {
        width: 275px;
        height: 275px;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-bottom: 30px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_texte-image_colonne .flex .col .img {
            width: 200px;
            height: 200px; } }
        .sec_texte-image_colonne .flex .col .img.icone {
          background-size: contain;
          background-position: center;
          background-size: 55%;
          background-repeat: no-repeat; }
      .sec_texte-image_colonne .flex .col h5, .sec_texte-image_colonne .flex .col p {
        padding-bottom: 30px; }
      .sec_texte-image_colonne .flex .col p {
        padding-bottom: 30px; }

.sec_cta {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .sec_cta a {
    text-decoration: none; }
    .sec_cta a.arrow_link:before {
      content: '';
      background: transparent;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .sec_cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec_cta .container h2 {
      margin-bottom: 15px; }
    .sec_cta .container h2, .sec_cta .container p {
      text-decoration: none; }
    .sec_cta .container .arrow {
      width: 100px;
      text-align: right; }
      .sec_cta .container .arrow svg {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); }
  .sec_cta > span {
    border-radius: 50%;
    position: absolute;
    display: block;
    -webkit-transform: translateY(350%);
        -ms-transform: translateY(350%);
            transform: translateY(350%);
    pointer-events: none; }
    .sec_cta > span:nth-of-type(1) {
      background-color: #1e4ebe;
      width: 40px;
      height: 40px;
      left: 140px;
      bottom: -18px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
    .sec_cta > span:nth-of-type(4) {
      background-color: #0e7c21;
      width: 65px;
      height: 65px;
      left: -2%;
      bottom: 65%;
      z-index: -1;
      -webkit-transition: all 0.6s 0.1s;
      -o-transition: all 0.6s 0.1s;
      transition: all 0.6s 0.1s; }
    .sec_cta > span:nth-of-type(2) {
      background-color: #ffaa19;
      width: 50px;
      height: 50px;
      left: 26%;
      bottom: 51%;
      z-index: -1;
      -webkit-transition: all 0.6s 0.05s;
      -o-transition: all 0.6s 0.05s;
      transition: all 0.6s 0.05s; }
    .sec_cta > span:nth-of-type(3) {
      background-color: #b02a8a;
      width: 80px;
      height: 80px;
      right: 25%;
      bottom: 65%;
      z-index: -1;
      -webkit-transition: all 0.6s 0.2s;
      -o-transition: all 0.6s 0.2s;
      transition: all 0.6s 0.2s; }
    .sec_cta > span:nth-of-type(5) {
      background-color: #ffa5b4;
      width: 30px;
      height: 30px;
      right: 10px;
      bottom: 15px;
      -webkit-transition: all 0.6s 0.15s;
      -o-transition: all 0.6s 0.15s;
      transition: all 0.6s 0.15s; }
    .sec_cta > span:nth-of-type(6) {
      background-color: #6bc7b8;
      width: 45px;
      height: 45px;
      right: 50%;
      bottom: 20%;
      -webkit-transition: all 0.6s 0.25s;
      -o-transition: all 0.6s 0.25s;
      transition: all 0.6s 0.25s; }
  .sec_cta:hover span {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }

.sec_frise {
  padding-top: 80px;
  padding-bottom: 80px; }
  .sec_frise .top {
    text-align: center;
    padding-bottom: 50px; }
    .sec_frise .top h2 {
      margin-bottom: 30px; }
  .sec_frise .timeline {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .sec_frise .timeline .timeline_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .sec_frise .timeline .timeline_wrap .date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 380px;
        max-height: 520px;
        background-color: #ffaa19;
        color: #ffffff;
        padding: 70px;
        margin-right: 80px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .sec_frise .timeline .timeline_wrap .date h3  {
          font-size: 1.7em; }
        .sec_frise .timeline .timeline_wrap .date::-webkit-scrollbar {
          width: 5px; }
        .sec_frise .timeline .timeline_wrap .date::-webkit-scrollbar-track {
          background: transparent; }
        .sec_frise .timeline .timeline_wrap .date::-webkit-scrollbar-thumb {
          background: #ffaa19;
          border-radius: 15px;
          margin-left: 100px;
          margin-right: 100px; }
        .sec_frise .timeline .timeline_wrap .date::-webkit-scrollbar-thumb:hover {
          background: #ffaa19; }
        .sec_frise .timeline .timeline_wrap .date:hover {
          background-color: #000000; }
          .sec_frise .timeline .timeline_wrap .date:hover::-webkit-scrollbar-thumb:hover {
            background: #ffaa19; }
        .sec_frise .timeline .timeline_wrap .date.invisible {
          opacity: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .sec_frise .timeline .timeline_wrap .date.invisible {
              display: none; } }
    .sec_frise .timeline::-webkit-scrollbar {
      width: 10px; }
    .sec_frise .timeline::-webkit-scrollbar-track {
      background: #e3e3e3;
      border-radius: 15px;
      width: 60%; }
    .sec_frise .timeline::-webkit-scrollbar-thumb {
      background: #000000;
      border-radius: 15px;
      margin-left: 100px;
      margin-right: 100px; }
    .sec_frise .timeline::-webkit-scrollbar-thumb:hover {
      background: #ffaa19; }
  .sec_frise .bottom {
    text-align: center;
    padding-top: 100px; }
    .sec_frise .bottom .btn, .sec_frise .bottom input[type=submit] {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 30px; }
    .sec_frise .bottom .btn_blanc {
      border: 2px solid #000000;
      padding: 13px 43px; }

.sec_drop_down_rond {
  padding-top: 80px;
  padding-bottom: 0px;
  position: relative; }
  .sec_drop_down_rond .top {
    text-align: center;
    padding-bottom: 50px; }
    .sec_drop_down_rond .top h2 {
      margin-bottom: 30px; }
  .sec_drop_down_rond .wrap_round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_drop_down_rond .wrap_round {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .sec_drop_down_rond .wrap_round .rond {
      cursor: pointer;
      text-align: center;
      margin-bottom: 100px;
      position: relative;
      z-index: 1;
      width: 325px;
      margin-left: 10px;
      margin-right: 10px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .sec_drop_down_rond .wrap_round .rond {
          width: 250px; } }
      .sec_drop_down_rond .wrap_round .rond .img {
        width: 325px;
        height: 325px;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-bottom: 30px;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .sec_drop_down_rond .wrap_round .rond .img {
            width: 250px;
            height: 250px; } }
        @media only screen and (max-width: 768px) {
          .sec_drop_down_rond .wrap_round .rond .img {
            width: 200px;
            height: 200px; } }
        .sec_drop_down_rond .wrap_round .rond .img span {
          border-radius: 50%;
          position: absolute;
          display: block;
          -webkit-transform: translateY(150%);
              -ms-transform: translateY(150%);
                  transform: translateY(150%);
          opacity: 0;
          pointer-events: none; }
          .sec_drop_down_rond .wrap_round .rond .img span:nth-of-type(1) {
            background-color: #1e4ebe;
            width: 40px;
            height: 40px;
            left: 30px;
            bottom: 30px;
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s; }
          .sec_drop_down_rond .wrap_round .rond .img span:nth-of-type(4) {
            background-color: #0e7c21;
            width: 65px;
            height: 65px;
            left: -2%;
            bottom: 65%;
            -webkit-transition: all 0.6s 0.1s;
            -o-transition: all 0.6s 0.1s;
            transition: all 0.6s 0.1s; }
          .sec_drop_down_rond .wrap_round .rond .img span:nth-of-type(2) {
            background-color: #ffaa19;
            width: 50px;
            height: 50px;
            left: 76%;
            bottom: 5%;
            z-index: -1;
            -webkit-transition: all 0.6s 0.05s;
            -o-transition: all 0.6s 0.05s;
            transition: all 0.6s 0.05s; }
          .sec_drop_down_rond .wrap_round .rond .img span:nth-of-type(3) {
            background-color: #643f57;
            width: 80px;
            height: 80px;
            right: 10px;
            bottom: 80%;
            z-index: -1;
            -webkit-transition: all 0.6s 0.2s;
            -o-transition: all 0.6s 0.2s;
            transition: all 0.6s 0.2s; }
          .sec_drop_down_rond .wrap_round .rond .img span:nth-of-type(5) {
            background-color: #ffa5b4;
            width: 30px;
            height: 30px;
            right: -10px;
            bottom: 40%;
            -webkit-transition: all 0.6s 0.15s;
            -o-transition: all 0.6s 0.15s;
            transition: all 0.6s 0.15s; }
      .sec_drop_down_rond .wrap_round .rond h3 {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5em; }
      .sec_drop_down_rond .wrap_round .rond p {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px; }
      .sec_drop_down_rond .wrap_round .rond:hover .img span {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        opacity: 1; }
  .sec_drop_down_rond .wrap_drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    height: 100vh;
    opacity: 0;
    display: none;
    background-color: #000000;
    color: #ffffff;
    z-index: 10; }
    .sec_drop_down_rond .wrap_drop.open {
      display: block !important;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sec_drop_down_rond .wrap_drop.open {
          overflow: scroll; } }
    .sec_drop_down_rond .wrap_drop .close {
      position: absolute;
      z-index: 99;
      right: 20px;
      top: 8px;
      font-size: 30px;
      cursor: pointer;
      text-shadow: 0px 0px 1px black; }
    .sec_drop_down_rond .wrap_drop .drop {
      padding-top: 80px;
      padding-bottom: 80px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      display: none; }
      .sec_drop_down_rond .wrap_drop .drop.active {
        display: block !important; }
      .sec_drop_down_rond .wrap_drop .drop .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_drop_down_rond .wrap_drop .drop .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .sec_drop_down_rond .wrap_drop .drop .container .text {
          width: 100%;
          padding-top: 30px; }
        .sec_drop_down_rond .wrap_drop .drop .container .img {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-left: 10%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .sec_drop_down_rond .wrap_drop .drop .container .img {
              margin-left: 0; } }
          .sec_drop_down_rond .wrap_drop .drop .container .img .img {
            width: 325px;
            height: 325px;
            margin-left: auto;
            margin-right: auto;
            background-size: cover;
            background-position: center;
            border-radius: 50%;
            margin-bottom: 30px;
            position: relative;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .sec_drop_down_rond .wrap_drop .drop .container .img .img {
                margin-top: 80px;
                width: 200px;
                height: 200px; } }
        .sec_drop_down_rond .wrap_drop .drop .container .info p {
          margin-bottom: 0px;
          margin-top: 8px; }
        .sec_drop_down_rond .wrap_drop .drop .container .btn, .sec_drop_down_rond .wrap_drop .drop .container input[type=submit] {
          margin-top: 30px; }

.sec_decouvrir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sec_decouvrir {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sec_decouvrir > a {
    display: block;
    width: 33.3333%;
    padding-bottom: 33.3333%;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    .sec_decouvrir > a span {
      border-radius: 50%;
      position: absolute;
      display: block;
      -webkit-transform: translateY(900%);
          -ms-transform: translateY(900%);
              transform: translateY(900%); }
      .sec_decouvrir > a span:nth-of-type(1) {
        background-color: #1e4ebe;
        width: 40px;
        height: 40px;
        left: 30px;
        bottom: 30px;
        -webkit-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s; }
      .sec_decouvrir > a span:nth-of-type(4) {
        background-color: #0e7c21;
        width: 65px;
        height: 65px;
        left: 20%;
        bottom: 65%;
        -webkit-transition: all 1.2s 0.2s;
        -o-transition: all 1.2s 0.2s;
        transition: all 1.2s 0.2s; }
      .sec_decouvrir > a span:nth-of-type(2) {
        background-color: #ffaa19;
        width: 50px;
        height: 50px;
        left: 50%;
        bottom: 40%;
        z-index: -1;
        -webkit-transition: all 1.2s 0.1s;
        -o-transition: all 1.2s 0.1s;
        transition: all 1.2s 0.1s; }
      .sec_decouvrir > a span:nth-of-type(3) {
        background-color: #643f57;
        width: 80px;
        height: 80px;
        right: 10px;
        bottom: 90%;
        -webkit-transition: all 1.2s 0.4s;
        -o-transition: all 1.2s 0.4s;
        transition: all 1.2s 0.4s; }
      .sec_decouvrir > a span:nth-of-type(5) {
        background-color: #ffa5b4;
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 20%;
        -webkit-transition: all 1.2s 0.3s;
        -o-transition: all 1.2s 0.3s;
        transition: all 1.2s 0.3s; }
    .sec_decouvrir > a:hover span {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    @media only screen and (max-width: 768px) {
      .sec_decouvrir > a {
        width: 100%;
        padding-bottom: 0;
        height: 300px; } }
    .sec_decouvrir > a img, .sec_decouvrir > a h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 60%;
      text-align: center;
      height: auto; }

.sec_decouvrir_rond {
  padding-top: 80px;
  padding-bottom: 80px; }
  .sec_decouvrir_rond .top {
    text-align: center;
    padding-bottom: 0px; }
  .sec_decouvrir_rond .rond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_decouvrir_rond .rond {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .sec_decouvrir_rond .rond > a {
      display: block;
      width: 250px;
      height: 250px;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_decouvrir_rond .rond > a {
          margin-bottom: 50px; } }
      .sec_decouvrir_rond .rond > a span {
        border-radius: 50%;
        position: absolute;
        display: block;
        -webkit-transform: translateY(750%);
            -ms-transform: translateY(750%);
                transform: translateY(750%); }
        .sec_decouvrir_rond .rond > a span:nth-of-type(1) {
          background-color: #1e4ebe;
          width: 40px;
          height: 40px;
          left: 30px;
          bottom: 30px;
          -webkit-transition: all 1.2s;
          -o-transition: all 1.2s;
          transition: all 1.2s; }
        .sec_decouvrir_rond .rond > a span:nth-of-type(4) {
          background-color: #0e7c21;
          width: 65px;
          height: 65px;
          left: 20%;
          bottom: 65%;
          z-index: -1;
          -webkit-transition: all 1.2s 0.2s;
          -o-transition: all 1.2s 0.2s;
          transition: all 1.2s 0.2s; }
        .sec_decouvrir_rond .rond > a span:nth-of-type(2) {
          background-color: #ffaa19;
          width: 50px;
          height: 50px;
          left: 50%;
          bottom: 40%;
          z-index: -1;
          -webkit-transition: all 1.2s 0.1s;
          -o-transition: all 1.2s 0.1s;
          transition: all 1.2s 0.1s; }
        .sec_decouvrir_rond .rond > a span:nth-of-type(3) {
          background-color: #643f57;
          width: 80px;
          height: 80px;
          right: 10px;
          bottom: 90%;
          -webkit-transition: all 1.2s 0.4s;
          -o-transition: all 1.2s 0.4s;
          transition: all 1.2s 0.4s; }
        .sec_decouvrir_rond .rond > a span:nth-of-type(5) {
          background-color: #ffa5b4;
          width: 30px;
          height: 30px;
          right: 10px;
          bottom: 20%;
          -webkit-transition: all 1.2s 0.3s;
          -o-transition: all 1.2s 0.3s;
          transition: all 1.2s 0.3s; }
      .sec_decouvrir_rond .rond > a:hover span {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
      .sec_decouvrir_rond .rond > a img, .sec_decouvrir_rond .rond > a h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 60%;
        text-align: center;
        height: auto; }
      .sec_decouvrir_rond .rond > a h3 {
        max-width: 79%;
        font-size: 1.65em; }

.sec_faq {
  padding-top: 80px;
  padding-bottom: 80px; }
  .sec_faq h2 {
    text-align: center; }
  .sec_faq .container .wrap_question {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff; }
    .sec_faq .container .wrap_question h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_faq .container .wrap_question h4 {
          font-size: 1.2em; } }
      .sec_faq .container .wrap_question h4 .iconTitle {
        max-width: calc(100% - 45px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .sec_faq .container .wrap_question h4 .icon {
        width: 40px;
        height: auto;
        margin-right: 35px;
        display: inline-block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_faq .container .wrap_question h4 .icon {
            width: 25px;
            margin-right: 15px; } }
    .sec_faq .container .wrap_question .btn_plus {
      cursor: pointer;
      width: 32px;
      height: 32px;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .sec_faq .container .wrap_question .btn_plus > span {
        width: 32px;
        height: 32px;
        background-color: #ffffff;
        color: #000000;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        position: absolute; }
        .sec_faq .container .wrap_question .btn_plus > span span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .sec_faq .container .wrap_question .btn_plus > span:first-of-type {
          z-index: 2; }
  .sec_faq .container .drop_down {
    height: 0;
    overflow: hidden;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; }
  .sec_faq .bg_blanc .wrap_question {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000; }

.sec_caroussel_2_col_image_texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sec_caroussel_2_col_image_texte {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sec_caroussel_2_col_image_texte.imgDroite {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_2_col_image_texte.imgDroite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .sec_caroussel_2_col_image_texte > div {
    width: 50%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_2_col_image_texte > div {
        width: 100%; } }
  .sec_caroussel_2_col_image_texte .texte {
    background-color: #000000;
    color: #ffffff;
    padding: 80px calc((100vw - 1310px) / 2) 80px 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1460px) {
      .sec_caroussel_2_col_image_texte .texte {
        padding: 80px 5%; } }
    .sec_caroussel_2_col_image_texte .texte .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 10px;
      margin-bottom: 50px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_2_col_image_texte .texte .top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .sec_caroussel_2_col_image_texte .texte .slide_title {
      position: relative;
      width: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_2_col_image_texte .texte .slide_title {
          width: 100%; } }
      .sec_caroussel_2_col_image_texte .texte .slide_title .title {
        line-height: 1.25em;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0; }
        .sec_caroussel_2_col_image_texte .texte .slide_title .title:first-of-type {
          position: relative;
          opacity: 1; }
    .sec_caroussel_2_col_image_texte .texte .bullet_wrap {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_2_col_image_texte .texte .bullet_wrap {
          margin-top: 20px; } }
      .sec_caroussel_2_col_image_texte .texte .bullet_wrap .bullet {
        cursor: pointer;
        width: 15px;
        height: 15px;
        border: 3px solid #ffffff;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: inline-block;
        margin-left: 5px; }
        .sec_caroussel_2_col_image_texte .texte .bullet_wrap .bullet:first-of-type {
          background-color: #ffffff;
          pointer-events: none; }
    .sec_caroussel_2_col_image_texte .texte .txt_wrap {
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_2_col_image_texte .texte .txt_wrap {
          min-height: auto;
          width: 100%; } }
      .sec_caroussel_2_col_image_texte .texte .txt_wrap .slide_txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none; }
        .sec_caroussel_2_col_image_texte .texte .txt_wrap .slide_txt:first-of-type {
          position: relative;
          opacity: 1;
          pointer-events: all; }
  .sec_caroussel_2_col_image_texte .image {
    min-height: 700px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_2_col_image_texte .image {
        min-height: auto;
        width: 100%;
        padding-bottom: 100%; } }
    .sec_caroussel_2_col_image_texte .image .slide {
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
      .sec_caroussel_2_col_image_texte .image .slide:first-of-type {
        opacity: 1; }

.sec_caroussel_image {
  padding-top: 80px;
  padding-bottom: 130px;
  overflow: hidden; }
  .sec_caroussel_image .top {
    text-align: center;
    padding-bottom: 50px; }
    .sec_caroussel_image .top h2 {
      margin-bottom: 30px; }
  .sec_caroussel_image .slider {
    width: 840px;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_image .slider {
        width: 100%;
        height: auto; } }
    .sec_caroussel_image .slider .slide_wrap {
      position: relative;
      display: block;
      width: 840px;
      height: 520px;
      margin-left: auto;
      margin-right: auto;
      overflow: visible;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_image .slider .slide_wrap {
          width: 100%;
          height: auto;
          padding-bottom: 80%; } }
      .sec_caroussel_image .slider .slide_wrap .slide {
        width: 840px;
        height: 520px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_caroussel_image .slider .slide_wrap .slide {
            width: 100%;
            height: auto;
            padding-bottom: 80%; } }
        .sec_caroussel_image .slider .slide_wrap .slide:first-of-type {
          opacity: 1; }
  .sec_caroussel_image .bullet_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    .sec_caroussel_image .bullet_wrap .bullet {
      cursor: pointer;
      width: 15px;
      height: 15px;
      border: 3px solid #ffffff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: inline-block;
      margin-left: 5px; }
      .sec_caroussel_image .bullet_wrap .bullet:first-of-type {
        background-color: #ffffff;
        pointer-events: none; }

.sec_caroussel_texte {
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .sec_caroussel_texte .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_texte .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .sec_caroussel_texte .txt_fixe {
    width: 25%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_texte .txt_fixe {
        width: 100%; } }
  .sec_caroussel_texte .texte {
    width: 65%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_caroussel_texte .texte {
        width: 100%;
        margin-top: 80px; } }
    .sec_caroussel_texte .texte .top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 10px;
      margin-bottom: 50px; }
    .sec_caroussel_texte .texte .slide_title {
      position: relative;
      width: 40%; }
      .sec_caroussel_texte .texte .slide_title .title {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
        .sec_caroussel_texte .texte .slide_title .title:first-of-type {
          position: relative;
          opacity: 1; }
    .sec_caroussel_texte .texte .bullet_wrap .bullet {
      cursor: pointer;
      width: 15px;
      height: 15px;
      border: 3px solid #ffffff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: inline-block;
      margin-left: 5px; }
      .sec_caroussel_texte .texte .bullet_wrap .bullet:first-of-type {
        background-color: #ffffff;
        pointer-events: none; }
    .sec_caroussel_texte .texte .txt_wrap {
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .sec_caroussel_texte .texte .txt_wrap {
          min-height: auto;
          width: 100%; } }
      .sec_caroussel_texte .texte .txt_wrap .slide_txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_caroussel_texte .texte .txt_wrap .slide_txt {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .sec_caroussel_texte .texte .txt_wrap .slide_txt:first-of-type {
          position: relative;
          opacity: 1;
          pointer-events: all; }
        .sec_caroussel_texte .texte .txt_wrap .slide_txt > div {
          width: 45%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .sec_caroussel_texte .texte .txt_wrap .slide_txt > div {
              width: 100%;
              padding-top: 20px; } }

.sec_news {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #F8F9FA; }
  .sec_news .card {
    position: relative; }
    .sec_news .card a.card__link:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .sec_news h2 {
    text-align: center;
    padding-bottom: 30px; }
  .sec_news .container {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    margin-bottom: 4rem;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .sec_news .container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem; } }
    @media only screen and (max-width: 768px) {
      .sec_news .container {
        grid-template-columns: 1fr;
        grid-gap: 3rem; } }
  .sec_news .col {
    background-color: #ffffff;
    transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .sec_news .col {
        width: 100%; } }
    .sec_news .col:hover {
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06); }
    .sec_news .col .img {
      height: 30rem;
      width: 100%;
      background-position: center;
      background-size: cover;
      max-height: 300px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1024px) {
        .sec_news .col .img {
          height: 30rem;
          max-height: 300px; } }
      @media only screen and (max-width: 768px) {
        .sec_news .col .img {
          height: 20rem;
          max-height: 300px; } }
    .sec_news .col .content {
      padding: 20px; }
      .sec_news .col .content h3 {
        font-family: 'dm_sansbold', sans-serif;
        font-weight: 600;
        font-size: 1.5em;
        margin-bottom: 10px; }
      .sec_news .col .content h5 {
        text-transform: uppercase;
        font-size: 0.7em;
        margin-bottom: 10px;
        color: #77787b; }
      .sec_news .col .content__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
        list-style: none;
        padding-left: 0; }
        .sec_news .col .content__list ul li {
          margin-right: 8px;
          font-weight: 800;
          margin-bottom: 6px; }
    .sec_news .col .icon_plus {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-color: #000000;
      color: #ebebeb;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: block;
      text-decoration: none;
      font-size: 28px;
      line-height: 1.2em;
      text-align: center; }

.sec_archives {
  padding: 2rem 0; }
  .sec_archives ul {
    list-style: none !important;
    padding-left: 0;
    margin: 0; }
  .sec_archives .section-title {
    margin-bottom: 10px; }
  .sec_archives .filter-system .filter-header {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .sec_archives .filter-system .filter-header ul.cat-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 30px; }
      .sec_archives .filter-system .filter-header ul.cat-list li, .sec_archives .filter-system .filter-header ul.cat-list div {
        color: #000;
        opacity: 40%;
        margin-right: 40px;
        padding-bottom: 6px;
        border-bottom: 1px solid transparent;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        cursor: pointer;
        margin-bottom: 10px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .sec_archives .filter-system .filter-header ul.cat-list li, .sec_archives .filter-system .filter-header ul.cat-list div {
            width: 100%; } }
        .sec_archives .filter-system .filter-header ul.cat-list li a, .sec_archives .filter-system .filter-header ul.cat-list div a {
          color: inherit;
          text-decoration: none; }
        .sec_archives .filter-system .filter-header ul.cat-list li.active, .sec_archives .filter-system .filter-header ul.cat-list div.active {
          opacity: 100%;
          border-color: black; }
        .sec_archives .filter-system .filter-header ul.cat-list li:hover, .sec_archives .filter-system .filter-header ul.cat-list div:hover {
          opacity: 100%; }
    .sec_archives .filter-system .filter-header .btn-more-filters {
      padding: 8px 10px;
      border: 1px solid black;
      border-radius: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s; }
      .sec_archives .filter-system .filter-header .btn-more-filters span {
        display: inline-block; }
        .sec_archives .filter-system .filter-header .btn-more-filters span.text {
          margin-right: 8px; }
        .sec_archives .filter-system .filter-header .btn-more-filters span.arrow {
          -webkit-transform: rotate(0deg) translateY(5px);
              -ms-transform: rotate(0deg) translateY(5px);
                  transform: rotate(0deg) translateY(5px);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
          .sec_archives .filter-system .filter-header .btn-more-filters span.arrow rect {
            -webkit-transition: .25s;
            -o-transition: .25s;
            transition: .25s; }
      .sec_archives .filter-system .filter-header .btn-more-filters:hover, .sec_archives .filter-system .filter-header .btn-more-filters.is-open {
        background: #000;
        color: white; }
        .sec_archives .filter-system .filter-header .btn-more-filters:hover rect, .sec_archives .filter-system .filter-header .btn-more-filters.is-open rect {
          fill: white; }
      .sec_archives .filter-system .filter-header .btn-more-filters.is-open span.arrow {
        -webkit-transform: rotate(180deg) translateY(5px);
            -ms-transform: rotate(180deg) translateY(5px);
                transform: rotate(180deg) translateY(5px); }
  .sec_archives .filter-system .filter-hidden {
    background: white;
    padding: 40px 0;
    display: none; }
    .sec_archives .filter-system .filter-hidden .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .sec_archives .filter-system .filter-hidden p.titre {
      margin-right: 160px;
      font-size: 14px; }
    .sec_archives .filter-system .filter-hidden ul.filter-tags-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sec_archives .filter-system .filter-hidden ul.filter-tags-list:hover > * {
        opacity: 40%; }
      .sec_archives .filter-system .filter-hidden ul.filter-tags-list:hover > *:hover {
        opacity: 100%; }
      .sec_archives .filter-system .filter-hidden ul.filter-tags-list .tag-list_item {
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        color: #EC5D2E;
        font-size: 14px;
        margin-right: 24px;
        padding: 10px 36px;
        border: 1px solid #EC5D2E;
        border-radius: 20px;
        text-decoration: none;
        cursor: pointer;
        transition: .25s;
        text-decoration: none;
        background: transparent; }
  .sec_archives .content-flex {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1024px) {
      .sec_archives .content-flex {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem; } }
    @media only screen and (max-width: 768px) {
      .sec_archives .content-flex {
        grid-template-columns: 1fr;
        grid-gap: 3rem; } }
    .sec_archives .content-flex .item-col .card {
      background: white;
      position: relative;
      height: 100%;
      transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow, 0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12); }
      .sec_archives .content-flex .item-col .card:hover {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06); }
      .sec_archives .content-flex .item-col .card .permalink:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .sec_archives .content-flex .item-col .card .img-holder {
        background-size: cover;
        background-position: center;
        height: 18rem;
        max-height: 300px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1024px) {
          .sec_archives .content-flex .item-col .card .img-holder {
            height: 20rem;
            max-height: 300px; } }
      .sec_archives .content-flex .item-col .card .info-holder {
        padding: 20px;
        padding-bottom: 80px; }
        .sec_archives .content-flex .item-col .card .info-holder .card-category-list {
          margin-bottom: 17px; }
          .sec_archives .content-flex .item-col .card .info-holder .card-category-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            text-transform: uppercase;
            font-size: 12px;
            margin: 0; }
            .sec_archives .content-flex .item-col .card .info-holder .card-category-list ul li {
              margin-right: 8px;
              font-weight: 800;
              margin-bottom: 6px; }
        .sec_archives .content-flex .item-col .card .info-holder .title {
          font-size: 20px;
          margin-bottom: 17px; }
        .sec_archives .content-flex .item-col .card .info-holder .card-tags-list {
          width: 100%;
          padding: 20px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
          .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul li {
              background: orange;
              font-size: 10px;
              margin-right: 6px;
              padding: 5px 15px;
              border-radius: 20px;
              text-transform: uppercase;
              margin-bottom: 6px;
              color: white; }
              .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul li.theme-tag-canada {
                background: #EC5D2E; }
              .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul li.theme-tagtest1 {
                background: #1A36AD; }
              .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul li.theme-tagtestx {
                background: #ffa5b4; }
              .sec_archives .content-flex .item-col .card .info-holder .card-tags-list ul li.theme-tagtesty {
                background: #3A8439; }

.oxo-view.template-ca .sec_2col_sec1 {
  padding-bottom: 0; }
  .oxo-view.template-ca .sec_2col_sec1 .col.texte.has-no-img {
    width: 100%;
    text-align: center; }

.sec_text.txt-centered {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 0; }
  .sec_text.txt-centered h2 {
    margin-bottom: 0; }
  .sec_text.txt-centered .desc p {
    padding-bottom: 80px;
    margin-bottom: 0px;
    margin-top: 30px; }

.sec_caroussel_image .slide_wrap .arrow.prev,
.sec_caroussel_image .slide_wrap .arrow.next {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  .sec_caroussel_image .slide_wrap .arrow.prev img,
  .sec_caroussel_image .slide_wrap .arrow.next img {
    max-width: 100%;
    height: auto;
    display: block; }

.sec_caroussel_image .slide_wrap .arrow {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .sec_caroussel_image .slide_wrap .arrow svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .sec_caroussel_image .slide_wrap .arrow:hover {
    background: rgba(0, 0, 0, 0.5); }
    .sec_caroussel_image .slide_wrap .arrow:hover.prev svg {
      -webkit-transform: translateX(-2px);
          -ms-transform: translateX(-2px);
              transform: translateX(-2px); }
    .sec_caroussel_image .slide_wrap .arrow:hover.next svg {
      -webkit-transform: translateX(2px);
          -ms-transform: translateX(2px);
              transform: translateX(2px); }

.sec_caroussel_image .slide_wrap .arrow.prev {
  left: 20px; }

.sec_caroussel_image .slide_wrap .arrow.next {
  right: 20px; }
  .sec_caroussel_image .slide_wrap .arrow.next img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.page-darchives {
  background: #F8F9FA;
  padding-top: 100px; }

.page-template-archive {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .page-template-archive {
      overflow-y: initial; } }

.pagination-archives {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination-archives .page-numbers {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px; }
    .pagination-archives .page-numbers.current {
      text-decoration: underline; }
    .pagination-archives .page-numbers.prev, .pagination-archives .page-numbers.next {
      width: 27px;
      height: 27px;
      border: 1px solid #000;
      border-radius: 50%;
      position: relative;
      font-size: 0;
      display: inline-block; }
      .pagination-archives .page-numbers.prev:before, .pagination-archives .page-numbers.next:before {
        content: '';
        border-left: 2px solid black;
        border-bottom: 2px solid black;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
    .pagination-archives .page-numbers.next:before {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }

.oxo-view.template-centre-single {
  padding-top: 80px;
  padding-bottom: 80px; }
  .oxo-view.template-centre-single .sec_lien_centre {
    padding-top: 80px;
    padding-bottom: 80px; }
  .oxo-view.template-centre-single .sec_2col_map {
    padding-bottom: 80px; }
    .oxo-view.template-centre-single .sec_2col_map .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-centre-single .sec_2col_map .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .oxo-view.template-centre-single .sec_2col_map .container #map {
        width: 35%;
        padding-bottom: 35%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-centre-single .sec_2col_map .container #map {
            width: 100%;
            padding-bottom: 0%;
            height: 200px;
            margin-top: 40px; } }
      .oxo-view.template-centre-single .sec_2col_map .container .info {
        width: 60%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-centre-single .sec_2col_map .container .info {
            width: 100%; } }
  .oxo-view.template-centre-single .sec_2col_content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-centre-single .sec_2col_content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-centre-single .sec_2col_content .container .content {
      width: 35%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-centre-single .sec_2col_content .container .content {
          width: 100%;
          margin-bottom: 40px; } }
    .oxo-view.template-centre-single .sec_2col_content .container .image {
      width: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-centre-single .sec_2col_content .container .image {
          width: 100%; } }

.oxo-view.template-archive-centres .sec_2col_map {
  padding-bottom: 80px;
  padding-top: 80px; }
  .oxo-view.template-archive-centres .sec_2col_map .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-archive-centres .sec_2col_map .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .oxo-view.template-archive-centres .sec_2col_map .container #map {
      width: 47.5%;
      padding-bottom: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-archive-centres .sec_2col_map .container #map {
          width: 100%;
          padding-bottom: 0%;
          height: 250px;
          margin-top: 40px; } }
    .oxo-view.template-archive-centres .sec_2col_map .container .list {
      width: 47.5%;
      /* -- @include break(mobile)-- */ }
      .oxo-view.template-archive-centres .sec_2col_map .container .list form {
        width: 100%;
        margin-bottom: 20px; }
      .oxo-view.template-archive-centres .sec_2col_map .container .list .input_wrap {
        position: relative; }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .input_wrap .loupe {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%) scale(0.5);
              -ms-transform: translateY(-50%) scale(0.5);
                  transform: translateY(-50%) scale(0.5); }
      .oxo-view.template-archive-centres .sec_2col_map .container .list input {
        color: #ffffff;
        background-color: #4d4d4f;
        width: 100%;
        -webkit-appearance: none;
        padding: 15px 60px 15px 30px;
        border-radius: 25px;
        border: none;
        -webkit-box-shadow: 0;
                box-shadow: 0;
        outline: none !important;
        font-size: 18px; }
      .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll {
        display: block;
        width: 100%;
        height: 500px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll .centre {
          color: #ffffff;
          background-color: #4d4d4f;
          padding: 30px 35px;
          position: relative;
          font-size: 14px;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll .centre:after {
            content: " ";
            position: absolute;
            width: auto;
            height: 1px;
            display: block;
            left: 20px;
            right: 20px;
            bottom: 0;
            background-color: #ffffff; }
          .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll .centre:last-of-type:after {
            display: none; }
          .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll .centre p {
            margin: 0; }
          .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll .centre.active {
            background-color: #333132; }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll::-webkit-scrollbar {
          width: 7px; }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll::-webkit-scrollbar-track {
          background: transparent; }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll::-webkit-scrollbar-thumb {
          background: #b7b7b7;
          border-radius: 15px;
          margin-left: 100px;
          margin-right: 100px; }
        .oxo-view.template-archive-centres .sec_2col_map .container .list .div-scroll::-webkit-scrollbar-thumb:hover {
          background: #ffffff; }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-archive-centres .sec_2col_map .container .list {
          width: 100%; } }

.oxo-view.template-form .sec_top {
  margin-top: 175px;
  margin-bottom: 80px; }
  .oxo-view.template-form .sec_top h1 {
    margin-bottom: 10px; }

.oxo-view.template-form .form_wrap {
  margin-bottom: 80px; }
  .oxo-view.template-form .form_wrap h3 {
    margin-top: 80px;
    margin-bottom: 30px; }
  .oxo-view.template-form .form_wrap p, .oxo-view.template-form .form_wrap label {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block; }
  .oxo-view.template-form .form_wrap form > p.label {
    margin-top: 30px;
    margin-bottom: 10px !important; }
  .oxo-view.template-form .form_wrap input[type=submit] {
    margin-top: 100px; }
  .oxo-view.template-form .form_wrap .flex {
    max-width: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .oxo-view.template-form .form_wrap .flex span, .oxo-view.template-form .form_wrap .flex div {
      display: block; }
    .oxo-view.template-form .form_wrap .flex.top p, .oxo-view.template-form .form_wrap .flex.top div {
      width: 25%;
      padding: 10px;
      border: 1px solid #000000; }
    .oxo-view.template-form .form_wrap .flex p {
      text-align: center; }
      .oxo-view.template-form .form_wrap .flex p.left {
        text-align: left;
        width: 25%;
        padding: 10px;
        border: 1px solid #000000; }
    .oxo-view.template-form .form_wrap .flex.table > p:last-of-type {
      width: 75%; }
    .oxo-view.template-form .form_wrap .flex.table span.wpcf7-form-control.wpcf7-checkbox {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .oxo-view.template-form .form_wrap .flex.table span.wpcf7-form-control.wpcf7-checkbox > span {
        width: 33.333333%;
        display: block;
        padding: 0px;
        border: 1px solid #000000;
        margin-bottom: 0 !important; }
        .oxo-view.template-form .form_wrap .flex.table span.wpcf7-form-control.wpcf7-checkbox > span label {
          line-height: 0;
          height: 45px; }
    .oxo-view.template-form .form_wrap .flex.table .wpcf7-list-item-label, .oxo-view.template-form .form_wrap .flex.table .wpcf7-not-valid-tip {
      display: none; }
    .oxo-view.template-form .form_wrap .flex.table input[type="checkbox"] {
      width: 100%;
      height: 45px;
      margin: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      border: none; }

.oxo-view.template-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  position: absolute;
  top: -65px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  font-size: 25px;
  padding: 70px; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

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