@charset "UTF-8";
:root {
  --syam-blanc: #fff;
  --syam-noir: #000;
  --syam-dore: #dfba69;
  --syam-dore-light: #e2c077;
  --ph-color-gold: rgb(223, 186, 105);
  --ph-color-bg-title: #fff;
  --ph-height-desktop: 900px;
  --ph-height-min: 400px;
  --ph-container: 1200px;
  --ph-padding-title: 30px;
  --ph-trait-width: 40px;
  --ph-trait-height: 1px;
  --ph-trait-gap: 10px;
}

.small_text {
  max-width: 370px;
}

.infobulle {
  padding: 1em;
  background: rgba(223, 186, 105, 0.25);
  border: 1px solid #dfba69;
  border-radius: 10px;
  margin-block-end: 1em;
}
.infobulle p {
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}

.row_gradient {
  position: relative;
}
.row_gradient::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.row_gradient .fl-row-content {
  z-index: 3;
}

.tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.tag .fl-module-content {
  padding: 12px 15px;
  border: 1px solid #000;
}
.tag .fl-module-content h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.tag_white .fl-module-content {
  border-color: #fff !important;
}

.h1pages h1 {
  min-height: 106px;
}

img.logo-image {
  max-width: 100px;
  max-height: 100px;
}

@media (max-width: 992px) {
  .black_on_small > .fl-row-content-wrap {
    background: #000 !important;
  }
  .white_on_small > .fl-row-content-wrap {
    background: #fff !important;
  }
}
#ast-hf-menu-1 li a {
  letter-spacing: 2px !important;
}

.ast-primary-header-bar {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #000 50%) !important;
}

#ast-desktop-header .site-primary-header-wrap {
  background-color: #000;
  padding-left: 0;
  position: relative;
}
#ast-desktop-header .site-header-primary-section-left {
  width: 226px;
  background-color: #dfba69;
  padding-left: 26px;
}
#ast-desktop-header .site-header-primary-section-left .site-branding {
  padding: 0;
}
#ast-desktop-header .ast-header-button-1 {
  position: absolute;
  top: 0;
  right: 43px;
}
#ast-desktop-header .ast-custom-button {
  display: none;
  text-transform: none;
  font-weight: 400;
  font-size: 0.85em;
  color: #000;
  padding-inline: 1em;
  padding-block: 5px;
  line-height: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#ast-desktop-header .ast-custom-button:hover {
  background: #f0cf88;
}

.ast-builder-menu-1 .menu-item > .menu-link {
  padding-left: 28px !important;
}

@media (max-width: 1025px) {
  .ast-custom-button {
    text-transform: none;
    color: #000;
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5em;
  }
}
#menu-item-7406 ul.sub-menu {
  background-color: #000;
}
#menu-item-7406 .menu-reserver-btn a {
  background-color: #dfba69;
  color: #000;
}
#menu-item-7406 .menu-reserver-btn a::after {
  content: "→";
  display: inline-block;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
#menu-item-7406 .menu-reserver-btn a:hover {
  background-color: #dfba69;
  color: #000;
}
#menu-item-7406 .menu-reserver-btn a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

footer a {
  color: #000;
}
footer a:hover {
  color: #dfba69;
}
footer a.netalys {
  color: #dfba69;
}
footer a.netalys:hover {
  color: #000;
}
footer a.adv-icon-link {
  margin-bottom: 20px !important;
}
footer a.adv-icon-link .uabb-icon-wrap {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 50%;
}
footer a.adv-icon-link .uabb-icon-wrap:hover {
  border-color: #dfba69;
}
footer a.adv-icon-link .uabb-icon-wrap:hover .uabb-icon i::before {
  color: #dfba69 !important;
}

