.bloc-result .bloc-result-wrapper{opacity:1;padding-bottom:5rem;transition:all 1s ease-in-out}.bloc-result .bloc-result-wrapper:last-child{padding-bottom:1rem}.bloc-result.not-ready{background-color:var(--app-primary-color);border-radius:.5rem;opacity:.1}.bloc-result.not-ready .bloc-result-wrapper{opacity:0}.bloc-result .bloc-result-title{background-color:var(--app-primary-color);border-bottom:2px solid var(--app-primary-color);color:var(--app-primary-color-text);display:none;font-size:1.25rem;font-weight:700;margin:2em 0 0;padding:.5rem;text-transform:uppercase}.bloc-result .result-content{display:block}.bloc-result .result-content .bloc-result-title{background-color:transparent!important;border-bottom-width:1px;color:var(--app-primary-color);font-size:1.1rem;font-weight:700;margin:3rem 0 1rem;padding:.2rem}.bloc-result .result-content .foldabble{min-height:8rem;transition:all .5s ease-in-out}.bloc-result .result-content .foldabble:after{background:#fff;background:linear-gradient(0deg,#fff 50%,#fff0);bottom:0;content:"";display:block;height:4rem;opacity:0;position:absolute;width:100%}.bloc-result .result-content .foldabble.folded{max-height:8rem;min-height:8rem;overflow:hidden;position:relative}.bloc-result .result-content .foldabble.folded:after{opacity:1}
