



.container .line_prestation{
    border: 1px solid rgb(235, 235, 235);
    padding: 0;
    margin-bottom: 30px;
}
.container .line_prestation .line_reel.dark_bg{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(235, 235, 235);
}

.line_prestation .info_sup_01 ul{
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
.line_prestation .info_sup_01 ul p.title_detail{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    background-color: rgb(107, 107, 107);
    padding: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
}
.line_prestation .info_sup_01 ul li.reel_dark  p.title_detail{
    color: white;
}
.line_prestation .info_sup_01 ul li.reel_dark  p.title_detail .title_detail_sup{
    font-size: 16px;
    font-style: italic;
    color: rgb(220, 220, 220);
    position: absolute;
}   
.line_prestation .info_sup_01 ul .contain_price{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-top: 35px;
    background-color:;
    
}
.line_prestation .info_sup_01 ul .contain_price p.detail_sup_title{
    font-size: 14px;
    font-style: italic;
    color: rgb(111, 111, 111);
    /*color: #edf3f5;*/
    text-align: center;
    width: 100%;
    position: absolute;
    background-color: ;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.line_prestation .info_sup_01 ul li{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.line_prestation .info_sup_01 ul li.reel_dark{
}
.line_prestation .info_sup_01 ul .contain_price .court{
    margin-left: 15px;
}
.line_prestation .info_sup_01 ul .contain_price .court p{
    margin: 0;
    border: 1px solid rgb(194, 194, 194);
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.line_prestation .info_sup_01 ul .contain_price .court p.text_01{
    border-bottom: none;
    background-color: rgb(235, 235, 235);
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: italic;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.line_prestation .info_sup_01 ul .contain_price .court p.text_01.sup_{
    border: 1px solid rgb(107, 107, 107);
    border-radius: 3px;
    color: rgb(107, 107, 107);
    background-color: transparent;
}
.line_prestation .info_sup_01 ul .contain_price .court p.price_detail{
    font-style: italic;
}
.line_prestation .info_sup_01 ul li.reel_dark .contain_price .court p.price_detail{
    color: white;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve{
    padding: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.line_prestation .info_sup_01 ul .contain_price .court .line_vertical{
    height:20px;
    width: 100%;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
}
.line_prestation .info_sup_01 ul .contain_price .court div.line_vertical p{
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 1px;
    background-color: rgb(106, 106, 106);
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve{
    text-align: center;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve button{
    width: 100%;
    border: 0px solid grey;
    background-color: #333;
    color: white;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve a{
    width: 100%;
    border: 0px solid grey;
    background-color: #333;
    color: white;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.line_prestation .info_sup_01 ul li.reel_dark .contain_price .court p.reserve button{
    color: rgb(211, 211, 211);
}
.line_prestation .info_sup_01 ul li.reel_dark .contain_price .court p.reserve a{
    color: rgb(211, 211, 211);
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve_01{
    height: 80px;
    width: 100%;
    border: none;
    position: relative;
    text-align: center;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve_01 button{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    transition: 0.3s ease-in-out ;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve_01 button:hover{
    color: #333;
    border: 1px solid #333;
    background-color: transparent;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve_01 a{
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    transition: 0.3s ease-in-out ;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.line_prestation .info_sup_01 ul .contain_price .court p.reserve_01 a:hover{
    color: #333;
    border: 1px solid #333;
    background-color: transparent;
}




