Ligue des Champions CAF : Le programme complet du week-end
par
Kelly Akoesso
·
22 décembre 2018

Les 16e de finale retour de la Ligue Africaine des Champions sont au programme ce wwek-end sur le continent noir. Dans une position favorable après sa belle victoire (2-0) contre le Jaraaf de Dakar, le Wydad Casablanca se montre tranquille. C’est le même cas de figure qui se voit du côté du TP Mazembe qui a dominé (1-0) Zesco.
Samedi
Mamelodi Sundowns (AFS)-Al Ahly Benghazi (LBY) (0-0)
Platinum (ZIM)-AS Otoho (CGO) (1-1)
Vipers (OUG)-CS Constantine (ALG) (0-1)
ZESCO United (ZAM)-TP Mazembe (RDC) (0-1)
African Stars (NAM)-Orlando Pirates (AFS) (0-0)
Lobi Stars (NGA)-Gor Mahia (KEN) (1-3)
Coton Sport (CAM)-Ismaïly (EGY) (0-2)
Jaraaf (SEN)-WAC Casablanca (MAR) (0-2)
Dimanche
Jimma Kenema (ETH)-Al-Ahly (EGY) (0-2)
Simba SC (TAN)-Nkana FC (ZAM) (1-2)
Bantu (LES)-AS Vita Club (RDC) (1-4)
Ittihad Tanger (MAR)-JS Saoura (ALG) (0-2)
ASEC Mimosas (CIV)-Stade Malien (MLI) (1-0)
Al-Hilal (SOU)-Club Africain (TUN) (1-3)
Horoya (GUI)-Al-Nasr Benghazi (LBY) (0-3)
Exemptée : Espérance Tunis
Articles similaires
',
enableHover: false,
enableTracking: true,
buttons: { twitter: {via: ''}},
click: function(api, options){
api.simulateClick();
api.openPopup('twitter');
}
});
$('#facebook').sharrre({
share: {
facebook: true
},
template: '
',
enableHover: false,
enableTracking: true,
buttons:{layout: 'box_count'},
click: function(api, options){
api.simulateClick();
api.openPopup('facebook');
}
});
// Scrollable sharrre bar, contributed by Erik Frye. Awesome!
var $_shareContainer = $(".sharrre-container"),
$_header = $('#header'),
$_postEntry = $('.entry'),
$window = $(window),
startSharePosition = $_shareContainer.offset(),//object
contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(),
topOfTemplate = $_header.offset().top,
topSpacing = _setTopSpacing();
//triggered on scroll
shareScroll = function(){
var scrollTop = $window.scrollTop() + topOfTemplate,
stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing);
$_shareContainer.css({position : 'fixed'});
if( scrollTop > stopLocation ){
$_shareContainer.css( { position:'relative' } );
$_shareContainer.offset(
{
top: contentBottom - $_shareContainer.outerHeight(),
left: startSharePosition.left,
}
);
}
else if (scrollTop >= $_postEntry.offset().top - topSpacing){
$_shareContainer.css( { position:'fixed',top: '100px' } );
$_shareContainer.offset(
{
//top: scrollTop + topSpacing,
left: startSharePosition.left,
}
);
} else if (scrollTop 1024 ) {
topSpacing = distanceFromTop + $('.nav-wrap').outerHeight();
} else {
topSpacing = distanceFromTop;
}
return topSpacing;
}
//setup event listeners
$window.scroll( _.throttle( function() {
if ( $window.width() > 719 ) {
shareScroll();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
$window.resize( _.debounce( function() {
if ( $window.width() > 719 ) {
shareMove();
} else {
$_shareContainer.css({
top:'',
left:'',
position:''
})
}
}, 50 ) );
});