/*
Theme Name: La Voix du Gibloux
Author: BMP
Description: Thème pour le site de La Voix du Gibloux
Version: 1.0
*/


/*
* www.KNACSS.com V4.1.0 (2015-03-30) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/* normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_01a-normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_01a-normalize.scss */
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.
 */
/* line 45, ../sass/_01a-normalize.scss */
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.
 */
/* line 57, ../sass/_01a-normalize.scss */
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.
 */
/* line 67, ../sass/_01a-normalize.scss */
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.
 */
/* line 78, ../sass/_01a-normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_01a-normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, ../sass/_01a-normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_01a-normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_01a-normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_01a-normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_01a-normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_01a-normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_01a-normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_01a-normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_01a-normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_01a-normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_01a-normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../sass/_01a-normalize.scss */
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.
 */
/* line 256, ../sass/_01a-normalize.scss */
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.
 */
/* line 266, ../sass/_01a-normalize.scss */
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.
 */
/* line 278, ../sass/_01a-normalize.scss */
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.
 */
/* line 293, ../sass/_01a-normalize.scss */
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.
 */
/* line 303, ../sass/_01a-normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../sass/_01a-normalize.scss */
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.
 */
/* line 322, ../sass/_01a-normalize.scss */
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.
 */
/* line 335, ../sass/_01a-normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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`.
 */
/* line 347, ../sass/_01a-normalize.scss */
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).
 */
/* line 357, ../sass/_01a-normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_01a-normalize.scss */
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.
 */
/* line 390, ../sass/_01a-normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_01a-normalize.scss */
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.
 */
/* line 408, ../sass/_01a-normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_01a-normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../sass/_01a-normalize.scss */
td,
th {
  padding: 0;
}

/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching to border-box model for all elements */
/* line 6, ../sass/_01b-base.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 10, ../sass/_01b-base.scss */
* {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 15, ../sass/_01b-base.scss */
ul,
ol {
  padding-left: 2em;
}

/* line 19, ../sass/_01b-base.scss */
ul.unstyled {
  list-style: none;
}

/* line 23, ../sass/_01b-base.scss */
img {
  vertical-align: middle;
}

/* height auto only for non SVG images */
/* line 28, ../sass/_01b-base.scss */
img:not([src$=".svg"]) {
  height: auto;
}

/* line 33, ../sass/_01b-base.scss */
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
/* line 42, ../sass/_01b-base.scss */
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: -webkit-calc(1em * 0.625);
  font-size: -moz-calc(1em * 0.625);
  font-size: calc(1em * 0.625);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 56, ../sass/_01b-base.scss */
body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1.8em;

  color: #417379;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1em;
}

/* line 67, ../sass/_01b-base.scss */
a {
  color: #ff5a00;
}
/* line 69, ../sass/_01b-base.scss */
a:hover, a:focus, a:active {
  color: #ff5a00;
}

/* font-sizing for content */
/* line 88, ../sass/_01b-base.scss */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.65em;
  margin-bottom: 0;
  line-height: 1em;
}

/* line 94, ../sass/_01b-base.scss */
h1, .h1-like {
  color: white;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

/* line 101, ../sass/_01b-base.scss */
h2, .h2-like {
  font-size: 4rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #ff5a00;
  text-transform: uppercase;
}

/* line 108, ../sass/_01b-base.scss */
h3, .h3-like {
  font-size: 3rem;
  color: #ff5a00;
  text-transform: uppercase;
  font-weight: lighter;
}

/* line 115, ../sass/_01b-base.scss */
h4, .h4-like {
  font-size: 2rem;
  color: #9ccd25;
  text-transform: uppercase;
}

/* line 122, ../sass/_01b-base.scss */
h5, .h5-like {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: lighter;
  color: #9ccd25;
  font-weight: lighter;
}

/* line 130, ../sass/_01b-base.scss */
h6, .h6-like {
  font-size: 1rem;
}

/* alternate font-sizing */
/* line 136, ../sass/_01b-base.scss */
.smaller {
  font-size: 0.6em;
}

/* line 140, ../sass/_01b-base.scss */
.small {
  font-size: 0.8em;
}

/* line 144, ../sass/_01b-base.scss */
.big {
  font-size: 1.2em;
}

/* line 148, ../sass/_01b-base.scss */
.bigger {
  font-size: 1.5em;
}

/* line 152, ../sass/_01b-base.scss */
.biggest {
  font-size: 2em;
}

/* line 159, ../sass/_01b-base.scss */
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, DejaVu Sans Mono, Courier, monospace;
  line-height: normal;
}

/* line 172, ../sass/_01b-base.scss */
em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

/* line 178, ../sass/_01b-base.scss */
small,
sub,
sup {
  font-size: smaller;
}

/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for assistance tools, Yahoo! method */
/* line 187, ../sass/_01b-base.scss */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

@media (max-width: 768px) {
  /* line 198, ../sass/_01b-base.scss */
  .no-small-screen {
    display: none;
  }
}
@media (min-width: 1280px) {
  /* line 204, ../sass/_01b-base.scss */
  .no-large-screen {
    display: none;
  }
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
/* line 233, ../sass/_01b-base.scss */
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 */
/* line 242, ../sass/_01b-base.scss */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* max values */
/* line 256, ../sass/_01b-base.scss */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}

/* margin-bottom on tables */
/* line 261, ../sass/_01b-base.scss */
table {
  margin-bottom: 20px;
}

/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
/* line 6, ../sass/_02-layout.scss */
.mod {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
/* line 13, ../sass/_02-layout.scss */
.clear,
.line,
.row {
  clear: both;
}

/* blocks that must contain floats */
/* line 20, ../sass/_02-layout.scss */
.clearfix::after,
.line::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}

/* simple blocks alignment */
/* line 29, ../sass/_02-layout.scss */
.alignleft{
      float: left;
      margin-right: 15px;
}
.left {
  margin-right: auto;
  float: left;
}

/* line 34, ../sass/_02-layout.scss */
.alignright{
      float: right;
      margin-left: 15px;
}

.right {
  margin-left: auto;
}

/* line 38, ../sass/_02-layout.scss */
.aligncenter,
.center {
  margin-left: auto;
  margin-right: auto;
}

/* text and contents alignment */
/* line 44, ../sass/_02-layout.scss */
.txtleft {
  text-align: left;
}

/* line 48, ../sass/_02-layout.scss */
.txtright {
  text-align: right;
}

