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

body {
  font-family: "Fredericka the Great", cursive;
  font-family: "Alegreya Sans", sans-serif;
  font-family: "Alegreya", serif;
  font-family: "Anton", sans-serif;
}

.title--big a {
  height: 50px;
  width: 100px;
}
.title--big a img {
  height: 50px;
}

.title--medium {
  color: #33322F;
}

p {
  font-family: "Alegreya", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: inherit;
  line-height: 1.4;
}

.nav__list {
  list-style: none;
  font-family: "Alegreya Sans", sans-serif;
}
.nav__list .nav__list-el {
  list-style: none;
}
.nav__list .nav__list-el a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: 1.2em;
  white-space: nowrap;
}
.nav__list .nav__list-el::after {
  transition: 300ms;
  background-image: url(../assets/images/ligne-small.png);
  display: block;
  content: "underline";
  font-size: 0;
  width: 80px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav__list .nav__list-el--out::after {
  background-image: url(../assets/images/ligne-small--red.png);
}
.nav__list .nav__list-el--court::after {
  width: 40px;
  height: 15px;
}
.nav__list .nav__list-el--lightmode {
  display: block;
  background-image: url(../assets/images/Light.svg);
  background-size: contain;
  background-position: center;
  font-size: 0;
  height: 50px;
  width: 30px;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  cursor: pointer;
}
.nav__list .nav__list-el--lightmode::after {
  content: "";
  display: none;
}

.section--banner .title--small {
  font-size: 2.074em;
  font-family: "Alegreya", serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin: 0;
}
@media (min-width: 400px) {
  .section--banner .title--small {
    font-size: 2.074em;
    display: block;
  }
}
@media (min-width: 700px) {
  .section--banner .title--small {
    font-size: 4.3em;
  }
}
@media (min-width: 1100px) {
  .section--banner .title--small {
    font-size: 6.192em;
  }
}
.section--banner .title--medium {
  font-size: 0.833em;
  color: #33322F;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0;
  position: relative;
}
.section--banner .title--medium::before {
  content: "virgule";
  font-size: 0;
  width: 20px;
  height: 100%;
  display: inline-block;
  background-image: url(../assets/images/virgule.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  left: 20%;
}
@media (min-width: 700px) {
  .section--banner .title--medium::before {
    width: 30px;
  }
}
@media (min-width: 1100px) {
  .section--banner .title--medium::before {
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .section--banner .title--medium::before {
    left: 30%;
  }
}
.section--banner .title--medium::after {
  content: "virgule";
  font-size: 0;
  width: 20px;
  height: 100%;
  display: inline-block;
  background-image: url(../assets/images/virgule.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 20%;
  transform: rotateY(180deg);
}
@media (min-width: 700px) {
  .section--banner .title--medium::after {
    width: 30px;
  }
}
@media (min-width: 1100px) {
  .section--banner .title--medium::after {
    width: 50px;
  }
}
@media (min-width: 1400px) {
  .section--banner .title--medium::after {
    right: 30%;
  }
}
@media (min-width: 400px) {
  .section--banner .title--medium {
    font-size: 1.2em;
  }
}
@media (min-width: 700px) {
  .section--banner .title--medium {
    font-size: 1.44em;
  }
}
@media (min-width: 1100px) {
  .section--banner .title--medium {
    font-size: 2.074em;
  }
}

.map__text .title--small {
  font-family: "Alegreya SC", serif;
  text-transform: uppercase;
  font-style: inherit;
  font-size: 1.2em;
}
.map__text .title--small .cursive {
  font-family: "Fredericka the Great", cursive;
  display: block;
  white-space: nowrap;
  font-size: 1.44em;
}
.map__text p {
  font-family: "Alegreya", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: inherit;
}
@media (min-width: 1100px) {
  .map__text p {
    font-size: 1.2em;
  }
}

.places-container .title--small {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 2.074em;
  color: #33322F;
}
@media (min-width: 1100px) {
  .places-container .title--small {
    font-size: 2.986em;
  }
}
.places-container .title--small::after {
  content: "underline";
  font-size: 0;
  width: 80%;
  height: 10px;
  max-width: 550px;
  background-position: bottom;
  background-size: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../assets/images/horizontal.png);
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .places-container p {
    font-size: 1.44em;
  }
}

.section--graphs .graphs__list {
  list-style-type: none;
  font-family: "Alegreya", serif;
  font-style: italic;
}
.section--graphs .graphs__list .graphs__list-el {
  position: relative;
}
.section--graphs .graphs__list .graphs__list-el::after {
  transition: 300ms;
  background-image: url(../assets/images/ligne-small.png);
  display: block;
  content: "underline";
  font-size: 0;
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 5px;
  background-position: bottom;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .section--graphs .graphs__list .graphs__list-el::after {
    max-width: 250px;
    margin-left: 0;
  }
}
.section--graphs .graphs__list .graphs__list-el a {
  font-size: 1.2em;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .section--graphs .graphs__list .graphs__list-el a {
    font-size: 1.44em;
  }
}
.section--graphs .graphs__list .graphs__list-el--clicked::after {
  background-image: url(../assets/images/ligne-small--red.png);
}

.section--main .title--medium {
  font-size: 2.074em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.section--main .title--medium::after {
  content: "underline";
  font-size: 0;
  width: 80%;
  height: 5px;
  max-width: 550px;
  background-position: bottom;
  background-size: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../assets/images/horizontal.png);
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .section--main .title--medium {
    font-size: 2.986em;
  }
  .section--main .title--medium::after {
    height: 10px;
    width: 100%;
  }
}
.section--main .title--btn {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.section--main .title--btn a {
  color: #33322F;
  transition: 300ms;
}
.section--main .title--btn a:hover {
  color: #A41029;
}
.section--main p {
  text-align: center;
}
@media (min-width: 1100px) {
  .section--main p {
    font-size: 1.44em;
  }
}
.section--main .section--text .title--small {
  font-family: "Alegreya", serif;
  text-transform: uppercase;
  font-size: 1.44em;
}
.section--main .section--text p {
  font-family: "Alegreya", serif;
  font-style: italic;
  font-size: 1.2em;
  font-weight: inherit;
  line-height: 1.4;
}
@media (min-width: 1100px) {
  .section--main .section--text p {
    font-size: 1.44em;
  }
}
.section--main .section--text .img-caption {
  font-family: "Alegreya", serif;
  font-style: italic;
  opacity: 70%;
  font-size: 0.833em;
}
@media (min-width: 400px) {
  .section--main .section--text .img-caption {
    font-size: 1.2em;
  }
}
.section--main .section--text .img-caption a {
  color: #A41029;
}

.section--text p {
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
@media (min-width: 1100px) {
  .section--text p {
    font-size: 1.44em;
  }
}

.section--footer .footer__nav .title--logo {
  max-width: 100px;
}
.section--footer .footer__nav .title--logo a {
  height: 50px;
  width: 100px;
}
.section--footer .footer__nav .title--logo a img {
  width: 100px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .section--footer .footer__nav .title--logo a img {
    margin-left: 0;
  }
}
.section--footer .footer__nav .nav__list .nav__list-el {
  position: relative;
}
.section--footer .footer__nav .nav__list .nav__list-el::after {
  background-image: url(../assets/images/ligne-small.png);
  display: block;
  content: "underline";
  font-size: 0;
  width: 70px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 800px) {
  .section--footer .footer__nav .nav__list .nav__list-el::after {
    left: 0;
    right: auto;
  }
}
.section--footer .footer__nav .nav__list .nav__list-el--court::after {
  width: 40px;
}
.section--footer .footer__nav .nav__list .nav__list-el--out::after {
  background-image: url(../assets/images/ligne-small--red.png);
}
.section--footer p {
  font-size: 1em;
}
.section--footer .case-study {
  font-size: 1.44em;
  color: inherit;
  text-decoration: underline;
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
  transition: 300ms;
}
@media (min-width: 1100px) {
  .section--footer .case-study {
    font-size: 2.074em;
  }
}
.section--footer .names__list {
  font-family: "Alegreya Sans", sans-serif;
  list-style: none;
}
.section--footer .names__list a {
  text-decoration: none;
  color: inherit;
  font-size: 0.833em;
}
@media (min-width: 1100px) {
  .section--footer .names__list a {
    font-size: 1.2em;
  }
}
@media (min-width: 700px) {
  .section--footer p {
    font-size: 1.2em;
    max-width: 550px;
  }
}

body {
  margin: 0;
  background-color: #FAF3E6;
  transition: 300ms;
}

.body-wrapper {
  margin: 5px;
  background: url(../assets/images/LigneVerticale--small.png) repeat-y top left, url(../assets/images/LigneVerticale--small.png) repeat-y top right;
  background-size: 5px;
}
.body-wrapper::before {
  content: "";
  background-size: contain;
  height: 5px;
  background: url(../assets/images/LigneHorizontale--small.png) repeat-x;
  display: block;
}
.body-wrapper::after {
  content: "";
  background-size: contain;
  height: 5px;
  background: url(../assets/images/LigneHorizontale--small.png) repeat-x;
  position: relative;
  top: 0px;
  display: block;
}
@media (min-width: 1100px) {
  .body-wrapper {
    margin: 10px;
    background-size: 10px;
  }
  .body-wrapper::after {
    height: 10px;
  }
  .body-wrapper::before {
    height: 10px;
  }
}

.section--header {
  display: flex;
  z-index: 1;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.44em;
}
.section--header .title--big {
  flex-grow: 1;
}
.section--header .nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.section--header .nav__list .nav__list-el {
  display: none;
  margin-right: 1.44em;
}
@media (min-width: 700px) {
  .section--header .nav__list .nav__list-el {
    display: inline;
  }
}
@media (min-width: 1100px) {
  .section--header .nav__list .nav__list-el {
    margin-right: 2.986em;
  }
}
.section--header .nav__list .nav__list-el--lightmode {
  display: inline;
  margin-right: 0;
  transition: 300ms;
}
@media (min-width: 800px) {
  .section--header {
    padding: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section--header .nav__list {
    justify-content: space-between;
  }
}
@media (min-width: 1100px) {
  .section--header {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .section--header {
    max-width: 1200px;
  }
}

.section--banner {
  margin-top: 4.479em;
}
.section--banner .title--small {
  margin-top: 0.4165em;
}
@media (min-width: 700px) {
  .section--banner .title--small {
    margin-top: 0.4165em;
    vertical-align: bottom;
  }
}
@media (min-width: 700px) {
  .section--banner {
    margin-top: 8.958em;
  }
}

.section--map {
  margin-top: 4.479em;
}
@media (min-width: 700px) {
  .section--map {
    margin-top: 8.958em;
    background-image: url(../assets/images/Skull.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom;
    padding-bottom: 20px;
  }
}
@media (min-width: 1100px) {
  .section--map {
    background-size: 25%;
  }
}
@media (min-width: 1400px) {
  .section--map {
    background-size: 20%;
  }
}
.section--map .cursor {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../assets/images/compass-background.svg);
  background-size: contain;
  box-sizing: border-box;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.section--map .compass {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../assets/images/compass-needle.svg);
  background-size: contain;
  box-sizing: border-box;
  pointer-events: none;
}
.section--map .map {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section--map .map svg .place-point {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .section--map .map {
    width: 70%;
  }
}
.section--map .map__text {
  display: block;
  max-width: 550px;
  position: relative;
  top: 0;
  margin-top: 3.111em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section--map .map__text p {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px;
}
.section--map .map__text p::before {
  content: " ";
  display: block;
  background: url(../assets/images/map-line.svg);
  background-size: cover;
  width: 100%;
  height: 30px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  top: -11px;
}
@media (min-width: 400px) {
  .section--map .map__text p::before {
    background-size: contain;
  }
}
@media (min-width: 700px) {
  .section--map .map__text {
    margin-bottom: 6.222em;
    max-width: 400px;
  }
  .section--map .map__text .title--small {
    margin: 0;
  }
  .section--map .map__text p {
    margin-top: 30px;
    padding: 10px 0 40px;
    border-bottom: 4px solid #33322F;
    border-right: 4px solid #33322F;
    border-left: 4px solid #33322F;
    margin-bottom: 10px;
  }
  .section--map .map__text p::before {
    top: -28px;
    height: 40px;
    background-size: cover;
  }
}
@media (min-width: 1100px) {
  .section--map .map__text {
    left: 10%;
    margin: 2.986em;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -2.986em;
  }
}
@media (min-width: 1400px) {
  .section--map .map__text {
    left: 10%;
    top: -17.916em;
    margin: 0;
  }
}

.places-container {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .places-container {
    margin-bottom: 5.972em;
  }
}
@media (min-width: 1100px) {
  .places-container {
    max-width: 900px;
    margin-bottom: 8.958em;
  }
}
@media (min-width: 1400px) {
  .places-container {
    max-width: 1200px;
  }
}
.places-container img {
  width: 100%;
}
.places-container .places-column {
  display: flex;
  justify-content: space-between;
}
.section--main {
  margin: 0 5px;
}
.section--main .section--graphs {
  margin-bottom: 1.2em;
  margin-top: 4.479em;
}
@media (min-width: 700px) {
  .section--main .section--graphs {
    margin: 0;
    padding-top: 2.074em;
  }
}
@media (min-width: 1100px) {
  .section--main .section--graphs {
    margin-bottom: 1.44em;
  }
}
@media (min-width: 1400px) {
  .section--main .section--graphs {
    margin-bottom: 2.074em;
  }
}
.section--main .section--graphs::before {
  content: " ";
  background-size: contain;
  display: block;
  height: 5px;
  background: url(../assets/images/LigneHorizontale--small.png) repeat-x;
  position: relative;
  top: -2.074em;
}
@media (min-width: 1100px) {
  .section--main .section--graphs::before {
    height: 10px;
  }
}
.section--main .section--graphs .graphs__list {
  margin-bottom: 1.2em;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.section--main .section--graphs .graphs__list .graphs__list-el {
  width: auto;
  margin-top: 2.074em;
  text-align: center;
}
.section--main .section--graphs .graphs__list .graphs__list-el a {
  color: #33322F;
}
.section--main .section--graphs .graphs__list .graphs__list-el:nth-last-child(1) {
  margin-bottom: 2.074em;
}
@media (min-width: 1100px) {
  .section--main .section--graphs .graphs__list {
    margin-bottom: 2.074em;
    max-width: 1200px;
  }
  .section--main .section--graphs .graphs__list .graphs__list-el {
    text-align: left;
    margin-top: 40px;
  }
}
.section--main .section--graphs .graphs__container {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1100px) {
  .section--main .section--graphs .graphs__container {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .section--main .section--graphs .graphs__container {
    max-width: 1200px;
  }
}
.section--main .section--graphs .hide {
  display: none;
}
.section--main .section--text {
  max-width: 650px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.479em;
}
.section--main .section--text p {
  max-width: 550px;
}
.section--main .section--text .img-container {
  margin: 0;
}
.section--main .section--text .img-container img {
  width: 100%;
}
.section--main .section--text .img-container .img-caption {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #33322F;
}
.section--main .section--text .emphasis {
  border-left: 1px solid #33322F;
  padding-left: 10px;
}
@media (min-width: 1100px) {
  .section--main .section--text {
    margin-top: 8.958em;
  }
}
.section--main .title--btn {
  margin-top: 2.986em;
}

.section--team {
  margin-top: 5.972em;
}
.section--team .img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section--team .img-container img {
  margin: 5px;
  width: 45%;
  height: 45%;
}
@media (min-width: 700px) {
  .section--team .img-container img {
    margin: 20px;
    width: 30%;
    height: 30%;
  }
}
@media (min-width: 1100px) {
  .section--team .img-container img {
    width: 20%;
    height: 20%;
    margin: 25px;
  }
}
@media (min-width: 700px) {
  .section--team {
    background-image: url(../assets/images/Soleil.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom;
    padding-bottom: 100px;
  }
}

.section--footer {
  background-color: rgba(51, 50, 47, 0.1);
  padding-top: 2.986em;
}
.section--footer::before {
  content: "";
  background-size: contain;
  height: 5px;
  background-image: url(../assets/images/LigneHorizontale--small.png);
  display: block;
  position: relative;
  top: -2.986em;
}
@media (min-width: 1100px) {
  .section--footer::before {
    height: 10px;
  }
}
.section--footer .footer__nav {
  display: flex;
  margin: 0 auto 2.074em;
  flex-wrap: wrap;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.section--footer .footer__nav .title--medium {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section--footer .footer__nav .nav__list {
  justify-self: flex-end;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.section--footer .footer__nav .nav__list .nav__list-el {
  display: block;
  margin-top: 15px;
}
@media (min-width: 400px) {
  .section--footer .footer__nav .nav__list {
    justify-content: space-between;
  }
}
.section--footer .case-study {
  display: block;
  margin: 2.074em;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 1100px) {
  .section--footer .case-study {
    max-width: none;
    justify-self: flex-end;
    text-align: end;
  }
}
.section--footer img {
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: 25px;
}
.section--footer p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 80%;
}
.section--footer .footer__list-seal {
  display: flex;
  flex-direction: column;
}
.section--footer .names__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 80%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.section--footer .names__list .names__list-el {
  text-align: center;
  margin: 5px 5px 5px 5px;
}
.section--footer .names__list .names__list-el:nth-child(4) {
  flex-grow: 1;
}
.section--footer .names__list .names__list-el:nth-last-child(1) {
  justify-self: flex-end;
  border-top: 1px solid #33322F;
  padding: 10px 0 10px;
}
@media (min-width: 800px) {
  .section--footer .footer__nav {
    flex-direction: row;
    margin-top: 1em;
    max-width: 80%;
  }
  .section--footer .footer__nav .title--medium {
    width: auto;
    flex-grow: 1;
    margin-left: 0;
  }
  .section--footer .footer__nav .nav__list {
    width: 50%;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }
  .section--footer .footer__text {
    display: flex;
    max-width: 80%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.074em;
  }
  .section--footer .footer__text p {
    max-width: 350px;
    margin: 0;
    flex-grow: 1;
  }
  .section--footer .footer__text .case-study {
    margin-top: 0;
    margin-right: 0;
    justify-self: flex-end;
  }
  .section--footer .footer__list-seal {
    flex-direction: column-reverse;
    align-items: stretch;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section--footer .footer__list-seal img {
    width: 200px;
    height: 200px;
    margin-right: 15%;
  }
  .section--footer .names__list {
    flex-direction: row;
    max-width: 100%;
    margin: 1em 0 1em 0;
    text-align: start;
    border-top: 1px solid #33322F;
    padding: 10px 0 5px;
  }
  .section--footer .names__list .names__list-el {
    justify-self: flex-start;
    text-align: start;
  }
  .section--footer .names__list .names__list-el:nth-child(4) {
    align-self: flex-start;
    flex-grow: 0;
  }
  .section--footer .names__list .names__list-el:nth-last-child(1) {
    justify-self: flex-end;
    text-align: end;
    border-top: 0;
    padding: 0;
    flex-grow: 1;
    margin-right: 0;
  }
  .section--footer .names__list .names__list-el:nth-child(1) {
    margin-left: 0;
  }
}
@media (min-width: 1100px) {
  .section--footer .footer__nav {
    max-width: 900px;
  }
  .section--footer .footer__text {
    max-width: 900px;
  }
  .section--footer .footer__list-seal {
    max-width: 900px;
  }
  .section--footer .footer__list-seal .names__list {
    margin: 1em 0;
  }
}
@media (min-width: 1400px) {
  .section--footer .footer__nav {
    max-width: 1200px;
  }
  .section--footer .footer__text {
    max-width: 1200px;
  }
  .section--footer .footer__list-seal {
    max-width: 1200px;
  }
  .section--footer .footer__list-seal .names__list {
    margin: 1em 0;
  }
  .section--footer .footer__list-seal .names__list .names__list-el {
    padding: 0 10px;
  }
  .section--footer .footer__list-seal .names__list .names__list-el:nth-child(1) {
    padding-left: 0;
  }
  .section--footer .footer__list-seal .names__list .names__list-el:nth-last-child(1) {
    padding-right: 0;
  }
}

.nav__list-el:hover::after {
  transform: translateY(5px);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.case-study:hover {
  transform: translateX(20px);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.nav__list-el--lightmode:hover {
  transform: scale(1.3);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.names__list-el a {
  transition: 300ms;
}
.names__list-el a:hover {
  border-bottom: 1px solid #33322F;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.map svg .st6 {
  fill-opacity: 0;
  transition: 300ms;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.map svg .st6:hover {
  fill-opacity: 1;
}
.map svg .st6--clicked {
  fill-opacity: 0.5;
}

.body--darkmode {
  background-color: #15202B;
}
.body--darkmode .body-wrapper {
  margin: 5px;
  margin-bottom: 10px;
  background: url(../assets/images/LigneVerticale--small-claire.png) repeat-y top left, url(../assets/images/LigneVerticale--small-claire.png) repeat-y top right;
  background-size: 5px;
}
.body--darkmode .body-wrapper::before {
  content: "";
  background-size: contain;
  height: 5px;
  background: url(../assets/images/LigneHorizontale--small-claire.png) repeat-x;
  display: block;
}
.body--darkmode .body-wrapper::after {
  content: "";
  background-size: contain;
  height: 5px;
  background: url(../assets/images/LigneHorizontale--small-claire.png) repeat-x;
  position: relative;
  top: 5px;
  display: block;
}
@media (min-width: 1100px) {
  .body--darkmode .body-wrapper {
    margin: 10px;
    background-size: 10px;
  }
  .body--darkmode .body-wrapper::after {
    height: 10px;
  }
  .body--darkmode .body-wrapper::before {
    height: 10px;
  }
}
.body--darkmode .title {
  color: #FAF3E6;
}
.body--darkmode p {
  color: #FAF3E6;
}
.body--darkmode .nav__list-el a {
  color: #FAF3E6;
}
.body--darkmode .nav__list-el::after {
  background-image: url(../assets/images/ligne-small-claire.png);
}
.body--darkmode .nav__list-el--out::after, .body--darkmode .nav__list-el--cs::after {
  background-image: url(../assets/images/ligne-small--red.png);
}
.body--darkmode .nav__list-el--lightmode {
  background-image: url(../assets/images/Light-claire.svg);
}
.body--darkmode .case-study {
  color: #FAF3E6;
}
.body--darkmode .section--banner .title--medium::before {
  background-image: url(../assets/images/virgule-claire.svg);
}
.body--darkmode .section--banner .title--medium::after {
  background-image: url(../assets/images/virgule-claire.svg);
}
@media (min-width: 700px) {
  .body--darkmode .section--map {
    background: url(../assets/images/Skull-claire.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 20%;
  }
}
.body--darkmode .section--map .cursor {
  background-image: url(../assets/images/compass-background-claire.svg);
}
.body--darkmode .section--map .map svg .noms {
  stroke: #FAF3E6;
}
.body--darkmode .section--map .map svg .st5 {
  stroke: #FAF3E6;
}
.body--darkmode .section--map .map svg .st6 {
  fill: #FAF3E6;
}
.body--darkmode .section--map .map__text p::before {
  background: url(../assets/images/map-line-claire.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 400px) {
  .body--darkmode .section--map .map__text p::before {
    background-size: contain;
  }
}
@media (min-width: 700px) {
  .body--darkmode .section--map .map__text p::before {
    background-size: cover;
  }
}
@media (min-width: 700px) {
  .body--darkmode .section--map .map__text p {
    border-bottom: 4px solid #FAF3E6;
    border-right: 4px solid #FAF3E6;
    border-left: 4px solid #FAF3E6;
  }
}
.body--darkmode .section--map .places-container .title--small::after {
  background-image: url(../assets/images/horizontal-claire.png);
}
.body--darkmode .section--main .section--graphs::before {
  background: url(../assets/images/LigneHorizontale--small-claire.png) repeat-x;
}
.body--darkmode .section--main .section--graphs .graphs__list .graphs__list-el a {
  color: #FAF3E6;
}
.body--darkmode .section--main .section--graphs .graphs__list .graphs__list-el::after {
  background-image: url(../assets/images/ligne-small-claire.png);
}
.body--darkmode .section--main .section--graphs .graphs__list .graphs__list-el--clicked::after {
  background-image: url(../assets/images/ligne-small--red.png);
}
.body--darkmode .section--main .title--medium::after {
  background-image: url(../assets/images/horizontal-claire.png);
}
.body--darkmode .section--main .title--btn a{
  color: #FAF3E6;
}
.body--darkmode .section--main .section--text .emphasis {
  border-left: 1px solid #FAF3E6;
}
.body--darkmode .section--main .section--text .img-container .img-caption {
  color: #FAF3E6;
  border-bottom: 1px solid #FAF3E6;
}
.body--darkmode .section--main .section--text .img-container--map svg .st5 {
  stroke: #FAF3E6;
}
.body--darkmode .section--main .section--text .img-container--map svg .Noms g {
  fill: #FAF3E6;
}
@media (min-width: 700px) {
  .body--darkmode .section--team {
    background-image: url(../assets/images/Soleil-claire.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom;
    padding-bottom: 100px;
  }
}
.body--darkmode .section--footer {
  background-color: #12121250;
}
.body--darkmode .section--footer::before {
  background: url(../assets/images/LigneHorizontale--small-claire.png) repeat-x;
}
.body--darkmode .section--footer .footer__nav .nav__list .nav__list-el::after {
  background-image: url(../assets/images/ligne-small-claire.png);
}
.body--darkmode .section--footer .footer__nav .nav__list .nav__list-el--out::after, .body--darkmode .section--footer .footer__nav .nav__list .nav__list-el--cs::after {
  background-image: url(../assets/images/ligne-small--red.png);
}
.body--darkmode .section--footer .names__list a {
  color: #FAF3E6;
}
.body--darkmode .section--footer .names__list .names__list-el:nth-last-child(1) {
  border-top: 1px solid #FAF3E6;
}
@media (min-width: 800px) {
  .body--darkmode .section--footer .names__list {
    flex-direction: row;
    max-width: 100%;
    margin: 1em 0 1em 0;
    text-align: start;
    border-top: 1px solid #FAF3E6;
    padding: 10px 0 5px;
  }
  .body--darkmode .section--footer .names__list .names__list-el {
    justify-self: flex-start;
    text-align: start;
  }
  .body--darkmode .section--footer .names__list .names__list-el:nth-child(4) {
    align-self: flex-start;
    flex-grow: 0;
  }
  .body--darkmode .section--footer .names__list .names__list-el:nth-last-child(1) {
    justify-self: flex-end;
    text-align: end;
    border-top: 0;
    padding: 0;
    flex-grow: 1;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body-wrapper {
    margin: 5px;
    background: url(../assets/images/LigneVerticale--small@2x.png) repeat-y top left, url(../assets/images/LigneVerticale--small@2x.png) repeat-y top right;
    background-size: 5px;
  }
  .body-wrapper::before {
    content: "";
    background-size: contain;
    height: 5px;
    background: url(../assets/images/LigneHorizontale--small@2x.png) repeat-x;
    display: block;
  }
  .body-wrapper::after {
    content: "";
    background-size: contain;
    height: 5px;
    background: url(../assets/images/LigneHorizontale--small@2x.png) repeat-x;
    position: relative;
    top: 0px;
    display: block;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px), (min-resolution: 192dpi) and (min-width: 1100px) {
  .body-wrapper {
    margin: 10px;
    background-size: 10px;
  }
  .body-wrapper::after {
    height: 10px;
  }
  .body-wrapper::before {
    height: 10px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .places-container .title--small::after {
    background-image: url(../assets/images/horizontal@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section--graphs .graphs__list .graphs__list-el::after {
    background-image: url(../assets/images/ligne-small@2x.png);
  }
  .section--graphs .graphs__list .graphs__list-el--clicked::after {
    background-image: url(../assets/images/ligne-small--red.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px), (min-resolution: 192dpi) and (min-width: 700px) {
  .section--map {
    background-image: url(../assets/images/Skull@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section--main .section--graphs::before {
    background: url(../assets/images/LigneHorizontale--small@2x.png) repeat-x;
  }
  .section--main .title--medium::after {
    background-image: url(../assets/images/horizontal@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px), (min-resolution: 192dpi) and (min-width: 700px) {
  .section--team {
    background-image: url(../assets/images/Soleil@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section--footer::before {
    background-image: url(../assets/images/LigneHorizontale--small@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section--header .nav__list .nav__list-el::after {
    background-image: url(../assets/images/ligne-small@2x.png);
  }
  .section--header .nav__list .nav__list-el--out::after, .section--header .nav__list .nav__list-el--cs::after {
    background-image: url(../assets/images/ligne-small--red@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section--footer .footer__nav .nav__list .nav__list-el::after {
    background-image: url(../assets/images/ligne-small@2x.png);
  }
  .section--footer .footer__nav .nav__list .nav__list-el--out::after {
    background-image: url(../assets/images/ligne-small--red@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--darkmode .body-wrapper {
    background: url(../assets/images/LigneVerticale--small-claire@2x.png) repeat-y top left, url(../assets/images/LigneVerticale--small-claire@2x.png) repeat-y top right;
    background-size: 5px;
  }
  .body--darkmode .body-wrapper::before {
    background-size: contain;
    height: 5px;
    background: url(../assets/images/LigneHorizontale--small-claire@2x.png) repeat-x;
  }
  .body--darkmode .body-wrapper::after {
    background-size: contain;
    background: url(../assets/images/LigneHorizontale--small-claire@2x.png) repeat-x;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px), (min-resolution: 192dpi) and (min-width: 1100px) {
  .body--darkmode .body-wrapper {
    margin: 10px;
    background-size: 10px;
  }
  .body--darkmode .body-wrapper::after {
    height: 10px;
  }
  .body--darkmode .body-wrapper::before {
    height: 10px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--darkmode .section--header .nav__list .nav__list-el::after {
    background-image: url(../assets/images/ligne-small-claire@2x.png);
  }
  .body--darkmode .section--header .nav__list .nav__list-el--out::after {
    background-image: url(../assets/images/ligne-small--red@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--darkmode .section--footer .footer__nav .nav__list .nav__list-el::after {
    background-image: url(../assets/images/ligne-small-claire@2x.png);
  }
  .body--darkmode .section--footer .footer__nav .nav__list .nav__list-el--out::after {
    background-image: url(../assets/images/ligne-small--red@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--darkmode .section--map .places-container .title--small::after {
    background-image: url(../assets/images/horizontal-claire@2x.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body--darkmode .section--main .section--graphs::before {
    background: url(../assets/images/LigneHorizontale--small-claire@2x.png) repeat-x;
  }
  .body--darkmode .section--main .section--graphs .title--medium::after {
    background-image: url(../assets/images/horizontal-claire@2x.png);
  }
  .body--darkmode .section--main .section--graphs .graphs__list .graphs__list-el::after {
    background-image: url(../assets/images/ligne-small-claire@2x.png);
  }
  .body--darkmode .section--main .section--graphs .graphs__list .graphs__list-el--clicked::after {
    background-image: url(../assets/images/ligne-small--red@2x.png);
  }
}
/*# sourceMappingURL=app.css.map*/