@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("/wp-content/themes/bj-agency/assets/fonts/ClashDisplay-Variable.ttf");
}
@font-face {
  font-family: "Miedinger-W01-Bold";
  src: url("/wp-content/themes/bj-agency/assets/fonts/Miedinger-W01-Bold.ttf");
}
:root {
  --font-size: 16px;
  --font-family: "ClashDisplay-Variable", sans-serif;
  --noir: #080808;
  --blanc: #ffffff;
  --bleu: #0426EF;
  --jaune: #efa92c;
  --rose: #FF00A8;
  --old-bleu: #084CDF;
  --gris: #C9C9C9;
  --miedinger: "Miedinger-W01-Bold", sans-serif;
  --transition: 0.5s all ease-in-out;
  --middletransition: 0.35s all ease-in-out;
  --smalltransition: 0.25s all ease-in-out;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: var(--font-size);
  color: var(--blanc);
  background-color: var(--noir);
  overflow: clip;
}
@media (width < 992px) {
  body.admin-bar .header .header-content .menu {
    margin-top: 110px;
  }
}

* {
  box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: var(--noir);
}

::-webkit-scrollbar-thumb {
  background: var(--bleu);
  border-radius: 30px;
}

:-webkit-autofill {
  background-color: var(--bleu) !important;
  color: var(--blanc) !important;
}

main {
  position: relative;
  min-height: calc(100vh - 432px);
}
main section {
  position: relative;
}
main section:first-child {
  margin-top: 40px;
}
@media (width < 768px) {
  main section:first-child {
    margin-top: 40px;
  }
}

.container {
  position: relative;
  width: min(100vw - 48px, 1600px);
  margin: 0 auto;
}
.container--flex {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (width < 992px) {
  .container--flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (width < 992px) {
  .container {
    width: min(100vw - 24px, 1600px);
  }
}

.flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (width < 992px) {
  .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

p {
  font-size: var(--font-size);
  line-height: 1.5;
}

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

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.slick-dots li {
  line-height: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #474748;
  border-radius: 22px;
  transition: var(--smalltransition);
  font-size: 0;
  padding: 0;
  border: none !important;
}
.slick-dots li.slick-active button {
  width: 22px;
  background: var(--bleu);
}
@media (width < 768px) {
  .slick-dots {
    bottom: -30px;
  }
}

.e-con-inner {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: block !important;
}

.e-flex {
  padding: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

.cmplz-cookiebanner {
  z-index: 99 !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: var(--blanc) !important;
  text-align: center;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  color: var(--blanc);
}

@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-message p {
    font-size: 11px;
  }
  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important;
    text-align: center;
  }
}
.cmplz-divider.cmplz-divider-header {
  display: none;
}

.body-atlantide {
  --bleu: var(--jaune);
}
@media (width < 992px) {
  .body-atlantide .header .header-content nav ul li a {
    border-bottom: 1px dashed rgba(239, 169, 44, 0.85);
  }
}
.body-atlantide .header .header-content nav ul li a::before {
  background-color: var(--jaune);
}
.body-atlantide .header .header-content::before {
  background-color: rgba(239, 169, 44, 0.5);
}
.body-atlantide .header .header-content .logo a img {
  padding: 10px 0;
}
.body-atlantide .header .header-content .header-blur__blur {
  background-color: rgba(239, 169, 44, 0.5);
}
.body-atlantide .header .header::before {
  transition: none;
}
.body-atlantide .header .header.active .header-content .logo a img, .body-atlantide .header .header.hmenu .header-content .logo a img {
  transition: none;
}
.body-atlantide .footer .footer-right__list ul li a::before {
  background-color: var(--jaune);
}
.body-atlantide .footer::after {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.body-atlantide .d-event-left::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.body-atlantide .d-event-table::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
@media (991px < width) {
  .body-atlantide .events .event-card:hover .event-asset, .body-atlantide .events .event-card:focus .event-asset, .body-atlantide .events .event-card:focus-visible .event-asset, .body-atlantide .events .event-card.active .event-asset {
    background: var(--jaune);
    box-shadow: 0 4px 45.7px 11px rgb(239, 169, 44);
  }
}
@media (991px < width) {
  .body-atlantide .photos-list-grid a:hover, .body-atlantide .photos-list-grid a:focus, .body-atlantide .photos-list-grid a:focus-visible, .body-atlantide .photos-list-grid a.active {
    box-shadow: 0 4px 45.7px 11px #EFA92C;
  }
}
.body-atlantide .photos-list-grid::before, .body-atlantide .photos-list-grid::after {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.body-atlantide .photos-list .home-h2::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2-yellow.svg") no-repeat;
}
.body-atlantide .home-h2-right__span::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2-yellow.svg") no-repeat;
}
.body-atlantide .carte-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.body-atlantide .carte-grid::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.body-atlantide .photos-carousel .slick-slide::before {
  background-color: rgba(239, 169, 44, 0.5);
}
.body-atlantide .wysiwyg h2::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2-yellow.svg") no-repeat;
}

@media screen and (max-width: 782px) {
  #wp-toolbar > ul > li {
    display: block !important;
  }
  #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-elementor_edit_page, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-edit {
    display: none !important;
  }
  #wpadminbar #wp-admin-bar-navette-lecture {
    margin: 0 8px !important;
  }
  #wpadminbar .ab-empty-item img {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 26px !important;
    height: 26px !important;
  }
}
#wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-simple-history, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-wp-logo, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-wpforms-menu {
  display: none !important;
}
#wpadminbar ul#wp-admin-bar-top-secondary #wp-admin-bar-search {
  display: none !important;
}

.header {
  position: sticky;
  inset: 0 0 auto 0;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  transition: var(--smalltransition);
}
.header .header-content {
  position: relative;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
}
@media (width < 1200px) {
  .header .header-content {
    grid-template-columns: auto auto auto;
  }
}
.header .header-content::before {
  content: "";
  position: absolute;
  z-index: -9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(5, 38, 238, 0.5);
  filter: blur(20px);
  opacity: 0;
  transition: var(--smalltransition);
}
.header .header-content .header-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.header .header-content .header-blur__blur {
  content: "";
  position: absolute;
  z-index: -9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(5, 38, 238, 0.5);
  filter: blur(20px);
  opacity: 0;
  transition: var(--smalltransition);
  bottom: calc(50% - 75px);
  transform: translateY(50%);
  right: 200px;
}
.header .header-content::before {
  top: calc(50% - 75px);
  transform: translateY(-50%);
  left: 175px;
}
.header .header-content .logo {
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 21px 0;
}
.header .header-content .logo a {
  line-height: 0;
}
.header .header-content .logo a img {
  height: 90px;
}
.header .header-content .container-menu {
  height: 100%;
}
.header .header-content .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .header-content nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  list-style: none;
  gap: 16px;
}
.header .header-content nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px;
  height: 100%;
}
@media (width < 1200px) {
  .header .header-content nav ul {
    gap: 8px;
  }
  .header .header-content nav ul > :nth-child(1) .sub-menu, .header .header-content nav ul > :nth-child(2) .sub-menu, .header .header-content nav ul > :nth-child(3) .sub-menu, .header .header-content nav ul > :nth-child(4) .sub-menu {
    padding: 70px 20px 20px;
    top: calc(100% - 2px);
  }
  .header .header-content nav ul > :nth-child(1) .sub-menu::after, .header .header-content nav ul > :nth-child(2) .sub-menu::after, .header .header-content nav ul > :nth-child(3) .sub-menu::after, .header .header-content nav ul > :nth-child(4) .sub-menu::after {
    top: 55px;
  }
}
.header .header-content nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-content nav ul li a {
  position: relative;
  color: var(--blanc);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  z-index: 11;
}
.header .header-content nav ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  bottom: 0;
  width: 0;
  background-color: blue;
  transition: none;
}
.header .header-content nav ul li a.actived:hover::before {
  animation: slidein 0.4s forwards;
}
.header .header-content nav ul li a.actived:not(:hover)::before {
  animation: slideout 0.4s forwards;
}
.header .header-content nav ul li .sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: var(--noir);
  height: initial;
  flex-direction: column;
  opacity: 0;
  gap: 8px;
  padding: 16px 8px;
  transition: var(--smalltransition);
  overflow: hidden;
  pointer-events: none;
  border-radius: 0 0 10px 10px;
  box-shadow: -7px 7px 10px var(--bleu), 7px 7px 10px var(--bleu), 0px 7px 7px var(--bleu);
  z-index: 10;
}
.header .header-content nav ul li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--bleu);
}
@media (width < 1200px) {
  .header .header-content nav ul li .sub-menu {
    top: 100%;
    padding: 30px 20px 20px;
  }
  .header .header-content nav ul li .sub-menu::after {
    content: "";
    position: absolute;
    top: 13.5px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--bleu);
  }
}
@media (width < 992px) {
  .header .header-content nav ul li .sub-menu {
    display: none !important;
  }
}
.header .header-content nav ul li .sub-menu li {
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.header .header-content nav ul li .sub-menu li a {
  padding: 6px 12px;
  display: block;
  font-weight: 400;
  transition: var(--smalltransition);
  color: var(--blanc);
}
@media (991px < width) {
  .header .header-content nav ul li:hover .sub-menu, .header .header-content nav ul li:focus .sub-menu, .header .header-content nav ul li:focus-visible .sub-menu, .header .header-content nav ul li.active .sub-menu {
    display: flex;
    opacity: 10;
    pointer-events: all;
  }
}
@media (width < 1200px) {
  .header .header-content nav ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
  .header .header-content nav ul li {
    height: auto;
    justify-content: center;
  }
}
.header .header-content nav .ul-menu-edit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.header .header-content nav .ul-menu-edit a::after {
  display: none;
}
.header .header-content nav .ul-menu-edit a svg {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}
.header .header-content nav .ul-menu-edit a svg path {
  fill: var(--blanc);
}
@media (width < 1200px) {
  .header .header-content nav .ul-menu-edit {
    display: flex;
  }
}
.header .header-content .btn-header {
  margin: auto 0 auto auto;
  text-wrap: nowrap;
}
@media (width < 1200px) {
  .header .header-content .btn-header span {
    display: none;
  }
}
@media (width < 992px) {
  .header .header-content .btn-header {
    display: inline-block;
  }
}
.header .header-content .btn-mobile, .header .header-content .btn-menu, .header .header-content .btn-close {
  display: none;
  z-index: 9;
}
.header .header-content .btn-mobile svg, .header .header-content .btn-menu svg, .header .header-content .btn-close svg {
  height: 40px;
}
.header .header-content .header__social {
  display: none;
}
.header::before {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bleu);
  opacity: 0;
}
.header.active, .header.hmenu {
  margin-bottom: 60px;
  inset: 0 0 auto 0;
  background: var(--noir);
}
.header.active::before, .header.hmenu::before {
  opacity: 1;
}
.header.active .header-content::before, .header.hmenu .header-content::before {
  opacity: 1;
}
.header.active .header-content .header-blur__blur, .header.hmenu .header-content .header-blur__blur {
  opacity: 1;
}
.header.active .header-content .logo, .header.hmenu .header-content .logo {
  padding: 16px 0;
}
.header.active .header-content .logo a img, .header.hmenu .header-content .logo a img {
  height: 70px;
}
.header.active .header-content .menu::before, .header.hmenu .header-content .menu::before {
  display: none !important;
}
@media (width < 992px) {
  .header.active, .header.hmenu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header.active::before, .header.hmenu::before {
    opacity: 1;
  }
  .header.active .header-content .logo, .header.hmenu .header-content .logo {
    padding: 0;
  }
  .header.active .header-content .logo a img, .header.hmenu .header-content .logo a img {
    height: 60px;
  }
}
@media (width < 992px) {
  .header {
    position: sticky;
    overflow: hidden;
    inset: 0 0 auto 0;
    padding: 15px 0;
    z-index: 99;
  }
  .header .header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .header .header-content .logo {
    padding: 0;
  }
  .header .header-content .logo a {
    line-height: 0;
  }
  .header .header-content .logo a img {
    height: 60px;
  }
  .header .header-content .container-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: -9;
    overflow: auto;
    visibility: hidden;
    height: 100vh;
    width: 100vw;
    background: var(--noir);
    transition: var(--smalltransition);
    scrollbar-width: thin;
    opacity: 0;
    pointer-events: none;
  }
  .header .header-content .menu {
    margin-top: 90px;
    padding: 30px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 60px;
    height: calc(100svh - 90px);
    overflow: auto;
    width: 100vw;
  }
  .header .header-content .container-menu.open {
    z-index: 8;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .header-content nav {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 0;
  }
  .header .header-content nav ul {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  .header .header-content nav ul li {
    width: 100%;
    height: auto;
  }
  .header .header-content nav ul li a {
    position: relative;
    padding: 18px 6px;
    border-bottom: 1px dashed rgba(4, 38, 239, 0.85);
    display: block;
    width: 100%;
    letter-spacing: 0;
  }
  .header .header-content nav ul li a::before {
    display: none;
  }
  .header .header-content nav ul li a::after {
    position: absolute;
    content: "";
    top: calc(50% + 2px);
    transform: translateY(-50%) scale(0.75);
    right: 0;
    width: 26px;
    height: 27px;
    background: url("../img/svg/ext.svg");
  }
  .header .header-content .btn-header {
    display: none;
  }
  .header .header-content::before {
    display: none;
  }
  .header .header-content .header-blur {
    display: none;
  }
  .header .header-content .btn-mobile {
    display: flex;
    align-items: center;
    margin: auto 0 auto auto;
    cursor: pointer;
  }
  .header .header-content .btn-header {
    display: none;
  }
  .header .header-content .btn-menu {
    display: flex;
  }
  .header .header-content .header__social {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .header .header-content .header__social a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bleu);
    border-radius: 50%;
    transition: var(--smalltransition);
  }
  .header .header-content .header__social a svg {
    width: 16px;
    transition: var(--smalltransition);
  }
}
@media (width < 992px) and (991px < width) {
  .header .header-content .header__social a:hover, .header .header-content .header__social a:focus, .header .header-content .header__social a:focus-visible, .header .header-content .header__social a.active {
    background: var(--bleu);
  }
  .header .header-content .header__social a:hover svg, .header .header-content .header__social a:focus svg, .header .header-content .header__social a:focus-visible svg, .header .header-content .header__social a.active svg {
    transform: translateY(-30px) rotate(360deg);
  }
}

