/* === BACKGROUND GENERALE === */
body,
.media-grid{
  background: #E6E9F2 !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main,
.hero,
.media-grid {
  background-image: none !important;
}

.masthead .navbar .logo img {
    max-height: 60px;
    width: 200px;
    height: auto;
}
/* === HEADER BAR === */
.masthead {
  background-color: #157ACC !important;
  background-image: none !important;
}
.account-masthead {
  background-color: #409FED; !important;
  background-image: none !important;
}
.account-masthead .account ul li {
  border-left: 1px solid #157ACC;
}
.account-masthead .account ul li a:hover {
  background-color: #157ACC;
}
.account-masthead .account .notifications a span.badge {
  background-color: #157ACC;
  color: #bfd7de;
}
.account-masthead .account .notifications a:hover span {
  color: #fff;
  background-color: #157ACC;
}

a {
  color: #004080;
}

a:hover {
    color: #157ACC;
    text-decoration: underline;
}
/* === NAVBAR LINK === */
.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
  background-color: #409FED;
}

/* === FOOTER === */
.site-footer {
  background-color: #004080 !important;
  background-image: none !important;
}
.featured {
display: none;
}
/* === BOTTON === */

.col-md-6 > .box .module-image {
  width: 120px !important;
}

.col-md-6 > .box .module-image img {
  max-width: 100% !important;
  width: 120px !important;
}
.module-search .search-form{
  background-color: #157ACC !important;
}

.module-search .tags {
  background-color: #004080 !important;
}
.col-md-6 > .card.box .module-image img {
  max-width: 100% !important;
  width: 50px !important;
  height: auto !important;
}

.btn-primary {
    color: #157ACC;
    background-color: transparent !important;
    border-color: #157ACC !important;
    box-shadow: none !important;
    border-radius: 40px;
}

.btn-primary:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #004080 !important;
    border-color: #004080 !important;
}

.site-footer .card-horizontal {
  display: flex;
}

.module-feeds > .container .row > .col-md-6:first-of-type {
  display: none !important;
}

.module-feeds > .container .row > .col-md-6:last-of-type {
  width: 100% !important;
}