Nos catalogues

Nos Catalogues
CATALOGUES
BROCHURES
FINITIONS
.td-catalogues-grid { padding: 20px; max-width: 100%; } .td-catalogues-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 30px; text-align: center; color: #333; } .td-catalogue-section { margin-bottom: 50px; } .td-section-title { font-size: 1.2rem; font-weight: 700; color: #666; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid #0073aa; text-transform: uppercase; letter-spacing: 1px; } .td-cards-grid { display: grid; grid-template-columns: 1fr; gap: 20px; } .td-card { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; background: #fff; } .td-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .td-card-link { display: block; position: relative; text-decoration: none; } .td-card img { width: 100%; height: auto; display: block; transition: transform 0.3s ease; } .td-card:hover img { transform: scale(1.05); } .td-card-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 115, 170, 0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; } .td-card:hover .td-card-overlay { opacity: 1; } .td-card-action { color: #fff; font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } @media (min-width: 1000px) { .td-catalogues-grid { padding: 40px; } .td-catalogues-title { font-size: 2.5rem; margin-bottom: 50px; } .td-section-title { font-size: 1.5rem; } .td-cards-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } }








