/* ===== Base ===== */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #333;
}
hr {
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 3px;
  max-width: 80px;
  opacity: 1;
}
a {
  transition: all 0.35s;
  color: #D4924B;
}
a:hover, a:focus {
  color: #b87a3a;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ===== Section Backgrounds ===== */
.bg-primary {
  background-color: #F5F0EB !important;
}
.bg-primary-darken {
  background-color: #2E4057;
  color: #fff;
}
.bg-dark {
  background-color: #1a2a3a;
  color: #fff;
}
.text-faded {
  color: rgba(255, 255, 255, 0.85);
}
section {
  padding: 80px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}

/* ===== Navbar ===== */
#mainNav {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  transition: all 0.35s;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#mainNav .navbar-brand {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.35s;
}
#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #D4924B;
}
#mainNav .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  padding: 0.5rem 1rem;
}
#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #D4924B;
}
#mainNav .nav-link.active {
  color: #fff !important;
}

/* Navbar scrolled */
#mainNav.navbar-scrolled {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
#mainNav.navbar-scrolled .navbar-brand {
  color: #2E4057;
  font-size: 14px;
}
#mainNav.navbar-scrolled .navbar-brand:hover,
#mainNav.navbar-scrolled .navbar-brand:focus {
  color: #D4924B;
}
#mainNav.navbar-scrolled .nav-link {
  color: #2E4057;
}
#mainNav.navbar-scrolled .nav-link:hover,
#mainNav.navbar-scrolled .nav-link:focus {
  color: #D4924B;
}
#mainNav.navbar-scrolled .nav-link.active {
  color: #D4924B !important;
}

/* Mobile navbar */
@media (max-width: 991.98px) {
  #mainNav {
    background-color: #2E4057;
    border-bottom: none;
  }
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    padding: 0.75rem 1rem;
  }
  #mainNav .nav-link:hover {
    color: #D4924B;
  }
}

/* ===== Header ===== */
header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-size: cover;
  background-position: center;
  background-image: url('../img/head-768.webp');
  text-align: center;
  color: #ffffff;
}
@media (min-width: 769px) {
  header { background-image: url('../img/head-1200.webp'); }
}
@media (min-width: 1201px) {
  header { background-image: url('../img/head.webp'); }
}
header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(180deg, rgba(30, 50, 70, 0.25) 0%, rgba(30, 50, 70, 0.4) 100%);*/
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 120px 15px 100px;
  width: 100%;
  z-index: 1;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
header .header-content .header-content-inner h3 {
  font-weight: 400;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 5px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
header .header-content .header-content-inner hr {
  margin: 25px auto;
  border-color: #D4924B;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100vh;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 2.2rem;
  }
  header .header-content .header-content-inner h3 {
    font-size: 1.3rem;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== Section Headings ===== */
.section-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

/* ===== Lists ===== */
.bg-primary-darken ul {
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
}
.bg-primary-darken ul li {
  margin-bottom: 4px;
}

/* ===== Portfolio / Gallery ===== */
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}
.portfolio-box img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.portfolio-box:hover img {
  transform: scale(1.05);
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(46, 64, 87, 0.85);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

/* ===== Contact Section ===== */
#contact {
  text-align: center;
}
#contact i {
  color: #D4924B;
  margin-bottom: 15px;
}
#contact p {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
}
#contact a {
  color: #D4924B;
  font-weight: 600;
}
#contact a:hover {
  color: #b87a3a;
}

