/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.row {
  padding-bottom: 0;
}
p {
  padding-bottom: 15px;
}
#prestations p {
  padding-bottom: 0;
}
#top nav>ul>li a {
  color: #362a26 !important;
  opacity: 1 !important;
}
#top nav>ul>li:hover,
#header-outer.transparent[data-lhe="default"].dark-slide #top nav .sf-menu > .current_page_item > a,
#header-outer.transparent[data-lhe="default"].dark-slide #top nav .sf-menu a:hover {
  color: #b43872 !important;
}
#header-outer.transparent #top #logo, #header-outer.transparent #top .logo-clone, #header-outer.transparent #top #logo,
#header-outer:not(.transparent) #top #logo, #header-outer.transparent.dark-slide > #top #logo {
  color: #b43872 !important;
}
#header-outer.transparent #top #logo, #header-outer.transparent #top .logo-clone, #header-outer.transparent #top #logo:hover,
#header-outer:not(.transparent) #top #logo:hover {
  color: #362a26 !important;
}
#header-outer .menu-item-945 > a:hover, #header-outer #top nav .menu-item-945 > a:hover, #header-outer.transparent nav > ul.sf-menu .menu-item.menu-item-945 > a:hover, #header-outer.transparent #top nav > ul.sf-menu .menu-item.menu-item-945 > a:hover {
  color: #fff !important;
}
#header-outer[data-lhe="default"] #top nav > ul > li[class*="menu-item-btn-style"] > a {
  margin-right: 0;
}
#header-outer .email {display: none !important;}
.sf-menu * {margin-top: 2px;}
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons {
  margin-left: 0;
}
.mrb {margin-right: 20px;}
.bigger {
  font-size: 24px;
  line-height: 34px;
}
h1.bigger {
  font-size: 58px;
  line-height: 61px;
}
.nectar-woo-cart {display: none !important;}
.woocommerce .product-wrap {
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: #fff;
  padding: 10px 20px 20px 30px;
  border-radius: 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 23px;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
  font-family: 'Archivo';
}
.woocommerce span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page span.onsale, .woocommerce-page ul.products li.product .onsale {
  padding: 3px 15px 5px 16px !important;
  right: 20px !important;
  margin-top: -15px !important;
  font-family: 'Lato' !important;
  font-weight: 600;
  min-height: auto !important;
  font-size: 14px;
  color: #b43972;
  background: #fff !important;
  border: 2px solid #ffeff6
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  font-size: 15px !important;
}
.opening-block {
  margin: 0 auto;
}
.infos-address a {
  color: #FFFFFF !important;
  font-weight: bold !important;
}
.opening-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.opening-hours li {
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  color: #b43872;
  font-weight: bold;
  border-bottom: 1px solid #FAD6E5;
  padding: 12px 0;
}
.opening-hours li:first-child {
  padding-top: 0;
}
.opening-hours li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.opening-hours .hours {
  text-align: right;
  font-weight: normal;
  color: #362a26;
  min-width: 110px;
}
.coords {
  position: relative !important;
  z-index: 9999;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  border-radius: 25px;
  position: relative !important;
  top: 45px;
  width: 103%;
  left: -45px;
  z-index: 99;
}
body #footer-outer .row {
  font-size: 12px;
  padding: 0;
}
.copyright {
  text-align: left;
}
.legal-links {
  text-align: right;
}
.booking-widget {
  background: #362a26;
  color: #fff;
  padding: 45px;
  border-radius: 15px;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  top: -78px;
}
.home .booking-widget {
  top: -62px;
}
.booking-widget h3 {
  font-family: 'Archivo' !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
}
.booking-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 24px;
}
.booking-type-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.booking-type {
  border: 1px solid rgba(255,255,255,0.18);
  background-color: transparent;
  color: #ffffff;
  border-radius: 6px !important;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  text-align: left;
  gap: 6px;
  transition:
  background-color 0.18s ease,
  color 0.18s ease,
  border-color 0.18s ease,
  transform 0.12s ease;
  font-size: 14px;
}
.booking-type:hover {
  border-color: rgba(255,255,255,0.35);
}
.booking-type.is-active {
  border-color: #fff;
  color: #fff;
}
.booking-type-icon {
  font-size: 22px;
  line-height: 1;
}
.booking-type-text {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.booking-type-check {
  font-size: 14px;
}
.booking-form {
  margin-top: 8px;
}
.booking-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.booking-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.booking-field--full {
  margin-bottom: 12px;
}
.booking-label {
  font-size: 13px;
  font-weight: 500;
  color: #f5f4f4;
}
.booking-select-wrapper,
.booking-input-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  color: red;
  align-items: center;
  box-sizing: border-box;
}
.booking-select-wrapper {
  padding-right: 38px;
}
.booking-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #46352d;
  pointer-events: none;
}
.booking-widget .booking-select-wrapper select,
.booking-widget .booking-input-wrapper input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #362a26 !important;
  outline: none;
  padding: 0;
}
.booking-widget .booking-input-wrapper input::placeholder {
  color: #362b26 !important;
  opacity: 1 !important;
}

