أكادير24
ذكرت مصادر محلية، أن السلطات المحلية بالملحقة الادارية رياض السلام، قامت صباح اليوم الجمعة، بمنع فنانة مشهورة “شيخة” من احداث باب إضافي بطريقة غير قانونية بشقتها بديور السعادة بمراكش.
وانتقلت عناصر السلطة المحلية وعناصر القوات المساعدة إلى عين المكان بعد توصلها باخبارية في الموضوع حيث تم ايقاف الاشغال العشوائية وإعادة الحالة كما كانت عليها.
كما تم تحرير محضر قانوني من طرف اعوان السلطة مع التزام “الشيخة” بعدم القيام بالأشغال خارج المساطير القانونية.
واضطر عمال البناء للتوقف عن فتح الباب الإضافي بشقة “الشيخة” واعادة بناء الحائط الذي تم هدمه بدون رخصة ادارية.
function handleSidebarAd(){
const sidebarAd=document.getElementById('sidebar-ad');
if(!sidebarAd) return;
const overlapping=[
document.querySelector('.sticky-header'),
document.querySelector('.floating-elements'),
document.querySelector('.fixed-bottom-bar')
].filter(Boolean);
if(overlapping.length===0) return;
sidebarAd.style.position='sticky';
sidebarAd.style.top='20px';
sidebarAd.style.zIndex='99';
sidebarAd.style.transition='all .3s ease';
const io=new IntersectionObserver((entries)=>{
entries.forEach(entry=>{
if(entry.isIntersecting){
sidebarAd.style.opacity='0';
sidebarAd.style.pointerEvents='none';
sidebarAd.style.transform='translateY(20px)';
}else{
sidebarAd.style.opacity='1';
sidebarAd.style.pointerEvents='auto';
sidebarAd.style.transform='translateY(0)';
}
})
},{threshold:.1,rootMargin:'0px 0px -50px 0px'});
overlapping.forEach(el=>io.observe(el));
}function lazyLoadAds(){
const containers=document.querySelectorAll('.ad-container:not(.loaded),.in-content-ad:not(.loaded),.end-of-content-ad:not(.loaded)');
const io=new IntersectionObserver((entries,obs)=>{
entries.forEach(entry=>{
if(entry.isIntersecting){
const box=entry.target;
box.classList.add('loaded');
const ins=box.querySelector('ins.adsbygoogle');
if(ins && typeof window.adsbygoogle!=='undefined'){
(adsbygoogle=window.adsbygoogle||[]).push({});
}
obs.unobserve(box);
}
})
},{rootMargin:'200px 0px',threshold:.1});
containers.forEach(c=>io.observe(c));
}document.addEventListener('DOMContentLoaded',function(){
// دفع أولي للإعلانات الظاهرة فورًا
document.querySelectorAll('.ad-container.ad-leaderboard .adsbygoogle,#sidebar-ad .adsbygoogle').forEach(el=>{
if(typeof window.adsbygoogle!=='undefined'){(adsbygoogle=window.adsbygoogle||[]).push({});}
});
handleSidebarAd();
lazyLoadAds();
window.addEventListener('scroll',lazyLoadAds);
});
التعاليق (0)