
#main__content .news_wrapper > div.block_100{
    background-color: #fff;
}
#main__content .news_wrapper .widget-block {
    padding-bottom: .5em;
}
/****** NEWS *********************************/
#main__content .news__content {
    position:       relative;
    padding:        1.5em;
    color:          #888888;
}
#main__content .news__content > div,
#main__content .news__content > header,
#main__content .news__content > aside {
    width:          95%;
    padding-left:   12em;
}


/****** NEWS BLOC OF A NEWS *********************************/
#main__content .news__content .news_wrapper div.widget-block{
    padding-bottom: 1em;
}
#main__content .news_wrapper > .block_100 > .odd {
    background-color: #efefef;
}


/****** ICON SOFTWARE *********************************/
#main__content .news_wrapper .picture{
    position:   absolute;
    top:        1.5em;
    left:       5.3em;
    width:      6.4em;
    height:     6.4em;
    background-size: 100% 100%;
}

/****** INFORMATIONS  (title & date) *********************************/
#main__content .news__content .information {
    padding-bottom: 1em;
}

#main__content .news__content .information h6{
    display:    inline-block;
    width:      auto;
    font-size:  2em;
    color:      #921984;
    padding-bottom: .2em;
}
#main__content .news__content .information h6::after {
    content:    '';
    display:    inline-block;
    width:      .5em;
}

#main__content .news__content .information .date{
    display:    inline-block;
    color:      #404040;
    font-weight: bold;
    font-family: "Lucida Grande";
}

/****** DESCRIPTION (text & picture) *********************************/
#main__content .news__content .description p {
    text-align: justify;
    line-height: 1.2em;
    padding-bottom: 1.5em;
}
#main__content .news__content img {
	max-width: 100%;
}
#main__content .news__content .description a {
    color:  #921984;   
}
.mouse #main__content .news__content .description a:hover {
    text-decoration: underline;
}


#main__content .description .picture-wrapper{
    position:   relative;
    width:      100%;
    text-align: center;
    margin-bottom: 2em;
}

.picture-wrapper img{
    max-width: 100%;
}


/****** SOCIAL NETWORKS *********************************/
#main__content .news__content .social-network{
    position:   relative;
    text-align: center;
    padding:    1.5em;
    padding-left:   5.5em;
}
.social-network:before{
    content:    '';
    display:    block;
    position:   absolute;
    top :       0;
    left:       50%;
    width:      15em;
    height:     1px;
    margin-left: -2.5em;
    background-color: #e4e4e4;
}
.odd .social-network:before{
    background-color: #d7d7d7;
}

.social-network span{
    display:        inline-block;
    font-size:      1.5em;
    padding:        .1em .5em 0 0;
    vertical-align: top;
}
.social-network .links{
    display:        inline-block;
    font-size:      2em;
}
.social-network .links a {
    display:    inline-block;
    height:     1em;
    width:      1em;
    background: #d7d7d7 url('../images/icon-social.svg') no-repeat top left;
    background-size: auto 200%;
}
.social-network .links a.icon-tw {
    background-position: top center;
}
.social-network .links a.icon-email{
    background-position: top right;
}

.mouse .social-network .links a:hover {
    background-color:       #929292;
}
.social-network .links a span {
     display:   none;
}


/* ROLLOVER */
.social-network > span a:hover{
    background-color: #a5a5a5;
}


/****** LOAD MORE / BACK TO ALL NEWS *********************************/
.footer-button, #load-more {
    text-align:     center;
    padding:        2em;
}
.footer-button {
    padding-left:	6em!important;
}
