@charset "UTF-8";
/* ------------------ FONTS -----------------------*/
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
}

/* Bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}

/* medium italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBoldItalic.ttf") format("truetype");
}

/*------------- home -------------*/
.label {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #5B5B67;
}

.acknoledgements {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background: rgba(85, 95, 103, 0.8);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: 570px;
  padding: 90px 0 40px 0;
  text-align: center;
  display: none;
  z-index: 10;
}

.acknoledgements__title {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.acknoledgements__list {
  color: #fff;
  list-style: none;
  padding-left: 0;
}

.acknoledgements__list li {
  font-size: 16px;
  font-size: 1rem;
}

.footnote {
  position: absolute;
  left: 50px;
  bottom: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}

.subtitre {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5B5B67;
}

.titre {
  font-size: 48px;
  font-size: 3rem;
  color: #000;
}

.titre sup {
  font-size: 30%;
  top: -1.5em;
}

.chapiter0 {
  position: relative;
}

.chapiter0 .titre {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
}

.chapiter0 .subtitre {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.chapiter0 .cartouche {
  position: absolute;
  bottom: 200px;
  z-index: 2;
}

.chapiter0 .cartouche--grey {
  background-color: #8D8D8D;
  color: #5B5B67;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  bottom: 118px;
  left: 50px;
}

.chapiter_rectangle {
  width: 350px;
  height: 76px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.note {
  position: absolute;
  bottom: 50px;
  font-size: 12px;
  left: 500px;
}

.buttons-row {
  position: absolute;
  bottom: 80px;
  right: 40px;
  text-align: right;
}

.buttons-row .btn {
  margin-bottom: 7px;
  width: 200px;
}

.popup, .modal-view-cyber {
  background: #fff;
  width: 1400px;
  height: 787px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 4;
  box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  display: none;
}

.popup img, .modal-view-cyber img {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.popup p, .modal-view-cyber p {
  line-height: 1.2;
}

.popup .btn-float, .modal-view-cyber .btn-float {
  -webkit-border-radius: 8px 0 0 0 !important;
     -moz-border-radius: 8px 0 0 0 !important;
          border-radius: 8px 0 0 0 !important;
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 200;
}

.popup__content {
  padding: 80px;
  width: 100%;
  height: 100%;
  line-height: 2;
}

.popup__content .container, .popup__content .row {
  height: 100%;
}

.popup__content .row-title {
  height: auto;
}

.popup__content .row-content {
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}

.popup__wrap-grey {
  background-color: #f4f4f4;
  width: 480px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  height: 100%;
  padding: 38px 44px;
}

.popup .block, .modal-view-cyber .block {
  width: 50%;
}

.popup__title-blue {
  color: #6022A6;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
}

.popup__subtitle {
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  margin-bottom: 24px;
}

.popup__list-title {
  margin-bottom: 0;
  color: #6022A6;
  line-height: 1;
  margin-bottom: 5px;
}

.popup__list {
  padding-left: 15px;
}

.popup__list li {
  line-height: 1.2;
  margin-bottom: 6px;
}

.popup__list span {
  color: #5B5B67;
}

.popup__num {
  margin-bottom: 14px;
  line-height: 1;
}

.popup__num span {
  color: #6022A6;
}

.popup__link-video {
  display: block;
}

.popup__link-video sup {
  top: -0.5em !important;
}

.popup__product {
  color: #000;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.25px;
  margin-bottom: 16px;
}

.popup__product img {
  margin-left: 10px;
  margin-top: -8px;
}

.popup__footnote {
  font-size: 12px;
  font-size: 0.75rem;
}

.popup__blue-txt {
  color: #6022A6;
}

.popup__two-col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.popup__wrap-swiper {
  background-color: #000;
  width: 480px;
  padding: 48px 24px 21px 24px;
}

.popup__swiper-subtitle {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #6022A6;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}

.popup__swiper-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.popup__col-grey {
  background-color: #E4E4E4;
  max-width: 480px;
  height: 100%;
  position: relative;
}

.popup__col-grey img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.swiper-pagination-bullets {
  top: 0px;
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  top: 0;
  margin-top: 0;
  -webkit-background-size: 16px 29px;
     -moz-background-size: 16px 29px;
          background-size: 16px 29px;
}

.swiper-pagination-bullet {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
     -moz-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
          box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
  opacity: 1;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
     -moz-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
          box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
}

.popup--gallery {
  background-color: #020202;
  text-align: left;
}

.popup--gallery .popup__content {
  line-height: 1.4;
  color: #fff;
}

.popup--gallery .gallery__prev.swiper-button-disabled, .popup--gallery .gallery__next.swiper-button-disabled {
  display: none;
}

.popup--gallery .gallery__name {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  padding-left: 16px;
}

.popup--gallery .subgallery__name {
  font-size: 32px;
  font-size: 2rem;
  color: #6022A6;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 16px;
}

.popup--gallery .subgallery__description {
  margin-bottom: 30px;
  padding-left: 16px;
}

.popup--gallery .popup__blue-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup--gallery .subgallery__list-title {
  color: #6022A6;
  margin-bottom: 10px;
}

.popup--gallery .popup__list li {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.popup--gallery .popup__list span {
  color: #fff;
}

.popup--gallery__navigation, .popup__navigation {
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 0;
  z-index: 80;
}

.popup--gallery__navigation .gallery__prev, .popup__navigation .gallery__prev {
  position: absolute;
  bottom: 30px;
  left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.popup--gallery__navigation .gallery__prev:focus, .popup__navigation .gallery__prev:focus {
  outline: none;
}

.popup--gallery__navigation .gallery__next, .popup__navigation .gallery__next {
  position: absolute;
  bottom: 30px;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.popup--gallery__navigation .gallery__next:focus, .popup__navigation .gallery__next:focus {
  outline: none;
}

.popup--gallery__navigation .gallery__label, .popup__navigation .gallery__label {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 10px;
  line-height: 1.2;
}

.popup--gallery__navigation .gallery__label span, .popup__navigation .gallery__label span {
  display: block;
}

.popup--gallery__navigation .gallery__previous-name, .popup__navigation .gallery__previous-name, .popup--gallery__navigation .gallery__next-name, .popup__navigation .gallery__next-name {
  color: #6022A6;
  font-size: 20px;
  font-size: 1.25rem;
}

.popup--gallery .swiper-pagination {
  top: unset;
  bottom: 92px;
}

.popup--gallery .swiper--subgallery {
  padding-top: 0;
  height: 580px;
}

.popup--gallery .swiper--subgallery-button-next, .popup--gallery .swiper--subgallery-button-prev {
  top: unset;
  bottom: 80px;
}

.popup--gallery .swiper--subgallery-button-prev {
  left: 30%;
}

.popup--gallery .swiper--subgallery-button-next {
  right: 30%;
}

.popup--gallery .legend {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
       transform: translate(-50%);
  bottom: 0;
  width: 75%;
  min-height: 70px;
}

.popup--gallery .swiper--subgallery-wrapper .swiper-slide {
  text-align: center;
}

.popup--gallery .video-js {
  margin: 0 auto;
}

.popup--gallery .popup__close {
  z-index: 1000;
}

.popup--gallery .subgallery-full {
  width: 100%;
  height: 590px;
}

.popup--gallery .subgallery-full .swiper-pagination {
  bottom: 0px;
}

.popup--gallery .subgallery-full .swiper--subgallery-button-next, .popup--gallery .subgallery-full .swiper--subgallery-button-prev {
  bottom: -10px;
}

.popup--gallery .subgallery-full .swiper-slide {
  width: 100%;
  height: 550px;
}

.popup--gallery .subgallery-full .swiper-slide img {
  max-height: 550px;
}

.popup--gallery .subgallery-full .swiper-slide .col-3 {
  text-align: left;
}

/* ------- popup navigation -------- */
.popup__navigation {
  left: 0;
}

.popup__navigation .row {
  height: auto;
}

.popup__navigation .gallery__label {
  color: #333f48;
  cursor: pointer;
  font-size: 18px;
}

.popup__navigation .gallery__prev {
  left: 80px !important;
}

.popup__navigation .gallery__next {
  right: 80px !important;
}

/* --------------------- SUBPOPUP ----------------------- */
.subpopup {
  z-index: 1000;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: none;
}

.subpopup .subpopup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1002;
  cursor: pointer;
}

.subpopup .swiper-container {
  padding-top: unset;
  width: 100%;
  height: 100%;
}

.subpopup .swiper-pagination-bullets {
  top: unset;
  bottom: -49px;
  background-color: #000;
  padding: 10px 25px;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  left: 50%;
  -webkit-transform: translateX(-50px);
     -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
  min-width: 100px;
}

.subpopup .swiper-pagination-bullet {
  margin: 0 5px;
}

.subpopup .swiper-button-next, .subpopup .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  padding: 38px 32px;
}

.subpopup .swiper-button-next {
  right: -63px;
  -webkit-border-radius: 0 10px 10px 0;
     -moz-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
}

.subpopup .swiper-button-prev {
  left: -63px;
  -webkit-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.subpopup .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.subpopup--content {
  background-color: #fff;
}

.subpopup--content .container {
  padding: 80px;
  width: 100%;
  height: 100%;
  line-height: 1.2;
}

.subpopup--content .container ul li {
  margin-bottom: 5px;
}

.subpopup--gallery .swiper-button-next, .subpopup--gallery .swiper-button-prev {
  top: unset;
  bottom: 20px;
}

.subpopup--gallery .swiper-pagination-bullets {
  bottom: 25px;
  margin: 0 10px;
}

.subpopup--gallery .swiper-button-prev {
  left: 30%;
}

.subpopup--gallery .swiper-button-next {
  right: 30%;
}

.subpopup--gallery .video-js {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.inside-modale .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.inside-modale .modal-dialog .close {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inside-modale .modal-dialog .modal-content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.inside-modale .modal-dialog .modal-content .video-container {
  width: 100%;
  height: 100%;
}

.inside-modale .modal-dialog .modal-content .video-js {
  background-color: #fff;
}

.inside-modale .modal-dialog .container-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.inside-modale .modal-dialog .container-video .video-js {
  width: 100%;
  height: 100%;
}

.inside-modale .modal-dialog .legend-video {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
       transform: translate(-50%);
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

#load-pop {
  height: 100%;
}

.img-compare__container {
  background-color: #000;
  height: auto;
  max-width: 775px;
}

.img-compare__container .img-compare__title {
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 14px;
}

.img-compare__container .img-compare__after sup {
  font-size: 50%;
  top: -.8em;
}

.img-compare__before {
  color: white;
  background-color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 160px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  padding-top: 3px;
}

.img-compare__after {
  color: white;
  background-color: #6022A6;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 160px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  padding-top: 3px;
}

.footnote ul {
  list-style-type: "* ";
  padding-left: 0;
}

.attachment {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 90;
}

.attachment__pdf img {
  width: 130px;
}

.attachment span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6022A6;
  width: 100%;
  display: inline-block;
  line-height: 1;
}

.attachment a {
  display: block;
}

.attachment a:hover {
  text-decoration: none;
}

.attachment__subpop {
  background-color: #6022A6;
  padding: 20px;
  min-width: 200px;
  -webkit-border-radius: 9px 0 0 0;
     -moz-border-radius: 9px 0 0 0;
          border-radius: 9px 0 0 0;
}

.attachment__subpop span {
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.icons-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.icons-container .info {
  text-align: center;
  margin: 0 16px;
  width: 180px;
}

.icons-container .info__title {
  color: #6022A6;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  font-size: 21px;
}

.icons-container .info__txt {
  line-height: 1.1;
  font-size: 20px;
  margin-top: 5px;
}

.icons-container img {
  width: 90px;
}

#popup__A1 .img-1 {
  width: 570px;
  margin-top: -90px;
}

#popup__A3, #popup__A3_656 {
  padding: 60px;
}

#popup__A3 .wallstand, #popup__A3_656 .wallstand {
  position: relative;
  text-align: center;
}

#popup__A3 .wallstand img, #popup__A3_656 .wallstand img {
  width: 170px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 16px 0;
}

#popup__A3 .wallstand__title, #popup__A3_656 .wallstand__title {
  font-weight: bold;
  line-height: 1;
}

#popup__A3 .wallstand__overlay, #popup__A3_656 .wallstand__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border-left: solid 0.5px #6022A6;
  border-right: solid 0.5px #6022A6;
  width: 100%;
  height: 100%;
}

#popup__A3 .wallstand__overlay .wallstand__title, #popup__A3_656 .wallstand__overlay .wallstand__title {
  margin-bottom: 20px;
  color: #000 !important;
}

#popup__A3 .wallstand__overlay ul, #popup__A3_656 .wallstand__overlay ul {
  text-align: left;
  margin: 0 20px;
}

#popup__A3 .wallstand__overlay ul li, #popup__A3_656 .wallstand__overlay ul li {
  line-height: 1.4;
}

