@charset "UTF-8";.swiper{position:relative;display:block;width:100%;}.swiper-article{width:100%;margin-top:50px;position:relative;overflow:visible;height:500px;overflow-x:hidden;}.image-wrapper{overflow:hidden;width:100%;height:100%;}.image-wrapper img{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .3s ease-in-out;}.cover{object-fit:cover;object-position:center;width:100%;height:100%;}.image-wrapper img:hover{transform:scale(1.2);}.legend{position:absolute;bottom:0;right:0;width:70%;height:150px;background-color:#fff;padding:10px 20px;color:black;text-align:left;transition:background-color .5s ease-in-out;font-family:'AMUMonumentGrotesk-Regular',sans-serif;display:flex;flex-direction:column;justify-content:space-between;text-wrap:balance;overflow:hidden;text-overflow:ellipsis;}.image-wrapper:hover .legend{background-color:var(--hover-color);transition:background-color .3s ease-in-out;}.image-wrapper:hover .legend.recherche{background:#CDEAFC;transition:background-color .3s ease-in-out;}.image-wrapper:hover .legend.innovation{background:#DDCCFF;transition:background-color .3s ease-in-out;}.fleche-wrapper{overflow:hidden;width:100%;height:100%;padding:50px;text-wrap:balance;display:flex;flex-direction:column;justify-content:end;}.fleche-wrapper-titre{width:80%;transition:transform .3s ease;}.fleche-wrapper-bas{width:80%;display:flex;justify-content:space-between;align-items:flex-end;}.fleche-wrapper:hover .fleche-wrapper-titre{transform:translateX(10px);}.fleche-wrapper img{height:30px;display:flex;justify-content:end;align-items:start;}.swiper-article-bouton-container{display:flex;justify-content:end;}.swiper-article-bouton{position:relative;display:flex;justify-content:space-between;padding:10px 10px 0 10px;width:150px;height:30px;z-index:10;background:#fff;}.swiper-article-bouton-prev img,.swiper-article-bouton-next img{width:30px;height:30px;cursor:pointer;}.swiper-article-bouton-prev{transition:transform .2s ease;}.swiper-article-bouton-next{transition:transform .2s ease;}.swiper-article-bouton-prev:hover{transform:translateX(-5px);}.swiper-article-bouton-next:hover{transform:translateX(5px);}@media only screen and (max-width:600px){.swiper-header{height:300px;}}