@charset "UTF-8";
/*!
* www.KNACSS.com v7.1.2 (january, 30 2019) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Cookie");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* disable animations styles when reduced rotion is enabled */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

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

body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #00548b;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}
@media (min-width: 576px) {
  body {
    font-size: 1.4rem;
  }
}

/* Links */
a {
  color: #d3a419;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #8f6f11;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.container, .buttons-under-header {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 100%;
}
@media (min-width: 480px) {
  .container, .buttons-under-header {
    width: 480px;
  }
}
@media (min-width: 576px) {
  .container, .buttons-under-header {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .container, .buttons-under-header {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container, .buttons-under-header {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container, .buttons-under-header {
    width: 1200px;
  }
}

/* Headings */
h1, .h1-like {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h1, .h1-like {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  h1, .h1-like {
    line-height: 1.1;
  }
}

h2, .h2-like {
  font-size: 3.4rem;
  font-family: "Cookie", cursive;
  font-weight: 400;
  text-align: center;
  color: #51b9ea;
  line-height: 1.1;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 4.7rem;
  }
}

h3, .h3-like {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h3, .h3-like {
    line-height: 1.1;
  }
}

h4, .h4-like {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 2rem;
  }
}

h5, .h5-like {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.8rem;
  }
}

h6, .h6-like {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.6rem;
  }
}

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

img {
  height: auto;
}

/* Styling elements */
ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

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

code,
kbd,
mark {
  border-radius: 2px;
}

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

pre {
  -moz-tab-size: 2;
  tab-size: 2;
}

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: #e6e9ee;
}

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

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

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

/* ----------------------------- */
/* ==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,
label,
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: "";
  }
}
/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container, .flex-container--column-reverse,
.flex-column-reverse, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column,
.flex-column, .flex-container--row,
.flex-row,
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

.flex-container--row-reverse,
.flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  flex: 1 1 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,
.mr-auto {
  margin: auto;
}

section {
  padding: 5vw 0;
}

.chapo + section {
  padding: 2vw 0 5vw 0;
}

section:not(.blue-background):nth-child(odd) {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

footer {
  padding: 2rem 0;
}
footer .container, footer .buttons-under-header {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .container *, footer .buttons-under-header * {
  color: #00548b;
  font-weight: 600;
}
footer .container a, footer .buttons-under-header a {
  text-decoration: none;
}
footer .container a:hover, footer .buttons-under-header a:hover {
  color: #51b9ea;
}
footer .container > span, footer .buttons-under-header > span {
  position: relative;
  padding: 0 2rem;
}
footer .container > span:not(:last-child):after, footer .buttons-under-header > span:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 1px;
  content: " - ";
}
footer .rs {
  padding: 0 0.5rem;
}
footer .rs:before {
  font-size: 2.6rem;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}

.u-italic {
  font-style: italic;
}

.u-normal {
  font-weight: normal;
  font-style: normal;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-smaller {
  font-size: 0.6em;
}

.u-small {
  font-size: 0.8em;
}

.u-big {
  font-size: 1.2em;
}

.u-bigger {
  font-size: 1.5em;
}

.u-biggest {
  font-size: 2em;
}

.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.txtright,
.u-txt-right {
  text-align: right;
}

.txtcenter,
.u-txt-center {
  text-align: center;
}

/* blocks that need to be placed under floats */
.clear,
.u-clear {
  clear: both;
}

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

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

.right,
.u-right {
  margin-left: auto;
}

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

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

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

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

.fr,
.u-fr {
  float: right;
}

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

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

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

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

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .accordeon--onglet:not(.open), .tabs-content-item[aria-hidden=true] {
  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,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(1);
}

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

.color--inverse {
  color: #fff;
}

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

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: calc(100% / 3 * 2);
}

