@charset "UTF-8";
/* Variable */
:root {
  --t: #00277f;
  --black: #000;
  --b: #439fc4;
  --bl: #dbe4f0;
  --bd: #00277f;
  --bvd: #001952;
  --p: #dc9fc7;
  --y: #ccb68c;
  --yvl: #faf8f3;
  --g: #b1cd48;
  --od: #5d2f1f;
  --o: #814c3a;
  --ol: #a16753;
  --ovl: #f8f5f4;
  --w: #fff;
  --gl: #edebe8;
  --cream: #f9f8f6;
}

/* Tools */
/* Base */
html {
  font-size: 10px;
}

body {
  font-family: "Halyard Micro";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--t);
  background-color: var(--w);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-opened {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  background-color: #fff;
}
main:before, main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}

::-webkit-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

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

a,
a:visited {
  /* mobile tap color */
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1,
h2,
h3,
h4 {
  text-rendering: optimizelegibility;
}

h1 {
  font-family: "Halyard Micro";
  font-size: 3.7rem;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 3rem;
  letter-spacing: 1.2;
}
h1.big {
  font-size: 5.4rem;
}
h1 span {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--w);
  text-transform: uppercase;
}

h2 {
  font-family: "Halyard Micro";
  font-size: 2.9rem;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 2.4rem;
  letter-spacing: 1.2;
}
h2 span {
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-family: "Halyard Micro";
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 1.7rem;
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem;
}

h5 {
  margin: 0;
}

/* OTHER STYLE */
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 700;
}

p {
  margin: 0;
  padding: 0;
}

hr {
  height: 11px;
  width: 100%;
  padding: 0;
  border: none;
  background: var(--bd);
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-inline-start: inherit;
  margin-inline-end: inherit;
}

ul {
  margin: 0;
}

