/* HOME */
/* BANNER */
.category .reibel_banner {
    min-height:35vh;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    background-size:cover;
    background-position:center;
    position:relative;
    margin-bottom:2rem;
}
.category main {
    background:#f5f5f5
}
.category aside {
    background:white;
    padding:2rem;
    z-index:0
}
.category aside h2 {
    font-size:1.5rem;
    font-weight:bold;
    margin:1rem 0 .55rem
}
.category aside li {
    line-height:1.2;
}
.category aside li a {
    text-decoration:none;
    color:gray
}
.category aside .wp-block-search__inside-wrapper {
    font-family:'dm_sansregular';
}
.category aside .wp-block-search__label {
    font-family:'eb_garamondregular';
    font-size:1.5rem;
    font-weight:bold;
    margin:1rem 0 .25rem
}
.category aside input[type="search"] {
    background:#f5f5f5;
    border:unset;
    padding:.5rem 1rem;
    width:100%;
    margin-bottom:1rem;
    font-family:'dm_sansregular';
}
.category aside input[type="search"] + button {
    border:unset;
    color: #f2f0e6;
    background: #d57826;
    transition-duration:.2s;
    font-family:'eb_garamondregular';
    padding:.5rem 1rem
}
.category aside input[type="search"] + button:hover {
    color: #f2f0e6;
    background: #c73b4d;
    transition-duration:.2s;
}

.category aside .wp-block-latest-posts {
    list-style:none;
    padding:0;
}

.category aside .wp-block-latest-posts li {
    margin-bottom:.8rem;
    padding-bottom:.8rem;
    border-bottom:1px solid #f0f0f0;
}

.category .reibel_banner:before {
    content:'';
    background:black;
    width:100%;
    height:100%;
    position:absolute;
    opacity:.5
}
.category .reibel_banner h1 {
    color:white;
    font-size:5rem;
    z-index:1;
    margin:0;
}
.category .reibel_banner h1:after{
    content: "";
    width:45px;
    height:45px;
    display: block;
    background-image: url(https://remireibeljournalisteredact.com/wp-content/uploads/2022/09/icone_remi.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin:auto;
    filter:invert(1)
}

/* LISTING */
.category article {
    margin-bottom:2rem;
}
.category article main {
    padding:1rem;
    background-color:white;
}
.category article header {
    min-height:250px;
    background-size:cover;
    background-position:center;
    position:static;
}
.category article .meta span a {
    font-family:'eb_garamondregular';
    font-weight:bold;
    text-transform:uppercase;
    color:black;
    text-decoration:none;
    font-size:.8rem;
    letter-spacing:1px
}
.category article .meta {
    margin-bottom:1rem
}
.category article .meta span:last-of-type {
    font-family:'dm_sansregular';
    font-size:.8rem;
    color:gray;
}
.category article .meta span:last-of-type:before {
    content:'\00B7';
    font-size:2rem;
    line-height:0;
    vertical-align:middle;
    margin:0 .5rem 0 .2rem
}
.category article h2 {
    font-size:1.5rem;
    font-weight:bold;
}
.category article a.reibel_btn {
    padding:.5rem 2rem
}
.category article a.reibel_btn i {
    font-size:1rem;
    margin-left:.35rem
}