.w33 {
  width: calc(100% / 3);
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

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

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

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

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

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

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

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

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

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

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

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

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

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

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

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

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

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

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* -------------------------- */
/* ==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: 991px) {
  /* 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: 576px) 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: 575px) {
  /* 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-container--row,
.flex-row, .flex-container--column,
.flex-column, .flex-container--row-reverse,
.flex-row-reverse, .flex-container--column-reverse,
.flex-column-reverse {
    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;
  }
}
/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
Author: Geoffrey Crofte, Alsacréations
Contributors: Automattic, Geoffrey Crofte
Description: Reset styles for WordPress usage of KNACSS
*/
.comment-navigation,
.paging-navigation,
.post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [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: 576px) {
  .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: 576px) {
  [class*=grid-2] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*=grid-2].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: -0.5rem;
    margin-left: -0.5rem;
  }
  [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: -1rem;
    margin-left: -1rem;
  }
  [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: -2rem;
    margin-left: -2rem;
  }
  [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: 576px) {
  .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);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [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);
  }
}
/*!
 * jQuery mmenu v7.2.1
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background: #f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 44px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size);
}

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight {
  transition: none 0.4s ease;
  transition-property: transform, height;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right;
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
}

.mm-listitem_divider {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25);
}

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

.mm-menu {
  --mm-iconbar-size: 44px;
}

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mm-menu_iconbar .mm-navbars_bottom, .mm-menu_iconbar .mm-navbars_top, .mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size);
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 11px 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu {
  --mm-iconpanel-size: 44px;
}

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 1));
  width: calc(100% - (var(--mm-iconpanel-size) * 1));
}

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 2));
  width: calc(100% - (var(--mm-iconpanel-size) * 2));
}

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 3));
  width: calc(100% - (var(--mm-iconpanel-size) * 3));
}

.mm-panel_iconpanel-first ~ .mm-panel, .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: flex;
  position: relative;
}

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4);
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2);
}

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3);
}

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px;
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.mm-navbar__tab_selected:first-child {
  border-left: none;
}

.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
}

.mm-searchfield {
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  display: flex;
}

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * .7);
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * .15);
  position: relative;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__input {
  flex: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2);
}

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size);
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panels {
  transition: right 0.4s ease;
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc((var(--mm-navbar-size) * 1) + 2px);
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc((var(--mm-navbar-size) * 2) + 2px);
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc((var(--mm-navbar-size) * 3) + 2px);
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc((var(--mm-navbar-size) * 4) + 2px);
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc((var(--mm-navbar-size) * 1) + 2px);
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc((var(--mm-navbar-size) * 2) + 2px);
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc((var(--mm-navbar-size) * 3) + 2px);
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc((var(--mm-navbar-size) * 4) + 2px);
}

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  transition: background 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu, .mm-slideout {
  --mm-sidebar-collapsed-size: 44px;
  --mm-sidebar-expanded-size: 440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(44px, 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(440px, 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
}

label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px;
}

input.mm-toggle {
  position: absolute;
  left: -10000px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border);
}

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

label.mm-check {
  width: 34px;
  height: 34px;
}

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

input.mm-check {
  position: absolute;
  left: -10000px;
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-menu-slide {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  transform-origin: left center;
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  transform: translate3d(0, 100%, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  transform: translate3d(0, 0, 0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  transition: none 0.4s ease;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  transition-delay: 50ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  transition-delay: 0.1s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  transition-delay: 150ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  transition-delay: 0.2s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  transition-delay: 250ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  transition-delay: 0.3s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  transition-delay: 350ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  transition-delay: 0.4s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  transition-delay: 450ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  transition-delay: 0.5s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  transition-delay: 550ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  transition-delay: 0.6s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  transition-delay: 650ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  transition-delay: 0.7s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: transform, opacity;
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  flex: 1 0 auto;
  min-height: 44px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: flex;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.7);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background: #fff;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.06);
  --mm-color-background-emphasis:rgba(0, 0, 0, 0.03);
  --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu_theme-dark {
  --mm-color-border:rgba(0, 0, 0, 0.3);
  --mm-color-button:rgba(255, 255, 255, 0.4);
  --mm-color-text:rgba(255, 255, 255, 0.85);
  --mm-color-text-dimmed:rgba(255, 255, 255, 0.4);
  --mm-color-background: #333;
  --mm-color-background-highlight:rgba(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgba(0, 0, 0, 0.1);
  --mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu_theme-black {
  --mm-color-border:rgba(255, 255, 255, 0.25);
  --mm-color-button:rgba(255, 255, 255, 0.4);
  --mm-color-text:rgba(255, 255, 255, 0.75);
  --mm-color-text-dimmed:rgba(255, 255, 255, 0.4);
  --mm-color-background: #000;
  --mm-color-background-highlight:rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.15);
  --mm-shadow:none;
}

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important;
}

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto;
}

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none;
}

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommended HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-content {
    flex: 1 1 0%;
  }
  .media-figure--center {
    align-self: center;
  }
  .media--reverse {
    flex-direction: row-reverse;
  }
}
/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* 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;
}

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

.table {
  display: table;
  border: 1px solid transparent;
  background: transparent;
}
.table--zebra tbody tr:nth-child(odd) {
  background: #e6e9ee;
}
.table caption {
  caption-side: bottom;
  padding: 1rem;
  color: #333;
  font-style: italic;
  text-align: right;
}
.table td, .table th {
  padding: 0.3rem 0.6rem;
  min-width: 2rem;
  vertical-align: top;
  border: 1px transparent dotted;
  text-align: left;
  cursor: default;
}
.table thead {
  color: #00548b;
  background: #e6e9ee;
}

.table--auto {
  table-layout: auto;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none;
}

fieldset {
  padding: 2rem;
}
fieldset legend {
  padding: 0 0.5rem;
  border: 0;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
}

[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  color: #00548b;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  margin: 0;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form [type=color],
form [type=date],
form [type=datetime-local],
form [type=email],
form [type=month],
form [type=number],
form [type=password],
form [type=search],
form [type=tel],
form [type=text],
form [type=time],
form [type=url],
form [type=week],
form select,
form textarea {
  width: 100%;
  background-color: rgba(6, 35, 91, 0.1);
}
form .grid {
  margin: 1rem 0;
}

[type=submit] {
  background-color: #06235b;
  background-image: url(assets/images/send.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1rem 2rem 1rem 8rem;
  font-weight: 700;
  float: right;
  transition: background-position ease 0.2s;
}
[type=submit]:hover {
  background-position: 25% center;
}

input[readonly] {
  background-color: #e6e9ee;
}

select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

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

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

progress {
  width: 100%;
  vertical-align: middle;
}

.form {
  display: none;
}

.form.open {
  display: block;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn--ghost,
.button--ghost, .btn--inverse,
.button--inverse, .btn--danger,
.button--danger, .btn--warning,
.button--warning, .btn--info,
.button--info, .btn--success,
.button--success, .btn--primary,
.button--primary, .btn,
.button,
[type=button],
button {
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 2rem;
  background-color: #51b9ea;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.btn--ghost:hover,
.button--ghost:hover, .btn--inverse:hover,
.button--inverse:hover, .btn--danger:hover,
.button--danger:hover, .btn--warning:hover,
.button--warning:hover, .btn--info:hover,
.button--info:hover, .btn--success:hover,
.button--success:hover, .btn--primary:hover,
.button--primary:hover, .btn:hover,
.button:hover,
[type=button]:hover,
button:hover {
  background: #1a99d5;
  color: white;
}

.btn:focus,
.button:focus,
[type=button]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  background-color: #06235b;
  color: #fff;
  box-shadow: none;
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #03112b;
}
.btn--success,
.button--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.btn--success:active, .btn--success:focus, .btn--success:hover,
.button--success:active,
.button--success:focus,
.button--success:hover {
  background-color: #449d44;
}
.btn--info,
.button--info {
  background-color: #51b9ea;
  color: #000;
  box-shadow: none;
}
.btn--info:active, .btn--info:focus, .btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #23a7e5;
}
.btn--warning,
.button--warning {
  background-color: #D9534F;
  color: #000;
  box-shadow: none;
}
.btn--warning:active, .btn--warning:focus, .btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #c9302c;
}
.btn--danger,
.button--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.btn--danger:active, .btn--danger:focus, .btn--danger:hover,
.button--danger:active,
.button--danger:focus,
.button--danger:hover {
  background-color: #c9302c;
}
.btn--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
.button--inverse:active,
.button--inverse:focus,
.button--inverse:hover {
  background-color: #1a1a1a;
}
.btn--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
.button--ghost:active,
.button--ghost:focus,
.button--ghost:hover {
  background-color: rgba(0, 0, 0, 0);
}

.btn--small,
.button--small {
  padding: 0.7rem 1rem;
  font-size: 0.8em;
}
.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em;
}
.btn--block,
.button--block {
  width: 100% !important;
  display: block;
}
.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn--unstyled:focus,
.button--unstyled:focus {
  box-shadow: none;
  outline: none;
}

.nav-button {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.nav-button:hover {
  background: transparent;
}
.nav-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 2.8rem;
  width: 3.4rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#06235b, #06235b);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 3px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}
.nav-button > *::before, .nav-button > *::after {
  content: "";
  height: 3px;
  background: #06235b;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}
.nav-button:hover > * {
  background-color: transparent;
}
.nav-button:focus {
  outline: 0;
}
.mm-wrapper_opened .nav-button > * {
  background-image: none;
  justify-content: center;
}
.mm-wrapper_opened .nav-button > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}
.mm-wrapper_opened .nav-button > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

.nav-button[type=button] {
  -webkit-appearance: none;
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommended HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommended HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox {
  border-radius: 4px;
}

.switch {
  border-radius: 3em;
}

.radio {
  border-radius: 50%;
}

.switch,
.checkbox,
.radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: text-bottom;
  outline: 0;
  cursor: pointer;
}
.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  cursor: pointer;
}
.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check {
  display: none;
}

.switch {
  width: 4rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 70%;
  box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
  transition: box-shadow 0.15s;
  background-color: #fff;
}
.switch::before, .switch::after {
  font-weight: bold;
  color: #fff;
}
.switch::before {
  content: "✕";
  float: right;
  margin-right: 0.6666666667rem;
}
.switch:checked {
  box-shadow: inset 2rem 0 0 #5CB85C, inset 0 0 0 1px #5CB85C;
}
.switch:checked::before {
  content: "✓";
  float: left;
  margin-left: 0.6666666667rem;
}

.checkbox {
  width: 2rem;
  height: 2rem;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
  transition: background-color 0.15s;
}
.checkbox:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #333;
}

.radio {
  width: 2rem;
  height: 2rem;
  background-size: 0% 0%;
  transition: background-size 0.15s;
  box-shadow: inset 0 0 0 1px #333;
  background-color: #fff;
}
.radio:checked {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%22100%22%20height%3D%22100%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23333333%22/%3E%3C/svg%3E");
  background-size: 90% 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e6e9ee;
}
.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: 0.5rem 3rem;
  border-bottom: 4px solid transparent;
  color: #00548b;
  background: transparent;
  text-decoration: none;
  border-radius: 0 0 0 0;
  transition: 0.25s;
  transition-property: color, border, background-color;
}
.tabs-menu-link.is-active {
  border-bottom-color: #333;
  color: #333;
  background: transparent;
  outline: 0;
}
.tabs-menu-link:focus {
  border-bottom-color: #333;
  color: #333;
  outline: 0;
}
@media (min-width: 576px) {
  .tabs-menu-link {
    display: inline-block;
  }
}

.tabs-content-item {
  padding-top: 1rem;
}
.tabs-content-item[aria-hidden=true] {
  visibility: hidden;
}
.tabs-content-item[aria-hidden=false] {
  visibility: visible;
}

.accordeon--titre {
  background: #e6e9ee;
  padding: 1.5rem 2rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.accordeon--titre:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
.accordeon--titre.open:after {
  content: "f";
}

.accordeon--onglet {
  margin: 1.5rem 0 2rem 0;
  padding: 0 3rem;
  border-right: 1px solid #06235b;
  border-left: 1px solid #06235b;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*=icon-arrow--] {
  vertical-align: middle;
}
[class*=icon-arrow--]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #000;
  line-height: 1;
}

.icon-arrow--down::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--up::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--right::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

.icon-arrow--left::after {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
}

/* ----------------------------- */
/* ==Tags                      */
/* ----------------------------- */
/* use .tag-- classes for variants */
.tag, .tag--ghost, .tag--inverse, .tag--danger, .tag--warning, .tag--info, .tag--success, .tag--primary {
  display: inline-block;
  padding: 3px 0.5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #00548b;
  border-radius: 2rem;
  background-color: #e6e9ee;
  line-height: 1;
}

.tag--primary {
  background-color: #06235b;
  color: #fff;
  box-shadow: none;
}
.tag--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.tag--info {
  background-color: #51b9ea;
  color: #000;
  box-shadow: none;
}
.tag--warning {
  background-color: #D9534F;
  color: #000;
  box-shadow: none;
}
.tag--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.tag--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.tag--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.tag--small {
  font-size: 1rem;
}
.tag--big {
  font-size: 1.8rem;
}
.tag--block {
  width: 100% !important;
  display: block;
}
.tag.disabled, .disabled.tag--primary, .disabled.tag--success, .disabled.tag--info, .disabled.tag--warning, .disabled.tag--danger, .disabled.tag--inverse, .disabled.tag--ghost, .tag--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tag:empty, .tag--primary:empty, .tag--success:empty, .tag--info:empty, .tag--warning:empty, .tag--danger:empty, .tag--inverse:empty, .tag--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Badges                      */
/* ----------------------------- */
/* use .badge-- classes for variants */
.badge, .badge--ghost, .badge--inverse, .badge--danger, .badge--warning, .badge--info, .badge--success, .badge--primary {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  color: #00548b;
  background-color: #e6e9ee;
  line-height: 1;
}
.badge::before, .badge--ghost::before, .badge--inverse::before, .badge--danger::before, .badge--warning::before, .badge--info::before, .badge--success::before, .badge--primary::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
}

.badge--primary {
  background-color: #06235b;
  color: #fff;
}
.badge--success {
  background-color: #5CB85C;
  color: #fff;
}
.badge--info {
  background-color: #51b9ea;
  color: #000;
}
.badge--warning {
  background-color: #D9534F;
  color: #000;
}
.badge--danger {
  background-color: #D9534F;
  color: #fff;
}
.badge--inverse {
  background-color: #333;
  color: #fff;
}
.badge--ghost {
  background-color: transparent;
  color: #fff;
}

