

/** bbcode-forum.scss **/
@charset "UTF-8";#container_blog .bbcodecontent, #article_body .bbcodecontent, #blog_body
.bbcodecontent{margin-bottom:15px}#container_blog .bbcodecontent .website-card, #article_body .bbcodecontent .website-card, #blog_body .bbcodecontent .website-card{display:flex;border:3px
solid var(--main-color);border-radius:15px;margin:10px
auto;overflow:hidden;width:70%;justify-content:flex-start;align-items:center;gap:2%;box-shadow:0 1px 14px var(--panel-shadow);background-color:var(--website-background);background-repeat:no-repeat;background-position:center}#container_blog .bbcodecontent .website-card .website-card-infos, #article_body .bbcodecontent .website-card .website-card-infos, #blog_body .bbcodecontent .website-card .website-card-infos{margin:0
10px 0 0;max-width:70%}#container_blog .bbcodecontent .website-card .website-card-infos h3, #article_body .bbcodecontent .website-card .website-card-infos h3, #blog_body .bbcodecontent .website-card .website-card-infos
h3{font-size:18px;font-family:"Montserrat";margin:0
0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#container_blog .bbcodecontent .website-card .website-card-infos .website-card-description, #article_body .bbcodecontent .website-card .website-card-infos .website-card-description, #blog_body .bbcodecontent .website-card .website-card-infos .website-card-description{display: -webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:5;font-size:12px}@media (max-width: 991px){#container_blog .bbcodecontent .website-card .website-card-infos .website-card-description, #article_body .bbcodecontent .website-card .website-card-infos .website-card-description, #blog_body .bbcodecontent .website-card .website-card-infos .website-card-description{-webkit-line-clamp:3}}#container_blog .bbcodecontent .website-card .website-card-illustration, #article_body .bbcodecontent .website-card .website-card-illustration, #blog_body .bbcodecontent .website-card .website-card-illustration{display:block;width:25%;height:0;padding-bottom:25%;background-position:center;background-size:contain;background-repeat:no-repeat}



/** emoji-box.scss **/
.smileys-box{bottom:38px;right: -64px;display:none}.smileys-box.smileys-box-display{display:flex}#emoji-box{display:flex;justify-content:center;align-items:center;background-color:var(--panel-background);flex-direction:column;width:600px;max-width:90vw;margin:0;padding:0
0 10px;border-radius:10px;box-shadow:0 2px 15px #000}#emoji-box
*{font-family:"Montserrat",sans-serif;transition:all 0.2s ease}#emoji-box
li{display:flex;white-space:nowrap;padding:0;justify-content:center;align-items:center}#emoji-box ul.emoji-categories{display:flex;font-size:21px;padding:4px
4px 0 4px;gap:3px;border-bottom:1px solid var(--main-color-40);color:var(--default-text-color);margin:0;height:42px;user-select:none;cursor:pointer;width:100%}#emoji-box ul.emoji-categories
li{border:1px
solid var(--main-color-40);background-color:var(--panel-background);border-radius:5px 5px 0 0;width:38px;height:38px}#emoji-box ul.emoji-categories
li.active{border-bottom:0}#emoji-box ul.emoji-categories li
img{max-width:90%;max-height:90%}#emoji-box .emoji-content{height:300px;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;width:calc(100% - 20px)}#emoji-box .emoji-content ul.emoji-subcategories{display:none;padding:0;margin:0;flex-direction:column;flex-wrap:wrap;align-content:space-between;justify-content:flex-start}#emoji-box .emoji-content ul.emoji-subcategories.active{display:flex;justify-items:center;align-items:center;flex-direction:row;justify-content:space-around}#emoji-box .emoji-content ul.emoji-subcategories.active
img{display:inline-block;max-width:100%}#emoji-box .emoji-content ul.emoji-subcategories>li{font-size:21px;padding:2px;max-width:33%}#emoji-box .emoji-content ul.emoji-subcategories
svg{width:21px;height:21px}



