@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

body, html {
  height: 100%;
}

body.home section.inscription-infolettre #mc_embed_signup {
  padding: 20px 0;
}
body.home section.inscription-infolettre #mc_embed_signup #mc_embed_signup_scroll {
  text-align: center;
}
body.home section.inscription-infolettre #mc_embed_signup #mce-responses {
  display: block;
  padding: 10px;
}
body.home section.inscription-infolettre #mc_embed_signup .submitbtn {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  margin-bottom: 15px;
}
body.home section.inscription-infolettre #mc_embed_signup .submitbtn .btn {
  height: 46px;
  min-width: 0;
  width: 100%;
}
body.home section.inscription-infolettre #mc_embed_signup .mc-field-group {
  display: inline-block;
  vertical-align: bottom;
  float: none;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
}
body.home section.inscription-infolettre #mc_embed_signup .mc-field-group input,
body.home section.inscription-infolettre #mc_embed_signup .mc-field-group label {
  display: block;
  width: 100%;
}
body.home section.inscription-infolettre #mc_embed_signup .mc-field-group input {
  height: 46px;
  border: 1px solid #000;
}
body.home section.inscription-infolettre #mc_embed_signup .mc-field-group div.mce_inline_error {
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc(100% - 30px);
}

.localization_page {
  display: flex;
  min-height: 100vh;
  flex-flow: column nowrap;
}
.localization_page .map-wrapper {
  display: flex;
  min-height: 100%;
  flex-flow: column;
  align-items: stretch;
}
.localization_page .ui-autocomplete {
  z-index: 9999;
}
.localization_page .map-row {
  display: flex;
  min-height: 100vh;
}
.localization_page .map-container {
  display: flex;
  align-items: stretch;
  flex: 1 0 auto;
}
.localization_page .footer {
  margin-top: auto;
}

input.btn.btn-blue-light {
  background-color: #00abd9;
}
input.btn.btn-blue-light:hover {
  background-color: #085CA1;
}

