@charset "UTF-8";
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

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

.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;
}

*: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;
}

.colorRed {
  color: #A42D50;
}

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;
}

.btn-primary {
  background-color: #A42D50;
  border-color: #A42D50;
  border-radius: 2em;
}

.btn-primary:hover {
  background-color: #39414C;
  border-color: #39414C;
}

.btn-outline {
  background-color: transparent;
  border-color: #A42D50;
  border-radius: 2em;
}

.btn-outline:hover {
  background-color: #39414C;
  border-color: #39414C;
  color: #ffffff;
}

.bg_vivactis {
  background-color: transparent !important;
  padding: 1.2rem 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;
}

.nav-item a b {
  font-weight: 500;
}

.dropdown-menu-dark {
  background-color: #39414C !important;
  border: none !important;
}

.dropdown-item:focus {
  background-color: #A42D50 !important;
}

section {
  padding: 2rem 0 4rem 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;
}

.bgcHome {
  position: relative;
  background: #721b4a;
  background: linear-gradient(90deg, #721b4a 0%, #bc4165 50%, #8c1f3f 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcVha {
  position: relative;
  background: #e10712;
  background: linear-gradient(90deg, #7e0204 0%, #e10712 50%, #7e0204 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcEdition {
  position: relative;
  background: #674567;
  background: linear-gradient(90deg, #4b285b 0%, #674567 50%, #4b285b 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcTempo {
  position: relative;
  background: #e16a20;
  background: linear-gradient(90deg, #ac4200 0%, #e16a20 50%, #ac4200 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcVivactis {
  position: relative;
  background: #50b9eb;
  background: linear-gradient(90deg, #2595d3 0%, #50b9eb 50%, #2595d3 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcWebinars {
  position: relative;
  background: #ffc04c;
  background: linear-gradient(90deg, #ff9634 0%, #ffc04c 50%, #ff9634 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcMedisquare {
  position: relative;
  background: #c7576f;
  background: linear-gradient(90deg, #b1365b 0%, #c7576f 50%, #b1365b 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcMedipedia {
  position: relative;
  background: #5dbdce;
  background: linear-gradient(90deg, #11a1ba 0%, #5dbdce 50%, #11a1ba 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcCongresses {
  position: relative;
  background: #7a8e96;
  background: linear-gradient(90deg, #344c5a 0%, #7a8e96 50%, #344c5a 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcPulse {
  position: relative;
  background: #e9983d;
  background: linear-gradient(90deg, #763e94 0%, #e9983d 50%, #763e94 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.bgcHpf {
  position: relative;
  background: #11a1ba;
  background: linear-gradient(90deg, #3d889f 0%, #11a1ba 50%, #3d889f 100%);
  width: 100%;
  padding: 7rem 0 17rem 0 !important;
}

.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;
}

.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: #39414C;
}

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

#vha_section h2 {
  color: #39414C;
}

#vha_section .title_vha {
  color: #cd2e25;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#vha_section p {
  text-align: left;
}

#vha_section .bordure {
  border-bottom: 1px solid #cd2e25;
}

#vha_section .btnDownload {
  color: #cd2e25 !important;
  border-color: #cd2e25 !important;
}

#vha_section .btnDownload:hover {
  background-color: #cd2e25 !important;
  color: #ffffff !important;
}

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

#editions_section h2 {
  color: #39414C;
}

#editions_section .title_editions {
  color: #39414C;
  font-weight: 200;
  font-size: x-large;
  text-align: center;
}

#editions_section p {
  text-align: left;
}

#editions_section .bordure {
  border-bottom: 1px solid #6f3c64;
}

#editions_section .btnDownload {
  color: #6f3c64 !important;
  border-color: #6f3c64 !important;
}

#editions_section .btnDownload:hover {
  background-color: #6f3c64 !important;
  color: #ffffff !important;
}

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

#tempo_section h2 {
  color: #39414C;
}

