#scroll-hero2 {
  color: #333;
}
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-loaded section {
  opacity: 1;
  transition: opacity 0.6s ease 0.2s;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a, button {
  outline: none !important;
  font-weight: bold;
} /* Prevent ugly blue glow on chrome and safari */
.page-transition {
  will-change: transform, opacity;
}
/*
   .logolalibre {
	  left: 0;
    position: absolute;
    top: -269px;
    width: 260px;
    z-index: 1;
	
	}   
*/
hr {
  border: 3px solid #e2b782;
  width: 50px;
}
.hero-coverstyle {
  box-shadow: inset 0 0 180px 0px rgba(0, 0, 0, 0.9);
}
.credits2 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.titrecarte {
  padding-top: 70px;
}
#chiffre {
  scroll-margin-top: 120px;
}
html {
  scroll-behavior: smooth;
}
/* ==========================================================
   Next chapter
   ========================================================== */
.next-chapter-block {
  max-width: 980px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}
.next-chapter-kicker {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e2b782;
  margin-bottom: 10px;
  text-align: center;
}
.next-chapter-block hr {
  margin: 0 auto 35px;
}
.next-chapter-card {
  display: flex;
  align-items: stretch;
  min-height: 260px;
  background: #151515;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.next-chapter-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
  color: #fff;
}
.next-chapter-card__media {
  position: relative;
  width: 42%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
}
.next-chapter-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}
.next-chapter-card__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e2b782;
  font-size: 18px;
  z-index: 2;
}
.next-chapter-card__content {
  width: 58%;
  padding: 34px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.next-chapter-card__number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e2b782;
  margin-bottom: 6px;
}
.next-chapter-card__label {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 14px;
}
.next-chapter-card__content h2 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 22px;
  color: #fff;
}
.next-chapter-card__cta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 999px;
  background: #aa6f5f;
  color: #f1f0ec;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.25s ease, transform 0.25s ease;
}
.next-chapter-card:hover .next-chapter-card__cta {
  background: #915848;
}
@media (max-width: 767px) {
  .next-chapter-block {
    margin: 50px auto;
    padding: 0 16px;
  }
  .next-chapter-card {
    display: block;
    min-height: auto;
  }
  .next-chapter-card__media {
    width: 100%;
    min-height: 210px;
  }
  .next-chapter-card__content {
    width: 100%;
    padding: 24px 20px 26px;
  }
  .next-chapter-card__content h2 {
    font-size: 26px;
  }
}
/* ==========================================================
   TITRE DU BLOC
   ========================================================== */
.chapitresuivant {
  padding: 35px 20px 25px;
  text-align: center;
}
.chapitresuivant h1 {
  margin: 0 0 14px;
  font-size: 28px;
  color: #fff;
}
.chapitresuivant hr {
  width: 50px;
  margin: 0 auto;
  border: 0;
  border-top: 3px solid #e2b782;
  opacity: 1;
}
/* ==========================================================
   progress bar
   ========================================================== */
.nyt-top-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.nyt-top-progress__bar {
  width: 0%;
  height: 100%;
  background: #e2b782;
  box-shadow: 0 0 6px rgba(226, 183, 130, 0.25);
  transition: width 0.08s linear;
}
/* ==========================================================
   Stabilo
   ========================================================== */
.highlight-hand-draw {
  position: relative;
  display: inline;
  z-index: 1;
  padding: 0 4px;
}
.highlight-hand-draw::before, .highlight-hand-draw::after {
  content: "";
  position: absolute;
  width: 0;
  z-index: -1;
  opacity: 0.95;
}
.highlight-hand-draw::before {
  left: -4px;
  top: 50%;
  height: 0.72em;
  transform: translateY(-50%) rotate(-1.5deg);
  background: rgba(226, 183, 130, 0.78);
  border-radius: 7px 11px 6px 10px;
  transition: width 0.55s ease;
}
.highlight-hand-draw::after {
  left: -2px;
  top: 54%;
  height: 0.6em;
  transform: translateY(-50%) rotate(0.8deg);
  background: rgba(226, 183, 130, 0.42);
  border-radius: 10px 7px 9px 6px;
  transition: width 0.75s ease 0.08s;
}
.highlight-hand-draw.visible::before {
  width: calc(100% + 8px);
}
.highlight-hand-draw.visible::after {
  width: calc(100% + 5px);
}
/* ==========================================================
   audio
   ========================================================== */