/* FONT FACE */
@font-face {
  font-family: "Halyard Micro";
  src: url("../fonts/HalyardMicroBlack-Regular.woff2") format("woff2"), url("../fonts/HalyardMicroBlack-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("../fonts/HalyardMicroLight-Regular.woff2") format("woff2"), url("../fonts/HalyardMicroLight-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("../fonts/HalyardMicro-Bold.woff2") format("woff2"), url("../fonts/HalyardMicro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("../fonts/HalyardMicro-Regular.woff2") format("woff2"), url("../fonts/HalyardMicro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("../fonts/HalyardMicroMedium-Regular.woff2") format("woff2"), url("../fonts/HalyardMicroMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/******************************
MEDIA QUERIES
******************************/
@media screen and (min-width: 1950px) {
  main {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 3.2rem;
  }
  h1.big {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/**********************
RESET CSS
**********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn,
em {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

p {
  -webkit-hyphens: none !important;
  -moz-hyphens: none;
  hyphens: none;
  -epub-hyphens: auto;
}

pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol {
  margin: 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol,
ul,
li {
  padding: 0;
  list-style-type: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type=search] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.clearfix:after,
.cf:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************
MEDIA QUERIES
******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/* Layout */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-fluid {
  width: 100%;
}

.row {
  display: block;
}

@media (min-width: 480px) {
  .container {
    width: 450px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

.offset-1,
.offset-2,
.offset-3,
.offset-4,
.offset-5,
.offset-6,
.offset-7,
.offset-8,
.offset-9,
.offset-10,
.offset-11,
.offset-12 {
  grid-column-start: 0;
}

@media (min-width: 990px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .row {
    display: grid;
    grid-template: auto/repeat(12, 1fr);
    grid-gap: 20px;
  }
  .row--nogap {
    grid-gap: 0;
  }

  .col-1 {
    grid-column-end: span 1;
  }

  .col-2 {
    grid-column-end: span 2;
  }

  .col-3 {
    grid-column-end: span 3;
  }

  .col-4 {
    grid-column-end: span 4;
  }

  .col-5 {
    grid-column-end: span 5;
  }

  .col-6 {
    grid-column-end: span 6;
  }

  .col-7 {
    grid-column-end: span 7;
  }

  .col-8 {
    grid-column-end: span 8;
  }

  .col-9 {
    grid-column-end: span 9;
  }

  .col-10 {
    grid-column-end: span 10;
  }

  .col-11 {
    grid-column-end: span 11;
  }

  .col-12 {
    grid-column-end: span 12;
  }

  .offset-1 {
    grid-column-start: 2;
  }

  .offset-2 {
    grid-column-start: 3;
  }

  .offset-3 {
    grid-column-start: 4;
  }

  .offset-4 {
    grid-column-start: 5;
  }

  .offset-5 {
    grid-column-start: 6;
  }

  .offset-6 {
    grid-column-start: 7;
  }

  .offset-7 {
    grid-column-start: 8;
  }

  .offset-8 {
    grid-column-start: 9;
  }

  .offset-9 {
    grid-column-start: 10;
  }

  .offset-10 {
    grid-column-start: 11;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1100px;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1250px;
    max-width: 100%;
  }
}
.c-header {
  position: absolute;
  left: 50%;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 3.5rem 0 2.4rem;
  transform: translateX(-50%);
  transition: all 0.1s ease-out;
}
.c-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-header__inner--mobile {
  display: none;
}
.c-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 44%;
}
.c-header__nav--mobile {
  display: none;
}
.c-header__logo {
  display: block;
  align-items: center;
  margin: 0;
  width: 12%;
  text-align: center;
}
.c-header__logo img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.c-header__left .c-header__menu {
  width: 100%;
}
.c-header__right .c-header__menu {
  width: 82%;
}
.c-header__menu {
  display: flex;
  justify-content: space-between;
}
.c-header__menu .menu-item {
  position: relative;
  display: inline-block;
  padding: 0 0 1.7rem;
}
.c-header__menu .menu-item a {
  position: relative;
  height: 100%;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--w);
}
.c-header__menu .menu-item.current_page_item a:before {
  transform: translate(-50%, 0);
  opacity: 1;
}
.c-header__menu .menu-item.rdv a {
  border: 2px solid var(--b);
  border-radius: 26px;
  padding: 0.7rem 2rem;
}
.c-header__menu .menu-item ul {
  position: absolute;
  width: 230px;
  background: white;
  padding: 0;
  top: 39px;
  left: -58px;
  display: none;
  transition: all 0.2s;
}
.c-header__menu .menu-item ul li {
  padding: 1rem 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.c-header__menu .menu-item ul li:hover {
  background: var(--gl);
  color: var(--t);
}
.c-header__menu .menu-item ul li a:before {
  display: none;
}
.c-header__menu .menu-item:hover ul {
  display: block;
}
.c-header__nav--mobile {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 51px;
  left: 0;
  height: 100vh;
  z-index: 100;
  width: 100%;
  transform: translateX(-100%);
  background: var(--bd);
  transition: all 0.2s ease-out;
}
.c-header__nav--mobile .c-header__menu {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 2.5rem;
}
.c-header__nav--mobile .c-header__menu .btn {
  font-size: 1.6rem;
}
.c-header__nav--mobile .c-header__menu .menu-item {
  display: block;
  font-size: 1.6rem;
  padding: 0rem 0 2rem;
  margin: 0;
}
.c-header__nav--mobile .c-header__menu .menu-item a {
  font-size: 1.8rem;
  font-weight: 600;
}
.c-header__nav--mobile .c-header__menu .menu-item:hover {
  display: block;
  text-decoration: none;
}
.c-header.is-scrolling {
  position: fixed;
  padding: 1.1rem 0 1.1rem;
  background: var(--bd);
}
.c-header.is-scrolling .c-header {
  position: fixed;
  padding: 2.6rem;
}
.c-header.is-scrolling .c-header__inner {
  justify-content: space-between;
}
.c-header.is-scrolling .c-header__logo img {
  width: 60px;
}
.c-header.is-scrolling .c-header__menu .menu-item {
  padding: 0;
}
.c-header.is-scrolling .c-header__menu .menu-item a {
  color: var(--w);
}
.c-header.is-scrolling .c-header__menu .menu-item ul {
  display: none !important;
}
.c-header.is-scrolling .c-header__socials {
  padding: 0;
}
.c-header__socials {
  display: flex;
  align-items: center;
  padding: 0 0 1.7rem;
}
.c-header__socials > a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 0 0 1.8rem;
}
.c-header__socials > a img {
  display: none;
}
.c-header__socials > a[title=en_US] {
  background: no-repeat center/cover url("../images/en.svg");
}
.c-header__socials > a[title=fr_FR] {
  background: no-repeat center/cover url("../images/fr.svg");
}
.c-header__social {
  margin: 0 0 0 1.8rem;
}
.c-header__social--ig {
  width: 2rem;
  height: 2rem;
  background: no-repeat center/cover url("../images/fr.svg");
  border-radius: 50%;
}
.c-header__social--fb {
  width: 0.7rem;
  height: 1.5rem;
  background: no-repeat center/cover url("../images/fb.svg");
}
.c-header__social--lk {
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center/cover url("../images/lk.svg");
}
.c-header__social--yt {
  width: 2rem;
  height: 2rem;
  background: no-repeat center/cover url("../images/en.svg");
  border-radius: 50%;
}
.c-header__social a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.page-template-archive .c-header,
.single-post .c-header,
.page-id-605 .c-header,
.page-id-8 .c-header,
.page-template-mentions .c-header {
  background: var(--bd);
}
.page-template-archive .c-header__menu .menu-item a,
.single-post .c-header__menu .menu-item a,
.page-id-605 .c-header__menu .menu-item a,
.page-id-8 .c-header__menu .menu-item a,
.page-template-mentions .c-header__menu .menu-item a {
  color: var(--w);
}
.page-template-archive .c-header__logo--big,
.single-post .c-header__logo--big,
.page-id-605 .c-header__logo--big,
.page-id-8 .c-header__logo--big,
.page-template-mentions .c-header__logo--big {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
}
.page-template-archive .c-header__logo--small,
.single-post .c-header__logo--small,
.page-id-605 .c-header__logo--small,
.page-id-8 .c-header__logo--small,
.page-template-mentions .c-header__logo--small {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

.hamburger-icon {
  position: absolute;
  z-index: 1000;
  top: 50%;
  right: 2rem;
  height: 1.3rem;
  margin: 0 auto;
  color: var(--w);
  transition: transform 0.5s;
  transform: translateY(-50%);
}
.hamburger-icon span {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 2.7rem;
  height: 1px;
  color: var(--w);
  background: var(--w);
  transform: translateX(-50%) translateY(-50%);
}
.hamburger-icon span:before, .hamburger-icon span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.7rem;
  height: 1px;
  color: var(--w);
  background: var(--w);
  transform: translateY(8px);
  transition: transform 0.5s;
}
.hamburger-icon span:before {
  top: 0;
}
.hamburger-icon span:after {
  top: 0;
  transform: translateY(-8px);
}
.hamburger-icon.is-opened {
  transform: rotate(180deg);
}
.hamburger-icon.is-opened span {
  background: transparent;
}
.hamburger-icon.is-opened span:before {
  background: var(--w);
  transform: translateY(0) rotate(45deg);
}
.hamburger-icon.is-opened span:after {
  background: var(--w);
  transform: translateY(0) rotate(-45deg);
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (min-width: 1950px) {
  .c-header {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  .c-header {
    position: fixed;
    padding: 1.5rem 2rem;
    overflow: visible;
  }
  .c-header__inner {
    display: none;
  }
  .c-header__inner--mobile {
    display: block;
  }
  .c-header__nav--mobile {
    display: block;
  }
  .c-header__logo--mobile img {
    width: 75px;
    margin: 0;
  }
  .c-header__menu {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .c-header__menu .menu-item {
    font-size: 1.9rem;
    padding: 0 0 2rem !important;
  }
  .c-header__menu .menu-item a {
    color: var(--w) !important;
  }
  .c-header__menu .menu-item a:before {
    display: none;
  }
  .c-header.is-scrolling {
    padding: 1.5rem 2rem;
  }
  .c-header.is-scrolling .c-header__logo {
    width: 55px !important;
  }
  .c-header.is-scrolling .hamburger-icon.is-opened span:before {
    background: var(--w);
  }
  .c-header.is-scrolling .hamburger-icon.is-opened span:after {
    background: var(--w);
  }

  .page-template-archive .c-header .hamburger-icon.is-opened span:before,
.single-post .c-header .hamburger-icon.is-opened span:before,
.page-id-605 .c-header .hamburger-icon.is-opened span:before,
.page-id-8 .c-header .hamburger-icon.is-opened span:before,
.page-template-mentions .c-header .hamburger-icon.is-opened span:before {
    background: var(--w);
  }
  .page-template-archive .c-header .hamburger-icon.is-opened span:after,
.single-post .c-header .hamburger-icon.is-opened span:after,
.page-id-605 .c-header .hamburger-icon.is-opened span:after,
.page-id-8 .c-header .hamburger-icon.is-opened span:after,
.page-template-mentions .c-header .hamburger-icon.is-opened span:after {
    background: var(--w);
  }

  .home .c-header,
.page-id-14 .c-header,
.page-id-16 .c-header {
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-footer__upper {
  background-image: url(../images/footer.jpeg);
  background-position: center;
  background-size: cover;
  padding: 8rem 0;
}
.c-footer__upper__content {
  background: var(--w);
  padding: 9.5rem 15rem;
}
.c-footer__upper h2 {
  font-size: 3.7rem;
  margin: 0 0 4rem;
}
.c-footer__upper span {
  display: block;
  font-size: 1.2rem;
  color: var(--y);
  margin: 0 0 5rem;
  text-transform: uppercase;
}
.c-footer h2 {
  margin: 0 0 2.8rem;
}
.c-footer h2:before {
  display: none;
}
.c-footer__upper {
  position: relative;
  padding: 11rem 0 10rem;
}
.c-footer__upper__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-footer__upper__bg * {
  height: 100%;
}
.c-footer__upper__right {
  background: var(--gr);
}
.c-footer__lower {
  position: relative;
}
.c-footer__lower__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-footer__lower__bg * {
  height: 100%;
  width: 100%;
}
.c-footer__lower__left {
  background: var(--bd);
}
.c-footer__lower__right {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid var(--bd);
}
.c-footer__lower__inner {
  position: relative;
  z-index: 1;
  padding: 100px 0 150px;
}
.c-footer__bottom {
  background: var(--bvd);
  padding: 5rem 0 3.6rem;
}
.c-footer__bottom .c-section__content {
  margin: 0 0 4rem;
}
.c-footer__bottom .c-section__content h3 {
  font-family: "Halyard Micro";
  font-size: 1.8rem;
  font-weight: bold;
}
.c-footer__bottom .c-section__content p {
  font-size: 1.2rem;
}
.c-footer__content hr {
  background: var(--w);
  height: 4px;
  width: 200px;
}
.c-footer__name {
  font-size: 1.8rem;
  margin: 0.5rem 0 2rem;
  padding: 0 0 2rem;
}
.c-footer__adress {
  display: block;
  font-size: 1.9rem;
  padding: 0 0 3rem;
}
.c-footer__contact {
  font-size: 1.8rem;
  margin: 1.5rem 0 0;
  padding: 2rem 0 0;
  font-weight: 300;
}
.c-footer__contact a {
  display: block;
}
.c-footer__contact a:first-child {
  text-decoration: underline;
}
.c-footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.c-footer__menu li {
  font-size: 1.4rem;
  margin: 0 1.2rem 0.8rem;
}
.c-footer__menu li a {
  color: var(--w);
  text-transform: uppercase;
}
.c-footer__menu li.rdv a {
  border: 2px solid var(--b);
  border-radius: 26px;
  padding: 0.7rem 2rem;
}
.c-footer__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 3rem 0 0;
}
.c-footer__social {
  margin: 0 0 0 4.3rem;
}
.c-footer__social--ig {
  width: 1.6rem;
  height: 1.6rem;
  background: no-repeat center/cover url("../images/ig.svg");
}
.c-footer__social--fb {
  width: 0.7rem;
  height: 1.5rem;
  background: no-repeat center/cover url("../images/fb.svg");
}
.c-footer__social--lk {
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat center/cover url("../images/lk.svg");
}
.c-footer__social--yt {
  width: 1.6rem;
  height: 1.1rem;
  background: no-repeat center/cover url("../images/yt.svg");
}
.c-footer__social a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.c-footer__partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-footer__partners img.c-footer__partner {
  margin: 0;
}
.c-footer__credits {
  padding: 3rem 0 0;
  border-top: 1px solid #fff;
}
.c-footer__credits__items {
  text-align: center;
}
.c-footer__credits__item {
  display: inline-block;
  padding: 0 1.8rem 0;
  font-size: 1.3rem;
  color: var(--w);
  border-right: 1px solid var(--w);
}
.c-footer__credits__item:last-child {
  border-right: none;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (min-width: 1950px) {
  .c-footer {
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 990px) {
  .c-footer__upper {
    padding: 7rem 0;
  }
  .c-footer__upper h2 {
    font-size: 2.8rem;
  }
  .c-footer__upper__content {
    padding: 4.5rem 5rem;
  }
  .c-footer__upper__content p {
    font-size: 3rem;
  }
  .c-footer__lower {
    margin: 0;
  }
  .c-footer__lower__right {
    display: none;
  }
  .c-footer__lower__bg iframe {
    height: 400px;
  }
  .c-footer__lower__bg .col-6:last-child {
    height: auto;
  }
  .c-footer__lower__inner {
    padding: 7rem 0 1rem;
  }
  .c-footer__lower__inner .c-section__content {
    margin: 0 0 7rem;
  }
  .c-footer__contact {
    margin: 0 0 7rem;
  }
  .c-footer__bottom {
    position: relative;
    z-index: 1;
  }
  .c-footer__credits {
    margin: 7rem 0 0;
  }
  .c-footer__credits__item {
    border: none;
  }
  .c-footer__menu {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-footer__menu li {
    margin: 0 0 1.5rem;
  }
  .c-footer__menu li.rdv a {
    padding: 0.4rem 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/* Modules */
.btn {
  display: inline-block;
  position: relative;
  background: transparent;
  color: var(--b);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 1.5rem 3rem;
  min-width: 25rem;
  border: 2px solid var(--b);
  border-radius: 26px;
  transition: all 0.2s ease-out;
}
.btn:hover {
  background: var(--b);
  color: var(--w);
  border: 2px solid var(--b);
}
.btn--bluedark {
  color: var(--bd);
  border: 2px solid var(--bd);
}
.btn--bluedark:hover {
  background: var(--bd);
  color: var(--w);
  border: 2px solid var(--bd);
}
.btn--bluedarkfull {
  color: var(--w);
  border: 2px solid var(--bd);
  background: var(--bd);
}
.btn--bluedarkfull:hover {
  background: var(--w);
  color: var(--bd);
  border: 2px solid var(--bd);
}

.btn-short {
  display: block;
  position: relative;
  width: 78px;
  height: 42px;
  background: var(--bd);
  border-radius: 21px;
}
.btn-short:before {
  content: url(../images/arrow.svg);
  display: block;
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 14px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.15s ease-out;
}
.btn-short:hover:before {
  left: 42px;
}

/******************************
MEDIA QUERIES
******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: initial;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  text-indent: -9999em;
  text-transform: uppercase;
  top: 33px;
  z-index: 2;
  height: 28px;
  width: 14px;
  padding: 0;
  border: none;
  background-image: url(../images/arrow-partners.svg);
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.glide__arrow--left {
  left: -85px;
}
.glide__arrow--right {
  transform: rotate(180deg);
  right: -85px;
}

/******************************
      MEDIA QUERIES
      ******************************/
@media screen and (max-width: 990px) {
  .glide__arrow {
    top: 50%;
  }
  .glide__arrow--left {
    left: 0;
  }
  .glide__arrow--right {
    right: 0;
    top: 50%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.modal-open {
  overflow: hidden;
  height: 100%;
}

#contentWrapper {
  display: unset;
}

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

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

#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}

#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}

#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
  content: "";
  content: none;
}

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

#tarteaucitronRoot a:focus,
#tarteaucitronRoot button:focus {
  /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}

div#tarteaucitronServices {
  margin-top: 21px !important;
}

#tarteaucitronServices::-webkit-scrollbar {
  width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 0px solid slategrey;
}

div#tarteaucitronServices {
  box-shadow: 0 0 35px #575757;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important;
  }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px;
  }
}
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
#tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important;
  }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
  }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important;
  }

  .tarteaucitronName .tarteaucitronH2 {
    max-width: 80%;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    text-align: center !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important;
  }
}
/***
 * Common value
 */
#tarteaucitron * {
  zoom: 1;
}

#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
  background: #eee;
}

#tarteaucitron .clear {
  clear: both;
}

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}

#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a,
#tarteaucitronAlertSmall a {
  color: #fff;
}

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500;
}

