.formations-block{display:flex;justify-content:center}.formations-block>div{align-items:center;background:var(--light);border:1px solid var(--grey-300);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;margin:15px auto;max-width:calc(100% - 30px);padding:15px;text-align:center;transition:all .3s ease-in-out;width:auto}.formations-block>div h2{color:var(--dark-500);font-size:14px;font-weight:var(--font-light)}.formations-block>div h2 span{display:block}.formations-block>div h2 span.title{font-size:18px;font-weight:var(--font-bold);margin-bottom:5px}.formations-block>div h2 span.author{color:var(--color-secondary-500)}.formations-block>div h2 span.infos span{display:inline}.formations-block>div h2 span.infos span+span:before{content:"- "}.formations-block>div p{font-size:14px;line-height:normal;margin-bottom:0;margin-top:15px;min-height:80px}.formations-block>div:hover{box-shadow:var(--shadow-100)}@media screen and (min-width:540px){.formations-block>div{margin:15px;max-width:calc(50% - 30px)}}@media screen and (min-width:992px){.formations-block>div{max-width:calc(33% - 30px)}}