:root {
    --bm-primary: var(--e-a-color-primary);
    --bm-secondary: var(--bm-bg-primary);
    --bm-bg-primary: var(--e-a-bg-primary);
    --bm-bg-secondary: var(--bm-bg-secondary);
    --bm-border-color: var(--bm-border);
}

/* ------------ */
/* search form  */
/* ------------ */
header#site-header {
  position: relative;
}
#site-header-main {
  position: initial !important;
}
#bm-search-form {
  padding: 20px 15px;
  margin: auto; 
  background-color: var(--bm-bg-primary);
}
#bm-search-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
}
#bm-search-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: var(--bm-bg-primary);
  z-index: -1;
}

#bm-search-form .form-search-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
#bm-search-form .form-search-group {
  flex: 0 0 33.3333%;
  padding: 0 15px;
  display: inline-block;
  align-items: center;
  margin-bottom: 20px;
}
#bm-search-form .form-search-group label {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  color: var(--bm-primary);
}

#bm-search-form .form-search-group select, #search-results-sort-select, .filters-sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
/* code spécifique mozilla firefox */
@supports (-moz-appearance: none) {
  #bm-search-form .form-search-group select, #search-results-sort-select {
    background: url(../images/fleche.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  #bm-search-form .form-search-group select:open, #search-results-sort-select:open {
    background: url(../images/fleche-up.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select, #search-results-sort-select {
    background: url(../images/fleche.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select:open, #search-results-sort-select:open {
    background: url(../images/fleche-up.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
}
@supports (-webkit-hyphens: none) {
  #bm-search-form .form-search-group select {
    background: url(../images/fleche.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  #bm-search-form .form-search-group select:open {
    background: url(../images/fleche-up.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select, #search-results-sort-select {
    background: url(../images/fleche.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select:open, #search-results-sort-select:open {
    background: url(../images/fleche-up.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
}
@supports (-webkit-touch-callout: none) {
  #bm-search-form .form-search-group select, #search-results-sort-select {
    background: url(../images/fleche.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  #bm-search-form .form-search-group select:open, #search-results-sort-select:open {
    background: url(../images/fleche-up.svg) right 75px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select, #search-results-sort-select {
    background: url(../images/fleche.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
  .filters-sidebar select:open, #search-results-sort-select:open {
    background: url(../images/fleche-up.svg) right 25px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
  }
}
#bm-search-form .form-search-group select,
#bm-search-form .form-search-group ::picker(select),
.filters-sidebar select,
.filters-sidebar ::picker(select), #search-results-sort-select {
  appearance: base-select;
  cursor: pointer;
}
#bm-search-form ::picker(select),
.filters-sidebar ::picker(select), #search-results-sort-select {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 50vh;
  border: 2px solid var(--bm-bg-primary);
  padding: 10px 0;
}

#bm-search-form select::picker-icon,
.filters-sidebar select::picker-icon, #search-results-sort-select::picker-icon {
  background: url("../images/fleche.svg");
  width: 14px !important;
  height: 7px !important;
  min-width: 14px;
  content: '';
  transition: 0.4s rotate;
}

#bm-search-form select::picker-icon {
  margin-right: 50px;
}

#bm-search-form select:open::picker-icon,
.filters-sidebar select:open::picker-icon, #search-results-sort-select:open::picker-icon {
  rotate: 180deg;
}
#bm-search-form .form-search-group input:not(#with_skipper),
#bm-search-form .form-search-group select,
.filters-sidebar select,
.filters-sidebar input[type="date"],
.bm-switch-label, #search-results-sort-select {
  width: 100%;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px;
  font-size: 18px !important;
  height: 60px;
  padding: 10px 30px;
  font-weight: 400;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  line-height: 1;
}
#search-results-sort-select {
  min-width: 200px;
  max-height: 50px;
}
#bm-search-form .form-search-group {
  position: relative;
}
.filters-sidebar .form-search-group--date {
  position: relative;
}
#bm-search-form .form-search-group:after, .filters-sidebar .form-search-group--date:after {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: url("../images/destination.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.filters-sidebar .form-search-group--date:after {
  right: 30px;
  background-image: url('../images/calendrier.svg') !important;
  background-color: #ffffff !important;
}
#bm-search-form .form-search-group--type:after {
  background: url("../images/type-bateau.svg") no-repeat center;
}
#bm-search-form .form-search-group--date:after, .filters-sidebar .form-search-group--date:after {
  background: url("../images/calendrier.svg") no-repeat center;
}
#bm-search-form .form-search-group--days:after {
  background: url("../images/duree.svg") no-repeat center;
}
#bm-search-form .form-search-group--skipper:after {
  display: none;
}

/* selecteur nombre de cabines  */
.form-search-group.form-search-group--cabines label {
  display: flex !important;
  width: 100%;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px;
  font-size: 18px !important;
  height: 60px;
  padding: 10px 30px;
  font-weight: 400;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  line-height: 1;
}
.form-search-group.form-search-group--cabines #nb_cabins_slider.noUi-target {
  width: 70%;
  margin: auto;
  margin-left: 0;
  border: none !important;
  box-shadow: none !important;
  background: #ffffff;
}
.form-search-group.form-search-group--cabines #nb_cabins_slider .noUi-tooltip {
  bottom: 90%;
  font-weight: 400;
  font-size: 15px;
}
.form-search-group.form-search-group--cabines #nb_cabins_slider .noUi-connects {
  background-color: #ddd;
}


