@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.gutenberg__content a{color:#01a9a8;font-weight:bold}
.block__title{width:100%;background-color:#fcfcfc;margin-bottom:100px;font-family:Montserrat;font-size:55px;font-weight:600;line-height:1.18;text-align:center;color:#161716;margin:0}
.block__title span{color:#00a9a8}
.post__container{max-width:1000px;margin:auto;margin-top:45px;row-gap:45px}
@media (max-width:600px){.post__container{flex-direction:column}}
.post__container .post{position:relative;max-width:320px;margin-bottom:45px}
@media (max-width:600px){.post__container .post{width:100%;height:fit-content}}
.post__container .post .post__views{position:absolute;bottom:20px;right:20px;width:60px;height:20px;display:flex;align-items:center;justify-content:center;opacity:0.8;border-radius:10px;background-color:#151515;font-family:Poppins;font-size:12px;color:#fff}
.post__container .post .post__views i{margin-right:8px}
.post__container .post .thumbnails-container{position:relative}
.post__container .post .thumbnails-container::after{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;font-family:"Font Awesome 5 Free";font-weight:400;content:"";font-weight:bold;display:flex;align-items:center;justify-content:center;width:50px;height:50px;top:50%;left:50%;position:absolute;background-color:#fff;border-radius:50%;font-size:14px;line-height:1.71;text-align:center;color:#757575;transform:translate(-50%,-50%) scale(0);transition:transform 0.2s ease}
.post__container .post .thumbnails-container .post__thumbnails{background-color:#01a9a8;width:100%;aspect-ratio:1.7777777778}
.post__container .post .post__content{margin-top:20px}
.post__container .post .post__content .post__infos{font-size:12px;color:#757575}
.post__container .post .post__content .post__infos .user img{margin-right:6px;width:24px;aspect-ratio:1;overflow:hidden;border-radius:50%}
.post__container .post .post__content .post__title{font-family:Montserrat;font-size:18px;line-height:1.22;text-align:left;color:#00a9a8;margin-top:25px;margin-bottom:13px}
.post__container .post .post__content .chapo{font-family:Montserrat;font-size:14px;line-height:1.71;text-align:left;color:#757575;margin:0}
.post__container .post:hover .post__thumbnails{transition:0.2s;filter:blur(3px)}
.post__container .post:hover .thumbnails-container::after{transform:translate(-50%,-50%) scale(1)}
.pagination{display:flex;list-style:none;align-items:center;justify-content:center;margin:0;padding-block:1em}
.pagination li a{box-sizing:border-box;height:32px;padding:0 15px;margin:0 5px 0 0;border-radius:2px;display:flex;align-items:center;justify-content:center;min-width:48px;color:#000;background-color:#E7E7E7}
.pagination li.active a,.pagination li.prev-page a,.pagination li.next-page a{color:#fff;background-color:#01a9a8}
.voir-tout-blogs{width:fit-content;margin:0 auto}
body.home .pagination{display:none}
body.home .voir-tout-blogs{display:block}
body:not(.home) .voir-tout-blogs{display:none}
@keyframes hoverEffect{from{transform:scale(0)}to{transform:scale(1)}}