.bgcHomeComing {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 50px;
  margin-top: -35px;
  border: 2px solid #fff;
  border-radius: 25px;
  transition: opacity .6s;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}

.icon_scroll_none {
  opacity: 0;
  transition: all .6s;
}

/* IGNORE EVERYTHING BELOW */
body {
  background: black;
}

@font-face {
  font-family: 'Glyphter';
  src: url("../fonts/Glyphter.eot");
  src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphter.woff") format("woff"), url("../fonts/Glyphter.ttf") format("truetype"), url("../fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dolphin_vivactis:before {
  content: '\0044';
}

.icon_dolphin {
  font-size: 2em;
  margin-right: -60px;
  vertical-align: middle;
}

*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 0.35rem #069 !important;
  /* faux focus ring color */
}

*:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none !important;
}

* {
  font-family: 'Montserrat', sans-serif;
  outline: none !important;
  scroll-behavior: smooth;
}

html,
body {
  font-size: 18px;
  color: #28282a;
  background-color: #ffffff;
  overflow-x: hidden;
}

.row {
  padding: 0;
  margin: 0;
}

p {
  font-weight: 300;
  color: #39414C;
}

b {
  font-weight: 400;
}

h1 {
  font-size: 4rem;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: .5rem;
}

h2 {
  font-size: 3.3rem;
  font-weight: 300;
  margin-bottom: .6rem;
}

h2 b {
  font-weight: 500;
}

h3 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #39414C;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}

.tagline {
  font-size: 1.8rem;
  font-weight: 100;
}

.tagline b {
  font-weight: normal;
}

.bg_vivactis {
  background-color: transparent !important;
  padding: .7rem 0;
  transition: all .6s;
}

.bg_vivactis_fill {
  background-color: #39414C !important;
}

.nav-item {
  margin: 0 25px;
}

.nav-item a {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 300;
}

section {
  padding: 5rem 0 6rem 0;
}

.titleSection {
  padding: 0 0 5rem 0;
}

.iconMore a {
  text-decoration: none !important;
}

.modal-xl {
  max-width: 85%;
}

.modal-dialog {
  margin: 7.75rem auto !important;
}

.bgcHomeComing {
  position: relative;
  background: #721b4a;
  background: linear-gradient(90deg, #721b4a 0%, #bc4165 50%, #8c1f3f 100%);
  width: 100%;
}

.bgcHome {
  position: relative;
  background: #721b4a;
  background: linear-gradient(90deg, #721b4a 0%, #bc4165 50%, #8c1f3f 100%);
  width: 100%;
  height: 100vh;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 3%;
  left: 0;
}

.parallax div {
  /*enable 3D rendering*/
  transform: translateZ(0);
  will-change: transform;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.source-layer1 {
  background-image: url(../img/home/illu_vivactis_bel_01.png);
  background-size: 30% auto;
}

.source-layer2 {
  background-image: url(../img/home/illu_vivactis_bel_02.png);
  background-size: 30% auto;
}

.vivactisLogos img {
  transition: all .6s;
}

.vivactisLogos:hover > img {
  opacity: .5;
  transform: scale(1.2);
}

.homeIcons a i {
  color: #39414C;
}

#vivactis_section {
  background: white;
  background: linear-gradient(90deg, white 0%, white 41%, white 81%, #ebebeb 100%);
}

#vivactis_section h2 {
  color: #A42D50;
}

#health_agency {
  background: #c20d0f;
  background: linear-gradient(90deg, #c20d0f 0%, #e10712 50%, #c20d0f 100%);
}

#health_agency h2 {
  color: #ffffff;
}

#health_agency h3 {
  color: #ffffff;
}

#vivio {
  background: #2595d3;
  background: linear-gradient(90deg, #2595d3 0%, #50b9eb 50%, #2595d3 100%);
}

#vivio h2 {
  color: #ffffff;
}

#vivio h3 {
  color: #ffffff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff !important;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #ffffff !important;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
     * Emphatic
     */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (max-width: 992px) {
  p {
    font-weight: 300;
    color: #39414C;
  }
  b {
    font-weight: 400;
  }
  h1 {
    font-size: 3rem;
    line-height: 2rem;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: .6rem;
  }
  h2 b {
    font-weight: 500;
  }
  h3 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #39414C;
  }
  h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #ffffff;
    margin-bottom: 2rem;
  }
  .bg_vivactis {
    background-color: #39414C !important;
    padding: .7rem 0;
    transition: all .6s;
  }
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 auto;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    margin: 2rem 0;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .source-layer1 {
    background-image: url(../img/home/illu_vivactis_bel_01.png);
    background-size: 50% auto;
  }
  .source-layer2 {
    background-image: url(../img/home/illu_vivactis_bel_02.png);
    background-size: 50% auto;
  }
  .icon-dolphin_vivactis:before {
    content: '\0044';
  }
  .icon_dolphin {
    font-size: 1.5em;
    margin-right: -30px;
    vertical-align: middle;
    line-height: 10px;
  }
  .headline {
    line-height: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */