@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Instrument Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-family: 'Instrument Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #46484a;
}

a {
  color: #0c580a;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  margin: 0;
  color: #0c580a;
  text-transform: initial;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  color: #ffffff;
  background: #b3dca1;
}

::selection {
  color: #ffffff;
  background: #b3dca1;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

/* Grille & Container */

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-mini {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*="col-"] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.low-gutters {
  margin-left: 0;
  margin-right: 0;
}

.low-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-white {
  color: #ffffff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
  color: #ffffff;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.flex {
  display: flex;
}

section {
  padding: 80px 0;
}

.logo-box.logonn a {
  display: none;
}

.thm-gray-bg {
  background-color: #eef1f6;
}

.thm-base-bg-2 {
  background-color: #0c580a;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* Header & Logo */

.bloc-logo {
  background-color: #ffffff;
}

.all-bloc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.bloc-logo-image {
  width: 140px;
  margin-right: 20px;
  flex-shrink: 0;
}

.logo-header {
  width: 140px;
  height: auto;
  margin: auto;
  display: block;
}

.bloc-logo-titre {
  width: calc(100% - 160px);
  color: #0c580a;
}

.bloc-logo-titre h1 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  color: #0c580a;
  letter-spacing: -0.06em;
  margin: 0;
}

/* Navigation & Sticky */

.site-header__header-one {
  position: relative;
  z-index: 100;
}

.header-navigation {
  position: relative;
  z-index: 50;
  border: none;
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.06);
}

.header-navigation.stricky {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.06);
}

.logo-box {
  display: flex;
  align-items: center;
}

.main-logo {
  width: 177px;
  height: auto;
}

.mobile-menu-toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.menu-toggler {
  display: none;
  cursor: pointer;
  color: #0c580a;
  font-size: 28px;
  background: transparent;
  border: none;
  outline: none;
}

.main-navigation {
  text-align: center;
}

.navigation-box {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.navigation-box > li {
  position: relative;
}

.navigation-box > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #7c859b;
  transition: color 0.3s ease;
}

