ul#menu-restart {
  position: absolute;

  bottom: 26px;
  left: 60px;

  width: calc(100% - 80px);

  padding: 0;
  margin: 0;

  opacity: 1;
  pointer-events: none;
  transition: opacity 1s;

  z-index: 2000;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: flex-start;
}

ul#menu-restart.hide li {
  opacity: 0;
  pointer-events: none;
}

ul#menu-restart.hide li a {
  pointer-events: none;
}

ul#menu-restart li {
  list-style: none;
  display: inline-block;
  pointer-events: auto;

  display: flex;
  flex-direction: row;
  align-items: center;
}

ul#menu-restart li:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #fff;

  margin: 0 6px;
}

ul#menu-restart li:nth-child(3):after,
ul#menu-restart li:last-child:after {
  display: none;
}

ul#menu-restart li a {
  pointer-events: auto;
  position: relative;
  color: #fff;
  font-family: "Graphik Medium";
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;

  background: inherit;
  border: inherit;
  border-radius: inherit;
  white-space: nowrap;
  transition: none;
}

ul#menu-restart li a.disabled {
  pointer-events: none;
}

ul#menu-restart li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  z-index: 100;
  height: 3px;
  left: 12px;
  position: absolute;
  background: #fff;
  transition: transform 0.3s ease 0s, left 0.3s ease 0s;
  width: 80%;
  transform: scaleX(0);
}

ul#menu-restart li a.active:after {
  transform: scaleX(1);
}

ul#menu-language {
  position: absolute;

  bottom: 26px;
  left: 60px;

  width: calc(100% - 110px);

  padding: 0;
  margin: 0;

  opacity: 1;
  pointer-events: none;
  transition: opacity 1s;

  z-index: 500;

  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: flex-start;
}
ul#menu-language.hide li {
  opacity: 0;
  pointer-events: none;
}
ul#menu-language.hide li a {
  pointer-events: none;
}
ul#menu-language li {
  list-style: none;
  display: inline-block;
  pointer-events: auto;
  /* margin-right: 4px;temp, bug */
  transition: opacity 0.4s ease-in-out;

  display: flex;
  flex-direction: row;
  align-items: center;
}
ul#menu-language li:after {
  content: "";
  display: block;
  width: 3px;
  height: 15px;
  background-color: #b1b1b1;

  margin: 0 6px;
}

ul#menu-language li:nth-child(3):after,
ul#menu-language li:last-child:after {
  display: none;
}
ul#menu-language li a {
  pointer-events: auto;
  position: relative;
  color: #b1b1b1;
  font-family: "Graphik Medium";
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;

  background: inherit;
  border: inherit;
  border-radius: inherit;
  white-space: nowrap;
}

ul#menu-language li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

ul#menu-language li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  z-index: 100;
  height: 3px;
  left: 12px;
  position: absolute;
  background: #fff;
  transition: transform 0.3s ease 0s, left 0.3s ease 0s;
  width: 80%;
  transform: scaleX(0);
}
ul#menu-language li.active a {
  color: #fff;
  pointer-events: none;
}

ul#menu-language li.active {
  pointer-events: none;

}

ul#menu-language li.active a:after {
  transform: scaleX(1);
}

ul#menu-language li.credit-li {
  margin-left: auto;
}

ul#menu-language li.credit-li:active a {
  color: #fff;
}

.restart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
}

.restart__container {
  position: absolute;
  bottom: 35px;
  left: 40px;
  background-color: #fff;
  width: 600px;
  height: 320px;
  border-radius: 8px;
  color: #6e6142;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform-origin: center;
}

.restart__libelle {
  font-family: "Graphik Medium";
}

.restart__buttons {
  width: 270px;
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Graphik Bold";
  text-transform: uppercase;
}

.restart__buttons > * {
  cursor: pointer;
}
.restart__buttons .restart__no {
	position: relative;
	padding: 10px 30px;
	left: 25px;
  }
.restart__buttons .restart__yes {
  position: relative;
  padding: 10px 30px;
  left: -25px;
}

.restart__separator {
  width: 3px;
  height: 18px;
  background-color: #7f7f7f;
}

#credits {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  visibility: hidden;
  background-image: url(../../contenu/commun/image/fond-credits.jpg);
  opacity: 0;
}

#credits .bouton_close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

#credits .credits__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

#credits .credits__interviewee {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

#credits .credits__entry {
  margin-top: 1.5rem;
}

#credits .credits__libelle {
  font-size: 14px;
  font-family: "Graphik SemiBold";
}

#credits .credits__text {
  font-size: 14px;
  font-family: "Graphik Regular";
}

#credits .credits__col {
  width: 510px;
  height: 100%;
  /* background-color: #b1b1b1; */
}

