body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a {
    color: #251b50;
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 100;
    padding-right: 10px !important;
    padding-left: 10px !important;
    letter-spacing: 0;
    transition: all 0.15s linear;
    text-transform: uppercase;
}

.section-header h3 {
    font-size: 32px;
    color: #251b50;
    text-transform: uppercase;
    /* text-align: center; */
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
  }

  .section-header h3::before {
    content: '';
    /* position: absolute; */
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }

  .section-header h3::after {
    content: '';
    /* position: absolute; */
    display: block;
    width: 60px;
    height: 3px;
    background: #251b50;
    bottom: 0;
    left: calc(50% - 20px);
  }

  .section-header p {
    /* text-align: center; */
    /* padding-bottom: 30px; */
    /* color: #333; */
}

.box-image {
    height: 200px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
/* .box-image img {
    max-width: 130px;
} */

.navbar .dropdown-menu .dropdown-item {
    padding: 0.3rem 0;
    color: #3C4858;
    font-size: 15px;
}

.dropdown-item {
    white-space: inherit;
}

.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
    height: 0.7rem;
    margin-top: 7px;
}

.breadcrumb-item.active {
    color: #999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.alert-modern::after {
    display: inline-block;
    margin-left: 0px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 700;
    content: none;
}

@media (max-width: 700px) {
    .my-account {
        font-size: 11px;
    }
}

#card-summary .badge{
    white-space: initial;
    display: inline-block;
}

.bg-absolute-cover {
    top: 60px;
}

.carousel-caption h2 {
    font-size: 3.5rem;
    color: #ffffff;
}

.carousel-caption h3 {
    color: #ffffff;
}

.dropdown-header {
    display: block;
    padding: 0.35rem 1rem;
    margin-bottom: 0;
    font-size: 16px;
    color: #144e73;
    white-space: nowrap;
}

.certificat{
    z-index: 111;
    position: fixed;
}
@media (min-width: 700px) {
    .certificat{
        right: 10px;
        margin-top: 3px;
    }
    .certificat img{
        height: 60px;
    }
}
@media (max-width: 700px) {
    .certificat{
        right: 10px;
        bottom: 10px;
    }
    .certificat img{
        height: 30px;
    }
    .brand-wrap{
        position: absolute;
        top: 0px;
        right: 0;
    }
    .brand-wrap img{
        width: 80px;
    }
}
