@font-face {
  font-family: 'Helvetica';
  src: url('fonts/build/css/fonts/Helvetica.eot');
  src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Bold.eot');
  src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Bold.woff') format('woff'), url('fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-BoldOblique.eot');
  src: url('fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-BoldOblique.woff') format('woff'), url('fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Oblique.eot');
  src: url('fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'), url('fonts/Helvetica-Oblique.woff2') format('woff2'), url('fonts/Helvetica-Oblique.woff') format('woff'), url('fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
/*======================================================
------------------------- COLOR ------------------------
======================================================*/
/*------Puce Quiz Global-------*/
/*USAGE : .triangle(down, 3em, 5px, #fff);*/
.centerVertical {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#btnAchievements {
  display: block;
  position: absolute;
  right: 30px;
  top: 0px;
  color: #000;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
  text-decoration: none;
  background: #404042 url("img/bg_btnCarnet.png") no-repeat center;
  padding: 16px 21px;
}
#achievements {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999998;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
}
#achievements #achievementsOverlay {
  position: absolute;
  left: 0;
  top: 0px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#achievements #achievementsInner {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 860px;
  height: 480px;
  box-sizing: border-box;
  margin: -245px 0 0 -430px;
  border: 2px solid #404041;
  border-right: 20px solid #404041;
  border-left: 20px solid #404041;
}
#achievements #achievementsInner table {
  width: 660px;
  position: absolute;
  left: 135px;
  top: 35px;
  height: 410px;
  background: url("../data/general/assets/images/bgCarnet.png");
}
#achievements #achievementsInner table th {
  color: #a6a8ab;
  background-color: #231f20;
  width: 220px;
  font-size: 12px;
  vertical-align: middle;
  padding: 20px 25px;
  text-transform: uppercase;
  line-height: 17px;
  border: 1px dashed #bbbdbf;
  height: 38px;
}
#achievements #achievementsInner table td {
  border-right: 1px dashed #bbbdbf;
  padding-top: 20px;
}
#achievements #achievementsInner table td div {
  float: left;
}
#achievements #achievementsInner table td div a {
  cursor: default;
}
#achievements #achievementsInner table td div a.gained {
  cursor: pointer;
}
#achievements #achievementsInner table td.col0 div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#achievements #achievementsInner table td.col1 div {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
#achievements #achievementsInner table td.col2 {
  border: none;
}
#achievements #achievementsInner table td.col2 div {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
#achievements #btnCloseAchievements {
  position: absolute;
  right: -16px;
  top: 5px;
  cursor: pointer;
  width: 12px;
}
#achievements .logoAchievements {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
#popupAchievement {
  width: 633px;
  height: 245px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -124px 0 0 -316px;
  background: url('../data/general/assets/images/bgPopupJeton.png');
  z-index: 99999999;
  display: none;
}
#popupAchievement .unlocked {
  position: absolute;
  z-index: 99;
  top: 158px;
  left: 150px;
}
#popupAchievement h3 {
  font-size: 26px;
  position: absolute;
  left: 260px;
  width: 350px;
  top: 30px;
}
#popupAchievement h4 {
  color: #feb300;
  font-family: 'arial black';
  font-size: 16px;
  position: absolute;
  top: 96px;
  left: 263px;
  width: 350px;
  letter-spacing: 0;
}
#popupAchievement.red h4 {
  color: #ec1c24;
}
#popupAchievement p {
  position: absolute;
  top: 149px;
  left: 263px;
  width: 350px;
  font-weight: bold;
  font-size: 12px;
  color: #404041;
}
#popupAchievement .jeton {
  position: absolute;
  top: 12px;
  left: 21px;
}
#popupAchievement #btnCloseAchievement {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  width: 12px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  99% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  99% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  99% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  99% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  50% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  99% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-moz-keyframes flash {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-ms-keyframes flash {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-o-keyframes flash {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@keyframes flash {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-ms-keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-webkit-keyframes leftRight1 {
  0% {
    left: 0px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes leftRight1 {
  0% {
    left: 0px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@-ms-keyframes leftRight1 {
  0% {
    left: 0px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes leftRight1 {
  0% {
    left: 0px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@keyframes leftRight1 {
  0% {
    left: 0px;
  }
  50% {
    left: 20px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes leftRight2 {
  0% {
    left: 20px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 20px;
  }
}
@-moz-keyframes leftRight2 {
  0% {
    left: 20px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 20px;
  }
}
@-ms-keyframes leftRight2 {
  0% {
    left: 20px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 20px;
  }
}
@-o-keyframes leftRight2 {
  0% {
    left: 20px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 20px;
  }
}
@keyframes leftRight2 {
  0% {
    left: 20px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 20px;
  }
}
@-webkit-keyframes colorExemple1 {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fcb52f;
  }
  100% {
    background-color: #ffffff;
  }
}
@-moz-keyframes colorExemple1 {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fcb52f;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes colorExemple1 {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fcb52f;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes colorExemple1 {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fcb52f;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes colorExemple1 {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fcb52f;
  }
  100% {
    background-color: #ffffff;
  }
}
#site-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#site-background img {
  position: absolute;
  top: 0;
  left: 0;
}
#site-background .main_bubble {
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  background-color: hsla(0, 0%, 0%, 0.3);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d000000, endColorstr=#4d000000);
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#site-background .main_bubble.bubble_right1 {
  top: 70%;
  left: 100%;
  width: 60vw;
  height: 60vw;
  -webkit-transform: translate(-80%, -50%);
  -moz-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  -o-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
}
#site-background .main_bubble.bubble_right2 {
  top: 50%;
  left: 90%;
  width: 90vw;
  height: 160vh;
  -webkit-transform: translate(-65%, -50%);
  -moz-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  -o-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%);
}
#site-background .main_bubble.bubble_left1 {
  top: 70%;
  left: 0;
  width: 60vw;
  height: 60vw;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  -o-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
#site-background .main_bubble.bubble_left2 {
  top: 50%;
  left: 0%;
  width: 90vw;
  height: 160vh;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}
#site-background .main_bubble.bubble_fullScreen {
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#site-background .main_bubble.bubble_hidden {
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent !important;
}
#site-background .main_bubble.bubble_menu {
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #cbecf2 !important;
}
#site-background .menuBlanc {
  display: none;
}
#viewport {
  z-index: 2;
}
#viewport #pageContent {
  background: transparent;
}
#viewport #content .voileContent {
  display: none;
}
::selection {
  background: transparent;
  -webkit-appearance: none;
}
:focus {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-family: "Helvetica", sans-serif;
  -webkit-text-size-adjust: 100%;
}
a {
  outline: none !important;
}
#overlay-mobile {
  position: absolute;
  opacity: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.centeredHorizontaly {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
}
#viewport,
#content,
#wrapper,
#pageContent,
#contenu {
  overflow: visible !important;
}
#viewport {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.zoom #viewport {
  width: 1920px;
  height: 1080px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  position: relative;
  overflow: hidden;
}
#content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
#content .voileContent {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #FFFFFF;
  background-color: hsla(0, 0%, 100%, 0.95);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff);
}
#content .voileContent.active {
  cursor: pointer;
}
#wrapper {
  z-index: 10;
  overflow: hidden;
}
/* ===================== GENERAL ============= */
img {
  text-align: center;
}
img.icoDebut {
  margin-bottom: 50px;
}
h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 60px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
h1.white {
  color: #FFFFFF;
}
h2 {
  font-weight: normal;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 60px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
h2 span {
  font-weight: bold;
}
h2.quizNewStyle {
  margin: 15px 260px;
}
h2.highlight {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #3d3d3d;
}
h2.white {
  color: #FFFFFF;
}
h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
h3.white {
  color: #FFFFFF;
}
h4 {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 35px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
h4.white {
  color: #FFFFFF;
}
h5 {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
h5.white {
  color: #FFFFFF;
}
p,
li,
a {
  line-height: 35px;
  font-weight: normal;
  font-size: 20px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
p.small,
li.small,
a.small {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #757a87;
  max-width: 660px;
}
p.small.white,
li.small.white,
a.small.white {
  color: #FFFFFF;
}
p.gris,
li.gris,
a.gris {
  color: #808287;
}
p.etape,
li.etape,
a.etape {
  /*background-color:@vertFonce;
		position: absolute;
		top: 160px;
		left: 120px;*/
  display: inline-block;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
p.introText,
li.introText,
a.introText {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #1398d5;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
p.white,
li.white,
a.white {
  color: #FFFFFF;
}
em {
  font-style: italic;
}
.embedVideo {
  border: 10px solid #FFFFFF;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
/*
.question{
	font-size: 48px;
	font-weight: normal;
	color:#151515;
	margin-bottom: 45px;
}
.titre{
	font-size: 72px;
	font-weight: bold;

}
.consigne{
	line-height: 30px;
	font-weight: normal;
	font-size: 32px;
	font-style: italic;
	color      : @colorText;
	font-family: @font;	
	line-height: 45px;
	span{
		font-weight:bold;
	}
}
*/
video:focus {
  outline-color: transparent !important;
  outline: none !important;
}
.text-center {
  text-align: center;
}
#pageContent {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  display: none;
  background: #FFFFFF;
}
#pageContent #contenu {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
}
#pageContent #contenu .row.fullpage,
#pageContent #contenu .row.fullPage {
  width: 100%;
  height: 100%;
}
#pageContent #contenu .row.fullpage .col-1,
#pageContent #contenu .row.fullPage .col-1,
#pageContent #contenu .row.fullpage .col-2,
#pageContent #contenu .row.fullPage .col-2,
#pageContent #contenu .row.fullpage .col-3,
#pageContent #contenu .row.fullPage .col-3,
#pageContent #contenu .row.fullpage .col-4,
#pageContent #contenu .row.fullPage .col-4,
#pageContent #contenu .row.fullpage .col-5,
#pageContent #contenu .row.fullPage .col-5,
#pageContent #contenu .row.fullpage .col-6,
#pageContent #contenu .row.fullPage .col-6,
#pageContent #contenu .row.fullpage .col-7,
#pageContent #contenu .row.fullPage .col-7,
#pageContent #contenu .row.fullpage .col-8,
#pageContent #contenu .row.fullPage .col-8,
#pageContent #contenu .row.fullpage .col-9,
#pageContent #contenu .row.fullPage .col-9,
#pageContent #contenu .row.fullpage .col-10,
#pageContent #contenu .row.fullPage .col-10,
#pageContent #contenu .row.fullpage .col-11,
#pageContent #contenu .row.fullPage .col-11,
#pageContent #contenu .row.fullpage .col-12,
#pageContent #contenu .row.fullPage .col-12 {
  height: 100%;
  padding-top: 100px;
}
#pageContent h1,
#pageContent h2,
#pageContent h3,
#pageContent h4,
#pageContent h5,
#pageContent h6 {
  margin-bottom: 50px;
}
#pageContent p {
  margin-bottom: 50px;
}
#pageContent ul {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  margin-left: 20px;
}
#pageContent ul li {
  margin-bottom: 10px;
}
#pageContent *:last-child {
  margin-bottom: 0px;
}
#pageContent .btn,
#pageContent .btn-carre {
  background: #1398d5;
  border-radius: 100px;
  color: #FFFFFF;
  border: none;
  padding: 15px 25px;
  font-family: "Helvetica", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -moz-transition: color 0.25s ease, background 0.25s ease;
  -ms-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
}
#pageContent .btn:hover,
#pageContent .btn-carre:hover {
  background: #0f77a6;
  color: #FFFFFF;
}
#pageContent .btn.disabled,
#pageContent .btn-carre.disabled {
  background: #757a87;
}
#pageContent .btn.btnNewWindow,
#pageContent .btn-carre.btnNewWindow {
  margin: 50px 0;
  display: inline-block;
  background-image: url("img/btn_open_new_white.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 70px;
}
#pageContent .btn.btnBigWhite,
#pageContent .btn-carre.btnBigWhite {
  padding-left: 50px;
  background-color: #fff !important;
  background-image: url("img/btn_open_new2.png");
  color: #3d3d3d;
  text-transform: initial;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  background-position: center right 35px;
  padding-right: 120px;
  margin: 0px 0 30px 0;
  letter-spacing: initial;
}
#pageContent .btn.btnBigWhite strong,
#pageContent .btn-carre.btnBigWhite strong {
  font-weight: bold;
}
#pageContent .btn.btnBigButton,
#pageContent .btn-carre.btnBigButton {
  background: transparent !important;
  color: transparent !important;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 480px;
}
#pageContent .btn.btnBigButton img,
#pageContent .btn-carre.btnBigButton img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#pageContent .btn.btnBigButton span,
#pageContent .btn-carre.btnBigButton span {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF !important;
  color: #3d3d3d !important;
  display: inline-block;
  padding: 15px 30px;
  width: auto;
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}
#pageContent .btn.btnBigButton.completed span,
#pageContent .btn-carre.btnBigButton.completed span {
  padding: 15px 80px 15px 30px;
}
#pageContent .btn.btnBigButton.completed span:after,
#pageContent .btn-carre.btnBigButton.completed span:after {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #56b659 url("img/check_white.png") no-repeat center center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  left: auto;
  right: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#pageContent .btn.btnBigButton:before,
#pageContent .btn-carre.btnBigButton:before {
  content: "";
  width: 416px;
  height: 416px;
  background: #FFFFFF;
  display: inline-block;
  z-index: -1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageContent .btn.btnBigButton:hover:before,
