/*-----Social Wall----*/
#social-stream{
	/*padding:15px 0 15px 20px;*/
    padding:15px 0;
}
#social-stream .stream li .socicon{
    bottom:7px;
}
.dcsns-toolbar{
    margin-bottom:1rem;
}
[class^="socicon-"]:before,
[class*=" socicon-"]:before {
    font-family: "FontAwesome" !important;
    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
         -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
             transition: all 0.5s ease;
}
.dcsns-toolbar a.link-all{
    text-indent: -50000px;
    display: block !important;
    position: relative;
    width:32px;
    height:28px;
}
.dcsns-toolbar a.link-all::before{
    content:'\f009';
    font-family:'FontAwesome';
    text-indent: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 1.2rem;
}
.socicon-facebook:before {
    content: "\f09a";
}
.socicon-twitter:before {
    content: "\f099";
}
.socicon-instagram:before {
    content: "\f16d";
}
.socicon-youtube:before {
    content: "\f16a";
}
.socicon-pinterest:before {
    content: "\f231";
}
.dcsns-toolbar .filter .link-all {
    height:28px;
    font-size:0.85rem;
}
.modern.light .stream li, .modern.light .stream li .section-intro a, .modern.light .stream li .section-intro span,
.modern.light .stream li .socicon{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
         transition: all 0.5s ease;
}
.stream li{
    border:1px solid #ECECEC;
    font-size:13px;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
}
.modern .stream li{
    width:285px !important;
    margin:5px !important;
}
.stream li a:hover{
    color:#111 !important;
}
.dcsns-toolbar,
.dcsns-toolbar .filter li a{
    background-color:#ccc !important;
    font-weight:inherit;
}
.modern .stream li .socicon{
	bottom:15px;
}
.dcsns-toolbar .filter li a:hover .socicon:before{
    color:rgba(255,255,255,0.2);
}
.stream li .section-text{
    font-size:12px;
}
.modern .stream li .section-intro a.link-intro{
	display:block;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-indent: -50000px;
}
.modern .stream li .section-intro > span{
	/*display:none;*/
	color:#AAAAAA !important;
}
.test .modern .stream li .section-intro > span{
	display:inherit;
}
.dcsns-toolbar{
	display:none !important;
}
.modern.light .stream li .socicon-facebook:before {
	color: #4267B2;
}
.titre_facebook::before{
	content:'\f082';
	font-family: 'FontAwesome';
	color:#4267B2;
}
/*---Limiter la hauteur des textes---*/
/*.section-text{
    height: 100px;
    line-height: 20px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
}*/
@media only screen and (max-width: 992px) {
    .modern .stream li{
        width:48% !important;
        margin:5px !important;
    }
}

@media only screen and (max-width: 600px) {
    .modern .stream li{
        width:100% !important;
        margin:5px 0 !important;
    }
}