@charset "UTF-8";
/*
Theme Name: CASC
Theme URI: http://www.soutenezlespompiers69.fr
Author: alteriade
Author URI: http://www.alteriade.fr
Description: Thème du site internet du CASC
Version: 1.0
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/* 1- Normalize (basic reset) */
/* 2- Base (basic styles) */
/* 3- Print (print quick reset) */
/* 4- Stylings (minor stylings) */
/* 5- Misc (skip links, hyphens) */
/* 6- Tables (data tables consistency) */
/* 7- Forms (forms consistency) */
/* 8- Media object */
/* 9- Autogrid object */
/* 10- Global Layout (alignment, modules, positionning) */
/* 11- Helpers (width and spacers helpers) */
/* (12- WordPress reset (disabled by default)) */
/* 13- Responsive (Responsive Web Design helpers) */
/* 14- Grid Layout (grillade) */
/* ---------------------------------- */
/* ==Normalize (basic reset)          */
/* ---------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * 0.625);
}

body {
  font-size: 2.4rem;
  background-color: #fff;
  color: #000;
  font-family: sans-serif;
  line-height: 1.2;
}

a {
  color: #333;
}

a:hover, a:focus, a:active {
  color: #000;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.2;
}

h1, .h1-like {
  font-size: 4.2rem;
  font-family: sans-serif;
}

h2, .h2-like {
  font-size: 4rem;
  font-family: sans-serif;
}

h3, .h3-like {
  font-size: 3rem;
}

h4, .h4-like {
  font-size: 2rem;
}

h5, .h5-like {
  font-size: 1.8rem;
}

h6, .h6-like {
  font-size: 1.6rem;
}

/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bigger {
  font-size: 1.5em;
}

.biggest {
  font-size: 2em;
}

code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}

/* ----------------------------- */
/* ==Stylings (minor stylings)   */
/* ----------------------------- */
/* styling elements */
code, kbd, mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

blockquote {
  position: relative;
  padding-left: 3em;
}

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

blockquote > footer::before {
  content: "\2014 \0020";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“\00a0" "\00a0”";
}

q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* tables */
table,
.table {
  border: 1px solid #ccc;
}

caption {
  padding: 1rem;
  color: #555;
  font-style: italic;
}

td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}

/* ----------------------------- */
/* ==Misc (skip links, hyphens)  */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}

.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}

.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 544px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}

