Code à injecter

 
 
 
image full width :
.block-0d42047f19ce4614b337883abb9df35e { padding: 0px; }
 
centrer :
.notion-blue_background { text-align: center; }
 
modifier les font
.notion-simple-table-cell {
font-family: var(--primary-font);
}
 
 
Mise en forme des toggle
/* toggle styles */ summary { list-style-type: none; width: 100%; } summary::after { content: "+"; position: absolute; right: 27px; top: 15px; } details[open] summary::after { content: "-"; position: absolute; right: 27px; top: 15px; } .notion-toggle { position: relative; font-size: 1.5rem; padding: 20px 30px; font-weight: 500; background: var(--notion-yellow_background_co); border-radius: var(--border-radius); width: 100%; margin: 20px 0px; } .notion-toggle>div>.notion-text { font-weight: 400; }
 
 
.notion-red_background_co { background: red; border: none; padding: 30px; border-radius: var(--border-radius); color: white; }