/* line 52, ../sass/_02-layout.scss */
.txtcenter {
  text-align: center;
}

/* floating elements */
/* line 57, ../sass/_02-layout.scss */
.fl {
  float: left;
}

/* line 61, ../sass/_02-layout.scss */
img.fl {
  margin-right: 10px;
}

/* line 65, ../sass/_02-layout.scss */
.fr {
  float: right;
}

/* line 69, ../sass/_02-layout.scss */
img.fr {
  margin-left: 10px;
}

/* line 74, ../sass/_02-layout.scss */
img.fl,
img.fr {
  margin-bottom: 5px;
}

/* table layout */
/* line 79, ../sass/_02-layout.scss */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* line 86, ../sass/_02-layout.scss */
.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}

/* no table-cell for script tag when body is a .row */
/* line 92, ../sass/_02-layout.scss */
body > script {
  display: none !important;
}

/* inline-block */
/* line 97, ../sass/_02-layout.scss */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
/* line 108, ../sass/_02-layout.scss */
.flexbox,
.flexbox-h,
.flexbox-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}

/* line 114, ../sass/_02-layout.scss */
.flexbox-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

/* line 118, ../sass/_02-layout.scss */
.flexitem-fluid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

/* line 122, ../sass/_02-layout.scss */
.flexitem-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
     -moz-box-ordinal-group: 0;
          order: -1;
}

/* line 126, ../sass/_02-layout.scss */
.flexitem-medium {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

/* line 130, ../sass/_02-layout.scss */
.flexitem-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

/* line 134, ../sass/_02-layout.scss */
.flexitem-center {
  margin: auto;
}

/* ---------------------------------- */
/* ==Grids                            */
/* ---------------------------------- */
/* line 20, ../sass/_03-grids.scss */
[class*="grid-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-left: -1em;
}

/* line 28, ../sass/_03-grids.scss */
[class*="grid-"] > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  /* IE fix */
  width: -webkit-calc(100% * 1 / 4 - 1em);
  width: -moz-calc(100% * 1 / 4 - 1em);
  width: calc(100% * 1 / 4 - 1em);
  margin-left: 1em;
}

