body {
    line-height: 1;
    background-color: whitesmoke;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1em;

}

h2{
    font-size: 1.2em !important;
    font-weight: bold;
    text-transform: none !important;
}

.actualite-box{
    width: 90%;
    margin: auto;
    margin-top: 5em;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    min-height: 50vh;
    align-items: center;
    text-align: center;
    position: relative;
}

.actualite-box span {
    background-color: #F1B847;
    padding: .4rem;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    right: 5%;
    top: 5%;
}


.actualite-content{
    padding: 2em;
}

.actualite-content p{
    text-align: justify;
}

.image{
    width: 100%;
    max-width: 100%;
    max-height: 15em;
    object-fit: cover;
}

a.readmore{
    padding: .5rem 1.5rem;
    background-color: #F1B847;
    color: white;
    display: inline-block;
    margin-top: 2rem;
    text-decoration: none;
}

a.readmore:hover{
    background-color: white;
    color: black;
    outline: 3.5px solid #f1b847be;
    transition: 0.3s ease;
    transform: scale(105%);
}

nav{
    margin-top: 5em;
}
