/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Tabs adjustments */
.nav-link{
  padding: .3rem 1rem !important;
}

/* Adjustments */
td { font-size: 14.8px; }
.adjusted-text{ font-size: 14.8px; }

.small-and {
  font-size: 12.8px;
}

/* Hide */

.nowrap {
  white-space: nowrap;
}

.kadence-search-icon-wrap {
  display: none;
}

.adjusted-font-size {
  font-size: 14.3px;
}

.content-card-image {
  max-width: 265px;
}

/* Theme customization starts here
	-------------------------------------------------------------- */

:root {
  --main-bg-color: #1b1e1d;
  --main-bg-color-submenu: rgba(27, 30, 29, 0.7);
  --middle-bg-color: #5a4f2f;
  --secondary-bg-color: #7e7146;
  --light-text-color: #beae8e;
  --dark-text-color: #1d2120;
  --hover-links-color: #7e7146;
  --buttons-border: #564f2e;
  --text-muted: #857048;
  --bg-color-sides: #333333;
  --bg-color-center: #c5ab8d;
  --muted-text-color: #4d4221;
}

/* Lightbox overlay override */
.sl-overlay {
  background: var(--main-bg-color) !important;
}
.sl-close,
.sl-prev,
.sl-next {
  color: var(--secondary-bg-color) !important;
}
.sl-counter {
  display: none !important;
}

.secondary-bg-color {
  color: var(--secondary-bg-color) !important;
}

/* Avoid scroll shift */
body {
  max-width: 100vw;
  font-size: 16px;
}

.BOS {
  font-family: "BOS" !important;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.p2p-tabs #ri-tab {
  border-left: 0 !important;
}

.p2p-tabs #sg-tab {
  border-right: 0 !important;
}

.nav-link {
  line-height: 1.1em;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0px;
  --bs-nav-tabs-border-color: #1b1e1d;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #1b1e1d;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #7e7146;
  --bs-nav-tabs-link-active-border-color: #1b1e1d;
}

.p2p-tabs .nav-link {
  background-color: var(--middle-bg-color) !important;
  background: none;
  color: var(--main-bg-color) !important;
  border-left: 1px solid var(--main-bg-color);
  border-right: 1px solid var(--main-bg-color);
}

.p2p-tabs .nav-link.active {
  background-color: var(--secondary-bg-color) !important;
}

.p2p-tabs .nav-link button {
  font-family: "BOS" !important;
}

.footer-icon {
  height: 10px;
}

.search input {
  max-width: 120px !important;
}
.search-input {
  height: 20px;
  background-color: #333333;
  border: none;
  color: var(----light-text-color);
  font-family: Arial, Helvetica, sans-serif;
}

.search-input i::before {
  font-size: 8px;
  top: -6px;
  position: relative;
}

.active-itinerary {
  color: var(--middle-bg-color) !important;
}

/* Remove focus outline */
*:focus {
  outline: none;
}

/* Tweaking left alignement */
.main-menu {
  margin-top: 85px;
}

.menu {
  padding-left: 0;
}


.menu .dropdown-menu {
  min-width: 200px;
  border: none;
  border-radius: 0;
  background-color: var(--main-bg-color-submenu);
  color: var(--light-text-color);
}

.menu .dropdown-menu li {
  margin-top: 3px;
  /*text-transform: capitalize;*/
  text-align: left;
}

.menu .dropdown-toggle:after {
  display: none;
}

.menu li:hover {
  color: var(--secondary-bg-color);
}

.menu-secondary-logo {
  margin-top: 85px;
}

.custom-logo {
  max-width: 100%;
  height: auto;
}

.separator {
  width: 30px;
  height: 1.5px;
  margin-bottom: 16px;
  background-color: var(--main-bg-color);
  display: block;
}

.gradient-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background: rgb(51, 51, 51);
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 1) 0%,
    rgba(197, 171, 141, 1) 50%,
    rgba(51, 51, 51, 1) 100%
  );
  display: block;
}

.light-text-color {
  color: var(--light-text-color);
}