/* line 38, ../sass/_03-grids.scss */
.grid-2 > * {
  width: -webkit-calc(100% * 1 / 2 - 1em);
  width: -moz-calc(100% * 1 / 2 - 1em);
  width: calc(100% * 1 / 2 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-2 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 2 - 1em);
  width: -moz-calc(100% * 2 / 2 - 1em);
  width: calc(100% * 2 / 2 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-2 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-2 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-2 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-2 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-3 > * {
  width: -webkit-calc(100% * 1 / 3 - 1em);
  width: -moz-calc(100% * 1 / 3 - 1em);
  width: calc(100% * 1 / 3 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-3 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 3 - 1em);
  width: -moz-calc(100% * 2 / 3 - 1em);
  width: calc(100% * 2 / 3 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-3 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-3 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-3 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-3 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-4 > * {
  width: -webkit-calc(100% * 1 / 4 - 1em);
  width: -moz-calc(100% * 1 / 4 - 1em);
  width: calc(100% * 1 / 4 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-4 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 4 - 1em);
  width: -moz-calc(100% * 2 / 4 - 1em);
  width: calc(100% * 2 / 4 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-4 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-4 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-4 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-4 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-5 > * {
  width: -webkit-calc(100% * 1 / 5 - 1em);
  width: -moz-calc(100% * 1 / 5 - 1em);
  width: calc(100% * 1 / 5 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-5 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 5 - 1em);
  width: -moz-calc(100% * 2 / 5 - 1em);
  width: calc(100% * 2 / 5 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-5 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-5 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-5 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-5 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-6 > * {
  width: -webkit-calc(100% * 1 / 6 - 1em);
  width: -moz-calc(100% * 1 / 6 - 1em);
  width: calc(100% * 1 / 6 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-6 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 6 - 1em);
  width: -moz-calc(100% * 2 / 6 - 1em);
  width: calc(100% * 2 / 6 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-6 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-6 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-6 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-6 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-7 > * {
  width: -webkit-calc(100% * 1 / 7 - 1em);
  width: -moz-calc(100% * 1 / 7 - 1em);
  width: calc(100% * 1 / 7 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-7 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 7 - 1em);
  width: -moz-calc(100% * 2 / 7 - 1em);
  width: calc(100% * 2 / 7 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-7 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-7 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-7 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-7 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-8 > * {
  width: -webkit-calc(100% * 1 / 8 - 1em);
  width: -moz-calc(100% * 1 / 8 - 1em);
  width: calc(100% * 1 / 8 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-8 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 8 - 1em);
  width: -moz-calc(100% * 2 / 8 - 1em);
  width: calc(100% * 2 / 8 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-8 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-8 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-8 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-8 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-10 > * {
  width: -webkit-calc(100% * 1 / 10 - 1em);
  width: -moz-calc(100% * 1 / 10 - 1em);
  width: calc(100% * 1 / 10 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-10 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 10 - 1em);
  width: -moz-calc(100% * 2 / 10 - 1em);
  width: calc(100% * 2 / 10 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-10 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-10 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-10 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-10 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 38, ../sass/_03-grids.scss */
.grid-12 > * {
  width: -webkit-calc(100% * 1 / 12 - 1em);
  width: -moz-calc(100% * 1 / 12 - 1em);
  width: calc(100% * 1 / 12 - 1em);
}
/* line 41, ../sass/_03-grids.scss */
.grid-12 > .flexitem-double {
  width: -webkit-calc(100% * 2 / 12 - 1em);
  width: -moz-calc(100% * 2 / 12 - 1em);
  width: calc(100% * 2 / 12 - 1em);
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass/_03-grids.scss */
  .grid-12 > * {
    width: -webkit-calc(100% * 1 / 2 - 1em);
    width: -moz-calc(100% * 1 / 2 - 1em);
    width: calc(100% * 1 / 2 - 1em);
  }
  /* line 48, ../sass/_03-grids.scss */
  .grid-12 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media (max-width: 480px) {
  /* line 53, ../sass/_03-grids.scss */
  .grid-12 > * {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
  /* line 56, ../sass/_03-grids.scss */
  .grid-12 > .flexitem-double {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-2-1 > *:nth-child(odd) {
  width: -webkit-calc(66.66667% - 1em);
  width: -moz-calc(66.66667% - 1em);
  width: calc(66.66667% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-2-1 > *:nth-child(even) {
  width: -webkit-calc(33.33333% - 1em);
  width: -moz-calc(33.33333% - 1em);
  width: calc(33.33333% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-2-1 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-1-2 > *:nth-child(odd) {
  width: -webkit-calc(33.33333% - 1em);
  width: -moz-calc(33.33333% - 1em);
  width: calc(33.33333% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-1-2 > *:nth-child(even) {
  width: -webkit-calc(66.66667% - 1em);
  width: -moz-calc(66.66667% - 1em);
  width: calc(66.66667% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-1-2 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-3-1 > *:nth-child(odd) {
  width: -webkit-calc(75% - 1em);
  width: -moz-calc(75% - 1em);
  width: calc(75% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-3-1 > *:nth-child(even) {
  width: -webkit-calc(25% - 1em);
  width: -moz-calc(25% - 1em);
  width: calc(25% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-3-1 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-1-3 > *:nth-child(odd) {
  width: -webkit-calc(25% - 1em);
  width: -moz-calc(25% - 1em);
  width: calc(25% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-1-3 > *:nth-child(even) {
  width: -webkit-calc(75% - 1em);
  width: -moz-calc(75% - 1em);
  width: calc(75% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-1-3 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-3-2 > *:nth-child(odd) {
  width: -webkit-calc(60% - 1em);
  width: -moz-calc(60% - 1em);
  width: calc(60% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-3-2 > *:nth-child(even) {
  width: -webkit-calc(40% - 1em);
  width: -moz-calc(40% - 1em);
  width: calc(40% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-3-2 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-2-3 > *:nth-child(odd) {
  width: -webkit-calc(40% - 1em);
  width: -moz-calc(40% - 1em);
  width: calc(40% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-2-3 > *:nth-child(even) {
  width: -webkit-calc(60% - 1em);
  width: -moz-calc(60% - 1em);
  width: calc(60% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-2-3 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-4-1 > *:nth-child(odd) {
  width: -webkit-calc(80% - 1em);
  width: -moz-calc(80% - 1em);
  width: calc(80% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-4-1 > *:nth-child(even) {
  width: -webkit-calc(20% - 1em);
  width: -moz-calc(20% - 1em);
  width: calc(20% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-4-1 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* line 103, ../sass/_03-grids.scss */
.grid-1-4 > *:nth-child(odd) {
  width: -webkit-calc(20% - 1em);
  width: -moz-calc(20% - 1em);
  width: calc(20% - 1em);
}
/* line 107, ../sass/_03-grids.scss */
.grid-1-4 > *:nth-child(even) {
  width: -webkit-calc(80% - 1em);
  width: -moz-calc(80% - 1em);
  width: calc(80% - 1em);
}
@media (max-width: 480px) {
  /* line 112, ../sass/_03-grids.scss */
  .grid-1-4 > *:nth-child(n) {
    width: -webkit-calc(100% - 1em);
    width: -moz-calc(100% - 1em);
    width: calc(100% - 1em);
  }
}

/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
/* line 6, ../sass/_04-tables.scss */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  border: 1px solid #ccc;
}

/* line 15, ../sass/_04-tables.scss */
.table {
  display: table;
}

/* line 20, ../sass/_04-tables.scss */
table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}

/* line 24, ../sass/_04-tables.scss */
caption {
  padding: 10px;
  color: #555;
  font-style: italic;
}

/* line 31, ../sass/_04-tables.scss */
td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  vertical-align: top;
  min-width: 20px;
  cursor: default;
  text-align: left;
}

/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
/* line 10, ../sass/_05-forms.scss */
.btn {
  display: inline-block;
}

/* forms items */
/* line 16, ../sass/_05-forms.scss */
form,
fieldset {
  border: none;
}

/* line 24, ../sass/_05-forms.scss */
input,
button,
select,
label,
.btn {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
}

/* line 30, ../sass/_05-forms.scss */
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* line 36, ../sass/_05-forms.scss */
legend {
  border: 0;
  white-space: normal;
}

/* line 41, ../sass/_05-forms.scss */
textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}

/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
/* line 56, ../sass/_05-forms.scss */
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;
}

/* line 60, ../sass/_05-forms.scss */
::-webkit-input-placeholder {
  color: #777;
}

/* line 65, ../sass/_05-forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

/* line 71, ../sass/_05-forms.scss */
.btn:focus,
input:focus,
button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
/* line 7, ../sass/_06-helpers.scss */
.w10 {
  width: 10%;
}

/* line 11, ../sass/_06-helpers.scss */
.w20 {
  width: 20%;
}

/* line 15, ../sass/_06-helpers.scss */
.w25 {
  width: 25%;
}

/* line 19, ../sass/_06-helpers.scss */
.w30 {
  width: 30%;
}

/* line 23, ../sass/_06-helpers.scss */
.w33 {
  width: 33.3333%;
}

/* line 27, ../sass/_06-helpers.scss */
.w40 {
  width: 40%;
}

/* line 31, ../sass/_06-helpers.scss */
.w50 {
  width: 50%;
}

/* line 35, ../sass/_06-helpers.scss */
.w60 {
  width: 60%;
}

/* line 39, ../sass/_06-helpers.scss */
.w66 {
  width: 66.6666%;
}

/* line 43, ../sass/_06-helpers.scss */
.w70 {
  width: 70%;
}

/* line 47, ../sass/_06-helpers.scss */
.w75 {
  width: 75%;
}

/* line 51, ../sass/_06-helpers.scss */
.w80 {
  width: 80%;
}

/* line 55, ../sass/_06-helpers.scss */
.w90 {
  width: 90%;
}

/* line 59, ../sass/_06-helpers.scss */
.w100 {
  width: 100%;
}

/* line 63, ../sass/_06-helpers.scss */
.w50p {
  width: 50px;
}

/* line 67, ../sass/_06-helpers.scss */
.w100p {
  width: 100px;
}

/* line 71, ../sass/_06-helpers.scss */
.w150p {
  width: 150px;
}

/* line 75, ../sass/_06-helpers.scss */
.w200p {
  width: 200px;
}

/* line 79, ../sass/_06-helpers.scss */
.w300p {
  width: 300px;
}

/* line 83, ../sass/_06-helpers.scss */
.w400p {
  width: 400px;
}

/* line 87, ../sass/_06-helpers.scss */
.w500p {
  width: 500px;
}

/* line 91, ../sass/_06-helpers.scss */
.w600p {
  width: 600px;
}

/* line 95, ../sass/_06-helpers.scss */
.w700p {
  width: 700px;
}

/* line 99, ../sass/_06-helpers.scss */
.w800p {
  width: 800px;
}

/* line 103, ../sass/_06-helpers.scss */
.w960p {
  width: 960px;
}

/* line 107, ../sass/_06-helpers.scss */
.mw960p {
  max-width: 960px;
}

/* line 111, ../sass/_06-helpers.scss */
.w1140p {
  width: 1140px;
}

/* line 115, ../sass/_06-helpers.scss */
.mw1140p {
  max-width: 1140px;
}

/* line 119, ../sass/_06-helpers.scss */
.wauto {
  width: auto;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
/* line 129, ../sass/_06-helpers.scss */
.man,
.ma0 {
  margin: 0;
}

/* line 134, ../sass/_06-helpers.scss */
.pan,
.pa0 {
  padding: 0;
}

/* line 138, ../sass/_06-helpers.scss */
.mas {
  margin: 10px;
}

/* line 142, ../sass/_06-helpers.scss */
.mam {
  margin: 20px;
}

/* line 146, ../sass/_06-helpers.scss */
.mal {
  margin: 40px;
}

/* line 150, ../sass/_06-helpers.scss */
.pas {
  padding: 10px;
}

/* line 154, ../sass/_06-helpers.scss */
.pam {
  padding: 20px;
}

/* line 158, ../sass/_06-helpers.scss */
.pal {
  padding: 40px;
}

/* line 163, ../sass/_06-helpers.scss */
.mtn,
.mt0 {
  margin-top: 0;
}

/* line 167, ../sass/_06-helpers.scss */
.mts {
  margin-top: 10px;
}

/* line 171, ../sass/_06-helpers.scss */
.mtm {
  margin-top: 20px;
}

/* line 175, ../sass/_06-helpers.scss */
.mtl {
  margin-top: 40px;
}

/* line 180, ../sass/_06-helpers.scss */
.mrn,
.mr0 {
  margin-right: 0;
}

/* line 184, ../sass/_06-helpers.scss */
.mrs {
  margin-right: 10px;
}

/* line 188, ../sass/_06-helpers.scss */
.mrm {
  margin-right: 20px;
}

/* line 192, ../sass/_06-helpers.scss */
.mrl {
  margin-right: 40px;
}

/* line 197, ../sass/_06-helpers.scss */
.mbn,
.mb0 {
  margin-bottom: 0;
}

/* line 201, ../sass/_06-helpers.scss */
.mbs {
  margin-bottom: 10px;
}

/* line 205, ../sass/_06-helpers.scss */
.mbm {
  margin-bottom: 20px;
}

/* line 209, ../sass/_06-helpers.scss */
.mbl {
  margin-bottom: 40px;
}

/* line 214, ../sass/_06-helpers.scss */
.mln,
.ml0 {
  margin-left: 0;
}

/* line 218, ../sass/_06-helpers.scss */
.mls {
  margin-left: 10px;
}

/* line 222, ../sass/_06-helpers.scss */
.mlm {
  margin-left: 20px;
}

/* line 226, ../sass/_06-helpers.scss */
.mll {
  margin-left: 40px;
}

/* line 231, ../sass/_06-helpers.scss */
.ptn,
.pt0 {
  padding-top: 0;
}

/* line 235, ../sass/_06-helpers.scss */
.pts {
  padding-top: 10px;
}

/* line 239, ../sass/_06-helpers.scss */
.ptm {
  padding-top: 20px;
}

/* line 243, ../sass/_06-helpers.scss */
.ptl {
  padding-top: 40px;
}

/* line 248, ../sass/_06-helpers.scss */
.prn,
.pr0 {
  padding-right: 0;
}

/* line 252, ../sass/_06-helpers.scss */
.prs {
  padding-right: 10px;
}

/* line 256, ../sass/_06-helpers.scss */
.prm {
  padding-right: 20px;
}

/* line 260, ../sass/_06-helpers.scss */
.prl {
  padding-right: 40px;
}

/* line 265, ../sass/_06-helpers.scss */
.pbn,
.pb0 {
  padding-bottom: 0;
}

/* line 269, ../sass/_06-helpers.scss */
.pbs {
  padding-bottom: 10px;
}

/* line 273, ../sass/_06-helpers.scss */
.pbm {
  padding-bottom: 20px;
}

/* line 277, ../sass/_06-helpers.scss */
.pbl {
  padding-bottom: 40px;
}

/* line 282, ../sass/_06-helpers.scss */
.pln,
.pl0 {
  padding-left: 0;
}

/* line 286, ../sass/_06-helpers.scss */
.pls {
  padding-left: 10px;
}

/* line 290, ../sass/_06-helpers.scss */
.plm {
  padding-left: 20px;
}

/* line 294, ../sass/_06-helpers.scss */
.pll {
  padding-left: 40px;
}

/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 1025px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 1025px) {
  /* layouts for large screens */
  /* line 20, ../sass/_07-responsive.scss */
  .large-hidden {
    display: none !important;
  }

  /* line 24, ../sass/_07-responsive.scss */
  .large-visible {
    display: block !important;
  }

  /* line 28, ../sass/_07-responsive.scss */
  .large-no-float {
    float: none;
  }

  /* line 32, ../sass/_07-responsive.scss */
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* line 37, ../sass/_07-responsive.scss */
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }

  /* line 42, ../sass/_07-responsive.scss */
  .large-col {
    display: table-cell;
    vertical-align: top;
  }

  /* widths for large screens */
  /* line 48, ../sass/_07-responsive.scss */
  .large-w25 {
    width: 25% !important;
  }

  /* line 52, ../sass/_07-responsive.scss */
  .large-w33 {
    width: 33.3333% !important;
  }

  /* line 56, ../sass/_07-responsive.scss */
  .large-w50 {
    width: 50% !important;
  }

  /* line 60, ../sass/_07-responsive.scss */
  .large-w66 {
    width: 66.6666% !important;
  }

  /* line 64, ../sass/_07-responsive.scss */
  .large-w75 {
    width: 75% !important;
  }

  /* line 69, ../sass/_07-responsive.scss */
  .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 */
  /* line 81, ../sass/_07-responsive.scss */
  .large-man,
  .large-ma0 {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* layouts for medium screens */
  /* line 93, ../sass/_07-responsive.scss */
  .medium-hidden {
    display: none !important;
  }

  /* line 97, ../sass/_07-responsive.scss */
  .medium-visible {
    display: block !important;
  }

  /* line 101, ../sass/_07-responsive.scss */
  .medium-no-float {
    float: none;
  }

  /* line 105, ../sass/_07-responsive.scss */
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* line 111, ../sass/_07-responsive.scss */
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }

  /* line 117, ../sass/_07-responsive.scss */
  .medium-col {
    display: table-cell;
    vertical-align: top;
  }

  /* widths for medium screens */
  /* line 123, ../sass/_07-responsive.scss */
  .medium-w25 {
    width: 25% !important;
  }

  /* line 127, ../sass/_07-responsive.scss */
  .medium-w33 {
    width: 33.3333% !important;
  }

  /* line 131, ../sass/_07-responsive.scss */
  .medium-w50 {
    width: 50% !important;
  }

  /* line 135, ../sass/_07-responsive.scss */
  .medium-w66 {
    width: 66.6666% !important;
  }

  /* line 139, ../sass/_07-responsive.scss */
  .medium-w75 {
    width: 75% !important;
  }

  /* line 144, ../sass/_07-responsive.scss */
  .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 */
  /* line 156, ../sass/_07-responsive.scss */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
  /* quick reset in small resolution and less */
  /* line 172, ../sass/_07-responsive.scss */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }

  /* layouts for small screens */
  /* line 178, ../sass/_07-responsive.scss */
  .small-hidden {
    display: none !important;
  }

  /* line 182, ../sass/_07-responsive.scss */
  .small-visible {
    display: block !important;
  }

  /* line 186, ../sass/_07-responsive.scss */
  .small-no-float {
    float: none;
  }

  /* line 190, ../sass/_07-responsive.scss */
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* line 196, ../sass/_07-responsive.scss */
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  /* line 202, ../sass/_07-responsive.scss */
  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  /* widths for small screens */
  /* line 208, ../sass/_07-responsive.scss */
  .small-w25 {
    width: 25% !important;
  }

  /* line 212, ../sass/_07-responsive.scss */
  .small-w33 {
    width: 33.3333% !important;
  }

  /* line 216, ../sass/_07-responsive.scss */
  .small-w50 {
    width: 50% !important;
  }

  /* line 220, ../sass/_07-responsive.scss */
  .small-w66 {
    width: 66.6666% !important;
  }

  /* line 224, ../sass/_07-responsive.scss */
  .small-w75 {
    width: 75% !important;
  }

  /* line 229, ../sass/_07-responsive.scss */
  .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 */
  /* line 241, ../sass/_07-responsive.scss */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }

  /* line 246, ../sass/_07-responsive.scss */
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
  /* quick small resolution reset */
  /* line 261, ../sass/_07-responsive.scss */
  .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;
  }

  /* line 273, ../sass/_07-responsive.scss */
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }

  /* line 278, ../sass/_07-responsive.scss */
  .row {
    display: block !important;
    width: 100% !important;
  }

  /* layouts for tiny screens */
  /* line 284, ../sass/_07-responsive.scss */
  .tiny-hidden {
    display: none !important;
  }

  /* line 288, ../sass/_07-responsive.scss */
  .tiny-visible {
    display: block !important;
  }

  /* line 292, ../sass/_07-responsive.scss */
  .tiny-no-float {
    float: none;
  }

  /* line 296, ../sass/_07-responsive.scss */
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /* line 302, ../sass/_07-responsive.scss */
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  /* line 308, ../sass/_07-responsive.scss */
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  /* line 314, ../sass/_07-responsive.scss */
  th,
  td {
    display: block !important;
    width: auto !important;
    text-align: left !important;
  }

  /* line 320, ../sass/_07-responsive.scss */
  thead {
    display: none;
  }

  /* widths for tiny screens */
  /* line 325, ../sass/_07-responsive.scss */
  .tiny-w25 {
    width: 25% !important;
  }

  /* line 329, ../sass/_07-responsive.scss */
  .tiny-w33 {
    width: 33.3333% !important;
  }

  /* line 333, ../sass/_07-responsive.scss */
  .tiny-w50 {
    width: 50% !important;
  }

  /* line 337, ../sass/_07-responsive.scss */
  .tiny-w66 {
    width: 66.6666% !important;
  }

  /* line 341, ../sass/_07-responsive.scss */
  .tiny-w75 {
    width: 75% !important;
  }

  /* line 346, ../sass/_07-responsive.scss */
  .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 */
  /* line 358, ../sass/_07-responsive.scss */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }

  /* line 363, ../sass/_07-responsive.scss */
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}
/* quick print reset */
@media print {
  /* line 3, ../sass/_08-print.scss */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 9, ../sass/_08-print.scss */
  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff !important;
    color: #333 !important;
  }

  /* line 34, ../sass/_08-print.scss */
  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 !important;
    margin: auto !important;
  }

  /* line 39, ../sass/_08-print.scss */
  .print {
    display: block;
  }

  /* line 43, ../sass/_08-print.scss */
  .no-print {
    display: none;
  }

  /* no orphans, no widows */
  /* line 50, ../sass/_08-print.scss */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */
  /* line 58, ../sass/_08-print.scss */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }

  /* page break before main headers */
  /* line 64, ../sass/_08-print.scss */
  h1,
  .h1-like {
    page-break-before: always;
  }

  /* no breaks after these elements */
  /* line 75, ../sass/_08-print.scss */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }

  /* line 79, ../sass/_08-print.scss */
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  /* displaying URLs */
  /* line 85, ../sass/_08-print.scss */
  a[href]::after {
    content: " (" attr(href) ")";
  }

  /* line 90, ../sass/_08-print.scss */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==misc rules                  */
/* ----------------------------- */
/* styling skip links */
/* line 6, ../sass/_09-misc.scss */
.skip-links {
  position: absolute;
}
/* line 9, ../sass/_09-misc.scss */
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
/* line 18, ../sass/_09-misc.scss */
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

@media (max-width: 768px) {
  /* you shall not pass */
  /* line 36, ../sass/_09-misc.scss */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
/* Google Gmap3 bug fix on images */
/* line 43, ../sass/_09-misc.scss */
.gm-style img {
  height: 100%;
}

/* line 47, ../sass/_09-misc.scss */
:not(.gm-style) img {
  height: auto;
}

/* line 53, ../sass/_09-misc.scss */
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
  max-width: none !important;
}

/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
/* line 6, ../sass/_10-styling.scss */
code, kbd, mark {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* line 10, ../sass/_10-styling.scss */
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

/* line 15, ../sass/_10-styling.scss */
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0);
  color: #b11;
}

/* line 21, ../sass/_10-styling.scss */
pre code {
  padding: none;
  background: none;
  color: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* line 28, ../sass/_10-styling.scss */
mark {
  padding: 2px 4px;
  background: #ff0;
}

/* line 34, ../sass/_10-styling.scss */
sup,
sub {
  vertical-align: 0;
  position: relative;
}

/* line 39, ../sass/_10-styling.scss */
sup {
  bottom: 1ex;
}

/* line 43, ../sass/_10-styling.scss */
sub {
  top: 0.5ex;
}

/* line 47, ../sass/_10-styling.scss */
blockquote {
  position: relative;
  padding-left: 3em;
}

/* line 52, ../sass/_10-styling.scss */
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);
}

/* line 63, ../sass/_10-styling.scss */
blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0);
}

/* line 69, ../sass/_10-styling.scss */
blockquote > footer::before {
  content: "\2014 \0020";
}

/* line 73, ../sass/_10-styling.scss */
q {
  font-style: normal;
}

/* line 78, ../sass/_10-styling.scss */
q,
.q {
  quotes: "“\00a0" "\00a0”";
}

/* line 83, ../sass/_10-styling.scss */
q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}

/* line 87, ../sass/_10-styling.scss */
hr {
  border-top: 0px solid !important;
  border-bottom: 0px solid !important;
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}

/* alternate tables */
/* line 99, ../sass/_10-styling.scss */
.table-alternate {
  border: 0;
}

/* line 103, ../sass/_10-styling.scss */
.table-alternate tbody {
  border: 1px solid #ccc;
}

/* line 107, ../sass/_10-styling.scss */
.table-alternate thead tr > * + * {
  border-left: 0;
}

/* line 111, ../sass/_10-styling.scss */
.table-alternate tbody tr > * + * {
  border-left: 1px solid #ccc;
}

/* alternate-vert tables */
/* line 116, ../sass/_10-styling.scss */
.table-alternate-v {
  border: 0;
  border-right: 1px solid #ccc;
}

/* line 121, ../sass/_10-styling.scss */
.table-alternate-v tr > :first-child {
  border-bottom: 0;
}

/* line 125, ../sass/_10-styling.scss */
.table-alternate-v tr > * + * {
  border-top: 1px solid #ccc;
}

/* striped tables */
/* line 130, ../sass/_10-styling.scss */
.table-striped tbody tr:nth-child(odd) {
  background: #eee;
  background: rgba(0, 0, 0, 0);
}

/* striped-vert tables */
/* line 136, ../sass/_10-styling.scss */
.table-striped-v tr > :first-child {
  background: #eee;
  background: rgba(0, 0, 0, 0);
}

/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* */
/* line 2, ../sass/_22-styles.scss */
html, body {
  height: auto;
  
}
html{
  background-color: #417379;
}

/* line 5, ../sass/_22-styles.scss */
body {
  background-image: url("images/bg-degrade.png") center bottom repeat-x;
}

/* line 8, ../sass/_22-styles.scss */
a {
  text-decoration: none;
}

/* line 11, ../sass/_22-styles.scss */
.clear {
  clear: both;
  visibility: hidden;
  padding: 0px;
  margin: 0;
}

/* line 17, ../sass/_22-styles.scss */
figure {
  padding: 0;
  margin: 0;
}

/* line 19, ../sass/_22-styles.scss */
#main {
  position: relative;
  width: 100%;
  background: transparent url("images/bg-nuage-general.png") center -60px no-repeat;
  background-color: #9bd7de!important;

  max-height: unset;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 50px);
}

/* line 26, ../sass/_22-styles.scss */
body.home #main {
  background: transparent url("images/bg-nuage.png") center -70px no-repeat;
  background-color: #9bd7de;
  min-height: calc(100vh - 180px);
}

/* line 30, ../sass/_22-styles.scss */
#header {
  position: relative;
  width: 100%;
  padding-top: 20px;
  height: 330px;
}

/* line 31, ../sass/_22-styles.scss */
.home #header {
  height: auto;
}

/* line 32, ../sass/_22-styles.scss */
#header .main-menu-wrapper {
  float: left;
  width: 200px;
}

/* line 33, ../sass/_22-styles.scss */
#menu-main-menu {
  border: 1px soldi red;
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: none;
  width: 150px;
  list-style: outside none none;
}

/* line 41, ../sass/_22-styles.scss */
#menu-main-menu > li {
  width: auto;
  position: relative;
  margin: 0px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  /*width:200px;*/
}

/* line 52, ../sass/_22-styles.scss */
#menu-main-menu > li a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 60, ../sass/_22-styles.scss */
#menu-main-menu > li.current-menu-parent > a {
  color: #fff;
}
/* line 63, ../sass/_22-styles.scss */
#menu-main-menu > li.current-menu-ancestor > ul,
#menu-main-menu > li.current-menu-parent > ul {
  display: block;
}
/* line 66, ../sass/_22-styles.scss */
#menu-main-menu > li.current-menu-ancestor > ul .current-menu-ancestor a,
#menu-main-menu > li.current-menu-parent > ul .current-menu-item a {
  color: #ff5a00;
}

/* line 74, ../sass/_22-styles.scss */
#menu-main-menu > li a:hover {
  color: #ff5a00;
}

/* line 77, ../sass/_22-styles.scss */
#menu-main-menu > li > ul {
  background-color: white;
  display: none;
  top: -10px;
  left: 100%;
  padding: 10px;
  list-style: outside none none;
  position: absolute;
  white-space: nowrap;
}

/* line 87, ../sass/_22-styles.scss */
#menu-main-menu > li > ul > li {
  border-bottom: 1px dashed #9bd7de;
  min-width: 200px;
  padding: 5px;
}

/* line 90, ../sass/_22-styles.scss */
#menu-main-menu > li > ul > li a {
  display: block;
  text-transform: none;
}

/* line 95, ../sass/_22-styles.scss */
#menu-main-menu > li:hover > ul {
  display: block;
}

/* line 98, ../sass/_22-styles.scss */
#menu-main-menu > li > ul > li:last-child {
  border: none;
}

/* line 102, ../sass/_22-styles.scss */
.sub-menu .sub-menu {
  display: none;
}

/* line 106, ../sass/_22-styles.scss */
#site-identity {
  margin: 0;
  padding: 0;
  width: 360px;
  float: right;
}

/* line 107, ../sass/_22-styles.scss */
#site-identity h1 {
  margin: 0;
  padding: 0;
}

/* line 109, ../sass/_22-styles.scss */
body.home #site-identity {
  width: auto;
  margin-top: 60px;
}

/* line 111, ../sass/_22-styles.scss */
#contener {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 30px!important;
  padding-top: 50px;
  min-height: 100%;
  margin-bottom: 2.8rem!important;
  background: white right -20px no-repeat;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/* line 120, ../sass/_22-styles.scss */
h2, h3 {
  margin: 10px 0;
  line-height: .9em;
}

/* line 121, ../sass/_22-styles.scss */
h3 {
  font-size: 2.5rem;
  color: #9ccd25;
}

/* line 125, ../sass/_22-styles.scss */
h2 {
  font-size: 5rem;
}

/* line 128, ../sass/_22-styles.scss */
.home #contener {
  background-color: transparent;
  background-image: none;
  padding: 40px  10px 10px;
  margin-bottom: 0!important;

}

/* line 131, ../sass/_22-styles.scss */
footer {
  background: #417379;
  width: 100%;
  height: 130px;
  position: static;
  bottom: 0;
}

/* line 138, ../sass/_22-styles.scss */
footer#footer .content {
  padding-top: 40px;
  background: transparent url("images/bg-footer.png") no-repeat top center;
  color: #fff;
  position: relative;
  bottom: 34px;
  width: 100%;
  margin-inline: 0!important;
  max-width: unset;
}

/* line 144, ../sass/_22-styles.scss */
.slicknav_menu {
  display: none;
}

/* line 147, ../sass/_22-styles.scss */
nav#news {
  max-width: 335px;
  width: 100%;
}

/* line 148, ../sass/_22-styles.scss */
nav#news .item {
  background: transparent url("images/cadre_news.png") no-repeat center;
  -moz-background-size: 100% 100%;
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  min-height: 110px;
  width: 100%;
  font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    vertical-align: middle;
    padding: 15px 2px;
    margin-bottom: 10px;
}

/* line 165, ../sass/_22-styles.scss */
/*nav#news .item a {
  display: table-cell;
  vertical-align: middle;
}*/
/* line 168, ../sass/_22-styles.scss */
nav#news .item div.wrap-text {
        -webkit-box-flex: 1.3333;
        -webkit-flex: 1.3333;
           -moz-box-flex: 1.3333;
        flex: 1.3333;
        padding: 10px;
}
/* line 172, ../sass/_22-styles.scss */
nav#news .item  div.wrap-text h2 {
  /*padding: 0 10px;*/
  font-size: 24px;
  color: #9ccd25;
  font-weight: lighter;
  /*float: left;*/
  margin: auto;
}
/* line 180, ../sass/_22-styles.scss */
nav#news .item  div.wrap-text h2 strong {
  font-size: 30px;
  color: #ff5a00;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
/* line 187, ../sass/_22-styles.scss */
nav#news .item  div.wrap-text h2 b {
  font-size: 20px;
  color: #ff5a00;
}

/* line 195, ../sass/_22-styles.scss */
nav#news .item.photos h2 {
  font-size: 18px;
  color: #9ccd25;
  width: 50%;
  float: left;
}

/* line 204, ../sass/_22-styles.scss */
nav#news .item figure {
      -webkit-box-flex: 0.6666;
      -webkit-flex: 0.6666;
         -moz-box-flex: 0.6666;
              flex: 0.6666;
      height: 147px;
      padding: 10px;
      margin: 0;

}