.badge--small {
  font-size: 1rem;
}
.badge--big {
  font-size: 1.8rem;
}
.badge.disabled, .disabled.badge--primary, .disabled.badge--success, .disabled.badge--info, .disabled.badge--warning, .disabled.badge--danger, .disabled.badge--inverse, .disabled.badge--ghost, .badge--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.badge:empty, .badge--primary:empty, .badge--success:empty, .badge--info:empty, .badge--warning:empty, .badge--danger:empty, .badge--inverse:empty, .badge--ghost:empty {
  display: none;
}

/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert, .alert--ghost, .alert--inverse, .alert--danger, .alert--warning, .alert--info, .alert--success, .alert--primary {
  padding: 1rem 1rem;
  margin-top: 0.75em;
  margin-bottom: 0;
  color: #00548b;
  border-radius: 2rem;
  background-color: #e6e9ee;
}
.alert a, .alert--ghost a, .alert--inverse a, .alert--danger a, .alert--warning a, .alert--info a, .alert--success a, .alert--primary a {
  color: inherit;
  text-decoration: underline;
}

.alert--primary {
  background-color: #06235b;
  color: #fff;
  box-shadow: none;
}
.alert--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none;
}
.alert--info {
  background-color: #51b9ea;
  color: #000;
  box-shadow: none;
}
.alert--warning {
  background-color: #D9534F;
  color: #000;
  box-shadow: none;
}
.alert--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none;
}
.alert--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none;
}
.alert--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}

.alert--small {
  font-size: 1rem;
}
.alert--big {
  font-size: 1.8rem;
}
.alert--block {
  width: 100% !important;
  display: block;
}
.alert.disabled, .disabled.alert--primary, .disabled.alert--success, .disabled.alert--info, .disabled.alert--warning, .disabled.alert--danger, .disabled.alert--inverse, .disabled.alert--ghost, .alert--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.alert:empty, .alert--primary:empty, .alert--success:empty, .alert--info:empty, .alert--warning:empty, .alert--danger:empty, .alert--inverse:empty, .alert--ghost:empty {
  display: none;
}

/* =========================
        FIL D'ARIANE
========================= */
.breadcrumb {
  margin-top: 1rem;
}
.breadcrumb ul {
  padding: 0;
}
.breadcrumb ul > *:last-child {
  color: #d3a419;
  font-weight: 700;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  text-decoration: none;
  color: #00548b;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #51b9ea;
}

/* =========================
      BOUTON NAV MOBILE
========================= */
@media (min-width: 992px) {
  .nav-button {
    display: none;
  }
}

/* =========================
        MENU DESKTOP
========================= */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.page {
    margin: 40px 0 0 0;
  }

  header > .container, header > .buttons-under-header {
    width: 100%;
  }
  header > .container .logo, header > .buttons-under-header .logo {
    padding: 2rem;
  }
  header > .container .logo img, header > .buttons-under-header .logo img {
    max-width: 110px;
    margin-top: -40px;
  }
  header .menu-menu-1 {
    padding-left: 1rem;
  }

  #header {
    top: 40px;
  }
}
@media (min-width: 1100px) {
  [id=main-nav] .menu-item a {
    padding: 0!important;
  }
  [id=main-nav] .sub-menu a {
    padding: 15px 0!important;
  }


}

@media (min-width: 992px) {
  header {
    background: #06235b;
  }
  header .container, header .buttons-under-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
  }
  header nav {
    flex-grow: 1;
  }

  .logo {
    background: white;
    padding: 1.5rem 2rem;
  }
  .logo img {
    max-width: 110px;
    height: auto;
  }

  [id=main-nav] .menu-menu-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  [id=main-nav] .menu-item {
    list-style-type: none;
    text-align: center;
    line-height: 1.3;
  }
  [id=main-nav] .menu-item a {
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
  }
  [id=main-nav] .menu-item a:focus, [id=main-nav] .menu-item a:hover, [id=main-nav] .menu-item a:active {
    color: #d3a419;
  }
  [id=main-nav] .menu-item-has-children > a:hover:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 4;
    background-image: url("./../WP_mPil/assets/images/arrow-orange.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 19px;
  }
  [id=main-nav] .sub-menu {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 77px;
    width: 100%;
    height: 100vh;
    background: rgba(6, 35, 91, 0.9);
    flex-direction: column;
    padding-left: unset;
  }
  [id=main-nav] .sub-menu a {
    text-transform: none;
    font-size: 2rem;
  }
  [id=main-nav] .sub-menu:hover {
    display: flex;
  }
  [id=main-nav] .sub-menu > .menu-item > a {
    padding: 15px 0;
  }
  [id=main-nav] .sub-menu .menu-item:first-child {
    margin-top: 150px;
  }
  [id=main-nav] .current_page_item a {
    color: #d3a419;
    font-weight: 600;
  }

  /* ===================================
          GESTION DE L'OUVERTURE
  =================================== */
  .overflow_hidden {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .open.sub-menu {
    display: flex;
  }

  .sous_menu {
    color: #d3a419 !important;
  }
  .sous_menu:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 4;
    background-image: url("./../WP_mPil/assets/images/arrow-orange.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 19px;
  }
  .sous_menu + .sub-menu {
    display: flex;
  }
}
.icon-croix {
  visibility: hidden;
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 59px;
  height: 81px;
  fill: white !important;
  cursor: pointer;
  margin: 45px auto;
}
.icon-croix:hover {
  fill: #d3a419 !important;
}

.icon-croix_visible {
  visibility: visible;
}

@media (max-width: 991px) {
  .page header[id=header] {
    background: white;
  }
  .page header[id=header] .container, .page header[id=header] .buttons-under-header {
    width: 100vw;
    margin: 0;
  }
  .page header[id=header] .menu-menu-1 {
    padding: 0 0 0 2vw;
  }
  .page header[id=header] .logo {
    padding: 1rem;
    display: inline-block;
  }

  .nav-button {
    float: right;
    margin-top: 30px;
  }
}
@media (min-width: 576px) {
  header .logo img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  header .nav-button {
    margin-top: 20px;
  }
  header .logo img {
    max-width: 80px;
  }
}
.mm-menu_position-bottom {
  height: calc(100vh - 65px);
  max-height: 98vh;
}

.mm-navbars_bottom .mm-navbar {
  background: #d3a419;
  height: auto;
}
.mm-navbars_bottom .mm-navbar a {
  color: white;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.mm-navbars_bottom .mm-navbar a svg.icon-crayon {
  width: 32px;
  height: 32px;
  fill: white;
  margin-right: 15px;
  vertical-align: middle;
}

.menu-menu-1.mm-listview {
  background: #06235b;
}
.menu-menu-1.mm-listview a {
  color: white;
}

.mm-listitem {
  border-color: white;
}

.mm-btn::before, .mm-btn::after {
  border-color: #06235b;
}

.mm-btn_next {
  background: #51b9ea;
}

.mm-navbar__title {
  color: #06235b !important;
  text-transform: uppercase;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

@font-face {
  font-family: "untitled-font-3";
  src: url("/wp-content/themes/WP_mPil/assets/fonts/untitled-font-3.eot");
  src: url("/wp-content/themes/WP_mPil/assets/fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/WP_mPil/assets/fonts/untitled-font-3.woff") format("woff"), url("/wp-content/themes/WP_mPil/assets/fonts/untitled-font-3.ttf") format("truetype"), url("/wp-content/themes/WP_mPil/assets/fonts/untitled-font-3.svg#untitled-font-3") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-3" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before, .accordeon h3:after, .glide__arrow:before, .blue-background a:before, main div:not(.breadcrumb) li:before {
  font-family: "untitled-font-3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "f";
}

.croix_accordeon:after {
  content: "f" !important;
}

.icon-facebook:before {
  content: "a";
}

.icon-fleche:before, .accordeon h3:after, .glide__arrow:before, .blue-background a:before, main div:not(.breadcrumb) li:before {
  content: "d";
}

.icon-instagram:before {
  content: "b";
}

.icon-pen:before {
  content: "e";
}

.icon-twitter:before {
  content: "c";
}

.page-id-26 .qui_sommes_nous {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.page-id-26 .qui_sommes_nous .glide__container {
  padding: 0 2rem;
}
.page-id-26 .rs {
  padding-bottom: 50px;
}
.page-id-26 .rs h2 {
  margin-top: 20px;
}
.page-id-26 .rs .stream li:before {
  content: "" !important;
}
.page-id-26 .rs .dcsns-li {
  background: #f6f6f6;
  box-shadow: unset;
}
.page-id-26 .rs .rs_lycee .dcsns-li .section-intro {
  background: #51b9ea;
}
.page-id-26 .rs .rs_college .dcsns-li .section-intro {
  background: #d3a419;
}
.page-id-26 .emplacement {
  padding: 40px 0 0 0;
  margin: 0;
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.1);
}
.page-id-26 .emplacement > p {
  text-align: center;
  line-height: 2.7rem;
}
.page-id-26 .emplacement > p span {
  font-family: "Cookie", cursive;
  font-size: 4.8rem;
}
.page-id-26 .emplacement .grid-2 {
  margin: 0 auto;
  font-size: 0;
}
.page-id-26 .emplacement > div {
  text-align: center;
}
.page-id-26 .emplacement > div > div p:first-child {
  letter-spacing: 2px;
  font-weight: 700;
}
.page-id-26 .emplacement > div > div p:last-child {
  font-size: 1.6rem;
}
.page-id-26 .emplacement > div > div:first-child p:first-child {
  color: #51b9ea;
}
.page-id-26 .emplacement > div > div:last-child p:first-child {
  color: #d3a419;
}
.page-id-26 .emplacement > div img {
  width: 35px;
  height: auto;
}
.page-id-26 .emplacement > div * {
  font-size: 16px;
  text-align: center;
  font-size: initial;
}
.page-id-26 .emplacement > div p {
  padding: 10px 0 0 20px;
  margin: 0;
}
.page-id-26 .emplacement > div p span {
  display: block;
  margin: 0;
  line-height: 1.6rem;
}
.page-id-26 .emplacement > div p:first-of-type {
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.page-id-26 .emplacement > div:first-child p:first-of-type {
  color: #51b9ea;
}
.page-id-26 .emplacement > div:last-child p:first-of-type {
  color: #d3a419;
}
.page-id-26 .emplacement .mapboxgl-canary, .page-id-26 .emplacement .mapboxgl-canvas-container {
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.page-id-26 .emplacement .mapboxgl-canvas {
  width: 100% !important;
  left: 0;
}
.page-id-26 footer {
  padding-top: 0 !important;
}

.grid-2 > div img {
  height: auto;
  width: auto;
}

.bandeau-home.bandeau {
  overflow: hidden;
}
.bandeau-home.bandeau .h1-like {
  text-align: center;
  z-index: 1;
  bottom: 10%;
  top: auto;
  transform: translate(-50%, 0);
  font-size: 3rem;
  width: 70vw;
}
.bandeau-home.bandeau .h1-like p:first-child {
  text-transform: none;
  font-weight: 600;
  font-size: 2.1rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.bandeau-home.bandeau .h1-like p:nth-child(2) {
  margin: 1rem 0;
  padding: 0.5rem 2rem;
  display: inline-block;
  background: #d3a419;
  letter-spacing: 2px;
  line-height: 100%;
}
.bandeau-home.bandeau .h1-like p:last-child {
  text-transform: none;
  font-size: 2.8rem;
  letter-spacing: 1px;
}
.bandeau-home.bandeau .glide {
  min-height: 75vh;
}
.bandeau-home.bandeau .glide img {
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  filter: blur(3px);
}
.bandeau-home.bandeau .glide__bullets {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 50%;
}
.bandeau-home.bandeau .glide__bullet {
  background: transparent;
  display: block;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  margin: 10px 0;
}
.bandeau-home.bandeau .glide__bullet--active {
  background: white;
}
.bandeau-home.bandeau .glide__track {
  position: absolute;
  height: 100%;
}
.bandeau-home.bandeau .glide__slides {
  align-items: stretch;
  height: 100%;
}
.bandeau-home.bandeau .glide__slide {
  min-height: 100%;
  height: auto;
  position: relative;
}
.bandeau-home.bandeau:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (min-width: 768px) {
  .bandeau-home.bandeau .glide {
    height: 75vh;
    min-height: 0;
  }
  .bandeau-home.bandeau .bandeau-home .h1-like {
    width: auto;
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .bandeau-home.bandeau .h1-like {
    width: 90vw;
  }
  .bandeau-home.bandeau .glide__bullets {
    display: none;
  }
}

.texte_intro {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 30px;
}

.buttons-under-header {
  display: flex;
  justify-content: space-between;
  justify-content: space-evenly;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
.buttons-under-header a {
  background: #06235b;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem 3rem;
  text-decoration: none;
  transition: background ease-in 0.2s;
}
.buttons-under-header a:hover {
  background: #d3a419;
}

.scroll-to-fixed-fixed-end {
  vertical-align: bottom;
}

.scroll-to-fixed-fixed {
  margin-top: auto !important;
  left: auto !important;
}

.table-container {
  overflow-x: auto;
}
.table-container table {
  table-layout: auto;
}

.chapo {
  margin-top: 3rem;
  font-weight: 600;
  padding: 0 5%;
  text-align: center;
}

main div:not(.breadcrumb) ul li {
  list-style-type: none;
}
main div:not(.breadcrumb) ul li:before {
  color: #51b9ea;
  display: inline-block;
  width: 1em;
  font-size: 1.4rem;
  margin-left: -1em;
  margin-right: 1em;
  vertical-align: middle;
  transform: rotate(-90deg);
}

.page, .single {
  width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .page, .single {
    margin: 60px 0 0 0;
  }
}
.page [id=header], .single [id=header] {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 11;
  background: rgba(6, 35, 91, 0.6);
  transition: all 0.3s ease-in-out;
}
.page [id=header] .container, .page [id=header] .buttons-under-header, .single [id=header] .container, .single [id=header] .buttons-under-header {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page [id=header], .single [id=header] {
    top: 60px;
  }
}
.page .logo, .single .logo {
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .page .logo img, .single .logo img {
    max-width: none;
    margin-top: -60px;
  }
}
.page .header_fixed, .single .header_fixed {
  top: 0;
  background: #06235b;
}
.page .header_fixed .logo, .single .header_fixed .logo {
  background: white;
}
.page .header_fixed .logo img, .single .header_fixed .logo img {
  margin-top: 0;
  height: 47px;
  width: auto;
}
.page .header_fixed .bouton_inscrire, .single .header_fixed .bouton_inscrire {
  top: 167px;
}
.page .breadcrumb ul li, .single .breadcrumb ul li {
  font-weight: 400;
  color: #00548b;
  font-size: 1.3rem;
}
.page .breadcrumb ul li:last-child() > span, .single .breadcrumb ul li:last-child() > span {
  font-weight: 700;
  color: #d3a419;
}

.bouton_inscrire {
  position: fixed;
  z-index: 3;
  top: 227px;
  right: -67px;
  transform: rotate(-90deg);
  line-height: 300%;
}
.bouton_inscrire a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: unset;
  color: white;
  background: #d3a419;
  padding: 6px 20px;
  transition: background 0.3s ease-in-out;
  display: inline-block;
}
.bouton_inscrire a:hover {
  background: #1f396c;
}
.bouton_inscrire a .icon-crayon {
  width: 32px;
  height: 32px;
  stroke: white;
  margin-right: 15px;
  transform: translateY(6px) rotate(90deg);
}

/* ======================================
//           GLIDE SLIDER              //
====================================== */
.home .glide__container {
  padding: 0 30px;
}

.glide__container {
  margin: auto;
  position: relative;
  height: 500px;
}
@media (max-width: 575px) {
  .glide__container {
    width: 90%;
  }
}

.glide, .glide__track, .glide__slides, .glide__slide {
  height: 100%;
}

.glide__slides {
  margin: 0;
}

.glide__slide {
  position: relative;
  overflow: hidden;
}
.glide__slide:before {
  display: none !important;
}
.glide__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.glide__arrows {
  position: absolute;
  top: 50%;
  height: 50px;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}

.glide__arrow {
  position: absolute;
  font-size: 0;
  background: transparent;
  height: 50px;
  width: 50px;
  padding: 0;
}
.glide__arrow:before {
  color: #00548b;
  font-size: 2rem;
  position: absolute;
  transform-origin: center;
  top: 15px;
  left: 15px;
}
.glide__arrow:hover {
  background: transparent;
}
.glide__arrow:hover:before {
  color: #d3a419;
}

.glide__arrow--left {
  left: -50px;
}
.glide__arrow--left:before {
  transform: rotate(90deg);
}

.glide__arrow--right {
  right: -50px;
}
.glide__arrow--right:before {
  transform: rotate(-90deg);
}

/* ======================================
//            PAGE EDITO            //
====================================== */
.bandeau {
  position: relative;
  min-height: 200px;
  width: 100vw;
  overflow: hidden;
  background: #51b9ea;
  position: relative;
}
.bandeau img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: none;
}
.bandeau .h1-like {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 575px) {
  .bandeau img {
    min-height: 100px;
    width: auto;
    max-width: none;
  }
}

.chiffres {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-evenly;
}
.chiffres > div {
  text-align: center;
  flex-basis: 20%;
}
@media (max-width: 575px) {
  .chiffres > div {
    flex-basis: 48%;
  }
}

.chiffres--item {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  color: #51b9ea;
}

.chiffres--item + span {
  font-size: 1.6rem;
  font-weight: 600;
}

.blue-background {
  padding: 3vw 0;
  background-color: #06235b;
  background-image: url(assets/images/icono-tramee.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  text-align: center;
}
.blue-background * {
  color: white;
  line-height: 1.7;
}
.blue-background nav {
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .blue-background nav {
    font-size: 2rem;
  }
}
.blue-background p {
  font-size: 1.8rem;
  letter-spacing: 0.6px;
}
.blue-background a {
  color: #d3a419;
  font-family: "Cookie", cursive;
  text-decoration: none;
  font-size: 3.5rem;
  font-style: normal;
  position: relative;
  padding: 0 0 0 3rem;
  transform: color 0.3s;
}
.blue-background a:before {
  position: absolute;
  left: 0;
  bottom: 1rem;
  font-size: 1.8rem;
  transform: rotate(-90deg);
  transform-origin: center;
}
.blue-background a:hover:before {
  color: #51b9ea;
}

@media (min-width: 768px) {
  table, tbody {
    width: 100% !important;
  }
}
tr {
  border-bottom: 1px solid #06235b;
}

td {
  flex: 1 1 auto;
  padding: 5px 0;
  text-align: center;
}

tr:first-child {
  background: rgba(6, 35, 91, 0.1);
  text-transform: uppercase;
}
tr:first-child td {
  padding: 1rem 0;
}

table, tbody {
  max-width: none;
  min-width: 100%;
  width: auto;
}

.table-container table {
  min-width: 700px;
}

.pre-footer {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pre-footer--bg {
  min-height: 450px;
}
.pre-footer--bg div {
  background: rgba(0, 84, 139, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pre-footer--bg img {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}
@media (min-width: 576px) {
  .pre-footer--bg {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .pre-footer--bg {
    min-height: 350px;
  }
}

.pre-footer--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  width: 90vw;
}
.pre-footer--content p {
  margin: 0 0 2rem 0;
}
.pre-footer--content p:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
}
.pre-footer--content p:nth-child(2), .pre-footer--content p:last-child {
  letter-spacing: 2px;
  font-size: 1.8rem;
}
.pre-footer--content p:last-child {
  font-weight: 600;
}
.pre-footer--content p:last-child a {
  color: white;
}
.pre-footer--content p:last-child a:hover {
  color: #d3a419;
}
.pre-footer--content .button {
  margin: 0 0 3rem 0;
}
@media (min-width: 576px) {
  .pre-footer--content {
    width: auto;
  }
}
@media (min-width: 768px) {
  .pre-footer--content p:first-child {
    font-weight: 700;
    font-size: 2.4rem;
  }
  .pre-footer--content p:nth-child(2), .pre-footer--content p:last-child {
    font-size: 2rem;
  }
}

.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.no-slider .glide__slides {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.no-slider .glide__slides li {
  flex: 0 0 20%;
  min-width: 250px;
}
.no-slider .glide__slides li img {
  width: 100%;
}
.no-slider .glide__slides li::before {
  display: none;
}
.no-slider .glide__arrows {
  display: none;
}

.ff-stream {
  z-index: 1;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .popup {
    width: 85vw;
  }
}

.popup-background {
  z-index: 4;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
}

.popup .close {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  width: 39px;
  height: 39px;
  background: #d3a419;
  border-radius: 50%;
}

.popup .close::after, .popup .close::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: white;
  top: 17px;
  left: 4px;
  cursor: pointer;
}

.popup .close::after {
  transform: rotate(-45deg);
  transform-origin: center;
}

.popup .close::before {
  transform: rotate(45deg);
  transform-origin: center;
}

.recherche {
  position: relative;
}

.recherche.blue-background {
  min-height: 450px;
}
.recherche.blue-background h2 {
  color: white;
  line-height: 1;
}
.recherche.blue-background a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.recherche.blue-background a:before {
  display: none;
}
.recherche.blue-background .retour {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  color: white;
  cursor: pointer;
  visibility: hidden;
}
.recherche.blue-background .retour .icon-fleche {
  width: 13px;
  height: 19px;
  fill: white;
  transform: translateY(3px) rotate(180deg);
  margin-right: 15px;
}

.visible {
  visibility: visible !important;
}

[id=menu-formation] {
  padding-left: 0;
}
[id=menu-formation] .menu-item {
  margin: 0 auto;
  padding: 0 1rem;
  margin-bottom: 5px;
}
[id=menu-formation] .menu-item:before {
  content: unset;
}
[id=menu-formation] .menu-item p {
  line-height: 1;
}
[id=menu-formation] .menu-item p:first-child {
  font-size: 1.6rem;
  font-style: normal;
}
[id=menu-formation] .menu-item a {
  font-size: 1.6rem;
  display: inline-block;
  color: white;
  background: #1f396c;
  padding: 15px 40px;
  width: 100%;
  transition: background 0.3s ease-in-out;
}
[id=menu-formation] .menu-item a:hover {
  background: #d3a419;
}
[id=menu-formation] .menu-item span {
  font-size: 1.5rem;
}
[id=menu-formation] .menu-item-has-children a:after {
  content: unset;
}
[id=menu-formation] .menu-item-has-children > .sub-menu {
  position: absolute;
  visibility: hidden;
  display: block;
  white-space: nowrap;
  padding: 0;
}
[id=menu-formation] .menu_cache {
  position: absolute !important;
  visibility: hidden !important;
  left: 50%;
  transform: translateX(-50%);
}
[id=menu-formation] .menu_formation_lvl_2, [id=menu-formation] .menu_formation_lvl_3 {
  visibility: visible !important;
}
[id=menu-formation] .menu_formation_lvl_2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
[id=menu-formation] .menu_formation_lvl_3 {
  top: -70px;
  transform: translateX(-50px);
}
[id=menu-formation] .menu-item-115 > .sub-menu {
  transform: translateX(-40px);
}
[id=menu-formation] .menu-item-116 > .sub-menu {
  transform: translateX(-60px);
}
@media (min-width: 768px) {
  [id=menu-formation] > .menu-item {
    max-width: 30%;
  }
}

.page-id-143 .container, .page-id-143 .buttons-under-header {
  margin-bottom: 40px;
}
.page-id-143 .chapo {
  text-align: left;
  padding: 0;
  margin-top: 0;
}
.page-id-143 .bloc_2_cols h2 {
  text-align: left;
}
.page-id-143 .bloc_2_cols ul {
  padding-left: 4em;
}
.page-id-143 .bloc_2_cols ul li {
  position: relative;
  margin-top: 10px;
}
.page-id-143 .bloc_2_cols ul li:before {
  content: "";
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  background-image: url("./../WP_mPil/assets/images/arrow-bleu.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 19px;
}
.page-id-143 .bloc_accordeon {
  margin: 2rem 0;
}
.page-id-143 .bloc_accordeon h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.page-id-143 .accordeon .accordeon--titre {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 10px;
}
.page-id-143 .accordeon .accordeon--onglet {
  margin: 0;
}
.page-id-143 .accordeon table {
  height: auto !important;
}
.page-id-143 .accordeon table tr {
  height: unset !important;
  background: white;
  padding: 0;
}
.page-id-143 .accordeon table tr td {
  height: unset !important;
  font-size: 1.5rem;
  font-weight: 600;
  width: 25% !important;
  padding: 6px 0;
}
.page-id-143 .accordeon table tr td sup {
  font-variant: all-petite-caps;
}
.page-id-143 .accordeon table tr:first-child td {
  padding: 16px 0;
}
.page-id-143 .accordeon table tr + tr td:first-child() {
  background: #e6e9ee;
}

@media (min-width: 768px) {
  article.quartiers, aside {
    display: inline-block;
    vertical-align: top;
  }

  article.quartiers {
    width: 60%;
    margin-top: 0;
  }

  aside {
    width: 35%;
    margin-left: 3%;
  }
}
@media (max-width: 767px) {
  .aside {
    margin-top: 50px;
  }
}
.aside {
  border: 2px solid #51b9ea;
  text-align: center;
}
.aside .mapboxgl-canvas {
  left: 0;
}
.aside .map {
  margin-bottom: 20px;
  margin-left: 1%;
}
.aside h2 {
  position: relative;
  top: -10px;
  margin-top: -40px;
  background: white;
  padding: 0 10px;
  display: inline-block;
}
.aside .content {
  padding: 10px 15px;
  text-align: left;
}
.aside .content .title {
  display: block;
  text-transform: uppercase;
  color: #51b9ea;
  font-weight: 600;
}
.aside .content > div {
  margin: 0 0 30px;
}
.aside .content > div > img, .aside .content > div .text {
  display: inline-block;
  vertical-align: middle;
}
.aside .content > div .text {
  margin-left: 20px;
  font-weight: 600;
}
.aside .content .adresse > img {
  margin: 0 9px;
}
@media (min-width: 576px) {
  .aside .content {
    padding: 10px 40px;
  }
}

section.team {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  padding: 3vw 0;
}

.glide-team {
  position: relative;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
  min-height: 300px;
}
.glide-team .img {
  overflow: hidden;
  border-radius: 50%;
}
.glide-team .title {
  display: inline-block;
  color: #51b9ea;
  font-weight: 600;
  margin-top: 15px;
}

.page-id-145 h2 {
  color: #d3a419;
}
.page-id-145 .aside {
  border-color: #d3a419;
}
.page-id-145 .button {
  background: #d3a419;
}

.post-128 .grid {
  flex-wrap: wrap;
}
.post-128 .grid > div {
  border: 1px solid #06235b;
  flex: 1 1 100%;
  margin: 2rem 0 0 0;
  display: block;
  padding: 2rem 2rem 6rem 2rem;
  text-decoration: none;
  position: relative;
}
.post-128 .grid > div:hover .icon-plus {
  padding: 0 0 0 150px;
  border-radius: 0 25px 25px 0;
}
.post-128 .grid > div:hover .icon-plus span {
  opacity: 1;
  transition: opacity ease 0.4s;
}
.post-128 .grid > div a {
  text-decoration: none;
}
.post-128 .grid > div h3, .post-128 .grid > div p {
  color: #06235b;
}
@media (min-width: 768px) {
  .post-128 .grid {
    justify-content: space-between;
  }
  .post-128 .grid > div {
    max-width: 49%;
  }
}
.post-128 .icon-fleche {
  padding: 0 0 0 20px;
  position: relative;
}
.post-128 .icon-fleche:before {
  position: absolute;
  transform: rotate(-90deg);
  left: 0;
  font-size: 1.8rem;
  top: 4px;
}
.post-128 .icon-plus {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #06235b;
  border-radius: 25px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  transition: padding ease 0.1s, border-radius ease 0.2s;
}
.post-128 .icon-plus span {
  position: absolute;
  left: 15px;
  top: 13px;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity ease 0s;
}
.post-128 .icon-plus:after, .post-128 .icon-plus:before {
  content: "";
  width: 28px;
  height: 2px;
  background: white;
  position: absolute;
}
.post-128 .icon-plus:before {
  top: 23px;
  right: 12px;
}
.post-128 .icon-plus:after {
  transform: rotate(90deg);
  top: 23px;
  right: 11px;
}
.single-formations section:first-child {
  padding: 20px 0 50px;
}
.single-formations .table-container table {
  min-width: 0;
  width: 100%;
}
.single-formations table tr:first-child td {
  text-transform: uppercase;
  font-weight: 600;
}
.single-formations table td:first-child {
  background: rgba(6, 35, 91, 0.1);
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: 0;
}
.single-formations section:first-child {
  position: relative;
}
@media (min-width: 768px) {
  .single-formations .etablissements {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.single-formations article {
  margin-bottom: 0;
}
.single-formations footer {
  padding-top: 0;
}
.single-formations h3 {
  color: #51b9ea;
}
.single-formations .link {
  color: #d3a419;
  font-family: "Cookie", cursive;
  text-decoration: none;
  font-size: 3.5rem;
  font-style: normal;
  position: relative;
  padding: 0 0 0 3rem;
}

.Sainte-Geneviève, .Sainte-Anne {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}

.Sainte-Geneviève {
  background: #d3a419;
}

.Sainte-Anne {
  background: #51b9ea;
}

.table-etablissements tr:first-child td:nth-last-child(2) {
  background: #51b9ea;
  color: white;
  width: 120px;
}
.table-etablissements tr:first-child td:nth-last-child(1) {
  background: #d5a721;
  color: white;
  width: 120px;
}
.table-etablissements td:nth-last-child(2) {
  background: rgba(81, 185, 234, 0.5);
  max-width: 120px;
}
.table-etablissements td:nth-last-child(1) {
  background: rgba(213, 167, 33, 0.5);
  max-width: 120px;
}

.internationale {
  background-color: #0f1c2c;
  background-image: url(assets/images/planet.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.internationale h2 {
  text-align: left;
}
.internationale a {
  padding-left: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.internationale a img {
  margin-right: 20px;
}
.internationale a:hover {
  text-decoration: underline;
}

.ancres {
  background: #06235b;
  margin-top: 4rem;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .ancres {
    margin-bottom: -5rem;
  }
}
.ancres a {
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  margin: 0 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.page-template-contact .grey {
  background: #f8f9fa;
  padding: 2rem;
}
.page-template-contact .light-blue {
  color: #51b9ea;
}
.page-template-contact article {
  margin-top: 0;
}
.page-template-contact section:first-of-type .grid-2 > div:first-child {
  text-align: right;
}
.page-template-contact section:first-of-type .grid-2 > div:first-child h2 {
  text-align: right;
}
.page-template-contact section:first-of-type .grid-2 > div:last-child h2 {
  color: #d3a419;
  text-align: left;
}
.page-template-contact .maps {
  padding-bottom: 2rem;
}
.page-template-contact .aside {
  border: none;
  padding: 5rem 0;
}
.page-template-contact .aside .content {
  padding: 10px 0;
}
.page-template-contact .aside .telephone img {
  margin-top: 0 !important;
}
.page-template-contact .aside h2 {
  background: transparent;
}
.page-template-contact .aside .rs {
  margin-top: 90px;
  margin-bottom: 0;
}
.page-template-contact .aside .rs a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}
.page-template-contact .aside .rs a:before {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .page-template-contact .anne .aside {
    text-align: right;
    padding-right: 2rem;
  }
  .page-template-contact .anne .aside img, .page-template-contact .anne .aside .text {
    float: right;
    margin: 2rem 1.5rem;
  }
  .page-template-contact .anne .aside .text {
    text-align: right;
    margin-top: 0;
  }
  .page-template-contact .anne .aside .content > div > * {
    float: right;
  }
}
.page-template-contact .anne .rs a:before {
  color: #51b9ea;
}
.page-template-contact .genevieve h2, .page-template-contact .genevieve .title {
  color: #d3a419;
}
@media (min-width: 768px) {
  .page-template-contact .genevieve .aside {
    position: relative;
    padding-left: 2rem;
  }
  .page-template-contact .genevieve .aside h2 {
    width: 100%;
    text-align: left;
  }
  .page-template-contact .genevieve .aside img, .page-template-contact .genevieve .aside .text {
    float: left;
    margin: 2rem 1.5rem;
  }
  .page-template-contact .genevieve .aside .text {
    margin-top: 0;
  }
  .page-template-contact .genevieve .aside:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    top: 5%;
    left: -2rem;
    background: #00548b;
  }
}
.page-template-contact .content > * {
  clear: both;
}
.page-template-contact .grid-2.padding > div {
  padding: 0 4rem;
}
.page-template-contact .grid-2.padding > div:first-child {
  border-right: 1px solid #06235b;
}
.page-template-contact .aside .content > .clear {
  margin: 0;
}

input.wpcf7-not-valid {
  box-shadow: 0 0 0 1px #D9534F inset;
}

div.wpcf7-validation-errors {
  margin-top: 6rem;
}

select {
  text-transform: uppercase;
  font-weight: 600;
}

.forms {
  position: relative;
}
.forms h2 {
  color: #00548b;
  line-height: 3.4rem;
}
.forms h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
}
.forms .arrow {
  position: absolute;
  left: 0;
  top: 270px;
  width: 70%;
  padding: 10px;
  border: #06235b dotted 2px;
}
.forms .arrow > img {
  position: absolute;
  top: -10px;
  transform: rotate(-90deg);
  left: 97%;
}
@media (min-width: 576px) {
  .forms .arrow {
    top: 280px;
    width: 220px;
  }
}
@media (min-width: 768px) {
  .forms .arrow {
    top: 210px;
    width: 290px;
  }
}
@media (min-width: 992px) {
  .forms .arrow {
    top: 3vw;
    width: 210px;
  }
  .forms .arrow > img {
    top: 95%;
    transform: rotate(0);
    left: auto;
  }
}
@media (min-width: 1200px) {
  .forms .arrow {
    top: 5vw;
    width: 280px;
  }
}

.page-template-inscription .forms .arrow {
  top: 0;
  color: #D9534F;
}
@media (max-width: 367px) {
  .page-template-inscription .forms .arrow {
    top: 400px;
  }
}
@media (min-width: 368px) and (max-width: 767px) {
  .page-template-inscription .forms .arrow {
    top: 374px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .page-template-inscription .forms .arrow {
    top: 250px;
  }
}

.forms--selector {
  justify-content: center;
  text-align: center;
}
.forms--selector a {
  margin: 2rem 4rem;
  background: #b5b5b5;
  padding: 1.5rem 5rem;
}
.forms--selector div:first-child a.open {
  background: #51b9ea;
}
.forms--selector div:last-child a.open {
  background: #d3a419;
}
.forms--selector div a.open {
  text-decoration: none;
  color: white;
}
@media (max-width: 991px) {
  .forms--selector {
    padding-bottom: 120px;
  }
}

.post-1030 section {
  padding-top: 0;
}

h2.genevieve {
  color: #d3a419;
}

.historique {
  position: relative;
}
.historique::before, .historique::after {
  content: "";
  width: 1px;
  height: 95%!important;
  position: absolute;
  top: 0;
  z-index: -1;
}
.historique::before {
  background: #51b9ea;
  left: 35px;
}
.historique::after {
  background: #d3a419;
  right: 35px;
}

.historique .anne {
  justify-content: flex-start;
  text-align: left;
}
.historique .anne div {
  padding: 0 4rem;
}
.historique .anne span {
  color: #51b9ea;
}
.historique .anne span::before {
  left: -35px;
  background: #51b9ea;
}

.historique .genevieve {
  justify-content: flex-end;
  text-align: right;
}
.historique .genevieve div {
  padding: 0 4rem;
}
.historique .genevieve span {
  color: #d3a419;
}
.historique .genevieve span::before {
  right: -35px;
  background: #d3a419;
}
.commun {
  display:block!important;
  text-align: center!important;
}

.historique .commun {
  text-align: center;
}
.historique .commun div {
  padding: 0 0rem;
  margin-top: 35px;
}
.historique .commun span {
  color: #00548b;
}
.historique .commun span::before {
  right: -35px;
  background: #00548b;
}

.historique span {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
.historique span::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .historique::before {
    content: "";
    width: 1px;
    height: 95%!important;
    background: #06235b;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .historique::after {
    display: none;
  }
  .historique > div {
    display: flex;
    margin: 10px 0;
  }
  .historique > div > div {
    flex: 0 1 50%;
  }
  .historique .anne {
    text-align: right;
  }
  .historique .anne div {
    padding: 0 4rem 0 0;
  }
  .historique .anne span::before {
    right: -52px;
    left: auto;
  }
  .historique .commun {
    text-align: right;
    background-color: white;
  }
  .historique .commun span::before {
    right: 22px;
    top: -25px;
    left: auto;
  }

  .historique .genevieve {
    text-align: left;
  }
  .historique .genevieve div {
    padding: 0 0 0 4rem;
  }
  .historique .genevieve span::before {
    left: -52px;
    right: auto;
  }
  .historique span::before {
    width: 24px;
    height: 24px;
  }
}
.historique h2.anne, .historique h2.genevieve, .historique h2.commun {
  text-align: center;
}
/*# sourceMappingURL=knacss.css.map */

@media (max-width: 576px) {
  .historique .commun span::before{
    display: none;
  }
  .historique .commun div {
    text-align: center;
  }
}
.historique {
  padding-bottom: 20px;
}

.wsp-pages-title {
  margin-top: -8%;
}

.video_visite { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.video_visite iframe,
.video_visite object,
.video_visite embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @evo 11/05/2022 homepage*/

.quelle_formation {
    padding: 1vw 0;
    background-color: white;
    background-position: 5% center;
    background-repeat: no-repeat;
    text-align: center;
}

.blue_home {
  color: #06235b;
  font-size: 70px;
  padding-bottom: 25px;
}
.yellow_home {
  color: #C99F36;
  font-size: 70px;
  padding-bottom: 25px;
}
.trait_separation {
  border-bottom-color: #7693B3;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
[id=menu-formation] .menu-item a {
  text-decoration: none;
}

.rejoignez-nous-rs {
  background-color: white;
}

.yellow_text {
  color: #C99F36;
}
.blue_text {
  color: #6AB6E4;
}

#mc_1 {max-width: 200px;}
#mc_2 {max-width: 200px;}
.section_map {
  padding: 20px;
}

#fleche_jaune {
  position: absolute;
  width: 100px;
}
#fleche_bleue{
  position: absolute;
  width: 100px;
}

#texte_st_eudes {
  width: 243px;
  padding: 7px;
  background-color: #102858;
  position: absolute;
  color: white;
  right: 40px;
  bottom: -123px;
  z-index: 10;
  font-family: 'Open Sans';
  font-size: 26pt;
  font-weight: bold;
}

.quartier_rs_anne {
  font-family: "Cookie", cursive;
  font-size: 40px;
  position: absolute;
  line-height: 37px;
  right: 0;
  bottom: 180px;
  right: 50px;
  font-weight: bold;
}
.quartier_rs_genevieve {
  font-family: "Cookie", cursive;
  font-size: 40px;
  line-height: 37px;
  left: -40px;
  top: 40px;
  font-weight: bold;
  position: absolute;
}
.btn_rs {
  width:40px!important;
}
.rs_ste_genevieve {
  text-align: center;
  position: absolute;
  bottom: 80px;
  width: 86%;
}
.rs_ste_anne {
  text-align: center;
  width: 78%;
  position: absolute;
  bottom: 80px;
  
}
.facebook {
  margin-left: 10px;
  margin-right: 10px;
}
#illu_st_martin_1{
  border-radius: 50%;
    max-width: 255px;
    position: absolute;
    top: 50px;
    right: 141px;
    z-index: 10;
}
#illu_st_martin_2{
  border-radius: 50%;
  max-width: 250px;
  position: absolute;
  right: 300px;
  top: 200px;
  z-index: 10;
}
#st_eudes {
  width: 160px;
  position: absolute;
  top: 50px;
  right: 18px;
  z-index: 10;
}
#rond_cercle {
  width: 600px;
  position: absolute;
  right: 0px;
}
.bloc_image {
  text-align: right;
  position: relative;
}
.texte_qui_sommes_nous {
  padding-right: 59px;
}

.container_mc_2 {
  position: relative;
}
.container_mc_1 {
  position: relative;
}
#fond_mc_1 {
  max-width: 500px;
  position: absolute;
  left: 9px;
    top: 47px;
}
#fond_mc_2 {
  max-width: 500px;
  position: absolute;
  top: 37px;
  left: -16px;
}
#mc_1 {margin-top: 20px;position: absolute;left: 25%; top:0; z-index:2;    max-width: 184px;}
#mc_2{margin-top: 20px;position: absolute;left: 32%; top:0; z-index:2;    max-width: 184px;}

@media screen and (max-width:1200px) and (min-width:769px) {
  .yellow_home{font-size: 56px;}
  .blue_home{font-size: 56px;}
}
@media screen and (max-width:768px) and (min-width:425px) {
  .yellow_home{font-size: 48px;}
  .blue_home{font-size: 48px;}
}
@media screen and (max-width:424px) {
  .yellow_home{font-size: 40px;}
  .blue_home{font-size: 40px;}
}
@media screen and (min-width:1500px) and (max-width:1600px) {
  #rs_titre {
    margin-top: 60px;
  }
}
@media screen and (min-width:1400px) and (max-width:1599px) {
  #rs_titre {
    margin-top: 120px;
  }
}
@media screen and (max-width:1499px) and (min-width:1100px) {
  #rs_titre {
    margin-top: 120px;
  }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
  #illu_st_martin_1{
    max-width: 180px;
    top: 40px;
    right: 96px;
  }
  #illu_st_martin_2{
    max-width: 180px;
    right: 200px;
    top: 140px;
  }
  #st_eudes {
    width: 130px;
    top: 50px;
    right: 18px;
  }
  #texte_st_eudes {
    font-size: 20pt;
    width: 192px;
    bottom: -78px;

  }
  #rond_cercle {
    width: 600px;
    right: 8px;
  }
}

