@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro/HelveticaNeueLTPro-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.kl-slider-cat-item .kl-title h2 {
  font-size: 81px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .kl-slider-cat-item .kl-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .kl-slider-cat-item .kl-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .kl-slider-cat-item .kl-title h2 {
    font-size: 31px;
  }
}
body {
  font-family: "Helvetica Neue LT Pro", serif;
}

*, a {
  text-decoration: none;
}

.kl-color-white {
  color: #fff !important;
}

.kl-bg-white {
  background-color: #fff !important;
}

.kl-link-df.kl-white {
  color: rgba(255, 255, 255, 0.6);
}
.kl-link-df.kl-white:hover {
  color: white;
}

.kl-color-black {
  color: #000 !important;
}

.kl-bg-black {
  background-color: #000 !important;
}

.kl-link-df.kl-black {
  color: rgba(0, 0, 0, 0.6);
}
.kl-link-df.kl-black:hover {
  color: black;
}

.kl-color-black-primary {
  color: #0d0d0d !important;
}

.kl-bg-black-primary {
  background-color: #0d0d0d !important;
}

.kl-link-df.kl-black-primary {
  color: rgba(13, 13, 13, 0.6);
}
.kl-link-df.kl-black-primary:hover {
  color: #0d0d0d;
}

.kl-z-index-1 {
  z-index: 1px !important;
}

.kl-z-index-2 {
  z-index: 2px !important;
}

.kl-z-index-5 {
  z-index: 5px !important;
}

.kl-z-index-10 {
  z-index: 10px !important;
}

.kl-link-df img, .kl-link-df svg {
  opacity: 0.6;
  transition: all ease 0.5s;
}
.kl-link-df:hover img, .kl-link-df:hover svg {
  opacity: 1;
}

.kl-list-social {
  display: flex;
  flex-wrap: wrap;
}
.kl-list-social li {
  margin-right: 20px;
  margin-bottom: 15px;
}
.kl-list-social li:last-child {
  margin-right: 0;
}
.kl-list-social .kl-social-link {
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all ease 0.5s;
}
.kl-list-social .kl-social-link:hover {
  opacity: 1;
}
.kl-list-social .kl-social-link img {
  margin-top: -5px;
}

.kl-overflow-hidden {
  overflow: hidden;
}

.kl-img-footer-single {
  width: 270px;
}
@media (max-width: 767.98px) {
  .kl-img-footer-single {
    width: 160px;
  }
}

.kl-full-screen {
  min-height: calc(var(--vh, 1vh) * 100);
}

.kl-slider-cat-item, .kl-slider-wrap-cat, .kl-full-screen-cust {
  height: calc(var(--vh, 1vh) * 100) !important;
}
@media (max-height: 600px) {
  .kl-slider-cat-item, .kl-slider-wrap-cat, .kl-full-screen-cust {
    min-height: 600px;
  }
}

.kl-keen-slider-categorie-base {
  height: calc(var(--vh, 1vh) * 100) !important;
}

.kl-full-screen-cust {
  position: relative;
}