@media (width > 991px) {
  .header-home {
    min-height: 102px;
  }
}
.header-home .header-content .logo {
  transition: var(--smalltransition);
}
.header-home .header-content .logo a img {
  transition: var(--smalltransition);
}
.header-home::before {
  transition: var(--smalltransition);
}

.no-scroll .header::before {
  opacity: 1;
}

.page-home.active, .page-home.hmenu {
  margin-top: -90px;
}
@media (width < 992px) {
  .page-home .header {
    background: transparent;
  }
  .page-home .header.active, .page-home .header.hmenu {
    background: var(--noir);
  }
}

.header.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

@keyframes slidein {
  0% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes slideout {
  0% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.footer {
  margin-top: 100px;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -600px 50%;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
  transform: translateX(-50%);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}
@media (width < 1200px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.footer-left__logo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 70px;
  margin-top: -10px;
}
.footer-left__logo img {
  max-width: 100%;
  width: 300px;
}
@media (width < 992px) {
  .footer-left__logo {
    padding: 0 100px;
  }
}
.footer-left__social {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-left__social a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bleu);
  border-radius: 50%;
  transition: var(--smalltransition);
}
.footer-left__social a svg {
  width: 16px;
  transition: var(--smalltransition);
}
@media (991px < width) {
  .footer-left__social a:hover, .footer-left__social a:focus, .footer-left__social a:focus-visible, .footer-left__social a.active {
    background: var(--bleu);
  }
  .footer-left__social a:hover svg, .footer-left__social a:focus svg, .footer-left__social a:focus-visible svg, .footer-left__social a.active svg {
    transform: translateY(-30px) rotate(360deg);
  }
}
@media (width < 992px) {
  .footer-left {
    gap: 20px;
  }
}
.footer-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer-right__list span {
  font-family: var(--miedinger);
}
.footer-right__list ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-right__list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-right__list ul li a {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  padding: 2px 4px;
}
.footer-right__list ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  bottom: 0;
  width: 0;
  background-color: blue;
  transition: none;
}
@media (width < 768px) {
  .footer-right__list ul li a::before {
    display: none;
  }
}
.footer-right__list ul li a.actived:hover::before {
  animation: slidein 0.4s forwards;
}
.footer-right__list ul li a.actived:not(:hover)::before {
  animation: slideout 0.4s forwards;
}
.footer-right__list ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: var(--bleu);
  border-radius: 50%;
  flex: none;
}
.footer-right__list ul li div svg {
  width: 16px;
}
@media (width < 992px) {
  .footer-right__list ul {
    margin-top: 16px;
    gap: 4px;
  }
  .footer-right__list ul li div svg {
    width: 14px;
  }
}
.footer-right__contact ul {
  row-gap: 20px;
}
.footer-right__contact ul li a {
  line-height: 20px;
  transition: var(--smalltransition);
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (991px < width) {
  .footer-right__contact ul li a:hover, .footer-right__contact ul li a:focus, .footer-right__contact ul li a:focus-visible, .footer-right__contact ul li a.active {
    text-decoration-color: var(--blanc);
  }
}
.footer-right__contact ul li a::before {
  display: none !important;
}
@media (width < 992px) {
  .footer-right {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
}
.footer-bottom {
  border-top: 1px solid #52565F;
  margin-top: 40px;
  padding: 28px 0;
  text-align: center;
}
.footer-bottom a {
  color: #A8B1B5;
  font-size: 14px;
}
@media (width < 992px) {
  .footer-bottom {
    margin-top: 20px;
    padding: 20px 0;
  }
}
@media (width < 992px) {
  .footer {
    margin-top: 60px;
  }
}

.eco-image {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: var(--smalltransition);
  z-index: 1;
}

.eco-banner {
  position: fixed;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--noir);
  background: var(--jaune);
  transition: var(--smalltransition);
}
@media (width > 991px) {
  .eco-banner {
    display: none !important;
  }
}

.eco-mode .eco-banner {
  bottom: 0;
}

.home-h2 {
  font-family: var(--miedinger);
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  width: fit-content;
  margin: 0;
}
.home-h2-left, .home-h2-right__span {
  position: relative;
}
.home-h2-left::before, .home-h2-right__span::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -30px;
  width: 51px;
  height: 49px;
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2.svg") no-repeat;
}
@media (width < 992px) {
  .home-h2-left::before, .home-h2-right__span::before {
    transform: scale(0.75);
  }
}
@media (width < 768px) {
  .home-h2-left::before, .home-h2-right__span::before {
    transform: scale(0.65);
  }
}
.home-h2-right__span::before {
  transform: rotate(90deg);
  left: auto;
  right: -40px;
  top: auto;
  bottom: 23px;
}
@media (width < 992px) {
  .home-h2-right__span::before {
    right: -36px;
    bottom: 12px;
    transform: rotate(90deg) scale(0.75);
  }
}
@media (width < 768px) {
  .home-h2-right__span::before {
    right: -32px;
    transform: rotate(90deg) scale(0.65);
  }
}
@media (width < 992px) {
  .home-h2 {
    font-size: 32px;
  }
}
@media (width < 768px) {
  .home-h2 {
    font-size: 20px;
  }
}
.home .page-home {
  position: relative;
  margin-top: -190px;
}
.home .page-home section {
  margin: 0 0 80px;
}
@media (width < 768px) {
  .home .page-home section {
    margin: 0 0 60px;
  }
}
.home .page-home .hero {
  margin-top: 60px;
  position: relative;
  height: 100svh;
  min-height: 600px;
  max-height: 100vh;
  overflow: hidden;
}
.home .page-home .hero .container {
  height: 100%;
}
.home .page-home .hero-boom {
  pointer-events: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  transform: translateY(-50%);
}
.home .page-home .hero-content {
  position: absolute;
  top: calc(50% + 60px);
  left: 0;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.home .page-home .hero-content h1 {
  position: relative;
  font-size: clamp(40px, 5.833vw, 84px);
  font-family: var(--miedinger);
  line-height: 1.2;
  text-align: left;
  width: fit-content;
  margin: 0 0 56px;
}
.home .page-home .hero-content h1::after {
  content: "";
  position: absolute;
  bottom: 0.35vw;
  right: 9vw;
  width: 81px;
  height: 88px;
  transform: rotate(147deg);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/home.svg") no-repeat;
}
@media (width < 1200px) {
  .home .page-home .hero-content h1::after {
    transform: rotate(147deg) scale(0.8);
    bottom: -1vw;
    right: 7.4vw;
  }
}
.home .page-home .hero-content-infos {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 50px;
}
.home .page-home .hero-content-info {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.home .page-home .hero-content-info div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: var(--bleu);
  border-radius: 50%;
  flex: none;
}
.home .page-home .hero-content #volume-toggle {
  position: absolute;
  top: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--bleu);
}
@media (width < 992px) {
  .home .page-home .hero-content #volume-toggle {
    top: 80px;
  }
}
@media (width < 768px) {
  .home .page-home .hero-content #volume-toggle {
    top: 6px;
    transform: scale(0.85);
  }
}
.home .page-home .hero-content #volume-toggle .volume-mute {
  display: none;
}
.home .page-home .hero-content #volume-toggle.muted .volume-icon {
  display: none;
}
.home .page-home .hero-content #volume-toggle.muted .volume-mute {
  display: block;
}
.home .page-home .hero-content-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home .page-home .hero-content-buttons .btn-jaune {
  --bleu: var(--jaune);
}
.home .page-home .hero-content-buttons .btn-secondary {
  margin: 0 !important;
  padding: 15px 28px;
}
@media (width < 768px) {
  .home .page-home .hero-content-buttons {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .home .page-home .hero-content-buttons .btn-jaune {
    --bleu: var(--jaune);
  }
}
.home .page-home .hero .background-video {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.home .page-home .hero .background-video video {
  position: absolute;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: var(--smalltransition);
}
.home .page-home .hero .background-cache {
  overflow: hidden;
  position: absolute;
  top: -20px;
  bottom: -20px;
  z-index: 2;
  width: 80%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: flex;
  align-items: center;
}
.home .page-home .events {
  position: relative;
}
.home .page-home .events::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.home .page-home .events::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -266px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.home .page-home .events .event-star {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (width < 768px) {
  .home .page-home .events .event-star {
    display: none;
  }
}
.home .page-home .events-atlantide {
  margin-top: -20px;
  --bleu: var(--jaune);
}
.home .page-home .events-atlantide .home-h2 {
  text-align: center;
}
.home .page-home .events-atlantide .home-h2::before {
  display: none;
}
.home .page-home .events-atlantide::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.home .page-home .events-atlantide::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -266px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
@media (991px < width) {
  .home .page-home .events-atlantide .event-card:hover .event-asset, .home .page-home .events-atlantide .event-card:focus .event-asset, .home .page-home .events-atlantide .event-card:focus-visible .event-asset, .home .page-home .events-atlantide .event-card.active .event-asset {
    box-shadow: 0 4px 45.7px 11px var(--jaune);
  }
}
.home .page-home .present {
  position: relative;
}
.home .page-home .present::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.home .page-home .present-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 0;
}
@media (width < 992px) {
  .home .page-home .present-grid {
    grid-template-columns: auto;
  }
}
@media (width < 992px) {
  .home .page-home .present .present-left {
    grid-area: 2/1/3/2;
  }
  .home .page-home .present .present-left .btn-secondary {
    margin: 0 auto;
  }
  .home .page-home .present .present-right {
    grid-area: 1/1/2/2;
  }
}
@media (width < 992px) and (width < 992px) {
  .home .page-home .present .present-right {
    width: 100%;
    max-width: 500px;
  }
}
.home .page-home .present-left, .home .page-home .present-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home .page-home .present-left p, .home .page-home .present-text p {
  font-size: 18px;
  line-height: 1.45;
}
@media (width < 768px) {
  .home .page-home .present-left, .home .page-home .present-text {
    gap: 10px;
  }
  .home .page-home .present-left p, .home .page-home .present-text p {
    font-size: 16px;
  }
}
.home .page-home .present-boom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
@media (width < 992px) {
  .home .page-home .present-boom {
    display: none;
  }
}
.home .page-home .artistes {
  position: relative;
}
.home .page-home .artistes::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: calc(50% - 133px) auto auto 50%;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
  transform: translate(-50%, -50%);
}
.home .page-home .artistes-grid {
  margin: 0 0 40px;
}
@media (width < 768px) {
  .home .page-home .artistes-grid {
    display: block;
  }
}
.home .page-home .artistes .home-h2 {
  margin: 0 auto 60px;
}
@media (width < 768px) {
  .home .page-home .artistes .home-h2 {
    margin: 0 auto 30px;
  }
}
.home .page-home .artistes .btn-secondary {
  margin: 75px auto 0;
}
@media (width < 768px) {
  .home .page-home .artistes .btn-secondary {
    margin: 60px auto 0;
  }
}
.home .page-home .artistes .artiste-line {
  position: absolute;
  top: -104px;
  right: 60px;
  z-index: 3;
}
@media (width < 768px) {
  .home .page-home .artistes .artiste-line {
    display: none;
  }
}
@media (width < 768px) {
  .home .page-home .artistes .container {
    width: auto;
  }
  .home .page-home .artistes .container .artiste-card {
    margin: 0 11px;
  }
}
.home .page-home .vips {
  margin: 100px 0;
  position: relative;
}
.home .page-home .vips::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: calc(50% - 133px) 0 auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
  transform: translate(-50%, -50%);
}
.home .page-home .vips .home-h2 {
  margin: 0 0 0 20px;
}
@media (width < 768px) {
  .home .page-home .vips .home-h2 {
    margin: 0 auto 30px;
  }
}
.home .page-home .vips-cards {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media (width < 992px) {
  .home .page-home .vips-cards {
    row-gap: 0px;
  }
}
.home .page-home .vips-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
}
@media (width < 992px) {
  .home .page-home .vips-grid {
    grid-template-columns: auto;
  }
}
.home .page-home .vips-img {
  display: block;
  line-height: 0;
}
.home .page-home .vips-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (width < 992px) {
  .home .page-home .vips-img img {
    height: 300px;
    width: 100%;
  }
}
@media (width < 768px) {
  .home .page-home .vips-img img {
    height: 200px;
  }
}
@media (width < 768px) {
  .home .page-home .vips {
    margin: 0 0 40px;
  }
}
.home .page-home .photos .btn-secondary {
  margin: 80px auto 0;
}
@media (width < 768px) {
  .home .page-home .photos .btn-secondary {
    margin: 60px auto 0;
  }
}
.home .page-home .photos-line {
  position: absolute;
  top: -47px;
  right: 280px;
  z-index: 3;
  transform: scale(0.75);
}
@media (width < 768px) {
  .home .page-home .photos-line {
    top: -25px;
    right: -90px;
    transform: scale(0.25);
  }
}
.home .page-home .atlantide {
  position: relative;
}
.home .page-home .atlantide-logo {
  margin: 0 auto 60px;
  text-align: center;
}
@media (width < 768px) {
  .home .page-home .atlantide-logo {
    margin: 0 auto 30px;
  }
}
@media (width < 565px) {
  .home .page-home .atlantide-logo {
    margin: 0 auto 20px;
  }
}
.home .page-home .atlantide-logo img {
  width: 18vw;
  min-width: 150px;
  max-width: 300px;
}
.home .page-home .atlantide-presentation {
  display: grid;
  grid-template-columns: calc(50% - 20px) 1fr;
  gap: 60px;
}
@media (width < 992px) {
  .home .page-home .atlantide-presentation {
    grid-template-columns: 100%;
  }
}
@media (width < 768px) {
  .home .page-home .atlantide-presentation {
    gap: 50px;
  }
}
.home .page-home .atlantide-presentation-left {
  display: flex;
  align-items: stretch;
}
.home .page-home .atlantide-presentation-left .slick-track {
  height: 100%;
}
.home .page-home .atlantide-presentation-left .slick-dots {
  bottom: -20px !important;
}
.home .page-home .atlantide-presentation-left .slick-dots li.slick-active button {
  --bleu: var(--jaune);
}
.home .page-home .atlantide-presentation-left img {
  aspect-ratio: 1;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (width < 992px) {
  .home .page-home .atlantide-presentation-left img {
    aspect-ratio: 16/9;
  }
}
.home .page-home .atlantide-presentation-right h3 {
  font-family: var(--miedinger);
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.home .page-home .atlantide-presentation-right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.home .page-home .atlantide-presentation-right ul > li {
  position: relative;
  margin-top: 30px;
}
.home .page-home .atlantide-presentation-right ul > li span {
  position: relative;
  font-family: var(--miedinger);
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
}
.home .page-home .atlantide-presentation-right ul > li span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--jaune);
  bottom: -4px;
  left: 0;
}
.home .page-home .atlantide-presentation-right ul > li:first-child {
  margin-top: 0;
}
.home .page-home .atlantide-presentation-right ul > li ul {
  row-gap: 8px;
}
.home .page-home .atlantide-presentation-right ul > li ul li:first-child {
  margin-top: 8px;
}
.home .page-home .atlantide-presentation-right ul > li ul li {
  position: relative;
  margin-left: 16px;
}
.home .page-home .atlantide-presentation-right ul > li ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url("/wp-content/themes/bj-agency/assets/img/svg/puce-yellow.svg") no-repeat;
  border-radius: 50%;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
