@media (min-width: 1024px) {
.container, .row, .tc-content, .content, .col-md-12 {
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.site-main, .entry-content, .tc-page {
padding-left: 0 !important;
padding-right: 0 !important;
}
}  @media (min-width: 1024px) {
.justifie {
text-align: justify;
}
} @media (max-width: 1023px) {
.justifie {
text-align: left;
}
}  .ep-bloc-cache {
margin: 20px 0;
} .ep-contenu-masque {
max-height: 0;
overflow: hidden;
transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
opacity: 0;
} .ep-bloc-cache.is-open .ep-contenu-masque {
max-height: 3000px; opacity: 1;
margin-top: 15px;
} .ep-btn-lire-plus {
background-color: transparent;
color: #333;
border: 1px solid #333;
padding: 8px 22px;
margin-top: 10px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
transition: all 0.3s ease;
display: inline-block;
outline: none;
} .ep-btn-lire-plus:hover {
background-color: #333;
color: #fff;
text-decoration: none;
transform: translateY(-1px); }
.ep-btn-lire-plus:active {
transform: translateY(0);
}