@import "bootstrap.min.css";
/* -------- Structure -------- */
@font-face {
  font-family: "Open-Sans";
  src: url("fonts/opensans-regular.woff2") format("woff2"), url("fonts/opensans-regular.woff") format("woff");
}
@font-face {
  font-family: "Open-Sans-Bold";
  src: url("fonts/opensans-bold.woff2") format("woff2"), url("fonts/opensans-bold.woff") format("woff");
}
html,
body {
  background-color: #E9F4FE;
  height: 100%;
  color: #00337E;
  font-family: "Open-Sans", sans-serif;
}
body {
  position: relative;
}
.row {
  position: relative;
  z-index: 2;
}
.full-height {
  height: 100%;
}
.navbar-light .navbar-nav .nav-item {
  margin-right: 15px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: transparent;
  z-index: 1;
  position: relative;
}
.nav-pills .nav-link.active:after,
.nav-pills .show > .nav-link:after {
  content: '';
  position: absolute;
  height: 10px;
  z-index: -1;
  width: 100%;
  bottom: 2px;
  opacity: 0.6;
  left: 50%;
  margin-left: -50%;
  background: #2395f4;
  background: linear-gradient(90deg, #2395f4 0%, #0ce2af 100%);
}
.change-language-button {
  border: 0;
  background: transparent;
  position: relative;
  width: 75px;
  margin-right: 25px;
}
.change-language-button:after {
  content: '';
  background: url(../img/caret-right-solid.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
}
.page-title {
  font-weight: bold;
  font-size: 50px;
  color: white;
}
.page-title .signature-text {
  color: #2297F2;
  font-size: 35px;
  display: block;
}
.page-subtitle {
  font-size: 30px;
  color: #00337E;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.introduction-text {
  color: white;
}
.section {
  overflow: hidden;
}
#info-section {
  background-color: #00337E;
  margin-top: 89px;
}
#info-section .container {
  position: relative;
  z-index: 0;
}
#info-section .container:before {
  content: '';
  position: absolute;
  left: -200px;
  bottom: 0;
  z-index: 1;
  background: url(../img/background_intro_left.png) no-repeat;
  width: 200px;
  height: 269px;
}
#info-section .container:after {
  content: '';
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 1;
  background: url(../img/background_intro_right.png) no-repeat;
  width: 132px;
  height: 262px;
}
#what-is-section {
  position: relative;
  z-index: 0;
}
#what-is-section:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -70%;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url(../img/ligne_background_vert.png) no-repeat;
}
#what-is-section:after {
  content: '';
  position: absolute;
  left: 0%;
  top: -218px;
  z-index: 1;
  background: url(../img/ligne_background.png) 100% no-repeat;
  height: 100%;
  width: 100%;
}
#advantages-section {
  position: relative;
  z-index: 0;
}
#advantages-section:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url(../img/round_background_vert.png) no-repeat;
}
#advantages-section:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 456px;
  width: 1252px;
  z-index: 1;
  background: url(../img/background_curve.png) no-repeat;
}
#advantages-section img {
  position: relative;
  z-index: 1;
}
#interfaces-section {
  background-color: white;
  position: relative;
}
#interfaces-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #2298F2 transparent transparent transparent;
}
#interfaces-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #3DD8C1 transparent;
}
#contact-section {
  background: #2297F2;
  position: relative;
}
#contact-section:before {
  content: '';
  background: url("../img/contact-preview.jpeg") no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0px;
  height: 100%;
}
#contact-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 150px;
  border-color: transparent transparent #00337E transparent;
}
.info-block {
  width: 95%;
  padding: 20px;
  margin-top: 50px;
}
.info-block ul li {
  list-style-type: none;
  position: relative;
  padding-left: 5px;
  margin-bottom: 15px;
}
.info-block ul li:before {
  content: '';
  display: block;
  border-radius: 50%;
  height: 15px;
  background: #2395f4;
  background: linear-gradient(90deg, #2395f4 0%, #0ce2af 100%);
  width: 15px;
  position: absolute;
  left: -20px;
  top: 3px;
}
.info-block.introduction-block {
  padding: 0;
  color: white;
  margin-bottom: 15px;
}
.info-block.by-itlink-block {
  color: white;
  background-color: #2297F2;
  position: relative;
  padding: 35px 40px 20px 20px;
  width: 100%;
  margin-left: 5%;
}
.info-block.what-is-block {
  margin-top: 95px;
}
.info-block.what-is-block .page-subtitle {
  z-index: 1;
}
.info-block.what-is-block .page-subtitle:after {
  content: '';
  position: absolute;
  height: 10px;
  z-index: -1;
  width: 70px;
  bottom: 3px;
  opacity: 0.6;
  right: -20px;
  background: #2395f4;
  background: linear-gradient(90deg, #2395f4 0%, #0ce2af 100%);
}
.info-block.what-is-block img {
  display: block;
  margin: 40px auto 0 auto;
}
.info-block.use-case-block {
  background-color: #3DD8C1;
  color: #00337E;
}
.info-block.advantages-block {
  background-color: #2297F2;
  color: white;
  position: relative;
  z-index: 0;
}
.info-block.advantages-block:after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -200px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 200px 0 0;
  border-color: #3DD8C1 transparent transparent transparent;
}
.info-block.advantages-block .page-subtitle {
  color: white;
}
.contact-block {
  color: white;
}
.contact-block iframe::-webkit-scrollbar {
  width: 0.4em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.contact-block iframe::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.contact-block iframe::-webkit-scrollbar-thumb {
  background-color: #7492FF;
  outline: #7492FF;
  border-radius: 5px;
}
.contact-block .page-subtitle {
  color: white;
  margin-bottom: 25px;
}
.contact-block .form-text {
  color: #00337E;
}
.contact-block .sub-text {
  display: block;
  font-weight: normal;
  font-size: 25px;
}
.carousel-caption {
  color: white;
  text-shadow: 1px 1px 2px white, 0 0 1em #2297F2, 0 0 0.2em #2297F2;
}
.interfaces-block {
  width: 100%;
}
.video-container {
  margin-top: 10px;
}
.eurotech-box {
  width: 100%;
}
.footer {
  background: #00337E;
  color: white;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.footer a {
  color: white;
}
.footer .logo-footer {
  height: 63px;
  width: 136px;
  margin-right: 30px;
}
.footer .nav-footer li {
  display: inline-block;
}
.footer .nav-footer li a {
  color: white;
  text-decoration: none;
  padding: 0 10px;
}
.footer .nav-footer li:after {
  content: '';
  height: 3px;
  width: 3px;
  display: inline-block;
  background: white;
  border-radius: 50%;
}
.footer .back-to-top {
  position: absolute;
  text-align: center;
  line-height: 57px;
  z-index: 5;
  bottom: 0;
  font-size: 25px;
  right: 0;
  height: 80px;
  width: 80px;
  background: #3DD8C1;
  border-radius: 0;
  transition: ease-in 0.2s;
}
.footer .back-to-top:hover {
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .full-height {
    height: auto;
  }
  /* Just for coming soon */
  #info-section {
    height: inherit;
  }
  .section.full-height {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-block {
    width: 90%;
    margin: 10px auto;
  }
  .page-title {
    font-size: 35px;
  }
  .video-container {
    margin: 45% 0 30px 0;
  }
  .info-block {
    margin-bottom: 20px;
  }
  .info-block.by-itlink-block {
    margin-left: auto;
  }
  .introduction-block {
    margin-top: 60px;
  }
  #advantages-section img {
    width: 60%;
  }
  #contact-section:before {
    content: none;
  }
}
