/*
Customization for MSAE theme
By Imagence Team
 */
body {
  font-family: calibri-regular;
  font-weight: normal;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "Neo Sans Std" !important;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

.navbar {
  z-index: 2000;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #d6e9f4;
}
.navbar .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  border: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-brand {
  display: flex;
  color: #163B64;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
.navbar .navbar-brand img {
  height: 1.5rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #163b64;
  letter-spacing: 0.4px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    height: 38.8px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
  padding-top: 4px;
  border-bottom: 3px solid;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #65c1ed;
}
.navbar .navbar-search {
  font-size: 1.5rem;
  margin-left: 1rem;
}
.navbar .navbar-search:hover i {
  color: #65c1ed;
}
.navbar .navbar-search i {
  color: #163b64;
}
@media (max-width: 991.98px) {
  .navbar .navbar-search {
    position: absolute;
    right: 90px;
    display: none;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  .navbar .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  .navbar .navbar-brand img {
    height: 4rem;
    transition: height 0.3s ease-in-out;
  }
  .navbar.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  .navbar.navbar-shrink .navbar-brand svg,
  .navbar.navbar-shrink .navbar-brand img {
    height: 3rem;
  }
  .navbar .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    padding: 0;
  }
  .navbar .navbar-toggler span.bar-nav {
    background-color: #000;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    display: block;
    transition: 0.5s;
  }
  .navbar .navbar-toggler span.bar-nav.bottom {
    margin-bottom: 0;
  }
  .navbar .navbar-toggler[aria-expanded=true] span.bar-nav.top {
    transform: rotate(45deg);
    margin-bottom: 0;
  }
  .navbar .navbar-toggler[aria-expanded=true] span.bar-nav.middle {
    display: none;
  }
  .navbar .navbar-toggler[aria-expanded=true] span.bar-nav.bottom {
    transform: rotate(-45deg);
    margin-bottom: 0;
    margin-top: -1px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid rgba(101, 193, 237, 0.4);
  }
}
@media (max-width: 575.98px) {
  .navbar {
    display: block;
  }
  .navbar > .container {
    padding: 0 8%;
  }
}
.navbar-search-wrapper {
  background-color: rgba(4, 53, 114, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 2000;
  opacity: 0;
  transform: translate(110%);
  height: 100vh;
  width: 0;
  transition: transform 0.3s;
  align-items: flex-start;
  justify-content: center;
}
.navbar-search-wrapper .container {
  margin: initial;
  margin-top: 10rem;
}
.navbar-search-wrapper form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navbar-search-wrapper form input {
  padding: 1.5rem 2rem;
  border: none;
  background: #fff;
  width: 80%;
  font-size: 1.25rem;
  font-family: "Neo Sans Std";
  font-weight: 500;
  color: #163b64;
  outline: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.navbar-search-wrapper form input::placeholder {
  color: #163b64;
}
.navbar-search-wrapper form button {
  padding: 1.3rem 2.5rem;
  background-color: #fff;
  border: none;
  font-size: 1.5rem;
  font-family: "Neo Sans Std";
  font-weight: 500;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: none;
}
.navbar-search-wrapper form button i {
  color: #163b64;
}
.navbar-search-wrapper form button i:hover {
  color: #65c1ed;
}
.navbar-search-wrapper #generalSearchClose {
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  background: none;
  border: none;
}
.navbar-search-wrapper #generalSearchClose i {
  color: #fff;
  font-size: 3rem;
}

.search-open .navber {
  z-index: 2000;
}

.search-open .navbar-search-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  width: 100vw;
}
.search-open .navbar-search-wrapper form button {
  display: block;
}

@media (max-width: 992px) {
  .navbar-search-wrapper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.flow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.message {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.message-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.message-primary .alert-link {
  color: #06357a;
}

.message-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.message-secondary .alert-link {
  color: #34383c;
}

.message-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.message-success .alert-link {
  color: #0c4128;
}

.message-info {
  color: #087990;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.message-info .alert-link {
  color: #066173;
}

.message-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.message-warning .alert-link {
  color: #7a5d03;
}

.message-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.message-danger .alert-link {
  color: #6a1a21;
}

.message-light {
  color: #959596;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.message-light .alert-link {
  color: #777778;
}

.message-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.message-dark .alert-link {
  color: #101214;
}

.widget-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

.widget-align-center {
  text-align: center;
}

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-75, .widget .widget-size-75, .widget-size-66, .widget .widget-size-66, .widget-size-50, .widget .widget-size-50, .widget-size-33, .widget .widget-size-33, .widget-size-25, .widget .widget-size-25 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 auto;
    width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
ul.pager li a:hover {
  z-index: 2;
  color: #0a58ca;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
ul.pager li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

ul.pager li:first-child .page-link {
  margin-left: 0;
  border-radius: 0.25rem;
}
ul.pager li:last-child .page-link {
  border-radius: 0.25rem;
}
ul.pager li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
ul.pager li.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

ul.pager {
  margin-top: 1rem;
}

/*
    1. General
    3. Banner
    4. Tabs
    5. Top Button
    6. Footer
*/
/* #region 1. General */
.widget-container {
  padding: 0px;
}

section.flow {
  padding: 0px;
  margin: 0px;
  display: block;
}

ul.breadcrumb li {
  font-size: 0.75rem;
  font-family: "calibri-regular";
}
ul.breadcrumb li:last-child {
  font-weight: bold;
}
ul.breadcrumb li:last-child a:hover {
  color: #163b64;
  cursor: default;
}

@media (min-width: 1200px) {
  .fs-2 {
    font-size: 2.5rem !important;
  }
}
/* #endreigon */
/* #region 3. Banner */
/* #endregion */
/* #region 4. Tabs */
.tabs .nav-pills {
  margin-top: 50px;
}
.tabs .nav-pills .nav-link {
  border-radius: 0px;
  padding: 25px 10px;
  font-family: "Neo Sans Std";
  font-weight: 500;
  border-bottom: 3px solid #eef8fd;
}
.tabs .nav-pills .nav-link.active {
  color: #65c1ed;
  background-color: #fff;
  border-bottom: 3px solid #65c1ed;
  font-weight: bold;
}
.tabs .nav-pills .nav-link:hover {
  padding: 20px 10px 30px 10px;
}

/* #endregion */
/* #region 6. Related News */
.related-news {
  color: #163b64;
  padding-top: 3rem;
  margin-top: 3rem;
  position: relative;
  overflow-x: clip;
}
.related-news::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
  background: linear-gradient(180deg, #d6e9f4 0%, #f6fafd 50%, #f6fafd 100%);
  border-top-right-radius: 50% 140px;
  border-top-left-radius: 50% 140px;
}
.related-news h2 {
  margin-bottom: 3rem;
}
.related-news .card {
  border: 2px solid #eef8fd;
  background-color: #fff;
  max-width: 300px;
  margin: auto;
}
.related-news .card h6 {
  font-size: 12px;
  font-family: "calibri-regular";
  font-weight: normal;
  text-transform: uppercase;
}
.related-news .card h5 {
  font-family: "Neo Sans Std";
  font-size: 20px;
  margin-bottom: 0.75rem;
}
.related-news .card .card-footer {
  background-color: transparent;
  border: none;
}
.related-news .card .card-footer i {
  color: #163b64;
  font-size: 1.5rem;
}
.related-news .card .card-text {
  font-size: 16px;
  line-height: 23px;
  color: #163b64;
}

/* #endregion */
/* #region 7. Related Publications */
.related-publications {
  color: #163b64;
  position: relative;
  padding-top: 5rem;
  margin-top: 2rem;
  overflow-x: clip;
}
.related-publications::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
  background: linear-gradient(180deg, #d6e9f4 0%, #f6fafd 50%, #f6fafd 100%);
  border-top-right-radius: 50% 140px;
  border-top-left-radius: 50% 140px;
}
.related-publications h2 {
  margin-bottom: 3rem;
}
.related-publications .card {
  border: 2px solid #eef8fd;
  background-color: #fff;
  max-width: 300px;
  margin: auto;
}
.related-publications .card h6 {
  font-family: "calibri-regular";
  font-weight: normal;
  text-transform: uppercase;
}
.related-publications .card h5 {
  margin-bottom: 0.75rem;
}
.related-publications .card .card-footer {
  background-color: transparent;
  border: none;
}
.related-publications .card .card-footer i {
  color: #163b64;
  font-size: 1.5rem;
}

.related-news--links,
.link-related-publications-items {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.related-news--links a,
.link-related-publications-items a {
  width: auto;
  background-color: #163b64;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.7rem 2.5rem;
  transition: 0.4s;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  border-bottom: 5px solid #163b64;
}
.related-news--links a:hover,
.link-related-publications-items a:hover {
  border-bottom: 5px solid #65c1ed;
}

/* #endregion */
/* #region 100. Top Button */
.top-button {
  position: relative;
  z-index: 9999;
}
.top-button button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: opacity 1s ease-out;
  opacity: 0;
  border-color: #adb5bd !important;
  color: #adb5bd !important;
}
.top-button button:hover {
  border-color: #163b64 !important;
}
.top-button button:hover i::before {
  color: #163b64;
}

/* #endregion */
/* #region 101. Footer */
.footer {
  background: linear-gradient(180deg, rgb(22, 59, 100) 0%, rgb(22, 59, 100) 63%, rgb(4, 18, 45) 100%);
  color: #fff;
}
.footer ul {
  list-style-type: none;
}
.footer ul li {
  padding: 2px 0px;
}
.footer ul li a {
  color: #fff;
}
.footer ul li a:hover {
  color: #65c1ed;
}

/* #endregion */
.container h2 {
  color: #163b64;
  font-size: 1.875rem;
}
.container p {
  font-size: 1rem;
  font-family: "calibri-regular";
  line-height: normal;
}

/*
header.masthead {
    background: linear-gradient(180deg, $blue 0%, $darkBlue 63%, $darkDarkBlue 100%);
    color: $white;
    min-height: 450px;
    border-bottom-right-radius: 60% 25%;
    border-bottom-left-radius: 60% 25%;
}*/
.card-footer {
  background-color: transparent;
  border-top: 0;
}

.pointer-events-none {
  pointer-events: none;
}

header.masthead {
  text-align: center;
  color: #fff;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
header.masthead :after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  left: -10%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #163b64 0, #163a64 63%, #081a38 100%);
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
  top: 0;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Neo Sans Std", "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 59, 100, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Neo Sans Std", "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Neo Sans Std", "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #163B64;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}

.title-banner-block {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.banner {
  color: #fff;
  min-height: 450px;
  position: relative;
  margin-bottom: 50px;
}
.banner.banner-news-detail::after, .banner.banner-publication-detail::after {
  background: linear-gradient(180deg, #d6e9f4 0%, #f6fafd 50%, #f6fafd 100%);
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
}
.banner::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  top: -50px;
  left: -10%;
  z-index: -1;
  background: linear-gradient(180deg, #163b64 0%, #163a64 63%, #081a38 100%);
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
}
.banner img {
  border-top-right-radius: 20% 30%;
  border-top-left-radius: 100% 30%;
  border-bottom-right-radius: 80% 20%;
  border-bottom-left-radius: 40% 20%;
  width: 100%;
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .banner img {
    top: 50px;
  }
}
.banner a {
  color: #fff;
}
.banner a:hover {
  color: #65c1ed;
}
.banner .row-banner {
  align-items: center;
}
.banner .row-banner h2 {
  font-family: "calibri-regular";
  font-size: 1rem;
  margin: 1.5rem 0;
  margin: 1.5rem 0;
}
.banner.banner-news-detail, .banner.banner-publication-detail {
  color: #163b64;
}
.banner.banner-news-detail a, .banner.banner-publication-detail a {
  color: #163b64;
  font-family: "calibri-bold";
}
.banner.banner-news-detail a:hover, .banner.banner-publication-detail a:hover {
  color: #65c1ed;
}

@media (max-width: 767.98px) {
  .breadcrumb {
    margin: 10px;
  }
}

.news-page {
  /* #region News Page - News List Filters */
  /* #endregion */
  /* #region News Page - News List */
  /* #endregion */
}
.news-page .news-search-text,
.news-page .news-filter-by {
  display: inline-block;
  color: #163b64;
}
@media (max-width: 767.98px) {
  .news-page .news-search-text,
  .news-page .news-filter-by {
    max-width: 350px;
    margin: auto;
  }
}
.news-page input,
.news-page button,
.news-page select,
.news-page label {
  border: none;
  background-color: transparent;
  color: #163b64;
  font-size: 18px;
  font-family: "Neo Sans Std";
  font-weight: 500;
}
.news-page input,
.news-page .dropdown {
  border-bottom: 3px solid;
}
.news-page .news-search-text {
  position: relative;
}
.news-page .news-search-text input {
  padding-left: 22px;
}
.news-page .search-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
}
.news-page ::placeholder {
  font-family: "Neo Sans Std";
  font-size: 18px;
  color: #163b64;
}
.news-page :focus-visible {
  outline: none;
  box-shadow: none;
}
.news-page .news-filter-by .dropdown {
  display: inline-block;
}
.news-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
}
.news-page .card-wrapper a,
.news-page .card-wrapper a:hover,
.news-page .card-wrapper a:visited {
  text-decoration: none;
}
.news-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.news-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.news-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.news-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.news-page .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.news-page .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.news-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}
.news-page .news-list {
  position: relative;
  min-height: 550px;
}
.news-page .news-list .news-list-loading {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.4);
  border-radius: 5px;
}
.news-page .news-list .news-list-loading-more {
  display: none;
  text-align: center;
  margin-top: 40px;
}

.news-detail-page {
  /* Related News */
}
.news-detail-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
}
.news-detail-page .card-wrapper a,
.news-detail-page .card-wrapper a:hover,
.news-detail-page .card-wrapper a:visited {
  text-decoration: none;
}
.news-detail-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.news-detail-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.news-detail-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.news-detail-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.news-detail-page .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.news-detail-page .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.news-detail-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}

.publications-page {
  /* #region Publications Page - Publications List Filters */
  /* #endregion */
  /* #region News Page - Publications List */
  /* #endregion */
}
.publications-page .publications-filter-by,
.publications-page .publications-order-by {
  display: inline-block;
  color: #163b64;
}
@media (max-width: 767.98px) {
  .publications-page .publications-filter-by,
  .publications-page .publications-order-by {
    max-width: 400px;
    margin: auto;
  }
}
.publications-page button,
.publications-page label {
  border: none;
  background-color: transparent;
  color: #163b64;
  font-size: 18px;
  font-family: "Neo Sans Std";
  font-weight: 500;
}
.publications-page .dropdown {
  border-bottom: 3px solid;
  display: inline-block;
}
.publications-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
}
.publications-page .card-wrapper a,
.publications-page .card-wrapper a:hover,
.publications-page .card-wrapper a:visited {
  text-decoration: none;
}
.publications-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.publications-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.publications-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.publications-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.publications-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
  transform: scale(1.029);
}
.publications-page .publications-list {
  position: relative;
  min-height: 550px;
}
.publications-page .publications-list .publications-list-loading {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.4);
  border-radius: 5px;
}
.publications-page .publications-list .publications-list-loading-more {
  display: none;
  text-align: center;
  margin-top: 40px;
}

