/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 21, 2023 */
@font-face {
  font-family: 'adagescriptjfregular';
  src: url("../fonts/adagescriptjf-webfont.woff2") format("woff2"), url("../fonts/adagescriptjf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquebold_italic';
  src: url("../fonts/brandon_bld_it-webfont.woff2") format("woff2"), url("../fonts/brandon_bld_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesqueblack_italic';
  src: url("../fonts/brandon_blk_it-webfont.woff2") format("woff2"), url("../fonts/brandon_blk_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquelight_italic';
  src: url("../fonts/brandon_light_it-webfont.woff2") format("woff2"), url("../fonts/brandon_light_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquelight';
  src: url("../fonts/brandon_light-webfont.woff2") format("woff2"), url("../fonts/brandon_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesqueMdIt';
  src: url("../fonts/brandon_med_it-webfont.woff2") format("woff2"), url("../fonts/brandon_med_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../fonts/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesqueRgIt';
  src: url("../fonts/brandon_reg_it-webfont.woff2") format("woff2"), url("../fonts/brandon_reg_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url("../fonts/brandon_reg-webfont.woff2") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquethin_italic';
  src: url("../fonts/brandon_thin_it-webfont.woff2") format("woff2"), url("../fonts/brandon_thin_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brandon_grotesquethin';
  src: url("../fonts/brandon_thin-webfont.woff2") format("woff2"), url("../fonts/brandon_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2 {
  font-family: 'adagescriptjfregular';
  font-weight: 300;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
}

body, h3, h4, h5, h6, p {
  font-family: 'brandon_grotesquelight';
}

body {
  line-height: 150%;
  font-size: 19px;
}

h2 {
  font-size: 35px;
}

b {
  font-family: "brandon_grotesquebold";
}

a {
  color: #4a6fab;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: #4a6fab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom-color: #4a6fab;
}

.btn {
  color: white;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 1em 0.5em;
  border-bottom: 0;
}

.btn.btn-primary {
  background: #6293E2;
}

.btn.btn-primary:hover {
  background: #4a6fab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .container {
    max-width: 90%;
  }
  .container .grille {
    width: 100%;
  }
}

#mainHeader {
  min-height: 375px;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #7AA6ED;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#mainHeader.home {
  min-height: 540px;
}

#mainHeader .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  width: 40%;
  color: white;
}

#mainHeader .header-box #mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0px;
}

#mainHeader .header-box #mainNav a {
  font-family: 'brandon_grotesquelight';
  color: white;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 0;
}

#mainHeader .header-box #mainNav a.active span {
  border-bottom-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mainHeader .header-box #mainNav a span {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mainHeader .header-box #mainNav a span:hover {
  border-bottom-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mainHeader .header-box #mainNav .navbar a {
  padding: 0 0.5em;
  border-right: 1px solid;
}

#mainHeader .header-box #mainNav .navbar a:first-child {
  padding-left: 0;
}

#mainHeader .header-box #mainNav .navbar a:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  #mainHeader .header-box #mainNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#mainHeader .header-box h1 {
  margin: 0.4em 0 0 0;
  font-size: 51px;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mainHeader .header-box h1:hover {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mainHeader .header-box .slogan {
  font-size: 24px;
  font-family: 'brandon_grotesquelight';
  margin-top: 0;
}

@media (max-width: 1080px) {
  #mainHeader .header-box {
    width: 50%;
  }
}

@media (max-width: 979px) {
  #mainHeader .header-box {
    width: 100%;
  }
}

#mainHeader .social img {
  margin-right: .5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#mainHeader .social img:hover {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #mainHeader .social {
    margin-top: 1em;
    text-align: right;
  }
}

.pitch {
  max-width: 680px;
  margin: 0 auto;
}

