/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Yrsa);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons_3bbd88226f5f24fccb8aa8747e1057a0.svg#icons") format("svg"); } }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-account:before,
.icon-arrowdown:before,
.icon-arrowleft:before,
.icon-arrowright:before,
.icon-calendar:before,
.icon-check:before,
.icon-checklist:before,
.icon-close:before,
header .menu-toggle:before,
.emergency-content a.close:after,
.popup a.close:after,
.icon-closebold:before,
.icon-collab:before,
.icon-document:before,
.icon-dom-anglais:before,
.icon-dom-arts:before,
.icon-dom-artsdramatiques:before,
.icon-dom-artsplastiques:before,
.icon-dom-citoyen:before,
.icon-dom-danse:before,
.icon-dom-ethique:before,
.icon-dom-francais:before,
.icon-dom-geo:before,
.icon-dom-histoire:before,
.icon-dom-math:before,
.icon-dom-musique:before,
.icon-dom-science:before,
.icon-dom-sport:before,
.icon-download:before,
.icon-edit:before,
.icon-enlarge:before,
.icon-facebook:before,
header nav.second-nav ul li.social a:after,
.icon-filter:before,
.icon-gear:before,
.icon-handarrow:before,
.morelink:after,
#footer-content .dons a:after,
.icon-heart:before,
.icon-horloge:before,
.icon-instagram:before,
.icon-linkedin:before,
.icon-list:before,
.icon-menu:before,
header .menu-toggle:after,
.icon-minieer:before,
.icon-minieer-outline:before,
.icon-obj-carre:before,
.icon-obj-document:before,
.icon-obj-document2:before,
.icon-obj-person:before,
.icon-obj-pointinterrogation:before,
.icon-obj-star:before,
.icon-obj-triangle:before,
.icon-obj-trianglebold:before,
.icon-obj-x:before,
.icon-pin:before,
.icon-plane:before,
.icon-play:before,
.icon-plus:before,
.icon-plusbold:before,
.icon-search:before,
.icon-telephone:before,
.icon-textarrowright:before,
.icon-translate:before,
.icon-twitter:before,
.icon-vimeo:before,
.icon-warning:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-account:before {
  content: "\f128"; }

.icon-arrowdown:before {
  content: "\f100"; }

.icon-arrowleft:before {
  content: "\f101"; }

.icon-arrowright:before {
  content: "\f102"; }

.icon-calendar:before {
  content: "\f103"; }

.icon-check:before {
  content: "\f104"; }

.icon-checklist:before {
  content: "\f12a"; }


.icon-close:before,
header .menu-toggle:before,
.emergency-content a.close:after,
.popup a.close:after {
  content: "\f105"; }

.icon-closebold:before {
  content: "\f106"; }

.icon-collab:before {
  content: "\f107"; }

.icon-document:before {
  content: "\f108"; }

.icon-dom-anglais:before {
  content: "\f12b"; }

.icon-dom-arts:before {
  content: "\f13b"; }

.icon-dom-artsdramatiques:before {
  content: "\f12c"; }

.icon-dom-artsplastiques:before {
  content: "\f12d"; }

.icon-dom-citoyen:before {
  content: "\f12e"; }

.icon-dom-danse:before {
  content: "\f12f"; }

.icon-dom-ethique:before {
  content: "\f130"; }

.icon-dom-francais:before {
  content: "\f131"; }

.icon-dom-geo:before {
  content: "\f132"; }

.icon-dom-histoire:before {
  content: "\f133"; }

.icon-dom-math:before {
  content: "\f134"; }

.icon-dom-musique:before {
  content: "\f13c"; }

.icon-dom-science:before {
  content: "\f135"; }

.icon-dom-sport:before {
  content: "\f136"; }

.icon-download:before {
  content: "\f109"; }

.icon-edit:before {
  content: "\f10a"; }

.icon-enlarge:before {
  content: "\f127"; }


.icon-facebook:before,
header nav.second-nav ul li.social a:after {
  content: "\f10b"; }

.icon-filter:before {
  content: "\f139"; }

.icon-gear:before {
  content: "\f13a"; }


.icon-handarrow:before,
.morelink:after,
#footer-content .dons a:after {
  content: "\f13d"; }

.icon-heart:before {
  content: "\f10c"; }

.icon-horloge:before {
  content: "\f138"; }

.icon-instagram:before {
  content: "\f10d"; }

.icon-linkedin:before {
  content: "\f11f"; }

.icon-list:before {
  content: "\f10e"; }


.icon-menu:before,
header .menu-toggle:after {
  content: "\f10f"; }

.icon-minieer:before {
  content: "\f120"; }

.icon-minieer-outline:before {
  content: "\f123"; }

.icon-obj-carre:before {
  content: "\f110"; }

.icon-obj-document:before {
  content: "\f121"; }

.icon-obj-document2:before {
  content: "\f124"; }

.icon-obj-person:before {
  content: "\f122"; }

.icon-obj-pointinterrogation:before {
  content: "\f111"; }

