@charset "UTF-8";
/* Roboto latin set */
@font-face {
  font-family: 'Roboto';
  src: url("/bundles/flammarionmultisite/fonts/roboto-regular.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/flammarionmultisite/fonts/roboto-italic.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/roboto-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/flammarionmultisite/fonts/roboto-bold.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/roboto-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/flammarionmultisite/fonts/roboto-bolditalic.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/roboto-bolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

/* PT Serif */
@font-face {
  font-family: 'PT Serif';
  src: url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Regular.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif';
  src: url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Italic.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'PT Serif';
  src: url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Bold.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PT Serif';
  src: url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-BoldItalic.woff") format("woff"), url("/bundles/flammarionmultisite/fonts/PT_Serif-Web-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*, :before, :after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

p, ul, ol, figure {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

/*
a {
    color: inherit;
    text-decoration: none;
    &:hover, &:focus {
        text-decoration: underline;
    }
}
*/
button {
  padding: 0;
  border: none;
  background: none;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

img, iframe {
  max-width: 100%;
}

::-ms-clear {
  display: none;
}

html {
  font-size: 125%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  color: #3e3d40;
  background-color: #f3f1ee;
  margin: auto;
  max-width: 1200px;
}

svg {
  overflow: visible !important;
}

.icon {
  width: 1em;
  height: 1em;
  /* Nice visual alignment for icons alongside text */
  vertical-align: -0.15em;
  /* Default path fill = value of the color property */
  fill: currentColor;
}

.icon--16 {
  /* Allows sizing by changing the icon’s font-size */
  width: 1em;
  height: 1em;
}

.icon--24 {
  /* Allows sizing by changing the icon’s font-size */
  width: 1.5em;
  height: 1.5em;
}

.icon--32 {
  /* Allows sizing by changing the icon’s font-size */
  width: 2em;
  height: 2em;
}

.icon--48 {
  /* Allows sizing by changing the icon’s font-size */
  width: 3em;
  height: 3em;
}

.icon--64 {
  /* Allows sizing by changing the icon’s font-size */
  width: 4em;
  height: 4em;
}

.icon--rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon--plus {
  stroke: #218aab;
  stroke-width: .7;
}

.icon--ebooks {
  stroke: #218aab;
  stroke-width: .25;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* 	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/bundles/flammarionmultisite/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/bundles/flammarionmultisite/images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/bundles/flammarionmultisite/images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
            The idea of animating inner circle is based on Polymer ("material") loading indicator
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.hide {
  opacity: 0;
  display: none !important;
}

.decoration {
  background-color: #d9dadb;
  padding-top: 8.65%;
}

@media (min-width: 992px) {
  .decoration {
    padding-top: 5rem;
  }
}

.container {
  position: relative;
  margin: auto;
  max-width: 992px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1092px;
  }
}

a {
  text-decoration: none;
  color: #707173;
}

a:hover, a:focus, a:active {
  color: #218aab;
}

@media (max-width: 991px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media (max-width: 991px) {
  .section-s-top {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .section-s-top {
    padding-top: 1.6rem;
  }
}

@media (max-width: 991px) {
  .section-s-left {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .section-s-left {
    padding-left: 1.6rem;
  }
}

.section--clear {
  padding-right: 5.25em;
  padding-left: 5.25em;
  background: white;
}

@media (max-width: 991px) {
  .section--clear {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .section--clear {
    padding-right: 5.25em;
    padding-left: 5.25em;
  }
}

.section--list {
  background: #d9dadb;
}

.section.spaceless-top {
  padding-top: 0;
}

.section--gray {
  background-color: #d9dadb;
}

.Home-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Home-block--w-1-3 {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .Home-block--w-1-3 {
    width: 46%;
    margin: 0 0.5rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media (min-width: 992px) {
  .Home-block--w-1-3 {
    width: 34%;
  }
}

@media (min-width: 1200px) {
  .Home-block--w-1-3 {
    margin: 0 0.75rem;
  }
}

.Home-block--w-2-3 {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .Home-block--w-2-3 {
    margin: 0 0.5rem;
    width: 46%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media (min-width: 992px) {
  .Home-block--w-2-3 {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .Home-block--w-2-3 {
    margin: 0 0.75rem;
  }
}

@media (min-width: 768px) {
  .Home-block--w-3-3 {
    width: 100%;
    margin: 1rem;
  }
}

@media (min-width: 768px) {
  .Home-block .section--clear {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.bg-darkgray {
  background-color: #3e3d40;
  color: #fff;
}

.bg-gray {
  background-color: #707173;
}

.bg-lightgray {
  background-color: #d9dadb;
}

.bg-beige {
  background-color: #f3f1ee;
}

table.boderNone {
  border: none;
}

table.boderNone tbody tr td {
  border: none !important;
}

table tbody tr td p.wysiwyg-alignLeft {
  margin: 0;
  min-height: 0;
}

table tbody tr td p.wysiwyg-alignCenter {
  margin: 0;
  min-height: 0;
}

.Text-main table tbody tr td p {
  margin: 0;
}

.Text-main table tr td .object-left {
  margin-top: 0;
}

.Text-main h2,
.h2 {
  font-size: 1.65rem;
  letter-spacing: -.05rem;
  font-weight: bold;
}

.Text-main h2:before,
.h2:before {
  display: inline-block;
  content: '';
  border-top: 2px solid #3192b1;
  width: 3rem;
  margin-right: .6rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.Text-main .Page_free h2 {
  padding-bottom: 0.5rem;
  margin: 0;
}

.h3 {
  padding-bottom: 0.5rem;
}

.plus {
  display: inline-block;
  border: 1px solid #218aab;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
}

.cover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background: #d9dadb;
  box-shadow: inset 0 0 0 19px #d9dadb, inset 0 0 0 20px #fff, inset 0 0 0 39px #d9dadb, inset 0 0 0 40px #fff, inset 0 0 0 59px #d9dadb, inset 0 0 0 60px #fff, inset 0 0 0 79px #d9dadb, inset 0 0 0 80px #fff, inset 0 0 0 99px #d9dadb, inset 0 0 0 100px #fff;
}

.linkMore {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 0.75rem;
  color: #218aab;
  text-decoration: none;
}

.Text-main [data-field="date"],
.ezxmltext-field [data-field="date"] {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: .1rem;
  font-size: .75rem;
}

.Text-main .factbox,
.Text-main [name="factbox"],
.ezxmltext-field .factbox,
.ezxmltext-field [name="factbox"] {
  border: 1px solid #218aab;
  padding: 0 10px;
  margin: 5px 10px;
  display: block;
}

.Text-main h2, .Text-main h3, .Text-main h4, .Text-main h5, .Text-main h6,
.ezxmltext-field h2,
.ezxmltext-field h3,
.ezxmltext-field h4,
.ezxmltext-field h5,
.ezxmltext-field h6 {
  font-family: "Roboto", sans-serif;
  margin: 1.5rem 0 1rem;
}

.Text-main h3,
.ezxmltext-field h3 {
  font-size: 1.25rem;
}

.Text-main h4,
.ezxmltext-field h4 {
  font-size: 1rem;
}

.Text-main h5,
.ezxmltext-field h5 {
  font-size: 0.9rem;
}

.Text-main a,
.ezxmltext-field a {
  font-family: "PT Serif", serif;
  color: #218aab;
  font-style: italic;
  text-decoration: none;
}

.Text-main ol li, .Text-main ul li,
.ezxmltext-field ol li,
.ezxmltext-field ul li {
  margin: .1rem 0;
}

.Text-main ol,
.ezxmltext-field ol {
  padding-left: 15px;
  list-style: decimal;
}

.Text-main ul,
.ezxmltext-field ul {
  padding-left: 1rem;
}

.Text-main ul li,
.ezxmltext-field ul li {
  padding-left: 15px;
  position: relative;
}

.Text-main ul li:before,
.ezxmltext-field ul li:before {
  content: '\2022';
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #218aab;
}

.Text-main ol,
.ezxmltext-field ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

.Text-main ol li,
.ezxmltext-field ol li {
  counter-increment: li;
}

.Text-main ol li:before,
.ezxmltext-field ol li:before {
  content: "." counter(li);
  color: #218aab;
  display: inline-block;
  width: 1em;
  margin-left: 0.75rem;
  margin-right: 0.25rem;
  text-align: right;
  direction: rtl;
}

.Text-main p,
.ezxmltext-field p {
  margin: .5rem 0;
  min-height: 1rem;
}

.Text-main table tr:last-child td, .Text-main table tr:last-child th,
.ezxmltext-field table tr:last-child td,
.ezxmltext-field table tr:last-child th {
  border-bottom: 1px solid #d9dadb;
}

.Text-main table td, .Text-main table th,
.ezxmltext-field table td,
.ezxmltext-field table th {
  border-top: 1px solid #d9dadb;
  border-left: 1px solid #d9dadb;
  padding: 0.25rem;
}

.Text-main table td:last-child, .Text-main table th:last-child,
.ezxmltext-field table td:last-child,
.ezxmltext-field table th:last-child {
  border-right: 1px solid #d9dadb;
}

.Text-main .object-left,
.Text-main .object-right,
.Text-main .object-center,
.ezxmltext-field .object-left,
.ezxmltext-field .object-right,
.ezxmltext-field .object-center {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.Text-main .object-left,
.ezxmltext-field .object-left {
  text-align: center;
  margin-right: 0.5rem;
}

@media (min-width: 359px) {
  .Text-main .object-left,
  .ezxmltext-field .object-left {
    float: left;
    clear: left;
  }
}

.Text-main .object-right,
.ezxmltext-field .object-right {
  text-align: center;
  margin-left: 0.5rem;
}

@media (min-width: 359px) {
  .Text-main .object-right,
  .ezxmltext-field .object-right {
    float: right;
    clear: right;
  }
}

.Text-main .object-center,
.ezxmltext-field .object-center {
  text-align: center;
}

.Text-main .object-center img,
.ezxmltext-field .object-center img {
  font-size: 0;
  margin: 0 auto;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

ul.list li {
  position: relative;
  padding-left: 15px;
}

ul.list li::before {
  content: '>';
  position: absolute;
  left: .2rem;
  top: 0;
  color: #218aab;
}

ul.list li p {
  font-size: .7rem;
}

.linkMore {
  color: #218aab;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 0.75rem;
  text-decoration: none;
}

.linkMore a {
  text-decoration: none;
}

.linkPlus {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 0.8rem;
  text-align: right;
  margin-right: -1rem;
  margin-top: .5rem;
}

@media (max-width: 991px) {
  .linkPlus {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .linkPlus {
    margin-right: -1rem;
  }
}

.linkPlus a {
  color: #218aab;
  text-decoration: none;
}

@media (min-width: 640px) {
  .linkPlus--left {
    float: left;
    text-align: left;
  }
}

.linkPlusIcon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .2rem;
}

.linkPlusIcon svg {
  height: 1.3rem;
  width: 1.3rem;
  stroke-width: .25;
  fill: #218aab;
  stroke: #218aab;
}

.socialLink {
  padding-top: 1rem;
  padding-right: 0.5rem;
  text-align: right;
  color: #218aab;
  font-family: "PT Serif", serif;
  font-style: italic;
}

.socialLink a {
  color: #218aab;
}

.socialLink--Icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .2rem;
  margin-top: .1rem;
}

.socialLink--Icon svg {
  height: 1.7rem;
  width: 1.7rem;
  stroke-width: .25;
  fill: #218aab;
  stroke: #218aab;
}

.pad {
  padding: 3rem 1.5rem;
}

.pad--primary {
  background: #f3f1ee;
}

.h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.subTitle {
  font-size: 0.8rem;
  color: #707173;
  margin-bottom: 1.5rem;
}

.subTitle a {
  color: inherit;
  text-decoration: none;
}

.h1 + .subTitle {
  margin-top: -.5rem;
}

.chiped {
  position: relative;
  padding-left: 12px;
}

.chiped:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #218aab;
  border-bottom: 1px solid #218aab;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.text {
  font-family: "PT Serif", serif;
  font-size: .8rem;
}

p.text {
  margin-bottom: 1rem;
}

.awards {
  margin: 1rem 0;
  font-style: italic;
  font-family: "PT Serif", serif;
}

.update {
  font-size: .65rem;
  color: #707173;
  margin-top: 0.3rem;
}

.space-l-r {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 544px) {
  .space-l-r {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.block-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-center .container {
  width: 100%;
}

.module {
  min-height: 15rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 100;
}

.space-top {
  margin-top: 1.5rem;
}

.email-alert {
  position: relative;
  width: 8rem;
}

.email-alert--form {
  padding: 0.25rem;
  font-size: 0.7rem;
  width: 7.5rem;
  height: 1.5rem;
}

.email-alert--btn {
  position: absolute;
  right: -1rem;
  top: 0;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border: 1px solid #d9dadb;
  border-left: none;
  padding: 4px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.space-t-3 {
  margin-top: 1.5rem;
}

.space-b-1 {
  margin-bottom: .5rem;
}

.space-b-2 {
  margin-bottom: 1rem;
}

.space-b-3 {
  margin-bottom: 1.5rem;
}

.space-b-4 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .space-b-4 {
    margin-bottom: 2rem;
  }
}

.space-b-5 {
  margin-bottom: 2.5rem;
}

.ezxmltext-field h1,
.ezxmltext-field h2,
.ezxmltext-field h3,
.ezxmltext-field h4,
.ezxmltext-field h5,
.ezxmltext-field h6 {
  margin: 0.5rem 0;
}

.ie body {
  overflow-x: hidden;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 10px 0;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "PT Serif", serif;
  font-size: 0.8rem;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
}

.btn-flam {
  color: #fff !important;
  border-color: #218aab;
  background-color: #218aab;
}

.btn-big {
  font-size: 1rem;
  padding: 5px 10px;
}

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

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

.pull {
  margin-right: auto;
}

/* Grid order */
.grid-item-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.grid-item-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

[class*="--reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

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

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

.Testing-wrap {
  padding: 40px 20px;
  background-color: #eee;
}

.Testing-block {
  max-width: 1000px;
  margin: 50px auto;
}

.Testing-col {
  display: inline-block;
  vertical-align: top;
  max-width: 450px;
  margin: 20px;
}

.Testing-blank {
  height: 100px;
  margin: 0;
  border: none;
}

.Testing-dummy {
  display: block;
  padding: 40px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}

.Around-book .Around-book-block {
  background-color: #707173;
}

.Around-book .Around-book-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
  .Around-book .Around-book-title {
    padding: 1rem 0;
  }
}

.Articles {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0;
  max-width: 600px;
}

.Articles-figure {
  font-size: 0;
}

.Articles-figure__outside {
  border: 1px solid #d9dadb;
  border-bottom: none;
}

.Articles-cover {
  position: relative;
  display: inline-block;
}

.Articles-cover .cover {
  min-height: 15rem;
}

.Articles-cover__interview {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

@media (min-width: 640px) {
  .Articles-cover__interview {
    width: 100%;
    height: auto;
    max-width: 130px;
    max-height: 130px;
  }
}

.Articles-cover__interview img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

@media (min-width: 640px) {
  .Articles-cover__interview img {
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 130px;
  }
}

.Articles-info {
  position: relative;
  padding: 0.4rem;
  border: 1px solid #d9dadb;
  font-size: .7rem;
  display: table;
  width: 100%;
}

.Articles-info__interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Articles-info__title {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.25rem 0;
}

.Articles-info__title p {
  margin: 0;
}

.Articles-info__short {
  font-family: "PT Serif", serif;
  font-size: 0.8rem;
}

.Articles-info__short p {
  margin: 0;
}

.Articles-info__date {
  font-style: italic;
  padding-top: 0.25rem;
}

.Articles-column__first, .Articles-column__second {
  display: table-cell;
  vertical-align: top;
}

.Articles-column__first {
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  text-align: center;
}

@media (max-width: 544px) {
  .Articles-column__first {
    width: 90px;
  }
}

.Articles-label {
  position: absolute;
  right: 0.2rem;
  top: -.5rem;
  padding: .2rem;
  display: inline-block;
  font-size: .6rem;
  font-style: italic;
  color: #fff;
  background-color: #218aab;
  z-index: 10;
}

.Articles-more {
  margin-right: 0;
}

@media (min-width: 992px) {
  .authorPicture {
    margin-left: -2.5rem;
  }
}

.authorPicture-copyright {
  padding: 0.25rem 1.7rem;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: .65rem;
}

.Author-list__header {
  padding-bottom: 2rem;
}

.Author-list__head {
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .Author-list__head {
    padding-bottom: 2rem;
  }
}

.Author-list__btn {
  padding: 0.2rem 0.5rem;
  font-size: 1.5rem;
  font-weight: 100;
  cursor: pointer;
}

.Author-list__btn:focus {
  outline: none;
}

.Author-list__btn.active {
  color: #218aab;
}

@media (min-width: 768px) {
  .Author-list__tab {
    padding-top: 2rem;
  }
}

.Author-list__items {
  -webkit-column-count: 1;
          column-count: 1;
}

@media (min-width: 480px) {
  .Author-list__items {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 768px) {
  .Author-list__items {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.Author-list__item {
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
}

.Author-list__item--letter {
  font-size: 4rem;
  font-weight: 700;
  color: #218aab;
  line-height: 1;
}

.Book {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-list.Book-eBookList.list.FullBook {
  height: 125px;
  overflow: hidden;
  overflow-y: auto;
}

.Book-frame {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .Book-frame {
    display: block;
  }
}

.Book-frame--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.Book-frame--empty .cover {
  max-height: 10rem;
}

.Book-label {
  /* Positioning */
  position: absolute;
  right: -.5rem;
  top: -.5rem;
  padding: .2rem .75rem;
  /* (Display &) Box Model */
  display: inline-block;
  /* Text */
  font-size: .6rem;
  font-style: italic;
  /* Colors, Backgrounds & Effects */
  color: #fff;
  background-color: #218aab;
  /* Other */
}

.Book-cover {
  display: block;
}

.Book-main {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-main p {
  margin: .5rem 0;
}

.Book-authorsBlock {
  /* Positioning */
  margin-bottom: .5rem;
  /* (Display &) Box Model */
  /* Text */
  font-weight: normal;
  font-size: 1rem;
  font-style: italic;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-authorsBlock * {
  font-size: 1rem;
}

.Book-authorsBlock a {
  color: inherit;
  text-decoration: none;
}

.Book-title {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  font-weight: bold;
  font-size: 1.25rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-title.align-book {
  margin-top: -12px;
  padding-bottom: 0.2rem !important;
}

.Book-hgroup {
  /* Positioning */
  margin-top: .7rem;
  margin-bottom: .7rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-addons {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Book-suptitle {
  font-size: 0.9rem;
  color: #707173;
}

.Book-subtitle {
  font-size: 0.95rem;
  font-style: italic;
}

.Book-tome {
  color: #707173;
  font-size: 0.9rem;
}

.Book-award {
  font-size: 0.8rem;
  font-style: italic;
  font-family: "PT Serif", serif;
  color: #3e3d40;
}

.Book-informations {
  font-size: .7rem;
  color: #707173;
  margin: .5rem 0;
}

.Book-tag {
  font-size: .6rem;
}

.Book-technical {
  margin: .5rem 0;
  font-size: .6rem;
  color: #707173;
  font-style: italic;
}

.Book-technical li {
  margin: 0;
  display: inline-block;
}

.Book-technical li::after {
  content: ' - ';
}

.Book-technical li:last-child::after {
  content: '';
}

.Book-summary {
  font-family: "PT Serif", serif;
  font-size: 0.8rem;
  line-height: 1rem;
}

.Book-summary .more-link {
  color: #218aab;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 0.75rem;
  text-decoration: none;
  cursor: pointer;
}

.Book-price {
  background-color: #f3f1ee;
  border-radius: 10rem;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  vertical-align: middle;
  text-align: center;
  font-size: .9rem;
  font-style: italic;
  margin-right: 1.5rem;
}

.Book a {
  color: inherit;
  text-decoration: none;
}

.Book-list li:before {
  top: 0 !important;
}

.Book-eBookPrices {
  margin-top: 1rem;
  font-size: .7rem;
}

.Book-eBookItem {
  font-size: .7rem;
}

.Book-eBookTitle {
  font-weight: bold;
}

.Book-age {
  font-size: .6rem;
  margin: .5rem 0;
}

.Book-age li {
  border: 1px solid;
  padding: .1rem .3rem;
  display: inline-block;
  margin-right: .2rem;
  font-style: italic;
}

.Book-item {
  margin: .2rem 0;
}

.Book-soonPrice {
  margin-top: .2rem;
  font-size: .6rem;
  font-style: italic;
}

.Book-otherEdition {
  margin-top: 1rem;
}

.Book-otherEditionTitle {
  font-weight: bold;
  font-size: .7rem;
}

.Book-otherEditionListItem {
  margin-top: .5rem;
}

.Book-otherEditionItemLink {
  font-size: .7rem;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Book-otherEditionItemCover {
  width: 2.5rem;
  height: 3rem;
  margin-right: .5rem;
  text-align: center;
}

.Book-otherEditionItemCover img {
  max-height: 100%;
}

.Book-otherEditionItemInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.Book-otherEditionItemTitle {
  display: block;
}

.Book-otherEditionItemPrice {
  font-style: italic;
}

.Book-audio-player {
  max-width: 230px;
}

.BookList-title--noDesktop {
  position: absolute;
  display: block;
  top: 63px;
  padding-left: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 768px) {
  .BookList-title--noDesktop {
    display: none;
  }
}

.BookList-SubHome-title {
  position: absolute;
  display: inline-block;
  font-size: 1.1rem;
  width: 20%;
  font-family: "PT Serif", serif;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  .BookList-SubHome-title {
    width: 100%;
    position: relative;
  }
}

.BookList-SubHome-description {
  position: relative;
  display: inline-block;
  font-family: 'PT Serif', 'serif';
  font-size: 0.75rem;
  font-style: italic;
  width: 78%;
  text-align: justify;
  margin-left: 20%;
}

@media screen and (max-width: 500px) {
  .BookList-SubHome-description {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.BookList-article {
  margin-bottom: .5rem;
  font-size: 0;
}

@media (min-width: 488px) {
  .BookList-article {
    display: block;
  }
}

.BookList-cover {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.BookList-list, .BookList-wyswig {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BookList-list .owl-item, .BookList-wyswig .owl-item {
  margin-left: 0.55rem;
  margin-right: 0.55rem;
}

.BookList-list .owl-stage, .BookList-wyswig .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BookList-list .owl-nav .owl-prev,
.BookList-list .owl-nav .owl-next, .BookList-wyswig .owl-nav .owl-prev,
.BookList-wyswig .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  top: calc(50% - 2.5rem);
}

.BookList-list .owl-nav .owl-prev:focus, .BookList-list .owl-nav .owl-prev:hover,
.BookList-list .owl-nav .owl-next:focus,
.BookList-list .owl-nav .owl-next:hover, .BookList-wyswig .owl-nav .owl-prev:focus, .BookList-wyswig .owl-nav .owl-prev:hover,
.BookList-wyswig .owl-nav .owl-next:focus,
.BookList-wyswig .owl-nav .owl-next:hover {
  background-color: rgba(243, 241, 238, 0.8);
}

.BookList-list .owl-nav .owl-prev:before,
.BookList-list .owl-nav .owl-next:before, .BookList-wyswig .owl-nav .owl-prev:before,
.BookList-wyswig .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 20px;
  height: 20px;
  border-right: 2px solid #218aab;
  border-bottom: 2px solid #218aab;
}

.BookList-list .owl-nav .owl-prev.disabled,
.BookList-list .owl-nav .owl-next.disabled, .BookList-wyswig .owl-nav .owl-prev.disabled,
.BookList-wyswig .owl-nav .owl-next.disabled {
  cursor: default;
}

.BookList-list .owl-nav .owl-prev.disabled:before,
.BookList-list .owl-nav .owl-next.disabled:before, .BookList-wyswig .owl-nav .owl-prev.disabled:before,
.BookList-wyswig .owl-nav .owl-next.disabled:before {
  border-right: 2px solid #d9dadb;
  border-bottom: 2px solid #d9dadb;
}

.BookList-list .owl-nav .owl-prev, .BookList-wyswig .owl-nav .owl-prev {
  left: -50px;
}

.BookList-list .owl-nav .owl-prev:before, .BookList-wyswig .owl-nav .owl-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 20px;
}

@media (max-width: 1200px) {
  .BookList-list .owl-nav .owl-prev, .BookList-wyswig .owl-nav .owl-prev {
    left: 15px;
  }
}

.BookList-list .owl-nav .owl-next, .BookList-wyswig .owl-nav .owl-next {
  right: -50px;
}

.BookList-list .owl-nav .owl-next:before, .BookList-wyswig .owl-nav .owl-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}

@media (max-width: 1200px) {
  .BookList-list .owl-nav .owl-next, .BookList-wyswig .owl-nav .owl-next {
    right: 15px;
  }
}

.BookList-wyswig {
  width: 81.25vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .BookList-wyswig {
    width: 690px;
  }
}

.BookList-item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BookList-item-wyswig h3 {
  font-size: 0.8rem;
}

.BookList-item-wyswig ul li {
  padding-left: 0;
}

.BookList-item-wyswig ul li:before {
  content: '';
  width: 0;
  height: 0;
  border: none;
}

.BookList-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-top: 1rem;
  font-size: .7rem;
}

.BookList-info a {
  color: #3e3d40;
  text-decoration: none;
}

.BookList-info__carousel {
  height: 7.5rem;
}

.BookList-authors {
  margin-bottom: .2rem;
}

.BookList-authors li:last-child::after {
  content: '';
}

.BookList-author {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

@media (max-width: 767px) {
  .BookList-author {
    color: #000;
  }
}

.BookList-suptitle {
  display: block;
  font-size: .65rem;
}

.BookList-surtitle + .BookList-partNum::before {
  content: ' - ';
}

.BookList-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.BookList-tomeNum::before {
  content: ' - ';
}

.BookList-subtitle {
  display: block;
  font-size: .65rem;
  font-style: italic;
  font-weight: normal;
}

.BookList-informations {
  font-size: .6rem;
  color: #3e3d40;
  margin: .3rem 0 0;
}

.BookList-eBookList {
  display: inline;
}

.BookList-eBookList li {
  display: inline;
}

.BookList-eBookList li::after {
  content: ' - ';
}

.BookList-eBookList li:last-child::after {
  content: '';
}

.BookList-label {
  position: absolute;
  right: -.1rem;
  top: -.4rem;
  padding: .2rem .75rem;
  display: inline-block;
  font-size: .5rem;
  font-style: italic;
  color: #fff;
  background-color: #218aab;
}

.BookList-planches {
  margin-top: 0.25rem;
}

.BookList-feuilleter {
  padding: 0.25rem 0;
}

.Breadcrumb {
  /* Positioning */
  padding: 1.5rem;
  /* (Display &) Box Model */
  /* Text */
  font-size: 0.7rem;
  font-weight: normal;
  /* Colors, Backgrounds & Effects */
  background-color: #f3f1ee;
  /* Other */
}

@media (min-width: 992px) {
  .Breadcrumb {
    width: calc(100% - 12rem);
  }
}

.Breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.Breadcrumb__full {
  width: 100%;
}

.Columns {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Columns {
  margin-left: -6px;
  margin-right: -6px;
  font-size: 0;
}

.Columns > * {
  display: inline-block !important;
  vertical-align: top;
  margin: 0 6px 15px;
  font-size: 0.8rem;
  text-align: left;
}

@media (max-width: 999px) {
  .Columns {
    text-align: center;
  }
}

.Columns-col {
  position: relative;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.Columns[data-columns="1"] .Columns-col {
  width: 100%;
}

.Columns[data-columns="2"] .Columns-col {
  width: 50%;
}

.Columns[data-columns="3"] .Columns-col {
  width: 33.33%;
}

.Columns[data-columns="4"] .Columns-col {
  width: 25%;
}

.Columns[data-columns="5"] .Columns-col {
  width: 20%;
}

.Columns-col > * + * {
  margin-top: 15px;
}

.Columns-col img {
  width: 100%;
}

.cookies-warning {
  display: none;
  position: fixed;
  padding: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
}

.cookies-warning:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767.9px) {
  .cookies-warning {
    font-size: 14px;
    line-height: 16px;
  }
}

.cookies-warning a {
  white-space: nowrap;
  color: #218aab;
}

@media (max-width: 767.9px) {
  .cookies-warning .cookies-text {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .cookies-warning .cookies-text {
    width: 80%;
    float: left;
  }
}

.cookies-warning .cookies-warning-container {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 1200px;
}

.cookies-warning .cookies-warning-close {
  float: right;
  position: relative;
  text-shadow: none;
  text-decoration: none;
}

@media (max-width: 767.9px) {
  .cookies-warning .cookies-warning-close {
    float: none;
    font-size: 15px;
  }
}

.Diary {
  background: white;
  padding: 1.1rem 1.65rem;
  font-size: .75rem;
  min-height: 500px;
}

.Diary-title {
  margin-bottom: .75rem;
}

.Diary-list {
  margin-bottom: 3.2rem;
}

.Diary-item {
  border-bottom: 1px solid;
  padding-top: 0.55rem;
  padding-bottom: 0.45rem;
}

.Diary-item:last-child {
  border-bottom: none;
}

.Diary-item .linkPlus {
  margin-right: 0;
  margin-top: 0;
  font-size: 0.75rem;
}

.Diary-date {
  font-weight: bold;
  margin-bottom: .1rem;
}

.Diary-description {
  font-family: "PT Serif", serif;
  font-style: italic;
}

.Diary > .linkPlus {
  font-size: 0.75rem;
}

.Diary-book-author {
  background-color: #f3f1ee;
  padding: 1.5rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  font-size: 0.8rem;
}

.Diary-book-author .grid-2 {
  margin: .5rem;
}

.Diary-book-author-block {
  padding: 1rem 0;
}

.Diary-book-author-block p {
  margin: 0;
}

.Diary-book-author-date {
  font-weight: bold;
  margin-bottom: .1rem;
  font-size: .75rem;
}

.Diary-book-author-title {
  font-family: "PT Serif", serif;
  font-style: italic;
}

.Diary-book-author-short {
  font-family: "PT Serif", serif;
  font-style: italic;
}

.Diary-book-author-more:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #218aab;
}

.Footer {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Footer-description {
  /* Positioning */
  /* (Display &) Box Model */
  padding: 2rem 4rem;
  /* Text */
  font-family: "PT Serif", serif;
  font-size: .7rem;
  font-style: italic;
  /* Colors, Backgrounds & Effects */
  background-color: #fff;
  /* Other */
}

.Footer-menu {
  /* Positioning */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  background-color: #3e3d40;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .Footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Footer-menu__svg svg {
  fill: #fff;
  width: 150px;
}

@media (min-width: 768px) {
  .Footer-menu__svg svg {
    width: 185px;
  }
}

.Footer-nav {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  text-align: center;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

@media (min-width: 768px) {
  .Footer-nav {
    text-align: center;
    padding-left: 2rem;
  }
}

.Footer-navItem {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .Footer-navItem {
    display: inline-block;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .Footer-navItem {
    margin-right: .3rem;
    padding-right: .6rem;
    padding-left: .3rem;
    border-right: 1px solid white;
  }
}

.Footer-navItem a {
  color: #fff;
}

.Footer-navItem a:hover, .Footer-navItem a:focus, .Footer-navItem a:active {
  color: #218aab;
}

.Footer-navItem:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.Footer-links {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  /* Text */
  font-size: .7rem;
  /* Colors, Backgrounds & Effects */
  background-color: #d9dadb;
  /* Other */
}

@media (min-width: 992px) {
  .Footer-links {
    padding: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.Footer-links__item {
  padding-right: 0.25rem;
  display: inline-block;
  width: 100%;
}

@media (min-width: 480px) {
  .Footer-links__item {
    padding-right: 0.5rem;
    width: 33%;
  }
}

@media (min-width: 992px) {
  .Footer-links__item {
    padding-right: 1rem;
    width: 18%;
  }
}

.Footer-links__title {
  padding: 1rem 0 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .Footer-links__title {
    padding-top: 0;
  }
}

.Footer-links__main-menu {
  padding-top: 2rem;
}

@media (min-width: 480px) {
  .Footer-links__main-menu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .Footer-links__main-menu {
    padding-top: 0;
    width: 50%;
  }
}

.Footer-links__main-menu .MainMenu-link {
  width: auto;
  font-size: inherit;
}

.Footer-social {
  position: relative;
  top: -5px;
  left: 0;
  color: #218aab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
}

@media (min-width: 400px) {
  .Footer-social {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.Footer-social__title {
  font-size: 1rem;
  width: 100%;
}

@media (min-width: 400px) {
  .Footer-social__title {
    width: auto;
  }
}

.Footer-social__links {
  line-height: 1em;
}

.Footer-social__icons svg {
  fill: #218aab;
}

.Footer-social__icons--instagram {
  padding: 0 0.7rem;
  position: relative;
  top: -7px;
}

.Footer-social__icons--instagram svg {
  width: 26px;
  height: 26px;
}

.Form {
  width: 100%;
}

.Form-message {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d9dadb;
}

.Form-message--ok {
  border-color: #a0e09e;
  color: #287325;
  background-color: #c6ecc4;
}

.Form-message--failed {
  border-color: #f8eeee;
  color: #b94a48;
  background-color: white;
}

.Form-text {
  margin-bottom: 1rem;
  font-size: .75rem;
}

.Form-group {
  font-size: 0;
}

.Form-element {
  vertical-align: top;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  padding: 0.5rem 0.25rem;
  font-size: .75rem;
}

.Form-element--1-2 {
  width: 100%;
}

@media (min-width: 768px) {
  .Form-element--1-2 {
    width: 50%;
  }
}

.Form-element--1-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .Form-element--1-3 {
    width: 33%;
  }
}

.Form-element--2-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .Form-element--2-3 {
    width: 67%;
  }
}

.Form-element--email div:first-child {
  padding-bottom: 1.5rem;
}

.Form-label {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #3e3d40;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
}

.Form-select {
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  height: 2rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #d9dadb;
  background-color: #fff;
  line-height: 1rem;
  color: #707173;
}

.Form-select-wrapper {
  position: relative;
}

.Form-select-wrapper:after {
  content: '';
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-right: 2px solid #707173;
  border-bottom: 2px solid #707173;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

.Form-input {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  width: 100%;
  height: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid #d9dadb;
  line-height: 1rem;
  color: #707173;
}

.Form-textarea {
  overflow: auto;
  display: inline-block;
  width: 100%;
  min-height: 4rem;
  resize: vertical;
  padding: 0.5rem 1rem 15px;
  border: 1px solid #d9dadb;
  font-size: .8rem;
  line-height: 1rem;
  color: #707173;
}

.Form-legend {
  font-size: .7rem;
  font-style: italic;
}

.Form-error {
  display: none;
  color: #b94a48;
  padding: 0.25rem 0;
  font-family: "PT Serif", serif;
  font-size: 0.8rem;
}

.Form-error--form {
  border: 1px solid #b94a48;
}

@media (max-width: 359px) {
  .g-recaptcha {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

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

@media (max-width: 991px) {
  .Form .Slab-parcel--center {
    margin-bottom: -60px;
  }
}

.Form-message {
  padding: 10px;
  border: 1px solid #eee;
}

.Form-message--success {
  border-color: #47C143;
  color: #287325;
  background-color: #AEE2AD;
}

.Form-message--error {
  border-color: #eed3d7;
  color: #b94a48;
  background-color: #f2dede;
}

.Form-text {
  margin-bottom: 5px;
  font-size: .8rem;
  line-height: 1.4;
}

.Form-group {
  margin-bottom: 30px;
  color: #1d1d1b;
  font-size: 0;
}

.Form-element {
  vertical-align: top;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 10px;
  font-size: .75rem;
  line-height: 1.4;
}

.Form-element--1-2 {
  width: 50%;
}

@media (max-width: 767px) {
  .Form-element--1-2 {
    width: 100%;
  }
}

.Form-element--1-3 {
  width: 33%;
}

@media (max-width: 767px) {
  .Form-element--1-3 {
    width: 100%;
  }
}

.Form-element--2-3 {
  width: 67%;
}

@media (max-width: 767px) {
  .Form-element--2-3 {
    width: 100%;
  }
}

.Form-title {
  color: #218aab;
  font-size: 1.2rem;
  line-height: 1.05;
}

.Form-label {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: .8rem;
  font-weight: 600;
}

.Form-select {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 14px 40px 15px 16px;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAACjUlEQVR4nO3av2sUQRiH8aeUQFACAYvAQSwU0hxiilRpAsEqVbCwCAYs8hdoZ7DyRxtTCOlShGARGwvTWKWxsElhYREIGhCEEA0pz2IvRGRv5u52c7O3eT4w3e3M952Du513FyRJkiRJkiRJkiRJkiRJkiRJkiRJvbkBTKcOcYmmgeupQ3TrMfAHaAHfgfm0cUo1D/wgq+038ChtnLg7ZGH/H0spQ5VkifzaJlOGinlAfugW8CRhrqKe0rmuxYS5ou7SOXgLWEsXrW9rhGuaShetO28JF7CVLlrPtgjX8iZdtN5sEC7kEzCSKlwXRskyhmrYSBWuX6uEC/oCjKcKFzAO7BPOvpoqXFHLhAs7ABqpwuVokGUKZV5OFa4s94EzOhf4E2gmS3ehSZalU84zslpq4R5wTOdiT4HZZOmytU9zcp2PY7IaauU2cEj45yDFPf1iJNMhWfZaukn8D3NlgHlWIln225lrbRTYI7wRLwaQ41Ukw14765WxQ3hDNi9x7e3I2juXuHalrRPemF3gWonrjbTnDK25XuJ6QynUuGsBn4GxEtYZIzuMhtYa5gZoqR4S3qhvwESB+Sfac1TtDq/S5gifBY7o7/Zzqn1t6Aw0VzB7bTWBX4QPaDM9zDcDnATmq0qXoNJuEe8nddPCWIjMcUC1+miVNk78DzjU5Is1Navaaa60EeLPJJ7lXPc8cs0u1X4WU3mxQ9y/D4o2I5/dHljqmntNeKPfAe8jn3k58NQ1F2sEhsYgG5ZXSqxVnjcWkiS9QmYJny3Oxwm9nVlUwBThx61HDMH7UnXTIL8/9ZVifS8VMAZ84OLL+MgQvZVeZ5P4EyVJkiRJkiRJkiRJkiRJkiRJkiRJFfcX4CKzFFC3CLQAAAAASUVORK5CYII=");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 1px solid #d9dadb;
  border-radius: 0;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Form-select::-ms-expand {
  display: none;
}

.Form-select--light {
  height: 51px;
  padding: 14px 40px 15px 16px;
  border-color: #d9dadb;
  font-size: .8rem;
  line-height: 20px;
  background-color: #fff;
  background-position: right 12px center;
  background-size: 26px;
  border-radius: 0;
}

.Form-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 16px 15px;
  border: 1px solid #d9dadb;
  font-size: .8rem;
  line-height: 20px;
  background-color: transparent;
}

.Form-textarea {
  overflow: auto;
  display: inline-block;
  width: 100%;
  min-height: 78px;
  resize: vertical;
  padding: 14px 20px 15px 20px;
  border: 1px solid #d9dadb;
  font-size: .8rem;
  line-height: 20px;
}

.Form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.Form-optional .Form-label {
  margin-right: 5px;
  margin-bottom: 0;
}

.Form-legend {
  color: #707173;
  font-size: .7rem;
  font-style: italic;
}

.Form-checkbox input,
.Form-radio input {
  position: absolute;
  left: -9999px;
}

.Form-checkbox label,
.Form-radio label {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 7px 20px 6px 30px;
  font-size: .8rem;
  line-height: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Form-checkbox label::before,
.Form-radio label::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9dadb;
  transition: background-color .2s;
}

.Form-checkbox input:checked + label::before,
.Form-radio input:checked + label::before {
  background-color: #707173;
  box-shadow: inset 0 0 0 1px white;
}

.Form-checkbox input:focus + label::before,
.Form-radio input:focus + label::before {
  outline-offset: 1px;
  outline: solid 2px #a5baf2;
}

.Form-checkbox a,
.Form-radio a {
  color: #218aab;
  font-family: "PT Serif", serif;
  font-size: .9rem;
  font-style: italic;
}

.Form-checkbox--1-2,
.Form-radio--1-2 {
  margin-right: -10px;
}

.Form-checkbox--1-2 label,
.Form-radio--1-2 label {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .Form-checkbox--1-2 label,
  .Form-radio--1-2 label {
    width: calc(100% - 10px);
  }
}

.Form-checkbox--full label,
.Form-radio--full label {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .Form-checkbox label,
  .Form-radio label {
    display: block;
  }
}

.Form-radio label, .Form-radio label::before {
  border-radius: 50%;
}

.Form-radio input:checked + label::before {
  box-shadow: inset 0 0 0 3px white;
}

.g-recaptcha {
  margin-bottom: 15px;
}

.Form-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form-submit {
  display: inline-block;
  padding: 8px 20px 9px;
  border: none;
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
  background-color: #1d1d1b;
  border-radius: 5px;
}

ul.error {
  background-color: #f2dede;
}

ul.error li {
  color: #b94a48;
  padding: 2px 10px;
}

.Form-error {
  display: block;
  padding: 5px 0 5px 8px;
  color: #E7433C;
  font-family: "PT Serif", serif;
  font-size: .8rem;
  line-height: 1.2;
}

.Form-error ~ .Form-input,
.Form-error ~ .Form-select {
  border: 1px solid #E7433C;
}

.Header {
  position: relative;
}

@media (max-width: 991px) {
  .Header {
    min-height: 55px;
  }
}

.Header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .Header-list {
    display: none;
  }
}

.Header-links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: .55rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: .6rem;
  color: #fff;
  background-color: #218aab;
}

.Header-links li {
  display: inline-block;
  padding: 0 .5rem;
  border-left: 1px solid white;
}

.Header-links li:last-child {
  border-right-width: 0;
}

.Header-links li.social-link {
  border: none;
  width: 26px;
  height: 12px;
  position: relative;
}

.Header-links li.social-link svg {
  position: absolute;
  top: -6px;
  left: 0;
  fill: #fff;
}

.Header-links li.newsletter-link {
  margin-left: 8px;
}

.Header-links li.newsletter-link + .newsletter-link {
  margin-left: 0;
}

.Header-links a {
  color: #fff;
  text-decoration: none;
}

.Header-links a[title="Instagram"] svg {
  height: 20px;
  padding-left: 10px;
  margin-top: 3px;
}

.Header-links__logo-jeunesse svg {
  fill: #fff;
  position: relative;
  top: 6px;
  left: 0;
  margin-top: -6px;
}

.Header-search {
  z-index: 5;
}

@media (max-width: 991px) {
  .Header-search {
    position: absolute;
    top: 11px;
    right: 10px;
  }
}

@media (min-width: 992px) {
  .Header-search {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.Header-search svg {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  left: -2px;
  top: 0;
}

.Header-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem;
  transition: padding 200ms;
}

@media (min-width: 992px) {
  .Header-block {
    padding: 1.325rem;
  }
  .preload .Header-block {
    transition: none;
  }
}

.Header-logo {
  width: 250px;
}

.Header-logo a {
  display: block;
}

@media (max-width: 991px) {
  .Header-logo {
    position: absolute;
    top: 11px;
    left: 14px;
    z-index: 3;
  }
}

@media (min-width: 992px) {
  .Header-logo {
    margin-right: 1rem;
  }
}

.Header-logo svg {
  display: block;
  fill: #3e3d40;
}

@media (max-width: 991px) {
  .Header-logo svg {
    width: 150px;
    height: 60px;
    margin-top: -15px;
  }
}

@media (min-width: 992px) {
  .Header-logo svg {
    height: 100px;
    margin-top: -30px;
    margin-bottom: -35px;
  }
}

.Header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.Header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  background-color: #f3f1ee;
  height: 55px;
  box-shadow: 2px 2px 8px rgba(62, 61, 64, 0.16);
}

@media (min-width: 992px) {
  .Header-sticky {
    padding: 0.5rem 1.325rem;
  }
}

.Header-sticky .SubMenu {
  top: 45px;
}

.HighlightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .HighlightBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.HighlightBlock__cover {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 30%;
  padding-bottom: 1rem;
}

.HighlightBlock__cover--w-1-3 {
  width: 50%;
}

.HighlightBlock__cover_resize {
  width: 45%;
}

.HighlightBlock__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 70%;
}

.HighlightBlock__text--w-1-3 {
  width: 50%;
}

@media (min-width: 768px) {
  .HighlightBlock__text {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .HighlightBlock__text {
    padding-left: 1.5rem;
  }
}

.HighlightBlock__text .Book-author {
  font-size: 1.25rem;
  font-style: italic;
}

.HighlightBlock__text .Book-title {
  padding-bottom: 1rem;
}

.HighlightBlock .linkPlus {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .HighlightBlock .linkPlus {
    right: 0;
    bottom: -1rem;
  }
}

.Interviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}

.Interviews-block--full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Interviews-header {
  color: #fff;
}

.Interviews-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #f3f1ee;
  background-repeat: no-repeat;
  background-size: cover;
}

.Interviews-text {
  width: 50%;
  color: #fff;
  font-family: "PT Serif", serif;
  font-style: italic;
  padding-left: 1rem;
  margin-top: 1rem;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .Interviews-text {
    padding-left: 2rem;
  }
}

.Interviews-more {
  color: #218aab;
  margin-top: 1rem;
  font-size: 0.9rem;
  display: block;
}

.Interviews-more a {
  color: #218aab;
}

#klaro .klaro {
  font-size: 15px;
}

#klaro .klaro .cookie-notice a, #klaro .klaro .cookie-modal a {
  color: #25a29e !important;
}

#klaro .klaro .cookie-notice > .cn-body {
  padding-top: 1em !important;
}

#klaro .klaro .cookie-notice > .cn-body > .cn-ok {
  margin-top: 0.5em !important;
}

#klaro .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, #klaro .klaro .cookie-notice .cm-btn, #klaro .klaro .cookie-modal .cm-btn {
  background-color: #25a29e !important;
}

#klaro .klaro .cm-modal .cm-footer-buttons :nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#klaro .klaro .cm-modal .cm-footer-buttons :nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#klaro .klaro .cm-modal .cm-footer-buttons :nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#klaro .klaro .cm-btn {
  background-color: #748a96;
  min-width: 75px;
}

@media (min-width: 1200px) {
  #klaro .klaro .cookie-notice > .cn-body {
    padding-top: 2.5em !important;
  }
  #klaro .klaro .cookie-notice {
    width: 40%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 250px;
  }
}

.klaro .context-notice {
  background-color: #3e3d40 !important;
}

.klaro .context-notice p {
  color: #fff !important;
}

.klaro .context-notice .cm-btn {
  background-color: #748a96 !important;
  min-width: 75px;
}

.klaro .context-notice .cm-buttons .cm-btn-success-var {
  display: none !important;
}

.List {
  /* Positioning */
  padding: 0;
  margin: 1rem 0;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.List-item {
  /* Positioning */
  margin: .1rem 0;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.List-link {
  /* Positioning */
  /* (Display &) Box Model */
  display: block;
  /* Text */
  text-decoration: none;
  /* Colors, Backgrounds & Effects */
  color: inherit;
  /* Other */
}

.List-link:hover {
  color: #218aab;
}

.List-link--chiped {
  position: relative;
  padding-left: 15px;
}

.List-link--chiped::before {
  content: '>';
  position: absolute;
  left: .2rem;
  top: 0;
  color: #218aab;
}

.List--chiped.FullBook {
  margin: 0;
  font-size: .7rem;
  margin: .2rem 0;
}

.MainMenu {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1px;
}

@media (max-width: 991px) {
  .MainMenu {
    display: none;
    padding: 55px 15px 0 15px;
    font-size: 0.8rem;
    overflow: hidden;
    background-color: #f3f1ee;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    width: 100%;
    left: 0;
  }
}

@media (min-width: 992px) {
  .MainMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    min-height: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

@media (max-width: 991px) {
  .MainMenu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 2px 7px 8px rgba(62, 61, 64, 0.16);
  }
}

.MainMenu-submenu {
  position: relative;
}

.MainMenu-button {
  position: absolute;
  right: 70px;
  top: 18px;
  z-index: 5;
  cursor: pointer;
}

@media (min-width: 992px) {
  .MainMenu-button {
    width: 150px;
    position: relative;
    text-align: center;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.MainMenu-title {
  color: inherit;
  text-decoration: inherit;
  position: relative;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
  .MainMenu-title {
    display: none;
  }
}

@media (min-width: 992px) {
  .MainMenu-title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.MainMenu-title:hover, .MainMenu-title:active, .MainMenu-title:focus {
  cursor: pointer;
}

.MainMenu-icon {
  position: relative;
  margin-left: 10px;
  top: 2px;
}

@media (max-width: 991px) {
  .MainMenu-icon {
    top: 0;
  }
}

.MainMenu-icon--burger {
  border: none;
}

.MainMenu-icon--burger:hover svg, .MainMenu-icon--burger:active svg, .MainMenu-icon--burger:focus svg {
  fill: #218aab;
}

@media (max-width: 991px) {
  .MainMenu-icon .icon {
    -webkit-transform: scale(0.6, 0.4);
            transform: scale(0.6, 0.4);
    display: block;
    margin: 1px auto 0 auto;
    top: 0;
  }
}

.MainMenu-items {
  width: 100%;
  padding-top: 4px;
}

@media (max-width: 991px) {
  .MainMenu-list {
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .MainMenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .MainMenu-item {
    display: block;
    font-size: 0.8rem;
    padding: 6px 0;
  }
}

@media (min-width: 992px) {
  .MainMenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .MainMenu-item:first-of-type {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .MainMenu-item.has-submenu {
    padding-left: 22px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .MainMenu-item.has-submenu:hover .SubMenu, .MainMenu-item.has-submenu:focus .SubMenu {
    display: block !important;
  }
}

.MainMenu-link {
  color: #3e3d40;
  text-decoration: inherit;
  font-size: .8rem;
}

@media (min-width: 992px) {
  .MainMenu-link {
    display: inline-block;
    text-align: center;
    width: 75px;
    line-height: 15px;
    margin: auto;
    position: relative;
  }
}

.MainMenu-link .MainMenu-icon {
  display: none;
}

@media (min-width: 992px) {
  .MainMenu-link .MainMenu-icon {
    cursor: pointer;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .MainMenu-link .MainMenu-icon .icon {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}

@media (max-width: 991px) {
  .MainMenu-social {
    text-align: center;
  }
}

.MainMenu-social .social-link {
  margin: 0 5px;
}

.MainMenu-social .social-link .icon {
  opacity: .7;
  fill: #3e3d40;
}

@media (max-width: 991px) {
  .MainMenu-social .social-link .icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 992px) {
  .MainMenu-social .social-link .icon {
    width: 30px;
    height: 30px;
  }
}

.MainMenu-social .social-link.youtube-link {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .MainMenu-social .social-link.youtube-link .icon {
    width: 38px;
  }
}

@media (min-width: 992px) {
  .MainMenu-social .social-link.youtube-link .icon {
    width: 28px;
  }
}

.MainMenu-social .social-link.instagram-link {
  margin-left: 12px;
  position: relative;
  top: -5px;
}

@media (max-width: 991px) {
  .MainMenu-social .social-link.instagram-link .icon {
    width: 30px;
  }
}

@media (min-width: 992px) {
  .MainMenu-social .social-link.instagram-link .icon {
    width: 20px;
  }
}

.MainMenu-social p {
  opacity: .6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  margin-bottom: 8px;
}

.MainMenu-footer {
  padding: 5px 0 10px 0;
}

@media (min-width: 992px) {
  .MainMenu-footer {
    display: none;
  }
}

.MainMenu-footer a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}

.MainMenu-footer a:hover, .MainMenu-footer a:focus {
  color: #218aab;
}

.MainMenu-footer .newsletter-link {
  font-size: 0.6rem;
  padding: 0 0.5rem;
  border-right: 1px solid #3e3d40;
  margin-right: 0.5rem;
}

.MainMenu-footer .separator {
  border-left: 1px solid #3e3d40;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .MainMenu > .MainMenu-social {
    display: none;
  }
}

@media (max-width: 991px) {
  .MainMenu .selected {
    color: #218aab;
  }
}

@media (min-width: 992px) {
  .MainMenu .selected {
    font-weight: 700;
  }
}

a.MainMenu-link:hover, a.MainMenu-link:focus {
  color: #218aab;
}

span.MainMenu-link .MainMenu-title:hover, span.MainMenu-link .MainMenu-title:focus {
  color: #218aab;
}

@media (max-width: 991px) {
  .SubMenu {
    display: block;
    padding: 0;
    transition: .5s max-height ease-out;
  }
}

@media (min-width: 992px) {
  .SubMenu {
    display: none;
    position: absolute;
    left: -150px;
    top: 65px;
    width: 220px;
    background-color: #f3f1ee;
    text-align: left;
    z-index: 5;
    box-shadow: 2px 7px 8px rgba(62, 61, 64, 0.16);
  }
}

.SubMenu:before {
  content: "";
  display: none;
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: -28px;
  left: 0;
}

@media (min-width: 992px) {
  .SubMenu:before {
    display: block;
  }
}

.SubMenu li {
  padding: 5px 0;
}

.SubMenu li:first-of-type {
  padding-top: 11px;
}

.SubMenu li:nth-last-of-type(2) {
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .SubMenu li {
    padding: 0 !important;
  }
}

.SubMenu li a {
  color: #3e3d40;
  text-decoration: inherit;
}

@media (max-width: 991px) {
  .SubMenu li a {
    opacity: .8;
  }
}

.SubMenu li a:hover, .SubMenu li a:focus {
  opacity: 1;
  color: #218aab;
}

@media (min-width: 992px) {
  .SubMenu li a:hover, .SubMenu li a:focus {
    background-color: #edeae5;
  }
}

@media (min-width: 992px) {
  .SubMenu li a {
    padding: 10px 18px;
    display: block;
  }
}

.SubMenu.submenu-active {
  display: block;
}

.SubMenu--teacherSpace {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #d9dadb;
}

.SubMenu--teacherSpace .headerTeacher {
  padding-bottom: 8px;
}

.SubMenu--teacherSpace > *:not(.headerTeacher) {
  padding: 5px 15px !important;
}

.SubMenu .MainMenu-social {
  padding: 10px 22px 5px 18px;
}

.SubMenu .MainMenu-social .facebook-link {
  margin-left: -10px;
}

.SubMenu .selected {
  color: #218aab;
  font-weight: 400;
}

.Modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3e3d40;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 767px) {
  .Modal {
    padding: 30px 10px 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Modal {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .Modal {
    padding: 4rem;
  }
}

.Modal[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  z-index: -999999;
}

.Modal.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 9999;
}

.Modal.out {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}

.Modal-close {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 767px) {
  .Modal-close {
    right: 8px;
    top: 2px;
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .Modal-close {
    right: 20px;
    top: 20px;
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .Modal-close {
    right: 1.6rem;
    top: 1rem;
    font-size: 1.6rem;
  }
}

.Modal-content {
  text-align: center;
}

.Modal .owl-nav .owl-prev,
.Modal .owl-nav .owl-next {
  position: absolute;
  top: auto;
  bottom: -50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1px;
  color: #fff;
}

@media (min-width: 768px) {
  .Modal .owl-nav .owl-prev,
  .Modal .owl-nav .owl-next {
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.Modal .owl-nav .owl-prev:before,
.Modal .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.Modal .owl-nav .owl-prev:before:hover, .Modal .owl-nav .owl-prev:before:active, .Modal .owl-nav .owl-prev:before:focus,
.Modal .owl-nav .owl-next:before:hover,
.Modal .owl-nav .owl-next:before:active,
.Modal .owl-nav .owl-next:before:focus {
  border-right-color: #218aab;
  border-bottom-color: #218aab;
}

.Modal .owl-nav .owl-prev.disabled,
.Modal .owl-nav .owl-next.disabled {
  pointer-events: none;
  cursor: default;
  display: none;
}

.Modal .owl-nav .owl-prev.disabled:before,
.Modal .owl-nav .owl-next.disabled:before {
  border-right: 2px solid #d9dadb;
  border-bottom: 2px solid #d9dadb;
}

.Modal .owl-nav .owl-prev {
  left: 20px;
}

@media (min-width: 768px) {
  .Modal .owl-nav .owl-prev {
    left: -50px;
  }
}

.Modal .owl-nav .owl-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 20px;
}

.Modal .owl-nav .owl-next {
  right: 20px;
}

@media (min-width: 768px) {
  .Modal .owl-nav .owl-next {
    right: -50px;
  }
}

.Modal .owl-nav .owl-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}

.modal-open {
  overflow: hidden;
  height: 100vh;
}

.modal-open > body {
  overflow: hidden;
  height: 100vh;
}

.Mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  margin-top: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 544px) {
  .Mosaic {
    margin-top: 0;
  }
}

.Mosaic-1, .Mosaic-2, .Mosaic-3, .Mosaic-4 {
  background-color: lightgray;
  height: 7.95rem;
  margin-bottom: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.Mosaic-2 {
  width: calc(50% - .275rem);
}

.Mosaic-3 {
  width: calc(50% - .275rem);
}

.Mosaic-item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  background-color: transparent;
  transition: 100ms background ease;
  height: 100%;
}

.Mosaic-item:hover, .Mosaic-item:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.Mosaic-item--title {
  color: white;
  font-size: .95rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0.5rem 10%;
  line-height: 1.25;
}

.grid-solo-center {
  margin: 0 auto !important;
}

.News-title {
  padding-bottom: 0.5rem;
}

.News-title p {
  margin: 0;
}

.News-date {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: .1rem;
  font-size: .7rem;
}

.News-image__book {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.News-image__book.fullPage {
  margin-top: 0.5rem;
}

.News-intro {
  float: none;
}

.News-book-author {
  background-color: #d9dadb;
  padding: 1.5rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  font-size: 0.8rem;
}

.News-book-author .grid-2 {
  margin: .5rem;
}

.News-book-author-block {
  padding: 1rem 0;
}

.News-book-author-block p {
  margin: 0;
}

.News-book-author-date {
  font-weight: bold;
  margin-bottom: .1rem;
  font-size: .75rem;
}

.News-book-author-title {
  font-family: "PT Serif", serif;
  font-style: italic;
  margin-bottom: .1rem;
}

.News-book-author-short {
  font-family: "PT Serif", serif;
  font-style: italic;
}

.News-book-author-more:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #218aab;
}

/*Newsletter component*/
/*Flammarion*/
.Newsletter .formTitle {
  margin: 0.5rem 0 35px 0;
  font-size: 0.8rem;
  color: #3e3d40;
}

.Newsletter .formTextLabel {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: .8rem;
  font-weight: 600;
}

.Newsletter .formTextInput {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .Newsletter .formTextInput {
    width: 67%;
  }
}

.Newsletter .formTextInput input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 16px 15px;
  border: 1px solid #d9dadb;
  font-size: .8rem;
  line-height: 20px;
  background-color: transparent;
  color: #707173;
}

.Newsletter .formTextInput input.formError {
  border: 1px solid #e32119;
}

.Newsletter .formSelectionSingle {
  margin-bottom: 40px;
}

.Newsletter .formSelectionSingleValueForSingleLine {
  /*
  label::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid $color-lightgray;
    transition: background-color .2s;
    border-radius: 50%;
  }

  input[type="radio"]{
    position: absolute;
    left: -9999px;
  }

  input:checked + label::before {
    background-color: rgba($color-gray, 1);
    box-shadow: inset 0 0 0 3px white;
  }
  */
}

@media (max-width: 767px) {
  .Newsletter .formSelectionSingleValueForSingleLine {
    display: block;
  }
}

@media (min-width: 768px) {
  .Newsletter .formSelectionSingleValueForSingleLine {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
}

.Newsletter .formSelectionSingleValueForSingleLine label {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 7px 20px 6px 0px;
  font-size: 0.8rem;
  line-height: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Newsletter .formSelectionSingleValueForSingleLine input[type="radio"] {
  margin-right: 10px;
}

.Newsletter .formSelectionSingleValueForSingleLine input:focus + label::before {
  outline-offset: 1px;
  outline: solid 2px #a5baf2;
}

.Newsletter .formSelectionMultipleLabel {
  margin: 0.5rem 0 35px 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.Newsletter .formSelectionMultipleValueForMultipleLines label {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 7px 20px 6px 0px;
  font-size: .8rem;
  line-height: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Newsletter .formSelectionMultipleValueForMultipleLines label input {
  margin-right: 10px;
}

.Newsletter select[name="formItem-mbsingle-25"] {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 14px 40px 15px 16px;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAACjUlEQVR4nO3av2sUQRiH8aeUQFACAYvAQSwU0hxiilRpAsEqVbCwCAYs8hdoZ7DyRxtTCOlShGARGwvTWKWxsElhYREIGhCEEA0pz2IvRGRv5u52c7O3eT4w3e3M952Du513FyRJkiRJkiRJkiRJkiRJkiRJkiRJvbkBTKcOcYmmgeupQ3TrMfAHaAHfgfm0cUo1D/wgq+038ChtnLg7ZGH/H0spQ5VkifzaJlOGinlAfugW8CRhrqKe0rmuxYS5ou7SOXgLWEsXrW9rhGuaShetO28JF7CVLlrPtgjX8iZdtN5sEC7kEzCSKlwXRskyhmrYSBWuX6uEC/oCjKcKFzAO7BPOvpoqXFHLhAs7ABqpwuVokGUKZV5OFa4s94EzOhf4E2gmS3ehSZalU84zslpq4R5wTOdiT4HZZOmytU9zcp2PY7IaauU2cEj45yDFPf1iJNMhWfZaukn8D3NlgHlWIln225lrbRTYI7wRLwaQ41Ukw14765WxQ3hDNi9x7e3I2juXuHalrRPemF3gWonrjbTnDK25XuJ6QynUuGsBn4GxEtYZIzuMhtYa5gZoqR4S3qhvwESB+Sfac1TtDq/S5gifBY7o7/Zzqn1t6Aw0VzB7bTWBX4QPaDM9zDcDnATmq0qXoNJuEe8nddPCWIjMcUC1+miVNk78DzjU5Is1Navaaa60EeLPJJ7lXPc8cs0u1X4WU3mxQ9y/D4o2I5/dHljqmntNeKPfAe8jn3k58NQ1F2sEhsYgG5ZXSqxVnjcWkiS9QmYJny3Oxwm9nVlUwBThx61HDMH7UnXTIL8/9ZVifS8VMAZ84OLL+MgQvZVeZ5P4EyVJkiRJkiRJkiRJkiRJkiRJkiRJFfcX4CKzFFC3CLQAAAAASUVORK5CYII=");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 1px solid #d9dadb;
  border-radius: 0;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #707173;
}

@media (min-width: 768px) {
  .Newsletter select[name="formItem-mbsingle-25"] {
    width: 67%;
  }
}

.Newsletter .formSelectionMultipleValues {
  margin-bottom: 40px;
}

.Newsletter .formSelectionSingleLabel {
  display: block;
  margin-bottom: 5px;
  font-size: .8rem;
  font-weight: 600;
}

.Newsletter .formSubmit {
  display: inline-block;
  margin-top: 40px;
}

.Newsletter .formSubmit a {
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  font-style: italic;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  background-color: #218aab;
  color: #fff;
}

.Newsletter .formSubmit a:hover {
  cursor: pointer;
}

.Newsletter #divItem-0-11 {
  font-size: .8rem;
  font-weight: 600;
}

.Newsletter .formSelectionSingleLabel--custom {
  font-weight: normal;
}

@media (max-width: 767px) {
  .Newsletter .formSelectionSingleLabel {
    display: block;
  }
}

@media (min-width: 768px) {
  .Newsletter .formSelectionSingleLabel {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
}

.Newsletter .formSelectionSingleLabel .formSelectionSingleLabel--custom {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 7px 20px 6px 30px;
  font-size: 0.8rem;
  line-height: 20px;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.Newsletter .formSelectionSingleLabel .formSelectionSingleLabel--custom::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d9dadb;
  transition: background-color .2s;
}

.Newsletter .formSelectionSingleLabel input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.Newsletter .formSelectionSingleLabel input:checked + label::before {
  background-color: #707173;
  box-shadow: inset 0 0 0 1px white;
}

.Newsletter .formSelectionSingleLabel input:focus + label::before {
  outline-offset: 1px;
  outline: solid 2px #a5baf2;
}

.Newsletter .formParagraph {
  margin-top: 50px;
}

.Newsletter .Slab-parcel--white {
  background-color: #fff;
}

.Newsletter div.formError {
  color: #e32119;
}

.Newsletter .formErrorContainer {
  margin-top: 10px;
}

.Newsletter .formErrorMessage {
  color: #e32119;
}

/*Flammarion*/
.Slider {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Slider {
    height: auto;
  }
}

.Slider-item {
  position: relative;
  height: 500px;
}

@media (max-width: 767px) {
  .Slider-item {
    height: auto !important;
  }
}

.Slider-itemCover {
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fff;
}

@media (max-width: 767px) {
  .Slider-itemCover {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .Slider-itemCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .Slider-itemCover--blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.6;
  }
}

.Slider-itemBook {
  position: absolute;
  width: auto !important;
  max-height: 400px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .Slider-itemBook {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .Slider-itemBook {
    right: 100px;
  }
}

.Slider-itemCard {
  padding: 30px;
  background-color: #f3f1ee;
}

@media (min-width: 768px) {
  .Slider-itemCard {
    position: absolute;
    width: 350px;
    min-height: 250px;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .Slider-itemCard--shadow {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .Slider-itemCard {
    left: 100px;
  }
}

.Slider-itemTitle {
  margin-bottom: 20px;
  font-size: 1.2rem;
  letter-spacing: -.05rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .Slider-itemTitle {
    font-size: 1.65rem;
  }
}

.Slider-itemAuthor {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
}

.Slider-itemSummary {
  line-height: 1.4;
  font-family: "PT Serif", serif;
}

.Slider-itemLink {
  text-transform: lowercase;
  text-decoration: none;
  line-height: 1.4;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: .9rem;
  color: #218aab;
}

.Slider-itemLink:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #218aab;
}

.Slider .owl-dots {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}

@media (max-width: 767px) {
  .Slider .owl-dots {
    display: none;
  }
}

.Slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: .8rem;
  border-radius: 50%;
  background-color: #f3f1ee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.Slider .owl-dot.active, .Slider .owl-dot:hover {
  background-color: #218aab;
}

.Slider .owl-prev,
.Slider .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 75px;
  font-size: 1px;
  color: #fff;
  background-color: #fff;
}

@media (min-width: 768px) {
  .Slider .owl-prev,
  .Slider .owl-next {
    display: none;
  }
}

.Slider .owl-prev:before,
.Slider .owl-next:before {
  content: '';
  position: absolute;
  top: 15px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #218aab;
  border-bottom: 2px solid #218aab;
}

.Slider .owl-prev {
  left: 0;
}

.Slider .owl-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 20px;
}

.Slider .owl-next {
  right: 0;
}

.Slider .owl-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}

.Search-toolbar__bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.Pagination {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  text-align: right;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Pagination-item {
  display: inline-block;
  vertical-align: middle;
}

.Pagination-item--active {
  color: #218aab;
}

.Pagination-item--dot {
  height: 24px;
  margin: 0 0.2rem;
  letter-spacing: -0.025rem;
}

.Pagination-item--svg {
  margin: 0 0.2rem;
}

.Pagination-item--svg:first-child {
  margin: 0;
}

.Pagination-item--svg:last-child {
  margin: 0;
}

.Pagination a {
  color: inherit;
  text-decoration: none;
}

.Pagination a:hover {
  color: #218aab;
  fill: #218aab;
}

.Pagination__space {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Partner {
  padding: 1.5rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Popup {
  /* Positioning */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* (Display &) Box Model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Text */
  /* Colors, Backgrounds & Effects */
  background-color: rgba(243, 241, 238, 0.66);
  /* Other */
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 991px) {
  .Popup {
    margin: auto;
    padding: 0;
  }
}

.Popup[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  z-index: -999999;
}

.Popup.in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}

.Popup.out {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  z-index: -1;
}

.Popup-close {
  position: absolute;
  right: 0.75rem;
  top: 0.25rem;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) {
  .Popup-close {
    right: 1.6rem;
    top: 1rem;
  }
}

.Popup-content {
  position: relative;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100vh - 10px);
  padding: 0.5rem;
  text-align: center;
  background-color: #fff;
  overflow: auto;
}

@media (min-width: 768px) {
  .Popup-content {
    width: 30rem;
    height: auto;
    min-height: 20rem;
    padding: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .Popup-content--large {
    width: 38rem;
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .Popup-content--large {
    width: 42rem;
    padding: 2rem;
  }
}

.Popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.Popup-searchGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  position: relative;
}

.Popup-searchField {
  /* Positioning */
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 2rem;
  padding: .2rem 2rem .2rem .5rem;
  /* (Display &) Box Model */
  /* Text */
  font-size: 1rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Popup-searchSubmit {
  position: absolute;
  right: 0;
  height: 2rem;
  width: 2.4rem;
  cursor: pointer;
}

.Popup-searchSubmit svg {
  height: 1.2rem;
  width: 1.2rem;
}

.Popup-searchInfo {
  font-size: .65rem;
}

@media (max-width: 991px) {
  .Popup-searchInfo {
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .Popup-searchInfo {
    margin: 0.75rem 4.5rem;
  }
}

.Popup-searchSuggest {
  text-align: left;
}

.Popup-interviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #3e3d40;
  overflow: auto;
}

.Popup-interviews--title {
  text-align: left;
  padding-bottom: 1rem;
  padding-right: 2rem;
}

.Popup-interviews--social {
  text-align: right;
}

.Popup-interviews--subtitle {
  text-align: left;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.Popup-interviews--text {
  text-align: left;
  padding-bottom: 1rem;
  font-size: 0.8rem;
  font-family: "PT Serif", serif;
}

.Popup-interviews--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #d9dadb;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .Popup-interviews--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Popup-interviews--item {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .Popup-interviews--item {
    width: 70%;
  }
}

.Popup-interviews--media {
  text-align: left;
  padding-bottom: 57%;
  height: 0;
}

@media (min-width: 768px) {
  .Popup-interviews--media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

.Popup-interviews--media__audio {
  padding-bottom: 150px;
}

.Popup-interviews--media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Popup-interviews--right {
  text-align: left;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .Popup-interviews--right {
    width: 30%;
    padding-left: 1rem;
    padding-top: 0;
  }
}

.Popup-interviews--links {
  padding: 0.5rem;
  height: auto;
  border: 1px solid lightgray;
  font-size: 0.7rem;
}

.Popup-interviews--links a {
  color: #3e3d40;
}

.Popup-interviews--links .side-title {
  font-size: .7rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .1rem;
}

.Popup-interviews--links .side-title:nth-child(1) {
  margin-top: .5rem;
}

.Popup-interviews--links .side-link {
  padding-left: 5px;
}

.Popup--news, .Popup.closed {
  display: none;
  -webkit-transform: none;
          transform: none;
}

.Popup[aria-hidden="false"] {
  display: block;
}

.Popup-background {
  z-index: 20;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  overflow-y: auto;
  transition: background 0.3s;
}

.Popup-escape {
  position: absolute;
  width: 100%;
  height: 100%;
}

.Popup-content {
  z-index: 22;
  max-width: 530px;
  width: 100%;
  max-height: 100vh;
}

.Popup--social .Popup-content {
  max-width: 1170px;
}

.Popup-container {
  padding: 10px;
  margin: 20px;
  background-color: #fff;
}

.Popup-innerContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(112, 113, 115, 0.75);
  border-top-right-radius: 0px;
  overflow: hidden;
}

.Popup-innerContainer .Popup-header,
.Popup-innerContainer .Popup-body .Btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.Popup-innerContainer .Popup-body {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.Popup-innerContainer > .Btn:hover,
.Popup-innerContainer > .Btn:focus {
  background-color: #fff;
}

.Popup-innerContainer .Popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.Popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 25px;
  pointer-events: auto;
}

.Popup--social .Popup-header {
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Popup-title {
  width: calc(100% - 50px);
  margin-bottom: 1rem !important;
}

.Popup-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: .6rem;
  cursor: pointer;
  outline: none;
  transition: all .25s;
  font-size: 1.6rem;
  border: none;
}

.Popup-close:hover, .Popup-close:focus {
  color: #3e3d40;
  background-color: transparent;
}

.Popup-close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 40px;
  text-align: center;
}

.Popup-body .Btn {
  margin-top: 30px;
}

.Popup--social .Popup-body {
  padding: 0;
}

.Popup-footer {
  text-align: center;
  padding: 0 20px 40px;
}

.Popup--news .Popup-content {
  padding: 0rem;
  top: auto;
  left: auto;
  min-height: auto;
  -webkit-transform: none;
          transform: none;
  border: 1px solid #d9dadb;
}

.Popup--news .Popup-container {
  padding: 0;
  margin: 0;
}

.Popup--news .Popup-innerContainer {
  border-color: transparent;
}

.Popup--news .Popup-close {
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  font-size: 1.5rem;
  border: none;
  z-index: 100;
}

.Popup--news .Popup-close:hover, .Popup--news .Popup-close:focus {
  color: #3e3d40;
  background-color: transparent;
}

.Popup--news .formTitle {
  font-size: 0.7rem;
  font-weight: bold;
}

.Popup--news .se_form {
  max-width: 85%;
  margin: auto;
  padding: 2rem;
}

.Popup--news .se_form .formTextInput {
  margin: 20px 0;
}

.Popup--news .se_form .formTextInput input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px 11px 6px;
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 40px;
  border: 1px solid #d9dadb;
  border-radius: 0px;
  font-size: .8rem;
  line-height: 1.5;
  background-color: transparent;
  color: #3e3d40;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Popup--news .se_form .formTextInput input.formError {
  border: 1px solid #e32119;
}

.Popup--news .se_form .formTextLabel {
  display: none;
  margin-top: 20px;
  text-align: left;
  font-weight: 600;
}

.Popup--news .se_form .formParagraph {
  font-size: 0.7rem;
}

.Popup--news .se_form .formParagraph a {
  color: #218aab;
  text-decoration: underline;
}

.Popup--news .se_form .formPager {
  text-align: center;
}

.Popup--news .se_form .formSubmit {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
}

.Popup--news .se_form .formSubmit a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
  background-color: #218aab;
  background-color: #218aab;
  color: #fff;
}

.Popup--news .se_form .formSubmit a:hover {
  cursor: pointer;
}

.Popup--news .se_form .formSubmit a::after {
  display: none;
}

.Popup--news .se_form .formErrorMessage {
  margin-top: 10px;
  font-size: 0.7rem;
  color: #e32119;
}

.Popup--news .se_form .formCompleted {
  text-align: center;
  font-size: 0.9rem;
}

.Popup--news .se_form .formCompleted a {
  color: #218aab;
  text-decoration: underline;
}

.Popup--news .se_form .formFooterContainer {
  display: none;
}

.Search {
  background-color: #fff;
}

.Search-informations {
  padding: 1rem;
}

@media (min-width: 640px) {
  .Search-informations {
    padding: 1.5rem;
  }
}

.Search-informations-count {
  margin-bottom: 1rem;
}

.Search-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 808px) {
  .Search-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Search-filters {
  width: 100%;
  padding: 1rem;
  background-color: #f3f1ee;
}

@media (min-width: 808px) {
  .Search-filters {
    width: 15rem;
  }
}

.Search-filtersTitle {
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
}

.Search-header {
  font-size: 1.2em;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .Search-header {
    font-size: 2em;
    padding-bottom: auto;
  }
}

.Search-cycle--ee p {
  margin-bottom: 33px;
  font-size: .7rem;
  color: #3e3d40;
}

@media (max-width: 767px) {
  .Search-cycle--ee p {
    font-size: .8rem;
  }
}

.Search-level--ee {
  margin-top: 20px;
  margin-bottom: 13px !important;
  font-size: 1rem;
  line-height: 1;
}

.Search-filtersField {
  padding: .5rem;
  width: 85%;
  font-size: .65rem;
  border: none;
}

.Search-filtersField__group {
  position: relative;
}

.Search-filtersField__btn {
  width: 15%;
  padding: 0.35rem .5rem 0.15rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.Search-filtersField__btn:focus {
  outline: none;
}

.Search-results {
  padding: 0 0.5rem;
}

@media (min-width: 544px) {
  .Search-results {
    padding: 0 1rem;
  }
}

@media (min-width: 808px) {
  .Search-results {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.Search-tab {
  padding: .5rem;
  margin-right: 1rem;
  font-size: .7rem;
  font-style: italic;
  background-color: #f3f1ee;
}

.Search-tab--link {
  cursor: pointer;
}

.Search-tab--link:active, .Search-tab--link:focus, .Search-tab--link:hover {
  color: #218aab;
}

.Search-activeFacetsTitle {
  text-transform: uppercase;
  font-size: .65rem;
}

.Search-activeFacetList {
  margin: .3rem -.2rem -.2rem;
}

.Search-activeFacetListItem {
  margin: .2rem;
  display: inline-block;
}

.Search-activeFacetListItem > .Search-facet::after {
  content: 'x';
  color: #218aab;
  margin-left: .25rem;
  font-size: .6rem;
  display: inline-block;
  vertical-align: top;
}

.Search-facet {
  padding: .15rem .25rem;
  display: inline-block;
  font-size: .65rem;
  text-decoration: none;
  background-color: #f3f1ee;
  color: inherit;
}

.Search-activeFacets {
  margin: 1rem 0;
  padding: .5rem;
  min-height: 1rem;
  background: #fff;
}

.Search-facetGroup {
  padding: .5rem;
  font-size: .65rem;
  background-color: #fff;
}

.Search-facetGroup a {
  color: inherit;
  text-decoration: none;
}

.Search-facetGroup a.active, .Search-facetGroup a:hover {
  color: #218aab;
}

.Search-facetGroup--main {
  background: none;
}

.Search-facetGroup {
  margin-bottom: 1rem;
}

.Search-facetGroupTitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .65rem;
}

.Search-facetGroupReset {
  float: right;
  cursor: pointer;
}

.Search-facetGroupField {
  padding: .2rem;
  margin: .5rem 0 0;
  width: 100%;
  border: 1px solid #d9dadb;
}

.Search-facetList {
  max-height: 7rem;
  overflow: auto;
  margin-top: .5rem;
}

.Search-facetChildList {
  margin-top: .15rem;
  padding-left: 1rem;
  position: relative;
}

.Search-facetChildList li {
  position: relative;
}

.Search-facetChildList li::before {
  content: ' ';
  display: block;
  width: 1px;
  position: absolute;
  height: 100%;
  border-left: 1px solid #3e3d40;
  left: -.65rem;
  top: 0;
}

.Search-facetChildList li::after {
  content: ' ';
  display: block;
  width: .4rem;
  height: .36rem;
  position: absolute;
  left: -.65rem;
  top: .15rem;
  border-bottom: 1px solid #3e3d40;
}

.Search-facetChildList li:last-child::before {
  height: .5rem;
}

.Search-facetListItem {
  padding: 0.15rem 0;
}

.Search-facetListItem[aria-hidden="true"] {
  display: none;
}

.Search-resultsList {
  margin: 0 -.4rem;
}

.Search-resultsList .BookList-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 488px) {
  .Search-resultsList .BookList-article {
    display: block;
  }
}

.Search-resultsList .BookList-figure {
  font-size: 0;
}

.Search-resultsList .BookList-info {
  padding: .4rem;
  margin: 0;
  border: 1px solid #d9dadb;
}

@media (min-width: 488px) {
  .Search-resultsList .BookList-info {
    border-top-width: 0;
  }
}

.Search-resultsList .BookList-cover {
  height: auto;
}

.Search-sort {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.5rem;
}

.Search-sort label {
  font-style: italic;
  font-size: .7rem;
  margin-right: 10px;
}

.Search-sort label:nth-child(n+2) {
  margin-left: 2rem;
}

.Search-sort form {
  display: inline-block;
}

.Search-sort select {
  padding: 5px 10px 3px;
  font-size: .7rem;
  font-weight: 600;
  color: #3e3d40;
  background-color: #f3f1ee;
  border: none;
  cursor: pointer;
}

.Search-formFilters {
  display: none;
}

@media (min-width: 808px) {
  .Search-formFilters {
    display: block;
  }
}

.Search-formFilters.active {
  display: block;
}

.Search-btn-filters {
  display: inline-block;
}

@media (min-width: 808px) {
  .Search-btn-filters {
    display: none;
  }
}

.Search-resultsList {
  margin: 0;
  margin-top: 1rem;
}

.Search-noResults {
  margin: 2rem 0;
  font-size: 1rem;
}

.Search-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

.SearchSuggest-content a {
  color: #3e3d40;
  text-decoration: none;
  font-size: 0.7rem;
}

.SearchSuggest-content a:hover, .SearchSuggest-content a:active, .SearchSuggest-content a:focus {
  color: #218aab;
}

.SearchSuggest-content li {
  padding: 0.2rem;
}

.SearchSuggest-content li[data-type] {
  border-bottom: 1px solid #d9dadb;
}

.SearchSuggest-content li[data-type]:after {
  content: attr(data-type);
  display: inline-block;
  font-size: 0.5rem;
  font-style: italic;
  text-transform: uppercase;
  color: #707173;
}

.SearchSuggest-content li[data-type="book"]:after {
  content: 'LIVRE';
}

.SearchSuggest-content li[data-type="set"]:after {
  content: 'SERIE';
}

.SearchSuggest-content li[data-type="author"]:after {
  content: 'AUTEUR';
}

.SearchSuggest-result {
  padding: 0.2rem 0;
  text-align: right;
  font-size: 0.8rem;
}

@media (min-width: 992px) {
  .SearchSuggest-result {
    padding: 0.2rem 1rem;
  }
}

.SearchSuggest-result a {
  color: #218aab;
  text-decoration: none;
}

.SearchSuggest-result a:hover, .SearchSuggest-result a:active, .SearchSuggest-result a:focus {
  color: #3e3d40;
}

.SearchSuggest-noresult {
  padding: 0.2rem;
  text-align: center;
  border: 1px solid #218aab;
  color: #218aab;
}

.SearchAlert {
  display: inline;
  z-index: 999;
}

.SearchAlert-item {
  cursor: pointer;
  display: inline-block;
}

.SearchAlert-item:after {
  content: '';
  position: absolute;
  width: 13rem;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.SearchAlert-content {
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 9999;
  width: 10rem;
  margin: 0 0 1rem -5rem;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(48, 54, 61, 0.2);
  border-radius: 5px;
  background: #d9dadb;
  cursor: default;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
          transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

@media (min-width: 600px) {
  .SearchAlert-content {
    width: 13rem;
    margin: 0 0 1rem -6.5rem;
  }
}

.SearchAlert-content:after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #d9dadb;
  border-width: 10px;
  margin-left: -10px;
}

.SearchAlert-text {
  display: block;
  padding: 0.5rem;
  color: #3e3d40;
  font-size: 0.7rem;
}

.section-thematiques-image {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin: 5px 10px;
}

@media (max-width: 1199px) {
  .section-thematiques-image {
    margin: 20px auto;
  }
}

.section-thematiques-intro {
  font-size: 24px;
  line-height: 1.2;
  margin: 1.5rem 0;
  font-style: italic;
  font-family: "PT Serif", serif;
}

.section-thematiques-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 640px) {
  .section-thematiques-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .section-thematiques-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.section-thematiques-items {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 0.25rem;
}

@media (min-width: 640px) {
  .section-thematiques-items {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .section-thematiques-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

@media (max-width: 543px) {
  .section-thematiques-items .heading {
    margin: 0 0 10px 0;
    font-size: 24px;
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  .section-thematiques-items .heading {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 992px) {
  .section-thematiques-items .heading {
    margin: 0 0 15px 0;
    font-size: 24px;
  }
}

.section-thematiques-items svg {
  margin: 0 auto;
  fill: #218aab;
  stroke-width: 1.2;
}

@media (max-width: 639px) {
  .section-thematiques-item {
    margin: 15px auto;
  }
}

@media (min-width: 640px) and (max-width: 991px) {
  .section-thematiques-item {
    font-size: 14px;
    margin: 15px auto;
  }
}

@media (min-width: 992px) {
  .section-thematiques-item {
    margin: 20px auto;
  }
}

.section-thematiques-item .title {
  font-style: italic;
}

@media (max-width: 543px) {
  .section-thematiques-item .title {
    font-size: 18px;
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  .section-thematiques-item .title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .section-thematiques-item .title {
    font-size: 18px;
  }
}

.section-thematiques-item p {
  font-weight: 700;
}

.Slab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .Slab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Slab-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 240px);
}

@media (max-width: 991px) {
  .Slab-main {
    width: 100%;
  }
}

.Slab-parcel {
  position: relative;
  padding: 1rem;
  background-color: #f3f1ee;
}

@media (min-width: 768px) {
  .Slab-parcel {
    padding: 1.5rem;
  }
}

.Slab-parcel--left {
  width: 100%;
}

@media (min-width: 640px) {
  .Slab-parcel--left {
    width: 14.5rem;
  }
}

.Slab-parcel--center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 70%;
}

.Slab-parcel--center:nth-child(1) {
  padding-top: .8rem;
}

.Slab-parcel--center:nth-child(2) {
  padding-top: 0;
}

@media (min-width: 640px) {
  .Slab-parcel--center:nth-child(2) {
    padding-left: 0;
    padding-top: 1.5rem;
    width: 40%;
  }
}

.Slab-parcel--full {
  padding-top: 0;
}

.Slab-parcel--right {
  background-color: #fff;
  width: 100%;
}

@media (min-width: 992px) {
  .Slab-parcel--right {
    width: 12rem;
  }
}

.Slab-parcel--right .side-title {
  margin-top: 1rem;
  font-weight: bold;
  font-size: .7rem;
}

.Slab-parcel--right .side-title + .List {
  margin-top: 0;
}

.Slab-parcel--right .side-link {
  font-size: .7rem;
}

.Slab-parcel--white {
  background-color: #fff;
}

.Breadcrumb + .Slab {
  margin-top: -.5rem;
}

.Social {
  padding-right: 15px;
  padding-left: 15px;
}

.Social-box {
  width: 100%;
}

@media (min-width: 500px) {
  .Social-box {
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .Social-box {
    width: 50%;
  }
}

.Social-box__tw, .Social-box__fb {
  display: none;
}

@media (min-width: 500px) {
  .Social-box__tw, .Social-box__fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.Social .socialLink {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 500px) {
  .Social .socialLink {
    padding-right: 0;
    padding-top: 1rem;
    width: 460px;
    margin: 0 auto;
  }
}

.Social-sharing {
  padding-bottom: 0.5rem;
}

.Thematic {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  background-color: #fff;
  /* Other */
}

.Thematic-informations {
  /* Positioning */
  padding: 1.5rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-informations-subtitle {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.Thematic-grid {
  /* Positioning */
  /* (Display &) Box Model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-lists {
  /* Positioning */
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  background-color: #f3f1ee;
  /* Other */
}

@media (min-width: 480px) {
  .Thematic-lists {
    width: 12rem;
  }
}

@media (min-width: 640px) {
  .Thematic-lists {
    width: 15rem;
  }
}

.Thematic-lists ul {
  margin-bottom: 20px;
}

.Thematic-lists ul.list li:before {
  top: 0.15rem;
}

.Thematic-lists li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.Thematic-lists-title {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.Thematic-lists .active {
  font-weight: bold;
}

.Thematic-lists .active a {
  color: #218aab;
}

.Thematic-lists .active a:hover, .Thematic-lists .active a:focus, .Thematic-lists .active a:active {
  color: #d9dadb;
}

.Thematic-filtersTitle {
  /* Positioning */
  margin-bottom: 1rem;
  /* (Display &) Box Model */
  display: block;
  /* Text */
  font-weight: bold;
  font-size: 0.9rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-filtersField {
  /* Positioning */
  padding: .5rem;
  width: 100%;
  /* (Display &) Box Model */
  /* Text */
  font-size: .65rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
  border: none;
}

.Thematic-results {
  /* Positioning */
  padding: 0 1.5rem;
  /* (Display &) Box Model */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-tab {
  /* Positioning */
  padding: .5rem;
  margin-right: 1rem;
  /* (Display &) Box Model */
  /* Text */
  text-transform: uppercase;
  font-size: .7rem;
  font-style: italic;
  /* Colors, Backgrounds & Effects */
  background-color: #f3f1ee;
  /* Other */
}

.Thematic-activeFacetsTitle {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  text-transform: uppercase;
  font-size: .65rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-activeFacetList {
  /* Positioning */
  margin: .3rem -.2rem -.2rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-activeFacetListItem {
  /* Positioning */
  margin: .2rem;
  /* (Display &) Box Model */
  display: inline-block;
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-activeFacetListItem > .Search-facet::after {
  content: 'x';
  color: #218aab;
  margin-left: .25rem;
  font-size: .6rem;
  display: inline-block;
  vertical-align: top;
}

.Thematic-facet {
  /* Positioning */
  padding: .15rem .25rem;
  /* (Display &) Box Model */
  display: inline-block;
  /* Text */
  font-size: .65rem;
  text-decoration: none;
  /* Colors, Backgrounds & Effects */
  background-color: #f3f1ee;
  color: inherit;
  /* Other */
}

.Thematic-activeFacets {
  /* Positioning */
  margin: 1rem 0;
  padding: .5rem;
  min-height: 1rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
  background: #fff;
}

.Thematic-facetGroup {
  /* Positioning */
  padding: .5rem;
  /* (Display &) Box Model */
  /* Text */
  font-size: .65rem;
  /* Colors, Backgrounds & Effects */
  background-color: #fff;
  /* Other */
}

.Thematic-facetGroup a {
  color: inherit;
  text-decoration: none;
}

.Thematic-facetGroup a.active, .Thematic-facetGroup a:hover {
  color: #218aab;
}

.Thematic-facetGroup--main {
  background: none;
}

.Thematic-facetGroup {
  /* Positioning */
  margin: 1rem 0;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-facetGroupTitle {
  /* Positioning */
  /* (Display &) Box Model */
  /* Text */
  font-weight: bold;
  text-transform: uppercase;
  font-size: .65rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-facetGroupReset {
  /* Positioning */
  float: right;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
  cursor: pointer;
}

.Thematic-facetGroupField {
  /* Positioning */
  padding: .2rem;
  margin: .5rem 0 0;
  width: 100%;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  border: 1px solid #d9dadb;
  /* Other */
}

.Thematic-facetList {
  /* Positioning */
  max-height: 7rem;
  overflow: auto;
  margin-top: .5rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-facetChildList {
  /* Positioning */
  margin-top: .15rem;
  padding-left: 1rem;
  position: relative;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-facetChildList li {
  position: relative;
}

.Thematic-facetChildList li::before {
  content: ' ';
  display: block;
  width: 1px;
  position: absolute;
  height: 100%;
  border-left: 1px solid #3e3d40;
  left: -.65rem;
  top: 0;
}

.Thematic-facetChildList li::after {
  content: ' ';
  display: block;
  width: .4rem;
  height: .36rem;
  position: absolute;
  left: -.65rem;
  top: .15rem;
  border-bottom: 1px solid #3e3d40;
}

.Thematic-facetChildList li:last-child::before {
  height: .5rem;
}

.Thematic-facetListItem {
  /* Positioning */
  padding: 0.15rem 0;
  /* (Display &) Box Model */
}

.Thematic-facetListItem[aria-hidden="true"] {
  display: none;
}

.Thematic-resultsList {
  margin: 0 -.4rem;
}

.Thematic-resultsList .BookList-figure {
  font-size: 0;
}

.Thematic-resultsList .BookList-info {
  padding: .4rem;
  margin: 0;
  border: 1px solid #d9dadb;
  border-top-width: 0;
}

.Thematic-resultsList .BookList-cover {
  height: auto;
  width: 100%;
}

.Thematic-sort {
  /* Positioning */
  /* (Display &) Box Model */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-sort label {
  font-style: italic;
  font-size: .7rem;
  margin-right: .5rem;
}

.Thematic-sort form {
  display: inline-block;
}

.Thematic-sort select {
  font-size: .7rem;
  color: #3e3d40;
  padding: .1rem;
  border: none;
  background-color: #f3f1ee;
}

.Thematic-resultsList {
  /* Positioning */
  margin-top: 1rem;
  /* (Display &) Box Model */
  /* Text */
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-noResults {
  /* Positioning */
  margin: 2rem 0;
  /* (Display &) Box Model */
  /* Text */
  font-size: 1rem;
  /* Colors, Backgrounds & Effects */
  /* Other */
}

.Thematic-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 480px) {
  .Thematic-toolbar__top {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 640px) {
  .Thematic-toolbar {
    padding-top: 0;
  }
}

.Top-books {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) and (max-width: 992px) {
  .Top-books {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .Top-books {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Top-books__first {
  width: 100%;
}

@media (min-width: 480px) {
  .Top-books__first {
    width: 50%;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .Top-books__first {
    width: 40%;
    padding-right: 1rem;
  }
}

.Top-books__second {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 480px) {
  .Top-books__second {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .Top-books__second {
    width: 35%;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .Top-books__second {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .Top-books__second-box {
    max-height: 200px;
  }
}

.Top-books__second-box:first-child {
  margin-bottom: 1rem;
}

.Top-books__second-item {
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .Top-books__second-item {
    margin: 0;
  }
}

.Top-books__rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 480px) and (max-width: 992px) {
  .Top-books__rest {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .Top-books__rest {
    width: 35%;
  }
}

.Top-books__numbers {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #218aab;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.Top-books__numbers--cover {
  position: absolute;
  right: -10px;
}

.Top-books__cover {
  position: relative;
}

.Top-books__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .Top-books__item {
    padding-top: 0;
  }
}

.Top-books__description {
  width: 10rem;
  padding-left: 0.5rem;
  display: inline-block;
  font-size: 0.7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 992px) {
  .Top-books__description {
    width: 7rem;
  }
}

@media (min-width: 1200px) {
  .Top-books__description {
    width: 10rem;
  }
}

.Top-books__title {
  font-weight: 700;
}

.Top-books__author {
  font-style: italic;
  font-weight: 100;
}

.Video {
  padding: 1.5rem;
}

.Video-title {
  text-align: left;
  padding: 20px 0;
  width: 100%;
}

.Video-block {
  margin: 0 auto;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .Video-block {
    width: 560px;
  }
}

.Video-block-source {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.Video-block-source iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Video-block-title {
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: left;
  font-weight: 600;
}

.Video-block-description {
  font-weight: 100;
}

.WeTalk {
  background-color: #fff;
  padding: 2rem 0;
}

.WeTalk-header {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .WeTalk-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.WeTalk-block {
  font-family: "PT Serif", serif;
  font-style: italic;
  width: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .WeTalk-block {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .WeTalk-block--third {
    width: 33%;
  }
  .WeTalk-block--half {
    width: 50%;
  }
}

.WeTalk-block__home {
  padding: 0 0 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
}

.WeTalk-cover {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
}

@media (min-width: 1200px) {
  .WeTalk-cover {
    width: 50%;
  }
}

.WeTalk-desc {
  position: relative;
}

.WeTalk-desc__home {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 1rem;
  width: 60%;
}

@media (min-width: 768px) {
  .WeTalk-desc__home {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .WeTalk-desc__home {
    width: 50%;
  }
}

.WeTalk-desc .linkPlusIcon {
  display: block;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  bottom: -0.5rem;
  right: 0;
}

@media (min-width: 992px) {
  .WeTalk-desc .linkPlusIcon {
    bottom: 0.5rem;
    right: -1rem;
  }
}

.WeTalk-author {
  padding: 0.5rem 0;
}

.WeTalk-author__home {
  padding-right: 0.25rem;
}

.WeTalk-author span {
  font-weight: 600;
  font-style: normal;
}

.WeTalk-home {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .WeTalk-home {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.WeTalk-home__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Home-block--w-1-3 .WeTalk-block__home {
  width: 100%;
}

@media (min-width: 768px) {
  .Home-block--w-3-3 .WeTalk-block__home {
    width: 50%;
    padding: 0 1rem 1rem 0;
  }
}

.Home-block--w-3-3 .WeTalk-desc__home .linkPlusIcon {
  display: block;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  bottom: -0.5rem;
  right: 0;
}

@media (min-width: 992px) {
  .Home-block--w-3-3 .WeTalk-desc__home .linkPlusIcon {
    bottom: 0.5rem;
    right: 0;
  }
}

@media (min-width: 768px) {
  .Home-block--w-3-3 .WeTalk-cover {
    width: 20%;
  }
}

.wysiwig-quote {
  padding: 10px;
  border: 1px solid #218aab;
}

.Articles--ee {
  position: relative;
  padding: 10px 20px 15px;
  margin-bottom: 1rem;
  border: 1px solid #d9dadb;
}

.Articles-cover--ee {
  display: block;
  margin-bottom: 15px;
}

.Articles-cover--ee img {
  display: block;
  margin: 0 auto;
}

.Articles-info--ee .Articles-info__title a {
  color: #3e3d40;
  font-weight: 600;
}

.Articles-info--ee .Articles-info__title a:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.Articles-info--ee .Articles-info__title a:hover, .Articles-info--ee .Articles-info__title a:focus {
  color: #218aab;
}

.Articles-info--ee .Articles-info__short {
  font-family: "PT Serif", serif;
}

.Articles-info--ee .linkPlus {
  margin-right: 0;
}

.EducationalOffer .Search-headerSubtitle {
  font-size: .7rem;
}

.EducationalOffer .BookList--teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .EducationalOffer .BookList--teacher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.EducationalOffer-catalog {
  margin-top: 30px;
}

.EducationalOffer-catalog h2 {
  font-size: 1rem;
}

.EducationalOffer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -10px;
}

.EducationalOffer-listItem {
  position: relative;
  padding: 10px 25px;
  margin-right: 17px;
  margin-bottom: 10px;
  font-family: "PT Serif", serif;
  font-size: .7rem;
  font-style: italic;
  font-weight: 600;
  background-color: #f3f1ee;
}

.EducationalOffer-listItem.active {
  background-color: #218aab;
}

.EducationalOffer-listItem.active a {
  color: #fff !important;
}

.EducationalOffer-listItem a:hover, .EducationalOffer-listItem a:focus {
  color: #218aab;
}

.EducationalOffer-listItem a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.EducationalOffer .BookList-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 245px;
}

@media (min-width: 768px) {
  .EducationalOffer .BookList-cover {
    margin-right: 30px;
  }
}

.EducationalOffer .BookList-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-top: 1rem;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .EducationalOffer .BookList-info {
    min-width: 300px;
  }
}

.EducationalOffer .BookList-authors,
.EducationalOffer .BookList-titleInfo,
.EducationalOffer .BookList-resume,
.EducationalOffer .TeachingTools-audience,
.EducationalOffer .TeachingTools-cards,
.EducationalOffer .BookList-text {
  margin-bottom: .6rem;
}

.EducationalOffer .BookList-authors {
  font-style: italic;
}

.EducationalOffer .BookList-title {
  font-size: .9rem;
}

.EducationalOffer .BookList-resume {
  font-family: "PT Serif", serif;
  line-height: 1.4;
}

.EducationalOffer .TeachingTools-audience li {
  display: inline-block;
  padding: 5px 5px 2px;
  background-color: #f3f1ee;
}

.EducationalOffer .BookList-text {
  color: #707173;
  font-size: .65rem;
  line-height: 1.3;
}

.EducationalOffer .TeachingTools-link {
  margin-top: .4rem;
}

.se_formEnseignant {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.se_formEnseignant .formHeader,
.se_formEnseignant .formTextLabel,
.se_formEnseignant .formFooterContainer {
  display: none;
}

.se_formEnseignant .formText,
.se_formEnseignant .formParagraph,
.se_formEnseignant .formSelectionMultiple,
.se_formEnseignant .formSelectionSingle {
  margin-bottom: 15px;
}

.se_formEnseignant .formTitle {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #218aab;
  text-transform: lowercase;
}

.se_formEnseignant .formTitle:first-letter {
  text-transform: uppercase;
}

.se_formEnseignant.formSubmit {
  text-align: center;
}

.se_formEnseignant .formSubmit {
  margin-bottom: 20px;
}

.se_formEnseignant .formSubmit a,
.se_formEnseignant .formSubmit input {
  background: #218aab;
  color: #fff;
  margin: 40px 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  padding: 5px 10px;
  text-transform: lowercase;
}

.se_formEnseignant .formSubmit a:first-letter {
  text-transform: uppercase;
}

.se_formEnseignant .formSubmit a:hover,
.se_formEnseignant .formSubmit a:focus,
.se_formEnseignant .formSubmit input:hover,
.se_formEnseignant .formSubmit input:focus {
  background: #218aab;
  color: #fff;
  text-decoration: none;
}

.se_formEnseignant .formTextInput input,
.se_formEnseignant .formSelectionSingleValues select {
  background: #fff;
  color: #707173;
  border: solid 1px #d9dadb;
  padding: 14px 16px 14px 16px;
  width: 100%;
  box-sizing: border-box;
}

.se_formEnseignant select[name="formItem-mbsingle-36"],
.se_formEnseignant select[name="formItem-mbsingle-34"] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAACjUlEQVR4nO3av2sUQRiH8aeUQFACAYvAQSwU0hxiilRpAsEqVbCwCAYs8hdoZ7DyRxtTCOlShGARGwvTWKWxsElhYREIGhCEEA0pz2IvRGRv5u52c7O3eT4w3e3M952Du513FyRJkiRJkiRJkiRJkiRJkiRJkiRJvbkBTKcOcYmmgeupQ3TrMfAHaAHfgfm0cUo1D/wgq+038ChtnLg7ZGH/H0spQ5VkifzaJlOGinlAfugW8CRhrqKe0rmuxYS5ou7SOXgLWEsXrW9rhGuaShetO28JF7CVLlrPtgjX8iZdtN5sEC7kEzCSKlwXRskyhmrYSBWuX6uEC/oCjKcKFzAO7BPOvpoqXFHLhAs7ABqpwuVokGUKZV5OFa4s94EzOhf4E2gmS3ehSZalU84zslpq4R5wTOdiT4HZZOmytU9zcp2PY7IaauU2cEj45yDFPf1iJNMhWfZaukn8D3NlgHlWIln225lrbRTYI7wRLwaQ41Ukw14765WxQ3hDNi9x7e3I2juXuHalrRPemF3gWonrjbTnDK25XuJ6QynUuGsBn4GxEtYZIzuMhtYa5gZoqR4S3qhvwESB+Sfac1TtDq/S5gifBY7o7/Zzqn1t6Aw0VzB7bTWBX4QPaDM9zDcDnATmq0qXoNJuEe8nddPCWIjMcUC1+miVNk78DzjU5Is1Navaaa60EeLPJJ7lXPc8cs0u1X4WU3mxQ9y/D4o2I5/dHljqmntNeKPfAe8jn3k58NQ1F2sEhsYgG5ZXSqxVnjcWkiS9QmYJny3Oxwm9nVlUwBThx61HDMH7UnXTIL8/9ZVifS8VMAZ84OLL+MgQvZVeZ5P4EyVJkiRJkiRJkiRJkiRJkiRJkiRJFfcX4CKzFFC3CLQAAAAASUVORK5CYII=");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.se_formEnseignant .formTextInput input.formError,
.se_formEnseignant .formSelectionSingleValues select.formError {
  border: solid 1px #ff0000;
}

.se_formEnseignant .formSelectionSingleLabel.formError,
.se_formEnseignant .formError label {
  color: #ff0000;
}

@media (min-width: 768px) {
  .se_formEnseignant .formTextInput,
  .se_formEnseignant .formSelectionSingleValues {
    width: 67%;
  }
}

.se_formEnseignant .formTextInput {
  margin-bottom: 40px;
}

.se_formEnseignant .formSelectionSingle .formSelectionSingleLabel label,
.se_formEnseignant .formSelectionSingle .formTextLabel label {
  padding: 10px 0 5px 0;
  font-weight: bold;
  display: block;
}

.se_formEnseignant .formTextLabel label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  font-size: 0.8rem;
}

.se_formEnseignant .formSelectionMultipleLabel {
  padding: 10px 0 5px 0;
  font-weight: bold;
  display: block;
}

.se_formEnseignant .formSelectionSingleValueForSingleLine {
  float: left;
  margin: 20px 20px 40px 0;
}

@media (max-width: 767px) {
  .se_formEnseignant .formSelectionSingleValueForSingleLine {
    float: none;
    margin: 0px 20px 20px 0;
  }
}

.se_formEnseignant .formSelectionSingleValueForSingleLine label input {
  margin-right: 10px;
}

.se_formEnseignant .formSelectionMultipleValueForMultipleLines {
  margin: 0 0 3px 0;
}

.se_formEnseignant.formSelectionSingleValues:after,
.se_formEnseignant.formSubmit:after {
  content: '';
  display: block;
  clear: both;
}

.se_formEnseignant .formErrorMessage {
  margin-bottom: 10px;
  color: #ff0000;
}

.se_formEnseignant .customCheckbox {
  margin: 3px 6px 3px 3px;
}

.se_formEnseignant .TeachingClassValues .TeachingClassValuesContainer {
  border-left: solid 1px #c4c4c4;
  margin: 5px 0 10px 10px;
  padding: 0 0 0 5px;
  font-size: 14px;
}

.se_formEnseignant label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.se_formEnseignant .clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.se_formEnseignant .LegalNotice {
  margin-top: 40px;
}

#customCountry {
  margin-bottom: 10px;
}

.se_formEnseignant .customCountryLabel {
  display: inline-block;
  margin: 0px 20px 40px 0;
}

@media (max-width: 767px) {
  .se_formEnseignant .customCountryLabel {
    margin: 0px 20px 20px 0;
  }
}

.se_formEnseignant .customCountryLabel input {
  margin-right: 5px;
}

.se_formEnseignant input:disabled,
.se_formEnseignant select:disabled {
  color: #777;
  border: solid 1px #d4d4d4;
  background: #f8f8f8;
}

#searchSchoolValue {
  width: 100%;
}

#searchSchoolButton {
  margin-top: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: none;
  font-size: 1rem;
  background: #218aab;
  color: #fff;
  line-height: 1rem;
  cursor: pointer;
  font-family: "PT Serif", serif;
  font-style: italic;
}

#searchSchoolResults {
  margin-top: 15px;
}

.se_loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: se_spin .7s linear infinite;
          animation: se_spin .7s linear infinite;
  margin: 20px auto;
}

#customErrorMessage {
  color: #ff0000;
  margin-top: 30px;
  text-align: center;
}

#searchSchoolResultsValues {
  margin-bottom: 5px;
}

#searchSchoolResultSelected {
  display: block;
  margin-top: 30px;
  background: #e8e8e8;
  padding: 20px;
}

#searchSchoolResultNotFound {
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  margin-top: 5px;
}

#searchSchoolResultNotFound label {
  font-size: 0.8rem;
}

.se_form.se_modalbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  max-width: 100%;
}

.se_form.se_modalbox > div {
  position: relative;
  max-width: 1000px;
  width: 80%;
  padding: 10px 30px;
  height: 80%;
  top: 5%;
  margin: 0 auto;
  overflow: auto;
  background: #fff;
}

.se_form .DateOfBirth .formTextLabel {
  display: block;
}

.se_form .Profession label {
  display: none !important;
}

@-webkit-keyframes se_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes se_spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.h2-title {
  margin-bottom: 10px;
}

.h2-title p {
  display: inline;
}

.h2-subtitle {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .h2-subtitle {
    margin-left: 73px;
  }
}

@media (max-width: 767px) {
  .TeacherHome .Slider.owl-carousel .Slider-itemCover {
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .TeacherHome .Slider.owl-carousel .Slider-itemCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.TeacherHome .Slider.owl-carousel .Slider-itemCard {
  background-color: #f3f1ee;
}

@media (min-width: 768px) {
  .TeacherHome .Slider.owl-carousel .Slider-itemCard {
    width: 350px;
    min-height: 250px;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .TeacherHome .Slider.owl-carousel .Slider-itemCard {
    left: 100px;
  }
}

.TeacherHome .Slider.owl-carousel .Slider-itemCard h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
}

.TeacherHome .Slider.owl-carousel .Slider-itemCard ul {
  margin-left: 15px;
  margin-bottom: 15px;
  list-style: initial;
}

.TeacherHome .Slider.owl-carousel .Slider-itemCard ul li {
  margin-bottom: 10px;
  font-family: PlantinStd;
  color: #3e3d40;
}

.TeacherHome .Slider.owl-carousel .Slider-itemLink {
  text-transform: none;
  font-size: .9rem;
  font-style: italic;
  line-height: .7;
}

.EducationalOffer-cycles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
}

.EducationalOffer-cycleCard {
  display: block;
  max-width: 185px;
  width: 100%;
  margin: 10px 1%;
}

.EducationalOffer-cycleCard:hover .EducationalOffer-cycleTitle, .EducationalOffer-cycleCard:focus .EducationalOffer-cycleTitle {
  color: #218aab;
}

.EducationalOffer-cycleCard img {
  display: block;
  margin: 0 auto;
  padding: 10px;
}

.EducationalOffer-cycleTitle {
  margin-top: 5px;
  color: #3e3d40;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-prev,
.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-next {
  background-color: #218aab;
  font-size: 0;
}

.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-prev:before,
.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-next:before {
  border-color: #fff;
}

.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-prev.disabled,
.TeacherHome .BookList-list.owl-carousel .owl-nav .owl-next.disabled {
  background-color: #d9dadb;
}

.TeacherHome .BookList-list.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TeacherHome .BookList-list.owl-carousel .owl-dot {
  width: 25px;
  height: 7px;
  margin: 5px;
  background-color: #d9dadb;
}

.TeacherHome .BookList-list.owl-carousel .owl-dot.active {
  background-color: #218aab;
}

.TeacherSpace {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Serif", serif;
  font-size: .6rem;
  color: #fff;
  background-color: #2D2C2E;
}

.TeacherSpace > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TeacherSpace .icon--select {
  width: 8px;
  height: 8px;
}

.TeacherSpace-link {
  display: inline-block;
}

.TeacherSpace-link a {
  position: relative;
  padding: .55rem .6rem;
  color: #fff;
}

.TeacherSpace-link a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  right: 4px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.TeacherSpace-link .icon--select {
  margin-right: 5px;
  margin-bottom: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.TeacherSpace-account {
  display: inline-block;
}

.TeacherSpace-account[data-state="active"] .TeacherSpace-accountBox {
  display: block;
}

.TeacherSpace-accountBtn {
  padding: .55rem .6rem .55rem .7rem;
  cursor: pointer;
}

.TeacherSpace-accountBtn .icon--account {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 5px;
}

.TeacherSpace-accountBtn .icon--select {
  margin-bottom: 1px;
}

.TeacherSpace-accountBtn.logged-in {
  padding: 0 .6rem;
}

.TeacherSpace-accountBtn.logged-in .icon--account {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.TeacherSpace-username {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: .5rem;
}

.TeacherSpace-accountBox {
  display: none;
  z-index: 50;
  position: absolute;
  padding: 10px;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(48, 54, 61, 0.2);
}

.TeacherSpace-accountBox hr {
  margin: 6px 5px 10px;
  border: 0;
  border-top: 1px solid #d9dadb;
  box-shadow: none;
}

.TeacherSpace-signIn,
.TeacherSpace-info {
  display: block;
  padding: 5px;
  color: #3e3d40;
  font-family: "Roboto", sans-serif;
}

.TeacherSpace-action {
  padding: 0 5px 5px;
  color: #3e3d40;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.TeacherSpace-signUp,
.TeacherSpace-signOut {
  display: block;
  min-width: 155px;
  margin-top: 10px;
  padding: 8px 10px;
  color: #fff !important;
  background-color: #218aab;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.TeachingTools {
  position: relative;
  padding: 25px 65px 25px 25px;
  border: 1px solid #218aab;
  overflow: hidden;
}

.TeachingTools[data-state="active"] .TeachingTools-btn {
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
}

.TeachingTools[data-state="active"] .TeachingTools-btn .icon--plus {
  display: none;
}

.TeachingTools[data-state="inactive"] .TeachingTools-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.TeachingTools[data-state="inactive"] .TeachingTools-btn .icon {
  position: absolute;
  top: 20px;
  right: 15px;
}

.TeachingTools[data-state="inactive"] .TeachingTools-btn .icon--minus {
  display: none;
}

.TeachingTools[data-state="inactive"] .TeachingTools-content {
  display: none;
}

.TeachingTools-btn {
  position: absolute;
  cursor: pointer;
}

.TeachingTools-btn .icon {
  width: 35px;
  height: 35px;
  color: #218aab;
  border: 1px solid #218aab;
  border-radius: 50%;
}

.TeachingTools-btn .icon--plus {
  border: 0;
}

.TeachingTools-label {
  color: #3e3d40;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .TeachingTools-label {
    font-size: .7rem;
    line-height: 1.4;
  }
}

.TeachingTools-content {
  margin-top: 25px;
}

.TeachingTools-content > *:not(.TeachingTools-link) {
  margin-bottom: 2em;
}

.TeachingTools-resume {
  font-family: "PT Serif", serif;
  line-height: 1.4;
}

.TeachingTools-audience li:not(:last-child) {
  margin-bottom: .2em;
}

.TeachingTools-audience li {
  font-size: .7rem;
  font-style: italic;
  line-height: 1.4;
}

.TeachingTools-cards li:not(:last-child) {
  margin-bottom: .7em;
}

.TeachingTools-cards li {
  display: block;
}

.TeachingTools-card {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.TeachingTools-card a {
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.4;
}

.TeachingTools-card a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.TeachingTools-icon {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  background: #218aab;
  border-radius: 50%;
}

.TeachingTools-icon .icon {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.TeachingTools-link {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-size: .7rem;
  font-style: italic;
  color: #218aab;
}

a.TeachingTools-link::before {
  content: '';
  position: relative;
  display: inline-block;
  border-top: 1px solid #218aab;
  width: .8rem;
  margin-right: .4rem;
  vertical-align: middle;
  top: -2px;
}

.Header-logo svg {
  transition: all 0.2s;
}

.preload .Header-logo svg {
  transition: none;
}

.Header-sticky .Header-logo svg {
  margin-top: -8px;
  height: 50px;
  width: 150px;
}

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