#bm-search-form .form-search-group select option,
.filters-sidebar select option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  background: #ffffff;
  padding: 15px 30px !important;
  font-size: 18px !important;
}
#bm-search-form .form-search-group select option:not([disabled]):hover,
.filters-sidebar select option:not([disabled]):hover {
  color: var(--bm-primary);
  cursor: pointer;
  background: var(--bm-bg-primary);
}
option::checkmark {
  display: none;
}

#bm-search-form .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#bm-search-form button[type="submit"] {
  width: 50%;
  margin: auto;
  background-color: var(--bm-primary);
  border: none;
  color: var(--bm-bg-primary);
  padding: 6px 12px;
  border-radius: 30px;
  cursor: pointer;
  max-width: 430px;
  height: 60px;
  font-weight: 500;
  font-size: 20px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bm-search-form button[type="submit"]:before {
  content: '';
  background: url('/wp-content/plugins/dmu-booking-manager/assets/images/loupe.svg') no-repeat center;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 11px;
}
#bm-search-form button[type="submit"]:hover {
  background: var(--bm-secondary);
}

#bm-search-form #bm-search-message {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
}

#bm-search-form input[type="number"] {
  background:
    url("../images/fleche-up.svg")
      right 135px top 35% / 14px 7px no-repeat,
    url("../images/fleche.svg")
      right 135px top 65% / 14px 7px no-repeat,
    #ffffff 100% no-repeat !important;
}
#bm-search-form input[type="number"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
}

#bm-search-form input[type="number"]::-webkit-outer-spin-button,
#bm-search-form input[type="number"]::-webkit-inner-spin-button {
  opacity: 0;             
  position: absolute;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 50%;
  margin: 0;
}

/* Firefox */
@supports (-moz-appearance: none) {
    #bm-search-form .form-search-group--cabines:after, #bm-search-form .form-search-group--days_number:after {
      right: 75px !important;
    }
    #bm-search-form input[type="number"], #bm-search-form .form-search-group--days_number input[type="number"]#days {
      background: #ffffff !important;
    }
    
}

/* ajout unité "jours" pour le selecteur de jour */
#bm-search-form .days_number {
  display: inline-block;
  position: relative;
  width: 100%;
}
#bm-search-form .form-search-group--days_number::after {
  position: absolute;
  content: 'jours';
  color: inherit;
  top: 50%;
  transform: translateY(-50%);  
  right: 30px;
  width: 70px;
  transition: all .05s ease-in-out;
  background: url("../images/duree.svg") no-repeat right;
  background-size: contain;
  color: var(--bm-primary);
  font-weight: bold;
  font-size: 14px;
}

#bm-search-form input[type="number"]#days::-webkit-outer-spin-button,
#bm-search-form input[type="number"]#days::-webkit-inner-spin-button {
  right: 115px;
}

#bm-search-form input[type="number"]#days {
  background:
    url("../images/fleche-up.svg")
      right 115px top 35% / 14px 7px no-repeat,
    url("../images/fleche.svg")
      right 115px top 65% / 14px 7px no-repeat,
    #ffffff 100% no-repeat !important;
}

#bm-search-form .form-search-group--cabines:after {
  position: absolute;
  content: 'cabines';
  color: inherit;
  top: 50%;
  transform: translateY(-50%);  
  right: 30px;
  width: 90px;
  transition: all .05s ease-in-out;
  background: url("../images/nb-cabines.svg") no-repeat right;
  background-size: contain;
  color: var(--bm-primary);
    font-weight: bold;
    font-size: 14px;
}

/* switch équipage  */
.bm-switch {
  position: relative;
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
}
.bm-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bm-switch-with,.bm-switch-without {
  font-size: 18px;
  line-height: 1;
  max-width: calc(100% - 65px);
  font-weight: 400;
}

.bm-switch .bm-switch-with,
.bm-switch .bm-switch-without {
  display: none;
}
.bm-switch input:checked ~ .bm-switch-with {
  display: inline;
}
.bm-switch input:not(:checked) ~ .bm-switch-without {
  display: inline;
}
.bm-switch-label {
  display: flex !important;
  padding-right: 20px !important;
}
.bm-switch .slider {
  position: absolute;
  cursor: pointer;
  background-color: var(--bm-bg-primary);
  border-radius: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .4s;
  width: 55px;
}
.bm-switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: .4s;
}
.bm-switch input:checked + .slider {
  background-color: var(--bm-primary);
}
.bm-switch input:checked + .slider::before {
  transform: translateX(30px);
}

