body {
    line-height: 1;
    background-color: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

h2{
    /*font-size: 2.5em !important;*/
    color: #000;
    margin: 0;
    text-transform: none !important;
}

.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;
    margin: 0;
    background-color: #F1B847;
    width: 15em;
    height: 0.15em;
    border-radius: 10px;
    margin-top: 2em;
    border: none;
}

.prestations-box{
    margin: 5em 0;
}

.encart {
    width: 20em;
    height: 30em;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 2em;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    margin: auto;
}
@media screen and (max-width: 991px){
	.encart {
		width: inherit;
	}
}


.encart a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.encart:hover {
    outline: 7px solid #f1b847c2;
    transition: 0.3s ease;
}

.description{
    align-items: left;
    text-align: left;
    margin-top: 5em;
}

.circle-price{
    width: 9em;
    height: 9em;
    border-radius: 50%;
    border: solid white 10px;
    background: #F1B847;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 3px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10%;
    right: 25%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: auto;
}

.deplacement{
    margin: 5em auto;
    background: white;
    font-size: 1.5em;
	width: 90%
}