#popup__A3 .wallstand__plus, #popup__A3_656 .wallstand__plus {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  color: #6022A6;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
}

#popup__A3 .wallstand:nth-child(2), #popup__A3_656 .wallstand:nth-child(2) {
  border-left: solid 0.5px #6022A6;
  border-right: solid 0.5px #6022A6;
}

#popup__A3 .close__wallstand, #popup__A3_656 .close__wallstand {
  position: absolute;
  top: 0;
  right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  color: #6022A6;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  padding-top: 2px;
}

#popup__A3 .d-flex, #popup__A3_656 .d-flex {
  max-width: 1100px;
  margin-left: auto;
}

#popup__A3 .table, #popup__A3_656 .table {
  /*   tr:nth-child(4) td, tr:nth-child(5) td {
            padding-right: 385px;
        }

        tr:nth-child(6) td{
            padding-right: 800px;
        }*/
}

#popup__A3 .table th, #popup__A3_656 .table th {
  width: 100px;
}

#popup__A3 .table td, #popup__A3_656 .table td {
  width: 230px;
  background: #E4E4E4;
}

#popup__A3 .table td, #popup__A3 .table th, #popup__A3_656 .table td, #popup__A3_656 .table th {
  padding: 10px;
  line-height: 1.2;
  font-size: 16px;
  border: 0 !important;
}

