<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sun, 05 Apr 2026 18:04:24 +0200 -->
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[master]]></title>
		<atom:link href="https://zonerouge.grf-studio.fr/syndication/?url=/rss/pages/" rel="self" type="application/rss+xml"/>
		<link>https://zonerouge.grf-studio.fr</link>
		<description><![CDATA[Toutes les pages du site Zone Rouge.]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Zone Rouge Moto , infos]]></title>
                <link>https://zonerouge.grf-studio.fr/pages/?url=/2-infos-zonerouge/3-zone-rouge-moto-infos/</link>
                <guid>https://zonerouge.grf-studio.fr/pages/?url=/2-infos-zonerouge/3-zone-rouge-moto-infos/</guid>
                <description><![CDATA[<!-- START HTML -->

<div style="margin-top: 30px; padding: 20px; background: #1a1a1a; border-radius: 8px; border: 2px solid #d32f2f;">
    <h2 style="color: #d32f2f; text-align: center;">Nous trouver</h2>
    
    <div style="color: #fff; margin: 20px 0;">
        <p style="font-size: 30px;"><strong>Zone Rouge</strong></p>
        <p>ZAE Ganges, Quartier des Broues, Atelier 16<br>
        1 Rue du Thirondel<br>
        34190 Ganges<br>
        France</p>
        <p> Téléphone : <a href="tel:0679661986" style="color: #d32f2f;">06 79 66 19 86</a><br>
         Email : <a href="mailto:zonerouge34@aol.fr" style="color: #d32f2f;">zonerouge34@aol.fr</a></p>
    </div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d718.2469231082006!2d3.714742802829578!3d43.93892836877982!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12b3f7ce301b33c9%3A0xde2f5474ee89ecc1!2sZone%20rouge!5e0!3m2!1sfr!2sfr!4v1769681534681!5m2!1sfr!2sfr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>

<!-- END HTML --><br />
<br />
<!-- START HTML -->

<div class="horaires-container" style="padding: 20px; background: #1a1a1a; border-radius: 8px; border: 2px solid #d32f2f;">
    <h2 style="color: #d32f2f; text-align: center;">Horaires d'ouverture</h2>
    
    <div id="status" style="text-align: center; margin: 20px 0;">
        <span id="status-text" style="font-size: 24px; font-weight: bold; padding: 10px 30px; border-radius: 5px;"></span>
    </div>
    
    <table style="width: 100%; color: #fff;">
        <tr><td><strong>Lundi</strong></td><td>09h00 - 12h00 | 14h00 - 18h00</td></tr>
        <tr><td><strong>Mardi</strong></td><td>09h00 - 12h00 | 14h00 - 18h00</td></tr>
        <tr><td><strong>Mercredi</strong></td><td>09h00 - 12h00 | 14h00 - 18h00</td></tr>
        <tr><td><strong>Jeudi</strong></td><td>09h00 - 12h00 | 14h00 - 18h00</td></tr>
        <tr><td><strong>Vendredi</strong></td><td>09h00 - 12h00 | 14h00 - 18h00</td></tr>
        <tr><td><strong>Samedi</strong></td><td style="color: #d32f2f;">Fermé</td></tr>
        <tr><td><strong>Dimanche</strong></td><td style="color: #d32f2f;">Fermé</td></tr>
    </table>
</div>
<script>
const horaires = {
    1: [{start: "09:00", end: "12:00"}, {start: "14:00", end: "18:00"}],
    2: [{start: "09:00", end: "12:00"}, {start: "14:00", end: "18:00"}],
    3: [{start: "09:00", end: "12:00"}, {start: "14:00", end: "18:00"}],
    4: [{start: "09:00", end: "12:00"}, {start: "14:00", end: "18:00"}],
    5: [{start: "09:00", end: "12:00"}, {start: "14:00", end: "18:00"}],
    6: [],
    0: []
};
function checkStatus() {
    const now = new Date();
    const day = now.getDay();
    const time = now.getHours() * 60 + now.getMinutes();
    
    const statusElement = document.getElementById('status-text');
    const daySchedule = horaires[day];
    
    let isOpen = false;
    
    if (daySchedule && daySchedule.length > 0) {
        for (let slot of daySchedule) {
            const [startH, startM] = slot.start.split(':').map(Number);
            const [endH, endM] = slot.end.split(':').map(Number);
            const startTime = startH * 60 + startM;
            const endTime = endH * 60 + endM;
            
            if (time >= startTime && time < endTime) {
                isOpen = true;
                break;
            }
        }
    }
    
    if (isOpen) {
        statusElement.textContent = 'OUVERT';
        statusElement.style.background = '#2e7d32';
        statusElement.style.color = '#fff';
    } else {
        statusElement.textContent = 'FERME';
        statusElement.style.background = '#d32f2f';
        statusElement.style.color = '#fff';
    }
}
checkStatus();
setInterval(checkStatus, 60000);
</script>

<!-- END HTML -->]]></description>
                <pubDate>Wed, 28 Jan 2026 21:50:00 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