@media (max-width: 768px) {
  ul#menu-langues li {
    display: inline-block;
  }
}
.home-hero .fl-row-content-wrap {
  position: relative;
  min-block-size: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-block-end: clamp(2rem, 5vw, 4rem);
  padding-inline: clamp(1.5rem, 5vw, 4rem);
}
@media (max-width: 768px) {
  .home-hero .fl-row-content-wrap {
    min-block-size: auto;
    aspect-ratio: 1;
    max-block-size: 70svh;
  }
}
.home-hero .fl-row-content-wrap::before {
  content: "";
  position: absolute;
  inset: -5%;
  background-image: url("https://www.chateaudesyam.fr/wp-content/themes/syam/home_2x.webp");
  background-size: cover;
  background-position: center 25%;
  transform: scale(1.1);
  animation: hero-zoom-out 8s ease-out forwards;
  z-index: 0;
}
.home-hero .fl-row-content-wrap .fl-row-content {
  position: relative;
  z-index: 2;
  color: #fff;
  animation: hero-content-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s both;
}
@media (width < 769px) {
  .home-hero .fl-row-content-wrap .fl-row-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: calc(100% - 20px) !important;
  }
  .home-hero .fl-row-content-wrap .fl-row-content h2 {
    margin-bottom: 10px !important;
  }
  .home-hero .fl-row-content-wrap .fl-row-content .fl-module-rich-text {
    display: none;
  }
}

@keyframes hero-zoom-out {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hero-content-in {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-header {
  position: relative;
  width: 100%;
}
.page-header__media {
  position: relative;
  width: 100%;
  height: clamp(var(--ph-height-min), 60vw, var(--ph-height-desktop));
  overflow: hidden;
}
.page-header__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.page-header__title-wrap {
  padding-inline: 1rem;
}
@media (min-width: 992px) {
  .page-header__title-wrap {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: var(--ph-container);
    padding-inline: 0;
  }
}
@media (max-width: 991px) {
  .page-header__title-inner {
    padding-block-start: 40px;
  }
}
@media (min-width: 992px) {
  .page-header__title-inner {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    background: var(--ph-color-bg-title);
    padding: var(--ph-padding-title);
    position: relative;
  }
}
.page-header__title {
  position: relative;
  margin: 0;
  font-size: clamp(2.5em, 4vw, 4em);
  color: var(--ph-color-gold);
}
@media (min-width: 992px) {
  .page-header__title {
    max-width: calc(var(--ph-container) / 2);
    text-wrap: balance;
    text-shadow: none;
  }
}
.page-header__title::before {
  content: "";
  position: absolute;
  inset-block-start: calc(-1 * var(--ph-trait-gap));
  inset-inline-start: 0;
  inline-size: var(--ph-trait-width);
  block-size: var(--ph-trait-height);
  background: var(--ph-color-gold);
}

#home_carousel .pp-image-carousel-wrapper {
  top: -130px;
  left: -200px;
  min-width: 1180px;
}
#home_carousel .pp-image-carousel-wrapper .pp-image-carousel {
  overflow: visible;
  overflow-x: clip;
}
#home_carousel .pp-image-carousel-wrapper .pp-image-carousel-item {
  width: 582px !important;
}
#home_carousel .pp-image-carousel-wrapper .pp-swiper-button {
  position: absolute;
  top: calc(100% + 60px);
  background-color: transparent;
}
#home_carousel .pp-image-carousel-wrapper .pp-swiper-button.pp-swiper-button-prev {
  left: 200px;
}
#home_carousel .pp-image-carousel-wrapper .pp-swiper-button.pp-swiper-button-next {
  left: 270px;
}
#home_carousel .pp-image-carousel-wrapper .pp-swiper-button span::before {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border: 1px solid #000;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
#home_carousel .pp-image-carousel-wrapper .pp-swiper-button:hover span::before {
  border-color: #dfba69;
}
@media (max-width: 992px) {
  #home_carousel .pp-image-carousel-wrapper {
    top: 0;
    left: 0;
  }
}

.col_map {
  position: relative;
}
.col_map .monument_historique {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.hero__lede {
  order: -1;
}

@media (min-width: 993px) {
  .encart_photos {
    position: relative;
    margin-top: -260px;
  }
  .encart_photos > .fl-row-content-wrap {
    max-height: 750px;
  }
  .encart_photos .fl-node-60aba94e38123,
  .encart_photos .fl-node-60aba814ee320 {
    margin-top: -150px;
  }
  .encart_photos .fl-node-60aba94e381b0 {
    margin-top: -40px;
  }
  .encart_photos2 {
    position: relative;
    margin-top: -60px;
  }
  .encart_photos2 > .fl-row-content-wrap {
    max-height: 750px;
  }
}
#offres .tarif_offrir {
  font-weight: bold;
  font-size: 14px;
}
#offres .btn_offrir {
  display: inline-block;
  margin-top: 18px;
  padding: 4px 15px;
  background-color: #dfba69;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.5s ease;
}
#offres .btn_offrir:hover {
  background-color: #fff;
  color: #dfba69;
}
#offres .pp-hover-card-inner::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -63px;
  width: 300px;
  height: 104px;
  background: url("https://www.chateaudesyam.fr/wp-content/uploads/2021/07/ruban.png") 0 0 no-repeat;
  transform: rotate(-45deg);
}