@media (max-width: 544px) {
  .no-wrapping {
    word-wrap: normal;
    hyphens: manual;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 2rem;
}

.table {
  display: table;
}

#recaptcha_table,
.table-auto {
  table-layout: auto;
}

td,
th {
  vertical-align: top;
  min-width: 2rem;
  cursor: default;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn {
  display: inline-block;
}

/* forms items */
form,
fieldset {
  border: none;
}

input,
button,
select,
label,
.btn {
  font-family: inherit;
  font-size: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
}

label {
  vertical-align: middle;
  cursor: pointer;
}

legend {
  border: 0;
  white-space: normal;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

select {
  -webkit-appearance: menulist-button;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

.btn:focus,
input[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* unstyled forms */
button.unstyled,
input[type="button"].unstyled,
input[type="submit"].unstyled,
input[type="reset"].unstyled {
  padding: 0;
  border: none;
  line-height: 1;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button.unstyled:focus,
input[type="button"].unstyled:focus,
input[type="submit"].unstyled:focus,
input[type="reset"].unstyled:focus {
  box-shadow: none;
  outline: none;
}

/* Media object */
@media (min-width: 545px) {
  .o-media {
    display: flex;
    align-items: flex-start;
  }
  .o-media-content {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}

/* Media variants */
@media (min-width: 545px) {
  .o-media--reverse {
    flex-direction: row-reverse;
  }
  .o-media-figure--center {
    align-self: center;
  }
}

/* Autogrid object */
@media (min-width: 545px) {
  [class^="autogrid"],
  [class*=" autogrid"] {
    display: flex;
  }
  [class^="autogrid"] > *,
  [class*=" autogrid"] > * {
    flex: 1;
    min-width: 0;
    /* avoid min-width:auto */
  }
}

/* Autogrid variants */
@media (min-width: 545px) {
  .has-gutter > *:not(:first-child) {
    margin-left: 1rem;
  }
  [class*="--reverse"] {
    flex-direction: row-reverse;
  }
}

/* ----------------------------- */
/* ==Global Layout               */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: 0.5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*="flex-container"],
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-h {
  flex-direction: row;
}

.flex-container-v {
  flex-direction: column;
}

.flex-item-fluid {
  flex: 1;
  min-width: 0;
}

.flex-item-first,
.grid-item-first {
  order: -1;
}

.flex-item-medium,
.grid-item-medium {
  order: 0;
}

.flex-item-last,
.grid-item-last {
  order: 1;
}

.flex-item-center,
.grid-item-center {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.is-disabled,
[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
  list-style: none;
  padding-left: 0;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

@media (min-width: 401px) {
  .w400p {
    width: 400px;
  }
  .w500p {
    width: 500px;
  }
  .w600p {
    width: 600px;
  }
}

@media (min-width: 701px) {
  .w700p {
    width: 700px;
  }
  .w800p {
    width: 800px;
  }
}

@media (min-width: 961px) {
  .w960p {
    width: 960px;
  }
  .mw960p {
    max-width: 960px;
  }
  .w1140p {
    width: 1140px;
  }
  .mw1140p {
    max-width: 1140px;
  }
}

.wauto {
  width: auto;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/
.comment-navigation,
.paging-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.alignnone {
  margin: .25em 1.5em 1.5em 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em .25em 0;
}

.alignright {
  float: right;
  margin: 0 0 .25em 1.5em;
}

.entry-content,
.comment-content {
  clear: both;
}

.entry-content::after, .entry-content::before,
.comment-content::after,
.comment-content::before {
  content: "";
  display: table;
}

.widget + .widget {
  margin: 1.5em 0 0;
}

.widget select {
  max-width: 100%;
}

/* === 5.1 Posts - post_class === */
/* === 5.2 Pages - body_class === */
/* === 5.3 Posts and Pages - Contents === */
.hentry {
  margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 1em 0;
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 1201px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}

/* medium screens */
/* -------------- */
@media (min-width: 769px) and (max-width: 1200px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}

/* small screens */
/* ------------- */
@media (min-width: 545px) and (max-width: 768px) {
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}

/* tiny screens */
/* ------------ */
@media (max-width: 544px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}

/* ---------------------------------- */
/* ==Grillade : Simple Grid System    */
/* ---------------------------------- */
/* Doc : http://grillade.knacss.com */
/* Grids common rules (for mono- and multi-lines grid) */
@media (min-width: 545px) {
  [class*=" grid"] > *,
  [class^="grid"] > * {
    box-sizing: border-box;
    min-width: 0;
    /* avoid min-width: auto */
    min-height: 0;
    /* avoid min-height: auto */
  }
  [class*=" grid"].has-gutter,
  [class^="grid"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*=" grid"].has-gutter > *,
  [class^="grid"].has-gutter > * {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=" grid"].has-gutter-l,
  [class^="grid"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*=" grid"].has-gutter-l > *,
  [class^="grid"].has-gutter-l > * {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=" grid"].has-gutter-xl,
  [class^="grid"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*=" grid"].has-gutter-xl > *,
  [class^="grid"].has-gutter-xl > * {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  /* Mono-line grid system (.grid) */
  .grid {
    display: flex;
  }
  .grid > * {
    flex: 1 1 0%;
  }
  /* Multi-line grid system (.grid-X) */
  [class*=" grid-"],
  [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
  [class^="grid-"] > * {
    flex: 0 0 auto;
    width: calc(100% - .01px);
    /* @bugfix IE https://github.com/alsacreations/KNACSS/issues/133; */
  }
  [class*=" grid-"].has-gutter > *,
  [class^="grid-"].has-gutter > * {
    width: calc(100% - 1rem - .01px);
  }
  [class*=" grid-"].has-gutter-l > *,
  [class^="grid-"].has-gutter-l > * {
    width: calc(100% - 2rem - .01px);
  }
  [class*=" grid-"].has-gutter-xl > *,
  [class^="grid-"].has-gutter-xl > * {
    width: calc(100% - 4rem - .01px);
  }
}

/* Grid offsets */
.push {
  margin-left: auto;
}

.pull {
  margin-right: auto;
}

/* Grid order */
.grid-item-first {
  order: -1;
}

.grid-item-last {
  order: 1;
}

[class*="--reverse"] {
  flex-direction: row-reverse;
}

@media (min-width: 545px) {
  [class*="grid-2"] > * {
    width: calc(100% * 1 / 2 - .01px);
  }
  [class*="grid-2"].has-gutter > * {
    width: calc(100% * 1 / 2 - 1rem - .01px);
  }
  [class*="grid-2"].has-gutter-l > * {
    width: calc(100% * 1 / 2 - 2rem - .01px);
  }
  [class*="grid-2"].has-gutter-xl > * {
    width: calc(100% * 1 / 2 - 4rem - .01px);
  }
  [class*="grid-3"] > * {
    width: calc(100% * 1 / 3 - .01px);
  }
  [class*="grid-3"].has-gutter > * {
    width: calc(100% * 1 / 3 - 1rem - .01px);
  }
  [class*="grid-3"].has-gutter-l > * {
    width: calc(100% * 1 / 3 - 2rem - .01px);
  }
  [class*="grid-3"].has-gutter-xl > * {
    width: calc(100% * 1 / 3 - 4rem - .01px);
  }
  [class*="grid-4"] > * {
    width: calc(100% * 1 / 4 - .01px);
  }
  [class*="grid-4"].has-gutter > * {
    width: calc(100% * 1 / 4 - 1rem - .01px);
  }
  [class*="grid-4"].has-gutter-l > * {
    width: calc(100% * 1 / 4 - 2rem - .01px);
  }
  [class*="grid-4"].has-gutter-xl > * {
    width: calc(100% * 1 / 4 - 4rem - .01px);
  }
  [class*="grid-5"] > * {
    width: calc(100% * 1 / 5 - .01px);
  }
  [class*="grid-5"].has-gutter > * {
    width: calc(100% * 1 / 5 - 1rem - .01px);
  }
  [class*="grid-5"].has-gutter-l > * {
    width: calc(100% * 1 / 5 - 2rem - .01px);
  }
  [class*="grid-5"].has-gutter-xl > * {
    width: calc(100% * 1 / 5 - 4rem - .01px);
  }
  [class*="grid-6"] > * {
    width: calc(100% * 1 / 6 - .01px);
  }
  [class*="grid-6"].has-gutter > * {
    width: calc(100% * 1 / 6 - 1rem - .01px);
  }
  [class*="grid-6"].has-gutter-l > * {
    width: calc(100% * 1 / 6 - 2rem - .01px);
  }
  [class*="grid-6"].has-gutter-xl > * {
    width: calc(100% * 1 / 6 - 4rem - .01px);
  }
  [class*="grid-7"] > * {
    width: calc(100% * 1 / 7 - .01px);
  }
  [class*="grid-7"].has-gutter > * {
    width: calc(100% * 1 / 7 - 1rem - .01px);
  }
  [class*="grid-7"].has-gutter-l > * {
    width: calc(100% * 1 / 7 - 2rem - .01px);
  }
  [class*="grid-7"].has-gutter-xl > * {
    width: calc(100% * 1 / 7 - 4rem - .01px);
  }
  [class*="grid-8"] > * {
    width: calc(100% * 1 / 8 - .01px);
  }
  [class*="grid-8"].has-gutter > * {
    width: calc(100% * 1 / 8 - 1rem - .01px);
  }
  [class*="grid-8"].has-gutter-l > * {
    width: calc(100% * 1 / 8 - 2rem - .01px);
  }
  [class*="grid-8"].has-gutter-xl > * {
    width: calc(100% * 1 / 8 - 4rem - .01px);
  }
  [class*="grid-9"] > * {
    width: calc(100% * 1 / 9 - .01px);
  }
  [class*="grid-9"].has-gutter > * {
    width: calc(100% * 1 / 9 - 1rem - .01px);
  }
  [class*="grid-9"].has-gutter-l > * {
    width: calc(100% * 1 / 9 - 2rem - .01px);
  }
  [class*="grid-9"].has-gutter-xl > * {
    width: calc(100% * 1 / 9 - 4rem - .01px);
  }
  [class*="grid-10"] > * {
    width: calc(100% * 1 / 10 - .01px);
  }
  [class*="grid-10"].has-gutter > * {
    width: calc(100% * 1 / 10 - 1rem - .01px);
  }
  [class*="grid-10"].has-gutter-l > * {
    width: calc(100% * 1 / 10 - 2rem - .01px);
  }
  [class*="grid-10"].has-gutter-xl > * {
    width: calc(100% * 1 / 10 - 4rem - .01px);
  }
  [class*="grid-11"] > * {
    width: calc(100% * 1 / 11 - .01px);
  }
  [class*="grid-11"].has-gutter > * {
    width: calc(100% * 1 / 11 - 1rem - .01px);
  }
  [class*="grid-11"].has-gutter-l > * {
    width: calc(100% * 1 / 11 - 2rem - .01px);
  }
  [class*="grid-11"].has-gutter-xl > * {
    width: calc(100% * 1 / 11 - 4rem - .01px);
  }
  [class*="grid-12"] > * {
    width: calc(100% * 1 / 12 - .01px);
  }
  [class*="grid-12"].has-gutter > * {
    width: calc(100% * 1 / 12 - 1rem - .01px);
  }
  [class*="grid-12"].has-gutter-l > * {
    width: calc(100% * 1 / 12 - 2rem - .01px);
  }
  [class*="grid-12"].has-gutter-xl > * {
    width: calc(100% * 1 / 12 - 4rem - .01px);
  }
}

/* Sizing individual children */
@media (min-width: 545px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% - .01px);
  }
  .has-gutter .full {
    width: calc(100% - 1rem - .01px);
  }
  .has-gutter-l .full {
    width: calc(100% - 2rem - .01px);
  }
  .has-gutter-xl .full {
    width: calc(100% - 4rem - .01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(50% - .01px);
  }
  .has-gutter .one-half {
    width: calc(50% - 1rem - .01px);
  }
  .has-gutter-l .one-half {
    width: calc(50% - 2rem - .01px);
  }
  .has-gutter-xl .one-half {
    width: calc(50% - 4rem - .01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - .01px);
  }
  .has-gutter .one-third {
    width: calc(100% / 3 - 1rem - .01px);
  }
  .has-gutter-l .one-third {
    width: calc(100% / 3 - 2rem - .01px);
  }
  .has-gutter-xl .one-third {
    width: calc(100% / 3 - 4rem - .01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - .01px);
  }
  .has-gutter .one-quarter {
    width: calc(100% / 4 - 1rem - .01px);
  }
  .has-gutter-l .one-quarter {
    width: calc(100% / 4 - 2rem - .01px);
  }
  .has-gutter-xl .one-quarter {
    width: calc(100% / 4 - 4rem - .01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - .01px);
  }
  .has-gutter .one-fifth {
    width: calc(100% / 5 - 1rem - .01px);
  }
  .has-gutter-l .one-fifth {
    width: calc(100% / 5 - 2rem - .01px);
  }
  .has-gutter-xl .one-fifth {
    width: calc(100% / 5 - 4rem - .01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - .01px);
  }
  .has-gutter .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - .01px);
  }
  .has-gutter-l .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - .01px);
  }
  .has-gutter-xl .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - .01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - .01px);
  }
  .has-gutter .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - .01px);
  }
  .has-gutter-l .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - .01px);
  }
  .has-gutter-xl .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - .01px);
  }
}

/* Responsive Small Breakpoint */
@media (min-width: 545px) and (max-width: 768px) {
  [class*="-small-4"] > * {
    width: calc(100% / 4 - .01px);
  }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
  }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
  }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
  }
  [class*="-small-3"] > * {
    width: calc(100% / 3 - .01px);
  }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
  }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
  }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
  }
  [class*="-small-2"] > * {
    width: calc(100% / 2 - .01px);
  }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
  }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
  }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
  }
  [class*="-small-1"] > * {
    width: calc(100% - .01px);
  }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% - 1rem - .01px);
  }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% - 2rem - .01px);
  }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% - 4rem - .01px);
  }
}

/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/*!
* Styles CASC
*/
/** Fonts **/
@font-face {
  font-family: 'BrandonGrotesque';
  src: url("fonts/BrandonGrotesque-Regular.eot");
  src: url("fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("fonts/BrandonGrotesque-Regular.woff") format("woff"), url("fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("fonts/BrandonGrotesque-Regular.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

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

/** Variables **/
/** Mixins **/
/** Général **/
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "BrandonGrotesque", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #666666;
}

.mw1200p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mw100 {
  max-width: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.hide {
  display: none;
}

h1, h2, h3 {
  margin: 0 0 20px 0;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d44234;
}

a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

strong,
b {
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.button {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 40px 10px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #d44234;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btndon {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #d44234;
  color: #FFFFFF;
  line-height: 200px;
  border-radius: 100%;
  border: 5px solid white;
}

.btndon:hover {
  background-color: #666666;
  color: #FFFFFF;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  box-shadow: none !important;
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid #b1b2b2;
}

/** Lightbox **/
.pum-theme-28, .pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.6);
}

.pum-theme-28 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 45px 18px;
}

.pum-theme-28 .pum-title, .pum-theme-default-theme .pum-title {
  margin: 0 0 20px 0;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d44234;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0;
}

.pum-theme-28 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  background-color: #d44234;
}