#tarteaucitron ul {
  padding: 0;
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block;
}

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #333;
  font-family: sans-serif !important;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #fff;
  margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: 2px solid #333;
  border-top: 0;
  height: auto;
  overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%;
}

.tarteaucitronSelfLink,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07);
}

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #1b870b;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #9c1a1a;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: gray;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #1b870b;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #9c1a1a;
  opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #1b870b;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #9c1a1a;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0;
}

.tarteaucitronAlertBigBottom {
  bottom: 0;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 10px;
  margin: auto;
  width: 100%;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny {
  background: #008300;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.2;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background: #9c1a1a;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #fff;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 4px 10px;
}

#tarteaucitronPercentage {
  background: #0a0 !important;
  box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644;
}

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 0;
}

#tarteaucitronAlertSmall {
  background: #333;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  border-radius: 5px;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1b870b;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #fbda26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9c1a1a;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #fff;
  font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tac_activate .tac_float strong {
  color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #1b870b;
  display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important;
}

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important;
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important;
}

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important;
}

.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
  opacity: 0.4;
}

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #555;
}

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase;
}

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important;
}

#tarteaucitronAlertBig button, #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny {
  color: #fff;
  font-size: 1.1rem !important;
  line-height: 1.5;
  min-width: 12.4rem;
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: bold;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--y);
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-family: "Halyard Micro";
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 1.5rem 1.5rem 1.2rem;
}