.kl-slider-wrap-cat {
  position: relative;
}
.kl-slider-wrap-cat .kl-slider-control-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 101;
}
@media (max-width: 991.98px) {
  .kl-slider-wrap-cat .kl-slider-control-vertical {
    top: calc(100% - 16px);
    transform: translateY(0);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .kl-slider-wrap-cat .kl-slider-control-vertical .kl-next-cat .kl-text, .kl-slider-wrap-cat .kl-slider-control-vertical .kl-prev-cat .kl-text {
    display: none;
  }
  .kl-slider-wrap-cat .kl-slider-control-vertical .kl-next-cat {
    right: 20px;
  }
  .kl-slider-wrap-cat .kl-slider-control-vertical .kl-prev-cat {
    left: initial;
    right: 0;
    top: -5px;
  }
}
@media (min-width: 992px) {
  .kl-slider-wrap-cat .kl-slider-control-vertical {
    transform: translateY(calc(-50% + 50px));
  }
  .kl-slider-wrap-cat .kl-slider-control-vertical .kl-next-cat {
    top: -5px;
  }
}

.kl-slider-control-vertical .kl-arrow {
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 0 5px;
  height: auto;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
}
.kl-slider-control-vertical .kl-arrow:hover {
  color: white;
}
.kl-slider-control-vertical .kl-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.kl-slider-control-vertical .kl-arrow img, .kl-slider-control-vertical .kl-arrow svg {
  opacity: 0.6;
  transition: all ease 0.5s;
  margin: 0 10px;
  display: inline-block;
}
.kl-slider-control-vertical .kl-arrow.kl-next-cat {
  transform: rotate(90deg);
  transform-origin: right;
}
.kl-slider-control-vertical .kl-arrow:hover img, .kl-slider-control-vertical .kl-arrow:hover svg {
  opacity: 1;
}
.kl-slider-control-vertical .kl-next-cat {
  right: 35px;
}
.kl-slider-control-vertical .kl-next-cat .kl-text {
  transform: rotate(-180deg);
}
.kl-slider-control-vertical .kl-prev-cat {
  left: 30px;
}

.kl-slider-cat,
.kl-slider-cat-text {
  position: relative;
}
.kl-slider-cat .slick-list,
.kl-slider-cat-text .slick-list {
  min-height: calc(var(--vh, 1vh) * 100) !important;
}
.kl-slider-cat .kl-slider-caption,
.kl-slider-cat-text .kl-slider-caption {
  pointer-events: auto;
}
.kl-slider-cat .kl-slider-caption h6,
.kl-slider-cat-text .kl-slider-caption h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.kl-slider-cat .kl-slider-caption h6 .kl-icon,
.kl-slider-cat-text .kl-slider-caption h6 .kl-icon {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 5px;
  width: 11px;
}
.kl-slider-cat .kl-slider-caption h6 img, .kl-slider-cat .kl-slider-caption h6 svg,
.kl-slider-cat-text .kl-slider-caption h6 img,
.kl-slider-cat-text .kl-slider-caption h6 svg {
  display: inline-block;
  line-height: 0;
}
.kl-slider-cat .kl-slider-caption p,
.kl-slider-cat-text .kl-slider-caption p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 991.98px) {
  .kl-slider-cat .kl-title,
  .kl-slider-cat-text .kl-title {
    margin-bottom: 43px;
  }
  .kl-slider-cat .kl-slider-caption,
  .kl-slider-cat-text .kl-slider-caption {
    text-align: center;
  }
  .kl-slider-cat .kl-slider-caption h6,
  .kl-slider-cat-text .kl-slider-caption h6 {
    margin-bottom: 14px;
  }
  .kl-slider-cat .kl-slider-caption .row,
  .kl-slider-cat-text .kl-slider-caption .row {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 992px) {
  .kl-slider-cat .kl-slider-caption,
  .kl-slider-cat-text .kl-slider-caption {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(calc(-50% + 50px));
    max-width: 860px;
  }
  .kl-slider-cat .kl-slider-caption .row,
  .kl-slider-cat-text .kl-slider-caption .row {
    --bs-gutter-x:30px;
  }
}
@media (min-width: 1200px) {
  .kl-slider-cat .kl-slider-caption .row,
  .kl-slider-cat-text .kl-slider-caption .row {
    --bs-gutter-x:84px;
  }
}

.kl-slider-cat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.kl-slider-cat-text {
  pointer-events: none;
  position: relative;
  z-index: 100;
}

.kl-slider-cat-item .kl-slider-one .kl-img-obj.kl-nb-1 {
  top: -30px;
  left: 10px;
  animation: animfloat 3s ease infinite;
  animation-delay: 2s;
}
.kl-slider-cat-item .kl-slider-one .kl-img-obj.kl-nb-2 {
  top: 30%;
  left: 35%;
  animation: animfloatangle 3s ease infinite;
  animation-delay: 4s;
}
.kl-slider-cat-item .kl-slider-one .kl-img-obj.kl-nb-3 {
  top: -30px;
  right: 20px;
  animation: anim_bounce 4s ease infinite;
  animation-delay: 6s;
}
.kl-slider-cat-item .kl-slider-one .kl-img-obj.kl-nb-4 {
  bottom: 0;
  left: 15%;
  height: 200px;
  animation: animpulse 2s infinite ease-in-out alternate;
  animation-delay: 8s;
}
.kl-slider-cat-item .kl-slider-one .kl-img-obj.kl-nb-5 {
  bottom: 0;
  right: 20px;
  animation: animfloatangle2 3s ease infinite;
  animation-delay: 10s;
}
.kl-slider-cat-item .kl-slider-two .kl-img-obj.kl-nb-1 {
  top: 30%;
  left: 35%;
  animation: animfloatangle 3s ease infinite;
  animation-delay: 2s;
}
.kl-slider-cat-item .kl-slider-two .kl-img-obj.kl-nb-2 {
  top: -30px;
  left: 10px;
  animation: animfloat 3s ease infinite;
  animation-delay: 4s;
}
.kl-slider-cat-item .kl-slider-two .kl-img-obj.kl-nb-3 {
  bottom: 0;
  right: 20px;
  animation: animfloatangle2 3s ease infinite;
  animation-delay: 6s;
}
.kl-slider-cat-item .kl-slider-two .kl-img-obj.kl-nb-4 {
  bottom: 0;
  left: 15%;
  height: 200px;
  animation: animpulse 2s infinite ease-in-out alternate;
  animation-delay: 8s;
}
.kl-slider-cat-item .kl-slider-two .kl-img-obj.kl-nb-5 {
  top: -30px;
  right: 20px;
  animation: anim_bounce 4s ease infinite;
  animation-delay: 10s;
}
.kl-slider-cat-item .kl-slider-three .kl-img-obj.kl-nb-1 {
  bottom: 0;
  right: 20px;
  animation: anim_bounce 4s ease infinite;
  animation-delay: 2s;
}
.kl-slider-cat-item .kl-slider-three .kl-img-obj.kl-nb-2 {
  top: -30px;
  right: 20px;
  animation: animpulse 2s infinite ease-in-out alternate;
  animation-delay: 4s;
}
.kl-slider-cat-item .kl-slider-three .kl-img-obj.kl-nb-3 {
  top: 30%;
  left: 35%;
  animation: animfloat 3s ease infinite;
  animation-delay: 6s;
}
.kl-slider-cat-item .kl-slider-three .kl-img-obj.kl-nb-4 {
  bottom: 0;
  left: 15%;
  height: 200px;
  animation: animfloatangle2 3s ease infinite;
  animation-delay: 8s;
}
.kl-slider-cat-item .kl-slider-three .kl-img-obj.kl-nb-5 {
  top: -30px;
  left: 10px;
  animation: animfloatangle 3s ease infinite;
  animation-delay: 10s;
}
.kl-slider-cat-item .kl-slider-four .kl-img-obj.kl-nb-2 {
  top: -30px;
  left: 10px;
  animation: animfloat 1s infinite ease-in-out alternate;
  animation-delay: 2s;
}
.kl-slider-cat-item .kl-slider-four .kl-img-obj.kl-nb-3 {
  top: 30%;
  left: 35%;
  animation: animfloatangle 3s ease infinite;
  animation-delay: 4s;
}
.kl-slider-cat-item .kl-slider-four .kl-img-obj.kl-nb-5 {
  top: -30px;
  right: 20px;
  animation: animpulse 3s ease infinite;
  animation-delay: 6s;
}
.kl-slider-cat-item .kl-slider-four .kl-img-obj.kl-nb-4 {
  bottom: 0;
  left: 15%;
  height: 200px;
  animation: animfloatangle2 3s ease infinite;
  animation-delay: 8s;
}
.kl-slider-cat-item .kl-slider-four .kl-img-obj.kl-nb-1 {
  bottom: 0;
  right: 20px;
  animation: anim_bounce 4s ease infinite;
  animation-delay: 10s;
}
.kl-slider-cat-item.slick-current .kl-title-slider {
  animation: animTextSlider 0.6s linear;
  display: block;
  opacity: 1;
}
.kl-slider-cat-item.slick-current .kl-anim-pulse {
  animation: animpulse 2s infinite ease-in-out alternate;
}
.kl-slider-cat-item.slick-current .kl-anim-bounce {
  animation: anim_bounce 3s ease infinite;
}
.kl-slider-cat-item.slick-current .kl-anim-bounce-2 {
  animation: anim_bounce 4s ease infinite;
}
.kl-slider-cat-item.slick-current .kl-anim-bounce-left {
  animation: anim_bounce_left 2s ease infinite;
}
.kl-slider-cat-item.slick-current .kl-anim-swing {
  transform-origin: top center;
  animation: animswing 3.5s ease infinite;
}
.kl-slider-cat-item:not(.slick-current) .kl-title-slider {
  opacity: 0;
  display: block;
}
.kl-slider-cat-item:not(.slick-current) .kl-img-obj.kl-nb-4 {
  opacity: 0;
  transition: all ease 0.5s;
}
.kl-slider-cat-item .kl-img-obj {
  position: absolute;
  max-width: 520px;
}
@media (max-width: 1700px) {
  .kl-slider-cat-item .kl-img-obj {
    max-width: 450px;
  }
}
@media (max-width: 1399.98px) {
  .kl-slider-cat-item .kl-img-obj {
    max-width: 350px;
  }
}
@media (max-width: 1199.98px) {
  .kl-slider-cat-item .kl-img-obj {
    max-width: 300px;
  }
}
@media (max-height: 700px) {
  .kl-slider-cat-item .kl-img-obj {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .kl-slider-cat-item .kl-img-obj.kl-nb-1, .kl-slider-cat-item .kl-img-obj.kl-nb-4 {
    display: none;
  }
  .kl-slider-cat-item .kl-img-obj.kl-nb-2 {
    left: -200px !important;
    right: initial !important;
    top: 30% !important;
    bottom: initial !important;
    transform: translateY(-50%);
  }
  .kl-slider-cat-item .kl-img-obj.kl-nb-3 {
    right: -200px !important;
    left: initial !important;
  }
}
@media (max-width: 767.98px) {
  .kl-slider-cat-item .kl-img-obj {
    max-width: 250px;
  }
  .kl-slider-cat-item .kl-img-obj.kl-nb-2 {
    left: -100px !important;
  }
  .kl-slider-cat-item .kl-img-obj.kl-nb-3 {
    right: -100px !important;
    left: initial !important;
  }
}

.kl-slider-cat-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 1px;
  z-index: 5;
}
.kl-slider-cat-item.slick-current .kl-bg-slider {
  animation: animation_img_slider 1s linear;
}
.kl-slider-cat-item.slick-current .kl-slider-caption-cat {
  animation: animation_text_caption_slider 0.5s linear;
}
.kl-slider-cat-item.slick-current.kl-slick-fadOut .kl-bg-slider {
  animation: animation_fade_out 1s linear;
}
.kl-slider-cat-item .kl-bg-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.kl-slider-cat-item .kl-title {
  pointer-events: auto;
  text-align: center;
}
.kl-slider-cat-item .kl-title h2 {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .kl-slider-cat-item {
    justify-content: flex-start;
    padding-top: 110px;
  }
  .kl-slider-cat-item .kl-bg-slider img {
    -o-object-position: 65%;
       object-position: 65%;
  }
}

.kl-hidden {
  opacity: 0;
}

.content-rubrique a {
  color: #fff;
}
.content-rubrique a:hover {
  color: #fff;
}

.kl-container-slider {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .kl-container-slider .kl-container-slider {
    max-width: 1078px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .kl-container-slider {
    max-width: calc(100% - 200px);
  }
}

@keyframes animation_text_slider {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes animation_text_slider_resp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes animation_img_slider {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(1.07);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes animation_text_caption_slider {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fade-in-down {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animpulse {
  0% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.98);
  }
}
@keyframes anim_bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes animTextSlider {
  0% {
    transform: translateY(50px) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes animfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animfloat {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes animfloatangle {
  0% {
    transform: rotate(0deg) translateX(5px) rotate(0deg); /* -A — since A = 0, no need for the minus sign */
  }
  100% {
    transform: rotate(360deg) translateX(5px) rotate(-360deg); /* -A */
  }
}
@keyframes animfloatangle2 {
  0% {
    transform: rotate(0deg) translateX(2px) rotate(0deg); /* -A — since A = 0, no need for the minus sign */
  }
  25% {
    transform: rotate(0deg) translateX(2px) rotate(0deg); /* -A — since A = 0, no need for the minus sign */
  }
  50% {
    transform: rotate(-180deg) translateX(2px) rotate(180deg); /* -A */
  }
  75% {
    transform: rotate(180deg) translateX(2px) rotate(-180deg); /* -A */
  }
  100% {
    transform: rotate(0deg) translateX(3px) rotate(0deg); /* -A — since A = 0, no need for the minus sign */
  }
}
.kl-header-countdown {
  position: fixed;
  top: 0;
  z-index: 99;
}
.kl-header-countdown .kl-header-content {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kl-header-countdown .kl-header-content span {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .kl-header-countdown .kl-header-content span {
    font-size: 13px;
  }
}
.kl-header-countdown .kl-header-content #countdown ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .kl-header-countdown .kl-header-content #countdown ul {
    font-size: 13px;
  }
}
.kl-header-countdown .kl-header-content #countdown ul li {
  margin-right: 5px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .kl-header-countdown .kl-header-content #countdown ul li {
    font-size: 13px;
  }
}

.kl-title-menu {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
  width: auto;
  margin-left: 0;
  z-index: 999;
}
.kl-title-menu img {
  margin-right: 10px;
}
.kl-title-menu.kl-menu-open {
  color: rgba(0, 0, 0, 0.6);
}

.kl-full-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  left: -250px;
  background: #fff;
  transition: top 0.25s ease-in, bottom 0.25s ease-in, left 0.25s ease-in;
  z-index: 999999;
}
@media (max-width: 767.98px) {
  .kl-full-menu {
    top: -200%;
    bottom: 100%;
    left: 0 !important;
    width: 100%;
  }
}
.kl-full-menu.show {
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  overflow: auto;
  z-index: 999999;
}
@media (max-width: 767.98px) {
  .kl-full-menu.show {
    top: 0;
    bottom: 0;
  }
}
.kl-full-menu h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.kl-full-menu .kl-list-menu {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .kl-full-menu .kl-list-menu {
    text-align: center;
    margin-top: 45px;
  }
}
.kl-full-menu .kl-list-menu .kl-menu-items {
  list-style: none;
  margin: 18px 0;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .kl-full-menu .kl-list-menu .kl-menu-items {
    padding-left: 0;
  }
}
.kl-full-menu .kl-list-menu .kl-menu-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
@media (max-width: 767.98px) {
  .kl-full-menu .kl-list-menu .kl-menu-items::after {
    display: none;
  }
}
.kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item {
    margin-bottom: 20px;
  }
}
.kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item.kl-menu-item-small a {
  font-size: 15px;
}
.kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item a:hover, .kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item a.active {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .kl-full-menu .kl-list-menu .kl-menu-items .kl-menu-item a {
    font-size: 24px;
  }
}

.kl-menu-social-link {
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
}
@media (max-width: 767.98px) {
  .kl-menu-social-link {
    padding-right: 0;
    left: auto;
    bottom: auto;
    top: 14px;
    right: 0;
  }
}
.kl-menu-social-link a {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  .kl-mobile-overflow {
    overflow: hidden;
  }
}

.kl-socials-link {
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}

.kl-menu-social-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.kl-menu-social-link a:not(.kl-socials-link) {
  display: inline-block;
  line-height: 0;
}
.kl-menu-social-link a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.kl-menu-social-link a:last-child {
  margin-right: 0;
}
.kl-menu-social-link a.kl-socials-link, .kl-menu-social-link .kl-socials-link {
  transform: translateY(1px);
}
@media (max-width: 1399.98px) {
  .kl-menu-social-link a.kl-socials-link, .kl-menu-social-link .kl-socials-link {
    font-size: 12px;
  }
}

.kl-transition {
  animation: mymove 0.5s;
}

@keyframes mymove {
  0% {
    transform: translateX(-250px);
  }
  100% {
    transform: translateX(0);
  }
}
.kl-menu-fixed {
  position: fixed;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .kl-menu-fixed {
    position: static;
  }
}

.kl-logo-in-menu {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  margin: 0 0 15px 12px;
}
.kl-logo-in-menu .kl-logo-img {
  display: inline-block;
  position: relative;
}
.kl-logo-in-menu .kl-logo-img h2 {
  color: #000;
  font-weight: 700;
  font-size: 29px;
  line-height: 32px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.kl-logo-in-menu .kl-logo-img .kl-copyright-new {
  position: absolute;
  top: 5px;
  right: 0;
}
.kl-logo-in-menu .kl-with-spotify {
  display: flex;
  align-items: center;
}
.kl-logo-in-menu .kl-with-spotify h6 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.kl-flamme-in-menu {
  display: flex;
  align-items: flex-end;
}
.kl-flamme-in-menu img {
  max-width: 154px;
}
@media (max-width: 340px) {
  .kl-flamme-in-menu img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .kl-p-header-menu-gp {
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .kl-p-header-menu-gp .kl-title-menu {
    margin-left: -20px;
  }
}

.kl-footer-fixed {
  position: fixed;
  z-index: 9;
  left: 30px;
  bottom: 25px;
}
@media (max-width: 767.98px) {
  .kl-footer-fixed {
    left: 15px;
    position: absolute;
    bottom: 25px;
  }
}

.kl-logo-footer {
  position: relative;
  display: inline-block;
  max-width: 225px;
}
@media (max-width: 767.98px) {
  .kl-logo-footer {
    max-width: 185px;
  }
}
.kl-logo-footer .kl-copyright {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

.kl-footer-absolute {
  position: absolute;
  z-index: 555;
  left: 30px;
  bottom: 25px;
}
@media (max-width: 767.98px) {
  .kl-footer-absolute {
    left: 15px;
  }
}

.kl-video-footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .kl-video-footer img {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .kl-video-footer img {
    max-width: 150px;
  }
}

.kl-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.kl-footer-list a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .kl-footer-list a {
    font-size: 12px;
  }
  .kl-footer-list a.kl-img-link {
    max-width: 60px;
    line-height: 0;
  }
}
.kl-footer-list a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.kl-footer-list li {
  margin-right: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kl-footer-list li:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .kl-footer .kl-logo-footer {
    max-width: 144px;
  }
  .kl-footer .kl-logo-footer .kl-copyright {
    max-width: 12px;
  }
}

.kl-logo-flamme-footer {
  position: fixed;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .kl-logo-flamme-footer {
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  .kl-mobile-height-video {
    height: 200px;
  }
}

.kl-footer-global {
  position: absolute;
  left: 15px;
  bottom: 25px;
  z-index: 9;
}

.kl-footer-cat {
  z-index: 99;
}

@media (max-width: 767.98px) {
  .kl-ps-absolute {
    position: absolute !important;
    bottom: 0;
  }
}

.kl-countdown {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .kl-countdown {
    font-size: 13px;
  }
}
@media (max-width: 319.98px) {
  .kl-countdown {
    font-size: 11px;
  }
}
.kl-countdown .kl-countdown-list {
  margin-bottom: 0;
  padding-left: 0;
}

.kl-top-bar-counter {
  padding: 8px 10px 9px;
  text-align: center;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.kl-countdown-list {
  list-style: none;
  display: flex;
}
.kl-countdown-list li {
  margin-right: 6px;
}
.kl-countdown-list li:last-child {
  margin-right: 0;
}

.kl-hero-default-hm {
  position: relative;
  z-index: 99;
}
.kl-hero-default-hm .kl-video-hp {
  position: absolute;
  right: 0;
  max-width: none;
  max-height: 90vh;
  bottom: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .kl-hero-default-hm .kl-video-hp {
    right: -200px;
  }
}
.kl-hero-default-hm .kl-info-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.kl-hero-default-hm .kl-text-info p {
  margin-bottom: 5px;
}

.kl-logo-hp {
  position: relative;
}
.kl-logo-hp .kl-copyright-desc {
  position: absolute;
  top: 10px;
  right: 0;
  width: 45px;
}
.kl-logo-hp .kl-copyright {
  flex: 0 0 auto;
}
.kl-logo-hp .kl-logo-img {
  display: inline-block;
  position: relative;
}
.kl-logo-hp .kl-logo-img h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.kl-logo-hp .kl-logo-img .kl-copyright-new {
  max-width: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.kl-logo-hp .kl-with-spotify {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.kl-logo-hp .kl-with-spotify h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.kl-logo-hp .kl-with-spotify img {
  max-width: 140px;
}
@media (max-width: 1365.98px) {
  .kl-logo-hp .kl-logo-img h1 {
    font-size: 80px;
    line-height: 1.1em;
  }
}
@media (max-width: 1199.98px) {
  .kl-logo-hp .kl-copyright-desc {
    width: 30px;
  }
  .kl-logo-hp .kl-logo-img h1 {
    font-size: 60px;
    line-height: 1.1em;
  }
  .kl-logo-hp .kl-with-spotify h4 {
    font-size: 25px;
  }
  .kl-logo-hp .kl-with-spotify img {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .kl-logo-hp .kl-logo-img h1 {
    font-size: 35px;
  }
  .kl-logo-hp .kl-with-spotify h4 {
    font-size: 20px;
  }
  .kl-logo-hp .kl-with-spotify img {
    max-width: 110px;
  }
  .kl-logo-hp .kl-copyright {
    max-width: 25px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .kl-logo-hp .kl-logo-img h1 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .kl-logo-hp .kl-logo-img .kl-copyright-new {
    max-width: 15px;
    top: 6px;
  }
  .kl-logo-hp .kl-with-spotify h4 {
    font-size: 15px;
  }
  .kl-logo-hp .kl-with-spotify img {
    max-width: 80px;
  }
}
@media (max-width: 575.98px) {
  .kl-logo-hp .kl-logo-img h1 {
    font-size: 20px;
  }
  .kl-logo-hp .kl-logo-img .kl-copyright-new {
    max-width: 7px;
    top: 5px;
  }
  .kl-logo-hp .kl-with-spotify h4 {
    font-size: 10px;
    margin-right: 5px;
  }
  .kl-logo-hp .kl-with-spotify img {
    max-width: 55px;
  }
}

@media (min-width: 992px) {
  .kl-p-container-comming {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.kl-info-hero .kl-info-hero {
  margin-bottom: 20px;
}
.kl-info-hero .kl-text-info p {
  opacity: 0.8;
  font-size: 12px;
}
@media (max-width: 1199.98px) {
  .kl-info-hero .kl-text-info p {
    font-size: 10px;
  }
}

.kl-full-screen-hp {
  position: relative;
}
.kl-full-screen-hp .kl-video-hero {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100vh;
  height: 100%;
  width: auto;
}
@media (max-width: 767.98px) {
  .kl-full-screen-hp .kl-video-hero {
    width: 100%;
    right: 0;
  }
}
.kl-full-screen-hp .kl-video-hero::before {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #0d0d0d, transparent);
  width: 70px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .kl-full-screen-hp .kl-video-hero::before {
    display: none;
  }
}
.kl-full-screen-hp .kl-video-hero::after {
  content: "";
  position: absolute;
  right: -77px;
  top: 0;
  background: linear-gradient(to left, #000, transparent);
  width: 150px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .kl-full-screen-hp .kl-video-hero::after {
    display: none;
  }
}
.kl-full-screen-hp .kl-video-hero video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}

.kl-is-home .kl-menu-burger {
  margin-top: 25px;
  top: 25px;
}

.kl-page-content {
  margin-left: 0;
  transition: margin-left 0.25s ease-in;
}
@media (min-width: 768px) {
  .kl-page-content.kl-ml-md-250 {
    margin-left: 250px;
  }
}

@media (max-width: 1199.98px) {
  .kl-p-container-header-desc {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .kl-p-container-header-desc {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .kl-p-container-header-desc {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

video.kl-video-catogorie-base {
  left: -50px !important;
  right: inherit !important;
  max-height: 50vh !important;
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  video.kl-video-catogorie-base {
    max-height: 29vh !important;
  }
}

#id-categorie-base {
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  #id-categorie-base .slick-list {
    min-height: 100vh;
  }
}

#cursor {
  position: absolute;
  z-index: 999;
  text-transform: uppercase;
  width: 80px;
  height: 40px;
  color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: transform 0.15s ease-in-out;
}

.kl-list-categorie-base {
  position: relative;
  z-index: 1;
}
.kl-list-categorie-base a {
  color: rgba(255, 255, 255, 0.18);
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  cursor: none;
  transition: color 0.2s ease-in;
}
.kl-list-categorie-base a:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767.98px) {
  .kl-list-categorie-base a {
    font-size: 22px;
  }
}

#id-categorie-base .slick-center a {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  #id-categorie-base .slick-center a {
    font-size: 26px;
  }
  #id-categorie-base .slick-center + .kl-next-active a {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.2) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.1) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.1) !important;
  }
  #id-categorie-base .slick-center + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active + .kl-next-active a {
    color: rgba(255, 255, 255, 0.1) !important;
  }
}

.kl-pt {
  padding-top: 3rem !important;
}
@media (max-width: 767.98px) {
  .kl-pt {
    padding-top: 0.5rem !important;
  }
}

.kl-sect-cat-base.kl-bg-list-cat {
  min-height: calc(var(--vh, 1vh) * 100);
}

.kl-bg-list-cat {
  position: relative;
}
.kl-bg-list-cat:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(0, rgba(17, 17, 17, 0) 0%, #111111 67.71%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .kl-bg-list-cat:before {
    height: 34%;
  }
}
.kl-bg-list-cat:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 64.58%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .kl-bg-list-cat:after {
    height: 35%;
  }
}
@media (min-width: 1600px) {
  .kl-bg-list-cat .slick-list.draggable {
    height: 100vh !important;
  }
}
@media (max-width: 1580px) {
  .kl-bg-list-cat .slick-list.draggable {
    height: 100vh !important;
  }
}
@media (max-width: 767.98px) {
  .kl-bg-list-cat .slick-list.draggable {
    height: 720px !important;
  }
  .kl-bg-list-cat .kl-footer-cat-base {
    height: inherit;
  }
}
@media (max-width: 600px) {
  .kl-bg-list-cat .slick-list.draggable {
    height: 80vh !important;
  }
}

.kl-footer-cat {
  width: 100%;
}
@media (max-width: 767.98px) {
  .kl-footer-cat {
    width: inherit;
  }
}
.kl-footer-cat .kl-cat-social-link {
  position: absolute;
  right: 85px;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .kl-footer-cat .kl-cat-social-link {
    display: none;
  }
}
.kl-footer-cat .kl-cat-social-link a {
  margin-right: 18px;
}

.kl-opacity {
  z-index: -1;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .kl-footer-cat-base {
    height: inherit !important;
  }
}

.kl-list-categorie-base {
  margin: 10px 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .kl-list-categorie-base {
    margin: 0;
  }
}

.kl-hidden {
  opacity: 0;
  display: none;
}

.kl-keen-slider-categorie-base .kl-list-categorie-base.active a {
  color: #fff !important;
}

.acf-form-submit {
  margin-top: 40px;
}

#id-about, #id-about2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  #id-about, #id-about2 {
    z-index: 99;
  }
}
#id-about .kl-list-about, #id-about2 .kl-list-about {
  text-align: end;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #id-about .kl-list-about, #id-about2 .kl-list-about {
    margin-bottom: 5px;
  }
}
#id-about .kl-list-about a, #id-about2 .kl-list-about a {
  font-size: 70px;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.18);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  #id-about .kl-list-about a, #id-about2 .kl-list-about a {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1199.98px) {
  #id-about .kl-list-about a, #id-about2 .kl-list-about a {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1199.98px) {
  #id-about .kl-list-about a, #id-about2 .kl-list-about a {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  #id-about .kl-list-about a, #id-about2 .kl-list-about a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  #id-about .kl-list-about a .kl-break, #id-about2 .kl-list-about a .kl-break {
    display: block;
  }
}
#id-about .kl-list-about.slick-center a, #id-about2 .kl-list-about.slick-center a {
  color: #fff !important;
  font-size: 64px;
  line-height: 67px;
}
@media (max-width: 1199.98px) {
  #id-about .kl-list-about.slick-center a, #id-about2 .kl-list-about.slick-center a {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1199.98px) {
  #id-about .kl-list-about.slick-center a, #id-about2 .kl-list-about.slick-center a {
    font-size: 23px;
    line-height: 24px;
  }
}

