html {
  font-size: calc(1em * .625);
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  box-sizing: border-box;
  /* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  font-size: 1.6em;
  /* base font-size is equivalent "16px" */
  line-height: 1.5;
}

a,
button {
  transition: .3s;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

img,
object,
embed,
canvas,
video,
audio,
picture,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

/*! 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;
}

/* exo-300 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/exo/exo-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Exo Light"), local("Exo-Light"), url("../fonts/exo/exo-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v8-latin-300.woff2") format("woff2"), url("../fonts/exo/exo-v8-latin-300.woff") format("woff"), url("../fonts/exo/exo-v8-latin-300.ttf") format("truetype"), url("../fonts/exo/exo-v8-latin-300.svg#Exo") format("svg");
  /* Legacy iOS */
}

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/exo/exo-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Exo Regular"), local("Exo-Regular"), url("../fonts/exo/exo-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v8-latin-regular.woff2") format("woff2"), url("../fonts/exo/exo-v8-latin-regular.woff") format("woff"), url("../fonts/exo/exo-v8-latin-regular.ttf") format("truetype"), url("../fonts/exo/exo-v8-latin-regular.svg#Exo") format("svg");
  /* Legacy iOS */
}

/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/exo/exo-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Exo Bold"), local("Exo-Bold"), url("../fonts/exo/exo-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v8-latin-700.woff2") format("woff2"), url("../fonts/exo/exo-v8-latin-700.woff") format("woff"), url("../fonts/exo/exo-v8-latin-700.ttf") format("truetype"), url("../fonts/exo/exo-v8-latin-700.svg#Exo") format("svg");
  /* Legacy iOS */
}

/* exo-700italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/exo/exo-v8-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Exo Bold Italic"), local("Exo-BoldItalic"), url("../fonts/exo/exo-v8-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/exo/exo-v8-latin-700italic.woff2") format("woff2"), url("../fonts/exo/exo-v8-latin-700italic.woff") format("woff"), url("../fonts/exo/exo-v8-latin-700italic.ttf") format("truetype"), url("../fonts/exo/exo-v8-latin-700italic.svg#Exo") format("svg");
  /* Legacy iOS */
}

/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cabin-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Cabin"), local("Cabin-Regular"), url("../fonts/cabin-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-v13-latin-regular.woff2") format("woff2"), url("../fonts/cabin-v13-latin-regular.woff") format("woff"), url("../fonts/cabin-v13-latin-regular.ttf") format("truetype"), url("../fonts/cabin-v13-latin-regular.svg#Cabin") format("svg");
  /* Legacy iOS */
}

/* cabin-500 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cabin-v13-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Cabin Medium"), local("Cabin-Medium"), url("../fonts/cabin-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-v13-latin-500.woff2") format("woff2"), url("../fonts/cabin-v13-latin-500.woff") format("woff"), url("../fonts/cabin-v13-latin-500.ttf") format("truetype"), url("../fonts/cabin-v13-latin-500.svg#Cabin") format("svg");
  /* Legacy iOS */
}

/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cabin-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Cabin Bold"), local("Cabin-Bold"), url("../fonts/cabin-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-v13-latin-700.woff2") format("woff2"), url("../fonts/cabin-v13-latin-700.woff") format("woff"), url("../fonts/cabin-v13-latin-700.ttf") format("truetype"), url("../fonts/cabin-v13-latin-700.svg#Cabin") format("svg");
  /* Legacy iOS */
}

h1,
h2 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

h3,
h4,
p {
  font-family: "Exo", sans-serif;
}

