/* Theme Name: Vedhak Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of vedhak
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: vedhak
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  vedhak-child
*/
@keyframes growShrink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body.home #section-main-menu:not(.active_sticky) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  transition: 0.25s all;
}
body.home #section-main-menu:not(.active_sticky) a {
  color: white;
}
body.home #section-main-menu:not(.active_sticky) #column-menu .menu-toggle:before,
body.home #section-main-menu:not(.active_sticky) #column-menu .menu-toggle span:before, body.home #section-main-menu:not(.active_sticky) #column-menu .menu-toggle:after {
  background-color: white;
}
body.home #section-main-menu a {
  font-weight: 700;
}
body.home.admin-bar #section-main-menu {
  top: 32px;
}
@media (max-width: 1024px) {
  body.home.admin-bar #section-main-menu {
    top: 46px;
  }
}
body.home.admin-bar #wpadminbar {
  position: fixed;
}

#section-introduction {
  background: #027DA3;
  padding: 10px;
}
@media (max-width: 1024px) {
  #section-introduction {
    min-height: 100vh;
  }
}
#section-introduction .title {
  text-align: left;
}
@media (max-width: 1024px) {
  #section-introduction .title {
    margin-bottom: 20px;
  }
}
#section-introduction .title .title-bold,
#section-introduction .title .title-normal {
  font-weight: 600;
  font-size: 80px;
  line-height: 90px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.5019607843);
  color: white;
}
@media (max-width: 1024px) {
  #section-introduction .title .title-bold,
  #section-introduction .title .title-normal {
    font-size: 50px;
    line-height: 60px;
  }
}
#section-introduction .title .title-bold sup,
#section-introduction .title .title-normal sup {
  background: transparent url(/wp-content/themes/vedhak-child/images/three-stars.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 140px;
  height: 40px;
  color: transparent;
  top: -3rem;
  text-shadow: none;
}
@media (max-width: 1024px) {
  #section-introduction .title .title-bold sup,
  #section-introduction .title .title-normal sup {
    width: 100px;
    height: 26px;
    display: inherit;
    top: -0.5em;
  }
}
#section-introduction .title .title-normal {
  color: #FF8A00;
}
#section-introduction .description {
  max-width: 70%;
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
}
@media (max-width: 1024px) {
  #section-introduction .description {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
#section-introduction .elementor-button {
  min-width: 220px;
}

@media (max-width: 1024px) {
  #section-alert {
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 1024px) {
  #section-alert .e-con-inner {
    padding: 0;
    margin: 0;
  }
}
#section-alert .elementor-alert {
  border-radius: 30px;
  border-left: 1px;
  padding: 30px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1024px) {
  #section-alert .elementor-alert {
    border-radius: 0;
  }
}
#section-alert .elementor-alert .elementor-alert-description {
  font-size: 20px;
}
#section-alert .elementor-alert button[type=button] {
  right: 15px;
}

@media (max-width: 1024px) {
  #section-location .ova-heading .title {
    text-align: center;
  }
}
#section-location .iconbox {
  min-height: 330px;
  background-image: none;
}
@media (max-width: 1024px) {
  #section-location .iconbox {
    min-height: 200px;
  }
}
#section-location .iconbox .icon svg {
  width: 80px;
  height: 80px;
}
#section-location .iconbox .content {
  margin-bottom: auto;
}
#section-location .iconbox .line-decoration {
  margin-top: 30px;
}
#section-location .iconbox .button-readmore .text-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: initial;
}
#section-location .iconbox .button-readmore .text-button:first-letter {
  text-transform: uppercase !important;
}
#section-location .iconbox .button-readmore .icon-button {
  width: 14px;
  height: 14px;
}
#section-location .iconbox .button-readmore .icon-button svg {
  fill: #FF8A00;
}
#section-location .iconbox:hover .icon {
  background-color: #FF8A00;
}
#section-location .iconbox:hover .content .title {
  color: #FF8A00;
}
#section-location .iconbox:hover .content .description {
  color: #111827;
}
#section-location .iconbox:hover .line-decoration {
  background: rgba(0, 0, 0, 0.1019607843);
}
#section-location .iconbox:hover .button-readmore .text-button {
  color: #111827;
}

