.site-bandeau {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #15a8b4;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  height: 60px;
}

.site-bandeau--nav {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
}

.site-bandeau__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

.site-bandeau .swiper-wrapper {
  display: flex;
  align-items: center !important;
}

.site-bandeau .swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  padding: 20px 0 0 0 !important;
}

.site-bandeau__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0.7rem 0.5rem;
  text-align: center;
  line-height: 1.10;
  box-sizing: border-box;
}

.site-bandeau__item > *,
.site-bandeau__item p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit;
}

.site-bandeau a {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.site-bandeau a:hover,
.site-bandeau a:focus {
  color: #1e1f21;
}

.site-bandeau__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 0;
}

.site-bandeau__nav .icon-24 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  margin: 0;
  line-height: 1;
}

.site-bandeau__nav:hover,
.site-bandeau__nav:focus {
  color: #1e1f21;
}

.site-bandeau__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