@media (max-width: 1530px) {
  #row_visiter_villa .fl-row-content-wrap {
    background-size: 800px;
  }
}
@media (max-width: 1230px) {
  #row_visiter_villa .fl-row-content-wrap {
    background-size: 680px;
  }
}
.logo.bigDevices {
  display: none;
}

@media (max-width: 1880px) {
  .fl-node-60a52c2a23325 {
    display: none;
  }
}

#gform_1 label {
  margin-bottom: 0;
}
#gform_1 .gfield_required {
  display: none;
}
#gform_1 .gfield_checkbox input[type=checkbox] + label::before {
  border-radius: 50%;
}

.gform_body select {
  min-height: 40px;
}

.gfield_description {
  font-size: 0.9em !important;
  line-height: 1em !important;
  color: #888 !important;
}

.form-mariage {
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

#gform_confirmation_message_6 a,
#gform_confirmation_message_7 a {
  background: #dfba69;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem !important;
  letter-spacing: 1.5px;
  padding-block: 1em;
  padding-inline: 1.25em;
  transition: background 0.5s linear;
}
#gform_confirmation_message_6 a:hover,
#gform_confirmation_message_7 a:hover {
  background: #000;
  color: #fff;
}

#gform_2 label,
#gform_3 label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
#gform_2 button.single_add_to_cart_button,
#gform_3 button.single_add_to_cart_button {
  margin-left: 0;
}

.variation-Jesouhaiteprvenirlebnficiaireducadeauparemail,
.variation-Messageenvoyer {
  display: none !important;
}

.woocommerce-table__product-name ul.wc-item-meta li:nth-child(3) {
  display: none;
}

#input_3_8,
#input_3_9 {
  height: 40px;
}

#gform_totals_3 {
  list-style-type: none;
  margin: 0;
}
#gform_totals_3 .gfield_label,
#gform_totals_3 .formattedTotalPrice.ginput_total {
  color: #dfba69;
  font-size: 18px;
  font-weight: bold;
}
#gform_totals_3 .gfield_label {
  float: left;
  margin-right: 16px;
}
#gform_totals_3 .formattedTotalPrice.ginput_total {
  position: relative;
  font-size: 24px;
  margin-inline-start: 0.2em;
}

#gform_3 .product_totals {
  margin-bottom: 20px;
}

#wc-bookings-booking-form {
  display: flex;
  flex-wrap: wrap;
}
#wc-bookings-booking-form .ui-widget {
  font-family: "Poppins", sans-serif !important;
}
#wc-bookings-booking-form .wc_bookings_field_persons_222,
#wc-bookings-booking-form .wc_bookings_field_persons_223,
#wc-bookings-booking-form .wc_bookings_field_persons_5597,
#wc-bookings-booking-form .wc_bookings_field_persons_5598 {
  width: 50%;
}
#wc-bookings-booking-form fieldset {
  width: 100%;
}
#wc-bookings-booking-form .ui-corner-all,
#wc-bookings-booking-form .ui-corner-top,
#wc-bookings-booking-form .ui-corner-left,
#wc-bookings-booking-form .ui-corner-tl {
  border-radius: 0;
}
#wc-bookings-booking-form .ui-datepicker-next,
#wc-bookings-booking-form .ui-datepicker-prev {
  background-color: #dfba69;
  border-radius: 50%;
  padding: 0;
  width: 36px;
  height: 36px;
  margin-top: 2px;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
  background-color: #000;
  background-image: none;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background-color: #239e57 !important;
  color: #fff !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #dfba69 !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: #e2c077 !important;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td a.ui-state-active,
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td a.ui-state-active.ui-state-hover {
  color: #000;
}
#wc-bookings-booking-form .ui-datepicker-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
#wc-bookings-booking-form .wc-bookings-booking-form .block-picker li:nth-child(even) a {
  background-color: rgba(239, 221, 180, 0.2);
}
#wc-bookings-booking-form .ui-priority-secondary,
#wc-bookings-booking-form .ui-widget-content .ui-priority-secondary,
#wc-bookings-booking-form .ui-widget-header .ui-priority-secondary {
  opacity: 1;
}
#wc-bookings-booking-form p.wc_bookings_field_persons_222,
#wc-bookings-booking-form p.wc_bookings_field_persons_223,
#wc-bookings-booking-form p.wc_bookings_field_persons_5597,
#wc-bookings-booking-form p.wc_bookings_field_persons_5598 {
  background-color: #000;
  padding: 10px 20px;
}
#wc-bookings-booking-form p.wc_bookings_field_persons_222 label,
#wc-bookings-booking-form p.wc_bookings_field_persons_223 label,
#wc-bookings-booking-form p.wc_bookings_field_persons_5597 label,
#wc-bookings-booking-form p.wc_bookings_field_persons_5598 label {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
#wc-bookings-booking-form p.wc_bookings_field_persons_222 input,
#wc-bookings-booking-form p.wc_bookings_field_persons_223 input,
#wc-bookings-booking-form p.wc_bookings_field_persons_5597 input,
#wc-bookings-booking-form p.wc_bookings_field_persons_5598 input {
  border-radius: 8px;
}

