@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!
 * icheck-bootstrap v3.1.0 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*=icheck-] {
  height: 27px;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding-left: 0px;
}
[class*=icheck-] > label {
  padding-left: calc(27px + 7px) !important;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
[class*=icheck-] > label::before {
  background-color: white;
}
[class*=icheck-] > input:first-child {
  position: absolute !important;
  opacity: 0;
  margin: 0;
}
[class*=icheck-] > input:first-child:disabled {
  cursor: default;
}
[class*=icheck-] > input:first-child:disabled + label, [class*=icheck-] > input:first-child:disabled + input[type=hidden] + label, [class*=icheck-] > input:first-child:disabled + label::before, [class*=icheck-] > input:first-child:disabled + input[type=hidden] + label::before {
  pointer-events: none;
  cursor: default;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}
[class*=icheck-] > input:first-child + label::before, [class*=icheck-] > input:first-child + input[type=hidden] + label::before {
  transition: 0.3s all ease-in-out;
  content: "";
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid #e2e2e2;
  border-radius: 0.65rem;
  margin-left: calc(-27px - 7px);
}
[class*=icheck-] > input:first-child:checked + label::after,
[class*=icheck-] > input:first-child checked + input[type=hidden] + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(27px / 3);
  height: calc(27px / 2);
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  transform: translate(100%, 33%) rotate(45deg);
  -ms-transform: translate(100%, 33%) rotate(45deg);
}
[class*=icheck-] > input:first-child:not(:checked):not(:disabled):hover + label::before, [class*=icheck-] > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-width: 2px;
}
[class*=icheck-] > input[type=radio]:first-child + label::before, [class*=icheck-] > input[type=radio]:first-child + input[type=hidden] + label::before {
  border-radius: 0.65rem;
}

.icheck-inline {
  display: inline-block;
}
.icheck-inline + .icheck-inline {
  margin-left: 0.75rem;
  margin-top: 6px;
}

.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-default > input:first-child:checked + label::before, .icheck-default > input:first-child:checked + input[type=hidden] + label::before {
  background-color: #e6e6e6;
}
.icheck-default > input:first-child:checked + label::after, .icheck-default > input:first-child:checked + input[type=hidden] + label::after {
  border-bottom-color: #333;
  border-right-color: #333;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-primary > input:first-child:checked + label::before, .icheck-primary > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-success > input:first-child:checked + label::before, .icheck-success > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--bs-success, var(--success, #5cb85c));
}

.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-info > input:first-child:checked + label::before, .icheck-info > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-warning > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-warning > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-warning > input:first-child:checked + label::before, .icheck-warning > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-danger > input:first-child:checked + label::before, .icheck-danger > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--bs-danger, var(--danger, #d9534f));
}

.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-alizarin > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-alizarin > input:first-child:checked + label::before, .icheck-alizarin > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-amethyst > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-amethyst > input:first-child:checked + label::before, .icheck-amethyst > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-asbestos > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-asbestos > input:first-child:checked + label::before, .icheck-asbestos > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-belizehole > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-belizehole > input:first-child:checked + label::before, .icheck-belizehole > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-carrot > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-carrot > input:first-child:checked + label::before, .icheck-carrot > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-clouds > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-clouds > input:first-child:checked + label::before, .icheck-clouds > input:first-child:checked + input[type=hidden] + label::before {
  background-color: #ecf0f1;
}
.icheck-clouds > input:first-child:checked + label::after, .icheck-clouds > input:first-child:checked + input[type=hidden] + label::after {
  border-bottom-color: #95a5a6;
  border-right-color: #95a5a6;
}