#bm-search-form input.btn-remove[type="submit"]:disabled{
    background-color: #ccc;
    cursor: not-allowed;
}
@media (max-width: 991px) {
  #bm-search-form .form-search-group input:not(#with_skipper),
  #bm-search-form .form-search-group select,
  .filters-sidebar select,
  .filters-sidebar input[type="date"],
  .bm-switch-label, #search-results-sort-select {
    font-size: 16px !important;
    padding: 10px 20px;
  }
  
  .bm-switch-with,.bm-switch-without {
    font-size: 16px !important;
  }
  .bm-switch-label {
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  #bm-search-form .form-search-group input:not(#with_skipper),
  #bm-search-form .form-search-group select,
  .filters-sidebar select,
  .filters-sidebar input[type="date"],
  .bm-switch-label, #search-results-sort-select {
    height: 45px;
    padding: 10px 15px;
  }
  #bm-search-form .form-search-group:after {
    right: 20px;
  }
  #bm-search-form .form-search-group.form-search-group--date:after, #bm-search-form .form-search-group.form-search-group--type:after {
    right: 30px;
  }
  .filters-sidebar .form-search-group--date:after {
    right:18px;
  }
  .bm-switch .slider { 
    width: 40px;
  }
  .bm-switch input:checked + .slider::before {
    transform: translateX(15px);
  }
  #bm-search-form .form-search-group{
    flex: 0 0 50%;
    max-width: 50%;
  }
  #bm-search-form button[type="submit"] {
    height: 45px;
    font-size: 18px !important;
    max-width: 100%;
    width: fit-content;
    padding-right: 30px;
    padding-left: 30px;
  }
  #bm-search-form button[type="submit"]:before {
    width: 15px;
    height: 15px;
  }
  #bm-search-form select::picker-icon {
    margin-right: 35px;
  }
  @supports (-moz-appearance: none) {
    #bm-search-form .form-search-group select, #search-results-sort-select {
      background: url(../images/fleche.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
    #bm-search-form .form-search-group select:open, #search-results-sort-select:open {
      background: url(../images/fleche-up.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
    #bm-search-form .form-search-group--cabines:after, #bm-search-form .form-search-group--days_number:after {
      right: 50px !important;
    }
  }
  @supports (-webkit-hyphens: none) {
    #bm-search-form .form-search-group select, #search-results-sort-select {
      background: url(../images/fleche.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
    #bm-search-form .form-search-group select:open, #search-results-sort-select:open {
      background: url(../images/fleche-up.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
  }
  @supports (-webkit-touch-callout: none) {
    #bm-search-form .form-search-group select, #search-results-sort-select {
      background: url(../images/fleche.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
    #bm-search-form .form-search-group select:open, #search-results-sort-select:open {
      background: url(../images/fleche-up.svg) right 50px top 50% / 14px 7px no-repeat, #ffffff 100% no-repeat !important;
    }
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  #bm-search-form .form-search-group:nth-child(odd) {
    padding-right: 5px;
  }
  #bm-search-form .form-search-group:nth-child(even) {
    padding-left: 5px;
  }
}

@media (max-width: 576px) {
  #bm-search-form .form-search-group{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #bm-search-form .form-search-group:after {
    right: 30px !important;
  }
   @supports (-moz-appearance: none) {
    #bm-search-form .form-search-group--cabines::after, #bm-search-form .form-search-group--days_number::after {
      right: 60px !important;
    }
  }
}

/* -------- */
/* spinner  */
/* -------- */
.loader {
  width: 40px;
  height: 40px;
  border: 4px solid var(--bm-bg-primary);
  border-top: 4px solid var(--bm-primary); /* eaad8d 224d60 */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 10px auto; 
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* --------------------------- */
/* page résultat de recherche  */
/* --------------------------- */
.bm-results-container {
    display: flex;
    flex-direction: row;
}

.bm-results-count {
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--bm-bg-primary);
    padding: 0 15px; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }


/* -------------- */
/* search result  */
/* -------------- */
.boat-card {
    display: flex;
    background: var(--bm-bg-primary);
    margin-bottom: 10px;
    line-height: 1.2;
}
.boat-card-left {
    position: relative;
    flex: 0 0 40%;
}
.boat-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--bm-primary);
    color: var(--bm-bg-primary);
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.boat-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.boat-card-right {
    flex: 2;
    padding: 30px;
}
.boat-location {
    font-size: 18px;
    background: #ffffff;
    border-radius: 15px;
    min-height: 30px;
    padding: 5px 20px;
    line-height: 1 !important;
    width: fit-content;
}
.boat-info {
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 25px 30px 15px;
    line-height: 1;
}
.boat-info-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.boat-info-line img {
  margin-right: 12px;
}
.boat-dates {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.boat-dates img {
  margin-right: 10px;
}
.boat-bottom {
  flex-wrap: nowrap !important;
}
.boat-price {
    flex: 0 0 fit-content !important;
    max-width: max-content !important;
    line-height: 1;
    text-align: left;
    padding-right: 0 !important;
}
.boat-price-old {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.boat-price-current {
  font-size: 35px;
    font-weight: bold;
    color: var(--bm-primary);
    white-space: nowrap;
}
.boat-actions {
    display: flex;
    flex-shrink: 1 !important;
}
.btn-view {
    background: transparent;
    padding: 6px 12px !important;
    border-radius: 20px;
    flex-grow: 2;
    text-decoration: none;
    color: var(--bm-secondary) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    margin-right: 5px;
}
.btn-view:hover {
  background: var(--bm-primary);
  color: #ffffff !important;
}

.boat-bottom .update-wishlist {
  width: fit-content;
}
.update-wishlist {
  line-height: 1;
  background: var(--bm-primary);
  border: none;
  color: var(--bm-bg-primary);
  padding: 3px 17px 3px 3px;
  cursor: pointer;
  border-radius: 30px;    
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.update-wishlist span {
  margin: auto;
}

.update-wishlist i {
  background-color: #ffffff;
  color: var(--bm-primary);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  font-size: 20px;
}
.update-wishlist:hover i {
  rotate: 360deg;
}


@media (max-width: 1400px) {
  .boat-bottom {
    flex-wrap: wrap !important;
  }
    .boat-price {
      margin-bottom: 20px;
    }
}
@media (max-width: 1200px) {
  .boat-card-right {
    padding: 20px 15px;
  }
  .boat-info {
    padding: 15px 15px 5px;
  }
  .boat-dates{
    font-size: 16px;
  }
  .boat-info {
    font-size: 15px;
  }
  .boat-price-current {
    font-size: 25px;
    margin-right: 10px;
  }
  .boat-price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .btn-view, .boat-card .update-wishlist{
    font-size: 16px !important;
    height: 46px !important;
  }
  .boat-card .update-wishlist i {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .boat-discount {
    height: 46px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .bm-results-container {
    flex-direction: column;
  }
  .filters-sidebar, .search-results {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
  .filters-sidebar {
    background: var(--bm-bg-primary);
    padding: 20px !important;
    margin-bottom: 20px;
    position: relative;
    min-width: unset !important;
  }
  .filters-sidebar form {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .filter-section-toggler img {
    transition: 0.4s rotate;
  }
  .filter-section-content {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    background: var(--bm-bg-primary);
    padding: 10px 10px 20px;
    top: 100%;
  }
  .filter-section, .search-section {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 0 !important;
  }
  .sidebar-title{
    border-bottom: none !important;
    border: 1px solid var(--bm-border-color) !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 18px !important;
  }
  .sidebar-title.opened {
    background: var(--bm-secondary);
    color: #ffffff !important;
  }
  .sidebar-title.opened .filter-section-toggler img {
    rotate: 180deg;
  }
}
@media (max-width: 768px) {
  .filters-sidebar form{
    flex-wrap: wrap;
  }
  .filter-section, .search-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .filter-section {
    margin-bottom: 10px !important;
  }
  .filter-block{
    margin-bottom: 0;
    padding-top: 0 !important;
  }
  .filter-block .filter-label {
      font-size: 17px !important;
      padding-bottom: 10px;
      margin-bottom: 10px
  }
  .bm-results-count {
    padding: 10px 15px;

  }
}
@media (max-width: 576px) {
  .boat-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .boat-card-left, .boat-card-right {
    width: 100%;
  }
  .boat-image {
    height: 250px !important;
  }
}



/* ----------- */
/* pagination  */
/* ----------- */

.bm-results-container +.pagination {
  align-items: center;
  justify-content: flex-end;
  padding: 50px 0;
}
.bm-results-container +.pagination a, .bm-results-container +.pagination span {
    text-decoration: none;
    margin: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--bm-primary);
  background: var(--bm-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm-results-container +.pagination span.current, .bm-results-container +.pagination a:hover {
  background: var(--bm-primary);
  color: #ffffff;
}

/* -------------- */
/* search filter  */
/* -------------- */

.filters-sidebar {
    padding: 0;
    min-width: 340px;
    max-width: 340px;
    padding-right: 30px;
}
.sidebar-title {
    padding-bottom: 6px;
    border-bottom: 2px solid #ddd;
}

.filter-section,
.search-section {
    margin-bottom: 30px;
}

.filter-block {
    margin-bottom: 10px;
    background: var(--bm-bg-primary);
    padding: 30px;
}
.filter-label {
    display: block;
    font-weight: bold;
    color: var(--bm-secondary);
    font-size: 22px !important;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid var(--bm-border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.filter-radio {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.filter-block label {
  position: relative;
}
.filter-block input[type="radio"] +.custom-checkbox {
  outline: 1px solid var(--bm-border-color);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #ffffff;
  position: absolute;
  left: 0;
  top: 8px;
}
.filter-block input[type="radio"]:checked +.custom-checkbox {
  background: var(--bm-primary);
}
.filter-radio
.filter-radio input {
    margin-right: 8px;
}
select,
input[type="date"], #search-results-sort-select {
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: none;
    background: #fff;
    box-shadow: inset 0 0 0 1px #ddd;
    font-size: 14px;
}

.noUi-horizontal{
margin-top: 50px;
  border: none;
  border-radius: 0;
  height: 8px;
  background: #ffffff;
  margin-right: 25px;
  margin-left: 15px;
}
.noUi-horizontal .noUi-base {
  height: 4px;
  background: #ffffff;
  top: 3px;
}
.noUi-handle {
  height: 24px !important;
  width: 24px !important;
  top: -8px !important;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: var(--bm-primary);
  box-shadow: none;
}
.noUi-connect{
  background: var(--bm-primary);
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-tooltip {
  border: none;
  background: none;
  font-size: 18px;
}
.filter-search-button {
    width: 100% !important;
    margin-top: 20px;
}

#main .filters-sidebar button.filter-search-button.btn.btn-remove[type="submit"] {
  background-color: var(--bm-primary) !important;
  border: none;
  color: var(--bm-bg-primary) !important;
}
#main .filters-sidebar button.filter-search-button.btn.btn-remove[type="submit"]:hover {
  background: var(--bm-secondary) !important;
}

@media (max-width: 1200px) {
  .filter-block {
    padding: 15px;
  }
  .filter-label{
    font-size: 20px !important;
  }
  .noUi-tooltip {
    font-size: 15px;
  }
}

/* -------------------------------------------- */
/* modale confirmation ajout à la liste d'envie */
/* -------------------------------------------- */

#bm-wishlist-confirm-modal{
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:rgba(0,0,0,0.5); 
  z-index:9999;
}

#bm-wishlist-confirm-modal .bm-wishlist-modal-content{
  background:#fff; 
  padding:50px; 
  max-width:500px; 
  margin:100px auto; 
  text-align:center;
}
#bm-wishlist-confirm-modal .btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
  flex: auto;
}
#bm-wishlist-confirm-modal .bm-wishlist-modal-content .btn-remove{
  margin-right: 10px;
  background-color: var(--bm-primary);
  color: var(--bm-bg-primary);
  border-radius: 28px;
  font-weight: bold;
}
#bm-wishlist-confirm-modal .bm-wishlist-modal-content .btn-remove:hover{
  background-color: var(--bm-secondary) !important;
  border-color: var(--bm-secondary) !important;
}

/* ---------------------- */
/* bouton wishlist header */
/* ---------------------- */


#wishlist.btn {
    border: none !important;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    height: fit-content !important;
    white-space: nowrap;
    min-height: 50px !important;
    line-height: 1;
    transition: none !important;
}
#wishlist.btn svg {
  height: 26px;
  width: 26px;
  fill: #ffffff;
  margin-bottom: 8px;
}

#wishlist.btn:hover svg {
  fill: var(--bm-secondary);
}
#wishlist.btn:hover {
  color: var(--bm-secondary) !important;
}

