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

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

img {
  max-width: 100%;
}

@media only screen and (max-width: 639px) {
  .hide-for-small {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .hide-for-medium-up {
    display: none !important;
  }
}
.right {
  text-align: right;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 639px) {
  .row {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media only screen and (min-width: 640px) {
  .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.row.-collapse {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 12000px) {
  .row.-collapse {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.row.-collapse > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 640px) {
  .row.-reverse {
    justify-content: flex-end;
  }
}
.row > [class^=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 640px) {
  .row > [class^=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.container {
  max-width: 1110px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 640px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col {
  flex: 1 1 0px;
  min-width: 0;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media only screen and (min-width: 640px) {
  .col-m-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-m-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-m-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-m-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-m-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-m-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-m-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-m-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-m-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-m-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-m-offset-3 {
    margin-left: 25%;
  }

  .col-m-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-m-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-m-offset-6 {
    margin-left: 50%;
  }

  .col-m-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-m-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-m-offset-9 {
    margin-left: 75%;
  }

  .col-m-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-m-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-m-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .col-l-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-l-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-l-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-l-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-l-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-l-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-l-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-l-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-l-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-l-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-l-offset-3 {
    margin-left: 25%;
  }

  .col-l-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-l-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-l-offset-6 {
    margin-left: 50%;
  }

  .col-l-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-l-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-l-offset-9 {
    margin-left: 75%;
  }

  .col-l-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-l-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-l-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 12000px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
h1 {
  margin: 0;
  text-align: center;
  font-family: "Courier Prime", monospace;
  font-size: 14px;
  color: #A56D68;
  line-height: 35px;
  font-weight: normal;
}
h1:before {
  content: "";
  background: url("./images/logo.svg") center center no-repeat;
  width: 55px;
  display: inline-block;
  height: 187px;
  background-size: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  h1:before {
    margin-bottom: 15px;
  }
}
h1 span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #A56D68;
  letter-spacing: 7px;
}
@media only screen and (min-width: 960px) {
  h1 span {
    font-size: 28px;
    letter-spacing: 13.26px;
  }
}
@media only screen and (min-width: 960px) {
  h1 {
    font-size: 18px;
    line-height: 35px;
  }
}

p {
  font-family: "Courier Prime", monospace;
  font-size: 14px;
  color: #A56D68;
  line-height: 24px;
  margin: 0 0 24px;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  color: inherit;
}

address {
  font-family: "Courier Prime", monospace;
  font-size: 14px;
  color: #A56D68;
  line-height: 24px;
  font-style: normal;
}

.copyrights {
  opacity: 0.6;
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  color: #A06963;
  letter-spacing: 0.75px;
  line-height: 16px;
  text-align: left;
}

.title {
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #A56D68;
  letter-spacing: 0.9px;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #F1EFE9;
  letter-spacing: 1.03px;
  line-height: 24px;
}

.page-title {
  padding: 10px;
  position: relative;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #A56D68;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-title:before {
  content: "";
  background: #E89B8D;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.burger {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
}
.burger.-active span, .burger.-active:before, .burger.-active:after {
  transition: all 0.3s ease-in-out;
}
.burger.-active:before {
  transform: translateY(9px) rotate(45deg);
}
.burger.-active:after {
  transform: translateY(-9px) rotate(-45deg);
}
.burger.-active span {
  background: transparent;
}
.burger span, .burger:before, .burger:after {
  left: 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #A56D68;
  border-radius: 25px;
  outline: 1px solid transparent;
}
.burger:before, .burger:after {
  content: "";
}
.burger::before {
  top: 50%;
  margin-top: -10.5px;
}
.burger::after {
  bottom: 50%;
  margin-bottom: -10.5px;
}
.burger span {
  top: 50%;
  margin-top: -1.5px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.link {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #A56D68;
  letter-spacing: 1.03px;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 30px;
  position: relative;
  text-decoration: none;
}
.link:after {
  content: "";
  background: url(./images/next.svg);
  height: 20px;
  width: 56px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(0px);
  transition: 0.3s ease-in-out transform 0.2s;
}
.link:hover:after {
  transform: translateX(20px);
  transition: 0.3s ease-in-out transform;
}

.ellipsis {
  display: inline-block;
}
.ellipsis span, .ellipsis:before, .ellipsis:after {
  background: #A06963;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.ellipsis:before, .ellipsis:after {
  content: "";
}
.ellipsis.-white span, .ellipsis.-white:before, .ellipsis.-white:after {
  background: #FFF6F5;
}
.ellipsis.-blue span, .ellipsis.-blue:before, .ellipsis.-blue:after {
  background: #213A59;
}

.nav.-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.1s;
}
.nav.-active .nav__item {
  opacity: 1;
}
.nav.-active .nav__item:nth-of-type(1) {
  transition: opacity 0.7s ease-in 0.2s;
}
.nav.-active .nav__item:nth-of-type(2) {
  transition: opacity 0.7s ease-in 0.5s;
}
.nav.-active .nav__item:nth-of-type(3) {
  transition: opacity 0.7s ease-in 0.8s;
}
@media only screen and (max-width: 639px) {
  .nav {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: url(./images/pattern.png);
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.1s linear 0.2s;
  }
}
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 639px) {
  .nav__list {
    display: inline-block;
  }
}
@media only screen and (min-width: 640px) {
  .nav__list {
    text-align: right;
  }
}
@media only screen and (min-width: 12000px) {
  .nav__list {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 639px) {
  .nav__item {
    text-align: center;
    opacity: 0;
  }
  .nav__item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 640px) {
  .nav__item {
    display: inline-block;
  }
}
.nav__item.-active a:after {
  opacity: 1;
  transform: scale(1);
}
.nav__item a {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #A56D68;
  letter-spacing: 0.9px;
  text-decoration: none;
  padding: 12.5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 639px) {
  .nav__item a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .nav__item a {
    padding: 12.5px 0px;
    margin-left: 69px;
  }
}
.nav__item a:hover:after {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s all ease-in-out;
}
.nav__item a:after {
  content: "";
  background: #E89B8D;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 50%;
  border-radius: 100%;
  margin-left: -3px;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s all ease-in-out;
}

.textBlock {
  background: #FCE4E1;
  border-radius: 20px;
  position: relative;
  padding: 14%;
}
.textBlock h2 {
  margin-top: -10px;
}
header .textBlock {
  margin: 0 auto;
  max-width: 390px;
  padding: 20% 14%;
}
.textBlock__dots {
  position: absolute;
  bottom: -18px;
  left: 20px;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media only screen and (min-width: 640px) {
  .textBlock__dots {
    left: 40px;
  }
}
@media only screen and (min-width: 960px) {
  #sante-humaniste .textBlock {
    padding: 16% 18%;
  }
}
@media only screen and (max-width: 639px) {
  #enfants .textBlock .textBlock__dots {
    display: none;
  }
}
.textBlock.-bottom .textBlock__dots {
  left: inherit;
  right: -24px;
  bottom: 20px;
  transform: inherit;
}
@media only screen and (min-width: 640px) {
  .textBlock.-bottom .textBlock__dots {
    bottom: 40px;
  }
}
.textBlock.-right .textBlock__dots {
  transform: translate(50%, -50%) rotate(-90deg);
  left: inherit;
  right: 20px;
}
@media only screen and (min-width: 640px) {
  .textBlock.-right .textBlock__dots {
    right: 40px;
  }
}
.textBlock.-invert {
  background: #A56D68;
}
.textBlock.-invert p {
  color: #FFF6F5;
}
.textBlock.-green {
  background: #D4E7DD;
}
.textBlock.-green p {
  color: #213A59;
}

.citation {
  text-align: center;
  width: 80%;
  margin: 110px auto;
}
@media only screen and (min-width: 960px) {
  .citation {
    width: 68%;
    margin: 200px auto;
  }
}
.citation.-blue p {
  color: #213A59;
}
.citation.-blue .citation__quote span:first-of-type:before {
  background-image: url(./images/quote-before-green.png);
}
.citation.-blue .citation__quote span:last-of-type:before {
  background-image: url(./images/quote-after-green.png);
}
.citation.-blue .citation__author:before {
  background: #213A59;
}
.citation__quote {
  display: inline-block;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 22px;
  letter-spacing: -0.78px;
  line-height: 32px;
}
@media only screen and (min-width: 960px) {
  .citation__quote {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.citation__quote span {
  position: relative;
  display: inline-block;
}
.citation__quote span:before {
  content: "";
  height: 17px;
  width: 60px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 32%;
  top: 50%;
}
@media only screen and (min-width: 960px) {
  .citation__quote span:before {
    width: 60px;
  }
}
.citation__quote span:first-of-type:before {
  left: 0;
  margin-top: -20.5px;
  background-position: left center;
  background-image: url(./images/quote-before-pink.png);
  margin-left: -30px;
}
@media only screen and (min-width: 960px) {
  .citation__quote span:first-of-type:before {
    margin-left: -60px;
  }
}
.citation__quote span:last-of-type:before {
  right: 0;
  margin-top: 3.5px;
  background-position: right center;
  background-image: url(./images/quote-after-pink.png);
  margin-right: -30px;
}
@media only screen and (min-width: 960px) {
  .citation__quote span:last-of-type:before {
    margin-right: -60px;
  }
}
.citation__author {
  display: block;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 7.43px;
}
@media only screen and (min-width: 960px) {
  .citation__author {
    font-size: 16px;
    letter-spacing: 11.43px;
  }
  .citation__author:before {
    margin-right: 11px;
    width: 7px;
    margin-left: 4px;
  }
}
.citation__author:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #A56D68;
  vertical-align: middle;
  margin-right: 12px;
  margin-left: -12px;
}

.hgroup {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  min-height: 60vh;
  padding: 120px 0 0;
}

header .info:not(:last-of-type) {
  padding: 0 0 25px;
}
.info p {
  margin: 0;
}
.info p .sub {
  font-size: 0.8em;
}

.header {
  padding: 0 0 260px;
  background: url(./images/pattern.png);
  position: relative;
}
.header.-fullscreen {
  padding: 0;
  min-height: 100vh;
}
.header.-fullscreen .hgroup {
  position: absolute;
  top: 0;
  left: 0;
}
.header .container {
  position: relative;
}
.header__copyrights {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.header__container {
  text-align: center;
}
.header__container .row {
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 100vh;
}
@media only screen and (min-width: 640px) {
  .header__container .row {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 639px) {
  .header__container [class^=col-] {
    margin-top: 48px;
  }
}
.header__navSmall {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
}
.header__navLarge {
  z-index: 100;
}
@media only screen and (min-width: 640px) {
  .header__navLarge {
    position: absolute;
    top: 40px;
    right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .header__navLarge {
    top: 40px;
  }
}

.section {
  position: relative;
}
@media only screen and (max-width: 639px) {
  .section {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.section__content {
  position: relative;
  z-index: 10;
}
.section__link {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .section__link {
    left: -50px;
    margin-top: -80px;
    text-align: right;
  }
}
.section__image {
  position: absolute;
  bottom: 0;
  right: -12px;
}
@media only screen and (min-width: 960px) {
  .section__image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

article header {
  background: url(./images/pattern.png);
  padding: 90px 0 300px;
  margin-bottom: -250px;
}
article header p {
  color: #213A59;
}
@media only screen and (min-width: 640px) {
  article header {
    padding: 91px 0 30%;
    margin-bottom: -375px;
  }
}
@media only screen and (min-width: 960px) {
  article header {
    padding: 90px 0 300px;
    margin-bottom: -430px;
  }
}

#presentation .section {
  margin-top: -150px;
  padding-bottom: 45%;
}
@media only screen and (min-width: 640px) {
  #presentation .section {
    padding-bottom: 10%;
  }
}
@media only screen and (min-width: 960px) {
  #presentation .section {
    padding-bottom: 25px;
    margin-bottom: 100px;
  }
}

#presentation-sante-humaniste .section {
  margin-top: -150px;
}
#presentation-sante-humaniste .section__content:first-of-type {
  margin-bottom: -30px;
  position: relative;
  z-index: 20;
}
#presentation-sante-humaniste .section__image {
  right: inherit;
  left: 0;
  bottom: inherit;
  top: 5%;
}
@media only screen and (max-width: 639px) {
  #presentation-sante-humaniste .section__image {
    top: 15%;
    position: relative;
    margin-top: -50px;
    left: -12%;
    overflow: hidden;
    padding-bottom: 40%;
    margin-bottom: -50px;
  }
  #presentation-sante-humaniste .section__image img {
    transform-origin: top right;
    transform: scale(1.6) translate(20%, 0);
  }
}

#sante-humaniste .section {
  padding-bottom: 45%;
}
@media only screen and (min-width: 640px) {
  #sante-humaniste .section {
    padding-bottom: 15%;
  }
}
@media only screen and (min-width: 960px) {
  #sante-humaniste .section {
    padding-bottom: 20%;
  }
}
#sante-humaniste .section__image {
  left: -12px;
  overflow: hidden;
  right: inherit;
}
#sante-humaniste .section__image img {
  position: relative;
  left: -25%;
}
@media only screen and (min-width: 640px) {
  #sante-humaniste .section__image img {
    left: 0;
  }
}

#enfants .section {
  padding-top: 45%;
  padding-bottom: 150px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  #enfants .section {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 960px) {
  #enfants .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#enfants .section__image {
  bottom: inherit;
  top: 0;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  #enfants .section__image {
    top: 15%;
  }
}

