
    .inf-0018-container{
        overflow: hidden;
        /* margin-bottom: 2em; */
    }

    .inf-0018-link-6692 {
        text-decoration: none;
        color: white;
    }

    .inf-0018-link-6692:hover {
        text-decoration: none;
        color: white;
    }

    .inf-0018-image img:not(.stamp){
        width: 100%;
        height: 11em;
        object-fit: cover;
    }

    .inf-0018-title a,
    .inf-0018-lead a{
        text-decoration: none;
    }

    .down-arrow img {
        width: 100%;
        vertical-align: top !important;
    }

    .inf-0018-lead-6692 {
        /* background-color: #203360; */
        padding-top: 1em;
        padding-bottom: 1em;
        text-decoration: none;
        font-size: "Open Sans";
        min-height: 10em;
        display: grid;
        align-content: center;
    }

    .inf-0018-bottom-text-6692 {
        color: #203360;
        text-decoration: none;
        margin-top: 2em;
        font-size: "Open Sans";
    }

    .inf-bootstrap-col {
        
    }

    @media (max-width: 1300px){
        .inf-0018-lead {
            font-size: 1em;
        }

        .inf-0018-title {
            font-size: 1.2em;
        }
    }

    @media (max-width: 990px){
        .inf-0018-lead {
            font-size: 1.2em;
        }

        .down-arrow {
            display: none;
        }
    }

    .inf-0018-image {
        position: relative;
    }

    .stamp {
        z-index: 999;
        height: 3em;
        height: 11em;
        width: 11em;
        position: absolute;
        right: -1em;
        bottom: -2.5em;
    }

    .recrutation-ribbon {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        padding: 10px 0px;
        letter-spacing: 1px;
        position: absolute;
        inset: 0 auto auto 0;
        transform-origin: 100% 0;
        clip-path: inset(0 -100%);
        z-index: 3;
    }

    .recrutation-ribbon.closed {
        transform-origin: 100% 0;
        color: black;
        background: #ffa400;
        box-shadow: 0 0 0 999px #ffa400;
        transform: translate(-29.3%) rotate(-45deg);
    }

    .recrutation-ribbon.opened {
        transform-origin: 100% 50%;
        color: white;
        background: #029258;
        box-shadow: 0 0 0 999px #029258;
        transform: translate(-18.3%) rotate(-45deg);
    }

