.bloc-docs-utiles .docsUtilesWrapper{border:1px solid var(--secondary-20);border-radius:6px;padding:12px;display:flex;flex-direction:column}.bloc-docs-utiles .docsUtilesWrapper .title{display:flex;flex-direction:row;justify-content:space-between;position:relative}.bloc-docs-utiles .docsUtilesWrapper .title h2{margin-top:8px}.bloc-docs-utiles .docsUtilesWrapper .title .doc-extend{background-color:rgba(0,0,0,0);border:none;content:"";position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bloc-docs-utiles .docsUtilesWrapper .title .doc-extend svg{fill:var(--primary-100);transform:rotate(180deg)}.bloc-docs-utiles .content-docs{display:none}.bloc-docs-utiles .content-docs .content-doc{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--black-100);font-weight:600}.bloc-docs-utiles .content-docs .content-doc .content-link{display:flex;align-items:center}.bloc-docs-utiles .content-docs .content-doc .content-link svg{margin-right:10px}.bloc-docs-utiles .content-docs .content-doc svg{fill:var(--black-100)}.bloc-docs-utiles .content-docs.extend{display:flex;flex-direction:column}