#popup__A3 .table tr:nth-child(1) td, #popup__A3 .table tr:nth-child(1) th, #popup__A3_656 .table tr:nth-child(1) td, #popup__A3_656 .table tr:nth-child(1) th {
  padding-top: 20px;
}

#popup__A3 .table .empty, #popup__A3_656 .table .empty {
  background: #fff;
}

#popup__A3_656 .popup__subtitle {
  margin-bottom: 20px;
}

#popup__A3_656 p {
  font-size: 17px;
}

#popup__A4 .col-6, #popup__A4_656 .col-6 {
  padding-top: 20px;
}

#popup__A4 .col-6 p, #popup__A4_656 .col-6 p {
  width: 300px;
}

#popup__A4 .col-6 img, #popup__A4_656 .col-6 img {
  width: 350px;
}

#popup__A4 .col-6 .img-2, #popup__A4_656 .col-6 .img-2 {
  width: 250px;
}

#popup__A4 .col-6 .img-4, #popup__A4_656 .col-6 .img-4 {
  width: 300px;
  margin-top: -70px;
}

#popup__A4_656 {
  padding: 40px;
}

#popup__A4_656 .gallery img {
  height: 200px;
}

.popup__subtitleA5 {
  padding-left: 15px;
}

.img__popupA5 {
  margin-top: 89px;
  width: 591px;
}

