#blog-main{margin:80px auto 160px;width:70vw}#blog-titre{margin:0;padding:0}#blog-list h3{margin-bottom:10px;text-align:center}section#blog-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px;a{text-decoration:none;width:100%}}div.media{display:flex;-ms-flex-align:center;align-items:center;background-color:var(--binova-blue-500);padding:0;img.media-image{height:310px;width:310px}div.media-body{padding:0 6rem;text-align:center;p{color:#fff}p:first-child{font-weight:700;margin-bottom:1rem}p:last-child{text-align:right}}}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;text-align:center;span{font-size:1rem}}}div.blog-article-image{overflow:hidden;width:40%}}section#blog-list a:nth-child(odd) div.blog-article{flex-direction:row-reverse}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-main{padding:0;width:100vw;#blog-titre{margin-bottom:1rem;padding:0 5rem}#blog-body{padding:1rem;section#blog-list{padding:20px 0;div.blog-article{flex-direction:column;height:auto;min-height:350px;div.lire-article{text-align:center}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;div#blog-titre{padding:2rem 0;text-align:center;.title{margin:auto}}#blog-intro{flex-direction:column-reverse;padding:1rem 0;img.media-image{border-radius:100%;height:9rem;width:9rem}}div.media-body{padding:1rem}}}