.kl-container-about {
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .kl-container-about {
    z-index: 9;
  }
}

.kl-content-about {
  color: #fff;
}
@media (max-width: 767.98px) {
  .kl-content-about .kl-list-content-about {
    margin-bottom: 120px;
  }
}
.kl-content-about .kl-list-content-about .kl-contenu-about {
  padding-top: 45px;
}
.kl-content-about .kl-list-content-about h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.kl-content-about .kl-list-content-about h3 svg {
  margin-top: -5px;
  margin-left: 5px;
}
.kl-content-about .kl-list-content-about p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  word-break: break-word;
}
.kl-content-about .kl-list-content-about.slick-slide {
  opacity: 0;
}
.kl-content-about .kl-list-content-about.slick-active {
  opacity: 1 !important;
}

.kl-current-menu {
  display: flex;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.kl-current-menu img {
  width: 21px;
}

.kl-footer-about {
  position: relative;
  left: 0;
  width: inherit;
  margin-left: 30px;
}
.kl-footer-about .kl-footer {
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.kl-flamme-about {
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .kl-flamme-about {
    max-width: 130px;
  }
}

.kl-logo-about {
  position: absolute;
  bottom: 0;
}

.videoframe iframe {
  border: 5px solid #fff;
  max-width: 350px;
  margin: 0 auto;
}

.kl-bg-black-primary2 {
  background: #000 !important;
}

#id-about2 {
  background: #000 !important;
}

.kl-bg-white .kl-menu-fixed {
  background-color: #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.kl-bg-white .kl-menu-fixed span {
  margin-top: 0 !important;
}
.kl-bg-white .kl-container-about {
  margin-top: 50px;
}

#id-about {
  padding-top: 100px;
}
#id-about .slick-list {
  height: 450px !important;
}

