
div.entete {
    background-position:center !important;
    background-size: cover !important;
    width:100%;
    height:250px;
    border-radius:6px;
    margin-bottom:25px;
}
div.entete div.entete-gradient {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 100%);
    z-index:9999;
    width:100%;
    height:100%;
    border-radius:6px;
    padding-left:25px;
}
div.entete h1 {
    font-family: 'DIN Next LT Pro';
    font-size: 30px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFF;
    padding-top:160px !important;
    margin-bottom: 10px !important;
}
div.entete p.date, div.entete p.adresse {
    font-size: 13px;
    line-height: 21px;
    padding-top: 0;
    margin: 0;
    color: #FFF;
}

div.panel-gauche {
    padding-right:35px;
}














div.panel-gauche ul li i {
    width:20px;
}
.panel-gauche span.label {
    line-height: 32px;
}

div.entete span.label {
    position: absolute;
    bottom: 20px;
    right: 15px;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: transparent !important;
    margin: 0px 10px 12px 0;
    padding: 3px 4px 2px 4px;
    font-size: 12px;
}

.fa-square-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

@media (max-width: 767px){
    div.panel-gauche {
        padding-right:0px !important;
    }
    div.entete h1 {
        padding-top:140px !important;
        max-width:420px;
        /*overflow: hidden;*/
        height: 180px;
        font-size: 24px;
    }
    div.entete div.entete-gradient {

        padding-left: 10px;
    }
}
