/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Oooh+Baby&display=swap");
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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*** font ***/
/*** Font-Family ***/
/*** Breakpoints ***/
/*** Colors ***/
/*** Mixins ***/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #39393a;
  font-size: 1.3em;
}

.headline {
  font-family: "Oooh Baby", cursive;
  font-size: 3.75em;
}

@media (min-width: 900px) {
  .headline {
    font-size: 5.6em;
  }
}

h2 {
  font-size: 1.8em;
}

@media (min-width: 900px) {
  h2 {
    font-size: 2.2em;
  }
}

h2.highlight {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h2.highlight::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 90%;
  top: 15px;
  left: 15px;
  background-color: #b8ccc3;
  opacity: 0.8;
  z-index: -1;
}

@media (min-width: 900px) {
  h2.highlight::after {
    top: 20px;
  }
}

p,
span,
a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: #39393a;
  line-height: 1.4em;
  font-weight: normal;
}

@media (min-width: 900px) {
  p,
  span,
  a {
    font-size: 1.1em;
  }
}

.excerpt {
  max-width: 660px;
}

.grid-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(25px, auto) minmax(auto, 800px) minmax(25px, auto);
      grid-template-columns: minmax(25px, auto) minmax(auto, 800px) minmax(25px, auto);
}

@media (min-width: 1100px) {
  .grid-blocks {
    -ms-grid-columns: minmax(25px, auto) minmax(auto, 1000px) minmax(25px, auto);
        grid-template-columns: minmax(25px, auto) minmax(auto, 1000px) minmax(25px, auto);
  }
}

@media (min-width: 1500px) {
  .grid-blocks {
    -ms-grid-columns: minmax(25px, auto) minmax(auto, 1100px) minmax(25px, auto);
        grid-template-columns: minmax(25px, auto) minmax(auto, 1100px) minmax(25px, auto);
  }
}

.blocks {
  -ms-grid-column: 2;
  grid-column: 2;
}

.wrapper {
  width: 100%;
  height: 100%;
}

main {
  margin-bottom: 3em;
}

footer {
  background-color: #b8ccc3;
}

@media (min-width: 900px) {
  footer {
    background-color: white;
    padding: 0 20px 30px 20px;
  }
  footer .grid-blocks {
    background-color: #b8ccc3;
  }
}

.grid-colums-style {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (min-width: 900px) {
  .grid-colums-style {
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

.grid-colums-style div {
  border-right: 1px solid #f0efef;
}

.footer-bottom .name {
  background-color: white;
  border: 1px solid white;
  margin-top: -1.2em;
  margin-bottom: 1.2em;
  padding: 0em 1.5em 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: max-content;
}

.footer-bottom .name p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.5em;
  font-weight: 500;
}

.footer-bottom .container-info,
.footer-bottom .contact,
.footer-bottom .perso-info,
.footer-bottom .social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom .container-info span,
.footer-bottom .container-info a,
.footer-bottom .contact span,
.footer-bottom .contact a,
.footer-bottom .perso-info span,
.footer-bottom .perso-info a,
.footer-bottom .social-network span,
.footer-bottom .social-network a {
  margin-bottom: 1em;
}

.footer-bottom .container-info span img,
.footer-bottom .container-info a img,
.footer-bottom .contact span img,
.footer-bottom .contact a img,
.footer-bottom .perso-info span img,
.footer-bottom .perso-info a img,
.footer-bottom .social-network span img,
.footer-bottom .social-network a img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
}

@media (min-width: 900px) {
  .footer-bottom .container-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
  }
}

.footer-bottom .contact,
.footer-bottom .social-network {
  margin-top: 2em;
}

@media (min-width: 900px) {
  .footer-bottom .contact,
  .footer-bottom .social-network,
  .footer-bottom .perso-info {
    margin-top: 1em;
  }
}

.footer-bottom .contact a {
  text-decoration: none;
}

.footer-bottom .social-network {
  margin-bottom: 1em;
}

@media (min-width: 900px) {
  .footer-bottom .social-network {
    margin-bottom: 2em;
  }
}

.form {
  font-family: "Montserrat", sans-serif;
  max-width: 500px;
  margin: 3em auto 2em auto;
}

@media (min-width: 900px) {
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 800px;
    margin: 6em auto 3em auto;
  }
}

.form .bloc-sender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .form .bloc-sender {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form .small-field,
.form .full-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}

@media (min-width: 900px) {
  .form .small-field,
  .form .full-field {
    margin-bottom: 2em;
  }
}

.form .small-field {
  width: 100%;
}

@media (min-width: 900px) {
  .form .small-field {
    width: 33.3%;
  }
}

@media (min-width: 900px) {
  .form .small-field:first-child {
    padding-right: 1.25em;
  }
  .form .small-field:last-child {
    padding-left: 1.25em;
  }
}

.form label {
  font-weight: 500;
  margin-bottom: 0.4em;
}

.form textarea,
.form input {
  font-size: 1em;
  padding: 0.5em 0.7em;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
}

.form .button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #b8ccc3;
  border: none;
  border: 1px solid #b8ccc3;
  padding: 0.5em 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.form button:hover {
  background-color: white;
  color: #b8ccc3;
}

.form button {
  font-size: 1.1em;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 4em 0 6em 0;
}

@media (min-width: 900px) {
  ul {
    margin: 6em 0 8em 0;
  }
}

ul li {
  margin-bottom: 0.4em;
}

h3 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

p {
  margin: 0.1em;
}

@media (min-width: 900px) {
  .parent-job,
  .parent-training {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

@media (min-width: 900px) {
  .parent-job .child-1 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .parent-job .child-2 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .parent-job .child-3 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}

@media (min-width: 900px) {
  .parent-training .child-1 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .parent-training .child-2 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .parent-training .child-3 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .parent-training .child-4 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .parent-training .child-5 {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .parent-training .child-6 {
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

.child {
  position: relative;
  margin: 1.2em auto 3.75em auto;
}

@media (min-width: 500px) {
  .child {
    max-width: 450px;
  }
}

@media (min-width: 900px) {
  .child {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
  }
  .child:nth-child(odd) {
    margin: 20px 0 20px auto;
    padding-right: 40px;
  }
  .child:nth-child(odd):before {
    left: auto;
    right: -12px;
  }
  .child:nth-child(odd):after {
    left: auto;
    right: -12px;
    bottom: -26px;
  }
  .child:nth-child(odd) div {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .child:nth-child(odd) div:before {
    left: auto;
    right: -18px;
  }
  .child:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px auto 20px 0;
    padding-left: 40px;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .child:nth-child(even):after {
    left: 0;
    bottom: -26px;
  }
  .child:nth-child(even) div:before {
    left: -7px;
  }
}

.child p:last-child {
  margin: 0;
}

.child p {
  font-size: 1.03em;
}

.child::before, .child::after {
  position: absolute;
  content: "";
  background-color: #b8ccc3;
}

.child::before {
  top: -25px;
  left: 7px;
  width: 2px;
  height: 150px;
}

@media (min-width: 900px) {
  .child::before {
    right: -6px;
    left: 0px;
  }
}

.child::after {
  bottom: 0px;
  left: 7px;
  width: 2px;
  height: 130px;
}

@media (min-width: 700px) {
  .child::after {
    height: 50px;
  }
}

@media (min-width: 900px) {
  .child::after {
    height: 103px;
    right: -6px;
  }
}

.child div {
  margin-left: 2em;
}

@media (min-width: 900px) {
  .child div {
    margin-left: 0;
  }
}

.child div::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 10px;
  top: 3px;
  left: 0px;
  background-color: #b8ccc3;
}

@media (min-width: 900px) {
  .child div::before {
    right: -12px;
    top: 18px;
  }
}

@media (min-width: 900px) {
  .child div {
    max-width: 400px;
  }
}

@media (min-width: 1100px) {
  .child div {
    max-width: 500px;
  }
}

.reveal {
  position: relative;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.reveal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

html {
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */