:root{
    --bs-body-bg: #2c2e35;
    --bs-warning: #ffcb3c;
    --bs-warning-rgb: 255, 203, 61;
    --bs-danger: #fc6d22;
    --bs-danger-rgb: 252, 109, 34;

    --debug1: red solid 0px;
    --debug2: rebeccapurple solid 0px;
}

@media (max-width: 30rem) {
    :root{
        font-size: 10px;
    }
    main{
        width: max(30rem,100vw);
        overflow: clip;
    }
}

article {
    color: white;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-inline: 0;
}

.wiide{
    min-width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


body {
    font-family: Calibri, sans-serif
}

h1,
h2,
h3,
h4 {
    font-family: serif;
}

.ligne-left-holder {
    border-left: .25rem white solid;
    padding-left: .5rem;
    line-height: 2rem;
}

.mr{
    padding-left: 6rem;
}

hr{
    width: 100%;
    border-bottom: .25rem white solid;
    opacity: .5;
}