#popup__A1_pace_select .img-tube-1, #popup__A1_pace_select .img-tube-2 {
  max-height: 480px !important;
}

#popup__A1_pace_select .col-r {
  gap: 30px;
}

.lightbox-img {
  display: block;
  position: relative;
  cursor: pointer;
}

.lightbox-img:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #6022A6 url("../../img/icon_search.svg");
  -webkit-background-size: 30px 30px;
     -moz-background-size: 30px;
          background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

#container.chapiterConfig {
  background-color: #fff;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  -moz-transition: left 0.25s;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
  background: #6022A6;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

#chapiterConfigurator {
  position: relative;
}

#chapiterConfigurator .volet {
  position: absolute;
  bottom: 0;
  left: -800px;
  opacity: 0;
  width: 500px;
  height: -webkit-calc(100% - 86px);
  height: -moz-calc(100% - 86px);
  height: calc(100% - 86px);
  background: rgba(99, 102, 106, 0.9);
  padding: 40px;
  -webkit-animation-name: voletDisplay;
     -moz-animation-name: voletDisplay;
       -o-animation-name: voletDisplay;
          animation-name: voletDisplay;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#chapiterConfigurator .volet__title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

#chapiterConfigurator .volet__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#chapiterConfigurator .volet__featuretitle {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.featureinfos {
  position: absolute;
  width: 400px;
  height: -webkit-calc(100% - 86px);
  height: -moz-calc(100% - 86px);
  height: calc(100% - 86px);
  bottom: 0;
  left: -400px;
  opacity: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-animation-name: featureDisplay;
     -moz-animation-name: featureDisplay;
       -o-animation-name: featureDisplay;
          animation-name: featureDisplay;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.featureinfos__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.featureinfos .featurebase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.featureinfos .featurebase img {
  width: 60px;
  margin-right: 16px;
}

.featureinfos .featurebase__txt {
  font-size: 18px;
  font-size: 1.125rem;
}

.featureinfos .featurebase .features__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.featureinfos .featurebase .features__infos .features__box {
  margin-top: 5px;
  padding: 4px 7px;
  background-color: #DEE0E3;
  color: #707070;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.featureinfos .featurebase .features__infos .features__box.active {
  background-color: #6022A6;
  color: #fff;
}

.featureinfos .featurebase .features__infos .features__box.desactive {
  background-color: #DEE0E3;
  color: #707070;
}

.featureinfos .featuredneeded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featureinfos .featuredneeded .featurebase {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}