.icon-obj-star:before {
  content: "\f112"; }

.icon-obj-triangle:before {
  content: "\f113"; }

.icon-obj-trianglebold:before {
  content: "\f114"; }

.icon-obj-x:before {
  content: "\f115"; }

.icon-pin:before {
  content: "\f126"; }

.icon-plane:before {
  content: "\f116"; }

.icon-play:before {
  content: "\f117"; }

.icon-plus:before {
  content: "\f118"; }

.icon-plusbold:before {
  content: "\f119"; }

.icon-search:before {
  content: "\f11a"; }

.icon-telephone:before {
  content: "\f129"; }

.icon-textarrowright:before {
  content: "\f125"; }

.icon-translate:before {
  content: "\f11b"; }

.icon-twitter:before {
  content: "\f11c"; }

.icon-vimeo:before {
  content: "\f11d"; }

.icon-warning:before {
  content: "\f11e"; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(20%); }
  100% {
    transform: translateY(0); } }

@keyframes rotateload {
  0% {
    transform: translate(-52%, -50%) rotate(0deg); }
  100% {
    transform: translate(-52%, -50%) rotate(360deg); } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-10px); }
  100% {
    transform: translatey(0px); } }

@keyframes leftright {
  0% {
    left: -10%;
    margin-top: -2000px; }
  2% {
    left: -10%;
    margin-top: 0; }
  90% {
    left: 120%;
    margin-top: 0; }
  91% {
    left: 120%;
    margin-top: -2000px; }
  99% {
    margin-top: -2000px; }
  100% {
    left: 0;
    margin-top: -2000px; } }

@keyframes rightleft {
  0% {
    right: -10%;
    margin-bottom: -200px; }
  2% {
    right: -10%;
    margin-bottom: 0; }
  90% {
    right: 120%;
    margin-bottom: 0; }
  91% {
    right: 120%;
    margin-bottom: -200px; }
  99% {
    margin-bottom: -200px; }
  100% {
    right: 0;
    margin-bottom: -200px; } }

@keyframes leftright2 {
  0% {
    opacity: 0;
    margin-top: -200px; }
  2% {
    left: -10%; }
  90% {
    left: 120%; }
  91% {
    left: 120%; }
  100% {
    left: 0; } }

@keyframes widthchange {
  0% {
    padding: 0; }
  50% {
    padding: 0 1%; }
  100% {
    padding: 0; } }

@keyframes skew {
  0% {
    transform: none; }
  63% {
    transform: none; }
  65% {
    transform: skewX(10deg); }
  67% {
    transform: none; }
  100% {
    transform: none; } }

