/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.section_back_annonce {
  padding: var(--gap);
}
.bouton#backAnnonces {
  padding: 15px 30px 15px 53px;
}
.bouton#backAnnonces:after {
  right: unset;
  left: 20px;
  transform: rotate(180deg);
  margin-left: 0;
}

.diaporama button.slick-prev,
.diaporama button.slick-next {
  border: 2px solid var(--BLEU-PLAGE-FONCE, #0093ad);
  background: var(--BEIGE-1, #fdf7e2);
  width: 30px;
  height: 30px;
}
.diaporama button.slick-prev:before,
.diaporama button.slick-next:before {
  content: "";
  top: 7px;
  left: 6px;
  height: 10px;
  width: 10px;
  display: block;
  border-top: 2px solid #0093ad;
  border-right: 2px solid #0093ad;
  display: block;
  transform-origin: center;
}
.diaporama button.slick-prev:before {
  content: "";
  top: 8px;
  left: 10px;
}
.diaporama button.slick-next:before {
  top: 7px;
  left: 5px;
}
.diaporama button.slick-next:before {
  transform: rotate(45deg);
}
.diaporama button.slick-prev:before {
  transform: rotate(-135deg);
}
.diaporama .une_image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  background: var(--primary);
}
.main_annonce #entete {
  background: var(--bleu);
  border-bottom: 1px solid var(--primary);
}
.main_annonce #entete #breadcrumbs:after {
  content: "";
  display: block;
  height: 70px;
  width: 250px;
  background: url(../images/custom/h2.svg) no-repeat left 20px;
  -webkit-filter: var(--filter-primary);
  filter: var(--filter-primary);
}
.main_annonce section.section_back_annonces {
  padding: var(--gap) 0;
}

.main_annonce h1 {
  color: var(--primary);
}
.setion_1_annonce h2 {
  font-size: var(--fs-m);
}
.setion_1_annonce h2:before {
  display: none;
}

.tags {
  list-style-type: none;
  gap: 10px;
  margin: 40px 0;
  padding: 0;
}
.tags li {
  color: #0093ad;
  border: 2px solid;
  padding: 5px 10px;
  font-family: var(--font-family-head);
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .setion_1_annonce .first {
    order: 0;
  }
  .setion_1_annonce .second {
    order: 1;
  }
}

.infos_offre {
  border: 2px solid #345a7d;
  background: #0093ad;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  color: #f9f5f0;
  text-align: center;
}
.infos_offre p.h3 {
  padding: 50px 20px 20px 20px;
  font-family: var(--font-family-head);
}
.infos_offre p.prix {
  font-family: var(--font-family-head);
  font-size: calc(5 / 4 * var(--fs-l));
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.infos_offre p.enseigne {
  padding: 20px 20px 30px 20px;
  font-size: calc(22 / 20 * var(--fs-base));
}

.infos_offre .bouton_tel {
  color: #345a7d;
  border-top: 2px solid;
  border-bottom: 2px solid;
  background: var(--jaune);
  padding: 30px 20px;
  display: flex;
  font-family: var(--font-family-head);
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.infos_offre .bouton_message {
  font-family: var(--font-family-head);
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 30px 10px;
}
@media (max-width: 979px) {
  main.z80 {
    z-index: 80;
  }
  #trips_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: white;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 80;
    padding: 80px;
  }
  #trips_search.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #btn-filtres {
    background: var(--bleu);
    color: var(--blanc);
    padding: 0.5rem;
  }
  .filtres-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid var(--gris);
  }
  .filtres-mobile button {
    background: var(--bleu);
    color: var(--blanc);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
  }
  .filtres-mobile button:hover {
    background: var(--bleu-fonce);
  }
}
@media (min-width: 980px) {
  .filtres-mobile {
    display: none;
  }
}

.searchandfilter ul li.sf-field-post-meta-type_de_bateau,
.sf-field-post-meta-type_de_bateau h4 {
  padding-top: 0;
}

