@charset "UTF-8";
/* # Sass plugins */ /*!
* www.KNACSS.com V6.0.5 (1er décembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==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)          */
/* ---------------------------------- */
/* ----------------------------- */
/* ==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;
  min-height: 2em;
}

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

blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "— ";
}

q {
  font-style: normal;
}

q,
.q {
  quotes: "“ " " ”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "« " " »";
}

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: 543px) {
  /* you shall not pass */
  div,
textarea,
table,
td,
th,
code,
pre,
samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 543px) {
  .no-wrapping {
    word-wrap: normal;
    -webkit-hyphens: manual;
            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;
  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 */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 544px) {
  .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: 544px) {
  .o-media--reverse {
    flex-direction: row-reverse;
  }
  .o-media-figure--center {
    align-self: center;
  }
}
/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: 544px) {
  [class^=autogrid],
[class*=" autogrid"] {
    display: flex;
  }
  [class^=autogrid] > *,
[class*=" autogrid"] > * {
    flex: 1;
    min-width: 0; /* avoid min-width:auto */
  }
}
/* Autogrid variants */
@media (min-width: 544px) {
  .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,
.item-first {
  order: -1;
}

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

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

.flex-item-center,
.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;
}

.w10r, [class*=grid-] .w10r {
  width: 1rem;
}

.w20r, [class*=grid-] .w20r {
  width: 2rem;
}

.w30r, [class*=grid-] .w30r {
  width: 3rem;
}

.w40r, [class*=grid-] .w40r {
  width: 4rem;
}

.w50r, [class*=grid-] .w50r {
  width: 5rem;
}

.w60r, [class*=grid-] .w60r {
  width: 6rem;
}

.w70r, [class*=grid-] .w70r {
  width: 7rem;
}

.w80r, [class*=grid-] .w80r {
  width: 8rem;
}

.w90r, [class*=grid-] .w90r {
  width: 9rem;
}

.w100r, [class*=grid-] .w100r {
  width: 10rem;
}

.w110r, [class*=grid-] .w110r {
  width: 11rem;
}

.w120r, [class*=grid-] .w120r {
  width: 12rem;
}

.w130r, [class*=grid-] .w130r {
  width: 13rem;
}

.w140r, [class*=grid-] .w140r {
  width: 14rem;
}

.w150r, [class*=grid-] .w150r {
  width: 15rem;
}

.w160r, [class*=grid-] .w160r {
  width: 16rem;
}

.w170r, [class*=grid-] .w170r {
  width: 17rem;
}

.w180r, [class*=grid-] .w180r {
  width: 18rem;
}

.w190r, [class*=grid-] .w190r {
  width: 19rem;
}

.w200r, [class*=grid-] .w200r {
  width: 20rem;
}

.w210r, [class*=grid-] .w210r {
  width: 21rem;
}

.w220r, [class*=grid-] .w220r {
  width: 22rem;
}

.w230r, [class*=grid-] .w230r {
  width: 23rem;
}

.w240r, [class*=grid-] .w240r {
  width: 24rem;
}

.w250r, [class*=grid-] .w250r {
  width: 25rem;
}

.w260r, [class*=grid-] .w260r {
  width: 26rem;
}

.w270r, [class*=grid-] .w270r {
  width: 27rem;
}

.w280r, [class*=grid-] .w280r {
  width: 28rem;
}

.w290r, [class*=grid-] .w290r {
  width: 29rem;
}

.w300r, [class*=grid-] .w300r {
  width: 30rem;
}

.w310r, [class*=grid-] .w310r {
  width: 31rem;
}

.w320r, [class*=grid-] .w320r {
  width: 32rem;
}

.w330r, [class*=grid-] .w330r {
  width: 33rem;
}

.w340r, [class*=grid-] .w340r {
  width: 34rem;
}

.w350r, [class*=grid-] .w350r {
  width: 35rem;
}

.w360r, [class*=grid-] .w360r {
  width: 36rem;
}

.w370r, [class*=grid-] .w370r {
  width: 37rem;
}

.w380r, [class*=grid-] .w380r {
  width: 38rem;
}

.w390r, [class*=grid-] .w390r {
  width: 39rem;
}

.w400r, [class*=grid-] .w400r {
  width: 40rem;
}

.w410r, [class*=grid-] .w410r {
  width: 41rem;
}

.w420r, [class*=grid-] .w420r {
  width: 42rem;
}

.w430r, [class*=grid-] .w430r {
  width: 43rem;
}

.w440r, [class*=grid-] .w440r {
  width: 44rem;
}

.w450r, [class*=grid-] .w450r {
  width: 45rem;
}

.w460r, [class*=grid-] .w460r {
  width: 46rem;
}

.w470r, [class*=grid-] .w470r {
  width: 47rem;
}

.w480r, [class*=grid-] .w480r {
  width: 48rem;
}

.w490r, [class*=grid-] .w490r {
  width: 49rem;
}

.w500r, [class*=grid-] .w500r {
  width: 50rem;
}

@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;
}

.paxm {
  padding: 3rem;
}

.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;
}

.mbxs {
  margin-bottom: 0.5rem;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbxm {
  margin-bottom: 3rem;
}

.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;
}

.ptxm {
  padding-top: 3rem;
}

.ptl {
  padding-top: 4rem;
}

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

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prxm {
  padding-right: 3rem;
}

.prl {
  padding-right: 4rem;
}

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

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbxm {
  padding-bottom: 3rem;
}

.pbl {
  padding-bottom: 4rem;
}

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

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.plxm {
  padding-left: 3rem;
}

