@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Pattaya|Lobster|Quicksand:400,500,700');

@-webkit-keyframes renverse {
  0% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }

  10% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }

  20% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }

  30% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }

  40% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }

  50% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }

  60% {
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }

  70% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
}

@keyframes renverse {
  0% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }

  10% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }

  20% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }

  30% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }

  40% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }

  50% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }

  60% {
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }

  70% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
}

@-webkit-keyframes pot {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  20% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }

  40% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }

  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }

  80% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }
}

@keyframes pot {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  20% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }

  40% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }

  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }

  80% {
    -webkit-transform: translate(15%, 5%);
            transform: translate(15%, 5%);
  }
}

@-webkit-keyframes onde {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }
}

@keyframes onde {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }
}

.link,
.back a,
.blagues__item__reponse label span,
.alm-reveal__item__reponse label span,
.nav-footer ul li:not(.enviedebienmanger) a,
.popin__content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
}

.link:after,
.back a:after,
.blagues__item__reponse label span:after,
.alm-reveal__item__reponse label span:after,
.nav-footer ul li:not(.enviedebienmanger) a:after,
.popin__content a:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 0;
  height: 1px;
  content: '';
  transition: max-width .25s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
}

.link:hover,
.back a:hover,
.blagues__item__reponse label span:hover,
.alm-reveal__item__reponse label span:hover,
.nav-footer ul li:not(.enviedebienmanger) a:hover,
.popin__content a:hover {
  text-decoration: none;
}

.link:hover:after,
.back a:hover:after,
.blagues__item__reponse label span:hover:after,
.alm-reveal__item__reponse label span:hover:after,
.nav-footer ul li:not(.enviedebienmanger) a:hover:after,
.popin__content a:hover:after {
  max-width: 100%;
}

/*!
* www.KNACSS.com v7.0.1 (december,22 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Misc (hyphens)
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Autogrid object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::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;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  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;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -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: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

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;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* 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 * .625);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  color: #212529;
  background-color: #fff;
}

@media (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}

/* Links */
a {
  text-decoration: underline;
  color: #333;
}

a:focus,
a:hover,
a:active {
  text-decoration: underline;
  color: #0d0d0d;
}

/* Headings */
h1,
.h1-like {
  font-family: sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h1,
    .h1-like {
    font-size: 3.2rem;
  }
}

h2,
.h2-like {
  font-family: sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h2,
    .h2-like {
    font-size: 2.8rem;
  }
}

h3,
.h3-like {
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h3,
    .h3-like {
    font-size: 2.4rem;
  }
}

h4,
.h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h4,
    .h4-like {
    font-size: 2rem;
  }
}

h5,
.h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h5,
    .h5-like {
    font-size: 1.8rem;
  }
}

h6,
.h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}

@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: .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;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  color: #b11;
  background: rgba(0, 0, 0, .04);
}

pre code {
  padding: 0;
  color: inherit;
  border-radius: 0;
  background: none;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

blockquote {
  position: relative;
  min-height: 2em;
  padding-left: 3em;
}

blockquote::before {
  font-family: georgia, serif;
  font-size: 5em;
  line-height: .9;
  position: absolute;
  top: 0;
  left: 0;
  height: .4em;
  content: '\201C';
  color: #e7e9ed;
}

blockquote > footer {
  font-size: .9em;
  margin-top: .75em;
  color: rgba(0, 0, 0, .7);
}

blockquote > footer::before {
  content: '\2014 \0020';
}

q {
  font-style: normal;
}

q,
.q {
  quotes: '“' '”' '‘' '’';
}

q:lang(fr),
.q:lang(fr) {
  quotes: '«\00a0' '\00a0»' '“' '”';
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  color: #ccc;
  border: 0;
  background-color: #ccc;
}

blockquote,
figure {
  margin-right: 0;
  margin-left: 0;
}

code,
pre,
samp,
kbd {
  font-family: consolas, courier, monospace;
  line-height: normal;
  white-space: pre-wrap;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: serif;
    font-size: 12pt;
    width: auto;
    margin: auto;
  }

  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 {
    margin: auto;
    color: #000;
  }

  .print {
    display: block;
  }

  .no-print,
    .popin {
    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         */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}

/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after {
  display: table;
  clear: both;
  border-collapse: collapse;
  content: '';
}

/* simple blocks alignment */
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

/* text and contents alignment */
.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* floating elements */
.fl {
  float: left;
}

img.fl {
  margin-right: 1rem;
}

.fr {
  float: right;
}

img.fr {
  margin-left: 1rem;
}

img.fl,
img.fr {
  margin-bottom: .5rem;
}

/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}

/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.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,
.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;
}

/* ---------------------------------- */
/* ==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: .6em;
}

.u-small {
  font-size: .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;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 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,
.tabs-content-item[aria-hidden='true'] {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  cursor: not-allowed !important;
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

ul.is-unstyled,
ul.unstyled {
  padding-left: 0;
  list-style: none;
}

.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-right: 0 !important;
    margin-left: 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-right: 0 !important;
    margin-left: 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-right: 0 !important;
    margin-left: 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-right: 0 !important;
    margin-left: 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-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for tiny screens */
  .tiny-man,
    .tiny-ma0 {
    margin: 0 !important;
  }

  .tiny-pan,
    .tiny-pa0 {
    padding: 0 !important;
  }
}

/* --------------------------------------- */
/* ==Grillade : ultra light Grid System    */
/* --------------------------------------- */
@media (min-width: 480px) {
  [class*=' grid-'],
    [class^='grid-'] {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: dense;
  }

  [class*=' grid-'].has-gutter,
    [class^='grid-'].has-gutter {
    grid-gap: 1rem;
  }

  [class*=' grid-'].has-gutter-l,
    [class^='grid-'].has-gutter-l {
    grid-gap: 2rem;
  }

  [class*=' grid-'].has-gutter-xl,
    [class^='grid-'].has-gutter-xl {
    grid-gap: 4rem;
  }
}

