.ressource-card{padding:10px;display:flex;flex-direction:column}.ressource-card h4{line-height:1.2}.ressource-card figure{max-height:100px;overflow:hidden}.ressource-card .ressource-desc{line-height:1.4}.menu-card{padding:5px;display:flex;flex-direction:column}.menu-card h4{line-height:1.2}.menu-card figure{max-height:50px;overflow:hidden}.menu-card .ressource-desc{line-height:1.4}.book-card{display:flex;background:#fff;border-radius:5px;align-items:center;justify-content:center;box-shadow:0 0 10px 0 rgb(0 0 0 / .5);padding-left:20px;height:100%}.book-card .book-content{padding:20px;font-size:.8rem;line-height:.8;width:100%}.book-card .book-content .book-title{font-weight:900;font-size:1.1rem;line-height:1.1;margin-bottom:20px}.book-card .book-content .book-meta{display:flex;width:100%;margin-bottom:10px}.book-card .book-content .book-meta .meta-date,.book-card .book-content .book-meta .meta-cats{display:flex;margin-right:5px;border-radius:5px;font-size:.9rem;color:#777}.book-card .book-content .book-meta .meta-date i,.book-card .book-content .book-meta .meta-cats i{margin-right:5px}.book-card .book-content .book-meta .meta-date a,.book-card .book-content .book-meta .meta-cats a{color:#e6007e}.book-card .book-content .book-desc{font-size:.9rem;line-height:1;margin-bottom:20px;color:#777}.book-card .book-content .book-desc p{margin-bottom:0}.book-card .book-content .book-link{display:flex;width:100%;margin-top:10px}.book-card .book-content .book-link a{background:#fff0;border:none;border-color:#333;border-width:3px;border-radius:8px;color:#e6007e;padding:4px 10px;font-size:.9rem;line-height:1}.book-container{display:flex;align-items:center;justify-content:center;perspective:600px;margin-left:-30px}@keyframes initAnimation-eb7e{0%{transform:rotateY(0deg)}100%{transform:rotateY(-30deg)}}.book-container .book{width:110px;height:180px;position:relative;transform-style:preserve-3d;transform:rotateY(-30deg);transition:transform 1s ease;animation:1s ease 0s 1 initAnimation-eb7e}.book-container.big .book{width:250px;height:335px}.book-container.small .book{width:90px;height:140px}.book-card:hover .book-container .book,.book-container .book:hover{transform:rotateY(0deg)}.book-container .book>:first-child{position:absolute;top:0;left:0;width:110px;height:180px;transform:translateZ(25px);background-color:#01060f;border-radius:0 2px 2px 0;box-shadow:5px 5px 10px #404040;background-color:#01060f}.book-container.big .book>:first-child{width:250px;height:335px}.book-container.small .book>:first-child{width:90px;height:140px}.book-container .book::before{position:absolute;content:" ";left:0;top:3px;width:48px;height:174px;transform:translateX(82px) rotateY(90deg);background:grey}.book-container.big .book::before{left:140px;height:330px}.book-container.small .book::before{left:-20px;height:130px}.book-container .book::after{position:absolute;top:0;left:0;content:" ";width:110px;height:180px;transform:translateZ(-25px);background-color:#01060f;border-radius:0 2px 2px 0;box-shadow:-10px 0 50px 10px #aaa;box-shadow:0 0 20px 0 rgb(0 0 0 / .8)}.book-container.big .book::after{width:250px;height:335px}.book-container.small .book::after{width:90px;height:140px}