/* line 211, ../sass/_22-styles.scss */
nav#news .item figure img {
      vertical-align: middle; */
      width: 100%;widthwidth
      padding: 0;padding
      margin: 0;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
}


.item-communication-saison {
    overflow-y: scroll;
}


/* line 213, ../sass/_22-styles.scss */
#welcome {
  text-align: right;
  display: table;
  width: 60%;
}

/* line 214, ../sass/_22-styles.scss */
#welcome > div {
  height: 380px;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}

/* line 215, ../sass/_22-styles.scss */
#welcome .h1-like {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* line 216, ../sass/_22-styles.scss */
#welcome p {
  padding: 0;
  margin: 10px 0;
  text-align: right;
}

@media screen and (max-width: 960px) {
  /* line 218, ../sass/_22-styles.scss */
  nav#news {
    max-width: 335px;
    width: 40%;
  }

  /* line 219, ../sass/_22-styles.scss */
  #welcome {
    text-align: right;
    display: table;
    width: 60%;
  }
}
@media screen and (max-width: 980px) {
  /* line 224, ../sass/_22-styles.scss */
  #contener {
    margin: 10px 10px 330px 10px;
  }
}
@media screen and (max-width: 800px) {
  /* line 229, ../sass/_22-styles.scss */
  #main, body.home #main {
    background: transparent url("images/bg-nuage-center.png") 10% -60px no-repeat;
    -moz-background-size: 100% auto;
            -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }

  /* line 236, ../sass/_22-styles.scss */
  body.home #site-identity, #site-identity, #site-identity {
    width: 80%;
    text-align: center;
    float: none;
    position: absolute;
    right: 0px;
  }

  /* line 237, ../sass/_22-styles.scss */
  #site-identity h1 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 243, ../sass/_22-styles.scss */
  #main, body.home #main {
    background-position: center -80px;
    -moz-background-size: 760px auto;
            -webkit-background-size: 760px auto;
            background-size: 760px auto;
  }

  /* line 250, ../sass/_22-styles.scss */
  #site-identity {
    margin-top: 0;
  }

  /* line 254, ../sass/_22-styles.scss */
  body.home #site-identity, #site-identity {
    width: 100%;
  }

  /* line 255, ../sass/_22-styles.scss */
  .home #header {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  /* line 259, ../sass/_22-styles.scss */
  .row > * {
    display: block;
    max-width: 100%;
  }

  /* line 266, ../sass/_22-styles.scss */
  #main, body.home #main {
    background-position: center -60px;
    -moz-background-size: auto;
            -webkit-background-size: auto auto;
            background-size: auto;
  }

  /* line 272, ../sass/_22-styles.scss */
  #contener {
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 10px 10px 50px 10px;
  }

  /* line 278, ../sass/_22-styles.scss */
  footer {
    position: relative;
    height: unset;
    text-align: center;
  }

  /* line 282, ../sass/_22-styles.scss */
  body.home #site-identity, #site-identity {
    width: 95%;
  }

  /* line 283, ../sass/_22-styles.scss */
  #welcome.fr, nav#news.fl {
    width: 98%;
    float: none;
    margin: auto;
    clear: both;
  }

  /* line 284, ../sass/_22-styles.scss */
  #welcome > div {
    height: auto;
    width: 100%;
    display: block;
    vertical-align: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 288, ../sass/_22-styles.scss */
  #main, body.home {
    background-position: center -100px;
  }

  /* line 291, ../sass/_22-styles.scss */
  .home #header, #header {
    height: 210px;
  }

  /* line 292, ../sass/_22-styles.scss */
  #site-identity {
    width: 95%;
  }

  /* line 293, ../sass/_22-styles.scss */
  #contener {
    max-width: 100%;
  }

  /* line 295, ../sass/_22-styles.scss */
  h2 {
    font-size: 2.5rem;
  }

  /* line 299, ../sass/_22-styles.scss */
  h3 {
    font-size: 2rem;
  }
}
/* line 319, ../sass/_22-styles.scss */
.page-presentation article p strong {
  width: 30px;
  text-align: center;
  display: inline-block;
}

/* line 329, ../sass/_22-styles.scss */
#footer p {
  font-size: 14px;
  letter-spacing: .04em;
}

/* line 336, ../sass/_22-styles.scss */
#welcome strong {
  color: #fff;
  font-size: 24px;
}

/* line 343, ../sass/_22-styles.scss */
#news h2 {
  margin: 0;
}

/* line 348, ../sass/_22-styles.scss */
hr {
  margin: .8em 0;
}

/* line 353, ../sass/_22-styles.scss */
.membre a {
  font-size: 18px;
}

/* line 360, ../sass/_22-styles.scss */
form .form-control {
  width: 100%;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid;
  color: #417379;
}
/* line 368, ../sass/_22-styles.scss */
form label.mandatory:after {
  content: ' *';
}
/* line 373, ../sass/_22-styles.scss */
form .error {
  border-color: #ff5a00;
}
/* line 378, ../sass/_22-styles.scss */
form .radio fieldset {
  padding: 0;
  margin: 0;
}
/* line 379, ../sass/_22-styles.scss */
form .radio fieldset legend {
  padding-top: .65em;
}
/* line 384, ../sass/_22-styles.scss */
form .radio fieldset div {
  padding-top: .65em;
}
/* line 386, ../sass/_22-styles.scss */
form .radio fieldset div label {
  padding-left: 5px;
  margin-top: 0;
}
/* line 394, ../sass/_22-styles.scss */
form .submit {
  margin-top: 15px;
}