.section-icon {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.section-titre {
  margin-top: 0;
}

.grille {
  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;
  width: 90%;
  margin: 0 auto;
}

.grille .grille-box {
  width: 33%;
  margin-bottom: 1.4em;
}

.grille .grille-box.cta {
  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;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grille .grille-box.cta p {
  margin-top: -2em;
}

.grille .grille-box.cta.no-mt p {
  margin-top: 0;
}

.grille .grille-box.cta .icon-cta {
  width: 60px;
  display: inline-block;
  margin: 0 auto 1em;
}

@media (max-width: 1080px) {
  .grille .grille-box {
    width: 49%;
  }
  .grille .grille-box img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .grille .grille-box {
    width: 100%;
  }
  .grille .grille-box img {
    width: 80%;
  }
}

@media (min-width: 1080px) {
  .grille {
    max-width: 1030px;
  }
}

@media (max-width: 1079px) {
  .grille {
    max-width: 768px;
  }
}

.grille .grille-box-full {
  width: 66%;
}

.grille .grille-box-full img {
  width: 100%;
}

@media (max-width: 767px) {
  .grille .grille-box-full {
    width: 100%;
    margin-bottom: 1em;
  }
}

.grille .grille-titre {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

@media (max-width: 1080px) {
  .papeterie.grille .grille-box,
  .ateliers.grille .grille-box {
    margin-top: 0.5em;
  }
}

.ateliers .grille {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ateliers .grille .grille-box-full .grille-box.cta {
  padding: 0 2em;
}

#listingBoutiques {
  margin-top: -4em;
}

.boutique-header,
.boutique-grille {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.boutique-header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.boutique-header .boutique-icon {
  width: 15%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.boutique-header .boutique-pitch {
  width: 63%;
}

.boutique-header .boutique-pitch h2 {
  padding-top: 1em;
}

.boutique-header .boutique-cta {
  width: 15%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 1080px) {
  .boutique-header .boutique-cta {
    width: 25%;
  }
  .boutique-header .boutique-pitch {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .boutique-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boutique-header .boutique-icon,
  .boutique-header .boutique-pitch {
    width: 100%;
  }
  .boutique-header .boutique-cta {
    width: 35%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 2em;
  }
  .boutique-header .boutique-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .boutique-header .boutique-pitch h2 {
    padding-top: 0;
  }
}

.boutique-grille {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boutique-grille img {
  width: 49%;
}

.boutique-librairies {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boutique-librairies div[class^="boutique-col"] {
  margin: 1em 4em;
  color: white;
}

@media (max-width: 1080px) {
  .boutique-librairies.grille {
    max-width: 100%;
  }
}

.boutique-box:after {
  content: "~";
  position: relative;
  width: 100%;
  text-align: center;
}

.boutique-box:last-child:after {
  content: "";
}

.boutique-box p {
  margin: 0;
}

.mentions-box {
  max-width: 1030px;
  margin: 0 auto;
}

#propos .btn {
  max-width: 250px;
}

.apropos {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apropos img {
  width: 100%;
}

.apropos .apropos-box.presentation {
  width: 65%;
}

@media (max-width: 767px) {
  .apropos .apropos-box.presentation {
    width: 90%;
  }
}

.apropos .apropos-box.auteur {
  width: 35%;
  padding-left: 2em;
}

@media (max-width: 767px) {
  .apropos .apropos-box.auteur {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .apropos .apropos-box.auteur {
    width: 90%;
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .apropos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ateliers-vendredi .grille {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ateliers-vendredi .grille-box.cta {
  width: 100%;
  padding: 1em;
}

.ateliers-vendredi .grille-box.cta .btn {
  width: 70%;
  margin: 0 auto;
}

.ateliers-vendredi div[class^="grille-box-ateliers-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.ateliers-vendredi div[class^="grille-box-ateliers-"] img {
  padding: .5em;
}

@media (max-width: 767px) {
  .ateliers-vendredi div[class^="grille-box-ateliers-"] {
    width: 90%;
    margin: 0 auto;
  }
}

.etapes-ateliers p {
  font-family: 'adagescriptjfregular';
  font-size: 35px;
  margin: 0;
}

#newsletter h2 {
  color: white;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 600px;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  padding: 15px 30px;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #6293E2 !important;
  border-color: #ffffff;
  color: #fff !important;
  font-family: "brandon_grotesquelight" !important;
  font-size: 18px !important;
  padding: 15px !important;
  margin-left: 1em !important;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #4a6fab !important;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  font-family: "brandon_grotesquelight" !important;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p,
#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #ffffff;
  text-align: center;
  font-family: "brandon_grotesquelight" !important;
}

#newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #newsletter #mlb2-5910486.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-size: 18px;
}

@media (max-width: 767px) {
  #newsletter {
    padding: 1em;
  }
}

#mentions #footer {
  border-top: 1px solid #707070;
}

#footer {
  font-size: 16px;
  padding: 2em;
}

#footer .footer-box {
  width: 50%;
}

#footer .footer-box:last-child {
  text-align: right;
}

#footer .footer-box a {
  text-decoration: none;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #051016;
  border-bottom: 0;
}

#footer .footer-box a:first-of-type {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .footer-box a.active span {
  border-bottom: 1px solid #051016;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer .footer-box a span {
  display: inline-block;
  color: #051016;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer .footer-box a span:hover {
  border-bottom-color: #051016;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-box .social a:first-of-type {
  border-left: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  #footer .grille {
    width: 100%;
  }
  #footer .footer-box {
    width: 100%;
    margin-top: 1em;
  }
  #footer .footer-box:last-child {
    text-align: left;
  }
  #footer .footer-box .social a:first-of-type {
    margin-left: 0;
  }
}

#backToTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: #6293e3;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#backToTop.active {
  opacity: .7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#backToTop.active:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#backToTop a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  margin-top: -5px;
  text-align: center;
  border-bottom: 0;
}

#backToTop img {
  width: 22px;
}

@media (max-width: 1080px) {
  #backToTop {
    bottom: 1.5em;
    right: 0.5em;
    width: 40px;
    height: 40px;
  }
  #backToTop img {
    width: 20px;
  }
}

.blue-text {
  color: #6293E2;
}

.white-text {
  color: white;
}

.bg-blue {
  background-color: #6293E2;
}

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

.small-title {
  font-size: 24px;
  margin: 0;
}

.p-0 {
  padding: 0em !important;
}

.pt-0 {
  padding-top: 0em !important;
}

.pb-0 {
  padding-bottom: 0em !important;
}

.pl-0 {
  padding-left: 0em !important;
}

@media (max-width: 767px) {
  .plm-0 {
    padding-left: 0em !important;
  }
}

.pr-0 {
  padding-right: 0em !important;
}

.m-0 {
  margin: 0em !important;
}

.mt-0 {
  margin-top: 0em !important;
}

.mr-0 {
  margin-right: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.ml-0 {
  margin-left: 0em !important;
}

.p-1 {
  padding: 1em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

@media (max-width: 767px) {
  .plm-1 {
    padding-left: 1em !important;
  }
}

.pr-1 {
  padding-right: 1em !important;
}

.m-1 {
  margin: 1em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

@media (max-width: 767px) {
  .plm-2 {
    padding-left: 2em !important;
  }
}

.pr-2 {
  padding-right: 2em !important;
}

.m-2 {
  margin: 2em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.p-3 {
  padding: 3em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

@media (max-width: 767px) {
  .plm-3 {
    padding-left: 3em !important;
  }
}

.pr-3 {
  padding-right: 3em !important;
}

.m-3 {
  margin: 3em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

@media (max-width: 767px) {
  .plm-4 {
    padding-left: 4em !important;
  }
}

.pr-4 {
  padding-right: 4em !important;
}

.m-4 {
  margin: 4em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

@media (max-width: 767px) {
  .plm-5 {
    padding-left: 5em !important;
  }
}

.pr-5 {
  padding-right: 5em !important;
}

.m-5 {
  margin: 5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

@media (max-width: 767px) {
  .plm-6 {
    padding-left: 6em !important;
  }
}

.pr-6 {
  padding-right: 6em !important;
}

.m-6 {
  margin: 6em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.ml-6 {
  margin-left: 6em !important;
}
/*# sourceMappingURL=style.css.map */