.exercices-page{padding-bottom:100px}.exercices-page p{margin:0}.exercices-page__header{padding-bottom:32px;padding-top:64px}.exercices-page__header h1{color:#525661;font-family:Inter,sans-serif;font-size:30px;line-height:140%;font-weight:700}.exercices-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.exercices-card,.exercices-card:hover{box-shadow:0 2px 3px 0 rgba(86,58,150,.2),0 -1px 2px 0 rgba(86,58,150,.1490196078)}.exercices-card{border-radius:10px;display:flex;align-items:center;height:191px;background:#f7f4fc;overflow:hidden;flex:1;position:relative}.exercices-card:hover{background:#eee9f5}.exercices-card:hover .exercices-card__arrow{transform:translateX(3px)}.exercices-card a{display:flex;width:100%;text-decoration:none;color:inherit;height:100%;padding:0 32px;z-index:1}.exercices-card__inner{display:flex;align-items:center;gap:24px;width:100%}.exercices-card__icon{width:86px;height:120px;position:relative}.exercices-card__icon img,.exercices-card__icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.exercices-card__content{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1}.exercices-card__title{font-family:Inter,sans-serif;font-size:20px;line-height:140%;font-weight:600;color:#525661}.exercices-card__description{font-family:Inter,sans-serif;font-size:14px;line-height:150%;color:#4a4848;margin-bottom:32px}.exercices-card__arrow{width:30px;height:30px;flex-shrink:0;margin-left:auto;display:flex;align-items:center;justify-content:center;transition:.2s;position:absolute;right:32px;bottom:32px}@media (max-width:768px){.exercices-page__grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.exercices-card__arrow{right:24px;bottom:24px}}