/* === Styles pour core/image ===
    Les classes ajoutées par Gutenberg ont le format: .wp-block-image.is-style-<name>
*/

.wp-block-image.is-style-triangle img { clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
.wp-block-image.is-style-triangleinverse img { clip-path: polygon(50% 100%, 0 0, 100% 0); }
.wp-block-image.is-style-parallele img { clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
.wp-block-image.is-style-losange img { clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.wp-block-image.is-style-encadre img { clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); }
.wp-block-image.is-style-leftpointer img { clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%); }
.wp-block-image.is-style-rightpointer img { clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); }
.wp-block-image.is-style-leftchevron img { clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); }
.wp-block-image.is-style-rightchevron img { clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%); }
.wp-block-image.is-style-etoile img { clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.wp-block-image.is-style-cross img { clip-path: polygon(10% 25%, 35% 25%, 35% 0%, 65% 0%, 65% 25%, 90% 25%, 90% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%, 10% 50%); }
.wp-block-image.is-style-message img { clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%); }
.wp-block-image.is-style-close img { clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); }
.wp-block-image.is-style-roundedlight img,
.wp-block-image.is-style-roundedlight figure img { border-radius:8px; }
.wp-block-image.is-style-roundedmedium img,
.wp-block-image.is-style-roundedmedium figure img { border-radius:15px; }
.wp-block-image.is-style-roundedhard img,
.wp-block-image.is-style-roundedhard figure img { border-radius:30px; }