.featureinfos .featuredneeded .featurebase.featureneeded--tr {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.featureinfos .featuredneeded .featurebase.featureneeded--hp {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.featureinfos .featuredneeded .featurebase.featureneeded--dc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.featureinfos .featuredneeded .featurebase.featureneeded--ss {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.featureinfos .featuredneeded .featurebase.featureneeded--hp2 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.featureinfos .featuredneeded .featurebase.active {
  opacity: 1;
  height: auto;
  margin-bottom: 30px;
}

.video-configurator {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.video-configurator #videoConfig {
  width: 100%;
}

@-webkit-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-moz-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-o-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@-moz-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@-o-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

#cta-machine {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  background: #6022A6;
  padding: 5px 25px;
  font-size: 25px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#content-page-effortless {
  display: none;
}

.video-effortless {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.video-effortless #videoEffortless, .video-effortless #videoEffortless656 {
  width: 100%;
}

.bubble {
  position: absolute;
  top: 700px;
  width: 300px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease;
  -o-transition: all ease;
  -moz-transition: all ease;
  transition: all ease;
  -webkit-animation-name: fondu;
     -moz-animation-name: fondu;
       -o-animation-name: fondu;
          animation-name: fondu;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.bubble__title {
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  font-size: 21px;
}

.bubble__txt {
  line-height: 1.1;
  font-size: 20px;
  margin-top: 5px;
}

.bubble__btn {
  display: inline-block;
  width: 69px;
  height: 63px;
  background: url("../../img/hotspot.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  cursor: pointer;
  z-index: 2;
}

.bubble.pre-scan {
  left: 280px;
}

.bubble.scan {
  left: 820px;
}

.bubble.post-scan {
  left: 1370px;
}

@-webkit-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.title__blue {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#popup__B1 {
  padding: 50px;
}

#popup__B1 .popup__link-video {
  cursor: pointer;
}

#popup__B1 .popup__list li {
  font-size: 16px;
}

#popup__B1 .title__blue {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 18px;
}

#popup__B1 p {
  font-size: 18px;
}

#popup__B1B {
  padding: 50px;
}

#popup__B1B img {
  margin-bottom: 20px;
}

#popup__B1B .title__blue {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 18px;
}

#popup__B1B p {
  font-size: 18px;
}

#popup__B2 .p-bottom img {
  width: 250px;
  margin-top: 30px;
}

#popup__B2 .text-end {
  text-align: right;
}

#popup__B2 .popup__link-video {
  display: inline-block;
}

#popup__B2B .images-wrap {
  margin-top: 20px;
  text-align: center;
}

#popup__B2B .images-wrap img {
  width: 100%;
}

#popup__B2B .images-wrap .legend {
  font-size: 14px;
}

#popup__B3 .title__blue {
  margin-top: 20px;
}

#popup__B3B {
  font-size: 18px;
}

#popup__B3B .d-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#popup__B3B .d-flex img {
  margin-right: 15px;
  width: 50px;
  margin-top: 12px;
}

#popup__B3B .d-flex div {
  line-height: 1.2;
  margin-bottom: 20px;
}

#popup__B2B_pace_select {
  font-size: 18px;
}

#popup__B2B_pace_select .d-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#popup__B2B_pace_select .d-flex img {
  margin-right: 15px;
  width: 50px;
  margin-top: 12px;
}

#popup__B2B_pace_select .d-flex div {
  line-height: 1.2;
  margin-bottom: 20px;
}

/* old */
#popup__B2B .popup__blue-container p {
  line-height: 1;
}

#popup__B2B .popup__blue-container p .blue {
  color: #6022A6;
}

#popup__B2B .popup__subtitle {
  margin-bottom: 16px;
}

#popup__B2B .footnote {
  bottom: 70px;
  line-height: 1.2;
}

#popup__B3B .extra_gallery {
  margin-top: 20px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  text-align: left;
}

#popup__B3B .extra_gallery img {
  max-width: 392px;
  margin-top: 54px;
}

#popup__B3B .popup__link-video {
  width: 350px;
  text-align: center;
}

#container[data-section='exam_workflow'] #download {
  display: none !important;
}

#container[data-section='exam_workflow'] .pace_select {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] .bubble__btn[data-pop='popup_B1_plus'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] .bubble__btn[data-pop='popup_B1_656'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] .bubble__btn[data-pop='popup_B2_656'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] .menu-left__item[data-pop='popup_C6'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] #popup__B2B .temp656 {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] #videoEffortless656 {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_pro'] #popup__C2 div[data-target='#modalInside2'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] .bubble__btn[data-pop='popup_B1'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] .bubble__btn[data-pop='popup_B1_656'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] .bubble__btn[data-pop='popup_B2_656'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] .menu-left__item[data-pop='popup_C6'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] #popup__B2B .temp656 {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] #videoEffortless656 {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='tempo_plus'] #popup__C2 div[data-target='#modalInside2'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] .bubble__btn[data-pop='popup_B2'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] .bubble__btn[data-pop='popup_B1'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] .bubble__btn[data-pop='popup_B1_plus'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] #testiexam {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] #popup__B2B .tempo {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] #videoEffortless {
  display: none;
}

#container[data-section='exam_workflow'][data-machine='656_HD'] #popup__C2 div[data-target='#modalInside'] {
  display: none;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] .pace_select {
  display: block;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] .bubble:not(.pace_select) {
  display: none;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] .bubble:not(.pace_select) .bubble__btn {
  display: none;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] .video-effortless video {
  display: none;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] #videoEffortlessPS {
  display: block;
}

#container[data-section='exam_workflow'][data-machine="pace_select"] #testiexam {
  display: none;
}