#tempo_section .title_tempo {
  color: #39414C;
  font-weight: 200;
  font-size: x-large;
  text-align: center;
}

#tempo_section p {
  text-align: left;
}

#tempo_section p b {
  font-weight: 600;
}

#tempo_section .bordure {
  border-bottom: 1px solid #d86c2f;
}

#tempo_section .btnDownload {
  color: #d86c2f !important;
  border-color: #d86c2f !important;
}

#tempo_section .btnDownload:hover {
  background-color: #d86c2f !important;
  color: #ffffff !important;
}

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

#vivio_section h2 {
  color: #3f89c9;
}

#vivio_section .title_vivio {
  color: #3f89c9;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#vivio_section p {
  text-align: left;
}

#vivio_section .bordure {
  border-bottom: 1px solid #3f89c9;
}

#vivio_section .btnDownload {
  color: #3f89c9 !important;
  border-color: #3f89c9 !important;
}

#vivio_section .btnDownload:hover {
  background-color: #3f89c9 !important;
  color: #ffffff !important;
}

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

#webinars_section h4 {
  color: #f7a600;
}

#webinars_section .title_web {
  color: #f7a600;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#webinars_section p {
  text-align: left;
}

#webinars_section .bordure {
  border-bottom: 1px solid #f7a600;
}

#webinars_section .btnDownload {
  color: #f7a600 !important;
  border-color: #f7a600 !important;
}

#webinars_section .btnDownload:hover {
  background-color: #f7a600 !important;
  color: #ffffff !important;
}

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

#medisquare_section h4 {
  color: #39414C;
  text-align: center;
  font-weight: 400;
}

#medisquare_section p {
  text-align: left;
}

#medisquare_section .bordure {
  border-bottom: 1px solid #c92a56;
}

#medisquare_section .btnDownload {
  color: #c92a56 !important;
  border-color: #c92a56 !important;
}

#medisquare_section .btnDownload:hover {
  background-color: #c92a56 !important;
  color: #ffffff !important;
}

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

#medipedia_section h4 {
  color: #00b3c6;
}

#medipedia_section .title_medipedia {
  color: #00b3c6;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#medipedia_section p {
  text-align: left;
}

#medipedia_section .bordure {
  border-bottom: 1px solid #00b3c6;
}

#medipedia_section .btnDownload {
  color: #00b3c6 !important;
  border-color: #00b3c6 !important;
}

#medipedia_section .btnDownload:hover {
  background-color: #00b3c6 !important;
  color: #ffffff !important;
}

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

#congress_section h4 {
  color: #57727e;
}

#congress_section .title_congress {
  color: #57727e;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#congress_section p {
  text-align: left;
}

#congress_section .bordure {
  border-bottom: 1px solid #57727e;
}

#congress_section .btnDownload {
  color: #57727e !important;
  border-color: #57727e !important;
}

#congress_section .btnDownload:hover {
  background-color: #57727e !important;
  color: #ffffff !important;
}

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

#pulse_section h4 {
  color: #b45e71;
}

#pulse_section .title_pulse {
  color: #b45e71;
  font-weight: 800;
  font-size: large;
  text-align: left;
}

#pulse_section p {
  text-align: left;
}

#pulse_section .bordure {
  border-bottom: 1px solid #b45e71;
}

#pulse_section .btnDownload {
  color: #b45e71 !important;
  border-color: #b45e71 !important;
}

#pulse_section .btnDownload:hover {
  background-color: #b45e71 !important;
  color: #ffffff !important;
}

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

#hpf_section h4 {
  color: #00b3c6;
}

#hpf_section .title_hpf {
  color: #00b3c6;
  font-weight: 200;
  font-size: x-large;
  text-align: center;
}

#hpf_section p {
  text-align: left;
}

#hpf_section .bordure {
  border-bottom: 1px solid #00b3c6;
}