.pll {
  padding-left: 4rem;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
  /* 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: 768px) and (max-width: 1199px) {
  /* 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: 544px) and (max-width: 767px) {
  /* 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: 543px) {
  /* 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 */
@media (min-width: 544px) {
  [class*=" grid-"],
[class^=grid-] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *,
[class^=grid-] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 544px) {
  .grid,
.grid--reverse {
    display: flex;
  }
  .grid > *,
.grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *,
.grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *,
.grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *,
.grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 544px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-2].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-2].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=grid-3].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-3].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-3].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=grid-4].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-4].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-4].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-5] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*=grid-5].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-5].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-5].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-5].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-5].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-5].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-6] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*=grid-6].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-6].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-6].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-6].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-6].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-6].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-7] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*=grid-7].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-7].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-7].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-7].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-7].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-7].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-8] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*=grid-8].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-8].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-8].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-8].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-8].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-8].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-9] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*=grid-9].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-9].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-9].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-9].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-9].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-9].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-10] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*=grid-10].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-10].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-10].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-10].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-10].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-10].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-11] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*=grid-11].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-11].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-11].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-11].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-11].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-11].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*=grid-12] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*=grid-12].has-gutter {
    margin-right: calc(-1rem / 2);
    margin-left: calc(-1rem / 2);
  }
  [class*=grid-12].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*=grid-12].has-gutter-l {
    margin-right: calc(-2rem / 2);
    margin-left: calc(-2rem / 2);
  }
  [class*=grid-12].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*=grid-12].has-gutter-xl {
    margin-right: calc(-4rem / 2);
    margin-left: calc(-4rem / 2);
  }
  [class*=grid-12].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

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

@media (min-width: 544px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }
  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
  .three-fifths {
    flex: 0 0 auto;
    width: calc(100% / 5 * 3 - 0.01px);
  }
  .has-gutter > .three-fifths {
    width: calc(100% / 5 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-fifths {
    width: calc(100% / 5 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-fifths {
    width: calc(100% / 5 * 3 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 544px) and (max-width: 991px) {
  [class*=-small-1] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*=-small-1].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*=-small-1].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*=-small-1].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  [class*=-small-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=-small-2].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*=-small-2].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*=-small-2].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*=-small-3] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*=-small-3].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*=-small-3].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*=-small-3].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*=-small-4] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*=-small-4].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*=-small-4].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*=-small-4].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

th,
td {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* # Config */
/* https://github.com/sass-mq/sass-mq */
/****************/
/* # Variables */
/****************/
/* # Config */
/* # Clearfix */
/* # _Reset_  */
/**** Keyframes Animation ****/
/*
Accessibility hidden
https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
*/
/* # block stretching */
/*
  object-fit with font-family: 'object-fit: ...' for IE
	(for using with object-fit plugin)
*/
/* # Project */
.js-big-menu-menu,
.js-big-menu-header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}

.test {
  font-size: 20px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #1e334e;
  background-color: #fff;
  overflow-x: hidden;
}

*, *::before, *::after {
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  margin: 0;
}

p {
  margin: 0;
}

svg, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

button:focus,
input:focus {
  outline: 0;
}

/*****************/
/****** MAIN *****/
/*****************/
body {
  font-family: "Ubuntu", sans-serif;
  background: #f6f6f6;
}
body.oh {
  overflow: hidden !important;
}

.cp {
  cursor: pointer;
}

.h-o {
  opacity: 1;
  transition: all 0.25s ease 0s;
}
.h-o:hover {
  opacity: 0.6;
}

.btn {
  color: #116c8b;
  background: #EDEDED;
  border-radius: 15px;
  padding: 10px 35px;
}

