.post-block.teaser-1 {
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    max-width: 500px;
    margin: 0 auto 30px;
    padding: 10px;
    box-shadow: none;
    border: 1px solid var(--bc-vert-1, #008569);
    border-radius: 50px;
}
.post-block.teaser-1 .post-image img{
    border-radius: 40px;
    position: relative;
}
.post-block .post-categories {
    font-weight: 500;
    background:none;
    padding: 3px 20px;
    color: #00503f;
    /*display: inline-block;*/
    position: relative;
    margin-left: 0px;
    top:20px;

    /*margin-right: 20px;*/
    text-align: left;
    font-family: var(--desktop-d-h5-font-family, "Outfit-Bold", sans-serif);
}
.post-block .post-categories a {
    color: #00503f;
    font-family: var(--desktop-d-h5-font-family, "Outfit-Bold", sans-serif);
    text-transform: uppercase;
}
.post-block .post-title {
    font-size: 21px;;
    margin: 10px 0 10px;
    line-height: 32px;
    position: relative;
    color: var(--bc-vert-1, #008569);
    height: 50px;
    font-family: Outfit;
    font-size: 21px;


}
.post-block .post-title a {
    word-wrap: break-word;
    color: var(--bc-vert-1, #008569);
    /* Desktop/D-H4 */
    font-family: Outfit-light;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.item-list-ligne{
    border-radius: 50px;
    border: 1px solid var(--bc-vert-1, #008569);
    min-height:70px;
    padding-left:-5px;
    width: 955px;
    width: auto;margin-left: 00px;margin-right: 0px;padding-bottom:10px
}
.item-list-ligne ul li{
    border-radius: 20px;     /* arrondi des coins */
    font-family: Outfit-Light;
    display: inline-block;  /* Affiche les <li> côte à côte */
    margin-right: 15px;     /* Espacement entre les éléments */
    background-color: white; /* fond vert */
    color: var(--bc-vert-1, #008569);
    cursor: pointer;         /* curseur main */
    transition: background 0.3s; /* effet doux */
    height:40px;
    margin-top:15px;
    padding:10px 10px;
    min-width:176px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: -10px;

}
.item-list-ligne ul li:hover{
    background: var(--bc-vert-1, #008569);
    border-radius: 20px;     /* arrondi des coins */
    color: var(--BC-Blanc, #FFF);
    /* Desktop/D-Body */
    font-family: Outfit-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.item-list-ligne_actif {
    display: inline-block;  /* Affiche les <li> côte à côte */
    margin-right: 15px;
    background: var(--bc-vert-1, #008569) !important;
    border-radius: 20px;     /* arrondi des coins */
    color: var(--BC-Blanc, #FFF) !important;
    /* Desktop/D-Body */
    font-family: Outfit-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height:40px;
    padding:10px 10px;

    min-width:176px;
    text-align: center;
    vertical-align: middle;

    margin-left: -10px;
}
.item-list-ligne_actif a{
    color:white !important;
}
.item-list-ligne ul li:hover a{
    color:white
}
.item-list-ligne ul li a{
    color: var(--bc-vert-1, #008569);
}
.category-list .item-list-ligne ul li {
    list-style-type: none;
}

.post-block.teaser-vert {
    background: #00503F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    width: 100% !important;
    margin: 0 auto 0px !important;
    padding: 10px 10px 0px 10px!important;
    box-shadow: none;
    border: 1px solid var(--bc-vert-1, #008569);
    border-radius: 50px;
     max-width:100%;
    display:flex;
}
.post-block.teaser-vert a{
color:white !important;
}
.post-block.teaser-vert h4.post-title span{
color:#97DABD !important;
}
.post-block.teaser-vert .post-content{
    display: flex;
    justify-content: center; /* Pour centrer horizontalement */
    align-items: center; /* Pour centrer verticalement */
    height: 500px;
}

@media (max-width: 1024px) {
    .post-block .post-title {
        height: auto;
    }
    .teaser-1 .post-image{
        display:none
    }
    .item-list-ligne ul li{
     width:100%
    }
}