.tribe-events-page-template .more-link {
  display: none;
}
.tribe-events-page-template .tribe-venue {
  margin-bottom: 0 !important;
  font-weight: bold;
}
.tribe-events-page-template .tribe-sponsors__images {
  margin-top: 2rem;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, 150px);
  align-items: center;
  justify-items: center;
}
.tribe-events-page-template .tribe-sponsors__images img {
  opacity: 0.75;
}
.tribe-events-page-template .tribe-sponsors__images > a img {
  transition: opacity 0.25s ease-in-out;
}
.tribe-events-page-template .tribe-sponsors__images > a img:hover {
  opacity: 1;
}
.tribe-events-page-template .tribe-common h3 {
  text-transform: initial;
}
.tribe-events-page-template .tribe-common p {
  color: #414141;
  font-size: 16px;
}
.tribe-events-page-template .tribe-common-c-btn {
  background-color: #00abd9 !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: #fff !important;
  transition: background-color 0.3s !important;
  line-height: 1.42857 !important;
  padding: 12px 25px !important;
}
.tribe-events-page-template .tribe-common-c-btn:before {
  display: none;
}
.tribe-events-page-template .tribe-common-c-btn:hover {
  background-color: #085CA1 !important;
}
.tribe-events-page-template .tribe-common-c-btn:active {
  background-color: #083A7E !important;
}
.tribe-events-page-template .tribe-common-c-btn:focus {
  background-color: #286090 !important;
}
.tribe-events-page-template .tribe-common-c-btn--small {
  font-size: 12px !important;
  padding: 6px 12px !important;
}
@media screen and (max-width: 768px) {
  .tribe-events-page-template .tribe-events-sub-nav li a {
    background: #00abd9;
  }
  .tribe-events-page-template .tribe-events-sub-nav li a:hover {
    background: #085CA1;
  }
}
.tribe-events-page-template .tribe-events-c-view-selector__list-item-link:after {
  background-color: #00abd9 !important;
}
.tribe-events-page-template .tribe-events-c-ical__link:not(:first-child) {
  margin-top: 10px;
}
.tribe-events-page-template .tribe-events-c-search__input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%2300abd9'/%3E%3C/svg%3E") !important;
}
.tribe-events-page-template .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%2300abd9'/%3E%3C/svg%3E") !important;
}
.tribe-events-page-template .tribe-events-c-messages__message-list-item-link {
  border: none;
  color: #00abd9 !important;
  text-decoration: none;
}
.tribe-events-page-template .tribe-events-c-messages__message-list-item-link:hover, .tribe-events-page-template .tribe-events-c-messages__message-list-item-link:active, .tribe-events-page-template .tribe-events-c-messages__message-list-item-link:focus {
  color: #085CA1 !important;
  border: none;
}
.tribe-events-page-template .tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff;
}
.tribe-events-page-template .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
  color: #00abd9;
}
.tribe-events-page-template .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date a {
  color: #00abd9;
}
.tribe-events-page-template .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date a:hover {
  color: #085CA1;
}
.tribe-events-page-template .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date a:active {
  color: #083A7E;
}
.tribe-events-page-template .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date a:focus {
  color: #00abd9;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--mobile {
  justify-content: center;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--selected {
  background-color: #00abd9;
  color: #fff !important;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #085CA1 !important;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--selected:active {
  background-color: #083A7E !important;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--selected:focus {
  background-color: #00abd9 !important;
}
.tribe-events-page-template .tribe-events-calendar-month__day-cell--selected h3 {
  color: #fff !important;
}
.tribe-events-page-template .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #00abd9;
}
.tribe-events-page-template .tribe-events-calendar-month-mobile-events__more-events-link {
  width: auto !important;
}
.tribe-events-page-template .tribe-events-calendar-day__event-category {
  font-weight: bold;
}
.tribe-events-page-template .tribe-events-calendar-day__event-datetime {
  color: #5d5d5d;
}
.tribe-events-page-template .tribe-events-calendar-day__event-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tribe-events-page-template .tribe-events-calendar-day__event-featured-image-link {
  position: relative;
}
.tribe-events-page-template .tribe-events-calendar-day__event-featured-image-link:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.tribe-events-page-template .tribe-events-calendar-list__event-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tribe-events-page-template .tribe-events-calendar-list__event-featured-image-link {
  position: relative;
}
.tribe-events-page-template .tribe-events-calendar-list__event-featured-image-link:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.tribe-events-page-template .tribe-events .datepicker .day.current,
.tribe-events-page-template .tribe-events .datepicker .month.current,
.tribe-events-page-template .tribe-events .datepicker .year.current {
  background-color: rgba(0, 171, 217, 0.25);
  color: #fff;
}
.tribe-events-page-template .tribe-events .datepicker .day.current:hover, .tribe-events-page-template .tribe-events .datepicker .day.current:focus,
.tribe-events-page-template .tribe-events .datepicker .month.current:hover,
.tribe-events-page-template .tribe-events .datepicker .month.current:focus,
.tribe-events-page-template .tribe-events .datepicker .year.current:hover,
.tribe-events-page-template .tribe-events .datepicker .year.current:focus {
  background-color: rgba(0, 171, 217, 0.25);
}
.tribe-events-page-template .tribe-events .datepicker .day.current.focus,
.tribe-events-page-template .tribe-events .datepicker .month.current.focus,
.tribe-events-page-template .tribe-events .datepicker .year.current.focus {
  background-color: rgba(0, 171, 217, 0.25);
}
.tribe-events-page-template .tribe-events .datepicker .day.active,
.tribe-events-page-template .tribe-events .datepicker .month.active,
.tribe-events-page-template .tribe-events .datepicker .year.active {
  background-color: #00abd9;
}
.tribe-events-page-template .tribe-events .datepicker .day.active:hover, .tribe-events-page-template .tribe-events .datepicker .day.active:focus,
.tribe-events-page-template .tribe-events .datepicker .month.active:hover,
.tribe-events-page-template .tribe-events .datepicker .month.active:focus,
.tribe-events-page-template .tribe-events .datepicker .year.active:hover,
.tribe-events-page-template .tribe-events .datepicker .year.active:focus {
  background-color: #00abd9;
}
.tribe-events-page-template .tribe-events .datepicker .day.active.focus,
.tribe-events-page-template .tribe-events .datepicker .month.active.focus,
.tribe-events-page-template .tribe-events .datepicker .year.active.focus {
  background-color: #00abd9;
}
.tribe-events-page-template .tribe-events-view--week .datepicker .day.current:before {
  background-color: rgba(0, 171, 217, 0.25);
}
.tribe-events-page-template .tribe-events-view--week .datepicker .day.active {
  color: #fff;
}
.tribe-events-page-template .tribe-events-pro-week-grid__multiday-event-bar-title {
  color: #fff;
}
.tribe-events-page-template .tribe-events-pro-week-grid__event-title {
  color: #fff;
}
.tribe-events-page-template .tribe-events-pro-week-grid__event-datetime {
  color: #ddd;
}
.tribe-events-page-template .tribe-events-pro-week-day-selector__events-icon {
  background-color: #00abd9;
}
.tribe-events-page-template .tribe-events-pro-week-day-selector__day--active {
  border-color: #00abd9;
}
.tribe-events-page-template .tribe-events-pro-week-mobile-events__event-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tribe-events-page-template .tribe-events-pro-week-mobile-events__event-featured-image-link {
  position: relative;
}
.tribe-events-page-template .tribe-events-pro-week-mobile-events__event-featured-image-link:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.tribe-events-page-template .tribe-events-single {
  padding: 96px 10% 160px !important;
}
@media screen and (max-width: 1025px) {
  .tribe-events-page-template .tribe-events-single {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .tribe-events-page-template .tribe-events-single {
    padding-top: 64px !important;
    padding-bottom: 80px !important;
  }
}
.tribe-events-page-template .tribe-events-single-event-title {
  font-size: 48px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .tribe-events-page-template .tribe-events-single-event-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .tribe-events-page-template .tribe-events-single-event-title {
    font-size: 30px;
  }
}
.tribe-events-page-template .tribe-events-single-section-title {
  padding-left: 0;
}

#tribe-events-pg-template {
  padding: 0;
  max-width: initial;
}

