<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Soller &#8211; La selection CBK</title>
	<atom:link href="https://laselectioncbk.com/product-category/ecoceramic/soller/feed/" rel="self" type="application/rss+xml" />
	<link>https://laselectioncbk.com</link>
	<description>La selection CBK</description>
	<lastBuildDate>Sat, 23 Aug 2025 00:38:32 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://laselectioncbk.com/wp-content/uploads/2025/04/cropped-327268930_1435785943896229_6316365309139855421_n-32x32.jpg</url>
	<title>Soller &#8211; La selection CBK</title>
	<link>https://laselectioncbk.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Soller</title>
		<link>https://laselectioncbk.com/product/soller/</link>
					<comments>https://laselectioncbk.com/product/soller/#respond</comments>
		
		<dc:creator><![CDATA[mahdi 26518017]]></dc:creator>
		<pubDate>Fri, 22 Aug 2025 17:06:51 +0000</pubDate>
				<guid isPermaLink="false">https://laselectioncbk.com/?post_type=product&#038;p=2281</guid>

					<description><![CDATA[<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Informations de Stock</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .container {
            max-width: 1000px;
            width: 100%;
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .header {
            background: #2c3e50;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 28px;
            margin-bottom: 5px;
        }
        
        .header p {
            opacity: 0.8;
        }
        
        .table-container {
            overflow-x: auto;
        }
        
        .stock-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .stock-table th, .stock-table td {
            padding: 18px 20px;
            text-align: center;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .stock-table th {
            background-color: #3498db;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
        }
        
        .stock-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .stock-table tr:hover {
            background-color: #e8f4fc;
            transition: background-color 0.3s;
        }
        
        .value-cell {
            font-weight: 600;
            color: #2c3e50;
            font-size: 18px;
        }
        
        .unit-cell {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .icon-cell {
            font-size: 22px;
            color: #3498db;
            margin-bottom: 8px;
        }
        
        @media (max-width: 768px) {
            .stock-table th, .stock-table td {
                padding: 14px 16px;
            }
            
            .header h1 {
                font-size: 22px;
            }
            
            .value-cell {
                font-size: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .stock-table th, .stock-table td {
                padding: 12px 14px;
                font-size: 14px;
            }
            
            .icon-cell {
                font-size: 18px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h1><i class="fas fa-boxes"></i> Informations de Stock</h1>
            <p>Détails complets sur les unités et les mesures</p>
        </div>
        
        <div class="table-container">
            <table class="stock-table">
                <thead>
                    <tr>
                        <th><div class="icon-cell"><i class="fas fa-boxes"></i></div>Stock</th>
                        <th><div class="icon-cell"><i class="fas fa-tag"></i></div>Unité</th>
                        <th><div class="icon-cell"><i class="fas fa-box-open"></i></div>Pièces de boîte</th>
                        <th><div class="icon-cell"><i class="fas fa-ruler-combined"></i></div>Compteurs à caisson</th>
                        <th><div class="icon-cell"><i class="fas fa-weight-hanging"></i></div>Poids de la boîte</th>
                        <th><div class="icon-cell"><i class="fas fa-pallet"></i></div>Boîtes par palette</th>
                        <th><div class="icon-cell"><i class="fas fa-weight"></i></div>Poids de la palette</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td class="value-cell">968.76 <span class="unit-cell">M²</span></td>
                        <td class="value-cell">M²</td>
                        <td class="value-cell">6</td>
                        <td class="value-cell">1.08 <span class="unit-cell">M</span></td>
                        <td class="value-cell">23.6 <span class="unit-cell">kg</span></td>
                        <td class="value-cell">48</td>
                        <td class="value-cell">1152.8 <span class="unit-cell">kg</span></td>
                    </tr>
                </tbody>
            </table>
        </div>
    </div>
</body>
</html>]]></description>
										<content:encoded><![CDATA[<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Informations de Stock</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .container {
            max-width: 1000px;
            width: 100%;
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .header {
            background: #2c3e50;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 28px;
            margin-bottom: 5px;
        }
        
        .header p {
            opacity: 0.8;
        }
        
        .table-container {
            overflow-x: auto;
        }
        
        .stock-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .stock-table th, .stock-table td {
            padding: 18px 20px;
            text-align: center;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .stock-table th {
            background-color: #3498db;
            color: white;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
        }
        
        .stock-table tr:nth-child(even) {
            background-color: #f8f9fa;
        }
        
        .stock-table tr:hover {
            background-color: #e8f4fc;
            transition: background-color 0.3s;
        }
        
        .value-cell {
            font-weight: 600;
            color: #2c3e50;
            font-size: 18px;
        }
        
        .unit-cell {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .icon-cell {
            font-size: 22px;
            color: #3498db;
            margin-bottom: 8px;
        }
        
        @media (max-width: 768px) {
            .stock-table th, .stock-table td {
                padding: 14px 16px;
            }
            
            .header h1 {
                font-size: 22px;
            }
            
            .value-cell {
                font-size: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .stock-table th, .stock-table td {
                padding: 12px 14px;
                font-size: 14px;
            }
            
            .icon-cell {
                font-size: 18px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h1><i class="fas fa-boxes"></i> Informations de Stock</h1>
            <p>Détails complets sur les unités et les mesures</p>
        </div>
        
        <div class="table-container">
            <table class="stock-table">
                <thead>
                    <tr>
                        <th><div class="icon-cell"><i class="fas fa-boxes"></i></div>Stock</th>
                        <th><div class="icon-cell"><i class="fas fa-tag"></i></div>Unité</th>
                        <th><div class="icon-cell"><i class="fas fa-box-open"></i></div>Pièces de boîte</th>
                        <th><div class="icon-cell"><i class="fas fa-ruler-combined"></i></div>Compteurs à caisson</th>
                        <th><div class="icon-cell"><i class="fas fa-weight-hanging"></i></div>Poids de la boîte</th>
                        <th><div class="icon-cell"><i class="fas fa-pallet"></i></div>Boîtes par palette</th>
                        <th><div class="icon-cell"><i class="fas fa-weight"></i></div>Poids de la palette</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td class="value-cell">968.76 <span class="unit-cell">M²</span></td>
                        <td class="value-cell">M²</td>
                        <td class="value-cell">6</td>
                        <td class="value-cell">1.08 <span class="unit-cell">M</span></td>
                        <td class="value-cell">23.6 <span class="unit-cell">kg</span></td>
                        <td class="value-cell">48</td>
                        <td class="value-cell">1152.8 <span class="unit-cell">kg</span></td>
                    </tr>
                </tbody>
            </table>
        </div>
    </div>
</body>
</html>]]></content:encoded>
					
					<wfw:commentRss>https://laselectioncbk.com/product/soller/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