/** Sideshow **/
header {
  position: relative;
}

header #slideshow {
  position: relative;
  height: 35vh;
  width: 100%;
}

header #logo {
  position: relative;
  z-index: 1000;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  max-width: 60%;
}

@media screen and (max-width: 760px) {
  header #logo {
    margin-top: -150px;
  }
}

@media screen and (max-width: 400px) {
  header #logo {
    margin-top: -100px;
  }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
  header #logo {
    margin-top: -75px;
  }
  header #logo img {
    max-width: 35%;
  }
}

/** Déductions **/
.btndon {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #d44234;
  color: #FFFFFF;
  line-height: 200px;
  border-radius: 100%;
  border: 10px solid white;
  z-index: 1000;
}

.btndon:hover {
  background-color: #666666;
  color: #FFFFFF;
}

#visueljaune {
  height: 30vh;
  margin-top: -100px;
  background-image: url(images/visuel-jaune.jpg);
  background-size: cover;
}

#deduction h2 {
  margin: 0 0 20px 0;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #e6952f;
}

/** Saviez-vous **/
#saviezvous {
  position: relative;
}

#mosaique {
  margin-top: -100px;
}

.masonry-item {
  width: 20%;
  height: 360px;
  background-size: cover;
}

.masonry-item:nth-of-type(n+1) {
  background-image: url(images/mosaique-image1.jpg);
}

