@charset "UTF-8";
/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
:root {
  --heading-font: "Roboto", sans-serif;
  --paragraph-font: "Roboto", sans-serif;
}

:root {
  --bs-primary:#007FC1;
  --bs-secondary: #0F2239;
  --heading-text-color: #FFFFFF;
  --heading-text-bg-color: #007FC1;
  --paragraph-text-color: #4D5765;
  --body-bg-color: #FFFFFF;
  --bs-border-color: #00000014;
  --bs-light-bg-color: #F4F7FB;
  --bg-color-light-bleu: #D9E9F4;
  --red-color: #F20F10;
  --black-bottom-footer-color: #071B33;
}

/* base */
.container {
  max-width: 1450px;
}

.home-banner {
  padding-top: 0px;
}

#main {
  padding: 0 0;
}

.navbar.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.navbar-header .header-logo {
  width: 100%;
}

.btn-close {
  border: none;
  font-size: 18px;
  line-height: 1;
}
.btn-close:after {
  content: "x";
}

.alert-dismissible {
  padding-right: 1.25rem;
}

.website-footer .menus {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.front) #website_footer {
  margin-top: 100px;
}

#website_header {
  min-height: 111px;
}

#navbar.container {
  max-width: 100%;
}

.main-containers {
  padding: 0;
}

#cookiesjsr {
  --btn-bg-color: #007ba5;
  --btn-prime-font-color: #007ba5;
  --btn-inv-font-color: #007ba5;
  --btn-inv-border-color: #007ba5;
  --btn-prime-inv-border-color: #007ba5;
  --btn-prime-inv-bg-color: #007ba5;
  --banner-bg-color: #007ba5;
  --layer-tab-active-bg-color: #007ba5;
  --layer-bg-dark: #007ba5;
}

.cookiesjsr-layer {
  border-radius: 15px;
}

@media (min-width: 560px) {
  .node .field--type-image {
    float: unset;
    margin: auto;
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  #navbar.container, #navbar.container > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  #navbar.container {
    width: 960px;
  }
  .navbar-header .header-logo {
    width: auto;
  }
  .node .field--type-image {
    float: unset;
    margin: auto;
    max-width: 75%;
  }
}
@media (min-width: 1340px) {
  .website-footer ul {
    margin-top: 0;
  }
  .website-footer .logo_footer {
    margin-top: 40px;
  }
}
@media (min-width: 1420px) {
  #navbar.container {
    width: 1360px;
  }
}
h2 {
  color: var(--bs-secondary);
  font-size: 43px;
  line-height: 43px;
}

h3, h4, h5, h6 {
  color: var(--paragraph-text-color);
}

b, strong {
  font-weight: bold;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

table {
  margin: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px auto;
  width: 100%;
}
table tbody, table td, table tfoot, table th, table thead, table tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
table thead {
  background-color: var(--bs-primary);
}
table thead > tr {
  border-bottom: 1px solid #000;
  background-color: var(--bs-primary);
  font-size: 1.3rem;
}
table tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background-color: #fff;
}

table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
  color: #fff;
  font-weight: bold;
}

table tr th {
  background: var(--bs-primary);
  border-bottom-style: none;
}

tr td, tr th {
  padding: 4px 9px;
  border: 1px solid var(--bs-border-color);
  text-align: left;
}

a:not(.navbar-nav a, .btn, .footer-block a, .mm-menu a) {
  color: var(--bs-primary);
  text-decoration: none;
}
a:not(.navbar-nav a, .btn, .footer-block a, .mm-menu a):hover, a:not(.navbar-nav a, .btn, .footer-block a, .mm-menu a):focus {
  color: var(--bs-secondary);
  text-decoration: underline;
}
a:not(.navbar-nav a, .btn, .footer-block a, .mm-menu a):active {
  color: var(--bs-secondary);
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ajax-progress-throbber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 10px;
}

/* components */
legend {
  font-size: 1rem;
}

.webform-button--submit.form-control {
  width: unset;
}

.submit-btn {
  margin: auto;
  margin-top: 52px;
}

#user-login .form-required::after {
  display: none;
}

