.page-actualite .titre-1 {
color: #FFF;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 50px;
}
.page-actualite .tab-pane article.tease-post {
width: calc(calc(100% / 3) - 32px);
margin: 16px;
}
.page-actualite .tab-pane article.tease-post:nth-child(1), .page-actualite .tab-pane article.tease-post:nth-child(2) {
width: calc(50% - 32px);
}
.page-actualite .tab-pane article.tease-post:nth-child(1), .page-actualite .tab-pane article.tease-post:nth-child(2) {
margin: 78px 16px 140px 16px
}
.page-actualite-container h1 {
color: #0F0F0F;
text-align: center;
font-family: Roboto, Arial, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.page-actualite-container .tab-content > .active {
display: flex;
}
.page-actualite-container nav button.nav-link {
border-radius: 50px;
margin: 0 0.75em;
background: #F5F5F5;
color: #1E1E1E;
font-family: Roboto, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: uppercase;
border: none;
padding: 12px 24px;
}
body .page-actualite-container .nav-tabs .nav-link.active {
border-radius: 50px;
background: #FF3C78;
color: var(--white-1-color);
}
body .page-actualite-container .nav-tabs {
border-bottom: none;
border: none;
}
.single-post .article-body p {
color: #172327;
text-align: justify;
font-family: Roboto, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.single-post .article-h1 {
color: #1E1E1E;
font-family: Roboto, Arial, sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
max-width: 425px;
}
.single-post .article-content img {
border-radius: 20px;
}
.single-post .article-content > a {
color: #FF3C78;
font-family: Roboto, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 31px;
letter-spacing: 0.72px;
}
.page-actualite .tab-pane.active article.tease-post {
display: none;
}
.btn.load-more {
padding: 16px 20px;
border-radius: 110px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.05);
color: #5F5F5F;
font-family: Roboto, Arial, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 70px;
}