@import url("http://fonts.cdnfonts.com/css/times-new-roman");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
.display-none {
  display: none;
}

.element-title {
  font-weight: 900;
  color: #EEEEEE;
  font-size: 2em;
  white-space: nowrap;
  position: absolute;
  left: 0;
  line-height: 1;
  letter-spacing: 1rem;
  z-index: -1;
  text-align: center;
  width: 100%;
  font-family: AlfredoHeavy;
}

.title-h1 {
  font-family: AlfredoHeavy;
  color: #3399cc;
  font-weight: 900;
  font-size: 3.4375em;
  position: relative;
  display: block;
  z-index: 5;
  line-height: 1.2;
}

.icon-rounded {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
}

@font-face {
  font-family: "AlfredoHeavy";
  src: url("AlfredoHeavy.eot?") format("eot"), url("AlfredoHeavy.otf") format("truetype"), url("AlfredoHeavy.woff") format("woff"), url("AlfredoHeavy.svg#AlfredoHeavyBold") format("svg");
}
h1 {
  font-size: 26px;
}

.bg-primary-mbs {
  background: #303A91;
}

.banner {
  padding: 2rem 1rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .banner {
    padding: 4rem 2rem;
  }
}
.banner-fluid {
  padding-right: 0;
  padding-left: 0;
}

.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../assets/images/concept-investissement-ligne.webp");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.logo {
  width: 200px;
}

.border-mbs {
  border: 1px solid #303A91;
  border-radius: 10px;
}

.footer {
  background: #0C2B4B !important;
}

.section-achat-service .p-4 {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .section-achat-service .col-12 {
    padding: 0 !important;
  }
}

.d-none-pc {
  display: none;
}

@media (max-width: 768px) {
  .d-none-pc {
    display: initial;
    margin-top: 15px !important;
  }

  .link-download {
    display: flex;
    justify-content: center;
  }
  .link-download .logo {
    width: 120px;
  }
}
.btn-primary-ma2c {
  background: blue;
  color: #fff;
}

.navbar .logo {
  width: 150px;
}

.footer-dark {
  padding: 50px 0;
  color: black;
  background-color: #f0f9ff;
}
.footer-dark li,
.footer-dark h3,
.footer-dark p {
  font-size: 20px !important;
}

a {
  text-decoration: none !important;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}
.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  font-size: 13px;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
