@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');

:root {
  --fh-red: #ff0000;
  --fh-orange: #ff7300;
  --fh-pink: #ff6bb3;
  --fh-blue: #0181ff;
  --fh-yellow: #ffd500;
  --fh-green: #4ccf00;
  --fh-bg: #ffffff;
  --fh-text: #000000;
}

html,
body,
button,
input,
select,
textarea,
.btn,
.modal,
.footer {
  font-family: 'Neue Haas Grotesk Display Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Theme sombre global (override Bootstrap) */
html,
body {
  background-color: var(--fh-bg) !important;
  color: var(--fh-text) !important;
}

p {
  color: var(--fh-text) !important;
  font-weight: 400;
  font-style: normal;
}

a {
  color: var(--fh-text) !important;
  font-weight: 500;
  font-style: italic;
  text-underline-offset: 2px;
}


a:hover {
  color: var(--fh-yellow) !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--fh-text) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

h2 {
  font-size: 2rem !important;
}

h3 {
  font-size: 1.5rem !important;
}

h4 {
  font-size: 1.25rem !important;
}

h5 {
  font-size: 1rem !important;
}

h6 {
  font-size: 0.875rem !important;
}

ul {
  color: var(--fh-text) !important;
}

li {
  color: var(--fh-text) !important;
}

label {
  color: var(--fh-text) !important;
}

.text-small {
  font-size: 0.85em;

}

.content,
.container,
.container-fluid,
.bg-white,
.bg-light,
[class*="bg-white"],
[class*="bg-light"] {
  background-color: var(--fh-bg) !important;
}


/* Boutons "bon de soutien" alignés et rouges */
.mt-3.d-flex.flex-wrap.gap-2 .btn.btn-primary.btn-sm {
  flex: 1 1 0;
  text-align: center;
  background-color: var(--fh-orange);
  border-color: var(--fh-orange);
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
}

.mt-3.d-flex.flex-wrap.gap-2 .btn.btn-primary.btn-sm:hover,
.mt-3.d-flex.flex-wrap.gap-2 .btn.btn-primary.btn-sm:focus {
  background-color: var(--fh-orange);
  border-color: var(--fh-orange);
}

/* Image en pied de page, pleine largeur, non coupee */
footer.footer {
  background-color: var(--fh-bg) ;
}

.footer p, 
.footer a {
  color: var(--fh-bg) !important;
}

footer.footer::after {
  /**content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1024 / 292;
  background-image: url('https://custom-billetterie.agp.fr/huma/2026/images/fh26-footer.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;*/
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: block !important;
    vertical-align: middle;
}
.btn-sm {
    border-radius: 2em !important;
}

.btn-link {
  text-decoration: none;
}
#commande .div_facture a, #commande .div_billet a , #commande .div_billet_seul a {
    color: var(--colortextbutton) !important;
}

#commande .div_billet_seul a, #commande .div_envoi_billet a {
    font-size: 1.5em;

}

#do_send_acces , .btn , .btn-sm, input.button, .button input[type=button] {
  background-color: var(--fh-orange) !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border: 0px !important;
  border-radius: 2em !important; 
  text-transform: uppercase !important;

}