.masonry-item:nth-of-type(n+2) {
  background-image: url(images/mosaique-image2.jpg);
}

.masonry-item:nth-of-type(n+3) {
  background-image: url(images/mosaique-image3.jpg);
}

.masonry-item:nth-of-type(n+4) {
  background-image: url(images/mosaique-image4.jpg);
}

.masonry-item:nth-of-type(n+5) {
  background-image: url(images/mosaique-image5.jpg);
}

.masonry-item:nth-of-type(n+6) {
  background-image: url(images/mosaique-image6.jpg);
}

.masonry-item:nth-of-type(n+7) {
  background-image: url(images/mosaique-image7.jpg);
}

.masonry-item:nth-of-type(n+8) {
  background-image: url(images/mosaique-image8.jpg);
}

.masonry-item:nth-of-type(n+9) {
  background-image: url(images/mosaique-image9.jpg);
}

.masonry-item:nth-of-type(n+10) {
  background-image: url(images/mosaique-image10.jpg);
}

@media screen and (max-width: 1200px) {
  .masonry-item {
    width: 25%;
  }
  .masonry-item:nth-of-type(n+9) {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .masonry-item {
    width: 33.3333%;
  }
  .masonry-item:nth-of-type(n+7) {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .masonry-item {
    width: 50%;
  }
}

aside.hover {
  display: flex;
  position: absolute;
  max-width: 100%;
  bottom: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(212, 66, 52, 0.9);
  color: #FFFFFF;
}

aside.hover h2 {
  margin: 0 0 20px 0;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}

aside.hover .hover-text {
  margin: auto;
}

aside.hover .hover-text .titre-legs {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 6px 15px 3px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: normal;
  color: #FFFFFF;
  background-color: #666666;
}

aside.hover .button {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 40px 10px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d44234;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

aside.hover .button:hover {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 40px 10px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #666666;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/** Liens **/
#liens {
  align-items: baseline;
}

#liens .logo-autre {
  position: relative;
  z-index: 1000;
}

#liens .visuel-liens {
  margin-top: -100px;
}

#liens .lien-plus:after {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

#liens .button {
  display: block;
  color: #FFFFFF;
}