.audio-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 18, 24, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
.audio-toggle:hover {
  transform: translateY(-1px);
  background: rgba(25, 29, 38, 0.82);
  border-color: rgba(255, 255, 255, 0.28);
}
.audio-toggle:active {
  transform: translateY(0);
}
.audio-toggle i {
  font-size: 14px;
  line-height: 1;
}
.audio-icon-off {
  display: none;
}
.audio-toggle.is-off .audio-icon-on {
  display: none;
}
.audio-toggle.is-off .audio-icon-off {
  display: inline-block;
}
.audio-toggle.is-off {
  opacity: 0.78;
}
.audio-label {
  min-width: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .audio-toggle {
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    font-size: 12px;
  }
}
.audio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.audio-toggle .audio-icon-on, .audio-toggle .audio-icon-off {
  font-size: 16px;
  line-height: 1;
}
.audio-toggle .audio-icon-off {
  display: none;
}
.audio-toggle.is-off .audio-icon-on {
  display: none;
}
.audio-toggle.is-off .audio-icon-off {
  display: inline-block;
}
/* ==========================================================
   Hero animation 
   ========================================================== */
.hero-cover {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  animation: heroBreathSmooth 18s ease-in-out infinite alternate;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-content, .logolalibre, .verticalLine, .credits-vertical-right, .credits-vertical-left {
  position: relative;
  z-index: 2;
}
@keyframes heroBreathSmooth {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1.25) translateY(-6px);
  }
}
/* ==========================================================
   MENU CHAPITRES CUSTOM
   ========================================================== */
