
body .et_pb_blog_grid .et_pb_salvattore_content{
    grid-column-gap: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media(max-width:1200px){
    body .et_pb_blog_grid .et_pb_salvattore_content{
        grid-column-gap: 10px;
    }
}
body .et_pb_blog_grid .et_audio_content, body .et_pb_blog_grid .et_main_video_container, body .et_pb_blog_grid .et_pb_post .et_pb_slider,body .et_pb_image_container{
    margin: 0;
}
@media (min-width: 981px) {
body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column, 
body .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column{
        width: 33.667% !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 767px){
    body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .post-content-inner, 
    body .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post  .post-content-inner
    {
        margin-bottom: 16px;
    }
}
@media(max-width: 767px){
    body .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post{
        margin-bottom: 20px;
    }
    body .et_pb_row{
        width: 90%;
    }
}
.page.et_pb_pagebuilder_layout #main-content, .archive #main-content{
    min-height: 100vh;
}
body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .entry-title{
    order: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (min-width: 767px) {
    body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post,
    body .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post{
        height:465px;
        margin-bottom: clamp(20px,2.083vw,40px) !important;
    }
    body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .post-content-inner, 
    body .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post  .post-content-inner
    {
        height: 95px;
        overflow: hidden;
    }
    body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .entry-title{
        line-height: 1.5rem !important;
        padding: 0;
        margin-bottom: 0;
    }
    .et_pb_post .entry-featured-image-url{
        margin-bottom: 0 !important;
    }
}

body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .post-meta{
    order: 1;
}
body .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column .et_pb_post .post-content{
    order: 3;
}
@media (max-width: 980px) {
    body .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column:nth-child(odd) {
        margin-right: 12px;
    }
}
@media (max-width: 575px) {
    body .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column:nth-child(odd) {
        margin-right: 0 !important;
    }
    body .et_pb_blog_0_tb_body .entry-featured-image-url img{
        height: auto;
    }
    body .et_pb_post .entry-featured-image-url{
        margin-bottom: 16px;
    }
    article .entry-title a{
        display: block;
        margin-bottom: 8px;
    }
}
@media(min-width:981px) and (max-width:1100px){
    #logo{
        max-width: 125px;
    }
    .et_fixed_nav #et-top-navigation{
        padding-left: 105px !important;
    }
}
.et_pb_blog_0_tb_body .entry-featured-image-url img{
    border-radius: 8px;
}
/*style the wp-pagenavi pagination links*/

.wp-pagenavi a,
.wp-pagenavi span {
	color: #000000;
	background: #f1f3f5;
	font-size: 1em !important;
	line-height: 1em;
	font-weight: bold !important;
	padding: 0.45em 0.8em !important;
	border-radius: 100px;
  border: none;
	transition: all .5s;
}

.wp-pagenavi span.current {
	color: #ffffff !important;
	background: #1d356a !important;
	border-radius: 100px;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a:hover {
	color: #ffffff!important;
	background: #1d356a!important;
}

.wp-pagenavi .pages {
	background: none;
}

.wp-pagenavi {
	border-top: none;
	text-align: center;
}
/* scroll top */
#wpfront-scroll-top-container img{
    max-width: 45px;
}
/* article en avant */
.dernier-article-mise-en-avant{
    display: flex;
    gap : 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dernier-article-mise-en-avant .content{
    width: calc(50% - 30px);
}
.dernier-article-mise-en-avant .content h2{
    line-height: 1.5;
    font-weight: 600;
}
@media(max-width:575px){
    .dernier-article-mise-en-avant .content h2{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .dernier-article-mise-en-avant .content h2{
        line-height: normal;
    }
}
.dernier-article-mise-en-avant .content .read_more{
    font-family: 'IBM Plex sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}
.dernier-article-mise-en-avant .image{
    width: calc(50% - 30px);
}
@media(max-width:768px){
    .dernier-article-mise-en-avant .image img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .dernier-article-mise-en-avant{
        flex-direction: column-reverse;
        gap: 20px;
    }
}
.et_pb_post_content a{
    color: #1d356a;
    cursor: pointer;
}
@media(max-width:575px){
    .et_pb_post_title_0_tb_body .et_pb_title_featured_container img{
        height: auto !important;
    }
}
.et_pb_post_content sup{
    bottom: 0;
}
.et_pb_post_content .et_pb_text_0.et_pb_text{
    color: #666  !important;
}
.et_pb_post_content h2,
.et_pb_post_content h3,
.et_pb_post_content h4,
.et_pb_post_content h5{
    color: #1d356a  !important;
    text-align: left;
}
@media(max-width:575px){
    .et_pb_post_content h2,
    .et_pb_post_content h3,
    .et_pb_post_content h4,
    .et_pb_post_content h5{
        font-size: 22px;
    }
    .single-post .et_pb_section, .category .et_pb_section, .page-id-29454 .et_pb_section{
      padding: 0;
    }
}
.et_pb_title_meta_container .published,.et_pb_title_meta_container a{
    color: #1d356a !important;
    font-weight: 600;
}
.et_pb_post_content img{
    border-radius: 8px;
}
.et_pb_post_content a:hover{
    opacity: 0.8;
}
.dernier-article-mise-en-avant .image img{
    border-radius: 16px;
}
@media(min-width:1310px){
    .dernier-article-mise-en-avant .image img{
        height: 465px;
        width: 100%;
        object-fit: cover;
    }
}
@media(max-width: 768px){
    .dernier-article-mise-en-avant .content{
        width: 100%;
    }
    .dernier-article-mise-en-avant .image{
        width: 100%;
        height: clamp(150px,45.573vw,350px);
    }
}

/* single-post */
.single-post .et_pb_title_featured_container{
    margin-top: 25px;
}
.single-post .et_pb_title_featured_container img{
    object-fit: cover !important;
    border-radius: 8px;
}