/* @override 
	https://bonial.invox.fr/wp-content/themes/indexbonial/assets/css/invox.css
	https://index-bonial.local/wp-content/themes/indexbonial/assets/css/invox.css */
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-SemiBold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/Spartan-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--txtcolor);
  background: var(--bgcolor);
  font-family: var(--googlefont);
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
  max-width: 100vw;
  overflow-x: hidden;
}
a {
  color: inherit;
}
*:focus {
  outline: none;
}
b,
strong {
  font-weight: 600;
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
.container {
  width: 95%;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
    max-width: 1600px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.toast {
  background: var(--btncolor);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.valign-wrapper > div {
  width: 100%;
}
header.site-header {
  padding: 30px 0;
}
header.site-header .row {
  margin-bottom: 0;
}
header.site-header .btn {
  margin: 0;
}
header.site-header .header-links {
  margin: 0;
}
header.site-header .header-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
header.site-header .header-links li:first-child {
  margin-left: 0;
}
header.site-header .header-links li:last-child {
  margin-right: 0;
}
header.site-header .header-links li a i {
  line-height: 1em;
  font-size: 1.2em;
  vertical-align: text-top;
  transform: translateY(-0.15em);
  margin-right: .25em;
}
header.site-header .index-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
}
header.site-header .header-wrapper {
  display: flex;
  align-items: center;
}
header.site-header .header-wrapper > * {
  flex: 1;
}
header.site-header .header-wrapper div {
  text-align: right;
}
header.site-header,
footer.page-footer {
  background: #fff;
}
header.site-header .menu,
footer.page-footer .menu {
  margin: 0;
}
header.site-header .menu li,
footer.page-footer .menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 15px;
}
header.site-header .menu li:last-child,
footer.page-footer .menu li:last-child {
  margin-right: 0;
}
header.site-header .menu li a,
footer.page-footer .menu li a {
  transition: all 0.3s ease-in-out 0s;
}
header.site-header .menu li a:hover,
footer.page-footer .menu li a:hover {
  color: var(--btncolor);
}
header.site-header .menu li.login a,
footer.page-footer .menu li.login a {
  display: inline-block;
  border: 1px solid var(--btncolor);
  color: var(--btncolor);
  padding: 10px 20px;
  border-radius: 100px;
}
header.site-header .menu li.login a:hover,
footer.page-footer .menu li.login a:hover {
  background: var(--btncolor);
  color: #fff;
}
footer.page-footer {
  padding: 50px 0 20px;
  color: inherit;
  border-top: 1px solid #58585873;
}
footer.page-footer .menu {
  font-size: 1em;
}
footer.page-footer .menu li {
  margin: 20px 15px;
}
footer.page-footer .index-logo {
  width: 120px;
}
.no-content-found {
  margin: 100px 0;
}
.no-content-found h2 {
  font-weight: 200;
}
.sidenav-trigger {
  position: absolute;
  right: 20px;
  top: 25px;
}
.sidenav-trigger:hover .burger-icon {
  opacity: 1;
}
.burger-icon {
  display: inline-block;
  content: "";
  position: relative;
  width: 26px;
  height: 24px;
  border-top: 2px solid var(--txtcolor);
  border-bottom: 2px solid var(--txtcolor);
  opacity: .7;
}
.burger-icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--txtcolor);
  position: absolute;
  left: 0;
  top: 9px;
}
.btn {
  text-transform: none;
  display: inline-block;
  padding: 13px 30px;
  line-height: 2;
  height: auto;
  background: var(--btncolor);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 120px;
  margin: 30px auto;
  box-shadow: none;
  transition: all 0.3s ease-in-out 0s;
}
.btn:hover,
.btn:focus {
  background: var(--btncolor);
  box-shadow: none;
}
.btn.secondary {
  background: #fff;
  color: var(--btncolor);
  border: 1px solid var(--btncolor);
}
form .response a {
  text-decoration: underline;
}
main h1,
main h2,
main h3 {
  font-weight: 600;
  line-height: 1.4em;
}
main h1 {
  font-size: 3.2rem;
}
main h2 {
  font-size: 2.6rem;
}
main h3 {
  font-size: 2rem;
}
main h4 {
  font-weight: 600;
  font-size: 1.4rem;
}
main p {
  font-size: 1.2rem;
}
label {
  display: block;
}
label input[type=checkbox] + span,
label input[type=radio] + span {
  display: inline-block;
  width: 100%;
  color: var(--txtcolor);
}
label input[type=checkbox]:checked + span,
label input[type=radio]:checked + span {
  color: #333;
}
label input[type=radio]:checked + span:before,
label input[type=radio]:not(:checked) + span:before {
  border: 1.5px solid var(--primarycolor);
}
label input[type=radio].with-gap:checked + span:after {
  background: var(--primarycolor);
}
label [type=radio].with-gap:checked + span:after,
label [type=radio].with-gap:checked + span:before,
label [type=radio]:checked + span:after {
  border-color: var(--primarycolor);
  box-shadow: 0 0 6px var(--primarycolor);
}
label [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  border: 1px solid #ccc;
  height: 16px;
  width: 16px;
  top: 2px;
}
label [type=checkbox].filled-in:checked + span:not(.lever):after {
  border: 1px solid var(--primarycolor);
  height: 16px;
  width: 16px;
  top: 2px;
}
label [type=checkbox].filled-in:checked + span:not(.lever):after {
  border-color: var(--primarycolor);
  background: var(--primarycolor);
  box-shadow: 0 0 6px var(--primarycolor);
}
label [type=checkbox].filled-in:checked + span:not(.lever):before {
  left: 0;
  width: 7px;
}
.action-buttons .btn {
  margin: 20px 10px 40px;
}
#assessment-questions .input-field input[type=text] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
  font-family: var(--googlefont), sans-serif;
  width: calc( 100% - 20px );
}
#assessment-questions .input-field input[type=text] + label {
  margin-left: 10px;
}
#assessment-questions .input-field input[type=text]:focus {
  border: 1px solid #aaa !important;
  box-shadow: none !important;
}
#assessment-questions .input-field input[type=text]:focus + label {
  margin-left: 0;
  top: -4px;
  color: var(--txtcolor) !important;
}
.action-buttons a.btn {
  min-width: 200px;
  padding-right: 0;
  padding-left: 0;
}
.title-wrapper {
  margin: 40px 0;
}
.title-wrapper .axe-icon {
  display: inline-block;
}
.title-wrapper .axe-icon + .axe-title {
  display: inline-block;
  max-width: calc( 100% - 90px );
  padding-left: 10px;
  margin: 0;
}
.title-wrapper .axe-icon img {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: auto;
}
.axe .axe-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.axe .question-title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 10px 0 1em;
  padding-left: 50px;
  position: relative;
  color: var(--txtcolor);
  line-height: 1.5em;
}
.axe .question-title .count {
  font-size: .9em;
  position: absolute;
  left: 0;
  color: var(--primarycolor);
  font-weight: 500;
}
.axe .question-title .count small {
  font-size: 1em;
  color: #ccc;
  font-weight: normal;
}
.question-item {
  padding: 30px;
  border-radius: 16px;
  background: #fff;
  margin: 40px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
}
.question-item .subtitle a {
  text-decoration: underline;
}
.question-item .answers {
  margin: 2em 0 0 50px;
}
.question-item .answers li {
  margin: 1em 0;
}
.question-item .answers .sub-set {
  margin-left: 2.2em;
}
main.homepage .start {
  background: #fff;
  padding: 0 0 40px;
}
form .input-field input[type=text],
form .input-field input[type=email],
form .input-field input[type=tel] {
  border: .5px solid #A4A4A4;
  border-radius: 5px;
  padding: 0 10px;
  width: calc( 100% - 20px );
  font-family: var(--googlefont);
  font-weight: 400;
}
form .input-field input[type=text]:focus,
form .input-field input[type=email]:focus,
form .input-field input[type=tel]:focus {
  border: .5px solid #A4A4A4 !important;
  box-shadow: none !important;
}
form .input-field input[type=text]:focus + label,
form .input-field input[type=email]:focus + label,
form .input-field input[type=tel]:focus + label {
  transform: none;
}
form .input-field label,
form .input-field label.active {
  top: -22px;
  font-size: .9355em;
  transform: none !important;
}
form .required {
  font-size: 14px;
  color: var(--primarycolor);
}
form p + .invox-select-wrapper {
  margin-top: -1em;
}
button,
input,
select {
  font-family: var(--googlefont);
}
.modal {
  border-radius: 12px;
}
#create-account-form {
  background: #fff;
  border-radius: 16px;
  padding: 40px 50px;
  color: var(--txtcolor);
}
#create-account-form h3 {
  margin: 0 0 1.2em;
  font-weight: 600;
  font-size: 1.8rem;
}
#create-account-form .inline-radio {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
#create-account-form input[type=checkbox][name=privacy] + span {
  font-size: 12px;
  line-height: 18px;
}
#create-account-form input[type=checkbox][name=privacy] + span a {
  text-decoration: underline;
}
#create-account-form button {
  margin-bottom: 1em;
}
#create-account-form .come-back {
  font-size: 14px;
  text-decoration: underline;
}
#create-account-form .required-fields {
  font-size: .8em;
}
#modal-login {
  width: 480px;
  max-width: 90%;
}
#modal-login .modal-close {
  position: absolute;
  right: 20px;
  top: 30px;
  color: var(--primarycolor);
}
#modal-login .modal-content {
  padding: 30px 30px 50px;
}
#modal-login .input-field {
  margin: 60px 0 20px;
}
#modal-login button {
  margin: 0 auto;
  display: block;
}
.axis-gauge {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}
.axis-gauge li.current,
.axis-gauge.start li:last-child {
  color: var(--primarycolor);
}
.axis-gauge li.current:after,
.axis-gauge.start li:last-child:after {
  background: var(--primarycolor);
}
.axis-gauge li.current .dot,
.axis-gauge.start li:last-child .dot {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  top: -10px;
  margin-left: -14px;
  border: 7px solid var(--primarycolor);
}
.axis-gauge li {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px 0;
  line-height: 40px;
  position: relative;
  flex: auto;
  text-align: center;
}
.axis-gauge li .label {
  line-height: 1.4em;
  display: inline-block;
}
.axis-gauge li .dot {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #A4A4A4;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -8px;
  z-index: 12;
}
.axis-gauge li:before,
.axis-gauge li:after {
  content: "";
  width: 50%;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 0;
  z-index: 1;
}
.axis-gauge li:before {
  right: 0;
}
.axis-gauge li:after {
  left: 0;
}
.axis-gauge li.current ~ li:before,
.axis-gauge li.current ~ li:after {
  background: var(--primarycolor);
}
.axis-gauge li.current ~ li .dot {
  background: var(--primarycolor);
}
.axis-gauge li:last-child {
  text-align: left;
}
.axis-gauge li:last-child .dot {
  left: 0;
  margin-left: 0;
}
.axis-gauge li:first-child {
  text-align: right;
}
.axis-gauge li:first-child .dot {
  right: 0;
  left: auto;
}
.axis-gauge li:first-child.current:before {
  background: var(--primarycolor);
}
.axis-gauge.start li:last-child:after {
  background: #ddd;
}
.axis-gauge.start li:last-child .dot {
  margin-left: 0;
}
main.score-preview {
  background: var(--btncolor);
  padding: 60px 0;
}
main.score-preview .page-title {
  color: #fff;
  font-size: 2.4rem;
}
.score-preview-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  margin: 20px 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
.score-preview-wrapper.sector-score {
  margin: 20px 60px;
}
.score-preview-wrapper .score {
  font-size: 3em;
  font-weight: 600;
  color: var(--primarycolor);
  margin: 0;
}
.score-preview-wrapper .score strong {
  color: var(--btncolor);
  font-size: 1.2em;
  font-weight: 700;
}
.score-preview-wrapper h2 {
  font-size: 1.3em;
}
.score-preview-wrapper h2.score-title {
  color: var(--btncolor);
  text-align: center;
}
.score-preview-wrapper p {
  font-size: 1rem;
}
.score-gauge {
  display: block;
  margin: 30px 0;
  content: "";
  width: 100%;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  position: relative;
}
.score-gauge .value {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  border-radius: 7px;
  top: 1px;
  left: 2px;
  background: var(--btncolor);
}
.score-gauge .cursor {
  position: absolute;
  bottom: -45px;
  padding-top: 20px;
  font-size: 11px;
  z-index: 1;
  text-align: center;
  width: 160px;
  margin-left: -80px;
}
.score-gauge .cursor:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent var(--btncolor) transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px;
}
main.login-page,
main.reset-password {
  padding: 60px 0;
}
main.login-page form,
main.reset-password form {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  margin: 20px 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}
main.login-page form#assessment-login p,
main.reset-password form#assessment-login p,
main.login-page form#assessment-login .btn,
main.reset-password form#assessment-login .btn {
  margin: 0;
}
main.login-page form .inline-checkboxes label,
main.reset-password form .inline-checkboxes label {
  display: inline-block;
  margin-right: 30px;
}
main.login-page form p,
main.reset-password form p {
  font-size: 1rem;
}
main.login-page form .errors,
main.reset-password form .errors {
  color: var(--btncolor);
}
#assessment-account a {
  text-decoration: underline;
}
main.reset-password form {
  max-width: 480px;
  margin: 0 auto;
}
main.reset-password .page-title {
  font-size: 2.4rem;
}
.invox-select-wrapper {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin: 20px 0;
}
.invox-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: var(--primarycolor);
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.invox-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  color: var(--txtcolor);
  font-family: var(--googlefont), sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em 0;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invox-select-wrapper select:focus {
  outline: none;
}
main.results-page {
  padding-bottom: 80px;
}
main.results-page h1,
main.results-page h2 {
  font-size: 2.2em;
  line-height: 1.850em;
  margin: 0;
}
main.results-page h2.detailed-results {
  margin: 80px 0 40px;
}
main.results-page h3,
main.results-page h4 {
  font-size: 1.13333333em;
}
main.results-page p {
  font-size: .9em;
  line-height: 200%;
}
main.results-page #radar-chart {
  margin: 0 auto;
}
main.results-page .flexbox {
  display: flex;
  gap: 80px;
  align-items: center;
}
main.results-page .result-header {
  margin: 40px 0 20px;
}
main.results-page .result-header > div {
  flex: 1 1 50%;
}
main.results-page .result-header > div .donut-chart {
  max-width: 60%;
  margin: 0 20%;
}
main.results-page .action-btns li {
  display: inline-block;
  margin: 0 15px;
}
main.results-page .action-btns li:first-child {
  margin-left: 0;
}
main.results-page .action-btns li:last-child {
  margin-right: 0;
}
main.results-page .global-result > div.title-desc {
  width: 25%;
}
main.results-page .global-result > div.title-desc h2 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 4px;
}
main.results-page .global-result > div.title-desc p {
  margin: 0;
}
main.results-page .global-result > div.graph {
  width: 75%;
}
main.results-page .global-result > div.graph p {
  text-align: center;
  margin: 0;
}
main.results-page .global-result .your-average,
main.results-page .global-result .others-average {
  text-align: left;
}
main.results-page .rounded-box {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 16px;
}
main.results-page .rounded-box table {
  margin-top: 30px;
  border-top: 1px solid #666;
}
main.results-page .rounded-box table tr {
  border-color: #666;
}
main.results-page .rounded-box table th,
main.results-page .rounded-box table td {
  padding: 15px 0;
}
main.results-page .rounded-box table th {
  font-weight: 500;
}
main.results-page .rounded-box table td {
  color: var(--secondarycolor);
  font-size: 1.4em;
  font-weight: 600;
  text-align: right;
  padding-right: 0;
}
main.results-page .white-rounded-box {
  background: #fff;
  border-radius: 14px;
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 0 20px;
}
main.results-page .axis-result .axe-title {
  color: var(--txtcolor);
}
main.results-page .axis-result .axe-title img {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
main.results-page .axis-result .chart {
  width: 25%;
}
main.results-page .axis-result .desc {
  width: 75%;
}
main.results-page .axis-result .reco {
  background: var(--secondarycolor);
  color: #fff;
  padding: 22px 16px;
  border-radius: 12px;
  margin-top: 30px;
}
main.results-page .axis-result .reco h4 {
  margin: 0;
}
main.results-page .axis-result .reco p {
  margin-bottom: 0;
}
main.results-page .results-cta-reco {
  background: var(--secondarycolor);
  color: #fff;
  padding: 30px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
main.results-page .results-cta-reco .img {
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
main.results-page .results-cta-reco .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
main.results-page .results-cta-reco .desc {
  padding-left: calc( 25% + 50px );
}
main.results-page .results-cta-reco .btn {
  margin-top: 10px;
  margin-bottom: 0;
}
main.results-page .results-cta-reco p {
  font-size: 14px;
}
main.results-page .your-average,
main.results-page .others-average {
  text-align: center;
  color: #747474;
  font-size: 1em;
}
main.results-page .your-average:before,
main.results-page .others-average:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .3em;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1rem;
  border: 4px solid var(--primarycolor);
}
main.results-page .your-average:before {
  border-color: var(--secondarycolor);
}
#radar-chart {
  width: 640px !important;
  max-width: 100% !important;
  height: auto !important;
}
section {
  line-height: 160%;
  padding: 60px 0;
}
section.even {
  background: #fff;
}
section .row {
  margin-bottom: 0;
}
section.header-form .section-title {
  font-weight: 600;
  line-height: 1.4em;
  margin: 40px 0 .2em;
  font-size: 2.5rem;
}
section.header-form .section-subtitle {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 1.2em;
}
section.header-form .responsive-img {
  display: block;
  margin: 50px auto 0;
}
section.header-form .lottie {
  margin: 10px 0;
}
section.header-form .lottie > * {
  width: 100% !important;
  height: auto;
}
section h2 {
  font-size: 1.8rem;
  line-height: 1.850em;
  margin: 0;
}
section:not(.custom-colors) p {
  font-size: .9333335rem;
  color: #747474;
}
section.thematiques .axes {
  text-align: center;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
}
section.thematiques .axes .axe {
  flex: 1 auto;
  background: #fff;
  border-radius: 14px;
  padding: 56px 30px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.05);
  width: calc( 33% - 45px );
  max-width: calc( 33% - 45px );
}
section.thematiques .axes .axe img {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto;
}
section.thematiques .axes .axe h3 {
  font-size: 1.2em;
  color: var(--txtcolor);
}
section.citation blockquote {
  margin: 90px 20px 20px;
  border: none;
  padding: 0;
  position: relative;
  background: #fff;
}
section.citation blockquote img.portrait {
  position: absolute;
  left: 0;
  top: -40px;
  width: 144px;
  height: auto;
  z-index: 2;
}
section.citation blockquote svg {
  position: absolute;
  left: 180px;
  top: -12px;
  z-index: 2;
}
section.citation blockquote svg path {
  fill: var(--primarycolor);
}
section.citation blockquote .quote-content {
  background: #fff;
  padding: 30px 60px 30px 120px;
  border-radius: 18px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.075);
  margin-left: 70px;
  position: relative;
  z-index: 1;
}
section.citation blockquote .quote-content .author {
  margin: 1em 0 0;
}
section.citation blockquote .quote-content .author img,
section.citation blockquote .quote-content .author p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
section.citation blockquote .quote-content .author img {
  max-width: 100px;
  margin-right: 15px;
}
section.citation blockquote .quote-content .author p {
  margin: 0;
  max-width: calc( 100% - 120px );
  padding-top: .35em;
}
section.citation blockquote .quote-content .author p span {
  line-height: 1.5em;
  display: inline-block;
}
section.citation .slider-wrapper {
  position: relative;
}
section.citation .slider-wrapper .quote-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
section.citation .slider-wrapper .quote-dots path {
  fill: var(--primarycolor);
}
section.citation .slider-wrapper.unique .quote-dots {
  bottom: -30px;
  right: -10px;
}
section.citation .testimonials-slider {
  z-index: 2;
  margin: 0 4%;
}
section.citation .testimonials-slider .slick-nav {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
section.citation .testimonials-slider .slick-nav:hover {
  color: var(--primarycolor);
  border-color: var(--primarycolor);
}
section.citation .testimonials-slider .slick-nav i {
  line-height: 38px;
  height: auto;
}
section.citation .testimonials-slider .slick-nav.prev {
  left: -60px;
}
section.citation .testimonials-slider .slick-nav.next {
  right: -60px;
}
section.content-thumbnails .section-title {
  margin-bottom: 2.5em;
}
section.content-thumbnails .items {
  text-align: center;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
section.content-thumbnails .items .item {
  flex: 1 auto;
  background: #fff;
  border-radius: 14px;
  padding: 56px 30px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.05);
  width: calc( 33.333% - 20px );
  max-width: calc( 33.333% - 20px );
}
section.content-thumbnails .items .item img {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto;
}
section.content-thumbnails .items .item h3 {
  text-align: center;
  line-height: 170%;
  font-size: 1.0666667rem;
  color: var(--txtcolor);
}
section.content-thumbnails .items .item p {
  font-size: .85em;
  color: var(--txtcolor);
}
.slick-dots {
  margin: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.slick-dots li button {
  box-shadow: none;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
}
.slick-dots li.slick-active button {
  background: var(--primarycolor);
}
#question-modal .modal-content {
  padding: 40px;
}
#question-modal .modal-content h2,
#question-modal .modal-content h3,
#question-modal .modal-content h4 {
  font-family: var(--googlefont);
  color: var(--primarycolor);
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 600;
}
#question-modal .modal-content h3 {
  font-size: 1.6em;
  color: var(--secondarycolor);
}
#question-modal .modal-content h4 {
  font-size: 1.2em;
  color: var(--secondarycolor);
}
#question-modal .modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (min-width: 992px) {
  main.auto-evaluation #auto-evaluation {
    text-align: center;
  }
  main.auto-evaluation .eval-wrapper {
    max-width: calc( 48% - 20px );
  }
  main.results-page .global-result {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1120px) {
  header.site-header .menu {
    font-size: 1.2vw;
  }
  header.site-header .menu li {
    margin: 1vw;
  }
}
@media only screen and (max-width: 990px) {
  header.site-header .site-logo {
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  header.site-header .menu {
    margin-top: 30px;
    text-align: center;
    font-size: 1rem;
  }
  header.site-header .menu li {
    margin: 10px;
  }
  .title-wrapper .axe-icon {
    display: block;
    margin: 20px auto !important;
  }
  .title-wrapper .axe-icon + .axe-title {
    display: block;
    max-width: 100% !important;
  }
  .white-rounded-box {
    padding: 40px 30px !important;
  }
  #create-account-form {
    margin-top: 30px;
  }
  section.thematiques .axes {
    gap: 30px;
  }
  section.thematiques .axes .axe {
    width: calc( 50% - 15px );
    max-width: calc( 50% - 15px );
  }
}
@media only screen and (max-width: 600px) {
  header.site-header .site-logo,
  footer.page-footer .site-logo {
    display: block;
    margin: 0 auto;
  }
  header.site-header {
    padding: 15px 0 20px;
  }
  footer.page-footer {
    text-align: center;
  }
  footer.page-footer .menu {
    margin-top: 30px;
    text-align: center;
  }
  footer.page-footer .menu li {
    display: block;
    margin: 10px 0;
  }
  section.header-form .section-subtitle {
    font-size: 1.6rem;
  }
  section h2 {
    font-size: 1.6rem;
  }
  main h1 {
    font-size: 2.2rem;
  }
  main h2 {
    font-size: 1.6rem;
  }
  main h3 {
    font-size: 1.4rem;
  }
  main h4 {
    font-size: 1.2rem;
  }
  main p {
    font-size: 1.1rem;
  }
  form .btn {
    margin: 20px 0 !important;
  }
  form .input-field input[type="text"] + label,
  form .input-field input[type="tel"] + label,
  form .input-field input[type="password"] + label,
  form .input-field input[type="email"] + label {
    font-size: 12px;
  }
  form .invox-select-wrapper select {
    font-size: 12px;
  }
  form .invox-select-wrapper:before {
    display: block;
    content: "";
    width: 14px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  form .invox-select-wrapper:after {
    right: 0;
  }
  .axis-gauge li {
    font-size: 0;
  }
  .axis-gauge li:last-child:after {
    right: 0;
    left: auto;
  }
  .axis-gauge li:first-child:after {
    left: 0;
    right: auto;
  }
  .axis-gauge li.current ~ li:before {
    width: calc( 50% + 14px );
  }
  .axis-gauge li.current ~ li:last-child:before {
    left: 0;
  }
  .axis-gauge.start li:last-child:after {
    left: 0;
  }
  .question-item .question-title {
    padding-left: 0;
  }
  .question-item .question-title .count {
    display: block;
    position: relative;
    left: auto;
    top: auto;
  }
  .question-item .answers {
    margin: 0;
  }
  main.results-page .result-header {
    margin-top: 10px;
  }
  main.results-page .global-result .rounded-box {
    padding: 0;
    border: none;
  }
  main.results-page .global-result > div.title-desc {
    width: auto;
  }
  main.results-page .global-result .histogram .gauge {
    position: relative;
    height: 48px;
  }
  main.results-page .global-result .histogram .gauge > div {
    position: absolute;
    left: 0;
    height: 24px;
    border-radius: 0 5px 5px 0;
    line-height: 26px;
    color: #fff;
    padding-left: 5px;
    font-weight: 500;
    font-size: .9em;
  }
  main.results-page .global-result .histogram .gauge > div.average {
    bottom: 0;
    background: var(--primarycolor);
  }
  main.results-page .global-result .histogram .gauge > div.you {
    top: 0;
    background: var(--secondarycolor);
  }
  main.results-page .global-result .histogram p {
    margin-top: 1em;
  }
  main.results-page .global-result .histogram p.your-average {
    margin-top: 3em;
  }
  main.results-page .flexbox {
    display: block;
  }
  main.results-page .action-btns {
    text-align: center;
  }
  main.results-page .action-btns li {
    margin: 0;
  }
  main.results-page .action-btns li .btn {
    margin: 10px;
    display: block;
    min-width: 260px;
  }
  main.results-page .axis-result .chart,
  main.results-page .axis-result .desc {
    width: auto;
  }
  main.results-page .axis-result .chart {
    padding: 0 15%;
  }
  main.results-page .axis-result .axe-title {
    text-align: center;
  }
  main.results-page .axis-result .axe-title img {
    display: block;
    margin: 10px auto 8px;
  }
  main.results-page .results-cta-reco {
    padding: 0;
  }
  main.results-page .results-cta-reco .img {
    width: 100%;
    height: 280px;
    padding: 0;
  }
  main.results-page .results-cta-reco .img img {
    border-radius: 14px 14px 0 0;
    height: 280px;
    width: 100%;
  }
  main.results-page .results-cta-reco .desc {
    padding: 320px 20px 20px;
  }
  main.results-page .results-cta-reco .btn {
    display: block;
    margin: 30px auto;
  }
  main.results-page .your-average,
  main.results-page .others-average {
    font-size: .8em;
    line-height: 1.4em;
    margin: 0;
  }
  main.results-page .others-average {
    margin-bottom: 40px;
  }
  #create-account-form {
    padding: 20px;
  }
  #create-account-form .inline-radio {
    display: block;
  }
  #create-account-form .inline-radio label {
    display: block;
    margin: 10px 0;
  }
  section.thematiques .axes {
    display: block;
  }
  section.thematiques .axes .axe {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.content-thumbnails .items {
    display: block;
  }
  section.content-thumbnails .items .item {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.citation .testimonials-slider {
    margin: 0;
  }
  section.citation blockquote {
    margin: 15px;
    padding: 0;
  }
  section.citation blockquote img.portrait {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 0 auto;
    height: 100px;
    width: auto;
  }
  section.citation blockquote .quote-content {
    padding: 130px 18px 60px 18px;
    margin: -80px 0 0;
  }
  section.citation blockquote .quote-content .author img {
    display: block;
    margin: 4px 0;
    max-width: 40%;
  }
  section.citation blockquote .quote-content .author p {
    font-size: .9em;
    max-width: 100%;
    display: block;
  }
  section.citation blockquote svg {
    top: 110px;
    left: 18px;
  }
}
