/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Agan S55', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    background: white;
    color: #292c4f;
}
button, input, optgroup, select, textarea {
    font-family: 'Simplon', sans-serif;
}

a {
    color: #292c4f;
}
a:hover {
}

*[onclick] {
    cursor: pointer;
}

hr {
    margin: 3rem 0;
    border: 1px solid #f2f2f2;
}

h1 {
    font-family: "Carneys Gallery", sans-serif;
    font-size: 35px;
}

.richtext blockquote {
    font-family: "Carneys Gallery Script", sans-serif;
    font-size: 24px;
    color: #939393;
    letter-spacing: 5px;
    position: relative;
    margin: 25px 50px;
    text-align: center;
}

.richtext {
    font-family: "Didot", serif;
    font-size: 18px;
    position: relative;
}

.richtext blockquote::before, .richtext blockquote::after {
    content: ",,";
    font-family: "Carneys Gallery", sans-serif;
    font-size: 80px;
    color: #292c4f;
    letter-spacing: -2px;
    transform: scaleX(-1);
    display: block;
    position: absolute;
    top: -25px;
    left: -50px;
    line-height: 0px;
}

.richtext blockquote::after {
    content: ",,";
    transform: scaleX(1);
    top: initial;
    left: initial;
    bottom: 25px;
    right: -50px;
}

