h1 {
font-size: 28px;
text-align: center;
color: var(--white);
}
.tarifs-page {
max-width: 1260px;
margin: 0 auto;
padding: 100px 20px;
}
.tarifs-header {
background: linear-gradient(135deg, var(--noir) 0%, var(--gris) 100%);
color: var(--white);
padding: 30px;
border-radius: 6px;
text-align: center;
margin-bottom: 30px;
}
.tarifs-header h1 {
margin-bottom: 15px;
padding-bottom: 0;
}
.tarifs-header p {
opacity: 0.95;
}
.info-importante {
background: #fff3cd;
border-left: 4px solid #ffc107;
padding: 20px;
margin: 25px 0;
border-radius: 6px;
text-align: left;
}
.info-importante strong {
color: #856404;
}
.forfaits-populaires {
background: var(--white);
padding: 30px;
border-radius: 6px;
margin: 30px 0;
box-shadow: 1px 2px 1px lightgrey;
}
.forfaits-populaires h2 {
color: var(--color2);
margin-bottom: 20px;
padding-bottom: 0;
text-align: center;
}
.forfaits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 25px 0;
}
.forfait-card {
background: var(--carte);
padding: 20px;
border-radius: 6px;
text-align: center;
}
.forfait-name {
color: var(--color2);
font-weight: 600;
margin-bottom: 10px;
}
.forfait-price {
font-weight: bold;
color: var(--color);
margin-bottom: 5px;
}
.category-section {
background: var(--white);
padding: 25px;
border-radius: 6px;
margin: 25px 0;
box-shadow: 1px 2px 1px lightgrey;
text-align: left;
}
.category-section h3 {
color: var(--color2);
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid var(--carte);
}
.tarifs-table {
width: 100%;
border-collapse: collapse;
}
.tarifs-table tr {
border-bottom: 1px solid var(--border);
}
.tarifs-table td {
padding: 12px 0;
vertical-align: top;
}
.service-name {
color: var(--noir);
font-weight: 500;
}
.service-price {
color: var(--color2);
font-weight: 600;
white-space: nowrap;
}
.special-price {
background: #e8f5e8;
color: #2e7d32;
padding: 2px 6px;
border-radius: 3px;
}
.cta-section {
background: var(--color);
margin: 0 auto;
color: white;
padding: 30px;
border-radius: 6px;
text-align: center;
margin: 40px 0;
}
.cta-section h2 {
margin-bottom: 15px;
color: white;
padding-bottom: 0;
}
.cta-section p {
margin-bottom: 20px;
opacity: 0.95;
}
.cardPosition {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1260px;
margin: 0 auto;
}
.imagesFull {
width: 100%;
max-width: 400px;
height: 100%;
max-height: 400px;
border-radius: 6px;
transition: all 0.2s ease-in-out;
box-shadow: 1px 2px 1px lightgrey;
border: 1px solid var(--border);
object-fit: cover;
}
.carteImg {
margin: 0 auto;
}