.chapiter-clinical, .chapiter-imaging {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.chapiter-clinical .img_bg, .chapiter-imaging .img_bg {
  width: 919px;
  height: 919px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.chapiter-clinical .menu-left, .chapiter-imaging .menu-left {
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chapiter-clinical .menu-left__item, .chapiter-imaging .menu-left__item, .chapiter-clinical .menu-left__item2, .chapiter-imaging .menu-left__item2 {
  margin-bottom: 30px;
  color: #fff;
  padding: 20px 55px;
  font-weight: bold;
  background: #6022a6;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.chapiter-clinical .menu-left__item.active, .chapiter-imaging .menu-left__item.active, .chapiter-clinical .menu-left__item2.active, .chapiter-imaging .menu-left__item2.active {
  background: #F4F1F8;
  position: relative;
  color: #6022A6;
}

.chapiter-clinical .menu-left__item.active:after, .chapiter-imaging .menu-left__item.active:after, .chapiter-clinical .menu-left__item2.active:after, .chapiter-imaging .menu-left__item2.active:after {
  content: "";
  width: 165px;
  height: 2px;
  background: #6022A6;
  position: absolute;
  right: -166px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chapiter-clinical .popup__content, .chapiter-imaging .popup__content {
  padding: 60px;
}

.popup--fp {
  border: solid 1px #6022A6;
  background: #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: 1000px;
  height: 561px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  right: 200px;
  left: unset;
}

.popup--fp .row {
  height: auto;
}

.popup--fp .popup__navigation .gallery__label {
  color: #fff;
}

.popup--fp .popup__close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.popup--fp .title_blue {
  color: #6022A6;
  font-size: 40px;
  margin-bottom: 25px;
}

.popup--fp .gallery__next, .popup--fp .gallery__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  padding: 20px;
}

.popup--fp .gallery__next {
  right: -63px;
  -webkit-border-radius: 0 10px 10px 0;
     -moz-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
}

.popup--fp .gallery__prev {
  left: -63px;
  -webkit-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.popup--fp .popup__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.popup--fp p {
  color: #fff;
}

.popup--fp .popup__list li span {
  color: #fff;
}

.popup--fp .img-product {
  width: 80px;
  margin-left: auto;
}

.popup--fp .swiper-clinical {
  width: 300px;
  height: 350px;
  position: relative;
}

.popup--fp .swiper-clinical img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup--fp .swiper-slide {
  width: 100%;
  height: 100%;
}

.popup--fp .swiper-button-next--subpop,
.popup--fp .swiper-button-prev--subpop,
.popup--fp .swiper-pagination--subpop {
  top: 102%;
}

.popup--fp .swiper-pagination--subpop {
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

.popup--fp .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

.popup--fp p {
  margin-bottom: 80px;
}

.flex-preview div {
  width: 200px;
}

.testi {
  width: 200px;
  margin-bottom: 20px;
  margin-top: -40px;
}

.inside-modale .modal-dialog .modal-content--black .video-js {
  background-color: #000 !important;
}

.preview {
  margin: 0 auto;
  margin-top: 50px;
}

.modal-big {
  width: 1600px;
  height: 787px;
  top: -100px;
  border: solid 1px purple;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: -562px;
  background: rgba(0, 0, 0, 0.8);
}

.modal-big .modal-content {
  padding: 50px;
}

.modal-big .video-js .vjs-tech {
  background: #000;
}

.modal-big--2 {
  left: -522px;
}

.modal-big--D6 {
  height: 1020px;
  top: -210px;
}

.modal-big--D6 .img-fluid {
  height: 850px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-big--D5 {
  height: 1020px;
  top: -210px;
}

.modal-big--D5 .img-fluid {
  height: 850px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-clinical .zoom {
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 3;
}

.swiper-zoom {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-zoom img {
  max-height: 656px;
}

.swiper-zoom .swiper-container {
  width: 100%;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
}

.swiper-zoom .swiper-button-prev, .swiper-zoom .swiper-button-next {
  top: 98%;
}

.swiper-zoom .swiper-pagination--zoom {
  top: 98%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img-contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.videos-cta div {
  width: 200px;
  margin: 0 15px;
}

.videos-cta div img {
  width: 100%;
  height: auto;
}

#popup__C6 .testi {
  margin-top: 0;
  margin-right: 10px;
}

#modalInsideContent .modal-content {
  padding: 80px;
}

#modalInsideContent p, #modalInsideContent ul {
  text-align: left;
  margin-bottom: 20px;
}

#modalInsideContent .illus {
  margin-top: 40px;
}

.modal-big--C5 .swiper-zoom .swiper-slide:nth-child(1) img {
  width: 514px;
  margin-top: 80px;
}

.modal-big--C5 .swiper-zoom .swiper-slide:nth-child(2) img {
  width: 600px;
  margin-top: 30px;
}

.clinical-C1-img {
  max-height: 656px;
  -o-object-fit: contain;
     object-fit: contain;
}

#popup__C6B {
  padding: 30px;
}

#popup__C6B p {
  margin-bottom: 10px;
  font-size: 16px;
}

#popup__C6B .popup__list li span {
  font-size: 16px;
}

.modal-big--C6#modalInsideClinical video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C1"], #container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C2"], #container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C3"], #container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C4"], #container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C6"] {
  display: none;
}

#container[data-machine="pace_select"] .menu-left__item[data-pop="popup_C1_pace_select"] {
  display: block !important;
}