.booking-widget .booking-input-wrapper input::-webkit-input-placeholder {
  color: #362b26 !important;
  opacity: 1 !important;
}

.booking-widget .booking-input-wrapper input::-moz-placeholder {
  color: #362b26 !important;
  opacity: 1 !important;
}

.booking-widget .booking-input-wrapper input:-ms-input-placeholder {
  color: #362b26 !important;
  opacity: 1 !important;
}
.booking-select-wrapper select option {
  color: #362b26;
}
.booking-input-wrapper input[type="date"],
.booking-input-wrapper input[type="time"],
.booking-input-wrapper input[type="email"] {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-family: 'Lato' !important;
  font-size: 14px;
  font-weight: 500;
  color: #362b26 !important;
  padding: 0;
  box-sizing: border-box;
}
.booking-input-wrapper input::placeholder {
  color: #362b26;
}
.booking-field-icon {
  position: absolute;
  left: 14px;
  font-size: 16px;
  color: #46352d;
}
.booking-submit  {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  border-radius: 999px;
  background-color: #f7e6d8;
  color: #3a2720;
  padding: 25px 30px !important;
  width: 100% !important;
  font-size: 18px !important;
  text-align: center;
}
.booking-submit:hover {
  background-color: #f3dccb !important;
}
body[data-button-style=rounded] .container-wrap button[type=submit] {
  padding: 25px 30px !important;
}
.booking-submit:active {}
.booking-note {
  text-align: center;
  font-size: 13px;
  color: #362b26;
  margin: 4px 0 0;
  opacity: 0.9;
}
@media (max-width: 600px) {
  .booking-widget {
  padding: 24px 18px 20px;
  border-radius: 20px;
  }
  .booking-title {
  font-size: 24px;
  margin-bottom: 20px;
  }
  .booking-type-switch {
  gap: 10px;
  }
  .booking-row {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #mobile-cart-link {display: none !important;}
  .home .booking-widget, .booking-widget {
    position: relative;
    top: 0;
    left: 0;
  }
  .bigger {
    font-size: 19px !important;
    line-height: 28px;
  }
  p {padding-bottom: 0;}
  .fw {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    top: 0;
    width: 100%;
    left: 0;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 4px 20px 15px 20px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 21px;
  }
  .woocommerce-Price-amount {
      font-size: 14px;
  }
  #header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text=false]>ul:first-child {
    width: 100%;
  }
  #header-outer #mobile-menu {
    top: 40px !important;
  }
  body[data-button-style^="rounded"] #header-outer .menu-item-103 > a:before, body[data-button-style^="rounded"] #header-outer .menu-item-103 > a:after {
    background: transparent !important;
  }
  #header-outer #mobile-menu ul li>a {
    font-size: 18px !important;
    text-align: center;
    position: relative;
  }
  #header-outer .email {display: block !important;}
  .icon {width: 50% !important;}
  .icons body[data-col-gap="40px"] .vc_row-fluid .wpb_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #footer-widgets .container .col, #footer-outer .widget, #footer-widgets .container .col {
    margin-bottom: 0 !important;
  }
  #footer-outer #footer-widgets{
    margin-bottom: 25px;
  }
  #footer-outer .copyright, #footer-outer .legal-links {
    text-align: center;
  }
}