<?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>confetto Rosa &#8211; La selection CBK</title>
	<atom:link href="https://laselectioncbk.com/product-category/marrazi/confetto-rosa/feed/" rel="self" type="application/rss+xml" />
	<link>https://laselectioncbk.com</link>
	<description>La selection CBK</description>
	<lastBuildDate>Wed, 18 Mar 2026 16:17:14 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

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

					<description><![CDATA[&#160;

<style>
        * {<br />
            margin: 0;<br />
            padding: 0;<br />
            box-sizing: border-box;<br />
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;<br />
        }</p>
<p>        body {<br />
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);<br />
            min-height: 100vh;<br />
            display: flex;<br />
            flex-direction: column;<br />
            align-items: center;<br />
            justify-content: center;<br />
            padding: 20px;<br />
        }</p>
<p>        .container {<br />
            max-width: 800px;<br />
            width: 100%;<br />
            background: white;<br />
            border-radius: 12px;<br />
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);<br />
            overflow: hidden;<br />
        }</p>
<p>        .header {<br />
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);<br />
            color: white;<br />
            padding: 25px;<br />
            text-align: center;<br />
        }</p>
<p>        .header h1 {<br />
            font-size: 32px;<br />
            margin-bottom: 5px;<br />
            font-weight: 700;<br />
        }</p>
<p>        .header p {<br />
            opacity: 0.9;<br />
            font-size: 18px;<br />
        }</p>
<p>        .product-table {<br />
            width: 100%;<br />
            border-collapse: collapse;<br />
        }</p>
<p>        .product-table tr {<br />
            border-bottom: 1px solid #e0e0e0;<br />
        }</p>
<p>        .product-table tr:last-child {<br />
            border-bottom: none;<br />
        }</p>
<p>        .product-table th {<br />
            background-color: #34495e;<br />
            color: white;<br />
            font-weight: 600;<br />
            text-align: left;<br />
            padding: 18px 25px;<br />
            width: 35%;<br />
            font-size: 17px;<br />
        }</p>
<p>        .product-table td {<br />
            padding: 18px 25px;<br />
            color: #2c3e50;<br />
            font-size: 17px;<br />
        }</p>
<p>        .product-table tr:nth-child(even) {<br />
            background-color: #f8f9fa;<br />
        }</p>
<p>        .product-table tr:hover {<br />
            background-color: #eceff1;<br />
            transition: background-color 0.3s;<br />
        }</p>
<p>        .icon-cell {<br />
            font-size: 20px;<br />
            color: #34495e;<br />
            margin-right: 12px;<br />
            width: 28px;<br />
            display: inline-block;<br />
            text-align: center;<br />
        }</p>
<p>        .color-sample {<br />
            display: inline-block;<br />
            width: 20px;<br />
            height: 20px;<br />
            border-radius: 4px;<br />
            background-color: #000000;<br />
            margin-right: 10px;<br />
            vertical-align: middle;<br />
            border: 1px solid #e0e0e0;<br />
        }</p>
<p>        .product-code {<br />
            font-family: 'Courier New', monospace;<br />
            background-color: #f5f7fa;<br />
            padding: 5px 10px;<br />
            border-radius: 4px;<br />
            border: 1px solid #e0e0e0;<br />
        }</p>
<p>        @media (max-width: 768px) {<br />
            .product-table th,<br />
            .product-table td {<br />
                padding: 15px 20px;<br />
                font-size: 15px;<br />
            }</p>
<p>            .header h1 {<br />
                font-size: 26px;<br />
            }</p>
<p>            .header p {<br />
                font-size: 16px;<br />
            }<br />
        }</p>
<p>        @media (max-width: 480px) {<br />
            .product-table th,<br />
            .product-table td {<br />
                padding: 12px 15px;<br />
                display: block;<br />
                width: 100%;<br />
            }</p>
<p>            .product-table th {<br />
                background-color: #2c3e50;<br />
                border-bottom: 1px solid #1a2530;<br />
                text-align: center;<br />
            }</p>
<p>            .product-table tr {<br />
                border-bottom: 2px solid #ccc;<br />
            }</p>
<p>            .icon-cell {<br />
                margin-right: 8px;<br />
            }</p>
<p>            .header {<br />
                padding: 20px 15px;<br />
            }</p>
<p>            .header h1 {<br />
                font-size: 24px;<br />
            }<br />
        }<br />
    </style>

&#160;
<div class="container">
<div class="header">
<h1><i class="fas fa-tag"></i> Marazzi CONFETTO</h1>
Carrelage de qualité supérieure

</div>
<table class="product-table">
<tbody>
<tr>
<th><i class="fas fa-tags"></i>Prix</th>
<td>Sur demande</td>
</tr>
<tr>
<th><i class="fas fa-cube"></i>Produit</th>
<td>Marazzi CONFETTO</td>
</tr>
<tr>
<th><i class="fas fa-palette"></i>Couleur et style</th>
<td>NERO</td>
</tr>
<tr>
<th><i class="fas fa-ruler-combined"></i>Format</th>
<td>10x10 cm</td>
</tr>
<tr>
<th><i class="fas fa-sparkles"></i>Surface</th>
<td>Matte</td>
</tr>
<tr>
<th><i class="fas fa-crop-alt"></i>Rectifié</th>
<td>Non</td>
</tr>
<tr>
<th><i class="fas fa-barcode"></i>Code</th>
<td><span class="product-code">MDSK</span></td>
</tr>
</tbody>
</table>
</div>
&#160;]]></description>
										<content:encoded><![CDATA[&#160;

<style>
        * {<br />
            margin: 0;<br />
            padding: 0;<br />
            box-sizing: border-box;<br />
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;<br />
        }</p>
<p>        body {<br />
            background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);<br />
            min-height: 100vh;<br />
            display: flex;<br />
            flex-direction: column;<br />
            align-items: center;<br />
            justify-content: center;<br />
            padding: 20px;<br />
        }</p>
<p>        .container {<br />
            max-width: 800px;<br />
            width: 100%;<br />
            background: white;<br />
            border-radius: 12px;<br />
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);<br />
            overflow: hidden;<br />
        }</p>