.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-concrete > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-concrete > input:first-child:checked + label::before, .icheck-concrete > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-emerland > input:first-child:checked + label::before, .icheck-emerland > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-greensea > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-greensea > input:first-child:checked + label::before, .icheck-greensea > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-midnightblue > input:first-child:checked + label::before, .icheck-midnightblue > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-nephritis > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-nephritis > input:first-child:checked + label::before, .icheck-nephritis > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-orange > input:first-child:checked + label::before, .icheck-orange > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-peterriver > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-peterriver > input:first-child:checked + label::before, .icheck-peterriver > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-pomegranate > input:first-child:checked + label::before, .icheck-pomegranate > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-pumpkin > input:first-child:checked + label::before, .icheck-pumpkin > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-silver > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-silver > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-silver > input:first-child:checked + label::before, .icheck-silver > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-sunflower > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-sunflower > input:first-child:checked + label::before, .icheck-sunflower > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-turquoise > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-turquoise > input:first-child:checked + label::before, .icheck-turquoise > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-wetasphalt > input:first-child:checked + label::before, .icheck-wetasphalt > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before {
  border-color: var(--mcf-light-blue);
}
.icheck-wisteria > input:first-child:not(:checked):not(:disabled):hover + label span {
  color: var(--mcf-light-blue);
}
.icheck-wisteria > input:first-child:checked + label::before, .icheck-wisteria > input:first-child:checked + input[type=hidden] + label::before {
  background-color: var(--mcf-light-blue);
  color: var(--mcf-light-blue);
  border-color: var(--mcf-light-blue);
}

[class^="mcf:btn"], [class*=" mcf:btn"] {
  background-color: rgb(44, 115, 212);
  background-position: 8% 50%;
  background-repeat: no-repeat;
  background-size: 16%;
  border-radius: 19px;
  color: #FFF;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  z-index: 1;
  text-overflow: ellipsis;
  max-width: 100%;
}
[class^="mcf:btn"]:hover, [class*=" mcf:btn"]:hover {
  color: #FFF;
  box-shadow: 0 0 0 0 var(--mcf-dark-blue) inset;
  background-color: var(--mcf-dark-blue);
}
[class^="mcf:btn"][data-icon], [class*=" mcf:btn"][data-icon] {
  line-height: 1rem;
  border: 1px solid var(--mcf-light-grey);
  background-color: #FFF;
  padding: 0;
  padding-left: 50px;
  box-shadow: none;
}
[class^="mcf:btn"][data-icon] span, [class*=" mcf:btn"][data-icon] span {
  color: #FFF;
  align-items: center;
  border-radius: 19px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 1rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  z-index: 1;
  background-color: var(--mcf-light-blue-dark);
  box-shadow: 0 0 10px 23px var(--mcf-dark-blue) inset;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
[class^="mcf:btn"][data-icon].white span, [class*=" mcf:btn"][data-icon].white span {
  color: var(--mcf-dark-blue);
  background-color: #FFF;
  box-shadow: none;
}
[class^="mcf:btn"][data-icon].white span:before, [class*=" mcf:btn"][data-icon].white span:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 0;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  background: var(--mcf-dark-blue);
  border-radius: 50px;
  transition: width 0.15s ease-in-out, height 0.15s ease-in-out;
}
[class^="mcf:btn"][data-icon]:hover, [class*=" mcf:btn"][data-icon]:hover {
  border: 1px solid #CCC;
}
[class^="mcf:btn"][data-icon]:hover span, [class*=" mcf:btn"][data-icon]:hover span {
  box-shadow: 0 0 0 0 var(--mcf-dark-blue) inset;
}
[class^="mcf:btn"][data-icon]:hover.white span, [class*=" mcf:btn"][data-icon]:hover.white span {
  color: #FFF;
}
[class^="mcf:btn"][data-icon]:hover.white span:before, [class*=" mcf:btn"][data-icon]:hover.white span:before {
  width: 100%;
  height: 100%;
}
[class^="mcf:btn"][data-icon=restart], [class*=" mcf:btn"][data-icon=restart] {
  background-position: 12% 50%;
  background-size: 30px;
  background-image: url(/assets/vendor/autodiagnostic/images/restart-couleurs.svg?922944867313be05487c542b4533ea3e);
}
[class^="mcf:btn"][data-icon=m], [class*=" mcf:btn"][data-icon=m] {
  background-position: 12px 10px;
  background-size: 30px;
  background-image: url(/assets/vendor/autodiagnostic/images/logo-m-mcf.svg?9b7527c5abb8c0d614ed2cd35acc4c01);
}
[class^="mcf:btn"][data-icon=arrow], [class*=" mcf:btn"][data-icon=arrow] {
  background-position: 15px 7px;
  background-size: 25px;
  background-image: url(/assets/vendor/autodiagnostic/images/fleche-couleurs.svg?81c9254a58c2fbcd200975e26a6c430a);
}
[class^="mcf:btn"][data-icon=arrow-back], [class*=" mcf:btn"][data-icon=arrow-back] {
  background-position: 15px 7px;
  background-size: 25px;
  background-image: url(/assets/vendor/autodiagnostic/images/fleche-back-couleurs.svg?65c77b59c2fca4f2bebec772328fba9e);
}

