* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("/images/b2.background.web.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body::before {
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("/images/b2.background.web.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.apd_body {
    font-size: 1.1rem;
    color: white;
}
.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(228, 230, 241, 0.60);
}
.footer-top {
    border-top: 8px solid rgba(206, 206, 206, 0.10);
}
footer a {
    font-size: 1.1rem;
}
footer {
    background-color: white;
}
footer .nav-item a {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
}
.text-footer-link {
    /*color: #fffcd0;*/
    color: rgb(70, 70, 70);
}
footer .nav-item a:hover {
    /*color: #fffcd0;*/
    color: black;
}
.maintxtcolor {
    /*color: #fffcd0;*/
    color: black;
}
.copyright-text {
    /*color: #fffcd0;*/
    color: black;
    font-size: 0.8rem;
}
nav {
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.50);
    transition: background-color 0.3s ease;
}
nav .nav-item a:hover {
    /*color: #fffcd0;*/
    color: white;
}
nav .nav-item {
    font-weight: normal;
    font-size: 1.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
nav .nav-item a {
    color: white;
}
nav .nav-link-hover:hover {
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
}
.navbar-brand {
    margin-left: 25px;
}
.rotated-icon {
    transform: rotate(90deg);
    transition: transform 0.5s ease;
    color: transparent;
}
/* Style pour le fond de la barre de navigation déployée */
.navbar-expanded-bg {
    background-color: rgba(0, 0, 0, 0.8);
}
.navbar-expanded .ticketsbtn {
    margin-top: 25px;
    margin-bottom: 100vh;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-expanded .nav-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
    padding: 8px;
}
.navbar-expanded .nav-item .nav-link {
    font-size: 1.1rem;
}
.navbar-expanded .nav-item:hover {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.nav-logo {
    width: 100px;
}
nav .nav-item .ticketsbtn {
    /*color: #fffcd0;*/
    color: white;
    border: 1px solid;
    border-radius: 15px 0px 15px 0px;
}
nav .nav-item .ticketsbtn:hover {
    /*background-color: #fffcd0;*/
    /*border: 1px solid #fffcd0;*/
    background-color: white;
    border: 1px solid white;
    color: white;
}
.hero_container {
    height: calc(120vh - 25rem);
    margin-top: 8vh;
    margin-bottom: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero_logo {
    max-width: 75%;
    max-height: 75%;
}
.hero-tickets-button {
    background-color: rgba(0, 0, 0, 0.5);
    min-width: 250px;
    /*color: #fffcd0;*/
    color: white;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
}
.hero-tickets-button:hover {
    /*background-color: #fffcd0;*/
    /*border: 1px solid #fffcd0;*/
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.hero_date {
    font-size: 1.5rem;
    letter-spacing: 7px;
    color: white;
    text-shadow: 2px 2px 10px black;
}
#hero_countdown {
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 7px;
    color: white;
    text-shadow: 2px 2px 10px black;
    justify-content: center;
    justify-items: center;
}
.hcd_tag {
    justify-content: center;
    justify-items: center;
    text-align: center;
    display: grid;
    padding: 5px;
    padding-bottom: 15px;
}
.hcd_tag_red {
    color: rgb(255, 113, 113);
}
.hcd_label {
    font-size: 0.8rem;
    text-transform: uppercase;
}
/* sandwish logo navbar */
.navbar-toggler {
    border: none;
    color: transparent;
}
.ham-button {
    /*color: #fffcd0;*/
    color: white;
    border: none;
}
.ham-fs {
    font-size: 2rem;
}
.container-hero {
  position: relative; /* ← important */
  height: 100vh;
  overflow: hidden;
  background-image: url("/images/hero_bg_1_bluur.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.container-n1 {
    background-color: rgba(0, 0, 0, 0.50);
    text-align: center;
    max-width: 800px;
    /*border: 2px solid #fffcd0;*/
    border: 2px solid white;
    padding: 25px;
    margin: 10px;
}
.container-n2 {
    text-align: center;
    max-width: 800px;
    color: white;
    padding: 25px;
    margin: 10px;
}
.container-n3 {
    background-color: rgba(0, 0, 0, 0.60);
    text-align: center;
    max-width: 800px;
    padding: 25px;
    margin: 10px;
}
.global_section {
    padding-top: 75px;
    padding-bottom: 75px;
}
#cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.90);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.cookie-text {
    /*color: #fffcd0;*/
    color: white;
    padding-left: 20px;
    font-size: 1rem;
}
.section-title {
    font-size: 1.5rem;
    text-align: center;
    /*color: #fffcd0;*/
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
}
.cookie-btn {
    background-color: rgba(0, 0, 0, .7);
    /*color: #fffcd0;*/
    color: white;
    border: 1px solid;
    padding: 8px;
    margin-right: 20px;
    font-size: 1rem;
}
.cookie-btn:hover {
    color: black;
    border: 1px solid;
    /*background-color: #fffcd0;*/
    background-color: white;
}
.sponso-logo {
    object-fit: contain;
    width: 128px;
    height: 128px;
}
.sponsoring_sect {
    background-color: white;
}
.sponsoring-header-txt {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 25px;
}
.accordion {
    width: 100%;
}
.accordion-item-p {
    background-color: transparent;
    color: white;
    border: 0.5px solid white;
}
.accordion-body {
    color: darkgray;
    font-size: 1.1rem;
}
.accordion-button {
    background-color: rgba(0, 0, 0, .7);
    color: white;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(255, 252, 208, 0.85);
}
.accordion-item-p .accordion-button {
    font-size: 1.1rem;
}
#btnScrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 2rem;
    border: none;
    outline: none;
    /*color: #fffcd0;*/
    color: grey;
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
}