/* webform-submission-form */
.webform-submission-form:not(.footer-block .webform-submission-form), .views-exposed-form {
  margin: auto;
  max-width: unset;
}
.webform-submission-form:not(.footer-block .webform-submission-form) input,
.webform-submission-form:not(.footer-block .webform-submission-form) textarea, .views-exposed-form input,
.views-exposed-form textarea {
  font-size: 15px;
  font-family: var(--paragraph-font);
  color: var(--paragraph-text-color);
  padding: 22px 20px;
  border: 1px solid var(--bs-light-bg-color);
}
.webform-submission-form:not(.footer-block .webform-submission-form) input:placeholder,
.webform-submission-form:not(.footer-block .webform-submission-form) textarea:placeholder, .views-exposed-form input:placeholder,
.views-exposed-form textarea:placeholder {
  font-size: 15px;
  font-family: var(--paragraph-font);
  color: var(--paragraph-text-color);
}
.webform-submission-form:not(.footer-block .webform-submission-form) input:focus,
.webform-submission-form:not(.footer-block .webform-submission-form) textarea:focus, .views-exposed-form input:focus,
.views-exposed-form textarea:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid var(--bs-primary);
}
.webform-submission-form:not(.footer-block .webform-submission-form) input, .views-exposed-form input {
  margin-bottom: 15px;
  padding: 14px;
}
.webform-submission-form:not(.footer-block .webform-submission-form) input:not([type=radio], .webform-button--submit), .views-exposed-form input:not([type=radio], .webform-button--submit) {
  border-radius: 0;
  background-color: var(--bs-light-bg-color);
}
.webform-submission-form:not(.footer-block .webform-submission-form) textarea, .views-exposed-form textarea {
  height: 140px;
  background-color: var(--bs-light-bg-color);
}
.webform-submission-form:not(.footer-block .webform-submission-form) select, .views-exposed-form select {
  background-color: var(--bs-light-bg-color);
  padding: 14px;
  border: 1px solid var(--bs-light-bg-color);
  font-size: 15px;
  font-family: var(--paragraph-font);
  color: var(--paragraph-text-color);
  margin-bottom: 26px;
  background-image: unset;
  border-radius: 0;
}
.webform-submission-form:not(.footer-block .webform-submission-form) select:focus, .views-exposed-form select:focus {
  border: 1px solid var(--bs-primary);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .form-check .form-check-input, .views-exposed-form .form-check .form-check-input {
  margin-bottom: 0;
  border: 1px solid #4D5764;
  padding: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .form-check .form-check-input:not([type=radio]), .views-exposed-form .form-check .form-check-input:not([type=radio]) {
  border-radius: 0 !important;
}
.webform-submission-form:not(.footer-block .webform-submission-form).btn-primary, .webform-submission-form:not(.footer-block .webform-submission-form).btn-default, .webform-submission-form:not(.footer-block .webform-submission-form).btn-info, .views-exposed-form.btn-primary, .views-exposed-form.btn-default, .views-exposed-form.btn-info {
  background-color: var(--bs-primary);
  color: #fff;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .mb-3, .views-exposed-form .mb-3 {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .input-wrapper, .views-exposed-form .input-wrapper {
  position: relative;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .input-wrapper svg, .views-exposed-form .input-wrapper svg {
  width: 16px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 31px;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .input-wrapper svg path, .views-exposed-form .input-wrapper svg path {
  fill: var(--paragraph-text-color);
}
.webform-submission-form:not(.footer-block .webform-submission-form) .text-muted, .views-exposed-form .text-muted {
  color: var(--paragraph-text-color) !important;
  font-family: var(--paragraph-font);
  font-size: 15px;
  line-height: 23px;
}
.webform-submission-form:not(.footer-block .webform-submission-form) .text-muted a, .views-exposed-form .text-muted a {
  color: var(--bs-primary);
  font-weight: 500;
  text-decoration: none;
}

.webform-submission-form input.webform-button--submit.btn-primary, .webform-submission-form input.webform-button--submit.btn-default, .webform-submission-form input.webform-button--submit.btn-info {
  background-color: var(--bs-primary);
  color: #fff;
}
.webform-submission-form input.webform-button--submit.btn-primary:hover, .webform-submission-form input.webform-button--submit.btn-primary:focus, .webform-submission-form input.webform-button--submit.btn-default:hover, .webform-submission-form input.webform-button--submit.btn-default:focus, .webform-submission-form input.webform-button--submit.btn-info:hover, .webform-submission-form input.webform-button--submit.btn-info:focus {
  background-color: var(--bs-secondary);
  color: #fff;
}

.views-exposed-form select {
  margin-bottom: 0;
  padding: 7px 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.lang-dropdown-item a {
  padding-top: 0;
  padding-bottom: 0;
}

.header .navbar-nav .nav-item > a {
  position: relative;
}
.header .navbar-nav .nav-item:hover > a, .header .navbar-nav .nav-item.active > a {
  color: var(--bs-secondary);
}
.header .navbar-nav .nav-item.active > a {
  color: #fff;
}
.header .navbar-nav .nav-item.dropdown a:hover > a {
  color: var(--bs-secondary);
}
.header .navbar-nav .dropdown-menu .nav-link {
  color: var(--bs-primary);
  padding-top: 0;
  padding-bottom: 0;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0;
}
.header .navbar-nav .dropdown-menu .dropdown-item a {
  color: var(--bs-secondary);
  display: inline-block;
  width: 100%;
  height: auto !important;
  line-height: 1 !important;
  padding: 10px 15px !important;
}
.header .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: #fff;
}
.header .navbar-nav .dropdown-menu .dropdown-item.btn-primary {
  line-height: unset;
}
.header .navbar-nav .dropdown-menu li.dropdown-item.active {
  color: var(--bs-primary);
}
.header .navbar-nav .dropdown-menu li.dropdown-item.active a {
  color: var(--bs-primary);
}

.mm-wrapper_blocking {
  overflow: hidden !important;
}

@media (max-width: 991px) {
  .navbar-collapse .navbar-nav {
    background: var(--bs-primary) !important;
    z-index: 100;
    max-height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav .nav-item > a:after {
    content: "";
    position: absolute;
    bottom: 15px;
    height: 5px;
    left: 1rem;
    width: 0;
    background-color: #fff;
    opacity: 0;
    /* -webkit-transition: ease-out 0.3s; */
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    margin-left: 0;
  }
  .header .navbar-nav .nav-item:hover > a:after, .header .navbar-nav .nav-item.active > a:after {
    opacity: 1;
    width: calc(100% - 2rem);
  }
  .nav-item.mega-menu:hover ul.dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .nav-item.mega-menu:hover ul.dropdown-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
  }
  .nav-item.mega-menu:hover ul.dropdown-menu li.dropdown-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 content;
            flex: 0 0 content;
  }
  .nav-item.mega-menu:hover ul.dropdown-menu li.dropdown-item a.btn-primary {
    color: white;
    min-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: none;
    transition: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-nav > .nav-item:last-child .element-div + li {
    width: 2px;
    border-right: 2px solid rgba(0, 0, 0, 0.1607843137);
    padding: 0 !important;
  }
  .navbar-nav li:last-child .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: unset !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 230px;
  }
  .dropdown-menu .element-div:first-child {
    width: none;
  }
  .header .navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar .nav-item.dropdown.mega-menu li h5 a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background-color: var(--bs-primary);
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
  }
  .element-div:first-child ul li {
    width: 100%;
  }
  .dropdown-item {
    white-space: wrap;
  }
  .all-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-top: 1px;
    border-color: var(--bs-secondary);
    margin-top: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header-1 .navbar-collapse .navbar-nav {
    top: unset;
  }
}
.responsive-menu-toggle {
  position: absolute;
  right: 0;
}
.responsive-menu-toggle .responsive-menu-toggle-icon .label {
  display: none;
}

.mm-wrapper_opening .responsive-menu-toggle {
  left: 80px;
}

.mm-menu .mm-navbar.mm-navbar__bottom a {
  color: white !important;
}
.mm-menu .mm-navbar.mm-navbar__bottom a.language-link img {
  display: none;
}
.mm-menu .mm-panels .mm-panel {
  background-color: var(--bs-primary);
}
.mm-menu .mm-panels .mm-panel .mm-navbar {
  background-color: transparent;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a {
  color: white;
  font-weight: 500;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a.mm-btn:after, .mm-menu .mm-panels .mm-panel .mm-navbar a.mm-btn:before {
  border-width: medium;
  border-color: white;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}
.mm-menu .mm-panels .mm-panel .mm-navbar a:hover.mm-btn:after, .mm-menu .mm-panels .mm-panel .mm-navbar a:hover.mm-btn:before {
  border-color: var(--bs-secondary);
}
.mm-menu .mm-panels .mm-panel ul.mm-listview a {
  color: white;
  font-weight: 500;
}
.mm-menu .mm-panels .mm-panel ul.mm-listview a.mm-listitem__text {
  white-space: unset;
}
.mm-menu .mm-panels .mm-panel ul.mm-listview a.mm-btn:after, .mm-menu .mm-panels .mm-panel ul.mm-listview a.mm-btn:before {
  border-width: medium;
  border-color: white;
}
.mm-menu .mm-panels .mm-panel ul.mm-listview a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}
.mm-menu .mm-panels .mm-panel ul.mm-listview a:hover.mm-btn:after, .mm-menu .mm-panels .mm-panel ul.mm-listview a:hover.mm-btn:before {
  border-color: var(--bs-secondary);
}

.home-btn a {
  background-color: #007FC1;
  border-color: #007FC1;
  background-image: linear-gradient(30deg, var(--bs-primary) 50%, transparent 50%);
  margin: auto;
}
.home-btn a.btn-primary-bordered {
  background-color: transparent;
  background-image: none;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.home-btn a.btn-primary-bordered:hover, .home-btn a.btn-primary-bordered:focus {
  background-color: var(--bs-secondary);
  color: var(--body-bg-color);
  background-image: linear-gradient(30deg, var(--bs-primary) 50%, transparent 50%);
}

.btn-primary, .btn-default, .btn-info {
  background-color: #007FC1;
  border: 1px solid #007FC1;
  color: #fff;
  font-weight: 600;
  font-family: var(--heading-font);
  width: unset;
}

.btn-primary:hover, .btn-default:hover, .btn-info:hover,
.btn-primary:focus, .btn-default:focus, .btn-info:focus {
  background-color: #0F2239 !important;
  border-color: #0F2239 !important;
  color: #fff !important;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #007FC1;
}

.border-first {
  background-color: var(--red-color);
}

.border-second {
  background-color: var(--red-color);
}

.home-footer .btn.btn-white {
  display: block;
  font-size: 1em;
}
.home-footer .btn.btn-white-bordered {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.home-footer .btn.btn-white-bordered:hover {
  background-color: #ffffff;
  color: var(--bs-secondary);
}
.home-footer .btn.btn-blue-bordered {
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}
.home-footer .btn.btn-blue-bordered:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

@media (min-width: 991px) {
  .home-btn a {
    margin: initial;
  }
}
.search-form {
  margin-bottom: 20px;
}
.search-form .search-help-link {
  display: none;
}
.search-form + h2 {
  margin: 30px 0;
}
.search-form .form-type-search {
  width: 100%;
}
.search-form .form-type-search label {
  margin-bottom: 10px;
}

.search-result h3 {
  text-align: left;
}

.node_search-results li {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.node_search-results li h3 a,
.node_search-results li h3 a:hover {
  color: #d5003c;
}

.path-search li::marker {
  font-weight: bold;
}
.path-search .item {
  margin-bottom: 25px;
}
.path-search .item h3 {
  margin-bottom: 0;
}
.path-search .item p {
  margin-top: 0;
}

.ui-autocomplete-content,
.ui-autocomplete-container-more_results {
  display: none !important;
}

.ui-autocomplete-fields > div:not([class$=field_nomcheval]) {
  display: none;
}

ul[data-sa-theme=basic] .ui-autocomplete-fields > * {
  line-height: 1.8em;
}

.js input.form-autocomplete {
  border: 1px solid var(--bg-color-light-bleu);
}

.navbar-toggler .hamber-icon {
  color: #fff;
}

.swiper .swiper-slide .banner-items {
  padding: 50px 0 30px 0;
  text-align: center;
}
.swiper .swiper-slide .banner-items h1 {
  font-size: 50px;
  line-height: 66px;
}
.swiper .swiper-slide .banner-items .content-description {
  margin-top: 32px;
  margin-bottom: 32px;
}
.swiper .swiper-slide .banner-overflow-image {
  clip-path: ellipse(100% 85% at 30% 90%);
}
.swiper.swiper-header-cta .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper.swiper-news .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: unset;
}

.swiper-pagination {
  bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #007FC1;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0F2239;
}

@media (min-width: 991px) {
  .swiper .swiper-slide .banner-items {
    padding: 120px 0;
    text-align: left;
  }
  .swiper .swiper-slide .banner-overflow-image {
    clip-path: circle(75% at 80% 36%);
  }
}
@media (min-width: 1200px) {
  .swiper .swiper-slide .banner-items {
    padding: 120px 0;
    text-align: left;
  }
  .swiper .swiper-slide .banner-overflow-image {
    clip-path: circle(72% at 75% 36%);
  }
}
@media (min-width: 1510px) {
  .swiper .swiper-slide .banner-items {
    padding: 120px 0;
    text-align: left;
  }
  .swiper .swiper-slide .banner-overflow-image {
    clip-path: circle(72% at 65% 36%);
  }
  .news {
    position: relative; /* nécessaire pour que le ::after soit positionné correctement */
    overflow: visible; /* pour que les slides qui débordent soient visibles */
  }
  .news:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4%; /* largeur du dégradé */
    height: 100%;
    pointer-events: none; /* pour ne pas gêner les interactions */
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, white), to(transparent));
    background: linear-gradient(to left, white 10%, transparent 100%); /* blanc vers transparent */
    z-index: 4;
  }
  .news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4%; /* largeur du dégradé */
    height: 100%;
    pointer-events: none; /* pour ne pas gêner les interactions */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), to(transparent));
    background: linear-gradient(to right, white 10%, transparent 100%); /* blanc vers transparent */
    z-index: 4;
  }
}
@media (min-width: 1520px) {
  .news:after {
    width: 10%; /* largeur du dégradé */
  }
  .news:before {
    width: 10%; /* largeur du dégradé */
  }
}
@media (min-width: 1650px) {
  .news:after {
    width: 15%; /* largeur du dégradé */
  }
  .news:before {
    width: 15%; /* largeur du dégradé */
  }
}
.js-form-item-category {
  display: contents;
}

