.image_joueur{
     position:absolute;
     top:40px;
     left:10px;
     width:50%;
     max-width:716px;
     height:1044px;
     z-index:900;
     background-repeat: no-repeat;
     background-position: center;
     background-size:100%, auto;
     background-image:url('../../images/content-bg02.png');
}
.grey_box{
     position:relative;
     float:left;
     width:100%;
     height:auto;
     min-height:500px;
     background: rgb(242, 242, 242);
}
.green_box{
     position:relative;
     float:left;
     width:100%;
     height:auto;
     min-height:500px;
     background-color:rgb(32, 125, 109);
}
.title_news{
     float:left;
     width:100%;
     height:auto;
     font-size:16px;
     font-weight:bold;
}
.number_box{
     float:left;
     font-size:35px;
     height:auto;
     width:100%;
     color:#FFF;
     font-weight:600;
}
.spectre_pic{
     background-repeat:no-repeat;
     background-position: top left;
}
.cadre_photo_haut{
     float:left;
     width:100%;
     height:500px;
     background-repeat:no-repeat;
     background-size:cover;
     background-position:center;
     position:relative;
}
.titre_cadre{
     position:absolute;
     top:50%;
     left:50%;
     transform: translate(-50%, -50%);
     color: #fff;
     font-size: 60px;
     text-align:center;
     width:100%;
     letter-spacing: 2px;
}
.offre{
     float:left;
     width:100%;
     height:auto;
     padding:10px;
     margin:20px 0;
     background-color:#FFF;
     /* box-shadow: 0px 3px 3px #CCC; */
}
.image_offre{
     float:left;
     width:100%;
     height:200px;
     background-repeat: no-repeat;
     background-position: center;
     background-size:cover;
}
/* tarifs */
.bloc_tarif{
     float:left;
     width:100%;
     height:auto;
     margin-top:30px;
}
.libelle_tarif{
     float:left;
     width:100%;
     height:50px;
     background-color:#051025;
     position:relative;
     color:#FFF;
     font-size:20px;
     border-radius: 10px 10px 0px 0px;
}
.desc_tarif{
     float:left;
     width:100%;
     height:auto;
}
.line_tarif{
     float:left;
     width:100%;
     height:auto;
     min-height:60px;
     position:relative;
     border-left:solid 1px #CCC;
     border-right:solid 1px #CCC;
     border-bottom:solid 1px #CCC;
}
.title_categorie_price{
     padding-left:15px;
     display:flex;
     flex-direction: column;
     justify-content: center;
     text-align:left;
     height:50px;
}
.lib_tarif{
     display:flex;
     flex-direction: column;
     justify-content: center;
     text-align:center;
     height:50px;
     font-size:16px;
}
.dim{
     padding:5px 0px;
}
.categorie_tarif{
     background-color:#e6e6e6;
     height:auto;
     min-height:60px!important;
     display:flex;
     flex-direction: column;
     justify-content: center;
     text-align:center;
     font-weight:600;
}
.stage:hover{
     box-shadow:0px 3px 3px #CCC;
     border:solid 1px #86a719!important;
     transition: 3s;
}
/* tarifs */