#hpf_section .btnDownload {
  color: #00b3c6 !important;
  border-color: #00b3c6 !important;
}

#hpf_section .btnDownload:hover {
  background-color: #00b3c6 !important;
  color: #ffffff !important;
}

#Contact_section .fa-user-circle {
  font-size: 7em;
}

.VivioSection h3 {
  font-size: 1.8em;
  font-weight: 400;
  padding: 20px 0 0px 0;
  text-align: center;
}

.VivioSection b {
  font-weight: 600;
}

.VivioSection .architecture {
  padding: 20px 20px 6px 20px;
}

.VivioSection .architecture p {
  color: #000;
}

.VivioSection .tab .categorie {
  padding: 25px 40px 10px 40px;
}

.newsStoriesBg {
  background-color: #f8f9fa;
}

.newsStoriesBg .categorie {
  background-color: #ffffff;
}

.newsStoriesBg .architecture {
  background-color: #ffffff;
}

.architecture {
  background-color: #f8f9fa;
}

.dateStories {
  font-weight: 400;
}

.dateStories .lnr-calendar-full {
  font-weight: 400;
  font-size: 3em;
  color: #39414C;
}

.categorie {
  text-align: center;
}

.HyperSection h3 {
  font-size: 1.8em;
  font-weight: 400;
  padding: 20px 0 0px 0;
  text-align: center;
}

.HyperSection b {
  font-weight: 600;
}

.HyperSection .architecture {
  padding: 20px 20px 6px 20px;
}

.HyperSection .architecture p {
  color: #000;
}

.HyperSection .tab .categorie {
  padding: 25px 40px 10px 40px;
}

.CongressSection h3 {
  font-size: 1.8em;
  font-weight: 400;
  padding: 20px 0 0px 0;
  text-align: center;
}

.CongressSection b {
  font-weight: 600;
}

.CongressSection .architecture {
  padding: 20px 20px 6px 20px;
}

.CongressSection .architecture p {
  color: #000;
}

.CongressSection .tab .categorie {
  padding: 25px 40px 10px 40px;
}

.WebinarSection h3 {
  font-size: 1.8em;
  font-weight: 400;
  padding: 20px 0 0px 0;
  text-align: center;
}

.WebinarSection b {
  font-weight: 600;
}

.WebinarSection .architecture {
  padding: 20px 20px 6px 20px;
}

.WebinarSection .architecture p {
  color: #000;
}

.WebinarSection .tab .categorie {
  padding: 25px 40px 10px 40px;
}

#listSection ul {
  list-style: none;
}

#listSection li {
  text-align: left;
}

#listSection li b {
  font-weight: 700;
}

#listSection p:before {
  content: "•";
  color: #cd2e25;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listVha ul {
  list-style: none;
}

#listVha li {
  text-align: left;
}

#listVha b {
  font-weight: 700;
  text-transform: uppercase;
}

#listVha p:before {
  content: "•";
  color: #cd2e25;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listVha .btn .btn-outline-danger {
  color: #cd2e25;
}

#listVha .btn .btn-outline-danger:hover {
  color: #cd2e25;
}

#listVha .logo {
  height: 100px;
  align-items: center;
}

#listeditions ul {
  list-style: none;
}

#listeditions li {
  text-align: left;
}

#listeditions b {
  font-weight: 700;
  text-transform: uppercase;
}

#listeditions p:before {
  content: "•";
  color: #6f3c64;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listeditions .btn .btn-outline-danger {
  color: #6f3c64;
}

#listeditions .btn .btn-outline-danger:hover {
  color: #6f3c64;
}

#listeditions .logo {
  height: 100px;
  align-items: center;
}

#listTempo ul {
  list-style: none;
}

#listTempo li {
  text-align: left;
}

#listTempo b {
  font-weight: 700;
  text-transform: uppercase;
}

#listTempo p:before {
  content: "•";
  color: #d86c2f;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listTempo .btn .btn-outline-danger {
  color: #d86c2f;
}