@media screen and (min-width:768px) and (max-width:999px) {
  #illu_st_martin_1{
    max-width: 160px;
    top: 40px;
    right: 20px;
  }
  #illu_st_martin_2{
    max-width: 160px;
    right: 100px;
    top: 140px;
  }
  #st_eudes {
    width: 130px;
    top: 75px;
    right: -55px;
  }
  #texte_st_eudes {
    width: 192px;
    padding: 7px;
    background-color: #102858;
    position: absolute;
    color: white;
    right: -25px;
    bottom: 50px;
    z-index: 10;
    font-family: 'Open Sans';
    font-size: 20pt;
    font-weight: bold;

  }
  #rond_cercle {
    width: 400px;
    right: -50px;
    top: 40px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  #illu_st_martin_1{
    max-width: 120px;
    top: 130px;
    right: 30px;
  }
  #illu_st_martin_2{
    max-width: 120px;
    right: 110px;
    top: 210px;
  }
  #st_eudes {
    width: 110px;
    top: 150px;
    right: -15px;
  }
  #texte_st_eudes {
    width: 141px;
    padding: 7px;
    background-color: #102858;
    position: absolute;
    color: white;
    right: 12px;
    bottom: 116px;
    z-index: 10;
    font-family: 'Open Sans';
    font-size: 14pt;
    font-weight: bold;
  }
  #rond_cercle {
    width: 400px;
    top: 120px;
  }
}


@media screen and (max-width:575px) {
  #rs_titre {
    margin-top: 350px;
  }
  #illu_st_martin_1{
    max-width: 160px;
    top: 130px;
    right: 110px;
  }
  #illu_st_martin_2{
    max-width: 165px;
    right: 190px;
    top: 200px;
  }
  
  #texte_st_eudes {
    width: 141px;
    padding: 7px;
    background-color: #102858;
    position: absolute;
    color: white;
    right: 35px;
    bottom: -343px;
    z-index: 10;
    font-family: 'Open Sans';
    font-size: 14pt;
    font-weight: bold;
  }
  #st_eudes {
    width: 125px;
    top: 47px;
    right: 7px;
    z-index: 10;
  }
  #rond_cercle {
    width: 600px;
    top: 15px;
  }
}



@media screen and (min-width:1100px) and (max-width:1200px) {
  .quartier_rs_anne {
    bottom: 200px;
    right: -40px;
  }
  .quartier_rs_genevieve{
    top: 20px;
    left: -15px;
  }
  #mc_1{
    left:28%
  }
  #mc_2{
    left:37%
  }
  .rs_ste_anne {
    width: 88%;
  }
  .rs_ste_genevieve {
    width: 100%;
  }
}
@media screen and (min-width:1000px) and (max-width:1099px) {
  .quartier_rs_anne {
    bottom: 200px;
    right: -40px;
  }
  .quartier_rs_genevieve{
    top: 20px;
    left: -15px;
  }
  #mc_1{
    left:28%
  }
  #mc_2{
    left: 43%;
  }
  .rs_ste_anne {
    width: 88%;
  }
  .rs_ste_genevieve {
    width: 100%;
  }
  #fond_mc_1 {
    max-width: 500px;
    position: absolute;
    left: -20px;
    top: 47px;
}
}

