.module-container{background-color:transparent;background-position:top;background-repeat:no-repeat;background-size:initial;color:#00165a;max-width:2000px}.module-title{color:#fff;font-size:30px;font-weight:700;margin-bottom:5%;text-align:center}.module-benefices-wrapper{margin:0 auto;padding-bottom:32px;padding-top:32px}.benefices-grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.benefice-carte{align-items:center;background:#fff;border-radius:20px;box-shadow:0 6px 16px rgba(0,0,0,.05);display:flex;gap:14px;min-height:80px;padding:14px 18px;transition:transform .2s ease,box-shadow .2s ease}.benefice-carte:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.benefice-icone{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.benefice-icone img{height:34px;object-fit:contain;width:34px}.benefice-texte{color:#13224d;font-size:16px;font-weight:700;line-height:1.3;margin:0;max-width:100%;overflow-wrap:break-word;white-space:normal;word-break:break-word}@media (max-width:1024px){.benefices-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.benefices-grid{grid-template-columns:1fr;row-gap:20px}.module-benefices-wrapper{padding:32px 16px}.benefice-texte{font-size:14px;line-height:1.4;white-space:normal}.benefices-grid .benefice-carte:nth-child(n+4){display:none}}