html {
    scroll-behavior: smooth;
}

.header-title-post {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    /* or 125% */
    text-transform: uppercase;
    color: #001388;
}

.image-semicircle-left {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 1000px 0px 0px 1000px;
}

.image-semicircle-right {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 355px;
    border-radius: 0px 1000px 1000px 0px;
    margin-left: 0%;
}

.title {
    font-size: 1.5rem;
    font-weight: 700 !important;
}

.body-list-light-post {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22.5px;
    list-style-type: none;
    color: #001388;
    padding-left: 0;
    list-style-position: inside;
}

.body-list-light-post li {
    background-image: url("https://static.nibw.fr/sxd/img/icons/common/clip.svg");
    background-position-y: 5px;
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
 }

.title-h3-left {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 36px;
    align-items: center;
    text-transform: uppercase;
}

.post-text {
    color: #001388 !important;
    font-weight: 300;
    font-size: 0.95rem;
}

.card-post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #001388;
    min-height: 75px;
}

.card-post-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 22.5px;
    color: #001388;
}

.card-post {
    border-radius: 0px 0px 70px 5px !important;
    border: 0 !important;
}

.card-post-body {
    position: relative !important;
}

.div-1 {
    background-color: #001388;
    border-radius: 150px 80px 80px 5px !important;
    border: 0;
}

.div-2 {
    background-color: #3dbab3;
    border-radius: 150px 80px 80px 5px !important;
    border: 0;
}

.div-3 {
    background-color: #4e7cdd;
    border-radius: 150px 80px 80px 5px !important;
    border: 0;
}

.ck-content strong {
    font-weight: 700;
}

.ck-content ul li {
    font-weight: 300;
}

.ck-content h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #3dbab3;
    text-transform: uppercase;
}

.ck-content h3 {
    font-family: "Poppins";
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #3dbab3;
}

.ck-content h4 {
    font-family: "Poppins";
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #3dbab3;
    text-transform: uppercase;
}

.ck-content p {
    font-family: "Poppins";
    font-style: normal;
    color: #001388 !important;
    font-weight: 300;
    font-size: 0.95rem;
}

.ck-content a {
    font-family: "Poppins";
    font-style: normal;
    color: #4e7cdd !important;
}

.ck-content h2 span,
.ck-content h3 span,
.ck-content h4 span {
    color: #3dbab3 !important;
}

.img-responvive {
    width: 100%;
}

.sinLink {
    text-decoration: none;
}
.title {
    font-size: 1.5rem;
    font-weight: 700 !important;
}

.sinLink :hover {
    text-decoration: none;
}

.btn-modal-open {
    text-align: center;
    padding-top: 5px;
}
.secondary-color {
    color: #3dbab3 !important;
}

@media (max-width: 991px) {
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: center;
    }
}

.media-heading,
.compartelo {
    font-size: 16px;
}

.index {
    list-style: none;
}

.link-title {
    cursor: pointer;
    color: #001388 !important;
}

.link-title:link {
    text-decoration: none;
    color: black;
}

.link-title:visited {
    color: black;
    text-decoration: none;
}
.employee_description {
    width: 100%;
    height: 10.5rem !important;
    display: inline-block;
    overflow: hidden;
}
.primary-color-light {
    color: #4e7cdd !important;
}

.cover-image {
    object-fit: cover;
}

.index-scroll {
    position: relative;
    overflow-y: auto;
    max-height: 350px;
    scrollbar-width: none;
}

.scroll-fade {
    position: relative;
    bottom: 41px;
    left: 0;
    right: 0;
    height: 42px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 2) 100%);
    pointer-events: none;
    z-index: 1;
}

  .custom-width {
    width: 100%;
  }

  @media (min-width: 992px) {
    .custom-width {
      width: 75%;
    }
  }