#wishlist.btn .wishlist-count {
  background: var(--bm-secondary);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: calc(50% + 13px);
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  #wishlist.btn {
    font-size: 0 !important;
  }
  #wishlist.btn .wishlist-count {
    top: 5px;
  }
  #wishlist.btn svg {
    margin-bottom: 0;
  }
}

/* ------------------- */
/* page liste d'envies */
/* ------------------- */

.wishlist-container{
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: flex;
  margin-bottom: 120px;
  align-items: flex-start;
}

#bm-wishlist{
  width: 460px;
  min-width: 460px;
  max-width: 60%;
  padding-right: 30px;
}

#bm-wishlist .bm-wishlist-add-boat{
  border-top: 1px solid var(--bm-secondary);
  /* padding-top: 1rem; */
}
#bm-wishlist .bm-wishlist-add-boat p {
  font-size: 15px !important;
  padding: 1rem;
  margin: auto;
}
#bm-wishlist a.bm-wishlist-add-boat {
  /* width: 50%; */
  width: fit-content;
  margin: auto;
  /* background-color: var(--bm-primary); */
  background-color: transparent;
  border: 1px solid var(--bm-secondary);
  color: var(--bm-secondary);
  padding: 14px 36px;
  border-radius: 30px;
  cursor: pointer;
  /* max-width: 430px; */
  /* height: 60px; */
  font-weight: 500;
  font-size: 15px !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bm-wishlist a.bm-wishlist-add-boat i{
  margin-right: 5px;
  font-size: 6px;
}

#bm-wishlist a.bm-wishlist-add-boat:hover {
  background: var(--bm-primary);
  color: var(--bm-bg-primary);
  border-color: var(--bm-primary);
}

.bm-wishlist-results {
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
  background: var(--bm-bg-primary);
}
.bm-wishlist-cards, #bm-wishlist-form {
  margin-top: 50px;
}
.bm-wishlist-card {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bm-border-color);
  align-items: center;
}
.bm-wishlist-card:last-of-type {
  border-bottom: none;
}
.bm-wishlist-card-content{
  flex-grow: 2;
  padding-left: 20px;
}
.bm-wishlist-card-image {
  width: 95px;
  max-width: 50%;
  min-width: 95px;
}
.bm-wishlist-card-img {
  aspect-ratio: 1;
  object-fit: cover;
}
.bm-wishlist-card-dates {
  font-size: 15px !important;
  margin-bottom: 5px;
}
.bm-wishlist-card-price {
  font-size: 20px;
  font-weight: bold;
  color: var(--bm-primary) !important;
  margin-right: 10px;
}

#bm-wishlist-form{
  width: 100%;
}

#bm-re-search-proposal {
  width: auto;
  margin: 0 auto 2rem;
}
.no_result h2{
  font-family: "Lato", sans-serif;
  color: var(--bm-primary);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bm-wishlist-form {
  padding: 50px 50px 60px;
  background: var(--bm-bg-primary);
}
.bm-wishlist-form-input.form-control {
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  height: 60px;
  padding: 20px 30px;
  font-size: 18px;
  width: 100%;
}
.bm-wishlist-form-input--textarea.form-control {
  height: 150px;
}
.bm-wishlist-rgpd {
  font-size: 16px;
  margin: 5px 0 20px;
}
.bm-wishlist-required {
  font-size: 14px;
  font-style: italic;
  font-family: 'Arial', sans-serif;
}
#bm-send-wishlist{
  background: var(--bm-primary) !important;
  color: #ffffff !important;
}
#bm-send-wishlist:hover {
  background: var(--bm-secondary) !important;
}
.bm-wishlist-add-boat {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

#bm-wishlist .update-wishlist i {
  height: 24px;
  width: 24px;
  margin-right: 7px;
  font-size: 10px;
}
#bm-wishlist .update-wishlist {
  padding: 3px 12px 3px 3px;
  font-size: 15px;
}

