/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
.single-annonce {
  padding-top: 80px;
}
.single-annonce .topbanner {
  display: none;
}
.single-annonce .success p {
  color: white;
}
.single-annonce .add-related .ar-left .acw-img {
  height: 100%;
}
.single-annonce .add-related .ar-left .acw-img img {
  height: 100%;
}

.title .breadscrumb svg {
  width: 13px;
}
.title .breadscrumb svg path {
  fill: #f1b60d;
}

.title {
  margin: 40px auto;
}
.title h1 {
  font-size: 25px;
  font-family: "Barlow";
}
.title p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
.title svg path {
  fill: #666666;
}

.content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.annonce-info {
  width: 100%;
}

.location h2, .product h2, h2.rel-title, .reviews h2, .assos h2, .location h2 {
  font-size: 20px;
  margin: 50px 0;
}

.ad-aside {
  width: 29%;
}

.star {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 150px;
}
.star .star-wrap {
  margin-right: 15px;
}
.star .star-wrap svg {
  width: 15px;
  margin-right: 5px;
}
.star p {
  font-size: 13px;
}

.user-info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.user-info .ui-head {
  margin-bottom: 10px;
}
.user-info a, .user-info p {
  font-size: 13px;
  line-height: 20px;
}
.user-info .ui-u {
  width: 20%;
}
.user-info .ui-head p {
  font-size: 13px;
  color: #b2b2b2;
  margin-bottom: 5px;
}
.user-info .ui-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.user-info .a-inner {
  margin: 25px 0;
}
.user-info ul.recap {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.user-info ul.recap li {
  font-size: 13px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-info ul.recap li a, .user-info ul.recap li p {
  font-size: 13px;
}
.user-info ul.recap svg {
  width: 15px;
  margin-right: 15px;
}
.user-info ul.recap svg path {
  fill: #666666;
}
.user-info .price {
  text-align: center;
  margin-top: 25px;
  color: #f1b60d;
  font-size: 20px;
  font-weight: 700;
}
.user-info .ah-l {
  width: 22%;
}
.user-info .ah-l img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.user-info .ah-r {
  width: 70%;
}
.user-info .ah-r ul {
  list-style-type: none;
}
.user-info .ah-r .name a {
  text-decoration: none;
  color: #424242;
  font-weight: 700;
}
.user-info .ah-r .address, .user-info .ah-r .count, .user-info .ah-r .noreviews {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
}
.user-info .noreviews {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
}
.user-info .star-wrap {
  margin-bottom: 5px;
}
.user-info .star-wrap svg {
  width: 15px;
}
.user-info .gnote {
  font-weight: bold;
  font-size: 20px;
}
.user-info .r-count {
  font-size: 13px;
}
.user-info .ui-review .star-wrap {
  margin-top: 2px;
}

.count a {
  font-size: 13px;
  color: #666666;
  margin-bottom: 5px;
  text-decoration: underline;
}

.product-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-heading .image {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.product-heading .image img {
  max-height: 500px;
  width: auto;
  display: block;
  margin: auto;
}
.product-heading .l-col {
  width: 50%;
}
.product-heading .reassure ul {
  margin-top: 80px;
  list-style-type: none;
}
.product-heading .reassure ul li {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-heading .reassure ul li span.pict {
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  border: solid 1px #f1b60d;
}
.product-heading .reassure ul li svg {
  width: 13px;
}
.product-heading .reassure ul li svg path {
  fill: #f1b60d;
}
.product-heading .fs-l, .product-heading .fs-r {
  width: 100%;
}
.product-heading .fs-t {
  margin-bottom: 20px;
}
.product-heading #RentalDateInterval .help, .product-heading #RentalDateInterval .label {
  display: none;
}
.product-heading .fct {
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.product-heading .mt {
  margin-top: 20px;
}
.product-heading .price-close {
  margin-top: 15px;
}
.product-heading .price-close .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 10px;
}
.product-heading .datetimepicker-dummy {
  height: 60px;
}
.product-heading .datetimepicker-dummy.is-primary .datetimepicker-clear-button {
  top: 10px;
}
.product-heading .control.has-icons-left .icon.is-left {
  left: 0;
  top: 10px;
}
.product-heading #RentalDateInterval .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  font-size: 15px;
}
.product-heading .d-select .d-choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  padding: 15px 5px;
  transition: all 0.2s linear;
  position: relative;
  min-height: 50px;
  cursor: pointer;
}
.product-heading .d-select .d-choice .c-l {
  width: 20%;
}
.product-heading .d-select .d-choice .c-m {
  width: 55%;
}
.product-heading .d-select .d-choice .c-m h3 {
  font-size: 14px;
  line-height: 20px;
}
.product-heading .d-select .d-choice .c-m span {
  font-size: 12px;
  font-style: italic;
}
.product-heading .d-select .d-choice .c-r {
  width: 20%;
  text-align: center;
}
.product-heading .d-select .d-choice .promo {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ed6f6f;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px;
}
.product-heading .d-select .c-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-heading .d-select .d-choice.selected {
  border: solid 3px #f1b60d;
}
.product-heading .more-info {
  display: block;
  text-align: right;
  font-size: 13px;
  text-decoration: underline;
  color: #4b7dc2;
  margin-top: 20px;
  cursor: pointer;
}
.product-heading .ad-aside {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: unset;
  width: 40%;
}
.product-heading .ad-aside .a-wrap {
  background-color: #fff;
  border-radius: 10px;
}
.product-heading .ad-aside .a-wrap .main-cta {
  width: 100%;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 16px;
}
.product-heading .ad-aside .a-wrap .main-cta svg {
  margin-left: 10px;
}
.product-heading .ad-aside .a-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
.product-heading .ad-aside .a-price label {
  margin-bottom: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
}
.product-heading .ad-aside .a-price-caution {
  margin: 20px 0 !important;
}
.product-heading .ad-aside .a-price-caution label, .product-heading .ad-aside .a-price-caution p {
  font-size: 13px;
}
.product-heading .ad-aside .price-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.product-heading .ad-aside .price {
  font-weight: bold;
  background-color: #1c5878;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}
.product-heading .ad-aside button {
  border-radius: 10px;
}
.product-heading .ad-aside #RentalDateInterval label {
  text-align: center;
}

.nodisplay {
  display: none !important;
}

.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .features {
  width: 45%;
  margin-top: 50px;
}
.product .features .feature {
  display: flex;
  justify-content: flex-start;
}
.product .features .feature .label {
  min-width: 170px;
  margin-bottom: 15px;
  font-size: 15px;
}
.product .features .feature p.info {
  font-size: 15px;
}
.product h3 {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.product .price {
  display: flex;
}
.product .price p {
  font-weight: bold;
  background-color: #1c5878;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.fancybox__container {
  --fancybox-bg: #144864 !important;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  top: 80px !important;
}

.review-unit {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.review-unit .rtop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.review-unit .rtop a {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #424242;
  display: block;
  font-weight: 700;
}
.review-unit .rtop h3 {
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #424242;
  font-weight: 400;
}
.review-unit .rtl {
  border-radius: 100%;
  overflow: hidden;
  max-width: 25px;
  margin-right: 15px;
}
.review-unit .rtl img {
  width: 100%;
  display: block;
  margin: auto;
}
.review-unit .trsn-info {
  font-size: 12px;
}
.review-unit .rtr {
  width: 80%;
}
.review-unit .rbot p.trsn-info {
  font-size: 13px;
  margin: 10px 0;
}
.review-unit .rt-note {
  margin-bottom: 10px;
}
.review-unit .rbot p {
  font-size: 13px;
}

.description {
  width: 100%;
  line-height: 30px;
  font-size: 15px;
}
.description .synonymes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 25px;
  font-size: 13px;
  margin-bottom: 50px;
}
.description .synonymes .is-head {
  color: #f1b60d;
}
.description .synonymes li {
  font-style: italic;
  margin-right: 5px;
  color: #666666;
}
.description .html-description ul {
  margin-left: 30px;
}

.conditions {
  display: block;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.conditions svg {
  width: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.conditions svg path {
  fill: #f1b60d;
}

.reviews .rev-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reviews .rev-unit {
  width: 32%;
  margin-right: 1%;
}
.reviews .no-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 40px;
}

.related .related-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.related .add-related {
  width: 14.6%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.related .no-related {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 40px;
}

.assos .tt-card {
  width: 19%;
}
.assos .tt-card .tt-bot h3 {
  margin-bottom: 0;
}

.location {
  margin-bottom: 50px;
}

.map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}

#map {
  height: 300px;
}

.booking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(53, 98, 162, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.booking .form-title {
  max-width: 100%;
}
.booking .t-baseline {
  display: none;
}
.booking .form-title h2 {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
}

.book-open .booking {
  opacity: 1;
  visibility: visible;
}

.booking-inner, .ad-aside {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  max-width: 400px;
}
.booking-inner .label, .ad-aside .label {
  margin-bottom: 15px;
}
.booking-inner .form-grouped, .ad-aside .form-grouped {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.booking-inner .form-grouped .help, .ad-aside .form-grouped .help {
  display: none;
}
.booking-inner .form-grouped > div, .ad-aside .form-grouped > div {
  width: 48%;
}
.booking-inner textarea, .ad-aside textarea {
  width: calc(100% - 20px);
  min-width: unset;
}
.booking-inner .close, .ad-aside .close {
  display: flex;
  justify-content: flex-end;
}
.booking-inner .close svg, .ad-aside .close svg {
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 100%;
  background-color: #f9f9f9;
}
.booking-inner .close svg path, .ad-aside .close svg path {
  fill: #f1b60d;
}
.booking-inner .send, .ad-aside .send {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.booking-inner .send button, .ad-aside .send button {
  margin-bottom: 10px;
}
.booking-inner .book-details ul, .ad-aside .book-details ul {
  list-style-type: none;
  margin: 30px 0;
}
.booking-inner .book-details li:nth-child(even), .ad-aside .book-details li:nth-child(even) {
  background-color: #f9f9f9;
}
.booking-inner .book-details li, .ad-aside .book-details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: all 0.2s linear;
}
.booking-inner .book-details li strong, .booking-inner .book-details li span, .ad-aside .book-details li strong, .ad-aside .book-details li span {
  font-size: 17px;
}
.booking-inner .book-details .is-w, .ad-aside .book-details .is-w {
  background-color: #fff !important;
}
.booking-inner .book-details .inv-label, .ad-aside .book-details .inv-label {
  justify-content: flex-end;
  font-style: italic;
  font-size: 13px;
  width: 100%;
  display: flex;
}
.booking-inner .book-details span.inv-label-indent, .ad-aside .book-details span.inv-label-indent {
  font-style: italic;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #5abb6f;
}
.booking-inner .book-details span.inv-label-indent svg, .ad-aside .book-details span.inv-label-indent svg {
  width: 15px;
  margin-right: 10px;
}
.booking-inner .book-details span.inv-label-indent svg path, .ad-aside .book-details span.inv-label-indent svg path {
  fill: #5abb6f;
}
.booking-inner .form-title, .ad-aside .form-title {
  margin-bottom: 30px;
}

.reassure iframe {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  display: block;
}

.reas ul {
  margin-top: 20px;
  list-style-type: none;
  line-height: 30px;
}
.reas ul li {
  color: #5abb6f;
  display: flex;
  justify-content: flex-start;
  font-size: 15px;
}
.reas ul li svg {
  width: 15px;
  margin-right: 10px;
}
.reas ul li svg path {
  fill: #5abb6f;
}

.upsel {
  display: none;
}

.upsl-active {
  display: block;
}

.book-unavail {
  text-align: center;
  padding: 20px 0;
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.is-disabled, .datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date[disabled] {
  background-color: #fbdddd;
}

.inactive {
  text-align: center;
  color: #f68506;
  font-weight: bold;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
}
.loader svg {
  width: 30px;
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.loader path {
  fill: #f1b60d;
}

.login-submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.login-submit input {
  width: 100%;
}

#loginform input {
  width: calc(100% - 30px);
}

#RentalDateInterval {
  width: 100%;
}
#RentalDateInterval .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  font-size: 15px;
}
#RentalDateInterval .control > div {
  width: 100%;
}
#RentalDateInterval .is-hidden {
  display: none;
}
#RentalDateInterval .datetimepicker {
  max-width: 100%;
}
#RentalDateInterval .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-start .date-item, #RentalDateInterval .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range.datepicker-range-end .date-item {
  background: #fff !important;
  border-color: #f1b60d !important;
  color: #f1b60d !important;
}
#RentalDateInterval .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range {
  background: #f1b60d;
}
#RentalDateInterval .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date.datepicker-range .date-item {
  background-color: #f1b60d;
}
#RentalDateInterval .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
  background: #f1b60d !important;
  border-color: #f1b60d !important;
}
#RentalDateInterval #goBook .date-item.is-today.is-active {
  background: #fff;
  border-color: #f1b60d !important;
  color: #f1b60d !important;
}

