/*
Theme Name: Amel
Theme URI: https://www.amel.fr
Template: hello-elementor
Author: Julien PEPIN - Ilago
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.0.1734352238
Updated: 2024-12-16 13:30:38

*/

.actualites-listing {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.actualite-item {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 55px;
}

.actualite-thumbnail img {
    width: 422px;
    height: 313px;
    min-height:313px;
    object-fit: cover; /* Coupe l'image pour remplir la zone */
    object-position: center; /* Centre l'image dans la zone */
    display: block;
}

.actualite-content {
    flex: 1;
    
    min-height:313px;
}

.contenu {
    display:flex;
    flex: 1;
    /*gap: 30px;*/
    flex-direction: column;
}


.chevron {
    transition: transform 0.3s ease-in-out;
     margin-left:16px;
      display: inline-block;
}

.chevron.retourne {
    transform: rotate(180deg);
}


.actualite-content h3 a {
	color: #A29280;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.396px;
    margin-top:0px;
    margin-bottom:7px;

}

.post-content {
    margin-bottom: 10px;
    font-family: 'Lato';
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.post-full-content {
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.post-content a,.post-full-content a {
    font-family: 'Lato';
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline !important;
    color: #A29280;
}

.actualite-date {
    color: #A29280;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.33px;
    margin-bottom:7px;
}

.read-more {
    color: #A29280;
    cursor: pointer;
    font-family: 'Lato';
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.312px;
    text-decoration: underline;
    float:right;
}

.read-more:hover {
    font-weight: 600;
    color: #A29280;
}

.pagination {
    width:20%;
    font-family: 'Lato';
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.33px;
    color: #A29280;
    gap:10px;
}

.pagination span.current {
    font-weight: 600;
    color:#A29280;
}

a.page-numbers {
    color: #A29280;
}