.kl-menu-fixed {
  position: fixed;
  z-index: 99;
  width: 70%;
}

#id-about .kl-list-about a {
  transition: all 0.2s ease-in;
}

#id-about .kl-list-about a.active {
  color: rgb(255, 255, 255) !important;
}

.kl-list-content-about {
  display: none;
}
.kl-list-content-about.active {
  display: block;
}

.modal {
  z-index: 9999999;
}

.modal .modal-header {
  background-color: transparent;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal .modal-content {
  border: none;
  overflow: visible;
  box-shadow: none;
  background: transparent;
  margin: 0 auto;
  max-width: 350px;
}
.modal .modal-content iframe {
  border: 1px solid #fff;
}

.modal-header {
  padding: 5px 0;
  justify-content: right;
  position: relative;
  z-index: 99999999;
}
.modal-header span {
  cursor: pointer;
  color: #fff;
}

.modal-body {
  padding: 0;
}

.kl-content-about .kl-list-content-about .kl-contenu-about {
  padding: 25px 0 0;
}
@media (min-width: 768px) {
  .kl-content-about .content-rubrique {
    margin-bottom: -13px;
  }
}

.kl-sect-cat-base {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 80vh;
}
@media (min-width: 768px) {
  .kl-sect-cat-base.kl-sect-cat-base-100vh {
    min-height: 100vh;
  }
}

.kl-sect-cat-legale-notice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60vh;
}