#pageContent .btn-carre.btnBigButton:hover:before {
  width: 450px;
  height: 450px;
}
.site-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-background,
#page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-background img,
#page-background img {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.page-background img.cercle,
#page-background img.cercle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-background.position-center,
#page-background.position-center {
  padding: 10% 0;
}
.page-background.position-center img,
#page-background.position-center img {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  bottom: auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.page-background.full-width img,
#page-background.full-width img {
  width: 100%;
}
.fullPage {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#videoContainer,
#video-container {
  height: 100%;
  width: 100%;
}
#videoContainer #videoVimeo,
#video-container #videoVimeo {
  height: 100%;
  width: 100%;
}
#videoContainer #videoVimeo iframe,
#video-container #videoVimeo iframe {
  height: 100% !important;
  width: 100% !important;
}
#videoContainer video,
#video-container video {
  width: 100%;
  height: 100%;
}
/******************* Preload ********************/
#voilePreload {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: white;
}
/******************* Voile en mode portrait sur mobile (s'affiche seulement si forceLandscape est à true ********************/
.mobile .forceLandscape #voileMobilePortrait {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
  background: rgba(110, 111, 113, 0.75);
}
.mobile .forceLandscape #voileMobilePortrait .contentVoile {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  padding: 25px 25px 75px 25px;
  background-color: #757a87;
  /*-webkit-transform: rotate(90deg); 
        -moz-transform: rotate(90deg); 
        -ms-transform: rotate(90deg); 
        -o-transform: rotate(90deg); 
        transform: rotate(90deg);*/
}
.mobile .forceLandscape #voileMobilePortrait .contentVoile p {
  color: white;
  text-align: center;
}
.mobile .forceLandscape #voileMobilePortrait .contentVoile a {
  background: #F05423;
  padding: 4px 15px;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  width: 210px;
  position: absolute;
  bottom: 17px;
  left: 71px;
}
@media screen and (orientation: portrait) {
  body.forceLandscape {
    /* -webkit-transform: rotate(-90deg); 
        -moz-transform: rotate(-90deg); 
        -ms-transform: rotate(-90deg); 
        -o-transform: rotate(-90deg); 
        transform: rotate(-90deg); */
  }
}
/* =============== Avertissement vieux navigateur ===== */
.newBrowser {
  width: 1920px;
  height: 1080px;
  padding: 150px 40px 0 40px;
  border: 1px solid #3d3d3d;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.newBrowser h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.newBrowser table {
  width: 100%;
}
.newBrowser table tr td a {
  height: 200px;
  display: block;
  width: 100%;
}
.newBrowser table tr td a.firefox {
  background: transparent url("img/browser/logo_firefox.png") no-repeat center 0;
}
.newBrowser table tr td a.chrome {
  background: transparent url("img/browser/logo_chrome.png") no-repeat center 0;
}
.newBrowser table tr td a.edge {
  background: transparent url("img/browser/logo_edge.png") no-repeat center 0;
}
.newBrowser table tr td a.opera {
  background: transparent url("img/browser/logo_opera.png") no-repeat center 0;
}
.newBrowser table tr td a span {
  margin-top: 160px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#playAreaIpad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url(img/bigplay.png) no-repeat center 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999999;
}
body.situation0 h1 span,
body.situation0 h2 span,
body.situation0 h3 span,
body.situation0 h4 span,
body.situation0 h5 span {
  color: #1398d5;
}
body.situation0 #site-background .main_bubble {
  background-color: rgba(61, 192, 213, 0.2);
}
body.situation0 p.etape,
body.situation0 ul.etape,
body.situation0 li.etape {
  background-color: #1398d5;
}
body.situation0 #pageContent .btn {
  background-color: #1398d5;
}
body.situation0 #pageContent .btn:hover {
  background-color: #0f77a6;
}
body.situation1 h1 span,
body.situation1 h2 span,
body.situation1 h3 span,
body.situation1 h4 span,
body.situation1 h5 span {
  color: #757a87;
}
body.situation1 #site-background .main_bubble {
  background-color: rgba(117, 122, 135, 0.4);
}
body.situation1 p.etape,
body.situation1 ul.etape,
body.situation1 li.etape {
  background-color: #757a87;
}
body.situation1 .ui-slider-horizontal .ui-slider-range {
  background-color: #3DC0D5;
}
body.situation2 h1 span,
body.situation2 h2 span,
body.situation2 h3 span,
body.situation2 h4 span,
body.situation2 h5 span {
  color: #fcb52f;
}
body.situation2 #site-background .main_bubble {
  background-color: rgba(252, 181, 47, 0.2);
}
body.situation2 p.etape,
body.situation2 ul.etape,
body.situation2 li.etape {
  background-color: #fcb52f;
}
body.situation2 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #fcb52f;
}
body.situation2 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @orange;*/
}
body.situation2 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up.png) no-repeat center 47px white;
}
body.situation2 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation2 #pageContent .btn {
  background-color: #fcb52f;
}
body.situation2 #pageContent .btn:hover {
  background-color: #f4a104;
}
body.situation2 .ui-slider-horizontal .ui-slider-range {
  background-color: #fcb52f;
}
body.situation2 #playbar #innerPlaybar .btn .sidenote {
  background-color: #fcb52f !important;
}
body.situation2 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #f4a104 !important;
}
body.situation3 h1 span,
body.situation3 h2 span,
body.situation3 h3 span,
body.situation3 h4 span,
body.situation3 h5 span {
  color: #56b659;
}
body.situation3 #site-background .main_bubble {
  background-color: rgba(86, 182, 89, 0.25);
}
body.situation3 p.etape,
body.situation3 ul.etape,
body.situation3 li.etape {
  background-color: #56b659;
}
body.situation3 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #56b659;
}
body.situation3 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @vert;*/
}
body.situation3 #pageContent .btn {
  background-color: #56b659;
}
body.situation3 #pageContent .btn:hover {
  background-color: #419844;
}
body.situation3 .ui-slider-horizontal .ui-slider-range {
  background-color: #56b659;
}
body.situation3 #playbar #innerPlaybar .btn .sidenote {
  background-color: #56b659 !important;
}
body.situation3 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #419844 !important;
}
body.situation4 h1 span,
body.situation4 h2 span,
body.situation4 h3 span,
body.situation4 h4 span,
body.situation4 h5 span {
  color: #3DC0D5;
}
body.situation4 #site-background .main_bubble {
  background-color: rgba(61, 192, 213, 0.2);
}
body.situation4 p.etape,
body.situation4 ul.etape,
body.situation4 li.etape {
  background-color: #3DC0D5;
}
body.situation4 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #3DC0D5;
}
body.situation4 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @turquoise;*/
}
body.situation4 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up_blue.png) no-repeat center 47px white;
}
body.situation4 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation4 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro_blue.png);
}
body.situation4 #pageContent .btn {
  background-color: #3DC0D5;
}
body.situation4 #pageContent .btn:hover {
  background-color: #28a3b7;
}
body.situation4 .ui-slider-horizontal .ui-slider-range {
  background-color: #3DC0D5;
}
body.situation4 #playbar #innerPlaybar .btn .sidenote {
  background-color: #3DC0D5 !important;
}
body.situation4 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #28a3b7 !important;
}
body.situation5 h1 span,
body.situation5 h2 span,
body.situation5 h3 span,
body.situation5 h4 span,
body.situation5 h5 span {
  color: #A4C835;
}
body.situation5 #site-background .main_bubble {
  background-color: rgba(164, 200, 53, 0.2);
}
body.situation5 p.etape,
body.situation5 ul.etape,
body.situation5 li.etape {
  background-color: #A4C835;
}
body.situation5 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #A4C835;
}
body.situation5 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @verdatre;*/
}
body.situation5 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up_verdatre.png) no-repeat center 47px white;
}
body.situation5 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation5 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro_verdatre.png);
}
body.situation5 #pageContent .btn {
  background-color: #A4C835;
}
body.situation5 #pageContent .btn:hover {
  background-color: #83a02a;
}
body.situation5 .ui-slider-horizontal .ui-slider-range {
  background-color: #A4C835;
}
body.situation5 #playbar #innerPlaybar .btn .sidenote {
  background-color: #A4C835 !important;
}
body.situation5 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #83a02a !important;
}
body.situation6 h1 span,
body.situation6 h2 span,
body.situation6 h3 span,
body.situation6 h4 span,
body.situation6 h5 span {
  color: #ed4036;
}
body.situation6 #site-background .main_bubble {
  background-color: rgba(237, 64, 54, 0.1);
}
body.situation6 p.etape,
body.situation6 ul.etape,
body.situation6 li.etape {
  background-color: #ed4036;
}
body.situation6 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #ed4036;
}
body.situation6 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @rouge;*/
}
body.situation6 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up.png) no-repeat center 47px white;
}
body.situation6 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation6 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro_rouge.png);
}
body.situation6 #pageContent .btn {
  background-color: #ed4036;
}
body.situation6 #pageContent .btn:hover {
  background-color: #dc1f14;
}
body.situation6 .ui-slider-horizontal .ui-slider-range {
  background-color: #ed4036;
}
body.situation6 #playbar #innerPlaybar .btn .sidenote {
  background-color: #ed4036 !important;
}
body.situation6 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #dc1f14 !important;
}
body.situation7 h1 span,
body.situation7 h2 span,
body.situation7 h3 span,
body.situation7 h4 span,
body.situation7 h5 span {
  color: #1398d5;
}
body.situation7 #site-background .main_bubble {
  background-color: rgba(19, 152, 213, 0.12);
}
body.situation7 p.etape,
body.situation7 ul.etape,
body.situation7 li.etape {
  background-color: #1398d5;
}
body.situation7 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #1398d5;
}
body.situation7 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @rouge;*/
}
body.situation7 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up_darkBlue.svg) no-repeat center 47px white;
}
body.situation7 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation7 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro_darkBlue.svg);
}
body.situation7 .ui-slider-horizontal .ui-slider-range {
  background-color: #1398d5;
}
body.situation7 #playbar #innerPlaybar .btn .sidenote {
  background-color: #1398d5 !important;
}
body.situation7 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #0f77a6 !important;
}
body.situation8 h1 span,
body.situation8 h2 span,
body.situation8 h3 span,
body.situation8 h4 span,
body.situation8 h5 span {
  color: #56b659;
}
body.situation8 #site-background .main_bubble {
  background-color: rgba(86, 182, 89, 0.2);
}
body.situation8 p.etape,
body.situation8 ul.etape,
body.situation8 li.etape {
  background-color: #56b659;
}
body.situation8 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #56b659;
}
body.situation8 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @rouge;*/
}
body.situation8 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up_vert.svg) no-repeat center 47px white;
  background-size: 119px;
}
body.situation8 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation8 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro.png);
}
body.situation8 .ui-slider-horizontal .ui-slider-range {
  background-color: #56b659;
}
body.situation8 #playbar #innerPlaybar .btn .sidenote {
  background-color: #56b659 !important;
}
body.situation8 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #419844 !important;
}
body.situation9 h1 span,
body.situation9 h2 span,
body.situation9 h3 span,
body.situation9 h4 span,
body.situation9 h5 span {
  color: #fcb52f;
}
body.situation9 #site-background .main_bubble {
  background-color: rgba(252, 181, 47, 0.2);
}
body.situation9 p.etape,
body.situation9 ul.etape,
body.situation9 li.etape {
  background-color: #fcb52f;
}
body.situation9 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #fcb52f;
}
body.situation9 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @rouge;*/
}
body.situation9 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up.png) no-repeat center 47px white;
  background-size: 119px;
}
body.situation9 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation9 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro.png);
}
body.situation9 .ui-slider-horizontal .ui-slider-range {
  background-color: #fcb52f;
}
body.situation9 #playbar #innerPlaybar .btn .sidenote {
  background-color: #fcb52f !important;
}
body.situation9 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #f4a104 !important;
}
body.situation10 h1 span,
body.situation10 h2 span,
body.situation10 h3 span,
body.situation10 h4 span,
body.situation10 h5 span {
  color: #3dc0d5;
}
body.situation10 #site-background .main_bubble {
  background-color: rgba(61, 192, 213, 0.2);
}
body.situation10 p.etape,
body.situation10 ul.etape,
body.situation10 li.etape {
  background-color: #3dc0d5;
}
body.situation10 #contenu.pageQuizTrueFalse .questionCount {
  background-color: #3dc0d5;
}
body.situation10 #contenu.pageQuizTrueFalse #quiz #choices label.checked {
  /*border-color: @rouge;*/
}
body.situation10 #contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/thumb_up.png) no-repeat center 47px white;
  background-size: 119px;
}
body.situation10 #contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/thumb_down.png) no-repeat center 33px white;
}
body.situation10 #contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro.png);
}
body.situation10 .ui-slider-horizontal .ui-slider-range {
  background-color: #3dc0d5;
}
body.situation10 #playbar #innerPlaybar .btn .sidenote {
  background-color: #3dc0d5 !important;
}
body.situation10 #playbar #innerPlaybar .btn .sidenote:hover {
  background-color: #28a3b7 !important;
}
body.situation11 h1 span,
body.situation11 h2 span,
body.situation11 h3 span,
body.situation11 h4 span,
body.situation11 h5 span {
  color: #757a87;
}
body.situation11 #site-background .main_bubble {
  background-color: rgba(117, 122, 135, 0.4);
}
body.situation11 p.etape,
body.situation11 ul.etape,
body.situation11 li.etape {
  background-color: #757a87;
}
a.glossary-word {
  border-bottom: 1px dashed #1398d5;
  text-decoration: none;
  color: #1398d5;
  padding-bottom: 0px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a.glossary-word:hover {
  color: #FFFFFF;
}
#glossary {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 999998;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
#glossary #glossaryOverlay {
  position: absolute;
  left: 0;
  top: 0px;
  background: #FFFFFF;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#glossary #glossaryInner {
  position: absolute;
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 840px;
  width: 1595px;
  top: 50%;
  left: 50%;
  margin: -430px 0 0 -797px;
  padding: 92px 107px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#glossary #glossaryInner #glossaryBuildContainer #lettersContainer {
  width: 100%;
  height: 60px;
  padding-left: 45px;
}
#glossary #glossaryInner #glossaryBuildContainer #lettersContainer .letter {
  float: left;
  color: #3d3d3d;
  -webkit-opacity: 0.33;
  -moz-opacity: 0.33;
  opacity: 0.33;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=33);
  padding: 12px 15px;
  margin: 0 2px;
  font-size: 22px;
  cursor: default;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#glossary #glossaryInner #glossaryBuildContainer #lettersContainer .letter.active {
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#glossary #glossaryInner #glossaryBuildContainer #lettersContainer .letter.active.selected,
#glossary #glossaryInner #glossaryBuildContainer #lettersContainer .letter.active:hover {
  color: #1398d5;
  border-bottom: 3px solid #1398d5;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer {
  width: 102%;
  color: transparent;
  margin-top: 60px;
  height: 560px;
  overflow-y: scroll;
  padding-right: 20px;
  /* width */
  /* Track */
  /* Handle */
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer::-webkit-scrollbar {
  width: 10px;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  border-radius: 10px;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer::-webkit-scrollbar-thumb {
  background: #1398d5;
  border-radius: 10px;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word {
  height: fit-content;
  padding: 30px 20px;
  margin-bottom: 25px;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word.hidden {
  display: none;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .title {
  /*width: 400px;
	    				float: left;
	    				padding-left: 35px;
	    				.text_header3();*/
  font-weight: bold;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description {
  padding-top: 5px;
  width: 1190px;
  line-height: 35px;
  font-weight: normal;
  font-size: 20px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.small {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #757a87;
  max-width: 660px;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.small.white {
  color: #FFFFFF;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.gris {
  color: #808287;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.etape {
  /*background-color:@vertFonce;
		position: absolute;
		top: 160px;
		left: 120px;*/
  display: inline-block;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.introText {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #1398d5;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word .description.white {
  color: #FFFFFF;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word.even {
  background-color: #FFFFFF;
}
#glossary #glossaryInner #glossaryBuildContainer #wordsContainer .word.odd {
  background-color: #f4f4f4;
}
#glossary #btnCloseGlossary {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  width: 28px;
}
body[data-zoom='100'] #glossary #glossaryInner {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
body[data-zoom='99'] #glossary #glossaryInner {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
body[data-zoom='98'] #glossary #glossaryInner {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
body[data-zoom='97'] #glossary #glossaryInner {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
body[data-zoom='96'] #glossary #glossaryInner {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
body[data-zoom='95'] #glossary #glossaryInner {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
body[data-zoom='94'] #glossary #glossaryInner {
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}
body[data-zoom='93'] #glossary #glossaryInner {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
body[data-zoom='92'] #glossary #glossaryInner {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
}
body[data-zoom='91'] #glossary #glossaryInner {
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
}
body[data-zoom='90'] #glossary #glossaryInner {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body[data-zoom='89'] #glossary #glossaryInner {
  -webkit-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -ms-transform: scale(0.89);
  -o-transform: scale(0.89);
  transform: scale(0.89);
}
body[data-zoom='88'] #glossary #glossaryInner {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
}
body[data-zoom='87'] #glossary #glossaryInner {
  -webkit-transform: scale(0.87);
  -moz-transform: scale(0.87);
  -ms-transform: scale(0.87);
  -o-transform: scale(0.87);
  transform: scale(0.87);
}
body[data-zoom='86'] #glossary #glossaryInner {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}
body[data-zoom='85'] #glossary #glossaryInner {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
body[data-zoom='84'] #glossary #glossaryInner {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}
body[data-zoom='83'] #glossary #glossaryInner {
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform: scale(0.83);
}
body[data-zoom='82'] #glossary #glossaryInner {
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
}
body[data-zoom='81'] #glossary #glossaryInner {
  -webkit-transform: scale(0.81);
  -moz-transform: scale(0.81);
  -ms-transform: scale(0.81);
  -o-transform: scale(0.81);
  transform: scale(0.81);
}
body[data-zoom='80'] #glossary #glossaryInner {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
body[data-zoom='79'] #glossary #glossaryInner {
  -webkit-transform: scale(0.79);
  -moz-transform: scale(0.79);
  -ms-transform: scale(0.79);
  -o-transform: scale(0.79);
  transform: scale(0.79);
}
body[data-zoom='78'] #glossary #glossaryInner {
  -webkit-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -o-transform: scale(0.78);
  transform: scale(0.78);
}
body[data-zoom='77'] #glossary #glossaryInner {
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
}
body[data-zoom='76'] #glossary #glossaryInner {
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  -o-transform: scale(0.76);
  transform: scale(0.76);
}
body[data-zoom='75'] #glossary #glossaryInner {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
body[data-zoom='74'] #glossary #glossaryInner {
  -webkit-transform: scale(0.74);
  -moz-transform: scale(0.74);
  -ms-transform: scale(0.74);
  -o-transform: scale(0.74);
  transform: scale(0.74);
}
body[data-zoom='73'] #glossary #glossaryInner {
  -webkit-transform: scale(0.73);
  -moz-transform: scale(0.73);
  -ms-transform: scale(0.73);
  -o-transform: scale(0.73);
  transform: scale(0.73);
}
body[data-zoom='72'] #glossary #glossaryInner {
  -webkit-transform: scale(0.72);
  -moz-transform: scale(0.72);
  -ms-transform: scale(0.72);
  -o-transform: scale(0.72);
  transform: scale(0.72);
}
body[data-zoom='71'] #glossary #glossaryInner {
  -webkit-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -ms-transform: scale(0.71);
  -o-transform: scale(0.71);
  transform: scale(0.71);
}
body[data-zoom='70'] #glossary #glossaryInner {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
body[data-zoom='69'] #glossary #glossaryInner {
  -webkit-transform: scale(0.69);
  -moz-transform: scale(0.69);
  -ms-transform: scale(0.69);
  -o-transform: scale(0.69);
  transform: scale(0.69);
}
body[data-zoom='68'] #glossary #glossaryInner {
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
}
body[data-zoom='67'] #glossary #glossaryInner {
  -webkit-transform: scale(0.67);
  -moz-transform: scale(0.67);
  -ms-transform: scale(0.67);
  -o-transform: scale(0.67);
  transform: scale(0.67);
}
body[data-zoom='66'] #glossary #glossaryInner {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
body[data-zoom='65'] #glossary #glossaryInner {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
}
body[data-zoom='64'] #glossary #glossaryInner {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  -o-transform: scale(0.64);
  transform: scale(0.64);
}
body[data-zoom='63'] #glossary #glossaryInner {
  -webkit-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -o-transform: scale(0.63);
  transform: scale(0.63);
}
body[data-zoom='62'] #glossary #glossaryInner {
  -webkit-transform: scale(0.62);
  -moz-transform: scale(0.62);
  -ms-transform: scale(0.62);
  -o-transform: scale(0.62);
  transform: scale(0.62);
}
body[data-zoom='61'] #glossary #glossaryInner {
  -webkit-transform: scale(0.61);
  -moz-transform: scale(0.61);
  -ms-transform: scale(0.61);
  -o-transform: scale(0.61);
  transform: scale(0.61);
}
body[data-zoom='60'] #glossary #glossaryInner {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
body[data-zoom='59'] #glossary #glossaryInner {
  -webkit-transform: scale(0.59);
  -moz-transform: scale(0.59);
  -ms-transform: scale(0.59);
  -o-transform: scale(0.59);
  transform: scale(0.59);
}
body[data-zoom='58'] #glossary #glossaryInner {
  -webkit-transform: scale(0.58);
  -moz-transform: scale(0.58);
  -ms-transform: scale(0.58);
  -o-transform: scale(0.58);
  transform: scale(0.58);
}
body[data-zoom='57'] #glossary #glossaryInner {
  -webkit-transform: scale(0.57);
  -moz-transform: scale(0.57);
  -ms-transform: scale(0.57);
  -o-transform: scale(0.57);
  transform: scale(0.57);
}
body[data-zoom='56'] #glossary #glossaryInner {
  -webkit-transform: scale(0.56);
  -moz-transform: scale(0.56);
  -ms-transform: scale(0.56);
  -o-transform: scale(0.56);
  transform: scale(0.56);
}
body[data-zoom='55'] #glossary #glossaryInner {
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
}
body[data-zoom='54'] #glossary #glossaryInner {
  -webkit-transform: scale(0.54);
  -moz-transform: scale(0.54);
  -ms-transform: scale(0.54);
  -o-transform: scale(0.54);
  transform: scale(0.54);
}
body[data-zoom='53'] #glossary #glossaryInner {
  -webkit-transform: scale(0.53);
  -moz-transform: scale(0.53);
  -ms-transform: scale(0.53);
  -o-transform: scale(0.53);
  transform: scale(0.53);
}
body[data-zoom='52'] #glossary #glossaryInner {
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  -o-transform: scale(0.52);
  transform: scale(0.52);
}
body[data-zoom='51'] #glossary #glossaryInner {
  -webkit-transform: scale(0.51);
  -moz-transform: scale(0.51);
  -ms-transform: scale(0.51);
  -o-transform: scale(0.51);
  transform: scale(0.51);
}
body[data-zoom='50'] #glossary #glossaryInner {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
body[data-zoom='49'] #glossary #glossaryInner {
  -webkit-transform: scale(0.49);
  -moz-transform: scale(0.49);
  -ms-transform: scale(0.49);
  -o-transform: scale(0.49);
  transform: scale(0.49);
}
body[data-zoom='48'] #glossary #glossaryInner {
  -webkit-transform: scale(0.48);
  -moz-transform: scale(0.48);
  -ms-transform: scale(0.48);
  -o-transform: scale(0.48);
  transform: scale(0.48);
}
body[data-zoom='47'] #glossary #glossaryInner {
  -webkit-transform: scale(0.47);
  -moz-transform: scale(0.47);
  -ms-transform: scale(0.47);
  -o-transform: scale(0.47);
  transform: scale(0.47);
}
body[data-zoom='46'] #glossary #glossaryInner {
  -webkit-transform: scale(0.46);
  -moz-transform: scale(0.46);
  -ms-transform: scale(0.46);
  -o-transform: scale(0.46);
  transform: scale(0.46);
}
body[data-zoom='45'] #glossary #glossaryInner {
  -webkit-transform: scale(0.45);
  -moz-transform: scale(0.45);
  -ms-transform: scale(0.45);
  -o-transform: scale(0.45);
  transform: scale(0.45);
}
body[data-zoom='44'] #glossary #glossaryInner {
  -webkit-transform: scale(0.44);
  -moz-transform: scale(0.44);
  -ms-transform: scale(0.44);
  -o-transform: scale(0.44);
  transform: scale(0.44);
}
body[data-zoom='43'] #glossary #glossaryInner {
  -webkit-transform: scale(0.43);
  -moz-transform: scale(0.43);
  -ms-transform: scale(0.43);
  -o-transform: scale(0.43);
  transform: scale(0.43);
}
body[data-zoom='42'] #glossary #glossaryInner {
  -webkit-transform: scale(0.42);
  -moz-transform: scale(0.42);
  -ms-transform: scale(0.42);
  -o-transform: scale(0.42);
  transform: scale(0.42);
}
body[data-zoom='41'] #glossary #glossaryInner {
  -webkit-transform: scale(0.41);
  -moz-transform: scale(0.41);
  -ms-transform: scale(0.41);
  -o-transform: scale(0.41);
  transform: scale(0.41);
}
body[data-zoom='40'] #glossary #glossaryInner {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
body[data-zoom='39'] #glossary #glossaryInner {
  -webkit-transform: scale(0.39);
  -moz-transform: scale(0.39);
  -ms-transform: scale(0.39);
  -o-transform: scale(0.39);
  transform: scale(0.39);
}
body[data-zoom='38'] #glossary #glossaryInner {
  -webkit-transform: scale(0.38);
  -moz-transform: scale(0.38);
  -ms-transform: scale(0.38);
  -o-transform: scale(0.38);
  transform: scale(0.38);
}
body[data-zoom='37'] #glossary #glossaryInner {
  -webkit-transform: scale(0.37);
  -moz-transform: scale(0.37);
  -ms-transform: scale(0.37);
  -o-transform: scale(0.37);
  transform: scale(0.37);
}
body[data-zoom='36'] #glossary #glossaryInner {
  -webkit-transform: scale(0.36);
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -o-transform: scale(0.36);
  transform: scale(0.36);
}
body[data-zoom='35'] #glossary #glossaryInner {
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
body[data-zoom='34'] #glossary #glossaryInner {
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -ms-transform: scale(0.34);
  -o-transform: scale(0.34);
  transform: scale(0.34);
}
body[data-zoom='33'] #glossary #glossaryInner {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
body[data-zoom='32'] #glossary #glossaryInner {
  -webkit-transform: scale(0.32);
  -moz-transform: scale(0.32);
  -ms-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
}
body[data-zoom='31'] #glossary #glossaryInner {
  -webkit-transform: scale(0.31);
  -moz-transform: scale(0.31);
  -ms-transform: scale(0.31);
  -o-transform: scale(0.31);
  transform: scale(0.31);
}
body[data-zoom='30'] #glossary #glossaryInner {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
body[data-zoom='29'] #glossary #glossaryInner {
  -webkit-transform: scale(0.29);
  -moz-transform: scale(0.29);
  -ms-transform: scale(0.29);
  -o-transform: scale(0.29);
  transform: scale(0.29);
}
body[data-zoom='28'] #glossary #glossaryInner {
  -webkit-transform: scale(0.28);
  -moz-transform: scale(0.28);
  -ms-transform: scale(0.28);
  -o-transform: scale(0.28);
  transform: scale(0.28);
}
body[data-zoom='27'] #glossary #glossaryInner {
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -ms-transform: scale(0.27);
  -o-transform: scale(0.27);
  transform: scale(0.27);
}
body[data-zoom='26'] #glossary #glossaryInner {
  -webkit-transform: scale(0.26);
  -moz-transform: scale(0.26);
  -ms-transform: scale(0.26);
  -o-transform: scale(0.26);
  transform: scale(0.26);
}
body[data-zoom='25'] #glossary #glossaryInner {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
body[data-zoom='24'] #glossary #glossaryInner {
  -webkit-transform: scale(0.24);
  -moz-transform: scale(0.24);
  -ms-transform: scale(0.24);
  -o-transform: scale(0.24);
  transform: scale(0.24);
}
body[data-zoom='23'] #glossary #glossaryInner {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
}
body[data-zoom='22'] #glossary #glossaryInner {
  -webkit-transform: scale(0.22);
  -moz-transform: scale(0.22);
  -ms-transform: scale(0.22);
  -o-transform: scale(0.22);
  transform: scale(0.22);
}
body[data-zoom='21'] #glossary #glossaryInner {
  -webkit-transform: scale(0.21);
  -moz-transform: scale(0.21);
  -ms-transform: scale(0.21);
  -o-transform: scale(0.21);
  transform: scale(0.21);
}
body[data-zoom='20'] #glossary #glossaryInner {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
body[data-zoom='19'] #glossary #glossaryInner {
  -webkit-transform: scale(0.19);
  -moz-transform: scale(0.19);
  -ms-transform: scale(0.19);
  -o-transform: scale(0.19);
  transform: scale(0.19);
}
body[data-zoom='18'] #glossary #glossaryInner {
  -webkit-transform: scale(0.18);
  -moz-transform: scale(0.18);
  -ms-transform: scale(0.18);
  -o-transform: scale(0.18);
  transform: scale(0.18);
}
body[data-zoom='17'] #glossary #glossaryInner {
  -webkit-transform: scale(0.17);
  -moz-transform: scale(0.17);
  -ms-transform: scale(0.17);
  -o-transform: scale(0.17);
  transform: scale(0.17);
}
body[data-zoom='16'] #glossary #glossaryInner {
  -webkit-transform: scale(0.16);
  -moz-transform: scale(0.16);
  -ms-transform: scale(0.16);
  -o-transform: scale(0.16);
  transform: scale(0.16);
}
body[data-zoom='15'] #glossary #glossaryInner {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}
body[data-zoom='14'] #glossary #glossaryInner {
  -webkit-transform: scale(0.14);
  -moz-transform: scale(0.14);
  -ms-transform: scale(0.14);
  -o-transform: scale(0.14);
  transform: scale(0.14);
}
body[data-zoom='13'] #glossary #glossaryInner {
  -webkit-transform: scale(0.13);
  -moz-transform: scale(0.13);
  -ms-transform: scale(0.13);
  -o-transform: scale(0.13);
  transform: scale(0.13);
}
body[data-zoom='12'] #glossary #glossaryInner {
  -webkit-transform: scale(0.12);
  -moz-transform: scale(0.12);
  -ms-transform: scale(0.12);
  -o-transform: scale(0.12);
  transform: scale(0.12);
}
body[data-zoom='11'] #glossary #glossaryInner {
  -webkit-transform: scale(0.11);
  -moz-transform: scale(0.11);
  -ms-transform: scale(0.11);
  -o-transform: scale(0.11);
  transform: scale(0.11);
}
body[data-zoom='10'] #glossary #glossaryInner {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
body[data-zoom='9'] #glossary #glossaryInner {
  -webkit-transform: scale(0.09);
  -moz-transform: scale(0.09);
  -ms-transform: scale(0.09);
  -o-transform: scale(0.09);
  transform: scale(0.09);
}
body[data-zoom='8'] #glossary #glossaryInner {
  -webkit-transform: scale(0.08);
  -moz-transform: scale(0.08);
  -ms-transform: scale(0.08);
  -o-transform: scale(0.08);
  transform: scale(0.08);
}
body[data-zoom='7'] #glossary #glossaryInner {
  -webkit-transform: scale(0.07);
  -moz-transform: scale(0.07);
  -ms-transform: scale(0.07);
  -o-transform: scale(0.07);
  transform: scale(0.07);
}
body[data-zoom='6'] #glossary #glossaryInner {
  -webkit-transform: scale(0.06);
  -moz-transform: scale(0.06);
  -ms-transform: scale(0.06);
  -o-transform: scale(0.06);
  transform: scale(0.06);
}
body[data-zoom='5'] #glossary #glossaryInner {
  -webkit-transform: scale(0.05);
  -moz-transform: scale(0.05);
  -ms-transform: scale(0.05);
  -o-transform: scale(0.05);
  transform: scale(0.05);
}
body[data-zoom='4'] #glossary #glossaryInner {
  -webkit-transform: scale(0.04);
  -moz-transform: scale(0.04);
  -ms-transform: scale(0.04);
  -o-transform: scale(0.04);
  transform: scale(0.04);
}
body[data-zoom='3'] #glossary #glossaryInner {
  -webkit-transform: scale(0.03);
  -moz-transform: scale(0.03);
  -ms-transform: scale(0.03);
  -o-transform: scale(0.03);
  transform: scale(0.03);
}
body[data-zoom='2'] #glossary #glossaryInner {
  -webkit-transform: scale(0.02);
  -moz-transform: scale(0.02);
  -ms-transform: scale(0.02);
  -o-transform: scale(0.02);
  transform: scale(0.02);
}
body[data-zoom='1'] #glossary #glossaryInner {
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#loader {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  text-align: center;
  /*
	&.loader7{
		display: block;
		position: absolute;
		width: 96px;
		height: 96px;

		#loadingTitle{
			.centeredHorizontaly();
			top: 85px;
			color:@loaderColor
		}
		#loadingText{
			.centered();
			
			margin-top: 20px;

		}
		.loaderAnimation {
			

			transform: scale(1.5);
			transform-origin: top left;
			height: 64px;
			width: 64px;
		  }
		  
		  .loaderAnimation > div {
			width: 18px;
			height: 18px;
			background-color: @loaderColor;
		  
			border-radius: 100%;
			display: inline-block;
			-webkit-animation: loader7 1.4s infinite ease-in-out both;
			animation: loader7 1.4s infinite ease-in-out both;
		  }
		  
		  div:nth-child(1) {
			-webkit-animation-delay: -0.32s;
			animation-delay: -0.32s;
		  }
		  
		  div:nth-child(2) {
			-webkit-animation-delay: -0.16s;
			animation-delay: -0.16s;
		  }
		  div:nth-child(n+4){
			  display: none;
		  }
		  
		  @-webkit-keyframes loader7 {
			0%, 80%, 100% { -webkit-transform: scale(0) }
			40% { -webkit-transform: scale(1.0) }
		  }
	}  */
}
#loader #loadingText {
  color: #3DC0D5;
  font-size: 20px;
  font-family: "Helvetica", sans-serif;
  display: inline-block;
  margin-top: 25px;
}
#loader .loaderAnimation img {
  display: none;
}
#loader.loader1 {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
}
#loader.loader1 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 100px;
  color: #3DC0D5;
}
#loader.loader1 #loadingText {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
}
#loader.loader1 .loaderAnimation {
  transform: scale(1.5);
  transform-origin: top left;
  height: 64px;
  width: 64px;
}
#loader.loader1 .loaderAnimation div {
  animation: loader1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
