/**handles:author**/
#author-page .bento{display:grid;grid-template-areas:"a b b" "c c c";position:relative}@media (max-width:1100px){#author-page .bento{grid-template-areas:"a" "b" "c"}}#author-page .bento .main-bento{grid-area:a;height:100%;background-color:#97180c!important;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:24px;border-radius:16px;height:100%}#author-page .bento .main-bento .author-avatar img{-o-object-fit:cover;object-fit:cover;width:200px;height:200px;border-radius:16px;border:1px solid #ffd6ae}#author-page .bento .main-bento h1{font-size:48px;font-weight:600}@media (max-width:1100px){#author-page .bento .main-bento h1{font-size:36px}}@media (max-width:768px){#author-page .bento .main-bento h1{font-size:30px}}#author-page .bento .main-bento .author-role{font-size:30px;font-weight:600}@media (max-width:1100px){#author-page .bento .main-bento .author-role{font-size:24px}}@media (max-width:768px){#author-page .bento .main-bento .author-role{font-size:20px}}#author-page .bento .element-bento{display:flex;flex-direction:column;justify-content:flex-start;gap:24px;padding:40px;border-radius:16px;background-color:#f9fafb}#author-page .bento .element-bento:nth-of-type(2){grid-area:b;height:100%}#author-page .bento .element-bento:nth-of-type(2) span{font-weight:600}#author-page .bento .element-bento:nth-of-type(3){grid-area:c;height:100%}#author-page .bento .element-bento:nth-of-type(3).author-posts{overflow-x:hidden;overflow-y:visible}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container{overflow-x:hidden;overflow-y:visible;position:relative;display:flex;flex-direction:column;gap:20px}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .article-thumbnail img{-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:240px}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .article-content{padding-top:20px;display:flex;flex-direction:column;gap:20px}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .article-content .article-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;font-weight:600}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .swiper-pagination{width:100%;position:inherit}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .swiper-pagination .swiper-pagination-bullet{border-radius:100px;background-color:#101828;transition:width .3s ease-in-out;opacity:1}#author-page .bento .element-bento:nth-of-type(3).author-posts .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ff5424;width:24px}#author-page .bento .element-bento .share-picto{background-position:center;background-size:20px;background-repeat:no-repeat;width:40px;height:40px;display:flex;padding:10px;justify-content:center;align-items:center}#author-page .bento .element-bento .share-picto.share-linkedin{background-image:url(https://ats.jobaffinity.fr/wp-content/themes/jobaffinity/assets/svg/share-linkedin.svg)}#author-page .bento .element-bento ul{list-style:disc;padding-left:20px}@media (max-width:1100px){#author-page .bento .element-bento{padding:20px}}#author-page .container-heading{text-align:center;padding-bottom:0!important}
/*# sourceMappingURL=author.css.map */