#liens .button.infos {
  background-color: #b1b2b2;
  color: #FFFFFF;
}

#liens .button:hover {
  background-color: #666666 !important;
}

#liens #appui {
  flex-shrink: 0;
  flex-basis: 50%;
}

#liens #appui .visuel-liens img {
  border-bottom: 10px solid #e6952f;
}

#liens #appui h3 {
  color: #e6952f;
}

#liens #appui .lien-plus {
  border-bottom: 10px solid #e6952f;
}

#liens #appui .lien-plus:after {
  content: url(images/fleche-jaune.png);
}

#liens #appui .button.soutenir {
  background-color: #e6952f;
}

#liens #musee {
  flex-shrink: 0;
  flex-basis: 50%;
}

#liens #musee .visuel-liens img {
  border-bottom: 10px solid #d44234;
}

#liens #musee .lien-plus {
  border-bottom: 10px solid #d44234;
}

#liens #musee .lien-plus:after {
  content: url(images/fleche-rouge.png);
}

#liens .lien-plus {
  position: relative;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #b1b2b2;
  cursor: pointer;
}

#liens .lien-plus.rotate:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 10px;
}

/** Formulaire **/
body .gform_wrapper ul li.gfield {
  margin-top: 0;
}

body .gform_wrapper ul li.gfield.gf_simple_horizontal {
  width: 100%;
}

body .gform_wrapper .gform_footer {
  text-align: center;
}

body .gform_wrapper input.gform_button {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 40px 10px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #d44234;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body .gform_wrapper input.gform_button:hover {
  background-color: #666666;
  color: #FFFFFF;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .gfield_required,
body .gform_wrapper .validation_message,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #d44234;
}

body .gform_wrapper div.validation_error {
  color: #d44234;
  border-top: 2px solid #d44234;
  border-bottom: 2px solid #d44234;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid #d44234;
}

.gform_wrapper .form-don ul#gform_fields_1 {
  padding-bottom: 0;
}

.gform_wrapper .form-don .gform_body {
  display: flex;
  justify-content: space-around;
  width: 100% !important;
}

.gform_wrapper .form-don .gsection {
  border: none;
  background-color: #d44234;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 15px !important;
}

.gform_wrapper .form-don .gsection.last {
  display: none;
}

.gform_wrapper .form-don h2.gsection_title {
  color: #FFFFFF;
  font-size: 2.8rem;
}

.gform_wrapper .form-don span.gform_description {
  font-size: 1.3em;
}

.gform_wrapper .form-don .top_label div.ginput_container,
.gform_wrapper .form-don li.hidden_label input {
  margin-top: 2px;
}

.gform_wrapper .form-don span.gfield_required {
  display: none;
}

.gform_wrapper .form-don .eur:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  content: "\f153";
  color: #FFFFFF;
}

.gform_wrapper .form-don .user:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  content: "\f007";
  color: #FFFFFF;
}

.gform_wrapper .form-don .lock:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 10px;
  content: "\f023";
  color: #FFFFFF;
}

.gform_wrapper .form-don ul.gform_fields {
  background-color: #eff0f0;
  width: 30%;
  padding-bottom: 20px;
  align-self: flex-start;
}

.gform_wrapper .form-don ul.gform_fields:last-child {
  padding-bottom: 0;
}

.gform_wrapper .form-don ul.gform_fields .gfield {
  margin: 0 !important;
  padding: 0 15px;
  /* Champs radio 100% */
  /*.montant-don input{ display:none !important; }*/
}

.gform_wrapper .form-don ul.gform_fields .gfield.gsection.empty, .gform_wrapper .form-don ul.gform_fields .gfield.montant-don {
  display: none;
}

.gform_wrapper .form-don ul.gform_fields .gfield.field_description_below div.ginput_container_radio {
  margin-top: 22px;
}

.gform_wrapper .form-don ul.gform_fields .gfield.cheque {
  background-color: white;
  padding-top: 20px;
  font-size: 0.8em;
  text-align: center;
}

.gform_wrapper .form-don ul.gform_fields .gfield input[type=text],
.gform_wrapper .form-don ul.gform_fields .gfield input[type=email],
.gform_wrapper .form-don ul.gform_fields .gfield textarea,
.gform_wrapper .form-don ul.gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #b1b2b2;
}