[class*='grid-2'] {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

[class*='grid-3'] {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

[class*='grid-4'] {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

[class*='grid-5'] {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

[class*='grid-6'] {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

[class*='grid-7'] {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

[class*='grid-8'] {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

[class*='grid-9'] {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

[class*='grid-10'] {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}

[class*='grid-11'] {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}

[class*='grid-12'] {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

[class*='col-1'] {
  grid-column: auto/span 1;
}

[class*='row-1'] {
  grid-row: auto/span 1;
}

[class*='col-2'] {
  grid-column: auto/span 2;
}

[class*='row-2'] {
  grid-row: auto/span 2;
}

[class*='col-3'] {
  grid-column: auto/span 3;
}

[class*='row-3'] {
  grid-row: auto/span 3;
}

[class*='col-4'] {
  grid-column: auto/span 4;
}

[class*='row-4'] {
  grid-row: auto/span 4;
}

[class*='col-5'] {
  grid-column: auto/span 5;
}

[class*='row-5'] {
  grid-row: auto/span 5;
}

[class*='col-6'] {
  grid-column: auto/span 6;
}

[class*='row-6'] {
  grid-row: auto/span 6;
}

[class*='col-7'] {
  grid-column: auto/span 7;
}

[class*='row-7'] {
  grid-row: auto/span 7;
}

[class*='col-8'] {
  grid-column: auto/span 8;
}

[class*='row-8'] {
  grid-row: auto/span 8;
}

[class*='col-9'] {
  grid-column: auto/span 9;
}

[class*='row-9'] {
  grid-row: auto/span 9;
}

[class*='col-10'] {
  grid-column: auto/span 10;
}

[class*='row-10'] {
  grid-row: auto/span 10;
}

[class*='col-11'] {
  grid-column: auto/span 11;
}

[class*='row-11'] {
  grid-row: auto/span 11;
}

[class*='col-12'] {
  grid-column: auto/span 12;
}

[class*='row-12'] {
  grid-row: auto/span 12;
}

/* intermediate breakpoints */
@media (min-width: 480px) and (max-width: 767px) {
  [class*='grid-'][class*='-small-1'] {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  [class*='col-'][class*='-small-1'] {
    grid-column: auto/span 1;
  }

  [class*='grid-'][class*='-small-2'] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  [class*='col-'][class*='-small-2'] {
    grid-column: auto/span 2;
  }

  [class*='grid-'][class*='-small-3'] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  [class*='col-'][class*='-small-3'] {
    grid-column: auto/span 3;
  }

  [class*='grid-'][class*='-small-4'] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  [class*='col-'][class*='-small-4'] {
    grid-column: auto/span 4;
  }

  [class*='-small-all'] {
    grid-column: 1 / -1;
  }
}

.item-first {
  order: -1;
}

.item-last {
  order: 1;
}

.grid-offset {
  visibility: hidden;
}

.col-all {
  grid-column: 1 / -1;
}

.row-all {
  grid-row: 1 / -1;
}

/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommanded 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 {
    -ms-grid-row-align: center;
        align-self: center;
  }

  .media--reverse {
    flex-direction: row-reverse;
  }
}

/* ----------------------------- */
/* ==Autogrid object             */
/* ----------------------------- */
/* recommanded HTML : <div class="autogrid">... some elements ...</div> */
/* see https://codepen.io/raphaelgoetter/pen/zzwxEE */
@media (min-width: 480px) {
  .autogrid,
    .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-column: 1fr;
  }

  .autogrid.has-gutter,
    .grid.has-gutter {
    grid-column-gap: 1rem;
  }

  .autogrid.has-gutter-l,
    .grid.has-gutter-l {
    grid-column-gap: 2rem;
  }

  .autogrid.has-gutter-xl,
    .grid.has-gutter-xl {
    grid-column-gap: 4rem;
  }
}

/* ----------------------------- */
/* ==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: .5em;
  text-decoration: none;
  color: white;
  background: black;
}

.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

/* ----------------------------- */
/* ==Tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}

.table {
  display: table;
  border: 1px solid #acb3c2;
  background: transparent;
}

.table--zebra tbody tr:nth-child(odd) {
  background: #e7e9ed;
}

.table caption {
  font-style: italic;
  padding: 1rem;
  caption-side: bottom;
  text-align: right;
  color: #333;
}

.table td,
.table th {
  min-width: 2rem;
  padding: .3rem .6rem;
  cursor: default;
  text-align: left;
  vertical-align: top;
  border: 1px #acb3c2 dotted;
}

.table thead {
  color: #212529;
  background: transparent;
}

.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 .5rem;
  white-space: normal;
  border: 0;
}

label {
  display: inline-block;
  cursor: pointer;
}

[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;
  margin: 0;
  padding: .5rem 1rem;
  transition: .25s;
  transition-property: box-shadow, background-color, color, border;
  vertical-align: middle;
  white-space: nowrap;
  color: #212529;
  border: 0;
  box-shadow: 0 0 0 1px #333 inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='submit'] {
  cursor: pointer;
  color: #fff;
  background-color: #333;
}

input[readonly] {
  background-color: #e7e9ed;
}

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-repeat: no-repeat;
  background-position: right .6rem center;
  background-size: 1.2rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  resize: vertical;
  vertical-align: top;
  white-space: normal;
}

/* '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;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

progress {
  width: 100%;
  vertical-align: middle;
}

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn,
.button,
.pagination a,
[type='button'],
button,
.btn--primary,
.button--primary,
.btn--success,
.button--success,
.btn--info,
.button--info,
.btn--warning,
.button--warning,
.btn--danger,
.button--danger,
.btn--inverse,
.button--inverse,
.btn--ghost,
.button--ghost {
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
}

.btn:focus,
.button:focus,
.pagination a:focus,
[type='button']:focus,
button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn--primary,
.button--primary {
  color: #fff;
  background-color: #005da4;
  box-shadow: none;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover,
.button--primary:active,
.button--primary:focus,
.button--primary:hover {
  background-color: #004071;
}

.btn--success,
.button--success {
  color: #fff;
  background-color: #5cb85c;
  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 {
  color: #000;
  background-color: #5bc0de;
  box-shadow: none;
}

.btn--info:active,
.btn--info:focus,
.btn--info:hover,
.button--info:active,
.button--info:focus,
.button--info:hover {
  background-color: #31b0d5;
}

.btn--warning,
.button--warning {
  color: #000;
  background-color: #f0ad4e;
  box-shadow: none;
}

.btn--warning:active,
.btn--warning:focus,
.btn--warning:hover,
.button--warning:active,
.button--warning:focus,
.button--warning:hover {
  background-color: #ec971f;
}

.btn--danger,
.button--danger {
  color: #fff;
  background-color: #d9534f;
  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 {
  color: #fff;
  background-color: #333;
  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 {
  color: #fff;
  background-color: transparent;
  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 {
  font-size: .8em;
  padding: .7rem 1rem;
}

.btn--big,
.button--big {
  font-size: 1.4em;
  padding: 1.5rem 2rem;
}

.btn--block,
.button--block {
  display: block;
  width: 100% !important;
}

.btn--unstyled,
.button--unstyled {
  padding: 0;
  text-align: left;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--unstyled:focus,
.button--unstyled:focus {
  outline: none;
  box-shadow: none;
}

.nav-button {
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.nav-button > * {
  display: flex;
  flex-direction: column;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  transition: .25s;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  background-color: transparent;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: 100% 5px;
  justify-content: space-between;
  align-items: stretch;
  will-change: transform, background;
}

.nav-button > *::before,
.nav-button > *::after {
  height: 5px;
  content: '';
  transition: .25s;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  background: #333;
  will-change: transform, top;
}

.nav-button:hover > * {
  background-color: transparent;
}

.nav-button:focus {
  outline: 0;
}

.nav-button.is-active > * {
  background-image: none;
  justify-content: center;
}

.nav-button.is-active > *::before {
  -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
          transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}

.nav-button.is-active > *::after {
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
          transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommanded HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommanded 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 {
  cursor: pointer;
  vertical-align: text-bottom;
  outline: 0;
  background: #fff;
  box-shadow: inset 0 0 0 1px #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  cursor: pointer;
}

.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check {
  display: none;
}

.switch {
  font-size: 60%;
  line-height: 2rem;
  width: 4rem;
  height: 2rem;
  transition: box-shadow .15s;
  box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
}

.switch::before,
.switch::after {
  font-weight: bold;
  color: #fff;
}

.switch::before {
  float: right;
  margin-right: .66667rem;
  content: '✕';
}

.switch:checked {
  box-shadow: inset 2rem 0 0 #5cb85c, inset 0 0 0 1px #5cb85c;
}

.switch:checked::before {
  float: left;
  margin-left: .66667rem;
  content: '✓';
}

.checkbox {
  width: 2rem;
  height: 2rem;
  transition: background-color .15s;
}

.checkbox:checked {
  background-color: #333;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.radio {
  width: 2rem;
  height: 2rem;
  transition: background-color .15s;
}

.radio:checked {
  background-color: #333;
  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%2240%22%20height%3D%2240%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%23ffffff%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e7e9ed;
}

.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: .5rem 3rem;
  transition: .25s;
  transition-property: color, border, background-color;
  text-decoration: none;
  color: #212529;
  border-bottom: 4px solid transparent;
  border-radius: 0 0 0 0;
  background: transparent;
}

.tabs-menu-link.is-active {
  color: #333;
  border-bottom-color: #333;
  outline: 0;
  background: transparent;
}

.tabs-menu-link:focus {
  color: #333;
  border-bottom-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;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*='icon-arrow--'] {
  vertical-align: middle;
}

[class*='icon-arrow--']::after {
  line-height: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background-color: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.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--primary,
.tag--success,
.tag--info,
.tag--warning,
.tag--danger,
.tag--inverse,
.tag--ghost {
  line-height: 1;
  display: inline-block;
  padding: 3px .5rem;
  vertical-align: baseline;
  white-space: nowrap;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
}

.tag--primary {
  color: #fff;
  background-color: #005da4;
  box-shadow: none;
}

.tag--success {
  color: #fff;
  background-color: #5cb85c;
  box-shadow: none;
}

.tag--info {
  color: #000;
  background-color: #5bc0de;
  box-shadow: none;
}

.tag--warning {
  color: #000;
  background-color: #f0ad4e;
  box-shadow: none;
}

.tag--danger {
  color: #fff;
  background-color: #d9534f;
  box-shadow: none;
}

.tag--inverse {
  color: #fff;
  background-color: #333;
  box-shadow: none;
}

.tag--ghost {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff inset;
}

.tag--small {
  font-size: 1.2rem;
}

.tag--big {
  font-size: 2rem;
}

.tag--block {
  display: block;
  width: 100% !important;
}

.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 {
  cursor: not-allowed;
  opacity: .5;
}

.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--primary,
.badge--success,
.badge--info,
.badge--warning,
.badge--danger,
.badge--inverse,
.badge--ghost {
  line-height: 1;
  display: inline-block;
  padding: .5rem;
  color: #212529;
  border-radius: 50%;
  background-color: #e7e9ed;
}

.badge::before,
.badge--primary::before,
.badge--success::before,
.badge--info::before,
.badge--warning::before,
.badge--danger::before,
.badge--inverse::before,
.badge--ghost::before {
  display: inline-block;
  padding-top: 100%;
  content: '';
  vertical-align: middle;
}

.badge--primary {
  color: #fff;
  background-color: #005da4;
}

.badge--success {
  color: #fff;
  background-color: #5cb85c;
}

.badge--info {
  color: #000;
  background-color: #5bc0de;
}

.badge--warning {
  color: #000;
  background-color: #f0ad4e;
}

.badge--danger {
  color: #fff;
  background-color: #d9534f;
}

.badge--inverse {
  color: #fff;
  background-color: #333;
}

.badge--ghost {
  color: #fff;
  background-color: transparent;
}

.badge--small {
  font-size: 1.2rem;
}

.badge--big {
  font-size: 2rem;
}

.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 {
  cursor: not-allowed;
  opacity: .5;
}

.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--primary,
.alert--success,
.alert--info,
.alert--warning,
.alert--danger,
.alert--inverse,
.alert--ghost {
  margin-top: .75em;
  margin-bottom: 0;
  padding: 1rem 1rem;
  color: #212529;
  border-radius: 0;
  background-color: #e7e9ed;
}

.alert a,
.alert--primary a,
.alert--success a,
.alert--info a,
.alert--warning a,
.alert--danger a,
.alert--inverse a,
.alert--ghost a {
  text-decoration: underline;
  color: inherit;
}

.alert--primary {
  color: #fff;
  background-color: #005da4;
  box-shadow: none;
}

.alert--success {
  color: #fff;
  background-color: #5cb85c;
  box-shadow: none;
}

.alert--info {
  color: #000;
  background-color: #5bc0de;
  box-shadow: none;
}

.alert--warning {
  color: #000;
  background-color: #f0ad4e;
  box-shadow: none;
}

.alert--danger {
  color: #fff;
  background-color: #d9534f;
  box-shadow: none;
}

.alert--inverse {
  color: #fff;
  background-color: #333;
  box-shadow: none;
}

.alert--ghost {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff inset;
}

.alert--small {
  font-size: 1.2rem;
}

.alert--big {
  font-size: 2rem;
}

.alert--block {
  display: block;
  width: 100% !important;
}

.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 {
  cursor: not-allowed;
  opacity: .5;
}

.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;
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
}

.animsition-loading {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-top: 5px solid rgba(0, 0, 0, .2);
  border-right: 5px solid rgba(0, 0, 0, .2);
  border-bottom: 5px solid rgba(0, 0, 0, .2);
  border-left: 5px solid #eee;
  background-color: transparent;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

.no-margin,
figure,
.recipe__header__meta p,
.recipe__header__meta ul,
.recipe__body__ingredients ul,
.nav-footer ul {
  margin: 0;
}

.no-padding,
.recipe__header__meta p,
.recipe__header__meta ul,
.recipe__body__ingredients ul,
.nav-footer ul {
  padding: 0;
}

@font-face {
  font-family: 'cardenio_std';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/cardenio_modern_std-webfont.woff2') format('woff2'), url('../fonts/cardenio_modern_std-webfont.woff') format('woff');
}

@font-face {
  font-family: 'cardenio_bold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/cardenio_modern_bold-webfont.woff2') format('woff2'), url('../fonts/cardenio_modern_bold-webfont.woff') format('woff');
}

/*.bebas {
	font-family: 'bebasneue_regular';
}*/
.quicksand,
.back a,
.nav-main,
.home__votes__choices__item figcaption p {
  font-family: 'Quicksand', sans-serif;
}

.lobster,
.recipes__item__text__title,
.alm-load-more-btn,
.page-template-default .page-wrapper h2,
.archive.post-type-archive-blague #charte h2 {
  font-family: 'Lobster', cursive;
}

.cardenio_bold,
.form.form-blague h2,
.form.form-blague p:not(.disclaimer):not(.form__row),
.recipe__header__meta,
.recipe__body__ingredients ul li figure figcaption,
.blagues__item__question,
.alm-reveal__item__question,
.blagues__item__reponse,
.alm-reveal__item__reponse {
  font-family: 'cardenio_bold', sans-serif;
}

.cardenio_std {
  font-family: 'cardenio_std', sans-serif;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  color: white;
}

.title {
  font-family: 'Lobster', cursive;
  font-size: 4rem;
  position: relative;
  display: inline-block;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .title {
    font-size: 6rem;
  }
}

.title .red {
  color: #ee1d24;
}

.title.shadowed {
  text-shadow: -4px 4px 0 rgba(0, 102, 177, .7);
}

.title.stars.after:after {
  position: absolute;
  top: 50%;
  right: -6rem;
  display: inline-block;
  width: 5rem;
  content: url(../img/stars.svg);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

body.single-recette .title.stars.after:after,
body.post-type-archive-blague .title.stars.after:after {
  display: none;
}

@media (min-width: 768px) {
  body.single-recette .title.stars.after:after,
    body.post-type-archive-blague .title.stars.after:after {
    display: inline-block;
  }
}

.title.stars.before:before {
  position: absolute;
  top: 30%;
  left: -6rem;
  display: inline-block;
  width: 5rem;
  content: url(../img/stars.svg);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.type-flanby {
  font-family: 'Lobster', cursive;
  font-size: 3.4rem;
  line-height: .9;
  margin: 5rem 0;
  color: #ee1d24;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, -6px 6px 0 rgba(0, 102, 177, .7);
}

@media (min-width: 768px) {
  .type-flanby {
    font-size: 4.9rem;
  }
}

.red {
  color: #ee1d24;
}

.white,
.pagination a {
  color: white;
}

.blue {
  color: #0066b1;
}

html {
  min-height: 100%;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  background-image: linear-gradient(to left, #0074bc 0%, #5fc2f0 50%, #0074bc 100%);
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  body {
    background-image: linear-gradient(to left, #0074bc 20%, #5fc2f0 50%, #0074bc 80%);
  }
}

#site-wrapper {
  margin: 0 auto;
  background-color: transparent;
}

.inner,
body:not(.home) main {
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 480px) {
  .inner,
    body:not(.home) main {
    max-width: calc(480px - 30px);
  }
}

@media (min-width: 576px) {
  .inner,
    body:not(.home) main {
    max-width: calc(576px - 30px);
  }
}

@media (min-width: 768px) {
  .inner,
    body:not(.home) main {
    max-width: calc(768px - 30px);
  }
}

@media (min-width: 992px) {
  .inner,
    body:not(.home) main {
    max-width: calc(992px - 30px);
  }
}

@media (min-width: 1200px) {
  .inner,
    body:not(.home) main {
    max-width: calc(1200px - 30px);
  }
}

.no-mobile {
  display: none;
}

@media (min-width: 768px) {
  .no-mobile {
    display: inherit;
  }
}

.back {
  position: relative;
  margin-bottom: 4rem;
}

.back a {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 4rem 0 4rem 25%;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 768px) {
  .back a {
    margin: 0 0 0 25%;
  }
}

.mobile-only {
  display: inline-block;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.main-header {
  position: fixed;
  z-index: 10;
  bottom: auto;
  width: 100%;
  padding: 0;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: translateY(calc(-100% + 8rem));
          transform: translateY(calc(-100% + 8rem));
  text-align: left;
  text-align: center;
  background-color: #fabb00;
  box-shadow: 0 0 3rem rgba(19, 87, 170, .6);
}

@media (min-width: 992px) {
  .main-header {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: left;
  }
}

body.menu-open .main-header {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-header .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 992px) {
  .main-header .container {
    padding: 0 1.5rem;
  }
}

#logo {
  position: absolute;
  z-index: 2001;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 28rem;
  margin: 0;
  padding: 0;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform-origin: left;
          transform-origin: left;
  order: 2;
}

body:not(.home) #logo {
  width: 20rem;
}

@media (min-width: 992px) {
  #logo {
    top: -4rem;
    bottom: auto;
    left: 0;
    width: 30rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    order: 1;
  }

  body:not(.home) #logo {
    width: 30rem;
  }
}

@media (min-width: 1200px) {
  #logo {
    width: auto;
    max-width: 100%;
  }
}

#logo figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

#logo img {
  max-width: 100%;
}

body.scrollin #logo {
  -webkit-transform: scale(.5) translate(-50%, 50%);
          transform: scale(.5) translate(-50%, 50%);
}

@media (min-width: 992px) {
  body.scrollin #logo {
    -webkit-transform: scale(.35) translateY(9rem);
            transform: scale(.35) translateY(9rem);
  }
}

body.scrollin.home #logo {
  -webkit-transform: scale(.5) translate(-50%, 60%);
          transform: scale(.5) translate(-50%, 60%);
}

@media (min-width: 992px) {
  body.scrollin.home #logo {
    -webkit-transform: scale(.3) translateY(9.5rem);
            transform: scale(.3) translateY(9.5rem);
  }
}

body.scrollin.bottom #logo {
  -webkit-transform: scale(1) translate(-50%, 50%);
          transform: scale(1) translate(-50%, 50%);
}