@keyframes strobe {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes decal {
  0% {
    left: 2px; }
  50% {
    left: 0; }
  100% {
    left: 2px; } }

@keyframes decalinv {
  0% {
    left: 0; }
  50% {
    left: 2px; }
  100% {
    left: 0; } }

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

@keyframes inflate {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes randomrotate {
  0% {
    transform: rotate(0deg); }
  48% {
    transform: rotate(0deg); }
  52% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotatefromcenter {
  0% {
    transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    transform: rotate(360deg) translate(-50%, -50%); } }

@keyframes topdown {
  0% {
    transform: translateY(-110%);
    left: -10px; }
  1% {
    left: 0; }
  10% {
    transform: translateY(-110%); }
  90% {
    transform: translateY(110%);
    left: 0; }
  99% {
    transform: translateY(110%);
    left: -10px; }
  100% {
    left: -10px;
    transform: translateY(-110%); } }

@keyframes glow {
  0% {
    box-shadow: 0 0 100px #ffffff; }
  10% {
    box-shadow: 20px 0 120px #ffffff; }
  20% {
    box-shadow: 20px 40px 180px #ffffff; }
  30% {
    box-shadow: -20px 30px 100px #ffffff; }
  40% {
    box-shadow: -30px 40px 120px #ffffff; }
  50% {
    box-shadow: 20px 0 120px #ffffff; }
  60% {
    box-shadow: 20px 0 120px #ffffff; }
  70% {
    box-shadow: 20px 0 120px #ffffff; }
  80% {
    box-shadow: 20px 0 120px #ffffff; }
  90% {
    box-shadow: 20px 0 120px #ffffff; }
  100% {
    box-shadow: 0 0 100px #ffffff; } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.4); }
  40% {
    transform: scale(1); } }

body {
  color: #0a0a0a;
  font-family: "Yrsa", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 400;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.1; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

strong {
  font-weight: bold; }

p {
  line-height: 1.3;
  font-size: 1.125em; }

a {
  color: #0a0a0a;
  transition: color 0.3s; }
  .no-touchevents a:hover {
    color: #a65558; }

::selection {
  color: #ffffff;
  background: #0a0a0a; }

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
textarea {
  border: 1px solid #d2d6df;
  border-radius: 2em;
  padding: 0 1em;
  height: 40px;
  line-height: 40px;
  color: #0a0a0a;
  outline: none;
  transition: border 0.3s;
  box-sizing: border-box;
  outline: none;
  resize: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  textarea:focus {
    border: 1px solid #6cc2bf; }

textarea {
  border-radius: 1em; }

select,
input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: block;
  border: 1px solid #d2d6df;
  border-radius: 3px;
  height: 40px;
  padding: 0 2em 0 1em;
  box-sizing: border-box;
  background: #ffffff;
  color: #0a0a0a;
  transition: border 0.3s;
  cursor: pointer; }
  .no-touchevents select:hover, .no-touchevents
  input[type="submit"]:hover {
    border: 1px solid #0a0a0a; }

input[type="submit"] {
  padding: 0 1em; }

.ui-widget {
  font-family: "Yrsa", Helvetica, Arial, sans-serif; }

.ui-widget-content {
  background: #0a0a0a;
  border: none;
  font-family: "Yrsa", Helvetica, Arial, sans-serif; }
  .ui-widget-content .ui-menu-item {
    background: none; }
    .ui-widget-content .ui-menu-item a {
      color: #ffffff;
      text-decoration: none;
      font-size: 0.825em; }

.morelink, #footer-content .dons a {
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border: 1px solid #0a0a0a;
  border-radius: 4px;
  padding: 0.75em 3.5em 0.75em 1em;
  transition: border 0.3s;
  font-size: 1rem;
  position: relative; }
  .morelink:after, #footer-content .dons a:after {
    font-size: 2em;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%); }
  .no-touchevents .morelink:hover, .no-touchevents #footer-content .dons a:hover, #footer-content .dons .no-touchevents a:hover {
    border-color: #a65558;
    color: #0a0a0a; }

.blockbtn, .popup a.facebook, .popup .popup-content ul li a {
  display: inline-block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 1px solid #0a0a0a;
  text-decoration: none; }
  .no-touchevents .blockbtn:hover, .no-touchevents .popup a.facebook:hover, .popup .no-touchevents a.facebook:hover, .no-touchevents .popup .popup-content ul li a:hover, .popup .popup-content ul li .no-touchevents a:hover {
    color: #0a0a0a;
    border-color: #a65558; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #6cc2bf;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

#__bs_notify__ {
  top: auto !important;
  bottom: 0 !important;
  border-radius: 0 !important; }

header {
  zoom: 1;
  background: #ffffff;
  position: relative;
  z-index: 10; }
  header:before, header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header:after {
    clear: both; }
  header a.logo {
    float: left;
    display: block;
    padding: 1em 0 0 1em; }
    header a.logo img {
      width: 80px; }
  header .menu-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: -1000px;
    text-decoration: none;
    font-size: 2em;
    display: none; }
    header .menu-toggle:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-indent: 0;
      transition: transform 0.5s; }
    header .menu-toggle:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -190%);
      text-indent: 0;
      font-size: 1.825rem;
      transition: transform 0.5s; }
  header nav {
    float: left;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    margin: 0 0 0 1em; }
    header nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        header nav ul li a {
          display: block;
          padding: 2em 1em;
          text-decoration: none; }
        header nav ul li.current_page_item a {
          color: #a65558; }
    header nav.second-nav {
      float: right;
      margin: 0 1em 0 0; }
      header nav.second-nav ul {
        display: block;
        float: left;
        padding: 0 1em 0 0; }
        header nav.second-nav ul li.social a {
          display: block;
          width: 30px;
          height: 30px;
          overflow: hidden;
          text-indent: -1000px;
          padding: 0;
          position: relative;
          border: 1px solid #0a0a0a;
          border-radius: 50%;
          margin: 0 0.5em 0 0;
          position: relative;
          bottom: -9px; }
          header nav.second-nav ul li.social a:after {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            text-indent: 0;
            font-size: 1.125em; }
      header nav.second-nav .emergency {
        display: block;
        float: left;
        font-size: 0.875em; }
        header nav.second-nav .emergency .morelink, header nav.second-nav .emergency #footer-content .dons a, #footer-content .dons header nav.second-nav .emergency a {
          margin: 18px 0 0 0;
          padding-right: 1em; }
          header nav.second-nav .emergency .morelink:after, header nav.second-nav .emergency #footer-content .dons a:after, #footer-content .dons header nav.second-nav .emergency a:after {
            display: none; }
  .page-template-template-accueil header {
    background: none; }
    .page-template-template-accueil header a.logo {
      display: none; }
  header.mobileopen .menu-toggle:after {
    transform: translate(-50%, 100%); }
  header.mobileopen .menu-toggle:before {
    transform: translate(-50%, -50%); }
  header.fixed-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s; }
    .page-template-template-accueil header.fixed-menu {
      background: #ffffff; }
  .fixed-menu header.fixed-menu {
    transform: none; }
  @media only screen and (max-width: 880px) {
    header {
      height: 60px;
      display: block;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-right: 60px;
      overflow: hidden;
      transition: height 0.5s; }
      header a.menu-toggle {
        display: block; }
      header a.logo {
        padding: 12px 0 0 12px; }
        header a.logo img {
          width: 60px; }
      header nav.main-nav {
        position: absolute;
        top: 80px;
        left: 0; }
        header nav.main-nav ul li {
          display: block; }
          header nav.main-nav ul li a {
            padding: 1em;
            font-size: 1.5em; }
      header nav.second-nav {
        margin: 0; }
        header nav.second-nav ul li a {
          padding: 20px 1em 19px 1em; }
        header nav.second-nav .emergency a.morelink, header nav.second-nav .emergency #footer-content .dons a, #footer-content .dons header nav.second-nav .emergency a {
          margin-top: 7px; }
      header.mobileopen {
        height: 100%; }
      .page-template-template-accueil header {
        background: #ffffff; } }
  @media only screen and (max-width: 500px) {
    header {
      padding-right: 0; }
      .page-template-template-accueil header a.logo {
        display: block; }
      header nav.second-nav .emergency {
        width: calc(100% - 132px);
        float: none;
        position: absolute;
        left: 72px; }
        header nav.second-nav .emergency a.morelink, header nav.second-nav .emergency #footer-content .dons a, #footer-content .dons header nav.second-nav .emergency a {
          margin: 7px auto 0 auto;
          float: none;
          white-space: nowrap;
          width: 160px;
          text-align: center;
          display: block; }
      header nav.second-nav ul {
        position: absolute;
        right: 1em;
        top: 60px;
        margin: 0;
        opacity: 0;
        transition: opacity 0.5s; }
      header.mobileopen nav.second-nav ul {
        top: auto;
        bottom: 1em;
        opacity: 1;
        transition: opacity 0.5s 0.5s; }
      header.mobileopen.mobileclosing nav.second-nav ul {
        opacity: 0;
        transition: opacity 0.5s; } }

.emergency-content {
  position: absolute;
  right: 1em;
  top: 92px;
  border: 1px solid #d2d6df;
  width: 400px;
  background: #ffffff;
  padding: 2em 1em 1em 2em;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(-10px);
  z-index: -1;
  transition: opacity 0.5s, transform 0.5s;
  font-size: 0.825em; }
  .emergency-content a.close {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .emergency-content a.close:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-indent: 0; }
  .emergency-content:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d6df;
    border-bottom: none;
    border-left: none;
    position: absolute;
    right: 70px;
    top: -9px;
    background: #ffffff;
    transform: rotate(-45deg);
    z-index: 2; }
  .emergency-content ul {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
    .emergency-content ul li {
      display: block;
      margin: 0;
      padding: 0;
      width: 50%;
      float: left;
      height: 60px;
      box-sizing: border-box;
      padding: 0 1em 0 0; }
  .emergency-content.opened {
    opacity: 1;
    z-index: 14;
    transform: none; }
  .fixed-menu .emergency-content {
    position: fixed; }
  @media only screen and (max-width: 880px) {
    .emergency-content {
      position: fixed; } }
  @media only screen and (max-width: 500px) {
    .emergency-content {
      border: none;
      width: 100%;
      right: auto;
      left: 0;
      box-sizing: border-box;
      border-radius: 0;
      top: 60px;
      border-top: 1px solid #d2d6df;
      padding: 1em;
      font-size: 1rem;
      box-shadow: 0 0 6px rgba(10, 10, 10, 0.1); }
      .emergency-content:after {
        display: none; }
      .emergency-content ul li {
        width: 100%;
        clear: both;
        height: auto;
        margin: 0 0 1em 0; } }

footer {
  background: #1d1d1b;
  color: #ffffff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  footer a {
    color: #ffffff; }
    .no-touchevents footer a:hover {
      color: #a65558; }
  footer h2 {
    margin: 0; }
  footer .infos h2 {
    margin: 0 0 2em 0; }
    footer .infos h2:before {
      content: '';
      display: inline-block;
      width: 100px;
      height: 78px;
      background: url(../img/logo-blanc.svg);
      position: relative;
      margin: 0 1rem -30px 0; }
  footer .infos p {
    max-width: 520px; }
  footer .infos nav ul {
    margin: 2em 0 0 -0.5em;
    padding: 0; }
    footer .infos nav ul li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      footer .infos nav ul li a {
        color: #f3f3f3;
        text-decoration: none;
        padding: 0.5em; }
        .no-touchevents footer .infos nav ul li a:hover {
          color: #a65558; }
  footer .urgences {
    border-left: 1px solid #3A3737; }
    footer .urgences h2 {
      margin: 0 0 2rem 0; }
    footer .urgences ul {
      margin: 0;
      padding: 0; }
      footer .urgences ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 50%;
        float: left;
        margin: 0 0 1em 0; }
  footer .copyright {
    font-size: 0.75em;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #3A3737;
    padding: 1em;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0; }
  @media only screen and (max-width: 500px) {
    footer .infos nav {
      display: none; }
    footer .urgences ul li {
      width: 100%;
      clear: both;
      float: none; } }

body {
  background: #f3f3f3; }
  @media only screen and (max-width: 880px) {
    body {
      padding-top: 60px; } }

.split-box {
  width: calc(100% / 3);
  float: left;
  box-sizing: border-box; }
  @media only screen and (max-width: 880px) {
    .split-box {
      width: 100%;
      float: none;
      clear: both; } }

.split {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 2em; }
  .split p {
    max-width: 520px; }
  @media only screen and (max-width: 880px) {
    .split {
      width: 100%;
      float: none;
      clear: both; } }

#footer-content {
  zoom: 1; }
  #footer-content:before, #footer-content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #footer-content:after {
    clear: both; }
  #footer-content .split {
    padding: 4em; }
  #footer-content .infolettre {
    background: #ffffff;
    text-align: right;
    zoom: 1; }
    #footer-content .infolettre:before, #footer-content .infolettre:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #footer-content .infolettre:after {
      clear: both; }
    #footer-content .infolettre p {
      margin: 2em 0 0 0;
      text-align: right;
      float: right;
      clear: both; }
    #footer-content .infolettre .sml_subscribe {
      clear: both;
      float: right;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      font-size: 0.825em; }
      #footer-content .infolettre .sml_subscribe .sml_thankyou {
        position: fixed;
        top: 80px;
        z-index: 12;
        background: #6cc2bf;
        text-align: center;
        width: 100%;
        padding: 1em;
        box-sizing: border-box;
        left: 0;
        top: 83px;
        max-width: none;
        margin: 0; }
      #footer-content .infolettre .sml_subscribe label {
        display: none; }
      #footer-content .infolettre .sml_subscribe .sml_email {
        float: left;
        clear: none; }
        #footer-content .infolettre .sml_subscribe .sml_email input {
          border-radius: 2rem 0 0 2rem; }
      #footer-content .infolettre .sml_subscribe .sml_submit {
        float: right;
        clear: none; }
        #footer-content .infolettre .sml_subscribe .sml_submit input {
          width: 100px;
          border-radius: 0 2rem 2rem 0;
          border-left: none;
          text-align: center; }
  #footer-content .dons {
    background: #6cc2bf; }
    #footer-content .dons p {
      margin: 2em 0 0 0; }
  @media only screen and (max-width: 880px) {
    #footer-content .split {
      padding: 2em; }
    #footer-content .infolettre .sml_subscribe .sml_thankyou {
      top: 60px; } }
  @media only screen and (max-width: 500px) {
    #footer-content .split {
      padding: 1em; } }

