
.card.proposition {
    /* width: 100%;
    margin: 20px;
    max-width: 350px; */
    max-height:400x;
    height: 400px;
    min-width: min(260px, 65vw); /* 300px */
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}

.card.proposition .post-text .post-title {
    color: #000;
    font-family: Spartan, sans-serif;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 1em;
    white-space: normal;
}

.card .post-text > .post-excerpt p {
    white-space: normal;
    text-align: center;
}

.card.proposition .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    z-index: 1;
}

.card.proposition .post-time {
    border: none;
    position: relative;
    height: 43px;
    width: 40px;
    background: #fff;
}

.card.proposition .post-time:first-child:not(:last-child) time::after {
    content: "-";
    font-family: Spartan, sans-serif;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -5px;
    font-size: 1.3em;
    z-index: 1;
}

.card.proposition .post-time time {
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #777777;
}

.card.proposition .post-time time .day {
    font-family: Spartan, sans-serif;
}

.card.proposition .post-time time .month {
    font-family: Spartan, sans-serif;
    font-size: 0.7em;
}

.card.proposition .post-thumb {
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.card.proposition .post-thumb span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card.proposition .post-text {
    padding: 2.5rem 25px 0.5rem 25px;
    font-size: 1em;
    color: #777777;
    font-weight: 400;
    position: relative;
}

.card.proposition .post-infos {
    position: absolute;
    left: 25px;
    right: 25px;
    top: -20px;
    display: flex;
}

.card.proposition .post-text .post-cat {
    width: auto;
    border: 1px solid rgba(46, 44, 42, 0.2);
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 1em;
    text-transform: uppercase;
    color: #777777;
    margin: auto;
}

.card.proposition .post-text .post-cat .cat-img {
    position: relative;
    height: 2rem;
    margin-right: 10px;
}

.card.proposition .post-text .post-cat .cat-img > img {
    height: 2rem;
    margin-top: -5px;
}

.card.proposition .post-text .post-cat .cat-name {
    font-size: .85em;
    height: 2rem;
    line-height: 2;
}

.card.proposition .post-lieu {
    font-size: .8em;
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    padding: 0 20px 15px 20px;
    color: #777777;
    white-space: normal;
}

.card.proposition .bandeau {
    background: var(--blue);
    height: 2rem;
    width: 11rem;
    position: absolute;
    top: 6.05rem;
    right: -0.7rem;
    z-index: 5;
    transform: rotate(45deg);
    clip-path: polygon(2rem 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
    transform-origin: right;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    background: #7d7d7d80;

}
.card.proposition .bandeau span {
    color: white;
    font-size: 0.7em;
    text-transform: uppercase;
}