/** form-respond.scss **/
#blog_body .forum-body .panel-body.respond-to-post{padding-bottom:0;padding-top:0;border-radius:10px;transition:position 0.2s ease, box-shadow 0.2s ease;position:relative}#blog_body .forum-body .panel-body.respond-to-post
.close{display:none}@media (max-width: 991px){#blog_body .forum-body .panel-body.respond-to-post{padding:0}}#blog_body .forum-body .panel-body.respond-to-post.sticky{position:sticky;bottom:0;box-shadow:0 0 20px #000000dd}#blog_body .forum-body .panel-body.respond-to-post.sticky
.close{display:inline-block}#blog_body .forum-body .panel-body.respond-to-post .form-respond{border-radius:10px;text-align:center;height:100%;transition:all 0.2s ease}@media (min-width: 992px){#blog_body .forum-body .panel-body.respond-to-post .form-respond button[type=submit]{width:50%;margin:0
auto}}#blog_body .forum-body .panel-body.respond-to-post .form-respond textarea, #blog_body .forum-body .panel-body.respond-to-post .form-respond input[name=title]{font-family:Helvetica,Arial,sans-serif;color:var(--default-text-color);font-size:16px}#blog_body .forum-body .panel-body.respond-to-post .form-respond .author-pseudo{display:flex;gap:5px}#blog_body .forum-body .panel-body.respond-to-post .form-respond .toolbar-form-top{display:inline-block;font-size:22px;margin-left:10px}#blog_body .forum-body .panel-body.respond-to-post .form-respond
.captcha_math{display:flex;gap:10px;margin:10px
0}#blog_body .forum-body .panel-body.respond-to-post .form-respond .captcha_math
img{max-height:48px}#blog_body .forum-body .panel-body.respond-to-post .form-respond .resize-handle{position:absolute;top:5px;left:50%;right:0;display:none;height:6px;width:32px;cursor:ns-resize;border:1px
solid var(--main-color-60);border-radius:5px;justify-content:space-evenly;align-items:center;flex-direction:column}#blog_body .forum-body .panel-body.respond-to-post .form-respond .resize-handle
.line{height:1px;border:1px
solid var(--main-color-60);width:80%}@media (min-width: 992px){#blog_body .forum-body .panel-body.respond-to-post .form-respond .resize-handle{display:flex}}#blog_body .forum-body .panel-body.respond-to-post .form-respond #post-preview-container{border:1px
solid var(--main-color-20);border-radius:5px;padding:4px;text-align:justify;overflow:auto}#blog_body [data-insert-bbcode], #blog_body [data-smileys-call]{cursor:pointer}



