@font-face {
  font-family: "MyriadProRegular";
  src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html, body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  --heading: #A6C5F4;
  --blue_accent: #376193;
  --red_accent: #BA0505;
  --dark-gray: #656565;
  font-family: "MyriadProRegular", Arial;
  color: black;
  background-color: #f1f1f1;
}

.arrow {
  margin-bottom: 0%;
  margin-left: 84%;
  position: fixed;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: 1030;
}
.arrow #number-page {
  margin-top: 7px;
  margin-left: 5px;
}
.arrow .btn-arrow {
  border: 1px solid var(--blue_accent);
  border-radius: 30px;
  color: var(--blue_accent);
  padding: 2px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}

.footer {
  width: 100%;
  position: fixed;
  bottom: -10px;
  left: 0;
  z-index: 10;
}

#id1 {
  display: block;
  overflow: hidden;
}

#id2 {
  display: none;
}

#id3 {
  display: none;
}

#id4 {
  display: none;
}

#id5 {
  display: none;
}

#id6 {
  display: none;
}

#id7 {
  display: none;
}

#id8 {
  display: none;
}

.loup {
  margin-left: -18%;
  padding: 0;
}

.top-block {
  margin-top: -15%;
  padding: 0;
  position: absolute !important;
}

ul {
  padding-left: 0;
}

.marker-dot li {
  list-style: none;
  background: url(../images/marker-dot.png) no-repeat 0 2px;
  padding-left: 40px;
  line-height: 1.5;
  position: relative;
}
.marker-dot li p {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: -2px;
}

.marker-plus li {
  list-style: none;
  background: url(../images/marker-plus.png) no-repeat 0 0.21vw;
  padding-left: 50px;
  line-height: 1.5;
  height: 50px;
}

.top-index1 {
  font-size: x-large;
  font-weight: 400;
}

.top-index2 {
  font-size: larger;
  font-weight: 400;
}

.top-index {
  font-size: small;
  vertical-align: top;
}

.text-gray {
  color: #7A7878;
}

.color-blue {
  color: var(--blue_accent);
}

.text-accent {
  color: var(--red_accent);
}

.header .white-block {
  background-color: white;
  display: flex;
}
.header .heading-block {
  background-color: var(--heading);
}

.font-16 {
  font-size: 0.83vw !important;
}

.font-18 {
  font-size: 0.94vw !important;
}

.font-14 {
  font-size: 0.73vw !important;
}

.font-20 {
  font-size: 1.04vw !important;
}

.font-22 {
  font-size: 1.15vw !important;
}

.font-26 {
  font-size: 1.35vw !important;
}

.font-32 {
  font-size: 1.67vw !important;
}

#prev {
  opacity: 0;
}

#next {
  opacity: 1;
}

@media (max-width: 992px) {
  .top-block {
    margin-top: 0;
    padding: 0;
    position: relative !important;
  }

  .header .heading-block {
    padding: 0;
  }

  .loup {
    margin-left: -12%;
  }

  .marker-plus li {
    height: auto;
  }

  .arrow {
    margin-top: 0;
    margin-left: 0;
    bottom: 10px;
    height: 20px;
    margin-bottom: 35px;
    position: relative !important;
  }
  .arrow #number-page {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    position: relative !important;
  }

  .font-16 {
    font-size: 14px !important;
  }

  .font-18 {
    font-size: 15px !important;
  }

  .font-14 {
    font-size: 12px !important;
  }

  .font-20 {
    font-size: 16px !important;
  }

  .font-22 {
    font-size: 19px !important;
  }

  .font-26 {
    font-size: 21px !important;
  }

  .font-32 {
    font-size: 19px !important;
  }

  .footer {
    height: max-content;
  }
}

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