button#tarteaucitronPersonalize2 {
  background-color: var(--y) !important;
  border: 1px solid var(--y) !important;
  color: var(--w) !important;
}

button#tarteaucitronAllDenied2 {
  background-color: var(--w) !important;
  border: 1px solid var(--w) !important;
  color: var(--t) !important;
  font-weight: 400 !important;
}

button#tarteaucitronCloseAlert {
  background-color: var(--b) !important;
  border: 1px solid var(--b) !important;
  color: var(--w) !important;
}

div#tarteaucitronIcon {
  display: none !important;
}

.c-section__content img {
  display: inline-block;
}
.c-section__content p {
  margin: 0 0 2rem;
}
.c-section__content p.big {
  font-weight: 400;
}
.c-section__content em {
  font-style: normal;
  color: var(--y);
  font-weight: 700;
}
.c-section__content ul {
  margin: 0 0 2rem 0;
}
.c-section__content ul li {
  position: relative;
  padding: 0 0 0.8rem 2.9rem;
}
.c-section__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 1.9rem;
  height: 4px;
  background: var(--b);
}
.c-section__content ul li::marker {
  color: var(--yd);
  font-size: 2rem;
}
.c-section__content .btn {
  margin: 3rem 0 0;
}
.c-section--darkblue, .c-section--darkred {
  background: var(--bd);
  color: var(--w);
}
.c-section--darkblue .btn, .c-section--darkred .btn {
  color: var(--w);
}
.c-section--lightgrey {
  background: var(--bl);
  color: var(--t);
}
.c-section--orange {
  background: var(--o);
  color: var(--w);
}
.c-section--lightorange {
  background: var(--ol);
  color: var(--w);
}
.c-section--verylightorange {
  background: var(--ovl);
  color: var(--t);
}
.c-section--verylightyellow {
  background: var(--yvl);
  color: var(--t);
}
.c-section--cream {
  background: var(--cream);
  color: var(--t);
}

