@charset "UTF-8";
@import url(main.css);
h2 { position: relative; display: inline-block; padding-bottom: 10px; }

h2::after { content: ""; display: block; width: 2.5ch; height: 3px; background-color: #f6a645; position: absolute; bottom: 0; left: 0; /* Met le trait au début du titre */ }

h1 { display: flex !important; justify-content: center !important; align-items: center !important; height: 25vh !important; margin: 0 !important; text-align: center !important; width: 100% !important; color: #000000 !important; }

.bandeau > div { width: 100% !important; }

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