/* ===== Buttons ===== */
.text-primary {
  color: #D4924B !important;
}
.btn-default {
  color: #2E4057;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus {
  color: #2E4057;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-primary {
  color: #fff;
  background-color: #D4924B;
  border-color: #D4924B;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #b87a3a;
  border-color: #b87a3a;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}

/* ===== Scroll Animations ===== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Bootstrap Icons size helper ===== */
.fa-3x {
  font-size: 3em;
}

/* ===== Floating Contact Buttons ===== */
.floating-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}
.backtotop-float,
.whatsapp-float,
.imessage-float {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
}
.backtotop-float {
  background-color: #2E4057;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
}
.backtotop-float.visible {
  opacity: 1;
  pointer-events: auto;
}
.whatsapp-float {
  background-color: #25D366;
}
.imessage-float {
  background-color: #34C759;
}
.backtotop-float:hover,
.whatsapp-float:hover,
.imessage-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* ===== Language Switcher Dropdown ===== */
#langSwitcher .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
#langSwitcher .dropdown-toggle::after {
  margin-left: 4px;
}
#langSwitcher .dropdown-menu {
  min-width: 140px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
#langSwitcher .dropdown-item {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2E4057;
  padding: 8px 16px;
  transition: all 0.2s;
}
#langSwitcher .dropdown-item:hover,
#langSwitcher .dropdown-item:focus {
  background-color: #F5F0EB;
  color: #D4924B;
}
#langSwitcher .dropdown-item.active {
  background-color: #2E4057;
  color: #fff;
}
@media (max-width: 991.98px) {
  #langSwitcher .dropdown-menu {
    background-color: #2E4057;
    border: none;
    box-shadow: none;
  }
  #langSwitcher .dropdown-item {
    color: rgba(255, 255, 255, 0.85);
  }
  #langSwitcher .dropdown-item:hover,
  #langSwitcher .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #D4924B;
  }
  #langSwitcher .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #D4924B;
  }
}

/* ===== Cookie Consent Banner ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2E4057;
  color: #fff;
  z-index: 1100;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}
.cookie-banner-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-banner-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.cookie-banner-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-cookie-accept {
  background-color: #D4924B;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-cookie-accept:hover {
  background-color: #b87a3a;
}
.btn-cookie-reject {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-cookie-reject:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 575.98px) {
  .cookie-banner-inner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
  .cookie-banner-buttons {
    width: 100%;
    justify-content: center;
  }
}

/* ===== 404 Page ===== */
.page-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-404-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px 80px;
  background-color: #2E4057;
  color: #fff;
}
.page-404-content h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #D4924B;
  margin-bottom: 10px;
}
.page-404-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-404-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.page-404-content .btn-back {
  display: inline-block;
  background-color: #D4924B;
  color: #fff;
  padding: 12px 30px;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.page-404-content .btn-back:hover {
  background-color: #b87a3a;
  color: #fff;
}

/* ===== Reviews Section ===== */
#avis .section-heading {
    color: #2E4057;
}
#avis hr {
    border-color: #D4924B;
}
.reviews-summary {
    text-align: center;
    margin-bottom: 40px;
}
.reviews-summary .reviews-avg-stars {
    color: #D4924B;
    font-size: 1.8rem;
}
.reviews-summary .reviews-avg-score {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2E4057;
    margin-left: 10px;
}
.reviews-summary .reviews-count {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-top: 5px;
}
.review-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 24px;
    height: 100%;
}
.review-card .review-stars {
    color: #D4924B;
    margin-bottom: 10px;
}
.review-card .review-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #2E4057;
}
.review-card .review-date {
    color: #999;
    font-size: 14px;
}
.review-card .review-text {
    font-style: italic;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}
.review-extra {
    display: none;
}
.btn-reviews {
    margin-top: 20px;
}
.review-toggle {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    text-decoration: underline;
}
.review-toggle:hover {
    color: #D4924B;
}
html[lang="fr"] .review-toggle {
    display: none;
}

/* ===== FAQ Section ===== */
#faq .section-heading {
    color: #fff;
}
#faq .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}
#faq .accordion-button {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 16px 20px;
    box-shadow: none;
}
#faq .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.12);
    color: #D4924B;
}
#faq .accordion-button::after {
    filter: invert(1);
}
#faq .accordion-button:not(.collapsed)::after {
    filter: invert(0.6) sepia(1) saturate(3) hue-rotate(15deg);
}
#faq .accordion-body {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    padding: 16px 20px;
}