[class^="mcf:btn:lg"], [class*=" mcf:btn:lg"] {
  border-radius: 23px;
  font-size: 1rem;
  height: 46px;
  line-height: 46px;
}
[class^="mcf:btn:lg"][data-icon], [class*=" mcf:btn:lg"][data-icon] {
  padding-left: 60px;
}
[class^="mcf:btn:lg"][data-icon] span, [class*=" mcf:btn:lg"][data-icon] span {
  height: 44px;
  line-height: 44px;
  border-radius: 23px;
}
[class^="mcf:btn:lg"][data-icon=m], [class*=" mcf:btn:lg"][data-icon=m] {
  background-position: 14px 12px;
  background-size: 35px;
}
[class^="mcf:btn:lg"][data-icon=arrow], [class^="mcf:btn:lg"][data-icon=arrow-back], [class*=" mcf:btn:lg"][data-icon=arrow], [class*=" mcf:btn:lg"][data-icon=arrow-back] {
  background-position: 15px 7px;
  background-size: 35px;
}

[class^="mcf:btn:icon"], [class*=" mcf:btn:icon"] {
  width: 3rem !important;
  height: 3rem !important;
  padding: 0 !important;
  background-size: 2rem !important;
  background-position: center !important;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: white;
  border-bottom: 1px solid #e5e7eb;
}
.header .container-large {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 2rem;
  max-width: 1570px;
  margin: auto;
}

