@import "bootstrap.min.css";
@import "inc/_variables.css";
@import "inc/_typography.css";
@import "inc/_buttons.css";
@import "inc/_forms.css";
@import "inc/_tables.css";

.branding {
    text-align: center;
    padding: 1.5rem;
}

.branding img {
    width: 150px;
    height: auto;
}

section, .section {
    border: 1px solid #ddd;
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    background-color: #f8f8f8;
}

header {
    text-align:  center;
}

.intro {
    text-align: justify;
    border: 6px solid #c8e4ea;
    border-radius: 8px;
}

.mode-test-banner {
    position: fixed;
    top: 0;
    left: 0;
    background: crimson;
    color: white;
    padding: 4px 12px;
    font-weight: bold;
    z-index: 1000;
    font-family: sans-serif;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

body.mode-test {
    background-color: #fff0f3 !important; /* rose très léger */
}