.btn-primary
{
    background-color: #0654d0;
}
#welcome a, #welcome a:hover, footer a, footer a:hover, #news a, #news a:hover
{
    color: #718C00;
}

#welcome li {
    margin: 0;
    list-style: none;
    background-image: url("Images/hikeshoe.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 23px;
    padding-left: 27px;
}

/*ul*/
/*{*/
/*    !*list-style-type: "\26F0"; !*ou "\1F340" ou "\1F33B"*!*!*/
/*    !*list-style-image: url("Images/hikeshoe.png");*!*/
/*}*/
#news
{
    background-color: #718C0061;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 4rem;
    font-family: La Belle Aurore, serif;
}

#news h1
{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}


.billet
{
    width: 75%;
    padding-top: 10px;
    background-color: #FFFFFFA1; /* ou #718C0061;*/
    border-radius: 1rem;

}

.billet h2
{
    font-size: 2rem;
    font-weight: bold;
    margin: auto;
    margin-bottom: 1rem;
    border-bottom: thick double #718C00A3;
    display: inline;
    border-radius: 3px;
    /*text-decoration: underline double #718C00A3;*/
    /*text-decoration-thickness: 0.1em;*/
}
.billet p
{
    padding: 20px;
    font-size: 1.5rem;
}

.table
{
    text-align: center;
}

.table-responsive
{
    overflow-x: auto;
    width: 87%;
    margin: 0 auto;
    margin-left: 12em;
    margin-top: 4em;
}

.table td
{
    border: rgb(222,226,230) solid 1px;
    vertical-align: middle;
}

.first-col
{
    position: absolute;
    width: 10em;
    margin-left: -10em;
    border-left: rgb(222,226,230) solid 1px;
    font-weight: bold;
}

.first-col a
{
    font-size: larger;
    color: rgb(202, 118, 44);
}