#loader.loader1 .loaderAnimation div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3DC0D5;
  margin: -3px 0 0 -3px;
}
#loader.loader1 .loaderAnimation div:nth-child(1) {
  animation-delay: -0.036s;
}
#loader.loader1 .loaderAnimation div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
#loader.loader1 .loaderAnimation div:nth-child(2) {
  animation-delay: -0.072s;
}
#loader.loader1 .loaderAnimation div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
#loader.loader1 .loaderAnimation div:nth-child(3) {
  animation-delay: -0.108s;
}
#loader.loader1 .loaderAnimation div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
#loader.loader1 .loaderAnimation div:nth-child(4) {
  animation-delay: -0.144s;
}
#loader.loader1 .loaderAnimation div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
#loader.loader1 .loaderAnimation div:nth-child(5) {
  animation-delay: -0.18s;
}
#loader.loader1 .loaderAnimation div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
#loader.loader1 .loaderAnimation div:nth-child(6) {
  animation-delay: -0.216s;
}
#loader.loader1 .loaderAnimation div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
#loader.loader1 .loaderAnimation div:nth-child(7) {
  animation-delay: -0.252s;
}
#loader.loader1 .loaderAnimation div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
#loader.loader1 .loaderAnimation div:nth-child(8) {
  animation-delay: -0.288s;
}
#loader.loader1 .loaderAnimation div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
#loader.loader1 .loaderAnimation div:nth-child(n+9) {
  display: none;
}
#loader.loader2 {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
}
#loader.loader2 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 100px;
  color: #3DC0D5;
}
#loader.loader2 #loadingText {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 55px;
}
#loader.loader2 .loaderAnimation {
  height: 80px;
  width: 80px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
}
#loader.loader2 .loaderAnimation div {
  transform-origin: 40px 40px;
  animation: loader2 1.2s linear infinite;
}
#loader.loader2 .loaderAnimation div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 36px;
  width: 6px;
  height: 14px;
  border-radius: 20%;
  background: #3DC0D5;
}
#loader.loader2 .loaderAnimation div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loader.loader2 .loaderAnimation div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  animation-delay: -1s;
}
#loader.loader2 .loaderAnimation div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loader.loader2 .loaderAnimation div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#loader.loader2 .loaderAnimation div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#loader.loader2 .loaderAnimation div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#loader.loader2 .loaderAnimation div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#loader.loader2 .loaderAnimation div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#loader.loader2 .loaderAnimation div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#loader.loader2 .loaderAnimation div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#loader.loader2 .loaderAnimation div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
#loader.loader2 .loaderAnimation div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
#loader.loader3 {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
}
#loader.loader3 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 85px;
  color: #3DC0D5;
}
#loader.loader3 #loadingText {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
}
#loader.loader3 .loaderAnimation {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  height: 80px;
  width: 80px;
}
#loader.loader3 .loaderAnimation :after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #3DC0D5;
  border-color: #3DC0D5 transparent #3DC0D5 transparent;
  animation: loader3 1.2s linear infinite;
}
#loader.loader3 .loaderAnimation div:nth-child(n+2) {
  display: none;
}
#loader.loader4 {
  display: block;
  position: absolute;
  height: 72px;
  width: 72px;
}
#loader.loader4 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 100px;
  color: #3DC0D5;
}
#loader.loader4 #loadingText {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 65px;
}
#loader.loader4 .loaderAnimation {
  height: 72px;
  width: 72px;
}
#loader.loader4 .loaderAnimation div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 6px;
  border: 4px solid #3DC0D5;
  border-radius: 50%;
  animation: loader4 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3DC0D5 transparent transparent transparent;
}
#loader.loader4 .loaderAnimation div:nth-child(1) {
  animation-delay: -0.45s;
}
#loader.loader4 .loaderAnimation div:nth-child(2) {
  animation-delay: -0.3s;
}
#loader.loader4 .loaderAnimation div:nth-child(3) {
  animation-delay: -0.15s;
}
#loader.loader4 .loaderAnimation div:nth-child(n+4) {
  display: none;
}
#loader.loader5 {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
}
#loader.loader5 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 100px;
  color: #3DC0D5;
}
#loader.loader5 #loadingText {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  color: #3DC0D5;
  top: 55px;
}
#loader.loader5 .loaderAnimation {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  height: 64px;
  width: 64px;
}
#loader.loader5 .loaderAnimation div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3DC0D5;
  border-radius: 50%;
  animation: loader5 1.2s linear infinite;
}
#loader.loader5 .loaderAnimation div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
#loader.loader5 .loaderAnimation div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
#loader.loader5 .loaderAnimation div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
#loader.loader5 .loaderAnimation div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
#loader.loader5 .loaderAnimation div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
#loader.loader5 .loaderAnimation div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
#loader.loader5 .loaderAnimation div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
#loader.loader5 .loaderAnimation div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
#loader.loader5 .loaderAnimation div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
#loader.loader5 .loaderAnimation div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
#loader.loader5 .loaderAnimation div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
#loader.loader5 .loaderAnimation div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
#loader.loader6 {
  display: block;
  position: absolute;
  height: 60px;
  width: 100px;
}
#loader.loader6 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 32px;
  color: #3DC0D5;
}
#loader.loader6 #loadingText {
  display: none;
  color: transparent;
  position: absolute;
  left: -9999px;
}
#loader.loader6 .loaderAnimation {
  height: 30px;
  width: 100px;
}
#loader.loader6 .loaderAnimation > div {
  background-color: #3DC0D5;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: loader6 1.3s infinite ease-in-out;
  animation: loader6 1.3s infinite ease-in-out;
}
#loader.loader6 .loaderAnimation div:nth-child(2) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
#loader.loader6 .loaderAnimation div:nth-child(3) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loader.loader6 .loaderAnimation div:nth-child(4) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loader.loader6 .loaderAnimation div:nth-child(5) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loader.loader6 .loaderAnimation div:nth-child(6) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#loader.loader6 .loaderAnimation div:nth-child(7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#loader.loader6 .loaderAnimation div:nth-child(8) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#loader.loader6 .loaderAnimation div:nth-child(n+9) {
  display: none;
}
#loader.loader7 {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
}
#loader.loader7 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 50px;
  color: #3DC0D5;
}
#loader.loader7 #loadingText {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 10px;
}
#loader.loader7 .loaderAnimation {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  transform-origin: top left;
  height: 64px;
  width: 85px;
}
#loader.loader7 .loaderAnimation > div {
  width: 14px;
  height: 14px;
  background-color: #3DC0D5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loader7 1.6s infinite ease-in-out both;
  animation: loader7 1.6s infinite ease-in-out both;
}
#loader.loader7 .loaderAnimation div:nth-child(1) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
#loader.loader7 .loaderAnimation div:nth-child(2) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader.loader7 .loaderAnimation div:nth-child(3) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader.loader7 .loaderAnimation div:nth-child(4) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#loader.loader7 .loaderAnimation div:nth-child(n+5) {
  display: none;
}
#loader.loader8 {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
}
#loader.loader8 #loadingTitle {
  display: none;
  color: #3DC0D5;
}
#loader.loader8 #loadingText {
  display: none;
  color: transparent;
  position: absolute;
  left: -9999px;
}
#loader.loader8 .loaderAnimation {
  height: 64px;
  width: 64px;
}
#loader.loader8 .loaderAnimation > div {
  width: 33%;
  height: 33%;
  background-color: #3DC0D5;
  float: left;
  -webkit-animation: loader8 2s infinite ease-in-out;
  animation: loader8 2s infinite ease-in-out;
}
#loader.loader8 .loaderAnimation div:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loader.loader8 .loaderAnimation div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loader.loader8 .loaderAnimation div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#loader.loader8 .loaderAnimation div:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#loader.loader8 .loaderAnimation div:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loader.loader8 .loaderAnimation div:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loader.loader8 .loaderAnimation div:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#loader.loader8 .loaderAnimation div:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#loader.loader8 .loaderAnimation div:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loader.loader8 .loaderAnimation div:nth-child(n+10) {
  display: none;
}
#loader.loader9 {
  display: block;
  position: absolute;
  width: 80px;
  height: 50px;
}
#loader.loader9 #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 40px;
  color: #3DC0D5;
}
#loader.loader9 #loadingText {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  top: 55px;
}
#loader.loader9 .loaderAnimation {
  -webkit-transform-origin: top left center;
  -moz-transform-origin: top left center;
  -ms-transform-origin: top left center;
  -o-transform-origin: top left center;
  transform-origin: top left center;
  height: 80px;
  width: 80px;
}
#loader.loader9 .loaderAnimation div {
  -webkit-transform-origin: 40px 40px center;
  -moz-transform-origin: 40px 40px center;
  -ms-transform-origin: 40px 40px center;
  -o-transform-origin: 40px 40px center;
  transform-origin: 40px 40px center;
  -webkit-animation: loader2 1.2s 0s linear infinite;
  -moz-animation: loader2 1.2s 0s linear infinite;
  -ms-animation: loader2 1.2s 0s linear infinite;
  animation: loader2 1.2s 0s linear infinite;
}
#loader.loader9 .loaderAnimation div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 18px;
  left: 36px;
  width: 8px;
  height: 7px;
  border-radius: 60%;
  background: #3DC0D5;
}
#loader.loader9 .loaderAnimation div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loader.loader9 .loaderAnimation div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  animation-delay: -1s;
}
#loader.loader9 .loaderAnimation div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loader.loader9 .loaderAnimation div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#loader.loader9 .loaderAnimation div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#loader.loader9 .loaderAnimation div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#loader.loader9 .loaderAnimation div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#loader.loader9 .loaderAnimation div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#loader.loader9 .loaderAnimation div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#loader.loader9 .loaderAnimation div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#loader.loader9 .loaderAnimation div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
#loader.loader9 .loaderAnimation div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
#loader.loaderPardeux {
  display: block;
  position: absolute;
  width: 196px;
  height: 200px;
}
#loader.loaderPardeux #loadingTitle {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  top: 185px;
  color: #fd4f00;
}
#loader.loaderPardeux #loadingText {
  display: none;
  position: absolute;
  left: -9999px;
  color: transparent;
}
#loader.loaderPardeux .loaderAnimation {
  width: 100%;
  height: calc(100% - 60px);
  display: block;
  color: #555;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  /*
				png
				jpeg
				mp3
				sass
				php
			*/
}
#loader.loaderPardeux .loaderAnimation div {
  width: 100%;
  height: 100%;
}
#loader.loaderPardeux .loaderAnimation div:before,
#loader.loaderPardeux .loaderAnimation div:after {
  display: inline-block;
  font-size: inherit;
  /*text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;*/
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#loader.loaderPardeux .loaderAnimation div:before {
  color: #555;
}
#loader.loaderPardeux .loaderAnimation div:after {
  color: #aaa;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(1):before {
  font-size: 12px;
  content: "AJAX";
  -webkit-animation: loaderP1before 6s 0s linear infinite;
  -moz-animation: loaderP1before 6s 0s linear infinite;
  -ms-animation: loaderP1before 6s 0s linear infinite;
  animation: loaderP1before 6s 0s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(1):after {
  font-size: 11px;
  content: "AJAX";
  -webkit-animation: loaderP1after 6.5s 2s linear infinite;
  -moz-animation: loaderP1after 6.5s 2s linear infinite;
  -ms-animation: loaderP1after 6.5s 2s linear infinite;
  animation: loaderP1after 6.5s 2s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(2):before {
  font-size: 13px;
  content: "JS";
  -webkit-animation: loaderP1before 5.5s 4s linear infinite;
  -moz-animation: loaderP1before 5.5s 4s linear infinite;
  -ms-animation: loaderP1before 5.5s 4s linear infinite;
  animation: loaderP1before 5.5s 4s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(2):after {
  font-size: 15px;
  content: "JS";
  -webkit-animation: loaderP2after 6.2s 1s linear infinite;
  -moz-animation: loaderP2after 6.2s 1s linear infinite;
  -ms-animation: loaderP2after 6.2s 1s linear infinite;
  animation: loaderP2after 6.2s 1s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(3):before {
  font-size: 14px;
  content: "LESS";
  -webkit-animation: loaderP3before 6s 5s linear infinite;
  -moz-animation: loaderP3before 6s 5s linear infinite;
  -ms-animation: loaderP3before 6s 5s linear infinite;
  animation: loaderP3before 6s 5s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(3):after {
  font-size: 12px;
  content: "LESS";
  -webkit-animation: loaderP3after 5s 0.5s linear infinite;
  -moz-animation: loaderP3after 5s 0.5s linear infinite;
  -ms-animation: loaderP3after 5s 0.5s linear infinite;
  animation: loaderP3after 5s 0.5s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(4):before {
  font-size: 10px;
  content: "HTML5";
  -webkit-animation: loaderP4before 6s 1.2s linear infinite;
  -moz-animation: loaderP4before 6s 1.2s linear infinite;
  -ms-animation: loaderP4before 6s 1.2s linear infinite;
  animation: loaderP4before 6s 1.2s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(4):after {
  font-size: 13px;
  content: "HTML5";
  -webkit-animation: loaderP4after 6s 0.8s linear infinite;
  -moz-animation: loaderP4after 6s 0.8s linear infinite;
  -ms-animation: loaderP4after 6s 0.8s linear infinite;
  animation: loaderP4after 6s 0.8s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(5):before {
  font-size: 11px;
  content: "SCORM";
  -webkit-animation: loaderP5before 6s 0.7s linear infinite;
  -moz-animation: loaderP5before 6s 0.7s linear infinite;
  -ms-animation: loaderP5before 6s 0.7s linear infinite;
  animation: loaderP5before 6s 0.7s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(5):after {
  font-size: 10px;
  content: "SCORM";
  -webkit-animation: loaderP5after 6s 3.5s linear infinite;
  -moz-animation: loaderP5after 6s 3.5s linear infinite;
  -ms-animation: loaderP5after 6s 3.5s linear infinite;
  animation: loaderP5after 6s 3.5s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(6):before {
  font-size: 10px;
  content: "JSON";
  -webkit-animation: loaderP6before 6.6s 0s linear infinite;
  -moz-animation: loaderP6before 6.6s 0s linear infinite;
  -ms-animation: loaderP6before 6.6s 0s linear infinite;
  animation: loaderP6before 6.6s 0s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(6):after {
  font-size: 12px;
  content: "JSON";
  -webkit-animation: loaderP6after 6s 2.6s linear infinite;
  -moz-animation: loaderP6after 6s 2.6s linear infinite;
  -ms-animation: loaderP6after 6s 2.6s linear infinite;
  animation: loaderP6after 6s 2.6s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(7):before {
  font-size: 14px;
  content: "XML";
  -webkit-animation: loaderP7before 5s 0s linear infinite;
  -moz-animation: loaderP7before 5s 0s linear infinite;
  -ms-animation: loaderP7before 5s 0s linear infinite;
  animation: loaderP7before 5s 0s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(7):after {
  font-size: 11px;
  content: "XML";
  -webkit-animation: loaderP7after 6s 1.5s linear infinite;
  -moz-animation: loaderP7after 6s 1.5s linear infinite;
  -ms-animation: loaderP7after 6s 1.5s linear infinite;
  animation: loaderP7after 6s 1.5s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(8):before {
  font-size: 13px;
  content: "SVG";
  -webkit-animation: loaderP8before 6s 2.4s linear infinite;
  -moz-animation: loaderP8before 6s 2.4s linear infinite;
  -ms-animation: loaderP8before 6s 2.4s linear infinite;
  animation: loaderP8before 6s 2.4s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(8):after {
  font-size: 10px;
  content: "SVG";
  -webkit-animation: loaderP8after 6s 4.5s linear infinite;
  -moz-animation: loaderP8after 6s 4.5s linear infinite;
  -ms-animation: loaderP8after 6s 4.5s linear infinite;
  animation: loaderP8after 6s 4.5s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(9):before {
  font-size: 11px;
  content: "MPEG";
  -webkit-animation: loaderP9before 5.5s 2.2s linear infinite;
  -moz-animation: loaderP9before 5.5s 2.2s linear infinite;
  -ms-animation: loaderP9before 5.5s 2.2s linear infinite;
  animation: loaderP9before 5.5s 2.2s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(9):after {
  font-size: 12px;
  content: "MPEG";
  -webkit-animation: loaderP9after 6s 5.7s linear infinite;
  -moz-animation: loaderP9after 6s 5.7s linear infinite;
  -ms-animation: loaderP9after 6s 5.7s linear infinite;
  animation: loaderP9after 6s 5.7s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(10):before {
  font-size: 12px;
  content: "CSS";
  -webkit-animation: loaderP10before 6.8s 1.4s linear infinite;
  -moz-animation: loaderP10before 6.8s 1.4s linear infinite;
  -ms-animation: loaderP10before 6.8s 1.4s linear infinite;
  animation: loaderP10before 6.8s 1.4s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(10):after {
  font-size: 14px;
  content: "CSS";
  -webkit-animation: loaderP10after 6s 2.8s linear infinite;
  -moz-animation: loaderP10after 6s 2.8s linear infinite;
  -ms-animation: loaderP10after 6s 2.8s linear infinite;
  animation: loaderP10after 6s 2.8s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(11):before {
  font-size: 14px;
  content: "WAV";
  -webkit-animation: loaderP11before 6s 1.2s linear infinite;
  -moz-animation: loaderP11before 6s 1.2s linear infinite;
  -ms-animation: loaderP11before 6s 1.2s linear infinite;
  animation: loaderP11before 6s 1.2s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(11):after {
  font-size: 11px;
  content: "WAV";
  -webkit-animation: loaderP11after 6s 4.8s linear infinite;
  -moz-animation: loaderP11after 6s 4.8s linear infinite;
  -ms-animation: loaderP11after 6s 4.8s linear infinite;
  animation: loaderP11after 6s 4.8s linear infinite;
}
#loader.loaderPardeux .loaderAnimation div:nth-child(12) {
  display: none;
}
#loader.loaderPardeux .loaderLogoPardeux {
  position: absolute;
  background: url("img/developper/logoPardeux.png") no-repeat center;
  bottom: 0;
  left: 0px;
  width: 196px;
  height: 90px;
  z-index: 9999;
  transform-origin: center center;
  animation-name: shaking;
  animation-duration: 2000ms;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
/*---------KeyFrames Loader-Pardeux-----------*/
@keyframes shaking {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  10% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  15% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  20% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  25% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  35% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  40% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  45% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  50% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  55% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  65% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  70% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  75% {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  80% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  85% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  90% {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  95% {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes loaderP1after {
  0% {
    transform: translate(100px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP1after {
  0% {
    transform: translate(100px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP1after {
  0% {
    transform: translate(100px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP1after {
  0% {
    transform: translate(100px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
}
@keyframes loaderP1after {
  0% {
    transform: translate(100px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(-50deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP1before {
  0% {
    transform: translate(10px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP1before {
  0% {
    transform: translate(10px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP1before {
  0% {
    transform: translate(10px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP1before {
  0% {
    transform: translate(10px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@keyframes loaderP1before {
  0% {
    transform: translate(10px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP2after {
  0% {
    transform: translate(60px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP2after {
  0% {
    transform: translate(60px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP2after {
  0% {
    transform: translate(60px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP2after {
  0% {
    transform: translate(60px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@keyframes loaderP2after {
  0% {
    transform: translate(60px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP2before {
  0% {
    transform: translate(60px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP2before {
  0% {
    transform: translate(60px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP2before {
  0% {
    transform: translate(60px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP2before {
  0% {
    transform: translate(60px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@keyframes loaderP2before {
  0% {
    transform: translate(60px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(80px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP3after {
  0% {
    transform: translate(160px, 0) rotate(-80deg);
    opacity: 0;
  }
  16% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP3after {
  0% {
    transform: translate(160px, 0) rotate(-80deg);
    opacity: 0;
  }
  16% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP3after {
  0% {
    transform: translate(160px, 0) rotate(-80deg);
    opacity: 0;
  }
  16% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP3after {
  0% {
    transform: translate(160px, 0) rotate(-80deg);
    opacity: 0;
  }
  16% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
}
@keyframes loaderP3after {
  0% {
    transform: translate(160px, 0) rotate(-80deg);
    opacity: 0;
  }
  16% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(150px, 195px) rotate(45deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP3before {
  0% {
    transform: translate(40px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP3before {
  0% {
    transform: translate(40px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP3before {
  0% {
    transform: translate(40px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP3before {
  0% {
    transform: translate(40px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@keyframes loaderP3before {
  0% {
    transform: translate(40px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP4after {
  0% {
    transform: translate(20px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP4after {
  0% {
    transform: translate(20px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP4after {
  0% {
    transform: translate(20px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP4after {
  0% {
    transform: translate(20px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@keyframes loaderP4after {
  0% {
    transform: translate(20px, 0) rotate(-50deg);
    opacity: 0;
  }
  16% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(20px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP4before {
  0% {
    transform: translate(90px, 0) rotate(20deg);
    opacity: 0;
  }
  16% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
  100% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP4before {
  0% {
    transform: translate(90px, 0) rotate(20deg);
    opacity: 0;
  }
  16% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
  100% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP4before {
  0% {
    transform: translate(90px, 0) rotate(20deg);
    opacity: 0;
  }
  16% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
  100% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP4before {
  0% {
    transform: translate(90px, 0) rotate(20deg);
    opacity: 0;
  }
  16% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
  100% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
}
@keyframes loaderP4before {
  0% {
    transform: translate(90px, 0) rotate(20deg);
    opacity: 0;
  }
  16% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
  100% {
    transform: translate(110px, 195px) rotate(-60deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP5after {
  0% {
    transform: translate(30px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP5after {
  0% {
    transform: translate(30px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP5after {
  0% {
    transform: translate(30px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP5after {
  0% {
    transform: translate(30px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
}
@keyframes loaderP5after {
  0% {
    transform: translate(30px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(40px, 195px) rotate(10deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP5before {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP5before {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP5before {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP5before {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes loaderP5before {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP6after {
  0% {
    transform: translate(50px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP6after {
  0% {
    transform: translate(50px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP6after {
  0% {
    transform: translate(50px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP6after {
  0% {
    transform: translate(50px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@keyframes loaderP6after {
  0% {
    transform: translate(50px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(30deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP6before {
  0% {
    transform: translate(70px, 0) rotate(40deg);
    opacity: 0;
  }
  16% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP6before {
  0% {
    transform: translate(70px, 0) rotate(40deg);
    opacity: 0;
  }
  16% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP6before {
  0% {
    transform: translate(70px, 0) rotate(40deg);
    opacity: 0;
  }
  16% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP6before {
  0% {
    transform: translate(70px, 0) rotate(40deg);
    opacity: 0;
  }
  16% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@keyframes loaderP6before {
  0% {
    transform: translate(70px, 0) rotate(40deg);
    opacity: 0;
  }
  16% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(70px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP7after {
  0% {
    transform: translate(90px, 0) rotate(-20deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP7after {
  0% {
    transform: translate(90px, 0) rotate(-20deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP7after {
  0% {
    transform: translate(90px, 0) rotate(-20deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP7after {
  0% {
    transform: translate(90px, 0) rotate(-20deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@keyframes loaderP7after {
  0% {
    transform: translate(90px, 0) rotate(-20deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP7before {
  0% {
    transform: translate(90px, 0) rotate(50deg);
    opacity: 0;
  }
  16% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP7before {
  0% {
    transform: translate(90px, 0) rotate(50deg);
    opacity: 0;
  }
  16% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP7before {
  0% {
    transform: translate(90px, 0) rotate(50deg);
    opacity: 0;
  }
  16% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP7before {
  0% {
    transform: translate(90px, 0) rotate(50deg);
    opacity: 0;
  }
  16% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@keyframes loaderP7before {
  0% {
    transform: translate(90px, 0) rotate(50deg);
    opacity: 0;
  }
  16% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(90px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP8after {
  0% {
    transform: translate(80px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP8after {
  0% {
    transform: translate(80px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP8after {
  0% {
    transform: translate(80px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP8after {
  0% {
    transform: translate(80px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@keyframes loaderP8after {
  0% {
    transform: translate(80px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
  100% {
    transform: translate(100px, 195px) rotate(80deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP8before {
  0% {
    transform: translate(120px, 0) rotate(60deg);
    opacity: 0;
  }
  16% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP8before {
  0% {
    transform: translate(120px, 0) rotate(60deg);
    opacity: 0;
  }
  16% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP8before {
  0% {
    transform: translate(120px, 0) rotate(60deg);
    opacity: 0;
  }
  16% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP8before {
  0% {
    transform: translate(120px, 0) rotate(60deg);
    opacity: 0;
  }
  16% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@keyframes loaderP8before {
  0% {
    transform: translate(120px, 0) rotate(60deg);
    opacity: 0;
  }
  16% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
  100% {
    transform: translate(140px, 195px) rotate(-20deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP9after {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP9after {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP9after {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP9after {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@keyframes loaderP9after {
  0% {
    transform: translate(30px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
  100% {
    transform: translate(30px, 195px) rotate(-40deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP9before {
  0% {
    transform: translate(60px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP9before {
  0% {
    transform: translate(60px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP9before {
  0% {
    transform: translate(60px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP9before {
  0% {
    transform: translate(60px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@keyframes loaderP9before {
  0% {
    transform: translate(60px, 0) rotate(-10deg);
    opacity: 0;
  }
  16% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: translate(60px, 195px) rotate(50deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP10after {
  0% {
    transform: translate(90px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP10after {
  0% {
    transform: translate(90px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP10after {
  0% {
    transform: translate(90px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP10after {
  0% {
    transform: translate(90px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
}
@keyframes loaderP10after {
  0% {
    transform: translate(90px, 0) rotate(10deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(-70deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP10before {
  0% {
    transform: translate(100px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP10before {
  0% {
    transform: translate(100px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP10before {
  0% {
    transform: translate(100px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP10before {
  0% {
    transform: translate(100px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@keyframes loaderP10before {
  0% {
    transform: translate(100px, 0) rotate(-30deg);
    opacity: 0;
  }
  16% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
  100% {
    transform: translate(120px, 195px) rotate(70deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP11after {
  0% {
    transform: translate(140px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP11after {
  0% {
    transform: translate(140px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP11after {
  0% {
    transform: translate(140px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP11after {
  0% {
    transform: translate(140px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
}
@keyframes loaderP11after {
  0% {
    transform: translate(140px, 0) rotate(30deg);
    opacity: 0;
  }
  16% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
  100% {
    transform: translate(160px, 195px) rotate(-10deg);
    opacity: 1;
  }
}
@-webkit-keyframes loaderP11before {
  0% {
    transform: translate(130px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
  100% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
}
@-moz-keyframes loaderP11before {
  0% {
    transform: translate(130px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
  100% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
}
@-ms-keyframes loaderP11before {
  0% {
    transform: translate(130px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
  100% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
}
@-o-keyframes loaderP11before {
  0% {
    transform: translate(130px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
  100% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
}
@keyframes loaderP11before {
  0% {
    transform: translate(130px, 0) rotate(-40deg);
    opacity: 0;
  }
  16% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
  100% {
    transform: translate(130px, 195px) rotate(60deg);
    opacity: 1;
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader5 {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@keyframes loader6 {
  0%,
  30%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  15% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes loader7 {
  0%,
  60%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader8 {
  0%,
  50%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
#notifications {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
#notifications .notification {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#notifications .notification.active {
  display: inline-block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#notifications .notification.close {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/* =============== Playbar ================ */
#playbar {
  position: absolute;
  width: 100%;
  height: 20px;
  z-index: 30;
  bottom: 0px;
  overflow: visible;
  font-family: "Helvetica", sans-serif;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
@media screen and (max-width: 1600px) {
  #playbar {
    height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #playbar {
    height: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #playbar {
    height: 10px;
  }
}
#playbar.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#playbar #innerPlaybar {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
#playbar #innerPlaybar .btn {
  width: 80px;
  height: 80px;
  right: 1vw;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  overflow: initial;
}
#playbar #innerPlaybar .btn:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#playbar #innerPlaybar .btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#playbar #innerPlaybar .btn.active:hover:before {
  width: 80px;
  height: 80px;
}
#playbar #innerPlaybar .btn.active .sidenote {
  display: inline-block;
  cursor: pointer;
}
#playbar #innerPlaybar .btn .sidenote {
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  vertical-align: middle;
  cursor: default;
  color: transparent;
  overflow: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  display: none;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 300px;
  text-align: right;
  width: auto;
  display: inline-block;
  background: white;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15em;
  padding: 15px 25px;
  border-radius: 30px;
  right: 110px;
  top: 12px;
}
#playbar #innerPlaybar .btn .sidenote.active {
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#playbar #innerPlaybar .btn .sidenote img {
  vertical-align: middle;
}
#playbar #innerPlaybar #btnTOC {
  bottom: 950px;
  bottom: 90vh;
  background-position: 21px 25px;
}
#playbar #innerPlaybar #btnTOC:after {
  background: transparent url(img/btn_toc.png) no-repeat center center;
}
#playbar #innerPlaybar #btnCloseSituation {
  bottom: 860px;
  bottom: 82vh;
}
#playbar #innerPlaybar #btnCloseSituation:after {
  background: transparent url(img/btn_menu.png) no-repeat center center;
}
#playbar #innerPlaybar #btnGlossary {
  bottom: 860px;
  bottom: 74vh;
}
#playbar #innerPlaybar #btnGlossary:after {
  background: transparent url(img/btn_glossaire.png) no-repeat center center;
}
#playbar #innerPlaybar #btnTOC,
#playbar #innerPlaybar #btnCloseSituation,
#playbar #innerPlaybar #btnGlossary {
  overflow: initial;
}
#playbar #innerPlaybar #btnTOC .menu_view,
#playbar #innerPlaybar #btnCloseSituation .menu_view,
#playbar #innerPlaybar #btnGlossary .menu_view {
  line-height: 24px;
  padding: 11px 20px 8px;
  position: absolute;
  right: 95px;
  top: 18px;
  background: #FFFFFF;
  border-radius: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #3d3d3d;
  white-space: nowrap;
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#playbar #innerPlaybar #btnTOC:hover .menu_view,
#playbar #innerPlaybar #btnCloseSituation:hover .menu_view,
#playbar #innerPlaybar #btnGlossary:hover .menu_view {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#playbar #innerPlaybar #btnNext {
  bottom: 50px;
  bottom: 4vh;
  overflow: visible;
}
#playbar #innerPlaybar #btnNext:after {
  background: transparent url(img/btn_next.png) no-repeat center center;
}
#playbar #innerPlaybar #btnNext.returnHome:after {
  display: none;
}
#playbar #innerPlaybar #btnNext.returnHome:after {
  background: transparent !important;
}
#playbar #innerPlaybar #btnNext.returnHome span {
  color: #FFFFFF;
  background: #3d3d3d url("img/home_white.png") no-repeat center right 25px;
  width: 350px;
  right: 0;
  padding: 0 80px 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: right;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  top: 5px;
}
#playbar #innerPlaybar #btnBack {
  bottom: 135px;
  bottom: 12vh;
}
#playbar #innerPlaybar #btnBack:after {
  background: transparent url(img/btn_prev.png) no-repeat center center;
}
#playbar #innerPlaybar #btnValider {
  bottom: 50px;
  bottom: 4vh;
  overflow: visible;
  display: none;
}
#playbar #innerPlaybar #btnValider:after {
  background: transparent url(img/btn_valider.png) no-repeat center center;
}
#playbar #innerPlaybar #btnPlayPause {
  position: absolute;
  bottom: 50px;
  bottom: 4vh;
  left: 1vw;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#playbar #innerPlaybar #btnPlayPause:before {
  display: none;
}
#playbar #innerPlaybar #btnPlayPause:after {
  display: none;
}
#playbar #innerPlaybar #btnPlayPause span {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
}
#playbar #innerPlaybar #btnPlayPause span:before {
  content: "";
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#playbar #innerPlaybar #btnPlayPause span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: transparent url(img/btn_pause.png) no-repeat center;
}
#playbar #innerPlaybar #btnPlayPause span:hover:before {
  width: 80px;
  height: 80px;
}
#playbar #innerPlaybar #btnPlayPause span.paused:after {
  background: transparent url(img/btn_play.png) no-repeat center;
  left: 2px;
}
#playbar #innerPlaybar > div {
  display: inline-block;
  margin: 0;
  padding: 0px;
}
#playbar #innerPlaybar > div > * {
  vertical-align: middle;
}
#playbar #innerPlaybar .btn {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  vertical-align: middle;
  display: inline-block;
  cursor: default;
  color: transparent;
  overflow: hidden;
}
#playbar #innerPlaybar .btn.active {
  cursor: pointer;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#playbar #innerPlaybar .btn img {
  vertical-align: middle;
}
#playbar #innerPlaybar #playerController {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
#playbar #innerPlaybar #playerController #playerBar {
  width: 100%;
  display: inline-block;
  border: none;
  cursor: pointer;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  background-image: none;
}
#playbar #innerPlaybar #playerController #playerBar .ui-slider-handle {
  cursor: pointer;
}
#playbar #innerPlaybar #playerController #playerBar .ui-widget-header {
  border: none;
  background: #56b659;
  background-image: none;
}
#playbar #innerPlaybar #playerController #playerBar .ui-slider-handle {
  display: none;
}
#playbar #innerPlaybar #playerController #playerBarOverlay {
  display: none;
  /*width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 100;

				&.active{
					display: block;
				}*/
}
#playbar[data-zoom='100'] #innerPlaybar .btn {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#playbar[data-zoom='99'] #innerPlaybar .btn {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
#playbar[data-zoom='98'] #innerPlaybar .btn {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
#playbar[data-zoom='97'] #innerPlaybar .btn {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
#playbar[data-zoom='96'] #innerPlaybar .btn {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
#playbar[data-zoom='95'] #innerPlaybar .btn {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#playbar[data-zoom='94'] #innerPlaybar .btn {
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}
#playbar[data-zoom='93'] #innerPlaybar .btn {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
#playbar[data-zoom='92'] #innerPlaybar .btn {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
}
#playbar[data-zoom='91'] #innerPlaybar .btn {
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
}
#playbar[data-zoom='90'] #innerPlaybar .btn {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#playbar[data-zoom='89'] #innerPlaybar .btn {
  -webkit-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -ms-transform: scale(0.89);
  -o-transform: scale(0.89);
  transform: scale(0.89);
}
#playbar[data-zoom='88'] #innerPlaybar .btn {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
}
#playbar[data-zoom='87'] #innerPlaybar .btn {
  -webkit-transform: scale(0.87);
  -moz-transform: scale(0.87);
  -ms-transform: scale(0.87);
  -o-transform: scale(0.87);
  transform: scale(0.87);
}
#playbar[data-zoom='86'] #innerPlaybar .btn {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}
#playbar[data-zoom='85'] #innerPlaybar .btn {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
#playbar[data-zoom='84'] #innerPlaybar .btn {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}
#playbar[data-zoom='83'] #innerPlaybar .btn {
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform: scale(0.83);
}
#playbar[data-zoom='82'] #innerPlaybar .btn {
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
}
#playbar[data-zoom='81'] #innerPlaybar .btn {
  -webkit-transform: scale(0.81);
  -moz-transform: scale(0.81);
  -ms-transform: scale(0.81);
  -o-transform: scale(0.81);
  transform: scale(0.81);
}
#playbar[data-zoom='80'] #innerPlaybar .btn {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#playbar[data-zoom='79'] #innerPlaybar .btn {
  -webkit-transform: scale(0.79);
  -moz-transform: scale(0.79);
  -ms-transform: scale(0.79);
  -o-transform: scale(0.79);
  transform: scale(0.79);
}
#playbar[data-zoom='78'] #innerPlaybar .btn {
  -webkit-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -o-transform: scale(0.78);
  transform: scale(0.78);
}
#playbar[data-zoom='77'] #innerPlaybar .btn {
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
}
#playbar[data-zoom='76'] #innerPlaybar .btn {
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  -o-transform: scale(0.76);
  transform: scale(0.76);
}
#playbar[data-zoom='75'] #innerPlaybar .btn {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
#playbar[data-zoom='74'] #innerPlaybar .btn {
  -webkit-transform: scale(0.74);
  -moz-transform: scale(0.74);
  -ms-transform: scale(0.74);
  -o-transform: scale(0.74);
  transform: scale(0.74);
}
#playbar[data-zoom='73'] #innerPlaybar .btn {
  -webkit-transform: scale(0.73);
  -moz-transform: scale(0.73);
  -ms-transform: scale(0.73);
  -o-transform: scale(0.73);
  transform: scale(0.73);
}
#playbar[data-zoom='72'] #innerPlaybar .btn {
  -webkit-transform: scale(0.72);
  -moz-transform: scale(0.72);
  -ms-transform: scale(0.72);
  -o-transform: scale(0.72);
  transform: scale(0.72);
}
#playbar[data-zoom='71'] #innerPlaybar .btn {
  -webkit-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -ms-transform: scale(0.71);
  -o-transform: scale(0.71);
  transform: scale(0.71);
}
#playbar[data-zoom='70'] #innerPlaybar .btn {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#playbar[data-zoom='69'] #innerPlaybar .btn {
  -webkit-transform: scale(0.69);
  -moz-transform: scale(0.69);
  -ms-transform: scale(0.69);
  -o-transform: scale(0.69);
  transform: scale(0.69);
}
#playbar[data-zoom='68'] #innerPlaybar .btn {
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
}
#playbar[data-zoom='67'] #innerPlaybar .btn {
  -webkit-transform: scale(0.67);
  -moz-transform: scale(0.67);
  -ms-transform: scale(0.67);
  -o-transform: scale(0.67);
  transform: scale(0.67);
}
#playbar[data-zoom='66'] #innerPlaybar .btn {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
#playbar[data-zoom='65'] #innerPlaybar .btn {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
}
#playbar[data-zoom='64'] #innerPlaybar .btn {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  -o-transform: scale(0.64);
  transform: scale(0.64);
}
#playbar[data-zoom='63'] #innerPlaybar .btn {
  -webkit-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -o-transform: scale(0.63);
  transform: scale(0.63);
}
#playbar[data-zoom='62'] #innerPlaybar .btn {
  -webkit-transform: scale(0.62);
  -moz-transform: scale(0.62);
  -ms-transform: scale(0.62);
  -o-transform: scale(0.62);
  transform: scale(0.62);
}
#playbar[data-zoom='61'] #innerPlaybar .btn {
  -webkit-transform: scale(0.61);
  -moz-transform: scale(0.61);
  -ms-transform: scale(0.61);
  -o-transform: scale(0.61);
  transform: scale(0.61);
}
#playbar[data-zoom='60'] #innerPlaybar .btn {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
#playbar[data-zoom='59'] #innerPlaybar .btn {
  -webkit-transform: scale(0.59);
  -moz-transform: scale(0.59);
  -ms-transform: scale(0.59);
  -o-transform: scale(0.59);
  transform: scale(0.59);
}
#playbar[data-zoom='58'] #innerPlaybar .btn {
  -webkit-transform: scale(0.58);
  -moz-transform: scale(0.58);
  -ms-transform: scale(0.58);
  -o-transform: scale(0.58);
  transform: scale(0.58);
}
#playbar[data-zoom='57'] #innerPlaybar .btn {
  -webkit-transform: scale(0.57);
  -moz-transform: scale(0.57);
  -ms-transform: scale(0.57);
  -o-transform: scale(0.57);
  transform: scale(0.57);
}
#playbar[data-zoom='56'] #innerPlaybar .btn {
  -webkit-transform: scale(0.56);
  -moz-transform: scale(0.56);
  -ms-transform: scale(0.56);
  -o-transform: scale(0.56);
  transform: scale(0.56);
}
#playbar[data-zoom='55'] #innerPlaybar .btn {
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
}
#playbar[data-zoom='54'] #innerPlaybar .btn {
  -webkit-transform: scale(0.54);
  -moz-transform: scale(0.54);
  -ms-transform: scale(0.54);
  -o-transform: scale(0.54);
  transform: scale(0.54);
}
#playbar[data-zoom='53'] #innerPlaybar .btn {
  -webkit-transform: scale(0.53);
  -moz-transform: scale(0.53);
  -ms-transform: scale(0.53);
  -o-transform: scale(0.53);
  transform: scale(0.53);
}
#playbar[data-zoom='52'] #innerPlaybar .btn {
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  -o-transform: scale(0.52);
  transform: scale(0.52);
}
#playbar[data-zoom='51'] #innerPlaybar .btn {
  -webkit-transform: scale(0.51);
  -moz-transform: scale(0.51);
  -ms-transform: scale(0.51);
  -o-transform: scale(0.51);
  transform: scale(0.51);
}
#playbar[data-zoom='50'] #innerPlaybar .btn {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#playbar[data-zoom='49'] #innerPlaybar .btn {
  -webkit-transform: scale(0.49);
  -moz-transform: scale(0.49);
  -ms-transform: scale(0.49);
  -o-transform: scale(0.49);
  transform: scale(0.49);
}
#playbar[data-zoom='48'] #innerPlaybar .btn {
  -webkit-transform: scale(0.48);
  -moz-transform: scale(0.48);
  -ms-transform: scale(0.48);
  -o-transform: scale(0.48);
  transform: scale(0.48);
}
#playbar[data-zoom='47'] #innerPlaybar .btn {
  -webkit-transform: scale(0.47);
  -moz-transform: scale(0.47);
  -ms-transform: scale(0.47);
  -o-transform: scale(0.47);
  transform: scale(0.47);
}
#playbar[data-zoom='46'] #innerPlaybar .btn {
  -webkit-transform: scale(0.46);
  -moz-transform: scale(0.46);
  -ms-transform: scale(0.46);
  -o-transform: scale(0.46);
  transform: scale(0.46);
}
#playbar[data-zoom='45'] #innerPlaybar .btn {
  -webkit-transform: scale(0.45);
  -moz-transform: scale(0.45);
  -ms-transform: scale(0.45);
  -o-transform: scale(0.45);
  transform: scale(0.45);
}
#playbar[data-zoom='44'] #innerPlaybar .btn {
  -webkit-transform: scale(0.44);
  -moz-transform: scale(0.44);
  -ms-transform: scale(0.44);
  -o-transform: scale(0.44);
  transform: scale(0.44);
}
#playbar[data-zoom='43'] #innerPlaybar .btn {
  -webkit-transform: scale(0.43);
  -moz-transform: scale(0.43);
  -ms-transform: scale(0.43);
  -o-transform: scale(0.43);
  transform: scale(0.43);
}
#playbar[data-zoom='42'] #innerPlaybar .btn {
  -webkit-transform: scale(0.42);
  -moz-transform: scale(0.42);
  -ms-transform: scale(0.42);
  -o-transform: scale(0.42);
  transform: scale(0.42);
}
#playbar[data-zoom='41'] #innerPlaybar .btn {
  -webkit-transform: scale(0.41);
  -moz-transform: scale(0.41);
  -ms-transform: scale(0.41);
  -o-transform: scale(0.41);
  transform: scale(0.41);
}
#playbar[data-zoom='40'] #innerPlaybar .btn {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
#playbar[data-zoom='39'] #innerPlaybar .btn {
  -webkit-transform: scale(0.39);
  -moz-transform: scale(0.39);
  -ms-transform: scale(0.39);
  -o-transform: scale(0.39);
  transform: scale(0.39);
}
#playbar[data-zoom='38'] #innerPlaybar .btn {
  -webkit-transform: scale(0.38);
  -moz-transform: scale(0.38);
  -ms-transform: scale(0.38);
  -o-transform: scale(0.38);
  transform: scale(0.38);
}
#playbar[data-zoom='37'] #innerPlaybar .btn {
  -webkit-transform: scale(0.37);
  -moz-transform: scale(0.37);
  -ms-transform: scale(0.37);
  -o-transform: scale(0.37);
  transform: scale(0.37);
}
#playbar[data-zoom='36'] #innerPlaybar .btn {
  -webkit-transform: scale(0.36);
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -o-transform: scale(0.36);
  transform: scale(0.36);
}
#playbar[data-zoom='35'] #innerPlaybar .btn {
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
#playbar[data-zoom='34'] #innerPlaybar .btn {
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -ms-transform: scale(0.34);
  -o-transform: scale(0.34);
  transform: scale(0.34);
}
#playbar[data-zoom='33'] #innerPlaybar .btn {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
#playbar[data-zoom='32'] #innerPlaybar .btn {
  -webkit-transform: scale(0.32);
  -moz-transform: scale(0.32);
  -ms-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
}
#playbar[data-zoom='31'] #innerPlaybar .btn {
  -webkit-transform: scale(0.31);
  -moz-transform: scale(0.31);
  -ms-transform: scale(0.31);
  -o-transform: scale(0.31);
  transform: scale(0.31);
}
#playbar[data-zoom='30'] #innerPlaybar .btn {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
#playbar[data-zoom='29'] #innerPlaybar .btn {
  -webkit-transform: scale(0.29);
  -moz-transform: scale(0.29);
  -ms-transform: scale(0.29);
  -o-transform: scale(0.29);
  transform: scale(0.29);
}
#playbar[data-zoom='28'] #innerPlaybar .btn {
  -webkit-transform: scale(0.28);
  -moz-transform: scale(0.28);
  -ms-transform: scale(0.28);
  -o-transform: scale(0.28);
  transform: scale(0.28);
}
#playbar[data-zoom='27'] #innerPlaybar .btn {
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -ms-transform: scale(0.27);
  -o-transform: scale(0.27);
  transform: scale(0.27);
}
#playbar[data-zoom='26'] #innerPlaybar .btn {
  -webkit-transform: scale(0.26);
  -moz-transform: scale(0.26);
  -ms-transform: scale(0.26);
  -o-transform: scale(0.26);
  transform: scale(0.26);
}
#playbar[data-zoom='25'] #innerPlaybar .btn {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
#playbar[data-zoom='24'] #innerPlaybar .btn {
  -webkit-transform: scale(0.24);
  -moz-transform: scale(0.24);
  -ms-transform: scale(0.24);
  -o-transform: scale(0.24);
  transform: scale(0.24);
}
#playbar[data-zoom='23'] #innerPlaybar .btn {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
}
#playbar[data-zoom='22'] #innerPlaybar .btn {
  -webkit-transform: scale(0.22);
  -moz-transform: scale(0.22);
  -ms-transform: scale(0.22);
  -o-transform: scale(0.22);
  transform: scale(0.22);
}
#playbar[data-zoom='21'] #innerPlaybar .btn {
  -webkit-transform: scale(0.21);
  -moz-transform: scale(0.21);
  -ms-transform: scale(0.21);
  -o-transform: scale(0.21);
  transform: scale(0.21);
}
#playbar[data-zoom='20'] #innerPlaybar .btn {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
#playbar[data-zoom='19'] #innerPlaybar .btn {
  -webkit-transform: scale(0.19);
  -moz-transform: scale(0.19);
  -ms-transform: scale(0.19);
  -o-transform: scale(0.19);
  transform: scale(0.19);
}
#playbar[data-zoom='18'] #innerPlaybar .btn {
  -webkit-transform: scale(0.18);
  -moz-transform: scale(0.18);
  -ms-transform: scale(0.18);
  -o-transform: scale(0.18);
  transform: scale(0.18);
}
#playbar[data-zoom='17'] #innerPlaybar .btn {
  -webkit-transform: scale(0.17);
  -moz-transform: scale(0.17);
  -ms-transform: scale(0.17);
  -o-transform: scale(0.17);
  transform: scale(0.17);
}
#playbar[data-zoom='16'] #innerPlaybar .btn {
  -webkit-transform: scale(0.16);
  -moz-transform: scale(0.16);
  -ms-transform: scale(0.16);
  -o-transform: scale(0.16);
  transform: scale(0.16);
}
#playbar[data-zoom='15'] #innerPlaybar .btn {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}
#playbar[data-zoom='14'] #innerPlaybar .btn {
  -webkit-transform: scale(0.14);
  -moz-transform: scale(0.14);
  -ms-transform: scale(0.14);
  -o-transform: scale(0.14);
  transform: scale(0.14);
}
#playbar[data-zoom='13'] #innerPlaybar .btn {
  -webkit-transform: scale(0.13);
  -moz-transform: scale(0.13);
  -ms-transform: scale(0.13);
  -o-transform: scale(0.13);
  transform: scale(0.13);
}
#playbar[data-zoom='12'] #innerPlaybar .btn {
  -webkit-transform: scale(0.12);
  -moz-transform: scale(0.12);
  -ms-transform: scale(0.12);
  -o-transform: scale(0.12);
  transform: scale(0.12);
}
#playbar[data-zoom='11'] #innerPlaybar .btn {
  -webkit-transform: scale(0.11);
  -moz-transform: scale(0.11);
  -ms-transform: scale(0.11);
  -o-transform: scale(0.11);
  transform: scale(0.11);
}
#playbar[data-zoom='10'] #innerPlaybar .btn {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#playbar[data-zoom='9'] #innerPlaybar .btn {
  -webkit-transform: scale(0.09);
  -moz-transform: scale(0.09);
  -ms-transform: scale(0.09);
  -o-transform: scale(0.09);
  transform: scale(0.09);
}
#playbar[data-zoom='8'] #innerPlaybar .btn {
  -webkit-transform: scale(0.08);
  -moz-transform: scale(0.08);
  -ms-transform: scale(0.08);
  -o-transform: scale(0.08);
  transform: scale(0.08);
}
#playbar[data-zoom='7'] #innerPlaybar .btn {
  -webkit-transform: scale(0.07);
  -moz-transform: scale(0.07);
  -ms-transform: scale(0.07);
  -o-transform: scale(0.07);
  transform: scale(0.07);
}
#playbar[data-zoom='6'] #innerPlaybar .btn {
  -webkit-transform: scale(0.06);
  -moz-transform: scale(0.06);
  -ms-transform: scale(0.06);
  -o-transform: scale(0.06);
  transform: scale(0.06);
}
#playbar[data-zoom='5'] #innerPlaybar .btn {
  -webkit-transform: scale(0.05);
  -moz-transform: scale(0.05);
  -ms-transform: scale(0.05);
  -o-transform: scale(0.05);
  transform: scale(0.05);
}
#playbar[data-zoom='4'] #innerPlaybar .btn {
  -webkit-transform: scale(0.04);
  -moz-transform: scale(0.04);
  -ms-transform: scale(0.04);
  -o-transform: scale(0.04);
  transform: scale(0.04);
}
#playbar[data-zoom='3'] #innerPlaybar .btn {
  -webkit-transform: scale(0.03);
  -moz-transform: scale(0.03);
  -ms-transform: scale(0.03);
  -o-transform: scale(0.03);
  transform: scale(0.03);
}
#playbar[data-zoom='2'] #innerPlaybar .btn {
  -webkit-transform: scale(0.02);
  -moz-transform: scale(0.02);
  -ms-transform: scale(0.02);
  -o-transform: scale(0.02);
  transform: scale(0.02);
}
#playbar[data-zoom='1'] #innerPlaybar .btn {
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#quiz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#quiz #choices {
  position: relative;
}
#quiz #choices label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background 0.25s ease;
  -moz-transition: color 0.25s ease, background 0.25s ease;
  -ms-transition: color 0.25s ease, background 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease;
}
#quiz #choices label.disabled {
  cursor: default;
  pointer-events: none;
}
#quiz #choices input {
  position: absolute;
  left: -999999px;
}
#quiz #choices .droppable,
#quiz #choices .draggable {
  position: relative;
  display: block;
}
#quiz #choices .draggable {
  margin: 0;
  cursor: move;
  z-index: 210;
  -webkit-transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
  -moz-transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
  -ms-transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
  -o-transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
}
#quiz #choices .droppable {
  z-index: 200;
}
#quiz #btnValider {
  display: none;
}
.retroactions {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
}
.retroactions > div {
  display: none;
}
.retroactions > div.active {
  display: block;
}
.retroactions .retroaction-success,
.retroactions .retroaction-failed,
.retroactions .retroaction-retry {
  width: 100%;
  height: 100%;
}
#tocContainer {
  position: absolute;
  top: 0;
  height: 4000px;
  right: -740px;
  width: 640px;
  z-index: 31;
  padding-top: 0;
  background-color: white;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -ms-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
#tocContainer.opened {
  right: 0;
}
#tocContainer.opened #btnTOC {
  background: url(img/btn_tocOrange.png) no-repeat top left;
  width: 250px;
}
#tocContainer .titleToc {
  color: #3d3d3d;
  font-weight: bold;
}
#tocContainer .btnTDM {
  position: absolute;
  top: 820px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3d3d3d;
  cursor: pointer;
}
#tocContainer .btnTDM.glossaire {
  left: 50px;
}
#tocContainer .btnTDM.glossaire:before {
  content: "";
  width: 26px;
  height: 16px;
  background: url(img/btn_glossaire.png) no-repeat;
  position: absolute;
  top: 8px;
  left: -35px;
}
#tocContainer .btnTDM.ressources {
  left: 250px;
}
#tocContainer .btnTDM.ressources:before {
  content: "";
  width: 25px;
  height: 21px;
  background: url(img/btn_ressources.png) no-repeat;
  position: absolute;
  top: 5px;
  left: -40px;
}
#tocContainer img {
  position: absolute;
  left: 10px;
  top: 95px;
  width: 6px;
  height: 65px;
}
#tocContainer .titleToc {
  font-size: 25px;
  margin-bottom: 35px;
}
#tocContainer .fermerTable {
  width: 20px;
  height: 20px;
  background: url(img/btn_closeTOC.png) no-repeat center white;
  position: absolute;
  top: 6px;
  right: 30px;
  cursor: pointer;
}
#tocContainer #btnTOC {
  background: url(img/btn_tocBlanc.png) no-repeat top left;
  position: absolute;
  top: 100px;
  width: 65px;
  right: -100px;
  height: 65px;
  display: none;
}
#tocContainer #btnTOC.active {
  display: block;
}
#tocContainer #tableOfContents {
  position: absolute;
  left: 75px;
  width: 550px;
  height: 100%;
  color: #3d3d3d;
  z-index: 2;
  top: 50px;
}
#tocContainer #tableOfContents h2 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  background: #1398d5;
}
#tocContainer #tableOfContents ul {
  margin: 0;
  list-style: none;
}
#tocContainer #tableOfContents ul.toc_list {
  position: relative;
  width: 480px;
}
#tocContainer #tableOfContents ul.toc_list:before {
  content: "";
  background: transparent url("img/route_table_content.png") no-repeat 0 0;
  width: 12px;
  height: calc(100% - 60px);
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 6px;
}
#tocContainer #tableOfContents ul li {
  display: block;
  width: 100%;
}
#tocContainer #tableOfContents ul li a {
  display: block;
  color: #808080;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 25px 16px 45px;
}
#tocContainer #tableOfContents ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #231f20;
  border-radius: 50%;
  position: absolute;
  left: 5px;
}
#tocContainer #tableOfContents ul li.niveau-2 a {
  padding-left: 35px;
  font-weight: normal;
}
#tocContainer #tableOfContents ul li.first {
  margin-top: 40px;
}
#tocContainer #tableOfContents ul li.last {
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
}
#tocContainer #tableOfContents ul li.last a {
  border-bottom: 1px solid transparent;
}
#tocContainer #tableOfContents ul.unlocked li a:hover,
#tocContainer #tableOfContents ul.unlocked li a.current,
#tocContainer #tableOfContents ul.unlocked li a.active {
  color: #3d3d3d;
}
#tocContainer #tableOfContents ul.unlocked li a:hover {
  font-weight: bold;
}
#tocContainer #tableOfContents ul.unlocked li a.current {
  cursor: default;
  font-weight: bold;
}
body[data-zoom='100'] #tocContainer {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
body[data-zoom='99'] #tocContainer {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
body[data-zoom='98'] #tocContainer {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
body[data-zoom='97'] #tocContainer {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
body[data-zoom='96'] #tocContainer {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
body[data-zoom='95'] #tocContainer {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
body[data-zoom='94'] #tocContainer {
  -webkit-transform: scale(0.94);
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -o-transform: scale(0.94);
  transform: scale(0.94);
}
body[data-zoom='93'] #tocContainer {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
body[data-zoom='92'] #tocContainer {
  -webkit-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
}
body[data-zoom='91'] #tocContainer {
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
}
body[data-zoom='90'] #tocContainer {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body[data-zoom='89'] #tocContainer {
  -webkit-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -ms-transform: scale(0.89);
  -o-transform: scale(0.89);
  transform: scale(0.89);
}
body[data-zoom='88'] #tocContainer {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
}
body[data-zoom='87'] #tocContainer {
  -webkit-transform: scale(0.87);
  -moz-transform: scale(0.87);
  -ms-transform: scale(0.87);
  -o-transform: scale(0.87);
  transform: scale(0.87);
}
body[data-zoom='86'] #tocContainer {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}
body[data-zoom='85'] #tocContainer {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
body[data-zoom='84'] #tocContainer {
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}
body[data-zoom='83'] #tocContainer {
  -webkit-transform: scale(0.83);
  -moz-transform: scale(0.83);
  -ms-transform: scale(0.83);
  -o-transform: scale(0.83);
  transform: scale(0.83);
}
body[data-zoom='82'] #tocContainer {
  -webkit-transform: scale(0.82);
  -moz-transform: scale(0.82);
  -ms-transform: scale(0.82);
  -o-transform: scale(0.82);
  transform: scale(0.82);
}
body[data-zoom='81'] #tocContainer {
  -webkit-transform: scale(0.81);
  -moz-transform: scale(0.81);
  -ms-transform: scale(0.81);
  -o-transform: scale(0.81);
  transform: scale(0.81);
}
body[data-zoom='80'] #tocContainer {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
body[data-zoom='79'] #tocContainer {
  -webkit-transform: scale(0.79);
  -moz-transform: scale(0.79);
  -ms-transform: scale(0.79);
  -o-transform: scale(0.79);
  transform: scale(0.79);
}
body[data-zoom='78'] #tocContainer {
  -webkit-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -o-transform: scale(0.78);
  transform: scale(0.78);
}
body[data-zoom='77'] #tocContainer {
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
}
body[data-zoom='76'] #tocContainer {
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  -o-transform: scale(0.76);
  transform: scale(0.76);
}
body[data-zoom='75'] #tocContainer {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
body[data-zoom='74'] #tocContainer {
  -webkit-transform: scale(0.74);
  -moz-transform: scale(0.74);
  -ms-transform: scale(0.74);
  -o-transform: scale(0.74);
  transform: scale(0.74);
}
body[data-zoom='73'] #tocContainer {
  -webkit-transform: scale(0.73);
  -moz-transform: scale(0.73);
  -ms-transform: scale(0.73);
  -o-transform: scale(0.73);
  transform: scale(0.73);
}
body[data-zoom='72'] #tocContainer {
  -webkit-transform: scale(0.72);
  -moz-transform: scale(0.72);
  -ms-transform: scale(0.72);
  -o-transform: scale(0.72);
  transform: scale(0.72);
}
body[data-zoom='71'] #tocContainer {
  -webkit-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -ms-transform: scale(0.71);
  -o-transform: scale(0.71);
  transform: scale(0.71);
}
body[data-zoom='70'] #tocContainer {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
body[data-zoom='69'] #tocContainer {
  -webkit-transform: scale(0.69);
  -moz-transform: scale(0.69);
  -ms-transform: scale(0.69);
  -o-transform: scale(0.69);
  transform: scale(0.69);
}
body[data-zoom='68'] #tocContainer {
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
}
body[data-zoom='67'] #tocContainer {
  -webkit-transform: scale(0.67);
  -moz-transform: scale(0.67);
  -ms-transform: scale(0.67);
  -o-transform: scale(0.67);
  transform: scale(0.67);
}
body[data-zoom='66'] #tocContainer {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}
body[data-zoom='65'] #tocContainer {
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
}
body[data-zoom='64'] #tocContainer {
  -webkit-transform: scale(0.64);
  -moz-transform: scale(0.64);
  -ms-transform: scale(0.64);
  -o-transform: scale(0.64);
  transform: scale(0.64);
}
body[data-zoom='63'] #tocContainer {
  -webkit-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -o-transform: scale(0.63);
  transform: scale(0.63);
}
body[data-zoom='62'] #tocContainer {
  -webkit-transform: scale(0.62);
  -moz-transform: scale(0.62);
  -ms-transform: scale(0.62);
  -o-transform: scale(0.62);
  transform: scale(0.62);
}
body[data-zoom='61'] #tocContainer {
  -webkit-transform: scale(0.61);
  -moz-transform: scale(0.61);
  -ms-transform: scale(0.61);
  -o-transform: scale(0.61);
  transform: scale(0.61);
}
body[data-zoom='60'] #tocContainer {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
body[data-zoom='59'] #tocContainer {
  -webkit-transform: scale(0.59);
  -moz-transform: scale(0.59);
  -ms-transform: scale(0.59);
  -o-transform: scale(0.59);
  transform: scale(0.59);
}
body[data-zoom='58'] #tocContainer {
  -webkit-transform: scale(0.58);
  -moz-transform: scale(0.58);
  -ms-transform: scale(0.58);
  -o-transform: scale(0.58);
  transform: scale(0.58);
}
body[data-zoom='57'] #tocContainer {
  -webkit-transform: scale(0.57);
  -moz-transform: scale(0.57);
  -ms-transform: scale(0.57);
  -o-transform: scale(0.57);
  transform: scale(0.57);
}
body[data-zoom='56'] #tocContainer {
  -webkit-transform: scale(0.56);
  -moz-transform: scale(0.56);
  -ms-transform: scale(0.56);
  -o-transform: scale(0.56);
  transform: scale(0.56);
}
body[data-zoom='55'] #tocContainer {
  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -o-transform: scale(0.55);
  transform: scale(0.55);
}
body[data-zoom='54'] #tocContainer {
  -webkit-transform: scale(0.54);
  -moz-transform: scale(0.54);
  -ms-transform: scale(0.54);
  -o-transform: scale(0.54);
  transform: scale(0.54);
}
body[data-zoom='53'] #tocContainer {
  -webkit-transform: scale(0.53);
  -moz-transform: scale(0.53);
  -ms-transform: scale(0.53);
  -o-transform: scale(0.53);
  transform: scale(0.53);
}
body[data-zoom='52'] #tocContainer {
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  -o-transform: scale(0.52);
  transform: scale(0.52);
}
body[data-zoom='51'] #tocContainer {
  -webkit-transform: scale(0.51);
  -moz-transform: scale(0.51);
  -ms-transform: scale(0.51);
  -o-transform: scale(0.51);
  transform: scale(0.51);
}
body[data-zoom='50'] #tocContainer {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
body[data-zoom='49'] #tocContainer {
  -webkit-transform: scale(0.49);
  -moz-transform: scale(0.49);
  -ms-transform: scale(0.49);
  -o-transform: scale(0.49);
  transform: scale(0.49);
}
body[data-zoom='48'] #tocContainer {
  -webkit-transform: scale(0.48);
  -moz-transform: scale(0.48);
  -ms-transform: scale(0.48);
  -o-transform: scale(0.48);
  transform: scale(0.48);
}
body[data-zoom='47'] #tocContainer {
  -webkit-transform: scale(0.47);
  -moz-transform: scale(0.47);
  -ms-transform: scale(0.47);
  -o-transform: scale(0.47);
  transform: scale(0.47);
}
body[data-zoom='46'] #tocContainer {
  -webkit-transform: scale(0.46);
  -moz-transform: scale(0.46);
  -ms-transform: scale(0.46);
  -o-transform: scale(0.46);
  transform: scale(0.46);
}
body[data-zoom='45'] #tocContainer {
  -webkit-transform: scale(0.45);
  -moz-transform: scale(0.45);
  -ms-transform: scale(0.45);
  -o-transform: scale(0.45);
  transform: scale(0.45);
}
body[data-zoom='44'] #tocContainer {
  -webkit-transform: scale(0.44);
  -moz-transform: scale(0.44);
  -ms-transform: scale(0.44);
  -o-transform: scale(0.44);
  transform: scale(0.44);
}
body[data-zoom='43'] #tocContainer {
  -webkit-transform: scale(0.43);
  -moz-transform: scale(0.43);
  -ms-transform: scale(0.43);
  -o-transform: scale(0.43);
  transform: scale(0.43);
}
body[data-zoom='42'] #tocContainer {
  -webkit-transform: scale(0.42);
  -moz-transform: scale(0.42);
  -ms-transform: scale(0.42);
  -o-transform: scale(0.42);
  transform: scale(0.42);
}
body[data-zoom='41'] #tocContainer {
  -webkit-transform: scale(0.41);
  -moz-transform: scale(0.41);
  -ms-transform: scale(0.41);
  -o-transform: scale(0.41);
  transform: scale(0.41);
}
body[data-zoom='40'] #tocContainer {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
body[data-zoom='39'] #tocContainer {
  -webkit-transform: scale(0.39);
  -moz-transform: scale(0.39);
  -ms-transform: scale(0.39);
  -o-transform: scale(0.39);
  transform: scale(0.39);
}
body[data-zoom='38'] #tocContainer {
  -webkit-transform: scale(0.38);
  -moz-transform: scale(0.38);
  -ms-transform: scale(0.38);
  -o-transform: scale(0.38);
  transform: scale(0.38);
}
body[data-zoom='37'] #tocContainer {
  -webkit-transform: scale(0.37);
  -moz-transform: scale(0.37);
  -ms-transform: scale(0.37);
  -o-transform: scale(0.37);
  transform: scale(0.37);
}
body[data-zoom='36'] #tocContainer {
  -webkit-transform: scale(0.36);
  -moz-transform: scale(0.36);
  -ms-transform: scale(0.36);
  -o-transform: scale(0.36);
  transform: scale(0.36);
}
body[data-zoom='35'] #tocContainer {
  -webkit-transform: scale(0.35);
  -moz-transform: scale(0.35);
  -ms-transform: scale(0.35);
  -o-transform: scale(0.35);
  transform: scale(0.35);
}
body[data-zoom='34'] #tocContainer {
  -webkit-transform: scale(0.34);
  -moz-transform: scale(0.34);
  -ms-transform: scale(0.34);
  -o-transform: scale(0.34);
  transform: scale(0.34);
}
body[data-zoom='33'] #tocContainer {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}
body[data-zoom='32'] #tocContainer {
  -webkit-transform: scale(0.32);
  -moz-transform: scale(0.32);
  -ms-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
}
body[data-zoom='31'] #tocContainer {
  -webkit-transform: scale(0.31);
  -moz-transform: scale(0.31);
  -ms-transform: scale(0.31);
  -o-transform: scale(0.31);
  transform: scale(0.31);
}
body[data-zoom='30'] #tocContainer {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}
body[data-zoom='29'] #tocContainer {
  -webkit-transform: scale(0.29);
  -moz-transform: scale(0.29);
  -ms-transform: scale(0.29);
  -o-transform: scale(0.29);
  transform: scale(0.29);
}
body[data-zoom='28'] #tocContainer {
  -webkit-transform: scale(0.28);
  -moz-transform: scale(0.28);
  -ms-transform: scale(0.28);
  -o-transform: scale(0.28);
  transform: scale(0.28);
}
body[data-zoom='27'] #tocContainer {
  -webkit-transform: scale(0.27);
  -moz-transform: scale(0.27);
  -ms-transform: scale(0.27);
  -o-transform: scale(0.27);
  transform: scale(0.27);
}
body[data-zoom='26'] #tocContainer {
  -webkit-transform: scale(0.26);
  -moz-transform: scale(0.26);
  -ms-transform: scale(0.26);
  -o-transform: scale(0.26);
  transform: scale(0.26);
}
body[data-zoom='25'] #tocContainer {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
body[data-zoom='24'] #tocContainer {
  -webkit-transform: scale(0.24);
  -moz-transform: scale(0.24);
  -ms-transform: scale(0.24);
  -o-transform: scale(0.24);
  transform: scale(0.24);
}
body[data-zoom='23'] #tocContainer {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
}
body[data-zoom='22'] #tocContainer {
  -webkit-transform: scale(0.22);
  -moz-transform: scale(0.22);
  -ms-transform: scale(0.22);
  -o-transform: scale(0.22);
  transform: scale(0.22);
}
body[data-zoom='21'] #tocContainer {
  -webkit-transform: scale(0.21);
  -moz-transform: scale(0.21);
  -ms-transform: scale(0.21);
  -o-transform: scale(0.21);
  transform: scale(0.21);
}
body[data-zoom='20'] #tocContainer {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
body[data-zoom='19'] #tocContainer {
  -webkit-transform: scale(0.19);
  -moz-transform: scale(0.19);
  -ms-transform: scale(0.19);
  -o-transform: scale(0.19);
  transform: scale(0.19);
}
body[data-zoom='18'] #tocContainer {
  -webkit-transform: scale(0.18);
  -moz-transform: scale(0.18);
  -ms-transform: scale(0.18);
  -o-transform: scale(0.18);
  transform: scale(0.18);
}
body[data-zoom='17'] #tocContainer {
  -webkit-transform: scale(0.17);
  -moz-transform: scale(0.17);
  -ms-transform: scale(0.17);
  -o-transform: scale(0.17);
  transform: scale(0.17);
}
body[data-zoom='16'] #tocContainer {
  -webkit-transform: scale(0.16);
  -moz-transform: scale(0.16);
  -ms-transform: scale(0.16);
  -o-transform: scale(0.16);
  transform: scale(0.16);
}
body[data-zoom='15'] #tocContainer {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}
body[data-zoom='14'] #tocContainer {
  -webkit-transform: scale(0.14);
  -moz-transform: scale(0.14);
  -ms-transform: scale(0.14);
  -o-transform: scale(0.14);
  transform: scale(0.14);
}
body[data-zoom='13'] #tocContainer {
  -webkit-transform: scale(0.13);
  -moz-transform: scale(0.13);
  -ms-transform: scale(0.13);
  -o-transform: scale(0.13);
  transform: scale(0.13);
}
body[data-zoom='12'] #tocContainer {
  -webkit-transform: scale(0.12);
  -moz-transform: scale(0.12);
  -ms-transform: scale(0.12);
  -o-transform: scale(0.12);
  transform: scale(0.12);
}
body[data-zoom='11'] #tocContainer {
  -webkit-transform: scale(0.11);
  -moz-transform: scale(0.11);
  -ms-transform: scale(0.11);
  -o-transform: scale(0.11);
  transform: scale(0.11);
}
body[data-zoom='10'] #tocContainer {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
body[data-zoom='9'] #tocContainer {
  -webkit-transform: scale(0.09);
  -moz-transform: scale(0.09);
  -ms-transform: scale(0.09);
  -o-transform: scale(0.09);
  transform: scale(0.09);
}
body[data-zoom='8'] #tocContainer {
  -webkit-transform: scale(0.08);
  -moz-transform: scale(0.08);
  -ms-transform: scale(0.08);
  -o-transform: scale(0.08);
  transform: scale(0.08);
}
body[data-zoom='7'] #tocContainer {
  -webkit-transform: scale(0.07);
  -moz-transform: scale(0.07);
  -ms-transform: scale(0.07);
  -o-transform: scale(0.07);
  transform: scale(0.07);
}
body[data-zoom='6'] #tocContainer {
  -webkit-transform: scale(0.06);
  -moz-transform: scale(0.06);
  -ms-transform: scale(0.06);
  -o-transform: scale(0.06);
  transform: scale(0.06);
}
body[data-zoom='5'] #tocContainer {
  -webkit-transform: scale(0.05);
  -moz-transform: scale(0.05);
  -ms-transform: scale(0.05);
  -o-transform: scale(0.05);
  transform: scale(0.05);
}
body[data-zoom='4'] #tocContainer {
  -webkit-transform: scale(0.04);
  -moz-transform: scale(0.04);
  -ms-transform: scale(0.04);
  -o-transform: scale(0.04);
  transform: scale(0.04);
}
body[data-zoom='3'] #tocContainer {
  -webkit-transform: scale(0.03);
  -moz-transform: scale(0.03);
  -ms-transform: scale(0.03);
  -o-transform: scale(0.03);
  transform: scale(0.03);
}
body[data-zoom='2'] #tocContainer {
  -webkit-transform: scale(0.02);
  -moz-transform: scale(0.02);
  -ms-transform: scale(0.02);
  -o-transform: scale(0.02);
  transform: scale(0.02);
}
body[data-zoom='1'] #tocContainer {
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
body.zoom {
  /*
zoom: 3; 
    -moz-transform: scale(3); 
    -moz-transform-origin: 0 0;
    */
}
body.zoom #viewport {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#contenu.pageIntroEnd {
  /*
			.titre{
				position: absolute;
				top: 240px;
				left: 120px;
				font-weight: normal;
				font-size: 45px;
				text-transform: uppercase;
				width: 650px;
				line-height: 55px;

				span{
					font-weight: bold;
					color: @vertFonce;
				}
			}

			.listTitle{
				position: absolute;
				top: 540px;
				left: 120px;
				color: #1a1a1a;
				font-weight: bold;
			}

			ul{
				position: absolute;
				top: 590px;
				left: 140px;

				li{
					color: #808080;	
				}
			}

			.endText{
				position: absolute;
				top: 850px;
				left: 120px;
				color: #808080;
			}*/
}
#contenu.pageMenu #page-background {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}
#contenu.pageMenu #page-background img {
  position: absolute;
  width: 75px;
}
#contenu.pageMenu #page-background img.bgm1 {
  top: 260px;
  left: 60px;
}
#contenu.pageMenu #page-background img.bgm2 {
  bottom: 80px;
  right: 60px;
}
#contenu.pageMenu #conteneur-texte {
  margin-top: 50px;
}
#contenu.pageMenu #conteneur-texte .menu {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 100px;
}
#contenu.pageMenu #conteneur-texte .menu .row {
  width: 21%;
  height: 460px;
}
#contenu.pageMenu #conteneur-texte .menu .row h4 {
  font-size: 32px;
  font-family: "Helvetica", sans-serif;
}
#contenu.pageMenu #conteneur-texte .menu .row h4.texteModule {
  position: relative;
  text-transform: initial;
}
#contenu.pageMenu #conteneur-texte .menu .row .line {
  position: relative;
  width: 170px;
  height: 10px;
  margin: auto;
  margin-bottom: 40px;
  border-bottom: 2px solid #3d3d3d;
}
#contenu.pageMenu #conteneur-texte .menu .row .line:before {
  content: "";
  background: url("img/icon/ico_menu.png") 0px 0px no-repeat;
  background-size: 30px 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -6px;
  left: 73px;
}
#contenu.pageMenu #conteneur-texte .menu .row .btnMenu {
  position: absolute;
  bottom: 0;
  background: url("img/icon/btn_menu.png") 0px 0px no-repeat;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
  left: 142px;
}
#contenu.pageMenu #conteneur-texte .menu .row .btnMenu:hover {
  background: url("img/icon/btn_menu_hover.png") 0px 0px no-repeat;
  background-size: 80px 80px;
}
#contenu.pagePopup .btnModal,
#contenu.pageModal .btnModal {
  background: transparent !important;
  color: #3d3d3d !important;
  width: 100%;
  display: inline-block;
  border: none;
  text-align: left;
  text-transform: initial;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: normal;
  padding: 24px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#contenu.pagePopup .btnModal:hover,
#contenu.pageModal .btnModal:hover {
  background: transparent;
  text-decoration: underline;
  color: #3d3d3d;
}
#contenu.pagePopup .btnModal.active,
#contenu.pageModal .btnModal.active {
  font-weight: bold !important;
}
#contenu.pagePopup .drapeau_popup,
#contenu.pageModal .drapeau_popup {
  width: 640px;
  position: relative;
  background: #fff;
  padding: 0 80px 80px 80px;
}
#contenu.pagePopup .drapeau_popup:before,
#contenu.pageModal .drapeau_popup:before,
#contenu.pagePopup .drapeau_popup:after,
#contenu.pageModal .drapeau_popup:after {
  content: "";
  display: inline-block;
  width: 640px;
  position: absolute;
  left: 0;
}
#contenu.pagePopup .drapeau_popup:before,
#contenu.pageModal .drapeau_popup:before {
  bottom: 99%;
  height: 9999px;
  background: #fff;
}
#contenu.pagePopup .drapeau_popup:after,
#contenu.pageModal .drapeau_popup:after {
  top: 99%;
  height: 130px;
  background: transparent url('img/modal_drapeau.png') no-repeat bottom center;
}
#contenu.pagePopup .popup,
#contenu.pageModal .popup {
  display: none;
  position: absolute;
  left: 41.666%;
  top: 0;
  width: 58.333333%;
  height: 100%;
}
#contenu.pagePopup .popup.active,
#contenu.pageModal .popup.active {
  display: block;
}
#contenu.pagePopup .popup .popupShow,
#contenu.pageModal .popup .popupShow {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#contenu.pagePopup .popup .popupShow .popupContent,
#contenu.pageModal .popup .popupShow .popupContent {
  padding-top: 100px;
  position: relative;
}
#contenu.pagePopup .popup .popupShow .popupNavigation,
#contenu.pageModal .popup .popupShow .popupNavigation {
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0;
}
#contenu.pagePopup .popup .popupShow .popupNavigation .btnNextPopup,
#contenu.pageModal .popup .popupShow .popupNavigation .btnNextPopup {
  position: absolute;
  top: 0;
  right: 250px;
  color: transparent;
  font-size: 0px;
  display: inline-block;
  width: 56px;
  height: 28px;
  background: transparent url('img/popup_next.png') no-repeat bottom center;
}
#contenu.pagePopup .popup .popupShow .popupNavigation .btnPrevPopup,
#contenu.pageModal .popup .popupShow .popupNavigation .btnPrevPopup {
  position: absolute;
  top: 0;
  left: 250px;
  color: transparent;
  font-size: 0px;
  display: inline-block;
  width: 56px;
  height: 28px;
  background: transparent url('img/popup_prev.png') no-repeat bottom center;
}
#contenu.pagePopup .popup .popupShow.slideUp,
#contenu.pageModal .popup .popupShow.slideUp {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transform: translate(0, 500px);
  -moz-transform: translate(0, 500px);
  -ms-transform: translate(0, 500px);
  -o-transform: translate(0, 500px);
  transform: translate(0, 500px);
}
#contenu.pagePopup .popup .popupShow.slideUp.active,
#contenu.pageModal .popup .popupShow.slideUp.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#contenu.pagePopup .popup .popupShow.slideRight,
#contenu.pageModal .popup .popupShow.slideRight {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transform: translate(-500px, 0);
  -moz-transform: translate(-500px, 0);
  -ms-transform: translate(-500px, 0);
  -o-transform: translate(-500px, 0);
  transform: translate(-500px, 0);
}
#contenu.pagePopup .popup .popupShow.slideRight.active,
#contenu.pageModal .popup .popupShow.slideRight.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#contenu.pagePopup .popup .popupShow.slideLeft,
#contenu.pageModal .popup .popupShow.slideLeft {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transform: translate(500px, 0);
  -moz-transform: translate(500px, 0);
  -ms-transform: translate(500px, 0);
  -o-transform: translate(500px, 0);
  transform: translate(500px, 0);
}
#contenu.pagePopup .popup .popupShow.slideLeft.active,
#contenu.pageModal .popup .popupShow.slideLeft.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#contenu.pagePopup .popup .popupShow.fade,
#contenu.pageModal .popup .popupShow.fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#contenu.pagePopup .popup .popupShow.fade.active,
#contenu.pageModal .popup .popupShow.fade.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
#contenu #quiz #retroactions {
  height: 100%;
  width: 780px;
  height: 780px;
  padding: 120px 150px;
  background: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  border: 3px solid #3d3d3d;
  left: 250px;
  position: absolute;
  top: -390px;
  display: none;
}
#contenu #quiz #retroactions > div {
  height: 100%;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#contenu #quiz #retroactions.icoRetro {
  padding-top: 40px !important;
}
#contenu #quiz #retroactions.icoRetro h3 {
  background-image: url(img/retro.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding-top: 100px;
}
#contenu #quiz #retroactions .btnCloseRetro {
  position: absolute;
  right: 90px;
  top: 80px;
  z-index: 999;
  width: 60px;
  height: 60px;
  font-size: 0px;
  color: transparent;
}
#contenu #quiz #retroactions .btnCloseRetro:before,
#contenu #quiz #retroactions .btnCloseRetro:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#contenu #quiz #retroactions .btnCloseRetro:before {
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px rgba(131, 131, 131, 0.15);
  -webkit-transform: translate(all 0.25s ease, 0);
  -moz-transform: translate(all 0.25s ease, 0);
  -ms-transform: translate(all 0.25s ease, 0);
  -o-transform: translate(all 0.25s ease, 0);
  transform: translate(all 0.25s ease, 0);
}
#contenu #quiz #retroactions .btnCloseRetro:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url("img/btn_closeTOC.png") no-repeat center center;
}
#contenu #quiz #retroactions .btnCloseRetro:before {
  width: 70px;
  height: 70px;
}
#contenu.page-quiz #quiz .countDown,
#contenu.pageQuiz #quiz .countDown {
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 200px;
}
#contenu.page-quiz #quiz .titre,
#contenu.pageQuiz #quiz .titre {
  font-size: 72px;
  font-weight: bold;
}
#contenu.page-quiz #quiz #choices label.wrong,
#contenu.pageQuiz #quiz #choices label.wrong {
  pointer-events: none;
}
#contenu.page-quiz #quiz #choices label.wrong .check,
#contenu.pageQuiz #quiz #choices label.wrong .check {
  border: 2px solid #000;
}
#contenu.page-quiz #quiz #choices label.good,
#contenu.pageQuiz #quiz #choices label.good {
  opacity: 0.25;
  pointer-events: none;
}
#contenu.page-quiz #quiz #choices label.checked.good,
#contenu.pageQuiz #quiz #choices label.checked.good {
  pointer-events: none;
  opacity: 1;
}
#contenu.page-quiz #quiz #choices label.checked.good:after,
#contenu.pageQuiz #quiz #choices label.checked.good:after {
  content: "";
  background: url("img/icon/ico_good.png") 0px 0px no-repeat;
  background-size: 30px 30px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: 25px;
}
#contenu.page-quiz #quiz #choices label.checked.wrong,
#contenu.pageQuiz #quiz #choices label.checked.wrong {
  pointer-events: none;
}
#contenu.page-quiz #quiz #choices label.checked.wrong .check,
#contenu.pageQuiz #quiz #choices label.checked.wrong .check {
  opacity: 0.25;
}
#contenu.page-quiz #quiz #choices label.checked.wrong:after,
#contenu.pageQuiz #quiz #choices label.checked.wrong:after {
  content: "";
  background: url("img/icon/ico_wrong.png") 0px 0px no-repeat;
  background-size: 30px 30px;
  position: absolute;
  height: 30px;
  width: 30px;
  top: -15px;
  right: 25px;
}
#contenu.page-quiz #quiz #choices label .check,
#contenu.pageQuiz #quiz #choices label .check {
  background-color: rgba(204, 0, 102, 0);
  border: 2px dashed #000;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 48px;
  font-family: 'Myriad Pro', sans-serif;
}
#contenu.page-quiz #quiz #choices label .check:hover,
#contenu.pageQuiz #quiz #choices label .check:hover {
  background-color: #12E9FF;
}
#contenu.page-quiz #quiz #choices label.checked .check,
#contenu.pageQuiz #quiz #choices label.checked .check {
  background-color: #12E9FF;
  border: 2px solid #000;
}
#contenu.page-quiz #quiz #btnValider,
#contenu.pageQuiz #quiz #btnValider {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
}
#contenu.page-quiz #retroactions,
#contenu.pageQuiz #retroactions,
#contenu.page-quiz .retroactions,
#contenu.pageQuiz .retroactions {
  /*.btnSource{
				font-size: 32px;
				font-family: @font;
				text-decoration: none;
				position:relative;
				border:none;
				color: #2809FF;
				&:before{
					content:"";
					background: url("img/icon/ico_source.png") 0px 0px no-repeat;
					background-size: 24px 24px;
					position:absolute;
					width:24px;
					height:24px;
		            top: 17px;
					right: 8px;
				}
				&:after{
					content:"";
					background: url("img/icon/ico_source_fleche.png") 0px 0px no-repeat;
					background-size: 16px 16px;
					position:absolute;
					width:16px;
					height:16px;
		            top: 17px;
					right: 8px;
				}
				&:hover {
					background: none;
					cursor    : pointer;
					color     : #2809FF;	
					&:after{
			    		transition: all .3s ease;
						top: 11px;
						right: 2px;
					}

				}
			}*/
}
#contenu.page-quiz #retroactions .retroaction-success.active .btn.btnNewWindow,
#contenu.pageQuiz #retroactions .retroaction-success.active .btn.btnNewWindow,
#contenu.page-quiz .retroactions .retroaction-success.active .btn.btnNewWindow,
#contenu.pageQuiz .retroactions .retroaction-success.active .btn.btnNewWindow,
#contenu.page-quiz #retroactions .retroaction-failed.active .btn.btnNewWindow,
#contenu.pageQuiz #retroactions .retroaction-failed.active .btn.btnNewWindow,
#contenu.page-quiz .retroactions .retroaction-failed.active .btn.btnNewWindow,
#contenu.pageQuiz .retroactions .retroaction-failed.active .btn.btnNewWindow,
#contenu.page-quiz #retroactions .retroaction-retry.active .btn.btnNewWindow,
#contenu.pageQuiz #retroactions .retroaction-retry.active .btn.btnNewWindow,
#contenu.page-quiz .retroactions .retroaction-retry.active .btn.btnNewWindow,
#contenu.pageQuiz .retroactions .retroaction-retry.active .btn.btnNewWindow {
  border: 2px solid #3d3d3d;
  box-sizing: border-box;
  border-radius: 100px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 20px 80px 20px 30px;
  background-position: center right 20px;
  margin-bottom: 50px;
}
#contenu.page-quiz #retroactions .retroaction-success.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz #retroactions .retroaction-success.active .btn.btnNewWindow:last-child,
#contenu.page-quiz .retroactions .retroaction-success.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz .retroactions .retroaction-success.active .btn.btnNewWindow:last-child,
#contenu.page-quiz #retroactions .retroaction-failed.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz #retroactions .retroaction-failed.active .btn.btnNewWindow:last-child,
#contenu.page-quiz .retroactions .retroaction-failed.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz .retroactions .retroaction-failed.active .btn.btnNewWindow:last-child,
#contenu.page-quiz #retroactions .retroaction-retry.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz #retroactions .retroaction-retry.active .btn.btnNewWindow:last-child,
#contenu.page-quiz .retroactions .retroaction-retry.active .btn.btnNewWindow:last-child,
#contenu.pageQuiz .retroactions .retroaction-retry.active .btn.btnNewWindow:last-child {
  margin-bottom: 0px;
}
#contenu.page-quiz #retroactions .retroaction-success.active,
#contenu.pageQuiz #retroactions .retroaction-success.active,
#contenu.page-quiz .retroactions .retroaction-success.active,
#contenu.pageQuiz .retroactions .retroaction-success.active {
  border: none;
}
#contenu.page-quiz #retroactions .retroaction-failed.active,
#contenu.pageQuiz #retroactions .retroaction-failed.active,
#contenu.page-quiz .retroactions .retroaction-failed.active,
#contenu.pageQuiz .retroactions .retroaction-failed.active {
  border: none;
}
#contenu.page-quiz #retroactions .retroaction-failed.active .retroaction-content .btnVoirReponse,
#contenu.pageQuiz #retroactions .retroaction-failed.active .retroaction-content .btnVoirReponse,
#contenu.page-quiz .retroactions .retroaction-failed.active .retroaction-content .btnVoirReponse,
#contenu.pageQuiz .retroactions .retroaction-failed.active .retroaction-content .btnVoirReponse {
  position: absolute;
  width: 450px;
  top: 810px;
  right: 202px;
}
#contenu.pageQuizCheckbox .retroaction-success.active .retroaction-content {
  position: absolute;
  bottom: 250px;
  left: 835px;
}
#contenu.pageQuizCheckbox .retroaction-failed.active .retroaction-content {
  position: absolute;
  bottom: 250px;
  left: 835px;
}
#contenu.pageQuizCheckbox .retroaction-retry .retroaction-content {
  position: absolute;
  bottom: 250px;
  left: 40px;
}
#contenu.pageQuizRadioCheckbox #conteneur_texte {
  padding-top: 100px;
}
#contenu.pageQuizRadioCheckbox #quiz {
  position: relative;
  margin-top: 100px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label {
  width: 380px;
  height: 180px;
  border-radius: 20px;
  font-family: "Helvetica", sans-serif;
  margin: 20px;
  font-size: 20px;
  color: #3d3d3d;
  text-align: center;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
  -webkit-transition: all 0.1s ease, border 0.25s ease;
  -moz-transition: all 0.1s ease, border 0.25s ease;
  -ms-transition: all 0.1s ease, border 0.25s ease;
  -o-transition: all 0.1s ease, border 0.25s ease;
  transition: all 0.1s ease, border 0.25s ease;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label:active {
  box-shadow: none;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label:hover {
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.2);
}
#contenu.pageQuizRadioCheckbox #quiz #choices label:hover:active {
  top: 6px;
  -webkit-transform: scale(0.99) !important;
  -moz-transform: scale(0.99) !important;
  -ms-transform: scale(0.99) !important;
  -o-transform: scale(0.99) !important;
  transform: scale(0.99) !important;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label:after {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
  top: 10px;
  right: 10px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.wrong:after {
  background-size: 36px;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 15px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.good:after {
  background-size: 36px;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 15px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.unchecked_good:after {
  background: url(img/quiz_good.png) 0px 0px no-repeat;
  background-size: 36px;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 15px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.checked {
  border-color: #3d3d3d;
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.1);
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.checked.wrong:after {
  background: url(img/quiz_wrong.png) 0px 0px no-repeat;
  background-size: 36px;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 15px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.checked.good:after {
  background: url(img/quiz_good.png) 0px 0px no-repeat;
  background-size: 36px;
  top: 15px;
  height: 36px;
  width: 36px;
  right: 15px;
}
#contenu.pageQuizRadioCheckbox #quiz #choices label.disabled {
  pointer-events: none;
}
#contenu.page-quizDrop #conteneur_texte,
#contenu.page-quizDrag #conteneur_texte,
#contenu.pageQuizDragDrop #conteneur_texte {
  padding-top: 100px;
}
#contenu.page-quizDrop #quiz,
#contenu.page-quizDrag #quiz,
#contenu.pageQuizDragDrop #quiz {
  padding: 0px;
  margin: 0px;
  height: 620px;
  bottom: 0;
  top: auto;
  /*#btnValider {
				position:absolute;
				bottom: 300px;
			}*/
}
#contenu.page-quizDrop #quiz #choices,
#contenu.page-quizDrag #quiz #choices,
#contenu.pageQuizDragDrop #quiz #choices {
  height: 100%;
}
#contenu.page-quizDrop #quiz #choices .draggable,
#contenu.page-quizDrag #quiz #choices .draggable,
#contenu.pageQuizDragDrop #quiz #choices .draggable,
#contenu.page-quizDrop #quiz #choices .droppable,
#contenu.page-quizDrag #quiz #choices .droppable,
#contenu.pageQuizDragDrop #quiz #choices .droppable,
#contenu.page-quizDrop #quiz #choices .droppable_content,
#contenu.page-quizDrag #quiz #choices .droppable_content,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content {
  height: 110px;
  width: 480px;
  position: absolute;
}
#contenu.page-quizDrop #quiz #choices .draggable#droppable1,
#contenu.page-quizDrag #quiz #choices .draggable#droppable1,
#contenu.pageQuizDragDrop #quiz #choices .draggable#droppable1,
#contenu.page-quizDrop #quiz #choices .droppable#droppable1,
#contenu.page-quizDrag #quiz #choices .droppable#droppable1,
#contenu.pageQuizDragDrop #quiz #choices .droppable#droppable1,
#contenu.page-quizDrop #quiz #choices .droppable_content#droppable1,
#contenu.page-quizDrag #quiz #choices .droppable_content#droppable1,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#droppable1,
#contenu.page-quizDrop #quiz #choices .draggable#draggable1,
#contenu.page-quizDrag #quiz #choices .draggable#draggable1,
#contenu.pageQuizDragDrop #quiz #choices .draggable#draggable1,
#contenu.page-quizDrop #quiz #choices .droppable#draggable1,
#contenu.page-quizDrag #quiz #choices .droppable#draggable1,
#contenu.pageQuizDragDrop #quiz #choices .droppable#draggable1,
#contenu.page-quizDrop #quiz #choices .droppable_content#draggable1,
#contenu.page-quizDrag #quiz #choices .droppable_content#draggable1,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#draggable1,
#contenu.page-quizDrop #quiz #choices .draggable.droppable_content1,
#contenu.page-quizDrag #quiz #choices .draggable.droppable_content1,
#contenu.pageQuizDragDrop #quiz #choices .draggable.droppable_content1,
#contenu.page-quizDrop #quiz #choices .droppable.droppable_content1,
#contenu.page-quizDrag #quiz #choices .droppable.droppable_content1,
#contenu.pageQuizDragDrop #quiz #choices .droppable.droppable_content1,
#contenu.page-quizDrop #quiz #choices .droppable_content.droppable_content1,
#contenu.page-quizDrag #quiz #choices .droppable_content.droppable_content1,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content.droppable_content1 {
  left: 160px;
}
#contenu.page-quizDrop #quiz #choices .draggable#droppable2,
#contenu.page-quizDrag #quiz #choices .draggable#droppable2,
#contenu.pageQuizDragDrop #quiz #choices .draggable#droppable2,
#contenu.page-quizDrop #quiz #choices .droppable#droppable2,
#contenu.page-quizDrag #quiz #choices .droppable#droppable2,
#contenu.pageQuizDragDrop #quiz #choices .droppable#droppable2,
#contenu.page-quizDrop #quiz #choices .droppable_content#droppable2,
#contenu.page-quizDrag #quiz #choices .droppable_content#droppable2,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#droppable2,
#contenu.page-quizDrop #quiz #choices .draggable#draggable2,
#contenu.page-quizDrag #quiz #choices .draggable#draggable2,
#contenu.pageQuizDragDrop #quiz #choices .draggable#draggable2,
#contenu.page-quizDrop #quiz #choices .droppable#draggable2,
#contenu.page-quizDrag #quiz #choices .droppable#draggable2,
#contenu.pageQuizDragDrop #quiz #choices .droppable#draggable2,
#contenu.page-quizDrop #quiz #choices .droppable_content#draggable2,
#contenu.page-quizDrag #quiz #choices .droppable_content#draggable2,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#draggable2,
#contenu.page-quizDrop #quiz #choices .draggable.droppable_content2,
#contenu.page-quizDrag #quiz #choices .draggable.droppable_content2,
#contenu.pageQuizDragDrop #quiz #choices .draggable.droppable_content2,
#contenu.page-quizDrop #quiz #choices .droppable.droppable_content2,
#contenu.page-quizDrag #quiz #choices .droppable.droppable_content2,
#contenu.pageQuizDragDrop #quiz #choices .droppable.droppable_content2,
#contenu.page-quizDrop #quiz #choices .droppable_content.droppable_content2,
#contenu.page-quizDrag #quiz #choices .droppable_content.droppable_content2,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content.droppable_content2 {
  left: 722px;
}
#contenu.page-quizDrop #quiz #choices .draggable#droppable3,
#contenu.page-quizDrag #quiz #choices .draggable#droppable3,
#contenu.pageQuizDragDrop #quiz #choices .draggable#droppable3,
#contenu.page-quizDrop #quiz #choices .droppable#droppable3,
#contenu.page-quizDrag #quiz #choices .droppable#droppable3,
#contenu.pageQuizDragDrop #quiz #choices .droppable#droppable3,
#contenu.page-quizDrop #quiz #choices .droppable_content#droppable3,
#contenu.page-quizDrag #quiz #choices .droppable_content#droppable3,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#droppable3,
#contenu.page-quizDrop #quiz #choices .draggable#draggable3,
#contenu.page-quizDrag #quiz #choices .draggable#draggable3,
#contenu.pageQuizDragDrop #quiz #choices .draggable#draggable3,
#contenu.page-quizDrop #quiz #choices .droppable#draggable3,
#contenu.page-quizDrag #quiz #choices .droppable#draggable3,
#contenu.pageQuizDragDrop #quiz #choices .droppable#draggable3,
#contenu.page-quizDrop #quiz #choices .droppable_content#draggable3,
#contenu.page-quizDrag #quiz #choices .droppable_content#draggable3,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content#draggable3,
#contenu.page-quizDrop #quiz #choices .draggable.droppable_content3,
#contenu.page-quizDrag #quiz #choices .draggable.droppable_content3,
#contenu.pageQuizDragDrop #quiz #choices .draggable.droppable_content3,
#contenu.page-quizDrop #quiz #choices .droppable.droppable_content3,
#contenu.page-quizDrag #quiz #choices .droppable.droppable_content3,
#contenu.pageQuizDragDrop #quiz #choices .droppable.droppable_content3,
#contenu.page-quizDrop #quiz #choices .droppable_content.droppable_content3,
#contenu.page-quizDrag #quiz #choices .droppable_content.droppable_content3,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content.droppable_content3 {
  left: 1280px;
}
#contenu.page-quizDrop #quiz #choices .droppable_content,
#contenu.page-quizDrag #quiz #choices .droppable_content,
#contenu.pageQuizDragDrop #quiz #choices .droppable_content {
  height: 400px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  top: 150px;
  padding: 150px 40px 20px 40px;
  -webkit-box-shadow: 4px 0px 30px rgba(61, 61, 61, 0.1);
  -moz-box-shadow: 4px 0px 30px rgba(61, 61, 61, 0.1);
  box-shadow: 4px 0px 30px rgba(61, 61, 61, 0.1);
  -webkit-border-radius: 54px 54px 41px 54px;
  -moz-border-radius: 54px 54px 41px 54px;
  border-radius: 54px 54px 41px 54px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contenu.page-quizDrop #quiz #choices .droppable,
#contenu.page-quizDrag #quiz #choices .droppable,
#contenu.pageQuizDragDrop #quiz #choices .droppable {
  background: rgba(86, 182, 89, 0.15);
  border: 2px dashed #3d3d3d;
  border-radius: 68px;
  top: 150px;
}
#contenu.page-quizDrop #quiz #choices .draggable,
#contenu.page-quizDrag #quiz #choices .draggable,
#contenu.pageQuizDragDrop #quiz #choices .draggable {
  background: #FFFFFF url("img/dragdrop_handle.png") no-repeat center right 30px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
}
#contenu.page-quizDrop #quiz #choices .draggable.ui-draggable-dropped,
#contenu.page-quizDrag #quiz #choices .draggable.ui-draggable-dropped,
#contenu.pageQuizDragDrop #quiz #choices .draggable.ui-draggable-dropped {
  border: 2px dashed #3d3d3d;
}
#contenu.page-quizDrop #quiz #choices .draggable span,
#contenu.page-quizDrag #quiz #choices .draggable span,
#contenu.pageQuizDragDrop #quiz #choices .draggable span {
  line-height: 35px;
  font-weight: normal;
  font-size: 20px;
  color: #3d3d3d;
  font-family: "Helvetica", sans-serif;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  padding: 0 70px 0 50px;
}
#contenu.page-quizDrop #quiz #choices .draggable span.small,
#contenu.page-quizDrag #quiz #choices .draggable span.small,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.small {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #757a87;
  max-width: 660px;
}
#contenu.page-quizDrop #quiz #choices .draggable span.small.white,
#contenu.page-quizDrag #quiz #choices .draggable span.small.white,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.small.white {
  color: #FFFFFF;
}
#contenu.page-quizDrop #quiz #choices .draggable span.gris,
#contenu.page-quizDrag #quiz #choices .draggable span.gris,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.gris {
  color: #808287;
}
#contenu.page-quizDrop #quiz #choices .draggable span.etape,
#contenu.page-quizDrag #quiz #choices .draggable span.etape,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.etape {
  /*background-color:@vertFonce;
		position: absolute;
		top: 160px;
		left: 120px;*/
  display: inline-block;
  color: #FFFFFF;
  border-radius: 30px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#contenu.page-quizDrop #quiz #choices .draggable span.introText,