#memoire {
  position: relative;
  padding: 100px 0 215px;
}
@media only screen and (min-width: 640px) {
  #memoire {
    padding: 100px 0 80px;
  }
}
@media only screen and (min-width: 960px) {
  #memoire {
    padding: 300px 0 215px;
  }
}
#memoire .section__image {
  position: relative;
  margin-bottom: -20px;
  z-index: 20;
}
@media only screen and (min-width: 640px) {
  #memoire .section__image {
    margin-bottom: -260px;
  }
}
#memoire .section__content {
  position: relative;
  z-index: 30;
}
#memoire footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 300px 0 90px;
  background: url(./images/pattern.png);
}
@media only screen and (min-width: 960px) {
  #memoire footer {
    padding: 300px 0 250px;
  }
}
#memoire footer [class^=col-] {
  padding: 0 6%;
}
#memoire footer p {
  color: #213A59;
  font-weight: bold;
  font-style: italic;
}

#accompagnement header {
  background: none;
  padding: 85px 0 50px;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  #accompagnement header {
    margin-bottom: -300px;
  }
}
@media only screen and (min-width: 960px) {
  #accompagnement header {
    padding: 100px 0 50px;
    margin-bottom: -240px;
  }
}
#accompagnement header * {
  color: #A56D68;
}
#accompagnement .section {
  padding-bottom: 150px;
}
#accompagnement .section__image {
  position: relative;
  left: -12%;
  margin-top: -30px;
}
@media only screen and (min-width: 640px) {
  #accompagnement .section__image {
    left: 0;
    margin-top: -300px;
  }
}

.footer {
  margin-top: 60px;
  padding: 48px 0;
  background: url(./images/pattern.png);
  position: relative;
}
.footer .container {
  position: relative;
}
.footer .container:before {
  content: "";
  background: url("./images/logo.svg") center center no-repeat;
  background-size: 100%;
  width: 43px;
  height: 136px;
  position: absolute;
  top: -138px;
  left: 25px;
}
@media only screen and (min-width: 960px) {
  .footer .container:before {
    width: 55px;
    height: 176px;
    top: -150px;
  }
}
.footer .row:first-of-type {
  padding: 20px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer .row > [class^=col-] {
  padding: 12px;
}
@media only screen and (min-width: 12000px) {
  .footer .row > [class^=col-] {
    padding: 0;
  }
}

html.js .lax.toAnimate.-reversed > * {
  transform: translateY(-20px);
}
html.js .lax.toAnimate > * {
  opacity: 0;
  transform: translateY(20px);
}
html.js .lax.toAnimate > * p {
  opacity: 0;
}
html.js .lax.toAnimate.fade-in > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.75s linear 0.2s;
}
html.js .lax.toAnimate.fade-in > * p {
  opacity: 1;
  transition: all 0.75s linear 0.5s;
}

body {
  overflow: auto;
}