#container[data-machine="pace_select"] #popup__C1_pace_select ul, #container[data-machine="pace_select"] #popup__C1_pace_select li {
  color: #fff;
}

#container[data-machine="pace_select"] #popup__C1_pace_select .swiper-clinical {
  width: 450px;
}

.chapiter-imaging {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.chapiter-imaging .img_bg {
  width: 909px;
  height: 909px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.chapiter-imaging p.imaging-intro {
  margin-left: 230px;
  margin-top: 120px;
}

.chapiter-imaging .menu-left {
  top: 54%;
}

.chapiter-imaging .popup--fp {
  top: 48%;
}

.chapiter-imaging .popup--fw {
  width: 1040px;
  height: 688px;
  top: 53%;
}

.chapiter-imaging p {
  margin-bottom: 15px;
}

#popup__D5 .img-center {
  width: 700px;
  margin: 0 auto;
}

.modal-cyber {
  width: 100%;
  height: 116%;
}

.popup--fw {
  width: 1040px;
  height: 688px;
  top: 53%;
}

.inside-modale .modal-dialog .modal-black-transparents {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
}

.modal-view-cyber {
  width: 1015px;
}

.modal-view-cyber button {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.modal-view-cyber .popup__content {
  padding: 0;
}

.modal-view-cyber img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-left__item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 55px !important;
}

.menu-left__item2 .plus {
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #6022A6;
  font-size: 28px;
}

#popup__D6 {
  padding: 40px;
}

#popup__D1 {
  padding: 40px;
}

#container[data-machine="pace_select"] .not_ps {
  display: none;
}

#container[data-machine="pace_select"] .only_ps {
  display: block !important;
}

.chapiter-room {
  background: #fff;
  padding: 190px 100px 80px 100px;
}

.chapiter-room .d-flex {
  margin-top: 80px;
}

.chapiter-room .room {
  margin: 0 16px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.chapiter-room .room img {
  -webkit-border-radius: 8px 8px 0 0;
     -moz-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}

.chapiter-room .room--title {
  background: #6022A6;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-border-radius: 0 0 8px 8px;
     -moz-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.chapiter-room .room--plus {
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #6022A6;
  font-size: 28px;
  text-align: center;
}

.modal-video--2 {
  width: 1400px;
  height: 787px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
}

* {
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none;
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}

/* ------------------ COMMON -----------------------*/
html {
  background: #000;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  font-family: "SourceSansPro";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  color: #5B5B67;
  background-color: #505050;
  font-size: 20px;
  font-size: 1.25rem;
}

sup {
  font-size: 66%;
}

.btn-rounded {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.btn-rounded svg {
  width: 20px;
}

#download {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
  display: none;
  cursor: pointer;
}

#download__msg {
  position: absolute;
  bottom: 5px;
  right: 50px;
  color: #63666a;
  display: none;
}

@-webkit-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@-moz-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@-o-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@keyframes blinker {
  50% {
    color: #6022A6;
  }
}

#download.blinker {
  -webkit-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
     -moz-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
       -o-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
          animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
}

#loader-download {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.loader-download__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.loader-download__content .progress {
  max-width: 700px;
  margin: 0 auto;
  height: 40px;
}

.loader-download__content .progress-bar {
  background-color: #45B2C5;
  font-size: 20px;
}

.loader-download__content .btn-primary {
  background: #6022A6;
  border-color: #6022A6;
  font-size: 25px;
  padding: 6px 45px;
}

.loader-download__content .btn-primary:hover {
  background: #000;
}

.loader-download__content .loader-dwonload__step {
  display: none;
}

.loader-download__content #step_1 {
  display: block;
}

#container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 1920px;
  height: 1080px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #e2e4e9;
  -webkit-background-size: auto 1080px;
     -moz-background-size: auto 1080px;
          background-size: auto 1080px;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  overflow: hidden;
}

#container[data-machine="tempo_plus"] .cartouche[data-chapiter='tempo_room_configuration_plus'] {
  display: block !important;
}

#container[data-machine="tempo_plus"] #return_click_3, #container[data-machine="tempo_plus"] [data-target="#modalInside2"]:not(.popup__link-video) {
  display: none;
}

#container[data-machine="tempo_pro"] .cartouche[data-chapiter='tempo_room_configuration'] {
  display: block !important;
}