.page-template h1,
.page-template-default h1 {
  margin: 5rem 2rem 4.5rem 2rem;
  line-height: 1;
  text-align: center; }

@media only screen and (max-width: 880px) {
  .page-template h1,
  .page-template-default h1 {
    font-size: 2.5em;
    margin: 1em 1rem; } }

.page-template-template-accueil section {
  position: relative; }
  .page-template-template-accueil section#intro {
    padding-bottom: 14em; }
    .page-template-template-accueil section#intro h1 {
      display: block;
      width: 400px;
      height: 312px;
      max-width: 400px;
      overflow: hidden;
      text-indent: -1000px;
      background: url(../img/logo.svg) center top no-repeat;
      background-size: 100% auto;
      margin: 10vh auto; }
    .page-template-template-accueil section#intro p {
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      max-width: 600px;
      font-size: 1.25em;
      padding: 0 2rem;
      margin: 0 auto;
      text-align: justify; }
  .page-template-template-accueil section#info-boxes {
    background: #ffffff;
    position: relative;
    height: 500px; }
    .page-template-template-accueil section#info-boxes:after {
      content: '';
      display: block;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      border: 3px solid #0a0a0a;
      z-index: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .page-template-template-accueil section#info-boxes .info-box {
      position: absolute;
      background: #6cc2bf;
      text-align: center;
      z-index: 2;
      transition: box-shadow 0.3s; }
      .page-template-template-accueil section#info-boxes .info-box svg {
        width: 120px; }
      .page-template-template-accueil section#info-boxes .info-box .content {
        width: 240px;
        height: auto;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translate(10px, -50%);
        opacity: 0;
        z-index: -1;
        background: #ffffff;
        text-align: left;
        padding: 1em;
        border-radius: 8px;
        margin: 0 -20px 0 0;
        box-shadow: 0 0 6px rgba(74, 138, 136, 0.4);
        transition: opacity 0.3s, transform 0.3s; }
        .page-template-template-accueil section#info-boxes .info-box .content:after {
          content: '';
          display: block;
          width: 14px;
          height: 14px;
          transform: rotate(-45deg);
          position: absolute;
          left: 100%;
          top: 50%;
          margin: -7px 0 0 -7px;
          background: #ffffff; }
      .page-template-template-accueil section#info-boxes .info-box h2 {
        margin: 0;
        line-height: 1;
        font-size: 1.25em; }
      .no-touchevents .page-template-template-accueil section#info-boxes .info-box:hover .content {
        opacity: 1;
        z-index: 2;
        transform: translate(0, -50%); }
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1) {
        top: -140px;
        left: 50%;
        margin: 0 0 0 -60px;
        width: 260px;
        height: 260px;
        border-radius: 50%; }
        .page-template-template-accueil section#info-boxes .info-box:nth-child(1) svg {
          width: 140px;
          margin: 60px 0 0 0; }
        .no-touchevents .page-template-template-accueil section#info-boxes .info-box:nth-child(1):hover {
          box-shadow: 0 0 0 4px #4a8a88; }
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2) {
        top: 140px;
        left: 50%;
        margin: 0 0 0 -420px;
        border-radius: 50%;
        background: #f6b25f;
        width: 280px;
        height: 280px; }
        .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .content {
          right: auto;
          left: 100%;
          margin: 0 0 0 -20px;
          box-shadow: 0 0 6px rgba(212, 150, 73, 0.4); }
          .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .content:after {
            left: auto;
            right: 100%;
            margin: -7px -7px 0 0; }
        .page-template-template-accueil section#info-boxes .info-box:nth-child(2) svg {
          width: 130px;
          margin: 74px 0 10px 0; }
        .no-touchevents .page-template-template-accueil section#info-boxes .info-box:nth-child(2):hover {
          box-shadow: 0 0 0 4px #d49649; }
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3) {
        top: 260px;
        left: 50%;
        margin: 0 0 0 100px;
        border-radius: 50%;
        background: #d97478;
        width: 300px;
        height: 300px; }
        .page-template-template-accueil section#info-boxes .info-box:nth-child(3) .content {
          box-shadow: 0 0 6px rgba(166, 85, 88, 0.4); }
        .page-template-template-accueil section#info-boxes .info-box:nth-child(3) svg {
          width: 120px;
          margin: 64px 0 10px 0; }
        .no-touchevents .page-template-template-accueil section#info-boxes .info-box:nth-child(3):hover {
          box-shadow: 0 0 0 4px #a65558; }
  .page-template-template-accueil section#actions {
    zoom: 1; }
    .page-template-template-accueil section#actions:before, .page-template-template-accueil section#actions:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .page-template-template-accueil section#actions:after {
      clear: both; }
    .page-template-template-accueil section#actions .split-box {
      padding: 4em; }
      .page-template-template-accueil section#actions .split-box p {
        max-width: 400px; }
      .page-template-template-accueil section#actions .split-box h2 {
        font-size: 2em; }
        .page-template-template-accueil section#actions .split-box h2 em {
          display: block;
          font-size: 0.75em;
          font-style: normal; }
      .page-template-template-accueil section#actions .split-box:nth-child(1) {
        background: #d97478; }
      .page-template-template-accueil section#actions .split-box:nth-child(2) {
        background: #f6b25f; }
      .page-template-template-accueil section#actions .split-box:nth-child(3) {
        background: #6cc2bf; }