label[for=edit-category] {
  padding-right: 20px;
  margin-bottom: 12px;
}

#edit-category.bef-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}
#edit-category.bef-links ul li {
  list-style: none;
}
#edit-category.bef-links ul li a {
  text-decoration: none;
  padding: 3px 10px 5px 10px;
}
#edit-category.bef-links ul li a.bef-link {
  background-color: #EDF0F6;
  color: var(--bs-secondary);
}
#edit-category.bef-links ul li a.active, #edit-category.bef-links ul li a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.pagination {
  position: relative;
}
.pagination .page-item .page-link {
  color: var(--bs-primary);
  font-size: 16px;
}
.pagination .ajax-progress-throbber {
  position: absolute;
}

.table-responsive .ajax-progress-throbber {
  position: absolute;
}

.navbar-nav .nav-item {
  margin-left: 0;
}
.navbar-nav .nav-item .nav-link {
  padding-left: 15px;
  padding-right: 15px;
}
/* layout */
.highlight {
  display: inline; /* ou inline-block si tu veux pouvoir ajouter padding/marge */
  color: var(--heading-text-color);
  background-color: var(--heading-text-bg-color);
  padding: 4px 16px 4px 16px;
  border-radius: 0px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* pour compatibilité Chrome/Safari */
  line-height: 66px;
  font-size: 50px;
}