#contenu.page-quizDrag #quiz #choices .draggable span.introText,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.introText {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #1398d5;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
#contenu.page-quizDrop #quiz #choices .draggable span.white,
#contenu.page-quizDrag #quiz #choices .draggable span.white,
#contenu.pageQuizDragDrop #quiz #choices .draggable span.white {
  color: #FFFFFF;
}
#contenu.page-quizDrop #quiz #choices .draggable:after,
#contenu.page-quizDrag #quiz #choices .draggable:after,
#contenu.pageQuizDragDrop #quiz #choices .draggable:after {
  content: "";
  position: absolute;
  height: 45px;
  width: 45px;
  top: 10px;
  right: 10px;
}
#contenu.page-quizDrop #quiz #choices .draggable.good:after,
#contenu.page-quizDrag #quiz #choices .draggable.good:after,
#contenu.pageQuizDragDrop #quiz #choices .draggable.good:after {
  background: url(img/quiz_good.png) 0px 0px no-repeat;
  top: 30px;
  height: 46px;
  width: 46px;
  right: 22px;
}
#contenu.page-quizDrop #quiz #choices .draggable.wrong:after,
#contenu.page-quizDrag #quiz #choices .draggable.wrong:after,
#contenu.pageQuizDragDrop #quiz #choices .draggable.wrong:after {
  background: url(img/quiz_wrong.png) 0px 0px no-repeat;
  top: 30px;
  height: 46px;
  width: 46px;
  right: 22px;
}
#contenu.page-quizDrop #quiz #choices .draggable.destroyed,
#contenu.page-quizDrag #quiz #choices .draggable.destroyed,
#contenu.pageQuizDragDrop #quiz #choices .draggable.destroyed {
  cursor: default;
}
#contenu.page-quizDrop #quiz #choices .draggable.destroyed:hover,
#contenu.page-quizDrag #quiz #choices .draggable.destroyed:hover,
#contenu.pageQuizDragDrop #quiz #choices .draggable.destroyed:hover {
  cursor: default;
}
#contenu.page-quizDrop .retroactions,
#contenu.page-quizDrag .retroactions,
#contenu.pageQuizDragDrop .retroactions {
  /*.btnNext{
				bottom:95px;
				left: 1200px;
			}*/
}
#contenu.pageQuizTrueFalse #conteneur_texte {
  padding-top: 100px;
}
#contenu.pageQuizTrueFalse .questionCount {
  background-color: #56b659;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding-top: 13px;
  display: inline-block;
  font-size: 20px;
  line-height: 62px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0;
  /*			position: absolute;
			left: 50%;
			margin-left: -30px;
			top: 100px;*/
}
#contenu.pageQuizTrueFalse .titre {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /*
			position: absolute;
			left: 905px;
			top: 175px;*/
}
#contenu.pageQuizTrueFalse .enonce {
  color: #3d3d3d;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  /*			position: absolute;
			left: 50%;
			margin-left: -350px;
			top: 255px;*/
}
#contenu.pageQuizTrueFalse .question {
  font-size: 40px;
  color: #3d3d3d;
  font-weight: bold;
  margin-top: 100px;
  /*			position: absolute;
			left: 785px;
			top: 450px;*/
}
#contenu.pageQuizTrueFalse .valider {
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d;
  /*			position: absolute;
			right: 1vh;
			bottom: 2vh;*/
}
#contenu.pageQuizTrueFalse #quiz {
  position: static;
  margin-top: 100px;
}
#contenu.pageQuizTrueFalse #quiz #choices {
  width: 100%;
}
#contenu.pageQuizTrueFalse #quiz #choices label {
  font-family: "Helvetica", sans-serif;
  width: 250px;
  height: 250px;
  margin-right: 50px;
  font-size: 22px;
  color: #3d3d3d;
  padding-top: 180px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 35px;
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.1);
  -webkit-transition: all 0.1s ease, border 0.25s ease;
  -moz-transition: all 0.1s ease, border 0.25s ease;
  -ms-transition: all 0.1s ease, border 0.25s ease;
  -o-transition: all 0.1s ease, border 0.25s ease;
  transition: all 0.1s ease, border 0.25s ease;
}
#contenu.pageQuizTrueFalse #quiz #choices label:active {
  box-shadow: none;
}
#contenu.pageQuizTrueFalse #quiz #choices label:hover {
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.2);
}
#contenu.pageQuizTrueFalse #quiz #choices label:hover:active {
  top: 6px;
  -webkit-transform: scale(0.99) !important;
  -moz-transform: scale(0.99) !important;
  -ms-transform: scale(0.99) !important;
  -o-transform: scale(0.99) !important;
  transform: scale(0.99) !important;
}
#contenu.pageQuizTrueFalse #quiz #choices label.choice1 {
  background: url(img/quiz_choice1.gif) no-repeat center 47px white;
  top: 0;
}
#contenu.pageQuizTrueFalse #quiz #choices label.choice2 {
  background: url(img/quiz_choice2.gif) no-repeat center 47px white;
  top: 0;
  margin: 0;
}
#contenu.pageQuizTrueFalse #quiz #choices label.wrong,
#contenu.pageQuizTrueFalse #quiz #choices label.good {
  pointer-events: none;
}
#contenu.pageQuizTrueFalse #quiz #choices label.checked {
  border-color: #3d3d3d;
  box-shadow: 7px 7px 0px rgba(61, 61, 61, 0.1);
}
#contenu.pageQuizTrueFalse #quiz #choices label.checked.wrong:after {
  content: "";
  background: url(img/quiz_wrong.png) 0px 0px no-repeat;
  background-size: 45px 45px;
  position: absolute;
  height: 45px;
  width: 45px;
  top: 15px;
  right: 13px;
}
#contenu.pageQuizTrueFalse #quiz #choices label.checked.good:after {
  content: "";
  background: url(img/quiz_good.png) 0px 0px no-repeat;
  background-size: 45px 45px;
  position: absolute;
  height: 45px;
  width: 45px;
  top: 15px;
  right: 13px;
}
#contenu.pageQuizTrueFalse #quiz #choices label.disabled {
  pointer-events: none;
}
#contenu.pageQuizTrueFalse #quiz #retroactions {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  top: 90px;
  padding: 120px 140px;
}
#contenu.pageBubble .bubbles {
  width: 100%;
  height: 100%;
}
#contenu.pageBubble .bubbles .bubble {
  position: absolute;
  color: #3d3d3d;
  background: #FFFFFF;
  width: 400px;
  padding: 0 0 0 40px;
  height: 60px;
  font-family: "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contenu.pageBubble .bubbles .bubble span {
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  padding-right: 6px;
  letter-spacing: initial;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#contenu.pageBubble .bubbles .bubble.orange {
  background: #fcb52f;
  color: #FFFFFF;
  font-weight: bold !important;
}
#contenu.pageBubble .bubbles .bubble.orange span {
  color: #FFFFFF;
  font-weight: bold !important;
}
#contenu.pageBubble .bubbles .bubble.small {
  width: 260px;
}
#contenu.pageBubble .bubbles .bubble.large {
  width: 530px;
}
#contenu.pageBubble .bubbles .bubble.line2 {
  height: 80px;
}
#contenu.pageBubble .bubbles .bubble.line3 {
  height: 120px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#contenu.pageBubble .bubbles .bubble.line3 span {
  padding-right: 20px;
}
#contenu.pageBubble .bubbles .btnModal,
#contenu.pageBubble .bubbles .btnOpenNew {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
}
#contenu.pageBubble .bubbles .btnModal:before,
#contenu.pageBubble .bubbles .btnOpenNew:before,
#contenu.pageBubble .bubbles .btnModal:after,
#contenu.pageBubble .bubbles .btnOpenNew:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
}
#contenu.pageBubble .bubbles .btnModal:before,
#contenu.pageBubble .bubbles .btnOpenNew:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0px rgba(131, 131, 131, 0.15);
  -webkit-transform: translate(all 0.25s ease, 0);
  -moz-transform: translate(all 0.25s ease, 0);
  -ms-transform: translate(all 0.25s ease, 0);
  -o-transform: translate(all 0.25s ease, 0);
  transform: translate(all 0.25s ease, 0);
}
#contenu.pageBubble .bubbles .btnModal:after,
#contenu.pageBubble .bubbles .btnOpenNew:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url("img/btn_plus.png") no-repeat center center;
}
#contenu.pageBubble .bubbles .btnModal:hover,
#contenu.pageBubble .bubbles .btnOpenNew:hover {
  font-weight: normal !important;
  text-decoration: none;
}
#contenu.pageBubble .bubbles .btnModal:hover:before,
#contenu.pageBubble .bubbles .btnOpenNew:hover:before {
  width: 46px;
  height: 46px;
}
#contenu.pageBubble .bubbles .btnModal strong,
#contenu.pageBubble .bubbles .btnOpenNew strong {
  font-weight: bold !important;
}
#contenu.pageBubble .bubbles .btnModal.viewed:after,
#contenu.pageBubble .bubbles .btnOpenNew.viewed:after {
  background: transparent url("img/btn_plus_view.png") no-repeat center center;
}
#contenu.pageBubble .bubbles .btnOpenNew {
  width: 100%;
  border: none;
  text-align: left;
  text-transform: initial;
  font-size: 20px;
  line-height: 30px;
  background: transparent;
  color: #3d3d3d;
  font-weight: normal;
}
#contenu.pageBubble .bubbles .btnOpenNew:hover {
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  color: #3d3d3d;
}
#contenu.pageBubble .bubbles .btnOpenNew:after {
  background: transparent url("img/btn_open_new.png") no-repeat center center;
}
#contenu.pageBubble .bubbles .btnOpenNew.btnOpenNewNoIcon:after {
  display: none;
}
#contenu.pageBubble .bubbles .btnOpenNew.btnOpenNewNoIcon:before {
  display: none;
}
#contenu.pageBubble .bubbles .btnOpenNew .iconNewWindow {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#contenu.pageBubble .bubbles .btnOpenNew .iconNewWindow:before,
#contenu.pageBubble .bubbles .btnOpenNew .iconNewWindow:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
}
#contenu.pageBubble .bubbles .btnOpenNew .iconNewWindow:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 3px 3px 0px rgba(131, 131, 131, 0.15);
  -webkit-transform: translate(all 0.25s ease, 0);
  -moz-transform: translate(all 0.25s ease, 0);
  -ms-transform: translate(all 0.25s ease, 0);
  -o-transform: translate(all 0.25s ease, 0);
  transform: translate(all 0.25s ease, 0);
}
#contenu.pageBubble .bubbles .btnOpenNew .iconNewWindow:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url("img/btn_open_new.png") no-repeat center center;
}
#contenu.pageBubble .bubblesArrows {
  pointer-events: none;
}
#contenu.pageBubble .bubblesArrows .bubblesArrowsGroup {
  position: absolute;
}
#contenu.pageBubble .bubblesArrows .bubblesArrowsGroup .bubbleArrow {
  position: absolute;
  top: 10px;
  left: 10px;
}
#contenu.pageBubble .bubblesArrows .bubblesArrowsGroup .bubbleArrow.buttom {
  top: auto;
  bottom: 10px;
}
#contenu.pageBubble .popup {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
#contenu.pageBubble .popup.active {
  display: block;
}
#contenu.pageBubble .popup .popupShow {
  height: 100%;
  width: 780px;
  height: 780px;
  margin-top: 150px;
  padding: 120px 150px;
  background: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  border: 3px solid #3d3d3d;
  left: 580px;
  position: absolute;
}
#contenu.pageBubble .popup .popupShow .popupContent {
  height: 100%;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#contenu.pageBubble .popup .popupShow .popupClose {
  position: absolute;
  right: 90px;
  top: 80px;
  z-index: 999;
  width: 60px;
  height: 60px;
  font-size: 0px;
  color: transparent;
}
#contenu.pageBubble .popup .popupShow .popupClose:before,
#contenu.pageBubble .popup .popupShow .popupClose:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#contenu.pageBubble .popup .popupShow .popupClose:before {
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px rgba(131, 131, 131, 0.15);
  -webkit-transform: translate(all 0.25s ease, 0);
  -moz-transform: translate(all 0.25s ease, 0);
  -ms-transform: translate(all 0.25s ease, 0);
  -o-transform: translate(all 0.25s ease, 0);
  transform: translate(all 0.25s ease, 0);
}
#contenu.pageBubble .popup .popupShow .popupClose:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url("img/btn_closeTOC.png") no-repeat center center;
}
#contenu.pageBubble .popup .popupShow .popupClose:before {
  width: 70px;
  height: 70px;
}
.situation0.pageE01 #contenu {
  text-align: center;
}
.situation0.pageE01 #contenu #conteneur-texte .row {
  margin-bottom: 150px;
}
.situation0.pageE01 #contenu #conteneur-texte .row:last-child {
  margin-bottom: 0px;
}
.situation0.pageE01 #contenu #conteneur-texte .introText {
  margin-bottom: 20px;
}
.situation0.pageE01 #contenu #conteneur-texte .logo-gouv {
  position: absolute;
  width: 460px;
  bottom: 45px;
}
.situation0.pageE01 #contenu #page-background {
  z-index: -1;
}
.situation0.pageE01 #contenu #page-background img {
  width: auto;
}
.situation0.pageE01 #contenu #page-background .baleine {
  position: absolute;
  bottom: 120px;
  right: 440px;
}
.situation0.pageE01 #contenu #page-background .baleine.gif {
  bottom: 133px;
  right: 149px;
  background-color: #dcf2f7;
  width: 350px;
}
.situation0.pageE01 #contenu #page-background .baleine.gif img {
  width: 350px;
}
.situation0.pageE01 #contenu #page-background .wave {
  position: absolute;
}
.situation0.pageE01 #contenu #page-background .wave .subwave1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: leftRight1 5s infinite linear;
}
.situation0.pageE01 #contenu #page-background .wave .subwave2 {
  position: absolute;
  top: 20px;
  left: 20px;
  animation: leftRight2 5s infinite linear;
}
.situation0.pageE01 #contenu #page-background .wave.wave1 {
  left: 319px;
  top: 80px;
}
.situation0.pageE01 #contenu #page-background .wave.wave2 {
  left: 1715px;
  top: 129px;
}
.situation0.pageE01 #contenu #page-background .wave.wave3 {
  left: 151px;
  top: 536px;
}
.situation0.pageE01 #contenu #page-background .wave.wave4 {
  left: 505px;
  top: 800px;
}
.situation0.pageE01 #contenu #page-background .wave.wave5 {
  left: 1526px;
  top: 338px;
}
.situation0.pageE01 #contenu #page-background .wave.wave6 {
  left: 1334px;
  top: 693px;
}
.situation1.pageMenu #viewport,
.situation1.pageMenu #content,
.situation1.pageMenu #wrapper,
.situation1.pageMenu #pageContent,
.situation1.pageMenu #contenu {
  overflow: visible !important;
}
.situation1.pageMenu #conteneur-texte {
  /*----- ÉLÉMENTS DE BG ------*/
  /*----- FIN DES ÉLÉMENTS DE BG ------*/
  /*----- TRIGGERS ------*/
  /*----- FIN DES TRIGGERS ------*/
}
.situation1.pageMenu #conteneur-texte .hoverBlanc {
  position: absolute;
  top: -2801px;
  left: -520px;
}
.situation1.pageMenu #conteneur-texte .elementsMenu {
  position: absolute;
  top: -120px;
  left: -120px;
}
.situation1.pageMenu #conteneur-texte .logo {
  width: 301px;
  position: absolute;
  bottom: 100px;
  right: 20px;
}
.situation1.pageMenu #conteneur-texte .route {
  position: absolute;
  top: 165px;
  left: 70px;
}
.situation1.pageMenu #conteneur-texte .fleurDeLys {
  position: absolute;
  top: 10px;
  left: 30px;
}
.situation1.pageMenu #conteneur-texte .titreMenu {
  position: absolute;
  left: 30px;
  top: 95px;
  font-size: 36px;
  color: #3d3d3d;
  text-transform: uppercase;
  line-height: 46px;
}
.situation1.pageMenu #conteneur-texte .titreMenu span {
  font-weight: bold;
}
.situation1.pageMenu #conteneur-texte .gif {
  position: absolute;
  z-index: 99999;
  display: none;
}
.situation1.pageMenu #conteneur-texte .gif.orignal {
  top: 254px;
  left: 185px;
}
.situation1.pageMenu #conteneur-texte .gif.arbres {
  top: 805px;
  left: 614px;
  background-color: white;
  display: block;
}
.situation1.pageMenu #conteneur-texte .gif.baleine {
  top: 620px;
  left: 1652px;
  display: block;
  background-color: #cbecf2;
  z-index: 99;
}
.situation1.pageMenu #conteneur-texte .gif.vagues {
  display: block;
  opacity: 0.4;
}
.situation1.pageMenu #conteneur-texte .gif.vagues.v01 {
  top: 359px;
  left: 1090px;
}
.situation1.pageMenu #conteneur-texte .gif.vagues.v02 {
  top: 349px;
  left: 1480px;
}
.situation1.pageMenu #conteneur-texte .gif.vagues.v03 {
  top: 599px;
  left: 1660px;
}
.situation1.pageMenu #conteneur-texte .gif.vagues.v04 {
  top: 862px;
  left: 1450px;
}
.situation1.pageMenu #conteneur-texte .gif.kayak {
  top: 247px;
  left: 1220px;
  display: block;
  z-index: 99;
  width: 265px;
}
.situation1.pageMenu #conteneur-texte .gif.automne {
  top: -43px;
  left: 854px;
  background-color: white;
  display: block;
}
.situation1.pageMenu #conteneur-texte .gif.phare {
  display: block;
  position: absolute;
  top: 78px;
  left: 1809px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer {
  position: absolute;
  z-index: 99999999;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger {
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  /*----- HOVERS ------*/
  /*----- FIN DES HOVERS ------*/
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3d3d3d;
  border-radius: 50%;
  border: 3px solid white;
  cursor: pointer;
  top: 10px;
  left: 10px;
  position: absolute;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.recommended:after {
  width: 41px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(img/etoile_menu.png) no-repeat 9px 8px #3d3d3d;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.completed:after {
  width: 41px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(img/crochet_menu.png) no-repeat center center #3d3d3d;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover {
  display: none;
  position: absolute;
  background-color: white;
  border: 2px solid #e5e5e5;
  width: 450px;
  height: 140px;
  border-radius: 25px;
  box-shadow: 4px 4px 3px #e5e5e5;
  padding: 28px 0 0 70px;
  cursor: pointer;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.line2 {
  padding-top: 42px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.line4 {
  padding-top: 16px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover p {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 26px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover span {
  font-weight: bold;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(img/fleche_hover_menu.png) no-repeat center center;
  position: absolute;
  top: 40px;
  right: 30px;
  border-radius: 50%;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM1 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM1:after {
  background-color: #fcb52f;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM2 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM2:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM3 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM3:after {
  background-color: #1398d5;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM4 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM4:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM5 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM5:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM6 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM6:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM7 {
  top: -94px;
  left: -7px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM7:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM8 {
  top: -94px;
  left: -403px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM8:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM9 {
  top: -94px;
  left: -403px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM9:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM10 {
  top: -94px;
  left: -403px;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger .hover.hM10:after {
  background-color: #56b659;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM1 {
  top: 362px;
  left: 55px;
  z-index: 10;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM2 {
  top: 218px;
  left: 259px;
  z-index: 9;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM3 {
  top: 92px;
  left: 458px;
  z-index: 8;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM4 {
  top: 52px;
  left: 678px;
  z-index: 7;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM5 {
  top: -108px;
  left: 811px;
  z-index: 6;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM6 {
  top: -253px;
  left: 955px;
  z-index: 5;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM7 {
  top: -256px;
  left: 1125px;
  z-index: 4;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM8 {
  top: -384px;
  left: 1305px;
  z-index: 1;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM9 {
  top: -374px;
  left: 1542px;
  z-index: 2;
}
.situation1.pageMenu #conteneur-texte .triggerContainer .trigger.tM10 {
  top: -308px;
  left: 1748px;
  z-index: 3;
}
.situation10.pageM9_E01 .col-4 {
  flex: 0 0 40.333333%;
  max-width: 40.333333%;
}
.situation10.pageM9_E01 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 80%;
}
.situation10.pageM9_E01 #page-background img {
  top: 63%;
  margin-left: 50px;
}
.situation10.pageM9_E02 #contenu .popupContent .centerPopupContent {
  height: 980px;
  display: flex;
  align-items: center;
}
.situation10.pageM9_E02 .row .col-5 {
  padding-top: 20px !important;
}
.situation10.pageM9_E02 .drapeau_popup,
.situation10.pageM9_E02 #contenu.pageModal .drapeau_popup {
  padding: 0 80px 0px 80px;
}
.situation10.pageM9_E02 .drapeau_popup:before {
  z-index: -1;
}
.situation10.pageM9_E02 .drapeau_popup h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: none;
  line-height: 110%;
  margin-bottom: 20px !important;
}
.situation10.pageM9_E02 .popupShow img {
  bottom: 0px;
}
.situation10.pageM9_E02 .popupShow .col .row-1 h3 {
  margin-bottom: 25px !important;
}
.situation10.pageM9_E02 .popupShow .col .row-3 {
  position: absolute;
  right: -250px;
  top: 380px;
}
.situation10.pageM9_E02 .popupShow.popup1 .col .row-1 p {
  width: 70%;
}
.situation10.pageM9_E02 .popupShow.popup1 .col .row-3 img {
  position: relative;
  right: 525px;
  bottom: 50px;
  width: 95%;
}
.situation10.pageM9_E02 .popupShow.popup2 .col .row-1 p {
  width: 75%;
}
.situation10.pageM9_E02 .popupShow.popup2 .col .row-3 img {
  position: relative;
  right: 435px;
  bottom: 0px;
  width: 95%;
}
.situation10.pageM9_E02 .popupShow.popup3 .col .row-1 p {
  width: 90%;
  margin-bottom: 20px !important;
}
.situation10.pageM9_E02 .popupShow.popup3 .col .row-3 img {
  position: relative;
  right: 450px;
  bottom: 0px;
  width: 95%;
}
.situation10.pageM9_E02 .popupShow.popup4 .col .row-1 h3,
.situation10.pageM9_E02 .popupShow.popup4 .col .row-1 ul {
  width: 73%;
}
.situation10.pageM9_E02 .popupShow.popup4 .col .row-3 img {
  position: relative;
  right: 620px;
  bottom: -60px;
  width: 95%;
}
.situation10.pageM9_E02 .popupShow.popup5 .col .row-1 h3,
.situation10.pageM9_E02 .popupShow.popup5 .col .row-1 p {
  width: 79%;
}
.situation10.pageM9_E02 .popupShow.popup5 .col .row-3 img {
  position: relative;
  right: 120px;
  bottom: 50px;
  width: 85%;
}
.situation10.pageM9_E02 .popupShow.popup6 .col .row-1 h3,
.situation10.pageM9_E02 .popupShow.popup6 .col .row-1 p {
  width: 82%;
}
.situation10.pageM9_E02 .popupShow.popup6 .col .row-3 img {
  position: relative;
  right: 300px;
  bottom: -100px;
  width: 85%;
}
.situation10.pageM9_E02 .popupShow.popup7 .col .row-3 img {
  position: relative;
  bottom: 45px;
  right: -50px;
  width: 70%;
}
.situation10.pageM9_E02 .popupShow.popup8 .col .row-3 img {
  position: relative;
  bottom: 150px;
  right: -250px;
  width: 65%;
}
.situation10.pageM9_E02 .popupShow.popup9 .col .row-3 {
  width: 1000px;
}
.situation10.pageM9_E02 .popupShow.popup9 .col .row-3 img {
  position: relative;
  bottom: 100px;
  right: -425px;
  width: 100%;
}
.situation10.pageM9_E08 #contenu #conteneur-texte {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.situation10.pageM9_E08 #contenu #conteneur-texte h3 {
  margin-bottom: 75px;
}
.situation10.pageM9_E08 #contenu .fullpage {
  display: flex;
  justify-content: center;
}
.situation10.pageM9_E08 #contenu .fullpage .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px !important;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 537px;
  height: 185px;
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 20px 25px;
  margin: 20px 0px;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare:after {
  content: "";
  position: absolute;
  top: -17px;
  width: 40px;
  height: 40px;
  background-image: url(img/ico_lien.svg);
  background-size: 40px 40px;
  background-position: center;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare .btn-content {
  position: relative;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare .btn-content .btn-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 0px;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare .btn-content .btn-text {
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
  letter-spacing: normal;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare.btn09 {
  pointer-events: none;
}
.situation10.pageM9_E08 #contenu .fullpage .btnBigWhiteSquare.btn09:after {
  background: none;
}
.situation10.pageM9_E08 #contenu .col-1 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E08 #contenu .col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E08 #contenu .col-5 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E09 #contenu #conteneur-texte {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.situation10.pageM9_E09 #contenu #conteneur-texte h3 {
  margin-bottom: 75px;
}
.situation10.pageM9_E09 #contenu .fullpage {
  display: flex;
}
.situation10.pageM9_E09 #contenu .fullpage .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px !important;
}
.situation10.pageM9_E09 #contenu .fullpage.row-1 {
  justify-content: space-evenly;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 577px;
  height: 245px;
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 20px 25px;
  margin: 20px 0px;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare:after {
  content: "";
  position: absolute;
  top: -17px;
  width: 40px;
  height: 40px;
  background-image: url(img/ico_lien.svg);
  background-size: 40px 40px;
  background-position: center;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare .btn-content {
  position: relative;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare .btn-content .btn-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 0px;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare .btn-content .btn-text {
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
  letter-spacing: normal;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare.btn09 {
  pointer-events: none;
}
.situation10.pageM9_E09 #contenu .fullpage .btnBigWhiteSquare.btn09:after {
  background: none;
}
.situation10.pageM9_E09 #contenu .fullpage.row-2 {
  position: absolute;
  top: 580px;
  justify-content: space-evenly;
}
.situation10.pageM9_E09 #contenu .col-1 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E09 #contenu .col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E09 #contenu .col-5 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation10.pageM9_E10 #contenu .col-2 {
  flex: 0 0 41.333333%;
  max-width: 41.333333%;
}
.situation10.pageM9_E10 #contenu p {
  margin-bottom: 15px;
}
.situation10.pageM9_E10 #contenu .col-4 #page-background .icone {
  position: absolute;
  top: 860px;
  width: 263px;
  z-index: 10;
}
.situation10.pageM9_E11 .col-4 {
  flex: 0 0 40.333333%;
  max-width: 40.333333%;
}
.situation10.pageM9_E11 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 80%;
}
.situation10.pageM9_E11 #page-background img {
  top: 63%;
  margin-left: 50px;
}
.situation10.pageM9_E11 #playbar #innerPlaybar #btnNext:before {
  background-color: transparent;
}
.situation2.pageE04 #contenu #conteneur_texte h3 {
  margin-top: 100px;
  margin-bottom: 0px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble1 {
  top: 250px;
  left: 164px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble2 {
  left: 739px;
  top: 284px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble3 {
  left: 739px;
  top: 424px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble4 {
  left: 739px;
  top: 526px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble5 {
  left: 1393px;
  top: 274px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble6 {
  left: 1393px;
  top: 368px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble7 {
  left: 1393px;
  top: 463px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble8 {
  left: 1393px;
  top: 560px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble9 {
  left: 1393px;
  top: 638px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble10 {
  top: 350px;
  left: 164px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble11 {
  top: 432px;
  left: 164px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble12 {
  top: 516px;
  left: 164px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble13 {
  left: 319px;
  top: 683px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble14 {
  left: 319px;
  top: 761px;
}
.situation2.pageE04 #contenu .bubbles .bubble.bubble15 {
  left: 319px;
  top: 839px;
}
.situation2.pageE04 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup1 {
  left: 556px;
  top: 281px;
}
.situation2.pageE04 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup2 {
  top: 332px;
  left: 1259px;
}
.situation2.pageE04 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup3 {
  left: 178px;
  top: 586px;
}
.situation2.pageE05 #site-background .main_bubble {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.situation2.pageE06 #contenu #conteneur_texte h3 {
  margin-top: 100px;
  margin-bottom: 0px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble1 {
  top: 250px;
  left: 164px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble2 {
  left: 739px;
  top: 284px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble3 {
  left: 739px;
  top: 424px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble4 {
  left: 739px;
  top: 526px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble5 {
  left: 1393px;
  top: 274px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble6 {
  left: 1393px;
  top: 368px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble7 {
  left: 1393px;
  top: 463px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble8 {
  left: 1393px;
  top: 560px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble9 {
  left: 1393px;
  top: 638px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble10 {
  top: 350px;
  left: 164px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble11 {
  top: 432px;
  left: 164px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble12 {
  top: 516px;
  left: 164px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble13 {
  left: 319px;
  top: 683px;
  width: 280px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble14 {
  left: 319px;
  top: 761px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble15 {
  left: 319px;
  top: 839px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble16 {
  left: 773px;
  top: 636px;
}
.situation2.pageE06 #contenu .bubbles .bubble.bubble17 {
  left: 773px;
  top: 709px;
}
.situation2.pageE06 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup1 {
  left: 556px;
  top: 281px;
}
.situation2.pageE06 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup2 {
  top: 332px;
  left: 1259px;
}
.situation2.pageE06 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup3 {
  left: 178px;
  top: 586px;
}
.situation2.pageE06 #contenu .bubblesArrows .bubblesArrowsGroup.bubblesArrowsGroup4 {
  left: 588px;
  top: 706px;
}
.situation2.pageE07 #contenu .bubbles .bubble {
  padding: 0;
  text-align: center;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble1 {
  left: 830px;
  top: 222px;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble2 {
  left: 830px;
  top: 349px;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble3 {
  left: 830px;
  top: 478px;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble4 {
  left: 1310px;
  top: 395px;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble5 {
  left: 830px;
  top: 619px;
}
.situation2.pageE07 #contenu .bubbles .bubble.bubble6 {
  left: 830px;
  top: 733px;
}
.situation2.pageE07 #contenu .bubbles .bubble span {
  padding: 0 6px;
  width: 100%;
  left: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow {
  position: absolute;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow1 {
  left: 1029px;
  top: 299px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow2 {
  left: 1022px;
  top: 428px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow3 {
  left: 1041px;
  top: 552px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow4 {
  left: 1022px;
  top: 688px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow5 {
  left: 1244px;
  top: 381px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow6 {
  left: 1243px;
  top: 494px;
}
.situation2.pageE07 #contenu .bubblesArrows .bubbleArrow.bubbleArrow7 {
  left: 1246px;
  top: 498px;
}
.situation2.pageE07 #contenu .comment {
  position: absolute;
  bottom: 120px;
  right: 495px;
  text-align: center;
}
.situation3.pageM2_E02 #site-background .main_bubble {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.situation3.pageM2_E03 #contenu p {
  margin-bottom: 20px;
}
.situation3.pageM2_E03 #contenu .imgContenu {
  width: 73%;
}
.situation3.pageM2_E04 #contenu .imgContenu {
  width: 73%;
}
.situation3.pageM2_E05 #contenu .imgContenu {
  width: 73%;
}
.situation3.pageM2_E06 #contenu p {
  /*                font-size: 30px;
                line-height: 43px;*/
}
.situation3.pageM2_E07 #contenu ul li {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.situation3.pageM2_E07 #contenu ul li span {
  font-weight: normal;
}
.situation3.pageM2_E07 #page-background img {
  width: 95%;
}
.situation3.pageM2_E08_popup #contenu .popupContent img {
  max-width: 100%;
}
.situation3.pageM2_E08_popup #contenu .popupContent .centerPopupContent {
  height: 980px;
  display: flex;
  /* align-content: center; */
  /* justify-content: center; */
  align-items: center;
}
.situation3.pageM2_E13 #contenu.pageQuizRadioCheckbox #quiz {
  margin-top: 50px;
}
.situation3.pageM2_E15 #contenu #conteneur-texte {
  margin: 100px 0 80px 0;
}
.situation3.pageM2_E16_popup #contenu .popupContent .btn.btnNewWindow {
  margin: 30px 0;
}
.situation3.pageM2_E16_popup #contenu .popupContent h1,
.situation3.pageM2_E16_popup #contenu .popupContent h2,
.situation3.pageM2_E16_popup #contenu .popupContent h3,
.situation3.pageM2_E16_popup #contenu .popupContent h4,
.situation3.pageM2_E16_popup #contenu .popupContent h5,
.situation3.pageM2_E16_popup #contenu .popupContent h6 {
  margin-bottom: 30px;
}
.situation3.pageM2_E16_popup #contenu .popupContent p {
  margin-bottom: 30px;
}
.situation3.pageM2_E16_popup #contenu .popupContent ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-left: 20px;
}
.situation3.pageM2_E16_popup #contenu .popupContent ul li {
  margin-bottom: 10px;
}
.situation3.pageM2_E16_popup #contenu .popupContent *:last-child {
  margin-bottom: 0px;
}
.situation3.pageM2_E24_popup #contenu .popup1 .popupContent {
  text-align: center;
}
.situation3.pageM2_E24_popup #contenu .popup1 .popupContent h2,
.situation3.pageM2_E24_popup #contenu .popup1 .popupContent h3,
.situation3.pageM2_E24_popup #contenu .popup1 .popupContent p {
  text-align: left;
}
.situation3.pageM2_E25 #playbar #innerPlaybar #btnNext:before {
  display: none;
}
.situation4.pageM3_E01 #page-background img {
  width: 70%;
}
.situation4.pageM3_E02_podcast #contenu #page-background img {
  max-width: 52%;
}
.situation4.pageM3_E02_podcast #video-container video {
  position: absolute;
  left: -120px;
  top: 280px;
  width: 25%;
  height: auto;
}
.situation4.pageM3_E05 #contenu {
  text-align: center;
}
.situation4.pageM3_E05 #contenu #conteneur-texte .row {
  margin-bottom: 150px;
}
.situation4.pageM3_E05 #contenu #conteneur-texte .row:last-child {
  margin-bottom: 0px;
}
.situation4.pageM3_E05 #contenu #conteneur-texte .introText {
  margin-bottom: 20px;
}
.situation4.pageM3_E05 #contenu #conteneur-texte .btnNext {
  display: inline-block;
  margin-top: 50px !important;
}
.situation4.pageM3_E06 #contenu .question {
  line-height: 50px;
  margin: 0;
}
.situation4.pageM3_E06 #contenu #conteneur_texte {
  padding-top: 60px;
}
.situation4.pageM3_E08 #contenu .question {
  line-height: 50px;
  margin: 0;
}
.situation4.pageM3_E08 #contenu #conteneur_texte {
  padding-top: 60px;
}
.situation4.pageM3_E10 #contenu .question {
  line-height: 50px;
  margin: 0;
}
.situation4.pageM3_E10 #contenu #conteneur_texte {
  padding-top: 60px;
}
.situation4.pageM3_E13 #page-background img {
  width: 70%;
}
.situation4.pageM3_E13 #playbar #innerPlaybar #btnNext:before {
  display: none;
}
.situation5.pageM4_E02 #contenu #retroactions p {
  margin-bottom: 10px;
}
.situation5.pageM4_E02 #contenu #quiz #choices label.wrong:after {
  background: url(img/quiz_good.png) 0px 0px no-repeat;
  background-size: 36px;
}
.situation5.pageM4_E04_podcast #contenu .row .col-4 a {
  position: absolute;
  top: 815px;
}
.situation5.pageM4_E04_podcast #contenu #page-background img {
  max-width: 52%;
}
.situation5.pageM4_E04_podcast #video-container video {
  position: absolute;
  left: -120px;
  top: 440px;
  width: 25%;
  height: auto;
}
.situation5.pageM4_E05 #contenu .imgContenu {
  width: 65%;
}
.situation5.pageM4_E08 #playbar #innerPlaybar #btnNext:before {
  display: none;
}
.situation6.pageM5_E02 #contenu p {
  /*                font-size: 30px;
                line-height: 43px;*/
}
.situation6.pageM5_E02 #site-background .main_bubble {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.situation6.pageM5_E04_podcast #contenu #page-background img {
  max-width: 52%;
}
.situation6.pageM5_E04_podcast #video-container video {
  position: absolute;
  left: -120px;
  top: 280px;
  width: 25%;
  height: auto;
}
.situation6.pageM5_E05_popup #contenu .popupContent img {
  max-width: 100%;
}
.situation6.pageM5_E05_popup #contenu .popupContent .centerPopupContent {
  height: 980px;
  display: flex;
  align-items: center;
}
.situation6.pageM5_E05_popup .drapeau_popup,
.situation6.pageM5_E05_popup #contenu.pageModal .drapeau_popup {
  padding: 0 75px 80px 80px;
}
.situation6.pageM5_E05_popup .popupShow.popup3,
.situation6.pageM5_E05_popup .popupShow.popup4 {
  text-align: center;
}
.situation6.pageM5_E05_popup .popupShow.popup3 p,
.situation6.pageM5_E05_popup .popupShow.popup4 p,
.situation6.pageM5_E05_popup .popupShow.popup3 h3,
.situation6.pageM5_E05_popup .popupShow.popup4 h3 {
  text-align: left;
}
.situation6.pageM5_E06 #contenu #quiz #retroactions {
  height: 960px;
  top: -30px;
  width: 960px;
  padding: 120px 140px;
}
.situation6.pageM5_E06 #contenu #quiz #retroactions p {
  margin-bottom: 20px;
}
.situation6.pageM5_E06 #contenu #quiz #retroactions p:last-child {
  margin-bottom: 0px !important;
}
.situation6.pageM5_E06 #contenu #quiz #retroactions .btn {
  margin-bottom: 20px !important;
}
.situation6.pageM5_E06 #contenu #quiz #retroactions .btnCloseRetro {
  right: 120px;
  top: 80px;
}
.situation6.pageM5_E08 #contenu .imgContenu {
  width: 65%;
}
.situation6.pageM5_E09 #playbar #innerPlaybar #btnNext:before {
  display: none;
}
.situation7.pageM6_E01 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 80%;
}
.situation7.pageM6_E01 #page-background img {
  width: 67%;
  margin-left: 122px;
}
.situation7.pageM6_E02 #contenu p {
  margin-bottom: 20px;
}
.situation7.pageM6_E02 #contenu ul {
  width: 65%;
}
.situation7.pageM6_E02 #contenu #page-background img {
  max-width: 73%;
}
.situation7.pageM6_E03 #contenu .col-4 {
  flex: 0 0 46%;
  max-width: 46%;
}
.situation7.pageM6_E03 #contenu .col-4 h2 {
  margin-bottom: 35px;
}
.situation7.pageM6_E03 #contenu .col-4 .text-01 {
  margin-bottom: 35px;
  line-height: 30px;
}
.situation7.pageM6_E03 #contenu .col-4 .text-02 {
  margin-bottom: 30px;
}
.situation7.pageM6_E03 #contenu .col-4 ul {
  max-width: 75%;
  margin-bottom: 57px;
}
.situation7.pageM6_E03 #contenu .col-4 ul li {
  line-height: 30px;
  margin-bottom: 35px;
}
.situation7.pageM6_E03 #contenu .col-4 .text-03 {
  margin-bottom: 40px;
}
.situation7.pageM6_E03 #contenu .col-4 .section-btn {
  display: flex;
  flex-direction: row;
}
.situation7.pageM6_E03 #contenu .col-4 .section-btn .btnBigWhite {
  padding-right: 100px;
}
.situation7.pageM6_E03 #contenu .col-4 .section-btn .btn01 {
  width: 42%;
  margin-right: 36px;
}
.situation7.pageM6_E03 #contenu .col-4 .section-btn .btn01 span {
  font-weight: bold;
}
.situation7.pageM6_E03 #contenu .col-4 .section-btn .btn02 {
  font-weight: bold;
  padding-top: 29px;
  padding-bottom: 30px;
}
.situation7.pageM6_E03 #contenu .col-5.offset-2 {
  margin-left: 10%;
}
.situation7.pageM6_E03 #contenu .col-5 #page-background img {
  width: 61%;
}
.situation7.pageM6_E04 #contenu #conteneur-texte {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.situation7.pageM6_E04 #contenu #conteneur-texte h3 {
  margin-bottom: 15px;
}
.situation7.pageM6_E04 #contenu .fullpage {
  display: flex;
  justify-content: center;
}
.situation7.pageM6_E04 #contenu .col-4 {
  flex: 0 0 39%;
  max-width: 39%;
}
.situation7.pageM6_E04 #contenu .col-4 img {
  margin-left: 65px;
  margin-bottom: 10px;
}
.situation7.pageM6_E04 #contenu .col-4 .text-02 {
  margin-bottom: 30px;
}
.situation7.pageM6_E04 #contenu .col-4 ul {
  max-width: 75%;
  margin-bottom: 57px;
}
.situation7.pageM6_E04 #contenu .col-4 ul li {
  line-height: 30px;
  margin-bottom: 35px;
}
.situation7.pageM6_E04 #contenu .col-5 {
  flex: 0 0 29%;
  max-width: 29%;
}
.situation7.pageM6_E04 #contenu .col-5 img {
  margin-left: 74px;
  margin-bottom: 10px;
}
.situation7.pageM6_E04 #contenu .col-5 .text-03 {
  margin-bottom: 30px;
}
.situation7.pageM6_E04 #contenu .col-5 ul {
  max-width: 75%;
  margin-bottom: 57px;
}
.situation7.pageM6_E04 #contenu .col-5 ul li {
  line-height: 30px;
  margin-bottom: 15px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions {
  top: -40px;
  width: 940px;
  height: 940px;
  padding: 120px 100px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .retroBloc {
  padding-top: 105px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .btnCloseRetro {
  right: 134px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions h3 {
  margin-bottom: 30px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions p {
  margin-bottom: 25px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .section-btn .btnBigWhite {
  padding-right: 100px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .section-btn .btn01 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .section-btn .btn02 {
  font-weight: bold;
  margin-bottom: 20px;
}
.situation7.pageM6_E06 #contenu #quiz #retroactions .small {
  max-width: 450px;
  margin-left: 140px;
}
.situation7.pageM6_E08 #contenu p {
  max-width: 65%;
  margin-bottom: 20px;
}
.situation7.pageM6_E08 #contenu #page-background img {
  max-width: 73%;
}
.situation7.pageM6_E09 #contenu .col-4 {
  flex: 0 0 36%;
  max-width: 36%;
}
.situation7.pageM6_E09 #contenu .col-4 h2 {
  margin-bottom: 35px;
}
.situation7.pageM6_E09 #contenu .col-4 .text-01 {
  margin-bottom: 35px;
  line-height: 30px;
}
.situation7.pageM6_E09 #contenu .col-4 .text-02 {
  margin-bottom: 30px;
}
.situation7.pageM6_E09 #contenu .col-4 ul {
  max-width: 75%;
  margin-bottom: 57px;
}
.situation7.pageM6_E09 #contenu .col-4 ul li {
  line-height: 30px;
  margin-bottom: 35px;
}
.situation7.pageM6_E09 #contenu .col-5.offset-2 {
  margin-left: 22%;
}
.situation7.pageM6_E09 #contenu .col-5 #page-background {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.situation7.pageM6_E09 #contenu .col-5 #page-background img {
  position: relative;
  top: 12%;
  width: 30%;
}
.situation7.pageM6_E10 #page-background img {
  width: 67%;
  margin-left: 122px;
}
.situation7.pageM6_E10 #playbar #innerPlaybar #btnNext:before {
  display: none;
}
.situation8.pageM7_E01 .col-4 {
  flex: 0 0 37.333333%;
  max-width: 37.333333%;
}
.situation8.pageM7_E01 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 75%;
}
.situation8.pageM7_E01 #page-background img {
  width: 69%;
  margin-left: 95px;
}
.situation8.pageM7_E04 #contenu .btnNewWindow {
  bottom: 15px;
  background-color: #56b659;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: auto;
  z-index: 10;
}
.situation8.pageM7_E04 #contenu img {
  position: absolute;
  top: 0;
  z-index: 5;
}
.situation8.pageM7_E06 #contenu #conteneur-texte {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.situation8.pageM7_E06 #contenu #conteneur-texte h3 {
  margin-bottom: 15px;
}
.situation8.pageM7_E06 #contenu .fullpage {
  display: flex;
  justify-content: space-evenly;
}
.situation8.pageM7_E06 #contenu .col-4 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation8.pageM7_E06 #contenu .col-4 img {
  margin-left: 65px;
  margin-bottom: 22px;
}
.situation8.pageM7_E06 #contenu .col-4 .section-title-01 {
  text-transform: none;
  margin-bottom: 30px;
}
.situation8.pageM7_E06 #contenu .col-4 .text-01 {
  margin-bottom: 30px;
}
.situation8.pageM7_E06 #contenu .col-4 ul {
  margin-bottom: 57px;
}
.situation8.pageM7_E06 #contenu .col-4 ul li {
  line-height: 30px;
  margin-bottom: 10px;
}
.situation8.pageM7_E06 #contenu .col-5 {
  flex: 0 0 29%;
  max-width: 29%;
}
.situation8.pageM7_E06 #contenu .col-5 img {
  position: relative;
  top: -22px;
  margin-left: 74px;
  margin-bottom: 0px;
}
.situation8.pageM7_E06 #contenu .col-5 .section-title-02 {
  text-transform: none;
  margin-bottom: 30px;
}
.situation8.pageM7_E06 #contenu .col-5 .text-02 {
  margin-bottom: 15px;
}
.situation8.pageM7_E06 #contenu .col-5 .text-03 {
  margin-bottom: 10px;
}
.situation8.pageM7_E06 #contenu .col-5 .btnNewWindow {
  margin-top: 15px;
  background-color: #56b659;
}
.situation8.pageM7_E07 #contenu h3 {
  margin-bottom: 15px;
}
.situation8.pageM7_E07 #contenu .col-4 {
  padding-top: 175px !important;
}
.situation8.pageM7_E07 #contenu .col-4 p {
  margin-bottom: 0px;
}
.situation8.pageM7_E07 #contenu .col-4 .btnNewWindow {
  color: #3d3d3d;
  background-color: #FFFFFF;
  background-image: none;
  padding-right: 25px;
}
.situation8.pageM7_E07 #contenu #video-container {
  right: -275px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.situation8.pageM7_E07 #contenu #video-container video {
  width: 60%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.situation8.pageM7_E07 #contenu #video-container .white-block {
  width: 63%;
  height: 65.5%;
  background-color: #FFFFFF;
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.situation8.pageM7_E09 #contenu .row .col-5 {
  padding-top: 50px !important;
}
.situation8.pageM7_E09 #contenu p {
  max-width: 65%;
  margin-bottom: 20px;
}
.situation8.pageM7_E09 #contenu ul {
  max-width: 75%;
}
.situation8.pageM7_E09 #contenu .btnNewWindow {
  background-color: #56b659;
  margin-top: 0px;
}
.situation8.pageM7_E09 #contenu #page-background img {
  max-width: 73%;
}
.situation8.pageM7_E10 .col-4 {
  flex: 0 0 37.333333%;
  max-width: 37.333333%;
}
.situation8.pageM7_E10 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 75%;
}
.situation8.pageM7_E10 #conteneur-texte .blocContenu .btnNewWindow {
  background-color: #56b659;
}
.situation8.pageM7_E10 #page-background img {
  width: 69%;
  margin-left: 95px;
}
.situation8.pageM7_E10 #playbar #innerPlaybar #btnNext:before {
  background-color: transparent;
}
.situation9.pageM1_E08 #contenu #page-background img {
  max-width: 52%;
}
.situation9.pageM1_E08 #video-container video {
  position: absolute;
  left: -120px;
  top: 360px;
  width: 25%;
  height: auto;
}
.situation9.pageM8_E01 .col-4 {
  flex: 0 0 40.333333%;
  max-width: 40.333333%;
}
.situation9.pageM8_E01 #conteneur-texte .blocContenu .bloc-texte {
  max-width: 80%;
}
.situation9.pageM8_E01 #page-background img {
  width: 60%;
  margin-left: 60px;
}
.situation9.pageM8_E02 #contenu .popupContent .centerPopupContent {
  height: 980px;
  display: flex;
  align-items: center;
}
.situation9.pageM8_E02 .row .col-5 {
  padding-top: 50px !important;
}
.situation9.pageM8_E02 .drapeau_popup,
.situation9.pageM8_E02 #contenu.pageModal .drapeau_popup {
  padding: 0 65px 30px 80px;
}
.situation9.pageM8_E02 .drapeau_popup:before {
  z-index: -1;
}
.situation9.pageM8_E02 .drapeau_popup h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: none;
  line-height: 110%;
  margin-bottom: 20px !important;
}
.situation9.pageM8_E02 .drapeau_popup .btnModal {
  padding: 15px 0 !important;
}
.situation9.pageM8_E02 .popupShow img {
  bottom: 0px;
}
.situation9.pageM8_E02 .popupShow .col .row-1 h3 {
  margin-bottom: 25px !important;
}
.situation9.pageM8_E02 .popupShow .col .row-3 {
  position: absolute;
  right: -250px;
  top: 380px;
}
.situation9.pageM8_E02 .popupShow.popup1 .col .row-1 .main-list .item-02 {
  margin-bottom: -5px !important;
}
.situation9.pageM8_E02 .popupShow.popup1 .col .row-1 .main-list .sublist {
  margin-left: -20px !important;
  margin-bottom: 10px !important;
  list-style: none;
}
.situation9.pageM8_E02 .popupShow.popup1 .col .row-1 .main-list .sublist li {
  margin-bottom: 0px !important;
}
.situation9.pageM8_E02 .popupShow.popup1 .col .row-1 .main-list .sublist li:before {
  content: "-";
  margin-right: 15px;
}
.situation9.pageM8_E02 .popupShow.popup2 .col .row-3 img {
  position: relative;
  right: -130px;
  bottom: 70px;
  width: 85%;
}
.situation9.pageM8_E02 .popupShow.popup3 .col .row-3 img {
  position: relative;
  right: -250px;
  bottom: 130px;
  width: 85%;
}
.situation9.pageM8_E02 .popupShow.popup4 .col .row-3 img {
  position: relative;
  right: 0px;
  bottom: 150px;
  width: 85%;
}
.situation9.pageM8_E02 .popupShow.popup5 .col .row-3 img {
  position: relative;
  bottom: 50px;
  width: 80%;
}
.situation9.pageM8_E02 .popupShow.popup6 .col .row-3 img {
  position: relative;
  right: -150px;
  width: 65%;
}
.situation9.pageM8_E02 .popupShow.popup7 .col .row-3 img {
  position: relative;
  bottom: 45px;
  right: -50px;
  width: 70%;
}
.situation9.pageM8_E02 .popupShow.popup8 .col .row-3 img {
  position: relative;
  bottom: 150px;
  right: -250px;
  width: 65%;
}
.situation9.pageM8_E02 .popupShow.popup9 .col .row-3 {
  width: 1000px;
}
.situation9.pageM8_E02 .popupShow.popup9 .col .row-3 img {
  position: relative;
  bottom: 100px;
  right: -425px;
  width: 100%;
}
.situation9.pageM8_E12 #contenu #conteneur-texte {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 15px;
}
.situation9.pageM8_E12 #contenu #conteneur-texte h3 {
  margin-bottom: 50px;
}
.situation9.pageM8_E12 #contenu .fullpage {
  display: flex;
  justify-content: center;
}
.situation9.pageM8_E12 #contenu .fullpage .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.situation9.pageM8_E12 #contenu .fullpage h4 {
  text-transform: none;
}
.situation9.pageM8_E12 #contenu .col-1 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation9.pageM8_E12 #contenu .col-1 img {
  height: 29%;
  margin-bottom: 30px;
}
.situation9.pageM8_E12 #contenu .col-3 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation9.pageM8_E12 #contenu .col-3 img {
  height: 29.8%;
  margin-bottom: 22px;
}
.situation9.pageM8_E12 #contenu .col-5 {
  flex: 0 0 30%;
  max-width: 30%;
}
.situation9.pageM8_E12 #contenu .col-5 img {
  position: relative;
  top: 50px;
  margin-bottom: 79px;
}
.situation9.pageM8_E13 #contenu #conteneur_texte {
  padding-top: 50px;
  z-index: 20;
}
.situation9.pageM8_E13 #contenu #conteneur_texte .col-8 .etape {
  margin-bottom: 20px;
}
.situation9.pageM8_E13 #contenu #conteneur_texte .col-8 .drag-title {
  margin-bottom: 20px;
}
.situation9.pageM8_E13 #contenu #conteneur_texte .btnBigWhite {
  position: relative;
  bottom: 13px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.situation9.pageM8_E13 #contenu #quiz {
  height: 790px;
}
.situation9.pageM8_E13 #contenu #quiz #choices .droppable {
  height: 90px;
  background-color: rgba(252, 181, 47, 0.15);
}
.situation9.pageM8_E13 #contenu #quiz #choices .draggable {
  top: 30px;
  height: 90px;
}
.situation9.pageM8_E13 #contenu #quiz #choices .draggable.good:after {
  top: 20px;
  right: 18px;
}
.situation9.pageM8_E13 #contenu #quiz #choices .draggable.wrong:after {
  top: 20px;
  right: 18px;
}
.situation9.pageM8_E13 #contenu #quiz #choices .droppable_content {
  height: 600px;
  padding: 110px 40px 20px 40px;
}
.situation9.pageM8_E15 #contenu .col-4 {
  flex: 0 0 44%;
  max-width: 44%;
}
.situation9.pageM8_E15 #contenu .col-4 h2 {
  margin-bottom: 50px;
}
.situation9.pageM8_E15 #contenu .col-4 .text-01,
.situation9.pageM8_E15 #contenu .col-4 .text-02 {
  margin-bottom: 25px;
  line-height: 30px;
}
.situation9.pageM8_E15 #contenu .col-4 .btnWhite-01 {
  padding: 25px 90px 25px 45px;
  margin-bottom: 100px;
}
.situation9.pageM8_E15 #contenu .col-4 .section-btn {
  display: flex;
  flex-direction: row;
}
.situation9.pageM8_E15 #contenu .col-4 .section-btn .btnBigWhite {
  padding: 25px 90px 25px 45px;
}
.situation9.pageM8_E15 #contenu .col-4 .section-btn .btn01 {
  margin-right: 30px;
}
.situation9.pageM8_E15 #contenu .col-4 .section-btn .btn02 {
  margin-right: 30px;
}
.situation9.pageM8_E15 #contenu .col-5.offset-2 {
  margin-left: 10%;
}
.situation9.pageM8_E15 #contenu .col-5 #page-background img {
  width: 80%;
}
.situation9.pageM8_E16 .col-4 {
  flex: 0 0 41.333333%;
  max-width: 41.333333%;
}
.situation9.pageM8_E16 #conteneur-texte .blocContenu .gris {
  max-width: 77%;
}
.situation9.pageM8_E16 #page-background img {
  width: 60%;
  margin-left: 60px;
}
.situation9.pageM8_E16 #playbar #innerPlaybar #btnNext:before {
  background-color: transparent;
}