@media only screen and (max-width: 880px) {
  .page-template-template-accueil section#intro {
    padding-bottom: 4em; }
    .page-template-template-accueil section#intro h1 {
      width: 320px;
      height: 250px; }
  .page-template-template-accueil section#info-boxes {
    height: auto;
    padding-bottom: 3em; }
    .page-template-template-accueil section#info-boxes .info-box,
    .page-template-template-accueil section#info-boxes .info-box:nth-child(1),
    .page-template-template-accueil section#info-boxes .info-box:nth-child(2),
    .page-template-template-accueil section#info-boxes .info-box:nth-child(3) {
      position: relative;
      transform: none;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      width: auto;
      height: auto;
      background: none;
      border-radius: 0;
      margin: 0;
      zoom: 1; }
      .page-template-template-accueil section#info-boxes .info-box:before, .page-template-template-accueil section#info-boxes .info-box:after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1):before,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1):after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2):before,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2):after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3):before,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3):after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .page-template-template-accueil section#info-boxes .info-box:after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1):after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2):after,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3):after {
        clear: both; }
      .page-template-template-accueil section#info-boxes .info-box h2,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1) h2,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2) h2,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3) h2 {
        font-size: 1.75em;
        margin: 1em 0 1rem 0; }
      .page-template-template-accueil section#info-boxes .info-box .picto,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1) .picto,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .picto,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3) .picto {
        margin: 0 auto;
        width: 200px; }
        .page-template-template-accueil section#info-boxes .info-box .picto svg,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(1) .picto svg,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .picto svg,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(3) .picto svg {
          margin-top: 40px; }
      .page-template-template-accueil section#info-boxes .info-box .content,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(1) .content,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .content,
      .page-template-template-accueil section#info-boxes .info-box:nth-child(3) .content {
        opacity: 1;
        z-index: 1;
        position: relative;
        box-shadow: none;
        background: none;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
        padding: 0;
        border-radius: 0;
        width: auto;
        transform: none;
        margin: 0;
        box-sizing: border-box;
        padding: 1em;
        max-width: 400px;
        margin: 0 auto;
        text-align: justify; }
        .page-template-template-accueil section#info-boxes .info-box .content:after,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(1) .content:after,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(2) .content:after,
        .page-template-template-accueil section#info-boxes .info-box:nth-child(3) .content:after {
          display: none; }
    .page-template-template-accueil section#info-boxes:after {
      display: none; }
  .page-template-template-accueil section#actions .split-box {
    padding: 2em; } }