.tt-card {
  width: 24%;
  margin-right: 1%;
}

.smart-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}

.smart-link {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 5px 15px;
  min-width: 10%;
  margin-right: 1%;
  margin-bottom: 10px;
  text-align: center;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.sc-inner {
  margin-top: 30px;
}

#RentalDateInterval .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  font-size: 13px;
}

.cta-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  display: none;
}
.cta-mobile a.main-cta {
  border-radius: 7px;
  width: 75%;
  margin: auto;
}

.login-submit input#wp-submit {
  border-radius: 5px;
  width: 100%;
}

.fancybox__container {
  z-index: 9999999 !important;
}

.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {
  flex: unset;
  width: 14.28571%;
}

.res-alternate {
  background: #fff1cb;
  border-radius: 7px;
  margin-bottom: 70px;
  padding: 30px;
}
.res-alternate h2.rel-title {
  margin: 0px 0 25px 0px;
}
.res-alternate .related-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.res-alternate .add-related {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 980px) {
  .content {
    flex-direction: column-reverse;
  }
  .ad-aside {
    width: 100%;
  }
  .a-wrap {
    box-shadow: none;
  }
  #mobile, .description {
    width: 48%;
  }
  .annonce-info {
    width: 100%;
  }
  .a-section {
    margin-right: 1%;
  }
  .cta {
    width: 30%;
    margin-top: 50px;
  }
  .a-reviews {
    display: none;
  }
  .single-annonce .add-cart-wrap {
    width: 49%;
    margin-right: 1%;
  }
  #usr-mobile {
    width: 100%;
  }
  #usr-mobile .user-info {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 780px) {
  .datetimepicker-wrapper.modal .datetimepicker {
    display: none;
  }
  .datetimepicker.is-active {
    display: block !important;
  }
}
@media only screen and (max-width: 700px) {
  .location {
    display: none;
  }
  .title {
    margin: 0px auto 25px auto;
  }
  .a-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
  .a-section {
    width: 100%;
    margin-right: 0;
  }
  .cta {
    width: 100%;
    margin-top: 30px;
  }
  .a-wrap .a-head {
    margin: 15px 0;
  }
  .a-wrap .ah-r {
    width: 75%;
  }
  .a-wrap .ah-l {
    width: 17%;
  }
  .single-annonce .add-cart-wrap {
    width: 100%;
    margin-right: 0;
  }
  .booking-inner .form-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .booking {
    align-items: flex-start;
    background-color: #fff;
    overflow: scroll;
    height: 100%;
  }
  .booking-inner {
    margin: 20px 0 80px 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 30px;
  }
  .booking-inner .close {
    margin-bottom: 20px;
  }
  .a-user {
    display: none;
  }
  .user-info {
    margin-bottom: 0px;
  }
  .user-info .ui-u {
    width: 48%;
    margin-bottom: 15px;
  }
  .product #mobile {
    margin-bottom: 0px;
  }
  .product .image, .product .description, .product .features, .product #mobile {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-heading .d-select .d-choice .c-m h3 {
    font-size: 13px;
  }
  .product-heading .reassure ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .product-heading .d-select .d-choice {
    padding: 10px 25px;
  }
  .reviews .rev-unit {
    width: 100%;
    margin-bottom: 30px;
  }
  .related .add-related {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .add-related .ar-left {
    max-height: 235px;
    height: auto !important;
  }
  .assos .tt-card {
    width: 30%;
    margin-right: 10px;
    flex-wrap: wrap;
  }
  .assos .tt-card .tt-top {
    width: 100%;
  }
  .assos .tt-card .tt-bot {
    width: calc(100% - 30px);
  }
  .assos .tt-card .tt-bot h3 {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .related-wrap .add-related .ar-left {
    width: 30%;
  }
  .related-wrap .add-related .ar-right {
    width: 60%;
  }
  .res-alternate .related-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .res-alternate .add-related {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .ui-u.add-info {
    display: none;
  }
  .product-heading .l-col, .product-heading .ad-aside {
    width: 100%;
  }
  .product-heading {
    flex-direction: column-reverse;
  }
  .product-heading .reassure ul {
    margin-top: 50px;
    list-style-type: none;
    margin-bottom: 50px;
  }
  #usr-mobile .user-info {
    margin: 0;
  }
  .single-annonce {
    padding-top: 0px;
  }
}
.sc-inner.error p {
  color: #fff;
}

.m-content .location h2, .m-content .product h2, .m-content h2.rel-title, .m-content .reviews h2, .m-content .assos h2, .m-content .location h2, .m-content .product-heading .fct,
.m-content .qest h3 {
  font-family: "Barlow";
}
.m-content .assos h2 .is-yellow {
  font-family: "Barlow";
}
.m-content .pop-green {
  color: #5abb6f;
  padding: 3px 5px;
  background-color: rgba(90, 187, 111, 0.1803921569);
  border-radius: 5px;
}
.m-content .image {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-content .image img {
  display: block;
  width: 100%;
  margin: auto;
}
.m-content .image .expand, .m-content .image .return {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  top: 10px;
  right: 10px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-content .image .expand svg, .m-content .image .return svg {
  width: 15px;
}
.m-content .image .expand svg path, .m-content .image .return svg path {
  fill: #1d5878;
}
.m-content .image .expand a, .m-content .image .return a {
  display: flex;
}
.m-content .image .return {
  right: unset;
  left: 10px;
  transform: rotate(180deg);
}
.m-content .wrapper {
  width: 90%;
  display: block;
  margin: auto;
}
.m-content .breadscrumb svg {
  width: 13px;
}
.m-content .breadscrumb svg path {
  fill: #f1b60d;
}
.m-content .breadscrumb {
  margin: 25px auto;
}
.m-content .breadscrumb h1 {
  font-size: 20px;
  line-height: 25px;
  font-family: "Barlow";
}
.m-content .breadscrumb p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
.m-content .breadscrumb svg path {
  fill: #666666;
}
.m-content .breadscrumb a {
  font-family: "Barlow";
  color: #434343;
  font-size: 12px;
}
.m-content .rea-pay {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-content .rea-pay .pop-green {
  margin-bottom: 10px;
}
.m-content .user-info {
  background-color: #f5fbff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.m-content .user-info .ui-head p {
  font-family: "Barlow";
}
.m-content .user-info .signaletic {
  padding: 0;
}
.m-content .pcts {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.m-content .pcts .p-u {
  width: 15%;
  margin-right: 3%;
}
.m-content .pcts .p-u img {
  display: block;
  width: 100%;
  margin: auto;
}
.m-content .product-heading .d-select .d-choice:last-of-type {
  margin-bottom: 0;
}
.m-content .promo {
  color: #5abb6f !important;
  background-color: #e3f3e7 !important;
}
.m-content .rea-garantee .pop-green {
  margin-bottom: 20px;
  display: inline-flex;
}
.m-content .rea-garantee .unt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.m-content .rea-garantee .unt .unt-l {
  width: 10%;
  text-align: center;
}
.m-content .rea-garantee .unt .unt-l svg {
  width: 25px;
}
.m-content .rea-garantee .unt .unt-l svg path {
  fill: #5abb6f;
}
.m-content .rea-garantee .unt .unt-r {
  width: 85%;
}
.m-content .rea-garantee .unt .unt-r h3 {
  font-size: 16px;
}
.m-content .rea-garantee .unt:last-of-type {
  margin-bottom: 0;
}
.m-content .description {
  background-color: #f5fbff;
  padding: 10px;
  border-radius: 10px;
  margin: 30px 0;
}
.m-content .description h2 {
  font-size: 15px;
  margin: 0;
}
.m-content .description h2 .is-yellow {
  font-family: "Barlow";
}
.m-content .description .features {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin: 20px 0;
}
.m-content .description p.info, .m-content .description .label {
  margin-bottom: 0 !important;
}
.m-content .description .synonymes {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 23px;
}
.m-content .ui-u.btm {
  margin-bottom: 0;
}
.m-content .reassure-vid {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
}
.m-content .qest {
  width: 100%;
  margin: 30px 0;
}
.m-content .qest h3 {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.m-content .qest h3 .is-yellow {
  font-family: "Barlow";
}
.m-content .collapse {
  width: 100%;
  margin-bottom: 10px;
}
.m-content .collapse button {
  text-align: left;
}
.m-content .collapse svg:first-of-type {
  width: 20px;
  transform: rotate(0deg);
}
.m-content .collapse svg:first-of-type path {
  fill: #f1b60d;
}
.m-content .collapse:last-of-type {
  margin-bottom: 0;
}
.m-content .reviews h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.m-content .reviews h2 .is-yellow {
  font-family: "Barlow";
}
.m-content .review-unit {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-bottom: 0;
  border-radius: 15px;
}
.m-content .glide__track, .m-content .glide__slides {
  overflow: visible;
}
.m-content .related h2 {
  text-align: center;
  margin: 30px 0;
}
.m-content .related h2 .is-yellow {
  font-family: "Barlow";
}
.m-content .related .related-wrap {
  display: block;
}
.m-content .related .hd {
  flex-direction: column-reverse;
  display: flex;
  align-items: flex-start;
}
.m-content .add-related {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.m-content .add-related .ar-inner {
  flex-direction: column;
  padding: 10px;
}
.m-content .add-related .ar-left, .m-content .add-related .ar-right {
  width: 100% !important;
}
.m-content .add-related h2 {
  text-align: left;
  margin: 0;
  font-size: 17px !important;
  line-height: 22px !important;
  margin-bottom: 5px !important;
}
.m-content .add-related .price {
  margin-bottom: 5px;
}
.m-content .assos h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.m-content .booking .form-title h2 {
  font-size: 18px;
  text-align: left;
}
.m-content .price-close .cta {
  margin-bottom: 30px;
}
.m-content .form-title {
  margin-bottom: 20px !important;
}
.m-content .register {
  margin: 20px 0;
}
.m-content .ad-aside .book-details ul {
  list-style-type: none;
  margin: 10px 0;
}
.m-content .affiliates {
  margin-top: 30px;
}
.m-content .affiliates .af-title {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.m-content .affiliates .af-title .logo-mano {
  width: 100%;
  margin-right: 0;
}
.m-content .affiliates .af-title h2 {
  width: 100%;
  margin-right: 0;
}
.m-content .affiliates .af-card {
  width: 49%;
  margin-bottom: 10px;
}
.m-content .affiliates .af-card:last-of-type {
  display: none;
}
.m-content .user-info .ah-r .address {
  font-size: 12px;
}

/*# sourceMappingURL=single-annonce.output.css.map */