/* line 399, ../sass/_22-styles.scss */
.g-recaptcha {
  margin: 20px 0;
}

/* line 404, ../sass/_22-styles.scss */
article pre {
  font-size: 16px;
  text-align: left;
  border: 1px solid black;
  padding: 20px;
}

/* line 413, ../sass/_22-styles.scss */
.gallery-wrapper {
  margin: 0;
  padding: 0;
}
/* line 417, ../sass/_22-styles.scss */
.gallery-wrapper .gallery-item {
  margin-bottom: 20px;
  margin-left: 0;
}

/* line 424, ../sass/_22-styles.scss */
.album h4 {
  margin-bottom: .5em;
}

/* line 432, ../sass/_22-styles.scss */
.events-chant ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 436, ../sass/_22-styles.scss */
.events-chant ul date {
  font-size: 16px;
}

/* line 442, ../sass/_22-styles.scss */
#player audio {
  width: 100%;
}

/* line 448, ../sass/_22-styles.scss */
.link {
  margin-top: 20px;
}
/* line 452, ../sass/_22-styles.scss */
.link p {
  margin: 0;
  display: inline;
}

/* line 461, ../sass/_22-styles.scss */
.album-disco .illustration img {
  border: 1px solid black;
}

/* line 468, ../sass/_22-styles.scss */
.chant > * {
  display: table-cell;
  vertical-align: bottom;
}
/* line 472, ../sass/_22-styles.scss */
.chant span {
  padding-left: 5px;
}

