@charset "UTF-8";
@import url(main.css);
.spacer { margin-top: 9vh !important; }

.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { font-size: 2.5rem !important; }

.display-5.fw-bold.p-4.pt-lg-2.titles { font-weight: 300 !important; font-size: 2.5rem; }

.display-6.fw-bold.text-body-emphasis.lh-1.mb-5.titles { font-family: bakery; font-size: 2.5rem; }

h2, h3 { font-family: 'bakery'; }

.fs-2.fw-700.titles.text-color-sixth { font-size: 3rem !important; }

.mb-4 text-center display-6.titles { font-family: 'bakery'; }

.fs-2.fw-700.titles.text-color-sixth { font-size: 2.5rem !important; }

.display-6.text-center.titles.text-color-sixth { font-family: 'bakery'; font-size: 2.5rem; }

.display-5.titles.mb-2.fw-bold.text-body-emphasis.ctaLinks-title.text-color-sixth { font-family: 'bakery'; font-size: 2.5rem; }

#place-name { font-size: 2.5rem; }

.px-2.px-lg-4.py-2.bg-sixthColor { display: none; }

.navbar-brand { height: 8vh !important; width: 8vw !important; }

.logo_nav { height: 7vh !important; }

/*---------------Tableau des allergènes----------------------*/
table { max-width: 80vw; margin-left: auto; margin-right: auto; border-collapse: collapse; width: 100%; min-width: 600px; /* largeur minimale du tableau */ }

.table-wrapper { overflow-x: auto; position: relative; max-width: 100%; }

table th, table td { border: 1px solid #ccc; padding: 8px; white-space: nowrap; }

table thead th { position: sticky; top: 0; z-index: 2; }

table th:first-child, table td:first-child { position: sticky; left: 0; z-index: 3; background-color: white !important; }

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