.searchandfilter h4 {
  color: var(--BLEU-CONTOUR, #345a7d);
  font-family: var(--font-family-head);
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.sf-field-post-meta-prix h4 {
  padding-bottom: 20px;
}
.chosen-container {
  width: 100% !important;
  margin-bottom: 0rem;
}
.chosen-container-multi .chosen-choices {
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 0px solid;
  border-bottom: 1px solid #aaa;
  padding: 0 5px 0 0;
  background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 5px 0 5px 0;
}

#page .chosen-container-multi .chosen-choices li.search-choice {
  background: var(--bleu);
  color: var(--blanc);
  border: 1px solid var(--bleu);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.chosen-container-multi.chosen-container-active
  .chosen-choices
  li.search-field
  input[type="text"] {
  padding: 5px 0;
}
.sf-meta-range input {
  border: 1px solid var(--bleu);
  padding: 5px;
  margin-right: 2px;
  margin-bottom: 5px;
}
.searchandfilter .noUi-connect {
  background: var(--bleu);
}
li .search-filter-reset {
  display: block;
  text-align: center;
  padding: 1em;
  background: var(--blanc);
  color: var(--bleu);
  border: 1px solid;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
li .search-filter-reset:hover {
  background: var(--noir);
  color: var(--blanc);
  border: 1px solid var(--noir);
}
.searchandfilter .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: var(--bleu-fonce);
  box-shadow: none;
  border: none;
}
.searchandfilter .noUi-horizontal .noUi-handle::after,
.searchandfilter .noUi-horizontal .noUi-handle::before {
  display: none;
}

li.sf-field-submit input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  background: var(--bleu);
  color: var(--blanc);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
li.sf-field-submit input[type="submit"]:hover {
  background: var(--bleu-fonce);
  color: var(--blanc);
}

.sf-meta-range.sf-meta-range-slider label {
  width: 42%;
}
.sf-range-values-seperator {
  display: none;
}
.searchandfilter .sf-range-max,
.searchandfilter .sf-range-min {
  max-width: 97%;
  width: 97%;
  border: 2px solid var(--bleu-fonce);
  color: var(--bleu-fonce);
}
.searchandfilter .meta-slider {
  max-width: calc(100% - 24px);
  margin-left: 7px;
}
#page .sf-field-post-meta-energie li {
  padding: 12px 0;
}
.searchandfilter [type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  width: 0;
  display: inline;
}
#page .searchandfilter [type="checkbox"] + label {
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  display: block;
}
.searchandfilter [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #345a7d;
  background: #93c0d3;
}
.searchandfilter [type="checkbox"]:checked + label:before {
  border: 1px solid #345a7d;
  background: #345a7d;
}

.sf-field-post-meta-energie ul {
  padding-left: 0;
}
#page .searchandfilter select.sf-input-select {
  width: 100%;
  background: url("../images/custom/select.svg") no-repeat right 10px;
  padding-right: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  border: 2px solid var(--bleu-fonce);
  color: var(--bleu-fonce);
  font-size: var(--fs-base);
}
#page .chosen-container-single .chosen-single {
  background: white;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  border: 2px solid var(--bleu-fonce);
  color: var(--bleu-fonce);
  font-size: var(--fs-base);
}
#page .chosen-container .chosen-drop {
  border-color: var(--bleu-fonce);
  border-radius: 0;
  box-shadow: none;
  color: var(--bleu-fonce);
  border-width: 2px;
  margin-top: 0;
}
#page .chosen-search {
  display: none;
}
#page .chosen-container .chosen-results li {
  color: var(--bleu-fonce);
  padding: 10px 5px;
  font-size: var(--fs-base);
}
#page .chosen-container .chosen-results li:first-child {
  margin-top: 5px;
}
#page .chosen-container .chosen-results li:last-child {
  margin-bottom: 5px;
}
#page .chosen-container .chosen-results li:hover {
  background: var(--bleu-fonce);
  color: var(--blanc);
}
#page .chosen-container-single .chosen-single div {
  width: 34px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  #page .chosen-container-single .chosen-single div b {
    background: url("../images/custom/select.svg") no-repeat center / contain !important;
  }
}

#page .chosen-container-single .chosen-single div b {
  background: url("../images/custom/select.svg") no-repeat center;
}
.teaser_actu .infos_annonce {
  font-weight: 700;
}
#page .teaser_actu p.prix {
  color: var(--BLEU-CONTOUR, #345a7d);
  font-family: var(--font-family-head);
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
