body {
    line-height: 1;
    background-color: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
h1{
    font-size: 2.5em !important;
    color: #000;
    margin: 0;
    text-transform: none !important;
}

h2{
    text-transform: uppercase;
    font-size: 3.125em;
    color: white;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-top: 2em;
}

.nom-section{
    background-color: #fff;
    margin: 2rem 0 0;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.nom-section hr {
    display: inline-block;
    background-color: #F1B847;
    width: 15em;
    height: 0.15em;
    border-radius: 10px;
    border: none;
	margin-left: auto;
    margin-right: auto;
}

.article{
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 2em;
    background-color: #fff;
}

.tarifs{
    margin-top: 3em;
    color: #F1B847;
    text-decoration: none;
    text-align: right;
}
.tarifs>a{
    align-items: center;
    bottom: 10px;
    right: 10px;
    color: #F1B847;
    font-size: 20px;
}