@media (max-width: 991px) {
  .wishlist-container{
    flex-direction: column;
  }
  #bm-wishlist {
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
    min-width: unset;
  }
  .bm-wishlist-form, #bm-wishlist {
    width: 100%;
  }
}

@media (min-width: 577px) {
  #bm-wishlist-form{
    width: 100%;
    column-count: 2;
    column-gap: 30px;
  }
  .bm-wishlist-form-input--textarea, .bm-wishlist-rgpd, .bm-wishlist-required, #bm-send-wishlist {
    column-span: all;
  }
}
@media (max-width: 576px) {
  .bm-wishlist-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .bm-wishlist-card-content{
    padding-left: 0;
  }
  .bm-wishlist-card-img {margin-bottom: 15px;}
  .bm-wishlist-results, .bm-wishlist-form {
    padding: 30px 15px;
  }
  .bm-wishlist-card-image{
    width: 100%;
    max-width: 100%;
  }
  .bm-wishlist-cards, #bm-wishlist-form {
    margin-top: 30px;
  }
  .bm-wishlist-form-input.form-control {
    height: 45px;
    font-size: 16px;
    padding: 5px 20px;
  }
  .bm-wishlist-form-input--textarea.form-control {
    height: 100px;
  }
  .bm-wishlist-required{
    font-size: 12px;
  }
  .bm-wishlist-rgpd {
    font-size: 14px;
  }
}

/* ------------------ */
/* page detail bateau */
/* ------------------ */
.bm-yatch-detail-return {
  padding: 15px 0;
}

.bm-yatch-detail-title {
  text-align: center;
  padding-top: 15px;
}
#bm-yatch-detail {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
}

.bm-yatch-detail-left {
  flex: 0 0 60%;
  max-width: 60%;
}

.bm-yatch-detail-right {
  background: var(--bm-bg-primary);
  padding: 50px 50px 60px;
  flex: 0 0 40%;
  max-width: 40%;
}

.bm-yatch-detail-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.bm-yatch-detail-date {
  font-weight: 500;
}
.bm-yatch-detail-date, .bm-yatch-detail-duree {
  background: #ffffff;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.bm-yatch-detail-duree > div{
  width: 100%;
  height: 100%;
}

/* ajout unité "jours" pour le selecteur de jour */
#bm-yatch-detail .bm-yatch-detail-duree {
  width: 100%;
  position: relative;

}
#bm-yatch-detail .bm-yatch-detail-duree::after {
  position: absolute;
  content: 'jours';
  color: inherit;
  top: 50%;
  right: 60px;
  transform: translate(-50%,-50%);  
  width: fit-content;
  transition: all .05s ease-in-out;
  color: var(--bm-primary);
  font-weight: bold;
  font-size: 14px;
}
.bm-yatch-detail-total, .bm-yatch-detail-price, .bm-yatch-detail-reduction, .bm-yatch-detail-periode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bm-yatch-detail input#date_from_detail {
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
  font-size: 18px;
}

/* date picker page détail bateau  */
#bm-yatch-detail .bm-yatch-detail-date {
  position: relative;
}
#bm-yatch-detail .flatpickr-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-color: transparent;
  background-color: transparent;
}
#bm-yatch-detail .flatpickr-input:after{
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-size: contain;
  width: 24px;
  height: 24px;
  pointer-events: none;
  cursor: pointer;
  border: none !important;
  outline: none;
  border-color: transparent !important;
  background-color: transparent;
}
#bm-yatch-detail .flatpickr-input:hover {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#bm-yatch-detail .flatpickr-input:focus,
#bm-yatch-detail .flatpickr-input:focus-visible {
  border: none;
  outline: none;
  background-color: transparent;
}
/* Cacher l'icone du datepicker Chrome, Safari, Edge */
#bm-yatch-detail input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
/* Firefox */
#bm-yatch-detail input[type="date"] {
  -moz-appearance: textfield;
}
#bm-yatch-detail input#date_from_detail:hover {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#bm-yatch-detail input#date_from_detail:focus,
#bm-yatch-detail input#date_from_detail:focus-visible {
  border: none;
  outline: none;
  background-color: transparent;
}
#bm-yatch-detail input#days_detail {
  border: none;
  background-color: transparent;
  font-size: 18px;
  width: 100%;
  height: 100%;
}

#bm-yatch-detail input#days_detail:hover {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#bm-yatch-detail input#days_detail:focus,
#bm-yatch-detail input#days_detail:focus-visible {
  font-weight: 500;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: transparent;
}