.btn-alt {
  background: transparent linear-gradient(to right, #7CA83E, #A2BD40);
  color: #fff;
  cursor: pointer;
  max-width: 307px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  padding: 20px 100px 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
:root {
  --btn-cut-color: #fff;
}

.btn-alt:before {
  content: "+";
  display: block;
  font-weight: 700;
  font-size: 2em;
  line-height: 0.5;
  margin-bottom: 0.25em;
}
.btn-alt:after {
  content: "";
  background: var(--btn-cut-color);
  border-radius: 50%;
  display: block;
  height: 14px;
  width: 400px;
  height: 75px;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
  transform: translateY(-18%);
}
.btn-alt:hover {
  opacity: 0.6;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}
.slick-dots li + li {
  margin-left: 7px;
}
.slick-dots button {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #b7b7b7;
  border-radius: 9999px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  width: 20px;
  height: 20px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: 9999px;
}
.slick-dots button:after {
  content: "";
  background-color: #000;
  border-radius: 9999px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  margin: auto;
  position: absolute;
  transform: scale(0);
  transition: all 0.25s ease 0s;
}
.slick-dots .slick-active button:after {
  transform: scale(1);
}

.slick-arrow.slick-prev {
  transform: rotate(90deg);
}
.slick-arrow.slick-next {
  transform: rotate(-90deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slick-slider .adherent-only .block-content:after {
  content: "";
  display: block;
  background-image: url("../images/outil-reserve-adherents.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 134px;
  height: 125px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(6.3%, -6.3%);
  z-index: 10;
}
.slick-slider#slider-agenda .adherent-only .block-content:after {
  background-image: url("../images/evenement-reserve-adherents.svg");
}
.slick-slider .block-img {
  position: relative;
}
.slick-slider .block-categorie {
  background-color: #fff;
  padding: 12px;
  width: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 10;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 8.5rem;
  z-index: 10;
}
.slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
.slick-slider .slick-arrow.slick-next {
  right: 15px;
}

.slick-slider.dots-centered .slick-dots {
  text-align: center;
}

.slick-slide {
  outline: none;
}

.icon-fb {
  display: inline-block;
  background-image: url("../images/icons/social/fb.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 15px;
}

.icon-tw {
  display: inline-block;
  background-image: url("../images/icons/social/tw.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17.7px;
  height: 14.4px;
}

.icon-vimeo {
  display: inline-block;
  background-image: url("../images/icons/social/vimeo.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17.3px;
  height: 14px;
}

.icon-mail {
  display: inline-block;
  background-image: url("../images/icons/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 13px;
}

body {
  font-size: 16px;
  line-height: 29px;
  color: #1e334e;
}

.wrapper {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-sidebar {
  display: grid;
  grid-template-columns: 1fr fit-content(370px);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .wrapper-sidebar {
    display: block;
  }
}
.wrapper-sidebar .sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wrapper-sidebar-left {
  grid-template-columns: fit-content(330px) 1fr;
  grid-gap: 0px;
}
.wrapper-sidebar-left .sidebar {
  background-color: #FFF;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 2;
  position: relative;
  padding-bottom: 25px;
}
.wrapper-sidebar-left .content-right {
  position: relative;
  z-index: 1;
}

a {
  transition: color 0.3s;
}
a:hover {
  color: #9ac31c;
}
a:hover img {
  opacity: 0.5;
}
a img {
  transition: opacity 0.3s;
}

p {
  margin-bottom: 30px;
}

.force-body-color {
  color: #1e334e !important;
}

.force-primary-color {
  color: #116c8b !important;
}

.force-secondary-color {
  color: #9ac31c !important;
}

.force-white-bckg {
  background-color: #FFF !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tal {
  text-align: left !important;
}

@media (max-width: 768px) {
  .hide-in-mobile {
    display: none !important;
  }
}

.absolute-v-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.block:first-child .block-title {
  margin-top: 0;
}
.block-title {
  padding: 30px;
  background-color: #F6F6F6;
  font-family: "Julius Sans One", sans-serif;
  font-size: 21px;
  line-height: 41px;
  color: #1e334e;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
}
.block .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.block-content {
  text-align: center;
  border: 4px solid #F6F6F6;
  background-color: #F6F6F6;
}
.block-content-b {
  border: #FFF 1px solid;
  position: relative;
}
.block-content:hover .block-subtitle {
  color: #9ac31c;
}
.block-content:hover svg {
  stroke: #9ac31c;
  fill: #F6F6F6;
}
.block-content:hover svg path {
  stroke: #9ac31c;
}
.block-subtitle {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 0 10px;
  margin-top: 10px;
}
.block-icon {
  padding-top: 10px;
}
.block-icon img, .block-icon svg {
  max-height: 40px;
  width: auto;
  stroke: #1e334e;
  fill: #F6F6F6;
  transition: all 0.3s;
}
.block-icon img path, .block-icon svg path {
  stroke: #1e334e;
  transition: all 0.3s;
}
.block-list .block-content {
  background: transparent;
  border: none;
}
@media (max-width: 1024px) {
  .block-list .block-content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.block-list-item {
  margin-bottom: 50px;
}
.block-list-item.grid {
  grid-template-columns: fit-content(200px) 1fr;
}
@media (max-width: 640px) {
  .block-list-item.grid {
    display: block;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-list-item__thumbnail img {
  border: 5px solid #F6F6F6;
}
@media (max-width: 640px) {
  .block-list-item__thumbnail img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .block-list-item__content {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
  }
}
.block-list-item__title {
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #116c8b;
  margin-bottom: 10px;
}
.block-list-item__excerpt {
  text-align: left;
}
.block-list-item__wrapperbtn {
  text-align: right;
}
.block-list-item__btn {
  text-align: center;
}
.block-col .block-content {
  background: transparent;
  border: none;
}
.block-col .block-content.grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
@media (max-width: 768px) {
  .block-col .block-content.grid {
    display: block;
  }
}
.block-col-item {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .block-col-item {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-col-item__thumbnail {
  margin-bottom: 15px;
}
.block-col-item__thumbnail img {
  border: 10px solid #F6F6F6;
}
.block-col-item__title {
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  font-family: "Julius Sans One", sans-serif;
  color: #116c8b;
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.block-col-item__excerpt {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
.block-col-item__excerpt img {
  vertical-align: middle;
  display: inline-block !important;
}
.block-col-item__excerpt.no-see_more {
  padding-bottom: 0px;
}
.block-col-item__wrapperbtn {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .block-agency {
    text-align: center;
  }
}
.block-agency .block-col-item__excerpt p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .block-agency .block-col-item__title, .block-agency .block-col-item__excerpt {
    text-align: center;
  }
}
.block-agence .block-title {
  line-height: 33px;
  padding-right: 0;
  font-weight: bold;
  font-size: 24px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .block-agence .block-title {
    text-align: center !important;
    padding-left: 0;
  }
}
.block-agence .block-content {
  border: none;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .block-agence .block-content {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-agence .block-content span {
  display: inline-block;
  margin-right: 20px;
}
.block-agence .block-content span.round-color {
  width: 22px;
  height: 22px;
  border-radius: 200%;
  vertical-align: sub;
}
.block-agence .block-content .address {
  padding-left: 50px;
}
.block-agence .block-content .phone {
  padding-left: 50px;
}
.block-agence .block-item-title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Julius Sans One", sans-serif;
  font-weight: normal;
}

.map {
  position: absolute;
  top: 50%;
  left: -110px;
  width: 960px;
  max-width: initial;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .map {
    position: static;
    transform: none;
    width: 100%;
  }
}

/* # Formulaires */
::-webkit-input-placeholder { /* Chrome */
  color: #EEE;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #EEE;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #EEE;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
  color: #EEE;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

:focus::-webkit-input-placeholder { /* Chrome */
  color: transparent;
}

:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 4 - 18 */
  color: transparent;
}

input,
textarea,
button,
select {
  line-height: normal;
  border-radius: none;
  border: 1px solid;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #EEE;
}

input::-ms-clear {
  display: none;
}
.ie9 input {
  line-height: normal !important;
}
input[type=radio], input[type=checkbox] {
  padding: 0 !important;
}
input[type=radio], input[type=checkbox], input[type=submit] {
  width: auto;
  height: auto;
  min-height: 0;
}

select {
  line-height: normal;
}
select::-ms-expand {
  display: none;
}

/**
 * Radio / checkboxes
 */
input[type=checkbox],
input[type=radio] {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  border: 1px solid #b7b7b7;
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background-color: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  background-color: #000;
  transform: scale(0);
  transition: transform 0.15s ease;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  transform: scale(0.5);
}

input[type=radio] + label:before, input[type=radio] + label:after, .radio-style + label:before, .radio-style + label:after {
  border-radius: 9999px;
}

.footer {
  overflow: hidden;
  color: #fff;
  padding: 0 0 20px;
}
@media (max-width: 640px) {
  .footer {
    padding-bottom: 0;
  }
}
.single-post .footer, .single-enjeux .footer, .single-prestations .footer, .page-template-template-contact .footer {
  background-color: #F6F6F6;
}
.page-template-template-contact .footer {
  margin-top: -20px;
}
.footer-inner {
  margin-top: 73px;
  position: relative;
  z-index: 1;
}
.footer-inner:before {
  content: "";
  background: #1e334e;
  border-radius: 50%;
  width: 5555px;
  height: 1257px;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: -1;
  top: -73px;
}
.page-template-template-contact .footer-inner:before {
  border-top: 23px solid #fff;
}
.footer__logo {
  margin: 0 auto 70px;
  width: 191px;
}
.footer__logo a:hover {
  opacity: 0.7;
}
.footer .copyright {
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer .copyright {
    padding-bottom: 20px;
  }
}
.footer .copyright img {
  vertical-align: middle;
}

.footer-menu {
  display: flex;
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.footer-menu-item > a {
  color: #9ac31c;
  font-size: 18px;
  font-weight: 700;
}
.footer-menu .footer-submenu {
  margin-top: 40px;
}

.footer-submenu-item {
  font-size: 16px;
  line-height: 29px;
}
.footer-submenu-item__subtitle {
  font-size: 12px;
  line-height: 29px;
  font-style: italic;
}

@media (max-width: 900px) {
  .footer-menu {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-menu-item + .footer-menu-item {
    margin-top: 80px;
  }
}
.header {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.home .header {
  background-color: transparent;
}
@media (max-width: 768px) {
  .home .header {
    background: #FFF;
  }
}
.home .header-inner {
  margin-bottom: 34px;
}
.header-inner {
  padding: 25px 0;
  margin-bottom: 10px;
}
.home .header-inner:before {
  content: "";
  background: #fff;
  bottom: 0;
}
@media all and (min-width: 64em) {
  .home .header-inner:before {
    border-radius: 50%;
    width: 5555px;
    height: 1257px;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index: -1;
  }
}
.header-inner-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1190px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.header__logo {
  max-width: 382px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__menu-wrapper {
  display: flex;
}
.header-nav {
  margin: auto;
  max-width: 1100px;
  padding: 0 20px;
}
.header-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .mobile-btn {
  cursor: pointer;
  display: none;
}
@media (max-width: 900px) {
  .header__menu-wrapper {
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: 98;
  }
  .show-nav .header__menu-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .header__menu-wrapper .mobile-btn {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .admin-bar .header__menu-wrapper .mobile-btn {
    top: 60px;
  }
  .header .mobile-btn {
    display: block;
  }
}
@media (max-width: 600px) {
  .header-inner {
    padding: 25px 0 0;
  }
  .header-inner-top {
    padding: 0;
    margin: 0;
  }
  .header-language-switcher {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .home .header-language-switcher {
    bottom: 34px;
  }
  .header-links {
    display: none;
  }
  .header__logo {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .header-nav-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.header-links-item {
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 12px;
}
.header-links-item + .header-links-item {
  margin-left: 23px;
}
.header-links-item:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  vertical-align: top;
  margin-left: 10px;
}
.header-links-item--linkedin:after {
  background-image: url(../../images/icon-linkedin.svg);
}
.header-links-item--mail:after, .header-links-item--contact:after {
  background-image: url(../../images/icon-mail.svg);
}

.menu {
  color: #116c8b;
  font-size: 16px;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
  display: flex;
}
.menu:first-child .menu-item:first-child:before {
  content: none;
}
.menu-item:before {
  content: "";
  border: 1px solid #116c8b;
  border-radius: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 20px;
  vertical-align: middle;
}
.menu-item.active, .menu-item:hover {
  color: #9ac31c;
}
.menu .sub-menu {
  display: none;
}
@media all and (max-width: 56.24em) {
  .menu {
    display: block;
    font-size: 21px;
    width: 100%;
    text-align: center;
  }
  .menu .menu:first-child {
    margin-top: 100px;
  }
  .menu-item {
    line-height: 3em;
  }
  .menu-item:before {
    display: none;
  }
}

.language-switcher {
  color: #116c8b;
  font-weight: 700;
  text-transform: uppercase;
}
.language-switcher-item {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  vertical-align: top;
}
.language-switcher-item + .language-switcher-item:before {
  content: "/ ";
  color: #116c8b;
}
.language-switcher-item--active {
  color: #9ac31c;
}

.big-menu {
  background: rgba(255, 255, 255, 0.97);
  color: #116c8b;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.big-menu__content {
  max-width: 1030px;
  margin: auto;
  padding: 90px 40px;
}
.big-menu__header {
  border-bottom: 1px solid;
  margin-bottom: 45px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-menu__close {
  background-image: url("../../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.big-menu__title {
  font-size: 32px;
  font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
}
.big-menu__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 80px;
}
.big-menu__menu-item__icon {
  margin-bottom: 30px;
  width: 39px;
  height: 41px;
}
.big-menu__menu-item__icon svg {
  stroke: #116c8b;
  fill: #FFF;
}
.big-menu__menu-item__icon svg path {
  stroke: #116c8b;
}
.big-menu__menu-item__title {
  color: #9ac31c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.big-menu__menu--links {
  margin-top: 122px;
}
.big-menu__submenu-item {
  line-height: 29px;
  text-indent: -12px;
}
.big-menu__submenu-item:before {
  content: "";
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.big-menu__submenu-item:hover, .big-menu__submenu-item.active {
  color: #9ac31c;
}
.big-menu__submenu-item.back, .big-menu__submenu-item.linkedin, .big-menu__submenu-item.mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 205px;
}
.big-menu__submenu-item.back:after, .big-menu__submenu-item.linkedin:after, .big-menu__submenu-item.mail:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 18px;
  width: 21px;
  height: 15px;
}
.big-menu__submenu-item.back:after {
  background-image: url(../../images/icon-back--green.svg);
}
.big-menu__submenu-item.linkedin:after {
  background-image: url(../../images/icon-linkedin--green.svg);
}
.big-menu__submenu-item.mail:after {
  background-image: url(../../images/icon-mail--green.svg);
}
.big-menu__submenu--links .big-menu__submenu-item {
  text-indent: 0;
}
.big-menu__submenu--links .big-menu__submenu-item:before {
  display: none;
}
@media all and (max-width: 56.24em) {
  .big-menu__menu.active .big-menu__submenu {
    display: block;
  }
  .big-menu__body {
    display: block;
    margin: auto;
  }
  .big-menu__header {
    flex-direction: row-reverse;
  }
  .big-menu__menu + .big-menu__menu {
    margin-top: 40px;
  }
  .big-menu__menu-item__icon {
    display: none;
  }
  .big-menu__menu-item__title {
    cursor: pointer;
    margin-bottom: 10px;
  }
  .big-menu__menu.active .big-menu__menu-item__title:after {
    transform: scaleY(-1);
  }
  .big-menu__submenu {
    padding: 0 12px;
  }
  .big-menu__submenu--links {
    padding: 0;
  }
}

.burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  border: 0;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
.burger__line {
  background: #116c8b;
  width: 20px;
  height: 2px;
  transition: all 0.4s ease;
}
.burger__line + .burger__line {
  margin-top: 4px;
}
.show-nav .burger__line:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
.show-nav .burger__line:nth-of-type(2) {
  transform: translateY(0px) rotate(45deg);
}
.show-nav .burger__line:nth-of-type(3) {
  transform: scale(0);
}

.mobile-btn__burger, .mobile-btn__label {
  display: inline-block;
  vertical-align: middle;
}
.mobile-btn__label {
  color: #116c8b;
  font-size: 10px;
  font-weight: 700;
  margin-left: 15px;
}

.breadcrumb {
  background-color: #FFF;
}
.breadcrumb-list {
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 29px;
  color: #116c8b;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .breadcrumb-list {
    font-size: 10px;
    padding-bottom: 10px;
    line-height: 12px;
  }
}
.section--bordered-top {
  --bg-color: $white;
  --border-size-y: 80px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section--bordered-top .section-inner {
  background: var(--bg-color);
  margin-top: var(--border-size-y);
}
@media (max-width: 768px) {
  .section--bordered-top .section-inner {
    margin-top: 20px;
  }
}
.section--bordered-top .section-inner:before {
  content: "";
  background: var(--bg-color);
  border-radius: 50%;
  width: 5555px;
  height: 1257px;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: -1;
  top: 0;
}

.section--overlap {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * (var(--overlap-y)));
}

.home .btn-alt {
  --btn-cut-color: #f6f6f6;
}

.hero-slider {
  margin: 64px auto 136px;
  max-width: 1170px;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-slider {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .hero-slider {
    margin: 25px 20px;
  }
}
@media (max-width: 768px) {
  .hero-slider {
    margin-bottom: 120px;
  }
}
.hero-slider__slides {
  height: 100%;
}
.hero-slider-item {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .hero-slider-item {
    border-radius: 0;
  }
}
.hero-slider-item__content {
  background: rgba(17, 108, 139, 0.76);
  color: #fff;
  width: 298px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .hero-slider-item__content {
    width: 100%;
    background-color: #F6F6F6;
    position: static;
  }
}
.hero-slider-item__content-text {
  font-family: "Julius Sans One", sans-serif;
  font-size: 18px;
  line-height: 1.8888888889;
  padding: 40px 30px;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .hero-slider-item__content-text {
    color: #1e334e;
    text-align: center;
    min-height: 0;
  }
}
.hero-slider-item__content-text:hover {
  opacity: 0.7;
}
.hero-slider-item__content-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 40px 30px;
  position: absolute;
  font-style: italic;
  bottom: 0px;
}
@media (max-width: 768px) {
  .hero-slider-item__content-link {
    position: absolute;
    background: rgba(17, 108, 139, 0.76);
    width: 100%;
    text-align: center;
    padding: 20px 15px;
  }
}
@media (max-width: 640px) {
  .hero-slider-item__content-link {
    min-height: 80px;
    box-sizing: border-box;
  }
}
.hero-slider-item__content-link a {
  position: relative;
}
.hero-slider-item__content-link a:after {
  content: " ";
  display: block;
  position: absolute;
  right: -30px;
  bottom: 1px;
  width: 16px;
  height: 12px;
  background: transparent url("../../images/icon-arrow.svg") no-repeat;
  background-size: contain;
  transition: right 0.3s;
}
.hero-slider-item__content-link a:hover:after {
  right: -40px;
}
.hero-slider-item__content:after {
  content: "";
  background: transparent url("../../images/hero-slider-content-bg-corner.svg") right bottom no-repeat;
  background-size: auto;
  color: #fff;
  width: 146px;
  height: 188px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
.hero-slider-item__bg {
  background: #aaa;
  width: 100%;
  height: 100%;
}
.hero-slider-item__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .hero-slider-item__bg img {
    padding-bottom: 80px;
  }
}
.hero-slider__scroll-icon {
  color: #1e334e;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hero-slider__scroll-icon {
    left: 65%;
  }
}
@media (max-width: 768px) {
  .hero-slider__scroll-icon {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero-slider__scroll-icon {
    display: block;
    left: 50%;
    bottom: -100px;
    width: 100%;
  }
}
.hero-slider__scroll-icon:before {
  content: "";
  background-image: url("../../images/icon-scroll.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 27px;
  height: 38px;
  display: block;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
  position: relative;
}
.hero-slider__scroll-icon:hover:before {
  bottom: -5px;
}
.hero-slider-dots {
  position: absolute;
  top: 60%;
  left: 30px;
}
@media (max-width: 640px) {
  .hero-slider-dots {
    display: none;
  }
}
.hero-slider-dots li + li {
  margin-left: 10px;
}
.hero-slider-dots li button {
  width: 5px;
  height: 12px;
  border: none;
  background-color: #FFF;
  box-shadow: none;
}
.hero-slider-dots li button:after {
  content: none;
}
.hero-slider-dots li.slick-active button {
  background-color: #9ac31c;
}

.skew-img {
  --skew-deg: -20deg;
  --skew-width-percent: 20%;
  --skew-translate-percent: -3%;
  overflow: hidden;
  transform: skewX(var(--skew-deg));
}
.skew-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  max-width: 200%;
  width: calc(100% + 0.2 * var(--skew-width-percent));
  height: 100%;
  transform: skewX(calc(-1 * var(--skew-deg))) translateX(var(--skew-translate-percent));
}
@media (max-width: 640px) {
  .skew-img img {
    --skew-deg: 0deg;
    --skew-width-percent: 300%;
    --skew-translate-percent: -20%;
    max-height: 300px;
  }
}

.text-and-skew-img {
  background: #eee;
  display: flex;
}

.home-section__grid, .grid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 640px) {
  .home-section__grid, .grid {
    display: block;
  }
}
.home-section__grid .column, .grid .column {
  flex: 1;
}
.home-section__title {
  font-family: "Julius Sans One", sans-serif;
  font-size: 35px;
  line-height: 53px;
  text-align: center;
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.home-section-company {
  background-color: #9ac31c;
  background: #7ca83e;
  background: linear-gradient(to right, #7ca83e 0%, #a2bd40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7ca83e", endColorstr="#a2bd40",GradientType=1 );
}
@media (max-width: 640px) {
  .home-section-company {
    padding-top: 30px;
  }
}
.home-section-company .wrapper {
  padding-top: 20px;
  max-width: 550px;
  position: relative;
}
@media (max-width: 640px) {
  .home-section-company .wrapper {
    max-width: 375px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.home-section-company .wrapper:before {
  content: " ";
  background: transparent url("../../images/icon-feuille.svg") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 160px;
  height: 130px;
  left: -170px;
  top: 35px;
}
@media (max-width: 640px) {
  .home-section-company .wrapper:before {
    width: 110px;
    left: -60px;
  }
}
.home-section-company__title {
  color: #1e334e;
}
.home-section-company__excerpt {
  color: #FFF;
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
  padding-bottom: 40px;
  text-indent: 20px;
}
.home-section-company__excerpt a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
}
.home-section-company__excerpt a:hover {
  text-decoration: underline;
}
.home-section-numbers {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .home-section-numbers {
    background: #116c8b;
  }
}
.home-section-numbers:after {
  content: "";
  background: #116c8b;
  border-radius: 50%;
  width: 4236px;
  height: 1257px;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: -1;
  bottom: 0;
  display: block;
}
.home-section-numbers__title {
  color: #FFF;
}
.home-section-numbers .column {
  position: relative;
}
.home-section-numbers .column:first-child:before, .home-section-numbers .column:first-child:after, .home-section-numbers .column:last-child:before, .home-section-numbers .column:last-child:after {
  content: none;
}
.home-section-numbers .column:before, .home-section-numbers .column:after {
  content: " ";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .home-section-numbers .column:before, .home-section-numbers .column:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-section-numbers .column:before {
  left: 0;
}
@media (max-width: 640px) {
  .home-section-numbers .column:before {
    top: 0px;
    left: 50%;
  }
}
.home-section-numbers .column:after {
  right: 0;
}
@media (max-width: 640px) {
  .home-section-numbers .column:after {
    bottom: 0px;
    right: 50%;
    top: initial;
  }
}
.home-section-numbers__grid {
  margin-bottom: 50px;
}
.home-section-numbers__item-wrapper {
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .home-section-numbers__item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-section-numbers__item-title {
  font-weight: bold;
  font-size: 74px;
  line-height: 53px;
  color: #FFF;
}
.home-section-numbers__item-caption {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #9ac31c;
  margin-top: 10px;
}
.home-section-main {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .home-section-main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .home-section-main {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.home-section-main .wrapper {
  background-color: #FFF;
  border-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .home-section-main .wrapper {
    border-radius: 0;
    padding: 20px;
  }
}
.home-section-main .wrapper .home-section__title {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .home-section-main .wrapper .home-section__title {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .home-section-main .home-section__grid {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
  }
}
@media (max-width: 640px) {
  .home-section-main .home-section__grid {
    display: flex;
  }
}
.home-section-main .home-section__grid .column {
  text-align: center;
}
@media (max-width: 768px) {
  .home-section-main .home-section__grid .column {
    flex: 1 1 33.33%;
    margin-bottom: 40px;
    max-width: 33.33%;
  }
}
@media (max-width: 640px) {
  .home-section-main .home-section__grid .column {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.home-section-main .home-section__grid .column:after, .home-section-main .home-section__grid .column:before {
  content: none;
}
.home-section-main .home-section__grid .column:hover .home-section-main__concerns-title, .home-section-main .home-section__grid .column:hover .home-section-main__services-title {
  color: #9ac31c;
}
.home-section-main .home-section__grid .column:hover svg {
  stroke: #9ac31c;
}
.home-section-main .home-section__grid .column:hover svg path {
  stroke: #9ac31c;
}
.home-section-main__separator {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -85px;
}
.home-section-main__concerns, .home-section-main__services {
  border: 2px solid #F6F6F6;
  padding: 20px;
}
@media (max-width: 768px) {
  .home-section-main__concerns, .home-section-main__services {
    border: none;
    padding: 0;
  }
}
.home-section-main__concerns-title, .home-section-main__services-title {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #116c8b;
  transition: color 0.3s;
}
.home-section-main__concerns svg, .home-section-main__services svg {
  stroke: #116c8b;
  fill: #FFF;
  margin-bottom: 5px;
  transition: stroke 0.3s;
  height: 100px;
}
.home-section-main__concerns svg path, .home-section-main__services svg path {
  stroke: #116c8b;
  fill: #FFF;
}
.home-section-main__concerns {
  padding-bottom: 80px;
}
.home-section-main__concerns-title {
  color: #9ac31c;
}
.home-section-main__concerns .home-section__grid .column:hover svg {
  stroke: #116c8b;
  fill: #FFF;
}
.home-section-main__concerns .home-section__grid .column:hover svg path {
  stroke: #116c8b;
  fill: #FFF;
}
.home-section-main__concerns .home-section__grid .column:hover .home-section-main__concerns-title {
  color: #116c8b;
}
.home-section-main__concerns .home-section__grid .column svg {
  stroke: #9ac31c;
  fill: #FFF;
  transition: stroke 0.3s;
}
.home-section-main__concerns .home-section__grid .column svg path {
  stroke: #9ac31c;
  fill: #FFF;
}
.home-section-main__services {
  border-top: none;
  padding-top: 80px;
}
.home-section-actus {
  padding-top: 30px;
  background: transparent url("../../images/icon-planete.svg") no-repeat left top;
  background-size: 260px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .home-section-actus {
    background-color: #FFF;
    background-image: none;
    padding-top: 60px;
  }
}
.home-section-actus .home-section__title {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .home-section-actus .home-section__title {
    display: none;
  }
}
.home-section-actus .actus-slider {
  margin-left: 10%;
}
@media (max-width: 768px) {
  .home-section-actus .actus-slider {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .home-section-actus .actus-slider {
    margin-left: 0;
  }
}
.home-section-actus .actus-slider .actus-item {
  max-width: 700px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .home-section-actus .actus-slider .actus-item {
    max-width: 320px;
    width: 100%;
    margin-left: 1%;
  }
}
@media (max-width: 640px) {
  .home-section-actus .actus-slider .actus-item {
    margin-left: 20px;
  }
}
.home-section-actus .actus-slider .actus-item .grid {
  display: grid;
  grid-template-columns: 350px 1fr;
}
@media (max-width: 768px) {
  .home-section-actus .actus-slider .actus-item .grid {
    display: block;
  }
}
.home-section-actus .actus-slider .actus-item .grid .column {
  flex: unset;
}
@media (max-width: 768px) {
  .home-section-actus .actus-slider .actus-item__thumbnail {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-section-actus .actus-slider .actus-item__thumbnail a {
  display: block;
  position: relative;
}
.home-section-actus .actus-slider .actus-item__thumbnail a:hover {
  color: #9ac31c;
}
.home-section-actus .actus-slider .actus-item__thumbnail a:hover:before {
  content: " ";
  display: block;
  background-color: #9ac31c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.home-section-actus .actus-slider .actus-item__excerpt {
  border: 30px #EDEDED solid;
  background-color: #FFF;
  padding: 20px 30px;
  flex: 1;
}
.home-section-actus .actus-slider .actus-item__title {
  font-size: 18px;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  line-height: 29px;
  margin-bottom: 20px;
  transition: color 0.3s;
}
.home-section-actus .actus-slider .actus-item__title a:hover {
  color: #9ac31c;
}
.home-section-actus .actus-slider .actus-item__text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}
.home-section-actus .actus-slider .actus-item__link {
  color: #9ac31c;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.home-section-actus .actus-slider .actus-item__link:hover {
  text-decoration: underline;
}

.so-single {
  background-color: #F6F6F6;
}
.so-single__header {
  min-height: 200px;
  overflow-x: hidden;
}
.archive .so-single__header, .page-id-361 .so-single__header {
  min-height: 120px;
}
@media (max-width: 1024px) {
  .so-single__header {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .so-single__header {
    min-height: 0;
    display: block;
  }
}
.text-and-skew-img .so-single__left, .text-and-skew-img .so-single__right {
  width: 53%;
}
@media (min-width: 1024px) {
  .text-and-skew-img .so-single__left, .text-and-skew-img .so-single__right {
    min-height: 490px;
  }
}
@media (max-width: 768px) {
  .text-and-skew-img .so-single__left, .text-and-skew-img .so-single__right {
    width: 100%;
  }
}
.so-single__right {
  --skew-deg: -10deg;
  --skew-width-percent: 20%;
  --skew-translate-percent: -3%;
  width: 53%;
  margin-right: -3%;
}
@media (max-width: 768px) {
  .so-single__right {
    --skew-deg: none;
    --skew-width-percent: none;
    --skew-translate-percent: none;
  }
}
.so-single__left {
  position: relative;
  padding-top: 40px;
  box-sizing: border-box;
}
.so-single__left--posttype {
  padding: 15px 50px;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  color: #FFF;
  margin-top: 70px;
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .so-single__left--posttype {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .so-single__left--posttype {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 60px;
  }
}
.text-and-skew-img .so-single__left {
  padding-top: 0;
}
.so-single__left-wrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
.so-single__left-wrapper.with-section-title {
  position: static;
  transform: none;
  float: right;
}
.text-and-skew-img .so-single__left-wrapper {
  max-width: 510px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .text-and-skew-img .so-single__left-wrapper {
    max-width: 100%;
    position: static;
    text-align: center;
    transform: none;
  }
}
.text-and-skew-img .so-single__left-wrapper.with-section-title {
  position: static;
  transform: none;
  float: right;
}
.so-single__pagetitle {
  font-size: 37px;
  line-height: 42px;
  color: #1e334e;
  font-family: "Julius Sans One", sans-serif;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .so-single__pagetitle {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .so-single__pagetitle {
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 27px;
    line-height: 32px;
  }
}
.so-single__icon {
  position: absolute;
  right: -80px;
  top: 70px;
  border-radius: 200%;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  z-index: 9999;
  background-color: #FFF;
  z-index: 1;
}
@media (max-width: 1024px) {
  .so-single__icon {
    width: 100px;
    height: 100px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .so-single__icon {
    left: 0;
    right: initial;
    padding: 10px;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: transparent !important;
    z-index: 1;
  }
}
.so-single__icon svg {
  stroke: #FFF;
  fill: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .so-single__icon svg {
    stroke-width: 3px;
  }
}
.so-single__icon svg path {
  stroke: #FFF;
}
@media (max-width: 768px) {
  .so-single__icon svg path {
    stroke-width: 3px;
  }
}
.so-single__highlight {
  --bg-color: #FFF;
  --border-size-y: 80px;
  --overlap-y: 125px;
  padding-top: 10px;
  padding-bottom: 60px;
}
@media (min-width: 1366px) {
  .so-single__highlight {
    --overlap-y: 80px;
  }
}
@media (min-width: 2100px) {
  .so-single__highlight {
    --overlap-y: 125px;
  }
}
@media (max-width: 768px) {
  .so-single__highlight {
    --border-size-y: 0px;
    --overlap-y: 10px;
    padding-bottom: 20px;
  }
}
.so-single__highlight .section-inner:after {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 50px;
  width: 370px;
  height: 355px;
  transform: translateX(-200%);
  opacity: 0.3;
}
.so-single__header_title {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .so-single__header_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.so-single__header_content {
  font-size: 20px;
  line-height: 29px;
  color: #FFF;
}
@media (max-width: 1024px) {
  .so-single__header_content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.so-single__content {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}
.so-single__content h2 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .so-single__content .wrapper .content-left {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .so-single__content .wrapper .content-left {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .so-single__content .wrapper .sidebar {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .so-single__content .wrapper .sidebar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.so-single__content .wrapper .sidebar .block-prestations .block-title {
  background-color: #116c8b;
  color: #FFF;
}
.so-single__content .wrapper .sidebar .block-enjeux .block-title {
  background-color: #9ac31c;
  color: #FFF;
}
.so-single__content_title {
  font-family: "Julius Sans One", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #9ac31c;
}
.page-template-default .so-single__content_title, .page-template-template-contact .so-single__content_title {
  color: #9ac31c;
  font-size: 30px;
}
.so-single__main-content {
  padding-bottom: 100px;
}
.page-template-template-contact .so-single__main-content {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .so-single__main-content {
    padding-bottom: 0px;
  }
}
.so-single__main-content ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.so-single__main-content ul li {
  list-style: disc;
}
.so-single__main-content a {
  text-decoration: underline;
}
.so-single__main-content a:hover {
  color: #1e334e;
}
.so-single__main-content img {
  display: block;
}
.so-single__main-content img.alignright {
  margin-left: auto;
}
.so-single__main-content img.alignleft {
  margin-right: auto;
}
.so-single__main-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.so-single__main-content table {
  border: none;
}
.so-single__main-content table th, .so-single__main-content table td {
  padding: 10px 15px;
  border: none;
}
.so-single__main-content table tr {
  border: none;
}
.so-single__main-content table tr:nth-child(even) {
  background-color: rgba(17, 108, 139, 0.3);
}
.so-single__main-content table tr:nth-child(odd) {
  background-color: rgba(17, 108, 139, 0.2);
}
.so-single__main-content .so-single__main-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.so-single-enjeux .so-single__highlight {
  --bg-color: #9ac31c;
}
.so-single-enjeux .so-single__left--posttype, .so-single-enjeux .so-single__icon {
  background-color: #9ac31c;
}
.so-single-enjeux .so-single__icon svg {
  fill: #9ac31c;
}
.so-single-enjeux .so-single__highlight .section-inner:after {
  background: transparent url("../../images/icon-planete--white.svg") no-repeat top center;
}
.so-single-enjeux .so-single__main-content a {
  color: #9ac31c;
}
.so-single-enjeux .so-single__main-content a:hover {
  color: #1e334e;
}
.so-single-enjeux .so-single__content h2 {
  color: #9ac31c;
}
.so-single-prestations .so-single__highlight {
  --bg-color: #116c8b;
}
.so-single-prestations .so-single__left--posttype, .so-single-prestations .so-single__icon {
  background-color: #116c8b;
}
.so-single-prestations .so-single__icon svg {
  fill: #116c8b;
}
.so-single-prestations .so-single__highlight .section-inner:after {
  background: transparent url("../../images/icon-planete--white.svg") no-repeat top center;
}
.so-single-prestations .so-single__main-content a {
  color: #116c8b;
}
.so-single-prestations .so-single__main-content a:hover {
  color: #1e334e;
}
.so-single-prestations .so-single__content h2 {
  color: #116c8b;
}
.so-single-page .so-single__highlight {
  --bg-color: #83888B;
  padding-bottom: 110px;
}
.so-single-page .so-single__highlight.bg-white {
  --bg-color: #FFF;
  padding-bottom: 80px;
}
.so-single-page .so-single__highlight .section-inner:after {
  background: transparent url("../../images/icon-planete--white.svg") no-repeat top center;
}
.so-single-page .so-single__content h2 {
  color: #9ac31c;
}
.so-single-page .so-single__content h3 {
  color: #116c8b;
}
@media (min-width: 769px) {
  .so-single-page .so-single__content {
    margin-top: -70px;
    position: relative;
    z-index: 2;
  }
  .so-single-page .so-single__content_title {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .so-single-template-contact .so-single__icon {
    width: 90px;
    height: 110px;
    display: none;
  }
}
.so-single-template-contact .so-single__icon svg {
  stroke: #1e334e;
}
@media (max-width: 768px) {
  .so-single-template-contact .wrapper-sidebar-left {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .so-single-template-contact .wrapper-sidebar-left .sidebar, .so-single-template-contact .wrapper-sidebar-left .content-right {
    width: 100%;
    flex: 1;
  }
}

/*# sourceMappingURL=main.css.map*/