.home .page-home .atlantide-presentation-right ul > li ul li, .home .page-home .atlantide-presentation-right ul > li p {
  margin-top: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--blanc);
}
.home .page-home .atlantide-presentation-right ul > li p {
  margin-top: 8px;
}
.home .page-home .atlantide-presentation-right ul > li ul li p {
  margin: 0;
}
.home .page-home .atlantide-presentation-right ul li {
  padding: 0;
}
.home .page-home .atlantide-presentation-right ul p {
  margin: 0;
}
.home .page-home .atlantide::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.home .page-home .atlantide::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -266px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.home .page-home .temoignages {
  padding-bottom: 60px;
}
.home .page-home .temoignages::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -200px -399px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(0.75);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.home .page-home .temoignages .home-h2 {
  margin: 100px auto 40px;
  position: relative;
}
.home .page-home .temoignages .home-h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -399px 0 auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
@media (width < 768px) {
  .home .page-home .temoignages .home-h2 {
    margin: 0 auto 30px;
  }
}
.home .page-home .temoignages .slick-list {
  margin: 0 15px;
}
@media screen and (width < 1200px) {
  .home .page-home .temoignages .slick-list {
    margin: 0;
  }
}
.home .page-home .temoignages .slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  padding: 12px;
  aspect-ratio: 1;
  background: var(--noir);
  border-radius: 50%;
  border: 1px solid var(--bleu);
  z-index: 4;
  transition: var(--smalltransition);
}
@media (991px < width) {
  .home .page-home .temoignages .slick-arrow:hover, .home .page-home .temoignages .slick-arrow:focus, .home .page-home .temoignages .slick-arrow:focus-visible, .home .page-home .temoignages .slick-arrow.active {
    background: var(--bleu);
  }
}
.home .page-home .temoignages .slick-prev {
  left: 0;
}
.home .page-home .temoignages .slick-next {
  right: 0;
}
.home .page-home .temoignages .temoignage-card {
  position: relative;
  padding: 60px 30px 30px;
  border: 2px solid var(--bleu);
  background: var(--noir);
  border-radius: 20px;
  height: 100%;
  margin: 0 11px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .page-home .temoignages .temoignage-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 34px;
  background: url("/wp-content/themes/bj-agency/assets/img/svg/quotes.svg") no-repeat;
}
.home .page-home .temoignages .temoignage-text p {
  margin: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.home .page-home .temoignages .temoignage-infos {
  margin: auto 0 0;
  display: flex;
  justify-content: space-between;
}
.home .page-home .temoignages .temoignage-boom {
  position: absolute;
  top: -100px;
  left: 50px;
  z-index: -1;
}
@media (width < 768px) {
  .home .page-home .temoignages .temoignage-boom {
    display: none;
  }
}
.home .page-home .temoignages .temoignage-line {
  position: absolute;
  bottom: -118px;
  right: 10px;
  z-index: 3;
}
@media (width < 768px) {
  .home .page-home .temoignages .temoignage-line {
    display: none;
  }
}
@media screen and (width < 1200px) {
  .home .page-home .temoignages .container {
    width: auto;
  }
}
@media (width < 768px) {
  .home .page-home .temoignages {
    margin-bottom: 20px;
  }
  .home .page-home .temoignages .slick-arrow {
    display: none !important;
  }
  .home .page-home .temoignages .temoignage-card {
    padding: 60px 15px 30px;
  }
  .home .page-home .temoignages .temoignage-text p {
    font-size: 15px;
  }
}
@media (width < 992px) {
  .home .page-home {
    margin-top: -150px;
  }
  .home .page-home .container .hero-content {
    top: 160px;
    transform: none;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
  }
  .home .page-home .container .hero-content h1::after {
    bottom: -21px;
    right: 50px;
    transform: rotate(147deg) scale(0.6);
  }
  .home .page-home .container .hero-content-infos {
    margin-top: auto;
    margin-bottom: 60px;
  }
  .home .page-home .container .hero-content-infos .hero-content-info {
    font-size: 16px;
    line-height: normal;
    text-shadow: -0.2px -0.2px 0 var(--noir), 0.2px -0.2px 0 var(--noir), -0.2px 0.2px 0 var(--noir), 0.2px 0.2px 0 var(--noir);
  }
  .home .page-home .container .hero-content .btn-secondary {
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
  }
  .home .page-home .container .hero-content .btn-secondary svg {
    width: 16px;
  }
  .home .page-home .hero-boom {
    top: calc(50% - 100px);
    right: -50px;
    transform: translateY(-50%) scale(0.75);
  }
}
@media (width < 768px) {
  .home .page-home .container .hero-content h1::after {
    bottom: -24px;
    right: 50px;
    transform: rotate(147deg) scale(0.4);
  }
}

#home_video::-webkit-media-controls, #home_video::-webkit-media-controls-play-button, #home_video::-webkit-media-controls-start-playback-button, #home_video::-webkit-media-controls-current-time-display, #home_video::-webkit-media-controls-volume-slider, #home_video::-webkit-media-controls-mute-button, #home_video::-webkit-media-controls-timeline {
  display: none !important;
}

