:root {
  --green: #075b35;
  --green-dark: #043a24;
  --gold: #f2b91f;
  --orange: #ee7c24;
  --ink: #17231d;
  --cream: #fffaf0;
  --line: #e8e1d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font: 16px/1.65 "Nunito Sans", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-wrapper { overflow: hidden; }
.auto-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.clearfix::after { display: block; clear: both; content: ""; }
.pull-left { float: left; }
.pull-right { float: right; }
.centered, .text-center { text-align: center; }

.header-top { background: var(--green-dark); color: #fff; font-size: 14px; }
.header-top .clearfix { display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.social-nav, .info-box ul, .navigation, .list-link, .contact-widget ul { margin: 0; padding: 0; list-style: none; }
.social-nav a { display: inline-grid; width: 30px; height: 30px; place-items: center; color: var(--gold); }
.header-upper { background: #fff; border-bottom: 1px solid var(--line); }
.header-upper .auto-container > .clearfix { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 126px; }
.logo a::before, .nav-logo::before {
  display: inline-block;
  padding: 14px 18px 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #0a7a44);
  border: 4px solid var(--gold);
  border-radius: 18px 4px 18px 4px;
  box-shadow: 0 10px 24px rgb(4 58 36 / 20%);
  content: "TCHIN-TCHIN\A 2024";
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .7px;
  white-space: pre;
}
.upper-right { display: flex; align-items: center; gap: 28px; }
.info-box { position: relative; padding-left: 34px; }
.info-box::before { position: absolute; left: 0; color: var(--orange); content: "●"; font-size: 18px; }
.info-box strong { color: var(--green); font-size: 13px; text-transform: uppercase; }
.info-box li:last-child { font-size: 14px; }

.header-lower { color: #fff; background: var(--green); box-shadow: 0 8px 24px rgb(0 0 0 / 12%); }
.nav-outer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.main-menu { flex: 1; }
.navigation { display: flex; align-items: stretch; }
.navigation > li { position: relative; }
.navigation > li > a { display: block; padding: 20px 15px; font-size: 13px; font-weight: 800; letter-spacing: .35px; text-transform: uppercase; }
.navigation > li:hover > a, .navigation > li.current > a { color: var(--gold); background: rgb(0 0 0 / 10%); }
.navigation ul {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  display: none;
  width: 250px;
  margin: 0;
  padding: 8px 0;
  color: var(--ink);
  background: #fff;
  border-top: 3px solid var(--gold);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
  list-style: none;
}
.navigation li:hover > ul { display: block; }
.navigation ul a { display: block; padding: 10px 16px; }
.navigation ul a:hover { color: var(--green); background: var(--cream); }
.options-box .theme-btn, .button-box .theme-btn, .read-more, .btn-style-seven {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  color: var(--green-dark);
  background: var(--gold);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .25px;
  text-transform: uppercase;
}
.mobile-nav-toggler, .navbar-toggler, .mobile-menu { display: none; }

.main-slider .slide {
  position: relative;
  min-height: 580px;
  background-position: center;
  background-size: cover;
}
.main-slider .slide + .slide { display: none; }
.main-slider .slide::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(2 38 23 / 84%), rgb(2 38 23 / 18%)); content: ""; }
.content-boxed { position: relative; z-index: 1; display: flex; align-items: center; min-height: 580px; max-width: 760px; }
.content-boxed h1, .content-boxed .hero-title { margin: 0; color: #fff; font-size: clamp(42px, 6vw, 78px); font-weight: 900; line-height: .98; text-shadow: 0 4px 24px rgb(0 0 0 / 45%); }

section { position: relative; }
.news-section, .testimonial-section, .sidebar-page-container, .contact-page-section, .gallery-section { padding: 78px 0; }
.sec-title { margin-bottom: 42px; }
.sec-title h2, .page-title h1 { margin: 0; color: var(--green-dark); font-size: clamp(31px, 4vw, 48px); line-height: 1.12; }
.can2023 { color: var(--orange); text-transform: uppercase; }
.news-carousel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.news-block .inner-box { height: auto !important; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 38px rgb(23 35 29 / 8%); }
.news-block .image { min-height: 255px; overflow: hidden; background: #e9efe9; }
.news-block .image a, .news-block .image img { display: block; width: 100%; height: 100%; }
.news-block .image img { min-height: 255px; object-fit: cover; }
.lower-content { padding: 24px; }
.date { margin-bottom: 12px; color: #738078; font-size: 13px; }
.lower-content h4 { margin: 0 0 20px; color: var(--green-dark); font-size: 21px; line-height: 1.28; }
.read-more { min-height: 38px; padding: 8px 14px; }

.testimonial-section { color: #fff; background: var(--green-dark); }
.testimonial-section::before { position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 20% 20%, var(--gold), transparent 34%); content: ""; }
.testimonial-section .sec-title h2 { color: #fff; }
.testimonial-section .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.testimonial-section .row::before, .testimonial-section .row::after { display: none; content: none; }
.testimonial-section .col-lg-6 { width: 100%; }
.testimonial-section .news-block .inner-box { color: var(--ink); }
.testimonial-section .image { min-height: 280px; background-position: center; background-size: cover; }
.testimonial-section .col-lg-6:first-child .image { background-image: url('/assets/site/equipe-tchintchin-2024.jpg'); }
.testimonial-section .col-lg-6:last-child .image { background-image: url('/assets/site/homme-du-match.jpg'); }

.page-title {
  padding: 80px 0;
  color: #fff;
  background-color: rgb(3 44 28 / 72%);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.page-title h1 { color: #fff; }
.page-title .bread-crumb, .page-title .page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.page-title .bread-crumb li + li::before, .page-title .page-breadcrumb li + li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "/";
}
.row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; }
[class*="col-"] { width: 100%; padding-right: 12px; padding-left: 12px; }
.col-lg-12 { width: 100%; }
.col-lg-8, .col-md-8 { width: 66.666%; }
.col-lg-6, .col-md-6 { width: 50%; }
.col-lg-4, .col-md-4 { width: 33.333%; }
.col-lg-3, .col-md-3 { width: 25%; }
.sidebar-page-container h2, .sidebar-page-container h3, .contact-page-section h2 { color: var(--green-dark); }
.sidebar-page-container p, .contact-page-section p { margin: 0 0 18px; }
.news-detail, .service-detail, .content-side, .contact-info { min-width: 0; }
.news-detail .image, .gallery-item { margin-bottom: 24px; overflow: hidden; border-radius: 10px; }
.news-detail img, .gallery-item img { width: 100%; object-fit: cover; }
.sidebar-widget { margin-bottom: 25px; padding: 22px; background: var(--cream); border-left: 4px solid var(--gold); border-radius: 8px; }
form input, form textarea, form select { width: 100%; margin-bottom: 14px; padding: 13px 14px; border: 1px solid #d6ddda; border-radius: 6px; font: inherit; }
form button { padding: 12px 20px; color: #fff; background: var(--green); border: 0; border-radius: 6px; font-weight: 800; }

.main-footer { color: #dce9e1; background: #032c1c; }
.widgets-section { padding: 64px 0 42px; }
.main-footer h4 { margin: 0 0 22px; color: #fff; font-size: 20px; }
.main-footer li { margin-bottom: 9px; }
.main-footer a:hover { color: var(--gold); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgb(255 255 255 / 10%); font-size: 14px; }
.scroll-to-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--green-dark); background: var(--gold); border-radius: 50%; cursor: pointer; }

@media (max-width: 900px) {
  .auto-container { width: min(100% - 28px, 720px); }
  .header-upper .auto-container > .clearfix { min-height: 94px; }
  .header-upper .upper-right, .options-box { display: none; }
  .logo a::before { font-size: 18px; }
  .nav-outer { min-height: 58px; }
  .mobile-nav-toggler { display: block; padding: 8px 0; cursor: pointer; }
  .mobile-nav-toggler::before { content: "☰  MENU"; font-weight: 900; }
  .main-menu { display: none; position: absolute; z-index: 50; top: 100%; right: 0; left: 0; padding: 8px 14px 18px; background: var(--green); }
  .main-menu.is-open { display: block; }
  .navigation { display: block; }
  .navigation > li > a { padding: 12px 10px; }
  .navigation ul { position: static; display: block; width: auto; margin-left: 14px; color: #fff; background: transparent; border: 0; box-shadow: none; }
  .navigation ul a { padding: 8px 10px; }
  .main-slider .slide, .content-boxed { min-height: 470px; }
  .content-boxed h1, .content-boxed .hero-title { font-size: clamp(38px, 12vw, 58px); }
  .news-section, .testimonial-section, .sidebar-page-container, .contact-page-section, .gallery-section { padding: 54px 0; }
  .page-title { padding: 48px 0; background-position: center; }
  .page-title h1 { font-size: 31px; line-height: 1.12; }
  .page-title .page-breadcrumb { font-size: 14px; line-height: 1.45; }
  .news-carousel, .testimonial-section .row { grid-template-columns: 1fr; }
  .col-lg-8, .col-md-8, .col-lg-6, .col-md-6, .col-lg-4, .col-md-4, .col-lg-3, .col-md-3 { width: 100%; }
  .news-block .image, .news-block .image img { min-height: 220px; }
  .pull-left, .pull-right { float: none; }
}

@media (max-width: 480px) {
  .header-top .clearfix { display: block; padding: 9px 0; }
  .header-top .top-right { display: none; }
  .main-slider .slide, .content-boxed { min-height: 430px; }
  .content-boxed h1, .content-boxed .hero-title { font-size: 40px; }
  .sec-title h2 { font-size: 31px; }
  .lower-content { padding: 20px; }
}