.bm-yatch-detail-price {
  margin-top: 30px;
}
.bm-yatch-detail-price strong, .bm-yatch-detail-reduction strong{
  font-weight: 500;
}
.bm-yatch-detail-reduction strong{
  color: #50a757;
}
.bm-yatch-detail-periode {
  padding: 10px 0;
  border-bottom: 1px solid var(--bm-border-color);
  margin-bottom: 10px;
}
.bm-yatch-detail-periode strong {
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  padding-left: 15px;
}
.bm-yatch-detail-total {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 30px;    
  line-height: 1;
  align-items: baseline;
}
.bm-yatch-detail-total strong {
  color: var(--bm-primary);
  font-size: 40px;
  font-weight: bold;
}
.bm-yatch-detail-actions .update-wishlist {
  width: 100%;
}
.bm-yatch-detail-caracts {
  margin-top: 100px;
  margin-bottom: 60px;
}
.bm-yatch-detail-desc {
  font-size: 18px;
  margin-bottom: 50px;
}
.bm-yatch-detail-caracteristics, .bm-yatch-detail-equipment-items {
  display: block;
  column-count: 3;
  column-gap: 85px;
}
.bm-yatch-detail-caract {
  padding: 10px 0;
  border-bottom: 1px solid var(--bm-border-color);
}
.bm-yatch-detail-label::first-letter {
  text-transform: uppercase;
}
.bm-yatch-detail-value, .bm-yatch-detail-label {
  line-height: 1;
}
.bm-yatch-detail-value {
  font-weight: 600;
  padding-left: 15px;
  text-align: right;
}
.bm-yatch-detail-equipment {
  margin-bottom: 30px;
}