#listTempo .btn .btn-outline-danger:hover {
  color: #d86c2f;
}

#listTempo .logo {
  height: 100px;
  align-items: center;
}

#listVivio ul {
  list-style: none;
}

#listVivio li {
  text-align: left;
}

#listVivio b {
  font-weight: 700;
  text-transform: uppercase;
}

#listVivio p:before {
  content: "•";
  color: #3f89c9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listVivio .btn .btn-outline-danger {
  color: #3f89c9 !important;
}

#listVivio .btn .btn-outline-danger:hover {
  color: #3f89c9 !important;
}

#listVivio .logo {
  height: 100px;
  align-items: center;
}

#listVivio1 ul {
  list-style: none;
}

#listVivio1 li {
  text-align: left;
}

#listVivio1 b {
  font-weight: 700;
  text-transform: uppercase;
}

#listVivio1 p {
  margin: 0;
}

#listVivio1 p:before {
  content: "•";
  color: #3f89c9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  line-height: 15px;
  font-size: 1.5em;
}

#listVivio1 .btn .btn-outline-danger {
  color: #3f89c9;
}

#listVivio1 .btn .btn-outline-danger:hover {
  color: #3f89c9;
}

#listVivio1 .logo {
  height: 100px;
  align-items: center;
}

#listweb ul {
  list-style: none;
}

#listweb li {
  text-align: left;
}

#listweb b {
  font-weight: 700;
  text-transform: uppercase;
}

#listweb p:before {
  content: "•";
  color: #f7a600;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listweb .btn .btn-outline-danger {
  color: #f7a600;
}

#listweb .btn .btn-outline-danger:hover {
  color: #f7a600;
}

#listweb .logo {
  height: 100px;
  align-items: center;
}

#listmedi ul {
  list-style: none;
}

#listmedi li {
  text-align: left;
}

#listmedi b {
  font-weight: 700;
  text-transform: uppercase;
}

#listmedi p:before {
  content: "•";
  color: #c92a56;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listmedi .btn .btn-outline-danger {
  color: #c92a56;
}

#listmedi .btn .btn-outline-danger:hover {
  color: #c92a56;
}

#listmedi .logo {
  height: 100px;
  align-items: center;
}

#listmedipedia ul {
  list-style: none;
}

#listmedipedia li {
  text-align: left;
}

#listmedipedia b {
  font-weight: 700;
  text-transform: uppercase;
}

#listmedipedia p:before {
  content: "•";
  color: #00b3c6;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listmedipedia .btn .btn-outline-danger {
  color: #00b3c6;
}

#listmedipedia .btn .btn-outline-danger:hover {
  color: #00b3c6;
}

#listmedipedia .logo {
  height: 100px;
  align-items: center;
}

#listcongress ul {
  list-style: none;
}

#listcongress li {
  text-align: left;
}

#listcongress b {
  font-weight: 700;
  text-transform: uppercase;
}

#listcongress p:before {
  content: "•";
  color: #57727e;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listcongress .btn .btn-outline-danger {
  color: #57727e;
}

#listcongress .btn .btn-outline-danger:hover {
  color: #57727e;
}

#listcongress .logo {
  height: 100px;
  align-items: center;
}

#listpulse ul {
  list-style: none;
}

#listpulse li {
  text-align: left;
}

#listpulse b {
  font-weight: 700;
  text-transform: uppercase;
}

#listpulse p:before {
  content: "•";
  color: #b45e71;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listpulse .btn .btn-outline-danger {
  color: #b45e71;
}

#listpulse .btn .btn-outline-danger:hover {
  color: #b45e71;
}

#listpulse .logo {
  height: 100px;
  align-items: center;
}

#listhpf ul {
  list-style: none;
}

#listhpf li {
  text-align: left;
}

#listhpf b {
  font-weight: 700;
  text-transform: uppercase;
}