figcaption {
    font-family: 'Simplon', sans-serif;
    font-size: 0.7em;
    opacity: 0.8;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    body {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 30px;
    }

    .richtext blockquote {
        font-size: 20px;
    }

    .richtext {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    body {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 20px;
    }

    .richtext blockquote {
        font-size: 16px;
    }

    .richtext {
        font-size: 14px;
    }
}



@font-face {
    font-family: 'Didot';
    src:
            url('../../../assets/didot.woff') format('woff'),
            url('../../../assets/didot.woff2') format('woff2')
;
    font-display: swap;
}

@font-face {
    font-family: 'Agan S55';
    src:
        url('../../../assets/Agane_55_roman.woff') format('woff')
    ;
    font-display: swap;
}

@font-face {
    font-family: 'Agan S65';
    src:
            url('../../../assets/Agane_65_Bold.woff') format('woff')
;
    font-display: swap;
}

@font-face {
    font-family: 'Agan S75';
    src:
            url('../../../assets/Agane_75_Extra_Bold.woff') format('woff')
;
    font-display: swap;
}

@font-face {
    font-family: 'Carneys Gallery Script';
    src:
            url('../../../assets/Carneys_Gallery_Script.woff') format('woff'),
            url('../../../assets/Carneys_Gallery_Script.otf') format('truetype')
    ;
    font-display: swap;
}

@font-face {
    font-family: 'Carneys Gallery';
    src:
            url('../../../assets/Carneys_Gallery.woff') format('woff'),
            url('../../../assets/Carneys_Gallery.otf') format('truetype')
;
    font-display: swap;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 15:46:17
 */

/* Grid flexbox fallback */
.Grid {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
    overflow: hidden;
}
.Grid > * {
    width: calc(100%/var(--grid-columns) - 2rem);
    margin: 1rem;
}
.Grid--marginBottom {
    margin-bottom: 2rem;
}

@supports (display: grid) {
    .Grid {
        --grid-columns: 1;
        --grid-gap: 2rem;
        display: grid;
        grid-gap: var(--grid-gap);
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        margin: 0;
    }
    .Grid > * {
        width: auto;
        margin: 0;
    }
}

.Grid--bigGap {
    --grid-gap: 18rem;
}
.Grid--midGap {
    --grid-gap: 9rem;
}

.Grid--2 {
    --grid-columns: 2;
}
.Grid--2--1-2 {
    --grid-columns: 2;
}
.Grid--2--1-2 > *:first-child {
    width: 33%;
    margin-right: 2rem;
}
.Grid--2--1-2 > *:last-child {
    flex: 1;
}
.Grid--2--2-3 {
    --grid-columns: 2;
}
.Grid--2--2-3 > *:first-child {
    width: 40%;
    margin-right: 2rem;
}
.Grid--2--2-3 > *:last-child {
    flex: 1;
}
@supports (display: grid) {
    .Grid--2--1-2 {
        grid-template-columns: 1fr 2fr;
    }
    .Grid--2--1-2 > *:first-child,
    .Grid--2--1-2 > *:last-child {
        width: auto;
        margin: 0;
    }
    .Grid--2--2-3 {
        grid-template-columns: 2fr 3fr;
    }
    .Grid--2--2-3 > *:first-child,
    .Grid--2--2-3 > *:last-child {
        width: auto;
        margin: 0;
    }
}

.Grid--2--2-1 {
    --grid-columns: 2;
}
.Grid--2--2-1 > *:first-child {
    width: 66%;
    margin-right: 2rem;
}
.Grid--2--2-1 > *:last-child {
    flex: 1;
}
@supports (display: grid) {
    .Grid--2--2-1 {
        grid-template-columns: 2fr 1fr;
    }
    .Grid--2--2-1 > *:first-child,
    .Grid--2--2-1 > *:last-child {
        width: auto;
        margin: 0;
    }
}

.Grid--3 {
    --grid-columns: 3;
}
.Grid--4 {
    --grid-columns: 4;
}
.Grid--5 {
    --grid-columns: 5;
}
.Grid--padding {
    padding: 1rem;
}
@media (max-width: 1700px) {
    .Grid--bigGap {
        --grid-gap: 10rem;
    }
}
@media (max-width: 1460px) {
    .Grid--bigGap {
        --grid-gap: 6rem;
    }

    /* 1 column at size XL */
    .Grid--xl-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xl-1.Grid--2--1-2 > *:first-child,
    .Grid--xl-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--xl-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XL */
    .Grid--xl-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XL */
    .Grid--xl-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 4 columns at size XL */
    .Grid--xl-4 {
        --grid-columns: 4;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--xl-orderFirst {
        order: -1;
    }
}
@media (max-width: 1260px) {
    .Grid--bigGap {
        --grid-gap: 4rem;
    }

    /* 1 column at size L */
    .Grid--l-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--l-1.Grid--2--1-2 > *:first-child,
    .Grid--l-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--l-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size L */
    .Grid--l-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size L */
    .Grid--l-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--l-orderFirst {
        order: -1;
    }
}
@media (max-width: 1080px) {
    /* 1 column at size M */
    .Grid--m-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--m-1.Grid--2--1-2 > *:first-child,
    .Grid--m-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--m-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size M */
    .Grid--m-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size M */
    .Grid--m-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--m-orderFirst {
        order: -1;
    }
}
@media (max-width: 960px) {
    .Grid--bigGap {
        --grid-gap: 6rem;
    }

    /* 1 column at size S */
    .Grid--s-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--s-1.Grid--2--1-2 > *:first-child,
    .Grid--s-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--m-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size S */
    .Grid--s-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size S */
    .Grid--s-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--s-orderFirst {
        order: -1;
    }
}
@media (max-width: 900px) {
    /* 1 column at size XS */
    .Grid--xs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xs-1.Grid--2--1-2 > *:first-child,
    .Grid--xs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--xs-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }

    /* 2 columns at size XS */
    .Grid--xs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--xs-orderFirst {
        order: -1;
    }
}
@media (max-width: 620px) {
    /* 1 column at size XXS */
    .Grid--xxs-noGrid {
        display: block;
    }
    .Grid--xxs-noGrid.Grid--2--1-2 > *,
    .Grid--xxs-noGrid.Grid--2--2-1 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxs-noGrid.Grid--2--2-3 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxs-order-1 {
        order:1;
    }
    .Grid--xxs-order-2 {
        order:2;
    }
    .Grid--xxs-1.Grid--2--1-2 > *:first-child,
    .Grid--xxs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--xxs-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XS */
    .Grid--xxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--xxs-orderFirst {
        order: -1;
    }
}
@media (max-width: 320px) {
    /* 1 column at size XXXS */
    .Grid--xxxs-noGrid {
        display: block;
    }
    .Grid--xxxs-noGrid.Grid--2--1-2 > *,
    .Grid--xxxs-noGrid.Grid--2--2-1 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxxs-noGrid.Grid--2--2-3 > * {
        width: auto;
        margin-right: 1em;
    }
    .Grid--xxxs-1 {
        --grid-columns: 1;
        grid-template-columns: 1fr;
    }
    .Grid--xxxs-1.Grid--2--1-2 > *:first-child,
    .Grid--xxxs-1.Grid--2--2-1 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    .Grid--xxxs-1.Grid--2--2-3 > *:first-child {
        width: auto;
        margin-right: 0;
    }
    /* 2 columns at size XS */
    .Grid--xxxs-2 {
        --grid-columns: 2;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }
    /* 3 columns at size XS */
    .Grid--xxxs-3 {
        --grid-columns: 3;
        grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    .Grid-item--xxxs-orderFirst {
        order: -1;
    }
}

.Grid--marginBottom {
    margin-bottom: 2rem;
}


/* IE 10-11 */

@media all and (-ms-high-contrast:none)
{
    .Grid > * {
        width: calc(100% - 2.01rem);
    }
    .Grid--2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    .Grid--3 > * {
        width: calc(100%/3 - 2.01rem);
    }
    .Grid--4 > * {
        width: calc(100%/4 - 2.01rem);
    }
    .Grid--5 > * {
        width: calc(100%/5 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 1260px) {
    /* 1 column at size L */
    .Grid--l-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size L */
    .Grid--l-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size L */
    .Grid--l-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 1080px) {
    /* 1 column at size M */
    .Grid--m-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size M */
    .Grid--m-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size M */
    .Grid--m-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 960px) {
    /* 1 column at size S */
    .Grid--s-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size S */
    .Grid--s-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size S */
    .Grid--s-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 900px) {
    /* 1 column at size XS */
    .Grid--xs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XS */
    .Grid--xs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XS */
    .Grid--xs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 620px) {
    /* 1 column at size XXS */
    .Grid--xxs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XXS */
    .Grid--xxs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XXS */
    .Grid--xxs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 320px) {
    /* 1 column at size XXXS */
    .Grid--xxxs-1 > * {
        width: calc(100% - 2.01rem);
    }
    /* 2 columns at size XXXS */
    .Grid--xxxs-2 > * {
        width: calc(100%/2 - 2.01rem);
    }
    /* 3 columns at size XXXS */
    .Grid--xxxs-3 > * {
        width: calc(100%/3 - 2.01rem);
    }
}

.Gallimard-main-grid {
    display: grid;
    grid-template-columns: minmax(100px, max-content) 250px;
    grid-column-gap: 1.5rem;
}

.Gallimard-main-grid > div {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (max-width: 960px) {
    /* 1 column at size S */
    .Gallimard-main-grid {
        grid-template-columns: 1fr;
    }
}

.Header {
    color : #939393;
    position: relative;
    padding-top: 1rem;
}

.Header a {
    color: #939393;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Agan S65", sans-serif;
}

.Header-gallimard-title {
    font-family: "Agan S55", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: 400;
    font-size: 16px;
}

.Header::before {
    content: "";
    background: #292c4f;
    position: absolute;
    height: calc(100% - 250px);
    min-height: 150px;
    width: 100%;
    top: 0;
}

.Header-image {
    position: relative;
    width: calc(100% - 130px);
    margin-left: 130px;
    margin-top: 30px;
}

.Header-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 100px 20px 200px 130px rgb(10, 24, 45);
    -moz-box-shadow: inset 100px 20px 200px 130px rgb(10, 24, 45);
    box-shadow: inset 100px 20px 200px 130px rgb(10, 24, 45);
    top : 0;
    left : 0;
}

.Header-image img {
    position: relative;
}

.Header-image::before {
    content: "";
    border: #939393 1px solid;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% - 140px);
    margin-top: -10px;
    margin-left: -10px;
}

.Gallimard-header-title {
    position: absolute;
    z-index: 1;
}

.Gallimard-header-title-vupar {
    letter-spacing: 5px;
}

.Gallimard-header-title-ocean {
    font-family: "Carneys Gallery", sans-serif;
    text-transform: lowercase;
    font-size: 80px;
    letter-spacing: 10px;
    display: block;
    margin-left: 50px;
    margin-top: -20px;
}

.Gallimard-header-title-skipper {
    font-family: "Carneys Gallery Script", sans-serif;
    font-size: 40px;
    letter-spacing: 10px;
    vertical-align: top;
}

.Header-copyright {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 6px;
}

@media (max-width: 1200px) {

    .Header::before {
        height: calc(100% - 150px);
    }

    .Header-image::before {
        height: calc(100% - 80px);
    }
}

@media (max-width: 1024px) {

    .Header-gallimard-title {
        font-size: 14px;
    }

    .Gallimard-header-title-ocean {
        font-size: 50px;
    }

    .Gallimard-header-title-skipper {
        font-size: 30px;
    }

    .Header-image::after {
        -webkit-box-shadow: inset 80px 10px 150px 100px rgb(10, 24, 45);
        -moz-box-shadow: inset 80px 10px 150px 100px rgb(10, 24, 45);
        box-shadow: inset 80px 10px 150px 100px rgb(10, 24, 45);
    }


    .Header-image::before {
        height: calc(100% - 30px);
    }
}

@media (max-width: 620px) {
    .Header-gallimard-title {
        font-size: 12px;
    }

    .Gallimard-header-title-vupar {
        display: block;
    }

    .Header-image {
        width: 100%;
        margin-left: 0px;
    }

    .Gallimard-header-title-ocean {
        font-size: 25px;
    }

    .Gallimard-header-title-skipper {
        font-size: 20px;
    }

    .Header-image::after {
        -webkit-box-shadow: inset 10px 10px 70px 50px rgb(10, 24, 45);
        -moz-box-shadow: inset 10px 10px 70px 50px rgb(10, 24, 45);
        box-shadow: inset 10px 10px 70px 50px rgb(10, 24, 45);
    }
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 13:55:32
 */

.MainBody {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 140px 2rem 140px;
}

.MainBody p {
    margin: 3rem 0;
}

.MainBodyBgWrapper {
    padding-bottom: 4rem;
    background: #28dbc4;
}

@media (max-width: 1080px) {
    .MainBody {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 800px) {
    .MainBody {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media (max-width: 640px) {
    .MainBody {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.MainBody--large {
    max-width: 1400px;
    padding-right: 120px;
    padding-left: 120px;
}

.MainBody--midLarge {
    max-width: 1760px;
    padding-right: 120px;
    padding-left: 120px;
}

.MainBody--extraLarge {
    max-width: 1800px;
    padding-right: 120px;
    padding-left: 120px;
}

.MainBody--light {
    color: #989898;
}

@media (max-width: 1120px) {
    .MainBody--large {
        padding-right: 100px;
        padding-left: 100px;
    }
}

@media (max-width: 1080px) {
    .MainBody,
    .MainBody--large {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 1040px) {
    .MainBody,
    .MainBody--large {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 720px) {
    .MainBody {
        padding-top: 3rem;
    }
    .MainBody,
    .MainBody--large {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.MainBody--fullWidth {
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
}


.MainBody--mVerticalSpacing {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-top: 0;
    padding-bottom: 0;
}
.MainBody--mVerticalSpacing p:last-child {
    margin-bottom: 0;
}
.MainBody--lVerticalSpacing {
    margin-top: 10rem;
    margin-bottom: 10rem;
    padding-top: 0;
    padding-bottom: 0;
}
.MainBody--lVerticalSpacing p:last-child {
    margin-bottom: 0;
}

.MainBodyBgWrapper--light {
    background: #fff;
}
.MainBodyBgWrapper--grey {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #efefef;
}
.MainBodyBgWrapper--color {
    padding-top: 1px;
    padding-bottom: 1px;
    background: #28dbc4;
}

.MainBody--noTopPadding {
    padding-top: 0;
}
.MainBody--noTopMargin {
    margin-top: 0;
}

.Gallimard-neighbours {
    border-top: #939393 1px solid;
    color: #939393;
    text-transform: uppercase;
}

.Gallimard-summary {
   cursor: pointer;
}
.Gallimard-neighbours-title {
    font-size : 1em;
    letter-spacing : 0.5rem;
}

.Gallimard-summary-title {
    font-family: "Carneys Gallery Script", sans-serif;
    font-size : 15px;
    letter-spacing : 0.5rem;
    text-transform: none;
    display: block;
    text-align: center;
    color: #939393;
    text-decoration: none;
}

.Gallimard-summary-subtitle {
    margin-top: 15px;
    letter-spacing : 0.2rem;
    text-decoration: none;
    color: #939393;
    display: block;
}

.Gallimard-summary-subtitle.next_text {
    text-align: right;
}

.Gallimard-summary-image {
    position: relative;
    z-index: -1;
    margin-bottom: -25px;
}

.Gallimard-summary-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 20px 20px 100px 50px rgb(10, 24, 45);
    -moz-box-shadow: inset 20px 20px 100px 50px rgb(10, 24, 45);
    box-shadow: inset 20px 20px 100px 50px rgb(10, 24, 45);
    top : 0;
    left : 0;
}

.Gallimard-summary-image img {
    position: relative;
}


.Menu {
    line-height: 1.8em;
}

.Menu-separators > li {
    text-transform: uppercase;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.Menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Menu-cmsfile {
    padding-left: 2rem;
}

.Menu-separators > li > span, .Menu-separators > li > a {
    font-family: "Agan S65", sans-serif;
    padding-bottom: 1rem;
    text-decoration: none;
    display: block;
    letter-spacing: 0.1rem;
}

.Menu-separators > li:first-child {
    border-left: 1px #292c4f solid;
}

.Menu-page {
    font-family: "Agan S55", sans-serif;
    text-transform: none;
}

.Menu-cmsfiles {
    display: none;
}

.Menu-cmsfiles a {
    color: #939393;
    text-decoration: none;
}

.Menu-cmsfiles .Menu-cmsfile.active a {
    color: #939393;
    font-family: "Agan S75", sans-serif;
}

.Menu-cmsfiles a:hover, .Menu-cmsfiles a:focus {
    text-decoration: underline;
}

.Menu-cmsfiles a::before {
    content: ">";
    padding-right: 0.5rem;
    color: #939393;
}

.Menu-page.active .Menu-cmsfiles, .Menu-page:hover .Menu-cmsfiles {
    display: block;
}

.Menu-page.active span, .Menu-page:hover span {
    font-family: "Agan S75", sans-serif;
    text-decoration: underline;
}

/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-21 15:31:31
 */

.MainFooter {
    position: relative;
    padding: 8rem 2rem 2rem 2rem;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    font-family: "Agan S 65", sans-serif;
    font-size: 0.9em;
}

.MainFooter::before {
    content: '';
    position: absolute;
    background: url(../../../assets/gallimard_logo.svg) no-repeat;
    height: 10rem;
    width: 55rem;
    bottom: 0;
    right: 0;
    display: block;
    background-size: contain;
    opacity: 0.05;
    background-position: bottom;
}

.MainFooter {
    color: #999;
}

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

.MainFooter-signature {
    margin-top: 8rem;
}

@media (max-width: 1600px) {
    .MainFooter::before {
        width: 42rem;
    }
}


@media (max-width: 1260px) {
    .MainFooter {
        padding: 0rem;
        font-size: 0.8em;
    }
    .MainFooter::before {
        position: relative;
        margin: 1rem auto 5rem auto;
        display: block;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 620px) {

    .MainFooter::before {
        width: 25rem;
        height: 5rem;
    }
}


.ShareButtons {
    float: right;
}
.ShareButton {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem;
    margin: 0;
    line-height: 1;
    border: none;
    transition: color .5s ease, background .5s ease;
}

.ShareButton-icon {
    display: inline;
    height: 2.5rem;
    margin-right: .5em;
}


/**
 * @author: Yoann Le Crom <yoann.lecrom@abstractive.fr>
 * date:    2019-06-20 14:29:04
 */

.clearfix {
    clear: both;
}

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

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

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

.pull-left {
    float: left;
    margin-right:25px;
    margin-bottom:25px;
}

.pull-right {
    float: right;
}

.media-pullLeft {
    float: left;
    max-width: 50%;
    margin: 0 2rem 2rem 0;
}

.media-pullRight {
    float: right;
    max-width: 50%;
    margin: 0 0 2rem 2rem;
}

.richtext {
    overflow: auto;
}
.richtext img {
    max-width: 100%;
}

.table-container {
    overflow: auto;
}
.table-container-no-wrap {
    white-space: nowrap;
}

.icon,
.small-icon,
.flag-icon {
    height: 1em;
    width: 1.5em;
    vertical-align: middle;
    position: relative;
    top: -.1em;
    margin-right: .5em;
}
.small-icon {
    width: 1em;
    height: 1em;
}
.flag-icon {
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .2);
}
.flag-icon-noMargin {
    margin: 0;
}
.flag-label-container {
    display: flex;
}
.flag-label-container.flag-label-container--center{
    justify-content: center;
}
.flag-label-container .flag-icon {
    top: .15em;
    margin: 0 1em 0 0;
}

.color-link {
    text-transform: uppercase;
    font-weight: bold;
    color: #28dbc4;
    text-decoration: none;
}
.alternativeTheme .color-link {
    color: #c2252d;
}
.color-link:hover {
    text-decoration: underline;
}
.color-hover-link {
    text-decoration: none;
}
.color-hover-link:hover {
    color: #28dbc4;
    text-decoration: none;
}
.alternativeTheme .color-hover-link:hover {
    color: #c2252d;
}
.strong-link {
    font-weight: bold;
    text-decoration: none;
}
.strong-link:hover,
.strong-link a :hover {
    color: #28dbc4;
    text-decoration: none;
}
.alternativeTheme .strong-link:hover,
.alternativeTheme .strong-link a :hover {
    color: #c2252d;
}

.download-link {
    text-transform: uppercase;
}
.download-link::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 5.949 8.244" height="8.244" viewBox="0 0 5.949 8.244" width="5.949" xmlns="http://www.w3.org/2000/svg"><path d="m.926 2.772 2.029 3.165 2.068-3.165z"/><path d="m2.439 0h1.07v3.114h-1.07z"/><path d="m0 7.173h5.949v1.07h-5.949z"/><path d="m0 6.137h1.07v1.57h-1.07z"/><path d="m4.878 6.137h1.071v1.57h-1.071z"/></svg>') no-repeat center / auto 100%;
}

.unstyled-list {
    list-style: none;
    padding: 0;
}

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


.copyright {
    display: block;
    font-size: 1.2rem;
}
.copyright,
.copyright a {
    color: #999;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}

.image-fullWidth {
    display: block;
    width: 100%;
}
.audio-fullWidth {
    width: 100%;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.image-contain {
    max-width: 100%;
    max-height: 100%;
}

.image-fade {
    opacity: 0;
    transition: opacity 1s ease-out;
    transition-delay: .3s;
}
.image-fade.visible {
    opacity: 1;
}

.videoHolder {
    position: relative;
    padding-bottom: 56.25%;
}
.videoHolder > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tag {
    display: inline-block;
    font-size: 1.2rem;
    padding: .2rem 2rem;
    color: #1e0d68;
    background-color: #28dbc4;
}
.alternativeTheme .tag {
    color: #fff;
    background-color: #c2252d;;
}

.hideMobile {
}
.showMobile {
    display: none;
}
.collapseMobile {
}

.anchor {
    position: relative;
    top: -7.2rem; /* TopBar height*/
}

.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-grow {
    flex-grow: 1;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-vertical-center {
    display: flex;
    align-items: center;
}

.g-recaptcha {
    margin: 0 auto;
}

.richtext iframe,
.twitter-tweet {
display: block;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.twitter-tweet {
    width: 100% !important;
    max-width: 500px !important;
}

figure small {
    display: block;
    text-align: center;
}

.white-bg {
    background-color: #fff;
}

.no-overflow {
    overflow: hidden;
}

.imoca .azimut-consent--container {
    z-index: 201;
}

.imoca .azimut-consent--modal-container {
    z-index: 1000;
}

.imoca .azimut-consent--button {
    color: white;
    background-color: #28dbc4;
    border: 1px solid #28dbc4;
}

.imoca .azimut-consent--button:hover {
    color: white;
    background-color: #22b4a0;
    border: 1px solid #22b4a0;
}

.imoca .azimut-consent--button.azimut-consent--invert {
    color: #28dbc4;
    background-color: transparent;
}

.imoca-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.imoca-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 80%;
}

@media (max-width: 720px) {
    .hideMobile {
        display: none;
    }
    .showMobile {
        display: block;
    }
    span.showMobile {
        display: inline;
    }
    td.collapseMobile {
        width: 0;
        min-width: 0;
        padding: 0;
        overflow: hidden;
        display: block;
    }

    .richtext ul {
        padding-left: 3rem;
    }
    .imoca-modal .modal-content {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .richtext ul {
        padding-left: 2rem;
    }
}