.publication-detail-page {
  /* Related News */
}
.publication-detail-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
}
.publication-detail-page .card-wrapper a,
.publication-detail-page .card-wrapper a:hover,
.publication-detail-page .card-wrapper a:visited {
  text-decoration: none;
}
.publication-detail-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.publication-detail-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.publication-detail-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.publication-detail-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.publication-detail-page .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.publication-detail-page .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.publication-detail-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}

.search-page {
  /* #region Search Page - Filters */
  /* #endregion */
  /* #region Search Page - Results List */
  /* #endregion */
}
.search-page .search-text,
.search-page .filter-by {
  display: inline-block;
  color: #163b64;
}
@media (max-width: 767.98px) {
  .search-page .search-text,
  .search-page .filter-by {
    max-width: 350px;
    margin: auto;
  }
}
.search-page input,
.search-page button,
.search-page select,
.search-page label {
  border: none;
  background-color: transparent;
  color: #163b64;
  font-size: 18px;
  font-family: "Neo Sans Std";
  font-weight: 500;
}
.search-page input,
.search-page .dropdown {
  border-bottom: 3px solid;
}
.search-page .search-text {
  position: relative;
}
.search-page .search-text input {
  padding-left: 22px;
}
.search-page .search-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
}
.search-page ::placeholder {
  font-family: "Neo Sans Std";
  font-size: 18px;
  color: #163b64;
}
.search-page :focus-visible {
  outline: none;
  box-shadow: none;
}
.search-page .filter-by .dropdown {
  display: inline-block;
}
.search-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
}
.search-page .card-wrapper a,
.search-page .card-wrapper a:hover,
.search-page .card-wrapper a:visited {
  text-decoration: none;
}
.search-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.search-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.search-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.search-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.search-page .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.search-page .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.search-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}

.custom-search-page {
  /* #region Search Page - Filters */
  /* #endregion */
  /* #region Search Page - Results List */
  /* #endregion */
}
.custom-search-page .search-text,
.custom-search-page .filter-by {
  display: inline-block;
  color: #163b64;
}
@media (max-width: 767.98px) {
  .custom-search-page .search-text,
  .custom-search-page .filter-by {
    max-width: 350px;
    margin: auto;
  }
}
.custom-search-page input,
.custom-search-page button,
.custom-search-page select,
.custom-search-page label {
  border: none;
  background-color: transparent;
  color: #163b64;
  font-size: 18px;
  font-family: "Neo Sans Std";
  font-weight: 500;
}
.custom-search-page input,
.custom-search-page .dropdown {
  border-bottom: 3px solid;
}
.custom-search-page .search-text {
  position: relative;
}
.custom-search-page .search-text input {
  padding-left: 22px;
}
.custom-search-page .search-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
}
.custom-search-page ::placeholder {
  font-family: "Neo Sans Std";
  font-size: 18px;
  color: #163b64;
}
.custom-search-page :focus-visible {
  outline: none;
  box-shadow: none;
}
.custom-search-page .filter-by .dropdown {
  display: inline-block;
}
.custom-search-page .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
}
.custom-search-page .card-wrapper a,
.custom-search-page .card-wrapper a:hover,
.custom-search-page .card-wrapper a:visited {
  text-decoration: none;
}
.custom-search-page .card-wrapper .card {
  margin: auto;
  list-style: none;
}
.custom-search-page .card-wrapper .card:hover {
  background: #eef8fd;
}
.custom-search-page .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.custom-search-page .card-wrapper .card img {
  position: relative;
  height: 255px;
}
.custom-search-page .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.custom-search-page .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.custom-search-page .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}
.custom-search-page .c-search-loading-more img {
  max-width: 80px;
  margin: auto;
  display: block;
}
.custom-search-page .c-search-no-result {
  max-width: 200px;
  margin: auto;
  display: none;
}

