/** STYLE CSS pour l'affichage l'info en continu widget **/

#infocontinu {

    width: 95%;
    /* padding-bottom: 6%; */
    margin: 0 auto;
    float: unset;
    -webkit-box-shadow: 0 0 0 0.1875rem #f6f6f6;
    -moz-box-shadow: 0 0 0 0.1875rem #f6f6f6;
    box-shadow: 0 0 0 0.1875rem #f6f6f6;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    height: 1%;
}


#infocontinu div.iconInfo{
    text-align: center;
    width: 100%;
    overflow: hidden;
    max-height: 50px;
    padding: 2% 0;
    border-top: 0px solid #833177;
    border-bottom: 5px solid #833177;
    font-family: 'Roboto', sans-serif;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#infocontinu div.iconSvgInfo {
    float: left;
    width: 25%;
}

#infocontinu div.iconSvgInfo svg{
    fill: #833177;
}

#infocontinu div.titleInfo{
    float: left;
    width: 75%;
} 

#infocontinu div.titleInfo p{
    color: #833177 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    flex: 0 0 auto;
    margin: 1%;
}
#firstInfo{
    margin:unset;
    padding-bottom:5%;
}
#firstInfo .mvp-feat5-small-main-img {
    padding-top:10px;
    background-color:#fff;
    max-height:100%;
    margin:0 auto;
    width: 100%;
}
#firstInfo .mvp-feat5-small-main-img img{
    width:100%;
}

#firstInfo .mvp-feat5-small-main-text{
    padding: 5% 4% 0 4%;
    width: 92%;
}

#lastInfo{
    margin-bottom:24px;
}

#lastInfo .mvp-feat1-list-out{
    width:92%;
    padding: 0 4%;
}
