@charset "UTF-8";

/*
  Déclaration des polices
*/

.site-header, /* En-tête */
.website-navigation, /* Menu de navigation */
.custom-page, /* Contenu de page */
.pied-de-page-personnalise { /* Pied de page */
  /*font-family: <>;*/
}

/*
  Couleur de sélection du texte
*/

::-moz-selection {
  background: #2d96fa;
  color: #ffffff;
}

::selection {
  background: #2d96fa;
  color: #ffffff;
}

/*
  Corps du document
*/

body {
  background-color: #ffffff;
}

/*
  En-tête du portail
*/

.site-header {
  margin: 80px 0 0 0;
  background-image: url(/public/institutpasteur_53405.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  height: 300px;
  position: relative;
  cursor: default;
}

.site-header:before {
  content: '';
  display: block;
  width: 200px;
  height: 60px;
  position: absolute;
  top: -70px;
  left: 10px;
  background-image: url(/public/institut_pasteur_logo_2020.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: default;
}

.site-header:after {
  content: 'Crédit : Institut Pasteur / Roberto José Toro Olmedo';
  display: block;
  position: absolute;
  bottom: 0;
  right: 2rem;
  font-size: 0.8rem;
  line-height: 3;
  color: #ffffff;
  cursor: default;
}

.site-header .section-corps,
.site-header .section-corps table {
  height: 100%;
}

.header-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 815px) {
  .site-header {
    background-size: contain;
  }

  .header-text {
    width: auto;
    font-size: 4.5vw;
    font-weight: 700;
  }
}

@media (max-width: 700px) {
  .site-header:after {
    width: 80%;
    text-align: center;
    line-height: 1.2;
    left: 50%;
    right: 50%;
    bottom: 0.6rem;
    transform: translateX(-50%);
  }
}

.custom-page a {
  text-decoration: none;
  color: #2D96fa;
}

.custom-page a:hover,
.custom-page a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #2d96fa;
}

/*
  Menu de navigation
*/

.website-navigation {
  background: #ffffff;
}

.website-navigation .nav-pills .nav-link {
  background: #2D96FA;
  color: #ffffff;
}

.website-navigation .nav-pills .nav-link.active,
.website-navigation .nav-pills .show > .nav-link {
  background: #ffffff;
}

.website-navigation .nav-pills .nav-link.active {
  background: #ffffff;
  color: #2D96FA;
}

.website-navigation .nav-pills .show > .nav-link {
  background: #2D96FA;
  color: #ffffff;
}

.website-navigation .nav-pills .nav-link:hover,
.website-navigation .nav-pills .nav-link:focus,
.website-navigation .nav-pills .nav-link:active {
  background: #ffffff;
  color: #2D96FA;
  outline: none;
}

.website-navigation .dropdown-menu {
  border-radius: 0;
  background: #ffffff;
}

.website-navigation .dropdown-menu[x-placement="top-start"] {
  top: -8px !important;
}

.website-navigation .dropdown-menu[x-placement="bottom-start"] {
  top: 8px !important;
}

.website-navigation .dropdown-menu a,
.website-navigation .dropdown-menu button {
  color: #2D96FA;
  transition: .2s background ease-in-out;
}

.website-navigation .dropdown-menu li.nav-item:hover a,
.website-navigation .dropdown-menu li.nav-item:focus a,
.website-navigation .dropdown-menu li.nav-item:active a,
.website-navigation .dropdown-menu li.nav-item a:hover,
.website-navigation .dropdown-menu li.nav-item a:focus,
.website-navigation .dropdown-menu li.nav-item a:active {
  background: #2D96FA;
  color: #ffffff !important;
  outline: none;
}


/*
  Pages
*/

.custom-page {
  background-color: #ffffff;
}

/*
  Widgets
*/

.custom-page .widget {
  margin: 0 0 20px 0;
}

/*
.custom-page .widget {
  margin: 0;
}
*/

.custom-page .widget .widget-header {
  height: auto;
  font-size: 20px;
  text-transform: none;
  background-color: #e3e9eb;
  color: #414144;
}

.custom-page .widget .widget-content {
  padding: 15px 10px 15px 10px;
}


dd {
padding: 20px;
}