.header-1 .subheader {
  max-width: 100%;
  background-color: #F2F5F9;
}
.header-1 .subheader .container .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px;
}
.header-1 .subheader .container .menu-top .language-switcher-language-url {
  position: unset;
  right: unset;
}
.header-1 .subheader .container .menu-top .language-switcher-language-url .lang-dropdown-menu {
  margin-left: 15px;
}
.header-1 .subheader .container .menu-top .language-switcher-language-url .lang-dropdown-menu .lang-dropdown-item > a {
  padding-left: 15px;
  border-left: 2px solid #0F2239;
}
.header-1 .subheader .container .menu-top .header-cta {
  max-width: 80%;
  text-align: center;
  margin: auto;
}
.header-1 .subheader .container a {
  color: #0F2239;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}
.header-1 .subheader .container a:hover {
  color: #007FC1;
}
.header-1 .header {
  background-color: var(--bs-primary);
  padding-bottom: 76px;
}
.header-1 .header .search {
  margin-left: 30px;
}
.header-1 .header .search svg {
  width: 30px;
  height: 30px;
}
.header-1 .header .navbar-brand {
  padding: 0;
}
.header-1 .header .navbar-brand img {
  width: 76px;
}
.header-1 .header .nav-sticky {
  background-color: #007FC1;
}
.header-1 .header .nav-sticky.navigation-sticky .site-branding .navbar-brand img {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.header-1 .header .nav-sticky.navigation-sticky.header-fixed {
  background-color: #007FC1;
  -webkit-animation: unset;
          animation: unset;
}
.header-1 .header .nav-sticky.navigation-sticky.header-fixed .site-branding .navbar-brand img {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.header-1 .header .header-search-form form {
  right: 0;
  top: 76px;
}
.header-1 .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  margin: 0 0 100px 0;
  background-position: center;
  background-size: cover;
}
.header-1 .header-content .content {
  text-align: center;
}
.header-1 .header-content .header-date {
  color: var(--heading-text-color);
  margin-top: 15px;
  font-size: 25px;
}
.header-1 .header-content.no-image {
  height: auto;
  margin: 75px 0;
}
.header-1 .header-content.no-image .header-date {
  color: var(--bs-primary);
}

.user-logged-in .header-1 .header {
  padding-bottom: 0;
}

.header .header-seach-form form {
  right: 0;
  top: 76px;
  z-index: 10000;
}

@media (min-width: 992px) {
  .header-1 .header .navbar-brand img {
    width: 76px;
  }
  .header-1 .header .nav-sticky.navigation-sticky .site-branding {
    position: absolute;
  }
  .header-1 .header .nav-sticky.navigation-sticky .site-branding .navbar-brand img {
    width: 134px;
  }
  .header-1 .header .nav-sticky.navigation-sticky.header-fixed .site-branding .navbar-brand img {
    width: 70px;
  }
}
.quick-links {
  background-color: var(--bs-primary);
  padding: 70px 0px;
  margin-top: -24px;
}
.quick-links h2 {
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 45px;
  color: var(--heading-text-color);
}
.quick-links .quick-links-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quick-links .quick-links-items .quick-links-item {
  text-align: center;
}
.quick-links .quick-links-items .quick-links-item a {
  text-decoration: none;
}
.quick-links .quick-links-items .quick-links-item a img {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
  color: var(--heading-text-color);
}
.quick-links .quick-links-items .quick-links-item a h3 {
  font-size: 19px;
  line-height: 25px;
  margin-top: 7px;
  font-weight: 600;
  color: var(--heading-text-color);
}
.quick-links .quick-links-items .quick-links-item a:hover img, .quick-links .quick-links-items .quick-links-item a:hover h3 {
  color: var(--bs-secondary);
}
.quick-links .bottom-borders {
  display: none;
}

@media (min-width: 768px) {
  .quick-links .quick-links-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news, .page-view-news, .page-view-taxonomy-term {
  overflow: hidden;
}
.news .container h2, .page-view-news .container h2, .page-view-taxonomy-term .container h2 {
  color: #0F2239;
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 45px;
}
.news .container .news-content, .page-view-news .container .news-content, .page-view-taxonomy-term .container .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news .container .news-content img, .page-view-news .container .news-content img, .page-view-taxonomy-term .container .news-content img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.news .container .news-content .info, .page-view-news .container .news-content .info, .page-view-taxonomy-term .container .news-content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.news .container .news-content .info .date, .page-view-news .container .news-content .info .date, .page-view-taxonomy-term .container .news-content .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007FC1;
  font-size: 14px;
  gap: 7px;
}
.news .container .news-content .info .date a, .page-view-news .container .news-content .info .date a, .page-view-taxonomy-term .container .news-content .info .date a {
  text-transform: uppercase;
  text-decoration: none;
}
.news .container .news-content .info .date .item:first-child, .page-view-news .container .news-content .info .date .item:first-child, .page-view-taxonomy-term .container .news-content .info .date .item:first-child {
  border-right: 1px solid var(--bs-primary);
  padding-right: 7px;
  margin-right: 0;
}
.news .container .news-content .info h3, .page-view-news .container .news-content .info h3, .page-view-taxonomy-term .container .news-content .info h3 {
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 22px;
}
.news .container .news-content .info h3 a, .page-view-news .container .news-content .info h3 a, .page-view-taxonomy-term .container .news-content .info h3 a {
  text-decoration: none;
  color: #0F2239;
  font-size: 20px;
}
.news .container .news-content .info .description, .page-view-news .container .news-content .info .description, .page-view-taxonomy-term .container .news-content .info .description {
  line-height: 1.35;
}
.news .container .news-content .info .description a, .page-view-news .container .news-content .info .description a, .page-view-taxonomy-term .container .news-content .info .description a {
  text-decoration: none;
  color: #4D5765;
  font-size: 14px;
}

.front .news .news-content {
  margin-bottom: 0;
}

.news .container {
  margin-top: 60px;
  margin-bottom: 60px;
}
.news .container .swiper {
  overflow: inherit;
  margin-bottom: 30px;
}

.page-view-news .container .listing-news, .page-view-taxonomy-term .container .listing-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 65px 40px;
}
.page-view-news .container .listing-news .listing-news-item, .page-view-taxonomy-term .container .listing-news .listing-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.page-view-news .container .row, .page-view-taxonomy-term .container .row {
  gap: 0;
}
.page-view-news .container .pagination, .page-view-taxonomy-term .container .pagination {
  margin-top: 50px;
}

.page-view-taxonomy-term .container .row {
  gap: 65px 0;
}

@media (min-width: 568px) {
  .page-view-news .container .listing-news .listing-news-item, .page-view-taxonomy-term .container .listing-news .listing-news-item {
    -webkit-box-flex: calc(50% - 40px);
        -ms-flex: calc(50% - 40px);
            flex: calc(50% - 40px);
  }
}
@media (min-width: 912px) {
  .page-view-news .container .listing-news .listing-news-item, .page-view-taxonomy-term .container .listing-news .listing-news-item {
    -webkit-box-flex: calc(33% - 40px);
        -ms-flex: calc(33% - 40px);
            flex: calc(33% - 40px);
  }
}
@media (min-width: 1320px) {
  .page-view-news .container .listing-news .listing-news-item, .page-view-taxonomy-term .container .listing-news .listing-news-item {
    -webkit-box-flex: calc(25% - 40px);
        -ms-flex: calc(25% - 40px);
            flex: calc(25% - 40px);
  }
}
.announcements {
  background-color: var(--bs-light-bg-color);
}
.announcements .announcement {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.announcements .announcement picture,
.announcements .announcement img {
  width: 100%;
  max-height: 646px; /* ou max-height: si tu veux que ça ne dépasse pas */
  -o-object-fit: cover;
     object-fit: cover; /* très important pour remplir sans déformer */
  display: block;
}
.announcements .announcement .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* vertical centering */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* horizontal centering */
  text-align: center;
  color: white;
  background: rgba(0, 127, 193, 0); /* semi-transparent overlay (optional) */
  padding: 1rem;
}
.announcements .announcement .info h3 a {
  color: #ffffff;
  text-decoration: none;
}
.announcements .announcement .info .btn {
  margin-top: 1rem;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 5px;
}

.front .events.event-style-1 {
  padding: 60px 0;
}
.front .events .container h2 {
  color: #0F2239;
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 45px;
}
.front .events .events-front-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 45px;
}
.front .events .events-front-items .events-front-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.front .events .events-front-items .events-front-item .category {
  z-index: 1;
  font-size: 14px;
}
.front .events .events-front-items .events-front-item .category a {
  color: #007FC1;
  text-decoration: none;
}
.front .events .events-front-items .events-front-item .events-item {
  z-index: 1;
  width: 100%;
}
.front .events .events-front-items .events-front-item .events-item h4 {
  line-height: 20px;
}
.front .events .events-front-items .events-front-item .events-item h4 a {
  color: #0F2239;
  font-weight: 500;
  font-size: 18px;
}
.front .events .events-front-items .events-front-item .events-item .date {
  z-index: 1;
  color: #4D5765;
  font-size: 14px;
}
.front .events .events-front-items .events-front-item .events-item .date .event_ended {
  color: var(--red-color);
  font-weight: 600;
}
.front .events .events-front-items .events-front-item .events-item.ended::before {
  background-color: var(--bg-color-light-bleu);
}

