/* body {
    padding-top: 142px;
} */

/*
** HEADER
*/

header {
    font-family: "Epilogue", sans-serif;
    font-weight: 900;
    width: 100%;
    padding-bottom: 0;
    padding: 12px;
}

.header-content {
    border-radius: 20px;
    background: linear-gradient(#FFF1C1, #FFD6C1);
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .logo img {
    width: 70px;
    height: 47.39px;
}

@media screen and (min-width: 576px) {
    header .logo img {
        width: 127px;
        height: 86px;
    }
}

/*
** END HEADER
*/

/*
** TITLES
*/

h1 {
    font-size: 45px;
    margin-top: 5px;
}

@media screen and (min-width: 576px) {
    h1 {
        font-size: 60px;
        letter-spacing: -2.5px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {

    h1 {
        font-size: 70px;
    }
}

/*
** END TITLES
*/

/*
** A VENIR
*/
#a-venir {
    padding-top: 0;
}


/*
** END A VENIR
*/


/*
** ACTUALITY
*/

.actuality-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.actuality-list .card {
    width: 100%;
    max-width: 350px;
}

.actuality-list figure img {
    margin: 0 -28px;
    width: 350px;
}

.actuality-list figure figcaption {
    margin-top: 10px;
}

.card .sticker.megaphone {
    top: -95px;
    rotate: -15deg;
}

@media screen and (min-width: 576px) {
    .actuality-list {
        row-gap: 120px;
        margin-top: 100px;
    }
}



@media screen and (max-width: 575px) {
    .card.with-sticker {
        padding-top: 38px;
    }

    .sticker {
        display: none;
    }
}

/*
** END ACTUALITY
*/

/*
** ARCHIVE
*/

.archive {
    background-color: #FFFFFF;
}

@media screen and (max-width: 575px) {
    .archive {
        /* padding-left: 0; */
        padding-bottom: 0;
    }
}

.archive ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.archive li {
    line-height: 0;
    width: 100%;
}

.archive figure {
    position: relative;
}

.archive figcaption {
    display: none;
    line-height: 150%;
}

.archive figure:hover figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFDD7E;
    padding: 20px;
    color: #000000;
}

.archive figcaption strong {
    font-family: "Epilogue", sans-serif;
    font-weight: 900;
    font-size: 1.2em;
}

.archive img {
    width: 100%;
    line-height: 0;
}

@media screen and (min-width: 576px) {
    .archive li {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .archive li {
        width: 270px;
    }
}




/*
** END ARCHIVE
*/