.artistes {
  position: relative;
}
.artistes-list .home-h2 {
  margin: 0 auto 40px;
}
.artistes-list .btn-secondary {
  margin: 40px auto 0;
}
.artistes-list .artistes-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.artistes-list .artistes-grid::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.artistes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (width < 1200px) {
  .artistes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .artistes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 565px) {
  .artistes-grid {
    grid-template-columns: 1fr;
    margin: 0 auto 40px;
  }
}

.artiste-card {
  position: relative;
}
.artiste-img {
  margin: 0 85px -75px;
  z-index: 4;
  position: relative;
  background: var(--noir);
  border-radius: 50%;
  line-height: 0;
  pointer-events: none;
}
.artiste-img img {
  aspect-ratio: 1;
  padding: 24px;
  background: linear-gradient(-45deg, rgb(4, 80, 245) 0%, rgba(4, 80, 245, 0.3) 24%, rgba(4, 80, 245, 0.3) 74%, rgb(4, 80, 245) 100%);
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (width < 768px) {
  .artiste-img img {
    padding: 16px;
  }
}
@media (width < 700px) {
  .artiste-img {
    margin: 0 70px -75px;
  }
}
@media (width < 650px) {
  .artiste-img {
    margin: 0 60px -75px;
  }
}
@media (width < 600px) {
  .artiste-img {
    margin: 0 55px -75px;
  }
}
@media (width < 565px) {
  .artiste-img {
    margin: 0 85px -75px;
  }
}
.artiste-infos {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 92px 0 24px;
  border: 2px solid var(--bleu);
  background: var(--noir);
  border-radius: 20px;
  transition: var(--smalltransition);
  box-shadow: 0 4px 45.7px 11px rgba(8, 76, 223, 0);
}
@media (991px < width) {
  .artiste-infos:hover, .artiste-infos:focus, .artiste-infos:focus-visible, .artiste-infos.active {
    background: var(--bleu);
    box-shadow: 0 4px 45.7px 11px rgb(8, 76, 223);
  }
  .artiste-infos:hover .artiste-links a, .artiste-infos:focus .artiste-links a, .artiste-infos:focus-visible .artiste-links a, .artiste-infos.active .artiste-links a {
    border: 1px solid var(--blanc);
  }
}
.artiste-nom {
  font-family: var(--miedinger);
}
.artiste-links {
  display: flex;
  gap: 10px;
}
.artiste-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: var(--bleu);
  border-radius: 50%;
  border: 1px solid var(--bleu);
  transition: var(--smalltransition);
}
.artiste-links a svg {
  height: 20px;
}
.artiste-links a svg path {
  fill: var(--blanc);
  transition: var(--smalltransition);
}
@media (991px < width) {
  .artiste-links a:hover, .artiste-links a:focus, .artiste-links a:focus-visible, .artiste-links a.active {
    background: var(--blanc);
  }
  .artiste-links a:hover svg path, .artiste-links a:focus svg path, .artiste-links a:focus-visible svg path, .artiste-links a.active svg path {
    fill: var(--bleu);
  }
}
.artiste-links .artiste-links__text {
  width: auto;
  gap: 8px;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 16px;
}
@media (991px < width) {
  .artiste-links .artiste-links__text:hover, .artiste-links .artiste-links__text:focus, .artiste-links .artiste-links__text:focus-visible, .artiste-links .artiste-links__text.active {
    background: var(--blanc);
    color: var(--bleu);
  }
}