@media only screen and (max-width: 500px) {
  .page-template-template-accueil section#intro h1 {
    width: 240px;
    height: 188px;
    margin: 10vh auto 7vh auto; }
  .page-template-template-accueil section#actions .split-box {
    padding: 1em; } }

section#valeurs {
  padding: 2em 4em;
  zoom: 1;
  position: relative;
  clear: both; }
  section#valeurs:before, section#valeurs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  section#valeurs:after {
    clear: both; }
  section#valeurs > h2 {
    font-size: 3em; }
  section#valeurs .split-box {
    padding: 0 2em 2em 0; }
    section#valeurs .split-box p {
      max-width: 400px; }
  section#valeurs .morelink, section#valeurs #footer-content .dons a, #footer-content .dons section#valeurs a {
    position: absolute;
    right: 2em;
    top: 2em; }
  @media only screen and (max-width: 880px) {
    section#valeurs {
      padding: 2em; }
      section#valeurs .morelink, section#valeurs #footer-content .dons a, #footer-content .dons section#valeurs a {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 1em; }
      section#valeurs .split-box {
        padding: 0; } }
  @media only screen and (max-width: 880px) {
    section#valeurs {
      padding: 1em; } }

.page-template-template-about h1 {
  display: none; }

.page-template-template-about article {
  max-width: 720px;
  margin: 0 auto;
  padding: 10vh 2em;
  text-align: justify; }
  .page-template-template-about article p {
    font-size: 1.25em; }