.footer {
  background: var(--mcf-dark-blue);
  color: white;
}
.footer .container-large {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 2rem;
  max-width: 1570px;
  margin: auto;
}
.footer-top > .container-large {
  align-items: end;
  flex-wrap: wrap;
}
.footer-top > .container-large p {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  max-width: 600px;
}
.footer-top > .container-large p i > small {
  text-wrap: balance;
  text-align: right;
}
.footer-bottom {
  background-color: white;
}
.footer-bottom .container-large {
  padding: 1.5rem 2rem;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.reinsurance {
  height: 8rem;
  width: 8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.reinsurance-accompagnement {
  background-image: url(/assets/vendor/autodiagnostic/images/accompagnement.svg?8285a16a17e2dac4400e8cb00cd00310);
}
.reinsurance-groupe {
  background-image: url(/assets/vendor/autodiagnostic/images/groupe.svg?7236d73703c18c3f028b8db6047f87d2);
}
.reinsurance-rapport {
  background-image: url(/assets/vendor/autodiagnostic/images/livre.svg?fe86d3ee6cff28274df712a257ba7b08);
}
.reinsurance-recommandation {
  background-image: url(/assets/vendor/autodiagnostic/images/recommandation.svg?01118f494ea659af05e6a172cd387b97);
}
.reinsurance-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin: auto;
  gap: 5rem;
}

/**
* Landing page styles
*/
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h5 {
  text-wrap: balance;
}
.landing-page h1 {
  font-size: 3.5rem;
}
.landing-page h2,
.landing-page h5 {
  max-width: 768px;
}
.landing-page h2.text-center,
.landing-page h5.text-center {
  margin: auto;
}
.landing-page .quizz-introduction-tips {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  padding: 0;
  text-align: left;
}
.landing-page .quizz-introduction-tips li {
  list-style-type: none;
  padding: 2rem 2rem 2rem 3.25rem;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.landing-page .quizz-introduction-tips li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.9rem;
  background-image: url(/assets/vendor/autodiagnostic/images/list.svg?49cfe2f59cdafa93d2004e11f705dc03);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
}
.landing-page .quizz-introduction-tips * + * {
  border-top: 4px solid white;
}
.landing-page .instructions {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
}
.landing-page .instructions ul {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  gap: 0.5rem;
}
@media screen and (max-width: 1080px) {
  .landing-page .instructions ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .landing-page .instructions ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.landing-page .instructions ul li {
  width: 100%;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #f8f8f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  list-style-type: none; /* Remove the default bullet point */
  position: relative; /* Make it position relative */
  font-weight: 600;
  color: var(--mcf-dark-blue);
}
.landing-page .instructions h4 {
  color: var(--mcf-dark-blue);
}
.landing-page .container-large {
  max-width: 1570px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  .landing-page .row-cols-2 {
    flex-direction: column;
    gap: 3rem;
  }
  .landing-page .row-cols-2 > * {
    width: 100%;
  }
  .landing-page .row-cols-2 > *:last-child {
    order: 1;
  }
  .landing-page .row-cols-2 > *:first-child {
    order: 2;
  }
}

body {
  font-family: Poppins, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.bg-dark-blue {
  background: #0b0e2c;
}

.btn.bg-dark-blue {
  background: #151b54;
}
.btn.bg-dark-blue:hover {
  background: #0b0e2c;
}

.bg-ceinture {
  background: url(/assets/vendor/autodiagnostic/images/ceinture.jpg?187382a7e5859e9fbea0ac1db3283f79);
  background-size: cover;
  box-shadow: rgba(23, 32, 135, 0.85) 0px 0px 0px 500px inset;
  background-position: 50% 50%;
}

.bg-guide {
  background: url(/assets/vendor/autodiagnostic/images/autodiagnostic-guide.jpg?c4835ce340ceab13616d6811d25ab98e);
  background-size: cover;
  box-shadow: rgba(23, 32, 135, 0.85) 0px 0px 0px 500px inset;
  background-position: 50% 50%;
}

#left {
  position: sticky;
  height: 100%;
  top: 0;
}
#left path {
  transition: all 0.25s ease-in-out;
}

.badge-bilan {
  padding: 0.75rem 1.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.badge-bilan.bg-gray {
  background: #ddd;
  color: #666;
  font-weight: normal;
}
.badge-bilan-1 {
  background-color: var(--mcf-orange) !important;
}
.badge-bilan-2 {
  background-color: var(--mcf-light-blue) !important;
}
.badge-bilan-3 {
  background-color: var(--mcf-green) !important;
}
.badge-bilan.bg-white {
  background-color: #fff !important;
}

.header-top {
  background-color: var(--mcf-dark-blue);
  z-index: 9999;
}

.alert {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.alert-title {
  background-color: var(--mcf-dark-blue);
  border: 0;
}
.alert-title {
  position: sticky;
  z-index: 10;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  top: 5rem;
}
@media screen and (min-width: 992px) {
  .alert-title {
    top: 1rem;
  }
}
.alert-title h3 {
  color: white;
  margin-bottom: 0;
}
.alert-title h3 span {
  margin-right: 0.25rem;
}

.section {
  transition: opacity 0.5s ease-in-out;
}
.section .sub-title > p {
  margin-bottom: 0 !important;
}

.gray-container {
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  border-radius: 1rem;
  padding: 2rem;
}

.question {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-property: all, border, border-radius;
  transition-duration: 0.5s, 0s, 0s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
  font-weight: 600;
}
.question .checkboxes {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .question label span {
    opacity: 0;
    font-size: 0;
    max-width: 0 !important;
  }
}
@media screen and (max-width: 780px) {
  .question .checkboxes {
    flex-direction: column;
    align-items: start;
  }
  .question label span {
    opacity: 1;
    max-width: 100%;
    margin-right: 1rem;
    font-size: 0.75rem;
  }
}
.question .badge {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  margin: 0;
  visibility: hidden;
  max-width: 0;
  padding: 0;
}
.question .badge.active {
  background-color: var(--mcf-light-blue);
  color: white;
}
.question label span {
  white-space: nowrap;
  color: #666;
  transition: 0.3s all ease-in-out;
}
.question input:first-child:checked + label span {
  color: var(--mcf-light-blue) !important;
  font-weight: 500;
}
.question .icheck-primary label::before {
  background-color: #fff;
}
.question.active {
  border-color: var(--mcf-dark-blue);
}
.question:hover .question-label, .question.active .question-label {
  color: var(--mcf-dark-blue);
  opacity: 1 !important;
}
.question:hover .badge, .question.active .badge {
  opacity: 1;
  visibility: visible;
  padding: 0.75rem 1.5rem;
  padding-left: 2.75rem;
  max-width: 100%;
  margin-right: 1rem;
}
.question:hover label span, .question.active label span {
  opacity: 1;
  max-width: 100%;
  margin-right: 1rem;
  font-size: 0.75rem;
}
.question.active, .question.done {
  visibility: visible;
  position: relative;
  transform: translateY(0);
  opacity: 1;
}
.question.done {
  opacity: 1;
}
.question.done:hover {
  opacity: 1;
}
.question .question-label {
  transition: all 0.3s ease-in-out;
}

.quizz-container .not-concerned label,
.bilan-container .not-concerned label {
  font-size: 0.75rem;
  color: #666;
  white-space: nowrap;
}
.quizz-container #sections,
.bilan-container #sections {
  position: relative;
  padding-bottom: 1rem;
}
.quizz-container .percent *,
.bilan-container .percent * {
  color: white !important;
}

.quizz-container .alert-title {
  margin-bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

h1.main-title {
  font-size: 2.3rem;
  color: #256dd1;
}

h2.sub-title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.75rem;
  color: #ff7b75;
}

@media screen and (min-width: 900px) {
  h1.main-title {
    font-size: 2rem;
  }
  h2.sub-title {
    font-size: 0.86rem;
  }
}
@media screen and (min-width: 1400px) {
  h1.main-title {
    font-size: 2.2rem;
  }
  h2.sub-title {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.15rem;
  }
  .question-label {
    font-size: 1.05rem;
    opacity: 0.6;
  }
}
.mx-auto {
  margin: 0 auto;
}

.bilan-tips {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  margin: 1rem 0;
}
.bilan-tips h5 {
  color: var(--mcf-dark-blue);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

#bilan-risques p {
  text-align: left;
}

#bilans-mission h5 {
  color: var(--mcf-dark-blue);
  font-weight: 600;
  transform: translateY(5px);
}
#bilans-mission p {
  text-align: left;
}
#bilans-mission .d-flex {
  padding-bottom: 0.75rem;
  padding-top: 1rem;
}
#bilans-mission .d-flex:first-child {
  padding-top: 0;
}

.img-full-width {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 350px;
}
.img-rounded {
  border-radius: 20px;
}

.h-screen {
  min-height: 100vh;
}

ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

main {
  background-image: url(""), url(/assets/vendor/autodiagnostic/images/right-main-bg.svg?52f2e4486c9b9531bba221eacdf513aa);
  background-position: 0 0, 100% -100%;
  background-repeat: no-repeat;
  background-size: 50vw;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.bilan-graph-container {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1200px) {
  .bilan-graph-container {
    top: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .bilan-graph-container {
    position: relative !important;
    top: 0 !important;
  }
}

.form-report {
  background-color: white;
  padding: 0 2rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  flex: 1 1 0%;
}
@media screen and (max-width: 992px) {
  .form-report {
    margin-top: 2rem !important;
  }
}
.form-report h4 {
  font-weight: 600;
}
.form-report p,
.form-report h1,
.form-report h4,
.form-report label {
  color: white;
  width: 100%;
  max-width: 700px;
}
.form-report .mention {
  max-width: 100%;
}
.form-report .glass-container {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 9999px;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  width: 700px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
}
.form-report .icheck-primary {
  max-width: 100%;
  width: 550px;
}
.form-report input[type=mail] {
  flex: 1 1 0%;
  padding-left: 1.5rem;
  background-color: transparent;
  border: none;
  border-radius: 9999px !important;
  color: white;
}
.form-report input[type=mail]::-moz-placeholder {
  opacity: 0.5;
  color: white;
}
.form-report input[type=mail]::placeholder {
  opacity: 0.5;
  color: white;
}
.form-report button {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.message {
  border-radius: 1rem;
  padding: 1rem 2rem;
  color: white;
  font-weight: 500;
  margin-top: 1rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 0;
}
.message-error {
  background-color: var(--mcf-orange);
}
.message-success {
  background-color: var(--mcf-green);
}