@media (min-width: 992px) {
  body.scrollin.bottom #logo {
    -webkit-transform: scale(0) translateY(6rem);
            transform: scale(0) translateY(6rem);
  }
}

#main {
  position: relative;
}

body:not(.home) #main {
  padding-top: 14rem;
}

body:not(.home) #main header {
  text-align: center;
}

body.home #main {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  body.home #main {
    padding-top: 0;
  }
}

.main-footer {
  margin-top: 2rem;
  padding-top: 4rem;
  text-align: center;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 204.8rem;
}

@media (min-width: 992px) {
  .main-footer {
    margin-top: 0;
    padding-top: 0;
    background-position: top 8rem center;
  }
}

.main-footer__logo {
  display: none;
}

@media (min-width: 992px) {
  .main-footer__logo {
    display: inline-block;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  body.bottom .main-footer__logo {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main-footer__separator {
  padding: 2rem 0 0;
}

.main-footer__disclaimer {
  font-size: 2.6rem;
  padding: 5rem 0;
  color: #b4e0f9;
  background-color: #0066b1;
}

.main-footer__disclaimer a {
  transition: color .3s ease;
  color: #b4e0f9;
}

.main-footer__disclaimer a:hover {
  text-decoration: none;
  color: white;
}

.form input::-webkit-input-placeholder {
  color: #c2e8fa;
}

.form input:-ms-input-placeholder {
  color: #c2e8fa;
}

.form input::-ms-input-placeholder {
  color: #c2e8fa;
}

.form input::placeholder {
  color: #c2e8fa;
}

.form.form-blague {
  margin: 8rem 0;
  padding: 1.5rem;
  text-align: center;
  color: #c2e8fa;
  border: .7rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #3297df;
}

.form.form-blague h2 {
  font-size: 3rem;
}

@media (min-width: 768px) {
  .form.form-blague h2 {
    font-size: 5rem;
  }
}

.form.form-blague p:not(.disclaimer):not(.form__row) {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .form.form-blague p:not(.disclaimer):not(.form__row) {
    font-size: 3rem;
  }
}

.form.form-blague .with-button {
  margin-top: -5rem;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.form__fields {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .form__fields {
    flex-direction: row;
  }
}

.form__fields__col.half {
  width: 100%;
}

@media (min-width: 992px) {
  .form__fields__col.half {
    width: 50%;
    text-align: right;
  }
}

.form__fields__col.full {
  width: 100%;
}

.form__row {
  margin: 1.5rem;
}

.form .error {
  display: block;
  color: white;
}

.form label:not(.full) {
  width: 100%;
  margin: 0 1%;
}

@media (min-width: 992px) {
  .form label:not(.full) {
    width: 25%;
  }
}

.form input + label {
  width: 100%;
}

.form input[type='text'],
.form input[type='email'],
.form textarea,
.form select {
  width: 100%;
  margin: 1%;
  color: white;
  border: none;
  border-bottom: .15rem solid white;
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 992px) {
  .form input[type='text'],
    .form input[type='email'],
    .form textarea,
    .form select {
    width: 70%;
  }
}

.form textarea {
  border: .15rem solid white;
}

.form option {
  background-color: #3297df;
}

.form option:selected {
  background-color: white;
}

.form input[type='checkbox'] {
  width: 0;
  height: 0;
  opacity: 0;
}

.form input[type='checkbox'] + label:before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 1%;
  content: '';
  vertical-align: middle;
  border: .15rem solid white;
}

.form input[type='checkbox'] + label a {
  text-decoration: underline;
}

.form input[type='checkbox']:checked + label:before {
  font-weight: bold;
  content: '✓';
  color: #3297df;
  background-color: white;
}

#formulaire-de-depot {
  display: block;
}

.recipes {
  display: flex;
  margin: 0 auto;
  padding: 3%;
  text-align: center;
  flex-wrap: wrap;
}

.recipes__item {
  width: 80%;
  margin: 10%;
}

@media (min-width: 768px) {
  .recipes__item {
    width: 44%;
    margin: 3%;
  }
}

.recipes__item__wrapper {
  position: relative;
}

.recipes__item__image {
  transition: all .3s ease;
  border: .7rem solid white;
  border-radius: 2rem;
  box-shadow: -1rem 1rem 0 rgba(0, 102, 177, .6);
}

.recipes__item__text__title {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 90%;
  margin: 0 5%;
  padding: 3%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0066b1;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .recipes__item__text__title {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .recipes__item__text__title {
    font-size: 4.3rem;
  }
}

.recipes__item__text__title span {
  display: inline-block;
  padding: .5rem 2rem;
  color: #0066b1;
  border-radius: 5rem;
  background-color: white;
}

.recipes__item__text__link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.recipes__item__text__link .button,
.recipes__item__text__link .pagination a,
.pagination .recipes__item__text__link a {
  margin-top: 0;
}

.recipes__item img {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.recipes__item:hover img {
  -webkit-transform: rotate(1deg) translate(-.5rem, .5rem);
          transform: rotate(1deg) translate(-.5rem, .5rem);
  box-shadow: 0 0 0 rgba(0, 102, 177, .6);
}

.recipes__item:hover h3 {
  -webkit-transform: translateY(calc(-50% + .5rem)) translateX(-.5rem);
          transform: translateY(calc(-50% + .5rem)) translateX(-.5rem);
}

.recipes__item:nth-of-type(4n + 1),
.recipes__item:nth-of-type(4n) {
    /*.recipes__item__text__link {
				&:hover + a img {
					transform: rotate(-4deg) translate(-.5rem, .5rem);
				}
			}*/
}

.recipes__item:nth-of-type(4n + 1) img,
.recipes__item:nth-of-type(4n) img {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.recipes__item:nth-of-type(4n + 1):hover img,
.recipes__item:nth-of-type(4n):hover img {
  -webkit-transform: rotate(-4deg) translate(-.5rem, .5rem);
          transform: rotate(-4deg) translate(-.5rem, .5rem);
}

.recipe {
  max-width: 95rem;
}

@media (min-width: 768px) {
  .recipe {
    max-width: 98rem;
    margin: 0 auto;
  }
}

.recipe__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .recipe__header {
    flex-direction: row;
  }
}

.recipe__header__image {
  width: 100%;
}

@media (min-width: 768px) {
  .recipe__header__image {
    width: 50%;
  }
}

.recipe__header__image img {
  border: .7rem white solid;
  border-radius: 3.5rem;
  box-shadow: -1rem 1rem 0 rgba(0, 102, 177, .6);
}

@media (min-width: 768px) {
  .recipe__header > div {
    width: 50%;
    margin-left: 2rem;
  }
}

.recipe__header__title {
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .recipe__header__title {
    margin: 4rem 0 2.5rem;
  }
}

.recipe__header__title span {
  line-height: 1;
}

@media (min-width: 768px) {
  .recipe__header__title span {
    display: block;
  }
}

.recipe__header__meta {
  font-size: 2.7rem;
  display: flex;
  padding: 4rem 2rem;
  color: white;
  border-radius: 3.5rem;
  background-color: #3297df;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .recipe__header__meta {
    padding: 4rem 3.7rem 1.5rem;
  }
}

.recipe__header__meta__totalTime,
.recipe__header__meta__skill {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .recipe__header__meta__totalTime,
    .recipe__header__meta__skill {
    flex-basis: 50%;
  }
}

.recipe__header__meta__totalTime img,
.recipe__header__meta__skill img {
  margin-right: 1.5rem;
}

.recipe__header__meta__print,
.recipe__header__meta__share {
  flex-basis: 100%;
}

.recipe__header__meta__totalTime img {
  width: 5.7rem;
  height: 4.7rem;
}

.recipe__header__meta__skill img {
  width: 6.5rem;
  height: 5rem;
}

.recipe__header__meta__print {
  padding: 2rem 0 1rem;
}

.recipe__header__meta__print button {
  padding: 1rem 3rem;
  transition: .3s box-shadow ease, .3s transform ease;
  color: #1c6fbf;
  border-radius: 4rem;
  background-color: white;
  box-shadow: -.6rem .6rem .3rem rgba(0, 102, 177, .75);
}

.recipe__header__meta__print button:before {
  display: inline-block;
  width: 4.5rem;
  height: 4rem;
  margin-right: 1.5rem;
  content: url(../img/print.svg);
  vertical-align: middle;
}

.recipe__header__meta__print button:hover {
  -webkit-transform: translateY(.6rem);
          transform: translateY(.6rem);
  box-shadow: none;
}

.recipe__header__meta__print:after {
  display: inline-block;
  width: 100%;
  height: .75rem;
  margin-top: 3rem;
  content: '';
  background-image: url(../img/separator_h.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.recipe__header__meta__share {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .recipe__header__meta__share {
    flex-direction: row;
  }
}

.recipe__header__meta__share span {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .recipe__header__meta__share span {
    width: 36%;
    margin-bottom: 0;
  }
}

.recipe__header__meta__share ul {
  list-style: none;
  text-align: center;
  flex-grow: 1;
}

.recipe__header__meta__share ul li {
  display: inline-block;
  margin: 0 .5rem;
}

.recipe__header__meta__share ul li img {
  width: 6rem;
  height: 6rem;
  transition: .3s box-shadow ease, .3s transform ease;
  border-radius: 1rem;
}

.recipe__header__meta__share ul li:hover img {
  -webkit-transform: translateY(.6rem);
          transform: translateY(.6rem);
}

.recipe__header__meta__share ul li:nth-of-type(1) {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.recipe__header__meta__share ul li:nth-of-type(1) img {
  box-shadow: -.6rem .6rem 0 rgba(0, 102, 177, .6);
}

.recipe__header__meta__share ul li:nth-of-type(1):hover img {
  box-shadow: none;
}

.recipe__header__meta__share ul li:nth-of-type(2) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.recipe__header__meta__share ul li:nth-of-type(2) img {
  box-shadow: -.4rem .6rem 0 rgba(0, 102, 177, .6);
}

.recipe__header__meta__share ul li:nth-of-type(2):hover img {
  box-shadow: none;
}

.recipe__header__meta__share ul li:nth-of-type(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.recipe__header__meta__share ul li:nth-of-type(3) img {
  box-shadow: -.2rem .6rem 0 rgba(0, 102, 177, .6);
}

.recipe__header__meta__share ul li:nth-of-type(3):hover img {
  box-shadow: none;
}

.recipe__body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 3.5rem;
  background-color: white;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .recipe__body {
    flex-direction: row;
  }
}

.recipe__body .title {
  font-size: 4.2rem;
  display: block;
  margin-bottom: 2rem;
}

.recipe__body__ingredients,
.recipe__body__preparation {
  font-size: 1.8rem;
  margin: 2rem 0;
  color: #0066b1;
}

@media (min-width: 768px) {
  .recipe__body__ingredients,
    .recipe__body__preparation {
    width: 50%;
  }
}

.recipe__body__ingredients ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.recipe__body__ingredients ul li {
  width: 50%;
}

@media (min-width: 768px) {
  .recipe__body__ingredients ul li {
    width: calc(100% / 3);
  }
}

.recipe__body__ingredients ul li figure {
    /*display: flex;
						flex-direction: column;
						align-items: center;*/
  text-align: center;
}

.recipe__body__ingredients ul li figure img {
  width: auto;
}

.recipe__body__ingredients ul li figure figcaption {
  font-size: 2rem;
  padding: 0 1rem;
  text-align: center;
}

.recipe__body__tips {
  display: flex;
  flex-direction: column;
  padding: 3rem 5rem;
  border: .7rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #3297df;
}

@media (min-width: 768px) {
  .recipe__body__tips {
    flex-direction: row;
    margin: 0 5rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/recipe__body__tips.svg);
    background-size: 100% 100%;
  }
}

@media (min-width: 768px) {
  .recipe__body__tips figure {
    width: 20%;
  }
}

.recipe__body__tips figure img {
  width: 12.5rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.recipe__body__tips div {
  font-size: 1.8rem;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .recipe__body__tips div {
    width: 80%;
  }
}

.blagues,
.alm-reveal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .blagues,
    .alm-reveal {
    flex-direction: row;
    max-width: 98rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

.blagues .col,
.alm-reveal .col {
  width: 100%;
}

@media (min-width: 768px) {
  .blagues .col,
    .alm-reveal .col {
    width: calc(50% - 3rem);
    margin: 1.5rem;
  }
}

.blagues__item,
.alm-reveal__item {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0;
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .blagues__item,
    .alm-reveal__item {
    margin: 1.5rem;
  }
}

.blagues__item:not(.illustree),
.alm-reveal__item:not(.illustree) {
  padding: 2rem 2rem .1rem;
  border-radius: 3.5rem;
}

.blagues__item.illustree figure img,
.alm-reveal__item.illustree figure img {
  border-radius: 3.5rem;
}

.blagues__item.illustree .content,
.alm-reveal__item.illustree .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 2rem 0;
}

.blagues__item.red,
.alm-reveal__item.red {
  background-color: #ed1c24;
}

.blagues__item.red .heart.disabled .cls-1,
.alm-reveal__item.red .heart.disabled .cls-1 {
  stroke: white;
  fill: white;
}

.blagues__item.yellow,
.alm-reveal__item.yellow {
  background-color: #ffb239;
}

.blagues__item.blue,
.alm-reveal__item.blue {
  background-color: #104990;
}

.blagues__item.brown,
.alm-reveal__item.brown {
  background-color: #7c141d;
}

.blagues__item.white,
.pagination a.blagues__item,
.alm-reveal__item.white,
.pagination a.alm-reveal__item {
  color: #3297df;
  background-color: #fff;
}

.blagues__item.white label span,
.pagination a.blagues__item label span,
.alm-reveal__item.white label span,
.pagination a.alm-reveal__item label span {
  color: #3297df;
}

.blagues__item.white label span:after,
.pagination a.blagues__item label span:after,
.alm-reveal__item.white label span:after,
.pagination a.alm-reveal__item label span:after {
  background-color: #3297df;
}

.blagues__item.white .heart .cls-1,
.pagination a.blagues__item .heart .cls-1,
.alm-reveal__item.white .heart .cls-1,
.pagination a.alm-reveal__item .heart .cls-1 {
  stroke: #3297df;
}

.blagues__item .heart:not(.disabled),
.alm-reveal__item .heart:not(.disabled) {
  cursor: pointer;
}

.blagues__item .heart.disabled .cls-1,
.alm-reveal__item .heart.disabled .cls-1 {
  stroke: red;
  fill: red;
}

.blagues__item__question,
.alm-reveal__item__question {
  font-size: 2.5rem;
  margin: 2rem;
}

@media (min-width: 992px) {
  .blagues__item__question,
    .alm-reveal__item__question {
    font-size: 3.8rem;
  }
}

.blagues__item__reponse,
.alm-reveal__item__reponse {
  position: relative;
  margin: 2rem;
}

.blagues__item__reponse span.answer,
.alm-reveal__item__reponse span.answer {
  position: relative;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.blagues__item__reponse label,
.alm-reveal__item__reponse label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.blagues__item__reponse input,
.alm-reveal__item__reponse input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.blagues__item__reponse input:checked + label,
.alm-reveal__item__reponse input:checked + label {
  transition: opacity .25s ease;
  pointer-events: none;
  opacity: 0;
}

.blagues__item__reponse input:checked + label + span,
.alm-reveal__item__reponse input:checked + label + span {
  transition: opacity .25s ease .25s;
  opacity: 1;
}

.blagues__item__meta,
.alm-reveal__item__meta {
  display: flex;
  margin-bottom: 1.5rem;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 992px) {
  .blagues__item__meta,
    .alm-reveal__item__meta {
    flex-wrap: nowrap;
  }
}

.illustree .blagues__item__meta,
.illustree .alm-reveal__item__meta {
  position: absolute;
  bottom: 0;
  width: calc(100% - 4rem);
}

.blagues__item__meta__share,
.blagues__item__meta__auteur,
.blagues__item__meta__votes,
.alm-reveal__item__meta__share,
.alm-reveal__item__meta__auteur,
.alm-reveal__item__meta__votes {
  width: 45%;
  vertical-align: middle;
  order: 1;
}

@media (min-width: 992px) {
  .blagues__item__meta__share,
    .blagues__item__meta__auteur,
    .blagues__item__meta__votes,
    .alm-reveal__item__meta__share,
    .alm-reveal__item__meta__auteur,
    .alm-reveal__item__meta__votes {
    width: calc(100% / 3);
  }
}

.blagues__item__meta__votes .heart,
.alm-reveal__item__meta__votes .heart {
  width: 3.1rem;
  height: 2.8rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.blagues__item__meta__auteur,
.alm-reveal__item__meta__auteur {
  width: 100%;
  text-align: center;
  order: 0;
}

@media (min-width: 992px) {
  .blagues__item__meta__auteur,
    .alm-reveal__item__meta__auteur {
    display: block;
    width: calc(100% / 3);
    text-align: left;
    order: 1;
  }
}

.blagues__item__meta__share,
.alm-reveal__item__meta__share {
  margin: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .blagues__item__meta__share,
    .alm-reveal__item__meta__share {
    width: calc(100% / 3);
    margin: 0;
    text-align: right;
  }
}

@media print {
  #header,
    #footer,
    .no-print,
    .popin {
    display: none !important;
  }

  #main {
    padding-top: 0 !important;
  }

  html main,
    html article.recipe {
    width: 100%;
    max-width: 100% !important;
  }

  .recipe__header__meta p img {
    display: none;
  }

  .title {
    color: #000 !important;
  }

  .recipe__body__ingredients {
    page-break-before: avoid;
    page-break-after: always;
    -webkit-column-break-after: page;
            break-after: page;
  }

  .recipe__body__preparation {
    page-break-before: always;
    -webkit-column-break-before: page;
            break-before: page;
  }
}

/*.toggler {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 4.4rem;
	height: 4.4rem;
	top: 2rem;
	right: 1rem;
	z-index: $zindex-dropdown + 1;
	@extend .no-margin, .no-padding;
	background: none;
	@include respond-to('large-up') {
		display: none;
	}
	transition: transform .3s ease;
	&:focus {
		outline: 0;
	}
	span {
		position: absolute;
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		background-color: white;
		transition: transform .3s ease;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		&:first-child {
			transform: translate(-50%, calc(-150% - .4rem));
		}
		&:last-child {
			transform: translate(-50%, calc(50% + .4rem));
		}
		&:before, &:after {
			content: '';
			display: block;
			width: 1.2rem;
			height: 1.2rem;
			background-color: white;
			position: absolute;
			transition: transform .3s ease;
		}
		&:before {
			transform: translateX(-1.6rem);
		}
		&:after {
			transform: translateX(1.6rem);
		}
		body.menu-open & {
			&:first-child, &:last-child {
				transform: translate(-50%, -50%);
			}
			&:before, &:after {
				transform: translateX(0);
			}
		}
	}
	body.menu-open & {
		transform: rotate(45deg);
		span {
			&:first-child {
				transform: translate(-50%, -150%);
				&:before {
					transform: translate(-1.2rem, 100%);
				}
				&:after {
					transform: translate(1.2rem, 100%);
				}
			}
			&:last-child {
				transform: translate(-50%, 50%);
				&:before {
					transform: translate(-1.2rem, -100%);
				}
				&:after {
					transform: translate(1.2rem, -100%);
				}
			}
		}
	}
}*/
.toggler {
  position: fixed;
  z-index: 2001;
  top: 2rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0;
  padding: 0;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border: none;
  background: none;
}

@media (min-width: 992px) {
  .toggler {
    display: none;
  }
}

.toggler:hover {
  cursor: pointer;
}

.toggler:focus {
  outline: 0;
}

.toggler span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: .75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: white;
  box-shadow: -1px 1px 3px rgba(124, 20, 29, .1);
}

body.menu-open .toggler span {
  transition: -webkit-transform .3s ease .3s;
  transition: transform .3s ease .3s;
  transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggler span:before,
.toggler span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: top .3s ease .3s, opacity .1s ease, -webkit-transform .1s ease;
  transition: top .3s ease .3s, opacity .1s ease, transform .1s ease;
  transition: top .3s ease .3s, opacity .1s ease, transform .1s ease, -webkit-transform .1s ease;
  background-color: white;
  box-shadow: -1px 1px 3px rgba(124, 20, 29, .1);
}

body.menu-open .toggler span:before,
body.menu-open .toggler span:after {
  top: 0;
  transition: top .3s ease, opacity .1s ease .3s, -webkit-transform .1s ease .3s;
  transition: top .3s ease, opacity .1s ease .3s, transform .1s ease .3s;
  transition: top .3s ease, opacity .1s ease .3s, transform .1s ease .3s, -webkit-transform .1s ease .3s;
}

.toggler span:before {
  top: -200%;
}

body.menu-open .toggler span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.toggler span:after {
  top: 200%;
}

body.menu-open .toggler span:after {
  opacity: 0;
}

.nav-main {
  font-weight: 500;
  z-index: 2000;
  display: flex;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
  background-color: transparent;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .nav-main {
    position: relative;
    width: auto;
    padding: 0;
  }
}

.nav-main ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media (min-width: 768px) {
  .nav-main ul {
    position: relative;
    border: none;
  }
}

@media (min-width: 992px) {
  .nav-main ul {
    position: relative;
    flex-direction: row;
    width: auto;
    justify-content: flex-end;
  }
}

.nav-main li {
  font-size: 2.5rem;
  display: inline-block;
  width: 100%;
  transition: background-color .3s ease;
  will-change: background-color;
}

@media (min-width: 992px) {
  .nav-main li {
    font-size: 1.8rem;
    width: 28%;
  }
}

@media (min-width: 1200px) {
  .nav-main li {
    font-size: 2.1rem;
    width: auto;
    margin-right: 10px;
  }
}

.nav-main li a {
  line-height: 6rem;
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 26rem;
  text-align: center;
  vertical-align: middle;
  text-shadow: -1px 1px 3px rgba(124, 20, 29, .41);
    /*@include respond-to("medium-up") {

			}
			@include respond-to("large-up") {
				line-height: 7rem;
			}
			@include respond-to("extra-large-up") {
				line-height: 8rem;
			}*/
}

@media (min-width: 992px) {
  .nav-main li a {
    display: inline-block;
  }
}

.nav-main li a:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  content: url(../img/tache.svg);
  transition: opacity .25s ease-in, -webkit-transform .25s ease-in;
  transition: opacity .25s ease-in, transform .25s ease-in;
  transition: opacity .25s ease-in, transform .25s ease-in, -webkit-transform .25s ease-in;
  -webkit-transform: translateY(-50%) scale(.5);
          transform: translateY(-50%) scale(.5);
  opacity: 0;
}

.nav-main li a.active:after,
.nav-main li .recipes__item:hover a.button:after,
.recipes__item:hover .nav-main li a.button:after,
.nav-main li .recipes__item:hover .pagination a:after,
.recipes__item:hover .pagination .nav-main li a:after,
.nav-main li .pagination .recipes__item:hover a:after,
.pagination .recipes__item:hover .nav-main li a:after,
.nav-main li a:hover:after {
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}

.nav-main a {
  text-decoration: none;
  color: white;
}

@media (max-width: 991px) {
  .nav-main.fullscreen {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: white;
  }

  .nav-main.fullscreen.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991px) {
  body.locked {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }
}

.nav-footer ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .nav-footer ul {
    flex-direction: row;
  }
}

.nav-footer ul li:after {
  display: block;
  width: 1rem;
  height: .1rem;
  margin: 1rem auto;
  content: '';
  background-color: white;
}

@media (min-width: 992px) {
  .nav-footer ul li:after {
    display: inline-block;
    width: .1rem;
    height: 1rem;
    margin: 0 1.5rem;
  }
}

.nav-footer ul li:last-child:after {
  display: none;
}

.nav-footer ul li a {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .nav-footer ul li a {
    font-size: 1.6rem;
  }
}

.nav-footer ul li.enviedebienmanger a {
  font-size: 0;
  color: transparent;
}

.nav-footer ul li.enviedebienmanger a:after {
  display: inline-block;
  width: 15.6rem;
  height: 5rem;
  content: '';
  background-image: url(../img/enviedebienmanger.png);
  background-size: 100% 100%;
}

.button,
.pagination a {
  font-size: 1.8rem;
  line-height: 4rem;
  position: relative;
  display: inline-block;
  min-width: 20rem;
  margin: 1.5rem 0 0;
  padding: .15rem 1.5rem;
  transition: all .3s ease;
  text-transform: uppercase;
  color: white;
  border: none;
  border: .6rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #ee1d24;
  box-shadow: none;
  box-shadow: -.4rem .6rem 0 rgba(15, 74, 148, .7);
}

@media (min-width: 768px) {
  .button,
    .pagination a {
    font-size: 2.2rem;
    line-height: 5.3rem;
    min-width: 26.5rem;
    padding: .25rem 3rem;
    border: .6rem solid #c2e8fa;
  }
}

.button:not(.inactive):hover,
.pagination a:not(.inactive):hover,
.button:not(.inactive):focus,
.pagination a:not(.inactive):focus,
.button.active,
.recipes__item:hover a.button,
.recipes__item:hover .pagination a,
.pagination .recipes__item:hover a,
.pagination a.active {
  -webkit-transform: translateY(.6rem);
          transform: translateY(.6rem);
  text-decoration: none;
  color: #ee1d24;
  background-color: white;
  box-shadow: 0 0 0 rgba(15, 74, 148, .7);
}

.button.inactive,
.pagination a.inactive {
  opacity: .5;
}

.button.inactive,
.pagination a.inactive {
  cursor: default;
}

.button.inverted,
.pagination a.inverted {
  color: #ee1d24;
  background-color: white;
}

.button.inverted:not(.inactive):hover,
.pagination a.inverted:not(.inactive):hover,
.button.inverted:not(.inactive):focus,
.pagination a.inverted:not(.inactive):focus,
.button.inverted.active,
.recipes__item:hover a.button.inverted,
.recipes__item:hover .pagination a.inverted,
.pagination .recipes__item:hover a.inverted,
.pagination a.inverted.active {
  color: white;
  background-color: #ee1d24;
}

.button.lobster,
.button.recipes__item__text__title,
.pagination a.recipes__item__text__title,
.button.alm-load-more-btn,
.pagination a.alm-load-more-btn,
.pagination a.lobster,
.page-template-default .page-wrapper h2.button,
.archive.post-type-archive-blague #charte h2.button {
  text-transform: none;
}

.alm-load-more-btn {
  font-size: 3.5rem;
  display: inline-block;
  margin: 0 auto;
  padding: 7.5rem 7rem 3.5rem 4rem;
  text-decoration: none;
  color: #0066b1;
  background-color: transparent;
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

.alm-btn-wrap {
  text-align: center;
}

.no-arrow .slick-arrow {
  display: none !important;
}

html .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  border: none;
  background: none;
}

html .slick-arrow:after {
  display: block;
  width: 1.5rem;
  height: 4.25rem;
  content: url(../img/carousel-arrow.svg);
}

@media (min-width: 768px) {
  html .slick-arrow:after {
    width: 3rem;
    height: 8.5rem;
  }
}

html .slick-arrow.slick-prev {
  left: 5%;
}

html .slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

html .slick-arrow.slick-next {
  right: 5%;
}

.popin {
  position: fixed;
  z-index: 2002;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 0;
  transition: all .25s ease;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
}

.popin.scrollbar {
  overflow-y: scroll;
}

.popin-trigger {
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
}

.popin.opened {
  height: 100%;
  transition: all .25s ease;
}

.popin__content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
  color: #c2e8fa;
  border: .7rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #3297df;
	background-image: radial-gradient(#5fc2f0, #0074bc);
}

@media (min-width: 768px) {
  .popin__content {
    width: auto;
  }

  .popin__content:not(.full) {
    max-width: 50rem;
  }

  .popin__content:not(.full).big {
    max-width: 70rem;
  }
}

.popin__content a {
  color: white;
}

.popin__content iframe {
  max-width: 100%;
}

.popin:not(.scrollbar) .popin__content {
  top: 0;
  transition: top .25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .popin__content.opened {
    top: 1rem;
  }
}

.popin:not(.scrollbar) .popin__content.opened {
  top: 50%;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.popin__content .with-button {
  margin-bottom: -5rem;
}

.popin__close {
  position: relative;
  margin: 1.5rem auto;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
	top: 0;
	right: 15px;
	width: 50px;
	height: 50px;
	background-color: white;
	border-radius: 50%;
  color: #0066b1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popin__close span:not(.cross) {
  text-decoration: underline;
}

.popin__close span.cross,
.popin__close span.cross:before,
.popin__close span.cross:after {
  display: inline-block;
  width: 2rem;
  height: 3px;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #0066b1;
}

.popin__close span.cross {
  position: relative;
  /*margin-right: .5rem;*/
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popin__close span.cross:before,
.popin__close span.cross:after {
  position: absolute;
  left: 0;
  content: '';
  transition: all .25s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.popin__close:hover span.cross {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.popin__close:hover span.cross:before,
.popin__close:hover span.cross:after {
  left: 1rem;
  width: 1.5rem;
}

.popin__close:hover span.cross:before {
  top: -.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popin__close:hover span.cross:after {
  top: .5rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination {
  text-align: center;
}

.pagination a {
  margin: 10px;
}

.optanon-show-settings-popup-wrapper {
  position: absolute;
  top: 0;
}

.page-template-page-flanby {
  color: white;
}

@media (min-width: 768px) {
  .page-template-page-flanby main {
    background-image: url(../img/mon-flanby__bg.png);
    background-repeat: no-repeat;
    background-position: top right -6rem;
  }
}

.page-template-page-flanby section {
  max-width: 100rem;
}

@media (min-width: 768px) {
  .page-template-page-flanby section {
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
  }
}

.page-template-page-flanby__histoire .intro {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .page-template-page-flanby__histoire .intro {
    margin-bottom: 0;
    padding-right: 39%;
  }
}

.page-template-page-flanby__histoire .frise {
  padding: 2rem;
  border: .7rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #3297df;
    /*.slick-slide {
						background: {
							image: url(../img/votes-separator.svg);
							size: auto 100%;
							repeat: no-repeat;
							position: center right;
						}
						&[aria-hidden="false"] {
							+ [aria-hidden="false"] {
								background: none;
							}
						}
					}*/
}

@media (min-width: 768px) {
  .page-template-page-flanby__histoire .frise {
    padding: 2rem 5rem 4rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/mon-flanby__encart.png);
    background-size: 100% 100%;
  }
}

.page-template-page-flanby__histoire .frise figure {
  padding: 2rem;
}

@media (min-width: 768px) {
  .page-template-page-flanby__histoire .frise .slick-list {
    background-image: url(../img/votes-separator.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
}

.page-template-page-flanby__histoire .frise h3 {
  font-size: 4.5rem;
  display: block;
  padding: 1rem 4rem;
  text-align: center;
  background-image: url(../img/mon-flanby__year.png);
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .page-template-page-flanby__histoire .frise h3 {
    display: inline-block;
    text-align: left;
  }
}

.page-template-page-flanby__histoire .frise img {
  max-height: 30rem;
  margin: 0 auto;
}

.page-template-page-flanby__histoire .frise figcaption {
  font-size: 1.6rem;
  text-align: center;
}

.page-template-page-flanby__famille {
  position: relative;
}

.page-template-page-flanby__famille figure {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-template-page-flanby__famille {
    min-height: 58rem;
    padding-left: 50%;
        /*background: {
						image: url(../img/mon-flanby__famille.png);
						repeat: no-repeat;
						position: top left -6rem;
					}*/
  }

  .page-template-page-flanby__famille figure {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}

.page-template-page-flanby__videos {
  text-align: center;
}

.page-template-page-flanby__videos:before {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: 5rem;
  content: '';
  background-image: url(../img/separator_h.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-template-page-flanby__videos__item {
  display: flex;
  flex-wrap: wrap;
}

.page-template-page-flanby__videos__item h3 {
  position: relative;
  width: 100%;
}

.page-template-page-flanby__videos__item figure {
  position: relative;
  width: 100%;
  margin: 0 3%;
  padding: 16% 23% 5% 11%;
}

.page-template-page-flanby__videos__item h3 {
  font-size: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-template-page-flanby__videos__item h3 .stars {
  width: 9rem;
  height: 10.6rem;
}

.page-template-page-flanby__videos__item h3 img {
  max-width: 33.4rem;
}

.page-template-page-flanby__videos__item svg {
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-page-flanby__videos__item svg.tv {
  width: 100%;
  height: 100%;
}

.page-template-page-flanby__videos__item svg.play-svg {
  top: 50%;
  left: 50%;
  width: 32%;
  height: 32%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .page-template-page-flanby__videos__item {
    flex-wrap: nowrap;
  }

  .page-template-page-flanby__videos__item h3 {
    width: 50%;
  }

  .page-template-page-flanby__videos__item figure {
    width: 44%;
    padding: 7% 11% 2% 5%;
  }

  .page-template-page-flanby__videos__item:nth-of-type(odd) h3 {
    order: 2;
  }

  .page-template-page-flanby__videos__item:nth-of-type(odd) figure {
    order: 1;
  }
}

.page-template-default .page-wrapper {
  margin-top: 5rem;
}

.page-template-default .page-wrapper h2 {
  margin-bottom: 1.5rem;
}

.archive.post-type-archive-blague .suggestion {
  text-align: center;
}

.archive.post-type-archive-blague .suggestion:before {
  display: inline-block;
  width: 100%;
  height: 1rem;
  margin: 5rem 0;
  content: '';
  background-image: url(../img/separator_h.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .archive.post-type-archive-blague .suggestion {
    margin: 5rem;
  }
}

.archive.post-type-archive-blague #charte {
  text-align: left;
}

@media (min-width: 992px) {
  .archive.post-type-archive-blague #charte {
    padding: 1rem 5rem;
  }
}

.archive.post-type-archive-blague #charte h2 {
  display: block;
  text-align: center;
}

.archive.post-type-archive-blague #charte p {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
}

.archive.post-type-archive-blague #charte.closed {
  display: none;
}

.home {
  text-align: center;
}

.home section {
  position: relative;
}

.home__slideshow {
  text-align: center;
}

.home__slideshow__item {
  position: relative;
  overflow: hidden;
}

.home__slideshow__item__image img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home__slideshow__item__content {
  width: 100%;
}

.intro .home__slideshow__item__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  align-items: center;
  justify-content: center;
}

.intro .home__slideshow__item__content .title {
  position: relative;
  margin-top: 10rem;
}

.intro .home__slideshow__item__content .title:before,
.intro .home__slideshow__item__content .title:after {
  position: absolute;
}

.intro .home__slideshow__item__content .title:before {
  bottom: .5rem;
  left: -4rem;
  display: inline-block;
  width: 5rem;
  content: url(../img/traits.svg);
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}

.intro .home__slideshow__item__content .title:after {
  top: -3rem;
  right: -8rem;
  display: inline-block;
  width: 7rem;
  content: url(../img/stars.svg);
}

.intro .home__slideshow__item__content .question {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .intro .home__slideshow__item__content .question {
    font-size: 4.5rem;
  }
}

.intro .home__slideshow__item__content .reponse {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 14rem;
}

@media (min-width: 768px) {
  .intro .home__slideshow__item__content .reponse {
    font-size: 2.5rem;
  }
}

.intro .home__slideshow__item__content .deco img {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro .home__slideshow__item__content .deco img:first-child {
  bottom: 12rem;
  left: 20%;
  width: 12rem;
}

@media (min-width: 768px) {
  .intro .home__slideshow__item__content .deco img:first-child {
    bottom: 6.5rem;
    width: 15rem;
  }
}

@media (min-width: 1200px) {
  .intro .home__slideshow__item__content .deco img:first-child {
    bottom: 6.5rem;
    left: 30%;
    width: auto;
  }
}

.intro .home__slideshow__item__content .deco img:last-child {
  bottom: 12rem;
  left: 82.5%;
  width: 13rem;
}

@media (min-width: 768px) {
  .intro .home__slideshow__item__content .deco img:last-child {
    bottom: 10rem;
    width: 20rem;
  }
}

@media (min-width: 1200px) {
  .intro .home__slideshow__item__content .deco img:last-child {
    bottom: 10rem;
    left: 82.5%;
    width: auto;
  }
}

.home__slideshow__item__image img {
  max-width: none;
  height: 58rem;
}

@media (min-width: 768px) {
  .home__slideshow__item__image img {
    height: auto;
  }
}

.home__mon-flanby {
  margin: 0 1.5rem 4rem;
  padding: 2rem 0 0;
  border: .7rem solid #c2e8fa;
  border-radius: 3.5rem;
  background-color: #3297df;
}

@media (min-width: 768px) {
  .home__mon-flanby {
    margin: 0 auto;
    padding: 5rem 0 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/home__mon-flanby__encart.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
}

.home__mon-flanby__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .home__mon-flanby__content {
    flex-direction: row;
    padding-bottom: 15rem;
  }
}

@media (min-width: 992px) {
  .home__mon-flanby__content {
    padding-bottom: 9rem;
  }
}

@media (min-width: 1200px) {
  .home__mon-flanby__content {
    padding-bottom: 0;
  }
}

.home__mon-flanby__content__image {
  width: auto;
}

@media (min-width: 768px) {
  .home__mon-flanby__content__image {
    width: 30rem;
  }
}

@media (min-width: 992px) {
  .home__mon-flanby__content__image {
    width: 40rem;
    margin-top: -4rem;
  }
}

@media (min-width: 1200px) {
  .home__mon-flanby__content__image {
    width: auto;
  }
}

.home__mon-flanby__content__image img {
  width: 80%;
}

@media (min-width: 768px) {
  .home__mon-flanby__content__image img {
    width: auto;
    margin-right: 0;
    margin-left: -2rem;
  }
}

@media (min-width: 992px) {
  .home__mon-flanby__content__image img {
    margin-right: 6.5rem;
    margin-left: -5rem;
  }
}

.home__mon-flanby__content__text {
  margin-top: 1rem;
}

.home__mon-flanby__content h3 {
  font-size: 3.5rem;
  display: inline-block;
  padding: .5rem 1.5rem;
  color: #0066b1;
  background-image: url(../img/title.svg);
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .home__mon-flanby__content h3 {
    font-size: 4.5rem;
  }
}

.home__mon-flanby__content p {
  font-size: 3rem;
  max-width: 48rem;
  color: white;
}

@media (min-width: 768px) {
  .home__mon-flanby__content p {
    padding: 0 4rem;
  }
}

@media (min-width: 992px) {
  .home__mon-flanby__content p {
    font-size: 3.7rem;
    padding: 0;
  }
}

.home__mon-flanby a {
  font-size: 2.5rem;
  display: inline-block;
  margin: -5rem 0;
  padding: 8.5rem 7rem 3.5rem 4rem;
  text-decoration: none;
  color: #0066b1;
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .home__mon-flanby a {
    font-size: 3.5rem;
    position: absolute;
    bottom: 1rem;
    left: 51%;
    margin: 0;
    padding: 7.5rem 7rem 4.5rem 4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home__recettes {
  padding-top: 2rem;
}

.home__recettes h2:before {
  display: block;
  width: 10rem;
  margin: 0 auto;
  content: url(../img/plat.svg);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media (min-width: 768px) {
  .home__votes {
    padding-bottom: 6rem;
  }
}

.home__votes h3 {
  font-size: 3rem;
  color: white;
}

@media (min-width: 768px) {
  .home__votes h3 {
    font-size: 3.5rem;
  }
}

.home__votes__choices {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  align-items: center;
}

@media (min-width: 768px) {
  .home__votes__choices {
    flex-direction: row;
    background-image: url(../img/votes-separator.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    align-items: flex-end;
  }
}

.home__votes__choices__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  align-items: center;
}

.home__votes__choices__item__image {
  display: none;
  order: 1;
}

@media (min-width: 768px) {
  .home__votes__choices__item__image {
    display: block;
    -webkit-transform: translateY(-12rem);
            transform: translateY(-12rem);
  }
}

.home__votes__choices__item__button {
  width: 100%;
  margin-top: 0;
  order: 2;
}

@media (min-width: 768px) {
  .home__votes__choices__item__button {
    margin-top: -8rem;
  }
}

.home__votes__choices__item__button .button,
.home__votes__choices__item__button .pagination a,
.pagination .home__votes__choices__item__button a {
  font-size: 2.5rem;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .home__votes__choices__item__button .button,
    .home__votes__choices__item__button .pagination a,
    .pagination .home__votes__choices__item__button a {
    font-size: 2.2rem;
    margin: 1.5rem 0 0;
  }
}

@media (min-width: 992px) {
  .home__votes__choices__item__button .button,
    .home__votes__choices__item__button .pagination a,
    .pagination .home__votes__choices__item__button a {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .home__votes__choices__item__button .button,
    .home__votes__choices__item__button .pagination a,
    .pagination .home__votes__choices__item__button a {
    font-size: 3.5rem;
  }
}

.home__votes__choices__item__result {
  order: 3;
}

@media (min-width: 768px) {
  .home__votes__choices__item.renverse {
    padding: 0 6% 0 10%;
  }
}

@media (min-width: 768px) {
  .home__votes__choices__item.renverse svg {
    width: 33.7rem;
    height: 27.7rem;
  }
}

.home__votes__choices__item.renverse div:hover + svg .flanby-renverse-svg__flanby {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: renverse;
          animation-name: renverse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home__votes__choices__item.renverse div:hover + svg .flanby-renverse-svg__onde {
  -webkit-animation-name: onde;
          animation-name: onde;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media (min-width: 768px) {
  .home__votes__choices__item.pot {
    padding: 0 10% 0 6%;
  }
}

@media (min-width: 768px) {
  .home__votes__choices__item.pot svg {
    width: 36rem;
    height: 40.2rem;
    -webkit-transform: translate(5rem, -12rem);
            transform: translate(5rem, -12rem);
  }
}

.home__votes__choices__item.pot div:hover + svg .flanby-pot-svg__spoon {
  -webkit-animation-name: pot;
          animation-name: pot;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home__votes__choices__item.pot div:hover + svg .flanby-pot-svg__pot {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.home__votes__choices__item.pot div:hover + svg .flanby-pot-svg__onde {
  -webkit-animation-name: onde;
          animation-name: onde;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.home__votes__choices__item figcaption {
  width: 100%;
  color: white;
}

@media (min-width: 768px) {
  .home__votes__choices__item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.home__votes__choices__item figcaption p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3;
  margin: 0;
}