.h2--line,
.h1--line {
  position: relative;
  margin: 0 0 6rem;
}
.h2--line:after,
.h1--line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  display: block;
  width: 33px;
  height: 4px;
  background: var(--w);
  transform: translateX(-50%);
}
.h2--line-left:after,
.h1--line-left:after {
  left: 0;
  transform: translateX(0);
}
.h2--line-yellow:after,
.h1--line-yellow:after {
  background: var(--b);
}

.c-one {
  padding: 7.6rem 0 5.6rem;
  text-align: center;
}
.c-one h2 {
  position: relative;
}
.c-one h2:before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  height: 6rem;
  width: 0.5rem;
  background: var(--y);
}

.page-id-8 main {
  padding: 130px 0 0;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .page-id-8 main {
    padding: 88px 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/******************************
MEDIA QUERIES
******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-news {
  background: var(--cream);
  padding: 8.5rem 0;
}
.c-news__content p {
  margin: 0 0 6rem;
}
.c-news__items {
  margin: 5.5rem 0 6rem;
}
.c-news__item {
  position: relative;
  background: var(--w);
  padding: 2.9rem;
}
.c-news__item:before {
  display: block;
  position: absolute;
  content: "";
  background: var(--bd);
  width: 100px;
  height: 10px;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.c-news__item__img {
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.c-news__item__img img {
  display: block;
}
.c-news__item__date {
  display: block;
  font-size: 1.4rem;
  color: var(--y);
  margin: 0 0 1rem;
}
.c-news__item h3 {
  font-weight: 500;
  margin: 0 0 2rem;
  min-height: 151px;
}
.c-news__item--orange:before {
  background: var(--ol);
}
.c-news__item--orange .btn-short {
  background: var(--ol);
}
.c-news__item--blue:before {
  background: var(--bd);
}
.c-news__item--blue .btn-short {
  background: var(--bd);
}
.c-news__item--yellow:before {
  background: var(--y);
}
.c-news__item--yellow .btn-short {
  background: var(--y);
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-news__item {
    margin: 0 0 5rem;
  }
  .c-news__item h3 {
    min-height: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-contact__form a {
  color: var(--w);
  text-decoration: underline;
}
.c-contact__form .btn {
  min-width: 22rem;
}
.c-contact__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-contact__inner {
  width: 48%;
}
.c-contact__line label, .c-contact__one label {
  font-size: 1.6rem;
  font-weight: bold;
  display: none;
}
.c-contact__line legend, .c-contact__one legend {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
.c-contact__line input,
.c-contact__line textarea, .c-contact__one input,
.c-contact__one textarea {
  background: none;
  color: var(--w);
  border: none;
  border-bottom: 1px solid var(--w);
  width: 100%;
  margin: 2rem 0 0;
  padding: 0 0 1rem;
  outline: none;
}
.c-contact__line textarea, .c-contact__one textarea {
  background: none;
  height: 100px;
}
.c-contact__line textarea:active, .c-contact__line textarea:focus, .c-contact__one textarea:active, .c-contact__one textarea:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.c-contact__line--formations.c-contact__one, .c-contact__one--formations.c-contact__one {
  margin: 3rem 0 0 !important;
}
.c-contact__line--formations.c-contact__one label, .c-contact__one--formations.c-contact__one label {
  display: flex;
  margin: 0 0 1rem;
}
.c-contact__line--formations.c-contact__one select, .c-contact__one--formations.c-contact__one select {
  width: 100%;
}
.c-contact__line--formations.c-contact__one .wpcf7-list-item label, .c-contact__one--formations.c-contact__one .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.c-contact__line--formations.c-contact__one .wpcf7-list-item input, .c-contact__one--formations.c-contact__one .wpcf7-list-item input {
  width: 2rem;
  margin: 0 1rem 0 0;
}
.c-contact input#NOM {
  margin: 0 !important;
}
.c-contact input.wpcf7-file {
  border: none;
}
.c-contact__one {
  margin: 1.5rem 0 0 !important;
}
.c-contact__label {
  margin: 3rem 0 0 !important;
}
.c-contact__label label {
  display: flex;
  margin: 0 0 1rem;
}
.c-contact__label input {
  margin: 0;
}
.c-contact__rgpd {
  font-size: 1.3rem;
  margin: 2rem 0 0 !important;
  color: var(--w);
}
.c-contact__rgpd > label {
  display: none;
}
.c-contact__rgpd .wpcf7-list-item {
  margin: 0;
}
.c-contact__rgpd input#acceptance {
  margin: 0 0.5rem 0 0;
}
.c-contact input[type=submit],
.c-contact button[type=submit] {
  outline: none;
  margin: 6rem 0 2rem;
}
.c-contact button[type=submit] {
  border: none;
}
.c-contact .wpcf7 form .wpcf7-response-output {
  color: var(--w);
}
.c-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--w);
}
.c-contact .wpcf7-not-valid-tip {
  color: var(--w);
}
.c-contact ::placeholder {
  color: var(--w);
}
.c-contact .screen-reader-response {
  display: none;
}
.c-contact--contact {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-contact--contact:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.c-contact--contact .c-section__content {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
}

/******************************
MEDIA QUERIES
******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-banner {
  position: relative;
  background: no-repeat center/cover;
  padding: 215px 0 120px;
  transition: padding 0.2s ease-out;
}
.c-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bd);
  opacity: 0.79;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-banner__content {
  position: relative;
  z-index: 1;
}
.c-banner h1 {
  color: var(--w);
  margin: 0 0 4rem;
}
.c-banner p {
  display: block;
  color: var(--b);
  font-size: 1.4rem;
  margin: 0 0 3.5rem;
  text-transform: uppercase;
}

.c-entry {
  position: relative;
}
.c-entry h2 {
  color: var(--w);
  margin: 0 0 3rem;
}
.c-entry__bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 0.1s ease-in;
}
.c-entry__content {
  position: relative;
  z-index: 10;
  padding: 6rem 0 7rem;
  text-align: center;
}
.c-entry__content__img {
  max-width: 430px;
  max-height: 430px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.c-entry__content__img img {
  display: block;
}
.c-entry__panel {
  position: relative;
  overflow: hidden;
}
.c-entry__panel:before {
  transition: background-color 0.1s ease-out;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.c-entry__left {
  background: var(--gd);
}
.c-entry__left:before {
  background-color: rgba(29, 45, 85, 0.9);
}
.c-entry__left:hover .c-entry__bg {
  transform: scale(1.05);
}
.c-entry__left:hover:before {
  background-color: rgba(29, 45, 85, 0.7);
}
.c-entry__right:before {
  background-color: rgba(116, 63, 42, 0.9);
}
.c-entry__right:hover .c-entry__bg {
  transform: scale(1.05);
}
.c-entry__right:hover:before {
  background-color: rgba(116, 63, 42, 0.7);
}

.c-services {
  margin: 9rem 0;
}
.c-services h2 {
  margin: 0 0 5.5rem;
}
.c-services__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0 0;
}
.c-services__item {
  width: 23%;
}
.c-services__item img {
  display: block;
  margin: 0 auto 1rem;
  border-radius: 50%;
  width: 115px;
}
.c-services__item h3 {
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem;
}
.c-services.services .c-services__item p:nth-child(1) {
  min-height: 58px;
}
.c-services.methodes .c-services__item p:nth-child(1) {
  min-height: 80px;
}

.c-vignettes {
  margin: 9rem 0;
}
.c-vignettes h2 {
  margin: 0 0 5.5rem;
}
.c-vignettes__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 1.5rem 0 3rem;
}
.c-vignettes__item {
  text-align: center;
  width: 23%;
  margin: 0 0 3rem;
}
.c-vignettes__item img {
  display: block;
  margin: 0 auto 1rem;
  border-radius: 50%;
  width: 115px;
}
.c-vignettes__item h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2.5rem 0 1.5rem;
}

.c-docs {
  margin: 20rem 0 5rem;
}
.c-docs h2 {
  margin: 0 0 5.5rem;
}
.c-docs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1.5rem 0 3rem;
}
.c-docs__item {
  text-align: center;
  width: 32%;
  padding: 5rem 6rem;
  margin: 0 0 2rem;
  border: 2px solid var(--b);
}
.c-docs__item img {
  display: block;
  margin: 0 auto 1rem;
  border-radius: 50%;
  width: 200px;
}
.c-docs__item h3 {
  font-size: 2.1rem;
  font-weight: 400;
  margin: 2.5rem 0 1.5rem;
  min-height: 12rem;
}

.c-testi {
  position: relative;
  background: var(--bl);
  color: var(--t);
  padding: 9rem 0;
  text-align: center;
}
.c-testi:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/before-1.png);
  width: 229px;
  height: 384px;
}
.c-testi:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/after.png);
  width: 229px;
  height: 384px;
}
.c-testi__inner {
  position: relative;
}
.c-testi h2 {
  margin: 0 0 4.5rem;
}
.c-testi___items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-testi__item p {
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
.c-testi__item span {
  display: block;
  font-size: 1.4rem;
}

.c-baseline {
  padding: 8rem 0;
}
.c-baseline__content {
  background: var(--w);
  padding: 9.5rem 15rem;
}
.c-baseline h2 {
  font-size: 3.7rem;
  margin: 0 0 4rem;
}
.c-baseline span {
  display: block;
  font-size: 1.2rem;
  color: var(--y);
  margin: 0 0 5rem;
  text-transform: uppercase;
}

.c-image {
  background: no-repeat center/cover;
  height: 477px;
}

.c-intro {
  position: relative;
  padding: 76px 0 76px;
  background: no-repeat center/cover;
}
.c-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-intro--darkblue:before {
  background-color: rgba(11, 38, 59, 0.9);
}
.c-intro--orange:before {
  background-color: rgba(116, 63, 42, 0.9);
}
.c-intro--white {
  background: var(--w);
}
.c-intro--white .c-section__content {
  color: var(--t) !important;
}
.c-intro--lightgrey {
  background: var(--gl);
}
.c-intro--lightgrey .c-section__content {
  color: var(--t) !important;
}
.c-intro--lightblue {
  background: var(--bl);
}
.c-intro--lightblue .c-section__content {
  color: var(--t) !important;
}
.c-intro--yellow:before {
  background-color: rgba(204, 182, 140, 0.9);
}
.c-intro--cream {
  background: var(--cream);
  padding: 112px 0 96px !important;
}
.c-intro--cream .c-section__content {
  color: var(--t) !important;
}
.c-intro .c-section__content {
  position: relative;
  z-index: 1;
  color: var(--w);
}
.c-intro .c-section__content.image {
  display: flex;
  justify-content: flex-end;
}

.c-words {
  background: var(--bd);
  padding: 5rem 0;
}
.c-words ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-words ul li {
  color: var(--w);
  text-transform: uppercase;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-banner {
    padding: 150px 0 70px;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }

  .c-entry__content {
    padding: 6rem 2rem 7rem;
  }

  .c-services {
    margin: 6rem 0;
  }
  .c-services__item {
    width: 100%;
    margin: 0 0 5rem;
    text-align: center;
  }

  .c-vignettes__items {
    justify-content: space-around;
  }
  .c-vignettes__item {
    width: 34%;
  }

  .c-testi {
    padding: 6rem 0;
  }
  .c-testi:before, .c-testi:after {
    display: none;
  }

  .c-baseline {
    padding: 6rem 0;
  }

  .c-intro {
    padding: 120px 0 70px;
  }
  .c-intro--cream {
    padding: 6rem 0 !important;
  }
  .c-intro .c-section__content.image {
    justify-content: center;
  }
  .c-intro .c-section__content img {
    margin: 0 0 3rem;
  }

  .c-words ul {
    justify-content: center;
  }
  .c-words ul li {
    margin: 0 1rem 0.5rem;
  }

  .c-docs__item {
    width: 100%;
    padding: 4rem 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
/******************************
MEDIA QUERIES
******************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-numbers {
  padding: 8.5rem 0;
}
.c-numbers__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.c-numbers__item {
  text-align: center;
  width: 18%;
}
.c-numbers__item__key {
  display: inline-block;
  position: relative;
  font-family: "Halyard Micro";
  font-size: 4.6rem;
  line-height: 1.1;
  color: var(--b);
  margin: 0 auto 0.5rem;
}
.c-numbers__item p {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  color: var(--w);
  text-align: center;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-numbers {
    padding: 7rem 0 2rem;
  }
  .c-numbers__item {
    width: 90%;
    margin: 0 auto 5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-bi {
  position: relative;
  padding: 8rem 0 7rem;
}
.c-bi__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-bi__bg * {
  height: 100%;
}
.c-bi__bg--home .c-bi__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-bi__bg p {
  font-size: 1.8rem;
  font-weight: 300;
}
.c-bi__left {
  background: rgba(43, 43, 43, 0.9);
}
.c-bi__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-bi__img img {
  border-radius: 50%;
  height: auto;
}
.c-bi__inner {
  position: relative;
  z-index: 1;
}
.c-bi--image {
  padding: 0 0 8rem;
}
.c-bi--image .c-bi__img {
  height: 380px;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-bi {
    padding: 0;
  }
  .c-bi__bg {
    position: relative;
    margin: 0 0 5rem;
  }
  .c-bi__bg * {
    height: auto;
  }
  .c-bi__img {
    height: 300px;
  }
  .c-bi--image {
    padding: 0 0 7rem;
  }
  .c-bi--image .c-bi__img {
    height: 300px;
  }
  .c-bi--home {
    padding: 7rem 0;
  }
  .c-bi--home .c-bi__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .c-bi--home .c-bi__bg * {
    height: 100%;
  }
  .c-bi__inner .c-section__content {
    margin: 0 0 9rem;
  }

  .page-id-603 .c-bi__img {
    height: 500px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.c-ariane {
  margin: 0 0 1.5rem;
}
.c-ariane ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 2.5rem;
  font-size: 1.5rem;
  color: var(--t);
}
.c-ariane ul li:before {
  content: ">";
  display: block;
  position: absolute;
  left: -1.8rem;
}
.c-ariane ul li:first-child {
  margin: 0;
}
.c-ariane ul li:first-child:before {
  display: none;
}
.c-ariane ul li.active {
  color: var(--t);
}

.c-post {
  padding: 183px 0 0;
  background-color: #f9f8f6;
}
.c-post__banner {
  position: relative;
}
.c-post__banner__btn {
  position: absolute;
  top: 17px;
  z-index: 1;
  display: block;
  width: 78px;
  height: 42px;
  background: var(--bd);
  color: var(--w);
  border-radius: 21px;
}
.c-post__banner__btn a {
  position: relative;
  display: block;
  height: 100%;
}
.c-post__banner__btn a:after {
  content: url("../images/arrow.svg");
  display: block;
  position: absolute;
  top: 50%;
  line-height: 0;
}
.c-post__banner__btn--prev {
  left: 17px;
}
.c-post__banner__btn--prev a:after {
  left: 14px;
  transform: translateY(-50%);
}
.c-post__banner__btn--next {
  right: 17px;
}
.c-post__banner__btn--next a:after {
  right: 14px;
  transform: translateY(-50%) rotate(180deg);
}
.c-post__inner {
  position: relative;
  padding: 4rem 0;
  background: var(--w);
}
.c-post__inner:before {
  position: absolute;
  display: block;
  content: "";
  width: 95px;
  height: 10px;
  top: -5px;
  left: 50%;
  background: var(--bd);
  transform: translateX(-50%);
  border-radius: 10px;
}
.c-post__img {
  height: 260px;
  width: 260px;
  margin: 0 auto 3.3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c-post__date {
  display: block;
  color: var(--y);
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
.c-post__content {
  text-align: left;
  width: 80%;
  margin: 0 auto 0;
}
.c-post__content h1 {
  position: relative;
  font-size: 3.2rem;
  font-family: "Halyard Micro";
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 3rem;
  text-transform: uppercase;
}
.c-post__text h2 {
  font-family: "Halyard Micro";
  font-size: 2.2rem;
  font-weight: 400;
  margin: 5rem 0 0;
  color: var(--r);
}
.c-post__text h2:before {
  display: none;
}
.c-post__text h3 {
  margin: 2rem 0 1rem;
}
.c-post__text p {
  margin: 0 0 2rem;
}

.single-fiches .c-post {
  background: var(--b);
}
.single-fiches .c-ariane ul li {
  color: var(--w);
}

.c-more {
  background: var(--gl);
  padding: 9rem 0;
}
.c-more__title {
  margin: 0 0 9rem;
  text-align: center;
}

.c-posts {
  background: var(--cream);
  padding: 183px 0 90px;
}
.c-posts__content {
  text-align: center;
}
.c-posts__cats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 3.6rem 0 5.5rem;
  display: none;
}
.c-posts__cat {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: 0 6px;
  padding: 8px 32px;
  border-radius: 19px;
}
.c-posts__cat:hover {
  opacity: 0.7;
}
.c-posts__cat:nth-child(1) {
  background: var(--cream);
  border: 2px solid var(--b);
}
.c-posts__cat:nth-child(2) {
  color: var(--w);
  background: var(--b);
  border: 2px solid var(--b);
}
.c-posts__cat:nth-child(3) {
  color: var(--w);
  background: var(--ol);
  border: 2px solid var(--ol);
}
.c-posts__cat:nth-child(4) {
  background: var(--y);
  border: 2px solid var(--y);
}

.page-fiches .c-posts {
  background: var(--b);
}
.page-fiches .c-posts__content {
  color: var(--w);
}
.page-fiches .c-posts__cat:nth-child(1) {
  color: var(--w);
  background: var(--d);
  border: 2px solid white;
}
.page-fiches .c-posts__cat:nth-child(2) {
  color: var(--w);
  background: #5f7ec9;
  border: 2px solid #5f7ec9;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-posts {
    padding: 120px 0 70px;
  }
  .c-posts__cats {
    justify-content: flex-start;
    margin: 3.6rem 0 4.5rem;
  }
  .c-posts__cat {
    margin: 7px 6px;
  }

  .c-post {
    padding: 100px 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
main.page-mention {
  background-color: #f2f3f4;
}

.c-mentions {
  padding: 190px 0 90px;
}

.c-formation {
  padding: 11rem 0 0;
}
.c-formation__inner {
  padding: 9rem 0 11rem;
  background: var(--w);
}
.c-formation__content {
  text-align: center;
  width: 80%;
  margin: 0 auto 0;
}
.c-formation__text {
  margin: 8rem 0 0;
}
.c-formation__text h2 {
  margin: 5rem 0 2.4rem;
  font-weight: bold;
}
.c-formation__text h3 {
  margin: 3rem 0 1rem;
}
.c-formation__imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-formation__imgs img {
  display: block;
  object-fit: cover;
  height: 336px;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .c-mentions {
    padding: 120px 0 90px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}
.mobile {
  display: none;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.v-center {
  align-items: center;
}

.mb {
  margin: 0 0 5rem;
}

.white {
  color: #fff;
}

.bluedark {
  background: var(--bd);
  color: var(--w);
}

.blue {
  background: var(--b);
  color: var(--w);
}

.rounded {
  border-radius: 50%;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .invert-mobile {
    filter: invert(0.1);
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .m-center {
    text-align: center;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}