body {
  font-family: Lato;
  color: #034b66;
}
a,
a:visited {
  color: inherit;
}
button {
  color: inherit;
  font-family: inherit;
}
.pull-right {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none;
}
.pointer {
  cursor: pointer;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
div.page,
.full-height {
  height: 100%;
  overflow: hidden;
  position: relative;
}
div.page {
  background: white;
}
button.unstyled {
  background: transparent;
  border: none;
  padding: 0;
}
a:active,
button:active {
  opacity: 0.5;
}
div.scrollable-content {
  overflow-y: auto;
  touch-action: pan-y;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#left-menu-button {
  position: absolute;
  z-index: 5;
  top: 1.3rem;
  left: 1rem;
  height: 2rem;
  max-width: 3rem;
}
#left-menu-button img {
  height: 100%;
  max-width: 100%;
}
#left-menu {
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 4rem;
  padding-left: 1rem;
  width: 19rem;
  z-index: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  background: #e4e3d8;
  font-size: 1.25em;
  line-height: 2.5;
}
#left-menu .scrollable-content {
  height: 100%;
}
#left-menu a {
  color: inherit;
  text-decoration: none;
}
#left-menu img.picto {
  height: 1.6em;
  margin-bottom: -0.4em;
  margin-right: 0.2em;
}
#left-menu img.flag {
  width: 1.6em;
  margin-right: 0.2em;
}
#left-menu:not(.open) {
  -webkit-transform: translateX(-20rem);
  transform: translateX(-20rem);
}
#page-content {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  box-shadow: -5px 0 5px 0 #999;
}
#page-content.menu-open {
  -webkit-transform: translateX(20rem);
  transform: translateX(20rem);
}
.routing-animation,
div.page.routing-animation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div.page-header {
  height: 4rem;
  padding: 1rem 0 0;
  font-size: 1.8rem;
  text-align: center;
}
div.page-header a.logo img {
  height: 100%;
}
div.page-header span.flags {
  position: absolute;
  right: 0.5em;
}
div.page-title {
  min-height: 5rem;
  color: white;
  line-height: 5rem;
  background: #48acbb no-repeat 100% center / auto 100%;
}
div.page-title.color-green {
  background-color: #009688;
}
div.page-title.color-cyan {
  background-color: #48acbb;
}
div.page-title.color-orange {
  background-color: #ff6f00;
}
div.page-title.color-yellow {
  background-color: #fecb00;
}
div.page-title.color-fuschia {
  background-color: #dd174f;
}
div.page-title.color-purple {
  background-color: #6f2476;
}
div.page-title.color-blue {
  background-color: #4053a0;
}
div.page-title.picto-bonzai {
  background-image: url('../img/levier-serenite-alpha.png');
}
div.page-title.picto-gears {
  background-image: url('../img/levier-memoire-alpha.png');
}
div.page-title.picto-idea {
  background-image: url('../img/levier-creativite-alpha.png');
}
div.page-title.picto-speak {
  background-image: url('../img/levier-relation-alpha.png');
}
div.page-title.picto-concentration {
  background-image: url(../img/Concentration.svg);
}
div.page-title.picto-prepamentale {
  background-image: url(../img/PrepaMentale.svg);
}
div.page-title.picto-sommeil {
  background-image: url(../img/Sommeil.svg);
}
div.page-title.picto-regeneration {
  background-image: url(../img/Regeneration.svg);
}
.new div.page-title {
  background-color: #48acbb;
  background-image: url('../img/levier-creativite-alpha.png');
}
.best-rated div.page-title {
  background-image: url('../img/pic-fil-plus-vus-white.png');
}
.favorites div.page-title {
  background-image: url('../img/pic-fil-favoris-white.png');
}
.share div.page-title {
  background-image: url('../img/pic-partager-white.png');
}
div.page-title.diag-home {
  background: #034b66 url('../img/picto-mme-score.png') no-repeat 95% / auto 60%;
}
div.page-title button.back,
div.page-title a.back,
div.page-title span.spacer {
  display: inline-block;
  width: 4rem;
  vertical-align: middle;
  text-align: center;
}
div.page-title button.back img.bt-back,
div.page-title a.back img.bt-back,
div.page-title span.spacer img.bt-back {
  height: 1.8rem;
  margin-bottom: 0.2em;
}
div.page-title span.title-name {
  display: inline-block;
  font-family: Montserra;
  text-transform: uppercase;
  width: 25rem;
  line-height: 2rem;
  vertical-align: middle;
}
div.page-title span.title-name small {
  font-size: 0.7em;
  text-transform: none;
}
div.page-exercise div.exercise-title {
  color: white;
  padding: 1rem 1.5rem 1rem 4rem;
  background-color: #48acbb;
  position: relative;
}
div.page-exercise div.exercise-title.color-green {
  background-color: #009688;
}
div.page-exercise div.exercise-title.color-cyan {
  background-color: #48acbb;
}
div.page-exercise div.exercise-title.color-orange {
  background-color: #ff6f00;
}
div.page-exercise div.exercise-title.color-yellow {
  background-color: #fecb00;
}
div.page-exercise div.exercise-title.color-fuschia {
  background-color: #dd174f;
}
div.page-exercise div.exercise-title.color-purple {
  background-color: #6f2476;
}
div.page-exercise div.exercise-title.color-blue {
  background-color: #4053a0;
}
div.page-exercise div.exercise-title.from-new {
  background-color: #48acbb;
}
div.page-exercise div.exercise-title.from-beginners {
  background-color: #009688;
}
div.page-exercise div.exercise-title.from-author {
  background-color: #fecb00;
}
div.page-exercise div.exercise-title.diag-home {
  background-color: #034b66;
}
div.page-exercise div.exercise-title button.back {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 5rem;
  width: 4rem;
  text-align: center;
  font-size: 1.4em;
}
div.page-exercise div.exercise-title button.back img {
  height: 1.8rem;
}
div.page-exercise div.exercise-title div.title {
  font-size: 1.4em;
}
div.page-exercise div.exercise-title div.info span.author {
  font-size: 1.2em;
}
div.page-exercise div.exercise-title div.info span.author a {
  color: white;
  font-weight: bold;
}
div.page-exercise .preload-button {
  height: 10rem;
  width: 10rem;
  margin: 2rem auto 0;
  border-radius: 5rem;
  text-align: center;
  background-color: #48acbb;
}
div.page-exercise .preload-button .exercise-type {
  margin-top: 2rem;
  height: 4rem;
}
div.page-exercise .preload-button span.duration {
  display: block;
  color: white;
}
div.page-exercise .preload-button span.duration img {
  height: 1em;
  margin-bottom: -0.1em;
  margin-right: 0.5em;
}
div.page-exercise .preload-button.color-green {
  background-color: #009688;
}
div.page-exercise .preload-button.color-cyan {
  background-color: #48acbb;
}
div.page-exercise .preload-button.color-orange {
  background-color: #ff6f00;
}
div.page-exercise .preload-button.color-yellow {
  background-color: #fecb00;
}
div.page-exercise .preload-button.color-fuschia {
  background-color: #dd174f;
}
div.page-exercise .preload-button.color-purple {
  background-color: #6f2476;
}
div.page-exercise .preload-button.color-blue {
  background-color: #4053a0;
}
div.page-exercise .preload-button.from-new {
  background-color: #48acbb;
}
div.page-exercise .preload-button.from-beginners {
  background-color: #009688;
}
div.page-exercise .preload-button.from-author {
  background-color: #fecb00;
}
div.page-exercise .preload-button.diag-home {
  background-color: #034b66;
}
div.page-exercise .preloading {
  height: 24rem;
  text-align: center;
}
div.page-exercise .preloading .wait-legend {
  margin-top: 0.5em;
  font-style: italic;
}
div.page-exercise .preloading svg {
  width: 20rem;
}
div.page-exercise .preloading svg .background {
  fill: white;
}
div.page-exercise .preloading svg .progress {
  fill: #cecece;
}
div.page-exercise .preloading svg .move {
  fill: #48acbb;
}
div.page-exercise .preloading svg .action-text {
  fill: white;
  font-size: 10px;
  text-anchor: middle;
  font-family: Lato;
}
div.page-exercise .color-green .preloading svg .move {
  fill: #009688;
}
div.page-exercise .color-cyan .preloading svg .move {
  fill: #48acbb;
}
div.page-exercise .color-orange .preloading svg .move {
  fill: #ff6f00;
}
div.page-exercise .color-yellow .preloading svg .move {
  fill: #fecb00;
}
div.page-exercise .color-fuschia .preloading svg .move {
  fill: #dd174f;
}
div.page-exercise .color-purple .preloading svg .move {
  fill: #6f2476;
}
div.page-exercise .color-blue .preloading svg .move {
  fill: #4053a0;
}
div.page-exercise .from-new .preloading svg .move {
  fill: #48acbb;
}
div.page-exercise .from-beginners .preloading svg .move {
  fill: #009688;
}
div.page-exercise .from-author .preloading svg .move {
  fill: #fecb00;
}
div.page-exercise .diag-home .preloading svg .move {
  background-color: #034b66;
}
div.page-exercise .science-proven {
  float: right;
  width: 8rem;
  margin: 2rem 2rem 0 0;
}
div.page-exercise .text-center {
  text-align: center;
}
div.page-exercise button.program {
  display: inline-block;
  margin: 1em 2em;
  height: 2.5em;
  font-weight: bold;
  background: #48acbb;
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 5px #777;
  text-align: center;
}
div.page-exercise button.program.color-green {
  background-color: #009688;
}
div.page-exercise button.program.color-cyan {
  background-color: #48acbb;
}
div.page-exercise button.program.color-orange {
  background-color: #ff6f00;
}
div.page-exercise button.program.color-yellow {
  background-color: #fecb00;
}
div.page-exercise button.program.color-fuschia {
  background-color: #dd174f;
}
div.page-exercise button.program.color-purple {
  background-color: #6f2476;
}
div.page-exercise button.program.color-blue {
  background-color: #4053a0;
}
div.page-exercise button.program.from-new {
  background-color: #48acbb;
}
div.page-exercise button.program.from-beginners {
  background-color: #009688;
}
div.page-exercise button.program.from-author {
  background-color: #fecb00;
}
div.page-exercise button.program.diag-home {
  background-color: #034b66;
}
@keyframes preloadScale {
  0%,
  66%,
  100% {
    transform: none;
  }
  33% {
    transform: scale(2);
  }
}
img.duration {
  height: 1em;
  margin-bottom: -0.2em;
  margin-right: 0.5em;
}
div.page-exercise div.description {
  padding: 1rem 2rem;
  font-size: 1.1em;
}
img.fav {
  height: 2em;
  margin-left: 0.5em;
}
button.play-intro {
  font-weight: bold;
  margin: 2rem;
  font-size: 1.2em;
  text-decoration: underline;
}
img.play {
  height: 1em;
  margin-bottom: -0.2em;
}
button.play-exo {
  display: block;
  margin: 2rem 2rem 1rem;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2em;
  color: #48acbb;
}
div.voice-selector + button.play-exo {
  margin-top: 0;
}
button.play-exo img.play {
  height: 1.5em;
  margin-bottom: -0.4em;
}
button.play-exo:disabled {
  opacity: 0.3;
}
div.voice-selector {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 2em;
  color: #ff6f00;
}
div.voice-selector span.voice.active {
  font-weight: bold;
}
div.intro-title {
  margin: 1rem 2rem 0;
  text-transform: uppercase;
  font-weight: bold;
}
video {
  width: 32rem;
  display: block;
  margin: auto;
}
@media (orientation: landscape) {
  video {
    max-height: 15rem;
  }
}
video.hidden {
  display: none;
}
div.page-exercise button.back-to-top {
  margin: 1rem;
  float: right;
}
div.page-exercise button.back-to-top img {
  height: 3rem;
}
div.bottom-menu {
  position: absolute;
  bottom: 0;
  background: #48acbb;
  height: 4rem;
  line-height: 3.2rem;
  font-size: 3rem;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: white;
}
div.bottom-menu button {
  display: inline-block;
  width: 6rem;
  text-align: center;
}
div.bottom-menu img.bt-bottom {
  height: 1em;
  vertical-align: middle;
}
div.bottom-menu .submenu {
  position: absolute;
  z-index: 1;
  bottom: 4rem;
  left: 0;
  right: 0;
  border-bottom: solid 1px white;
  background: white;
}
div.bottom-menu .submenu button,
div.bottom-menu .submenu a {
  display: block;
  background: #48acbb;
  border-top: solid 1px white;
  padding: 0 1em;
  font-size: 70%;
  line-height: 2;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  text-align: inherit;
}
div.bottom-menu .submenu img {
  height: 1.3em;
  vertical-align: middle;
}
div.bottom-menu .overlay {
  position: absolute;
  z-index: 0;
  bottom: 4rem;
  left: 0;
  right: 0;
  height: 100vh;
}
div.home-entries {
  padding: 1rem 0;
}
@media (max-aspect-ratio: 0.6875) {
  div.home-entries {
    margin-top: 4rem;
  }
}
div.home-entries div.entry {
  display: block;
  margin: 1rem;
  height: 8rem;
  line-height: 8rem;
  padding-left: 8rem;
  font-family: Lato;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #034b66 left center no-repeat;
  background-size: auto 100%;
  text-align: right;
  border-radius: 4rem 0 0 4rem;
}
@media (min-device-aspect-ratio: 0.6875) {
  div.home-entries div.entry {
    height: 6rem;
    line-height: 6rem;
  }
}
div.home-entries div.entry.color-green {
  background-color: #009688;
}
div.home-entries div.entry.color-cyan {
  background-color: #48acbb;
}
div.home-entries div.entry.color-orange {
  background-color: #ff6f00;
}
div.home-entries div.entry.color-yellow {
  background-color: #fecb00;
}
div.home-entries div.entry.color-fuschia {
  background-color: #dd174f;
}
div.home-entries div.entry.color-purple {
  background-color: #6f2476;
}
div.home-entries div.entry.color-blue {
  background-color: #4053a0;
}
div.home-entries div.entry.picto-bonzai {
  background-image: url('../img/levier-serenite-alpha.png');
}
div.home-entries div.entry.picto-gears {
  background-image: url('../img/levier-memoire-alpha.png');
}
div.home-entries div.entry.picto-idea {
  background-image: url('../img/levier-creativite-alpha.png');
}
div.home-entries div.entry.picto-speak {
  background-image: url('../img/levier-relation-alpha.png');
}
div.home-entries div.entry.picto-concentration {
  background-image: url(../img/Concentration.svg);
}
div.home-entries div.entry.picto-prepamentale {
  background-image: url(../img/PrepaMentale.svg);
}
div.home-entries div.entry.picto-sommeil {
  background-image: url(../img/Sommeil.svg);
}
div.home-entries div.entry.picto-regeneration {
  background-image: url(../img/Regeneration.svg);
}
div.home-entries div.entry .label {
  margin-top: -0.2em;
  line-height: normal;
  vertical-align: middle;
  font-weight: bold;
}
@media (orientation: portrait) {
  div.home-entries div.entry .label {
    display: inline-block;
    width: 22rem;
  }
}
div.home-entries div.entry img.bt-open {
  margin-left: 2rem;
  margin-right: 1rem;
}
div.home-entries .entry.mymescore {
  height: 6rem;
  line-height: 6rem;
  padding-left: 6rem;
  font-size: 1.6rem;
  color: white;
  background: #034b66 url('../img/picto-mme-score.png') 1em center no-repeat;
  background-size: auto 70%;
  border-radius: 0;
}
div.home-entries .entry.news {
  height: 6rem;
  line-height: 6rem;
  padding-left: 6rem;
  font-size: 1.8rem;
  color: white;
  background: #48acbb url('../img/bt-add.png') 2.5rem center no-repeat;
  background-size: auto 50%;
  border-radius: 0;
}
.situation-intro {
  padding: 3rem 2rem 1rem;
  font-size: 120%;
}
div.situations {
  padding: 1em 2rem;
  box-sizing: border-box;
}
div.situations > a {
  display: block;
  position: relative;
  padding: 0.8em 1.5em 0.8em 0.5em;
  font-size: 1.25em;
  color: #034b66;
  text-decoration: none;
}
div.situations > a:nth-child(2n) {
  background: #f4f4f4;
}
div.situations > a:nth-child(2n+1) {
  background: #c8e6eb;
}
.color-green div.situations > a:nth-child(2n+1) {
  background: #b3e0db;
}
.color-orange div.situations > a:nth-child(2n+1) {
  background: #ffd4b3;
}
.color-yellow div.situations > a:nth-child(2n+1) {
  background: #ffefb3;
}
.color-fuschia div.situations > a:nth-child(2n+1) {
  background: #f5b9ca;
}
.color-purple div.situations > a:nth-child(2n+1) {
  background: #d4bdd6;
}
.color-blue div.situations > a:nth-child(2n+1) {
  background: #c6cbe3;
}
.diag-home div.situations > a:nth-child(2n+1) {
  background: #b3c9d1;
}
div.situations > a span.icon-right {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 100%;
}
img.bt-open,
img.bt-back {
  height: 0.5em;
  vertical-align: middle;
}
div.exercises a {
  display: block;
  position: relative;
  margin: 2rem;
  line-height: 5rem;
  padding-bottom: 0.5rem;
  font-family: Lato;
  color: #034b66;
  text-decoration: none;
  border-bottom: 1px solid #034b66;
}
div.exercises a span.title {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
@media (orientation: portrait) {
  div.exercises a span.title {
    width: 20rem;
  }
}
div.exercises a span.title span.author-name,
div.exercises a span.title span.rating {
  font-size: 0.9em;
}
div.exercises a span.title span.author-name {
  color: #48acbb;
  text-transform: uppercase;
  font-weight: bold;
}
div.exercises a span.fav {
  position: absolute;
  right: 9.8rem;
}
div.exercises a span.fav span.icons {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
div.exercises a span.fav img.pict-fav {
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
}
div.exercises a span.type-and-duration {
  position: absolute;
  right: 4.5rem;
  top: 0;
  bottom: 0;
  height: 2.5em;
  margin: auto;
  text-align: center;
  line-height: 1.1;
}
div.exercises a span.type-and-duration img.exercise-type {
  height: 1em;
}
div.exercises a span.type-and-duration span.duration {
  display: block;
  color: #48acbb;
  font-weight: bold;
}
div.exercises a span.locked {
  position: absolute;
  right: 2.5rem;
}
div.exercises a span.locked img.pict-lock {
  height: 0.8em;
  vertical-align: middle;
}
div.exercises a span.bt-open {
  position: absolute;
  right: 1rem;
}
div.exercises a span.bt-open img {
  margin-bottom: 0.2em;
}
div.exercises .program-not-done a span.title {
  font-weight: bold;
}
div.audiozone,
div.video {
  text-align: center;
  margin: 2rem auto 0;
  width: 32rem;
  padding: 2rem;
  font-size: 2em;
}
div.exercises-timed-image {
  position: relative;
  width: 32rem;
  height: 15rem;
  margin: auto;
}
div.exercises-timed-image div.timed-image-wrapper {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
div.exercises-timed-image div.timed-image-wrapper.current {
  opacity: 1;
}
div.exercises-timed-image div.timed-image-wrapper img.timed-image {
  max-width: 100%;
  max-height: 100%;
}
div.exercise-intro {
  font-size: 1.1em;
  position: relative;
  padding: 1rem 2rem;
}
div.exercise-intro .search-keyword-title {
  margin-right: 0.5em;
  font-style: italic;
}
div.exercise-intro .search-keyword {
  margin-right: 0.5em;
}
.progress-circle-wrapper {
  margin: auto;
  height: 20rem;
  width: 20rem;
  border: transparent 0.2rem;
  border-radius: 20rem;
  position: relative;
  z-index: 0;
}
.progress-circle-wrapper button {
  position: absolute;
  z-index: 2;
  top: 9.5rem;
  left: 8.5rem;
  height: 3rem;
  width: 3rem;
}
.progress-circle-wrapper button img.play {
  height: 3rem;
  margin: 0;
  display: block;
}
@media (orientation: landscape) {
  .progress-circle-wrapper {
    height: 15rem;
    width: 15rem;
  }
  .progress-circle-wrapper button {
    top: 7rem;
    left: 6rem;
  }
}
.progress-circle {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url('../img/play-audio-big.png') no-repeat center 30%;
  background-size: 80%;
  border: solid 0.2rem #ff6f00;
  border-radius: 20rem;
}
.progress-circle .point {
  border: solid 0.5rem #034b66;
  border-radius: 1rem;
  position: absolute;
  top: -0.6rem;
  /* - 0.2/2 - 0.5 */
  left: 9.5rem;
  /* 20/2 - 0.5 */
  -webkit-transform-origin: 0.5rem 10.6rem;
  transform-origin: 0.5rem 10.6rem;
  /* border // 20/2 - top */
}
.progress-circle .label {
  text-align: center;
  margin-top: 14.5rem;
}
@media (orientation: landscape) {
  .progress-circle .point {
    left: 7rem;
    -webkit-transform-origin: 0.5rem 8.1rem;
    transform-origin: 0.5rem 8.1rem;
  }
  .progress-circle .label {
    margin-top: 11rem;
  }
}
.progress-line-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.progress-line {
  margin: 0 0.4em;
  width: 20rem;
  border: solid 0.2rem #ff6f00;
  position: relative;
}
.progress-line .point {
  border: solid 0.5rem #034b66;
  border-radius: 1rem;
  position: absolute;
  top: -0.5rem;
  left: -0.6rem;
}
div.authors a {
  display: block;
  margin: 1em 2rem;
  padding: 0.5em 0;
  font-size: 1.25em;
  color: #034b66;
  text-decoration: none;
  border-bottom: 1px solid #034b66;
}
@media (min-width: 468px) {
  div.authors a {
    margin: 0.5em 2rem;
  }
}
div.author-header {
  margin: 0 2rem;
}
div.author-header img.author-photo {
  margin: 1rem;
  height: 8rem;
  border-radius: 4rem;
  vertical-align: middle;
}
div.author-header span.author-name {
  font-weight: bold;
  margin-left: 1rem;
}
div.page-author div.author-exercises-link {
  margin: 2rem;
  font-size: 0.8em;
}
div.page-author div.author-exercises-link a {
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background: #ff6f00;
  border-radius: 0.5em;
  text-decoration: none;
}
div.page-author div.author-exercises-link a img.bt-open {
  height: 1em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}
div.page-author div.biography {
  margin: 0 2rem;
}
div.page-author div.biography div.header {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1rem;
}
div.edito div.text {
  margin: 2rem;
}
div.edito div.text.contact {
  margin: 2rem 4rem;
}
div.edito div.text a {
  color: #034b66;
}
div.edito img.inline {
  height: 2em;
  margin-bottom: -0.5em;
}
body.cordova .webapp-only {
  display: none;
}
div.rate {
  margin: 2rem;
  font-size: 1.2em;
}
div.rating-popup {
  position: absolute;
  background: white;
  left: 30%;
  right: 30%;
  top: 30%;
  bottom: 30%;
  border: 1px solid #034b66;
  border-radius: 1rem;
}
div.rating-popup:not(.open) {
  display: none;
}
div.login-page div.login-form {
  margin: 1rem;
}
div.login-intro {
  margin: 1rem;
}
div.skip-login {
  text-align: right;
  margin: 0 1rem 1rem 0;
}
div.skip-login a {
  color: inherit;
  text-decoration: none;
  line-height: 2em;
  vertical-align: top;
}
div.skip-login a span.close {
  font-size: 2em;
  font-weight: bold;
}
div.login-form {
  text-align: center;
}
div.login-form input,
div.login-form select {
  width: 30rem;
  box-sizing: border-box;
  border: solid 1px #cccccc;
}
div.login-form img.password-label {
  height: 1.6em;
}
div.login-form h3 {
  font-size: 1em;
}
div.login-form h3.back {
  text-decoration: underline;
}
div.login-form h3.panel {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: Lato;
  font-weight: bold;
  background: #034b66;
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
}
div.login-form div.form-row {
  margin: 1rem 0;
}
div.login-form div.form-row label {
  font-weight: bold;
}
div.login-form div.actions a {
  text-decoration: underline;
}
div.login-form div.company-code {
  margin-top: 2rem;
}
div.login-form button,
div.login-form a.button {
  display: block;
  margin: 1em auto;
  width: 80%;
  height: 2.5em;
  font-weight: bold;
  background: #ff6f00;
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 5px #777;
  text-align: center;
}
div.login-form button.login {
  background: #48acbb;
  border: solid 2px #ff6f00;
}
div.login-form .yes-no button {
  display: inline-block;
  width: 40%;
}
div.login-form .yes-no button + button {
  margin-left: 9%;
}
div.login-form div.forgot-password {
  text-align: right;
  width: 30rem;
  margin: auto;
}
div.login-form div.forgot-password a {
  text-decoration: underline;
}
div.login-form div.error {
  margin: 1rem 0;
  color: red;
}
div.login-form div.login-info {
  margin: 1rem 0;
}
div.login-form p.small {
  font-size: 80%;
}
div.login-form input.companycode {
  margin-top: 1em;
}
.login-header-image {
  width: 70%;
}
.login-header-image.login-home {
  margin-top: 4em;
}
.login-header-image.register {
  width: 25%;
  margin-top: 1em;
}
div.popup {
  position: absolute;
  z-index: 1;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  margin: auto;
  padding: 1rem;
  background: white;
  border: solid 1px #034b66;
}
div.popup:not(.open) {
  display: none;
}
div.popup button.close-popup {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 1rem;
}
div.iap-popup {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
div.iap-popup button.close-popup {
  color: white;
}
div.iap-popup div.iap-header {
  background: #48acbb;
  color: white;
  padding: 1em;
}
div.iap-popup div.iap-header div.title {
  font-size: 160%;
  padding: 0 1em;
}
div.iap-popup div.iap-header div.feature {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
div.iap-popup div.iap-header div.feature img {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
}
div.iap-popup div.iap-header div.feature img.plus {
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0.5em;
}
div.iap-popup div.iap-header div.feature span {
  flex: 1;
}
div.iap-popup div.iap-content div.title {
  font-size: 150%;
  padding: 1em 1em 0 1em;
  text-align: center;
}
div.iap-popup div.iap-content div.title.highlight {
  color: #ff6f00;
}
div.iap-popup div.iap-content div.title-promo {
  font-size: 120%;
  padding: 0 1em;
  text-align: center;
  color: #ff6f00;
}
div.iap-popup div.products {
  margin: 1em;
  display: flex;
  justify-content: space-evenly;
}
div.iap-popup div.products div.product {
  width: 11rem;
  padding: 5px;
  border: solid 3px transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.iap-popup div.products div.product.selected {
  border-color: #ff6f00;
}
div.iap-popup div.products div.product div.header {
  background: #375980;
  color: white;
  padding: 0.5em 0;
}
div.iap-popup div.products div.product div.free {
  background: #E6E6E6;
  color: #6c7488;
  border-bottom: solid 1px #6c7488;
  padding: 1em 0.5em;
  display: flex;
  height: 2em;
  flex-direction: column;
  justify-content: center;
}
div.iap-popup div.products div.product div.price {
  background: #E6E6E6;
  color: #6d7588;
  padding: 1em 0.5em;
  height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.iap-popup div.products div.product div.price + .price {
  border-top: solid 1px #6c7488;
}
div.iap-popup div.products div.product div.price .oldprice {
  width: fit-content;
  align-self: center;
  position: relative;
}
div.iap-popup div.products div.product div.price .oldprice::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  margin: auto;
  background: #ff6f00;
}
div.iap-popup div.products div.product div.price .newprice {
  display: inline-block;
  background: #ff6f00;
  color: white;
  font-weight: bold;
  border-radius: 1em;
  padding: 0.3em 0;
}
div.iap-popup div.message {
  text-align: center;
  padding: 0 1em;
}
div.iap-popup div.buttons {
  margin: 0.5em 0;
  text-align: center;
  color: #6c7488;
}
div.iap-popup div.buttons a {
  text-decoration: none;
}
div.iap-popup p.terms {
  padding: 1em;
  text-align: center;
  font-size: 80%;
}
div.iap-popup div.action {
  text-align: center;
  margin: 1em;
}
div.iap-popup div.action button {
  display: inline-block;
  background: #48acbb;
  color: white;
  width: 80%;
  font-size: 160%;
  text-transform: uppercase;
  height: 3em;
  border: none;
  border-radius: 1.5em;
}
div.iap-popup div.action button.active {
  opacity: 0.5;
}
div.iap-popup div.action .buying {
  font-size: 160%;
  height: 3em;
}
div.iap-popup div.action .buying .round {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 3rem 1rem;
  background: #48acbb;
  border-radius: 1rem;
  animation: preloadScale infinite 1s;
}
div.iap-popup div.action .buying .round:nth-child(2) {
  animation-delay: 0.25s;
}
div.iap-popup div.action .buying .round:nth-child(3) {
  animation-delay: 0.5s;
}
div.iap-popup div.action .buying .round:nth-child(4) {
  animation-delay: 0.75s;
}
div.not-full-access {
  text-align: center;
}
div.not-full-access img.store-icon {
  height: 3em;
}
div.popup.rateapp {
  text-align: center;
}
div.popup.rateapp .button {
  font-weight: bold;
  background: #034b66;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
div.favorites div.empty-favorites {
  padding: 2rem;
  font-size: 1.5em;
}
div.favorites div.empty-favorites p.image {
  text-align: center;
}
div.favorites div.empty-favorites p.image img {
  height: 3em;
}
div.page.share div.row {
  margin: 4rem 2rem;
  text-align: center;
  font-size: 2em;
}
div.page.share div.row a {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #ff6f00;
  border-radius: 0.5em;
  padding: 0.3em 1em;
}
div.page.share div.row a img.bt-open {
  height: 0.7em;
  margin-left: 0.5em;
}
.week-exercise-popup {
  position: absolute;
  z-index: 0;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 2rem;
  background: white no-repeat center center;
  background-size: cover;
}
@media (min-width: 468px) {
  .week-exercise-popup {
    font-size: 0.8em;
  }
}
@media (orientation: landscape) and (min-width: 1280px) {
  .week-exercise-popup {
    padding-right: 66%;
  }
}
.week-exercise-popup button.close {
  position: absolute;
  right: 4rem;
  top: 0.5rem;
  color: #EC6607;
}
.week-exercise-popup button.close img {
  height: 1.6em;
  margin-bottom: -0.3em;
}
.week-exercise-popup div.title {
  font-weight: bold;
  text-transform: uppercase;
}
.week-exercise-popup div.exercise-title {
  font-size: 2.5em;
}
.week-exercise-popup div.bottom {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
}
@media (orientation: landscape) and (min-width: 1280px) {
  .week-exercise-popup div.bottom {
    right: 66%;
  }
}
.week-exercise-popup div.bottom span.author {
  font-style: italic;
  text-transform: uppercase;
  margin-right: 1em;
}
.week-exercise-popup div.bottom span.author a.author-name {
  font-weight: bold;
}
.week-exercise-popup div.bottom span.duration img {
  height: 1em;
  margin-bottom: -0.2em;
}
.week-exercise-popup div.bottom div.description {
  margin: 1rem 0;
}
.week-exercise-popup div.bottom a.listen {
  display: block;
  background: #ff6f00;
  color: white;
  font-size: 1.25em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.5em 1em 0.7em;
  margin: 2rem 0;
  text-align: center;
}
.week-exercise-popup div.bottom a.listen img {
  height: 1.5em;
  margin-bottom: -0.4em;
  margin-right: 0.5em;
}
div.page-diagnostic {
  background-color: #e4e3d8;
}
div.page-diagnostic div.page-title {
  background-color: #fecb00;
  color: #034b66;
  text-align: center;
  position: relative;
}
div.page-diagnostic div.page-title span.title-name {
  width: 32rem;
}
div.page-diagnostic div.page-title button.back {
  position: absolute;
  left: 0;
  height: 100%;
}
div.page-diagnostic div.page-title.color-blue {
  color: white;
  background: #4053a0;
}
div.page-diagnostic div.page-title.color-fuschia {
  color: white;
  background: #dd174f;
}
div.page-diagnostic div.page-title.color-green {
  color: white;
  background: #009688;
}
div.page-diagnostic h2,
div.page-diagnostic p.center {
  text-align: center;
}
div.page-diagnostic div.diagnostic-theme {
  margin: 2rem;
  text-align: right;
  font-size: 160%;
  color: white;
  height: 8rem;
  line-height: 8rem;
  padding-right: 1em;
  box-shadow: 0 0 5px #aaa;
  cursor: pointer;
  position: relative;
  border-radius: 4rem 0 0 4rem;
  background: no-repeat left center / auto 100%;
}
div.page-diagnostic div.diagnostic-theme span.locked {
  position: absolute;
  left: 9.5rem;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.page-diagnostic div.diagnostic-theme span.locked img.pict-lock {
  height: 0.8em;
  vertical-align: middle;
  margin-bottom: 0.15em;
}
div.page-diagnostic div.diagnostic-theme.color-fuschia {
  background-color: #dd174f;
}
div.page-diagnostic div.diagnostic-theme.color-blue {
  background-color: #4053a0;
}
div.page-diagnostic div.diagnostic-theme.color-green {
  background-color: #009688;
}
div.page-diagnostic div.diagnostic-theme.picto-concentration {
  background-image: url(../img/Concentration.svg);
}
div.page-diagnostic div.diagnostic-theme.picto-sommeil {
  background-image: url(../img/Sommeil.svg);
}
div.page-diagnostic div.diagnostic-theme.picto-prepamentale {
  background-image: url(../img/PrepaMentale.svg);
}
div.page-diagnostic div.diagnostic-theme.picto-regeneration {
  background-image: url(../img/Regeneration.svg);
}
div.page-diagnostic div.diagnostic-progress {
  text-align: center;
  margin: 0.7em 0;
}
div.page-diagnostic div.diagnostic-progress span {
  display: inline-block;
  height: 0.75em;
  width: 0.6em;
  background: #ff6f00;
  border-right: solid 1px white;
}
div.page-diagnostic div.diagnostic-progress span.current,
div.page-diagnostic div.diagnostic-progress span.current ~ span {
  background: #abbac3;
}
div.page-diagnostic div.diagnostic-progress span:last-child {
  border-right: none;
}
div.page-diagnostic div.question-header {
  text-align: center;
  font-weight: bold;
  font-family: Lato;
  font-size: 120%;
  margin-top: 1em;
}
div.page-diagnostic div.answers div.answer-wrapper {
  height: 33%;
  box-sizing: border-box;
  padding: 1em 2em;
  transition: padding 500ms;
}
div.page-diagnostic div.answers div.answer-wrapper div.answer {
  text-align: center;
  background: white;
  font-size: 120%;
  padding: 0.5em;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 2px #aaa;
  transition: padding 500ms;
}
div.page-diagnostic div.answers div.answer-wrapper div.answer .answer-text-wrapper {
  height: 95%;
  vertical-align: middle;
}
div.page-diagnostic div.answers div.answer-wrapper div.answer .answer-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
div.page-diagnostic div.answers div.answer-wrapper.selected {
  padding: 0.5em 1.5em;
}
div.page-diagnostic div.answers div.answer-wrapper.selected div.answer {
  padding: 1em;
  background-color: #bada4b;
  color: white;
  box-shadow: 0 0 3px #777;
}
div.page-diagnostic div.navigation {
  position: absolute;
  height: 4rem;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
div.page-diagnostic div.navigation .previous {
  position: absolute;
  left: 0;
  height: 3rem;
}
div.page-diagnostic div.navigation .previous img {
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.page-diagnostic div.navigation .next {
  position: absolute;
  right: 0;
  height: 3rem;
}
div.page-diagnostic div.navigation .next[disabled] {
  opacity: 0.3;
}
div.page-diagnostic div.navigation .next img {
  height: 100%;
}
div.page-diagnostic p.end-text {
  width: 80%;
  margin: 3rem auto;
  font-size: 120%;
}
div.page-diagnostic .show-progression {
  text-align: center;
}
div.page-diagnostic .show-progression > div {
  display: inline-block;
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
}
div.page-diagnostic .show-progression > div a {
  width: 100%;
}
div.page-diagnostic .restart {
  text-align: center;
  margin: 2rem;
}
div.page-diagnostic button.validate-diagnostic,
div.page-diagnostic button.other-theme,
div.page-diagnostic a.other-theme,
div.page-diagnostic .show-progression a,
div.page-diagnostic .show-program a,
div.page-diagnostic .restart button {
  display: inline-block;
  border: none;
  background: #ff6f00;
  color: white;
  width: 80%;
  font-size: 120%;
  line-height: 3em;
  text-decoration: none;
  box-shadow: 0 0 5px #aaa;
  vertical-align: middle;
}
div.page-diagnostic button.validate-diagnostic span,
div.page-diagnostic button.other-theme span,
div.page-diagnostic a.other-theme span,
div.page-diagnostic .show-progression a span,
div.page-diagnostic .show-program a span,
div.page-diagnostic .restart button span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
div.page-diagnostic button.other-theme.fuschia,
div.page-diagnostic a.other-theme.fuschia {
  background: #dd174f;
}
div.page-diagnostic button.other-theme.blue,
div.page-diagnostic a.other-theme.blue {
  background: #4053a0;
}
div.page-diagnostic button.other-theme.green,
div.page-diagnostic a.other-theme.green {
  background: #009688;
}
div.page-diagnostic button.other-theme + button.other-theme,
div.page-diagnostic a.other-theme + button.other-theme {
  margin-top: 1em;
}
div.page-diagnostic button.other-theme span.locked,
div.page-diagnostic a.other-theme span.locked {
  margin-left: 0.5em;
}
div.page-diagnostic button.other-theme span.locked img.pict-lock,
div.page-diagnostic a.other-theme span.locked img.pict-lock {
  height: 0.8em;
  vertical-align: middle;
  margin-bottom: 0.25em;
}
div.page-diagnostic.result h2 {
  font-weight: bold;
  font-family: Lato;
}
div.page-diagnostic .result-theme {
  margin: 0 2rem;
}
div.page-diagnostic .result-theme button.other-theme {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5em;
}
div.page-diagnostic div.theme-name {
  margin: 1em 2rem 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Lato;
  font-size: 120%;
  text-align: center;
}
div.page-diagnostic div.theme-name .less,
div.page-diagnostic div.theme-name .more {
  font-size: 150%;
  line-height: 80%;
}
div.page-diagnostic div.theme-name .less {
  float: left;
}
div.page-diagnostic div.theme-name .more {
  float: right;
}
div.page-diagnostic div.score-wrapper {
  margin: 0.2em 2rem;
  height: 1.5em;
  line-height: 1.5em;
  position: relative;
}
div.page-diagnostic div.score-wrapper div.score-bar {
  position: absolute;
  height: 100%;
  background: #034b66;
}
div.page-diagnostic div.score-wrapper div.subtheme-name {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: Lato;
  font-weight: bold;
  color: white;
  padding-left: 1em;
  text-shadow: 1px 1px 2px black;
}
div.page-diagnostic .color-fuschia div.theme-name,
div.page-diagnostic .color-fuschia .subtheme-header {
  color: #dd174f;
}
div.page-diagnostic .color-fuschia div.score-wrapper div.score-bar {
  background: #dd174f;
}
div.page-diagnostic .color-blue div.theme-name,
div.page-diagnostic .color-blue .subtheme-header {
  color: #4053a0;
}
div.page-diagnostic .color-blue div.score-wrapper div.score-bar {
  background: #4053a0;
}
div.page-diagnostic .color-green div.theme-name,
div.page-diagnostic .color-green .subtheme-header {
  color: #009688;
}
div.page-diagnostic .color-green div.score-wrapper div.score-bar {
  background: #009688;
}
div.page-diagnostic .diagnostic-date {
  margin: 0 2rem;
  font-weight: bold;
}
div.page-diagnostic .details-intro {
  margin: 2rem;
}
div.page-diagnostic .details-intro a {
  font-weight: bold;
}
div.page-diagnostic div.theme-details {
  margin-top: 4rem;
}
div.page-diagnostic div.theme-details div.score-wrapper {
  margin: 0;
}
div.page-diagnostic div.subtheme-details {
  margin: 2rem;
}
div.page-diagnostic div.subtheme-details div.subtheme-header {
  text-transform: uppercase;
  font-weight: bold;
}
div.page-diagnostic .back-to-top {
  text-align: right;
}
div.page-diagnostic .back-to-top img {
  height: 2em;
}
div.page-diagnostic .legend {
  margin-left: 2rem;
  font-weight: bold;
}
div.page-diagnostic .legend svg.theme-legend {
  height: 1ex;
  width: 2em;
  margin-right: 1ex;
}
div.page-diagnostic .legend svg.theme-legend line {
  stroke-linecap: round;
}
svg#diagnostic-graph {
  display: block;
  width: 34rem;
  margin: auto;
}
svg#diagnostic-graph .grid {
  stroke: #dadada;
  stroke-width: 0.5px;
}
svg#diagnostic-graph .axis {
  stroke: #000000;
  fill: none;
}
svg#diagnostic-graph text.grid-legend {
  fill: #034b66;
  font-size: 7px;
  font-weight: bold;
  text-anchor: end;
}
svg#diagnostic-graph text.date {
  fill: #034b66;
  font-size: 6px;
  font-weight: bold;
  text-anchor: middle;
}
.diagnostic-result-carousel .page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.diagnostic-result-carousel .page-title .back.next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.diagnostic-result-carousel .detailed-result {
  position: relative;
}
.diagnostic-result-carousel .detailed-result .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.diagnostic-result-carousel .result-subtheme-name {
  margin: 2rem 2rem 1rem;
  text-align: center;
  font-weight: bold;
}
.diagnostic-result-carousel .score-wrapper .subtheme-name {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
.diagnostic-result-carousel .color-blue .score-wrapper {
  background: rgba(64, 83, 160, 0.5);
}
.diagnostic-result-carousel .color-fuschia .score-wrapper {
  background: rgba(221, 23, 79, 0.5);
}
.diagnostic-result-carousel .color-green .score-wrapper {
  background: rgba(0, 150, 136, 0.5);
}
.diagnostic-result-carousel .comment {
  position: relative;
  margin: 2rem;
}
.diagnostic-result-carousel .comment button.see-more {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
  background: #034b66;
  color: white;
  font-size: 120%;
  font-weight: bold;
}
.diagnostic-result-carousel .comment button.see-more::before {
  content: '+';
}
.diagnostic-result-carousel .comment .content p:first-child {
  margin-top: 0;
}
.diagnostic-result-carousel .comment:not(.expanded) {
  height: 10rem;
}
.diagnostic-result-carousel .comment:not(.expanded) .content {
  height: 100%;
  overflow: hidden;
}
.diagnostic-result-carousel .comment.expanded button.see-more::before {
  content: '-';
}
.diagnostic-result-carousel .show-program {
  text-align: center;
}
.diagnostic-result-carousel .carousel-position {
  text-align: center;
}
.diagnostic-result-carousel .carousel-position span {
  display: inline-block;
  margin: 0.7em 0.5em;
  height: 0.7em;
  width: 0.7em;
  border-radius: 0.7em;
  border: solid 1px;
}
.diagnostic-result-carousel .carousel-position span.color-fuschia {
  border-color: #dd174f;
}
.diagnostic-result-carousel .carousel-position span.color-fuschia.current {
  background: #dd174f;
}
.diagnostic-result-carousel .carousel-position span.color-green {
  border-color: #009688;
}
.diagnostic-result-carousel .carousel-position span.color-green.current {
  background: #009688;
}
.diagnostic-result-carousel .carousel-position span.color-blue {
  border-color: #4053a0;
}
.diagnostic-result-carousel .carousel-position span.color-blue.current {
  background: #4053a0;
}
.page-diagnostic-exercises .page-title {
  background-color: #fecb00;
  color: #034b66;
}
.page-diagnostic-exercises .page-title.color-blue {
  color: white;
  background: #4053a0;
}
.page-diagnostic-exercises .page-title.color-fuschia {
  color: white;
  background: #dd174f;
}
.page-diagnostic-exercises .page-title.color-green {
  color: white;
  background: #009688;
}
.page-diagnostic-exercises div.diagnostic-theme {
  margin: 2rem;
  text-align: right;
  font-size: 160%;
  color: white;
  height: 8rem;
  line-height: 8rem;
  padding-right: 1em;
  box-shadow: 0 0 5px #aaa;
  cursor: pointer;
  border-radius: 4rem 0 0 4rem;
  background: no-repeat left center / auto 100%;
}
.page-diagnostic-exercises div.diagnostic-theme.color-fuschia {
  background-color: #dd174f;
}
.page-diagnostic-exercises div.diagnostic-theme.color-blue {
  background-color: #4053a0;
}
.page-diagnostic-exercises div.diagnostic-theme.color-green {
  background-color: #009688;
}
.page-diagnostic-exercises div.diagnostic-theme.picto-concentration {
  background-image: url(../img/Concentration.svg);
}
.page-diagnostic-exercises div.diagnostic-theme.picto-sommeil {
  background-image: url(../img/Sommeil.svg);
}
.page-diagnostic-exercises div.diagnostic-theme.picto-prepamentale {
  background-image: url(../img/PrepaMentale.svg);
}
.page-diagnostic-exercises div.diagnostic-theme.picto-regeneration {
  background-image: url(../img/Regeneration.svg);
}
div.page-intro {
  background-color: #48acbb;
  color: white;
  text-align: center;
  font-size: 120%;
}
div.page-intro input {
  color: #034b66;
  text-align: center;
}
div.page-intro .close {
  position: absolute;
  z-index: 10;
  right: 1rem;
  height: 3rem;
  width: 3rem;
}
div.page-intro .close img {
  width: 100%;
}
div.page-intro h2 {
  font-family: Lato;
  font-weight: bold;
  width: 80%;
  margin: 2rem auto;
  font-size: 120%;
}
div.page-intro p {
  width: 80%;
  margin: auto;
}
div.page-intro div.privacy-note {
  text-transform: uppercase;
  font-size: 60%;
  font-weight: bold;
  font-family: Lato;
  color: #034b66;
}
div.page-intro div.login-form .login-form {
  width: 70%;
  margin: auto;
}
div.page-intro div.login-form h3.panel,
div.page-intro div.login-form div.actions a.button,
div.page-intro div.login-form div.actions button {
  background-color: #ff6f00;
}
div.page-intro .lang-switcher {
  text-decoration: underline;
}
div.page-intro .flag {
  height: 1.3em;
  margin: 0.5em;
}
div.page-intro .go {
  margin: 0 auto;
  padding: 1em;
}
div.page-intro .go img {
  height: 5em;
}
div.page-intro .go button {
  vertical-align: middle;
  margin: 0 0.5em;
}
div.page-intro .webapp-navigation {
  display: none;
}
@media (orientation: landscape) {
  div.page-intro div.scrollable-content {
    width: 40%;
    margin: auto;
  }
  div.page-intro h2,
  div.page-intro p {
    width: 80%;
  }
  div.page-intro .webapp-navigation {
    display: block;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 45%;
  }
  div.page-intro .webapp-navigation img {
    width: 100%;
    height: 100%;
  }
  div.page-intro .webapp-navigation.next {
    right: 5rem;
  }
  div.page-intro .webapp-navigation.previous {
    left: 5rem;
    transform: rotate(180deg);
  }
}
.intro-progress {
  text-align: center;
}
.intro-progress span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: solid 1px #034b66;
  border-radius: 1rem;
  margin: 0.5rem 1rem;
}
.intro-progress span.current {
  background: #034b66;
}
.page-intro.page-video button.skip {
  display: block;
  margin: 1em auto;
  width: 100%;
  height: 2.5em;
  font-weight: bold;
  background: #ff6f00;
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 5px #777;
  text-align: center;
}
.page-intro.page-notifs .p {
  padding: 1em 0;
  width: 80%;
  margin: auto;
}
.page-intro.page-notifs .button-wrapper {
  width: 80%;
  margin: auto;
  padding-bottom: 1em;
  overflow: hidden;
}
.page-intro.page-notifs button.activate {
  display: block;
  margin: 1em auto;
  width: 100%;
  height: 2.5em;
  font-weight: bold;
  background: #ff6f00;
  color: white;
  text-decoration: none;
  border: none;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 5px #777;
  text-align: center;
}
.page-intro.page-notifs button.later {
  margin-bottom: 1em;
}
.donotdisturb-duration-form {
  text-align: left;
}
.donotdisturb-duration-form label {
  display: block;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}
.donotdisturb-duration-form select {
  width: 100%;
}
.donotdisturb-duration-form button[type=submit] {
  margin: 1em 0;
  display: inline-block;
  border: none;
  background: #4053a0;
  color: white;
  width: 100%;
  font-size: 120%;
  line-height: 3em;
  text-decoration: none;
  box-shadow: 0 0 5px #aaa;
  vertical-align: middle;
  text-align: right;
}
.color-green .donotdisturb-duration-form button[type=submit] {
  background-color: #009688;
}
.color-cyan .donotdisturb-duration-form button[type=submit] {
  background-color: #48acbb;
}
.color-orange .donotdisturb-duration-form button[type=submit] {
  background-color: #ff6f00;
}
.color-yellow .donotdisturb-duration-form button[type=submit] {
  background-color: #fecb00;
}
.color-fuschia .donotdisturb-duration-form button[type=submit] {
  background-color: #dd174f;
}
.color-purple .donotdisturb-duration-form button[type=submit] {
  background-color: #6f2476;
}
.color-blue .donotdisturb-duration-form button[type=submit] {
  background-color: #4053a0;
}
.donotdisturb-duration-form button[type=submit] img {
  height: 1ex;
  margin: 0 1ex;
  vertical-align: middle;
}
div.donotdisturb-list-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5em;
}
div.donotdisturb-list {
  position: relative;
}
div.donotdisturb-list div.previous,
div.donotdisturb-list div.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6rem;
  width: 5%;
  background: url(../img/bt-open.png) no-repeat center center / 1rem;
}
div.donotdisturb-list div.previous {
  left: 0;
  transform: rotate(180deg);
}
div.donotdisturb-list div.next {
  right: 0;
}
div.donotdisturb-list div.carousel-wrapper {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
div.donotdisturb-list div.carousel-wrapper div.carousel {
  transition: transform 500ms;
}
div.donotdisturb-list div.carousel-wrapper div.carousel a {
  display: inline-block;
  background: no-repeat center center / contain;
  position: relative;
}
div.donotdisturb-list div.carousel-wrapper div.carousel a img.pict-lock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  width: 2em;
  margin: auto;
}
div.donotdisturb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: white no-repeat center center / cover;
}
div.donotdisturb div.popup {
  height: 25rem;
}
div.donotdisturb div.remaining {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 400%;
  font-weight: bold;
}
div.donotdisturb div.remaining button img {
  height: 0.8em;
}
div.popup.exercise-dnd {
  height: 32rem;
  max-width: 36rem;
}
div.popup.exercise-dnd button[type=button] {
  margin: 1em 0;
  display: inline-block;
  border: none;
  background: #4053a0;
  color: white;
  width: 100%;
  font-size: 120%;
  line-height: 3em;
  text-decoration: none;
  box-shadow: 0 0 5px #aaa;
  vertical-align: middle;
  text-align: right;
}
div.popup.exercise-dnd button[type=button] img {
  height: 1ex;
  margin: 0 1ex;
  vertical-align: middle;
}
div.search-box {
  margin: 1em;
}
div.search-box input {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
div.searching-box {
  text-align: center;
}
div.searching-box div.searching-dot {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 1.5em;
  margin: 1em;
  background: #48acbb;
  animation: preloadScale 1s ease-in-out infinite;
}
div.searching-box div.searching-dot:nth-child(2) {
  animation-delay: 0.25s;
}
div.searching-box div.searching-dot:nth-child(3) {
  animation-delay: 0.5s;
}
div.searching-box div.searching-dot:nth-child(4) {
  animation-delay: 0.75s;
}