<p>        .header {<br />
            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);<br />
            color: white;<br />
            padding: 25px;<br />
            text-align: center;<br />
        }</p>
<p>        .header h1 {<br />
            font-size: 32px;<br />
            margin-bottom: 5px;<br />
            font-weight: 700;<br />
        }</p>
<p>        .header p {<br />
            opacity: 0.9;<br />
            font-size: 18px;<br />
        }</p>
<p>        .product-table {<br />
            width: 100%;<br />
            border-collapse: collapse;<br />
        }</p>
<p>        .product-table tr {<br />
            border-bottom: 1px solid #e0e0e0;<br />
        }</p>
<p>        .product-table tr:last-child {<br />
            border-bottom: none;<br />
        }</p>
<p>        .product-table th {<br />
            background-color: #34495e;<br />
            color: white;<br />
            font-weight: 600;<br />
            text-align: left;<br />
            padding: 18px 25px;<br />
            width: 35%;<br />
            font-size: 17px;<br />
        }</p>
<p>        .product-table td {<br />
            padding: 18px 25px;<br />
            color: #2c3e50;<br />
            font-size: 17px;<br />
        }</p>
<p>        .product-table tr:nth-child(even) {<br />
            background-color: #f8f9fa;<br />
        }</p>
<p>        .product-table tr:hover {<br />
            background-color: #eceff1;<br />
            transition: background-color 0.3s;<br />
        }</p>
<p>        .icon-cell {<br />
            font-size: 20px;<br />
            color: #34495e;<br />
            margin-right: 12px;<br />
            width: 28px;<br />
            display: inline-block;<br />
            text-align: center;<br />
        }</p>
<p>        .color-sample {<br />
            display: inline-block;<br />
            width: 20px;<br />
            height: 20px;<br />
            border-radius: 4px;<br />
            background-color: #000000;<br />
            margin-right: 10px;<br />
            vertical-align: middle;<br />
            border: 1px solid #e0e0e0;<br />
        }</p>
<p>        .product-code {<br />
            font-family: 'Courier New', monospace;<br />
            background-color: #f5f7fa;<br />
            padding: 5px 10px;<br />
            border-radius: 4px;<br />
            border: 1px solid #e0e0e0;<br />
        }</p>
<p>        @media (max-width: 768px) {<br />
            .product-table th,<br />
            .product-table td {<br />
                padding: 15px 20px;<br />
                font-size: 15px;<br />
            }</p>
<p>            .header h1 {<br />
                font-size: 26px;<br />
            }</p>
<p>            .header p {<br />
                font-size: 16px;<br />
            }<br />
        }</p>
<p>        @media (max-width: 480px) {<br />
            .product-table th,<br />
            .product-table td {<br />
                padding: 12px 15px;<br />
                display: block;<br />
                width: 100%;<br />
            }</p>
<p>            .product-table th {<br />
                background-color: #2c3e50;<br />
                border-bottom: 1px solid #1a2530;<br />
                text-align: center;<br />
            }</p>
<p>            .product-table tr {<br />
                border-bottom: 2px solid #ccc;<br />
            }</p>
<p>            .icon-cell {<br />
                margin-right: 8px;<br />
            }</p>
<p>            .header {<br />
                padding: 20px 15px;<br />
            }</p>
<p>            .header h1 {<br />
                font-size: 24px;<br />
            }<br />
        }<br />
    </style>

&#160;
<div class="container">
<div class="header">
<h1><i class="fas fa-tag"></i> Marazzi CONFETTO</h1>
Carrelage de qualité supérieure

</div>
<table class="product-table">
<tbody>
<tr>
<th><i class="fas fa-tags"></i>Prix</th>
<td>Sur demande</td>
</tr>
<tr>
<th><i class="fas fa-cube"></i>Produit</th>
<td>Marazzi CONFETTO</td>
</tr>
<tr>
<th><i class="fas fa-palette"></i>Couleur et style</th>
<td>NERO</td>
</tr>
<tr>
<th><i class="fas fa-ruler-combined"></i>Format</th>
<td>10x10 cm</td>
</tr>
<tr>
<th><i class="fas fa-sparkles"></i>Surface</th>
<td>Matte</td>
</tr>
<tr>
<th><i class="fas fa-crop-alt"></i>Rectifié</th>
<td>Non</td>
</tr>
<tr>
<th><i class="fas fa-barcode"></i>Code</th>
<td><span class="product-code">MDSK</span></td>
</tr>
</tbody>
</table>
</div>
&#160;]]></content:encoded>
					
					<wfw:commentRss>https://laselectioncbk.com/product/confetto-rosa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
