/**
 * Adisurc - Footer SCSS 
 */
/**
* Brand
*/
/**
* Background
*/
/**
* General
*/
/**
* Button
*/
.site-footer {
  font-family: "Poppins";
  padding: 0px 0 0px;
  background: #2260B8;
}

.site-footer .block {
  margin: 0px 0;
  border: none;
  border-color: transparent;
}

#block-adisurc-logofooter img {
  max-width: 200px;
}

#block-adisurc-logofooter .content {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

#block-adisurc-logofooter .content a {
  color: #FFFFFF;
  text-decoration: none;
}

#block-adisurc-logofooter .content a:hover {
  color: #012D5E;
  text-decoration: none;
}

.region-footer-first h2, .region-footer-second h2 {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
}

.region-footer-first h2::after, .region-footer-second h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #A5BCE3;
  width: 70%;
  position: relative;
  bottom: -6px;
}

.region-footer-first .nav, .region-footer-second .nav {
  display: inline-block;
}

.region-footer-first .nav a.nav-link, .region-footer-second .nav a.nav-link {
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 8px 0;
}

.region-footer-first .nav a.nav-link:hover, .region-footer-second .nav a.nav-link:hover {
  color: #012D5E;
}

.region-footer-bottom-first .nav a.nav-link {
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}

.region-footer-bottom-first .nav a.nav-link:hover {
  color: #012D5E;
}

/* Intranet + social */
#block-adisurc-bottoneintranet .btn {
  min-width: 70%;
}

#block-adisurc-bottoneintranet .content ul:not(.menu) {
  padding-left: 0;
}

#block-adisurc-bottoneintranet .list-inline-item, #block-adisurc-bottoneintranet .content .list-inline-item a {
  font-size: 25px;
  color: #FFFFFF;
}

#block-adisurc-bottoneintranet .content .list-inline-item a:hover {
  opacity: 0.7;
}