.gform_wrapper .form-don ul.gform_fields .gfield select,
.gform_wrapper .form-don ul.gform_fields .gfield option {
  font-size: 0.9em;
}

.gform_wrapper .form-don ul.gform_fields .gfield label {
  font-size: 0.9em;
  letter-spacing: normal;
  white-space: nowrap;
  font-weight: normal;
  margin: 21px 0 0;
}

.gform_wrapper .form-don ul.gform_fields .gfield.frequence .gfield_radio {
  /*margin-top:3rem !important;*/
  width: auto;
}

.gform_wrapper .form-don ul.gform_fields .gfield.frequence .gfield_radio li {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid;
  text-transform: uppercase;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio {
  width: 100%;
}

.gform_wrapper .form-don ul.gform_fields .gfield ul.gfield_radio li {
  width: 31%;
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

.gform_wrapper .form-don ul.gform_fields .gfield ul.gfield_radio li input[type="radio"] {
  display: none !important;
}

.gform_wrapper .form-don ul.gform_fields .gfield ul.gfield_radio li label {
  max-width: none;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  color: #000000;
  white-space: normal;
  margin: 6px 0 0 !important;
}

.gform_wrapper .form-don ul.gform_fields .gfield ul.gfield_radio li.active {
  background-color: #e6952f;
  color: #FFFFFF;
}

.gform_wrapper .form-don ul.gform_fields .gfield ul.gfield_radio li.active label {
  color: #FFFFFF;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:first-of-type {
  margin-left: 0 !important;
  margin-right: 2% !important;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:nth-of-type(2) {
  margin-left: 1% !important;
  margin-right: 1% !important;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:nth-of-type(3) {
  margin-right: 0% !important;
  margin-left: 2% !important;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:last-of-type {
  display: block;
  width: 99%;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 !important;
  border-bottom: 1px solid #b1b2b2;
  text-align: left;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:last-of-type.active {
  background-color: #FFFFFF;
  color: #000000;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:last-of-type input#input_1_4_other,
.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:last-of-type input#input_1_23_other {
  width: 90%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 5px 15px;
}

.gform_wrapper .form-don ul.gform_fields .gfield.gf_list_3col .gfield_radio li:last-of-type span.euro {
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  color: #000000;
}

.gform_wrapper .form-don ul.gform_fields .gfield.bloc-reduction {
  position: relative;
  margin: 20px 15px !important;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  background-color: #b1b2b2;
}

.gform_wrapper .form-don ul.gform_fields .gfield.bloc-reduction:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(177, 178, 178, 0);
  border-bottom-color: #b1b2b2;
  border-width: 20px;
  margin-left: -20px;
}

.gform_wrapper .form-don ul.gform_fields .gfield.bloc-reduction span {
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
}

.gform_wrapper .form-don ul.gform_fields .gfield.spacer-top {
  padding-top: 2rem;
  font-size: 2rem;
  font-size: 1.8rem;
}

.gform_wrapper .form-don ul.gform_fields .gfield .ginput_complex .ginput_left,
.gform_wrapper .form-don ul.gform_fields .gfield .ginput_complex .ginput_right {
  width: 100%;
  margin: 0;
  padding: 0;
}

.gform_wrapper .form-don .gsection_description {
  margin-bottom: 0 !important;
}

.gform_wrapper .form-don .ginput_container span.euro {
  display: inline-block;
}

.gform_wrapper .form-don .ginput_complex .ginput_full,
.gform_wrapper .form-don .ginput_cardinfo_right {
  position: relative;
  display: block;
}

.gform_wrapper .form-don .gform_card_icon_container {
  position: absolute;
  right: 5px;
  bottom: 0;
  margin: 0;
}

.gform_wrapper .form-don .gform_card_icon_container div.gform_card_icon {
  margin-right: 0;
}

.gform_wrapper .form-don #input_1_13_1_container input {
  padding-right: 125px;
}

.gform_wrapper .form-don .ginput_complex .ginput_cardinfo_left {
  width: 100%;
}

.gform_wrapper .form-don .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .form-don .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  margin: 4px 0 0;
  width: 49% !important;
}

.gform_wrapper .form-don .ginput_cardinfo_right {
  width: 49% !important;
}

.gform_wrapper .form-don .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: auto;
  left: auto;
  margin: 0;
}

.gform_wrapper .form-don .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 100% !important;
  padding-right: 50px !important;
}

.gform_wrapper .form-don li.gfield.gfield_error,
.gform_wrapper .form-don li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
}