.kl-flamme-about {
  max-width: 370px;
}
@media (max-width: 767.98px) {
  .kl-flamme-about {
    max-width: 200px;
  }
}

.kl-menu-fixed {
  position: fixed;
  z-index: 99999;
  width: auto;
}

.kl-list-about a {
  transition: all 0.2s ease-in;
}
.kl-list-about a:hover {
  color: rgba(255, 255, 255, 0.4) !important;
}

.connect-menu {
  text-align: right;
  margin: 0;
}
.connect-menu li {
  display: inline-block;
  list-style-type: none;
}
.connect-menu a {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}

.page-board h3 {
  color: #6e6e6e;
  font-weight: 400 !important;
  font-size: 1rem;
  margin: 0 0 20px 0;
}
.page-board .flam {
  margin-bottom: 35px;
}
.page-board .flam .titre-flam {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-board .flam .titre-flam h4 {
  font-size: 1rem;
  margin: 0;
  padding: 10px 10px 0 0;
}

.badge {
  font-weight: 300 !important;
}

.btn {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
}

.btn-noir {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
}
.btn-noir:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.list-candidadure {
  margin-top: 10px;
}
.list-candidadure .single-candidadure {
  display: flex;
  align-items: center;
}
.list-candidadure .single-candidadure h5 {
  font-size: 13px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
}
.list-candidadure .single-candidadure h5 span {
  margin-right: 20px;
  display: inline-block;
}
.list-candidadure .single-candidadure h5 b {
  font-weight: bold;
}
.list-candidadure .single-candidadure .actions button {
  border: 1px solid #fff;
  color: #000;
  font-size: 0.9em;
  margin: 0 10px;
  border-radius: 20px;
  padding: 3px 10px;
  background-color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.list-candidadure .single-candidadure .actions button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

.btn-log, #register, .acf-button, #edit_profile, #wppb-submit, #wppb-recover-password-button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
}
.btn-log:hover, #register:hover, .acf-button:hover, #edit_profile:hover, #wppb-submit:hover, #wppb-recover-password-button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff !important;
}