#credits .credits__photos {
  position: relative;
  margin-top: 3rem;
}

#credits .credits__photos .credits__text {
  margin: 0.75rem 0;
}

#credits .credits__photos:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  height: 1.5px;
  width: 7px;
  background-color: #fff;
}

#credits .credits__titles h4 {
  font-family: "Graphik Medium";
  font-size: 14px;
}

#credits .credits__titles h5 {
  font-size: 24px;
  font-family: "Graphik Bold";
}

#backgroundVideoPlayerControls {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: rgba(0, 0, 0, 0.75);

  transition: 1s;

  opacity: 0;
}
#backgroundVideoPlayerControls.active {
  opacity: 1;
}
#backgroundVideoPlayerControls.active #buttons,
#backgroundVideoPlayerControls.active .accessibility,
#backgroundVideoPlayerControls.active #controls {
  pointer-events: auto;
}

#backgroundVideoPlayerControls .player__wrapper {
  position: relative;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

#backgroundVideoPlayerControls #title {
  position: absolute;
  top: 80px;
  left: 80px;
}

#backgroundVideoPlayerControls #title span {
  font-family: "Graphik Medium";
  font-size: 18px;
  text-transform: uppercase;

  color: #eee;
}

#backgroundVideoPlayerControls #title h1 {
  font-family: "Graphik Medium";
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;

  color: #fff;
}
/* #backgroundVideoPlayerControls #title h1::before {
	content: '';
	display: block;
	width: 100px;
	height: 10px;
	background-color: rgba(255,255,255,1);
	position: absolute;
	transform: translate(calc(-100% - 20px), 30px);
} */

#backgroundVideoPlayerControls .accessibility {
  pointer-events: none;
}

#backgroundVideoPlayerControls #buttons {
  display: flex;
  align-items: center;

  pointer-events: none;

  margin-bottom: 2.6rem;
}

#backgroundVideoPlayerControls #buttons ul {
  display: flex;
  justify-content: space-between;

  width: 480px;
}

#backgroundVideoPlayerControls #buttons ul li {
  list-style: none;
  display: inline-block;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
  text-transform: uppercase;
}

#backgroundVideoPlayerControls #buttons ul li .button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#backgroundVideoPlayerControls #buttons ul li .button:focus {
  border: none;
  outline: none;
}
#backgroundVideoPlayerControls #buttons ul li .button:before,
#backgroundVideoPlayerControls #buttons ul li .button:after {
  content: inherit;
}

#backgroundVideoPlayerControls #buttons ul li .button svg {
  height: 94px;
  fill: #fff;
}

#backgroundVideoPlayerControls #buttons ul li i {
  font-size: 70px;
  margin-top: 14px;
}

#backgroundVideoPlayerControls span {
  font-family: "Graphik Medium";
  text-align: center;
  font-size: 0.875em;
  line-height: 1.25em;

  margin-top: 20px;
}

#backgroundVideoPlayerControls #controls {
  display: flex;
  align-items: center;

  margin-bottom: 4rem;
  font-size: 1.5rem;
  pointer-events: none;
}

#backgroundVideoPlayerControls #controls #progresstimer {
  font-family: "Graphik Medium";
  text-align: center;
}

#backgroundVideoPlayerControls #controls #durationtimer {
  width: 45px;
  font-family: "Graphik Medium";
  text-align: center;
}

#backgroundVideoPlayerControls #controls #progressbar-wrapper {
  width: 800px;
  margin: 20px;

  background-color: rgba(255, 255, 255, 0.5);
}
#backgroundVideoPlayerControls #controls #progressbar-wrapper #progressbar {
  width: 0%;
  height: 5px;

  background-color: #fff;
  /*box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);*/
}

#backgroundVideoPlayerControls #lsf {
  display: none;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

#backgroundVideoPlayerControls #lsf.hide {
  opacity: 0;
  pointer-events: none;
}

#backgroundVideoPlayerControls #lsf i {
  font-size: 72px;
}

#backgroundVideoPlayerSubtitles {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;

  padding: 0 20px 70px 20px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
#backgroundVideoPlayerSubtitles.active {
  opacity: 1;
}
#backgroundVideoPlayerSubtitles p {
  margin: 0;
  padding: 0;

  opacity: 0;

  color: #fff;
  font-family: "Graphik Medium";
  font-size: 28px;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#backgroundVideoPlayerControls #pause-icon {
  visibility: hidden;
}

.toggle-lsf {
  position: absolute;
  z-index: 13;
  text-align: end;
  cursor: pointer;
  bottom: 26px;
  right: 20px;
  display: inline-block;
  height: 32px;
  width: 250px;
  font-family: "Graphik Medium";
  color: #fff;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
}

.pictoLSF {
  margin-left: 3px;
  height: 30px;
}