.navigation-box > li:hover > a,
  .navigation-box > li.current > a {
  color: #040603 !important;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  min-width: 220px;
  list-style: none;
  background-color: #040603;
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navigation-box > li:hover > .sub-menu,
  .navigation-box > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-menu li:first-child {
  border-top: 0;
}

.sub-menu a {
  display: block;
  white-space: nowrap;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-menu a:hover {
  background-color: #0c580a;
  color: #ffffff;
}

/* Hero Slider (Accueil) */

.banner-wrapper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.banner-one.banner-carousel__one {
  position: relative;
  width: 100%;
  height: 520px;
  min-height: 520px;
  overflow: hidden;
}

.banner-one.banner-carousel__one .item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: bannerFade;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.banner-one.banner-carousel__one .item:nth-child(1) {
  animation-delay: 0s;
}

.banner-one.banner-carousel__one .item:nth-child(2) {
  animation-delay: 5s;
}

@keyframes bannerFade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.banner-one__slide {
  display: flex;
  height: 100%;
  min-height: 520px;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.static-banner-one__title {
  margin: 0;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -0.02em;
  color: #0c580a;
  -webkit-text-fill-color: #0c580a;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 2px;
  text-shadow: 4px 0 6px rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
}

.banner-one__nav {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.banner-one__nav a {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  z-index: 91;
  display: flex;
  height: 59px;
  width: 59px;
  transform: translateY(-50%);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #040603;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.banner-one__nav a:hover {
  background-color: #ffffff;
}

.banner-one__nav-left {
  left: 5%;
}

.banner-one__nav-right {
  right: 5%;
}

/* Bannière Interne */

.inner-banner {
  background-color: #ffffff;
  background-image: url('../images/background/inner-banner-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 122.5px 0;
  text-align: center;
}

.inner-banner__title {
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
}

.thm-breadcrumb {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.thm-breadcrumb li {
  font-size: 18px;
  font-weight: 500;
  color: #b6d8a1;
}

.thm-breadcrumb li a {
  color: #b6d8a1;
}

.thm-breadcrumb li + li::before {
  content: '.';
  margin: 0 15px;
  color: #ffffff;
}

.banner_text {
  position: relative;
}

/* Section Title (styles.css) */

.section-title {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.section-title h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #0c580a;
}

.titleheading {
  font-size: 50px;
  font-weight: 700;
  color: #040603;
  margin: 0;
}

/* Preloader & Scroll-to-top */

.preloader {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9991;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  animation: hidePreloader 1.6s ease forwards;
}

.preloader__image {
  max-width: 100px;
}

@keyframes hidePreloader {
  0%, 70% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b6d8a1;
  color: #040603;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #0c580a;
  color: #ffffff;
}

/* Sections Titres & Boutons */

.block-title {
  margin-bottom: 60px;
}

.block-title__tag-line {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #0c580a;
}

.block-title__title {
  margin: 0;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #040603;
}

.ct {
  font-size: 18px;
  line-height: 34px;
  color: #46484a;
  font-weight: 500;
}

.content-about {
  padding-top: 80px;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #0c580a;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding: 20.5px 50.5px;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  background-color: #ffffff;
  color: #040603;
}

/* About Sections */

.about-one {
  padding-top: 80px;
  padding-bottom: 60px;
}

.about-one img {
  width: 100%;
}

.about-four {
  padding: 100px 0 80px;
}

.about-four .block-title {
  margin-bottom: 0;
}

.about-four .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.about-four .row.low-gutters > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.about-four__list {
  margin: 0;
  margin-top: 25px;
  list-style: none;
  padding: 0;
}

.about-four__list li {
  position: relative;
  color: #7c859b;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  padding-left: 30px;
}

.about-four__list li + li {
  margin-top: 3px;
}

.about-four__box {
  background-color: #0c580a;
  padding: 50px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-four__box-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  margin-top: 23px;
}

.about-four__btn {
  display: inline-block;
  background-color: #ffffff;
  color: #040603;
  font-size: 16px;
  font-weight: 600;
  padding: 5.5px 30px;
  margin-top: 30px;
  align-self: flex-start;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.about-four__btn:hover {
  background-color: #b6d8a1;
  color: #040603;
}

/* Cartes Fonctionnalités (Campagne Two) */

.campaing-two {
  padding-top: 120px;
  padding-bottom: 90px;
}

.campaing-two__single {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e8ebf2;
  padding: 54px 0;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.4s ease;
}

.campaing-two__single::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #e8ebf2;
  border-right: 1px solid #e8ebf2;
  transition: all 0.4s ease;
  z-index: 1;
}

.campaing-two__single:hover::before {
  bottom: 0;
  border-color: #0c580a;
}

.campaing-two__single::after {
  content: '';
  position: absolute;
  inset: 0 0 5px 0;
  background-color: #0c580a;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.4s ease;
  z-index: 2;
}

.campaing-two__single:hover::after {
  transform: scaleY(1);
}

.campaing-two__single > * {
  position: relative;
  z-index: 10;
}

.campaing-two__single > i {
  font-size: 64px;
  color: #040603;
  transition: color 0.3s ease;
}

.campaing-two__single:hover > i {
  color: #ffffff;
}

.campaing-two__title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #040603;
  transition: color 0.3s ease;
}

.campaing-two__title a {
  color: #040603;
  transition: color 0.3s ease;
}

.campaing-two__single:hover .campaing-two__title,
  .campaing-two__single:hover .campaing-two__title a {
  color: #ffffff;
}

.campaing-two__text {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #7c859b;
  transition: color 0.3s ease;
}

.campaing-two__single:hover .campaing-two__text {
  color: #ffffff;
}

.campaing-two__link {
  display: flex;
  width: 38px;
  height: 38px;
  margin: 30px auto 0;
  align-items: center;
  justify-content: center;
  background-color: #eef1f6;
  color: #040603;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.campaing-two__link i {
  color: #040603;
  font-size: 14px;
  transition: color 0.4s ease;
}

.campaing-two__single:hover .campaing-two__link {
  background-color: #ffffff;
}

.campaing-two__single:hover .campaing-two__link i {
  color: #0c580a;
}

/* CTA Two */

.cta-two {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.cta-two::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(4, 6, 3, 0.4);
}

.cta-two .container {
  position: relative;
  z-index: 2;
  padding-top: 112.5px;
  padding-bottom: 112.5px;
  text-align: center;
}

.cta-two__tag-line {
  margin: 0;
  font-size: 70px;
  color: #ffffff;
}

.cta-two__tag-line i {
  color: #ffffff;
}

.cta-two__title {
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 80px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.cta-two .cta-two__btn {
  background-color: #0c580a;
  color: #ffffff;
}

.cta-two .cta-two__btn:hover {
  background-color: #ffffff;
  color: #040603;
}

/* Blog & Activités */

.blog-one {
  padding: 120px 0;
}

.blog-one__home-one {
  padding-bottom: 60px;
}

.blog-one__single {
  position: relative;
  margin-bottom: 30px;
}

.blog-one__image {
  position: relative;
  background-color: #040603;
  overflow: hidden;
}

.blog-one__image img {
  width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-one__single:hover .blog-one__image img {
  opacity: 0.7;
  transform: scale(1.05);
}

.blog-one__more-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.blog-one__single:hover .blog-one__more-link {
  opacity: 1;
}

.blog-one__content {
  background-color: #ffffff;
  padding: 46px 50px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.4s ease;
}

.blog-one__single:hover .blog-one__content {
  box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.blog-one__meta {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.blog-one__meta li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1em;
}

.blog-one__meta li + li::before {
  content: '.';
  margin: 0 10px;
}

.blog-one__meta li a {
  font-size: 14px;
  font-weight: 500;
  color: #acacac;
  transition: color 0.4s ease;
}

.blog-one__meta li a:hover {
  color: #0c580a;
}

.blog-one__title {
  margin-top: 18px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.4;
  color: #040603;
  font-weight: 700;
}

.blog-one__more-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  z-index: 5;
  transition: color 0.4s ease, opacity 0.4s ease;
}

.blog-one__title a {
  color: #040603;
  transition: color 0.3s ease;
}

.blog-one__title a:hover {
  color: #0c580a;
}

.blog-one__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #7c859b;
  display: inline-block;
  transition: color 0.3s ease;
}

.blog-one__link:hover {
  color: #0c580a;
}

.blog-details {
  padding: 120px 0;
}

.blog-details .blog-one__single {
  margin-bottom: 0;
}

.blog-details .blog-one__title {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 35px;
}

.blog-details .blog-one__content {
  padding-left: 50px;
  padding-right: 50px;
}

.blog-details .blog-one__text {
  font-size: 18px;
  line-height: 34px;
  color: #7c859b;
}

.blog-details .blog-one__text + .blog-one__text {
  margin-top: 30px;
}

/* Sidebar (blog-details & p-details) */

.sidebar {
  margin-top: 0;
}

.sidebar__single {
  padding: 50px;
  background-color: #eef1f6;
  margin-bottom: 30px;
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  color: #040603;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sidebar__post-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar__post__single {
  display: flex;
  align-items: center;
}

.sidebar__post__single + .sidebar__post__single {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

.sidebar__post__single + .sidebar__post__single::before {
  content: '';
  width: 100%;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar__post-image {
  width: 66px;
  flex-shrink: 0;
}

.sidebar__post-image .inner-block {
  width: 100%;
}

.sidebar__post-image img {
  width: 100%;
  height: auto;
}

.sidebar__post-content {
  padding-left: 20px;
  flex-grow: 1;
}

.sidebar__post-title {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #040603;
  font-family: "Libre Baskerville", serif;
}

.sidebar__post-title a {
  color: #040603;
  transition: color 0.3s ease;
}

.sidebar__post-title a:hover {
  color: #0c580a;
}

/* Services / Objectifs (objectif.html) */

.service-one {
  padding-top: 120px;
  padding-bottom: 90px;
}

.service-one__single {
  position: relative;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.service-one__single:hover .service-one__hover {
  opacity: 1;
  transform: perspective(500px) translateZ(0);
}

.service-one__single:hover .service-one__main {
  opacity: 0;
  transform: perspective(500px) translateZ(10px);
}

.service-one__main,
  .service-one__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.service-one__main {
  justify-content: flex-end;
  background: linear-gradient(to bottom, #040603, transparent);
  padding-bottom: 50px;
  opacity: 1;
  transform: perspective(500px) translateZ(0);
}

.service-one__hover {
  justify-content: flex-start;
  background-color: rgba(2, 2, 2, 0.8);
  padding-top: 93px;
  padding-bottom: 120px;
  opacity: 0;
  transform: perspective(500px) translateZ(30px);
}

.service-one__icon {
  display: flex;
  height: 81px;
  width: 81px;
  align-items: center;
  justify-content: center;
  background-color: #0c580a;
  color: #ffffff;
}

.service-one__icon i {
  font-size: 52px;
  color: #ffffff;
}

.service-one__title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

.service-one__text {
  width: 71%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
}

/* Programme d'activités (programme.html) */

.event-one__single {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

.event-one__image {
  position: relative;
  flex: 0 0 260px;
  overflow: hidden;
}

.event-one__image-inner {
  background-color: #040603;
  overflow: hidden;
}

.event-one__image-inner > img {
  width: 100%;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.event-one__single:hover .event-one__image-inner > img {
  opacity: 0.7;
  transform: scale(1.05);
}

.event-one__image_num {
  position: absolute;
  top: -10px;
  left: 1px;
  color: #ffffff;
  background-color: #0c580a;
  font-size: 20px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Be Vietnam Pro", sans-serif;
  z-index: 2;
  border-radius: 50px;
  padding: 10px;
  font-weight: 700;
}

.event-one__content {
  padding-left: 40px;
  padding-right: 40px;
  flex-grow: 1;
}

.event-one__title {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: #040603;
  font-weight: 700;
  margin-top: 10px;
}

.event-one__title a {
  color: inherit;
  transition: color 0.4s ease;
}

.event-one__title a:hover {
  color: #0c580a;
}

/* Plan & Vie du quartier (plan.html, vie.html) */

.event-details__content {
  margin-bottom: 50px;
}

.event-details__title {
  margin: 0;
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 1.2;
  color: #040603;
  font-weight: 700;
}

.event-details__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #46484a;
  font-weight: 500;
}

.event-details__text + .event-details__text {
  margin-top: 40px;
}

.event-details__image img {
  width: 100%;
  border-radius: 4px;
}

/* Statuts & Plan quartier (statuts.html, planquartier.html) */

.section-statut {
  padding-top: 80px;
  padding-bottom: 80px;
}

.num-titr {
  color: #0c580a;
  font-weight: 700;
}

.plan-localisation img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Membres du Bureau / Team (team.html) */

.team-one {
  padding-top: 120px;
  padding-bottom: 90px;
}

.team-one__single {
  margin-bottom: 30px;
  text-align: center;
}

.team-one__image {
  overflow: hidden;
  background-color: #040603;
  position: relative;
}

.team-one__image img {
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.team-one__single:hover .team-one__image img {
  transform: scale(1.05);
  opacity: 0.7;
}

.team-one__content {
  padding-top: 30px;
}

.team-one__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #040603;
  font-weight: 700;
}

.team-one__designation {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #7c859b;
  font-weight: 500;
}

.team-one__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.team-one__social a {
  display: flex;
  width: 41px;
  height: 41px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8ebf2;
  background-color: #ffffff;
  font-size: 12px;
  color: #7c859b;
  transition: all 0.4s ease;
}

.team-one__social a + a {
  margin-left: 10px;
}

.team-one__social a:hover {
  background-color: #0c580a;
  color: #ffffff;
  border-color: #0c580a;
}

/* Contact (contact.html) */

.google-map__contact {
  display: block;
  width: 100%;
  height: 675px;
  border: 0;
  outline: none;
}

.contact-info-one {
  position: relative;
}

.contact-info-one > .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.contact-info-one .inner-container {
  background-color: #0c580a;
  padding: 30px 60px;
}

.contact-info-one .inner-container [class*=col-xl-] {
  padding-top: 29px;
  padding-bottom: 29px;
}

.contact-info-one .inner-container [class*=col-xl-]:nth-child(2) {
  position: relative;
}

.contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::before,
  .contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateY(0);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::before {
  left: 0;
}

.contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::after {
  right: 0;
}

.contact-info-one__single {
  padding: 29px 15px;
  text-align: center;
}

.contact-info-one__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}

.contact-info-one__title a {
  color: inherit;
}

.contact-info-one__title i {
  margin-right: 20px;
  font-size: 31px;
}

.contact-form-one {
  padding-top: 110px;
  padding-bottom: 120px;
}

.contact-form-one__form input,
  .contact-form-one__form textarea {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #eef1f6;
  border: 1px solid transparent;
  padding-left: 30px;
  margin-bottom: 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-form-one__form input:focus,
  .contact-form-one__form textarea:focus {
  border-color: #0c580a;
}

.contact-form-one__form textarea {
  height: 211px;
  padding-top: 15px;
  resize: vertical;
}

.contact-form-one .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-form-one .row.low-gutters > [class*=col-lg-] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-form-one__btn {
  font-size: 20px;
  padding: 15px 40px;
  background-color: #0c580a;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.contact-form-one__btn:hover {
  background-color: #040603;
  color: #ffffff;
}

/* Footer */

.site-footer {
  position: relative;
  background-color: #0a421a;
  background-image: url('../images/background/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url('../images/resources/decor-lines.png');
  background-position: left top;
  background-repeat: repeat-x;
  animation: bgSlide 20s linear infinite;
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: 0 0;
  }
}

.site-footer__upper {
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.footer-widget__links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-widget__links-list li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
}

.footer-widget__links-list li::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #ffffff;
  border-radius: 50%;
}

.footer-widget__links-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #b6d8a1;
  transition: color 0.3s ease;
}

.footer-widget__links-list li a:hover {
  color: #ffffff;
}

.footer-widget__contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-widget__contact-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #b6d8a1;
  margin-bottom: 10px;
}

.footer-widget__contact-list li a {
  color: #b6d8a1;
  transition: color 0.3s ease;
}

.footer-widget__contact-list li a:hover {
  color: #ffffff;
}

.footer-widget__contact-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 21px;
  color: #ffffff;
}

.footer-widget__posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget__posts-list li {
  display: flex;
}

.footer-widget__posts-list li + li {
  margin-top: 53px;
}

.footer-widget__posts-image img {
  width: 40px;
  margin-right: 20px;
}

.footer-widget__posts-title {
  margin: 0;
  font-size: 16px;
  color: #b6d8a1;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Libre Baskerville', serif;
}

.footer-widget__posts-title a {
  color: inherit;
  transition: color 0.4s ease;
}

.footer-widget__posts-title a:hover {
  color: #ffffff;
}

.footer-widget__posts-date {
  margin: 0;
  margin-top: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1em;
}

.site-footer__bottom .inner-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  text-align: center;
}

.site-footer__copy {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.site-footer__copy a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.site-footer__copy a:hover {
  color: #b6d8a1;
}

.logo-footer {
  margin-bottom: 10px;
}

.logo-footer img {
  max-width: 60%;
  height: auto;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-4{
  left: 1rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-4{
  top: 1rem;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mt-16{
  margin-top: -4rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.h-12{
  height: 3rem;
}

.h-48{
  height: 12rem;
}

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-12{
  width: 3rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-none{
  max-width: none;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.bg-\[\#0c580a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 88 10 / var(--tw-bg-opacity, 1));
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-60{
  padding-bottom: 15rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-60{
  padding-top: 15rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-80{
  padding-top: 20rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.leading-relaxed{
  line-height: 1.625;
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

/* Grille Responsive Breakpoints */

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .inner-banner {
    height: 344px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .site-header__header-one .bloc-logo {
    height: 144px;
  }

  .site-header__header-one .bloc-logo > .container {
    max-width: 790px;
  }

  .site-header__header-one .all-bloc-logo {
    height: 144px;
    padding: 0;
  }

  .site-header__header-one .bloc-logo-image {
    width: 140px;
  }

  .site-header__header-one .bloc-logo-image .logo-header {
    width: 140px;
  }

  .site-header__header-one .bloc-logo-titre {
    width: calc(100% - 160px);
  }

  .site-header__header-one .bloc-logo-titre h1 {
    font-size: 38px;
    line-height: 1.2;
    color: #0c580a;
  }

  .site-header__header-one .header-navigation {
    height: 75px;
    display: flow-root;
  }

  .site-header__header-one .header-navigation > .container {
    height: 75px;
    max-width: 1200px;
    position: relative;
  }

  .site-header__header-one .header-navigation .logo-box {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site-header__header-one .header-navigation .logo-box .navbar-brand {
    display: none;
  }

  .site-header__header-one .main-navigation {
    height: 60px;
    margin-top: 15px;
  }

  .site-header__header-one .navigation-box {
    display: flex !important;
    height: 60px !important;
    align-items: center !important;
    gap: 40px !important;
  }

  .site-header__header-one .navigation-box > li {
    display: block !important;
    position: relative;
    height: 60px !important;
    padding: 18px 0 !important;
  }

  .site-header__header-one .navigation-box > li + li {
    margin-left: 0 !important;
  }

  .site-header__header-one .navigation-box > li > a {
    padding: 0 !important;
    line-height: 24px !important;
  }

  .contact-form-one .container {
    max-width: 800px;
  }

  .footer-widget__links {
    margin-left: -30px;
  }
}

@media (max-width: 1199px) {
  .bloc-logo-image {
    width: 100px;
  }

  .logo-header {
    width: 100px;
  }

  .bloc-logo-titre {
    width: calc(100% - 120px);
  }

  .bloc-logo-titre h1 {
    font-size: 28px;
  }

  .site-header .header-navigation {
    position: sticky;
    top: 0;
    z-index: 999;
    min-height: 64px;
  }

  .site-header .header-navigation > .container {
    min-height: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header .header-navigation .logo-box {
    position: static;
    width: 100%;
    height: 64px;
    justify-content: flex-end;
    padding: 0;
  }

  .site-header .header-navigation .logo-box .navbar-brand {
    display: none !important;
  }

  .site-header .header-navigation .menu-toggler {
    display: block !important;
    margin: 0;
    padding: 15px 0;
    color: #0c580a;
    font-size: 28px;
  }

  .site-header .header-navigation .main-navigation {
    position: absolute;
    left: 0;
    top: 64px;
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    background-color: #18212e;
    text-align: left;
    overflow: hidden;
  }

  .site-header .header-navigation .mobile-menu-toggle-input:checked ~ .main-navigation {
    display: block !important;
    height: auto !important;
    max-height: 70vh;
    overflow-y: auto;
  }

  .site-header .header-navigation .mobile-menu-toggle-input:checked ~ .logo-box .menu-toggler .fa-bars:before {
    content: "\f00d";
  }

  .site-header .header-navigation .navigation-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-header .header-navigation .navigation-box > li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-header .header-navigation .navigation-box > li > a {
    padding: 16px 20px;
    color: #ffffff;
  }

  .site-header .header-navigation .navigation-box > li > .sub-menu {
    position: static;
    visibility: visible;
    max-height: 0;
    min-width: 0;
    overflow: hidden;
    background-color: #040603;
    opacity: 1;
    box-shadow: none;
    transition: max-height 0.3s ease;
  }

  .site-header .header-navigation .navigation-box > li:focus-within > .sub-menu,
  .site-header .header-navigation .navigation-box > li:hover > .sub-menu {
    max-height: 600px;
  }

  .site-header .header-navigation .navigation-box > li > .sub-menu > li > a {
    white-space: normal;
    padding: 13px 35px;
    color: #ffffff;
  }

  .about-four .block-title {
    text-align: center !important;
    margin-bottom: 50px;
  }

  .about-four__list {
    display: none;
  }

  .about-four .img-fluid {
    width: 100%;
  }

  .about-four__box {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .navigation-box > li.current > a,
  .navigation-box > li:hover > a {
    color: #b6d8a1 !important;
  }

  .static-banner-one__title {
    font-size: 60px;
    line-height: 70px;
  }

  .contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::before,
  .contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::after {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
  }

  .contact-info-one .inner-container [class*=col-xl-]:nth-child(2)::after {
    top: auto;
    right: auto;
    bottom: 0;
  }

  .contact-info-one > .container {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding-top: 70px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .about-four__box {
    padding: 28px 30px;
  }

  .event-details__content {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .bloc-logo-image {
    width: 60px;
    margin-right: 10px;
  }

  .logo-header {
    width: 60px;
  }

  .bloc-logo-titre {
    width: calc(100% - 70px);
  }

  .bloc-logo-titre h1 {
    font-size: 18px;
  }

  .site-header__header-one .bloc-logo {
    height: 69.3px;
  }

  .site-header__header-one .all-bloc-logo {
    height: 69.3px;
    padding: 0;
  }

  .static-banner-one__title {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-one.banner-carousel__one,
  .banner-one__slide {
    height: 400px;
    min-height: 400px;
  }

  .inner-banner {
    padding: 76.5px 0 30px;
  }

  .inner-banner__title {
    font-size: 36px;
    line-height: 36px;
  }

  .thm-breadcrumb {
    min-height: 48px;
  }

  .cta-two__title {
    font-size: 50px;
    line-height: 1.35em;
  }

  .about-four__box {
    margin-top: 10px;
  }

  .blog-one__content {
    padding: 30px 20px;
  }

  .event-details__title {
    font-size: 30px;
    line-height: 1.2;
  }

  .event-one__single {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-one__image {
    width: 100%;
    flex: 0 0 auto;
  }

  .event-one__content {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .banner-one__nav a {
    display: none;
  }

  .blog-one__content {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .cta-two__title,
  .block-title__title {
    font-size: 40px;
  }

  .blog-one__title {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 25px;
  }

  .event-one__single {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-one__image {
    width: 100%;
    flex: 0 0 auto;
  }

  .event-one__content {
    padding: 20px;
  }
}

@media (max-width: 375px) {
  .contact-info-one .inner-container {
    padding: 30px 15px;
  }

  .contact-info-one__title {
    font-size: 18px;
    line-height: 1.2em;
  }

  .blog-details .blog-one__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-one__meta li a {
    font-size: 14px;
  }

  .event-one__title {
    font-size: 20px;
    line-height: 1.4em;
  }
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
