/* Style pour le ruban de situation */
.iwp-situation-ribbon {
    border-radius: 15px;
    background: #dd3333;
    color: #fff;
    padding: 6px 52px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    z-index: 12;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

/* Ajustement pour la page de détail */
body.single .iw-heading-title .iwp-situation-ribbon {
    margin-left: 10px;
    padding: 4px 12px;
}

.iwp-meta-top .iwp-situation-ribbon {
    position: absolute;
    top: 20px;
    right: -23px;
    transform: rotate(45deg);
}

body.single .iwp-pswp-gallery .iwp-situation-ribbon {
   position: absolute;
    top: 25px;
    right: -10px;
    transform: rotate(45deg);
    margin: 0;
    padding: 5px 13px;
}

body.single .iwp-pswp-gallery, .iwp-meta-top{
    position : relative;
}