.overlay-slider {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 55vw;
}
.overlay-slider.displayOn {
  visibility: visible;
}

.slider-content {
  width: 100%;
  height: 25vw;
  display: block;
}

.logoLink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.logoLink a {
  width: calc(20% - 10px);
  padding: 5px;
}
.logoLink a img {
  width: 100%;
}

.tns-outer {
  width: 100%;
}

.tns-item {
  width: 100%;
}

.aside {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transform: translateX(35vw);
  background-color: white;
  box-shadow: 0 0 45px black;
  font-family: Akrobat, sans-serif !important;
  color: #1d1f45;
  width: 35vw;
  max-width: 540px;
  z-index: 12;
  transition: 0.3s ease;
}
.aside > .asideScrollContent {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5vw;
  font-size: 1.3em;
}
.aside > .asideScrollContent ol {
  padding-inline-start: 20px;
}
.aside > .asideScrollContent h1 {
  font-size: 45px;
  font-weight: 900;
  margin-top: 0px;
}
.aside > .asideScrollContent p {
  font-size: 20px;
  font-weight: 500;
}
.aside > .asideScrollContent p strong {
  font-weight: 900;
}
.aside > .closeRightContent {
  width: 100%;
  padding: 50px 20px 55px 40px;
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
}
.aside > .closeRightContent .btn {
  margin-right: 10px;
}
@media screen and (max-width: 994px) {
  .aside {
    transform: translateX(100vw);
    width: 100vw;
  }
  .aside > .asideScrollContent {
    font-size: 1.2rem;
  }
  .aside > .closeRightContent {
    font-size: 2em;
    padding: 10px 10px 25px 20px;
  }
}

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

.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;
  }
}
.overlayelement {
  display: none;
  position: absolute;
  font-family: Akrobat, sans-serif;
  font-weight: 300;
  font-size: 1.9vw;
  color: white;
  width: 37vw;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (max-width: 740px) {
  .overlayelement {
    color: black;
    font-size: 3vw;
    position: initial;
    width: calc(100% - 20px);
    justify-content: center;
    align-items: flex-start;
    margin: 0 10px;
  }
}

.overlayText {
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 740px) {
  .overlayText {
    text-shadow: unset;
    margin-top: 20px;
    font-size: 20px;
  }
}

.displayOn {
  display: flex;
}

#btnForPlayVideo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
#btnForPlayVideo img {
  cursor: pointer;
  width: 5vw;
  max-width: 100px;
  min-width: 50px;
  filter: invert(1);
}