#listhpf p:before {
  content: "•";
  color: #00b3c6;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: 600;
  font-size: 1.8em;
}

#listhpf .btn .btn-outline-danger {
  color: #00b3c6;
}

#listhpf .btn .btn-outline-danger:hover {
  color: #00b3c6;
}

#listhpf .logo {
  height: 100px;
  align-items: center;
}

.homeContainer {
  padding: 0 20rem;
}

#contact span {
  color: #A42D50;
}

#contact a {
  font-size: 1em;
  color: #39414C;
  text-decoration: none;
}

#listcontact h6 {
  font-weight: 600;
}

#listcontact p {
  font-size: 0.9em;
}

#listcontact i {
  font-size: 0.8em;
  font-weight: 500;
  color: #A42D50;
}

#listcontact a {
  font-size: 0.9em;
  color: #39414C;
  text-decoration: none;
}

.flip {
  position: relative;
}

.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32);
  transition-duration: .7s;
  transition-property: transform, opacity;
}

.flip > .front {
  transform: rotateY(0deg);
}

.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

.flip:hover > .front {
  transform: rotateY(180deg);
}

.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}

.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}

.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}

.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip h4 {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
}

.flip p {
  font-size: 1rem;
  line-height: 1.2rem;
}

.flip {
  position: relative;
}

.flip > .front,
.flip > .back {
  background-size: cover !important;
  background-position: center !important;
}

#vha {
  background-color: #cd2e25;
}

#vha p {
  color: #ffffff;
}

#vha h3 {
  color: #ffffff;
}

#vha .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#vha .btn-flip:hover {
  color: #cd2e25;
  border-color: #ffffff;
  background-color: #ffffff;
}

#tempo {
  background-color: #d86c2f;
}

#tempo p {
  color: #ffffff;
}

#tempo h3 {
  color: #ffffff;
}

#tempo .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#tempo .btn-flip:hover {
  color: #d86c2f;
  border-color: #ffffff;
  background-color: #ffffff;
}

#editions {
  background-color: #6f3c64;
}

#editions p {
  color: #ffffff;
}

#editions h3 {
  color: #ffffff;
}

#editions .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#editions .btn-flip:hover {
  color: #6f3c64;
  border-color: #ffffff;
  background-color: #ffffff;
}

#hm3a {
  background-color: #91ab3e;
}

#hm3a p {
  color: #ffffff;
}

#hm3a h3 {
  color: #ffffff;
}

#hm3a .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#hm3a .btn-flip:hover {
  color: #91ab3e;
  border-color: #ffffff;
  background-color: #ffffff;
}

#vivio {
  background-color: #3f89c9;
}

#vivio p {
  color: #ffffff;
}

#vivio h3 {
  color: #ffffff;
}

#vivio .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#vivio .btn-flip:hover {
  color: #3f89c9;
  border-color: #ffffff;
  background-color: #ffffff;
}

#webinar {
  background-color: #f7a600;
}

#webinar p {
  color: #ffffff;
}

#webinar h3 {
  color: #ffffff;
}

#webinar .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#webinar .btn-flip:hover {
  color: #f7a600;
  border-color: #ffffff;
  background-color: #ffffff;
}

#medisquare {
  background-color: #c92a56;
}

#medisquare p {
  color: #ffffff;
}

#medisquare h3 {
  color: #ffffff;
}

#medisquare .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#medisquare .btn-flip:hover {
  color: #c92a56;
  border-color: #ffffff;
  background-color: #ffffff;
}

#medipedia {
  background-color: #00b3c6;
}

#medipedia p {
  color: #ffffff;
}

#medipedia h3 {
  color: #ffffff;
}

#medipedia .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#medipedia .btn-flip:hover {
  color: #00b3c6;
  border-color: #ffffff;
  background-color: #ffffff;
}

#congress {
  background-color: #57727e;
}