.page-view-events .events-item img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.page-view-events .events-item .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007FC1;
  font-size: 14px;
  gap: 7px;
}
.page-view-events .events-item .info .date a {
  text-transform: uppercase;
  text-decoration: none;
}
.page-view-events .events-item .info .date .item .event_ended {
  color: var(--red-color);
  font-weight: 600;
}
.page-view-events .events-item .info h3 {
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 22px;
}
.page-view-events .events-item .info h3 a {
  text-decoration: none;
  color: #0F2239;
  font-size: 20px;
}
.page-view-events .events-item .info .description {
  line-height: 1.35;
}
.page-view-events .events-item .info .description a {
  text-decoration: none;
  color: #4D5765;
  font-size: 14px;
}

.page-view-events .container .row {
  gap: 65px 0;
}
.page-view-events .container .pagination {
  margin-top: 50px;
}

.page-view-taxonomy-term .container .events-item {
  margin-bottom: 15px;
}
.page-view-taxonomy-term .container .events-item img {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.page-view-taxonomy-term .container .events-item .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007FC1;
  font-size: 14px;
  gap: 7px;
}
.page-view-taxonomy-term .container .events-item .info .date a {
  text-transform: uppercase;
  text-decoration: none;
}
.page-view-taxonomy-term .container .events-item .info .date .item:first-child {
  border-right: 1px solid var(--bs-primary);
  padding-right: 7px;
  margin-right: 0;
}
.page-view-taxonomy-term .container .events-item .info .date .item .event_ended {
  color: var(--red-color);
  font-weight: 600;
}
.page-view-taxonomy-term .container .events-item .info h3 {
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 22px;
}
.page-view-taxonomy-term .container .events-item .info h3 a {
  text-decoration: none;
  color: #0F2239;
  font-size: 20px;
}
.page-view-taxonomy-term .container .events-item .info .description {
  line-height: 1.35;
}
.page-view-taxonomy-term .container .events-item .info .description a {
  text-decoration: none;
  color: #4D5765;
  font-size: 14px;
}