.login-remember {
  display: none;
}

#register, .acf-button,
#edit_profile,
#wppb-submit, #wppb-recover-password-button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.intropage h1 {
  font-weight: 750;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.link a {
  color: #FA6624;
}

.form-builder h1 {
  font-weight: 750;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-builder form ul {
  margin: 0;
  padding: 0;
}
.form-builder form li, .form-builder form p {
  list-style-type: none;
  margin-top: 20px;
  color: #5E5873;
}
.form-builder form li label, .form-builder form p label {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-builder form li input, .form-builder form p input {
  border: 2px solid #fff;
  padding: 10px;
  background-color: #000;
  border-radius: 5px;
}
.form-builder form li input[type=text], .form-builder form li input[type=email], .form-builder form li input[type=password], .form-builder form p input[type=text], .form-builder form p input[type=email], .form-builder form p input[type=password] {
  color: #fff;
}
.form-builder form li .select2-container .select2-selection--single, .form-builder form p .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border: none;
}
.form-builder form li .select2-container--default .select2-selection--single .select2-selection__rendered, .form-builder form p .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
}
.form-builder form li .select2-container--default .select2-selection--single .select2-selection__arrow, .form-builder form p .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.form-builder form .wppb-remove-upload {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #5E5873;
  cursor: pointer;
}
.form-builder form .wppb-remove-upload:hover {
  color: #fff;
}
.form-builder form .wppb-form-error {
  color: #f00;
}
.form-builder #wppb_form_general_message {
  color: #f00;
}
.form-builder #wppb_form_general_message, .form-builder .wppb-success {
  color: #fff !important;
}