button.single_add_to_cart_button,
button#place_order {
  height: 49px;
}

@media (max-width: 768px) {
  .wc-bookings-booking-form .form-field input[type=number] {
    width: 50% !important;
  }
  #wc-bookings-booking-form label {
    height: 50px;
  }
}
.woocommerce-additional-fields {
  display: none;
}

.col2-set {
  width: 48% !important;
  margin-right: 2% !important;
}

#order_review_heading,
#order_review {
  width: 48% !important;
  margin-left: 2% !important;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;
}
.woocommerce-checkout-review-order-table td.product-name {
  font-weight: bold;
  color: #dfba69;
  font-size: 16px;
}
.woocommerce-checkout-review-order-table td.product-name a.remove {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce-checkout-review-order-table td.product-name .variation {
  color: #000;
  font-weight: normal !important;
  font-size: 14px;
}
.woocommerce-checkout-review-order-table td.product-name .variation dt {
  font-weight: normal !important;
}
.woocommerce-checkout-review-order-table td.product-name strong.product-quantity {
  display: none;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
}

#wc-stripe-new-payment-method {
  margin-right: 3px !important;
  top: 2px !important;
  position: relative !important;
}

p.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 11px !important;
}

@media (max-width: 768px) {
  .col2-set,
  #order_review,
  #order_review_heading {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#wc-stripe-cc-form .form-row {
  padding-bottom: 0 !important;
}

strong.wc-booking-summary-number {
  display: none;
}

.woocommerce-message,
.woocommerce-form-coupon-toggle {
  display: none;
}

td.booking-status,
td.booking-end-date,
th.booking-end-date {
  display: none;
}

@media (min-width: 769px) {
  #cookie-law-info-bar {
    width: 490px !important;
    padding: 15px !important;
  }
}
@media (max-width: 768px) {
  #cookie-law-info-again {
    display: none !important;
  }
  #wt-cli-settings-btn {
    display: block;
  }
  #wt-cli-reject-btn {
    margin-left: 0 !important;
  }
}
@media (min-width: 993px) {
  .cli-bar-container {
    max-height: 240px;
  }
}
.cli-tab-footer .wt-cli-privacy-accept-btn,
.cli-switch input:checked + .cli-slider {
  background-color: #dfba69;
}

table.cookielawinfo-winter thead th {
  background: #000 !important;
}

.cli-bar-message {
  font-size: 12px;
}

button#check-availability-button {
  background-color: #dfba69 !important;
}

.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 6px !important;
}
.mailpoet_form input.mailpoet_text {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.mailpoet_form input.mailpoet_checkbox {
  position: relative;
  top: 2px;
}
.mailpoet_form label.mailpoet_checkbox_label {
  font-size: 11px !important;
}
.mailpoet_form input.mailpoet_submit {
  padding: 10px 5px !important;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  width: calc(100% - 20px);
  top: 30% !important;
  font-size: 13px;
  font-weight: bold;
}

.logo.bigDevices {
  display: none;
}

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