* {
  font-family: Akrobat, sans-serif;
}

body {
  background-color: #000;
  font-family: Akrobat, sans-serif;
  margin: 0;
  padding: 0;
  width: calc(100vw - (100% - 100vw));
  overflow-x: hidden;
}
@media screen and (max-width: 740px) {
  body {
    background-color: white;
  }
}

h2 {
  font-family: Akrobat, sans-serif;
  font-weight: 900;
}

a {
  text-decoration: none;
}

hr {
  margin: 20px 0;
  height: 1px;
  color: #dddddd;
  background: #dddddd;
  font-size: 0;
  border: 0;
}

.borderImg {
  text-decoration: none;
}

#main {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 740px) {
  #main {
    position: initial;
  }
}

#overlayPlacements {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 740px) {
  #overlayPlacements {
    overflow: unset;
  }
}

#overlayPlacements.slideRightScreen {
  transform: translateX(calc(20vw + 40px));
}

#overlayPlacements.slideLeftScreen {
  transform: translateX(calc(-35vw + 40px));
}

.videoPlayer {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.modules {
  position: relative;
}

@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-ExtraBold.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-ExtraLight.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-Regular.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-SemiBold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url(fonts/Akrobat/Akrobat-Thin.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
}
.btn {
  background-color: #ffcc00;
  color: #1d1f45;
  font-weight: 700;
  font-family: Akrobat, sans-serif;
  margin-top: 1vw;
  font-size: 1vw;
  padding: 0.5vw 0.8vw 0.6vw 0.8vw;
  border-radius: 0.2vw;
  border: 0.15vw solid #ffcc00;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: white;
  border-color: white;
}
.btn.btn-white {
  background-color: white;
  border: 0.15vw solid #ffcc00;
  font-weight: 500;
}
.btn.btn-white:hover {
  background-color: #ffcc00;
}
@media screen and (max-width: 1200px) {
  .btn {
    font-weight: 600;
  }
}
@media screen and (max-width: 994px) {
  .btn {
    font-size: 1.5vw;
    padding: 0.7vw 1vw 0.8vw 1vw;
  }
}
@media screen and (max-width: 740px) {
  .btn {
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: 10px;
  }
}

.homeOutput {
  position: absolute;
  width: 13vw;
  bottom: 5vw;
  left: 2vw;
  z-index: 10;
}
.homeOutput img {
  width: 100%;
}
@media screen and (max-width: 994px) {
  .homeOutput {
    display: none;
  }
}

.menuNavInfoBtn {
  position: fixed;
  top: 2vw;
  left: 2vw;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuNavInfoBtn .openChapters {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #ffcc00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menuNavInfoBtn .openChapters img {
  width: 1.5vw;
}
@media screen and (max-width: 1200px) {
  .menuNavInfoBtn .openChapters {
    width: 5.5vw;
    height: 5.5vw;
  }
  .menuNavInfoBtn .openChapters img {
    width: 2.5vw;
  }
}
@media screen and (max-width: 994px) {
  .menuNavInfoBtn .openChapters {
    width: 7vw;
    height: 7vw;
  }
  .menuNavInfoBtn .openChapters img {
    width: 3vw;
  }
}
@media screen and (max-width: 740px) {
  .menuNavInfoBtn .openChapters {
    width: 10vw;
    height: 10vw;
  }
  .menuNavInfoBtn .openChapters img {
    width: 4vw;
  }
}

.titleOfVid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 1vw;
}
.titleOfVid h2 {
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-weight: 700;
}
.titleOfVid h4 {
  margin: 0;
}
.titleOfVid .titleClose {
  display: none;
  color: #1d1f45;
  cursor: pointer;
}
.titleOfVid .titleClose h4 {
  font-size: 1.2vw;
  font-weight: bold;
}
.titleOfVid .titleSubtitle {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-shadow: 0 0 4px black;
}
.titleOfVid .titleSubtitle h4 {
  font-size: 1vw;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .titleOfVid h2 {
    font-size: 3.5vw;
  }
  .titleOfVid .titleClose h4 {
    font-size: 2vw;
  }
  .titleOfVid .titleSubtitle h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 994px) {
  .titleOfVid h2 {
    font-size: 5vw;
  }
  .titleOfVid .titleClose h4 {
    font-size: 3vw;
  }
  .titleOfVid .titleSubtitle h4 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 740px) {
  .titleOfVid h2 {
    font-size: 8vw;
  }
  .titleOfVid .titleClose h4 {
    font-size: 3vw;
  }
  .titleOfVid .titleSubtitle h4 {
    font-size: 3vw;
  }
}

.chapters {
  visibility: hidden;
  transform: translateX(-25vw);
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 20vw;
  height: calc(100vh - 9.5vw);
  padding: 7.5vw 2vw 2vw 2vw;
  z-index: 11;
  transition: 0.3s ease;
  overflow-y: auto;
}
@media screen and (max-width: 994px) {
  .chapters {
    width: calc(100vw - 4vw);
    transform: translateX(-100vw);
  }
}
@media screen and (max-width: 740px) {
  .chapters {
    padding: 70px 20px 20px 20px;
    height: calc(100vh - 90px);
    width: calc(100vw - 40px);
  }
}

.displayChapters {
  visibility: visible;
  transform: translateX(0);
}

.chapterlink {
  font-size: 1.3vw;
  line-height: 2.2vw;
  text-decoration: none;
  color: #1d1f45;
  font-weight: 700;
  transition: 0.5s ease;
  text-decoration: underline;
}
.chapterlink:hover {
  text-decoration: unset;
}
@media screen and (max-width: 994px) {
  .chapterlink {
    font-size: 3.8vw;
    line-height: 4.6vw;
  }
}
@media screen and (max-width: 740px) {
  .chapterlink {
    line-height: 23px;
    font-size: 17px;
  }
}

.navlink {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: 600;
  color: #1d1f45;
  line-height: 3vw;
}
.navlink .closearrow {
  float: right;
  transition: transform 0.3s ease;
}
.navlink .closearrow.openarrow {
  transform: rotate(90deg);
}
@media screen and (max-width: 994px) {
  .navlink {
    font-size: 5vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 740px) {
  .navlink {
    font-size: 30px;
    line-height: 30px;
  }
}

.share-options {
  display: flex;
  justify-content: space-between;
}

.share-button {
  margin: 0 5px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-button img {
  width: 100%;
}

.navpub {
  width: 100%;
  margin: 2vw 0 0 0;
  font-family: Akrobat, sans-serif;
}
.navpub img {
  width: 100%;
  object-fit: cover;
}

.legals-mentions {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  display: flex;
  z-index: 11;
}
.legals-mentions * {
  margin: 0 5px;
}

.text-legals {
  text-shadow: 0 0 3px black;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
}

button.text-legals {
  cursor: pointer;
}
button.text-legals:hover {
  text-decoration: none;
}

.modal-on-video {
  visibility: hidden;
}

.fenetre-modal {
  background-color: white;
  border-radius: 6px;
  padding: 30px;
  color: #1d1f45;
  font-size: 20px;
  width: calc(100vw - 150px);
  left: calc(50% - ((100vw - 90px) / 2));
  top: 1.5vw;
  position: absolute;
  overflow-x: auto;
  height: calc(100vh - 160px);
}

.btns-in-all-modals {
  float: right;
}

.pack-modal {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.condition-tarif-modal {
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd6e2;
}

.p-prix-modal {
  font-size: 40px;
  font-weight: bold;
}

.tarif-modal {
  background-color: #f5f8fa;
  width: calc(545px - 40px);
  margin-right: 20px;
  margin-left: 20px;
}

.block-tarif-modal {
  padding: 20px;
}

.btn-modal {
  padding-bottom: 30px;
}

.titre-tarif-modal {
  background-color: #1d1f45;
  color: white;
  padding: 20px;
}

.list-modal {
  width: 545px;
  margin-right: 20px;
  margin-left: 20px;
}

.list-modal-besoins {
  list-style: none;
  padding-left: 0px;
}

.list-modal-besoins li {
  margin: 0;
  padding: 10px 0 10px 45px;
  background-image: url(images/list-puce.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.barre-prix-modal {
  position: relative;
  left: -5px;
  top: -92px;
  -webkit-transform: rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.barre-prix-modal-1 {
  position: relative;
  left: -5px;
  top: -73px;
  -webkit-transform: rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-45deg) rotateY(0deg) rotateZ(0deg);
  color: #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.list-modal-secteur {
  list-style: none;
  padding-left: 0px;
}

.list-modal-secteur li {
  margin: 0;
  padding: 10px 0 10px 45px;
  background-image: url(images/puce-secteur.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
}

.partenaires {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pack-modal ul li {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .pack-modal {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .list-modal {
    margin-bottom: 20px;
    width: auto;
  }

  .tarif-modal {
    margin-bottom: 30px;
    width: auto;
  }
}
@media (max-width: 479px) {
  .barre-prix-modal {
    left: -16px;
    top: -278px;
  }
}
.backgroundBuilding3D {
  width: 100%;
}

.building3D {
  background-color: transparent;
}

.module {
  position: absolute;
  width: 100%;
  color: white;
}

.logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.textOnHome {
  z-index: 10;
}

.logo-header-1 {
  margin-right: 20px;
  width: 20vw;
}
.logo-header-1 img {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .logo-header-1 {
    width: 40vw;
  }
}

.logo-header-2 {
  margin-left: 20px;
  width: 13vw;
}
.logo-header-2 img {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .logo-header-2 {
    width: 29vw;
  }
}

.baseline-home {
  text-align: center;
  font-weight: normal;
  font-size: 2vw;
}
@media screen and (max-width: 740px) {
  .baseline-home {
    text-shadow: 0 0 10px black;
    font-size: 22px;
  }
}

.btn-home {
  display: flex;
  justify-content: center;
}

.btn-home a {
  margin-left: 10px;
  margin-right: 10px;
}
