/*
Theme Name: Kamperen Child
Theme URI: https://kamperen.qodeinteractive.com
Description: A child theme of Kamperen
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: kamperen
Template: kamperen
*/
.e-con {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
}

.qodef-widget-holder.qodef--one {
    display: none !important;
}
.qodef-section-title .qodef-m-tagline-mark {
    color: #eee4d9ba;}

/* TEXTE + LIENS dans la top bar */
#qodef-top-area .widget.widget_text .textwidget,
#qodef-top-area .widget.widget_text .textwidget a {
    color: #54595F;
}


img.icon {
  width: 100px;
  height: auto;
}
/* ICÔNES dans la top bar */
#qodef-top-area .widget.widget_text .textwidget i,
#qodef-top-area .widget.widget_text .textwidget svg {
    color: #2F5D50;
    fill: #2F5D50;
}
#qodef-top-area .widget.widget_text .textwidget a:hover {
    color: #54595F;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    flex: 0 0 auto;
}
/* Dernier item du menu = bouton, sur menu normal + sticky */
#menu-menu-principal-1 > li:last-child,
#menu-menu-principal-2 > li:last-child {
    padding: 0 !important;
    height: auto !important;
    display: flex;
    align-items: center;
}

/* Lien du bouton */
#menu-menu-principal-1 > li:last-child > a,
#menu-menu-principal-2 > li:last-child > a {
    background-color: #2F5D50;
    color: #fff !important;
    padding: 16px 18px;
    border-radius: 6px;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    height: auto !important;
    text-decoration: none;
}

/* Texte interne du lien */
#menu-menu-principal-1 > li:last-child > a .qodef-menu-item-text,
#menu-menu-principal-2 > li:last-child > a .qodef-menu-item-text {
    color: #fff !important;
}

/* Hover */
#menu-menu-principal-1 > li:last-child > a:hover,
#menu-menu-principal-2 > li:last-child > a:hover {
    background-color: #1e4037;
    color: #fff !important;
}

#menu-menu-principal-1 > li:last-child > a:hover .qodef-menu-item-text,
#menu-menu-principal-2 > li:last-child > a:hover .qodef-menu-item-text {
    color: #fff !important;
}

.qodef-header-sticky #menu-menu-principal-2 > li:last-child > a {
    padding: 14px 16px;
}


/* Le header devient flex */
#qodef-page-header-inner .qodef-header-wrapper,
.qodef-header-sticky-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Logo à gauche */
.qodef-header-logo {
    margin-right: auto;
}

/* Menu poussé à droite */
.qodef-header-navigation {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* UL du menu aligné à droite */
.qodef-header-navigation > ul {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

/* IMPORTANT : enlever le centrage du thème */
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Sticky menu aligné à droite */
.qodef-header-sticky-inner>.qodef-header-navigation {
    position: absolute;
    width: 100%;
    display: flex;
}

.icon .qodef-m-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-100 .qodef-m-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.icon .qodef-m-content img {
  width: 80px !important;
  height: auto !important;
  margin-bottom: 0px;
}

.icon-100 .qodef-m-content img {
  width: 80px !important;
  height: auto !important;
  margin-bottom: -10px;
}

 /* CONTAINER */
.wr-reservpro-form {
  display: flex !important;
align-items: center !important;
  gap: 30px !important;
  background: #fff !important;
  padding: 35px 45px !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.wr-reservpro-form > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* COLONNES */
.wr-reservpro-form > div {
  flex: 1 !important;
  min-width: 0 !important;
}

/* LABELS */
.wr-reservpro-form label {
  display: block !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  color: #446851 !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
}

/* CHAMPS (uniformisation totale) */
.wr-reservpro-form input,
.wr-reservpro-form select {
  width: 100% !important;
  height: 48px !important;
  line-height: 48px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 18px !important;
  color: #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
}

/* FIX spécifique input date (le problème que tu avais) */
.wr-reservpro-form input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  height: 48px !important;
  line-height: 48px !important;
	margin:auto !important;
}

/* BOUTON */
.wr-reservpro-form button {
  width: 260px !important;
  height: 58px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #2f5a3e !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: .5px !important;
  cursor: pointer !important;
}

/* MOBILE */
@media (max-width: 900px) {
  .wr-reservpro-form {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .wr-reservpro-form button {
    width: 100% !important;
  }
}

.qodef-shortcode.qodef-m.qodef-pricing-table.qodef-layout--standard.qodef-status--regular {
    background: #FAF4ED;
}
img.rp-hero-logo {
    display: none;
}