h1.bigTitle{font-size:2em;margin:40px 0px;color:#656565;text-align: center;}
/*
#globalContainer.sw_viewTheme{background: url(/partners/salesforce/statics/img/bgMap.png) repeat-y;}
*/
.sw_viewTheme .article{background: #fff;}
 .article .visual{width:100%;padding-top:94%;background-color: #eee;overflow:hidden;}
 .visual .linkOverVisual{position:absolute;top:0px;left:0px;width:100%;height:100%;}
.sw_viewTheme .articleDossier .visual{padding-top:107%;margin-bottom:20px;}
.sw_viewTheme .article .visual:before{content:" ";}
.sw_viewTheme h3{width: 96%; left:2%;right:2%;}
.sw_viewTheme .article{width:31.33%;float:left;margin-right:2%;margin-bottom:40px;}

.sw_viewTheme  .article .titraille .chapo{font-size:0.8em;}
.sw_viewTheme  .article .titraille .chapo {color:#656565;}
.sw_viewTheme .authorUp {color:#fff;font-size:0.8em;min-height:58px;}
.sw_viewTheme .authorUp strong, .sw_viewTheme .authorDown strong{color:#fff;font-size:1em;}
.sw_viewTheme .authorUp{background:#7a7a93;padding:10px;margin-bottom:20px;margin-top:-2px;}
.sw_viewTheme .authorDown{font-size:0.8em;display:none;}
.sw_viewTheme h3{margin-bottom:20px;font-size:1em;line-height:1.15em;color: #2a9ae9;;}
.sw_viewTheme h3 a{color: #2a9ae9;}
.sw_viewTheme .article .visual img{position:absolute;width:100%;top:0px;bottom:0px;}
.sw_viewTheme .article:hover .visual .backgroundBlueShadow{
    -webkit-animation: fadeOut 0.5s ease-out;
    -moz-animation: fadeOut 0.5s ease-out;
    -o-animation: fadeOut 0.5s ease-out;
    animation: fadeOut 0.5s ease-out;
    opacity: 0;

}


@media screen and (max-width:900px) {
    .sw_viewTheme  .article {width:100%;clear: both;margin-top:20px;margin-left:0px;}
    .sw_viewTheme .article h3{padding:0%;width:100%;left:0%;}
    .sw_viewTheme  .article .titraille{width:73%;float:left;position:relative;}
    .sw_viewTheme  .article .titraille .chapo {display:block;}
    .sw_viewTheme  .article .visual{width:25%;float:right;padding-top:23%;margin-left:2%;margin-right:0%;}
    .sw_viewTheme  .article .authorUp{display:none;}
    .sw_viewTheme  .article .authorDown {display:block;color:#656565 !important}
     .sw_viewTheme  .article  .authorDown * {color:#656565 !important;}
    .sw_viewTheme  .article .authorDown{margin-bottom:20px;}
}
@media screen and (max-width:550px) {
    .sw_viewTheme .article{margin-bottom:20px;}
    .sw_viewTheme  .article .article .authorDown{margin-bottom:10px;}
    .sw_viewTheme h3 {  margin-bottom:10px;}
    .sw_viewTheme  .article.article .titraille .chapo{display:none;}
    h1{margin:20px 0px;}
    .sw_viewTheme .article .authorDown {
        margin-bottom: 0px;
    }
}