/**
Fluid font-size between 2 breakpoints.
Font-size must be in px
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px)
*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wp-block-plune-blocks-contact .block-contact:before,
.wp-block-plune-blocks-contact .block-follow:before,
.article-header:before,
.deco-circle-content,
.article-preview:before,
.article-taxonomy-header:before {
  -webkit-animation: rotating 120s linear infinite;
  -moz-animation: rotating 120s linear infinite;
  -ms-animation: rotating 120s linear infinite;
  -o-animation: rotating 120s linear infinite;
  animation: rotating 120s linear infinite;
}

.single-hebergements #book-form-wrapper-masthead {
  display: none !important;
}

#book-form-wrapper-masthead {
  position: fixed;
  width: 100%;
  top: calc(100vh - 92px);
  z-index: 9;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199px) {
  #book-form-wrapper-masthead {
    top: calc(100vh - 150px);
  }
}
@media (max-width: 991px) {
  #book-form-wrapper-masthead {
    top: auto;
    bottom: 100px;
  }
}
#book-form-wrapper-masthead {
  display: flex;
}

.viewsearchform #book-form-wrapper-masthead {
  display: flex !important;
}

#searchform-wrapper {
  position: relative;
}

#searchform-wrapper #searchform {
  transition: max-height 0.5s cubic-bezier(0.5, 0, 0.1, 1), padding 0.5s cubic-bezier(0.5, 0, 0.1, 1);
}

@media (max-width: 991px) {
  #searchform-wrapper #searchform {
    max-height: 0;
    overflow: hidden;
  }
}
#searchform-wrapper #searchform.active {
  max-height: 500px;
}

#searchform-wrapper .box-shadow {
  border-radius: 10px;
}

#searchform-wrapper .expandable {
  display: none;
  position: relative;
  width: calc(100% - 75px);
  padding: 0.7em 0.5em;
  margin: 1em auto -2px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.66);
  background-color: #fff;
  color: #123E52;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 35px;
}

@media (max-width: 991px) {
  #searchform-wrapper .expandable {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 550px) {
  #searchform-wrapper .expandable {
    width: calc(100% - 75px);
  }
}
#searchform-wrapper .expandable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
  box-shadow: inset 0 0 0 0px var(--wp--preset--color--primary);
  border-radius: 35px;
}

#searchform-wrapper .expandable .toggle-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#searchform-wrapper .expandable .toggle-icon::before {
  color: #123E52;
  padding: 2px;
  border-radius: 25px;
}

#searchform-wrapper .expandable span {
  position: relative;
  z-index: 3;
}

#searchform-wrapper .expandable.expanded {
  color: #fff;
  box-shadow: unset;
}

#searchform-wrapper .expandable.expanded::before {
  content: "";
  box-shadow: inset 0 0 0 66px var(--wp--preset--color--primary);
  border-radius: 15px 15px 0 0;
}

#searchform-wrapper .expandable.expanded .toggle-icon {
  transform: rotate(180deg);
}

#searchform-wrapper .expandable.expanded .toggle-icon::before {
  color: #fff;
}

#searchform-wrapper #searchform {
  z-index: 10;
  display: flex !important;
  justify-content: center;
}

#searchform-wrapper #searchform.active .searchform {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#searchform-wrapper .sub__menu {
  display: none;
}

#searchform-wrapper .sub__menu [id^=menu-sous-menu] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
}

#searchform-wrapper .sub__menu [id^=menu-sous-menu] li {
  padding: 5px 9px;
  font-weight: 600;
  text-shadow: 0px 3px 8px black;
}

#searchform-wrapper .searchform {
  display: flex;
  justify-content: center;
  z-index: 9;
  width: 100%;
}

#searchform-wrapper .searchform .control-group-wrapper {
  background-color: #fff;
  border-radius: 0.5555555556rem;
  padding: 2em 0.75em 0.75em;
  gap: 1em;
  box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.74);
}

@media (max-width: 991px) {
  #searchform-wrapper .searchform .control-group-wrapper {
    width: calc(100% - 300px);
    margin-left: auto;
    border-radius: 0 0 10px 10px;
    margin-right: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  #searchform-wrapper .searchform .control-group-wrapper {
    width: calc(100% - 75px);
  }
}
@media (min-width: 992px) {
  #searchform-wrapper .searchform .control-group-wrapper {
    padding: 15px;
    gap: 0;
    padding-left: 1em;
  }
}
@media (min-width: 1400px) {
  #searchform-wrapper .searchform .control-group-wrapper {
    padding: 15px;
  }
}
#searchform-wrapper .searchform select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="black"/></svg>') no-repeat 97% 60%;
}

#searchform-wrapper .searchform select:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media (min-width: 992px) {
  #searchform-wrapper .searchform select {
    width: auto;
    padding: 0 1rem 0 1rem;
  }
}
#searchform-wrapper .searchform .control-group {
  position: relative;
  font-size: 0.8rem;
  width: 100%;
  align-items: stretch;
}

@media (min-width: 992px) {
  #searchform-wrapper .searchform .control-group {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  #searchform-wrapper .searchform .control-group.dates::after {
    content: "";
    display: block;
    width: 1px;
    height: 40%;
    margin: auto 0.5555555556rem;
    background-color: var(--wp--preset--color--primary);
  }
}
@media (min-width: 1200px) {
  #searchform-wrapper .searchform .control-group.dates::after {
    margin: auto 1.6666666667rem;
  }
}
#searchform-wrapper .searchform input,
#searchform-wrapper .searchform select,
#searchform-wrapper .searchform button {
  font-family: var(--wp--preset--font-family--primary);
  color: #123E52;
  font-size: 0.9444444444rem;
  display: block;
  border: none;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  padding-left: 1rem;
  width: 100%;
}

#searchform-wrapper .searchform input:hover,
#searchform-wrapper .searchform select:hover,
#searchform-wrapper .searchform button:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media (min-width: 992px) {
  #searchform-wrapper .searchform input,
  #searchform-wrapper .searchform select,
  #searchform-wrapper .searchform button {
    width: auto;
    padding: 0 1em 0 10px;
  }
}
#searchform-wrapper .searchform input#daterange-input,
#searchform-wrapper .searchform select#daterange-input,
#searchform-wrapper .searchform button#daterange-input {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="black"/></svg>') no-repeat 97% 60%;
}

@media (min-width: 992px) {
  #searchform-wrapper .searchform input#daterange-input,
  #searchform-wrapper .searchform select#daterange-input,
  #searchform-wrapper .searchform button#daterange-input {
    text-align: center;
  }
}
#searchform-wrapper .searchform #daterange-input {
  font-family: revert !important;
  font-size: 0.8rem;
}

#searchform-wrapper .searchform label {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  color: #123E52;
}

#searchform-wrapper .searchform button[type=submit] {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0.5555555556rem;
  padding: 0.6666666667rem 0.9444444444rem;
}

#searchform-wrapper .searchform button[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary);
}

#searchform-wrapper .searchform button[type=submit]:active {
  background-color: var(--wp--preset--color--secondary);
}

#searchform-wrapper .menu-open #book-form-wrapper-masthead {
  right: -22px;
  top: calc(100vh - 140px);
  flex-direction: row !important;
  align-items: center;
  width: 100%;
}

@media (max-width: 991px) {
  #searchform-wrapper .menu-open #book-form-wrapper-masthead {
    right: 0px;
    top: 94vh;
  }
}
@media (max-width: 575px) {
  #searchform-wrapper .menu-open #book-form-wrapper-masthead {
    top: 90vh;
  }
}
@media (max-width: 991px) {
  #searchform-wrapper .menu-open #searchform {
    display: none !important;
  }
}
#searchform-wrapper .menu-open .sub__menu {
  display: block;
  width: 100%;
}

#searchform-wrapper .menu-open .searchform .control-group-wrapper {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

@media screen and (max-width: 991px) {
  #searchform-wrapper:has(.expanded) {
    filter: drop-shadow(0px 0px 5px var(--wp--preset--color--primary));
  }
  #searchform-wrapper:not(:has(:has(.expanded))) .expandable {
    filter: drop-shadow(0px 0px 5px var(--wp--preset--color--primary));
  }
  #searchform-wrapper .expandable.expanded::before {
    box-shadow: inset 0 0 0 66px var(--wp--preset--color--primary);
  }
  #searchform-wrapper #searchform.active .control-group-wrapper {
    border-radius: 0 0 15px 15px;
  }
  #searchform-wrapper .expandable {
    font-weight: 500;
    border: none;
  }
  #searchform-wrapper .expandable .expanded {
    border-radius: 15px 15px 0 0;
  }
}
.card-resa .booking_product {
  display: none;
}

.card-resa .booking_default {
  display: none;
}

.card-resa .booking_alt {
  display: none;
}

.card-resa .booking_last {
  display: none;
}

.card-resa .booking-btn.wp-block-button {
  display: none;
}

.card-resa .booking_no_value {
  display: none;
}

.card-resa .upgradebox {
  display: none;
}

.card-resa.default .booking_default {
  display: initial;
}

.card-resa.upgrade .upgradebox {
  display: block;
}

.card-resa.alt .booking_alt {
  display: initial;
}

.card-resa.no-value .booking_no_value {
  display: initial;
}

.card-resa.default .booking-btn.wp-block-button, .card-resa.alt .booking-btn.wp-block-button {
  display: initial;
}

.card-resa.last .booking_last {
  display: block;
}

.card-resa .last_dates {
  margin: 15px 0px 4px 0px;
}

.card-resa .dates {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
}

.card-resa input {
  font-family: var(--wp--preset--font-family--primary);
  color: #123E52;
  font-size: 0.8333333333rem;
  font-weight: 600;
  display: block;
  border: none;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  padding-left: 1rem;
  width: 100%;
}

.card-resa input:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

@media (min-width: 768px) {
  .card-resa input {
    width: auto;
    padding: 0 1.2em 0 10px;
  }
}
@media (min-width: 768px) {
  .card-resa input#daterange-input {
    text-align: center;
  }
}
.card-resa #daterange-input {
  font-size: 0.8rem;
}

@media (min-width: 1200px) {
  .card-resa #daterange-input {
    min-width: 250px;
  }
}
.card-resa label {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  color: #123E52;
}