.muted-text {
  color: var(--text-muted) !important;
}


.menu li {
  position: relative;
}

/* Désactive complètement le positionnement automatique de Bootstrap */
.menu .dropdown-menu {
  position: absolute !important;
  inset: auto !important;
  top: 0 !important;       /* aligne en haut */
  left: 100% !important;   /* à droite du parent */
  transform: none !important;
  margin: 0 !important;
  z-index: 9999;
  display: none; /* pour ne pas qu'il apparaisse par défaut */
}

.menu li:hover > .dropdown-menu {
  display: block;
}


/* CHILD */
.dropdown-menu .current-menu-item a span {
  color: var(--secondary-bg-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: inherit !important;
}

.dropdown-menu li span:before,
.dropdown-menu li span:after {
  display: none !important;
}

.current_page_item span:before,
.current_page_ancestor span:before,
.current_page_parent span:before,
.menu li:hover span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--secondary-bg-color);
  position: relative;
  top: -5px;
  left: -10px;
}

.current_page_ancestor {
  color: var(--secondary-bg-color);
}

.current_page_item span:after,
.current_page_ancestor span:after,
.current_page_parent span:after,
.menu li:hover span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--secondary-bg-color);
  position: relative;
  top: -5px;
  right: -10px;
}

h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1em;
  font-family: "Arial";
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  font-family: "Arial";
}

.copyright-text {
  font-size: 0.6em;
  color: var(--secondary-bg-color);
}
.copyright-text a {
  color: inherit;
  text-decoration: none;
}

.main-title p {
  font-size: 1.6em;
  color: var(--secondary-bg-color);
  font-family: "BOS";
}

.secondary-title p {
  font-size: 1.5em;
  color: var(--secondary-bg-color);
  font-family: "BOS";
}

.prereservation {
  min-width: auto !important;
  font-size: 14px;
}

.btn {
  border: 1px solid var(--buttons-border);
  color: var(----light-text-color);
  border-radius: 0px;
  min-width: 176px; /* Copyright width */
}

.btn:hover {
  border: 1px solid var(--buttons-border);
  color: var(--secondary-bg-color);
}

@font-face {
  font-family: "BOSItalic";
  src: url("/wp-content/uploads/fonts/BOSItalic.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "BOS";
  src: url("/wp-content/uploads/fonts/BookmanOldStyleRegular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "BOSBold";
  src: url("/wp-content/uploads/fonts/BookmanOldStyleBold.ttf");
}

.language-switcher {
  font-size: 0.7em;
}

.language-switcher a {
  text-decoration: none;
  color: var(--light-text-color);
}

.language-switcher a:hover {
  color: var(--secondary-bg-color);
}

.language-switcher span {
  color: var(--secondary-bg-color);
}

.menu-date {
  font-size: 0.75em;
  font-family: "Arial";
  color: var(--secondary-bg-color);
}

.menu {
  list-style-type: none;
  font-size: 0.9em;
  margin-top: 60px;
}

.menu li {
  text-align: center;
  margin-top: 24px;
  position: relative;
}

.menu li a {
  text-decoration: none;
  color: inherit;
}

.menu .dropdown-item:hover,
.dropdown-item:hover {
  color: var(--secondary-bg-color) !important;
}

.current-menu-item {
  color: var(--secondary-bg-color) !important;
}

body {
  background-color: var(--main-bg-color);
  color: var(--light-text-color);
  font-family: "BOS";
}

.b-card {
  background-color: var(--secondary-bg-color);
  color: var(--dark-text-color);
  background-position: 95%;
  background-repeat: no-repeat;
}

.b-card.main {
  aspect-ratio: 2.59;
}

/* PARAGRAPH IN BLOCS */
.b-card p {
  line-height: 1.13em;
  letter-spacing: -0.5px;
  font-size: 14.8px; /* do not forget ul li */
  font-weight: 500;
  margin-bottom: 12px;
}

.b-card p:last-of-type {
  margin-bottom: 0 !important;
}

.b-card a {
  color: var(--light-text-color);
  text-decoration: none;
}

.b-card .cd {
  font-family: "BOSBold" !important;
  font-size: 0.9rem;
}

.b-card .llc {
  font-size: 0.7rem;
}

.b-card pre {
  font-family: "Arial";
  font-style: italic;
  font-size: 14.8px;
  color: var(--muted-text-color);
  line-height: 1.13em;
}

/* Special highlight classes */
.esperluette {
  font-size: 0.95em;
  font-weight: 500;
}

.style {
  text-transform: capitalize;
  font-family: "BOSItalic";
}

.b-card-list ul {
  list-style-type: none;
  font-size: 14.3px;
  font-family: Arial;
  padding-left: 1em;
}

.b-card-list ul li {
  margin-bottom: 4px;
  white-space: nowrap;
}

.b-card-list ul li .li-subline {
  margin-left: 5px;
  margin-top: -5px;
}

.b-card-list ul li::before {
  content: "■"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--middle-bg-color) !important; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 20px; /* Also needed for space (tweak if needed) */
  font-size: 15px;
  top: 0px;
  position: relative;
  margin-left: -15px; /* Also needed for space (tweak if needed) */
}

.b-gradient-card {
  background: rgb(126, 113, 70);
  background: linear-gradient(
    180deg,
    rgba(126, 113, 70, 1) 0%,
    rgba(126, 113, 70, 1) 40%,
    rgba(27, 30, 29, 1) 100%
  );
  height: 55vh;
}

/* SWIER SLIDERS */
.home .swiper {
  width: 100%;
  height: 55vh;
}

.swiper {
  width: 100%;
  height: 20vh;
}

.travel-link {
  color: var(--light-text-color);
  text-decoration: none;
}

.travel-link:hover {
  color: var(--middle-bg-color);
}

.home .footer {
  display: none;
}

.arial {
  font-family: "Arial";
}

/* forms stuff */

.w-i-small {
  width: 55px;
  font-size: 0.9rem;
}

.fix-checkbox-width,
.w-170 {
  width: 170px;
}

.fix-checkbox-width2 {
  width: 150px;
}

.small-input-length {
  width: 100px;
}

.chiefsdrive-form {
  font-family: Arial;
}

.chiefsdrive-form input[type="text"],
.chiefsdrive-form input[type="date"],
.chiefsdrive-form input[type="email"],
.chiefsdrive-form textarea {
  background-color: #333333 !important;
  border: none !important;
  color: #b29b75 !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
}

.chiefsdrive-form select {
  background-color: #d1d1d1 !important;
  border: none !important;
  color: #333333 !important;
}

.chiefsdrive-form input[type="checkbox"] {
  background-color: #d1d1d1 !important;
  border: 1px solid #333333 !important;
  color: #333333 !important;
  padding: 2px;
}

.chiefsdrive-form .submit-form {
  background-color: #333333;
  font-family: "BOS" !important;
  color: #b29b75;
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 36px;
  padding-right: 36px;
  text-transform: uppercase;
}

.chiefsdrive-form label {
  font-style: italic;
  margin-bottom: 10px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b29b75;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b29b75;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b29b75;
}

.fix-span-contact {
  display: inline-block;
  width: 100px !important;
}

.special-contact-ul li {
  margin-bottom: 0px !important;
}

/* Consult */
.b-card table {
  font-family: Arial, Helvetica, sans-serif;
}

.b-card table td {
  line-height: 1.1em;
}

.table-com .first-col {
  width: 180px;
  vertical-align: top;
}

.table-cop .first-col {
  width: 180px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 18px;
  vertical-align: top;
}

.no-space-td {
  padding-bottom: 8px !important;
}

.space-td {
  padding-bottom: 18px;
}

.small-date {
  font-size: 0.9em;
}

.table-cop td {
  vertical-align: top;
}

.special {
  font-size: 0.85em !important;
}

/* THANK YOU PAGE */

.image-label {
  position: absolute;
  margin-top: 300px;
  color: var(--bg-color-center);
  margin-left: -100px;
  font-family: "BOS" !important;
}