.wppb-send-credentials-checkbox {
  display: none !important;
}

.wppb-form-field.pbpl-class .wppb-description-delimiter {
  color: #fff;
}

.wppb-required {
  color: #f00;
  margin-left: 4px;
}

.wppb-description-delimiter {
  color: #fff;
}

.wppb-form-field {
  display: flex;
  flex-direction: column;
}

#acf-form {
  margin-top: 40px;
}

.acf-field {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px !important;
}
.acf-field input {
  border: 1px solid #fff !important;
  padding: 10px !important;
  background-color: #000 !important;
}
.acf-field input[type=text], .acf-field input[type=email], .acf-field input[type=password] {
  color: #fff !important;
}

.acf-fields {
  background-color: #000 !important;
}

.acf-fields.-border {
  background-color: #000 !important;
  border: #fff solid 2px;
}

.acf-row-handle {
  background-color: #000 !important;
}

.acf-label {
  margin-bottom: 0 !important;
}
.acf-label label {
  margin-bottom: 8px !important;
  color: #fff;
}

.acf-field input {
  border: 2px solid #fff !important;
  border-radius: 5px !important;
}

.notif-user-candidatureok {
  margin-bottom: 40px;
  background-color: #e1e1e1;
  padding: 10px 0;
  position: relative;
}
.notif-user-candidatureok h2 {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}

.notif-user-candidatureok {
  opacity: 1; /* La div est visible par défaut */
  transition: opacity 1s ease; /* Animation de transition avec une durée de 1 seconde */
}

.hide {
  opacity: 0; /* Lorsque la classe 'hide' est ajoutée, la div devient invisible */
}

.file-info a {
  color: #FA6624;
}

.connex {
  color: #fff;
}
.connex a {
  color: #fff;
  font-weight: 500;
}
.connex a:hover {
  text-decoration: underline;
}

.login-lost-password {
  color: rgba(0, 0, 0, 0.75);
}
.login-lost-password:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.75);
}

.connexion-page .wppb-user-forms {
  max-width: 500px;
}
.connexion-page .wppb-user-forms input[type=email], .connexion-page .wppb-user-forms input[type=password] {
  width: 100%;
}

.close {
  color: #000;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  #acf-form {
    margin-bottom: 100px;
  }
  .intropage h1 {
    font-weight: 750;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .intropage, .form-builder {
    margin-bottom: 100px;
  }
}
/* This will ensure that the container of the fields uses flexbox */
.wppb-user-forms ul {
  display: flex;
  flex-wrap: wrap;
}
.wppb-user-forms ul .wppb-select2 span.select2-container {
  clear: none;
  width: 100% !important;
}