#section-video .title .title-bold {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  color: white;
}
@media (max-width: 1024px) {
  #section-video .title .title-bold {
    font-size: 40px;
  }
}
#section-video .elementor-button {
  height: 80px;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
}
#section-video .ekit-video-popup {
  background: transparent url(/wp-content/themes/vedhak-child/images/icon-play.svg) no-repeat center;
  background-color: white;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: growShrink 2s infinite;
}
#section-video .ekit-video-popup i {
  display: none;
}
#section-video .ekit-video-popup:hover {
  outline: 5px solid rgba(255, 138, 0, 0.5);
}
#section-video .ekit-video-popup i {
  color: #FF8A00;
  display: inline-flex;
  font-size: 24px;
}

.ekit_self_video_wrap_content .mejs-overlay-play .mejs-overlay-button {
  background: transparent url(/wp-content/themes/vedhak-child/images/icon-play.svg) no-repeat center;
  border-radius: 50%;
}
.ekit_self_video_wrap_content .mejs-overlay-play:hover .mejs-overlay-button {
  outline: 5px solid rgba(255, 138, 0, 0.5);
  background-position: center;
}

#section-eco-responsable #block-eco-responsable {
  border-radius: 30px;
}
@media (max-width: 1024px) {
  #section-eco-responsable #block-eco-responsable {
    border-radius: 0;
    padding: 30px 10px;
  }
}
#section-eco-responsable #block-eco-responsable .title .title-bold,
#section-eco-responsable #block-eco-responsable .title .title-normal {
  color: white;
}
#section-eco-responsable #block-eco-responsable .title .title-normal {
  color: #FF8A00;
}
#section-eco-responsable #block-eco-responsable .description {
  color: white;
}
#section-eco-responsable #block-eco-responsable .elementor-widget-text-editor p {
  color: white;
}

#section-tarifs p {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 60px;
  color: #111827;
}
#section-tarifs p strong {
  color: #027DA3;
}

#section-tourisme-eco-responsable .elementor-widget-text-editor p {
  margin-bottom: 0;
}

.ova-product {
  border-radius: 15px;
}
.ova-product .ova_head_product {
  height: 240px;
}
.ova-product .ova_head_product img {
  height: auto;
}
.ova-product .ova_foot_product {
  padding: 20px;
  height: calc(100% - 240px);
}
.ova-product .ova_foot_product .product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ova-product .ova_foot_product .product-info .ova-product-title:before {
  display: none;
}
.ova-product .ova_foot_product .product-info .ova-product-title a {
  color: #027DA3;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.ova-product .ova_foot_product .product-info .ova-product-title a span {
  color: #111827;
}
.ova-product .ova_foot_product .product-info .product-short-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.ova-product .ova_foot_product .product-info .feature-icon-and-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  margin-top: auto;
  border: none;
}
.ova-product .ova_foot_product .product-info .feature-icon-and-link .feature-icon-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
}
.ova-product .ova_foot_product .product-info .feature-icon-and-link .product-view-detail {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #111827;
  font-weight: 700;
  line-height: 24px;
}
.ova-product .ova_foot_product .product-info .feature-icon-and-link .product-view-detail:hover {
  color: #FF8A00;
}
.ova-product .ova_foot_product .product-info .feature-icon-and-link .product-view-detail svg {
  fill: #FF8A00;
  width: 1em;
  height: 1em;
  margin-left: 0.25rem;
}

