.petitesCartes{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.liste h1{margin-top:0}.petiteCarte,.petiteCarte a{display:flex;flex-direction:column;padding:20px}.petiteCarte{flex:1 1 250px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);background-color:#fff;transition:transform .2s,box-shadow .2s}.offresAccueil{padding-top:50px;padding-bottom:100px}.offresAccueil :nth-child(2){padding-bottom:20px}.petiteCarte:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.petiteCarte .titreOffre{font-size:1.1rem;margin-bottom:8px;color:var(--titreDeux);font-weight:600}.petiteCarte .entreprise{font-weight:600}.petiteCarte span{font-size:14px;color:#666;margin-bottom:4px}.ColorGreen{background-color:#98fcbb}.ColorRed{background-color:#f89872}