PLAQUE TUILES - Couleurs
font-family: 'Arial', sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.container {
text-align: center;
background-color: #ffffff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
max-width: 600px;
width: 100%;
border: 3px solid #e74c3c; /* Red border */
}
.container h1 {
font-size: 24px;
color: #333;
margin-bottom: 20px;
font-weight: bold;
}
.product-details {
font-size: 18px;
color: #555;
margin-bottom: 20px;
}
.product-details p {
margin: 10px 0;
}
.color-options {
font-size: 18px;
color: #333;
font-weight: bold;
margin: 20px 0;
}
.price {
font-size: 20px;
color: #d35400;
font-weight: bold;
margin-bottom: 20px;
}
.highlight {
font-size: 18px;
color: #e74c3c;
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.contact-warning {
font-size: 14px;
color: #777;
margin-top: 20px;
text-align: center;
}