.ova-content-single-product .single-product-header {
  max-width: 100%;
}
.ova-content-single-product .single-product-header .ova-product-gallery-slideshow .item img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-header .ova-product-gallery-slideshow .item img {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-summary {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left {
    padding-bottom: 30px;
  }
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left .woocommerce-breadcrumb {
  color: #111827;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left .woocommerce-breadcrumb a {
  color: #111827;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left .ova-product-title {
  color: #027DA3;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left .ova-product-title span {
  color: #111827;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left .ova-product-meta {
  color: #111827;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-description {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-description a {
  color: #027DA3;
  text-decoration: underline;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions {
  margin-bottom: 30px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .title {
  color: #111827;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 30px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item {
  user-select: none;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item .e-n-accordion-item-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #111827;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  padding: 15px 0;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item .e-n-accordion-item-title:after {
  content: "";
  display: inline-flex;
  margin-left: auto;
  width: 35px;
  height: 35px;
  transition: all ease-in-out 0.25s;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"%3E%3Crect x="0.5" y="0.5" width="34" height="34" rx="17" stroke="%23F6F8FC"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M17.847 22.1761L23.3737 16.7254C23.6755 16.408 23.6755 15.9227 23.3737 15.624C23.0719 15.3254 22.5626 15.3254 22.2608 15.624L17.3 20.5334L12.3392 15.624C12.0186 15.3254 11.5281 15.3254 11.2263 15.624C10.9246 15.9227 10.9246 16.408 11.2263 16.7254L16.7342 22.1761C17.0548 22.4747 17.5452 22.4747 17.847 22.1761Z" fill="%23FF8A00"/%3E%3C/svg%3E');
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item .elementor-element {
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item[open] .e-n-accordion-item-title {
  color: #027DA3;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-left #ova-product-conditions .e-n-accordion-item[open] .e-n-accordion-item-title:after {
  background: transparent url(/wp-content/themes/vedhak-child/images/icon-arrow-accordion.svg) no-repeat center;
  background-size: contain;
  transform: rotate(360deg);
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right {
  width: 30%;
  min-width: 450px;
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right {
    width: 100%;
    min-width: 100%;
  }
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .box {
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 25px 0 rgba(225, 230, 246, 0.5);
  padding: 50px;
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .box {
    padding: 20px;
  }
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .ovabrw_features-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .ovabrw_features-wrapper .ova-features-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .ovabrw_features-wrapper .ova-features-product label {
  color: #027DA3;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 20px;
  width: 100%;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .elementor-button-link {
  width: 100%;
}
.ova-content-single-product .single-product-summary .container_site .ova-single-product-summary-right .elementor-button-link .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
.ova-content-single-product .single-product-related .related-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .ova-content-single-product .single-product-related .related-title {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
  }
}
.ova-content-single-product .single-product-related .owl-stage-outer .owl-item {
  min-height: 550px;
  height: 100%;
}
.ova-content-single-product .single-product-related .owl-stage-outer .owl-item .ova-product .ova_foot_product .product-info {
  min-height: 250px;
}

* {
  font-family: Poppins;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.cookies-not-set {
  padding-bottom: 60px;
}
body #main-content {
  max-width: inherit;
  margin-bottom: 0;
}

#scrollUp {
  display: none !important;
}

#section-main-menu a {
  font-weight: 700;
}
@media (max-width: 1024px) {
  #section-main-menu .elementor-container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  #section-main-menu #column-logo {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1024px) {
  #section-main-menu #column-logo .elementor-widget-wrap {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  #section-main-menu #column-menu {
    width: 30px;
    justify-content: flex-end;
  }
}
#section-main-menu #column-menu .close-menu {
  visibility: hidden;
}
#section-main-menu.active_sticky {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#section-main-menu.active_sticky #column-menu .menu-toggle:before,
#section-main-menu.active_sticky #column-menu .menu-toggle span:before, #section-main-menu.active_sticky #column-menu .menu-toggle:after {
  background-color: #111827;
}

.wrap_header_banner .header_title {
  text-transform: initial;
}

.elementor-button {
  min-width: 240px;
}
.elementor-button .elementor-button-text {
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  text-transform: initial;
}
.elementor-button .elementor-button-text:first-letter {
  text-transform: uppercase !important;
}

.wp-block-button__link {
  min-width: 220px;
  background-color: #027DA3;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-transform: initial;
  border-radius: 5px;
  padding: 16px 30px;
}
.wp-block-button__link:after {
  content: "";
  display: inline-flex;
  margin-left: auto;
  width: 14px;
  height: 14px;
  transition: all ease-in-out 0.25s;
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20class%3D%22e-font-icon-svg%20e-fas-angle-double-right%22%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9%200l-22.6%2022.6c-9.4%209.4-9.4%2024.6%200%2033.9l96.4%2096.4-96.4%2096.4c-9.4%209.4-9.4%2024.6%200%2033.9l22.6%2022.6c9.4%209.4%2024.6%209.4%2033.9%200l136-136c9.4-9.2%209.4-24.4%200-33.8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-block-button__link:hover {
  background-color: #111827;
}

.feature {
  padding: 0 !important;
  border: none !important;
  color: #111827;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.feature.icon-only {
  width: 40px;
  height: 40px;
}
.feature.icon-only .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.feature.icon-only .icon-lit-double {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-lit-double.svg");
}
.feature.icon-only .icon-lit-simple {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-lit-simple.svg");
}
.feature.icon-only .icon-lit-simple-x2 {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-lit-simple-x2.svg");
}
.feature.icon-only .icon-wc {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-wc.svg");
}
.feature.icon-only .icon-douche {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-douche.svg");
}
.feature.icon-only .icon-cuisine {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-cuisine.svg");
}
.feature.icon-only .icon-climatisation {
  background-image: url("/wp-content/themes/vedhak-child/images/features/icon-climatisation.svg");
}

.elementor-icon-list-items {
  gap: 0.5rem;
  margin: 0 0 30px !important;
}
.elementor-icon-list-items .elementor-icon-list-item {
  background: white;
  padding: 10px 15px !important;
  border-radius: 50px;
  margin: 0 !important;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.0509803922);
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  padding-right: 0 !important;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  fill: #FF8A00;
  margin-right: 0 !important;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text small {
  font-size: 14px !important;
  font-weight: 275;
  line-height: 20px;
}

.ova-heading.template1 .title {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .ova-heading.template1 .title {
    text-align: center;
  }
}
.ova-heading.template1 .title .title-bold,
.ova-heading.template1 .title .title-normal {
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  color: #111827;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .ova-heading.template1 .title .title-bold,
  .ova-heading.template1 .title .title-normal {
    font-size: 40px;
    line-height: 40px;
  }
}
.ova-heading.template1 .title .title-normal {
  color: #027DA3;
}

.wp-block-separator {
  border-top: 1px solid #E8E8E8;
  margin: 2rem 0;
}

.elementor-divider .elementor-divider-separator {
  --divider-color: #E8E8E8;
}

.section-card .elementor-widget-vedhak_elementor_heading {
  margin-block-end: 15px !important;
}
.section-card.section-card-reverse .title-bold,
.section-card.section-card-reverse .title-normal {
  color: #027DA3;
}
.section-card.section-card-reverse .title-normal {
  color: #111827;
}
.section-card .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #111827;
}
.section-card .description p {
  margin-bottom: 15px;
}
.section-card .elementor-widget-text-editor p {
  margin-bottom: 15px;
}
.section-card .elementor-container {
  gap: 30px;
}
.section-card .elementor-widget-button .elementor-button-link {
  padding: 0;
}
.section-card .elementor-widget-button .elementor-button {
  min-width: inherit;
}
.section-card .elementor-widget-button .elementor-button-icon {
  font-size: 18px;
}
.section-card .elementor-widget-button .elementor-button-icon svg {
  fill: #FF8A00;
}

.ovabrw-search-ajax .ovabrw-search {
  display: none !important;
}
.ovabrw-search-ajax .ovabrw-tour-filter {
  padding-bottom: 0;
  border-bottom: none;
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .tour-found-text {
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  color: #111827;
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .tour-found-text.number-result-tour-found {
  color: #027DA3;
  margin-right: 0.25rem;
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .clear-filter {
  display: none !important;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter {
  display: none !important;
}
.ovabrw-search-ajax .ovabrw-pagination-ajax ul li .page-numbers.next {
  visibility: hidden; /* Masque le texte existant */
  position: relative;
}
.ovabrw-search-ajax .ovabrw-pagination-ajax ul li .page-numbers.next:after {
  color: #111827;
  content: "Suivant";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 1px solid rgba(28, 35, 31, 0.5);
  border-radius: 5px;
  padding: 0 14px;
  min-width: 48px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ovabrw-search-ajax .ovabrw-pagination-ajax ul li .page-numbers.next:hover:after {
  background-color: #027DA3;
  color: white;
}

.ova-icon-box.template2 .iconbox .icon i {
  margin: 0 !important;
}
.ova-icon-box.template2 .iconbox .icon svg {
  width: 60px;
  height: 60px;
  fill: white;
}
.ova-icon-box.template4 {
  height: 100%;
}
.ova-icon-box.template4 .iconbox {
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  background: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.0509803922);
}
.ova-icon-box.template4 .iconbox .icon {
  margin-bottom: 30px;
}
.ova-icon-box.template4 .iconbox .icon svg {
  width: 60px;
  height: 60px;
  fill: #027DA3;
}
.ova-icon-box.template4 .iconbox .content {
  margin-bottom: 0;
}
.ova-icon-box.template4 .iconbox .content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}
.ova-icon-box.template4 .iconbox .content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.ova-icon-box.template4 .iconbox .line-decoration {
  display: none;
}

.icon .icon {
  margin-right: 0;
}

#guest-suite-target .gs-header {
  background-color: #027DA3 !important;
  color: white !important;
  padding: 1rem !important;
}
#guest-suite-target .gs-header .gs-average-container {
  font-size: 20px;
}
#guest-suite-target .gs-header .gs-average-container .gs-max-rate {
  font-size: 16px;
}
#guest-suite-target .gs-header .gs-reviews-stats {
  font-size: 16px;
}
#guest-suite-target .gs-header .gs-rating-tooltip-block {
  display: inline-flex;
  align-items: center;
  max-height: 40px;
}
#guest-suite-target .gs-header .gs-rating-tooltip-block .gs-rating-tooltip {
  display: inline-flex;
  align-items: center;
  height: 40px;
}
#guest-suite-target .gs-header .gs-rating-tooltip-block img {
  margin-top: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(102%) contrast(105%);
}
#guest-suite-target .gs-pagination {
  color: #111827;
  font-size: 16px;
}
#guest-suite-target .gs-pagination .gs-pagination-column {
  gap: 0.25rem;
}
#guest-suite-target .gs-pagination .gs-btn {
  color: #111827;
  font-size: 16px;
}
#guest-suite-target .gs-pagination .gs-btn.gs-btn--active {
  background-color: #FF8A00;
  color: white;
}
#guest-suite-target .gs-pagination .gs-btn--bordered:hover {
  background-color: #027DA3;
  color: white;
}
#guest-suite-target .gs-review-list {
  border: none;
  margin-top: 0;
}
#guest-suite-target .gs-review-list .gs-review-table {
  border: 1px solid #E8E8E8;
  border-collapse: collapse;
}
#guest-suite-target .gs-review-list .gs-review {
  border: none !important;
}
#guest-suite-target .gs-review-list .gs-review td {
  padding: 1rem;
  border: none !important;
}
#guest-suite-target .gs-review-list .gs-review td.gs-flag-container {
  width: 60px;
  text-align: right;
}
#guest-suite-target .gs-review-list .gs-review:nth-child(odd) {
  background-color: rgba(2, 125, 163, 0.031372549);
}
#guest-suite-target .gs-review-list .gs-review .gs-rate strong {
  color: #FF8A00 !important;
}
#guest-suite-target .gs-review-list .gs-review .gs-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
#guest-suite-target .gs-review-list .gs-review .gs-review-metadata .gs-review-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#guest-suite-target .gs-review-list .gs-review .gs-review-title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
#guest-suite-target .gs-review-list .gs-review .gs-review-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#guest-suite-target .gs-review-list .gs-review .gs-review-response .gs-review-response-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
#guest-suite-target .gs-review-list .gs-review .gs-review-response .gs-review-response-body {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#guest-suite-target .gs-footer {
  border-bottom: none;
  padding: 0;
  gap: 1rem;
}
#guest-suite-target .gs-footer .gs-logo-link {
  flex-shrink: 0;
}
#guest-suite-target .gs-footer .gs-afnor-sentence {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.bg-blue-light {
  background: rgba(2, 125, 163, 0.031372549);
  border-radius: 15px !important;
  padding: 30px;
}
.bg-blue-light h1, .bg-blue-light h2, .bg-blue-light h3, .bg-blue-light h4, .bg-blue-light h5, .bg-blue-light h6 {
  font-size: 25px;
  font-weight: 700;
  line-height: 37.5px;
  margin-top: 0;
}
.bg-blue-light p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #111827;
}
.bg-blue-light p strong {
  font-weight: 600;
}
.bg-blue-light a .elementor-button-text {
  font-weight: 700;
  color: white;
}
.bg-blue-light a svg {
  fill: white !important;
}

@media (max-width: 1024px) {
  #footer .elementor-element-populated {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  #footer #footer-logo {
    gap: 20px;
  }
}
#footer #footer-logo .elementor-widget {
  max-height: 130px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
#footer #footer-logo .elementor-widget-container {
  max-height: 130px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
#footer #footer-logo img {
  max-height: 130px;
}
@media (max-width: 1024px) {
  #footer #footer-logo img {
    max-width: 120px;
    max-height: 60px;
  }
}
#footer #footer-laius {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: white;
}
#footer #footer-laius h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: white;
  margin-top: 0;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #FF8A00;
}
#footer a:hover i {
  color: white;
}
#footer .elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  align-items: center;
  justify-content: center;
}
#footer #wassa p {
  margin-bottom: 0;
}
#footer .ova-contact-info .icon i {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */
