@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic|Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*
THEME NAME: Alliance-verte
AUTHOR: Les Dompteurs de souris */
/** Couleurs carte ineractive **/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'roboto', sans-serif; }

p, li, td {
  font-size: 0.95em;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  font-weight: 200; }

.note {
  font-size: 0.875em;
  border-top: 1px solid #dcddde;
  padding: 0.5em 0;
  margin: 1em 0 0 0; }

th {
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-size: 1.2em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif; }

h1 {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1em 0 0.5em 0; }

h2 {
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1em 0 0.5em 0; }

h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 200;
  margin: 1em 0 0.5em 0; }

h4 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 1.2em 0 0.5em;
  text-transform: uppercase; }

h5 {
  font-size: 1em;
  font-weight: 400;
  margin: 1.2em 0 0.5em;
  text-transform: uppercase; }

h6 {
  font-weight: 500;
  margin: 1.2em 0 0.5em;
  font-size: 1em; }

.light {
  font-weight: 200; }

.bold {
  font-weight: 500; }

strong, b {
  font-weight: 400; }

em {
  font-style: italic; }

ul {
  padding: 0.5em 0 0.5em 2em; }
  ul li {
    list-style: disc; }

.entete .meta-nav .menu-principal {
  float: right; }
  .entete .meta-nav .menu-principal ul {
    float: right; }
  @media screen and (max-width: 767px) {
    .entete .meta-nav .menu-principal ul {
      width: 100%;
      text-align: center; } }
.entete .meta-nav .zone-connexion {
  float: left; }
  @media screen and (max-width: 767px) {
    .entete .meta-nav .zone-connexion {
      width: 100%; } }

.gauche, .droite {
  float: left; }
  @media screen and (max-width: 750px) {
    .gauche, .droite {
      float: none; } }

body {
  overflow-x: hidden; }
  body.sous-menu .navigation .menu-principal {
    padding: 0em 0 1.8em 0; }
    @media screen and (max-width: 670px) {
      body.sous-menu .navigation .menu-principal {
        padding: 0; } }

body, footer {
  overflow-x: hidden; }

.clearfix:after, .gform_wrapper .gform_body:after {
  content: '';
  display: table;
  clear: both; }

.cache {
  display: none; }

h2, h3, h1, h4, h5, h6 {
  color: #58595b; }
  h2 a, h3 a, h1 a, h4 a, h5 a, h6 a {
    -moz-transition-property: color 0.5s;
    /* FireFox */
    -webkit-transition-property: color 0.5s;
    /* Safari / Chrome */
    -o-transition-property: color 0.5s;
    /* Opera */
    transition-property: color 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    color: #8ec657; }
    h2 a:hover, h3 a:hover, h1 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #74af3b; }

.button {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .7rem 1.5rem;
  border-radius: 100px;
  background-color: #8ec657;
  color: white;
  font-weight: 400;
  font-family: "Source Sans Pro";
  font-size: 1rem;
  transition: opacity .5s; }
  .button-small {
    padding: .5rem 1.5rem; }
  .button:hover {
    color: white;
    opacity: .85; }
  .button--white {
    background-color: white;
    color: #02344b; }

.button-form-inactive {
  background-color: #f8f8f9;
  color: #87898f; }
  .button-form-inactive:hover {
    background-color: #dcddde; }

/*}*/
/* Submit Button Gravity Forms */
.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  border-radius: 100px;
  background-color: #8ec657;
  color: white;
  font-weight: 400;
  font-family: "Source Sans Pro";
  font-size: 1rem;
  transition: opacity .5s; }

.contenant {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 2em 2%; }
  .contenant.centre, .contenant .centre {
    text-align: center; }
  @media screen and (max-width: 600px) {
    .contenant {
      padding: 0.5em 1em;
      width: auto; } }
  .contenant--collapse-top {
    padding-top: 0; }

.separateur-gauche {
  background: url("../img/separateur-gauche.png") no-repeat left center;
  height: 20px;
  width: 80%;
  margin: 0.3em 0; }

.separateur {
  height: 20px;
  width: 80%;
  display: block;
  margin: 0 auto 1em auto;
  background: url("../img/separateur.png") no-repeat center -52px; }

.float-right {
  float: right; }

.gauche {
  width: 60%;
  margin: 0 5% 0 0; }
  .gauche.half {
    width: 45%; }

.droite {
  width: 35%; }
  .droite.half {
    width: 45%; }
  .droite-image {
    margin-bottom: 2rem; }

noscript {
  background: #41a1d7;
  color: white;
  padding: 0.3em;
  font-weight: 200;
  font-size: 0.875em;
  display: block;
  width: 100%;
  text-align: center; }

img {
  max-width: 100%; }
  img.rond {
    border-radius: 50%;
    border: 4px solid #dcddde; }
  img.grand, img.sans-rond {
    width: 98%;
    max-width: 325px;
    height: auto; }

.lien-rond {
  max-width: 325px;
  max-height: 325px;
  position: relative;
  display: block; }
  .lien-rond i.fa-angle-right.vert {
    -moz-transition-property: color 0.4s;
    /* FireFox */
    -webkit-transition-property: color 0.4s;
    /* Safari / Chrome */
    -o-transition-property: color 0.4s;
    /* Opera */
    transition-property: color 0.4s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: none;
    color: #8ec657;
    font-size: 4.5em;
    left: 38%;
    top: 34%; }
  .lien-rond:hover i.fa-angle-right.vert {
    color: #74af3b; }
  .lien-rond i.fa-angle-right.blanc {
    -moz-transition-property: color 0.4s;
    /* FireFox */
    -webkit-transition-property: color 0.4s;
    /* Safari / Chrome */
    -o-transition-property: color 0.4s;
    /* Opera */
    transition-property: color 0.4s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background-color: white;
    background: none;
    color: #8ec657;
    font-size: 4.5em;
    left: 38%;
    top: 34%; }
  .lien-rond:hover i.fa-angle-right.blanc {
    color: #74af3b; }

form fieldset {
  border: none; }
form select {
  width: 100%; }

@media screen and (max-width: 750px) {
  .gauche {
    width: 100%; }
    .gauche.half {
      width: 100%; }

  .droite {
    width: 100%;
    margin: 2em 0; }
    .droite.half {
      width: 100%; }
    .droite img {
      margin: 0 auto; }

  img.rond {
    margin: 0 auto;
    display: block; }
  img.grand {
    margin: 0 auto;
    display: block;
    width: 75%; } }
a {
  text-decoration: none; }

li a, p a {
  -moz-transition-property: color 0.5s;
  /* FireFox */
  -webkit-transition-property: color 0.5s;
  /* Safari / Chrome */
  -o-transition-property: color 0.5s;
  /* Opera */
  transition-property: color 0.5s;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #8ec657;
  font-weight: 400; }
  li a:hover, p a:hover {
    color: #74af3b; }

.bouton {
  -moz-transition-property: background 0.5s;
  /* FireFox */
  -webkit-transition-property: background 0.5s;
  /* Safari / Chrome */
  -o-transition-property: background 0.5s;
  /* Opera */
  transition-property: background 0.5s;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  background: #f8f8f9;
  color: #87898F;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0.875em;
  margin: 0.2em 0;
  padding: 0.5em 1em;
  float: right;
  border: none; }
  .bouton:hover {
    background: #dcddde; }
  .bouton.vert {
    background: #8ec657;
    color: #f8f8f9; }
    .bouton.vert:hover {
      background: #74af3b; }

.lien {
  -moz-transition-property: color 0.5s;
  /* FireFox */
  -webkit-transition-property: color 0.5s;
  /* Safari / Chrome */
  -o-transition-property: color 0.5s;
  /* Opera */
  transition-property: color 0.5s;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #87898F;
  float: right;
  margin: 2em 0;
  font-weight: 400; }
  @media screen and (max-width: 480px) {
    .lien {
      margin: 1em 0; } }
  .lien:hover {
    color: #58595b; }
  .lien.retour {
    float: left; }
    .lien.retour i {
      margin: 0 0.4em 0 0; }
  .lien ~ .lien {
    margin-top: -.5rem; }
  .lien__white {
    -moz-transition-property: color 0.5s;
    /* FireFox */
    -webkit-transition-property: color 0.5s;
    /* Safari / Chrome */
    -o-transition-property: color 0.5s;
    /* Opera */
    transition-property: color 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    color: white; }
    .lien__white:hover {
      color: #58595b; }

.fond {
  background: #f8f8f9;
  padding: 2em 0; }

/*Font awesome icones */
.fa-angle-right, .fa-angle-left {
  -moz-transition-property: background 0.5s;
  /* FireFox */
  -webkit-transition-property: background 0.5s;
  /* Safari / Chrome */
  -o-transition-property: background 0.5s;
  /* Opera */
  transition-property: background 0.5s;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 3.5em;
  margin: 0.2em 0 0 0;
  padding: 0 0.3em 0 0.35em;
  border-radius: 50%;
  color: white; }
  .fa-angle-right.bleu, .fa-angle-left.bleu {
    background: #164961; }
    .fa-angle-right.bleu:hover, .fa-angle-left.bleu:hover {
      background: #0d2a37; }
  .fa-angle-right.bleu-fonce, .fa-angle-left.bleu-fonce {
    background: #012332; }
    .fa-angle-right.bleu-fonce:hover, .fa-angle-left.bleu-fonce:hover {
      background: #011219; }
  .fa-angle-right.vert, .fa-angle-left.vert {
    background: #8ec657; }
    .fa-angle-right.vert:hover, .fa-angle-left.vert:hover {
      background: #74af3b; }
  .fa-angle-right.moyen, .fa-angle-left.moyen {
    font-size: 3em;
    padding: 0 0.3em 0 0.36em; }
  .fa-angle-right.mini, .fa-angle-left.mini {
    font-size: 1em;
    margin: 0.151em;
    padding: 0 0.3em 0.06em 0.35em; }

.fa-angle-down, .fa-angle-up {
  -moz-transition-property: background 0.5s;
  /* FireFox */
  -webkit-transition-property: background 0.5s;
  /* Safari / Chrome */
  -o-transition-property: background 0.5s;
  /* Opera */
  transition-property: background 0.5s;
  /* W3C */
  -moz-transition-duration: 0.5s;
  /* FireFox */
  -webkit-transition-duration: 0.5s;
  /* Safari / Chrome */
  -o-transition-duration: 0.5s;
  /* Opera */
  transition-duration: 0.5s;
  /* W3C */
  /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 3.5em;
  margin: 0.2em 0 0 0;
  padding: 0 0.3em 0 0.35em;
  border-radius: 50%;
  color: white; }
  .fa-angle-down.vert, .fa-angle-up.vert {
    background: #8ec657; }
    .fa-angle-down.vert:hover, .fa-angle-up.vert:hover {
      background: #74af3b; }
  .fa-angle-down.mini, .fa-angle-up.mini {
    font-size: 1em;
    margin: 0.151em;
    padding: 0.05em 0.25em; }

/*********/
.entete .contenant {
  padding: 0 2%; }
.entete .meta-nav {
  overflow-y: hidden;
  background: black;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .entete .meta-nav {
      display: flex; } }
  @media screen and (max-width: 768px) {
    .entete .meta-nav--right {
      display: inline-block; } }
  .entete .meta-nav .menu-principal {
    margin: 0.8em 0;
    font-size: 0.875em; }
    .entete .meta-nav .menu-principal ul {
      float: right;
      padding: 0; }
      .entete .meta-nav .menu-principal ul .menu-principal__connexion {
        margin-left: 3s0px;
        background-color: #02344b;
        border-radius: 20px;
        -moz-transition-property: background-color 0.5s;
        /* FireFox */
        -webkit-transition-property: background-color 0.5s;
        /* Safari / Chrome */
        -o-transition-property: background-color 0.5s;
        /* Opera */
        transition-property: background-color 0.5s;
        /* W3C */
        -moz-transition-duration: 0.5s;
        /* FireFox */
        -webkit-transition-duration: 0.5s;
        /* Safari / Chrome */
        -o-transition-duration: 0.5s;
        /* Opera */
        transition-duration: 0.5s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        .entete .meta-nav .menu-principal ul .menu-principal__connexion a {
          font-weight: 400; }
        .entete .meta-nav .menu-principal ul .menu-principal__connexion:hover {
          background-color: #afb0b4; }
          .entete .meta-nav .menu-principal ul .menu-principal__connexion:hover a {
            color: #02344b; }
      .entete .meta-nav .menu-principal ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 0.4em 0;
        margin: 0; }
        .entete .meta-nav .menu-principal ul li:last-child a {
          border: none; }
        .entete .meta-nav .menu-principal ul li.current_page_item a {
          color: #8ec657; }
        .entete .meta-nav .menu-principal ul li a {
          -moz-transition-property: color 0.5s;
          /* FireFox */
          -webkit-transition-property: color 0.5s;
          /* Safari / Chrome */
          -o-transition-property: color 0.5s;
          /* Opera */
          transition-property: color 0.5s;
          /* W3C */
          -moz-transition-duration: 0.5s;
          /* FireFox */
          -webkit-transition-duration: 0.5s;
          /* Safari / Chrome */
          -o-transition-duration: 0.5s;
          /* Opera */
          transition-duration: 0.5s;
          /* W3C */
          /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
          -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          color: #bcbdc0;
          font-weight: 200;
          padding: 0 1em; }
          .entete .meta-nav .menu-principal ul li a:hover {
            color: #a2a3a7; }
  .entete .meta-nav .connexion-link {
    display: none; }
  .entete .meta-nav .zone-connexion {
    display: inline-block;
    padding: 0.5em 0 0 0;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .entete .meta-nav .zone-connexion {
        width: 95px; } }
    .entete .meta-nav .zone-connexion form {
      margin: 0.15em 0 0 0; }
    .entete .meta-nav .zone-connexion.logout {
      padding: 0;
      font-weight: 200;
      font-size: 0.875em;
      padding-top: 0.7em; }
      .entete .meta-nav .zone-connexion.logout a {
        font-weight: 200;
        font-size: 0.95rem;
        margin-bottom: 0; }
      .entete .meta-nav .zone-connexion.logout span {
        color: white;
        margin: 0 0.5em 0; }
        .entete .meta-nav .zone-connexion.logout span .user {
          margin: 0; }
    .entete .meta-nav .zone-connexion .oubli {
      display: none; }
      .entete .meta-nav .zone-connexion .oubli:hover {
        color: #74af3b; }
.entete.fr .intro .logo {
  background: url("../img/logo-grand-fr.png") no-repeat center center rgba(2, 52, 75, 0.5); }
  .entete.fr .intro .logo a {
    width: 247px; }
.entete.fr .intro.autre .logo, .entete.fr .intro.green .logo {
  background: url("../img/logo-petit-fr.png") no-repeat center center rgba(2, 52, 75, 0.5); }
  .entete.fr .intro.autre .logo a, .entete.fr .intro.green .logo a {
    width: 102px; }
.entete .intro {
  background: url("../img/hero_bkg-img.jpg") no-repeat center center;
  padding-top: 3rem;
  background-size: cover; }
  @media screen and (max-width: 760px) {
    .entete .intro {
      padding-top: 0; } }
  .entete .intro.autre {
    background: url("../img/hero_bkg-img.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 3rem; }
    @media screen and (max-width: 760px) {
      .entete .intro.autre {
        padding-top: 0; } }
    .entete .intro.autre .logo {
      background: url("../img/logo-petit.png") no-repeat center center rgba(2, 52, 75, 0.5);
      height: 142px;
      width: 142px;
      margin: 0 auto; }
      .entete .intro.autre .logo a {
        height: 102px;
        padding: 1.5em 0 0;
        width: 81px; }
  .entete .intro.green {
    background: url("../img/hero_bkg-img.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 3rem; }
    @media screen and (max-width: 760px) {
      .entete .intro.green {
        padding-top: 0; } }
    .entete .intro.green .logo {
      background: url("../img/logo-petit.png") no-repeat center center rgba(2, 52, 75, 0.5);
      height: 142px;
      width: 142px;
      margin: 0 auto; }
      .entete .intro.green .logo a {
        height: 102px;
        padding: 1.5em 0 0;
        width: 81px; }
  .entete .intro .logo {
    background: url("../img/logo-grand.png") no-repeat center center rgba(2, 52, 75, 0.7);
    height: 384px;
    width: 384px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    font-size: inherit; }
    .entete .intro .logo a {
      display: block;
      height: 244px;
      margin: 0 auto;
      padding: 6.5em 0 0;
      width: 194px; }
    .entete .intro .logo span {
      display: none; }
.entete .navigation {
  margin-top: 3rem;
  background-color: rgba(22, 73, 97, 0.75); }
  @media screen and (max-width: 680px) {
    .entete .navigation {
      background-color: #164961; } }
  .entete .navigation ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 680px) {
      .entete .navigation ul {
        display: none; } }
    .entete .navigation ul li {
      list-style-type: none;
      display: block;
      margin-bottom: 0;
      z-index: 90; }
    .entete .navigation ul li ul {
      display: none;
      width: 180px;
      background-color: rgba(233, 238, 240, 0.95); }
      @media screen and (max-width: 680px) {
        .entete .navigation ul li ul {
          background-color: #e9eef0;
          width: 100%; } }
      .entete .navigation ul li ul li {
        color: #02344b; }
    .entete .navigation ul > ul li ul {
      display: none;
      position: absolute;
      top: 42px; }
    .entete .navigation ul > li.current_page_parent > a::after, .entete .navigation ul li.current_page_item > a::after {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: #8ec657;
      transition: width .3s; }
      @media screen and (max-width: 680px) {
        .entete .navigation ul > li.current_page_parent > a::after, .entete .navigation ul li.current_page_item > a::after {
          display: none; } }
    .entete .navigation ul > li:hover > a::after {
      width: 100%; }
      @media screen and (max-width: 680px) {
        .entete .navigation ul > li:hover > a::after {
          width: 0; } }
    .entete .navigation ul > li:hover > ul {
      display: block;
      position: absolute;
      left: 0;
      z-index: 90; }
      @media screen and (max-width: 680px) {
        .entete .navigation ul > li:hover > ul {
          position: static; } }
  .entete .navigation > ul > li {
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 680px) {
      .entete .navigation > ul > li {
        display: block;
        text-align: center; } }
  .entete .navigation > ul > li > a {
    color: white;
    font-weight: 200;
    letter-spacing: 1px;
    display: block;
    line-height: 42px;
    text-decoration: none;
    padding-top: 3px; }
  .entete .navigation > ul > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #8ec657;
    transition: width .3s; }
  .entete .navigation > ul > li > ul > li {
    padding: 15px; }
  .entete .navigation > ul > li > ul > li > a {
    color: #02344b;
    display: block;
    font-weight: 200; }
    .entete .navigation > ul > li > ul > li > a:hover {
      color: #8ec657; }
  .entete .navigation__mobile {
    display: none; }
    @media screen and (max-width: 680px) {
      .entete .navigation__mobile {
        display: block;
        line-height: 42px;
        color: white;
        font-size: 28px;
        text-align: center; } }
@media screen and (max-width: 768px) {
  .entete .meta-nav .zone-connexion.logout span {
    display: none; } }
@media screen and (max-width: 480px) {
  .entete .meta-nav .zone-connexion {
    display: none; } }
@media screen and (max-width: 700px) {
  .entete.fr .intro .logo {
    background: url("../img/logo-petit-fr.png") no-repeat center center rgba(2, 52, 75, 0.7); }
    .entete.fr .intro .logo a {
      width: 102px; }
  .entete .intro.autre .logo {
    margin: 0 auto; }
    .entete .intro.autre .logo a {
      margin: 0 auto; }
  .entete .intro.green .logo {
    margin: 0 auto; }
    .entete .intro.green .logo a {
      margin: 0 auto; }
  .entete .intro .logo {
    height: 142px;
    width: 142px;
    top: 1.5em;
    background: url("../img/logo-petit.png") no-repeat center center rgba(2, 52, 75, 0.7); }
    .entete .intro .logo a {
      height: 102px;
      padding: 1.5em 0 0;
      width: 81px; }
    .entete .intro .logo span {
      display: none; }
  .entete .navigation .menu-link {
    background: #02344b;
    color: #f8f8f9;
    font-size: 1.4em;
    text-align: center;
    display: block;
    padding: 0.3em 0; }
  .entete .navigation .menu-principal #menu {
    display: none; }
    .entete .navigation .menu-principal #menu.active {
      display: block; }
  .entete .navigation .menu-principal ul li {
    display: block;
    padding: 0; }
    .entete .navigation .menu-principal ul li .sub-menu {
      display: none; }
    .entete .navigation .menu-principal ul li.active a {
      background: #02344b; }
    .entete .navigation .menu-principal ul li.active .sub-menu {
      display: block;
      width: 100%;
      position: inherit; }
      .entete .navigation .menu-principal ul li.active .sub-menu li {
        padding: 0;
        display: block;
        width: 100%; }
        .entete .navigation .menu-principal ul li.active .sub-menu li a {
          padding: 0.7em 0; }
    .entete .navigation .menu-principal ul li a {
      border-bottom: 1px solid #02344b;
      border-right: none;
      width: 100%;
      display: block;
      padding: 0.9em 0; } }

table, .mod-tableau {
  width: 92%; }
  table tr, .mod-tableau tr {
    border-bottom: solid 1px #dcddde; }
    table tr:last-child, .mod-tableau tr:last-child {
      border-bottom: none; }
    table tr td, table tr th, .mod-tableau tr td, .mod-tableau tr th {
      padding: 1em 0.5em; }
      table tr td.small, table tr th.small, .mod-tableau tr td.small, .mod-tableau tr th.small {
        min-width: 65px; }
  table h2, .mod-tableau h2 {
    margin: 0.4em 0; }

.mod-temoignage {
  padding: 2em 0 0 0; }
  .mod-temoignage.gris {
    background: #f8f8f9; }
  .mod-temoignage .contenant {
    background: url("../img/guillemet.png") no-repeat scroll left top transparent;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2;
    max-width: 500px;
    width: 100%;
    padding: 1em 0 1.5em 2em; }
    .mod-temoignage .contenant span {
      font-style: normal; }
  @media screen and (max-width: 600px) {
    .mod-temoignage .contenant {
      padding: 2.5em 0 1em 0;
      background: url("../img/guillemet.png") no-repeat scroll center top transparent;
      width: 98%; } }

.mod-info-alliance {
  background: #cedd6b;
  color: #58595b;
  padding: 0.5em;
  margin: 0 0 1.5em 0;
  box-sizing: border-box; }
  .mod-info-alliance .bordure {
    border: 1px solid #c0d342;
    padding: 0.5em; }
    .mod-info-alliance .bordure .imglnk {
      margin-right: 25px;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .mod-info-alliance .bordure .imglnk span {
        position: absolute;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        top: 50%;
        margin-top: -25px; }
      .mod-info-alliance .bordure .imglnk img {
        display: block; }
    .mod-info-alliance .bordure .inside {
      width: 65%;
      float: left; }
    .mod-info-alliance .bordure h2 {
      font-weight: 400;
      margin: 0.2em 0 0.5em; }
    .mod-info-alliance .bordure span {
      font-weight: 200;
      text-transform: uppercase;
      display: block; }
      .mod-info-alliance .bordure span.titre {
        font-weight: 600;
        text-transform: none;
        margin: 0.2em 0 0.5em 0; }
  .mod-info-alliance.trousse-medias .bordure .gauche {
    width: 30%; }
  .mod-info-alliance.trousse-medias .bordure .droite {
    width: 65%; }
  .mod-info-alliance.trousse-medias .bordure .textwidget a {
    color: #58595D;
    text-decoration: underline;
    display: block;
    margin-top: 10px; }
    .mod-info-alliance.trousse-medias .bordure .textwidget a:hover {
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .mod-info-alliance.trousse-medias {
      text-align: center; }
      .mod-info-alliance.trousse-medias .bordure .droite {
        width: 100%; } }

.contenant > .droite .mod-info-alliance .bordure {
  text-align: center; }
  .contenant > .droite .mod-info-alliance .bordure > a {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 42%; }
  .contenant > .droite .mod-info-alliance .bordure > .inside {
    width: 100%; }
    .contenant > .droite .mod-info-alliance .bordure > .inside .bouton {
      float: none; }

.mod-trois {
  margin: 2em 0; }
  .mod-trois .bloc {
    float: left;
    margin: 1em 1.6%;
    text-align: center;
    width: 30%; }
    @media screen and (max-width: 600px) {
      .mod-trois .bloc {
        padding: 3rem 0; }
        .mod-trois .bloc:not(:last-child) {
          border-bottom: 1px solid #dcddde; } }
    .mod-trois .bloc__icon {
      display: flex;
      align-items: center;
      justify-content: center; }
      .mod-trois .bloc__icon i {
        font-size: 62px;
        color: #02344b;
        width: 110px;
        height: 110px;
        border: 6px solid #8ec657;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-transition-property: background-color 0.5s;
        /* FireFox */
        -webkit-transition-property: background-color 0.5s;
        /* Safari / Chrome */
        -o-transition-property: background-color 0.5s;
        /* Opera */
        transition-property: background-color 0.5s;
        /* W3C */
        -moz-transition-duration: 0.5s;
        /* FireFox */
        -webkit-transition-duration: 0.5s;
        /* Safari / Chrome */
        -o-transition-duration: 0.5s;
        /* Opera */
        transition-duration: 0.5s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        .mod-trois .bloc__icon i:hover {
          background-color: #dcddde; }
    .mod-trois .bloc__content {
      margin-top: 3rem; }
      @media screen and (max-width: 600px) {
        .mod-trois .bloc__content {
          margin-top: 1.5rem; } }
      .mod-trois .bloc__content__title {
        line-height: 2.3em; }
        .mod-trois .bloc__content__title span {
          color: #02344b; }
        .mod-trois .bloc__content__title:hover span {
          color: #58595b; }
      .mod-trois .bloc__content__desc {
        margin-top: 2rem;
        color: #58595b;
        line-height: 1.5em;
        font-size: 1em; }
        @media screen and (max-width: 600px) {
          .mod-trois .bloc__content__desc {
            margin-top: 1rem; } }
    .mod-trois .bloc:nth-child(1) .bloc__icon i {
      font-size: 55px; }
  .mod-trois.callAction a {
    color: #58595b; }
    .mod-trois.callAction a span {
      display: block;
      font-size: 1.8em;
      text-transform: uppercase; }
  .mod-trois.callAction.gris {
    margin: 0;
    padding: 0 0 0.8em; }
  .mod-trois.callAction .fa-angle-right {
    margin: 0.5em 0 0 0; }
  .mod-trois.callAction.deux .bloc {
    width: 46%;
    min-width: 310px; }
    .mod-trois.callAction.deux .bloc span {
      display: block;
      font-size: 1.8em;
      text-transform: uppercase;
      color: #58595b; }
  .mod-trois.equipe .bloc-spacer {
    margin-bottom: 50px; }
  .mod-trois.equipe .bloc {
    width: 21%; }
    @media screen and (max-width: 860px) {
      .mod-trois.equipe .bloc {
        width: 50%;
        margin: 1em 0 3em; } }
    @media screen and (max-width: 480px) {
      .mod-trois.equipe .bloc {
        width: 100%; }
        .mod-trois.equipe .bloc:last-child {
          margin-bottom: 0; } }
  .mod-trois.equipe span {
    display: block;
    font-weight: 200;
    margin: 0.2em; }
    .mod-trois.equipe span.nom {
      text-transform: uppercase;
      margin: 1em 0;
      font-weight: 400; }
    .mod-trois.equipe span a {
      color: inherit; }
  .mod-trois.equipe p {
    text-align: center; }
  .mod-trois.equipe a {
    margin: 0.2em 0 0 0;
    color: #f8f8f9;
    font-weight: 500;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
    .mod-trois.equipe a.telephone {
      color: #000;
      width: 100%; }
    .mod-trois.equipe a i {
      -moz-transition-property: background 0.5s;
      /* FireFox */
      -webkit-transition-property: background 0.5s;
      /* Safari / Chrome */
      -o-transition-property: background 0.5s;
      /* Opera */
      transition-property: background 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: #8ec657;
      padding: 0.4em;
      border-radius: 50%;
      width: 24px;
      height: 24px; }
    .mod-trois.equipe a:hover i {
      background: #689c35; }
  @media screen and (max-width: 750px) {
    .mod-trois.callAction a span {
      font-size: 1.5em; }
    .mod-trois.callAction.deux .bloc {
      width: 80%;
      margin: 1.5em auto 2em auto;
      float: none; } }
  @media screen and (max-width: 600px) {
    .mod-trois.callAction {
      margin: 1em 0; }
      .mod-trois.callAction .bloc {
        width: 100%;
        margin: 0.5em 0; }
      .mod-trois.callAction .fleche {
        display: none; }
      .mod-trois.callAction.deux .fleche {
        display: inline-block;
        *display: inline;
        *zoom: 1; }
      .mod-trois.callAction.deux a {
        background: none;
        padding: 0; }
        .mod-trois.callAction.deux a:hover {
          background: none; } }

.page-intro {
  margin: 0 0 2em 0; }
  .page-intro .titre {
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 0 0 0.5em 0;
    display: block; }
    .page-intro .titre span {
      display: block; }
    .page-intro .titre .widget-subtitle {
      font-weight: 500; }
  .page-intro .separateur {
    height: 20px;
    width: 80%;
    display: block;
    margin: 0 auto 1em auto;
    background: url("../img/separateur.png") no-repeat center -52px; }
  .page-intro.centre p {
    width: 65%;
    margin: 0 auto;
    min-width: 300px; }
  .page-intro.centre .titre {
    text-align: center;
    font-weight: 600;
    color: #58595b; }
  @media screen and (max-width: 550px) {
    .page-intro.centre p {
      padding: 0 1%; }
    .page-intro .titre {
      font-size: 1.7em; } }

.mod-bande .contenant {
  font-size: 1em;
  font-weight: 200;
  padding: 4em 0.5em;
  line-height: 1.2; }
  @media screen and (max-width: 750px) {
    .mod-bande .contenant {
      padding: 2em 1em; } }
  .mod-bande .contenant.centre p {
    width: 75%;
    margin: 0 auto;
    min-width: 300px;
    color: #58595b;
    line-height: 1.5em;
    font-size: 1em; }
  .mod-bande .contenant.centre .titre {
    text-align: center;
    font-weight: 600;
    color: #02344b; }
  .mod-bande .contenant.centre h1, .mod-bande .contenant.centre h2, .mod-bande .contenant.centre h3, .mod-bande .contenant.centre h4, .mod-bande .contenant.centre h5 {
    color: #02344b;
    font-size: 2.2em;
    margin-bottom: 2rem;
    margin-top: 0; }
  .mod-bande .contenant .titre {
    text-transform: uppercase;
    font-size: 2.2em;
    margin-bottom: 2rem;
    margin-top: 0;
    display: block;
    color: #02344b; }
    .mod-bande .contenant .titre span {
      display: block; }
    .mod-bande .contenant .titre .widget-subtitle {
      font-weight: 500; }
  .mod-bande .contenant .separateur {
    height: 20px;
    width: 80%;
    display: block;
    margin: 0 auto 1em auto;
    background: url("../img/separateur.png") no-repeat center -52px; }
  .mod-bande .contenant .titre-cta {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 1.5em 0 0 0;
    color: white; }
.mod-bande.bleu {
  background: #41a1d7;
  color: #02344b; }
  .mod-bande.bleu .contenant p {
    color: white; }
  .mod-bande.bleu .contenant .titre {
    color: #f8f8f9;
    font-weight: 200; }
  .mod-bande.bleu .contenant .white {
    color: white;
    margin-bottom: 1em;
    font-size: 1.1em; }
  .mod-bande.bleu .contenant .separateur {
    background: url("../img/separateur.png") no-repeat center -2px; }
.mod-bande.gris {
  background: #f8f8f9;
  color: black; }
  .mod-bande.gris .contenant .titre {
    color: #02344b;
    font-weight: 600; }
  .mod-bande.gris .contenant .separateur {
    background: url("../img/separateur.png") no-repeat center -52px; }
.mod-bande.blanc .contenant .titre {
  padding: 0; }
.mod-bande.bleu-fonce {
  background: #02344b;
  color: white; }
  .mod-bande.bleu-fonce .contenant p {
    color: white; }
  .mod-bande.bleu-fonce .contenant .titre {
    color: white; }
.mod-bande.footer {
  border-bottom: #2887bd solid 6px; }
@media screen and (max-width: 550px) {
  .mod-bande .contenant.centre p {
    padding: 0 1%; }
  .mod-bande .contenant .titre {
    font-size: 1.7em; } }

.mod-magazines .droite img {
  display: inline-block; }
.mod-magazines__link {
  text-align: right;
  margin-top: 2.5rem; }
  @media screen and (max-width: 750px) {
    .mod-magazines__link {
      text-align: left; } }
@media (min-width: 1024px) {
  .mod-magazines .link-mag {
    padding-top: .5rem;
    padding-left: 160px; } }
.mod-magazines .infolettre {
  background-color: #414142;
  padding: 20px;
  margin-bottom: 20px; }
  .mod-magazines .infolettre h2 {
    margin-top: 0;
    font-size: 20px;
    color: #fff; }
  .mod-magazines .infolettre.blanc input {
    background: white; }
  .mod-magazines .infolettre form input {
    color: #58595b;
    border: 1px solid #58595b; }
  .mod-magazines .infolettre form .button {
    background-color: #58595b;
    color: #fff; }
    .mod-magazines .infolettre form .button:hover {
      color: #58595b; }
  .mod-magazines .infolettre form ul {
    padding: 0; }
    .mod-magazines .infolettre form ul li {
      list-style-type: none; }
  .mod-magazines .infolettre form .button {
    margin: 0; }
.mod-magazines span {
  display: block; }
  .mod-magazines span.titre-mag {
    font-size: 1.3em;
    font-weight: 400;
    color: #02344b; }
  .mod-magazines span.date-mag {
    color: #58595b;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0.2em 0 0.5em; }
.mod-magazines .image-mag {
  float: left;
  margin: 0 1em 0 0; }
  @media screen and (max-width: 480px) {
    .mod-magazines .image-mag {
      margin: 0;
      text-align: center;
      width: 100%; } }
  .mod-magazines .image-mag img {
    margin: 0; }
.mod-magazines p {
  clear: both;
  padding: 10px 0 10px 0;
  text-align: left;
  display: flex;
  justify-content: flex-end; }
.mod-magazines .info {
  float: left;
  width: 48%;
  min-height: 210px; }
  @media screen and (max-width: 990px) {
    .mod-magazines .info {
      clear: both;
      margin: 1em 0 0 0;
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .mod-magazines .info {
      float: left;
      clear: none;
      margin: 0;
      width: 60%; } }
  @media screen and (max-width: 480px) {
    .mod-magazines .info {
      width: 100%;
      margin: 1em 0 0 0; } }
  .mod-magazines .info ul {
    padding: 0.5em 0 0.5em 1em; }
.mod-magazines .links-mag {
  clear: both;
  padding: 10px 0 10px 0; }
  .mod-magazines .links-mag__link {
    clear: both;
    display: block;
    padding-top: .5em;
    color: #8ec657; }
    .mod-magazines .links-mag__link:not(:last-child) {
      margin-bottom: 0.8em; }
@media screen and (max-width: 750px) {
  .mod-magazines.bas {
    width: 90%; } }
.mod-magazines.bas {
  width: 85%;
  margin: 0 auto; }
  .mod-magazines.bas .lien {
    clear: both;
    margin: 0 0 1em; }
  .mod-magazines.bas .info {
    clear: none;
    float: left;
    margin: 0;
    width: 60%; }
  @media screen and (max-width: 750px) {
    .mod-magazines.bas {
      width: 100%; }
      .mod-magazines.bas .lien {
        margin: -2em 0 1em; } }
  @media screen and (max-width: 480px) {
    .mod-magazines.bas .info {
      margin: 1em 0 0;
      width: 100%; }
    .mod-magazines.bas .lien {
      clear: both;
      margin: 0 0 1em; } }

.article-seul .titre {
  line-height: 1em;
  text-transform: uppercase;
  color: #8ec657;
  margin: 0.2em 0 0.7em 0; }
.article-seul .date {
  text-transform: uppercase;
  font-weight: 200;
  color: #bcbdc0; }
.article-seul img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  display: block; }
.article-seul h2 {
  text-transform: none;
  font-size: 1.6em; }

.mod-documents ul, .menu-secondaire ul {
  padding: 0.5em 0; }
  .mod-documents ul li, .menu-secondaire ul li {
    list-style: none;
    padding: 0.3em 0.5em 0.1em;
    display: block; }
    .mod-documents ul li:nth-child(odd), .menu-secondaire ul li:nth-child(odd) {
      background: none; }
    .mod-documents ul li:nth-child(even), .menu-secondaire ul li:nth-child(even) {
      background: #f8f8f9; }
    .mod-documents ul li a, .menu-secondaire ul li a {
      -moz-transition-property: color 0.5s;
      /* FireFox */
      -webkit-transition-property: color 0.5s;
      /* Safari / Chrome */
      -o-transition-property: color 0.5s;
      /* Opera */
      transition-property: color 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #8ec657;
      font-weight: 400; }
      .mod-documents ul li a:hover, .menu-secondaire ul li a:hover {
        color: #74af3b; }
      .mod-documents ul li a.pdf, .menu-secondaire ul li a.pdf {
        position: relative; }
        .mod-documents ul li a.pdf:after, .menu-secondaire ul li a.pdf:after {
          background: url(../img/pdf.png) no-repeat;
          content: "";
          display: inline-block;
          *display: inline;
          *zoom: 1;
          height: 16px;
          margin-left: 5px;
          width: 16px; }
.mod-documents.protege span, .menu-secondaire.protege span {
  font-weight: 500; }

.mod-sponsors .logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .mod-sponsors .logos div {
    text-align: center;
    margin: 0 0 2em; }
.mod-sponsors .separateur {
  margin-bottom: 2em; }
.mod-sponsors.sponsors_or h2 {
  margin-top: 2em; }
.mod-sponsors.sponsors_or .logos div {
  min-height: 190px;
  width: 30%;
  margin-left: 3%; }
  .mod-sponsors.sponsors_or .logos div img {
    max-width: 100%; }
  @media screen and (max-width: 600px) {
    .mod-sponsors.sponsors_or .logos div {
      width: 45%;
      margin-left: 2.5%; } }
  @media screen and (max-width: 480px) {
    .mod-sponsors.sponsors_or .logos div {
      width: 100%;
      min-height: 10px;
      margin-left: 0; }
      .mod-sponsors.sponsors_or .logos div img {
        max-width: 75%; } }
.mod-sponsors.sponsors_argent .logos div {
  min-height: 90px;
  width: 33%; }
  .mod-sponsors.sponsors_argent .logos div img {
    max-width: 75%; }
  @media screen and (max-width: 600px) {
    .mod-sponsors.sponsors_argent .logos div {
      width: 30%;
      margin-left: 3%; }
      .mod-sponsors.sponsors_argent .logos div img {
        max-width: 75%; } }
  @media screen and (max-width: 480px) {
    .mod-sponsors.sponsors_argent .logos div {
      min-height: 55px;
      width: 45%;
      margin-left: 2.5%; }
      .mod-sponsors.sponsors_argent .logos div img {
        max-width: 95%; } }
@media screen and (max-width: 480px) {
  .mod-sponsors.sponsors_argent h2 {
    margin-top: 2em; } }
.mod-sponsors.sponsors_bronze .logos div {
  min-height: 125px;
  width: 25%; }
  .mod-sponsors.sponsors_bronze .logos div img {
    max-width: 70%; }
  @media screen and (max-width: 768px) {
    .mod-sponsors.sponsors_bronze .logos div {
      width: 40%;
      margin-left: 3%; } }
  @media screen and (max-width: 600px) {
    .mod-sponsors.sponsors_bronze .logos div {
      width: 100%;
      min-height: 65px;
      margin-left: 2.5%; } }
  @media screen and (max-width: 600px) {
    .mod-sponsors.sponsors_bronze .logos div img {
      max-width: 70%;
      text-align: center; } }
.mod-sponsors.sponsors_medias .logos div, .mod-sponsors.exclusive_package_sponsors .logos div {
  width: 45%;
  margin-left: 2.5%;
  min-height: 90px; }
  @media screen and (max-width: 600px) {
    .mod-sponsors.sponsors_medias .logos div, .mod-sponsors.exclusive_package_sponsors .logos div {
      width: 100%;
      margin-left: 0; } }

@media screen and (max-width: 750px) {
  .mod-nouvelles {
    padding: 2rem 0; } }
.mod-nouvelles h2 {
  font-weight: 600;
  margin: 1em 0; }
  @media screen and (max-width: 750px) {
    .mod-nouvelles h2 {
      margin: 0 0 1em; } }
.mod-nouvelles__link {
  text-align: right;
  margin-top: 3rem; }
  @media screen and (max-width: 750px) {
    .mod-nouvelles__link {
      text-align: left; } }
.mod-nouvelles .article {
  border-bottom: 1px solid #dcddde;
  padding: 1.5em 0; }
  .mod-nouvelles .article:last-child {
    border-bottom: none; }
  .mod-nouvelles .article_texte {
    width: 70%;
    float: left; }
    .mod-nouvelles .article_texte .titre {
      font-size: 1.1em;
      font-weight: 400;
      margin: 0.2em 0 0.5em;
      text-transform: inherit; }
      .mod-nouvelles .article_texte .titre a {
        -moz-transition-property: color 0.5s;
        /* FireFox */
        -webkit-transition-property: color 0.5s;
        /* Safari / Chrome */
        -o-transition-property: color 0.5s;
        /* Opera */
        transition-property: color 0.5s;
        /* W3C */
        -moz-transition-duration: 0.5s;
        /* FireFox */
        -webkit-transition-duration: 0.5s;
        /* Safari / Chrome */
        -o-transition-duration: 0.5s;
        /* Opera */
        transition-duration: 0.5s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        color: #02344b; }
        .mod-nouvelles .article_texte .titre a:hover {
          color: black; }
    .mod-nouvelles .article_texte .date {
      font-size: 0.9em;
      color: #87898F;
      font-weight: 200;
      margin: 0.2em 0;
      display: block; }
  .mod-nouvelles .article .titre {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0.5em;
    margin-bottom: .5em;
    text-transform: inherit; }
    .mod-nouvelles .article .titre a {
      -moz-transition-property: color 0.5s;
      /* FireFox */
      -webkit-transition-property: color 0.5s;
      /* Safari / Chrome */
      -o-transition-property: color 0.5s;
      /* Opera */
      transition-property: color 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: #02344b; }
      .mod-nouvelles .article .titre a:hover {
        color: black; }
  .mod-nouvelles .article .date {
    font-size: 1em;
    color: #58595b;
    font-weight: 200;
    margin: 0.2em 0;
    display: block; }
  .mod-nouvelles .article .post-categories {
    padding: 0.5em 0; }
    .mod-nouvelles .article .post-categories li {
      margin-bottom: 0;
      margin: 0em 0 0.9em 0;
      list-style-type: none;
      padding: 0.3em 0.8em;
      background-color: #dcddde;
      display: inline-block;
      border-radius: 5rem;
      -moz-transition-property: background-color;
      /* FireFox */
      -webkit-transition-property: background-color;
      /* Safari / Chrome */
      -o-transition-property: background-color;
      /* Opera */
      transition-property: background-color;
      /* W3C */
      -moz-transition-duration: 0.5ss;
      /* FireFox */
      -webkit-transition-duration: 0.5ss;
      /* Safari / Chrome */
      -o-transition-duration: 0.5ss;
      /* Opera */
      transition-duration: 0.5ss;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
      .mod-nouvelles .article .post-categories li a {
        color: #58595b;
        font-weight: 100;
        font-size: 0.9em;
        letter-spacing: 0.5px; }
      .mod-nouvelles .article .post-categories li:hover {
        background-color: #cbcccd; }
  .mod-nouvelles .article_image {
    max-width: 150px;
    margin: 0 20px 0 0;
    float: left; }
    .mod-nouvelles .article_image img {
      height: auto;
      border: 2px solid #bcbdc0; }
  .mod-nouvelles .article--featured .titre {
    line-height: 1.1; }
    .mod-nouvelles .article--featured .titre a {
      font-weight: 600;
      color: #8ec657; }
.mod-nouvelles.vedette .article {
  border-bottom: none;
  padding: 1.5em 0; }
  .mod-nouvelles.vedette .article .titre {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 500; }
  .mod-nouvelles.vedette .article .date {
    font-size: 0.875em;
    text-transform: uppercase; }
  .mod-nouvelles.vedette .article img {
    margin: 0; }
@media screen and (max-width: 600px) {
  .mod-nouvelles.page .article {
    width: 98%; } }

.category {
  margin: 0 0 30px 0; }
  .category h2 {
    margin-top: 0; }
  .category ul.category__list {
    padding: 0; }
    .category ul.category__list li {
      list-style-type: none;
      border-bottom: 1px solid #bcbdc0;
      margin: 0;
      padding: 12px 0; }
      .category ul.category__list li:last-child {
        border-bottom: none; }
      .category ul.category__list li.current-cat a {
        color: #02344b; }

.pagination {
  text-align: center;
  margin: 2em 0 3em 0;
  position: relative;
  font-weight: 500; }
  .pagination span.page-numbers {
    padding: 0.1em 0.5em;
    color: #8ec657; }
    .pagination span.page-numbers.dots {
      background: none;
      color: #87898F; }
  .pagination a.page-numbers {
    -moz-transition-property: color 0.5s;
    /* FireFox */
    -webkit-transition-property: color 0.5s;
    /* Safari / Chrome */
    -o-transition-property: color 0.5s;
    /* Opera */
    transition-property: color 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.1em 0.5em;
    color: #87898F; }
    .pagination a.page-numbers:hover {
      color: #7a7c83; }
  .pagination.info-alliance {
    margin: 1em 0;
    max-width: 325px; }

.mod-accordeon .accordeon-content {
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #f8f8f9; }
  .mod-accordeon .accordeon-content p {
    font-size: 0.95em;
    margin: 0.5em 0; }
  .mod-accordeon .accordeon-content a {
    float: right;
    margin: 0.5em 0; }
  .mod-accordeon .accordeon-content img {
    margin: 0.5em 0; }
.mod-accordeon .accordeon-header {
  cursor: pointer;
  color: #58595b;
  font-weight: 400; }
  .mod-accordeon .accordeon-header .fa-angle-down, .mod-accordeon .accordeon-header .fa-angle-up {
    color: #58595b;
    font-size: 1.2em;
    margin: 0 0 0 0.5em; }

.mod-slider-texte {
  margin: 3em 0; }
  .mod-slider-texte h2 {
    text-align: center;
    margin: 0 0 1.5em 0; }
  .mod-slider-texte #content1 {
    display: block; }
  .mod-slider-texte.menu {
    margin: 2em 0; }
    .mod-slider-texte.menu h2 {
      text-align: left; }
      .mod-slider-texte.menu h2.pre-legende {
        margin: 0 0 10px; }
    .mod-slider-texte.menu .selection {
      margin: 0 2em 0 0; }
      .mod-slider-texte.menu .selection ul {
        background: none; }
        .mod-slider-texte.menu .selection ul li {
          display: block;
          width: 100%;
          margin: 0.5em 0; }
          .mod-slider-texte.menu .selection ul li a {
            -webkit-box-sizing: border-box;
            /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box;
            /* Firefox, other Gecko */
            box-sizing: border-box;
            /* Opera/IE 8+ */
            -moz-transition-property: background 0.5s;
            /* FireFox */
            -webkit-transition-property: background 0.5s;
            /* Safari / Chrome */
            -o-transition-property: background 0.5s;
            /* Opera */
            transition-property: background 0.5s;
            /* W3C */
            -moz-transition-duration: 0.5s;
            /* FireFox */
            -webkit-transition-duration: 0.5s;
            /* Safari / Chrome */
            -o-transition-duration: 0.5s;
            /* Opera */
            transition-duration: 0.5s;
            /* W3C */
            /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            background: #8ec657;
            border: 2px solid #8ec657;
            padding: 0.5em;
            color: #f8f8f9;
            width: 100%;
            display: block; }
            .mod-slider-texte.menu .selection ul li a.actif {
              background: none;
              border: 2px solid #8ec657;
              color: #58595b; }
            .mod-slider-texte.menu .selection ul li a:hover {
              background: #74af3b;
              border: 2px solid #74af3b; }
    .mod-slider-texte.menu .gauche {
      margin: 0.5em 0 0 0; }
  .mod-slider-texte .selection ul {
    margin: 2em auto;
    padding: 0;
    text-align: center;
    background: url(../img/separateur-slide.png) repeat-x center bottom;
    width: 90%; }
    .mod-slider-texte .selection ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      list-style-type: none;
      padding: 0;
      margin: 0 2%;
      width: 130px; }
      .mod-slider-texte .selection ul li:first-child {
        margin-left: 0; }
      .mod-slider-texte .selection ul li a {
        color: #bcbdc0;
        text-align: center;
        text-transform: uppercase; }
        .mod-slider-texte .selection ul li a .selecteur {
          -moz-transition-property: background 0.5s;
          /* FireFox */
          -webkit-transition-property: background 0.5s;
          /* Safari / Chrome */
          -o-transition-property: background 0.5s;
          /* Opera */
          transition-property: background 0.5s;
          /* W3C */
          -moz-transition-duration: 0.5s;
          /* FireFox */
          -webkit-transition-duration: 0.5s;
          /* Safari / Chrome */
          -o-transition-duration: 0.5s;
          /* Opera */
          transition-duration: 0.5s;
          /* W3C */
          /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
          -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          display: block;
          background: #bcbdc0;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          margin: 1em auto 0 auto; }
        .mod-slider-texte .selection ul li a.actif {
          color: #58595b; }
          .mod-slider-texte .selection ul li a.actif .selecteur {
            background: #8ec657; }
        .mod-slider-texte .selection ul li a:hover .selecteur {
          background: #74af3b; }
  @media screen and (max-width: 650px) {
    .mod-slider-texte {
      margin: 1em 0; }
      .mod-slider-texte .selection ul {
        margin: 0 0 2em 0;
        background: none;
        width: 96%; }
        .mod-slider-texte .selection ul li {
          display: block;
          margin: 0.5em 0;
          width: 100%; }
          .mod-slider-texte .selection ul li a {
            -moz-transition-property: background 0.5s;
            /* FireFox */
            -webkit-transition-property: background 0.5s;
            /* Safari / Chrome */
            -o-transition-property: background 0.5s;
            /* Opera */
            transition-property: background 0.5s;
            /* W3C */
            -moz-transition-duration: 0.5s;
            /* FireFox */
            -webkit-transition-duration: 0.5s;
            /* Safari / Chrome */
            -o-transition-duration: 0.5s;
            /* Opera */
            transition-duration: 0.5s;
            /* W3C */
            /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
            -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            background: #8ec657;
            padding: 0.5em;
            color: #f8f8f9;
            width: 100%;
            display: block; }
            .mod-slider-texte .selection ul li a.actif {
              background: none;
              color: #58595b; }
            .mod-slider-texte .selection ul li a:hover {
              background: #74af3b; }
            .mod-slider-texte .selection ul li a .selecteur {
              display: none; } }

/* MEDIA SOCIAUX */
.meta-nav .socialmedia {
  float: right; }
  .meta-nav .socialmedia ul {
    margin: 0.9em 0;
    padding: 0; }
  .meta-nav .socialmedia ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 18px; }
    .meta-nav .socialmedia ul li i {
      -moz-transition-property: color 0.5s;
      /* FireFox */
      -webkit-transition-property: color 0.5s;
      /* Safari / Chrome */
      -o-transition-property: color 0.5s;
      /* Opera */
      transition-property: color 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      color: white;
      font-size: 1.3em; }
    .meta-nav .socialmedia ul li:hover i {
      color: #bcbdc0; }
  @media screen and (max-width: 375px) {
    .meta-nav .socialmedia {
      float: none;
      clear: both;
      display: none; } }

.bloc-twitter {
  background: #164961;
  min-height: 60px; }
  .bloc-twitter .bx-wrapper {
    float: left;
    width: 95%; }
  .bloc-twitter .contenant {
    padding: 1em 0.5em; }
  .bloc-twitter .ico_twitter {
    float: left;
    width: 30px;
    height: 24px;
    display: inline-block;
    margin-right: 20px;
    background: url("../img/ico_twitter.png") no-repeat center center; }
  .bloc-twitter .kebo-tweets.list {
    float: left;
    width: 95%; }
    .bloc-twitter .kebo-tweets.list .ktweet {
      margin: 0;
      padding: 0;
      border-bottom: none; }
      .bloc-twitter .kebo-tweets.list .ktweet .kmeta, .bloc-twitter .kebo-tweets.list .ktweet .kfooter {
        display: none; }
      .bloc-twitter .kebo-tweets.list .ktweet .ktext {
        display: inline-block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        min-height: auto;
        color: #fff;
        margin: 5px 0 0 0;
        transition: border-color .5s; }
        @media (max-width: 1024px) {
          .bloc-twitter .kebo-tweets.list .ktweet .ktext {
            border-bottom: none; } }
        .bloc-twitter .kebo-tweets.list .ktweet .ktext:hover {
          border-color: rgba(255, 255, 255, 0.65); }
        .bloc-twitter .kebo-tweets.list .ktweet .ktext a {
          color: #fff;
          text-decoration: underline;
          font-weight: normal; }

.home .infoall-mag {
  padding-top: 25px; }

/* FOOTER */
.bande-footer {
  position: relative; }
  .bande-footer__cta {
    background-color: #8ec657; }
    .bande-footer__cta .contenant {
      padding: 1em 2%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .bande-footer__cta a {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        .bande-footer__cta a {
          display: block; } }
    .bande-footer__cta__titre {
      display: inline-block;
      font-weight: 400;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-size: 1.5em;
      margin: 0;
      margin-top: 0;
      color: white;
      margin-right: 10px; }
    .bande-footer__cta i {
      font-size: 2.3em;
      background-color: white;
      color: #8ec657;
      margin-top: 0;
      -moz-transition-property: background 0.5s;
      /* FireFox */
      -webkit-transition-property: background 0.5s;
      /* Safari / Chrome */
      -o-transition-property: background 0.5s;
      /* Opera */
      transition-property: background 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
      .bande-footer__cta i:hover {
        background: #e6e6e6; }
  .bande-footer .coordonnees {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap; }
    .bande-footer .coordonnees * {
      box-sizing: border-box; }
    .bande-footer .coordonnees__infolettre {
      flex: 0 0 60%;
      width: 60%;
      padding-left: calc((100vw - 1000px) / 2);
      padding-right: 4rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      background: url(../img/newsletter_bkg-img.jpg) no-repeat center center/cover;
      color: white; }
      @media screen and (max-width: 800px) {
        .bande-footer .coordonnees__infolettre {
          padding: 2rem 4rem;
          flex: 0 0 100%;
          width: 100%;
          text-align: center; } }
      .bande-footer .coordonnees__infolettre__title {
        width: 430px; }
      .bande-footer .coordonnees__infolettre__desc {
        max-width: 430px;
        margin-bottom: 2rem;
        font-weight: 400; }
        @media screen and (max-width: 800px) {
          .bande-footer .coordonnees__infolettre__desc {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0;
            text-align: center;
            padding: 1rem; } }
      .bande-footer .coordonnees__infolettre__form input[type="email"] {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 0.45em 0;
        width: 100%;
        max-width: 350px;
        color: white;
        font-weight: 400;
        font-size: 1.1em;
        margin: 0 0 0.5em;
        border: 0;
        outline: 0;
        border-bottom: 2px solid white;
        border-radius: 0;
        background-color: transparent; }
        .bande-footer .coordonnees__infolettre__form input[type="email"]::placeholder {
          color: white;
          font-weight: 400;
          font-size: 0.9em; }
        .bande-footer .coordonnees__infolettre__form input[type="email"]:focus {
          outline: 0; }
      .bande-footer .coordonnees__infolettre__form input[type="submit"] {
        background-color: white;
        color: #02344b;
        border: 0; }
        @media screen and (max-width: 768px) {
          .bande-footer .coordonnees__infolettre__form input[type="submit"] {
            margin-top: 2rem; } }
    .bande-footer .coordonnees__menu-footer {
      padding-right: calc((100vw - 1000px) / 2);
      flex: 0 0 40%;
      flex-basis: 40%;
      width: 40%;
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 6rem;
      display: flex;
      background-color: #02344b; }
      @media screen and (max-width: 800px) {
        .bande-footer .coordonnees__menu-footer {
          flex: 0 0 100%;
          width: 100%;
          padding: 2rem 4rem;
          text-align: center;
          justify-content: center; } }
      .bande-footer .coordonnees__menu-footer .menu-pied-de-page-fr0-container {
        margin: auto; }
      .bande-footer .coordonnees__menu-footer ul {
        margin: auto;
        padding: 0; }
        .bande-footer .coordonnees__menu-footer ul li {
          list-style-type: none;
          padding: 0.25rem 0; }
          .bande-footer .coordonnees__menu-footer ul li a {
            color: white;
            font-size: 1.1em;
            font-weight: 400; }
          .bande-footer .coordonnees__menu-footer ul li:hover a {
            color: #cccccc; }
  .bande-footer .footer__upper {
    padding: 2rem 0;
    background: #f8f8f9;
    text-align: center; }
  .bande-footer .footer__lower {
    background-color: #c5d2d7;
    padding: 1.5rem 0;
    position: relative;
    font-size: 0.875em;
    color: #58595b;
    text-align: center; }
    .bande-footer .footer__lower__credit {
      color: white;
      display: inline-block;
      margin-bottom: 0; }
      @media screen and (max-width: 650px) {
        .bande-footer .footer__lower__credit {
          display: block;
          text-align: center;
          margin: 1rem 0; } }
    .bande-footer .footer__lower__politique {
      margin-right: 1rem;
      color: #02344b;
      font-size: 0.95em;
      display: inline-block; }
      .bande-footer .footer__lower__politique:hover {
        text-decoration: underline; }
      @media screen and (max-width: 650px) {
        .bande-footer .footer__lower__politique {
          display: block;
          text-align: center;
          margin-right: 0; } }
    .bande-footer .footer__lower__dds {
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 650px) {
        .bande-footer .footer__lower__dds {
          position: inherit;
          text-align: center;
          left: 0;
          right: 0; } }
  @media screen and (max-width: 650px) {
    .bande-footer .coordonnees .logo-petit {
      display: none; }
    .bande-footer .coordonnees .infolettre {
      float: none;
      max-width: 98%;
      text-align: center;
      margin: 0 0 2.5em 0; }
      .bande-footer .coordonnees .infolettre ul li.courriel input {
        display: block;
        margin: 0 auto 1em;
        width: 100%; }
      .bande-footer .coordonnees .infolettre .button {
        float: none;
        margin-left: 0; }
    .bande-footer .coordonnees .adresse {
      float: none;
      width: 100%;
      text-align: center; } }

.mod-formulaire {
  /*Permettre au formulaire d'être foncé*/
  /* Formulaire de connexion de l'entête */
  /*Formulaire de connexion dans les pages sécurisées*/
  /*Formulaire pour l'oubli de mot de passe */
  /*Formulaire de recherche dans la carte interactive*/ }
  .mod-formulaire p {
    float: left;
    margin-left: 20px; }
    .mod-formulaire p:first-child {
      margin: 0; }
    @media screen and (max-width: 480px) {
      .mod-formulaire p {
        width: 100%;
        margin: 0 0 10px; }
        .mod-formulaire p:first-child {
          margin: 0 0 10px; } }
  .mod-formulaire i {
    margin-right: 0.5em; }
  .mod-formulaire input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0.45em;
    width: 100%;
    max-width: 250px;
    background: #f8f8f9;
    border: 1px solid #dddde1;
    color: #87898F;
    font-weight: 200;
    font-size: 0.9em;
    margin: 0 0 0.5em; }
    .mod-formulaire input:focus {
      outline: 0; }
    @media screen and (max-width: 480px) {
      .mod-formulaire input {
        display: block;
        margin: 0 auto;
        float: none; } }
    .mod-formulaire input[type='submit'] {
      -moz-transition-property: background 0.5s;
      /* FireFox */
      -webkit-transition-property: background 0.5s;
      /* Safari / Chrome */
      -o-transition-property: background 0.5s;
      /* Opera */
      transition-property: background 0.5s;
      /* W3C */
      -moz-transition-duration: 0.5s;
      /* FireFox */
      -webkit-transition-duration: 0.5s;
      /* Safari / Chrome */
      -o-transition-duration: 0.5s;
      /* Opera */
      transition-duration: 0.5s;
      /* W3C */
      /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
      -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      background: #f8f8f9;
      color: #87898F;
      text-transform: uppercase;
      border-radius: 5px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 0.875em;
      margin-left: 20px;
      padding: 0.5em 1em;
      border: none;
      font-weight: 400;
      width: inherit; }
      .mod-formulaire input[type='submit']:hover {
        background: #dcddde; }
      .mod-formulaire input[type='submit'].vert {
        background: #8ec657;
        color: #f8f8f9; }
        .mod-formulaire input[type='submit'].vert:hover {
          background: #74af3b; }
  .mod-formulaire label {
    display: none; }
  .mod-formulaire legend {
    display: inline;
    float: left; }
  .mod-formulaire.fonce input {
    background: #414142;
    color: #f8f8f9;
    border: none; }
  .mod-formulaire.fonce .bouton, .mod-formulaire.fonce .button {
    -moz-transition-property: background 0.5s;
    /* FireFox */
    -webkit-transition-property: background 0.5s;
    /* Safari / Chrome */
    -o-transition-property: background 0.5s;
    /* Opera */
    transition-property: background 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #f8f8f9;
    color: #87898F; }
    .mod-formulaire.fonce .bouton:hover, .mod-formulaire.fonce .button:hover {
      background: #dcddde; }
  @media screen and (max-width: 480px) {
    .mod-formulaire.connexion {
      position: relative;
      float: none;
      left: 0;
      margin-left: 0; } }
  .mod-formulaire.connexion .go-btn {
    -moz-transition-property: background 0.5s;
    /* FireFox */
    -webkit-transition-property: background 0.5s;
    /* Safari / Chrome */
    -o-transition-property: background 0.5s;
    /* Opera */
    transition-property: background 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #cedd6b;
    border: medium none;
    border-radius: 50%;
    color: #000000;
    float: left;
    font-weight: 600;
    padding: 0.1em 0.7em 0.3em;
    width: inherit;
    margin: 0.2em 0 0 2em; }
    .mod-formulaire.connexion .go-btn:hover {
      background: #c0d342; }
    @media screen and (max-width: 480px) {
      .mod-formulaire.connexion .go-btn {
        position: absolute;
        right: 43%;
        margin: 0 -100px 0 0;
        bottom: 3px; } }
  .mod-formulaire.connexion input {
    float: left;
    background: #414142;
    color: #f8f8f9;
    border: none; }
    @media screen and (max-width: 480px) {
      .mod-formulaire.connexion input {
        float: none; } }
  .mod-formulaire.connexion p {
    margin-bottom: 0; }
  .mod-formulaire.securise {
    text-align: center;
    padding: 0 0.5em 2em; }
    .mod-formulaire.securise .error {
      text-align: center;
      float: none;
      margin: 0 0 1em 0;
      color: #f91641; }
    .mod-formulaire.securise .connexion {
      margin: 0 auto;
      max-width: 460px; }
      .mod-formulaire.securise .connexion input {
        background: #f8f8f9;
        border: 1px solid #dddde1;
        color: #87898F; }
        .mod-formulaire.securise .connexion input:focus {
          border: solid 1px #cfcfd6;
          outline: 0; }
        .mod-formulaire.securise .connexion input.go-btn {
          background: #cedd6b;
          border: medium none;
          color: #f8f8f9; }
          .mod-formulaire.securise .connexion input.go-btn:hover {
            background: #c0d342; }
      @media screen and (max-width: 480px) {
        .mod-formulaire.securise .connexion {
          position: relative;
          float: none;
          left: 0;
          margin-left: 0; }
          .mod-formulaire.securise .connexion input {
            margin: 0.5em auto; }
            .mod-formulaire.securise .connexion input.go-btn {
              margin: 0 -100px 0 0;
              bottom: 11px; } }
    .mod-formulaire.securise .oubli {
      color: #8ec657;
      font-size: 0.875em;
      font-weight: 200;
      padding: 0.5em 0; }
      .mod-formulaire.securise .oubli:hover {
        color: #74af3b; }
  .mod-formulaire.oubli-password {
    margin: 2em 0 0 0; }
    .mod-formulaire.oubli-password p {
      float: none; }
      .mod-formulaire.oubli-password p input {
        width: 300px; }
        .mod-formulaire.oubli-password p input.bouton {
          width: inherit;
          margin: 0 auto;
          float: none; }
  .mod-formulaire.carte p {
    float: none; }
  .mod-formulaire.carte input {
    max-width: 225px;
    float: left;
    border: 1px solid transparent; }
    .mod-formulaire.carte input[type='submit'] {
      margin-left: 0.5em; }

/** Styles **/
.page {
  position: relative;
  height: 100%;
  width: 100%; }
  .page.carte-interactive .mod-carte, .page.carte-interactive .mod-carte-contact {
    top: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .page.carte-interactive .mod-carte.mod-carte-inter, .page.carte-interactive .mod-carte-contact.mod-carte-inter {
        width: 94%;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .page.carte-interactive .mod-carte.mod-carte-inter #carte, .page.carte-interactive .mod-carte-contact.mod-carte-inter #carte {
        min-height: 350px;
        width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 480px) {
      .page.carte-interactive .mod-carte.mod-carte-inter #carte, .page.carte-interactive .mod-carte-contact.mod-carte-inter #carte {
        width: 90%; } }
    .page.carte-interactive .mod-carte .rond-contact, .page.carte-interactive .mod-carte-contact .rond-contact {
      position: absolute;
      background: #02344b;
      color: white;
      text-align: center;
      border-radius: 50%;
      z-index: 1;
      height: 240px;
      width: 240px;
      left: 50%;
      line-height: 1.2;
      font-weight: 200;
      margin-left: -120px;
      top: 25%; }
      .page.carte-interactive .mod-carte .rond-contact.cache, .page.carte-interactive .mod-carte-contact .rond-contact.cache {
        display: none; }
      .page.carte-interactive .mod-carte .rond-contact span, .page.carte-interactive .mod-carte-contact .rond-contact span {
        display: block;
        font-size: 0.875em; }
      .page.carte-interactive .mod-carte .rond-contact h2, .page.carte-interactive .mod-carte-contact .rond-contact h2 {
        color: white;
        padding: 1.8em 0 0 0; }
      .page.carte-interactive .mod-carte .rond-contact a, .page.carte-interactive .mod-carte-contact .rond-contact a {
        color: #8ec657; }
    .page.carte-interactive .mod-carte #carte, .page.carte-interactive .mod-carte-contact #carte {
      width: 100%;
      height: 100%;
      min-height: 570px; }
    .page.carte-interactive .mod-carte.pleine, .page.carte-interactive .mod-carte-contact.pleine {
      left: 0;
      width: 100%; }
  .page.carte-interactive .mod-carte-contact #carte {
    min-height: 300px; }
  .page.carte-interactive .mod-menu {
    position: relative;
    text-align: center;
    z-index: 1; }
    .page.carte-interactive .mod-menu a {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      margin: 10px 20px 25px;
      min-width: 95px; }
    .page.carte-interactive .mod-menu header {
      margin-bottom: 2em; }
  .page.carte-interactive .mod-formulaire {
    margin: 0.9em auto 0 auto;
    width: 36%; }
    @media screen and (max-width: 1024px) {
      .page.carte-interactive .mod-formulaire {
        width: 353px; }
        .page.carte-interactive .mod-formulaire input {
          float: left; } }
    @media screen and (max-width: 686px) {
      .page.carte-interactive .mod-formulaire {
        margin: 0.9em 0; } }
    @media screen and (max-width: 480px) {
      .page.carte-interactive .mod-formulaire p {
        width: auto; }
      .page.carte-interactive .mod-formulaire input[type='submit'] {
        clear: both;
        margin: 15px 0 0; } }
    .page.carte-interactive .mod-formulaire input[type='text'] {
      background: #dcddde;
      color: #58595b; }
      .page.carte-interactive .mod-formulaire input[type='text']:focus {
        border: 1px solid #bcbdc0; }
  .page.carte-interactive .mod-categories {
    padding-left: 0;
    padding-top: 1em;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .page.carte-interactive .mod-categories {
        margin: 0.5em 0 0;
        width: 100%; } }
    @media screen and (max-width: 650px) {
      .page.carte-interactive .mod-categories {
        text-align: left; }
        .page.carte-interactive .mod-categories li {
          width: 48%; } }
    @media screen and (max-width: 480px) {
      .page.carte-interactive .mod-categories li {
        width: 100%; } }
    .page.carte-interactive .mod-categories li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      list-style-type: none;
      margin: 0.5em auto; }
      .page.carte-interactive .mod-categories li a {
        -moz-transition-property: color 0.4s;
        /* FireFox */
        -webkit-transition-property: color 0.4s;
        /* Safari / Chrome */
        -o-transition-property: color 0.4s;
        /* Opera */
        transition-property: color 0.4s;
        /* W3C */
        -moz-transition-duration: 0.5s;
        /* FireFox */
        -webkit-transition-duration: 0.5s;
        /* Safari / Chrome */
        -o-transition-duration: 0.5s;
        /* Opera */
        transition-duration: 0.5s;
        /* W3C */
        /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        color: #58595b;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 100%;
        text-decoration: none;
        padding: 10px 5% 10px 65px;
        position: relative; }
        .page.carte-interactive .mod-categories li a i {
          display: block;
          height: 48px;
          left: 0;
          margin: -15px 0.5em;
          position: absolute;
          width: 48px; }
        .page.carte-interactive .mod-categories li a span {
          border-radius: 5px;
          padding: 6px 5%;
          margin: 0 0 0 -5px; }
        .page.carte-interactive .mod-categories li a.actif, .page.carte-interactive .mod-categories li a:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.bleu i {
          background: url(../img/sprite-icone-carte-m.png) 0 0 no-repeat; }
        .page.carte-interactive .mod-categories li a.bleu:hover {
          color: #68c2db; }
        .page.carte-interactive .mod-categories li a.bleu.actif:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.bleu.actif span {
          background-color: #68c2db; }
        .page.carte-interactive .mod-categories li a.orange i {
          background: url(../img/sprite-icone-carte-m.png) -92px 0 no-repeat; }
        .page.carte-interactive .mod-categories li a.orange:hover {
          color: #f8a43f; }
        .page.carte-interactive .mod-categories li a.orange.actif:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.orange.actif span {
          background-color: #f8a43f; }
        .page.carte-interactive .mod-categories li a.mauve i {
          background: url(../img/sprite-icone-carte-m.png) -178px 0 no-repeat; }
        .page.carte-interactive .mod-categories li a.mauve:hover {
          color: #815188; }
        .page.carte-interactive .mod-categories li a.mauve.actif:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.mauve.actif span {
          background-color: #815188; }
        .page.carte-interactive .mod-categories li a.rouge i {
          background: url(../img/sprite-icone-carte-m.png) -270px 0 no-repeat; }
        .page.carte-interactive .mod-categories li a.rouge:hover {
          color: #c83a3f; }
        .page.carte-interactive .mod-categories li a.rouge.actif:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.rouge.actif span {
          background-color: #c83a3f; }
        .page.carte-interactive .mod-categories li a.vert i {
          background: url(../img/sprite-icone-carte-m.png) -361px 0 no-repeat; }
        .page.carte-interactive .mod-categories li a.vert:hover {
          color: #2a7c3f; }
        .page.carte-interactive .mod-categories li a.vert.actif:hover {
          color: #ffffff; }
        .page.carte-interactive .mod-categories li a.vert.actif span {
          background-color: #2a7c3f; }
  .page.carte-interactive .mod-infos {
    color: black;
    background: #f8f8f9;
    box-shadow: 1px 1px 4px #bcbdc0;
    position: relative;
    padding: 1em 0; }
    .page.carte-interactive .mod-infos .contenu {
      padding: 2.5%;
      position: relative; }
      .page.carte-interactive .mod-infos .contenu .titre {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 1.5em;
        color: #58595b;
        text-align: center; }
      .page.carte-interactive .mod-infos .contenu .logo-participant {
        text-align: center;
        display: block;
        margin: 1em 0 2em 0; }
      .page.carte-interactive .mod-infos .contenu .separateur {
        background: url("../img/separateur.png") no-repeat center -52px;
        height: 20px;
        width: 80%;
        display: block;
        margin: 0 auto 1em auto; }
      .page.carte-interactive .mod-infos .contenu .description {
        font-size: 0.875em;
        min-height: 110px;
        float: left; }
        .page.carte-interactive .mod-infos .contenu .description .info {
          width: 50%;
          float: left; }
          .page.carte-interactive .mod-infos .contenu .description .info .titre-depuis {
            display: block;
            font-size: 1.2em;
            font-weight: 500;
            margin: 0 0 0.5em;
            text-transform: uppercase;
            color: #58595b; }
        .page.carte-interactive .mod-infos .contenu .description .resultats {
          width: 30%;
          float: left;
          margin: 0 0 0 5%; }
          .page.carte-interactive .mod-infos .contenu .description .resultats .titre-resultat {
            display: block;
            font-size: 1.2em;
            font-weight: 500;
            margin: 0 0 0.5em;
            text-transform: uppercase;
            color: #58595b; }
            .page.carte-interactive .mod-infos .contenu .description .resultats .titre-resultat.verification {
              margin: 20px 0 10px 0; }
        @media screen and (max-width: 580px) {
          .page.carte-interactive .mod-infos .contenu .description .info, .page.carte-interactive .mod-infos .contenu .description .resultats {
            float: none;
            width: 95%;
            margin: 2em 0 0 0; } }
  .page.carte-interactive .lien {
    margin: 0.5em 0; }
  .page.carte-interactive .btn-fermer {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition-property: background-color 0.5s;
    /* FireFox */
    -webkit-transition-property: background-color 0.5s;
    /* Safari / Chrome */
    -o-transition-property: background-color 0.5s;
    /* Opera */
    transition-property: background-color 0.5s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 0.3em 0.5em;
    background: #8ec657;
    float: right;
    margin: 0.5em;
    position: relative;
    z-index: 2; }
    .page.carte-interactive .btn-fermer:hover {
      background-color: #74af3b;
      color: white; }

.liste-magazines {
  border-bottom: 1px solid #DCDDDE;
  margin: 0 auto;
  padding: 0.6em 0;
  width: 60%;
  text-align: left; }
  .liste-magazines p {
    margin: 1em; }
  @media screen and (max-width: 600px) {
    .liste-magazines {
      width: 100%; }
      .liste-magazines ul {
        padding: 10px 15px 0 15px; } }
  .liste-magazines .titre-mag a {
    color: #8ec657; }

.organigramme {
  float: left;
  text-align: center;
  width: 100%; }
  .organigramme .titre-organigramme {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase; }
  .organigramme p {
    margin: 5px 0; }
  .organigramme ul {
    float: left;
    padding: 0;
    width: 100%; }
    .organigramme ul li {
      clear: both;
      float: left;
      font-size: 16px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      list-style-type: none;
      position: relative;
      margin: 0 0 15px;
      width: 100%; }
      .organigramme ul li span {
        border: 1px solid #8ec657;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 5px 0;
        position: relative;
        width: 100%; }
      .organigramme ul li ul li {
        font-size: 14px; }
        .organigramme ul li ul li span {
          border: 1px solid #BCBDC0; }
  .organigramme .prochain-niveau {
    color: #8ec657;
    font-size: 1.5em;
    margin: 0; }

.lte8 .entete .intro .logo {
  background: url("../img/fond-logo-trans.png") repeat; }

/* Forms gravity forms*/
.page-template-page-membres-accordeon-php .contenant-form .gform_wrapper ul li {
  min-height: 75px; }

.ui-datepicker tbody tr, .ui-datepicker thead {
  border-bottom: 1px solid #bbb; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial,sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0; }

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 ); }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0; }

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/*.contenant-form{*/
/*p{
	max-width:700px;
}*/
.gform_title {
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 40px 0; }

.gform_wrapper {
  margin: 20px 0 0; }
  .gform_wrapper form {
    max-width: 666px;
    width: 100%; }
  .gform_wrapper .titre-vert {
    color: #8ec657; }
  .gform_wrapper .instruction {
    font-style: italic;
    color: #87898F;
    font-size: 13px; }
  .gform_wrapper ul {
    padding: 0; }
    .gform_wrapper ul li {
      display: block;
      float: left;
      list-style-type: none;
      margin: 2% 1%;
      min-height: 100px;
      width: 48%; }
      .gform_wrapper ul li ul li {
        min-height: 0; }
      @media only screen and (max-width: 480px) {
        .gform_wrapper ul li {
          width: 100%; } }
      .gform_wrapper ul li:nth-child(2n) {
        /*margin-left:4%;*/ }
        @media only screen and (max-width: 480px) {
          .gform_wrapper ul li:nth-child(2n) {
            margin-left: 0; } }
      .gform_wrapper ul li.gfield_html {
        min-height: 0; }
        .gform_wrapper ul li.gfield_html > h3 {
          font-weight: 700;
          border-bottom: 1px solid #414142;
          color: #414142;
          padding-bottom: 10px;
          margin: 0; }
      .gform_wrapper ul li .gsection_title {
        margin: 0;
        color: #8ec657;
        padding: 20px 0;
        border-top: #8ec657 1px solid;
        border-bottom: #8ec657 1px solid;
        margin: 0;
        min-height: 100%;
        margin-bottom: 40px; }
      .gform_wrapper ul li.titre-2 > label {
        color: #164961;
        font-weight: 700; }
      .gform_wrapper ul li.titre-3 > label {
        color: #164961;
        font-style: italic; }
      .gform_wrapper ul li.titre-4 > label {
        color: #87898F;
        border-bottom: 1px solid #87898F;
        padding-bottom: 5px;
        font-style: italic; }
      .gform_wrapper ul li.terms .gfield_description {
        font-size: 13px; }
      .gform_wrapper ul li.terms li {
        width: 100%;
        margin-top: 20px; }
      .gform_wrapper ul li.clear {
        clear: both;
        margin-left: 0; }
      .gform_wrapper ul li.full-width {
        margin-left: 0;
        width: 100%; }
      .gform_wrapper ul li.textarea, .gform_wrapper ul li.full {
        margin-left: 0;
        width: 75%; }
        @media only screen and (max-width: 480px) {
          .gform_wrapper ul li.textarea, .gform_wrapper ul li.full {
            width: 100%; } }
      .gform_wrapper ul li.left {
        margin-left: 0; }
      .gform_wrapper ul li.right {
        margin-left: 4%; }
        @media only screen and (max-width: 480px) {
          .gform_wrapper ul li.right {
            margin-left: 0; } }
      .gform_wrapper ul li.hidden-label label {
        display: none; }
      .gform_wrapper ul li.hidden-label ul li label {
        display: inline; }
      .gform_wrapper ul li.hidden-label .gfield_description {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        max-width: 500px; }
      .gform_wrapper ul li.boxes {
        margin-left: 0;
        width: 100%; }
        .gform_wrapper ul li.boxes ul li {
          clear: both;
          margin: 0 0 10px;
          width: auto; }
          .gform_wrapper ul li.boxes ul li input {
            float: left;
            position: relative;
            top: 3px; }
          .gform_wrapper ul li.boxes ul li label {
            font-weight: 100;
            float: left;
            margin: 0 0 0 5px;
            font-size: 14px; }
      .gform_wrapper ul li .gfield_required {
        color: #c83a3f;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 0 0 5px; }
      .gform_wrapper ul li .gfield_description {
        font-family: "roboto", sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: 100;
        margin: 0 0 5px; }
        .gform_wrapper ul li .gfield_description.validation_message {
          clear: both;
          color: #c83a3f;
          font-style: normal;
          margin: 5px 0 0; }
      .gform_wrapper ul li p {
        font-size: 16px;
        font-weight: 100;
        font-family: "roboto", sans-serif; }
      .gform_wrapper ul li label {
        display: block;
        font-family: "roboto", sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 8px; }
      .gform_wrapper ul li input {
        border: 1px solid #bcbdc0;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 14px;
        font-family: "roboto", sans-serif;
        font-weight: 100;
        padding: 9px 6px; }
      .gform_wrapper ul li select {
        font-family: "roboto", sans-serif; }
      .gform_wrapper ul li input[type="text"], .gform_wrapper ul li textarea {
        width: 100%; }
      .gform_wrapper ul li textarea {
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        border: 1px solid #bcbdc0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-family: "roboto", sans-serif;
        padding: 9px 6px;
        resize: none; }
      .gform_wrapper ul li img {
        max-width: 400px; }
        @media only screen and (max-width: 480px) {
          .gform_wrapper ul li img {
            max-width: 100%; } }
  .gform_wrapper input[type="submit"] {
    -moz-transition-property: background-color;
    /* FireFox */
    -webkit-transition-property: background-color;
    /* Safari / Chrome */
    -o-transition-property: background-color;
    /* Opera */
    transition-property: background-color;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #8ec657;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    clear: both;
    color: #fff;
    font-family: "roboto", sans-serif;
    padding: 9px 20px;
    margin-bottom: 2em; }
    .gform_wrapper input[type="submit"]:hover {
      background-color: #74af3b; }
  .gform_wrapper input[type="text"].datepicker {
    width: 25%; }
  .gform_wrapper .validation_error {
    color: #c83a3f;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 30px; }
    .gform_wrapper .validation_error code {
      font-family: "roboto", sans-serif; }
  .gform_wrapper .ginput_product_price_label {
    display: none; }
  .gform_wrapper .ginput_container span {
    font-family: "roboto", sans-serif;
    font-weight: 100; }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    /*width:37%;*/ }
    .gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_radio li input {
      position: relative;
      top: 2px;
      margin: 0 5px 0 0;
      float: left; }
    .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
      display: inline;
      font-weight: 100; }

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #8ec657;
  font-size: 16px;
  font-family: "roboto", sans-serif;
  font-weight: 400; }
  .gform_confirmation_wrapper .gform_confirmation_message code {
    color: #8ec657;
    font-size: 16px;
    font-family: "roboto", sans-serif;
    font-weight: 400; }

.gfield.un-par-ligne .gfield_checkbox li {
  width: 100%; }

.list-links-form {
  list-style-type: none;
  padding: 0; }
  .list-links-form li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 10px; }
    .list-links-form li:first-child {
      margin-left: 0; }

.form-paypal {
  display: none; }

.legende {
  padding: 0; }
  .legende li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style-type: none;
    margin-left: 30px; }
    .legende li:first-child {
      margin-left: 0; }
    .legende li .cercle {
      top: 4px; }

.cercle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: 0;
  width: 15px; }
  .cercle.cercle-bleu {
    background-color: #41a1d7; }
  .cercle.cercle-vert {
    background-color: #8ec657; }

.objectif {
  font-weight: 200;
  font-size: 18px;
  margin: 0 0 20px; }

.lien {
  position: relative; }

.chargement {
  background: url(../img/loading.gif) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 40px;
  left: -55px;
  width: 40px;
  top: -10px;
  position: absolute; }

.form-result {
  margin: 0 0 40px; }

.icon-search {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  height: 20px;
  margin-left: 15px;
  position: relative;
  top: 16px;
  width: 20px;
  outline: 0; }
  .icon-search i {
    color: white;
    font-size: 1.1em;
    -moz-transition-property: background-color 0.2s;
    /* FireFox */
    -webkit-transition-property: background-color 0.2s;
    /* Safari / Chrome */
    -o-transition-property: background-color 0.2s;
    /* Opera */
    transition-property: background-color 0.2s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (max-width: 768px) {
      .icon-search i {
        font-size: 1.3em; } }
  .icon-search:hover i {
    color: #02344b; }
  .icon-search:focus {
    outline: 0; }
  @media screen and (max-width: 850px) {
    .icon-search {
      clear: both; } }
  @media screen and (max-width: 480px) {
    .icon-search {
      /*position:absolute;
      top:10px;
      right:20px;*/ } }

.formulaire-recherche {
  background-color: rgba(22, 73, 97, 0.75);
  display: none;
  float: right;
  padding: 10px;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0; }
  @media screen and (max-width: 375px) {
    .formulaire-recherche {
      top: 49px; } }
  .formulaire-recherche form {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 5px; }
    @media screen and (max-width: 480px) {
      .formulaire-recherche form {
        justify-content: center; } }
  .formulaire-recherche label {
    position: absolute;
    visibility: hidden; }
  .formulaire-recherche input[type='text'] {
    border: 0;
    font-size: 0.95em;
    font-weight: 200;
    width: 275px;
    color: white;
    outline: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    background-color: transparent;
    padding: 0 0 7px 0; }
    .formulaire-recherche input[type='text']::placeholder {
      color: white;
      font-size: 0.95em; }
  .formulaire-recherche button[type='submit'] {
    -moz-transition-property: color 0.4s;
    /* FireFox */
    -webkit-transition-property: color 0.4s;
    /* Safari / Chrome */
    -o-transition-property: color 0.4s;
    /* Opera */
    transition-property: color 0.4s;
    /* W3C */
    -moz-transition-duration: 0.5s;
    /* FireFox */
    -webkit-transition-duration: 0.5s;
    /* Safari / Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    transition-duration: 0.5s;
    /* W3C */
    /* linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(n,n,n,n); */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #8ec657;
    color: white;
    border: 0;
    border-radius: 100%; }
    .formulaire-recherche button[type='submit'] i {
      font-size: 1.8em;
      margin: 0;
      padding: 0;
      width: 18px;
      height: 19px; }
    .formulaire-recherche button[type='submit']:hover {
      background-color: #74af3b; }

/* Page équipe */
.page-equipe .mod-trois {
  margin: 0 0 2em; }
  .page-equipe .mod-trois .bloc {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .page-equipe .mod-trois .bloc {
        margin: 1em 2%;
        width: 45%; } }
    @media screen and (max-width: 480px) {
      .page-equipe .mod-trois .bloc {
        margin: 1em 0;
        width: 100%; } }

/* Partenaires */
.partners-search {
  margin-bottom: 20px; }
  .partners-search .indic li {
    font-size: 13px;
    width: 45%;
    margin: 2%; }
  .partners-search h2 {
    text-align: center;
    color: #8ec657; }
  .partners-search .titles-partners > h2 {
    float: left;
    margin-top: 7px; }
  .partners-search .titles-partners > span {
    float: right; }
  .partners-search .search-call {
    /*border-radius: 5px;*/
    background-color: #164961;
    color: #fff;
    margin: 0 auto;
    padding: 5px 20px 12px;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 100;
    width: 100%; }
    .partners-search .search-call i {
      float: none;
      display: inline-block;
      margin: 0 10px 0 0;
      width: 20px;
      height: 20px;
      position: relative;
      top: 4px; }
      .partners-search .search-call i.icon-check {
        background: url(../img/check.png) no-repeat; }
    .partners-search .search-call:hover {
      /*@include transition (color 0.5s);
      background-color: lighten(#414142,15%);*/ }
  .partners-search ul {
    padding: 0; }
    .partners-search ul li {
      list-style-type: none;
      padding: 0;
      float: left;
      margin: 0 2% 2%;
      width: 25%; }
  .partners-search .container {
    background: #f8f8f9;
    padding: 20px;
    /*display:none;
    margin-top:20px;*/ }
  .partners-search #recherche-indic {
    background: #888;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    padding: 0.5em 1em;
    border: none;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    width: inherit; }
    .partners-search #recherche-indic:hover {
      background: #C0C0C0; }
  .partners-search h3 {
    font-size: 1.6em;
    font-weight: 400;
    color: #58595b; }

/* Accordéon style 2 */
.acc-partners .acc-header {
  cursor: pointer;
  color: #58595b;
  font-weight: 400; }
  .acc-partners .acc-header .fa-angle-down, .acc-partners .acc-header .fa-angle-up {
    color: #58595b;
    font-size: 1.2em;
    margin: 0 0 0 0.5em; }
.acc-partners img.logo-partner {
  display: block;
  /* width: 60%; */
  margin: 0 auto 20px; }
.acc-partners .hideble {
  display: none;
  background: #f8f8f9;
  padding: 20px; }

.distinctions {
  padding: 0;
  margin-top: 20px; }
  .distinctions li {
    list-style: none;
    margin: 1%;
    width: 23%;
    float: left; }
    .distinctions li span {
      display: block; }

/* Page contact */
.contact .team {
  text-align: left; }
  .contact .team h2 {
    font-size: 1.8em !important;
    color: #58595b !important;
    margin-bottom: 1.8rem !important; }
  .contact .team h3 {
    font-size: 1.4em !important;
    color: #58595b !important; }
  .contact .team .bloc-spacer {
    margin-bottom: 30px; }
  .contact .team span {
    display: block;
    font-weight: 200;
    margin: 0.2em; }
    .contact .team span.nom {
      text-transform: uppercase;
      margin: 0.8em 0;
      font-weight: 400; }
  .contact .team a {
    margin: 0.2em 0 0 0;
    color: #8ec657;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: 0.5s; }
    .contact .team a:hover {
      color: #689c35; }
    .contact .team a.telephone {
      color: #000;
      width: 100%; }
  @media screen and (max-width: 768px) {
    .contact .team {
      text-align: center;
      width: 100%;
      margin: 0 auto; } }
.contact .offices {
  text-align: left;
  background-color: #dcddde;
  padding: 1.5em;
  box-sizing: border-box; }
  .contact .offices h2 {
    margin-top: 0;
    font-size: 1.8rem !important;
    margin-bottom: 0.5rem !important;
    color: #58595b !important; }
  .contact .offices .bloc {
    padding-bottom: 1em; }
    .contact .offices .bloc:not(:last-child) {
      border-bottom: 1px solid #bcbdc0; }
    .contact .offices .bloc:not(:nth-child(1)) {
      padding-top: 1em !important; }
    .contact .offices .bloc h3 {
      margin-bottom: 0.8rem;
      font-size: 1.4rem;
      color: #58595b; }
  @media screen and (max-width: 768px) {
    .contact .offices {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      padding: 0.5em; }
      .contact .offices p {
        margin-right: 0; } }

img.add_list_item, img.delete_list_item {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important; }

/** Mixins **/
.hide {
  display: none; }

/*Exception formulaire*/
/*Pour le formulaire de renouvellement d'adhésion*/
.page-id-6307 .list-links-form {
  display: none; }

.display_archives a {
  color: #cedd6b; }

.countdown {
  background-color: #cedd6b;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif; }
  .countdown__title {
    margin: 0;
    margin-bottom: .5rem;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: black; }
  .countdown__clock {
    margin-top: 1rem; }
    .countdown__clock__item {
      display: inline-block;
      margin: .5rem 1rem; }
      .countdown__clock__item strong {
        display: block;
        font-size: 24px; }

.cta-devenir-membre {
  background: #cedd6b;
  color: #58595b;
  padding: 3rem 3rem;
  margin: 0 0 1.5em 0;
  box-sizing: border-box;
  text-align: center;
  clear: both; }
  .cta-devenir-membre__sep {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    border-top: 2px solid white; }
    .cta-devenir-membre__sep::after {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: -10px;
      left: calc(50% - 10px);
      border-radius: 50%;
      background: white; }
  .cta-devenir-membre__title {
    font-weight: 400;
    margin: 2rem auto !important;
    color: white; }
    .cta-devenir-membre__title strong {
      font-weight: bold; }
  .cta-devenir-membre__button {
    display: block;
    margin-top: 1.5rem; }

.timeline {
  clear: both;
  display: flex;
  position: relative;
  justify-content: space-between;
  box-sizing: border-box;
  width: calc(95% - 70px);
  margin: 2rem auto;
  text-align: center; }
  @media (max-width: 650px) {
    .timeline {
      display: block; } }
  .timeline__item {
    display: block;
    flex: 0 1 145px;
    max-width: 145px; }
    @media (max-width: 1024px) {
      .timeline__item {
        flex: 0 1 115px;
        max-width: 115px; } }
    @media (max-width: 650px) {
      .timeline__item {
        max-width: none;
        margin-bottom: 2rem; } }
    @media (min-width: 651px) {
      .timeline__item:first-child {
        margin-left: -35px; }
      .timeline__item:last-child {
        margin-right: -35px; } }
    .timeline__item__circle {
      display: flex;
      align-items: center;
      width: 70px;
      height: 70px;
      margin: 0 auto;
      margin-bottom: 1rem;
      border-radius: 50%;
      background: #02344b;
      transition: all .5s; }
      .timeline__item__circle__inner {
        margin: auto; }
      .timeline__item__circle--number {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1;
        color: white; }
      .timeline__item__circle--icon {
        color: white;
        font-size: 28px;
        line-height: 1; }
        .timeline__item__circle--icon .fa {
          margin-top: 2px; }
      .timeline__item__circle--certification {
        position: relative; }
        .timeline__item__circle--certification::before, .timeline__item__circle--certification::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transition: opacity .25s; }
        .timeline__item__circle--certification::before {
          background-image: url(../img/pastille-certification.png); }
        .timeline__item__circle--certification::after {
          background-image: url(../img/pastille-certification-hover.png);
          opacity: 0; }
      .timeline__item__circle--certification--en {
        position: relative; }
        .timeline__item__circle--certification--en::before, .timeline__item__circle--certification--en::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          transition: opacity .25s; }
        .timeline__item__circle--certification--en::before {
          background-image: url(../img/pastille-certification-en.png); }
        .timeline__item__circle--certification--en::after {
          background-image: url(../img/pastille-certification-en-hover.png);
          opacity: 0; }
    .timeline__item__caption {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25;
      color: #02344b;
      transition: all .5s; }
    .timeline__item--linked {
      color: white;
      text-transform: uppercase; }
      .timeline__item--linked:hover .timeline__item__circle, .timeline__item--linked.timeline__item--active .timeline__item__circle {
        background-color: #8ec657; }
        .timeline__item--linked:hover .timeline__item__circle::before, .timeline__item--linked.timeline__item--active .timeline__item__circle::before {
          opacity: 0; }
        .timeline__item--linked:hover .timeline__item__circle::after, .timeline__item--linked.timeline__item--active .timeline__item__circle::after {
          opacity: 1; }
      .timeline__item--linked:hover .timeline__item__caption, .timeline__item--linked.timeline__item--active .timeline__item__caption {
        color: #8ec657; }
  .timeline--scaled-colors .timeline__item:nth-child(1) .timeline__item__circle {
    background-color: #4A4A48; }
  .timeline--scaled-colors .timeline__item:nth-child(2) .timeline__item__circle {
    background-color: #004454; }
  .timeline--scaled-colors .timeline__item:nth-child(3) .timeline__item__circle {
    background-color: #00A5DB; }
  .timeline--scaled-colors .timeline__item:nth-child(4) .timeline__item__circle {
    background-color: #94C124; }
  .timeline--scaled-colors .timeline__item:nth-child(5) .timeline__item__circle {
    background-color: #CDD621; }
  @media (min-width: 651px) {
    .timeline::after {
      content: "";
      position: absolute;
      top: calc(35px - 2px);
      left: 1rem;
      right: 1rem;
      height: 4px;
      border-top: 3px solid #02344b;
      z-index: -1; } }

.indicateurs {
  position: relative; }
  .indicateurs__legend {
    margin-top: 2rem;
    margin-bottom: .5rem;
    text-align: center; }
    .indicateurs__legend .indicateurs__legend__title {
      margin-top: 2rem;
      font-weight: bold; }
    .indicateurs__legend__item {
      display: inline-flex;
      align-items: center;
      margin: .5rem; }
      .indicateurs__legend__item--button {
        padding: 0 .5rem;
        padding-right: 1.15rem;
        background-color: white;
        border-radius: 50px;
        color: #02344b;
        text-decoration: none;
        transition: background-color .75s; }
        .indicateurs__legend__item--button:hover {
          background-color: rgba(255, 255, 255, 0.75); }
    .indicateurs__legend__image {
      width: 35px;
      height: 35px;
      margin: .1rem; }
    .indicateurs__legend__text {
      font-weight: 500; }
    .indicateurs__legend--popup {
      margin-top: 1.5rem;
      text-align: left; }
      .indicateurs__legend--popup .indicateurs__legend__item {
        margin-left: 0;
        margin-right: 2rem; }
  .indicateurs__list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    text-align: center; }
    .indicateurs__list * {
      box-sizing: border-box; }
    .indicateurs__list__item {
      flex: 0 0 25%;
      max-width: 25%;
      margin: .5rem 0;
      padding: .5rem 2rem;
      cursor: pointer; }
      @media (max-width: 650px) {
        .indicateurs__list__item {
          flex: 0 0 33%;
          max-width: 33%;
          align-items: center; } }
      @media (max-width: 450px) {
        .indicateurs__list__item {
          flex: 0 0 50%;
          max-width: 50%;
          padding: .5rem; } }
      .indicateurs__list__item:hover .indicateurs__list__icon {
        background-color: #e6e6e6; }
    .indicateurs__list__icon {
      position: relative;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin: 1rem auto;
      transition: background-color .5s; }
      @media (max-width: 450px) {
        .indicateurs__list__icon {
          width: 120px;
          height: 120px; } }
      .indicateurs__list__icon__visual, .indicateurs__list__icon__ring {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 150px;
        height: 150px; }
        @media (max-width: 450px) {
          .indicateurs__list__icon__visual, .indicateurs__list__icon__ring {
            width: 120px;
            height: 120px; } }
    .indicateurs__list__caption {
      text-transform: uppercase; }
      @media (max-width: 450px) {
        .indicateurs__list__caption {
          font-size: 14px; } }
  .indicateurs__detail__item {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(23, 74, 97, 0.95);
    outline: 1px solid white;
    outline-offset: -.75rem; }
  .indicateurs__detail__icon {
    width: 250px;
    margin: 0 auto; }
    @media (max-width: 450px) {
      .indicateurs__detail__icon {
        width: 100px; } }
  .indicateurs__detail__content {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    right: 0;
    color: white;
    padding: 2rem 4.5rem;
    padding-top: 0;
    overflow-y: auto; }
    @media (max-width: 450px) {
      .indicateurs__detail__content {
        padding: 1rem 2rem; } }
    .indicateurs__detail__content h3, .indicateurs__detail__content h4 {
      font-weight: 600;
      color: inherit; }
    .indicateurs__detail__content h3 {
      margin-top: 0;
      margin-bottom: 1rem;
      font-weight: bold; }
    .indicateurs__detail__content p {
      margin-bottom: 1rem;
      font-weight: 400;
      line-height: 1.4; }
    .indicateurs__detail__content li {
      font-weight: 400; }
  .indicateurs__detail__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #8ec657;
    cursor: pointer; }
  .indicateurs__detail__nav {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: .5rem; }
    @media (max-width: 450px) {
      .indicateurs__detail__nav {
        display: none; } }
    .indicateurs__detail__nav i {
      color: #8ec657 !important;
      font-size: 45px !important; }
    .indicateurs__detail__nav--prev {
      left: .75rem; }
    .indicateurs__detail__nav--next {
      right: .75rem; }
  .indicateurs__detail__more {
    margin-top: 1.5rem; }
    .indicateurs__detail__more .button {
      margin-bottom: 0; }

.lity {
  background: rgba(0, 0, 0, 0.6); }
  .lity .lity-content:after {
    box-shadow: none; }

.equipe__modal {
  position: relative;
  max-width: 800px;
  padding: 5rem 3rem;
  background-color: rgba(206, 221, 107, 0.95);
  outline: 1px solid white;
  outline-offset: -.75rem;
  color: #3d3d3e; }
  @media (max-width: 600px) {
    .equipe__modal {
      overflow-y: auto;
      overflow-x: hidden; } }
  .equipe__modal__sep {
    display: block;
    position: relative;
    width: 225px;
    height: 2px;
    margin: 0 auto;
    border-top: 2px solid white; }
    .equipe__modal__sep::after {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: -10px;
      left: calc(50% - 10px);
      border-radius: 50%;
      background: white; }
  .equipe__modal__title {
    margin: 1.5rem auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: white;
    text-align: center; }
  .equipe__modal__meta {
    margin-bottom: 1rem;
    font-weight: bold; }
    .equipe__modal__meta__item {
      margin-bottom: .35rem;
      font-size: 15px; }
      .equipe__modal__meta__item .fa {
        width: 25px;
        vertical-align: middle;
        font-size: 18px;
        text-align: center; }
      .equipe__modal__meta__item a {
        color: inherit;
        text-decoration: none;
        vertical-align: middle; }
  .equipe__modal__description {
    margin-top: 3rem;
    columns: 2 300px;
    column-gap: 2rem; }
    .equipe__modal__description--1col {
      columns: 1; }
  .equipe__modal__close {
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    padding: .25rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: opacity .5s; }
    @media (max-width: 800px) {
      .equipe__modal__close {
        display: none; } }
    .equipe__modal__close:hover {
      opacity: .8; }

.cta-info-alliance {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 450px;
  padding: 1rem 2rem;
  background: url(../img/cta-info-alliance.jpg) no-repeat center center/cover;
  text-align: center;
  color: white;
  transform: translateY(100%);
  opacity: 0;
  transition: all .6s; }
  .cta-info-alliance__title {
    width: 300px; }
  .cta-info-alliance__description {
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.1rem; }
  .cta-info-alliance__close {
    position: absolute;
    top: .25rem;
    right: .5rem;
    padding: .5rem;
    font-size: 40px;
    cursor: pointer; }
  .cta-info-alliance--is-shown {
    transform: translateY(0);
    opacity: 1;
    z-index: 99; }
.fa-chevron-right:before {
  top: -1px;
  left: 1px;
  position: relative;
}