.gform_wrapper .form-don .field_description_below .gfield_description {
  padding-top: 5px;
}

.gform_wrapper .form-don li.gfield.btn-submit {
  padding-bottom: 20px;
}

.gform_wrapper .form-don li.gfield.btn-submit input {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2em;
  background-color: #e6952f;
  white-space: normal;
}

.gform_wrapper .form-don li.gfield.btn-submit input:hover {
  background-color: #666666;
}

.gform_wrapper .form-don .gform_footer {
  display: none;
}

.gform_confirmation_message_1 {
  text-align: center;
  font-size: 1.2em;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  color: #e6952f;
  margin: 40px auto;
}

.gform_confirmation_message_1 .button {
  background-color: #e6952f;
  font-size: 1em;
}

.gform_confirmation_message_1 .button:hover {
  background-color: #666666;
  color: #FFFFFF;
}

div.cheque {
  margin: 30px auto 50px;
}

/* Formulaire calendrier */
body .calendrier #contenu .gform_wrapper .gform_body ul.gform_fields li.gfield #gfield_description_1_1 {
  visibility: hidden;
}

body .calendrier #contenu .gform_wrapper .gform_body ul.gform_fields li.gfield.visuel-calendrier {
  background-color: #ffffff;
  padding-top: 20px;
}

body .calendrier #contenu aside {
  background-color: #eff0f0;
  padding: 30px;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

/** Footer **/
.footer {
  height: 300px;
  font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  background-image: url(images/visuel-footer.png);
  background-color: #797a7a;
  background-size: cover;
  color: #FFFFFF;
}

.footer.neg {
  margin-top: -100px;
}

.footer .flex-start {
  flex-grow: 1;
}

.footer .adresse-footer {
  margin-left: 30px;
}

.footer nav ul {
  list-style-type: none;
}

.footer nav ul a {
  color: #FFFFFF;
  text-decoration: none;
}

/** Responsive **/
@media screen and (max-width: 760px) {
  h1, h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  .flex {
    flex-direction: column;
  }
  .button {
    font-size: 1.2em;
  }
  .gform_wrapper .gform_body {
    flex-direction: column;
  }
  .w300p {
    width: auto;
  }
  aside.hover {
    top: 28%;
    bottom: auto;
  }
  .footer {
    height: auto;
    min-height: 300px;
  }
  .footer.neg {
    padding-top: 100px;
  }
  .footer .txtleft, .footer .txtright {
    text-align: center;
    margin-top: 20px;
  }
  .footer .adresse-footer {
    margin-left: 0;
  }
  /** Formulaire de don **/
  .gform_wrapper .form-don .gform_body .gform_fields {
    width: 90%;
    margin: 15px auto !important;
    text-align: center;
    align-self: center;
  }
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: normal;
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin: 0 auto;
  }
}


.texte-strong {
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.texte-important {
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #d44234;
}

.texte-important-orange {
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #e6952f;
}




/* =========================================
   POPUP MAKER
   ========================================= */

/* Overlay */
.pum-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Fenêtre */
.pum-container {
    padding: 45px 30px !important;
}

/* Titre */
.pum-title {
    margin: 0 0 20px 0 !important;
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    text-transform: uppercase;
    color: #d44234 !important;
}

/* Contenu */
.pum-content {
    font-family: "BrandonGrotesque", Helvetica, Arial, sans-serif;
    color: #666666;
    line-height: 1.3;
}

/* Gras dans les popups */
.pum-content strong,
.pum-content b {
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

/* Bouton fermeture */
.pum-close {
    background-color: #d44234 !important;
    color: #ffffff !important;
}

/* Liens / boutons dans le contenu */
.pum-content .button {
    display: inline-block;
    padding: 15px 40px 10px;
    font-family: "BrandonGrotesque Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #d44234;
}

.pum-content .button:hover {
    background-color: #666666;
    color: #ffffff;
}

.pum-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Mobile */
@media screen and (max-width: 760px) {

    .pum-container {
        padding: 30px 20px !important;
    }

    .pum-title {
        font-size: 1.6em;
    }
}