/* line 481, ../sass/_22-styles.scss */
nav#historique #menu-main-menu {
  width: 100%;
  margin-bottom: 50px;
}
/* line 486, ../sass/_22-styles.scss */
nav#historique #menu-main-menu li {
  display: inline-block;
  border-right: 1px solid #417379;
  margin-bottom: 10px;
  padding: 0 5px;
}
/* line 491, ../sass/_22-styles.scss */
nav#historique #menu-main-menu li a {
  color: #417379;
}
/* line 495, ../sass/_22-styles.scss */
nav#historique #menu-main-menu li.current_page_item a,
nav#historique #menu-main-menu li.current-menu-item a {
  color: #ff5a00;
}

/* line 505, ../sass/_22-styles.scss */
.album-qty {
  width: 30px;
}

/* line 509, ../sass/_22-styles.scss */
.btn {
  color: white;
  background-color: #ff5a00;
  border: 1px solid #ff5a00;
  padding: 13px;
}
/* line 515, ../sass/_22-styles.scss */
.btn:hover {
  background-color: #fff;
  color: #ff5a00;
}

/* line 521, ../sass/_22-styles.scss */
.btn-qty {
  width: 27px;
  padding: 4px 0;
  text-align: center;
}

/* line 527, ../sass/_22-styles.scss */
span.total {
  width: 120px;
  display: inline-block;
  text-align: left;
}

