@charset "UTF-8";
/*! 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 */
  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: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1100px) {
  body {
    font-size: 21px;
  }
}

.title {
  font-family: "Grandstander", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 350px) {
  .title {
    font-size: 50px;
  }
}
@media (min-width: 1100px) {
  .title {
    font-size: 60px;
  }
}
.title--big {
  font-size: 60px;
}
@media (min-width: 1100px) {
  .title--hide {
    display: none;
  }
}
.title--show {
  display: none;
}
@media (min-width: 1100px) {
  .title--show {
    display: block;
    font-size: 120px;
  }
}
.title--epoque {
  font-size: 70px;
}
.title--blk {
  color: #1A1E33;
}
.title--cta {
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 1100px) {
  .title--cta {
    font-size: 50px;
  }
}
.title--footer {
  display: none;
}
@media (min-width: 1100px) {
  .title--footer {
    margin-top: 20px;
    display: block;
  }
}
.title--equipe {
  font-size: 30px;
}

.text {
  line-height: 28px;
  color: #ffffff;
}
@media (min-width: 1100px) {
  .text {
    line-height: 30px;
    max-width: 450px;
  }
}
.text--top {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .text--top {
    margin-bottom: 50px;
  }
}
.text--blk {
  color: #1A1E33;
}

.list {
  padding-left: 20px;
}
@media (min-width: 1100px) {
  .list {
    max-width: 450px;
  }
}
.list__el {
  color: #ffffff;
  margin-bottom: 20px;
}
.list--footer {
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.list--footer02 {
  width: 70px;
}

.cool-link::after {
  display: block;
  width: 0;
  height: 2px;
  content: "";
  transition: width 0.3s;
  background: #FFFFFF;
}

.cool-link:hover::after {
  width: 100%;
}

body {
  background-color: #1A1E33;
}

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

.section {
  margin: 0 20px;
}
@media (min-width: 420px) {
  .section {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .section {
    max-width: 1200px;
  }
}
@media (min-width: 1100px) {
  .section--grid {
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
  }
}
.section--grid02 {
  flex-direction: row-reverse;
}
.section--bmauve {
  border-radius: 20px 20px 0 0;
  background-color: #1A1E33;
  border: 2px solid #774FFF;
  border-bottom: none;
  position: relative;
}
.section--bmauve::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1E33;
  border: 2px solid #774FFF;
  display: block;
  position: absolute;
  left: -2px;
  top: 40px;
  z-index: -1;
  border-radius: 20px;
  transform: skewY(-4deg);
  transform-origin: left top;
}
@media (min-width: 1100px) {
  .section--bmauve::before {
    top: 100px;
  }
}
@media (min-width: 1100px) {
  .section--bmauve {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 100px;
  }
}
.section--jaune {
  border-radius: 20px;
  background-color: #FFC001;
  margin-bottom: 100px;
  margin-top: 100px;
  position: relative;
}
.section--jaune::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFC001;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 20px;
  transform: skewY(-4deg);
  transform-origin: left top;
}
@media (min-width: 1100px) {
  .section--jaune {
    display: flex;
    margin-top: 150px;
  }
}
.section--mauve {
  border-radius: 20px;
  background-color: #774FFF;
  margin-bottom: 110px;
  margin-top: 100px;
  position: relative;
}
.section--mauve::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #774FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
  border-radius: 20px;
  transform: skewY(-4deg);
  transform-origin: left top;
}
@media (min-width: 1100px) {
  .section--mauve::before {
    top: 100px;
  }
}
@media (min-width: 1100px) {
  .section--mauve {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 170px;
  }
}
.section--bjaune {
  border-radius: 0 0 20px 20px;
  background-color: #1A1E33;
  border: 2px solid #FFC001;
  border-top: 0;
  position: relative;
}
.section--bjaune::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A1E33;
  border: 2px solid #FFC001;
  display: block;
  position: absolute;
  left: -2px;
  top: -20px;
  z-index: -1;
  border-radius: 20px;
  transform: skewY(-4deg);
  transform-origin: left top;
}
@media (min-width: 1100px) {
  .section--bjaune {
    display: flex;
    margin-top: 100px;
  }
}
.section--footer {
  background-color: #774FFF;
}