.page-template-template-about #content_boxes .split {
  padding: 4em 0 6em 0; }
  .page-template-template-about #content_boxes .split:nth-child(1) {
    background: #d97478; }
  .page-template-template-about #content_boxes .split:nth-child(2) {
    background: #f6b25f; }
  .page-template-template-about #content_boxes .split h2 {
    text-align: center;
    font-size: 2em; }
  .page-template-template-about #content_boxes .split p {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 420px;
    text-align: justify; }

#membres .membre {
  padding: 0 2em 6em 2em;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 960px; }
  #membres .membre .photo {
    width: 272px;
    height: 272px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 40px 0 0;
    border: 8px solid #6cc2bf; }
    #membres .membre .photo img {
      display: block;
      width: 100%;
      height: auto; }
  #membres .membre .content {
    float: left;
    width: calc(100% - 340px); }
  #membres .membre h2 {
    font-size: 2em;
    margin: 1rem 0 0 0; }
  #membres .membre h3 {
    font-size: 1.25em;
    margin: 0 0 2rem 0; }
  #membres .membre p {
    max-width: 620px; }
  #membres .membre:after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 288px);
    position: absolute;
    top: 288px;
    left: 174px;
    background: #6cc2bf;
    background: linear-gradient(to bottom, #6cc2bf 0%, #f6b25f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$ap-green, endColorstr=$ap-orange,GradientType=0 ); }
  #membres .membre:last-of-type:after {
    display: none; }
  #membres .membre:nth-child(2) .photo {
    border-color: #f6b25f; }
  #membres .membre:nth-child(2):after {
    background: #f6b25f;
    background: linear-gradient(to bottom, #f6b25f 0%, #d97478 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$ap-orange, endColorstr=$ap-pink,GradientType=0 ); }
  #membres .membre:nth-child(3) .photo {
    border-color: #d97478; }
  #membres .membre:nth-child(3):after {
    background: #d97478;
    background: linear-gradient(to bottom, #d97478 0%, #7aa68a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$ap-pink, endColorstr=$ap-green2,GradientType=0 ); }
  #membres .membre:nth-child(4) .photo {
    border-color: #7aa68a; }

@media only screen and (max-width: 880px) {
  #membres .membre .photo {
    float: none;
    margin: 0 auto; }
  #membres .membre .content {
    width: 100%;
    margin: 0; }
  #membres .membre:after {
    display: none; } }

@media only screen and (max-width: 500px) {
  #membres .membre {
    padding: 1em; }
    #membres .membre .photo {
      width: 240px;
      height: 240px; } }

