/* Tata-esque fourre-tout a organiser */

.flexGrid-w4 {
    width: 37%;
    text-align: justify;
    padding: 10px;
}

.flexGrid-w5 {
    width: 27%;
    text-align: justify;
    padding: 10px;
}

.flexSpace {
    width: 10%
}

/*post instas */

.features-posts {
	width: 414px;
    height: 414px;
    margin: 10px;
    position: relative;
}

.featuredThumb-posts{
	width: 414px;
    height: 414px;

    transition: all 200ms ease 0s;
}

.features:hover:hover .featuredThumb-posts {
    transform: scale(1.08);
    filter: brightness(1.08) saturate(1.1);
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}


.importantLink2 {
    background-color: #FEAABA;
    color: black;
    padding: 5px 5px 2px 5px;
}

.importantLink2:hover {
    color: #FEAABA;
    background-color: black;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
}

/* agenda test */

.agenda-widget {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    padding: 34px 20px 20px;
    color: #111;
}

.agenda-widget,
.agenda-widget * {
    box-sizing: border-box;
}

.agenda-widget__title {
    margin: 0 0 20px 20px;
    font-weight: 400;
    line-height: 1.2;
}

.agenda-widget__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.agenda-widget__event {
    min-height: 88px;
    padding: 18px 25px;
    border: 2px solid #111;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.agenda-widget__button {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 8px 15px;
    border: 2px solid #111;
    border-radius: 8px;
    background: #fff;
    color: #111;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.agenda-widget__button:hover,
.agenda-widget__button:focus-visible {
    background: #eeeeee;
    color: #111;
}

.agenda-widget__button:focus-visible {
    outline: 3px solid #666;
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .agenda-widget {
        padding: 25px 12px 15px;
    }

    .agenda-widget__title {
        margin-left: 8px;
    }

    .agenda-widget__event {
        min-height: 76px;
        padding: 16px;
        border-radius: 14px;
    }
}


.THSheader {
    display: flex;
    justify-content: space-evenly;
    padding: 17px 0px;
}