.carousel-widget {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  overflow: hidden;
  background: rgba(95, 190, 236, 0.15);
}
@media (max-width: 767.98px) {
  .carousel-widget {
    background: transparent;
  }
}
.carousel-widget #carousel .carousel-indicators {
  bottom: 2rem;
}
.carousel-widget #carousel .carousel-indicators > button {
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.carousel-widget #carousel .carousel-inner {
  position: relative;
  left: -10%;
  width: 120%;
  overflow-x: clip;
  border-bottom-left-radius: 50% 140px;
  border-bottom-right-radius: 50% 140px;
}
@media (max-width: 767.98px) {
  .carousel-widget #carousel .carousel-inner {
    width: 180%;
    left: -40%;
  }
}
.carousel-widget #carousel .carousel-inner .carousel-item {
  max-height: 65vh !important;
}
.carousel-widget #carousel .carousel-inner .carousel-item > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  display: block;
}
@media (max-width: 767.98px) {
  .carousel-widget #carousel .carousel-inner .carousel-item {
    max-height: 50vh !important;
  }
}
@media (max-width: 767.98px) {
  .carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption {
    display: block !important;
  }
}
.carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption h1 {
  display: none;
}
.carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption h2 {
  display: none;
}
.carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption a {
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 11;
  margin-bottom: 4rem;
  display: block;
}
@media (max-width: 767.98px) {
  .carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption a {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption a i {
  margin-left: 1rem;
  margin-bottom: 5px;
  font-size: 1.5rem;
  position: relative;
  top: -4px;
  display: none;
}
@media (min-width: 768px) {
  .carousel-widget #carousel .carousel-inner .carousel-item .carousel-caption a i {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
.main-news-item-widget {
  position: relative;
  z-index: 6;
  margin-bottom: 0;
  overflow-x: clip;
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
  width: 120%;
  left: -10%;
  background: #fff;
  padding: 5rem 0 !important;
}
@media (max-width: 767.98px) {
  .main-news-item-widget {
    width: 180%;
    left: -40%;
  }
}
@media (min-width: 1200px) {
  .main-news-item-widget .container.container-1080 {
    max-width: 1200px;
  }
}
@media (max-width: 575.98px) {
  .main-news-item-widget .container.container-1080 {
    max-width: 58%;
  }
}
.main-news-item-widget .container.container-1080 .row {
  justify-content: space-between;
}
.main-news-item-widget .container.container-1080 .row.link-main-news {
  justify-content: center;
  position: relative;
  z-index: 7;
  margin-top: 3rem;
}
.main-news-item-widget .container.container-1080 .row.link-main-news a {
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background-color: #5FBEEC;
  padding: 0.7rem 1.5rem;
  width: auto;
  font-family: "Neo Sans Std";
  text-decoration: none;
  text-transform: uppercase;
}
.main-news-item-widget .container.container-1080 .row .img-block, .main-news-item-widget .container.container-1080 .row .text-block {
  position: relative;
  z-index: 6;
  padding: 0;
}
.main-news-item-widget .container.container-1080 .row .img-block {
  max-width: 530px;
  border-radius: 10px;
  max-height: 320px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .main-news-item-widget .container.container-1080 .row .img-block {
    max-width: 45%;
  }
}
@media (max-width: 575.98px) {
  .main-news-item-widget .container.container-1080 .row .img-block {
    max-width: 100%;
  }
}
.main-news-item-widget .container.container-1080 .row .img-block img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.main-news-item-widget .container.container-1080 .row .text-block {
  padding: 0;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .main-news-item-widget .container.container-1080 .row .text-block {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .main-news-item-widget .container.container-1080 .row .text-block {
    width: 100%;
    margin-top: 1rem;
  }
}
.main-news-item-widget .container.container-1080 .row .text-block .shave-100 {
  line-height: 1.5;
}
.main-news-item-widget .container.container-1080 .row .text-block a {
  text-decoration: none;
}
.main-news-item-widget .container.container-1080 .row .text-block > a.link {
  text-transform: uppercase;
  color: #5FBEEC;
  display: block;
  margin-top: 1rem;
  text-decoration: underline;
}
.main-news-item-widget .container.container-1080 .row .text-block p {
  line-height: 1.5;
}
.main-news-item-widget:before {
  content: "";
  position: absolute;
  width: 115%;
  height: 738px;
  top: -489px;
  left: -10%;
  z-index: -1;
  background: rgba(95, 190, 236, 0.15);
  border-bottom-right-radius: 50% 280px;
  border-bottom-left-radius: 50% 120px;
  transform: rotate(-10deg);
}
@media (max-width: 767.98px) {
  .main-news-item-widget:before {
    display: none;
  }
}
.main-news-item-widget:after {
  display: none;
  content: "";
  position: absolute;
  width: 120%;
  height: 150px;
  bottom: -70px;
  left: -10%;
  z-index: 5;
  background: #fff;
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
}
@media (max-width: 767.98px) {
  .main-news-item-widget:after {
    width: 180%;
    left: -40%;
  }
}

.block-modules-principal-widget {
  background: #EEF8FD;
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  padding: 8rem 0 5rem !important;
  overflow-x: clip;
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
  width: 120%;
  left: -10%;
  top: -70px;
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget {
    width: 180%;
    left: -40%;
  }
}
.block-modules-principal-widget:after {
  display: none;
  background: #EEF8FD;
  height: 150px;
  content: "";
  position: absolute;
  width: 120%;
  height: 150px;
  bottom: -70px;
  left: -10%;
  z-index: 3;
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget:after {
    width: 180%;
    left: -40%;
  }
}
@media (max-width: 575.98px) {
  .block-modules-principal-widget .container.container-1080 {
    max-width: 58%;
  }
}
.block-modules-principal-widget .container .row {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-modules-principal-widget .container .row {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget .container .row {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget .container .row.mobile-slide {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
  .block-modules-principal-widget .container .row.mobile-slide .col-lg-4 {
    display: inline-block;
    white-space: normal;
    margin-right: 80px;
    padding-bottom: 30px;
  }
  .block-modules-principal-widget .container .row.mobile-slide .col-lg-4:first-child {
    margin-left: 80px;
  }
}
.block-modules-principal-widget .container .row .col-lg-12 h3 {
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget .container .row .col-lg-12 h3 {
    margin-bottom: 2rem;
  }
}
.block-modules-principal-widget .container .row .col-lg-4 {
  position: relative;
  padding: 0;
  max-width: 250px;
  position: relative;
  z-index: 4;
  text-align: center;
}
@media (max-width: 991.98px) {
  .block-modules-principal-widget .container .row .col-lg-4 {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .block-modules-principal-widget .container .row .col-lg-4 {
    margin-top: 2rem;
  }
}
.block-modules-principal-widget .container .row .col-lg-4:after {
  position: absolute;
  content: "";
  background-color: rgba(95, 190, 236, 0.15);
  left: -45px;
  top: -10px;
  width: 250px;
  max-width: 250px;
  height: 250px;
  border-radius: 100%;
}
@media (max-width: 991.98px) {
  .block-modules-principal-widget .container .row .col-lg-4:after {
    width: 180px;
    height: 180px;
    max-width: 180px;
  }
}
.block-modules-principal-widget .container .row .col-lg-4:nth-child(2):after {
  top: 20px;
  left: -40px;
}
.block-modules-principal-widget .container .row .col-lg-4:nth-child(3):after {
  top: 20px;
  right: -40px;
  left: initial;
}
.block-modules-principal-widget .container .row .col-lg-4 h5 {
  text-transform: uppercase;
  margin: 3rem 0 1rem;
  text-align: center;
}
.block-modules-principal-widget .container .row .col-lg-4 img {
  max-width: 250px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
.block-modules-principal-widget .container .row .col-lg-4 a {
  text-decoration: none;
}

.block-image-or-video-widget a {
  font-weight: 600;
  font-family: "Neo Sans Std";
  font-size: 1rem;
  text-transform: none;
  text-decoration: none;
  outline: none;
  border: none;
}
.block-image-or-video-widget a i {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.our-vision-widget .container .row h2 {
  text-align: center;
}
.our-vision-widget .container .row .img-block {
  max-width: 360px;
}
.our-vision-widget .container .row .img-block img {
  width: 100%;
  border-radius: 100%;
  display: block;
}

.our-vision-widget {
  background-color: #5FBEEC;
  padding: 8rem 0 5rem !important;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-image: url(/media/visuels/bg-widgets-3.png);
  background-size: cover;
  background-position: left -200px;
  background-repeat: no-repeat;
  top: -140px;
}
@media (max-width: 991.98px) {
  .our-vision-widget {
    background-image: none;
  }
}
.our-vision-widget .container .row {
  align-items: center;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .our-vision-widget .container .row {
    justify-content: center;
  }
}
.our-vision-widget .container .row a {
  text-decoration: none;
}
.our-vision-widget .container .row h2 {
  margin-bottom: 4rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .our-vision-widget .container .row h2 {
    margin-bottom: 2rem;
  }
}
.our-vision-widget .container .row img {
  border-radius: 100%;
}
.our-vision-widget .container .row p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
}
.our-vision-widget .container .row .img-block {
  max-width: 360px !important;
}
@media (max-width: 767.98px) {
  .our-vision-widget .container .row .img-block {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .our-vision-widget .container .row .img-block img {
    max-width: 250px;
    margin: auto;
  }
}
.our-vision-widget .container .row .text-block {
  width: 60% !important;
  padding: 0 0 0 3.5rem;
}
@media (max-width: 767.98px) {
  .our-vision-widget .container .row .text-block {
    margin-top: 2rem;
    text-align: center;
    width: 100% !important;
    padding: 0 2rem;
  }
}
.our-vision-widget .container .row .text-block a.link {
  background-color: #fff;
  color: #5FBEEC;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 500;
  font-family: "Neo Sans Std";
}

.news-block-widget {
  padding: 0rem 0 !important;
  position: relative;
  top: -70px;
}
.news-block-widget .container .row .col-12 h2 {
  margin-bottom: 4rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .news-block-widget .container .row .col-12 h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .news-block-widget .container .row .col-lg-4 {
    width: 33%;
  }
}
@media (max-width: 767.98px) {
  .news-block-widget .container .row .col-lg-4 {
    width: 100%;
  }
}
.news-block-widget .card-wrapper {
  padding-top: 5px;
  padding-bottom: 0px;
  text-decoration: none;
  transition: 0.2s;
}
.news-block-widget .card-wrapper a,
.news-block-widget .card-wrapper a:hover,
.news-block-widget .card-wrapper a:visited {
  text-decoration: none;
}
.news-block-widget .card-wrapper .card {
  margin: auto;
  list-style: none;
  border: none;
  padding: 0 20px;
}
.news-block-widget .card-wrapper .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  height: 225px;
}
.news-block-widget .card-wrapper .card .card-body {
  padding: 1rem 0;
}
.news-block-widget .card-wrapper .card .card-body h5 {
  margin-bottom: 1rem;
}
.news-block-widget .card-wrapper .card .card-body p {
  line-height: 1.5;
}
.news-block-widget .card-wrapper .card i {
  font-size: 23px;
  color: #163b64;
}
.news-block-widget .card-wrapper .card img {
  position: relative;
  height: auto;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .news-block-widget .card-wrapper .card img {
    height: auto;
  }
}
.news-block-widget .card-wrapper .card.card-publication {
  background: #eef8fd;
}
.news-block-widget .card-wrapper .card.card-publication:hover {
  background: #ffffff;
}
.news-block-widget .card-wrapper:hover {
  padding-top: 0px;
  padding-bottom: 5px;
}

.tabs-widget .tabs-dropdown {
  display: none;
  width: 100%;
  position: relative;
  border-bottom: 3px solid #65c1ed;
  padding: 1rem;
}
.tabs-widget .tabs-dropdown .tab-title {
  font-family: "Neo Sans Std";
  color: #65c1ed;
  font-weight: bold;
  text-align: left;
}
.tabs-widget .tabs-dropdown i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  color: #65c1ed;
  height: 50px;
  width: 100%;
  text-align: right;
}
.tabs-widget .nav-pills {
  display: flex;
  margin-top: 0;
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .tabs-widget .mobile-only {
    display: block;
  }
  .tabs-widget .desktop-only {
    display: none;
  }
  .tabs-widget .nav-pills {
    position: relative;
    flex-direction: column;
  }
  .tabs-widget .nav-pills li.nav-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .tabs-widget .nav-pills li.nav-item button {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid;
  }
  .tabs-widget .nav-pills li.nav-item button.active {
    display: none;
  }
}
.tabs-widget .tab-content .row {
  align-items: center;
}

@media (min-width: 768px) {
  .container-shrinked {
    max-width: 1080px;
    margin: auto;
    width: 100%;
  }
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2 {
  color: #163b64;
}

strong {
  font-family: "calibri-bold";
  font-weight: bold;
}

.container img {
  max-width: 100%;
}
.container h2 {
  margin-bottom: 20px;
  font-size: 1.73rem;
}
.container p {
  line-height: 1.2;
  color: #163b64;
}
.container .col-lg-6 {
  line-height: 1.2;
  color: #163b64;
}
.container a[href=""] i {
  display: none;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: flex-start !important;
}

.breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    margin-bottom: 20px;
    padding: 0 !important;
  }
}

/* banner */
.banner {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.banner > .container.py-4 {
  padding-top: 0 !important;
}
.banner .row-banner {
  flex-wrap: initial;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .banner .row-banner {
    flex-direction: column;
  }
}
.banner .row-banner > .col-md {
  flex: auto;
  width: auto;
}
@media (min-width: 768px) {
  .banner .row-banner > .col-md {
    max-width: 50%;
  }
}
.banner .row-banner > .col-md.mask-border {
  padding: 0;
  -webkit-mask-image: url(/media/visuels/visuel-mask-3.png);
  mask-image: url(/media/visuels/visuel-mask-3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  background: #fff;
  position: relative;
  top: 18px;
  padding: 8px;
}
@media (max-width: 767.98px) {
  .banner .row-banner > .col-md.mask-border {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .banner .row-banner > .col-md.mask-border {
    width: 330px;
  }
}
.banner .row-banner > .col-md .mask {
  -webkit-mask-image: url(/media/visuels/visuel-mask-3.png);
  mask-image: url(/media/visuels/visuel-mask-3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  max-height: 360px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .row-banner > .col-md .mask img {
  top: 0;
  max-width: 430px;
}
@media (max-width: 991.98px) {
  .banner .row-banner > .col-md .mask img {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner .row-banner > .col-md .mask img {
    margin: auto;
    width: 100%;
  }
}
.banner > .col-md:last-child {
  max-width: 500px;
}
.banner h2 {
  font-family: "calibri-regular" !important;
  color: #fff;
  max-width: 90%;
  line-height: 1.5rem;
}
.banner h3 {
  font-family: "calibri-regular" !important;
  font-size: 0.8rem !important;
}
.banner img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .banner img {
    top: 30px;
    width: 100%;
  }
}
.banner:after {
  top: -71px;
}
@media (max-width: 767.98px) {
  .banner:after {
    left: -25%;
    width: 150%;
  }
}
.banner.banner-news-detail h2, .banner.banner-publication-detail h2 {
  color: #163b64;
}
@media (max-width: 767.98px) {
  .banner.banner-publications-page, .banner.banner-news-page, .banner.banner-search-page, .banner.banner-custom-search-page {
    min-height: initial;
  }
  .banner.banner-publications-page .py-5, .banner.banner-news-page .py-5, .banner.banner-search-page .py-5, .banner.banner-custom-search-page .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .banner.banner-publications-page .py-5 p, .banner.banner-news-page .py-5 p, .banner.banner-search-page .py-5 p, .banner.banner-custom-search-page .py-5 p {
    font-size: 0.9rem !important;
  }
  .banner.banner-publications-page:after, .banner.banner-news-page:after, .banner.banner-search-page:after, .banner.banner-custom-search-page:after {
    top: 0 !important;
  }
}
.banner.banner-publications-page p, .banner.banner-news-page p, .banner.banner-search-page p, .banner.banner-custom-search-page p {
  color: #fff;
  line-height: 1.5;
}

/* article*/
.content-article-link {
  display: flex;
  text-decoration: none;
}
.content-article-link i {
  font-size: 23px;
  color: #fff;
  margin-left: 10px;
}

.page {
  overflow: hidden;
}

/* home */
.home-page {
  overflow: hidden;
}

.home .banner {
  position: relative;
  z-index: 10;
}
.home .title-media-text-block-widget {
  background-color: #5fbeec;
  padding: 8rem 0 3rem !important;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.home .title-media-text-block-widget:before {
  content: "";
  position: absolute;
  width: 115%;
  height: 738px;
  top: -410px;
  left: -10%;
  z-index: -1;
  background: rgba(4, 53, 114, 0.2);
  border-bottom-right-radius: 50% 280px;
  border-bottom-left-radius: 50% 120px;
  transform: rotate(-10deg);
}
.home .title-media-text-block-widget .container.container-1080 {
  max-width: 915px;
}
.home .title-media-text-block-widget .container .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .home .title-media-text-block-widget .container .row {
    justify-content: center;
  }
}
.home .title-media-text-block-widget .container .row h2 {
  margin-bottom: 4rem;
  color: #fff;
}
.home .title-media-text-block-widget .container .row img {
  border-radius: 100%;
}
.home .title-media-text-block-widget .container .row p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
}
.home .title-media-text-block-widget .container .row .img-block {
  max-width: 360px !important;
}
.home .title-media-text-block-widget .container .row .text-block {
  width: 50% !important;
}
@media (max-width: 991.98px) {
  .home .title-media-text-block-widget .container .row .text-block {
    width: 100% !important;
  }
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  padding-top: 4px;
}

/* block modules */
.block-modules {
  background-color: #65c1ed;
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
  position: relative;
  margin-bottom: 8rem;
  overflow-x: clip;
  width: 120%;
  left: -10%;
  border-bottom-left-radius: 50% 140px;
  border-bottom-right-radius: 50% 140px;
}
@media (max-width: 767.98px) {
  .block-modules {
    width: 100%;
    left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 3rem !important;
    margin-block: 3rem;
  }
}
.block-modules::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  bottom: -70px;
  left: -10%;
  z-index: -1;
  background: #65c1ed;
  border-bottom-right-radius: 50% 140px;
  border-bottom-left-radius: 50% 140px;
  display: none;
}
.block-modules .container p {
  line-height: 1.2;
  color: #163b64;
}
.block-modules .container .row {
  align-items: center;
  justify-content: space-evenly;
}
.block-modules .container .row .col-lg-4 {
  max-width: 230px;
  text-align: center;
  font-family: "calibri-regular";
}
@media (max-width: 991.98px) {
  .block-modules .container .row .col-lg-4 {
    margin-bottom: 1rem;
    max-width: 66.6%;
  }
}
.block-modules .container .row .col-lg-4 h5 {
  margin-bottom: 1rem;
}
.block-modules .container .row .col-lg-4 img {
  margin-block: 1rem;
  border-radius: 100%;
  max-width: 83px;
}
.block-modules .container .row .col-lg-4 a {
  font-weight: 600;
  font-family: "Neo Sans Std";
  font-size: 1rem;
  text-transform: none;
  text-decoration: none;
  outline: none;
  border: none;
}
.block-modules .container .row .col-lg-4 a i {
  margin-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}

/* information block */
div.information {
  background: #eef8fd;
  border-top: 5px solid #65c1ed;
  padding: 1.5rem;
  position: relative;
  margin-top: 2rem;
}
div.information:after {
  position: absolute;
  content: "i";
  background-color: #65c1ed;
  color: #fff;
  font-family: "calibri-bold";
  font-size: 1rem;
  font-weight: bold;
  left: 15px;
  top: -20px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #eef8fd;
}

/* qui sommes nous */
#notreAmbition p,
#nosMetiers p,
#nosEngagements p,
#notreHistoire p,
#notreGouvernance p,
notChiffresCles p {
  line-height: 1.5rem;
}
#notreAmbition .simple-text-2-blocks-widget .row,
#nosMetiers .simple-text-2-blocks-widget .row,
#nosEngagements .simple-text-2-blocks-widget .row,
#notreHistoire .simple-text-2-blocks-widget .row,
#notreGouvernance .simple-text-2-blocks-widget .row,
notChiffresCles .simple-text-2-blocks-widget .row {
  align-items: flex-start;
  justify-content: space-between;
}
#notreAmbition .simple-text-2-blocks-widget .row .col-lg-6,
#nosMetiers .simple-text-2-blocks-widget .row .col-lg-6,
#nosEngagements .simple-text-2-blocks-widget .row .col-lg-6,
#notreHistoire .simple-text-2-blocks-widget .row .col-lg-6,
#notreGouvernance .simple-text-2-blocks-widget .row .col-lg-6,
notChiffresCles .simple-text-2-blocks-widget .row .col-lg-6 {
  width: 40%;
  padding: 0;
}

/* trade block  */
.trade-block-widget {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.trade-block-widget:after {
  content: "";
  width: 120%;
  height: 100%;
  background: #65c1ed;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border-top-left-radius: 50% 180px;
  border-top-right-radius: 50% 180px;
}
.trade-block-widget .link-job-items {
  padding: 20px;
  color: #fff;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, #65c1ed 50%, #fff 50%);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.trade-block-widget .link-job-items a {
  background-color: #163b64;
  color: #fff;
  font-size: 1.15rem;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.8rem 2rem;
  transition: 0.4s;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  border-bottom: 5px solid #163b64;
}
.trade-block-widget .link-job-items a:empty {
  display: none;
}
.trade-block-widget .link-job-items a:hover {
  border-bottom: 5px solid #65c1ed;
}
.trade-block-widget .container {
  position: relative;
  z-index: 2;
}
.trade-block-widget .container .row {
  align-items: flex-start;
  justify-content: space-between;
}
.trade-block-widget .container .row .col-lg-6 {
  width: 40%;
}
@media (max-width: 991.98px) {
  .trade-block-widget .container .row .col-lg-6 {
    width: 100%;
    padding: 0;
  }
}
.trade-block-widget .container .row .col-lg-6.jobs-images-wrapper {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .trade-block-widget .container .row .col-lg-6.jobs-images-wrapper {
    max-width: 55%;
  }
}
@media (max-width: 991.98px) {
  .trade-block-widget .container .row .col-lg-6.jobs-images-wrapper {
    max-width: 100%;
  }
}
.trade-block-widget .container .row .col-lg-6.jobs-images-wrapper img {
  margin-bottom: 2rem;
  width: 100%;
}
.trade-block-widget img {
  width: 100%;
}
.trade-block-widget .jobs-items-wrapper {
  padding-top: 4rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .trade-block-widget .jobs-items-wrapper .grid-two {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}
@media (max-width: 767.98px) {
  .trade-block-widget .jobs-items-wrapper {
    padding-top: 1rem;
  }
}
.trade-block-widget .jobs-items-wrapper p {
  line-height: 1.5rem;
  margin-bottom: 3rem;
}
.trade-block-widget .jobs-items-wrapper .job-item {
  display: flex;
  margin-bottom: 3.125rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .trade-block-widget .jobs-items-wrapper .job-item {
    margin-bottom: 1.6rem;
  }
}
.trade-block-widget .jobs-items-wrapper .job-item img {
  max-width: 64px;
  border-radius: 100%;
  margin-right: 1.25rem;
}
.trade-block-widget .jobs-items-wrapper .job-item .job-item-content h5 {
  color: #163b64;
}
.trade-block-widget .jobs-items-wrapper .job-item .job-item-content p {
  margin-bottom: 0;
  line-height: 1.2;
}

/* 2 blocks */
@media (max-width: 991.98px) {
  .simple-text-2-blocks-widget *[class^=col] {
    margin: 10px 0;
  }
}
.simple-text-2-blocks-widget .block-link {
  font-family: "Neo Sans Std";
  font-weight: 600;
  font-size: 1rem;
  color: #163b64;
  text-decoration: none;
  display: flex;
  transition: 0.4s;
}
.simple-text-2-blocks-widget .block-link:hover {
  color: #65c1ed;
  transform: translateY(-20%);
}
.simple-text-2-blocks-widget .block-link i {
  font-size: 23px;
  margin-left: 10px;
}

/* simple-text-block-centered-widget */
.simple-text-block-centered-widget {
  max-width: 700px;
  margin: auto;
  width: 100%;
}

/* title media text block */
.title-media-text-block-widget h2 {
  text-align: center;
}
.title-media-text-block-widget img {
  width: 100%;
}

/* image-right-and-text-widget */
.image-right-and-text-widget .container .row {
  justify-content: space-between;
}
.image-right-and-text-widget .container .row .block-link {
  font-family: "Neo Sans Std";
  font-weight: 600;
  font-size: 1rem;
  color: #163b64;
  text-decoration: none;
  display: flex;
  transition: 0.4s;
}
.image-right-and-text-widget .container .row .block-link:hover {
  color: #65c1ed;
  transform: translateY(-20%);
}
.image-right-and-text-widget .container .row .block-link i {
  font-size: 23px;
  margin-left: 10px;
}
.image-right-and-text-widget .container .row > .text-block {
  padding: 0;
  width: 48%;
}
@media (max-width: 991.98px) {
  .image-right-and-text-widget .container .row > .text-block {
    width: 100%;
  }
}
.image-right-and-text-widget .container .row > .img-block {
  padding: 0;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .image-right-and-text-widget .container .row > .img-block {
    max-width: 100%;
    margin-top: 20px;
  }
}
.image-right-and-text-widget .container .row > .img-block img {
  width: 100%;
}

/* image-left-and-text-widget */
.image-left-and-text-widget .container .row,
.title-media-text-block-widget .container .row {
  justify-content: space-between;
}
.image-left-and-text-widget .container .row .block-link,
.title-media-text-block-widget .container .row .block-link {
  font-family: "Neo Sans Std";
  font-weight: 600;
  font-size: 1rem;
  color: #163b64;
  text-decoration: none;
  display: flex;
  transition: 0.4s;
}
.image-left-and-text-widget .container .row .block-link:hover,
.title-media-text-block-widget .container .row .block-link:hover {
  color: #65c1ed;
  transform: translateY(-20%);
}
.image-left-and-text-widget .container .row .block-link i,
.title-media-text-block-widget .container .row .block-link i {
  font-size: 23px;
  margin-left: 10px;
}
.image-left-and-text-widget .container .row > .text-block,
.title-media-text-block-widget .container .row > .text-block {
  padding: 0;
  width: 48%;
}
@media (max-width: 991.98px) {
  .image-left-and-text-widget .container .row > .text-block,
  .title-media-text-block-widget .container .row > .text-block {
    width: 100%;
  }
}
.image-left-and-text-widget .container .row > .img-block,
.title-media-text-block-widget .container .row > .img-block {
  padding: 0;
  max-width: 510px;
}
@media (max-width: 991.98px) {
  .image-left-and-text-widget .container .row > .img-block,
  .title-media-text-block-widget .container .row > .img-block {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.image-left-and-text-widget .container .row > .img-block img,
.title-media-text-block-widget .container .row > .img-block img {
  width: 100%;
}

.image-right-and-text-widget .block-link,
.image-right-and-text-widget .link,
.image-left-and-text-widget .block-link,
.image-left-and-text-widget .link {
  font-weight: 900;
  text-decoration: none;
  font-family: "neo sans std";
}
.image-right-and-text-widget .block-link::after,
.image-right-and-text-widget .link::after,
.image-left-and-text-widget .block-link::after,
.image-left-and-text-widget .link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-left: 15px;
}
.image-right-and-text-widget .block-link:empty::after,
.image-right-and-text-widget .link:empty::after,
.image-left-and-text-widget .block-link:empty::after,
.image-left-and-text-widget .link:empty::after {
  display: none;
}

/* engagements block */
.engagements-block-widget {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.engagements-block-widget:after {
  content: "";
  width: 120%;
  height: 100%;
  background: #65c1ed;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-top-left-radius: 50% 180px;
  border-top-right-radius: 50% 180px;
}
.engagements-block-widget .engagements-items-wrapper {
  padding-top: 2rem;
}
.engagements-block-widget .engagements-items-wrapper .engagements-item {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
}
.engagements-block-widget .engagements-items-wrapper .engagements-item img {
  max-width: 64px;
  border-radius: 100%;
  margin-right: 1.25rem;
}
.engagements-block-widget .engagements-items-wrapper .engagements-item .engagements-item-content h5 {
  color: #163b64;
}
.engagements-block-widget .engagements-items-wrapper .engagements-item .engagements-item-content p {
  margin-bottom: 0;
}
.engagements-block-widget .col-lg-6 img {
  width: 100%;
}
.engagements-block-widget .simple-text-block-centered-widget {
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
  max-width: 100%;
}
.engagements-block-widget .link-engagements-items {
  padding: 20px;
  color: #fff;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, #65c1ed 50%, #fff 50%);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.engagements-block-widget .link-engagements-items a {
  background-color: #163b64;
  color: #fff;
  font-size: 1.15rem;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.8rem 2rem;
  transition: 0.4s;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  border-bottom: 5px solid #163b64;
}
.engagements-block-widget .link-engagements-items a:empty {
  display: none;
}
.engagements-block-widget .link-engagements-items a:hover {
  border-bottom: 5px solid #65c1ed;
}

/* governance block */
.governance-block-widget .col-lg-5 p {
  line-height: 1.5rem;
  color: #163b64;
}
.governance-block-widget .block-link-wrapper {
  display: flex;
}
.governance-block-widget .block-link-wrapper .block-link {
  background-color: #163b64;
  color: #fff;
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.7rem 2rem;
  transition: 0.4s;
  font-family: "Neo Sans Std", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  border-bottom: 5px solid #163b64;
  line-height: 1.2;
}
.governance-block-widget .block-link-wrapper .block-link:empty {
  display: none;
}
.governance-block-widget .block-link-wrapper .block-link:hover {
  border-bottom: 5px solid #65c1ed;
}
.governance-block-widget .governance-items-wrapper {
  padding-top: 2rem;
  display: flex;
  justify-content: space-evenly;
}
.governance-block-widget .governance-items-wrapper .governance-item {
  align-items: center;
  text-align: center;
}
.governance-block-widget .governance-items-wrapper .governance-item img {
  max-width: 151px;
  border-radius: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .governance-block-widget .governance-items-wrapper .governance-item img {
    max-width: 80%;
  }
}
.governance-block-widget .governance-items-wrapper .governance-item .governance-item-content h5 {
  color: #163b64;
}
.governance-block-widget .governance-items-wrapper .governance-item .governance-item-content p {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .news-page .container-shrinked,
  .publications-page .container-shrinked {
    max-width: 720px;
  }
}
@media (max-width: 575.98px) {
  .news-page .news-filter-by label,
  .news-page .news-filter-by button,
  .news-page .news-filter-by input::placeholder,
  .news-page .news-search-text label,
  .news-page .news-search-text button,
  .news-page .news-search-text input::placeholder,
  .news-page .publications-filter-by label,
  .news-page .publications-filter-by button,
  .news-page .publications-filter-by input::placeholder,
  .news-page .publications-order-by label,
  .news-page .publications-order-by button,
  .news-page .publications-order-by input::placeholder,
  .publications-page .news-filter-by label,
  .publications-page .news-filter-by button,
  .publications-page .news-filter-by input::placeholder,
  .publications-page .news-search-text label,
  .publications-page .news-search-text button,
  .publications-page .news-search-text input::placeholder,
  .publications-page .publications-filter-by label,
  .publications-page .publications-filter-by button,
  .publications-page .publications-filter-by input::placeholder,
  .publications-page .publications-order-by label,
  .publications-page .publications-order-by button,
  .publications-page .publications-order-by input::placeholder {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-page .news-detail-item,
  .news-page .publication-detail-item,
  .publications-page .news-detail-item,
  .publications-page .publication-detail-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
.news-page .card .card-img,
.publications-page .card .card-img {
  height: 225px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-page .card .card-img,
  .publications-page .card .card-img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .news-page .card .card-img,
  .publications-page .card .card-img {
    height: auto;
  }
}
.news-page .card .card-img img,
.publications-page .card .card-img img {
  height: auto;
  width: 100%;
  min-height: 225px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-page .card .card-img img,
  .publications-page .card .card-img img {
    min-height: 300px;
  }
}
@media (max-width: 575.98px) {
  .news-page .card .card-img img,
  .publications-page .card .card-img img {
    min-height: initial;
  }
}
.news-page .card img:after,
.publications-page .card img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -1px -94px 72px -40px rgba(0, 0, 0, 0.81) inset;
  -webkit-box-shadow: -1px -94px 72px -40px rgba(0, 0, 0, 0.81) inset;
  -moz-box-shadow: -1px -94px 72px -40px rgba(0, 0, 0, 0.81) inset;
  content: "";
  display: none;
}
.news-page .card .card-body .card-subtitle,
.publications-page .card .card-body .card-subtitle {
  text-transform: uppercase;
  color: #163b64 !important;
  font-size: 0.95rem;
}

.card-wrapper {
  transition: 0.2s;
}
.card-wrapper:hover {
  transform: scale(1.029);
}

.news-detail-page,
.publication-detail-page {
  line-height: 1.2;
  color: #163b64;
}
.news-detail-page iframe,
.publication-detail-page iframe {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .mobile-slide {
    overflow: auto;
    display: block !important;
    white-space: nowrap;
  }
  .mobile-slide .col-lg-4 {
    display: inline-block;
    white-space: normal;
    max-width: 320px;
    padding: 0;
    vertical-align: top;
  }
}

/* related news */
.related-news .container .justify-content-center,
.related-publications .container .justify-content-center {
  justify-content: space-between !important;
}
@media (min-width: 992px) {
  .related-news .container .justify-content-center .col-lg-4,
  .related-publications .container .justify-content-center .col-lg-4 {
    max-width: 300px;
  }
}
.related-news .card,
.related-publications .card {
  background: transparent;
}
.related-news .card .card-img,
.related-publications .card .card-img {
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.related-news .card .card-img img,
.related-publications .card .card-img img {
  height: auto;
}
.related-news .card img,
.related-publications .card img {
  height: auto;
  width: 100%;
}
.related-news .card .card-body,
.related-publications .card .card-body {
  padding: 1.25rem;
  padding-top: 2rem;
}
.related-news .card .card-body h6,
.related-publications .card .card-body h6 {
  font-weight: 300;
}
.related-news .card .card-body p.card-text,
.related-publications .card .card-body p.card-text {
  line-height: 1.2;
}

.related-news--links a,
.link-related-publications-items a {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.7rem 2rem;
}

/* Autres */
.top-button button {
  background-color: #fff;
  border-color: #163b64 !important;
  color: #163b64 !important;
  border-width: 3px !important;
}
.top-button button i {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .top-button button i {
    position: relative;
    top: 2px;
  }
}
@media (min-width: 768px) {
  .top-button button:hover {
    background-color: #fff;
    border-color: #65c1ed !important;
    color: #65c1ed !important;
  }
  .top-button button:hover i::before {
    color: #65c1ed;
  }
}

.news-list-loading-more img,
.publications-list-loading-more img {
  max-width: 80px;
  margin: auto;
  display: block;
}

/* footer */
.footer {
  font-family: "calibri-regular";
}

/* reponsive */
/* general */
@media (min-width: 1400px) {
  .container-1080 {
    max-width: 1080px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .container-1080 {
    padding: 0 8%;
  }
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}
.row > *.grid-item {
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .banner {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .banner:after {
    top: -80px;
  }
  .banner img {
    width: 70%;
    margin: 30px auto 0;
    top: 0;
    display: block;
  }
  .engagements-block-widget .engagements-items-wrapper .engagements-item {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .container.py-4 {
    padding-left: 8%;
    padding-right: 8%;
  }
  .container.pt-4 {
    padding-left: 8%;
    padding-right: 8%;
  }
  /* qui sommes nous */
  #notreAmbition p,
  #nosMetiers p,
  #nosEngagements p,
  #notreHistoire p,
  #notreGouvernance p,
  notChiffresCles p {
    line-height: 1.5rem;
  }
  #notreAmbition .simple-text-2-blocks-widget .row,
  #nosMetiers .simple-text-2-blocks-widget .row,
  #nosEngagements .simple-text-2-blocks-widget .row,
  #notreHistoire .simple-text-2-blocks-widget .row,
  #notreGouvernance .simple-text-2-blocks-widget .row,
  notChiffresCles .simple-text-2-blocks-widget .row {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  #notreAmbition .simple-text-2-blocks-widget .row .col-lg-6,
  #nosMetiers .simple-text-2-blocks-widget .row .col-lg-6,
  #nosEngagements .simple-text-2-blocks-widget .row .col-lg-6,
  #notreHistoire .simple-text-2-blocks-widget .row .col-lg-6,
  #notreGouvernance .simple-text-2-blocks-widget .row .col-lg-6,
  notChiffresCles .simple-text-2-blocks-widget .row .col-lg-6 {
    width: 100%;
    padding: 0 8%;
  }
}
/* Slider slick style*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mobile-slide .col-lg-4 img:hover {
  transform: scale(1.029);
}

html {
  visibility: visible;
  opacity: 1;
}

.test {
  display: none;
}

.sur-menu-header {
  text-align: right;
  background-color: #65c1ed;
  padding: 5px 0;
}
.sur-menu-header a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Neo Sans Std", Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
