
.line_top{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    text-transform:uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.line_prestation{
    padding-bottom: 25px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
.line_prestation a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.line_prestation .line_reel{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.line_prestation .line_reel p{
    width: max-content;
    margin: 0;
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 5px;
    font-size: 24px;
    font-weight: bold;
}
.line_prestation .line_reel.dark_bg p{
    background-color: rgb(235, 235, 235);

}
.line_prestation .line_reel p.title_prestation{
    height: 50px;
    line-height: 40px;
}
.line_prestation .line_reel p.price{
    height: 50px;
    line-height: 40px;
    min-width: 80px;
    border: 1px solid rgb(177, 177, 177);
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.line_prestation:hover .line_reel p.price{
    background-color: rgb(95, 95, 95);
    color: white;
}
.line_prestation .line_reel .line_point{
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
}
.line_prestation .line_reel .line_point p{
    width: 100%;
    border-bottom: 2px dotted rgb(128, 128, 128);
    position: relative;
    top: -5px;
}
.line_prestation .info_sup ul{
    display: flex;
    flex-wrap: wrap;
}
.line_prestation .info_sup ul li{
    margin-left: 30px;
    color: rgb(128, 128, 128);
    font-size: 18px;
}
.line_prestation .info_sup ul li:first-child{
    
}