/** ARCHIVES INDEX **/
.tribe-archive-year-container .ecs-event-posts p {
    font-family: 'poudre-regular', sans-serif;
}

.tribe-archive-index-container ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.tribe-archive-index-container ul li {
    list-style: none;
}
.tribe-archive-index-container .button {
    font-family: 'poudre-regular', Georgia, "Times New Roman", serif !important;
    font-size: 2.8rem !important;
    padding: .3em 1em;
    color: #F7F5F0 !important;
    background-color: var(--theme_primary) !important;
    transition: color 300ms ease 0ms;
    border-radius: 3rem !important;
    font-size: 2rem;
}
.tribe-archive-index-container .button:hover {
    background-color: #F7F5F0 !important;
    color: var(--theme_primary) !important;
} 
/** YEARLY **/
.tribe-archive-year-container .ecs-event-posts h2,
.tribe-archive-year-container .ecs-event-posts h3,
.tribe-archive-year-container .ecs-event-posts h4 {
    font-family: 'poudre-regular', sans-serif;
    font-size: 3.7rem;
    line-height: 4.1rem;
}

.tribe-archive-year-container h2 {
    padding-bottom: 2rem;
    padding-top: 0rem;
}

.tribe-archive-year-container h2,
.tribe-archive-year-container h3,
.tribe-archive-year-container h4 {
    color: var(--theme_primary);
}

.tribe-archive-year-container .ecs-event-posts,
.tribe-archive-year-container .et_pb_post_content_0_tb_body {
    color: #000000 !important;
    font-family: 'poudre-regular', sans-serif;
    font-size: 2.3rem;
    letter-spacing: 0.02em;
    line-height: 3rem;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 5rem;
}
.tribe-archive-year-container .ecs-event-posts h2 a {
    color: var(--theme_primary) !important;
}
.tribe-archive-year-button.et_pb_text_align_right:after {
    display: none;
}
.tribe-archive-year-button.et_pb_text_align_right a {
    color: #306DED;
}
.tribe-archive-year-button.et_pb_text_align_right:before {
    color: #306DED;
    line-height: inherit;
    font-size: inherit !important;
    font-family: 'poudre-condensed', sans-serif !important;
    font-weight: 900 !important;
    content: "←" !important;
    display: flex;
    align-items: center;
    position: initial;
    padding: 0.2em;
}

/** SINGLE **/
/* Centre la colonne sans image */
body.single-tribe_events .et_pb_row.et_pb_row_1_tb_body.et_pb_equal_columns.et_pb_gutters3 .et_pb_column_1_2:only-child,
body.single-tribe_events .et_pb_row.et_pb_row_1_tb_body.et_pb_equal_columns.et_pb_gutters3 .et_pb_column_1_2:first-child:last-child {
    width: 100% !important;
    /* margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; */
}