/* ===== Tarifs Section ===== */
#tarifs .section-heading {
    color: #2E4057;
}
.tarifs-table-wrapper {
    overflow-x: auto;
    margin-bottom: 30px;
}
.tarifs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}
.tarifs-table thead th {
    background-color: #2E4057;
    color: #fff;
    padding: 12px 10px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.tarifs-table thead th:last-child {
    text-align: right;
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
}
.tarifs-table tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}
.tarifs-table .tarif-available {
    background-color: #c6efce;
}
.tarifs-table .tarif-reserved {
    background-color: #fcd4b6;
}
.tarifs-table .tarif-price {
    text-align: right;
    font-weight: 700;
}
.tarif-book {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.tarif-book a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s;
}
.tarif-book a:hover {
    transform: scale(1.2);
}
.tarif-book .bi-whatsapp {
    color: #25D366;
}
.tarif-book .bi-chat-dots {
    color: #34C759;
}
@media (max-width: 575.98px) {
    .tarifs-table {
        font-size: 13px;
    }
    .tarifs-table tbody td,
    .tarifs-table thead th {
        padding: 6px 6px;
    }
    .tarif-book a {
        font-size: 16px;
    }
}

/* ===== Map ===== */
.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.map-container iframe {
    width: 100%;
    height: 350px;
    border: 0;
    display: block;
}
.map-address {
    text-align: center;
    margin: 10px 0 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.map-link {
    display: block;
    text-align: center;
    color: #D4924B;
    font-size: 14px;
    text-decoration: none;
}
.map-link:hover {
    color: #e8a95b;
    text-decoration: underline;
}

/* ===== Reviews Carousel ===== */
.reviews-carousel-wrapper {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.reviews-carousel {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}
.review-carousel-card {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #D4924B;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}
.review-carousel-card .review-stars {
    color: #D4924B;
    margin-bottom: 8px;
}
.review-carousel-card .review-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #2E4057;
    font-size: 14px;
}
.review-carousel-card .review-text {
    font-style: italic;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.carousel-dots {
    text-align: center;
    margin-top: 15px;
}
.carousel-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 4px;
    cursor: pointer;
    border: none;
    padding: 0;
    transition: background 0.3s;
}
.carousel-dot.active {
    background: #D4924B;
}
@media (max-width: 575.98px) {
    .review-carousel-card {
        min-width: 280px;
        max-width: 280px;
    }
}

/* ===== Header Share ===== */
.header-share {
    margin-top: 20px;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 1s ease-out 0.7s both;
}
.header-share .share-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-share a {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s, transform 0.3s;
}
.header-share a:hover {
    color: #fff;
    transform: scale(1.15);
}

/* ===== Header CTA Button ===== */
.header-cta {
    margin-top: 30px;
    animation: fadeInUp 1s ease-out 0.5s both;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== Lightbox ===== */
#photo .portfolio-box {
    cursor: pointer;
}
#lightboxModal .modal-content {
    background: transparent;
    border: none;
}
#lightboxModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
}
.lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}
.lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}
.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.8);
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}
.lightbox-prev { left: 15px; }
.lightbox-next { right: 15px; }
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
.lightbox-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 14px;
    border-radius: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}

/* ===== Tarifs Season Filters ===== */
.tarifs-filters {
    text-align: center;
    margin-bottom: 25px;
}
.btn-tarifs-filter {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 300px;
    border: 2px solid #2E4057;
    background: transparent;
    color: #2E4057;
    margin: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-tarifs-filter:hover {
    background-color: #2E4057;
    color: #fff;
}
.btn-tarifs-filter.active {
    background-color: #2E4057;
    color: #fff;
}

/* ===== Selection ===== */
::selection {
  color: white;
  text-shadow: none;
  background: #2E4057;
}
img::selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #2E4057;
}