#container[data-machine="tempo_pro"] #return_click_3, #container[data-machine="tempo_pro"] [data-target="#modalInside2"]:not(.popup__link-video) {
  display: none;
}

#container[data-machine="656_HD"] .cartouche[data-chapiter='tempo_room_configuration_656'] {
  display: block !important;
}

.container {
  max-width: 100%;
}

.chapiter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.chapiter__text {
  position: absolute;
  top: 340px;
  left: 1090px;
  width: 240px;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #5B5B67;
  line-height: 1.8;
}

.chapiter__btn2 {
  display: inline-block;
  width: 100px;
  height: 80px;
  background: url("../../img/hotspot.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.chapiter__btn2 span {
  opacity: 0;
  padding: 5px 10px;
  background-color: #6022A6;
  color: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  right: 68px;
  font-size: 20px;
  font-size: 1.25rem;
  min-width: 100%;
  line-height: 1.2;
  z-index: 2;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.chapiter__btn2 span:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chapiter__btn2:hover span {
  opacity: 1;
}

.chapiter__btn2.track0 span {
  width: 137px;
}

.chapiter__btn2.track1 span {
  width: 150px;
}

.chapiter__btn2.track2 span {
  width: 180px;
  right: -150px;
}

.chapiter__btn2.track3 span {
  width: 40px;
}

.chapiter__btn2.track4 span {
  width: 110px;
  right: -81px;
}

.chapiter__btn2.track5 span {
  width: 185px;
}

.logo-top {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 220px;
  z-index: 2;
  display: none;
}

.cartouche {
  background-color: #6022A6;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.cartouche--config, .chapiter0 .cartouche--config {
  position: absolute;
  bottom: 200px;
  z-index: 2;
  bottom: 70px;
  right: 70px;
  background-color: #45B2C5;
  padding: 15px 25px;
  font-size: 20px;
}

.cartouche--config img, .chapiter0 .cartouche--config img {
  width: 20px;
  margin-right: 5px;
}

.cartouche--db {
  background: #6022A6;
  padding: 10px;
}

.cartouche--db img {
  width: 30px;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 34px 25px;
  display: none;
}

.navbar__brand {
  font-size: 25px;
}

.navbar__button.selected {
  background-color: #F4F1F8;
  color: #6022A6;
}

#myVideo {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#content-page-load {
  opacity: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

#content-page-load.active {
  opacity: 1;
}

.chapiterConfig .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footnote-elite {
  position: absolute;
  display: none;
  bottom: 70px;
  left: 70px;
  font-size: 15px;
  width: 300px;
  font-style: italic;
}

.btn-primary {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #6022A6;
  border-color: #6022A6;
  padding: 10px 24px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: rgba(96, 34, 166, 0.8);
  border-color: rgba(96, 34, 166, 0.8);
}

.zoom {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 80px rgba(0, 0, 0, 0.05);
  background: #6022A6;
  text-align: center;
  margin-left: auto;
}

.zoom svg {
  fill: #fff;
  width: 20px;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:hover, .btn:focus, .btn:active {
  background: #F4F1F8 !important;
  color: #6022A6 !important;
  border-color: #F4F1F8 !important;
}

.btn-float {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-float--img {
  -webkit-border-radius: 10px 0 0 0;
     -moz-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
}

.btn-float--img img {
  width: 120px;
  margin: 20px;
}

.popup__list--white span {
  color: #fff;
}

#container[data-machine="pace_select"] .popup__content .img-fluid {
  max-height: -webkit-calc(787px - 160px);
  max-height: -moz-calc(787px - 160px);
  max-height: calc(787px - 160px);
}

#container[data-machine="pace_select"] .chapiter__btn2.track0 span {
  width: 105px;
}

#container[data-machine="pace_select"] .chapiter__btn2.track1 span {
  width: 117px;
  right: -86px;
}

#container[data-machine="pace_select"] .chapiter__btn2.track2 span {
  width: 182px;
}

#container[data-machine="pace_select"] .chapiter__btn2.track3 span {
  width: 175px;
  right: -145px;
}

#container[data-machine="pace_select"] .popup__list li li {
  color: #000;
  margin-bottom: 5px;
}

#container[data-machine="pace_select"] .table th {
  background: #6022A6;
  color: #fff;
  padding: 0.5rem;
  line-height: 24px;
}

#container[data-machine="pace_select"] .table td {
  padding: 0.5rem;
  line-height: 1.2;
}

#container[data-machine="pace_select"] #popup__A4_pace_select--subpopup .table td {
  line-height: 1;
  font-size: 1rem;
}

#container[data-machine="pace_select"] #btn-float__spec {
  bottom: 60px;
}

.disclaimer {
  width: 300px;
  font-size: 12px;
  position: absolute;
  bottom: 70px;
  left: 50px;
}

/*# sourceMappingURL=style.css.map */