@media screen and (min-width:900px) and (max-width:999px) {
  .quartier_rs_anne {
    bottom: 265px;
    right: -35px;
    font-size: 25px;
    line-height: 25px;
  }
  .rs_ste_genevieve {
    bottom: 144px;
  }

  .rs_ste_anne {
    width: 91%;
    bottom: 144px;
  }
  .quartier_rs_genevieve{
    top: 35px;
    left: -5px;
    font-size: 25px;
    line-height: 25px;
  }
  #mc_1{
    left:27%;
    max-width: 140px!important;
  }
  #mc_2{
    left:47%;
    max-width: 140px!important;
  }
  #fond_mc_2 {
    max-width: 430px;
    position: absolute;
    top: 40px;
    left: -15px;
}
#fond_mc_1 {
  max-width: 430px;
  position: absolute;
  left: -25px;
  top: 40px;
}
  .rs_ste_genevieve {
    width:98%;
  }
  .container_rs {
    margin-bottom: -100px;
  }
}

@media screen and (min-width:769px) and (max-width:899px) {

  .rs_ste_genevieve {
    bottom: 170px;
  }
  .rs_ste_anne {
    bottom: 170px;
  }
  #mc_1{
    left:17%;
    max-width: 140px!important;
  }
  #mc_2{
    left:34%;
    max-width: 140px!important;
  }
  #fond_mc_2 {
    max-width: 430px;
    position: absolute;
    top: 40px;
    left: -65px;
}
#fond_mc_1 {
  max-width: 430px;
  position: absolute;
  left: -75px;
  top: 40px;
}
  .rs_ste_anne {
    width:72%;
  }
  .rs_ste_genevieve {
    width:88%;
  }
  .container_rs {
    margin-bottom: -150px;
  }
}