@media (min-width: 912px) {
  .front .events .events-front-items .events-front-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 25px);
            flex: 1 1 calc(50% - 25px);
  }
}
@media (min-width: 1320px) {
  .front .events .events-front-items .events-front-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 25px);
            flex: 1 1 calc(33% - 25px);
  }
}
.content-image {
  text-align: center;
}
.content-image img {
  max-width: 1528px;
  height: auto;
}

.content-gallery img {
  width: auto;
}

.image-top .content-image {
  margin-bottom: 50px;
}

.path-node .container .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-node-type-actualites #main .content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.page-node-type-actualites #main .image-left .content {
  padding-left: 15px;
}
.page-node-type-actualites #main .image-right .content {
  padding-right: 10px;
}

.taxonomy_term-page_1 {
  padding: 0;
}

.home-footer {
  background-color: var(--body-bg-color);
  padding: 65px 0px;
  font-size: 1em;
}
.home-footer .home-footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-footer .home-footer-items .home-footer-item h5 {
  font-size: 2em;
  line-height: 68px;
  font-weight: 700;
  color: var(--bs-primary);
}
.home-footer .home-footer-items .home-footer-item img {
  max-width: 100%;
  width: auto;
}
.home-footer .home-footer-items .home-footer-item .home-footer-item-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 120px;
}
.home-footer .home-footer-items .home-footer-item .home-footer-item-menus .home-footer-item-menu .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-footer .home-footer-items .home-footer-item .home-footer-item-menus .home-footer-item-menu:first-child {
  min-width: 250px;
}
.home-footer .home-footer-items .home-footer-item:last-child {
  text-align: left;
}
.home-footer .home-footer-items .home-footer-item:last-child .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-footer .home-footer-items .home-footer-item:last-child .partners .partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.footer-block {
  margin-top: 60px;
  background-color: var(--bs-primary);
}
.footer-block .footer-top-wrapper {
  border-bottom: 0;
}
.footer-block .bottom-borders {
  display: none;
}
.footer-block .footer-top {
  padding: 10px 0;
}
.footer-block .footer-top .navbar-brand {
  padding-bottom: 0;
  padding-top: 0.4rem;
}
.footer-block .footer-top .navbar-brand img {
  max-width: 94px;
}
.footer-block .footer-top .social-icon {
  border: 0;
  font-size: 2rem;
  margin-left: 39px;
}
.footer-block .footer-top .social-icon:hover {
  background-color: transparent;
}
.footer-block .footer-top .social-icon a:hover .fontawesome-icon i {
  color: var(--bs-secondary);
}
.footer-block ul a {
  margin: 0;
  font-weight: 100;
}
.footer-block ul a.nav-link {
  padding: 0;
}
.footer-block ul a.nav-link:hover {
  color: var(--bs-secondary);
}
.footer-block ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-block h4 {
  font-size: 24px;
  line-height: 21px;
  margin-bottom: 25px;
}
.footer-block p {
  color: var(--heading-text-color);
  font-weight: 100;
  font-size: 13px;
  line-height: 20px;
}
.footer-block .news-letter-block h5 {
  margin: 0 0 14px 0;
}
.footer-block .news-letter-block h5 a {
  font-size: 17px;
}
.footer-block .news-letter-block a {
  color: var(--heading-text-color);
  text-decoration: none;
  font-size: 13px;
}
.footer-block .news-letter-block a:hover {
  color: var(--bs-secondary);
}
.footer-block .news-letter-block .subscribe-form {
  border-radius: 4px;
  margin-bottom: 10px;
}
.footer-block .news-letter-block .subscribe-form input {
  background-color: var(--bs-primary);
}
.footer-block .news-letter-block .subscribe-form input:focus, .footer-block .news-letter-block .subscribe-form input:hover {
  background-color: var(--bs-primary);
}
.footer-block .news-letter-block .subscribe-form button {
  background-color: var(--bs-secondary);
}
.footer-block .news-letter-block .subscribe-form button:hover {
  background-color: var(--bs-primary);
}
.footer-block .news-letter-block .form-item-gdpr {
  color: #fff;
  font-size: 13px;
}
.footer-block .footer-bottom-wrapper {
  background-color: var(--bs-primary);
  margin-top: 30px;
  padding-bottom: 10px;
}
.footer-block .footer-bottom-wrapper .footer-bottom.items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-block .footer-bottom-wrapper .footer-bottom.items .item ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-block .footer-bottom-wrapper .footer-bottom.items .item ul li a {
  font-size: 13px;
  padding-right: 20px;
  margin-right: 20px;
  color: var(--heading-text-color);
  line-height: 45px;
}
.footer-block .footer-bottom-wrapper .footer-bottom.items .item ul li a:hover {
  color: var(--bs-secondary);
}

#block-sbs-footerright h4 {
  opacity: 0;
  display: none;
}
#block-sbs-footerright .bottom-borders {
  opacity: 0;
}

.footer-block .footer-bottom ul li:first-of-type a::before {
  border-right: 0;
}

.footer-block .row .col-md-6:first-of-type {
  margin-bottom: 0px;
}

.front .footer-block {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .home-footer .home-footer-items .home-footer-item .home-footer-item-menus {
    gap: 50px 120px;
  }
  #block-sbs-footerright h4 {
    display: block;
  }
}
@media (min-width: 1210px) {
  .home-footer .home-footer-items .home-footer-item .home-footer-item-menus {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}