.dj-list {
  margin-top: 80px;
}
.dj-list .home-h2 {
  margin: 0 auto 40px;
}
.dj-list .dj-grid::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.dj-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 0 40px;
  pointer-events: none;
}
@media (width < 1200px) {
  .dj-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .dj-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 565px) {
  .dj-grid {
    grid-template-columns: 1fr;
    padding: 0 30px;
    margin: 0 auto 40px;
  }
}
.dj-infos {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width < 565px) {
  .dj-infos {
    margin-top: 8px;
    gap: 4px;
  }
}
.dj-card {
  position: relative;
  pointer-events: auto;
  transition: var(--middletransition);
  height: fit-content;
}
@media (991px < width) {
  .dj-card:has(.event-video):hover .event-video, .dj-card:has(.event-video):focus .event-video, .dj-card:has(.event-video):focus-visible .event-video, .dj-card:has(.event-video).active .event-video {
    opacity: 1;
  }
  .dj-card:has(.event-video):hover .event-img, .dj-card:has(.event-video):focus .event-img, .dj-card:has(.event-video):focus-visible .event-img, .dj-card:has(.event-video).active .event-img {
    opacity: 0;
  }
}
@media (991px < width) {
  .dj-card:hover, .dj-card:focus, .dj-card:focus-visible, .dj-card.active {
    opacity: 1;
  }
  .dj-card:hover .event-asset, .dj-card:focus .event-asset, .dj-card:focus-visible .event-asset, .dj-card.active .event-asset {
    background: var(--bleu);
    box-shadow: 0 4px 45.7px 11px rgb(8, 76, 223);
  }
}
.dj-titre {
  position: relative;
  font-family: var(--miedinger);
  font-size: 20px;
  padding-right: 40px;
}
@media (width < 565px) {
  .dj-titre {
    font-size: 16px;
  }
}
@media (width < 565px) {
  .dj-date {
    font-size: 14px;
  }
}
.dj-asset {
  position: relative;
  width: 100%;
  line-height: 0;
  background: transparent;
  border-radius: 20px;
  background: var(--noir);
  box-shadow: 0 4px 45.7px 11px rgba(8, 76, 223, 0);
  transition: var(--smalltransition);
}
.dj-img {
  line-height: 0;
}
.dj-img img {
  border-radius: 20px;
  aspect-ratio: 4/5;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.events .home-h2-left {
  margin: 0 auto 40px;
}
@media (width < 768px) {
  .events .home-h2-left {
    margin: 0 auto 30px;
  }
}
.events-grid:hover .event-card {
  opacity: 0.5;
}
@media (width < 768px) {
  .events-grid:hover .event-card {
    opacity: 1;
  }
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 0 40px;
  pointer-events: none;
}
@media (width < 1200px) {
  .events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 565px) {
  .events-grid {
    grid-template-columns: 1fr;
    padding: 0 30px;
    margin: 0 auto 40px;
  }
}
.events .event-infos {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width < 565px) {
  .events .event-infos {
    margin-top: 8px;
    gap: 4px;
  }
}
.events .event-card {
  position: relative;
  pointer-events: auto;
  transition: var(--middletransition);
  height: fit-content;
}
@media (991px < width) {
  .events .event-card:has(.event-video):hover .event-video, .events .event-card:has(.event-video):focus .event-video, .events .event-card:has(.event-video):focus-visible .event-video, .events .event-card:has(.event-video).active .event-video {
    opacity: 1;
  }
  .events .event-card:has(.event-video):hover .event-img, .events .event-card:has(.event-video):focus .event-img, .events .event-card:has(.event-video):focus-visible .event-img, .events .event-card:has(.event-video).active .event-img {
    opacity: 0;
  }
}
@media (991px < width) {
  .events .event-card:hover, .events .event-card:focus, .events .event-card:focus-visible, .events .event-card.active {
    opacity: 1;
  }
  .events .event-card:hover .event-asset, .events .event-card:focus .event-asset, .events .event-card:focus-visible .event-asset, .events .event-card.active .event-asset {
    background: var(--bleu);
    box-shadow: 0 4px 45.7px 11px rgb(8, 76, 223);
  }
}
.events .event-titre {
  position: relative;
  font-family: var(--miedinger);
  font-size: 20px;
  padding-right: 40px;
}
.events .event-titre::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 27px;
  background: url("/wp-content/themes/bj-agency/assets/img/svg/ext.svg") no-repeat;
}
@media (width < 565px) {
  .events .event-titre {
    font-size: 16px;
  }
}
@media (width < 565px) {
  .events .event-date {
    font-size: 14px;
  }
}
.events .event-icons {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.events .event-icons .event-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--noir);
  border-radius: 50%;
}
.events .event-icons .event-icon svg {
  height: 20px;
}
.events .event-icons .event-icon svg path {
  fill: var(--blanc);
}
.events .event-asset {
  position: relative;
  width: 100%;
  line-height: 0;
  background: transparent;
  border-radius: 20px;
  background: var(--noir);
  box-shadow: 0 4px 45.7px 11px rgba(8, 76, 223, 0);
  transition: var(--smalltransition);
}
.events .event-img {
  line-height: 0;
}
.events .event-img img {
  border-radius: 20px;
  aspect-ratio: 4/5;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.events .event-video {
  position: absolute;
  inset: 0;
  width: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.events .event-video video {
  width: 100%;
  object-fit: cover;
}
.events .btn-secondary {
  margin: 0 auto;
}
.events-list {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (width < 768px) {
  .events-list {
    row-gap: 20px;
  }
}
.events-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.events-list::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.events-list-past {
  position: relative;
}
.events-list-past .event-card {
  opacity: 0.85;
}
.events-list-past .event-asset {
  overflow: hidden;
  position: relative;
}
.events-list-past .event-asset::after {
  content: "SOUVENIR";
  position: absolute;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 600;
  top: 20px;
  left: -65px;
  color: var(--blanc);
  background: var(--bleu);
  z-index: 2;
  transform: rotate(-45deg);
  padding: 5px 65px;
  line-height: normal;
}
.events-list-past .event-star {
  position: absolute;
  top: 240px;
  left: -62px;
  z-index: 1;
}
@media (width < 768px) {
  .events-list-past .event-star {
    display: none;
  }
}
.events-list-past .artiste-line {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}
@media (width < 768px) {
  .events-list-past .artiste-line {
    display: none;
  }
}
.events-atlantide {
  --bleu: var(--jaune);
}
@media (991px < width) {
  .events-atlantide .event-card:hover .event-asset, .events-atlantide .event-card:focus .event-asset, .events-atlantide .event-card:focus-visible .event-asset, .events-atlantide .event-card.active .event-asset {
    box-shadow: 0 4px 45.7px 11px var(--jaune);
  }
}
.events-atlantide .events-list .home-h2::before {
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2-yellow.svg") no-repeat;
}
.events-atlantide .events-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}
.events-atlantide .events-list::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle_yellow.png") no-repeat;
}

.d-event h1 {
  font-family: var(--miedinger);
  font-size: 34px;
  margin: 0 auto 40px;
}
@media (width < 768px) {
  .d-event h1 {
    font-size: 20px;
    text-align: center;
  }
}
.d-event h2 {
  font-family: var(--miedinger);
  text-align: center;
  font-size: 28px;
  margin: 0 auto 30px;
}
@media (width < 768px) {
  .d-event h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.d-event-grid {
  display: grid;
  column-gap: 40px;
  grid-template-columns: repeat(7, 1fr);
}
@media (width < 992px) {
  .d-event-grid {
    grid-template-columns: 1fr;
  }
}
.d-event-left {
  position: relative;
  grid-area: 1/1/2/3;
}
.d-event-left img {
  border-radius: 30px;
  width: 450px;
}
.d-event-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
@media (width < 992px) {
  .d-event-left {
    grid-area: auto;
    padding: 0 30px;
    margin: 0 auto;
  }
}
.d-event-right {
  grid-area: 1/3/2/8;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.d-event-right h1 {
  margin: 20px 0 0;
}
.d-event-right__buttons {
  display: flex;
  column-gap: 20px;
}
.d-event-right__buttons .btn-secondary {
  padding: 10px 16px;
}
@media (width < 768px) {
  .d-event-right__buttons .btn-secondary {
    padding: 10px 16px;
    font-size: 12px;
    column-gap: 10px;
  }
}
@media (991px < width) {
  .d-event-right__buttons .btn-secondary-no-hover:hover, .d-event-right__buttons .btn-secondary-no-hover:focus, .d-event-right__buttons .btn-secondary-no-hover:focus-visible, .d-event-right__buttons .btn-secondary-no-hover.active {
    background: var(--noir);
  }
}
@media (width < 768px) {
  .d-event-right__buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
  }
}
.d-event-right__desc {
  margin-top: 20px;
  line-height: 25px;
}
@media (width < 992px) {
  .d-event-right {
    align-items: center;
    grid-area: auto;
  }
}
.d-event-table {
  position: relative;
  margin: 80px 0;
}
.d-event-table::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px auto auto -266px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.d-event-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.d-event-table table th, .d-event-table table td {
  border: 1px solid var(--bleu);
  padding: 12px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
  transition: var(--smalltransition);
}
@media (width < 992px) {
  .d-event-table table th, .d-event-table table td {
    padding: 8px;
    font-size: 13px;
  }
}
.d-event-table table tr :first-child {
  text-wrap-mode: nowrap;
}
.d-event-table table th {
  background-color: var(--bleu);
  color: var(--blanc);
}
.d-event-table table tr {
  background-color: var(--noir);
  transition: var(--smalltransition);
}
.d-event-table table tr > :last-child {
  padding: 0;
}
@media (991px < width) {
  .d-event-table table tr:hover td, .d-event-table table tr:focus td, .d-event-table table tr:focus-visible td, .d-event-table table tr.active td {
    background: var(--bleu);
    color: var(--blanc);
    box-shadow: 0 0 10px rgba(8, 76, 223, 0.5);
  }
}
.d-event-table table button, .d-event-table table input {
  display: block;
  height: 100%;
  width: 100%;
  background: none;
  color: var(--blanc);
  border: none;
  font-family: var(--font-family);
  font-weight: 500;
  padding: 22px 32px;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
  transition: var(--smalltransition);
}
@media (width < 992px) {
  .d-event-table table button, .d-event-table table input {
    padding: 12px 32px;
  }
}
.d-event-table .table-responsive {
  display: none;
}
.d-event-table .navette-res-single {
  cursor: pointer;
  background: var(--bleu);
  color: var(--blanc);
  padding: 12px;
  text-align: center;
  font-family: var(--miedinger);
  font-size: 14px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.d-event-table .navette-res-single span {
  display: block;
  font-size: 10px;
}
.d-event-table .navette-res-single form {
  display: none;
}
.d-event-table .navette-res-single-disabled {
  background: #1d1e20;
  color: var(--blanc);
  cursor: not-allowed;
}
.d-event-table .navette-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (width < 992px) {
  .d-event-table .navette-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .d-event-table .navette-list {
    grid-template-columns: 1fr;
  }
}
@media (width < 768px) {
  .d-event-table {
    margin: 40px 0;
  }
}
.d-event-photos, .d-event-list {
  margin: 80px 0;
}
.d-event-photos .btn-secondary, .d-event-list .btn-secondary {
  margin: 40px auto 0;
}
.d-event-souv {
  margin: 40px 0 30px !important;
}
.d-event .events {
  margin: 80px 0;
}
@media (width < 768px) {
  .d-event .events {
    margin: 40px 0;
  }
}
.d-event .btn-event-photos {
  margin: 0 auto;
}

.d-photo__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width < 768px) {
  .d-photo__header {
    flex-direction: column;
    row-gap: 20px;
    align-items: baseline;
  }
}
.d-photo__header .home-h2-right {
  font-size: 34px;
}
@media (width < 768px) {
  .d-photo__header .home-h2-right {
    font-size: 20px;
  }
}
.d-photo__header .btn-secondary {
  padding: 14px 16px;
}
@media (width < 768px) {
  .d-photo__header .btn-secondary {
    padding: 10px 16px;
    font-size: 12px;
    column-gap: 10px;
  }
  .d-photo__header .btn-secondary svg {
    width: 14px;
  }
}
.d-photo__grid {
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media (width < 992px) {
  .d-photo__grid {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .d-photo__grid {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.d-photo__grid > * {
  grid-column: span 1;
  grid-row: span 1;
}
.d-photo__grid img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top;
}
@media (width < 768px) {
  .d-photo__grid img {
    border-radius: 12px;
  }
}
.d-photo__grid > :nth-child(11n+3) {
  grid-column: span 2;
  grid-row: span 2;
}

.contact {
  margin-top: 140px;
}
.contact .home-h2 span {
  display: block;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
}
@media (width < 768px) {
  .contact-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.contact-left {
  grid-area: 1/1/2/4;
}
.contact-left .home-h2 {
  margin: 0 0 40px;
}
.contact-left form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-left form .input-field {
  position: relative;
}
.contact-left form .input-field input, .contact-left form .input-field textarea {
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding: 0 10px;
  border: none;
  color: var(--gris);
  border-bottom: 1px solid var(--gris);
  border-radius: 0;
  background: transparent;
  outline: none;
  transition: var(--smalltransition);
}
.contact-left form .input-field input:focus, .contact-left form .input-field textarea:focus {
  border-bottom: 1px solid var(--bleu);
}
.contact-left form .input-field input:focus ~ label, .contact-left form .input-field input:valid ~ label, .contact-left form .input-field input:not(:placeholder-shown) ~ label, .contact-left form .input-field textarea:focus ~ label, .contact-left form .input-field textarea:valid ~ label, .contact-left form .input-field textarea:not(:placeholder-shown) ~ label {
  top: 0;
  left: 6px;
  font-size: 15px;
  padding: 0 4px;
  background: var(--noir);
}
.contact-left form .input-field input:valid, .contact-left form .input-field textarea:valid {
  border-bottom: 1px solid var(--bleu);
}
.contact-left form .input-field input:not(:valid), .contact-left form .input-field textarea:not(:valid) {
  border-bottom: 1px solid var(--gris);
}
.contact-left form .input-field label {
  font-family: var(--font-family);
  position: absolute;
  top: 28px;
  left: 10px;
  transform: translateY(-50%);
  color: var(--gris);
  font-size: 17px;
  pointer-events: none;
  transition: var(--smalltransition);
}
.contact-left form .input-field textarea {
  height: 100px;
  font-family: Arial, sans-serif;
  padding: 18px 15px;
  resize: none;
}
.contact-left form button {
  margin-top: 10px;
  color: var(--blanc);
}
@media (width < 768px) {
  .contact-left form button {
    margin: 0 auto;
  }
}
@media (width < 768px) {
  .contact-left {
    grid-area: auto;
  }
}
.contact-right {
  position: relative;
  grid-area: 1/4/2/6;
}
.contact-right img {
  border-radius: 25px;
  aspect-ratio: 1;
  object-fit: cover;
  pointer-events: none;
}
@media (width < 768px) {
  .contact-right {
    grid-area: auto;
  }
}
.contact-line {
  position: absolute;
  top: -120px;
  left: -120px;
  z-index: 1;
}
@media (width < 768px) {
  .contact-line {
    display: none;
  }
}
.contact-boom {
  position: absolute;
  bottom: -30px;
  right: -50px;
  z-index: -1;
}
@media (width < 768px) {
  .contact-boom {
    transform: scale(0.5);
    bottom: -60px;
    right: -60px;
  }
}
@media (width < 768px) {
  .contact {
    margin-top: 30px;
  }
  .contact .home-h2 {
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
  }
  .contact .home-h2 span {
    display: inline-block;
  }
  .contact .home-h2 span::before {
    display: none;
  }
}

.detail-contact .contact-grid {
  align-items: center;
}

.horaire-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 30px;
}
.horaire-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
@media (width < 992px) {
  .horaire-grid {
    grid-template-columns: 1fr;
  }
}

.filter {
  width: 100%;
  z-index: 2;
  margin: -40px 0 40px !important;
}
.filter .container {
  display: flex;
  justify-content: end;
}
.filter-line {
  position: relative;
  display: flex;
  padding: 10px 0;
  color: white;
  display: flex;
  column-gap: 4px;
  justify-content: end;
}
.filter-line .filter-select {
  color: var(--noir);
}
.filter-select select {
  display: none !important;
  opacity: 0;
}
.filter-select .nice-select {
  color: var(--blanc);
  background: var(--noir);
  border-color: var(--bleu);
}
.filter-select .nice-select .nice-select-dropdown {
  background: var(--noir);
}
.filter-select .nice-select .option:hover, .filter-select .nice-select .option.focus, .filter-select .nice-select .option.selected.focus {
  background: var(--noir);
}
.filter-select .nice-select .option {
  cursor: pointer;
  font-weight: 400;
}
.filter-select .nice-select .option.selected {
  font-weight: 500;
}
@media (width < 992px) {
  .filter {
    margin: 20px 0 20px !important;
  }
}

.child-pages-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.child-pages-container a {
  border: 1px solid var(--bleu);
  border-radius: 25px;
  padding: 20px;
}
.child-pages-container a .child-thumbnail img {
  height: 200px;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
.child-pages-container a .child-pages-title {
  margin-top: 20px;
  font-family: var(--miedinger);
  font-size: 20px;
  text-align: center;
}
@media (width < 1200px) {
  .child-pages-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .child-pages-container {
    grid-template-columns: 1fr;
  }
  .child-pages-container a {
    padding: 12px 40px;
  }
  .child-pages-container a .child-thumbnail img {
    height: auto;
  }
  .child-pages-container a .child-pages-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.carte-tag {
  margin: 0 0 20px;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carte-tag ::-webkit-scrollbar {
  display: none;
}
.carte-tag ul {
  display: flex;
  overflow: auto;
  gap: 10px;
}
.carte-tag ul li {
  display: block;
  padding: 10px 14px;
  border-radius: 25px;
  font-size: 14px;
  border: 1px solid var(--bleu);
  background: transparent;
  transition: var(--smalltransition);
  cursor: pointer;
  text-wrap: nowrap;
}
.carte-tag ul li.active {
  background: var(--bleu);
}
@media (width < 768px) {
  .carte-tag ul li {
    font-size: 13px;
    padding: 8px 12px;
  }
}
.carte-tag--sections {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.carte-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (width < 1200px) {
  .carte-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .carte-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .carte-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.carte-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.carte-grid::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.carte-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bleu);
  border-radius: 25px;
  background: rgba(8, 8, 8, 0.35);
}
.carte-item-img {
  line-height: 0;
}
.carte-item-img img {
  border-radius: 25px 25px 0 0;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.carte-item-content {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.carte-item-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  margin: 0;
}
.carte-item-content__header h2, .carte-item-content__header p {
  font-family: var(--miedinger);
  font-size: 15px;
  margin: 0;
}
.carte-item-content__header h2 {
  word-break: break-word;
}
.carte-item-content__span {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  margin-top: auto;
}
.carte-item-content__footer p {
  font-size: 15px;
  margin: 0;
}
.carte .alcool-warning {
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

.div_no-content p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.leaflet-pane .leaflet-popup-content-wrapper {
  background: var(--noir);
  color: var(--blanc);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--bleu);
}
.leaflet-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-style: italic;
}

.wysiwyg {
  font-family: var(--font-family);
}
.wysiwyg p {
  font-size: 18px;
}
.wysiwyg h1 {
  text-align: center;
  font-family: var(--miedinger);
  margin: 0 0 50px;
  font-size: 2.6388888889vw;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (width > 1920px) {
  .wysiwyg h1 {
    font-size: 42px;
  }
}
@media (width < 992px) {
  .wysiwyg h1 {
    font-size: 32px;
    margin: 0 auto 40px;
  }
}
@media (width < 768px) {
  .wysiwyg h1 {
    font-size: 20px;
    margin: 0 auto 30px;
  }
}
.wysiwyg h2 {
  position: relative;
  font-family: var(--miedinger);
  margin: 10px 0;
  font-size: 1.9444444444vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
  width: fit-content;
}
.wysiwyg h2::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 49px;
  transform: scale(0.85) rotate(90deg);
  left: auto;
  right: -36px;
  top: -26px;
  bottom: 23px;
  background: url("/wp-content/themes/bj-agency/assets/img/svg/h2.svg") no-repeat;
}
@media (width < 1200px) {
  .wysiwyg h2::before {
    transform: scale(0.85) rotate(90deg);
  }
}
@media (width < 992px) {
  .wysiwyg h2::before {
    transform: scale(0.75) rotate(90deg);
  }
}
@media (width < 768px) {
  .wysiwyg h2::before {
    display: none;
  }
}
@media (width > 1920px) {
  .wysiwyg h2 {
    font-size: 34px;
  }
}
@media (width < 992px) {
  .wysiwyg h2 {
    font-size: 26px;
  }
}
@media (width < 768px) {
  .wysiwyg h2 {
    font-size: 22px;
  }
}
.wysiwyg .h2-center h2 {
  margin: 10px auto;
}
.wysiwyg h3 {
  font-family: var(--miedinger);
  margin: 0 0 30px;
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: var(--bleu);
}
@media (width > 1920px) {
  .wysiwyg h3 {
    font-size: 30px;
  }
}
@media (width < 992px) {
  .wysiwyg h3 {
    font-size: 24px;
  }
}
.wysiwyg h4 {
  font-family: var(--miedinger);
  margin: 0 0 30px;
  font-size: 2.0833333333vw;
  font-weight: 500;
}
@media (width > 1920px) {
  .wysiwyg h4 {
    font-size: 40px;
  }
}
@media (width < 992px) {
  .wysiwyg h4 {
    font-size: 22px;
  }
}
.wysiwyg h5 {
  font-family: var(--miedinger);
  margin: 0 0 30px;
  font-size: 1.8055555556vw;
  font-weight: 500;
}
@media (width > 1920px) {
  .wysiwyg h5 {
    font-size: 35px;
  }
}
@media (width < 992px) {
  .wysiwyg h5 {
    font-size: 20px;
  }
}
.wysiwyg h6 {
  font-family: var(--miedinger);
  margin: 0 0 30px;
  font-size: 1.5277777778vw;
  font-weight: 500;
}
@media (width > 1920px) {
  .wysiwyg h6 {
    font-size: 29px;
  }
}
@media (width < 992px) {
  .wysiwyg h6 {
    font-size: 18px;
  }
}
.wysiwyg > * {
  margin-bottom: 30px;
}
.wysiwyg > p {
  line-height: 1.5;
}
.wysiwyg ul:not([class]) {
  padding-left: 0;
}
.wysiwyg ul:not([class]) li {
  position: relative;
  margin-top: 20px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 25px;
}
.wysiwyg ul:not([class]) li::before {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 12px;
  background: url("../img/svg/puce.svg");
}
.wysiwyg ul:not([class]) ul li {
  padding-left: 20px;
  color: var(--vertF);
}
.wysiwyg ul:not([class]) ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: -2px;
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 1px solid var(--bleu);
}
.wysiwyg ol:not([class]) {
  padding-left: 28px;
}
.wysiwyg ol:not([class]) li {
  list-style: decimal;
}
.wysiwyg ol:not([class]) li::marker {
  font-weight: 500;
  color: var(--bleu);
}
.wysiwyg ol:not([class]) > li {
  margin-top: 20px;
}
.wysiwyg ol:not([class]) ol > li {
  font-weight: 400;
}
.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 960px;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.wysiwyg table thead {
  background: var(--bleu);
}
.wysiwyg table thead td, .wysiwyg table thead th {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--blanc);
  line-height: 23px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-left: 1px solid var(--bleu);
}
.wysiwyg table thead td:first-child, .wysiwyg table thead th:first-child {
  border-left: none;
}
.wysiwyg table tbody {
  position: relative;
}
.wysiwyg table tbody tr:first-child {
  padding-top: 45px;
}
.wysiwyg table tbody tr td {
  font-weight: 400;
  min-width: 230px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 21px;
  border-left: 1px solid var(--bleu);
}
@media (width < 992px) {
  .wysiwyg table tbody tr td {
    padding: 8px 12px;
  }
}
.wysiwyg table tbody tr td:first-child {
  border-left: none;
}
.wysiwyg table tbody > :nth-child(odd) {
  background-color: var(--violet-41);
}
.wysiwyg table tbody > :nth-child(odd) td {
  border-left: 1px solid var(--blanc);
}

.page-home .wysiwyg h2::before {
  display: none;
}

.chapo {
  text-align: center;
  color: var(--blanc);
  font-size: 18px;
  margin: 20px 0;
}
@media (width < 992px) {
  .chapo {
    font-size: 16px;
  }
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-spacing: 0;
}

.photos-list .home-h2 {
  margin: 0 auto 40px;
}
.photos-list .btn-secondary {
  margin: 40px auto 0;
}
.photos-list-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  pointer-events: none;
  position: relative;
}
.photos-list-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -266px -266px auto auto;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
.photos-list-grid::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -266px -399px;
  width: 1064px;
  height: 1064px;
  transform: scale(1);
  background: url("/wp-content/themes/bj-agency/assets/img/svg/circle.png") no-repeat;
}
@media (width < 1200px) {
  .photos-list-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .photos-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 565px) {
  .photos-list-grid {
    grid-template-columns: 1fr;
  }
}
.photos-list-grid:hover a {
  opacity: 0.5;
}
@media (width < 768px) {
  .photos-list-grid:hover a {
    opacity: 1;
  }
}
.photos-list-grid a {
  pointer-events: all;
  display: block;
  position: relative;
  border-radius: 20px;
  line-height: 0;
  transition: var(--smalltransition);
  box-shadow: 0 4px 45.7px 11px rgba(8, 76, 223, 0);
}
.photos-list-grid a img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top;
}
@media (991px < width) {
  .photos-list-grid a:hover, .photos-list-grid a:focus, .photos-list-grid a:focus-visible, .photos-list-grid a.active {
    opacity: 1;
    background: var(--bleu);
    box-shadow: 0 4px 45.7px 11px rgb(8, 76, 223);
  }
}
.photos-list-grid a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  border-radius: 0 0 20px 20px;
  z-index: 2;
  transition: max-height 0.3s ease;
  max-height: 75%;
}
@media (width < 768px) {
  .photos-list-grid a::after {
    bottom: -2px;
  }
}
.photos-list-grid .photos-list-a {
  overflow: visible;
  width: 100%;
  position: relative;
  margin: 0 14px;
  border-radius: 20px;
  box-shadow: 0 4px 57.3px rgba(8, 76, 223, 0);
  transition: box-shadow 0.3s ease;
}
.photos-list-grid .photos-list-a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: rgba(5, 38, 238, 0.5);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
}
.photos-list-grid .photos-list-a-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: normal;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: var(--smalltransition);
}
.photos-list-grid .photos-list-a-text__title {
  font-family: var(--miedinger);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--blanc);
  letter-spacing: 0.4px;
}
.photos-list-grid .photos-list-a-text__date {
  font-size: 14px;
}