/* line 533, ../sass/_22-styles.scss */
span.date {
  color: #ff5a00;
}

/* line 540, ../sass/_22-styles.scss */
.btn:focus,
input:focus,
button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  background-image: none;
}



/* WORDPRESS BLOCKS */
.wp-block-post-featured-image a,
.page-albums-photos  .wp-block-query .wp-block-post-template li figure a {
      width: 100%;
}

.single-galeries .galerie-template img,
.post-type-archive .galerie-template img{
      height: 268px;
-o-object-fit: cover;
   object-fit: cover;
}

.single-actualite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.single-actualite figure{
  width: 50%!important;
}
.single-actualite p {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.single-actualite img {
  max-width: inherit;
  width: 100%;
}

.wrapper-img-actualite {
  width: 40%;
}

.wrapper-contenu-actualite {
  width: 60%;
}

@media screen and (max-width: 768px) {

  .single-actualite {
    display: block;
  }

  .single-actualite p {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .single-actualite img {
    max-width: -webkit-fill-available;
    width: inherit;
  }

  .wrapper-img-actualite {
    width: inherit;
  }

  .wrapper-contenu-actualite {
    width: 100%;
  }
}


/* style commande de CD */
#commande-de-cd .titre-cd-commande .frm_primary_label{
  color: #9ccd25;
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 3rem;
}


#breadcrumbs {
  margin-bottom: 50px;
}