.hero {
  padding-top: 70px;
  box-sizing: border-box;
}
.chapter-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.chapter-topbar.is-scrolled {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}
.chapter-topbar__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.chapter-topbar__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.chapter-topbar__logo img {
  display: block;
  width: 150px;
  height: auto;
}
.chapter-topbar__nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.chapter-topbar__link {
  position: relative;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 4px 0;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
.chapter-topbar__link:hover {
  color: #e2b782 !important;
  opacity: 1;
}
.chapter-topbar__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #e2b782;
  transition: width 0.3s ease;
}
.chapter-topbar__link:hover::after, .chapter-topbar__link.is-active::after {
  width: 100%;
}
.chapter-topbar__link.is-active {
  color: #e2b782 !important;
  opacity: 1;
}
.chapter-topbar__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 10001;
}
.chapter-topbar__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 5px auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* menu mobile */
@media (max-width: 991px) {
  .chapter-topbar__toggle {
    display: block;
  }
  .chapter-topbar__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 24px 18px;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .chapter-topbar.is-open .chapter-topbar__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .chapter-topbar__link {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .chapter-topbar__link:last-child {
    border-bottom: 0;
  }
  .chapter-topbar.is-open .chapter-topbar__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .chapter-topbar.is-open .chapter-topbar__toggle span:nth-child(2) {
    opacity: 0;
  }
  .chapter-topbar.is-open .chapter-topbar__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .chapter-topbar__logo img {
    width: 120px;
  }
}
/* ÉPINGLÉ
-------------------------------------------------------------- */
.epingle {
  max-width: 700px;
  margin: 80px auto;
  padding: 30px 20px;
  position: relative;
  text-align: left;
}
.epingle {}
/* Ligne signature (ta couleur) */
.epingle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #e2b782;
}
/* Texte */
.epingle p {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.epingle h1 {
  color: #e2b782;
}
/* exergue
-------------------------------------------------------------- */
.exergue {
  max-width: 700px;
  margin: 80px auto;
  padding: 30px 20px;
  position: relative;
  text-align: left;
  font-weight: bold;
}
.exergue {
  border-left: 3px solid #e2b782;
  padding-left: 25px;
}
/* Ligne signature (ta couleur) */
.exergue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #e2b782;
}
/* Texte */
.exergue p {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
/* citation
-------------------------------------------------------------- */
.quote-block {
  max-width: 700px;
  margin: 100px auto;
  padding: 40px 30px;
  position: relative;
  text-align: center;
}
/* GROS GUILLEMETS */
.quote-block::before {
  content: "\201C"; /* guillemet ouvrant */
  font-family: "Josefin Sans";
  font-size: 200px;
  color: #e2b782;
  position: absolute;
  top: -40px;
  left: 10px;
  opacity: 0.2;
}
/* TEXTE */
.quote-text {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}
/* AUTEUR */
.quote-author {
  font-size: 14px;
  color: #e2b782;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
}
.quote-block {
  border-left: 3px solid #e2b782;
  padding-left: 30px;
  text-align: left;
}
.quote-block {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.quote-block.visible {
  opacity: 1;
  transform: translateY(0);
}
.legende {
  font-size: 12px;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
  background-color: #000;
}
/* mise en forme texte article
-------------------------------------------------------------- */
.chapitresuivant {
  padding-bottom: 30px;
  padding-top: 30px;
}
.psoustitre {
  font-size: 16px;
  color: #e2b782;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 700 !important;
}
.psoustitre-intro {
  font-size: 16px;
  color: #e2b782;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 700 !important;
  text-align: center;
}
.creditsTitre {
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: 13px;
  text-align: center;
}
.credits-vertical-right {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.credits-vertical-left {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 10px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: absolute;
  left: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
}
.credits {
  font-size: 13px;
  text-align: center;
}
.verticalLine {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: clamp(15px, 8vh, 100px);
  background: #e2b782;
  z-index: 1;
}
.logolalibre {
  position: relative;
  top: -26px;
  width: 230px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.bg-facebook {
  background-color: #069;
  height: 100px;
}
.logo-imagette {
  text-align: center;
}
#lettrine:first-letter {
  font-family: "Josefin Sans";
  font-weight: bold;
  font-size: 105px;
  color: #e2b782;
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 9px;
  margin-right: 30px;
  margin-bottom: 40px;
  line-height: 1.3;
}
/* Globals type styling */
h1, h2, h3, h4, h5, h6, label, .btn {
  font-family: "Josefin Sans";
  font-weight: bold;
}
/* Site container width */
.container {
  max-width: 750px;
}
p {
  padding-bottom: 20px;
  padding-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
}
/* = modif for page chapitre
-------------------------------------------------------------- */
/* RESET PAGE */
body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  background: #111;
  color: white;
}
/* HERO */
.hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.hero h1 {
  font-size: 60px;
}
/* INTRO */
.intro {
  padding: 80px 20px;
  background: #fff;
  color: #000;
}
.content {
  padding: 80px 20px;
  background: #111;
}
/* TRANSITION OVERLAY */
.page-transition {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
/* PAGE LOAD (entrée) */
body.is-loaded .page-transition {
  transform: translateY(-100%);
}
/* PAGE EXIT (sortie) */
body.is-leaving .page-transition {
  transform: translateY(0);
}
/* FADE CONTENT */
body.is-loading main, body.is-loading section {
  opacity: 0;
}
body.is-loaded main, body.is-loaded section {
  opacity: 1;
  transition: opacity 0.6s ease 0.3s;
}
/* = slider transition chapitre
-------------------------------------------------------------- */
/* EXPANSION FULLSCREEN */
.chapter.expand {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  flex: none;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation: zoomIn 0.8s ease forwards;
}
.chapter:active {
  transform: scale(0.98);
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
/* IMAGE FULLSCREEN */
.chapter.expand {
  background-size: cover;
  background-position: center;
}
/* FADE OUT des autres */
.chapter.fade-out {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.5s ease;
  pointer-events: none;
}
/* éviter glitch */
.chapters-wrapper {
  position: relative;
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99999;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.6s ease;
}
.page-transition.active {
  transform: scaleY(1);
}
/* = slider col image or color
-------------------------------------------------------------- */
.chapter:nth-child(1) {
  background: #111;
}
.chapter:nth-child(2) {
  background: #1a1a1a;
}
.chapter:nth-child(3) {
  background: #222;
}
.chapter:nth-child(4) {
  background: #2a2a2a;
}
.chapter:nth-child(5) {
  background: #333;
}
.chapter:nth-child(6) {
  background: #3b3b3b;
}
.chapter {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* Remet le contenu au-dessus */
.chapter-inner {
  position: relative;
  z-index: 1; /* au-dessus du ::before */
}
.chapter:nth-child(1) {
  background-image: url("img/chap-1.jpg");
  background-size: cover;
}
.chapter:nth-child(2) {
  background-image: url("img/chap-2.jpg");
  background-size: cover;
}
.chapter:nth-child(3) {
  background-image: url("img/chap-3.jpg");
  background-size: cover;
}
.chapter:nth-child(4) {
  background-image: url("img/chap-4.jpg");
  background-size: cover;
}
.chapter:nth-child(5) {
  background-image: url("img/chap-5.jpg");
  background-size: cover;
}
.chapter:nth-child(6) {
  background-image: url("img/chap-6.jpg");
  background-size: cover;
}
/* = NavBar
-------------------------------------------------------------- */
/* Navbar Icon */
.svg-menu-icon {
  fill: none;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
  fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
.menu-icon-thin-bars {
  stroke-width: 1px;
}
.menu-icon-thick-bars {
  stroke-width: 5px;
}
.menu-icon-rounded-bars {
  stroke-width: 3px;
  stroke-linecap: round;
}
.menu-icon-filled {
  fill: rgba(0, 0, 0, 0.5);
  stroke-width: 0px;
}
.navbar-dark .menu-icon-filled {
  fill: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
  background: none !important;
  pointer-events: none;
  width: 33px;
  height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
  border: none
}
@media (min-width:576px) {
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-sm .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
@media (min-width:768px) {
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-md .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
@media (min-width:992px) {
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-lg .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
/* = slider col
-------------------------------------------------------------- */
.chapter-hover h2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.chapter:hover .chapter-hover h2, .chapter.active .chapter-hover h2 {
  opacity: 1;
  transform: translateY(0);
}
.chapterSpines {
  height: 100vh;
  overflow: hidden;
}
.chapterSpines2 {
  height: 80vh;
  overflow: hidden;
}
/* FADE OTHERS */
.chapterSpines2 {
  height: 80vh;
}
/* WRAPPER */
.chapters-wrapper {
  display: flex;
  height: 100%;
}
/* CHAPTER */
.chapter {
  flex: 1;
  position: relative;
  overflow: hidden;
  color: aliceblue;
  text-align: center;
  min-width: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: flex 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s ease;
  transform: translateZ(0);
  will-change: flex;
}
/* EXPANSION */
.chapter:hover {
  flex: 3;
}
.chapterSpines, .chapters-wrapper, .chapter {
  contain: layout paint;
}
/* fontawesome */
.chapter-icon {
  text-align: center;
  font-size: 22px;
  color: white;
  opacity: 0.7;
  transition: all 0.4s ease;
}
/* effet au hover */
.chapter:hover .chapter-icon, .chapter.active .chapter-icon {
  transform: translateY(-5px) scale(1.2);
  opacity: 1;
}
/* INNER */
.chapter-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
/* LINE */
.chapter-line {
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  flex-grow: 1;
  margin: 10px auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.chapter:hover .chapter-line, .chapter.active .chapter-line {
  opacity: 0;
  transform: scaleY(0);
}
/* HOVER CONTENT */
.chapter-hover {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -40%) scale(0.9);
  opacity: 0;
  z-index: 10; /* ðŸ”¥ IMPORTANT */
  color: white;
  text-align: center;
  width: 80%;
  transition: all 0.5s ease;
}
/* ACTIVE */
.chapter.active {
  flex: 3;
}
.chapter.active .chapter-hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.chapter:hover .chapter-hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* FADE OTHERS */
.chapterSpines {
  height: 100vh;
}
.chapters-wrapper {
  display: flex;
  height: 100%;
}
.chapter {
  flex: 1;
  min-width: 0; /* ðŸ”¥ CRUCIAL */
}
.chapter:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .chapters-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .chapter {
    min-width: 80%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    transition: transform 0.4s ease;
  }
  .chapter.active {
    transform: scale(1.05);
  }
}
/* slider font
-------------------------------------------------------------- */
.chapter-number {
  font-family: "Josefin Sans";
  font-size: 30px;
  font-weight: bold;
  color: #e2b782;
}
.fb-comments {
  display: block !important;
  position: relative !important;
  text-align: center;
}
.textefilm {
  color: #fff;
}
.Fondspourlejournalisme {
  padding: 20px;
  background-color: #363b41;
  color: #fff;
}
.bgc-equipe {
  color: #e2b782 !important;
  background-color: #aa6f5f !important;
}
.bgc-carte {
  color: #e2b782 !important;
  background: #0F0B12 !important;
  background: linear-gradient(180deg, rgba(15, 11, 18, 1) 0%, rgba(226, 183, 130, 1) 100%) !important;
}
.bgc-equipe2 {
  color: #e2b782 !important;
  background-color: #a36b5c !important;
}
.bgc-equipe3 {
  color: #e2b782 !important;
  background-color: #925f51 !important;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
blockquote.twitter-tweet a:hover, blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
#twitter-widget-2, #twitter-widget-3, #twitter-widget-4, #twitter-widget-5 {
  width: 100% !important;
}
iframe {
  border: 0 none;
  top: -6px !important;
  border-radius: 2px;
}
.info {
  padding-top: 6px;
}
.share {
  padding-top: 25px;
  text-align: center;
}
.boximage {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.boximage::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 150%;
  height: 150%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}
.boximage:hover {
  transform: scale(1.2, 1.2);
}
.boximage:hover::after {
  opacity: 1;
}
.img-responsive {
  border-radius: 2px;
}
/* = NavBar
-------------------------------------------------------------- */
/* Navbar Icon */
.svg-menu-icon {
  fill: none;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
  fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
.menu-icon-thin-bars {
  stroke-width: 1px;
}
.menu-icon-thick-bars {
  stroke-width: 5px;
}
.menu-icon-rounded-bars {
  stroke-width: 3px;
  stroke-linecap: round;
}
.menu-icon-filled {
  fill: rgba(0, 0, 0, 0.5);
  stroke-width: 0px;
}
.navbar-dark .menu-icon-filled {
  fill: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
  background: none !important;
  pointer-events: none;
  width: 33px;
  height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
  border: none
}
@media (min-width:576px) {
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-sm .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
@media (min-width:768px) {
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-md .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
@media (min-width:992px) {
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    left: 100%;
    top: -7px
  }
  .navbar-expand-lg .dropdown-menu .submenu-left {
    right: 100%;
    left: auto
  }
}
/* carousel
-------------------------------------------------------------- */
.carousel-caption {
  position: relative;
  bottom: 1.25rem;
  padding-top: 1.50rem;
  padding-bottom: 1.25rem;
  color: #252424;
  text-align: left;
  font-size: 12px;
}
.carousel-inner {
  position: relative;
  width: 50%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carousel-inner-big {
  position: relative;
  width: 80%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carousel-nav-icon {
  fill: none;
  stroke: #000;
  stroke-width: 4px;
  fill-rule: evenodd;
}
.carousel-indicators li::marker {
  font-size: 0;
}
/* video */
#hero-bloc {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #000;
}
.video-bg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: #000 url("img/hero-poster.jpg") center center / cover no-repeat;
}
.bloc-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #000;
}
/* ==========================================================
   LA LIBRE - VIDEO PLAYER CUSTOM
   ========================================================== */
.ll-video {
  max-width: 1100px;
  margin: 80px auto;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.ll-video__frame {
  position: relative;
  background: #000;
  aspect-ratio: 16 / 9;
}
.ll-video__media {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}
.ll-video__center-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
  z-index: 3;
}
.ll-video__center-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(170, 111, 95, 0.88);
}
.ll-video.is-playing .ll-video__center-play {
  opacity: 0;
  pointer-events: none;
}
.ll-video__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px 16px;
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ll-video__btn {
  border: 0;
  background: transparent;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
  flex: 0 0 auto;
}
.ll-video__btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #e2b782;
}
.ll-video__btn:active {
  transform: scale(0.96);
}
.ll-video__time {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  color: #e2b782;
  min-width: 42px;
  text-align: center;
  flex: 0 0 auto;
}
.ll-video__progress {
  position: relative;
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  cursor: pointer;
}
.ll-video__progress-buffer {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.16);
}
.ll-video__progress-bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: #e2b782;
}
.ll-video__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--progress-handle, 0%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e2b782;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(226, 183, 130, 0.18);
  pointer-events: none;
}
.ll-video.is-ended .ll-video__center-play {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .ll-video {
    margin: 50px 16px;
    border-radius: 8px;
  }
  .ll-video__center-play {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }
  .ll-video__controls {
    gap: 10px;
    padding: 12px;
    flex-wrap: wrap;
  }
  .ll-video__progress {
    order: 10;
    width: 100%;
    flex: 0 0 100%;
  }
  .ll-video__time {
    min-width: auto;
    font-size: 12px;
  }
  .ll-video__btn {
    width: 34px;
    height: 34px;
  }
}
/* = Blocs
-------------------------------------------------------------- */
.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}
.bloc-backvideo {
  background-color: #1B1B1D;
}
.bloc-bg-texture::before {
  content: "";
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bloc-fill-screen {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Sizes */
.bloc-xxl {
  padding: 200px 50px;
}
.bloc-lg {
  padding: 100px 50px;
}
.bloc-md {
  padding: 50px;
}
.bloc-sm {
  padding: 20px 50px;
}
/* Group Styles */
.bloc-group {
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 800px;
}
.bloc-group .bloc {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.bloc-tile-2 {
  width: 50%;
}
.bloc-tile-3 {
  width: 33.33333333%;
}
.bloc-tile-4 {
  width: 25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
  width: 100%;
  padding-top: 300px;
}
/* Background Effects */
.b-parallax {
  background-attachment: fixed;
}
/* Dark theme */
.d-bloc {
  color: #fff;
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, .9);
}
.d-bloc h1, .d-bloc h2, .d-bloc h3, .d-bloc h4, .d-bloc h5, .d-bloc h6, .d-bloc .ico {}
.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, .9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, .2);
}
.d-bloc a {
  color: rgba(255, 255, 255, .6);
}
.d-bloc a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.d-bloc .panel {
  color: rgba(0, 0, 0, .5);
}
.d-bloc .panel button:hover {
  color: rgba(0, 0, 0, .7);
}
.d-bloc .panel h1, .d-bloc .panel h2, .d-bloc .panel h3, .d-bloc .panel h4, .d-bloc .panel h5, .d-bloc .panel h6, .d-bloc .ico {
  color: rgba(0, 0, 0, .7);
}
.d-bloc .panel icon {
  border-color: rgba(0, 0, 0, .7);
}
.d-bloc .panel .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}
.d-bloc .panel a {
  color: rgba(0, 0, 0, .6);
}
.d-bloc .panel a:hover {
  color: rgba(0, 0, 0, 1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}
/* Light theme */
.l-bloc {
  color: rgba(0, 0, 0, .5);
}
.l-bloc button:hover {
  color: rgba(0, 0, 0, .7);
}
.l-bloc h1, .l-bloc h2, .l-bloc h3, .l-bloc h4, .l-bloc h5, .l-bloc h6, .l-bloc .ico {}
.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, .7);
}
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}
.l-bloc a {
  color: #e2b782;
}
.l-bloc a:hover {
  color: #c9a16f;
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, .6);
}
.l-bloc .btn-wire, .l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}
/* Bloc text custom styling */
#hero-bloc h1 {
  color: #e2b782 !important;
  font-weight: 600;
  font-family: "Abril Fatface";
  font-size: 60px;
  position: absolute;
  top: 80px;
  padding: 20px;
  backdrop-filter: blur(20px);
  border-radius: 10px;
}
.texture-darken::before {
  background: rgba(0, 0, 0, 0.5);
}
.tc-2013 {
  color: var(--swatch-var-2013) !important;
}
#intro h3 {
  font-family: 'Josefin Sans';
  font-size: 30px;
}
#intro p {
  font-weight: 300;
  font-family: 'Josefin Sans';
  font-size: 18px;
  line-height: 1.5;
}
#chapitre p {
  font-family: 'Josefin Sans';
  font-size: 20px;
}
#bloc-4 p {
  font-family: 'Josefin Sans';
  font-size: 20px;
}
#bloc-5 p {
  font-family: 'Droid Serif';
  font-size: 20px;
}
/* = NavBar
-------------------------------------------------------------- */
.navbar {
  margin-bottom: 0;
  z-index: 1;
}
.navbar-brand {
  height: auto;
  padding: 15px 15px;
  font-size: 25px !important;
  font-weight: normal;
  font-weight: 600;
}
.navbar-brand img {
  max-height: 200px;
  margin: 0 5px 0 0;
  display: inline;
}
.navbar-brand {
  padding: 15px 15px;
}
.navbar .nav {
  padding-top: 2px;
  margin-right: -16px;
  float: right;
  z-index: 1;
}
.nav > li {
  float: left;
  margin-top: 4px;
  font-size: 16px;
}
.navbar-nav .open .dropdown-menu > li > a {
  text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus {
  background: transparent;
}
.navbar-toggle {
  margin: 10px 10px 0 0;
  border: 0px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, .5);
  width: 26px;
}
.nav-invert .navbar .nav {
  float: left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .site-navigation {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translateY(-50%);
  }
  .nav-invert .site-navigation {
    left: 20px;
    right: 0;
  }
  .nav-center {
    text-align: center;
  }
  .nav-center .navbar-header {
    width: 100%;
  }
  .nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li {
    float: none;
    display: inline-block;
  }
  .nav-center .site-navigation {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
.nav > li > .dropdown a {
  background: none !important;
  display: block;
  padding: 14px 15px;
}
nav .caret {
  margin: 0 5px;
}
/* = Hero
-------------------------------------------------------------- */
.btn-c-6061 {
  background-color: #606652 !important;
  color: #f1f0ec !important;
}
.btn-c-6061:hover {
  background: #949985 !important;
  color: #f1f0ec !important;
}
.hero {
  padding-top: 0;
}
.hero-nav {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.v-center {
  position: relative;
  height: inherit;
}
.v-center .vc-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hero .btn-dwn {
  width: 58px;
  height: 58px;
  line-height: 58px;
  margin: 0 0 0 -29px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 50%;
  bottom: 60px;
  border: 0;
}
.hero .btn-dwn:hover {
  color: rgba(255, 255, 255, 1);
}
/* = Bric adjustment margins
-------------------------------------------------------------- */
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* = Buttons
-------------------------------------------------------------- */
.btn {
  margin: 0 5px 5px 0;
}
.btn.pull-right {
  margin: 0 0 5px 5px;
}
.btn-d, .btn-d:hover, .btn-d:focus {
  color: #FFF !important;
  background: rgba(0, 0, 0, .3);
}
/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none !important;
}
.btn-rd {
  border-radius: 40px;
}
.dropdown a .caret {
  margin: 0 0 0 5px
}
/* = Icons
-------------------------------------------------------------- */
.icon-md {
  font-size: 30px !important;
}
/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow {
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}
/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg {
  max-width: 400px;
}
.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer {
  border-radius: 0;
}
.panel-rd {
  border-radius: 30px;
}
.panel-rd .panel-heading {
  border-radius: 29px 29px 0 0;
}
.panel-rd .panel-footer {
  border-radius: 0 0 29px 29px;
}
/* iFrame */
iframe {
  border: 0;
}
/* ScrollToTop button */
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 500;
  transition: all .3s ease-in-out;
}
.scrollToTop span {
  margin-top: 6px;
}
.showScrollTop {
  font-size: 14px;
  opacity: 1;
}
/* = Lightbox
-------------------------------------------------------------- */
a[data-lightbox] {
  position: relative;
  display: block;
  text-align: center;
}
a[data-lightbox]:hover::before {
  content: "+";
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 32px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .6);
  color: #FFF;
  font-weight: 100;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img {
  opacity: 0.6;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
#lightbox-modal .modal-dialog {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}
#lightbox-modal .modal-dialog img {
  margin: 0 auto;
}
.lightbox-caption {
  padding: 20px;
  color: #FFF;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
}
.close-lightbox {
  display: none;
  font-size: 40px;
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 20;
}
.next-lightbox, .prev-lightbox {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 50%;
}
.next-lightbox {
  right: 25px;
  border-left: 20px solid rgba(255, 255, 255, .4);
}
.prev-lightbox {
  left: 25px;
  border-right: 20px solid rgba(255, 255, 255, .4);
}
.prev-lightbox:hover, .next-lightbox:hover {
  border-right-color: rgba(255, 255, 255, .9);
  border-left-color: rgba(255, 255, 255, .9);
}
/* Dark */
.dark-lb {
  background: #1F272A;
}
/* = Custom Colour Styling
-------------------------------------------------------------- */
/* Background colour styles */
.bgc-pastel-gray {
  background-size: cover;
  background-repeat: repeat-x;
  color: #f1f0ec;
  background-image: url("img/texture.jpg");
  background-color: #aa6f5f;
}
.bgc-white {
  background-size: cover;
  background-repeat: repeat-x;
  color: #181720;
  background-image: url("img/texture-texte.jpg");
  background-color: #f1f0ec;
}
.bgc-logo {
  background-color: #92908a;
}
.bgc-taupe-gray {
  background-color: #292B33;
}
/* Button colour styles */
.btn-white {
  background-color: #aa6f5f;
  color: #f1f0ec !important;
}
.btn-white:hover {
  background-color: #915848;
  color: #f1f0ec !important;
}
/* Bloc image backgrounds */
.bg-coverhaiti {
  background-image: url("img/cover-haiti.png");
}
.bg-chap1 {
  background-image: url('img/chap-1.png');
  width: 25%;
  transition: all 1s ease-out;
}
.bg-chap2 {
  background-image: url('img/chap-2.png');
  width: 25%;
  transition: all 1s ease-out;
}
.bg-chap3 {
  background-image: url('img/chap-3.png');
  width: 25%;
  transition: all 1s ease-out;
}
.bg-chap4 {
  background-image: url('img/chap-4.png');
  width: 25%;
  transition: all 1s ease-out;
}
.bg-chap1:hover {
  width: 50%;
  transition: all 1s ease-out;
}
.bg-chap2:hover {
  width: 50%;
  transition: all 1s ease-out;
}
.bg-chap3:hover {
  width: 50%;
  transition: all 1s ease-out;
}
.bg-chap4:hover {
  width: 50%;
  transition: all 1s ease-out;
}
/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .credits-vertical-right {
    display: none;
  }
  .credits-vertical-left {
    display: none;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
    height: 600px;
  }
  .bloc-fill-screen {
    min-height: 5vh;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container {
    width: 100%;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .page-container, #hero-bloc {
    overflow-x: hidden;
    position: relative;
  } /* Prevent unwanted side scroll on mobile */
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
  .b-parallax {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
  h1, h2, h3, h4, h5, h6, p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #hero-bloc h1 {
    font-size: 40px;
  }
  #hero-bloc h2 {
    font-size: 34px;
  }
  #hero-bloc h3 {
    font-size: 25px;
  }
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .navbar .nav {
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    float: none !important;
  }
  .navbar.row {
    margin-left: 0;
    margin-right: 0;
  }
  .site-navigation {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .nav > li {
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    text-align: left;
    padding-left: 15px;
    width: 100%;
  }
  .nav > li:hover {
    background: rgba(0, 0, 0, .08);
  }
  #hero-bloc .navbar .nav {
    background: rgba(0, 0, 0, .8);
  }
  #hero-bloc .navbar .nav a {
    color: rgba(255, 255, 255, .6);
  }
  .hero {}
  .hero-nav {
    left: -1px;
    right: -1px;
  }
  .navbar-collapse {
    padding: 0;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-brand img {
    max-height: 40px;
    width: auto;
    margin: -10px 10px 0 0;
  }
  .nav-invert .navbar-header {
    float: none;
    width: 100%;
  }
  .nav-invert .navbar-toggle {
    float: left;
  }
  .btn.pull-left, .btn.pull-right {
    float: none !important;
  }
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
  .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bloc-xxl, .bloc-xl, .bloc-lg {
    padding: 40px 0;
  }
  .bloc-sm, .bloc-md {
    padding-left: 0;
    padding-right: 0;
  }
  .a-block {
    padding: 0 10px;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .video-bg-contianer {
    display: none;
  }
}
/* ==========================================================
   LA LIBRE - CARROUSEL CUSTOM
   ========================================================== */
.ll-carousel {
  position: relative;
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 70px;
}
.ll-carousel__viewport {
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}
.ll-carousel__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.ll-carousel__slide {
  min-width: 100%;
  margin: 0;
  background: #000;
}
.ll-carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.ll-carousel__slide figcaption {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 14px 18px 16px;
}
.ll-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: background 0.25s ease, transform 0.25s ease;
}
.ll-carousel__btn:hover {
  background: rgba(170, 111, 95, 0.92);
}
.ll-carousel__btn--prev {
  left: 10px;
}
.ll-carousel__btn--next {
  right: 10px;
}
.ll-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.ll-carousel__counter {
  color: #e2b782;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.ll-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ll-carousel__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.ll-carousel__dot.is-active {
  background: #e2b782;
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .ll-carousel {
    margin: 50px auto;
    padding: 0 16px 0;
  }
  .ll-carousel__btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 150px;
    bottom: 72px;
    transform: none;
  }
  .ll-carousel__btn--prev {
    left: 22px;
  }
  .ll-carousel__btn--next {
    right: 22px;
  }
  .ll-carousel__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ==========================================================
   LA LIBRE - AUDIO PLAYER CUSTOM V2
   ========================================================== */