/** forum.scss **/
@charset "UTF-8";@media (max-width: 991px){#blog_body .forum-body{width:100%}#blog_body .forum-body .panel-body{padding-left:0;padding-right:0}}#blog_body .forum-body .panel-footer{margin-top:10px;padding:0}#blog_body .forum-body
h2{margin:0;font-family:Montserrat,sans-serif;font-size:18px;display:flex;align-items:center;justify-content:space-between;font-weight:500;gap:10px}@media (min-width: 992px){#blog_body .forum-body
h2{font-size:21px}}#blog_body .forum-body h2:not(:first-child){margin-top:10px}#blog_body .forum-body h2
a{text-decoration:none}#blog_body .forum-body h2
.icon{display:flex}#blog_body .forum-body h2 .icon
img{width:48px;height:48px;object-fit:cover;border-radius:5px}@media (max-width: 991px){#blog_body .forum-body
h2{padding:0
10px}}#blog_body .forum-body
h3{font-size:18px}#blog_body .forum-body .threads-list, #blog_body .forum-body .forums-list{padding:0;margin:0}#blog_body .forum-body .threads-list.threads-list-limited, #blog_body .forum-body .forums-list.threads-list-limited{max-height:280px;overflow-y:auto;box-shadow:inset 0 -3px 16px rgba(0, 0, 0, 0.5);border-radius:10px}#blog_body .forum-body .threads-list > li, #blog_body .forum-body .forums-list>li{cursor:pointer;transition:200ms;padding:7px;width:100%;display:flex;align-items:center}#blog_body .forum-body .threads-list > li.readed, #blog_body .forum-body .forums-list>li.readed{opacity:0.6}#blog_body .forum-body .threads-list > li .thread-title, #blog_body .forum-body .forums-list > li .thread-title{font-family:"Arial",sans-serif;flex-grow:2}@media (min-width: 992px){#blog_body .forum-body .threads-list > li .thread-title, #blog_body .forum-body .forums-list > li .thread-title{display:flex;align-items:center;justify-content:space-between;min-width:0}#blog_body .forum-body .threads-list > li .thread-title > a, #blog_body .forum-body .forums-list > li .thread-title>a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:25px}}#blog_body .forum-body .threads-list > li .thread-title .last-infos, #blog_body .forum-body .forums-list > li .thread-title .last-infos{font-size:11px;display:flex;flex-direction:row;align-items:center;white-space:nowrap;justify-content:space-between}@media (min-width: 992px){#blog_body .forum-body .threads-list > li .thread-title .last-infos, #blog_body .forum-body .forums-list > li .thread-title .last-infos{text-align:right}}#blog_body .forum-body .threads-list > li a.title, #blog_body .forum-body .forums-list > li
a.title{font-size:16px;font-weight:500;font-family:"Montserrat",sans-serif;transition:200ms}#blog_body .forum-body .threads-list > li a.title:hover, #blog_body .forum-body .forums-list > li a.title:hover{text-decoration:none}#blog_body .forum-body .threads-list > li:hover a.title, #blog_body .forum-body .forums-list > li:hover
a.title{font-size:18px}#blog_body .forum-body .threads-list > li:nth-child(even), #blog_body .forum-body .forums-list>li:nth-child(even){background-color:var(--forum-line-1)}#blog_body .forum-body .threads-list > li:nth-child(odd), #blog_body .forum-body .forums-list>li:nth-child(odd){background-color:var(--forum-line-2)}#blog_body .forum-body .threads-list > li .nb-answers, #blog_body .forum-body .forums-list > li .nb-answers{white-space:nowrap;margin-left:10px}#blog_body .forum-body .threads-list > li .thread-picture, #blog_body .forum-body .forums-list > li .thread-picture{transition:200ms;border-radius:5px;display:inline-block;vertical-align:middle;background-color:var(--main-color-40);width:32px;height:32px;background-size:cover;margin-right:10px;min-width:32px}#blog_body .forum-body .bbcode-article-preview{display:flex;flex-direction:column}@media (min-width: 992px){#blog_body .forum-body .bbcode-article-preview{flex-direction:row}}#blog_body .forum-body .bbcode-article-preview
h3{margin:0
0 15px 0}#blog_body .forum-body .bbcode-article-preview
.illustration{border-radius:10px;background-position:center;background-size:cover;aspect-ratio:16/6;margin:0
0 15px 0}@media (min-width: 992px){#blog_body .forum-body .bbcode-article-preview
.illustration{width:200px;height:100%;aspect-ratio:1/1;margin:0
15px 0 0}}#blog_body .post-toolbar-bottom{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-height:32px;user-select:none}#blog_body .post-toolbar-bottom
.like{display:flex;align-items:center;transition:font-size 0.3s ease;justify-content:flex-end;font-size:12px}#blog_body .post-toolbar-bottom .like.user-can-like{cursor:pointer}#blog_body .post-toolbar-bottom .like:after{transition:font-size 0.3s ease;display:flex;font-size:18px;content:"🤍";align-items:center;justify-content:center;padding-left:2px}#blog_body .post-toolbar-bottom .like.has-like:after{content:"❤️"}#blog_body .post-toolbar-bottom .like.user-can-like:hover:after{font-size:22px;content:"🖤"}#blog_body.night .post-toolbar-bottom .like:not(.has-like):after{content:"🖤"}#blog_body.night .post-toolbar-bottom .like.user-can-like:hover:after{content:"🤍"}.post-quote-button{position:absolute;background-color:var(--popup-background);color:#fff;padding:8px
12px;border-radius:4px;cursor:pointer;z-index:1000;font-size:14px;box-shadow:0 2px 5px rgba(0,0,0,0.2);display:none}.post-quote-button:hover{background-color:var(--main-color-50)}.mention-popup{position:absolute;border:1px
solid #ccc;background-color:var(--popup-background);max-height:150px;overflow-y:auto;box-shadow:0 2px 10px rgba(0, 0, 0, 0.2);z-index:1000;font-size:14px;border-radius:4px;padding:5px;opacity:0;transform:translateY(-10px);transition:opacity 0.2s ease, transform 0.2s ease;display:none}.mention-popup.show{opacity:1;transform:translateY(0)}.mention-popup
div{padding:4px
8px;cursor:pointer;transition:background-color 0.2s ease, color 0.2s ease;min-width:90px}.mention-popup
div.active{background-color:var(--popup-background-selection);color:#fff}.mention-popup-loader{padding:8px;text-align:center;font-style:italic;color:#555}.bbcode-spoiler{filter:blur(5px);cursor:pointer}.bbcode-spoiler
img{filter:blur(15px)}.bbcode-spoiler.no-hide{filter:none}.forum-title div:first-child{flex-grow:1}



/** posts-list.scss **/
.posts-list{padding:0;margin:0;font-family:Lato,serif}.posts-list .anchor-post{margin-top: -60px;margin-bottom:60px}.posts-list
a{color:var(--main-color)}.posts-list>li{padding:10px;list-style:none;margin:0}.posts-list>li.post{font-size:16px}@media (min-width: 992px){.posts-list>li{margin:0
-15px;padding:10px
15px}}.posts-list>li:nth-child(even){background-color:var(--forum-line-1)}.posts-list>li:nth-child(odd){background-color:var(--forum-line-2)}.posts-list .author-infos{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid var(--main-color-60);display:flex;flex-direction:row;justify-content:space-between;align-items:center}.posts-list .author-infos
.avatar{width:36px;height:36px;border-radius:20%;background-position:center;background-repeat:no-repeat;background-size:cover;border:1px
solid var(--main-color-40)}.posts-list .author-infos .author-first{display:flex;gap:5px;align-items:center}.posts-list .author-infos .author-first
.author{display:flex;align-content:center;align-items:flex-start;flex-direction:column}.posts-list .author-infos .author-first .author .author-pseudo{font-family:"Montserrat",sans-serif}.posts-list .author-infos .author-first .author .author-pseudo
a{font-weight:500}.posts-list .author-infos .post-date{font-size:12px}.posts-list .author-infos .toolbar-top{display:flex;font-size:18px}.posts-list .author-infos .toolbar-top
a{display:inline-block;margin-right:5px}



/** mention-popup.scss **/




/** quote.scss **/
#blog_body .quote-post{font-size:90%;background-color:var(--main-color-20);padding:5px;border-radius:5px;width:96%;margin:0
auto 5px}#blog_body .quote-post
img{max-width:25%}#blog_body .quote-post .quote-content-deploy{height:0;overflow:hidden;transition:all ease 0.2s;opacity:0}#blog_body .quote-post .quote-content-deploy.display{opacity:1}#blog_body .quote-title{border-bottom:none}#blog_body .quote-post:has(.quote-content-deploy.display) .quote-title{border-bottom:1px solid var(--main-color-20);margin-bottom:3px;padding-bottom:3px}#blog_body .quote-post:has(.quote-content) .quote-title{border-bottom:1px solid var(--main-color-20);margin-bottom:3px;padding-bottom:3px}



/** sheet-and-site-preview.scss **/
.sheet-preview{display:flex;gap:16px;width:80%;margin:0
auto 16px;align-items:center;padding:16px
0;border-top:1px solid var(--main-color-40);border-bottom:1px solid var(--main-color-40)}.sheet-preview:not(:first-child){margin-top:16px}.sheet-preview .sheet-cover{border:0;box-shadow:none}.sheet-preview .sheet-cover
img{border:1px
solid #000;background-color:#333;box-shadow:0 2px 7px #111;border-radius:4px}.sheet-preview .sheet-content{width:100%}.sheet-preview .thumbnails-list{margin:0;padding:0;display:flex;gap:16px;justify-content:space-evenly;align-items:flex-end}.sheet-preview .thumbnails-list
li{list-style:none;padding:0;margin:0}.sheet-preview .thumbnails-list li
img{border-radius:3px}



/** toolbar-post.scss **/
.toolbar-form-post{display:flex;justify-content:flex-end}.toolbar-form-post>label,.toolbar-form-post>div{display:flex;background-color:var(--main-color-20);height:32px;width:32px;align-items:center;justify-content:center;user-select:none;background-image:linear-gradient(to bottom, #ccc 0%, #969696 100%);color:#444;font-size:18px;font-family:Courier,serif;padding:0
8px}.toolbar-form-post>label.bbcode-bold,.toolbar-form-post>div.bbcode-bold{font-weight:700}.toolbar-form-post>label.bbcode-italic,.toolbar-form-post>div.bbcode-italic{font-style:italic}.toolbar-form-post>label.bbcode-spoiler-icon,.toolbar-form-post>div.bbcode-spoiler-icon{width:auto;padding:0
8px;font-size:11px;font-family:sans-serif}.toolbar-form-post > label.bbcode-spoiler-icon span, .toolbar-form-post > div.bbcode-spoiler-icon
span{filter:blur(2px)}.toolbar-form-post>label.bbcode-justify,.toolbar-form-post>label.bbcode-center,.toolbar-form-post>div.bbcode-justify,.toolbar-form-post>div.bbcode-center{display:flex;flex-direction:column;gap:2px}.toolbar-form-post > label.bbcode-justify span, .toolbar-form-post > label.bbcode-center span, .toolbar-form-post > div.bbcode-justify span, .toolbar-form-post > div.bbcode-center
span{display:block;background-color:#000;height:2px;width:80%}.toolbar-form-post>label:first-child,.toolbar-form-post>div:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.toolbar-form-post>label:last-child,.toolbar-form-post>div:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.toolbar-form-post>label:not(:last-child),.toolbar-form-post>div:not(:last-child){border-right:1px solid #fff}.toolbar-form-post>label.smileys-call,.toolbar-form-post>div.smileys-call{position:relative}.toolbar-form-post > label.smileys-call .smileys-box, .toolbar-form-post > div.smileys-call .smileys-box{position:absolute;background-color:var(--panel-background)}