.container--grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 70px);
  grid-gap: 20px;
  margin: 50px 0 30px 0;
}
@media (min-width: 1100px) {
  .container--grid {
    grid-template-columns: repeat(8, 60px);
    grid-template-rows: repeat(4, 100px);
    margin: 50px auto 0 0;
  }
}
@media (min-width: 1100px) {
  .container--grid02 {
    margin: 50px 0 0 auto;
  }
}
@media (min-width: 1100px) {
  .container--histoo {
    margin: 160px 0 0 auto;
  }
}
@media (min-width: 1100px) {
  .container--epoque {
    margin: 90px auto 0 0;
  }
}
.container--img {
  width: 100%;
}
@media (min-width: 1100px) {
  .container--img {
    display: none;
  }
}
.container--img img {
  object-fit: contain;
  width: 100%;
}
.container--img02 {
  display: none;
}
@media (min-width: 1100px) {
  .container--img02 {
    display: block;
    width: 500px;
    margin: 0 auto;
  }
  .container--img02 img {
    object-fit: contain;
    width: 100%;
  }
}
.container--img03 {
  display: none;
}
@media (min-width: 1100px) {
  .container--img03 {
    display: block;
    width: 500px;
    height: 350px;
    margin: auto;
  }
  .container--img03 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.container--bmauve {
  padding: 20px;
}
@media (min-width: 1100px) {
  .container--bmauve {
    margin: 50px 0 0 auto;
  }
}
.container--jaune {
  padding: 20px;
}
@media (min-width: 1100px) {
  .container--jaune {
    margin: 70px auto 70px 0;
  }
}
.container--mauve {
  padding: 20px;
}
@media (min-width: 1100px) {
  .container--mauve {
    margin: 80px auto 0 0;
  }
}
.container--bjaune {
  padding: 20px;
}
@media (min-width: 1100px) {
  .container--bjaune {
    max-width: 450px;
    margin: 50px 0 0 auto;
  }
}
.container--cta {
  margin: 0 0 100px 0;
  background-color: #FFC001;
  border-radius: 20px;
  height: 260px;
}
@media (min-width: 350px) {
  .container--cta {
    height: 210px;
  }
}
@media (min-width: 1100px) {
  .container--cta {
    margin: 100px auto;
    width: 500px;
    height: 240px;
  }
}
.container--footer {
  display: flex;
  justify-content: space-around;
  max-width: 1400px;
  margin: 0 auto;
}
.container__footer {
  margin-top: 40px;
}

.grid__box {
  border-radius: 20px;
}
.grid__box--01 {
  grid-column: 1/5;
  grid-row: 1/3;
  background-color: #FFC001;
  background-image: url(../assets/images/fire.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .grid__box--01 {
    grid-column: 1/4;
  }
}
.grid__box--02 {
  grid-column: 5/9;
  grid-row: 1/3;
  background-color: #774FFF;
  background-image: url(../assets/images/boy.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .grid__box--02 {
    grid-column: 4/9;
    grid-row: 2/3;
    background-image: url(../assets/images/lance.svg);
  }
}
.grid__box--03 {
  grid-column: 1/4;
  grid-row: 3/5;
  background-color: #774FFF;
  background-image: url(../assets/images/history.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .grid__box--03 {
    grid-column: 1/3;
  }
}
.grid__box--04 {
  grid-column: 4/9;
  grid-row: 3/4;
  background-color: #FFC001;
  background-image: url(../assets/images/lance.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .grid__box--04 {
    grid-column: 3/9;
    grid-row: 3/5;
    background-image: url(../assets/images/boy.svg);
    background-size: 40%;
  }
}
.grid__box--05 {
  grid-column: 4/9;
  grid-row: 4/5;
}
.grid__box--06 {
  grid-column: 1/4;
  grid-row: 1/3;
  background-color: #774FFF;
  background-image: url(../assets/images/spear.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1100px) {
  .grid__box--06 {
    grid-column: 2/4;
    background-size: 100%;
  }
}
.grid__box--07 {
  grid-column: 4/9;
  grid-row: 1/3;
  margin-top: 45px;
}
.grid__box--08 {
  grid-column: 1/5;
  grid-row: 3/5;
  background-color: #FFC001;
  background-image: url(../assets/images/fire.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.grid__box--09 {
  grid-column: 5/9;
  grid-row: 3/5;
  background-color: #774FFF;
  background-image: url(../assets/images/history.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.grid__box--10 {
  display: none;
}
@media (min-width: 1100px) {
  .grid__box--10 {
    display: block;
    grid-column: 4/9;
    grid-row: 1/3;
    background-color: #FFC001;
    background-image: url(../assets/images/boy.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.cta {
  font-family: "Grandstander", sans-serif;
  font-weight: 500;
  font-size: 21px;
  background-color: #774FFF;
  padding: 13px 25px 10px 25px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.4s;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .cta {
    font-size: 25px;
  }
}
.cta--bottom {
  display: table;
  margin: 10px auto;
}

.cta span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.cta span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.cta:hover span {
  padding-right: 25px;
}

.cta:hover span:after {
  opacity: 1;
  right: 0;
}
