section.listing-white-paper-module .container{display:flex;flex-direction:column;gap:2rem}section.listing-white-paper-module .wrapper-filters{display:flex;flex-wrap:wrap;gap:1rem;position:relative}section.listing-white-paper-module .wrapper-filters .wrapper-filter{cursor:pointer;position:relative}section.listing-white-paper-module .wrapper-filters .wrapper-filter.open .filter-title{background-color:#131232;color:#fff}section.listing-white-paper-module .wrapper-filters .wrapper-filter.open .filter-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.176 9.119s-2.607 3.54-3.54 3.54-3.54-3.54-3.54-3.54'/%3E%3C/svg%3E")}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-title{border:1px solid #131232;border-radius:10px;font-weight:700;padding:.5rem 35px .5rem 1rem;position:relative;transition:background-color .3s ease,color .3s ease}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath stroke='%23131232' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.176 9.119s-2.607 3.54-3.54 3.54-3.54-3.54-3.54-3.54'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:18px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:background-image .3s ease;width:18px}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-options{background:#fff;border:1px solid #ddd;box-shadow:0 4px 8px rgba(0,0,0,.05);display:none;left:0;position:absolute;top:100%;width:100%;z-index:10}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-options li{cursor:pointer;padding:.5rem 1rem}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-options li:hover{background:#898898;color:#fff}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-options li.active{background:#131232;color:#fff}section.listing-white-paper-module .wrapper-filters .wrapper-filter .filter-options li:before{display:none}section.listing-white-paper-module .wrapper-filters .wrapper-filter.open .filter-options{display:block}section.listing-white-paper-module .active-filters{display:flex;flex-wrap:wrap;gap:.5rem}section.listing-white-paper-module .active-filters .filter-tag{cursor:pointer}section.listing-white-paper-module .listing{display:flex;flex-wrap:wrap;gap:2rem}section.listing-white-paper-module .card-white-paper{align-items:center;border-radius:5px;display:flex;flex:0 0 auto;flex-direction:column;gap:1rem;max-width:405px;opacity:0;overflow:hidden;padding:1.5rem;pointer-events:none;position:absolute;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;visibility:hidden;width:100%}section.listing-white-paper-module .card-white-paper.visible{opacity:1;pointer-events:auto;position:relative;transform:translateY(0);visibility:visible}section.listing-white-paper-module .card-white-paper-picture{height:365px;width:300px}section.listing-white-paper-module .card-white-paper-picture img{height:100%;object-fit:contain;width:100%}section.listing-white-paper-module .card-white-paper .text{margin-bottom:auto}section.listing-white-paper-module .card-white-paper .text *{text-align:center}section.listing-white-paper-module .card-white-paper .subscribe-only{align-items:center;display:flex;gap:1rem;margin-top:auto;width:fit-content}section.listing-white-paper-module .card-white-paper .subscribe-only span{font-size:13px}section.listing-white-paper-module .card-white-paper .subscribe-only .picto{height:32px;width:32px}section.listing-white-paper-module .card-white-paper .subscribe-only .picto img{height:100%;width:100%}@media (max-width:425px){section.listing-white-paper-module .card-white-paper{width:100%}}@media (max-width:calc(1280px + 4rem)){section.listing-white-paper-module .listing{justify-content:space-around}}