@charset "UTF-8";
/**
Colonnes de grille
** Définit le nombre de colonnes par point de rupture
** Ne pas modifier les clés du map
 */
/**
 * WRAP
 ** Définit la taille du wrapper
 ** (Utiliser des nombres pairs, plus facile pour les calculs)
 */
/**
 * Définition des breakpoints pour tous les devices
 ** Ne pas modifier les clés du map
 */
/**
 * FONT-SIZE
 ** Liste des clés utilisables : mobile, medium, tablet, landscape, desktop, wide, xl
 ** Les valeurs sont en rem (inutile de préciser l'unité)
 */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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,
svg,
picture {
  border-style: none;
  display: block;
  max-width: 100%;
}

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

html {
  font-size: 62.5%;
  font-family: "sofia-pro", sans-serif;
}

@media screen and (min-width: 0px) {
  body {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 2rem;
    line-height: 1.4;
  }
}

* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  display: block;
}

/**
 * Button
 */
button {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
}

/**
* Form
*/
/**
* Sélection
*/
::-moz-selection {
  background: rgba(51, 118, 119, 0.2);
}
::selection {
  background: rgba(51, 118, 119, 0.2);
}

.a-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (min-width: 1200px) {
  .a-wrapper {
    width: 80%;
  }
}

.a-heading {
  font-family: "sofia-pro", sans-serif;
}
.a-heading--1 {
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .a-heading--1 {
    font-size: 3.1rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .a-heading--1 {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .a-heading--1 {
    font-size: 5rem;
    line-height: 1.4;
  }
}
.a-heading--2 {
  text-transform: uppercase;
}
@media screen and (min-width: 0px) {
  .a-heading--2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .a-heading--2 {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .a-heading--3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--3 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--4 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 0px) {
  .a-heading--5 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .a-heading--5 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.a-heading--bold {
  font-weight: 700;
}
.a-heading--white {
  color: #ffffff;
}
.a-heading--black {
  color: #474747;
}
.a-heading--primary {
  color: #337677;
}
.a-heading--secondary {
  color: #FF7500;
}
.a-heading--tertiary {
  color: #FBC21E;
}
.a-heading--quaternary {
  color: #f4f5fa;
}
.a-heading--quintary {
  color: #4AA287;
}
.a-heading--center {
  text-align: center;
}
.a-heading--upper {
  text-transform: uppercase;
}

.a-text > *:first-child {
  margin-top: 0;
}
.a-text > *:last-child {
  margin-bottom: 0;
}
.a-text--mention {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) {
  .a-text--question {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .a-text--question {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .a-text--question {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 0px) {
  .a-text--mention {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .a-text--mention {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .a-text--mention {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.a-text--small {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
.a-text--big {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.a-text--fat {
  font-size: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .a-text--fat {
    font-size: 2.7rem;
  }
}
.a-text--light {
  font-weight: 300;
}
.a-text--bold {
  font-weight: 700;
}
.a-text--xbold {
  font-weight: 900;
}
.a-text--white {
  color: #ffffff;
}
.a-text--black8 {
  color: rgba(71, 71, 71, 0.8);
}
.a-text--primary {
  color: #337677;
}
.a-text--secondary {
  color: #FF7500;
}
.a-text--faible {
  color: #FF7500;
}
.a-text--moyen {
  color: #FBC21E;
}
.a-text--fort {
  color: #4AA287;
}
.a-text--upper {
  text-transform: uppercase;
}
.a-text--center {
  text-align: center;
}

.a-btn {
  display: table;
  padding: 12px 24px 14px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (min-width: 0px) {
  .a-btn {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .a-btn {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1920px) {
  .a-btn {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .a-btn {
    padding: 16px 40px 20px;
  }
}
.a-btn:focus {
  outline: none;
}
.a-btn--primary {
  background: #337677;
  color: #ffffff;
  border: 2px solid #337677;
}
.a-btn--primary:visited {
  color: #ffffff;
}
.a-btn--primary:hover {
  color: #474747;
  background: #ffffff;
}
.a-btn--primary-n {
  background: #ffffff;
  border: 2px solid #337677;
  color: #337677;
}
.a-btn--primary-n:hover {
  color: #ffffff;
  background: #337677;
}
.a-btn--secondary {
  background: #FF7500;
  color: #ffffff;
  border: 2px solid #FF7500;
}
.a-btn--secondary:visited {
  color: #ffffff;
}
.a-btn--secondary:hover {
  color: #474747;
  background: #ffffff;
}
.a-btn--tertiary {
  background: #FBC21E;
  color: #ffffff;
  border: 2px solid #FBC21E;
}
.a-btn--tertiary:visited {
  color: #ffffff;
}
.a-btn--tertiary:hover {
  color: #474747;
  background: #ffffff;
}
.a-btn--quintary {
  background: #4AA287;
  color: #ffffff;
  border: 2px solid #4AA287;
}
.a-btn--quintary:visited {
  color: #ffffff;
}
.a-btn--quintary:hover {
  color: #474747;
  background: #ffffff;
}
.a-btn--quintary-n {
  background: #ffffff;
  border: 2px solid #4AA287;
  color: #4AA287;
}
.a-btn--quintary-n:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #4AA287;
}
.a-btn--septernary {
  background: #9c0a0f;
  color: #ffffff;
  border: 2px solid #9c0a0f;
}
.a-btn--septernary:visited {
  color: #ffffff;
}
.a-btn--septernary:hover {
  color: #9c0a0f;
  background: #ffffff;
}
.a-btn--septernary-n {
  background: transparent;
  color: #9c0a0f;
  border: 2px solid #9c0a0f;
}
.a-btn--septernary-n:visited {
  color: #9c0a0f;
}
.a-btn--septernary-n:hover {
  color: #ffffff;
  background: #9c0a0f;
}
.a-btn--center {
  margin-left: auto;
  margin-right: auto;
}
.a-btn:disabled {
  color: #ffffff;
  background: #474747;
  border-color: #474747;
  cursor: default;
}
.a-btn--upper {
  text-transform: uppercase;
}

.a-link {
  text-decoration: underline;
}
.a-link:hover {
  text-decoration: none;
}
.a-link--white {
  color: #ffffff;
}
.a-link--white:visited {
  color: #ffffff;
}

.a-mention {
  padding: 112px 48px 72px;
}
@media screen and (min-width: 768px) {
  .a-mention {
    padding: 48px 0 0 96px;
  }
}
.a-mention__inner {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.a-mention__close {
  position: absolute;
  width: 24px;
  top: 72px;
  left: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .a-mention__close {
    left: 96px;
    top: 0;
  }
}

.a-list {
  margin: 16px 0;
  padding-left: 32px;
}
.a-list > *:first-child {
  margin-top: 0;
}
.a-list > *:last-child {
  margin-bottom: 0;
}
.a-list__item {
  margin: 8px 0;
}
.a-list--home-header {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .a-list--home-header {
    list-style: initial;
    padding-left: 32px;
  }
}

.a-time {
  font-size: 2rem;
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a-time__picto {
  display: block;
  width: 40px;
}
.a-time__txt {
  display: block;
}

/****************************
        VARIABLES
*****************************/
/****************************
     GENERATEUR
*****************************/
.a-grid {
  width: 100%;
}
.a-grid__row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.a-grid--gutters-m .a-grid__row {
  margin-left: -20px;
  margin-right: -20px;
}
.a-grid--gutters-m .a-grid__row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.a-grid--gutters-l .a-grid__row {
  margin-left: -40px;
  margin-right: -40px;
}
.a-grid--gutters-l .a-grid__row > * {
  padding-left: 40px;
  padding-right: 40px;
}
.a-grid--gutters-xl .a-grid__row {
  margin-left: -80px;
  margin-right: -80px;
}
.a-grid--gutters-xl .a-grid__row > * {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (min-width: 0px) {
  .mo-1of6 {
    width: 16.6666666667%;
  }
  .mo-2of6 {
    width: 33.3333333333%;
  }
  .mo-3of6 {
    width: 50%;
  }
  .mo-4of6 {
    width: 66.6666666667%;
  }
  .mo-5of6 {
    width: 83.3333333333%;
  }
  .mo-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 375px) {
  .me-1of6 {
    width: 16.6666666667%;
  }
  .me-2of6 {
    width: 33.3333333333%;
  }
  .me-3of6 {
    width: 50%;
  }
  .me-4of6 {
    width: 66.6666666667%;
  }
  .me-5of6 {
    width: 83.3333333333%;
  }
  .me-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .t-1of6 {
    width: 16.6666666667%;
  }
  .t-2of6 {
    width: 33.3333333333%;
  }
  .t-3of6 {
    width: 50%;
  }
  .t-4of6 {
    width: 66.6666666667%;
  }
  .t-5of6 {
    width: 83.3333333333%;
  }
  .t-6of6 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .l-1of12 {
    width: 8.3333333333%;
  }
  .l-2of12 {
    width: 16.6666666667%;
  }
  .l-3of12 {
    width: 25%;
  }
  .l-4of12 {
    width: 33.3333333333%;
  }
  .l-5of12 {
    width: 41.6666666667%;
  }
  .l-6of12 {
    width: 50%;
  }
  .l-7of12 {
    width: 58.3333333333%;
  }
  .l-8of12 {
    width: 66.6666666667%;
  }
  .l-9of12 {
    width: 75%;
  }
  .l-10of12 {
    width: 83.3333333333%;
  }
  .l-11of12 {
    width: 91.6666666667%;
  }
  .l-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .d-1of12 {
    width: 8.3333333333%;
  }
  .d-2of12 {
    width: 16.6666666667%;
  }
  .d-3of12 {
    width: 25%;
  }
  .d-4of12 {
    width: 33.3333333333%;
  }
  .d-5of12 {
    width: 41.6666666667%;
  }
  .d-6of12 {
    width: 50%;
  }
  .d-7of12 {
    width: 58.3333333333%;
  }
  .d-8of12 {
    width: 66.6666666667%;
  }
  .d-9of12 {
    width: 75%;
  }
  .d-10of12 {
    width: 83.3333333333%;
  }
  .d-11of12 {
    width: 91.6666666667%;
  }
  .d-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .w-1of12 {
    width: 8.3333333333%;
  }
  .w-2of12 {
    width: 16.6666666667%;
  }
  .w-3of12 {
    width: 25%;
  }
  .w-4of12 {
    width: 33.3333333333%;
  }
  .w-5of12 {
    width: 41.6666666667%;
  }
  .w-6of12 {
    width: 50%;
  }
  .w-7of12 {
    width: 58.3333333333%;
  }
  .w-8of12 {
    width: 66.6666666667%;
  }
  .w-9of12 {
    width: 75%;
  }
  .w-10of12 {
    width: 83.3333333333%;
  }
  .w-11of12 {
    width: 91.6666666667%;
  }
  .w-12of12 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .xl-1of12 {
    width: 8.3333333333%;
  }
  .xl-2of12 {
    width: 16.6666666667%;
  }
  .xl-3of12 {
    width: 25%;
  }
  .xl-4of12 {
    width: 33.3333333333%;
  }
  .xl-5of12 {
    width: 41.6666666667%;
  }
  .xl-6of12 {
    width: 50%;
  }
  .xl-7of12 {
    width: 58.3333333333%;
  }
  .xl-8of12 {
    width: 66.6666666667%;
  }
  .xl-9of12 {
    width: 75%;
  }
  .xl-10of12 {
    width: 83.3333333333%;
  }
  .xl-11of12 {
    width: 91.6666666667%;
  }
  .xl-12of12 {
    width: 100%;
  }
}
/*****************
    WRAP
******************/
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}

@media screen and (min-width: 1024px) {
  .a-rubric {
    padding: 0 8px;
  }
}
.a-rubric__inner {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.a-rubric__inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.a-rubric__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
.a-rubric__icon {
  width: 72px;
  margin: 0 auto 24px;
}
.a-rubric__name {
  margin: 0;
  text-align: center;
}
.a-rubric__overlay {
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 10px solid #FF7500;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.a-rubric__inner:hover .a-rubric__content {
  opacity: 0;
  transition: 0.3s ease;
}
.a-rubric__inner:hover .a-rubric__overlay {
  opacity: 1;
  transition: 0.4s ease 0.1s;
}

@media screen and (min-width: 1024px) {
  .a-rubric {
    padding: 0 8px;
  }
}
.a-rubric__inner {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.a-rubric__inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.a-rubric__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
.a-rubric__icon {
  width: 72px;
  margin: 0 auto 24px;
}
.a-rubric__name {
  margin: 0;
  text-align: center;
}
.a-rubric__overlay {
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 10px solid #FF7500;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.a-rubric__inner:hover .a-rubric__content {
  opacity: 0;
  transition: 0.3s ease;
}
.a-rubric__inner:hover .a-rubric__overlay {
  opacity: 1;
  transition: 0.4s ease 0.1s;
}

.a-diag-input {
  position: absolute;
  opacity: 0;
}
.a-diag-input__label {
  display: inline-block;
  color: #474747;
  font-size: 1.4rem;
  padding: 8px 24px;
  border-radius: 50px;
  border: 2px solid #474747;
  transition: 0.4s ease;
  margin: 0 16px 16px 0;
  cursor: pointer;
  transition: 0.4s ease;
}
.a-diag-input__label:hover {
  border-color: #FBC21E;
  color: #FBC21E;
  transition: 0.4s ease;
}
.a-diag-input:checked + .a-diag-input__label {
  background: #FBC21E;
  color: #ffffff;
  border-color: #FBC21E;
  transition: 0.4s ease;
}

.a-progress {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .a-progress {
    position: relative;
    height: 72px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px;
  }
}
.a-progress__bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}
.a-progress__bar:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FBC21E;
  transform-origin: 0 center;
  transform: scaleX(0);
  transition: 0.4s ease;
}
@media screen and (min-width: 1024px) {
  .a-progress__bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: auto;
    margin-right: 8px;
  }
  .a-progress__bar:after {
    transform-origin: center 0;
    transform: scaleY(0);
  }
}
.a-progress__bar--20:after {
  transform: scaleX(20%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--20:after {
    transform: scaleY(20%);
  }
}
.a-progress__bar--25:after {
  transform: scaleX(25%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--25:after {
    transform: scaleY(25%);
  }
}
.a-progress__bar--40:after {
  transform: scaleX(40%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--40:after {
    transform: scaleY(40%);
  }
}
.a-progress__bar--50:after {
  transform: scaleX(50%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--50:after {
    transform: scaleY(50%);
  }
}
.a-progress__bar--60:after {
  transform: scaleX(60%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--60:after {
    transform: scaleY(60%);
  }
}
.a-progress__bar--75:after {
  transform: scaleX(75%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--75:after {
    transform: scaleY(75%);
  }
}
.a-progress__bar--80:after {
  transform: scaleX(80%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--80:after {
    transform: scaleY(80%);
  }
}
.a-progress__bar--100:after {
  transform: scaleX(100%);
}
@media screen and (min-width: 1024px) {
  .a-progress__bar--100:after {
    transform: scaleY(100%);
  }
}
.a-progress__txt {
  display: none;
}
@media screen and (min-width: 1024px) {
  .a-progress__txt {
    display: block;
    color: #ffffff;
  }
}

.a-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #474747;
}
.a-input:focus {
  outline: none;
}
.a-input--text {
  padding: 8px;
}
.a-input--select {
  color: #474747;
  padding: 5px 8px;
}
.a-input--uppercase {
  text-transform: uppercase;
}
.a-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(71, 71, 71, 0.5);
}
.a-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(71, 71, 71, 0.5);
}
.a-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(71, 71, 71, 0.5);
}
.a-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(71, 71, 71, 0.5);
}

.a-field-search {
  padding-right: 40px;
  position: relative;
  border: solid 1px #ffffff;
}
.a-field-search__btn {
  position: absolute;
  right: 9px;
  top: calc(50% - 12px);
  color: #ffffff;
}

.a-maitrise {
  display: table;
  padding: 8px 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
}
.a-maitrise--fat {
  padding: 16px 40px;
  font-size: 2rem;
}
.a-maitrise--faible {
  background-color: #FF7500;
}
.a-maitrise--moyen {
  background-color: #FBC21E;
}
.a-maitrise--fort {
  background-color: #337677;
}
.a-maitrise--center {
  margin-left: auto;
  margin-right: auto;
}

.a-t-maitrise__level {
  display: table;
  width: 96px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0 16px;
  margin: 0 auto 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .a-t-maitrise__level {
    margin: 0 auto 56px;
  }
}
@media screen and (min-width: 1200px) {
  .a-t-maitrise__level {
    font-size: 2.2rem;
    width: 104px;
  }
}
.a-t-maitrise__level:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid black;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 16px);
}
.a-t-maitrise__level--faible {
  background-color: #FF7500;
}
.a-t-maitrise__level--faible:after {
  border-top-color: #FF7500;
}
.a-t-maitrise__level--moyen {
  background-color: #FBC21E;
}
.a-t-maitrise__level--moyen:after {
  border-top-color: #FBC21E;
}
.a-t-maitrise__level--fort {
  background-color: #4AA287;
}
.a-t-maitrise__level--fort:after {
  border-top-color: #4AA287;
}
.a-t-maitrise__text {
  font-size: 1.4rem;
}

.m-nav-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-nav-footer {
    text-align: left;
  }
}
.m-nav-footer__item {
  line-height: 1.2;
}
.m-nav-footer__desc {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #474747;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.4s, opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .m-nav-footer__desc {
    position: absolute;
    left: 33.3333333333%;
  }
  .m-nav-footer__desc:before {
    content: "";
    position: absolute;
    left: 48px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  .m-nav-footer__desc {
    left: 41.6666666667%;
  }
}
@media screen and (min-width: 1440px) {
  .m-nav-footer__desc {
    left: 33.3333333333%;
  }
}
.m-nav-footer__desc--visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear, opacity 0.4s ease;
}

.m-social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px -24px 0;
}
@media screen and (min-width: 768px) {
  .m-social-nav {
    justify-content: space-between;
  }
}
.m-social-nav__item {
  padding: 0 24px;
}

.m-home-header {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .m-home-header {
    text-align: left;
    background-image: url("../img/home-header-desktop.jpg");
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .m-home-header__container {
    height: calc(100vh - 72px);
    min-height: 600px;
    width: 41.6666666667%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .m-home-header__container {
    width: 34.1666666667%;
    min-height: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .m-home-header__container {
    min-height: 900px;
  }
}
@media screen and (min-width: 1920px) {
  .m-home-header__container {
    width: 37.5%;
  }
}
.m-home-header__container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10vw;
  right: 100%;
  background: #ffffff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .m-home-header__container:before {
    display: block;
  }
}
.m-home-header__container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vw;
  background-image: url("../img/mask-home-desktop.svg");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (min-width: 1024px) {
  .m-home-header__container:after {
    display: block;
  }
}
.m-home-header__header {
  padding: 30vw 0 50vw;
  position: relative;
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .m-home-header__header {
    padding: 280px 0 424px;
    margin: 0 0 56px;
  }
}
@media screen and (min-width: 1024px) {
  .m-home-header__header {
    padding: 0;
    margin: 0 0 32px;
  }
}
.m-home-header__header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: calc(50% - 50vw);
  background-image: url("../img/home-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .m-home-header__header:before {
    display: none;
  }
}
.m-home-header__title {
  color: #ffffff;
  font-size: 2.9rem;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .m-home-header__title {
    padding: 0 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .m-home-header__title {
    padding: 0;
    color: #337677;
  }
}
.m-home-header__content {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .m-home-header__content {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.m-home-header__time {
  position: absolute;
  top: -176px;
  left: calc(50% - 56px);
  z-index: 2;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .m-home-header__time {
    top: -256px;
  }
}
@media screen and (min-width: 1024px) {
  .m-home-header__time {
    position: relative;
    top: auto;
    left: auto;
    color: #474747;
    margin: 24px auto;
    order: 2;
  }
}
@media screen and (min-width: 1440px) {
  .m-home-header__time {
    margin: 48px auto 48px 130px;
  }
}
.m-home-header__btn {
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .m-home-header__btn {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .m-home-header__btn {
    margin: 0;
    order: 3;
  }
}
.m-home-header__text {
  width: 83.3333333333%;
  margin: 0 auto;
}
.m-home-header__text > *:first-child {
  margin-top: 0;
}
.m-home-header__text > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .m-home-header__text {
    width: 100%;
    order: 1;
  }
}
.m-home-header__bottom-btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .m-home-header__bottom-btn {
    display: block;
    margin: 40px auto 0 140px;
  }
}
@media screen and (min-width: 1200px) {
  .m-home-header__bottom-btn {
    margin: 72px auto 0 140px;
  }
}
@media screen and (min-width: 1920px) {
  .m-home-header__bottom-btn {
    margin: 72px auto 0 180px;
  }
}

.m-rubric {
  background-image: url("../img/chevron-white.svg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: calc(32vw + 64px) 0 112px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .m-rubric {
    background-image: none;
    padding: 120px 0;
  }
}
.m-rubric__container {
  margin: 0 auto;
}
.m-rubric__list {
  overflow: visible;
}
.m-rubric__row {
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .m-rubric__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.m-rubric__title {
  margin: 0 0 48px;
}
.m-rubric__btn {
  margin-top: 40px;
}

.m-question {
  padding-left: 16px;
  position: relative;
  margin: 0 0 40px;
  --before-bg-color: #474747;
}
@media screen and (min-width: 1200px) {
  .m-question {
    margin: 0 0 48px;
  }
}
.m-question--completed:before {
  --before-bg-color: #FBC21E;
}
.m-question:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 10px;
  background-color: var(--before-bg-color);
}
.m-question__label {
  display: block;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .m-question__label {
    margin: 0 0 24px;
  }
}

.m-diag-progress {
  padding: 40px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 72px;
  height: calc(23.4666666667vw + 40px);
  background-image: url("../img/mask-green-arrow-mobile.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .m-diag-progress {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 72px;
    left: auto;
    right: auto;
    height: calc(100vh - 72px);
    min-height: 600px;
    width: calc(80% / 12 * 5);
    background-image: url("../img/mask-arrow-green-desktop.svg");
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .m-diag-progress > *:first-child {
    margin-top: 0;
  }
  .m-diag-progress > *:last-child {
    margin-bottom: 0;
  }
  .m-diag-progress:before {
    content: "";
    position: absolute;
    background-image: none;
    width: 100vw;
    top: 0;
    bottom: 0;
    right: 70%;
    left: auto;
    background: #4AA287;
  }
}
@media screen and (min-width: 1440px) {
  .m-diag-progress:before {
    right: 60%;
  }
}
.m-diag-progress__inner {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .m-diag-progress__inner {
    width: auto;
    max-width: none;
    margin: 0;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.m-diag-progress__one {
  padding: 0 8px;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  .m-diag-progress__one {
    width: 100%;
    padding: 0 20% 0 0;
    margin: 8px 0;
  }
}
.m-theme {
  padding-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .m-theme {
    padding-top: 64px;
    margin-bottom: 64px;
  }
}
.m-theme__title {
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (min-width: 1024px) {
  .m-theme__title {
    text-align: left;
  }
}
.m-theme__desc {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 1024px) {
  .m-theme__desc {
    text-align: left;
    margin: 0 0 72px;
  }
}
.m-theme__questions > *:first-child {
  margin-top: 0;
}
.m-theme__questions > *:last-child {
  margin-bottom: 0;
}

.m-form-row__label {
  display: block;
  margin: 0 0 8px;
}

.m-result-header {
  padding-top: 40px;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .m-result-header {
    padding: 72px 0 40px;
  }
}
.m-result-header__container {
  margin: 0 auto;
}
.m-result-header__bottom-btn {
  width: 24px;
  position: absolute;
  top: calc(100% + 24px);
  left: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .m-result-header__bottom-btn {
    position: relative;
    margin: 40px auto 0;
    top: auto;
    left: auto;
  }
}

.m-result-theme__title {
  margin: 0 0 24px;
}
@media screen and (min-width: 1200px) {
  .m-result-theme__title {
    font-size: 2.6rem;
  }
}
.m-result-theme__desc {
  margin: 24px auto 72px;
  max-width: 500px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .m-result-theme__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.m-result-theme__one {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .m-result-theme__one {
    width: calc(25% - 12px);
    margin-bottom: 0;
  }
}
.m-result-theme__one:last-child {
  margin-bottom: 0;
}
.m-result-theme__btn {
  margin-top: 40px;
}

.m-result-contact {
  position: relative;
  z-index: 2;
  padding: 24px 10% 16px;
  background-color: #4AA287;
}
@media screen and (min-width: 1024px) {
  .m-result-contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 15% 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m-result-contact {
    padding: 24px 20% 16px;
  }
}
@media screen and (min-width: 1440px) {
  .m-result-contact {
    padding: 24px 25% 16px;
  }
}
.m-result-contact__icon {
  width: 80px;
  margin: 0 auto 40px;
}
.m-result-contact__title {
  margin: 0 0 40px;
  font-size: 2.4rem;
}
.m-result-contact__desc {
  margin: 0 0 40px;
  font-size: 1.4rem;
}

.m-modal-call {
  width: 280px;
  padding: 24px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  background-color: #337677;
  z-index: 999;
  border-radius: 5px;
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  transition: 0.6s ease 0.4s;
}
@media screen and (min-width: 375px) {
  .m-modal-call {
    width: 308px;
    padding: 56px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .m-modal-call {
    width: 416px;
  }
}
.m-modal-call__outer {
  position: fixed;
  bottom: 40px;
  right: 16px;
}
.m-modal-call__button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #337677;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99999;
  cursor: pointer;
}
.m-modal-call__close {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #337677;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.4s, opacity 0.4s ease;
}
.m-modal-call__title {
  margin: 0 0 24px;
}
.m-modal-call__text {
  margin: 0 0 24px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.4s, opacity 0.3s ease 0.1s;
}
.m-modal-call__btn {
  margin-top: 24px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.m-modal-call--visible {
  transform: scale(100%);
  opacity: 1;
  transition: 0.6s ease;
}
.m-modal-call--visible .m-modal-call__text {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0.6s, opacity 0.4s ease 0.6s;
}
.m-modal-call--visible .m-modal-call__btn {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0.7s, opacity 0.4s ease 0.7s;
}

.m-modal-call__button--close .m-modal-call__close {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear, opacity 0.4s ease;
}

.modal {
  width: 50%;
  padding: 24px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  background-color: #337677;
  color: white;
  z-index: 999;
  border-radius: 5px;
  transform-origin: 100% 100%;
  transform: scale(0);
  opacity: 0;
  transition: 0.6s ease 0.4s;
  display: none;
  font-size: 80%;
  transform: scale(100%);
  opacity: 0;
  transition: 0.6s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.modal--visible {
  opacity: 1;
  transition: 0.6s ease;
}

.m-diag-level {
  padding: 24px 10% 16px;
}
.m-diag-level > *:first-child {
  margin-top: 0;
}
.m-diag-level > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .m-diag-level {
    padding: 24px 5% 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m-diag-level {
    padding: 24px 10% 16px;
  }
}
@media screen and (min-width: 1024px) {
  .m-diag-level__title {
    font-size: 2.6rem;
    margin: 0 auto 32px;
  }
}
.m-diag-level__desc {
  margin: 0 0 32px;
}
.m-diag-level__graph {
  width: 80%;
  max-width: 328px;
  margin: 0 auto 32px;
}
.m-diag-level__mentions {
  margin: 0 auto 32px;
}
.m-diag-level__btn {
  margin-bottom: 32px;
}
.m-diag-level__arrow {
  width: 48px;
  margin: 0 auto;
}

.o-block--bgblack {
  background-color: #474747;
}
.o-block--bggrey {
  background-color: #F0F0F0;
}
.o-block--bgprimary {
  background-color: #337677;
}
.o-block--bgsecondary {
  background-color: #FF7500;
}
.o-block--bgtertiary {
  background-color: #FBC21E;
}
.o-block--bgquaternary {
  background-color: #f4f5fa;
}
.o-block--bgquintary {
  background-color: #4AA287;
}
.o-block--bgsextary {
  background-color: #E84900;
}
.o-block--pvlarge {
  padding-top: 120px;
}
.o-block--rapport {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1200px) {
  .o-block--rapport {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.o-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(71, 71, 71, 0.15);
  z-index: 99;
}
.o-header__inner {
  padding: 16px;
}
.o-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.o-header__name {
  display: block;
  width: 230px;
}
.o-header__logo {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .o-header__logo {
    width: 120px;
  }
}

.o-footer {
  padding: 72px 0;
  overflow: hidden;
  position: relative;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .o-footer__inner {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .o-footer__container {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .o-footer__container {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1440px) {
  .o-footer__container {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .o-footer__top {
    display: flex;
    gap: 40px;
  }
}
.o-footer__logo {
  width: 104px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .o-footer__logo {
    margin: 0 0 40px;
  }
}

.o-main {
  padding-top: 72px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .o-form__body {
    display: flex;
    justify-content: center;
    margin: 0 -4.1666666667%;
  }
}
.o-form__col {
  margin: 0 0 56px;
}
@media screen and (min-width: 1024px) {
  .o-form__col {
    width: 50%;
    padding: 0 4.1666666667%;
    margin: 0;
  }
}
.o-form__title {
  margin: 0 0 24px;
}
.o-form__row {
  margin: 0 0 16px;
}
.o-form__footer {
  margin-top: 56px;
}
.o-form__submit {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .o-form__submit {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .o-result-header__container {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .o-result-header__colleft {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .o-result-header__colright {
    width: 33.3333333333%;
  }
}

.o-result-footer {
  padding: 56px 0;
}
.o-result-footer__maitrise {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .o-result-footer__maitrise {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .o-result-footer__maitrise {
    width: 60%;
  }
}

.o-call {
  padding: 40px 0;
  background-image: url("../img/chevron-red.svg");
  background-size: 132px auto;
  background-position: top -8px center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .o-call {
    padding: 96px 0;
  }
}
.o-call__container {
  margin: 0 auto;
}
.o-call__title {
  margin: 0 0 24px;
}
.o-call__text {
  margin: 24px 0;
}
.o-call__btn {
  margin-top: 24px;
}

.o-rapport__header {
  padding-top: 72px;
}
@media screen and (min-width: 1200px) {
  .o-rapport__header {
    padding-top: 120px;
  }
}
.o-rapport__container > *:first-child {
  margin-top: 0;
}
.o-rapport__container > *:last-child {
  margin-bottom: 0;
}

.p-diag__wrapper {
  padding: 40px 0 80px;
}
@media screen and (min-width: 1024px) {
  .p-diag__wrapper {
    padding: 80px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-diag__wrapper {
    padding: 120px 0 120px;
  }
}
.p-diag__questions {
  padding-top: calc(23.4666666667vw + 40px);
}
@media screen and (min-width: 1024px) {
  .p-diag__questions {
    margin-left: auto;
    padding-top: 0;
  }
}
.p-result {
  background-image: url("../img/chevron-white.svg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: calc(32vw + 64px) 0 112px;
  transition: background-color 0.6s ease;
}
@media screen and (min-width: 768px) {
  .p-result {
    background-position: top -16px center;
    background-size: 300px auto;
    padding: 112px 0 112px;
  }
}

.hidden {
  display: none !important;
}