@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/work-sans/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --bs-font-sans-serif: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
}
body {
  font-family: "Work Sans", sans-serif !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}
::-webkit-scrollbar-thumb {
  background: var(--bs-gray-400);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--bs-gray-600);
}
/* Transparent navbar for video overlay with sticky behavior */
.navbar {
  background: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 1px solid rgba(235, 203, 203, 0.1);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}
.navbar .nav-link {
  font-weight: 400;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.navbar .navbar-brand, .navbar .nav-link {
  color: black !important;
}
.navbar .navbar-brand:hover, .navbar .nav-link:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.navbar .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.3);
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Scrolled state - more opaque background when not over video */
.navbar.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Logo styling */
.navbar-brand .logo {
  height: 70px;
  width: auto;
}
/* Center the navigation menu */
.navbar-collapse.justify-content-center .navbar-nav {
  margin: 0 auto;
}
.navbar-nav .nav-link {
  font-weight: 400;
  margin: 0 0.1rem;
  transition: color 0.3s ease;
  font-size: 15px;
}
.navbar-nav .nav-link:hover {
  color: #8B6F47 !important;
}
.navbar-nav .nav-link.active {
  color: #8B6F47 !important;
  font-weight: 400;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.dropdown-item:hover {
  background-color: #EBE2D6;
  color: white;
}
.nav-link .feather-icon:hover {
  color: #EBE2D6;
}
/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  .navbar-collapse.justify-content-center {
    justify-content: flex-start !important;
  }
  .navbar-collapse.justify-content-center .navbar-nav {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .nav-link {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}
.navbar-nav li::before {
  display: none !important;
}
.navbar-nav li {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
}
h1, h2 {
  line-height: 48px;
}
p {
  line-height: 1.5;
}
strong {
  font-weight: 600;
}
h1 {
  font-size: 33px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
  letter-spacing: 1px;
}
h5 {
  font-size: 16px;
  font-weight: 600 !important;
}
.text-primary {
  color: #EBE2D6 !important;
}
.text-secondary {
  color: #8B6F47 !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
}
h1 {
  color: #fff !important;
}
h2, h3, h4, h5, h6, strong {
  color: #4c2d00 !important;
}
.btn {
  border-radius: 10px;
  padding: 7px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.btn.btn-primary {
  background-color: #EBE2D6;
  border-color: #EBE2D6;
  color: #000;
}
.btn.btn-primary:hover {
  background-color: #8B6F47;
  border-color: #8B6F47;
  color: #fff;
}
.btn.btn-primary:active {
  background-color: #8B6F47;
  border-color: #8B6F47;
}
.btn.btn-outline-primary {
  background-color: transparent;
  border: 1px solid #8B6F47;
  color: #000;
  box-shadow: none;
}
.btn.btn-outline-primary:hover {
  background-color: #8B6F47;
  border-color: #8B6F47;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background-color: #8B6F47;
  border-color: #8B6F47;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn.btn-secondary {
  background: linear-gradient(224deg, #816d2f, #e8c373);
  border: #8B6F47;
  color: #fff;
}
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.background-transparent-primary {
  background-color: rgba(235, 226, 214, 0.9);
}
.background-primary {
  background-color: #EBE2D6;
}
.background-secondary {
  background: linear-gradient(224deg, #816d2f, #e8c373);
}
.background-gray {
  background-color: #303030;
}
.background-gradient-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.section-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.background-primary {
  background: linear-gradient(to bottom, white 0%, #EBE2D6 20%, #EBE2D6 80%, white 100%);
}
.card-img-top {
  border-radius: 10px !important;
  height: 285px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.long-grid .card-img-top {
  height: 320px;
}
.card-image-container {
  overflow: hidden;
  border-radius: 10px;
}
.card-image-container:hover .card-text-overlay {
  opacity: 1;
  visibility: visible;
}
.card-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.card-text-overlay .overlay-content {
  padding: 1.5rem;
  width: 100%;
}
.card-text-overlay .overlay-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 1rem 0;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.1s;
}
.card-text-overlay .overlay-content hr {
  border-color: #8B6F47;
  margin: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease 0.15s;
  opacity: 1;
}
.card-text-overlay:hover .overlay-content p, .card-text-overlay:hover .overlay-content hr {
  transform: translateY(0);
}
.img-thumbnail {
  border-radius: 0;
  border: none;
}
.img-mask {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(to bottom, white 0%, transparent 20%, transparent 80%, white 100%), url(../../assets/img/bg-inclus.jpg);
  background-size: cover;
  background-position: center;
}
.block-image .left-figure {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.block-image .right-figure {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.block-image .background-primary {
  background-color: transparent;
  border: 1px solid #EBE2D6;
}
section {
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 2rem 0;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.g-1 {
  --bs-gutter-x: 0.25rem;
  --bs-gutter-y: 0.25rem;
}
.g-2 {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}
.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.g-5 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}
.gx-0 {
  --bs-gutter-x: 0;
}
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.gx-3 {
  --bs-gutter-x: 1rem;
}
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.gx-5 {
  --bs-gutter-x: 3rem;
}
.gy-0 {
  --bs-gutter-y: 0;
}
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.gy-3 {
  --bs-gutter-y: 1rem;
}
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.gy-5 {
  --bs-gutter-y: 3rem;
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 15px;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 2;
}
.opacity-002 {
  opacity: 0.02 !important;
}
a {
  text-decoration: none !important;
}
a.link {
  color: #8B6F47;
}
.logo {
  max-height: 60px;
  width: auto;
}
.footer-logo {
  max-height: 70px;
  width: auto;
}
.space-image {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.vid-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  /* full screen height */
  overflow: hidden;
}
.vid-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  /* 100 * (16/9) to keep ratio */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* optional: disable interactions */
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-container iframe {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    aspect-ratio: 1.7777777778;
    height: auto;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1020;
}
.video-box {
  background: linear-gradient(224deg, #816d2f, #e8c373);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
@media (max-width: 768px) {
  .video-box {
    border-radius: 0;
  }
}
#hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}
.floating-phone-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(224deg, #816d2f, #e8c373);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.phone-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
}
.phone-btn .lucide {
  color: white;
  font-size: 24px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.7), 0 0 0 10px rgba(212, 175, 55, 0.1);
  }
  100% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  }
}
@media (min-width: 768px) {
  .bg-curve {
    border-top-left-radius: 43% 100%;
    border-bottom-left-radius: 12% 0%;
  }
}
.z-index-2 {
  z-index: 2;
}
.seminaire-section {
  position: relative;
}
.seminaire-section .seminaire-text {
  position: relative;
  z-index: 2;
}
.seminaire-section .seminaire-text .background-primary {
  position: relative;
  z-index: 3;
  margin-right: 0;
  margin-left: -50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .seminaire-section .seminaire-text .background-primary {
    margin-left: -100px;
  }
}
@media (min-width: 1200px) {
  .seminaire-section .seminaire-text .background-primary {
    margin-left: -150px;
  }
}
.seminaire-section .seminaire-img {
  position: relative;
  z-index: 1;
}
.seminaire-section .seminaire-img img {
  height: 100%;
  object-fit: cover;
}
.accordion-button::after {
  display: none !important;
}
.accordion-button:not(.collapsed) [data-lucide="plus"] {
  display: none;
}
.accordion-button:not(.collapsed) [data-lucide="minus"] {
  display: inline;
}
.accordion-button.collapsed [data-lucide="plus"] {
  display: inline;
}
.accordion-button.collapsed [data-lucide="minus"] {
  display: none;
}
.accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 1.5rem 0;
  padding-bottom: 0;
  font-weight: 500;
  color: #8b7355;
  display: flex;
  align-items: center;
  line-height: 33px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: #8b7355;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button::before {
  content: counter(accordion-counter);
  counter-increment: accordion-counter;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #8b7355;
  color: white;
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  flex-shrink: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 0 0 3.5rem;
  color: #666;
  line-height: 1.6;
}
.accordion {
  counter-reset: accordion-counter;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #8b6f47;
  background: transparent;
  transform: translateY(-50%);
}