.navette-page .nav-h1 {
  font-size: 2vw;
}
@media (width < 992px) {
  .navette-page .nav-h1 {
    font-size: 32px;
  }
}
@media (width < 768px) {
  .navette-page .nav-h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.navette-page #person-details {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.navette-page #person-details .person-section {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.navette-page #person-details .person-section .navette-person-label {
  font-weight: 600;
  font-family: var(--miedinger);
  font-size: 12px;
}
.navette-page #person-details .person-section .navette-person-group {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.navette-page #person-details .person-section .navette-person-group label {
  margin-top: 4px;
  font-size: 14px;
}
.navette-page #person-details .person-section .navette-person-group input {
  padding: 8px;
  color: var(--noir);
  border: 1px solid var(--bleu);
  border-radius: 6px;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 34px;
  appearance: none;
  -webkit-appearance: none;
}
.navette-page form .btn-secondary {
  margin: 20px auto;
}
.navette-page .navette-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (width < 992px) {
  .navette-page .navette-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .navette-page .navette-list {
    grid-template-columns: 1fr;
  }
}
.navette-page .navette-label {
  font-family: var(--miedinger);
  margin-bottom: 12px;
  text-align: center;
  font-size: 24px;
}
@media (width < 768px) {
  .navette-page .navette-label {
    font-size: 12px;
  }
}
.navette-page .navette-label2 {
  font-family: var(--miedinger);
  margin-bottom: 12px;
  text-align: center;
  font-size: 20px;
}
@media (width < 768px) {
  .navette-page .navette-label2 {
    font-size: 9px;
  }
}
.navette-page .navette-single {
  display: flex;
  flex-direction: column;
  color: var(--blanc);
}
@media (width < 768px) {
  .navette-page .navette-single {
    padding: 0 10px;
  }
}
.navette-page .navette-single-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.navette-page .navette-single-person .navette-body {
  border-radius: 0 0 12px 12px;
}
.navette-page .navette-single-person .navette-body-item {
  justify-content: center;
}
.navette-page .navette-body {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 12px;
  border: 1px solid var(--bleu);
  background: var(--noir);
}
.navette-page .navette-body-coordonnees .navette-body-item {
  flex-direction: column;
  align-items: baseline;
}
.navette-page .navette-body-coordonnees .navette-body-item .navette-title {
  padding: 0;
}
.navette-page .navette-body-coordonnees .navette-title {
  padding: 0 6px 0 0;
}
.navette-page .navette-body-coordonnees .navette-time {
  border-right: none;
}
.navette-page .navette-body-item {
  display: flex;
  align-items: center;
}
.navette-page .navette-body-item-coordonnees {
  flex-direction: column;
  margin-top: 20px;
  row-gap: 4px;
  align-items: flex-start;
}
.navette-page .navette-body-item-coordonnees .navette-time {
  border: none;
  padding: 0;
}
.navette-page .navette-body-item-coordonnees .navette-title {
  padding: 0;
}
.navette-page .navette-body-grid {
  row-gap: 4px;
  padding: 0 4px;
}
.navette-page .navette-body-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 12px;
  padding: 4px;
  border-bottom: 1px solid var(--bleu);
}
.navette-page .navette-body-line:last-child {
  border-bottom: none;
}
.navette-page .navette-body-inline {
  grid-template-columns: 1fr;
  font-size: 14px;
  padding: 12px 4px;
}
.navette-page .navette-body-left, .navette-page .navette-body-right {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.navette-page .navette-time {
  font-weight: 600;
  padding-right: 6px;
  border-right: 1px solid var(--blanc);
}
.navette-page .navette-title {
  padding-left: 6px;
}
.navette-page .navette-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 4px;
  background: var(--bleu);
  color: var(--blanc);
  border-radius: 12px 12px 0 0;
}
.navette-page .navette-header-left {
  display: flex;
  align-items: center;
}
.navette-page .navette-header-item {
  padding: 8px 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.navette-page .navette-header-item input {
  color: var(--noir);
}
.navette-page .navette-header-item svg {
  width: 11px;
}
.navette-page .navette-footer {
  border: 1px solid var(--bleu);
  border-top: none;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: var(--noir);
}
.navette-page .navette-footer-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
}
.navette-page .navette-footer-item button[type=submit] {
  font-weight: 400;
  color: var(--blanc);
}
.navette-page .navette-footer-item svg {
  height: 14px;
}
.navette-page .popup-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.navette-page .popup {
  background: var(--noir);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.navette-page .popup h2 {
  margin-bottom: 20px;
}
.navette-page .popup button {
  color: white;
  margin: 5px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.navette-page .popup .confirm {
  background-color: #4CAF50;
  color: white;
}
.navette-page .popup .cancel {
  background-color: #f44336;
  color: white;
}
.navette-page .qr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.navette-page .qr-bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.lecteur-page {
  margin-top: 40px;
}
.lecteur-page #qr-video {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  margin: auto;
  object-fit: cover;
  display: block;
}
.lecteur-page #result {
  text-align: center;
  margin-top: 20px;
}
.lecteur-page .nav-h1 {
  font-size: 2vw;
}
@media (width < 992px) {
  .lecteur-page .nav-h1 {
    font-size: 32px;
  }
}
@media (width < 768px) {
  .lecteur-page .nav-h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.lecteur-page .lecteur-container {
  margin-top: 20px;
}
.lecteur-page .lecteur-container .lecteur-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid var(--bleu);
  border-radius: 5px;
}
.lecteur-page .lecteur-container .lecteur-single .lecteur-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.lecteur-page .lecteur-container .lecteur-single .lecteur-header img {
  height: auto;
  object-fit: cover;
}
.lecteur-page .lecteur-container .lecteur-single h2 {
  margin: 0;
  font-family: var(--miedinger);
  font-size: 15px;
}
.lecteur-page .navette-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  width: 100%;
  gap: 10px;
}
.lecteur-page .navette-item {
  cursor: pointer;
  color: var(--blanc);
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bleu);
}
.lecteur-page .navette-item.active {
  background-color: var(--bleu);
}
.lecteur-page #manual-input-btn {
  color: white;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}