.single-tribe_events .tribe-events-schedule {
  background: initial;
  border: none;
  padding: 0;
}

.top-header.dark-blue .social-icons li {
  padding: 0 2px;
}
@media (min-width: 1100px) {
  .top-header.dark-blue .social-icons li {
    padding: 0 6px;
  }
}
.share-buttons .social-icons li.linkedin {
  background: #0073b1;
}
.social-icons .fa {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}
.navbar-collapse .social-icons .fa {
  font-size: 3rem;
  line-height: 3rem;
}
.share-buttons .social-icons .fa {
  display: block;
  line-height: 40px;
}
.social-icons .fa:hover {
  text-decoration: none;
  opacity: 0.8;
}

.top-header .navbar-form {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .top-header .navbar-form.navbar-left .btn {
    min-width: 60px;
  }
}
@media (max-width: 768px) {
  .top-header .social-icons {
    text-align: center;
    margin-top: 10px;
  }
  .top-header .social-icons .fa {
    line-height: 3rem;
    font-size: 3rem;
  }
}

.masterHead img {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .masterHead img {
    height: 300px;
  }
}

.localize-header {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.6rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 72px;
  background-color: rgba(8, 58, 126, 0.9);
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 8px 4px rgba(0, 171, 217, 0.08);
}
@media screen and (max-width: 1365px) {
  .localize-header {
    flex-flow: column nowrap;
    height: auto;
  }
}
.localize-header .map-switch {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1rem 0 0 1rem;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: #fff;
}
.localize-header .map-switch a {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  height: 56px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
}
.localize-header .map-switch a.active {
  background-color: #0a4994;
  color: #fff;
}
.localize-header .map-filters {
  position: relative;
  flex: 1;
  margin-right: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: transparent;
}
@media screen and (max-width: 1365px) {
  .localize-header .map-filters {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
  }
}
.localize-header .map-filters-tabs {
  display: flex;
  align-items: center;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1365px) {
  .localize-header .map-filters-tabs {
    margin-bottom: 1.6rem;
    margin-left: 0;
  }
}
.localize-header .map-filters-tabs a {
  display: inline-block;
  padding: 1rem 1.6rem;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background-color: rgba(8, 58, 126, 0.75);
  text-decoration: none;
}
.localize-header .map-filters-tabs a.active {
  background-color: #fff;
  color: #0a4994;
}
.localize-header .map-filters-group {
  display: none;
}
@media screen and (max-width: 1365px) {
  .localize-header .map-filters-group {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.localize-header .map-filters-group.active {
  display: flex;
  align-items: center;
}
.localize-header .map-filters-text {
  display: inline-block;
  padding: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.localize-header .map-filters input, .localize-header .map-filters select {
  display: inline-flex;
  padding: 1.25rem 2rem;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  line-height: 1;
  background-color: #083A7E;
  transition: all 0.3s;
  color: #fff;
  height: 40px;
  margin-right: 1rem;
}
.localize-header .map-filters input::-webkit-input-placeholder, .localize-header .map-filters select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.localize-header .map-filters input:-ms-input-placeholder, .localize-header .map-filters select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.localize-header .map-filters input::placeholder, .localize-header .map-filters select::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.localize-header .map-filters input:-ms-input-placeholder, .localize-header .map-filters select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.localize-header .map-filters input::-ms-input-placeholder, .localize-header .map-filters select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.localize-header .map-filters input:focus, .localize-header .map-filters select:focus {
  border-color: #00abd9;
  box-shadow: 0 0 8px 4px rgba(0, 171, 217, 0.1);
  background-color: #083A7E;
  margin-right: 0;
}
.localize-header .map-filters input:last-child, .localize-header .map-filters select:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1365px) {
  .localize-header .map-filters input, .localize-header .map-filters select {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.localize-header .map-filters select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDI1NiAxNTguMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDE1OC4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjI1LjgsMCAxMjgsOTcuOCAzMC4yLDAgMCwzMC4yIDEyOCwxNTguMiAyNTYsMzAuMiAiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 12px) 18px;
  background-clip: border-box;
  padding-right: 36px !important;
  border-left: 1px solid rgba(8, 58, 126, 0.33);
}
.localize-header .map-filters input[name=location], .localize-header .map-filters input[name=name] {
  min-width: 180px;
}
.localize-header .map-filters-button, .localize-header .map-filters-reset {
  display: inline-block;
  padding: 1rem 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  font-size: 1.4rem;
  height: 40px;
  border: none;
  border-radius: 4px;
}
.localize-header .map-filters-button {
  background-color: #00abd9;
  color: #fff;
}
.localize-header .map-filters-reset {
  padding: 1rem;
  color: #fff;
}
.localize-header .social-icons {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.localize-header .social-icons li + li {
  margin-left: 1rem;
}
@media screen and (max-width: 1520px) {
  .localize-header .social-icons {
    display: none;
  }
}

.nos-partenaires {
  padding: 0 20px;
}
.nos-partenaires .partnerlist {
  height: 100px;
  overflow: hidden;
}
.nos-partenaires .partnerlist .swiper-slide img {
  height: 80px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.nos-partenaires .partnerlist .swiper-slide img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.nos-partenaires .partnerlist .wb-button-prev, .nos-partenaires .partnerlist .wb-button-next {
  position: absolute;
  top: 8%;
  color: #00abd9;
  font-size: 50px;
  cursor: pointer;
}
.nos-partenaires .partnerlist .wb-button-prev {
  left: 0;
}
.nos-partenaires .partnerlist .wb-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .nos-partenaires .partnerlist .wb-button-prev, .nos-partenaires .partnerlist .wb-button-next {
    font-size: 40px;
    top: 10%;
  }
}
/*# sourceMappingURL=style.css.map */