/* This will make each of the Nom and Prénom fields take up 50% of the container's width */
#wppb-form-element-12, #wppb-form-element-13, #wppb-form-element-15, #wppb-form-element-16, #wppb-form-element-3, #wppb-form-element-17, #wppb-form-element-8, #wppb-form-element-4 {
  flex-basis: calc(50% - 10px); /* Adjust 10px to the desired space */
  margin: 10px 5px 20px 5px;
}

#p_simple_upload_identite {
  margin: 0;
}

#wppb-form-element-14 {
  margin: 10px 5px 20px 5px;
}

/* This will make the Profil field take up 100% of the container's width */
#wppb-form-element-18, #wppb-form-element-14 {
  flex-basis: 100%;
}

.kl-flamme-about {
  max-width: 240px;
}

.wppb-description-delimiter {
  color: #5e5873;
  font-size: 11px;
  margin: 6px 0;
}

.login-remember {
  display: none;
}

.passget ul li {
  width: 70%;
}
.passget p {
  display: none;
}
.passget .form-submit, .passget .wppb-success {
  display: block !important;
}
.passget .wppb-success {
  color: #fff !important;
}

.acf-fields.-border {
  border: none !important;
}

.acf-field p.description {
  display: block;
  margin: -5px 0 10px !important;
  color: #5E5873 !important;
  font-size: 0.857rem !important;
}

.validation-candidature .acf-label {
  text-transform: uppercase;
}
.validation-candidature .acf-input ul li label {
  color: #ffffff;
}
.validation-candidature textarea {
  border: 2px solid #fff;
  padding: 10px;
  background-color: #000;
  border-radius: 5px;
  color: #fff !important;
}

.btn-rounded {
  border-radius: 25px;
}

.table-candidature td {
  border: 1px solid #ededed !important;
  color: #fff !important;
  text-align: center;
}
.table-candidature td:first-child {
  text-align: left;
  color: #ededed !important;
  font-weight: 300;
  font-size: 14px !important;
  min-width: 30% !important;
}
.table-candidature img {
  max-width: 250px;
  height: auto;
  border-radius: 5px;
}

.page404 h1 {
  font-size: 250px;
}
@media screen and (max-width: 768px) {
  .page404 h1 {
    font-size: 150px;
  }
}
.page404 span:hover {
  text-decoration: underline;
}

.single-candidature small {
  color: #666 !important;
  font-size: 13px;
}

.sssing {
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sssing h5 {
  margin: 0;
}
.sssing p {
  margin: 0;
}

.ml-link {
  font-size: 12px;
}

.kl-title-slider h2 {
  color: #fff;
}

.kl-slider-caption-cat h6 {
  color: #fff;
}

@media (max-width: 991.98px) {
  .kl-slider-cat-item .kl-img-obj.kl-nb-2 {
    left: -200px !important;
    right: initial !important;
    top: 50% !important;
    bottom: initial !important;
    transform: translateY(-50%);
  }
}
.content-p p a {
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.content-p p a:hover {
  color: #999;
}

.retourflammes {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.2s ease-in;
}
.retourflammes i {
  margin-right: 5px;
}
.retourflammes:hover {
  color: #000;
}

.kl-bg-black .retourflammes:hover {
  color: #fff;
}

.-globe {
  display: none !important;
}

.acf-url input[type=url] {
  padding-left: 10px !important;
}

#p_simple_upload_identite {
  margin: 0;
}

.wppb-description-delimiter {
  color: #999;
}

div[data-name=mention_obligatoire_1] .acf-label, div[data-name=mention_obligatoire_2] .acf-label, div[data-name=mention_obligatoire_3] .acf-label, div[data-name=mention_obligatoire_4] .acf-label {
  display: none;
}

.acf-input .acf-url input[type=url] {
  padding-left: 10px !important;
}

.kl-slider-caption-cat p a {
  color: #999;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.kl-slider-caption-cat p a:hover {
  color: #666;
}

.kl-flamme-about {
  max-width: 280px;
}

.refuse h5 {
  color: #f75151 !important;
}

.valide h5 {
  color: #00bfa5 !important;
}

.stats {
  margin-bottom: 40px;
}

.stat {
  border: 1px solid #000;
  padding: 20px;
}
.stat .stat__number {
  font-weight: bold;
  font-size: 25px;
}

.commentaire {
  font-size: 12px;
  padding: 0 10px 10px 10px;
}

.votefor {
  background: #ededed;
  font-size: 12px;
  color: #000;
  padding: 5px;
  margin: 5px;
  transition: all 0.2s ease-in;
}
.votefor:hover {
  background: #000;
  color: #fff !important;
}
.votefor.active {
  background: #000;
  color: #fff !important;
}

.validerselection {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  padding: 12px 20px;
  display: inline-block;
  margin: 20px 20px;
  border: 1px solid #000;
  border-radius: 25px;
}

.activey:hover {
  background: #fff;
  color: #000 !important;
}

.reset {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.reset:hover {
  color: #000;
  text-decoration: underline;
}

.disabled {
  opacity: 0.5;
}

.single-candidadure {
  border-bottom: 1px solid #ededed;
}

.kl-p-container-comming {
  margin-bottom: 200px;
}

.titre-flam h4 {
  color: #fff;
}
.titre-flam h5 {
  color: #999;
  font-size: 15px;
  font-weight: 400;
}

.flam-done h4 {
  color: #05d268;
}

.text-white {
  color: #fff;
}

.single-candidadure {
  padding: 20px 0;
  justify-content: space-between;
}
.single-candidadure h5 {
  margin: 0 !important;
  padding: 0 !important;
}
.single-candidadure ul {
  margin: 0 !important;
  padding: 0 !important;
}
.single-candidadure ul li {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.reset {
  font-size: 12px;
  letter-spacing: 2px;
}

.spot a {
  background: #05d268;
  color: #000 !important;
  padding: 5px 10px;
  border-radius: 25px;
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}

.selectnomine.active {
  color: #05d268 !important;
  background: none !important;
  border: none !important;
}

.votefor.no-hover:hover {
  background: #ededed !important;
  color: #000 !important;
}

.kl-title-menu a {
  color: rgba(255, 255, 255, 0.6);
}
.kl-title-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}/*# sourceMappingURL=main.css.map */