.navette-page .popup, .lecteur-page .popup {
  position: fixed;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.navette-page .popup .content-popup, .lecteur-page .popup .content-popup {
  width: min(100vw - 24px, 1600px);
  max-width: 640px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 90px;
  background: var(--noir);
}
.navette-page .popup .content-popup #custom-popup-result, .lecteur-page .popup .content-popup #custom-popup-result {
  font-size: 14px;
}
.navette-page .popup .content-popup .custom-popup-success, .lecteur-page .popup .content-popup .custom-popup-success {
  color: #0a875a;
}
.navette-page .popup .content-popup .custom-popup-error, .lecteur-page .popup .content-popup .custom-popup-error {
  color: #d8000c;
}
.navette-page .popup .content-popup-p, .lecteur-page .popup .content-popup-p {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  text-decoration-color: var(--bleu);
}
.navette-page .popup .content-popup h2, .lecteur-page .popup .content-popup h2 {
  font-size: 14px;
  font-family: var(--miedinger);
}
.navette-page .popup .content-popup .code-container, .lecteur-page .popup .content-popup .code-container {
  position: relative;
  display: inline-block;
}
.navette-page .popup .content-popup .content-popup_input, .lecteur-page .popup .content-popup .content-popup_input {
  margin: 24px 0 20px;
  line-height: 0;
}
.navette-page .popup .content-popup #confirmation_code, .lecteur-page .popup .content-popup #confirmation_code {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
  border: none;
  outline: none;
  caret-color: transparent;
}
.navette-page .popup .content-popup .code-display, .lecteur-page .popup .content-popup .code-display {
  display: flex;
  gap: 10px;
}
.navette-page .popup .content-popup .code-char, .lecteur-page .popup .content-popup .code-char {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: inline-block;
}
.navette-page .popup .content-popup .code-char.filled, .lecteur-page .popup .content-popup .code-char.filled {
  border-color: var(--bleu);
}
.navette-page .popup .content-popup_flex, .lecteur-page .popup .content-popup_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navette-page .popup .content-popup button, .lecteur-page .popup .content-popup button {
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid var(--blanc);
  border-radius: 5px;
  cursor: pointer;
  color: var(--blanc);
  font-size: 14px;
}
.navette-page .popup .content-popup .btn-navette-none, .lecteur-page .popup .content-popup .btn-navette-none {
  margin: 6px 0 0;
  padding: 0;
  border: none !important;
}
.navette-page .popup .custom-popup__icons, .lecteur-page .popup .custom-popup__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.navette-page .popup .custom-popup__icons .custom-popup__icon, .lecteur-page .popup .custom-popup__icons .custom-popup__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.navette-page .popup .custom-popup__icons svg, .lecteur-page .popup .custom-popup__icons svg {
  width: 30px;
  height: 30px;
}
.navette-page .popup .custom-popup__icons svg path, .lecteur-page .popup .custom-popup__icons svg path {
  fill: var(--blanc);
}
.navette-page .popup.success, .lecteur-page .popup.success {
  display: flex;
  color: var(--blanc);
}
.navette-page .popup.success .content-popup, .lecteur-page .popup.success .content-popup {
  border: 2px solid green;
}
.navette-page .popup.success .content-popup button, .lecteur-page .popup.success .content-popup button {
  border: 1px solid green;
}
.navette-page .popup.success .custom-popup__icons .custom-popup__icon_error, .lecteur-page .popup.success .custom-popup__icons .custom-popup__icon_error {
  display: none;
}
.navette-page .popup.success .custom-popup__icons .custom-popup__icon_success, .lecteur-page .popup.success .custom-popup__icons .custom-popup__icon_success {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid green;
}
.navette-page .popup.error, .lecteur-page .popup.error {
  display: flex;
  color: var(--blanc);
}
.navette-page .popup.error .custom-popup__icons .custom-popup__icon_success, .lecteur-page .popup.error .custom-popup__icons .custom-popup__icon_success {
  display: none;
}
.navette-page .popup.error .custom-popup__icons .custom-popup__icon_error, .lecteur-page .popup.error .custom-popup__icons .custom-popup__icon_error {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
}
.navette-page .popup.error .content-popup, .lecteur-page .popup.error .content-popup {
  border: 2px solid red;
}
.navette-page .popup.error .content-popup button, .lecteur-page .popup.error .content-popup button {
  border: 1px solid red;
}
.navette-page .popup.default, .lecteur-page .popup.default {
  display: flex;
  color: var(--blanc);
}
.navette-page .popup.default .custom-popup__icons .custom-popup__icon_success, .lecteur-page .popup.default .custom-popup__icons .custom-popup__icon_success {
  display: none;
}
.navette-page .popup.default .custom-popup__icons .custom-popup__icon_error, .lecteur-page .popup.default .custom-popup__icons .custom-popup__icon_error {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bleu);
}
.navette-page .popup.default .content-popup, .lecteur-page .popup.default .content-popup {
  border: 2px solid var(--bleu);
}
.navette-page .popup.default .content-popup button, .lecteur-page .popup.default .content-popup button {
  border: 1px solid var(--bleu);
}
.navette-page .popup.hidden, .lecteur-page .popup.hidden {
  display: none;
}

.liste-navette-page .navette-footer {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 4px;
}
.liste-navette-page .navette-body-line .commande-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.liste-navette-page .etat-point {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.liste-navette-page .etat-points {
  display: flex;
  align-items: center;
  gap: 6px;
}

input[type=submit], button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  accent-color: var(--bleu);
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 46px;
  column-gap: 8px;
  color: var(--blanc);
  width: fit-content;
  transition: var(--smalltransition);
}
.btn-primary {
  background: var(--bleu);
}
@media (991px < width) {
  .btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary.active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Ombre sous le bouton */
    transform: scale(1.05);
  }
}
.btn-secondary {
  border: 1px solid var(--bleu);
  font-size: 16px;
  padding: 16px 28px;
  font-weight: 600;
  column-gap: 12px;
}
@media (991px < width) {
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary.active {
    background: var(--bleu);
  }
}
@media (width < 768px) {
  .btn-secondary {
    font-size: 14px;
  }
}
.btn-header {
  font-size: 16px;
  padding: 14px 20px;
  font-weight: 600;
}

.photos-carousel {
  margin: 40px auto 60px;
  position: relative;
  width: 100%;
  height: 400px;
}
.photos-carousel::before, .photos-carousel::after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -30px;
  width: 300px;
  z-index: 1;
  pointer-events: none;
}
.photos-carousel::before {
  left: 0;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
@media (width < 992px) {
  .photos-carousel::before {
    display: none;
  }
}
.photos-carousel::after {
  right: 0;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}
@media (width < 992px) {
  .photos-carousel::after {
    display: none;
  }
}
.photos-carousel .slick-slide {
  display: flex;
  overflow: visible;
  width: 100%;
  position: relative;
  margin: 0 14px;
  border-radius: 20px;
  box-shadow: 0 4px 57.3px rgba(8, 76, 223, 0);
  transition: box-shadow 0.3s ease;
}
.photos-carousel .slick-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 104%;
  height: 104%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: rgba(5, 38, 238, 0.5);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-delay: 0.5s;
}
@media (width < 992px) {
  .photos-carousel .slick-slide::before {
    display: none;
  }
}
@media (width < 565px) {
  .photos-carousel .slick-slide::before {
    display: block;
  }
}
.photos-carousel .slick-slide-text {
  position: absolute;
  bottom: -120px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: var(--smalltransition);
}
.photos-carousel .slick-slide-text__title {
  font-family: var(--miedinger);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--blanc);
  letter-spacing: 0.4px;
}
.photos-carousel .slick-slide-text__date {
  font-size: 16px;
}
.photos-carousel .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.photos-carousel .slick-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  border-radius: 0 0 20px 20px;
  z-index: 2;
  transition: max-height 0.3s ease;
}
@media (991px < width) {
  .photos-carousel .slick-slide a:hover .slick-slide-text, .photos-carousel .slick-slide a:focus-visible .slick-slide-text {
    bottom: 20px;
  }
  .photos-carousel .slick-slide a:hover::after, .photos-carousel .slick-slide a:focus-visible::after {
    max-height: 75%;
  }
}
.photos-carousel-no-a .slick-slide a::after {
  display: none;
}
.photos-carousel .slick-slide-grid {
  display: grid !important;
  gap: 14px;
  grid-template-rows: repeat(2, 193px);
}
@media (991px < width) {
  .photos-carousel .slick-slide-grid a:hover::after, .photos-carousel .slick-slide-grid a:focus-visible::after {
    max-height: 100%;
  }
}
.photos-carousel .slick-slide-grid a .slick-slide-text {
  gap: 6px;
}
.photos-carousel .slick-slide-grid a .slick-slide-text__title {
  font-size: 15px;
}
.photos-carousel .slick-slide-grid a .slick-slide-text__date {
  font-size: 14px;
}
.photos-carousel .slick-slide-grid :nth-child(1) {
  grid-area: 1/1/2/2;
}
.photos-carousel .slick-slide-grid :nth-child(2) {
  grid-area: 1/2/2/3;
}
.photos-carousel .slick-slide-grid :nth-child(3) {
  grid-area: 2/1/3/2;
}
.photos-carousel .slick-slide-grid :nth-child(4) {
  grid-area: 2/2/3/3;
}
.photos-carousel .slick-slide img {
  transition: all 0.3s ease;
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 400px;
  border-radius: 20px;
}
.photos-carousel .slick-center {
  z-index: 3;
  transform: scale(1.05);
  transition: transform 0.3s ease;
  transition-delay: 0.5s;
}
.photos-carousel .slick-center::before {
  opacity: 1;
}
@media (width < 992px) {
  .photos-carousel .slick-center {
    transform: scale(0.95);
  }
}
@media (width < 565px) {
  .photos-carousel .slick-center {
    transform: none;
  }
}
.photos-carousel .slick-slide:not(.slick-center) {
  transform: scale(0.95);
  transition-delay: 0s;
}
.photos-carousel .slick-center {
  z-index: 2;
}
.photos-carousel .slick-list {
  width: 130%;
  margin: 0 -15%;
  overflow: visible;
}
@media (width < 992px) {
  .photos-carousel .slick-list {
    width: 100%;
    margin: 0;
  }
}
.photos-carousel .slick-track {
  height: 400px;
}
@media (width < 768px) {
  .photos-carousel .slick-track {
    height: auto;
  }
}
.photos-carousel .slick-arrow {
  position: absolute;
  top: -92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  aspect-ratio: 1;
  background: var(--noir);
  border-radius: 50%;
  border: 1px solid var(--bleu);
  z-index: 4;
  transition: var(--smalltransition);
}
@media (991px < width) {
  .photos-carousel .slick-arrow:hover, .photos-carousel .slick-arrow:focus, .photos-carousel .slick-arrow:focus-visible, .photos-carousel .slick-arrow.active {
    background: var(--bleu);
  }
}
.photos-carousel .slick-prev {
  right: 112px;
}
.photos-carousel .slick-next {
  right: 48px;
}
@media (width < 768px) {
  .photos-carousel {
    margin-top: 30px;
    height: auto;
  }
  .photos-carousel .slick-arrow {
    display: none !important;
  }
}

.accordions {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.accordion {
  display: grid;
  grid-template-rows: 68px 0;
  margin-bottom: 10px;
  overflow: hidden;
  transition: var(--transition);
  padding: 0 30px;
  border-radius: 20px;
  background: var(--noir);
  border: 2px solid var(--bleu);
}
.accordion-rose {
  border-color: var(--rose);
}
.accordion-jaune {
  border-color: var(--jaune);
}
@media (width < 992px) {
  .accordion {
    grid-template-rows: 36px 0;
    padding: 12px;
  }
}
.accordion:first-child {
  margin-top: 0 !important;
}
.accordion__title {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--miedinger);
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  padding: 0 60px 0 0;
  text-align: left;
  border: none;
  color: var(--blanc);
  background: transparent;
  transition: var(--transition);
  cursor: pointer;
  min-height: 48px;
  width: 100%;
  letter-spacing: 0.02em;
}
@media (width < 992px) {
  .accordion__title {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 50px;
    line-height: 24px;
    min-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.accordion__title::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: var(--transition);
  background: transparent;
  transform: translateY(-50%);
}
@media (width < 992px) {
  .accordion__title::before {
    transition: none;
  }
}
@media (width < 768px) {
  .accordion__title::before {
    width: 32px;
    height: 32px;
  }
}
.accordion__title::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: var(--transition);
  background: url("../img/svg/faq-chevron.svg") no-repeat center;
  transform: translateY(-50%) rotate(180deg);
  background-size: 18px;
}
@media (width < 992px) {
  .accordion__title::after {
    transition: none;
  }
}
@media (width < 768px) {
  .accordion__title::after {
    width: 32px;
    height: 32px;
    background-size: 14px;
  }
}
.accordion__content {
  color: var(--blanc);
  transition: var(--transition);
  overflow: hidden;
  max-height: 0;
  padding: 0;
  line-height: 1.75;
}
.accordion__content p {
  margin-bottom: 0;
}
.accordion__content p:first-child {
  margin-top: 0;
}
@media (width < 768px) {
  .accordion__content {
    padding: 0 6px;
  }
  .accordion__content p:first-child {
    margin-top: 10px;
  }
}
.accordion.active {
  grid-template-rows: 68px 100%;
  padding: 0 30px 24px;
  box-shadow: 0px 4px 40px rgba(4, 38, 239, 0.65);
}
@media (width < 992px) {
  .accordion.active {
    margin: 10px 0;
    grid-template-rows: 36px 100%;
    padding: 12px;
  }
}
.accordion.active .accordion__content {
  max-height: 100vh;
}
.accordion.active .accordion__title::before {
  background: var(--bleu);
}
.accordion.active .accordion__title::after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion-rose.active {
  box-shadow: 0px 4px 40px rgba(255, 0, 168, 0.65);
}
.accordion-rose.active .accordion__title::before {
  background: var(--rose);
}

.accordion-jaune.active {
  box-shadow: 0px 4px 40px rgba(255, 216, 0, 0.65);
}
.accordion-jaune.active .accordion__title::before {
  background: var(--jaune);
}

#default-img {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

#default-img.fade-out {
  opacity: 0.25;
}

/*# sourceMappingURL=styles.css.map */