.bm-yatch-detail-equipment details summary {
  position: relative;
  list-style: none; 
  border-top: var(--bm-border-color) 1px solid;
  border-bottom: var(--bm-border-color) 1px solid;
  padding: 15px 30px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.bm-yatch-detail-equipment details summary::after {
  content: '';
  background: url('/wp-content/plugins/dmu-booking-manager/assets/images/fleche.svg');
  width: 14px;
  height: 7px;
  display: inline-block;
  transition: 0.4s;
}

.bm-yatch-detail-equipment details[open] summary::after {
    transform: rotate(180deg);
}
@media (max-width: 991px) {
  .bm-yatch-detail-caracteristics, .bm-yatch-detail-equipment-items {
    column-count: 2;
  }
  .bm-yatch-detail-right{
    padding: 30px;
    font-size: 16px;
  }
  .bm-yatch-detail-periode strong {
    font-size: 16px;
  }
  .bm-yatch-detail-total strong {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .bm-yatch-detail-container {
    flex-wrap: wrap;
  }
  .bm-yatch-detail-left {
    margin-bottom: 30px;
  }
  .bm-yatch-detail-left, .bm-yatch-detail-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bm-yatch-detail-caracts {
    margin-top: 70px;
  }
  .bm-yatch-detail-caracteristics, .bm-yatch-detail-equipment-items {
    column-gap: 50px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .bm-yatch-detail-right{
    padding: 20px 15px;
  }
  .bm-yatch-detail-date, .bm-yatch-detail-duree {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bm-yatch-detail-caracts {
    margin-top: 50px;
  }
  .bm-yatch-detail-caracteristics, .bm-yatch-detail-equipment-items {
    column-count: 1;
  }
  .bm-yatch-detail-price {
    margin-top: 15px;
  }
  .bm-yatch-detail-desc{
    margin-bottom: 30px;
  }
  .bm-yatch-detail-total {
    margin: 15px 0 20px;
  }
  .bm-yatch-detail-actions .update-wishlist {
    font-size: 15px;
    height: 46px;
    white-space: normal;

  }
  .bm-yatch-detail-actions .update-wishlist i {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 16px;
  }
}


/* ---------------------------- */
/* page detail bateau diaporama */
/* ---------------------------- */
.bm-yatch-detail-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bm-yatch-detail-diaporama {
  margin: 0;
  width: 780px;
  height: auto;
  padding: 0;
  max-width: 100%;
}

.bm-yatch-detail-diaporama .slider-for {
  overflow: hidden;
  max-height: 582px;
}
.bm-yatch-detail-diaporama .yatch_galerie {
  aspect-ratio: 1.32;
}

.bm-yatch-detail-diaporama .slider-nav {
  width: calc(100% - 110px);
  margin: 20px auto;
}
.bm-yatch-detail-diaporama .slider-nav .slick-prev,
.bm-yatch-detail-diaporama .slider-nav .slick-next,
.destination-cards .slick-prev,
.destination-cards .slick-next
 {
  width: 41px;
  height: 41px;
  border: 1px solid var(--bm-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm-yatch-detail-diaporama .slider-nav .slick-prev:hover,
.bm-yatch-detail-diaporama .slider-nav .slick-next:hover,
.destination-cards .slick-prev:hover,
.destination-cards .slick-next:hover {
  filter: invert(1);
}

.bm-yatch-detail-diaporama .slider-nav .slick-prev::before,
.bm-yatch-detail-diaporama .slider-nav .slick-next::before,
.destination-cards .slick-prev:before,
.destination-cards .slick-next:before {
    content: '';
    background: url('/wp-content/plugins/dmu-booking-manager/assets/images/fleche.svg') no-repeat center;
    background-size: contain;
    width: 14px;
    height: 7px;
    transform: rotate(-90deg);
    display: block;
}

.bm-yatch-detail-diaporama .slider-nav .slick-prev  {
    left: -55px;
}
.bm-yatch-detail-diaporama .slider-nav .slick-prev::before,
.destination-cards .slick-prev:before {
  rotate: -180deg;
}

.bm-yatch-detail-diaporama .slider-nav .slick-next {
  right: -55px;
}

.bm-yatch-detail-diaporama .slider-nav .slick-slide {
  margin: 0 10px;
}

.bm-yatch-detail-diaporama .slider-nav .slick-current .yatch_galerie-nav, .bm-yatch-detail-diaporama .slider-nav .yatch_galerie-nav:hover {
  border: 2px solid var(--bm-primary);
}

.bm-yatch-detail-diaporama .yatch_galerie-nav {
  max-height: 160px;
  aspect-ratio: 1.2189;
}
.bm-yatch-detail-diaporama .yatch_galerie-nav img, .bm-yatch-detail-diaporama .yatch_galerie img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .bm-yatch-detail-left {
    padding-right: 30px;
  } 
}

/* ---------------------------- */
/* page detail bateau modale */
/* ---------------------------- */

#modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modal img {
  max-width: 90%;
  max-height: 90%;
}

#close {
  position: absolute;
  top: 20px; right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* ------------------ */
/* widget destination */
/* ------------------ */
.destination-cards-title {
  margin-top: 30px !important;
  text-align: center;
}
.destination-cards {
  display: flex !important;
  align-items: stretch;
  margin-top: 30px !important;
}
.destination-cards .slick-track {
  display: flex;
  align-items: stretch;
}
.destination-cards .slick-slide {
  margin: 0 15px;
  height: unset;
}
.destination-cards .slick-slide >div {
  height: 100%;
}
.destination-cards .slick-list {
  margin: 0 -15px;
}
.destination-cards .boat-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.destination-cards .slick-prev {
  left: -55px;
}
.destination-cards .slick-next {
  right: -55px;
}

.destination-card {
  margin-bottom: 0;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.destination-card .btn.btn-view {
  border: 1px solid var(--bm-border-color) !important;
  min-width: 90px;
}
.destination-card .btn-view:hover {
  border: 1px solid var(--bm-primary) !important;
}

.destination-card .boat-info {
  padding: 0;
  font-size: 16px;
  background: none;
}
.destination-card .boat-info span {
  display: contents;
}
.destination-card .boat-price {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 20px;
    flex-direction: row !important;
    align-items: baseline;
    flex-wrap: wrap;
}
.destination-card .boat-price-current {
  font-size: 40px;
}
.destination-card .boat-price-old {
  font-weight: 500;
  margin-left: 20px;
}
.destination-card .boat-periode {
  font-size: 20px;
}
.destination-card .boat-dates {
  justify-content: center;
}
.boat-card-top {
  position: relative;
  height: 415px;
}
.boat-card-bottom {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.boat-actions .see_all {
  width: 40% !important;
  margin: 2rem auto;
}

@media (max-width: 1500px) and (min-width: 577px) {
  .destination-cards {
    padding: 0 70px !important;
  }
  .destination-cards .slick-prev {
    left: 15px;
  }
  .destination-cards .slick-next {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .destination-cards .boat-actions {
    flex-wrap: wrap;
  }
  .destination-cards .boat-actions button {
    width: 100% !important;
    margin-right: 0;
  }
  .destination-cards .btn-view {
    margin-bottom: 10px;
  }
  .destination-card .boat-price-current {
    font-size: 30px;
  }
}

@media (max-width: 1100px) {
  .destination-cards .boat-card-bottom {
    padding: 25px 20px;
  }
  .destination-cards .boat-location {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .destination-cards .boat-card-top { 
    height: fit-content;
  }
}
@media (max-width: 576px) {
  .destination-cards .slick-dots {
    bottom: -40px !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .destination-cards .slick-dots li:before {
    display: none;
  }
  .destination-cards .slick-dots button {
    opacity: 0.7 !important;
  }
  .destination-cards .slick-dots button:before {
    font-size: 12px;
    color: var(--bm-primary) !important;

  }
  .destination-cards .slick-dots button:hover, .destination-cards .slick-dots li.slick-active button {
    opacity: 1 !important;
  }
}

/* ------ */
/* global */
/* ------ */
.hidden {
  display: none;
}
.error {
  color: #e74c3c;
}
.success {
  color: #2ecc71;
}
.inactive {
  opacity: 0.5;
  color: rgb(170, 170, 170) !important;
  border-color: rgba(118, 118, 118, 0.3) !important;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  scale: 1.2;
}

#bm-debug-message {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #333;
  color: white;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 5px;
  z-index: 9999;
  opacity: 0.8;
}

.bm-image {
  position: relative;
  overflow: hidden;
}
/* Reflet animé */
.bm-image .bm-image-loading {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid var(--bm-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0%   { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.search-results{
  flex: auto;
}
.search-results-sort{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-results-sort-label{
    margin-right: 10px;
}

.no-result {
  width: 66%;
  margin-top: 5rem;
  text-align: center;
  color: #374151;
}

.no-result-icon {
  /* font-size: 3rem; */
  margin-bottom: 10px;
  /* opacity: 0.7; */
  background: url(../images/type-bateau.svg) no-repeat center;
  background-size: contain;
  height: 50px;
  width: 50px;
  display: inline-block;

}

.no-result h2 {
  /* font-size: 1.4rem; */
  /* margin-bottom: 10px; */
  color: var(--bm-primary);
}

.no-result p {
  /* font-size: 1rem; */
  /* margin-bottom: 20px; */
  color: var(--bm-bg-primary);
}

  /* background: url(../images/type-bateau.svg) no-repeat center; */