.ll-audio {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 980px;
  margin: 60px auto;
  margin-bottom: 60px;
  padding: 30px 20px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 0px;
}
.ll-audio__play {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #aa6f5f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.25s ease;
  margin-top: 2px;
}
.ll-audio__play:hover {
  background: #915848;
  transform: scale(1.04);
}
.ll-audio__content {
  flex: 1;
  min-width: 0;
}
.ll-audio__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 14px;
}
.ll-audio__bottom {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.ll-audio__subtitle {
  flex: 0 0 auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
}
.ll-audio__progress-wrap {
  flex: 1;
  min-width: 120px;
}
.ll-audio__progress {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
}
.ll-audio__bar {
  width: 0%;
  height: 100%;
  background: #e2b782;
  transition: width 0.1s linear;
}
.ll-audio__time {
  flex: 0 0 auto;
  min-width: 52px;
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  color: #e2b782;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ll-audio {
    gap: 14px;
    padding: 16px;
    margin: 40px 16px;
    margin-bottom: 40px;
    margin-bottom: 0px;
  }
  .ll-audio__play {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .ll-audio__title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .ll-audio__bottom {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .ll-audio__subtitle {
    order: 1;
  }
  .ll-audio__time {
    order: 2;
    margin-left: auto;
  }
  .ll-audio__progress-wrap {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
  }
}
/* Carte desktop et mobile */
.carte-dektop {
  display: block;
}
.carte-mobile {
  display: none;
}
@media (max-width:768px) {
  .carte-dektop {
    display: none;
  }
  .carte-mobile {
    display: block;
  }
}