#congress p {
  color: #ffffff;
}

#congress h3 {
  color: #ffffff;
}

#congress .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#congress .btn-flip:hover {
  color: #57727e;
  border-color: #ffffff;
  background-color: #ffffff;
}

#pulse {
  background-color: #b45e71;
}

#pulse p {
  color: #ffffff;
}

#pulse h3 {
  color: #ffffff;
}

#pulse .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#pulse .btn-flip:hover {
  color: #b45e71;
  border-color: #ffffff;
  background-color: #ffffff;
}

#hpf {
  background-color: #00b3c6;
}

#hpf p {
  color: #ffffff;
}

#hpf h3 {
  color: #ffffff;
}

#hpf .btn-flip {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
}

#hpf .btn-flip:hover {
  color: #00b3c6;
  border-color: #ffffff;
  background-color: #ffffff;
}

#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);
}

#footer_text {
  background-color: #39414C;
}

#footer_text p {
  color: #ffffff;
  font-size: .9em;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 12rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    right: 3%;
    margin-right: -15px;
  }
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 9rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    right: 5%;
  }
  .flip h4 {
    font-size: 1rem !important;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .flip h4 {
    font-size: .9rem !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .flip p {
    font-size: .85rem;
  }
  .flip a {
    font-size: .85rem;
  }
  .flip .btn-flip {
    margin-top: -10px;
  }
  .back {
    padding-top: 15px !important;
  }
  .tagline {
    font-size: 1.5rem;
    font-weight: 100;
  }
  .tagline b {
    font-weight: normal;
  }
  .headline {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 9rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    right: 5%;
    margin-right: -15px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .flip h4 {
    font-size: 1.5rem !important;
    padding-top: 0 !important;
  }
  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;
  }
  .dropdown-item {
    text-align: center;
  }
  .tagline {
    font-size: 1.5rem;
    font-weight: 100;
  }
  .tagline b {
    font-weight: normal;
  }
  .headline {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 9rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    right: 5%;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .tagline {
    font-size: 1.2rem;
    font-weight: 100;
  }
  .tagline b {
    font-weight: normal;
  }
  .headline {
    font-size: 2.5rem;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 19rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    left: 50%;
    margin-right: -15px;
  }
  .flip h4 {
    font-size: 1.3rem !important;
    padding-top: 0 !important;
  }
  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;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 9rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    right: 5%;
  }
  .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;
  }
  .dropdown-item {
    text-align: center;
  }
  .headline {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}

/* Portrait phones and smaller */
@media (min-width: 411px) and (max-width: 576px) {
  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;
  }
  .back {
    padding-top: 50px !important;
  }
  .flip h4 {
    font-size: 1.2rem !important;
    padding-top: 0 !important;
  }
  .headline {
    font-size: 2rem;
    margin-top: -80px !important;
  }
  .icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 9rem;
    margin-top: -35px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: opacity .6s;
    position: absolute;
    left: 50%;
    margin-right: -15px;
    display: none;
  }
  .vivactisGoutte {
    width: 60%;
    margin-top: -20px !important;
  }
  .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: 1rem 0;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .dropdown-item {
    text-align: center;
  }
  .nav-item a {
    font-size: .8rem;
  }
  .headline {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-top: -80px !important;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 342px) and (max-width: 410px) {
  .flip h4 {
    font-size: 1rem !important;
    padding-top: 0 !important;
  }
  .flip p {
    font-size: .8rem !important;
    line-height: 1rem !important;
  }
  .flip a {
    font-size: .8rem !important;
  }
  .headline {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-top: -80px !important;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

@media (min-width: 0) and (max-width: 341px) {
  .flip h4 {
    font-size: .8rem !important;
    padding-top: 0 !important;
  }
  .flip p {
    display: none !important;
  }
  .flip a {
    font-size: .8rem !important;
  }
  .headline {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-top: -80px !important;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */