#blog-main{margin:80px auto 160px;width:70vw;div#filter{display:flex;gap:20px;button#reset-filter{background-color:#fff;border:1px solid #000;border-radius:5px;cursor:pointer;padding:10px 15px}}button#reset-filter.no-filters{display:none}div#filter-keyword{align-content:flex-start;display:flex;flex-flow:row wrap;gap:5px;justify-content:flex-start;margin-left:25px;.keyword{background-color:#fff;border:1px solid #000;border-radius:5px;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;padding:10px 26px}.keyword.active,.keyword:hover{background-color:#d5eb8a}}}#blog-list h3{margin-bottom:10px;text-align:center}#blog-titre{padding:20px}section#blog-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px;a{text-decoration:none;width:100%}}div.blog-article{background-position:50%;background-size:cover;border:1px solid #000;border-radius:10px;display:flex;gap:20px;height:350px;justify-content:space-between;overflow:hidden;padding:20px;transition:box-shadow .2s ease-in,transform .3s ease-in-out;width:100%;div:nth-child(2){text-align:center}div.blog-article-content{display:flex;flex-direction:column;width:60%;div.lire-article{margin-top:.8rem;span{font-size:1rem}}div.keywords{align-items:end;display:flex;gap:10px;justify-content:center}}div.blog-article-image{overflow:hidden;width:40%}}section#blog-list a:nth-child(odd) div.blog-article{flex-direction:row-reverse;div.lire-article{text-align:right}}div.blog-article:hover{background-color:#f8f8f8;box-shadow:2px 2px 5px rgba(0,0,0,.3);transform:translate(-2px,-2px)}div.blog-article-image{img{height:300px;max-width:none}}div#loader-container{display:flex}.loader{animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:rgba(29,28,28,.63);height:30px;margin:auto;width:30px}.clickable{cursor:pointer}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:1300px){#blog-titre{padding:20px 0}#blog-main{margin:180px auto 160px;padding:0 10px;width:70vw;div#filter{align-items:center;flex-direction:column-reverse;gap:10px;margin:0;button#reset-filter{width:150px}div#filter-keyword{margin:auto}}section#blog-list{padding:20px 0;div.blog-article{flex-direction:column;height:auto;min-height:350px;div.lire-article{text-align:right}div.blog-article-content{width:100%}div.blog-article-image{height:20vh;overflow:hidden;position:relative;width:auto;img{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}}}}}}@media screen and (max-width:901px){#blog-main{margin:70px 0 50px;min-width:100vw}}