@charset "UTF-8";
/** transition sur plusieurs propriétés :
 * exemple :  @include transition-multiple(z-index 3s linear, background 2s linear, ... );
 */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 200;
  overflow: scroll;
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  color: white;
  font-size: 16px !important;
  line-height: 24px !important;
}
.lightbox .btn_princ {
  background-color: white;
}
.lightbox .btn_princ:hover {
  background-color: #ffd801;
}
.lightbox .close {
  font-weight: bold;
  position: fixed;
  top: 20px;
  right: 40px;
  font-size: 20px;
  z-index: 5;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .lightbox .close {
    color: black;
    z-index: 10;
  }
}
.lightbox .icon-maximize {
  position: fixed;
  top: 60px;
  right: 40px;
  font-size: 20px;
  z-index: 1;
}
.lightbox .icon-minimize {
  position: fixed;
  top: 60px;
  right: 40px;
  font-size: 20px;
  z-index: 1;
}
.lightbox .container_lightbox {
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.lightbox .container_lightbox .content_lightbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .container_lightbox .content_lightbox .tooltip {
  min-width: 145px;
}
.lightbox .container_lightbox .content_lightbox .tooltip.top {
  white-space: nowrap;
}
.lightbox .container_lightbox .content_lightbox .content {
  justify-content: center;
}
.lightbox .container_lightbox .content_lightbox .content.active {
  display: flex;
  opacity: 1;
  position: relative;
}
.lightbox .container_lightbox .content_lightbox .content.content_103, .lightbox .container_lightbox .content_lightbox .content.content_presentation, .lightbox .container_lightbox .content_lightbox .content.content_credits, .lightbox .container_lightbox .content_lightbox .content.content_cgu, .lightbox .container_lightbox .content_lightbox .content.content_cookies, .lightbox .container_lightbox .content_lightbox .content.content_105 {
  align-self: flex-start;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies iframe {
  width: 100%;
  height: 120px;
  border: none;
  background-color: #EEEEEE;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies {
  width: 100%;
  margin: 35px auto 0 auto;
  background-color: #EEEEEE;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "a a a" "b b b" "c e g" "d f h";
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies > * {
  margin: 0 !important;
  padding: 10px 5px;
  align-self: center;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__header {
  background-color: #DDDDDD;
  font-weight: bolder;
  text-align: center;
  padding: 15px 5px;
  grid-area: a;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__description {
  background-color: #DDDDDD;
  grid-area: b;
  padding-top: 0;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__description--empty {
  padding: 0 !important;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-c {
  grid-area: c;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-d {
  grid-area: d;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-e {
  grid-area: e;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-f {
  grid-area: f;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-g {
  grid-area: g;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .table-cookies__content-h {
  grid-area: h;
}
.lightbox .container_lightbox .content_lightbox .content.content_cookies .iframe-header {
  width: 100%;
  margin: 35px auto 0 auto;
  padding: 15px 0;
  background-color: #DDDDDD;
  font-weight: bolder;
  text-align: center;
}
.lightbox .container_lightbox .content_lightbox .content.content_cgu {
  text-align: initial;
}
.lightbox .container_lightbox .content_lightbox .content.maxwidth {
  max-width: 60% !important;
}
.lightbox .container_lightbox .content_lightbox .content.maxwidth.content_106 {
  max-width: 80% !important;
}
.lightbox .container_lightbox .content_lightbox .content.maxwidth.content_106 img,
.lightbox .container_lightbox .content_lightbox .content.maxwidth.content_106 video {
  max-width: 100%;
  display: none;
}
.lightbox .container_lightbox .content_lightbox .content.content_message {
  width: 60vw;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .lightbox .container_lightbox .content_lightbox .content.content_message {
    width: auto;
  }
}
.lightbox .container_lightbox .content_lightbox .content .bloc_txt_shadow, .lightbox .container_lightbox .content_lightbox .content .footer-content.landing__slide--lightbox {
  width: 80%;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .lightbox .container_lightbox .content_lightbox .content .bloc_txt_shadow, .lightbox .container_lightbox .content_lightbox .content .footer-content.landing__slide--lightbox {
    width: auto;
  }
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) {
  padding: 25px 80px;
  background-color: white;
  color: black;
  box-sizing: border-box;
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) h1 {
  margin: 10px 0;
  line-height: 50px;
  font-size: 48px;
  font-family: "berthold_akzidenz_groteskBdCn";
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) h2 {
  font-family: "berthold_akzidenz_groteskBdCn";
  margin: 15px 0 10px 0 !important;
  display: inline-block;
  color: #444444;
  vertical-align: middle;
  font-size: 30px;
  max-width: calc(100% - 35px);
  max-width: -webkit-calc(100% - 35px);
  max-width: -moz-calc(100% - 35px);
  max-width: -o-calc(100% - 35px);
  text-overflow: ellipsis;
  position: relative;
  line-height: 28px;
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) h3, .lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) h4 {
  margin: 15px 0 10px 0;
  line-height: 21px;
  font-size: 20px;
  font-family: "berthold_akzidenz_grotesk_bBd";
  color: #000;
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) h4 {
  font-family: "berthold_akzidenz_grotesk_bRg";
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) p {
  margin: 0 0 10px 0;
  max-width: 100% !important;
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) p .exergue {
  color: #ffd801;
  font-size: 16px !important;
  font-family: "berthold_akzidenz_grotesk_bBd";
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) ul {
  list-style: initial;
  margin: 5px 0 10px 20px;
}
.lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) .edutheque {
  color: #3faef3;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .lightbox .container_lightbox .content_lightbox .content .footer-content:not(.home) {
    padding: 25px 50px;
  }
}
.lightbox .container_lightbox .content_lightbox .header_message {
  background: #eeede7;
  margin: -40px -40px 0 -40px;
  position: relative;
  border-bottom: 2px dotted #bbbbbb;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 100px;
  min-height: 100px;
}
.lightbox .container_lightbox .content_lightbox .header_message p {
  color: #6b6b6b;
  margin: 5px 0 !important;
}
.lightbox .container_lightbox .content_lightbox .header_message p.bold {
  color: #000000;
}
.lightbox .container_lightbox .content_lightbox .header_message .profil {
  position: absolute;
  top: 20px;
  left: 20px;
}
.lightbox .container_lightbox .content_lightbox .under_lightbox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 40px;
}
.lightbox .container_lightbox .content_lightbox .lightbox_result:not(.type_3) {
  border-bottom: 2px dotted #bbbbbb;
}
.lightbox .container_lightbox .content_lightbox .lightbox_result p:first-child {
  text-align: center !important;
}
.lightbox .container_lightbox .content_lightbox .lightbox_result .results_list h3 {
  color: #000000;
}
.lightbox .container_lightbox .content_lightbox .lightbox_result .results_list ul li {
  margin: 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 720px) {
  .lightbox .container_lightbox .content_lightbox {
    align-items: baseline;
  }
}
.lightbox .container_lightbox .content_lightbox[data-content-lightbox-type=footer] {
  align-items: baseline;
}
.lightbox.active {
  opacity: 1;
}
.lightbox.lightbox_signin {
  line-height: 24px;
}
.lightbox.lightbox_signin h2 {
  margin-bottom: 30px;
  color: #ffd801;
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 22px;
  line-height: 28px;
}
@media (max-height: 650px) {
  .lightbox.lightbox_signin h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.lightbox.lightbox_signin p:not(.input) {
  margin-bottom: 30px;
}
.lightbox.lightbox_signin .btn_princ:hover {
  color: #000000;
  background: #ffd801;
}
.lightbox.lightbox_signin form .btn_princ {
  margin-top: 20px;
}
@media (max-height: 650px) {
  .lightbox.lightbox_signin form .btn_princ {
    margin-top: 12px;
  }
}
.lightbox.lightbox_signin .content:not(.content_7) {
  max-width: 380px;
}
.lightbox.lightbox_signin .content:not(.content_7).content_1 h2 {
  color: white;
}
.lightbox[data-content-lightbox] .content {
  display: none;
  opacity: 0;
  transition: all 0.35s ease;
}
.lightbox[data-content-lightbox="0"] .content_0.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="1"] .content_1.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="2"] .content_2.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="3"] .content_3.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="4"] .content_4.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="5"] .content_5.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="6"] .content_6.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="7"] .content_7.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="8"] .content_8.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="9"] .content_9.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="10"] .content_10.active {
  opacity: 1;
}
.lightbox[data-content-lightbox="11"] .content_11.active {
  opacity: 1;
}
.lightbox [data-content-lightbox-type=account_item] .content.active,
.lightbox [data-content-lightbox-type=classes_item] .content.active,
.lightbox [data-content-lightbox-type=create_parcours_item] .content.active,
.lightbox [data-content-lightbox-type=collections_item] .content.active,
.lightbox [data-content-lightbox-type=messaging] .content.active {
  display: inline-block !important;
  text-align: center;
}
.lightbox [data-content-lightbox-type=collections_item] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox [data-content-lightbox-type=collections_item] .content_1 p:not(.name, .input) {
  margin: 20px 0 0 0;
}
.lightbox [data-content-lightbox-type=classes_item] {
  line-height: 24px;
}
.lightbox [data-content-lightbox-type=create_parcours_item],
.lightbox [data-content-lightbox-type=view_parcours_item] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_2.active,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_2.active {
  width: 60vw;
  top: 0;
  position: absolute !important;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_3.active,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_3.active {
  width: 500px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_3.active .back,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_3.active .back {
  display: block;
  color: white !important;
  position: absolute;
  bottom: -60px;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_3.active .back::before, .lightbox [data-content-lightbox-type=create_parcours_item] .content_3.active .back::after,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_3.active .back::before,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_3.active .back::after {
  content: none;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_4,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_4 {
  width: 1000px;
  align-self: baseline;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_6.active,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_6.active {
  width: 600px;
  display: block !important;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_6.active h3,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_6.active h3 {
  font-family: inherit;
  font-size: 30px;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .content_6.active h4,
.lightbox [data-content-lightbox-type=view_parcours_item] .content_6.active h4 {
  font-family: "berthold_akzidenz_groteskBdCn" !important;
  font-size: 30px;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .couv_img,
.lightbox [data-content-lightbox-type=view_parcours_item] .couv_img {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 300px;
}
.lightbox [data-content-lightbox-type=create_parcours_item] .couv_img .new-couv,
.lightbox [data-content-lightbox-type=view_parcours_item] .couv_img .new-couv {
  cursor: pointer;
}
.lightbox [data-content-lightbox-type=explorer_item] {
  width: 100%;
  align-self: flex-start;
}
.lightbox [data-content-lightbox-type=explorer_item] .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.lightbox [data-content-lightbox-type=explorer_item] .content .displayed_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  padding: 3vh 3vw;
  height: 76vh;
  max-height: 76vh;
  max-width: 94vw;
  overflow: hidden;
  cursor: zoom-in;
  /*
          &.asl-player{          
            display: flex;
            align-items: center;
            justify-content: center;
  */
  /*
            .videocontent {
              width: 65vw;

              @media (max-width: 1500px) {
                width: 80vw;
              }

              @media (max-width: 1200px) {
                width: 90vw;
              }
            }
          }*/
}
.lightbox [data-content-lightbox-type=explorer_item] .content .displayed_image.zoomed {
  width: 100vw;
  height: 100vh;
}
@media (max-width: 1150px) {
  .lightbox [data-content-lightbox-type=explorer_item] .content .displayed_image {
    height: 73vh;
    max-height: 73vh;
  }
}
.lightbox [data-content-lightbox-type=explorer_item] .content.active {
  display: inline-block !important;
}
.lightbox [data-content-lightbox-type=explorer_item] .displayed_choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}
.lightbox [data-content-lightbox-type=explorer_item] .displayed_choice__radio {
  font-size: 20px;
  text-align: left !important;
}
.lightbox [data-content-lightbox-type=explorer_item] .displayed_choice__radio__button {
  margin: 20px 0;
}
.lightbox [data-content-lightbox-type=explorer_item] .displayed_choice__radio__submit {
  font-size: 20px;
  text-decoration: underline;
}
.lightbox [data-content-lightbox-type=landing] .landing__slide__content__option h5 {
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 22px;
  color: #6b6b6b;
}
.lightbox [data-content-lightbox-type=landing] .landing__slide__content__option .landing__slide__content__option__description {
  color: black;
}
.lightbox [data-content-lightbox-type=landing] .landing__slide__content__option .landing__slide__content__option__description b {
  font-family: "berthold_akzidenz_grotesk_bBd";
}
.lightbox #asl-player-container {
  height: 70vh;
}
.lightbox .displayed_infos.infos {
  height: 15vh;
  width: 97vw;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5vh 1.5vw;
  background-color: black;
  text-align: left;
}
.lightbox .displayed_infos.infos .comment {
  float: left;
  max-width: 75%;
}
.lightbox .displayed_infos.infos .comment h3 {
  font-size: 33px;
  line-height: normal !important;
}
.lightbox .displayed_infos.infos .comment h3.medium {
  font-size: 29px;
}
.lightbox .displayed_infos.infos .comment h3.long {
  font-size: 26px;
}
@media (max-width: 1440px) {
  .lightbox .displayed_infos.infos .comment h3 {
    font-size: 31px;
  }
  .lightbox .displayed_infos.infos .comment h3.medium {
    font-size: 25px;
  }
  .lightbox .displayed_infos.infos .comment h3.long {
    font-size: 22px;
  }
}
@media (max-width: 1150px) {
  .lightbox .displayed_infos.infos .comment h3 {
    font-size: 31px;
  }
  .lightbox .displayed_infos.infos .comment h3.medium {
    font-size: 24px;
  }
  .lightbox .displayed_infos.infos .comment h3.long {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .lightbox .displayed_infos.infos .comment h3 {
    font-size: 28px;
  }
  .lightbox .displayed_infos.infos .comment h3.medium {
    font-size: 23px;
  }
  .lightbox .displayed_infos.infos .comment h3.long {
    font-size: 20px;
  }
}
.lightbox .displayed_infos.infos .comment.full {
  max-width: 100%;
  line-height: normal !important;
}
.lightbox .displayed_infos.infos .comment.full h3 {
  font-size: 30px;
}
.lightbox .displayed_infos.infos .comment.full h3.medium {
  font-size: 28px;
}
.lightbox .displayed_infos.infos .comment.full h3.long {
  font-size: 26px;
}
@media (max-width: 1440px) {
  .lightbox .displayed_infos.infos .comment.full h3 {
    font-size: 29px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.medium {
    font-size: 25px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.long {
    font-size: 22px;
  }
}
@media (max-width: 1150px) {
  .lightbox .displayed_infos.infos .comment.full h3 {
    font-size: 29px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.medium {
    font-size: 24px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.long {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .lightbox .displayed_infos.infos .comment.full h3 {
    font-size: 28px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.medium {
    font-size: 23px;
  }
  .lightbox .displayed_infos.infos .comment.full h3.long {
    font-size: 20px;
  }
}
@media (max-width: 1150px) {
  .lightbox .displayed_infos.infos .comment {
    max-width: 70%;
  }
}
.lightbox .displayed_infos.infos .resource {
  height: 90%;
  width: 22%;
  float: right;
  padding: 0.5% 0 0 2%;
  border-left: 1px solid #444444;
}
.lightbox .displayed_infos.infos .resource a {
  margin-top: 10px;
  color: white;
  font-family: "berthold_akzidenz_grotesk_bCn";
  letter-spacing: -0.025em;
  font-size: 24px;
  border-bottom: 1px dotted white;
}
@media (max-width: 1150px) {
  .lightbox .displayed_infos.infos .resource {
    width: 25%;
  }
}
@media (max-width: 1150px) {
  .lightbox .displayed_infos.infos {
    height: 18vh;
  }
}
.lightbox .button_link.pin_link.white .svg_bookmark {
  stroke: white;
  stroke-width: 1.5;
  fill: transparent;
}
.lightbox .button_link.pin_link.white .svg_bookmark:nth-child(1) {
  transition: none;
  opacity: 1;
  stroke: white;
}
.lightbox .button_link.pin_link.white .index {
  display: block;
  margin-left: 25px;
  border-bottom: 1px dotted white;
}
.lightbox .button_link.pin_link.white::before, .lightbox .button_link.pin_link.white::after {
  display: none;
}
.lightbox .button_link.pin_link.white:hover svg:nth-child(1) {
  opacity: 1;
  transform: none;
}
.lightbox .button_link.pin_link.pin_image {
  margin-top: 10px;
  color: white;
  z-index: 1;
}
.lightbox .button_link.pin_link.pin_image .svg_bookmark {
  stroke: white;
  stroke-width: 1.5;
  fill: transparent;
}
.lightbox .button_link.pin_link.pin_image .svg_bookmark:nth-child(1) {
  transition: none;
  opacity: 1;
  stroke: white;
  stroke-width: 1.5;
  fill: transparent;
}
.lightbox .button_link.pin_link.pin_image .index {
  display: block;
  margin-left: 25px;
  border-bottom: 1px dotted white;
}
.lightbox .button_link.pin_link.pin_image::before, .lightbox .button_link.pin_link.pin_image::after {
  display: none;
}
.lightbox .button_link.pin_link.pin_image:hover svg:nth-child(1) {
  opacity: 1;
  transform: none;
}
.lightbox .button_link.pin_link.pin_image.active .svg_bookmark {
  stroke-width: 0;
  fill: #ffd801;
}
.lightbox .button_link.pin_link.pin_image.active .svg_bookmark:nth-child(1) {
  stroke-width: 0;
}
.lightbox .content_101 form {
  width: 76%;
}
.lightbox .content_101 form button {
  color: #000000;
  background-color: #eeede7;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: -185px;
}
.lightbox .content_101 form button p {
  margin: 0;
}
.lightbox.lightbox_context {
  background: rgba(0, 0, 0, 0.9);
}
.lightbox.lightbox_context .container_lightbox .content_lightbox {
  padding: 100px;
}
.lightbox.lightbox_context .container_lightbox .content_lightbox .content {
  width: calc(100vw - 200px);
}
.lightbox.lightbox_context .container_txt_media {
  margin: 20px;
}
.lightbox.lightbox_context .one_media {
  margin: 60px 0;
}
.lightbox.lightbox_context .credits {
  font-size: 0.85em;
  margin-top: 10px;
  line-height: 18px;
}
.lightbox.lightbox_context .close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 45px;
  font-weight: normal;
  transition: color 0.15s ease;
  margin: 0;
  z-index: 5;
}
.lightbox.lightbox_context .close:hover {
  color: #ffd801;
}
.lightbox.lightbox_context .go_far nav ul li a {
  line-height: 16px;
}
.lightbox.lightbox_context .media_video video,
.lightbox.lightbox_context .media_audio video {
  opacity: 1;
}
.lightbox.lightbox_context .media_txt {
  text-align: left;
  padding: 0 60px;
  box-sizing: border-box;
}
.lightbox.lightbox_context .media_slideshow .diaporama .thumbnails nav ul li {
  width: 45px;
  height: 45px;
}
.lightbox h3, .lightbox h4 {
  font-size: 23px;
}

.content_white {
  color: #000000 !important;
  background: white;
  padding: 40px;
  width: 400px;
}
.content_white p:not(.input) {
  text-align: left;
  margin: 20px 0;
  line-height: 25px;
}
.content_white p:not(.input).tiny {
  text-align: center;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 18px;
}
.content_white p.center_txt {
  margin: 0 0 20px 0;
  text-align: center;
}
.content_white p.no_margin.bottom {
  margin-bottom: 0 !important;
}
.content_white h2 {
  color: #000000 !important;
  font-size: 19px;
  font-family: "berthold_akzidenz_grotesk_bCn";
}
.content_white h2 .link {
  color: #6b6b6b;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.content_white.share_list {
  display: none;
  width: 60vw;
  position: absolute;
  top: 3%;
  left: calc(50% - 30vw);
}
.content_white.share_list header h2 {
  font-family: "berthold_akzidenz_grotesk_bBd";
  font-size: 24px;
}
.content_white.share_list header h2 + p {
  text-align: center;
}
.content_white.share_list form {
  margin-top: 0;
}
.content_white form {
  margin-top: 30px;
}
.content_white form .tiny {
  text-align: left !important;
  margin: 5px 0 !important;
}
.content_white ol {
  margin-bottom: 30px;
}
.content_white .input:last-of-type {
  margin-bottom: 30px;
}
.content_white .buttons_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.content_white .name {
  display: inline-block;
  vertical-align: top;
  font-family: "berthold_akzidenz_groteskBdCn";
  line-height: 16px;
  margin: 10px 0;
  font-size: 32px;
}
.content_white .name.link .index {
  font-size: 32px;
  line-height: 32px;
}
.content_white .link {
  color: black !important;
  font-size: 14px;
}
.content_white .link.link_lightbox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
}
.content_white .link.link_lightbox::before, .content_white .link.link_lightbox:after {
  display: none;
}
.content_white .link.link_lightbox:hover {
  color: #ffd801;
}
.content_white .link.delete_link {
  display: block;
  margin-top: 20px;
}
.content_white .accordion {
  margin-left: -40px;
  margin-right: -40px;
  text-align: left;
}
.content_white .accordion .accordion_list .accordion_list_ul .accordion_list_li:first-child::before {
  opacity: 1;
}
.content_white .accordion .content_accordion {
  padding: 0;
}
.content_white .accordion .info_class_list ul li:first-child {
  max-width: calc(100% - 140px);
}
.content_white .accordion .info_class_list ul li:first-child p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.content_white .accordion .info_class_list ul li form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.content_white .accordion .info_class_list ul li.checkbox_li:first-child p {
  max-width: 94%;
}
.content_white .accordion .comments_list .tooltip {
  text-align: center;
}
.content_white .accordion .comments_list ul li p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #6b6b6b;
  display: inline-block;
  vertical-align: middle;
}
.content_white .accordion .comments_list ul li:first-child, .content_white .accordion .comments_list ul li:last-child {
  border-top: 2px dotted #bbbbbb;
  padding: 35px 0;
}
.content_white .accordion .comments_list .bloc_img {
  width: 120px;
  height: 80px;
}
.content_white .accordion .comments_list .content_one_comment {
  width: calc(100% - 120px);
}
.content_white .accordion .comments_list .content_one_comment h3 {
  max-width: 100%;
  width: 100%;
}
.content_white .accordion .comments_list .content_one_comment .link {
  color: #6b6b6b;
}
.content_white .accordion .comments_list .content_one_comment .link::before {
  border-color: #6b6b6b;
}
.content_white .accordion .comments_list .content_one_comment .type .link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.content_white .accordion .check_listing {
  padding: 0 0 0 28px;
  box-sizing: border-box;
  transform: translate(0, -25px);
}
.content_white .accordion .check_listing ul .check_listing_li {
  padding: 5px 0;
}
.content_white .accordion .check_listing ul .check_listing_li form,
.content_white .accordion .check_listing ul .check_listing_li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.content_white .accordion .check_listing ul .check_listing_li p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 0 0 10px;
}

.content.content_comments {
  min-width: 50vw;
}

.content.accordion_content {
  width: 45%;
}

.tiny_type {
  background: #eeede7;
  border: 2px dotted #bbbbbb;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 110px;
  min-height: 115px;
  position: relative;
  cursor: pointer;
}
.tiny_type .bloc_img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-image: url(../img/sprite.png);
}
.tiny_type .bloc_img .icon {
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.tiny_type p {
  margin: 0 !important;
  color: #6b6b6b;
}
.tiny_type h3,
.tiny_type a.message_trail_name .index {
  font-size: 23px;
  text-align: left;
}

.header_context h3 {
  display: inline-block;
  vertical-align: middle;
  color: white;
  cursor: pointer;
}
.header_context h3.link span {
  font-size: 24px;
  line-height: 24px;
}
.header_context h3.link::before {
  border-color: white;
}

.footer_context {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffd801;
  line-height: 50px;
  transition: all 0.35s ease;
  z-index: 5;
  cursor: pointer;
}
.footer_context button {
  font-size: 16px;
  color: #000000;
}
.footer_context:hover {
  background: white;
}

.lightbox_medias {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  text-align: center;
  transition: all 0.35s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
.lightbox_medias .link {
  color: white;
  transition: all 0.15s ease;
}
.lightbox_medias .link::before {
  transition: all 0.15s ease;
  border-color: white;
}
.lightbox_medias .link::after {
  display: none;
}
.lightbox_medias .link:hover {
  color: #6b6b6b;
}
.lightbox_medias .link:hover::before {
  opacity: 0;
}
.lightbox_medias.active {
  opacity: 1;
}
.lightbox_medias .container_lightbox_medias {
  display: flex;
  color: white;
  box-sizing: border-box;
  position: relative;
}
.lightbox_medias .content_lightbox_medias {
  width: 100%;
  height: unset !important;
}
.lightbox_medias .content_lightbox_medias.top_aligned {
  align-self: flex-start;
}
.lightbox_medias .media_lightbox {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100vh - 200px);
}
.lightbox_medias .media_lightbox video,
.lightbox_medias .media_lightbox .diaporama {
  display: none;
}
.lightbox_medias .media_lightbox.media_img video,
.lightbox_medias .media_lightbox.media_img .diaporama,
.lightbox_medias .media_lightbox.media_img .games {
  display: none;
}
.lightbox_medias .media_lightbox.media_video, .lightbox_medias .media_lightbox.media_audio {
  height: auto !important;
}
.lightbox_medias .media_lightbox.media_video video, .lightbox_medias .media_lightbox.media_audio video {
  width: 100%;
  height: 100%;
  background: black;
  display: block;
}
.lightbox_medias .media_lightbox.media_video .diaporama,
.lightbox_medias .media_lightbox.media_video .games, .lightbox_medias .media_lightbox.media_audio .diaporama,
.lightbox_medias .media_lightbox.media_audio .games {
  display: none;
}
.lightbox_medias .media_lightbox.media_game .videocontent,
.lightbox_medias .media_lightbox.media_game .diaporama,
.lightbox_medias .media_lightbox.media_game .games {
  display: none;
}
.lightbox_medias .media_lightbox.media_game .displayed_infos {
  display: none;
}
.lightbox_medias .media_lightbox.media_game.associate_game .games.associate {
  display: block;
}
.lightbox_medias .media_lightbox.media_game.chronology_game .games.chronology {
  display: block;
}
.lightbox_medias .media_lightbox.media_game.identify_game .games.identify {
  display: block;
}
.content_lightbox > .lightbox_medias .media_lightbox.media_game {
  display: table-cell;
}
.lightbox_medias .media_lightbox.media_slideshow .videocontent,
.lightbox_medias .media_lightbox.media_slideshow .games {
  display: none;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama {
  display: block;
  height: 76vh;
  padding: 3vh;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .caption {
  display: none;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img {
  height: 68vh;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img nav {
  height: 80%;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img nav ul li {
  vertical-align: middle;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img nav ul li .img {
  height: 80%;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .fullscreen_mode {
  display: none;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .zone_roll {
  top: 50%;
  transform: translate(0, -50%);
  height: 60%;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img nav {
  height: 100%;
  position: relative;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .current_img nav ul {
  position: absolute;
  top: 0;
  left: 0;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .thumbnails {
  width: 100%;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .thumbnails .zone_roll {
  height: 100%;
}
.lightbox_medias .media_lightbox.media_slideshow .diaporama .thumbnails nav ul li {
  width: 45px;
  height: 45px;
}
.lightbox_medias .media_lightbox.chronology_game {
  height: 95vh;
}
.lightbox_medias .media_lightbox .displayed_infos.infos {
  display: none;
}
.lightbox_medias .media_edutheque .logo_edutheque {
  color: white !important;
}

.comments_list ul li {
  padding: 35px 0;
  box-sizing: border-box;
  border-top: 2px dotted #bbbbbb;
  white-space: normal;
  font-size: 0;
}
.comments_list ul li:first-child {
  border-top: none;
  padding: 0 0 35px 0;
}
.comments_list ul li:last-child {
  padding: 35px 0 0 0;
}
.comments_list ul li:nth-child(1) .bloc_img {
  background-image: url("../img/analyse_see_more_1.jpg");
}
.comments_list ul li:nth-child(2) .bloc_img {
  background-image: url("../img/analyse_see_more_2.jpg");
}
.comments_list ul li:nth-child(3) .bloc_img {
  background-image: url("../img/analyse_see_more_3.jpg");
}
.comments_list .bloc_img {
  width: 150px;
  height: 100px;
  background: #bbbbbb;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comments_list .bloc_img .icon {
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
  line-height: 100px;
  color: #6b6b6b;
}
.comments_list .content_one_comment {
  width: calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
  font-size: 16px !important;
  line-height: 24px !important;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 0;
}
.comments_list .content_one_comment .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #6b6b6b;
}
.comments_list .content_one_comment h3 {
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
.comments_list .content_one_comment p {
  margin: 0 !important;
}
.comments_list .content_one_comment .txt_comment {
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 5px 0 0 0;
}
.comments_list .content_one_comment .txt_comment a {
  display: inline-block;
  vertical-align: top;
}
.comments_list .content_one_comment .txt_comment .icon {
  color: #000000;
  font-size: 24px;
}
.comments_list .content_one_comment .txt_comment .icon:hover {
  color: #ffd801;
}
.comments_list .content_one_comment .edit_comment form {
  margin-top: 10px !important;
}
.comments_list .content_one_comment .delete_comment p {
  color: #cc0009;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 5px 0 0 10px;
}
.comments_list .content_one_comment .edit_comment,
.comments_list .content_one_comment .delete_comment {
  display: none;
}
.comments_list .content_one_comment .edit_comment .buttons_list,
.comments_list .content_one_comment .delete_comment .buttons_list {
  margin-top: 15px;
}
.comments_list .content_one_comment .edit_comment .buttons_list ul li,
.comments_list .content_one_comment .delete_comment .buttons_list ul li {
  padding: 0;
  border: none;
}
.comments_list .content_one_comment .edit_comment .buttons_list ul li .link::after, .comments_list .content_one_comment .edit_comment .buttons_list ul li .link::before,
.comments_list .content_one_comment .delete_comment .buttons_list ul li .link::after,
.comments_list .content_one_comment .delete_comment .buttons_list ul li .link::before {
  display: none;
}
.comments_list .content_one_comment .delete_comment {
  display: none;
}

.results_list {
  color: white;
  font-size: 0;
  box-sizing: border-box;
  padding: 40px 20px;
}
.results_list .link {
  transform: translate(22px, 0);
  color: #6b6b6b;
  display: inline-block;
  vertical-align: top;
}
.results_list .link::before {
  border-color: #6b6b6b;
}
.results_list .link .icon {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  font-size: 22px;
  margin: 0 5px 0 0;
}
.results_list ul li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 !important;
  padding: 20px;
  box-sizing: border-box;
}
.results_list ul li .bloc_result {
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: left;
}
.results_list ul li .bloc_result h2 {
  margin-top: 20px;
}
.results_list ul li .bloc_result h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 100px;
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 23px !important;
  line-height: 30px;
}
.results_list ul li .bloc_img {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
}
.results_list ul li:nth-child(1) .bloc_img {
  background-image: url("../img/sprite.png");
}
.results_list ul li:nth-child(2) .bloc_img {
  background-image: url("../img/sprite.png");
}
.results_list ul li:nth-child(3) .bloc_img {
  background-image: url("../img/sprite.png");
}
.results_list ul li:nth-child(4) .bloc_img {
  background-image: url("../img/sprite.png");
}
.results_list ul li:nth-child(5) .bloc_img {
  background-image: url("../img/sprite.png");
}
.results_list ul li.wrong_answer .bloc_img {
  opacity: 0.5;
}
.results_list ul li.wrong_answer h2, .results_list ul li.wrong_answer h3, .results_list ul li.wrong_answer .link {
  opacity: 0.2;
}
.results_list ul li.no_answer .bloc_img {
  border: 1px dashed #444444;
  background: none;
  position: relative;
}
.results_list ul li.no_answer .bloc_img::after, .results_list ul li.no_answer .bloc_img::before {
  content: "";
  position: absolute;
  top: 0;
  width: 225px;
  height: 1px;
  box-sizing: border-box;
  border-bottom: 1px dashed #444444;
}
.results_list ul li.no_answer .bloc_img::after {
  left: 0;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.results_list ul li.no_answer .bloc_img::before {
  right: 0;
  transform-origin: 100% 0;
  transform: rotate(-45deg);
}
.results_list ul li.no_answer h2::before {
  content: "-";
}
.results_list ul li.no_answer h2, .results_list ul li.no_answer p {
  color: #444444;
}
.results_list ul li.no_answer p {
  margin: 20px 0 0 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.results_list ul li.no_answer h3, .results_list ul li.no_answer .link {
  display: none;
}

.games {
  font-size: 18px;
  line-height: 27px;
}
.games h2 {
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 23px;
  line-height: 23px;
}
.games [data-content-game] {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 0.75s ease;
  display: none;
}
.games [data-content-game].active {
  transform: translate(0, 0);
  opacity: 1;
}
.games [data-content-game="1"] {
  display: block;
}
.games.associate p:not(.counter_game), .games.chronology p:not(.counter_game) {
  color: #6b6b6b;
}
.games.associate .results_list ul li .link, .games.chronology .results_list ul li .link {
  transform: translate(0, 0);
}
.games.associate .bloc_answer, .games.chronology .bloc_answer {
  display: none;
}
.games.associate .count, .games.chronology .count {
  line-height: 24px;
}
.games.associate .sec, .games.chronology .sec {
  font-size: 140px;
  font-family: "berthold_akzidenz_groteskBdCn";
  margin-bottom: 100px;
  color: #444444;
  display: inline-block;
  vertical-align: top;
}
.games.associate .counter_game, .games.chronology .counter_game {
  display: none;
}
.games.associate .counter_game span, .games.chronology .counter_game span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.35s ease;
}
.games.associate .counter_game span:first-child, .games.chronology .counter_game span:first-child {
  font-family: "berthold_akzidenz_groteskBdCn";
  color: white;
  font-size: 35px;
  margin: 0 10px;
}
.games.associate .play_game p:not(.counter_game), .games.chronology .play_game p:not(.counter_game) {
  line-height: 45px;
}
.games.associate .result_game, .games.chronology .result_game {
  width: 100%;
}
.games.associate .result_game .replay, .games.chronology .result_game .replay {
  border-bottom: 1.5px dotted #444444;
  padding: 40px 0;
}
.games.associate .result_game .replay .btn_princ, .games.chronology .result_game .replay .btn_princ {
  margin-top: 20px;
}
.games.associate .result_game p:not(.counter_game), .games.chronology .result_game p:not(.counter_game) {
  margin: 40px 0;
}
@keyframes Counter {
  0% {
    opacity: 1;
    content: "5";
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    content: "4";
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    content: "3";
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    content: "2";
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    content: "1";
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    content: "0";
  }
}
.games.associate .play_game nav.diaporama-nav {
  font-size: 0;
}
.games.associate .play_game nav.diaporama-nav ul li {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border: 1px dashed #444444;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  background: none;
}
.games.associate .play_game nav.diaporama-nav ul li.active {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  border-color: transparent;
}
.games.associate .play_game nav.diaporama-nav ul li:nth-child(1).active {
  background-image: url("../img/game_thumbs_1_1.jpg");
}
.games.associate .play_game nav.diaporama-nav ul li:nth-child(2).active {
  background-image: url("../img/game_thumbs_1_2.jpg");
}
.games.associate .play_game nav.diaporama-nav ul li:nth-child(3).active {
  background-image: url("../img/game_thumbs_1_3.jpg");
}
.games.associate .play_game nav.diaporama-nav ul li:nth-child(4).active {
  background-image: url("../img/game_thumbs_1_4.jpg");
}
.games.associate .play_game nav.diaporama-nav ul li:nth-child(5).active {
  background-image: url("../img/game_thumbs_1_5.jpg");
}
.games.associate [data-game-img] .current_img {
  height: 50vh;
  margin: 30px 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  display: none;
}
.games.associate [data-game-img] p:not(.counter_game) {
  display: none;
}
.games.associate [data-game-img] nav {
  display: block;
}
.games.associate [data-game-img] .counter_game span:first-child {
  transform: translate(75px, 0);
}
.games.associate [data-game-img] .counter_game span:last-child {
  transform: translate(75px, 0);
  opacity: 0;
}
.games.associate [data-game-img="1"] .current_img {
  display: block;
  background-image: url("../img/game_1_1.jpg");
}
.games.associate [data-game-img="2"] .current_img {
  display: block;
  background-image: url("../img/game_1_2.jpg");
}
.games.associate [data-game-img="3"] .current_img {
  display: block;
  background-image: url("../img/game_1_3.jpg");
}
.games.associate [data-game-img="4"] .current_img {
  display: block;
  background-image: url("../img/game_1_4.jpg");
}
.games.associate [data-game-img="5"] .current_img {
  display: block;
  background-image: url("../img/game_1_5.jpg");
}
.games.associate [data-game-img="1"] .current_img {
  display: block;
}
.games.associate [data-game-img="1"] p:not(.counter_game) {
  display: block;
}
.games.associate [data-game-img="1"] nav {
  display: none;
}
.games.associate [data-game-img="1"] .counter_game span:first-child {
  transform: translate(0, 0);
}
.games.associate [data-game-img="1"] .counter_game span:last-child {
  transform: translate(0, 0);
  opacity: 1;
}
.games.chronology .play_game {
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.games.chronology .play_game > .exercise-instructions {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
  color: #bbbbbb !important;
  font-size: 20px;
}
.games.chronology .play_game .chronology_select_hint {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 12px 16px 16px;
  margin: 0;
  box-sizing: border-box;
  color: #6b6b6b;
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 18px;
  line-height: 1.35;
}
.games.chronology .play_game .img_game .current_img {
  display: block;
  height: 60vh;
  margin: 30px 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
}
@media (max-height: 750px) {
  .games.chronology .play_game .img_game .current_img {
    height: 50vh;
    margin: 20px 0;
  }
}
@media (max-height: 650px) {
  .games.chronology .play_game .img_game .current_img {
    height: 40vh;
    margin: 10px 0;
  }
}
.games.chronology .play_game .img_game p:not(.counter_game) {
  display: block;
}
.games.chronology .play_game .img_game .counter_game span:first-child {
  transform: translate(0, 0);
}
.games.chronology .play_game .img_game .counter_game span:last-child {
  transform: translate(0, 0);
  opacity: 1;
}
.games.chronology .play_game .chronology_dest_thumbs {
  width: 100%;
  margin-top: 10px;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails {
  margin: 10px 0;
  width: 100%;
  float: left;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails::after {
  content: "";
  display: block;
  clear: both;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav {
  margin: auto;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav ul {
  transform: none !important;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav li {
  cursor: initial;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav li::before {
  content: none;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav li .img {
  height: 100px;
  width: 100px;
  border: 1px dashed #bbbbbb;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails nav li .img.filled {
  border-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails p {
  width: 50%;
  margin-top: 20px;
  margin-left: 25%;
  float: left;
  color: #bbbbbb;
  line-height: 1.35;
  box-sizing: border-box;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails .next-step {
  float: left;
  margin: 20px 0 0 20px;
  text-align: left;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails .next-step .tooltip {
  background: transparent;
}
.games.chronology .play_game .chronology_dest_thumbs .thumbnails .next-step .btn_princ.inactive {
  background-color: #333333;
  cursor: initial;
  pointer-events: none;
}
.games.chronology .result_game .replay,
.games.chronology .result_game > span.exercise-instructions,
.games.chronology .result_game nav.results_list {
  display: none;
}
.games.chronology .result_game .chronology_results_layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 95vh;
  box-sizing: border-box;
  position: relative;
}
.games.chronology .result_game .chronology_results_tagline {
  margin: 0 0 8px;
  padding: 0 12px;
  text-align: center;
  color: white !important;
  font-size: 20px;
  line-height: 1.35;
}
.games.chronology .result_game .chronology_results_arrow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 90%;
  max-width: 90%;
  height: 45px;
  margin: 8px 0 0;
  box-sizing: border-box;
}
.games.chronology .result_game .chronology_results_arrow_segment,
.games.chronology .result_game .chronology_results_arrow_segment_left,
.games.chronology .result_game .chronology_results_arrow_segment_right {
  flex: 1 1 auto;
  min-width: 16px;
  background-color: #ffd801;
}
.games.chronology .result_game .chronology_results_arrow_segment_fleche {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  align-self: center;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 32px;
  border-color: transparent transparent transparent #ffd801;
  background: none;
  box-sizing: border-box;
}
.games.chronology .result_game .chronology_results_track_palette_wrap {
  position: relative;
  align-items: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 80%;
  max-width: 1280px;
  min-height: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.games.chronology .result_game .chronology_results_track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 20px;
  width: 90%;
  box-sizing: border-box;
}
.games.chronology .result_game .chronology_results_connector {
  justify-self: center;
  width: 0;
  height: 90px;
  margin: 0;
  border-left: 1px solid #6b6b6b;
}
.games.chronology .result_game .chronology_results_slot {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 240/185;
  max-height: 185px;
  box-sizing: border-box;
  border: 1px dashed #6b6b6b;
  background-color: transparent;
  overflow: hidden;
}
.games.chronology .result_game .chronology_results_slot::before, .games.chronology .result_game .chronology_results_slot::after {
  content: "";
  position: absolute;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  width: 126.2610006208%;
  border-bottom: 1px dashed #6b6b6b;
}
.games.chronology .result_game .chronology_results_slot::before {
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(37.6262336387deg);
}
.games.chronology .result_game .chronology_results_slot::after {
  left: 0;
  bottom: 0;
  top: auto;
  transform-origin: 0 100%;
  transform: rotate(-37.6262336387deg);
}
.games.chronology .result_game .chronology_results_slot.filled::before, .games.chronology .result_game .chronology_results_slot.filled::after {
  display: none;
}
.games.chronology .result_game .chronology_results_slot .chronology_slot_image {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.games.chronology .result_game .chronology_results_slot.filled .chronology_slot_image {
  pointer-events: auto;
  cursor: pointer;
}
.games.chronology .result_game .chronology_results_slot.chronology_slot_snap .chronology_slot_image {
  animation: chronologySlotSnap 0.28s ease-out;
}
.games.chronology .result_game .chronology_results_slot.chronology_slot_hover:not(.filled) {
  border-color: #ffd801;
  box-shadow: inset 0 0 0 1px rgba(255, 216, 1, 0.65);
}
@keyframes chronologySlotSnap {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.games.chronology .result_game .chronology_drag_helper {
  z-index: 260;
  box-sizing: border-box;
  opacity: 0.92;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.games.chronology .result_game .chronology_results_palette {
  position: absolute;
  bottom: 100px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 20px;
  width: 90%;
  box-sizing: border-box;
}
.games.chronology .result_game .chronology_palette_thumb {
  justify-self: center;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 240/185;
  max-height: 185px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.35);
  cursor: grab;
  touch-action: none;
}
.games.chronology .result_game .chronology_palette_thumb:active {
  cursor: grabbing;
}
.games.chronology .result_game .chronology_results_validate {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 16px;
}
.games.chronology .result_game .chronology_results_validate .chronology_results_validate_btn.inactive {
  background-color: #333333;
  cursor: default;
  pointer-events: none;
}
.games.chronology .chronology_final_step {
  height: 95vh;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.games.chronology .chronology_final_step .chronology_final_layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 95vh;
  box-sizing: border-box;
  position: relative;
  padding: 0 0 24px;
}
.games.chronology .chronology_final_step .chronology_final_header_replay {
  align-self: center;
  width: 100%;
  max-width: 1280px;
  padding: 40px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1.5px dotted #444444;
  flex: 0 0 auto;
}
.games.chronology .chronology_final_step .chronology_final_header_replay .btn_princ {
  margin-top: 20px;
}
.games.chronology .chronology_final_step .chronology_results_tagline,
.games.chronology .chronology_final_step .chronology_final_tagline {
  margin: 40px 0;
  padding: 0 12px;
  text-align: center;
  color: white !important;
  font-size: 20px;
  line-height: 1.35;
}
.games.chronology .chronology_final_step .chronology_results_arrow,
.games.chronology .chronology_final_step .chronology_final_arrow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 90%;
  max-width: 90%;
  height: 45px;
  margin: 8px 0 0;
  box-sizing: border-box;
}
.games.chronology .chronology_final_step .chronology_results_arrow_segment,
.games.chronology .chronology_final_step .chronology_results_arrow_segment_left,
.games.chronology .chronology_final_step .chronology_results_arrow_segment_right {
  flex: 1 1 auto;
  min-width: 16px;
  background-color: #ffd801;
}
.games.chronology .chronology_final_step .chronology_results_arrow_segment_fleche {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  align-self: center;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 32px;
  border-color: transparent transparent transparent #ffd801;
  background: none;
  box-sizing: border-box;
}
.games.chronology .chronology_final_step .chronology_final_track_wrap {
  position: relative;
  align-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
}
.games.chronology .chronology_final_step .chronology_final_track {
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 20px;
  width: 90%;
  box-sizing: border-box;
}
.games.chronology .chronology_final_step .chronology_final_connector {
  justify-self: center;
  width: 0;
  height: 90px;
  margin: 0;
  border-left: 1px solid #6b6b6b;
}
.games.chronology .chronology_final_step .chronology_final_slot {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 240/185;
  max-height: 185px;
  box-sizing: border-box;
  border: 1px dashed #6b6b6b;
  background-color: transparent;
  overflow: hidden;
}
.games.chronology .chronology_final_step .chronology_final_slot::before, .games.chronology .chronology_final_step .chronology_final_slot::after {
  content: "";
  position: absolute;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  width: 126.2610006208%;
  border-bottom: 1px dashed #6b6b6b;
}
.games.chronology .chronology_final_step .chronology_final_slot::before {
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(37.6262336387deg);
}
.games.chronology .chronology_final_step .chronology_final_slot::after {
  left: 0;
  bottom: 0;
  top: auto;
  transform-origin: 0 100%;
  transform: rotate(-37.6262336387deg);
}
.games.chronology .chronology_final_step .chronology_final_slot.filled::before, .games.chronology .chronology_final_step .chronology_final_slot.filled::after {
  display: none;
}
.games.chronology .chronology_final_step .chronology_final_slot .chronology_final_slot_image {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.games.chronology .chronology_final_step .chronology_final_slot.filled .chronology_final_slot_image {
  pointer-events: auto;
  cursor: zoom-in;
}
.games.chronology .chronology_final_step .chronology_final_slot.filled .chronology_final_slot_image.zoomed {
  cursor: zoom-out;
  opacity: 1;
}
.games.chronology .chronology_final_step .chronology_final_slot.chronology_final_slot_zoomed {
  z-index: 2;
  overflow: hidden;
  width: 500px;
  height: 500px;
  max-width: 500px;
  max-height: 500px;
  aspect-ratio: auto;
  transition: all 0.3s ease;
}
.games.chronology .chronology_final_step .chronology_final_slot.chronology_final_slot_zoomed .chronology_final_slot_image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.games.chronology .chronology_final_step .chronology_final_slot.filled {
  border-color: transparent;
}
.games.chronology .chronology_final_step .chronology_final_slot.wrong_answer .chronology_final_slot_image {
  opacity: 0.3;
}
.games.chronology .chronology_final_step .chronology_final_legend_col {
  min-width: 0;
  width: 100%;
  max-width: 240px;
  margin-top: 20px;
  justify-self: center;
  align-self: start;
  text-align: left;
  color: white !important;
  font-family: "berthold_akzidenz_grotesk_bCn";
}
.games.chronology .chronology_final_step .chronology_final_title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  color: inherit;
}
.games.chronology .chronology_final_step .chronology_final_description {
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 30px;
  color: #6b6b6b;
}
.games.chronology .chronology_final_step .chronology_final_description p {
  margin: 0 0 6px;
}
.games.chronology .chronology_final_step a.chronology_final_seemore {
  display: none;
  font-size: 16px;
  color: #6b6b6b;
}
.games.chronology .chronology_final_step .chronology_final_legend_col.wrong_answer .chronology_final_title,
.games.chronology .chronology_final_step .chronology_final_legend_col.wrong_answer .chronology_final_description,
.games.chronology .chronology_final_step .chronology_final_legend_col.wrong_answer .chronology_final_seemore {
  opacity: 0.5;
}
.games.chronology .chronology_final_step .bloc_answer {
  display: block;
  align-self: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 16px;
  flex: 0 0 auto;
}
.games.identify p:not(.instructions), .games.koulechov p:not(.instructions) {
  color: #bbbbbb;
}
.games.identify [data-content-game="2"] .instructions, .games.koulechov [data-content-game="2"] .instructions {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 500px;
  transform: translate(65px, 0);
}
.games.identify [data-content-game="2"] .instructions span, .games.koulechov [data-content-game="2"] .instructions span {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 65px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  margin: 0 15px 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-image: url(../img/analyse_img_10.jpg);
  background-position: right center;
}
.games .bloc_answer {
  margin-left: -100px;
  margin-right: -100px;
  padding: 40px 0;
  border-top: 1.5px dotted #444444;
}
.games .bloc_answer p {
  color: white;
  font-size: 16px !important;
  line-height: 24px !important;
}
.games .bloc_answer .give_answer,
.games .bloc_answer .sent_answer {
  margin: 0 auto;
  max-width: 560px;
}
.games .bloc_answer .give_answer p.bold {
  margin-bottom: 30px;
}
.games .bloc_answer .give_answer .share_answer {
  text-align: left;
  margin-top: 25px;
  line-height: 40px;
}
.games .bloc_answer .give_answer .share_answer p {
  display: inline-block;
  vertical-align: middle;
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu {
  margin: 0 5px;
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu nav {
  top: auto;
  bottom: 30px;
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu nav ul li p {
  color: #000000;
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu nav ul li:first-child {
  font-family: "berthold_akzidenz_grotesk_bBd";
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu .link {
  display: inline-block;
  vertical-align: middle;
}
.games .bloc_answer .give_answer .share_answer .dropdown_menu .link .index {
  font-size: 16px !important;
  line-height: 24px !important;
}
.games .bloc_answer .give_answer .share_answer .btn_princ {
  float: right;
}
.games .bloc_answer .give_answer .share_answer::after {
  content: "";
  display: block;
  clear: both;
}
.games .sent_answer {
  display: none;
}
.games .sent_answer p:first-child {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.games .sent_answer .bold {
  margin: 30px 0;
}
.games.koulechov [data-content-game="1"] {
  position: relative;
}
.games.koulechov .thumbnails {
  margin: 10px 0;
  width: 100%;
  float: left;
}
.games.koulechov .thumbnails nav {
  margin: auto;
}
.games.koulechov .thumbnails nav li {
  cursor: initial;
  display: inline-block;
  vertical-align: top;
}
.games.koulechov .thumbnails nav li::before {
  content: none;
}
.games.koulechov .thumbnails nav li .img {
  height: 100px;
  width: 100px;
  border: 2px dashed #bbbbbb;
  background-size: cover;
  background-position: center center;
}
.games.koulechov .thumbnails p {
  width: 50%;
  margin-top: 20px;
  margin-left: 25%;
  float: left;
}
.games.koulechov .thumbnails.choices {
  margin: 20px 0 40px 0;
  float: none;
}
.games.koulechov .thumbnails.choices nav {
  width: 100%;
}
.games.koulechov .thumbnails.choices nav li {
  margin: 0 3px;
  text-align: left;
}
.games.koulechov .thumbnails.choices nav li h3,
.games.koulechov .thumbnails.choices nav li a {
  margin: 20px 0 0 5px;
}
.games.koulechov .thumbnails.choices nav li .img {
  width: 190px;
  height: 190px;
  border: none;
}
.games.koulechov .thumbnails.choices nav li .img.bordered {
  border: 2px dashed #bbbbbb;
}
.games.koulechov .thumbnails .next-step {
  float: left;
  margin: 20px 0 0 20px;
}
.games.koulechov .thumbnails .next-step .tooltip {
  background: transparent;
}
.games.koulechov .inactive {
  background-color: #333333;
  cursor: initial;
}
.games.koulechov .valid-step-3 {
  margin-left: 20px;
}
.games.koulechov .img.zoomed {
  cursor: zoom-out;
}
.games.koulechov #final-form textarea[name=comment1] {
  display: none;
}
.games.koulechov [data-content-game="4"] .bloc_answer {
  border-top: none;
}
.games.koulechov [data-content-game="4"] .thumbnails.choices {
  margin: 20px 0 0 0;
}
.games.koulechov [data-content-game="4"] .results_list h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 100px;
  font-family: "berthold_akzidenz_grotesk_bCn";
  font-size: 23px !important;
  line-height: 30px;
}

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