.page-template-template-partenaires #partenaires {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2em 2em 2em; }
  .page-template-template-partenaires #partenaires .groupe {
    margin-bottom: 2em; }
    .page-template-template-partenaires #partenaires .groupe > h2 {
      margin-bottom: 1em; }
    .page-template-template-partenaires #partenaires .groupe .elements {
      display: flex;
	  flex-wrap: wrap;
      padding-bottom: 2em; }
      .page-template-template-partenaires #partenaires .groupe .elements .element {
        box-sizing: border-box;
        display: block;
        position: relative;
        text-align: center; 
        width: 25%; }
        .page-template-template-partenaires #partenaires .groupe .elements .element a {
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 2; }
        .page-template-template-partenaires #partenaires .groupe .elements .element img {
          height: auto;
          left: 50%;
          margin-top: -1em;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 4em); }
        .page-template-template-partenaires #partenaires .groupe .elements .element .logo {
          height: 0;
          padding-bottom: 90%; }
        .page-template-template-partenaires #partenaires .groupe .elements .element h3 {
          font-size: 1rem; }

@media only screen and (max-width: 880px) {
  .page-template-template-partenaires #partenaires .groupe .elements .element {
    width: 50%; } }

@media only screen and (max-width: 500px) {
  .page-template-template-partenaires #partenaires .groupe > h2 {
    font-size: 1.5em;
    margin: 0; }
  .page-template-template-partenaires #partenaires .groupe .elements {
    display: block; }
    .page-template-template-partenaires #partenaires .groupe .elements .element {
      width: 100%; } }

.page-template-template-contact #contact,
.page-template-template-don #contact {
  max-width: 960px;
  margin: 3em auto;
  overflow: hidden;
  padding: 0 2em; }
  .page-template-template-contact #contact article,
  .page-template-template-contact #contact .wpcf7,
  .page-template-template-don #contact article,
  .page-template-template-don #contact .wpcf7 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 1em 0 0; }
  .page-template-template-contact #contact .wpcf7,
  .page-template-template-don #contact .wpcf7 {
    padding: 0 0 0 1em; }
    .page-template-template-contact #contact .wpcf7 input,
    .page-template-template-contact #contact .wpcf7 textarea,
    .page-template-template-don #contact .wpcf7 input,
    .page-template-template-don #contact .wpcf7 textarea {
      width: 100%;
      max-width: 420px; }
      .page-template-template-contact #contact .wpcf7 input[type="submit"],
      .page-template-template-contact #contact .wpcf7 textarea[type="submit"],
      .page-template-template-don #contact .wpcf7 input[type="submit"],
      .page-template-template-don #contact .wpcf7 textarea[type="submit"] {
        width: auto;
        font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
        margin: 1em 0 0 0; }
    .page-template-template-contact #contact .wpcf7 label,
    .page-template-template-don #contact .wpcf7 label {
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      display: block;
      margin: 1em 0 0.5em 0;
      padding: 0; }
    .page-template-template-contact #contact .wpcf7 textarea,
    .page-template-template-don #contact .wpcf7 textarea {
      height: 6em; }
    .page-template-template-contact #contact .wpcf7 span[role="alert"],
    .page-template-template-contact #contact .wpcf7 .wpcf7-response-output,
    .page-template-template-don #contact .wpcf7 span[role="alert"],
    .page-template-template-don #contact .wpcf7 .wpcf7-response-output {
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      margin: 0.5em 0 0 0; }
    .page-template-template-contact #contact .wpcf7 span[role="alert"],
    .page-template-template-don #contact .wpcf7 span[role="alert"] {
      display: block; }

@media only screen and (max-width: 880px) {
  .page-template-template-contact #contact article,
  .page-template-template-contact #contact .wpcf7,
  .page-template-template-don #contact article,
  .page-template-template-don #contact .wpcf7 {
    width: 100%;
    clear: both;
    float: none;
    padding: 0; }
  .page-template-template-contact #contact article,
  .page-template-template-don #contact article {
    margin-bottom: 2em; } }

@media only screen and (max-width: 500px) {
  .page-template-template-contact #contact,
  .page-template-template-don #contact {
    padding: 0 1em; } }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(246, 178, 95, 0.98);
  box-sizing: border-box; }
  .popup .logo {
    position: absolute;
    left: 2em;
    top: 2em; }
    .popup .logo img {
      width: 100px; }
  .popup a.close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 2em;
    text-decoration: none;
    z-index: 3; }
    .popup a.close:after {
      text-indent: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .popup a.facebook {
    position: absolute;
    right: 100px;
    top: 2rem;
    z-index: 2; }
  .popup .popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    width: calc(100% - 2em);
    max-width: 640px;
    font-size: 1.25em; }
    .popup .popup-content ul {
      margin: 4em 0 0 0;
      padding: 0;
      text-align: center; }
      .popup .popup-content ul li {
        display: inline-block;
        margin: 0 6px;
        padding: 0; }
  @media only screen and (max-width: 500px) {
    .popup .logo,
    .popup a.facebook {
      display: none; }
    .popup a.close {
      right: 10px;
      top: 10px;
      font-size: 1.5em; }
    .popup .popup-content {
      font-size: 1em; }
      .popup .popup-content ul {
        margin-top: 2em; }
        .popup .popup-content ul li {
          display: block;
          margin: 0 0 1em 0; }
          .popup .popup-content ul li a {
            display: block; } }