@media screen and (min-width:700px) and (max-width:768px) {
  .quartier_rs_anne {
    bottom: 325px;
    right: -35px;
    font-size: 25px;
    line-height: 25px;
  }
  .quartier_rs_genevieve{
    top: 25px;
    left: -5px;
    font-size: 25px;
    line-height: 25px;
  }
  #fond_mc_1 {
    max-width: 360px;
    position: absolute;
    left: -71px;
    top: 47px;
  }
  #fond_mc_2 {
    max-width: 360px;
    position: absolute;
    top: 37px;
    left: -39px;
}
  
  .rs_ste_genevieve {
    bottom: 180px;
  }
  .rs_ste_anne {
    bottom: 180px;
  }
  #mc_1{
    left:10%;
    max-width: 120px!important;
  }
  #mc_2{
    left:39%;
    max-width: 120px!important;
  }
  .rs_ste_anne {
    width:63%;
  }
  .rs_ste_genevieve {
    width:100%;
  }
  .container_rs {
    margin-bottom: -180px;
  }
}

@media screen and (min-width:576px) and (max-width:699px) {
  .quartier_rs_anne {
    bottom: 350px;
    right: -35px;
    font-size: 21px;
    line-height: 21px;
  }
  .quartier_rs_genevieve{
    top: 25px;
    left: -5px;
    font-size: 21px;
    line-height: 21px;
  }
  .rs_ste_genevieve {
    bottom: 220px;
  }
  .rs_ste_anne {
    bottom: 220px;
  }
  #fond_mc_1 {
    max-width: 260px;
    position: absolute;
    left: -43px;
    top: 47px;
}
#fond_mc_2 {
  max-width: 260px;
  position: absolute;
  top: 37px;
  left: 2px;
}
  #mc_1{
    left:11%;
    max-width: 104px!important;
  }
  #mc_2{
    left:43%;
    max-width: 104px!important;
  }
  .rs_ste_anne {
    width:610%;
  }
  .rs_ste_genevieve {
    width:100%;
  }
  .container_rs {
    margin-bottom: -200px;
  }
}

@media screen and (min-width:500px) and (max-width:576px) {
  .quartier_rs_anne {
    bottom: -210px;
    right: 30px;
    font-size: 21px;
    line-height: 21px;
  }
  .quartier_rs_genevieve{
    top: 370px;
    left: -5px;
    font-size: 21px;
    line-height: 21px;
  }
  #mc_1{
    left:32%;
    max-width: 120px!important;
    top: 15px;
  }
  #mc_2{
    left: 34%;
    max-width: 120px!important;
    top: 319px;
  }
  .rs_ste_anne {
    width: 90%;
    top: 275px;
  }
  .rs_ste_genevieve {
    bottom: -112px;
    width: 73%;
  }
  #fond_mc_2 {
    max-width: 350px;
    top: 350px;
    left: -25px;
  }
  #fond_mc_1 {
    max-width: 350px;
    left: 25px;
  }
  .container_rs {
    margin-bottom: 120px;
  }
}

@media screen and (min-width:400px) and (max-width:499px) {
  .quartier_rs_anne {
    bottom: -175px;
    right: -33px;
    font-size: 21px;
    line-height: 21px;
  }
  .quartier_rs_genevieve{
    top: 363px;
    left: -50px;
    font-size: 21px;
    line-height: 21px;
  }
  #mc_1{
    left:33%;
    max-width: 110px!important;
    top: -10px;
  }
  #mc_2{
    left: 35%;
    max-width: 110px!important;
    top: 319px;
  }
  .rs_ste_anne {
    width: 98%;
    top: 238px;
  }
  .rs_ste_genevieve {
    bottom: -94px;
    width: 70%;
  }
  #fond_mc_2 {
    max-width: 320px;
    top: 350px;
    left: -41px;
  }
  #fond_mc_1 {
    max-width: 320px;
    left: 0px;
    top: 24px;
  }
  .container_rs {
    margin-bottom: 120px;
  }
}
@media screen and (max-width:500px) and (min-width:400px) {
  #rs_titre {
    margin-top: 350px;
  }
  #illu_st_martin_1{
    max-width: 160px;
    top: 130px;
    right: 110px;
  }
  #illu_st_martin_2{
    max-width: 165px;
    right: 190px;
    top: 200px;
  }
  
  #texte_st_eudes {
    width: 141px;
    padding: 7px;
    background-color: #102858;
    position: absolute;
    color: white;
    right: 35px;
    bottom: -343px;
    z-index: 10;
    font-family: 'Open Sans';
    font-size: 14pt;
    font-weight: bold;
  }
  #st_eudes {
    width: 125px;
    top: 47px;
    right: 7px;
    z-index: 10;
  }
  #rond_cercle {
    width: 600px;
    top: 15px;
  }
  .texte_qui_sommes_nous {
    text-align: center;
    padding: 0;
  }

}
@media screen and (max-width:399px) and (min-width:300px) {
  #rs_titre {
    margin-top: 300px;
  }
  #illu_st_martin_1{
    max-width: 120px;
    top: 60px;
    right: 80px;
  }
  #illu_st_martin_2{
    max-width: 120px;
    right: 150px;
    top: 140px;
  }
  
  #texte_st_eudes {
    width: 109px;
    padding: 6px;
    background-color: #102858;
    position: absolute;
    color: white;
    right: 37px;
    bottom: -266px;
    z-index: 10;
    font-family: 'Open Sans';
    font-size: 11pt;
    font-weight: bold;
  }
  #st_eudes {
    width: 95px;
    top: 47px;
    right: 7px;
    z-index: 10;
  }
  #rond_cercle {
    width: 600px;
    top: 15px;
  }
  .texte_qui_sommes_nous {
    text-align: center;
    padding: 0;
  }

}

@media screen and (min-width:300px) and (max-width:350px) {
  .quartier_rs_anne {
    bottom: -88px;
    right: -43px;
    font-size: 21px;
    line-height: 21px;
  }
  .quartier_rs_genevieve{
    top: 218px;
    left: -52px;
    font-size: 21px;
    line-height: 21px;
  }
  #mc_1{
    left:37%;
    max-width: 70px!important;
    top: -11px;
  }
  #mc_2{
    left: 35%;
    max-width: 70px!important;
    top: 200px;
  }
  .rs_ste_anne {
    bottom: -200px;
    width: 103%;
  }
  .rs_ste_genevieve {
    top: 378px;
    left: 15px;
    font-size: 21px;
    line-height: 21px;
  }
  #fond_mc_2 {
    max-width: 230px;
    top: 228px;
    left: -44px;
}
  #fond_mc_1 {
    max-width: 230px;
    left: -5px;
    top:16px;
  }
  .container_rs {
    margin-bottom: 0px;
  }
  .btn_rs {
    width: 30px!important;
}
}

@media screen and (min-width:351px) and (max-width:399px) {
  .quartier_rs_anne {
    bottom: -88px;
    right: -43px;
    font-size: 21px;
    line-height: 21px;
  }
  .quartier_rs_genevieve{
    top: 218px;
    left: -52px;
    font-size: 21px;
    line-height: 21px;
  }
  #mc_1{
    left:37%;
    max-width: 70px!important;
    top: -11px;
  }
  #mc_2{
    left: 35%;
    max-width: 70px!important;
    top: 200px;
  }
  .rs_ste_anne {
    bottom: -200px;
    width: 103%;
  }
  .rs_ste_genevieve {
    top: 378px;
    left: 15px;
    font-size: 21px;
    line-height: 21px;
  }
  #fond_mc_2 {
    max-width: 230px;
    top: 228px;
    left: -28px;
}
  #fond_mc_1 {
    max-width: 230px;
    left: 15px;
    top:16px;
  }
  .container_rs {
    margin-bottom: 0px;
  }
  .btn_rs {
    width: 30px!important;
}
}