input,
label {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

input,
label {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  input,
  label {
    font-size: calc(15px + 4 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  input,
  label {
    font-size: 19px;
  }
}

p,
input,
label {
  color: #575757;
}

h1 {
  font-size: 35px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(35px + 12 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 47px;
  }
}

h2 {
  font-size: 25px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(25px + 10 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 35px;
  }
}

h3,
h4 {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  h3,
  h4 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h3,
  h4 {
    font-size: 25px;
  }
}

p {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  p {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  p {
    font-size: 18px;
  }
}

.sous-titre {
  font-family: "Cabin", sans-serif;
}

.sous-titre {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .sous-titre {
    font-size: calc(18px + 4 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .sous-titre {
    font-size: 22px;
  }
}

.description .num-etape {
  font-weight: 700;
}

.description .num-etape {
  font-size: 25px;
}

@media screen and (min-width: 320px) {
  .description .num-etape {
    font-size: calc(25px + 10 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .description .num-etape {
    font-size: 35px;
  }
}

.description h3 {
  font-weight: 400;
}

.description .duree-etape {
  font-size: 1.4rem;
}

.citation p {
  font-weight: 300;
}

.citation p {
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .citation p {
    font-size: calc(20px + 6 * ((100vw - 1024px) / 576));
  }
}

@media screen and (min-width: 1600px) {
  .citation p {
    font-size: 26px;
  }
}

.citation cite {
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

.citation cite {
  font-size: 19px;
}

@media screen and (min-width: 1024px) {
  .citation cite {
    font-size: calc(19px + 6 * ((100vw - 1024px) / 576));
  }
}

@media screen and (min-width: 1600px) {
  .citation cite {
    font-size: 25px;
  }
}

.bloc-etapes .num-etape {
  font-family: "Cabin", sans-serif;
}

.bloc-etapes .duree-etape {
  font-weight: 700;
}

.bloc-formulaire h2 {
  font-size: 28px;
}

@media screen and (min-width: 320px) {
  .bloc-formulaire h2 {
    font-size: calc(28px + 12 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .bloc-formulaire h2 {
    font-size: 40px;
  }
}

.bloc-formulaire h3 {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
}

.bloc-formulaire h3 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .bloc-formulaire h3 {
    font-size: calc(18px + 5 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .bloc-formulaire h3 {
    font-size: 23px;
  }
}

.bloc-formulaire .formulaire .choix-contact p {
  font-weight: 400;
}

.bloc-formulaire .formulaire .choix-contact p {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .bloc-formulaire .formulaire .choix-contact p {
    font-size: calc(18px + 5 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .bloc-formulaire .formulaire .choix-contact p {
    font-size: 23px;
  }
}

.bloc-formulaire .formulaire button {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

.bloc-formulaire .formulaire button {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  .bloc-formulaire .formulaire button {
    font-size: calc(20px + 3 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  .bloc-formulaire .formulaire button {
    font-size: 23px;
  }
}

.bloc-formulaire .accept p {
  font-size: 1.2rem;
}

.temoignages .client h3 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.temoignages .client h3 span {
  font-size: 1.3rem;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}

.temoignages .client .desc {
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

/* ANIMATIONS */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

header {
  background-image: url(../img/bkg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

header * {
  color: #fff;
}

.bloclogo {
  padding: 8.5rem 4rem 30rem;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .bloclogo {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 0 0 0;
  }
}

.logo:hover {
  -webkit-animation: jello 1s ease-in-out;
  animation: jello 1s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.logo svg {
  width: 80px;
}

.logo svg path {
  fill: #fff;
}

.titre {
  max-width: 100%;
}

.titre h1,
.titre p {
  margin: -1rem 2rem;
  line-height: 6rem;
}

@media (max-width: 992px) {
  .titre h1,
  .titre p {
    text-align: center;
    margin: 2rem 2rem;
    line-height: 4rem;
  }
}

@media (max-width: 992px) {
  .titre p {
    margin-bottom: 4rem;
  }
}

.titre .sous-titre {
  line-height: 2.2rem;
  width: 40rem;
  padding-top: 0.5rem;
}

@media (max-width: 992px) {
  .titre .sous-titre {
    width: 70%;
    margin: 2rem auto;
  }
}

.citation {
  position: absolute;
  top: 32rem;
  left: 8rem;
  border-radius: 4px;
  width: 39%;
  padding: 3rem 2rem 5rem 3rem;
  background-color: rgba(42, 44, 44, 0.4);
}

@media (max-width: 992px) {
  .citation {
    display: none;
  }
}

@media (max-width: 320px) {
  .citation {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.citation blockquote {
  margin: 0;
}

.citation blockquote p {
  margin: 0;
}

.citation cite {
  margin: 0;
  margin-top: 1rem;
}

main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  main .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bloc-etapes {
  margin: 8rem 0 4rem 8rem;
  max-width: 40%;
}

@media (max-width: 992px) {
  .bloc-etapes {
    max-width: 100%;
    margin: 4rem 0 4rem 0;
  }
}

.bloc-etapes h2 {
  text-align: center;
}

.bloc-etapes .etapes {
  padding-top: 4rem;
}

@media (max-width: 992px) {
  .bloc-etapes .etapes {
    margin: 0 auto;
    width: 90%;
    min-width: 30rem;
  }
}

.bloc-etapes .etapes .description {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  transition: 0.2s;
}

.bloc-etapes .etapes .description .infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bloc-etapes .etapes .description span,
.bloc-etapes .etapes .description p {
  vertical-align: middle;
}

.bloc-etapes .etapes .description .titre-etape {
  cursor: pointer;
}

.bloc-etapes .etapes .description .num-etape {
  color: #000;
}

.bloc-etapes .etapes .description h3 {
  position: relative;
  margin: 0 2.3rem;
  text-decoration: underline;
}

.bloc-etapes .etapes .description h3::after {
  content: '-';
  position: absolute;
  top: 2px;
  right: -1.5rem;
}

@media (max-width: 340px) {
  .bloc-etapes .etapes .description .duree-etape em {
    display: none;
  }
}

.bloc-etapes .etapes .description .croixdetail {
  line-height: 4.4rem;
  cursor: pointer;
}

.bloc-etapes .etapes .description .croixdetail svg {
  vertical-align: bottom;
  fill: transparent;
  stroke: #575757;
  stroke-width: 1;
}

.bloc-etapes .etapes .description .croixdetail svg * {
  transition: 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}

.bloc-etapes .etapes .description .croixdetail .cross {
  -webkit-transform: translate(-2px, -1px) rotate(45deg);
  transform: translate(-2px, -1px) rotate(45deg);
}

.bloc-etapes .etapes .description:hover .croixdetail svg {
  stroke-width: 2;
}

.bloc-etapes .etapes .details {
  height: 0;
  overflow: hidden;
  transition: height 1s ease-in-out;
}

.bloc-etapes .etapes .details.visible {
  height: 14rem;
}

@media (max-width: 992px) {
  .bloc-etapes .etapes .details.visible {
    height: 10rem;
  }
}

.bloc-etapes .etapes .details p {
  text-indent: 1.5rem;
  margin-top: 2rem;
  position: relative;
}

.bloc-etapes .etapes .details p::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  background-color: #575757;
  border-radius: 5px;
  width: 5px;
  height: 5px;
}

@media (max-width: 768px) {
  .bloc-etapes .etapes .details p::before {
    top: 0.8rem;
  }
}

.bloc-etapes hr {
  margin-top: 4rem;
}

.bloc-formulaire {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: -8rem 4% 10rem 0;
  max-width: 61rem;
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f6f6f6;
  border-radius: 4px;
  box-shadow: 0.7rem 0.7rem 1.5rem rgba(20, 20, 21, 0.2);
  animation: slideDown 3s ease;
  -webkit-animation: slideDown 3s ease;
}

@media (max-width: 992px) {
  .bloc-formulaire {
    position: relative;
    top: 0;
    min-width: 90%;
    margin: 4rem auto;
    -webkit-animation: no-animation;
    animation: no-animation;
  }
}

.bloc-formulaire h2 {
  margin: 0;
  padding: 3rem 0.2%;
  text-transform: uppercase;
  text-align: center;
  line-height: calc(1rem + 2.5vw);
  color: #fff;
  background-color: #2be67a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.2s;
}

@media (max-width: 576px) {
  .bloc-formulaire h2 {
    line-height: calc(1rem + 6vw);
  }
}

@media (max-width: 992px) {
  .bloc-formulaire h2 span {
    display: none;
  }
}

.bloc-formulaire h3 {
  text-align: center;
}

.bloc-formulaire p {
  margin: 2.3rem 0;
  text-align: center;
  color: #000;
}

.bloc-formulaire .message_area {
  display: none;
}

.bloc-formulaire .formulaire {
  text-align: center;
}

@media (max-width: 992px) {
  .bloc-formulaire .formulaire {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bloc-formulaire .formulaire .champ-formulaire {
  width: 95%;
  margin: 3.5rem auto;
  position: relative;
}

@media (max-width: 992px) {
  .bloc-formulaire .formulaire .champ-formulaire {
    width: 45%;
    margin: 2rem auto;
  }
}

@media (max-width: 576px) {
  .bloc-formulaire .formulaire .champ-formulaire {
    width: 95%;
  }
}

.bloc-formulaire .formulaire .champ-formulaire input {
  height: 5rem;
  width: 100%;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  padding-left: 1rem;
}

.bloc-formulaire .formulaire .champ-formulaire input.error {
  border: 3px solid #ff4413;
}

.bloc-formulaire .formulaire .champ-formulaire input.correct {
  border: 3px solid #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire input::-webkit-input-placeholder {
  opacity: 0;
}

.bloc-formulaire .formulaire .champ-formulaire input:-ms-input-placeholder {
  opacity: 0;
}

.bloc-formulaire .formulaire .champ-formulaire input::-ms-input-placeholder {
  opacity: 0;
}

.bloc-formulaire .formulaire .champ-formulaire input::placeholder {
  opacity: 0;
}

.bloc-formulaire .formulaire .champ-formulaire input:hover {
  border-color: #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire input:hover + label,
.bloc-formulaire .formulaire .champ-formulaire input:hover + label span {
  color: #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire input:active, .bloc-formulaire .formulaire .champ-formulaire input:focus {
  outline: none;
  border-color: #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire input:active::-webkit-input-placeholder, .bloc-formulaire .formulaire .champ-formulaire input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

.bloc-formulaire .formulaire .champ-formulaire input:active:-ms-input-placeholder, .bloc-formulaire .formulaire .champ-formulaire input:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.bloc-formulaire .formulaire .champ-formulaire input:active::-ms-input-placeholder, .bloc-formulaire .formulaire .champ-formulaire input:focus::-ms-input-placeholder {
  opacity: 0.4;
}

.bloc-formulaire .formulaire .champ-formulaire input:active::placeholder, .bloc-formulaire .formulaire .champ-formulaire input:focus::placeholder {
  opacity: 0.4;
}

.bloc-formulaire .formulaire .champ-formulaire input:active + label, .bloc-formulaire .formulaire .champ-formulaire input:focus + label {
  top: -20px;
  color: #2be67a;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: text;
}

.bloc-formulaire .formulaire .champ-formulaire input:active + label span, .bloc-formulaire .formulaire .champ-formulaire input:focus + label span {
  color: #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire label {
  position: absolute;
  left: 8px;
  top: 12px;
  pointer-events: none;
  transition: 0.4s;
}

.bloc-formulaire .formulaire .champ-formulaire label span {
  color: #ff4413;
}

.bloc-formulaire .formulaire .champ-formulaire label.ontop {
  top: -20px;
  color: #2be67a;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bloc-formulaire .formulaire .champ-formulaire label.ontop span {
  color: #2be67a;
}

.bloc-formulaire .formulaire .champ-formulaire label.error {
  color: #900;
}

.bloc-formulaire .formulaire .champ-formulaire .label-error {
  padding-left: 1rem;
  text-align: left;
  display: none;
  color: #900;
}

.bloc-formulaire .formulaire .choix-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 2rem;
}

@media (max-width: 992px) {
  .bloc-formulaire .formulaire .choix-contact {
    margin: 2rem 8rem;
  }
}

@media (max-width: 320px) {
  .bloc-formulaire .formulaire .choix-contact {
    margin: 2rem;
  }
}

.bloc-formulaire .formulaire .choix-contact p {
  margin: 1rem 0;
  color: #000;
}

.bloc-formulaire .formulaire .choix-contact .coches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-formulaire .formulaire .choix-contact .case {
  display: inline-block;
  padding: 0 1rem;
}

.bloc-formulaire .formulaire .choix-contact .case input,
.bloc-formulaire .formulaire .choix-contact .case label {
  vertical-align: middle;
}

.bloc-formulaire .formulaire .choix-contact .case input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid #9e9e9e;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;
}

.bloc-formulaire .formulaire .choix-contact .case input:checked {
  border: 6px solid #2be67a;
}

.bloc-formulaire .accept {
  margin: 0 auto 4rem;
  width: 80%;
  font-size: 1.3rem;
}

.bloc-formulaire .accept p {
  text-align: left;
}

.bloc-formulaire .byline {
  text-align: center;
}

.bloc-formulaire .button {
  padding: 2rem 4rem;
  border: 2px solid #2be67a;
  background-color: #2be67a;
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  margin-bottom: 3rem;
}

.bloc-formulaire .button:hover {
  background-color: white;
  color: #2be67a;
}

.bloc-formulaire .validation {
  margin: 0 auto;
  background-color: #2be67a;
  color: #fff;
  display: none;
}

.temoignages {
  text-align: center;
  margin: 0 0 10rem 4rem;
  max-width: 45%;
}

@media (max-width: 992px) {
  .temoignages {
    margin: 4rem 0 4rem 0;
    max-width: 100%;
  }
}

.temoignages .bloc-clients {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .temoignages .bloc-clients {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .temoignages .bloc-clients {
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .temoignages .bloc-clients {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.temoignages .bloc-clients .client {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40%;
  margin-top: 4rem;
}

@media (max-width: 320px) {
  .temoignages .bloc-clients .client {
    max-width: 80%;
  }
}

.temoignages .bloc-clients .client .photo {
  width: 210px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.temoignages .bloc-clients .client h3 {
  text-transform: uppercase;
  margin: 20px 0;
}

.temoignages .bloc-clients .client h3 span {
  display: block;
  margin-bottom: 10px;
}

.temoignages .bloc-clients .client .vague {
  margin-bottom: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 82px;
}

.temoignages .bloc-clients .client .desc {
  margin: 0;
  color: #000;
}

.merci {
  position: absolute;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 170px;
  left: 0;
  width: 100%;
  padding: 0rem;
  height: 0;
  background-color: #F6F6F6;
  transition: all .6S;
}

@media screen and (max-width: 1240px) {
  .merci {
    top: 154px;
  }
}

@media screen and (max-width: 992px) {
  .merci {
    top: 114px;
  }
}

@media screen and (max-width: 730px) {
  .merci {
    top: 100px;
  }
}

.merci.activate {
  height: 75%;
  font-family: "Cabin", sans-serif;
  font-size: calc(18px + 5 * ((100vw - 320px) / 1280));
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .merci.activate {
    height: 85%;
  }
}
