.live_item{
    /*
    border-style:solid;
    border-color:#FF0000;
    border-width:1px;*/

    width:100%;
    max-width: 610px;
}
.live-loading-icon{
    width:30px;
    height:40px;
    padding-bottom:10px;
}
.entete-live{
    min-height: 70vh;
    display: block;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #222;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100% !important;
    margin-bottom: 2px !important;
}
.hrlive{
    border:0px;
    border-top-style:dashed;
    border-top-color: #CCCCCC;
    border-top-width:thin;
    padding-bottom:20px;
}
.titlelive{
    font-weight: bold;
    font-size: 1.5em;

}