/* ############### RESET ################# */
*:focus,
*:focus-visible,
*:active {
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

/* ############### FONT ################# */
@font-face {
    font-family: 'Mabry Mono Pro Bold';
    src: url("../fonts/MabryMonoPro/MabryMonoPro-Bold.11ca92950edb.woff2") format('woff2'),
        url("../fonts/MabryMonoPro/MabryMonoPro-Bold.6332224a33d5.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry Mono Pro';
    src: url("../fonts/MabryMonoPro/MabryMonoPro-Regular.9908fb07b249.woff2") format('woff2'),
        url("../fonts/MabryMonoPro/MabryMonoPro-Regular.4d8232e08a43.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ############### GENERAL ################# */
body{
  font-family: 'Mabry Mono Pro';
}
h1{
  font-family: 'Mabry Mono Pro Bold';
  font-size: 46px;
  text-transform: uppercase;
}
h6,.dispo a{
  font-family: 'Mabry Mono Pro Bold';
  font-size: 17px;
  color: black;
  text-decoration: none;
}
.dispo a{
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  line-height: 34px;
  transition: background-color 0.3s, color 0.3s;
}
.dispo img{
  max-width: 60px;


}
.dispo a:hover{
  background-color: #212529;
  color: white;
}
.fw-bold{
  font-family: 'Mabry Mono Pro Bold';
}
a{
  text-decoration: underline;
  color: black;
}

/* ############### MODAL ################# */
#modal-dispos .badge,#modal-dispos th{
  font-family: 'Mabry Mono Pro Bold';
}

/* ############### CARDS ################# */
.card .date{
  font-family: 'Mabry Mono Pro Bold';
  font-size: 24px;
}
.card .card-title{
  font-family: 'Mabry Mono Pro Bold';
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
}
.card .card-text{
  font-family: 'Mabry Mono Pro Bold';
  font-size: 14px;
  text-transform: uppercase;
}
.card a{
  text-decoration: underline;
  color: black;
}

/* ############### BTN ################# */
.btn.back{
  font-size: 30px;
  line-height: 25px;
}
.btn.back.event{
  font-size: 20px;
  line-height: 20px;
  font-family: 'Mabry Mono Pro Bold';
  text-transform: capitalize;
}
/* ############### HEADER ################# */
@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .shadow-transition.scrolled {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .shadow-transition {
    transition: box-shadow 0.3s ease;
  }
}

@media (min-width: 992px) {
  header {
    position: static;
    box-shadow: none;
  }
}

/* ############### NAV ################# */
#mainNav{
  top:15px;
  font-family: 'Mabry Mono Pro Bold';
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
  z-index: 5;

}
#mainNav ul {
  padding-top: 64px;
  padding-bottom: 15px;
}

/* On neutralise l'icône bootstrap */
.navbar-toggler-icon {
  background-image: none !important;
}

/* Barre centrale */
.navbar-toggler-icon {
  width: 50px;
  height: 4px;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease;
}

/* Barres haut et bas */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #000;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -14px;
}

.navbar-toggler-icon::after {
  top: 14px;
}

/* Quand actif → croix */
.navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.active .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.active .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.navbar-toggler {
  position: relative;
  z-index: 1051; /* un cran au-dessus du collapse (1050 est utilisé par Bootstrap) */
  height: 40px;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ############## FOOTER ################ */
footer{
  font-family: 'Mabry Mono Pro';
}
footer{
  background-color: #000000;
  color: #ffffff;
  font-family: 'Mabry Mono Pro' sans-serif;
}
footer ul{
  list-style: none;
  padding: 0;
}
footer address{
  margin: 0;
}
footer a{
  color: white;
}

/* SWIPER */
.swiper-pagination{
  bottom: -4px !important;
}
.swiper-pagination-bullet {
    width: 20px!important;
    height: 4px!important;
    border-radius: 0px!important;
    transition: transform 0.3s ease, background 0.3s ease!important;
}
.swiper-pagination-bullet-active {
    transform: scale(1.4);
}
.swiper-pagination-bullet-active {
    background: #000000!important;
}
/* Le conteneur Swiper utilise la hauteur fixée par le JS */
.swiper-autoheight-first {
  position: relative;
  padding-bottom: 2.5rem;
  box-sizing: content-box;
}

.swiper-autoheight-first .swiper-wrapper,
.swiper-autoheight-first .swiper-slide {
  height: 100%;
}

.swiper-autoheight-first .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-autoheight-first .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  display: block;
}

.swiper-autoheight-first .swiper-pagination {
  bottom: 0.5rem;
}
