/* 2025-03-18 20:46:04 */
/* 00_reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}body { line-height: 1;}ol,ul { list-style: none;}blockquote,q { quotes: none;}blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none;}table { border-collapse: collapse; border-spacing: 0;} * { -webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent; outline: 0;} strong,b { font-weight: bold;} em,i { font-style: italic;} 


#footer {display:none}


/* 01_template.css */
 @media screen and (min-width: 1024px){ .hideOnDesktop { display: none !important; }} @media screen and (max-width: 1023px){ .hideOnMobile { display: none !important; }} @media screen and (max-height: 350px){ .hideOnUltraSmallHeight { display: none !important; }} 


/* 02_xds.css */



/* 10_ibc.css */
 /*.ibc{} .ibc > div { display: inline-block;} .ibc.autoWidth > div:first-child:nth-last-child(1) { width: 100%;}.ibc.autoWidth > div:first-child:nth-last-child(2),.ibc.autoWidth > div:first-child:nth-last-child(2) ~ div { width: 50%;}.ibc.autoWidth > div:first-child:nth-last-child(3),.ibc.autoWidth > div:first-child:nth-last-child(3) ~ div { width: calc( 100% / 3 );}.ibc.autoWidth > div:first-child:nth-last-child(4),.ibc.autoWidth > div:first-child:nth-last-child(4) ~ div { width: 25%;}.ibc.autoWidth > div:first-child:nth-last-child(5),.ibc.autoWidth > div:first-child:nth-last-child(5) ~ div { width: 20%;} */


/* 00_main.css */
:root { --main-font-size: 13px; font-size: 13px;} * { transition: color 0.2s,background-color 0.2s;} body { background: var(--var-body-bgcolor); padding: 0; font-family: 'Open Sans',Verdana,sans-serif; color: var(--var-body-bgcolor-contrast); font-size: var(--main-font-size); -webkit-text-size-adjust: none; line-height: 1.4;} a:link { color: inherit; text-decoration: none; }a:active { color:inherit; text-decoration: none; }a:visited { color: inherit; text-decoration: none; }a:hover { color: #FF9900; text-decoration: underline; } /*h1:not(.inbloc) { margin: 1em 0; padding: 0px 15px; font-size: 4em; font-weight: 100; font-family: Raleway; text-align: center; color: var(--var-body-bgcolor-contrast); line-height: 1.3em;}.onMobile h1:not(.inbloc) { margin: 0.8em; font-size: 2.5em;}*/ h1:not(.inbloc) { margin: 1em 0; padding: 0px 15px; font-size: 3em; font-weight: 100; font-family: Raleway; text-align: center; color: var(--var-body-bgcolor-contrast); line-height: 1.3em;}.onMobile h1:not(.inbloc) { margin: 0.8em; font-size: 2.5em;} h1.inbloc { padding: 0.9em 0.7em; font-size: 1.2em; font-weight: 600; text-align: left; color: var(--var-body-bgcolor-contrast); line-height: 1.3em; padding-left: 0;} h1 div.avatar { position: relative; width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; /*overflow: hidden;*/ background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; border: 0.1em solid white; box-sizing: content-box; flex-grow: 0; flex-shrink: 0; font-family: "Open Sans",Verdana,sans-serif;} h2 { margin: 45px 0; padding: 0px 15px; font-size: 2em; font-weight: 100; font-family: Raleway; text-align: center;} * { box-sizing: border-box;} .ibc > div { vertical-align: top;} .ibc > div.largeLeft { width: calc( 100% - 350px - 20px ); box-sizing: border-box;} .ibc > div.smallRight { width: 350px; box-sizing: border-box; margin-left: 20px;} .onMobile .ibc > div.largeLeft { width: 100%; display: block;} .onMobile .ibc > div.smallRight { width: 100%; margin-left: auto; display: block;} .ibc { display: flex; flex-wrap: wrap;} .onMobile .ibc.reverseOrderOnMobile { flex-direction: column;}.onMobile .reverseOrderOnMobile > div:first-child { order: 3;} .smallRight > .sticky { position: sticky; top: 70px;}


/* 01_bloc.css */
 .bloc { background-color: var(--var-tr-color); color: var(--var-tr-color-contrast); border-radius: 4px; box-shadow: 1px 1px 7px rgba(0,0,0,0.08); margin-bottom: 30px;} .onMobile .fullWidthOnMobile { margin-left: -10px; margin-right: -10px;} .bloc>.blocwrapper { padding: 15px;} .cattitle { background-color: var(--var-th-color); padding: 10px 20px; font-weight: bold; color: var(--var-th-color-contrast);} .cattitle a { color: inherit;} .bloc.highlight { background-color: var(--var-menu-bgcolor); color: var(--var-menu-bgcolor-contrast);} .bloc.highlight .cattitle { background-color: var(--var-menu-bgcolor-darker);} .size.s1on2 { width: 50%;} .size.s1on3 { width: 29%;} .size.s2on3 { width: 71%;} .size.tiers { width: calc( 100% / 3 );} .size.center { margin: auto;} .size.left { float: left;padding-right: 10px;} .size.right { float: right;padding-left: 10px;} @media screen and (max-width: 1000px) {.size.s1on2,.size.s2on3,.size.s1on3 { width: 100%; }.size.left,.size.right { float: auto; padding: 0; }} 


/* 10_header.css */
 #mainheader { position: relative; background: var(--main-header-background); background-color: var(--var-header-gradient-color); background-position: center center; background-size: var(--var-header-behavior-size); background-repeat: var(--var-header-background-repeat); color: white; box-shadow: 0 0 10px rgba(0,0,0,0.2); margin-bottom: 40px; height: var(--var-header-behavior-height);} /* On réduit la taille du header quand on n'est pas dessus */.off_index #mainheader,.onMobile #mainheader { height: var(--var-header-behavior-height-small);} #mainheader .mainwidth{ max-width: 1300px; margin: auto; padding: 0 20px; position: relative;} #mainheader .namedesc { z-index: 1; position: relative; color: var(--var-header-text-color); height: 100%; display: flex; align-content: center; justify-content: center; flex-wrap: nowrap; flex-direction: column;} #mainheader #usermenu{ background-color: rgba(0,0,0,0.2); position: absolute; left: 0; right: 0; bottom: 0; padding: 5px; z-index: 3;} body.logged_in #mainheader #usermenu{ padding-top: 10px; color: #e18700;} #mainheader #usermenu .links { text-align: center;}#mainheader #usermenu .links a { display: inline-block; color: var(--var-menu-bgcolor-contrast); background-color: var(--var-menu-bgcolor); padding: 3px 8px; margin: 5px; border-radius: 3px; padding-top: 4px; border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 2px solid rgba(0,0,0,0.08);} #mainheader #usermenu .links a img { display: none;} #mainheader #menubar{ position: absolute; color: var(--var-header-text-color); top: 20px; right: 20px; text-align: right; z-index: 20;} #mainheader #menubar a{ color: inherit; display: inline-block; margin-left: 25px; font-weight: 600;} #mainheader #menubar a img { display: none;} .onDesktop #mainheader #menubar { background-color: rgba(var(--var-header-gradient-color-rgb),0.6); box-shadow: 0 0 6px var(--var-header-gradient-color); border-radius: 5em; padding-right: 25px;}.onDesktop #mainheader #menubar a { padding-top: 0.3em; padding-bottom: 0.3em;} #mainheader .sitename { font-weight: 700; text-align: center; font-size: 54px; text-shadow: 3px 3px 2px rgba(var(--var-header-gradient-color-rgb),0.5),-1px -1px 2px rgba(var(--var-header-gradient-color-rgb),0.5),-1px 3px 2px rgba(var(--var-header-gradient-color-rgb),0.5),3px -1px 2px rgba(var(--var-header-gradient-color-rgb),0.5); visibility: var(--var-visibility-show-header-forumname); /*padding-top: var(--var-header-behavior-title-padding-top);*/} .off_index #mainheader .sitename,.onMobile #mainheader .sitename { /*padding-top: var(--var-header-behavior-title-padding-top-small);*/ font-weight: 700; font-size: 30px;} #mainheader .sitedescription { font-weight: 400; text-align: center; /*padding-top: 20px;*/ font-size: 24px; text-shadow: 3px 3px 2px rgba(var(--var-header-gradient-color-rgb),0.5),-1px -1px 2px rgba(var(--var-header-gradient-color-rgb),0.5),-1px 3px 2px rgba(var(--var-header-gradient-color-rgb),0.5),3px -1px 2px rgba(var(--var-header-gradient-color-rgb),0.5); visibility: var(--var-visibility-show-header-forumname);} .off_index #mainheader .sitedescription,.onMobile #mainheader .sitedescription { font-size: 20px; font-weight: 300; /*padding-top: 10px;*/} #maincontent { max-width: 1200px; margin: auto; padding: 0 20px;}.on_viewtopic #maincontent { max-width: 1500px;} .onMobile #maincontent { padding: 0 10px;} #mainheader #menubarv2{ position: static; color: var(--var-menu-bgcolor-contrast); top: 0px; left: 0; text-align: right; z-index: 1500; width: 100%; transition: all 0.2s; }#mainheader #menubarv2 > div { padding: 2px 0; transition: none;} #mainheader #menubarv2.withBackground{ background-color: var(--var-menu-bgcolor)/*rgba(var(--var-header-gradient-color-rgb),1);*/; /*background: linear-gradient(75deg,rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%);*/ transition: all 0.2s; box-shadow: 0 0 10px rgba(0,0,0,0.4); border-bottom: 1px solid rgba(0,0,0,0.3);} #mainheader #menubarv2 a{ color: inherit; display: inline-block; margin-left: 25px; font-weight: 600;} /*.onDesktop #mainheader #menubarv2 { border-radius: 5em; padding-right: 25px;}.onDesktop #mainheader #menubarv2 a { padding-top: 0.3em; padding-bottom: 0.3em;}*/ #menubarv2 div.avatar { position: relative; width: 2em; height: 2em; line-height: 2em; text-align: center; margin: auto; /*box-shadow: 0 0 0.3em rgba(0,0,0,0.15);*/ border-radius: 10em; background-color: white; font-weight: 900; color: white; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; flex-grow: 0; flex-shrink: 0; /*border: 0.1em solid white;*/ box-sizing: content-box;} .menubarv2block { background-color: rgba(0,0,0,0.8); border-radius: 10em; position: relative;} .menubarv2block>div:not(.headerDropDown) { display: flex; gap: 0.8em; align-items: center; justify-content: flex-end; /*padding: 0.3em 0.7em;*/ background-color: rgba(var(--var-menu-bgcolor-rgb),0.9); /*font-size: 0.8em;*/ font-weight: 600; border-radius: 10em; font-size: 0.9em; padding: 0.4em 0.8em;} .onMobile .menubarv2block:not(.menubarv2blockprofile)>div:not(.headerDropDown){ font-size: 0.85em;} .menubarv2block i{ font-size: 1.8em; vertical-align: -0.18em;}.menubarv2block svg { height: 1.8em; vertical-align: -0.9em; margin: 0.36em 0;}.menubarv2block i:has(+ span),.menubarv2block svg:has(+ span) { margin-right: 0.1em;}.onMobile .menubarv2block i{ font-size: 1.5em; vertical-align: -0.1em;}.onMobile .menubarv2block svg{ height: 1.5em;} #mainheader #menubarv2 .menubarv2block a { margin: 0; font-weight: 600; opacity: 0.8; position: relative; cursor: pointer; text-decoration: none;}#mainheader #menubarv2 .menubarv2block a:hover { opacity: 1; transition: all 0.25s;}#mainheader #menubarv2 .menubarv2block a * { transition: none;} .menubarv2notif { position: absolute; top: -0.3em; left: -0.3em; border: 1px solid rgba(255,255,255,0.7); background-color: var(--var-icon-unread-bgcolor); color: var(--var-icon-unread-bgcolor-contrast-soft); padding: 0; line-height: 1em; font-size: 0.9em; padding: 0.1em 0.2em; border-radius: 0.3em; cursor: inherit;} .menubarv2notif.notifsoft { background-color: var(--var-icon-read-bgcolor); color: var(--var-icon-read-bgcolor-contrast-soft);} .menubarv2blockprofile>div:not(.headerDropDown) { padding: 0.2em; font-size: 1.5em; position: relative;} .headerDropDown { display: none; text-align: left; position: absolute; right: 0; top: calc( 100% + 15px ); /*backdrop-filter: blur(5px);*/ background-color: var(--var-menu-bgcolor); width: 300px; max-width: 100vw; border-radius: 0.5em; padding: 0.5em; box-shadow: 0px 3px 15px rgba(0,0,0,0.4); max-height: calc( 100vh - 100px ); overflow: auto;} #mainheader #menubarv2 .headerDropDown a { display: block; padding: 0.3em 0.7em; margin: 0.3em 0; border-radius: 0.3em; opacity: 1; transition: all 0.15s;}#mainheader #menubarv2 .headerDropDown a:hover { text-decoration: none; color: var(--var-header-text-color-contrast); background-color: var(--var-header-text-color);} .headerProfilBlocName { border-radius: 15em; border-top-right-radius: 3em; border-bottom-right-radius: 3em;}.headerProfilBlocName:hover { /*color: var(--var-header-gradient-color); background-color: var(--var-header-text-color);*/ color: var(--var-header-text-color-contrast); background-color: var(--var-header-text-color); transition: all 0.5s;}.headerProfilBlocName * { transition: none;} 


/* 10_header_menumobile.css */
 #menumobile { background-color: white; color: black; width: 40px; height: 40px; border-radius: 40px; text-align: center; line-height: 40px; z-index: 999999000; position: absolute; top: 10px; cursor: pointer; font-size: 20px; box-shadow: 0 0 3px rgba(0,0,0,0.3); position: static;} #menumobile.menushown { /*position: static;*/} #menumobile .fa-xmark { display: none;}#menumobile.menushown .fa-xmark { display: inline-block;} #menumobile.menushown .fa-bars { display: none;} /*Le nombre de message privé affiché dans le bouton du menu mobile*/#menumobile > div.nbprivatemessage { position: absolute; color: white; background-color: red; font-size: 11px; height: 20px; width: 20px; border-radius: 100px; line-height: 20px; overflow: hidden; font-weight: bold; margin-top: -15px; margin-left: -5px;} .onMobile #mainheader #menubar { position: static; background-color: var(--var-tr-color); left: 0; width: calc( 100vw ); border-right: 30px solid var(--var-tr-color-soft); bottom: 0; overflow: auto; color: var(--var-tr-color-contrast); top: 0; z-index: 10000; box-sizing: border-box; padding: 20px; padding-top: 70px; text-align: left;} .onMobile #mainheader #menubar a { display: block; width: 100%; box-sizing: border-box; padding: 0.7em 0px; margin: 0; border-bottom: 1px solid var(--var-tr-color-soft); position: relative; padding-right: 20px; text-transform: uppercase;} .onMobile #mainheader #menubar a::after { content: '\f054'; display: block; position: absolute; right: 0; top: calc( 50% - 0.7em ); font-family: "Font Awesome 6 Pro"; font-weight: 800;} .onMobile #mainheader #menubar a:last-of-type { border: 0;} .onMobile .links { margin-top: 20px;} .onMobile #mainheader #menubar { left: 0; transition: 0.4s;}.onMobile #mainheader #menubar.menuhidden { left: -110vw; transition: 0.4s;} 


/* 10_navigation.css */
#content > h1, #content > div.navigation {background-color:#d9d9d9} .navigation { margin: 25px 0; font-family: Raleway; font-weight: 200; padding: 0 5px; text-align: center;} /*h1 + .navigation { margin-top: -35px;}*/ h1 + .navigation { margin-top: -30px;} .onMobile h1 + .navigation { margin-top: 0;} .navigation a { display: inline-block; color: var(--var-body-bgcolor-contrast);}.navigation a::before { content: '\f054'; margin: 0px 10px; color: var(--var-body-bgcolor-contrast-soft); font-family: "Font Awesome 6 Pro"; display: inline-block; line-height: 1.7em;}.navigation a:first-child::before { content: '';} .navigationsubmenu { font-family: Raleway; font-weight: 400; padding-top: 0.5em; max-width: 1160px; margin: auto;}.navigationsubmenu::after { content: ''; display: block; border-bottom: 2px dotted var(--var-th-color); opacity: 0.3; padding-top: 0.5em;} .navigationsubmenu a { display: inline-block; color: var(--var-body-bgcolor-contrast);}.navigationsubmenu a::before { content: '\f054'; margin: 0px 10px; color: var(--var-body-bgcolor-contrast-soft); font-family: "Font Awesome 6 Pro"; display: inline-block; line-height: 1.7em; opacity: 0.3;}


/* 11_header_sub.css */
.afterMainHeader { margin-bottom: 40px; background-color: var(--var-tr-color); color: var(--var-tr-color-contrast);}.afterMainHeaderContent { margin: auto; max-width: 1200px; padding: 20px; padding-bottom: 0;} .onMobile .afterMainHeaderContent { padding: 15px 10px; padding-bottom: 0;} .afterMainHeaderContent h1 { color: inherit; text-align: left; padding: 0; margin: 0; font-size: 1.3em; font-weight: 800; font-family: 'Open Sans',Verdana,sans-serif;} .subHeaderMembres { opacity: 0.5; font-size: 0.9em; margin: 0.3em 0;} .afterMainHeaderContent .submit-buttons button { padding: 0.9em 1.2em; padding-right: 1.4em;} .afterMainHeaderContent button { border-radius: 0.3em !important;} .submenu_popup { display: none; position: absolute; top: calc( 100% ); left: -3px; box-shadow: 2px 5px 10px rgba(0,0,0,0.4); background-color: var(--var-tr-color); border-radius: 3px; min-width: 100%; padding: 3px; padding-bottom: 1px;} .submenu_popup button { width: 100% !important; text-align: left !important; white-space: nowrap !important; margin-bottom: 1px !important; padding: 0.8em 1.2em !important; padding-right: 1.4em !important;} .homeOnglets { display: flex; gap: 10px; margin-top: 2em; align-items: flex-end; max-width: 100%; overflow-x: auto; overflow-y: hidden;} .homeOnglets > a { padding: 5px 14px ; background-color: var(--var-body-bgcolor);/*--var-tr-color);*/ color: var(--var-body-bgcolor-contrast); cursor: pointer; border-top-left-radius: 5px; border-top-right-radius: 5px; font-weight: 800; opacity: 0.5; display: block; white-space: nowrap;} .homeOnglets > a.sel { opacity: 1; border-top: 4px solid var(--var-th-color); margin-bottom: -2px;}.homeOnglets > a:hover { text-decoration: none;}.homeOnglets > a:not(.sel):hover { text-decoration: none; opacity: 0.8;} 


/* 20_icons.css */
 .fa-bubble { display: inline-block; border-radius: 5em; box-shadow: 0 0 1px rgba(0,0,0,0.1); padding: 0.33em 0.2em; box-sizing: border-box; width: 2.1em; height: 2.1em; text-align: center; background-color: var(--var-icon-read-bgcolor); color: var(--var-icon-read-bgcolor-contrast-soft) !important; font-size: 1.5em; line-height: 1.4em;}.fa-bubble:before { content: "\f128";} .fa-ico-IMG_FORUM:before { --fa: "\f086"; --fa--fa: "\f086\f086";} .fa-ico-IMG_TOPIC:before { --fa: "\f075"; --fa--fa: "\f075\f075";} .fa-ico-IMG_ANNOUNCE:before { --fa: "\f0a1"; --fa--fa: "\f0a1\f0a1";} .fa-ico-LOCKED:before { --fa: "\f023"; --fa--fa: "\f023\f023";} .fa-ico-IMG_STICKY:before { --fa: "\f249"; --fa--fa: "\f249\f249";} .fa-ico-IMG_EVENT:before { --fa: "\f736"; --fa--fa: "\f736\f736";} .fa-ico-IMG_TOPIC_MOVED:before { --fa: "\f0ec"; --fa--fa: "\f0ec\f0ec";} .fa-ico-IMG_PM:before { --fa: "\f075"; --fa--fa: "\f075\f075";} .fa-ico-UNREAD { background-color: var(--var-icon-unread-bgcolor); color: var(--var-icon-unread-bgcolor-contrast-soft) !important;} @keyframes fa-ico-HOT { 0% {color: var(--var-icon-read-bgcolor-contrast-soft);} 40% {color: var(--var-icon-read-bgcolor-contrast-soft);} 45% {color: orange;} 55% {color: rgb(255,218,0);} 60% {color: red;} 65% {color: rgb(255,218,0);} 70% {color: red;} 95% {color: orange;} 100% {color: var(--var-icon-read-bgcolor-contrast-soft);}} @keyframes fa-ico-HOT-UNREAD { 0% {color: var(--var-icon-unread-bgcolor-contrast-soft);} 40% {color: var(--var-icon-unread-bgcolor-contrast-soft);} 45% {color: orange;} 55% {color: rgb(255,218,0);} 60% {color: red;} 65% {color: rgb(255,218,0);} 70% {color: red;} 95% {color: orange;} 100% {color: var(--var-icon-unread-bgcolor-contrast-soft);}} .fa-ico-HOT:before { content: "\f06d"; animation-name: fa-ico-HOT; animation-duration: 3s; animation-iteration-count: infinite;} .fa-ico-HOT.fa-ico-UNREAD:before { animation-name: fa-ico-HOT-UNREAD;} 


/* 20_listeactivities.css */
.listactivities { font-weight: 300;}.listactivities a { color: red;}.listactivities a { color: inherit; font-weight: 600;}


/* 20_listeforum.css */
.listforum { display: flex; align-items: center; justify-content: space-between; padding: 2.3em 1.15em; border-bottom: 1px solid var(--var-tr-color-soft);} .listforum:last-child {} .onMobile .listforum { padding: 15px 10px;} .listforum .iconnewtopics { width: 50px; text-align: center; flex-grow: 0; flex-shrink: 0;} .listforum .icon { width: calc( var(--var-ficonsw) / 0.9 ); text-align: center; flex-grow: 0; flex-shrink: 0;}.onMobile .listforum .icon { display: none;} .listforum .iconnewtopics img,.listforum .icon img { max-width: 90%;} .listforum .datas { flex-grow: 1; display: flex; align-items: center; justify-content: space-between; padding-left: 10px;}.onMobile .listforum .datas { flex-wrap: wrap; padding-left: 5px;} .listforum .datas .maindatas { flex-grow: 1;} .listforum .datas .maindatas .title { font-weight: bold; font-size: 1.2em; line-height: 1.4em;} .listforum .datas .maindatas .subforums a { font-weight: 400; margin: 0.2em 0; margin-right: 0.4em; background-color: var(--var-tr-color-soft); padding: 0.2em 0.4em; display: inline-block; border-radius: 0.4em; font-size: 0.9em; opacity: 0.8; font-weight: 600;}.listforum .datas .maindatas .subforums a:hover { text-decoration: none; opacity: 1;}.listforum .datas .maindatas .subforums a:before { content: '\f07b'; font-family: "Font Awesome 6 Pro"; font-weight: bold; color: var(--var-tr-color-contrast-soft); margin-right: 0.5em; opacity: 0.7; font-size: 0.8em; vertical-align: 0.1em;} .onMobile .listforum .datas .maindatas .title { font-size: 1.05em; } .onMobile .listforum .datas .maindatas .title .topictitle { flex: 1;} .listforum .datas .maindatas .desc { color: var(--var-tr-color-contrast-soft); padding: 3px 0;} .listforum .datas .author { background-color: var(--var-tr-color-soft); color: var(--var-tr-color-contrast-soft); padding-left: 7px; padding-right: 4px; border-radius: 30px; text-align: center; /*opacity: 0.5;*/}/*.listforum .datas .author:hover { opacity: 1;}*/ .listforum .datas .catliketag { background-color: var(--var-tr-color-soft); color: var(--var-tr-color-contrast-soft); padding: 0 0.7em; border-radius: 30px; text-align: center; display: inline-block; font-weight: normal; font-size: 0.65em; margin-bottom: 0.5em;} .listforum .datas .moredatas { width: 200px; padding-left: 10px; font-size: 0.9em; flex-grow: 0; flex-shrink: 0; display: flex; flex-wrap: wrap; color: var(--var-tr-color-contrast-soft);}.onMobile .listforum .datas .moredatas { width: 100%; padding-left: 0; padding-right: 5px; padding-top: 8px; padding-bottom: 8px; font-size: 0.8em;} .listforum .datas .moredatas .topics,.listforum .datas .moredatas .posts,.listforum .datas .moredatas .views,.listforum .datas .moredatas .replies { width: 50%; flex-grow: 0; flex-shrink: 0;} .onMobile .listforum .datas .moredatas .topics,.onMobile .listforum .datas .moredatas .posts,.onMobile .listforum .datas .moredatas .views,.onMobile .listforum .datas .moredatas .replies { text-align: right; width: auto; flex-shrink: 1; order: 2;}.listforum .datas .moredatas .lastpost { margin-top: 5px; padding-top: 5px; border-top: 1px solid var(--var-tr-color-soft); /* Utile pour la liste de sujets quand flex:1 en style="" */ align-items: center; justify-content: space-between; display: flex; width: 100%;}.onMobile .listforum .datas .moredatas .lastpost { border: 0; flex-grow: 1; margin: 0; padding: 0; order: 1; padding-right: 10px; width: auto;}.listforum .topics:after { content: ' sujets'; opacity: 0.6;} .listforum .posts:after { content: ' replies'; opacity: 0.6;} .listforum .views:after { content: ' views'; opacity: 0.6;} .listforum .replies:after { content: ' replies'; opacity: 0.6;} .onMobile .listforum .posts:after { content: ' messages'; opacity: 0.6;} .listforum div.avatar { width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; overflow: hidden; background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; flex-grow: 0; flex-shrink: 0;} .listforum a { color: inherit;} .listforum .pagination { color: var(--var-tr-color-contrast-soft); font-size: 0.8em; margin-left: -0.3em; margin-top: 0.3em;}.listforum .pagination a { background-color: var(--var-tr-color-soft); display: inline-block; padding: 0.2em 0.6em; border-radius: 2px; margin: 0 0.3em;}.listforum .pagination a:hover { background-color: var(--var-tr-color-contrast-soft); color: var(--var-tr-color); text-decoration: none;} .onMobile .blocPagination { position: static; bottom: 0;} .bottomActionsSticky {display:none; position: sticky; bottom: 0px; z-index: 1000; background-color: var(--var-tr-color);} .bottomActionsSticky .bloc { box-shadow: 1px 1px 7px var(--var-tr-color-contrast-soft); background-color: var(--var-tr-color-soft);} 


/* 20_listemember.css */
.listmembermain { display: flex; border-bottom: 1px solid var(--var-tr-color-soft); width: 100%; align-items: center; gap: 1em; padding: 0.3em 0;} .listmembermain:last-child { border-bottom: 0;} .listmembermain div.avatar { width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; /*overflow: hidden;*/ position: relative; background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: -0.45em; background-size: cover; background-repeat: no-repeat; background-position: center center; flex-grow: 0; flex-shrink: 0; font-size: 1.5em;} .membergroup { border-bottom: 3px solid var(--var-tr-color-soft); padding-left: 1em; padding-bottom: 2em; margin-top: 1em; margin-bottom: 2em;}.membergroup:last-child { border: 0;} /*.onMobile .listmembermain div.avatar { font-size: 1.2em;}*/ .listmember { flex: 1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.2em; padding: 5px 0;} .onMobile .listmember { gap: 0;} .listmember:last-child { border-bottom: 0;} .listmember > div > i { opacity: 0.3; margin: 0 0.2em;}.listmember > div { flex-shrink: 0; text-align: right; flex-grow: 0;} .listmember .groupmoderator { font-weight: 600; font-size: 0.8em; margin-left: 1em; vertical-align: 0.1em; display: inline-block; background-color: rgba(0,0,0,0.1); padding: 0.1em 0.5em; border-radius: 0.3em; cursor: default;} .listmember .joined,.listmember .visited{ width: 140px; text-align: left; opacity: 0.6; font-size: 0.9em;}.listmember .lastupdate{ width: 200px; text-align: left;}.listmember .location{ width: 440px; text-align: left;} .listmember .posts{ width: 70px; opacity: 0.6; font-size: 0.9em;}.listmember div.actions { width: 60px; text-align: right;} .listmember div.username { text-align: left; font-weight: bold; width: 100%;} .onMobile .listmember div.username { width: 100%; flex-shrink: 0; flex: auto; font-weight: bold; font-size: 1em;} .onMobile .listmember > div { font-size: 0.8em;} .onMobile .listmember .joined,.onMobile .listmember .visited{ width: 90px;} .onMobile .listmember .lastupdate{ width: 150px;}.onMobile .listmember .location{ width: calc( 100% - 200px );} 


/* 20_listemp.css */
.listmp { display: flex; justify-content: space-between; align-items: center; gap: 0.5em; border-bottom: 1px solid var(--var-tr-color-soft); padding: 5px 0;}.listmp:last-child { border-bottom: 0;} .listmp .subject { flex: 1;} .listmp .date { font-weight: 100; padding-left: 1em;} .onepm .infos { margin-bottom: 10px; padding-bottom: 10px; font-weight: 100; border-bottom: 1px solid var(--var-tr-color-soft);}


/* 20_onereply.css */
 .onereply { padding-top: 15px; padding-bottom: 0px; padding-left: 10px; padding-right: 5px; border-right: 5px solid transparent; margin-bottom: 5px; position: relative; width: 100%; flex-grow: 1; display: flex; align-items: center; justify-content: space-between; align-items: flex-start; gap: 20px;} .highlightpost .onereply { background-color: rgb(var(--var-icon-unread-bgcolor-rgb),0.3);}.highlightedpost .onereply { transition: all 4s;} .isfirstnewpost { border-top: 0.4em solid var(--var-icon-unread-bgcolor);} .onMobile .onereply { flex-wrap: wrap;} .onereply .metadatas { width: 180px; flex-grow: 0; flex-shrink: 0; padding: 10px 20px; padding-bottom: 30px;} .onMobile .onereply .metadatas { width: 100%; padding: 0;} .onereply .maindatas { flex-grow: 1; display: flex; flex-direction: column; gap: 20px;}.onDesktop .onereply .maindatas { width: calc( 100% - 200px );} .onereply .dotMenu { display:none; position: absolute; right: 10px; top: 10px; z-index: 10;} .onereply .dotMenu > div > div { font-size: 12px;} .onereply .dots { width: 30px; height: 30px; background-color: transparent; color: var(--var-tr-color-contrast-soft); font-size: 1.2em; border-radius: 100px; display: inline-block; text-align: center; line-height: 30px; cursor: pointer;} .onereply:hover .dots { color: var(--var-tr-color-contrast-soft); background-color: var(--var-tr-color-soft);} .onereply .dots:hover { color: var(--var-tr-color); background-color: var(--var-tr-color-contrast-soft);} .onereply .dotsMenu { display: none; position: absolute; /* background-color: white; box-shadow: 2px 2px 7px rgba(0,0,0,0.2); border-radius: 3px; */ right: 40px; text-align: left;}/*.onereply .dotsMenu > * { padding: 10px 20px; white-space: nowrap; display: block; font-size: 1.1em;} .onereply .dotsMenu > *:hover { background-color: #F9F9F9; cursor: pointer;} .onereply .dotsMenu > a { text-decoration: none; color: black;} .onereply .dotsMenu > a > i { margin-right: 10px; color: gray; font-size: 1.3em;}*/ .onereply .author { font-weight: bold; font-size: 1.4em; padding-bottom: 10px; text-align: center;}.onMobile .onereply .author { font-weight: bold; font-size: 1.4em; padding-bottom: 0px; padding-left: 10px; text-align: left;} .onereply .author .postDate { font-size: 0.5em;} .onereply .postDate { color: var(--var-tr-color-contrast-soft); font-weight: 600;} div.avatar.avataroffline::after,div.avatar.avataronline::after { content: '\f186'; color: var(--var-tr-color-contrast); font-family: "Font Awesome 6 Pro"; position: absolute; right: -0.2em; top: -0.2em; font-size: 0.35em; display: block; line-height: 1em;} /*.viewprofile div.avatar.avataroffline::after,.viewprofile div.avatar.avataronline::after { right: -0em; top: -0em;}*/ div.avatar.avataronline::after { content: '\f111'; color: #82BA24; animation: avataronlineanimate 4s infinite; } .onMobile div.avatar.avataroffline::after,.onMobile div.avatar.avataronline::after { font-size: 0.5em;} @keyframes avataronlineanimate { 0% { opacity: 0; } 5% { opacity: 1; } 95% { opacity: 1; } 100% { opacity: 0; }} .onereply div.avatar { position: relative; width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; /*overflow: hidden;*/ background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; border: 0.1em solid white; box-sizing: content-box; flex-grow: 0; flex-shrink: 0;} .onereply div.avatar.avatarX { font-size: 60px;} .onMobile .onereply div.avatar.avatarX { font-size: 20px;}.onMobile .onereply .posterMenu div.avatar.avatarX { font-size: 50px;} .onereply .posterMenuShower { position: relative; display: flex; flex-direction: column; flex-wrap: nowrap;} .onMobile .onereply .posterMenuShower { flex-direction: row; flex-wrap: nowrap; text-align: left; width: fit-content;} .onMobile .onereply .posterMenuShower .author { order: 2; flex: 1; flex-grow: 1;}.onMobile .onereply .posterMenuShower .avatar { order: 1; flex-grow: 0; flex-shrink: 0;} .onereply .blocMessage { padding-bottom: 20px; line-height: 1.6em; word-break: break-word; font-size: 1.1em;} .onMobile .onereply .blocMessage { padding-bottom: 20px; line-height: 1.5em;} .onereply .blocMessage .actions { margin-top: 1em; color: var(--var-tr-color-contrast-soft); border-top: 1px solid var(--var-tr-color-soft); margin-top: 20px; padding-top: 10px; text-align: left;} .onereply .blocMessage .actions > div { display: inline-block; vertical-align: middle; margin-right: 10px;} .onereply .blocMessage .actions a { color: inherit;} .posthilit { color: rgb(79,71,0); font-weight: bold; background-color: rgb(255,227,0); padding: 0 0.4em; border-radius: 0.2em;} div.onereply:last-child:first-child { margin-bottom: 0;} div.onereply.firstreply .votes.main { width: 40px; text-align: center; vertical-align: middle;} div.onereply .votes i { /*color: gray;*/ font-size: 1.5em; margin-right: 0.3em;} div.onereply .votes i.clickable:hover { color: var(--var-icon-unread-bgcolor); cursor: pointer;} div.onereply .votes i.liked { color: var(--var-icon-unread-bgcolor);} div.onereply .content img { max-width: 100%;} div.onereply .posterMenu { display: none; position: absolute; background-color: var(--var-tr-color); box-shadow: 0px 0px 15px rgba(0,0,0,0.3); border-radius: 10px; left: 5px; top: 5px; text-align: left; min-width: 400px; z-index: 1001;} .onMobile div.onereply .posterMenu { min-width: auto; width: 400px;} /*div.onereply .posterMenu div.avatar { width: 90px !important; height: 90px !important; line-height: 90px !important; font-size: 45px !important;}*/ .onereply .signature { padding: 10px 13px; border-radius: 5px; box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1); font-size: 0.85em; background-color: var(--var-tr-color-soft); margin-top: 10px; overflow: hidden; max-width: 100%;} div.onereply:not(:last-child) .bottomLiner { margin-left: 50px; margin-right: 10px; border-bottom: 1px solid var(--var-tr-color-soft); margin-top: 10px;} .onMobile div.onereply:not(:last-child) .bottomLiner { margin-left: 0px; margin-right: 0px; border-bottom: 0; margin-top: 0;} div.onereply div.sub_subject { font-size: 1em; font-weight: bold; padding: 0.5em 0; margin-bottom: 0.5em; font-style: italic; border-bottom: 1px solid rgba(0,0,0,0.05);} .blurMessage { filter: blur(0.2em); opacity: 0.5; z-index: 1; -webkit-user-select: none;  -ms-user-select: none;  user-select: none; }.blurMessage > * { cursor: default;} /* div.onereply>div.poster>div.name { text-align: center; margin-bottom: 10px;} div.onereply>div.post{ width: calc( 100% - 180px ); float: right; vertical-align: top;} div.onereply>div.post>div.sub_subject {font-size: 1em;color: #555;line-height: 1.65em;font-weight: bold;margin: 20px;} div.onereply>div.post>div.content {font-size: 1em;color: #555;line-height: 1.65em;margin: 20px;} div.onereply>div.post>div.infos { border-bottom: 1px solid #F0F0F0; background-color: #F9F9F9; padding: 10px 20px; font-weight: bold; color: gray; font-weight: 100;} div.onereply>div.post>div.infos>div { display: inline-block; vertical-align: middle;} div.onereply>div.post>div.infos>div.minipost {width: 14px;} div.onereply>div.post>div.infos>div.postdate {width: calc( 100% - 230px );} div.onereply>div.post>div.infos>div.actions {width: 200px;text-align: right;} div.onereply>div.post>div.infos>div.actions>div { display: inline-block; vertical-align: middle;margin-left: 5px;} div.onereply>div.post>div.footer { border-top: 1px solid #F0F0F0; background-color: #FCFCFC; padding: 10px 20px; font-weight: bold; color: gray;clear: both;} */ 


/* 20_popup_standard.css */
.popup_standard { background: var(--var-menu-bgcolor); color: var(--var-menu-bgcolor-contrast); border-radius: 0.25rem; box-shadow: 2px 2px 7px rgba(0,0,0,0.4); line-height: 1.3rem; position: absolute; z-index: 9999; font-weight: 400;} .popup_standard > * { display: block; text-decoration: none; color: inherit; cursor: pointer; min-width: 120px; padding: 0.7rem 1rem; font-size: 0.9rem; white-space: nowrap;} .popup_standard > *:hover { background-color: rgba(255,255,255,0.2); text-decoration: none; color: inherit;} .popup_standard > * > i { margin-right: 10px; opacity: 0.8; font-size: 1.3em;}


/* 20_posting.css */
.menuactions { margin-top: 1em; } 


/* 20_posting_like_popup.css */
.likePopupDropdown { display: none; text-align: left; position: absolute; z-index: 100; right: 0; top: calc( 100% ); background-color: var(--var-tr-color); color: var(--var-tr-color-contrast); border-radius: 0.3em; padding: 0.2em; box-shadow: 0px 3px 15px rgba(0,0,0,0.4); font-size: 2em;} .onMobile .likePopupDropdown { font-size: 1.7em;} .likePopupDropdownChoice { cursor: pointer; padding: 0.2em; border: 0.07em solid transparent; border-radius: 0.3em;} .likePopupDropdownChoice:hover,.likePopupDropdownChoice.sel { border-color: var(--var-icon-unread-bgcolor);} .thankIcon { display: inline-block; height: 1em; font-size: 1em; line-height: 1em; position: relative;} .thankSvg img { height: 1em;} 


/* 20_posting_mention_popup.css */
/*#usernamehelper > div { position: absolute; z-index: 9999; background: var(--var-menu-bgcolor); color: var(--var-menu-bgcolor-contrast); border-radius: 0.25rem; box-shadow: 2px 2px 7px rgba(0,0,0,0.4); line-height: 1.3rem; padding: 0.4rem; font-size: 0.8rem; font-weight: 700;} #usernamehelper > div .oneusername { cursor: pointer; min-width: 120px; background-color: rgba(255,255,255,0.1); margin: 3px 0; border-radius: 3px; padding: 2px 5px;}#usernamehelper > div .oneusername:hover { background-color: rgba(255,255,255,0.2);}*/ .popup_standard .oneusername { padding: 0.5rem 0.5rem; font-size: 0.9em; width: 120px; word-wrap: break-word; white-space: normal; line-height: 1.1em;} .popup_standard .oneusername i { font-size: 1em; margin: 0;}


/* 20_profile_status.css */
.profileStatus { background-color: white; font-size: 0.9em; border-radius: 1.2em; display: inline-block; position: relative; box-shadow: 1px 1px 0.3em rgba(0,0,0,0.15); margin-bottom: 10px;} .profileStatusTiny.profileStatus { font-size: 0.7em;} .psPicto { display: flex; align-items: center; padding: 2px 5px; z-index: 2;}.psLottie { height: 2.56em; width: 2.56em; margin: -0.25em; flex-shrink: 0; flex-grow: 0;}.psSVG { width: 2.22em; padding: 0.17em; margin: -0.25em;} .psStatus { padding: 0 0.43em; font-weight: 600; color: black; overflow-wrap: break-word;} .psB1 { z-index: 1; position: absolute; top: -0.68em; left: 0.85em; height: 0.77em; overflow-y: hidden; pointer-events: none;}.psB1::after { content: ''; display: block; box-shadow: 1px 1px 0.3em rgba(0,0,0,0.15); background-color: white; width: 1.28em; height: 1.28em; border-radius: 3em;} .psB2 { z-index: 1; position: absolute; box-shadow: 1px 1px 0.3em rgba(0,0,0,0.15); background-color: white; top: -1.71em; left: 0.34em; width: 0.94em; height: 0.94em; border-radius: 3em; pointer-events: none;} .psB3 { z-index: 1; position: absolute; box-shadow: 1px 1px 0.3em rgba(0,0,0,0.15); background-color: white; top: -2.31em; left: -0.17em; width: 0.51em; height: 0.51em; border-radius: 3em; pointer-events: none;} .profileStatusReversed .psB1 { left: 18px;}.profileStatusReversed .psB2 { left: 28px; top: -21px;} .profileStatusReversed .psB3 { left: 38px;} .profileStatus .profileStatusEdit { display: none; border-radius: 1.2em; position: absolute; top: 1px; right: 1px; left: 1px; bottom: 1px; background-color: rgba(var(--var-tr-color-rgb),0.9); color: var(--var-tr-color-contrast-soft); text-align: center; justify-content: center;align-items: center;} .profileStatus:hover .profileStatusEdit { display: flex;}


/* 20_profile_view.css */
.viewprofile { display: flex; width: 100%; flex-wrap: wrap; gap: 20px;} .viewprofile .mainprofile { width: 50%; flex-grow: 0; flex-shrink: 0; z-index: 2;}.onMobile .viewprofile .mainprofile { width: 100%;} .profil_contact { clear: both; padding: 8px 0; border-bottom: 1px solid var(--var-tr-color-soft); display: flex; gap: 5px; align-items: center;}.profil_contact:last-child { margin-bottom: 30px; border: 0;}.profil_contact>.name { width: 40%; max-width: 200px; vertical-align: middle; font-weight: 700;}.profil_contact >.value { flex: 1; vertical-align: middle;} .profil_datas .avatar_container { font-size: 6em; margin-top: -1em;}.onMobile .profil_datas .avatar_container { font-size: 4.5em; margin-top: -0.5em;} .profil_datas .profileEditButton { pointer-events: auto; position: absolute; right: 0; top: calc( 6em ); background-color: var(--var-th-color); color: var(--var-th-color-contrast); border-radius: 200px; font-size: 1.1em; line-height: 1.2em;} .onMobile .profil_datas .profileEditButton { top: calc( 4.5em / 2 );} .profil_datas .username { font-weight: bold; font-size: 2.5em; text-shadow: 1px 1px 7px rgba(0,0,0,0.1); margin-top: 0.5em; margin-bottom: 0.3em; line-height: 1.1em; word-wrap: break-word;}.onDesktop .profil_datas .username { padding-left: 0.8em;} .profil_datas .followdatas{ margin-bottom: 1em;} .onDesktop .profil_datas .followdatas { padding-left: 2em;} .profil_datas .followdatas span { opacity: 0.5;} .profil_datas .profil_top_actions { display: flex; justify-content: space-between; gap: 10px;} .profil_datas .profil_top_actions > :first-child { padding-left: 2em; width: calc(100% - 210px);} .profil_datas .profil_top_actions > :last-child { width: 200px;} .onMobile .profil_datas .profil_top_actions > :first-child { padding-left: 0em; width: calc(100% - 210px);}.onMobile .profil_datas .profil_top_actions > :last-child { width: 200px;} .profil_datas .profileStatus { margin-left: 7em; }.onMobile .profil_datas .profileStatus { margin-left: 4em; } .profil_info { clear: both; padding: 8px 0; border-bottom: 1px solid var(--var-tr-color-soft); display: flex; gap: 5px; align-items: center; flex-wrap: wrap;}.profil_info:last-child { margin-bottom: 30px; border: 0;}.profil_info>.name { width: 40%; max-width: 200px; vertical-align: middle; font-weight: 700;}.profil_info>.value { flex: 1; vertical-align: middle;} .viewprofile div.avatar { position: relative; width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; flex-grow: 0; flex-shrink: 0; border: 0.1em solid white; box-sizing: content-box;} .viewProfileEdit { background-color: var(--var-th-color); color: var(--var-th-color-contrast); border-radius: 200px; font-size: 0.9em; line-height: 1.2em; padding: 0.25em; display: inline-block; opacity: 0.5;} .viewProfileEdit:hover { opacity: 1;}


/* 20_ucp_edit_form.css */
.profile_edit { display: flex; width: 100%; align-items: flex-start; flex-wrap: wrap; position: relative;} .profile_edit .menu { width: 350px; flex-grow: 0; flex-shrink: 0; z-index: 2;} .onMobile .profile_edit .menu { width: 100%;} .onMobile .profile_edit { display: block; width: 100%; overflow-x: hidden;} .ucp_edit dl { display: flex; border-bottom: 1px solid var(--var-tr-color-soft); padding: 1em 0px; margin-top: 0; align-items: center; flex-wrap: wrap;}.ucp_edit dl:last-child { border: 0; padding-bottom: 0.2em;}.ucp_edit dl:first-child { padding-top: 0.2em;}.ucp_edit dl dt { flex: 1; padding-right: 0.5em;}.ucp_edit dl dt>label { font-weight: 200; font-size: 1.1em;}.ucp_edit dl dt>span { font-weight: 100; font-size: 0.9em; line-height: 1.4em; display: inline-block;}.ucp_edit dl dd { flex: 0;}.ucp_edit .equalWidth dl dd { flex: 1;} .onMobile .ucp_edit .equalWidth dl dd,.onMobile .ucp_edit .equalWidth dl dt { width: 100%;} .onMobile .ucp_edit .equalWidth dl dt { padding-bottom: 0.2em;} .onMobile .ucp_edit .equalWidth dl { flex-direction: column;} .onDesktop #profileMenu .bloc { background-color: var(--var-th-color); color: var(--var-th-color-contrast); border-top-right-radius: 0;} #profileMenu .ucpMenuTitle { text-transform: uppercase; font-weight: bold; margin-top: 10px;} #profileMenu a { opacity: 0.8; display: block; padding: 5px 10px; background-color: var(--var-tr-color-soft); margin: 3px 0; box-sizing: border-box; border-top-left-radius: 3px; border-bottom-left-radius: 3px; font-weight: 100; position: relative;} .onDesktop #profileMenu a { background-color: var(--var-th-color-soft);} .onDesktop #profileMenu a.selected { font-weight: bold;} #profileMenu a.selected:after,.onMobile #profileMenu a:after { content: '\f054'; position: absolute; right: 5px; font-family: "Font Awesome 6 Pro";} .onMobile #profileRight .cattitle { position: sticky; top: 0;}.onDesktop #profileRight .cattitle { text-align: center;} .ucp_edit textarea,.ucp_edit .simulateinput,.ucp_edit input[type=text],.ucp_edit input[type=password],.ucp_edit input[type=date],.ucp_edit input[type=datetime-local],.ucp_edit select { width: 100%; font-size: inherit; font-family: inherit; font-weight: 200; padding: 5px 10px; border: 1px solid var(--var-tr-color); border-radius: 2px; background-color: var(--var-tr-color-soft); box-shadow: 2px 2px 4px rgba(0,0,0,0.08) inset; color: var(--var-tr-color-contrast); -webkit-appearance: none; text-align: left;} .ucp_edit select { width: auto; max-width: 100%; padding: 5px 5px;} .ucp_edit select option { background-color: var(--var-tr-color); color: var(--var-tr-color-contrast);} .submit-buttons { display: flex; gap: 0.75em; justify-content: center; flex-wrap: wrap; font-size: 1.1em; margin-top: 0.5em; margin-bottom: 0.5em;}.submit-buttons input[type=reset],.submit-buttons input[type=button],.submit-buttons input[type=submit],.submit-buttons button { font-weight: bold; text-transform: uppercase; background-color: var(--var-th-color); color: var(--var-th-color-contrast); border-radius: 5em; padding: 1em 2em; border: 0; cursor: pointer; font-size: 1em;}.submit-buttons input[type=reset],.submit-buttons input[type=button].reset,.submit-buttons input[type=submit].reset { opacity: 0.7;}.submit-buttons button i { margin-right: 0.4em;} .submit-buttons.small > * { padding: 0.5em 1em !important;}.submit-buttons.round button { padding: 0 !important; width: 2em; height: 2em; text-align: center;}.submit-buttons.round button i { margin: 0; font-size: 0.9em;} .submit-buttons input[type=reset]:hover,.submit-buttons input[type=button]:hover,.submit-buttons input[type=submit]:hover,.submit-buttons button:hover { background-color: var(--var-th-color-hover);} .ucp_edit input[type=checkbox],.ucp_edit input[type=radio] { position: relative; -webkit-appearance: none; outline: none; width: 3.3em; height: 2.0em; background-color: #fff; border: 1px solid var(--var-icon-read-bgcolor-darker);/*#D9DADC;*/ border-radius: 5em; box-shadow: inset -1.3em 0 0 0 var(--var-icon-read-bgcolor); /* #FFF */ font-size: 1em; cursor: pointer; vertical-align: -0.6em; transition:all .2s linear;} .ucp_edit input[type=checkbox]:after,.ucp_edit input[type=radio]:after { content: ""; position: absolute; top: 0.1em; left: 0.05em; background: transparent; width: 1.7em; height: 1.7em; border-radius: 50%; box-shadow: 0.2em 0.4em 0.6em rgba(0,0,0,0.2);} .ucp_edit input[type=checkbox]:checked,.ucp_edit input[type=radio]:checked { /* box-shadow: inset 1.3em 0 0 0 #4ed164; border-color: #4ed164; */ box-shadow: inset 1.3em 0 0 0 var(--var-icon-unread-bgcolor); border-color: var(--var-icon-unread-bgcolor); } .ucp_edit input[type=checkbox]:checked:after,.ucp_edit input[type=radio]:checked:after { left: 1.4em; box-shadow: -0.2em 0.4em 0.3em rgba(0,0,0,0.05);} .ucp_edit .opacityOnUnchecked { opacity: 0.5;} .ucp_edit .opacityOnUnchecked:checked { opacity: 1;} input[type=range] { -webkit-appearance: none;  appearance: none; width: 100%;  height: 0.5em;  background: var(--var-icon-read-bgcolor);  outline: none;  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ -webkit-transition: .2s;  transition: opacity .2s; border-radius: 2em; border: 1px solid var(--var-icon-read-bgcolor-darker);/*#D9DADC;*/ width: 100%;}input[type=range]:hover { opacity: 1; }/* The slider handle (use -webkit- (Chrome,Opera,Safari,Edge) and -moz- (Firefox) to override default look) */ input[type=range]::-webkit-slider-thumb { -webkit-appearance: none;  appearance: none; width: 1.2em;  height: 1.2em;  background: var(--var-icon-unread-bgcolor);  cursor: pointer;  border-radius: 2em;} input[type=range]::-moz-range-thumb { width: 1.2em;  height: 1.2em;  background: var(--var-icon-unread-bgcolor);  cursor: pointer;  border-radius: 2em;} input[type=range]:disabled { opacity: 1;}input[type=range]:disabled::-webkit-slider-thumb { cursor: default;}input[type=range]:disabled::-moz-range-thumb { cursor: default;} .ucp_edit .custom_field_contact { display: flex; align-items: center;}.ucp_edit .custom_field_contact span { padding-right: 5px;}.ucp_edit .custom_field_bar input { width: 50px;}.ucp_edit .custom_field_bar > span { display: flex; align-items: center;} .ucp_edit .custom_field_bar > span > span { width: 180px;} .ucp_edit .custom_field_image select { background-color: var(--var-tr-color);}.ucp_edit .custom_field_date input[type=text] { width: 3em;}.ucp_edit .custom_field_date input[type=text][name$="[y]"] { width: 4em;}.ucp_edit .custom_field_date select { width: 4em;}.ucp_edit .custom_field_date select[name$="[m]"] { width: 5em;} /*https://bbcode.ilma.dev/?id=draft-326fb0e5-7c85-46bb-ad4b-f40121edda47*/


/* 20_ucp_edit_poll.css */
 .ucp_edit .poll dl dt>label { font-size: 1em;} .poll dl dd { flex-shrink: 1; flex: 1;} .poll dl dd.small { flex: 0; flex-shrink: 0;} 


/* 30_bbcode.css */
body.BBCodeStyled { padding: 10px; background: var(--var-tr-color); color: var(--var-tr-color-contrast);} .BBCodeStyled .readOnly{ -webkit-user-modify: read-only; -moz-user-modify: read-only; user-modify: read-only;} .BBCodeStyled a { color: orange; text-decoration: underline;}.BBCodeStyled a:hover { color: inherit; text-decoration: underline;} .BBCodeStyled strong { font-weight: bold;} .BBCodeStyled .code { background-color: var(--var-tr-color-soft); display: block; line-height: 1.5em; padding: 5px 10px; margin: 0.5em 0; border-radius: 0.5em;}.BBCodeStyled .code>cite { display: block; background-color: var(--var-tr-color-soft); margin: -5px -10px; padding: 5px 10px; margin-bottom: 5px;}.BBCodeStyled .code>cite::before { content: '\f121'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; font-weight: 900; margin-right: 0.5em;}.BBCodeStyled code { font-family: Courier,Courier New,MS sans serif;} /* .BBCodeStyled blockquote { background-color: var(--var-tr-color-soft); display: block; line-height: 1.5em; padding: 5px 10px; margin: 0.5em 0; border-radius: 0.5em;}.BBCodeStyled blockquote>blockquote { opacity: 0.95; font-size: 0.85em; }.BBCodeStyled blockquote>cite { display: block; background-color: var(--var-tr-color-soft); margin: -5px -10px; padding: 5px 10px; margin-bottom: 5px;}.BBCodeStyled blockquote>cite::before { content: '\f10d'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; font-weight: 900; margin-right: 0.5em;}.BBCodeStyled blockquote>cite::after { content: var(--quote-suffix);} .BBCodeStyled blockquote.spoiler>cite::before { content: '\e029';}.BBCodeStyled blockquote.spoiler>cite::after { content: '';}*/ .BBCodeStyled blockquote { background-color: var(--var-tr-color-soft); display: block; line-height: 1.5em; padding: 0.4em 0.8em; margin: 0.5em 0; border-radius: 0.5em;}.BBCodeStyled blockquote>blockquote { opacity: 0.95; font-size: 0.85em;}.BBCodeStyled blockquote>cite { display: block; background-color: var(--var-tr-color-soft); margin: -0.4em -0.8em; padding: 0.4em 0.8em; margin-bottom: 0.4em;}.BBCodeStyled blockquote>cite::before { content: '\f10d'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; font-weight: 900; margin-right: 0.5em;}.BBCodeStyled blockquote>cite::after { content: var(--quote-suffix);} .BBCodeStyled blockquote.spoiler>cite::before { content: '\e029';}.BBCodeStyled blockquote.spoiler>cite::after { content: '';} .BBCodeStyled blockquote.members>cite::before { content: '\f0c0';}.BBCodeStyled blockquote.members>cite::after { content: '';}.BBCodeStyled blockquote.modos>cite::before { content: '\f0c0';}.BBCodeStyled blockquote.modos>cite::after { content: '';}.BBCodeStyled blockquote.admins>cite::before { content: '\f0c0';}.BBCodeStyled blockquote.admins>cite::after { content: '';} .BBCodeStyled .quoteloadmore { display: none;} .BBCodeStyled blockquote .quoteloadmore { display: block; background-color: var(--var-tr-color-soft); cursor: pointer; text-align: center; line-height: 1.5em; padding: 0.4em 0.8em; margin: 0.5em 0; border-radius: 0.5em;} .BBCodeStyled blockquote .quoteloadmore:hover { opacity: 0.8; }.BBCodeStyled blockquote .realquote blockquote { display: none;} .BBCodeStyled blockquote .quoteFormatedUsername { display: inline;}.BBCodeStyled blockquote blockquote .quoteFormatedUsername { display: none;}.BBCodeStyled blockquote .quoteDefaultUsername { display: none;}.BBCodeStyled blockquote blockquote .quoteDefaultUsername { display: inline;} @keyframes BBCodeStyled_blinker { 50% { opacity: 0; }} .BBCodeStyled ul { list-style: disc inside;}.BBCodeStyled ul li {} .BBCodeStyled ol { list-style: decimal inside;}.BBCodeStyled ol.a { list-style: lower-alpha inside;}.BBCodeStyled ol li {} .BBCodeStyled.edit .hide3 { padding: 5px; border: 1px dotted var(--var-body-bgcolor-contrast-soft);} .BBCodeStyled.edit .hide3 cite { display: block; font-style: italic; border-top: 1px dotted var(--var-body-bgcolor-contrast-soft); border-bottom: 1px dotted var(--var-body-bgcolor-contrast-soft); padding: 0.5em 0; margin-bottom: 0.5em;}.BBCodeStyled.edit .hide3 cite::before { content: "Message pour les autres : "; color: var(--var-body-bgcolor-contrast-soft);} .BBCodeStyled.edit .scroll { padding: 5px; border: 1px dotted var(--var-body-bgcolor-contrast-soft);} .BBCodeStyled.edit .link::before { content: '\f0c1\23'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; margin-right: 0.1em;} .BBCodeStyled.edit .target::before { content: '\23'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; margin-right: 0.1em;} .BBCodeStyled.edit .tex{ font-style: italic;}.BBCodeStyled.edit .tex::before { content: '\f698 [['; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; font-weight: 900; margin-right: 0.5em; margin-left: 0.5em;}.BBCodeStyled.edit .tex::after { content: ']]'; font-family: "Font Awesome 6 Pro"; color: var(--var-body-bgcolor-contrast-soft); display: inline-block; font-weight: 900; margin-left: 0.5em; margin-right: 0.5em;} /*.BBCodeStyled table {}*/.BBCodeStyled td,.BBCodeStyled th { padding: 0.2em 0.5em; border: 1px solid var(--var-tr-color-contrast-soft); vertical-align: middle;}.BBCodeStyled th { tet-align: center; font-weight: bold;} .BBCodeStyled .emoji { font-size: 1.5em; vertical-align: baseline;}


/* 90_footer.css */
 .copyright { text-align: center; max-width: 1300px; margin: auto; padding: 20px; } .copyright .liens { display: flex; justify-content: space-evenly; margin-bottom: 1em; flex-wrap: wrap; } .copyright .liens>div { padding: 0 5px; text-align: left; line-height: 2em; } .onMobile .copyright .liens>div { width: 100%; } /* #footer { clear: both; background-color: #171F48; padding: 50px 0px; margin-top: 100px; } .copyright a { color: inherit; } *//*.sticky #footer .copyright { padding: 10px; font-size: 0.7em;} .sticky #footer .copyright .ibc { flex-wrap: wrap;}.sticky #footer .copyright .ibc > div { width: 50%;} */


/* 95_sceditor.css */
/*! SCEditor | (C) 2011-2016,Sam Clarke | sceditor.com/license *//** * Default SCEditor * http://www.sceditor.com/ * * Copyright (C) 2011-16,Sam Clarke * * SCEditor is licensed under the MIT license: *	http://www.opensource.org/licenses/mit-license.php */div.sceditor-grip,.sceditor-button div { background-image: url("http://img113.xooimage.com/files/8/8/b/famfamfam-59df87a.png"); background-repeat: no-repeat; width: 100%; height: 16px; text-align: center;}.sceditor-button div::before { font-family: "Font Awesome 6 Pro"; font-weight: 900; font-size: 15px; color: var(--var-tr-color-contrast-soft); line-height: 15px; text-align: center; width: 100%; display: block;}.sceditor-button-youtube div { background: none;}.sceditor-button-youtube div::before { content: '\f167'; font-family: "Font Awesome 6 Brands"; font-weight: 400;}.sceditor-button-link div { background: none;}.sceditor-button-link div::before { content: '\f0c1';}.sceditor-button-unlink div { background: none; } .sceditor-button-unlink div::before { content: '\f127'; }.sceditor-button-underline div { background: none;}.sceditor-button-underline div::before { content: '\f0cd';}.sceditor-button-time div { background-position: 0px -64px;}.sceditor-button-table div { background: none;}.sceditor-button-table div::before { content: '\f0ce';}.sceditor-button-superscript div { background: none;}.sceditor-button-superscript div::before { content: '\f12b';}.sceditor-button-subscript div { background: none;}.sceditor-button-subscript div::before { content: '\f12c';}.sceditor-button-strike div { background: none;}.sceditor-button-strike div::before { content: '\f0cc';}.sceditor-button-source div { background: none; } .sceditor-button-source div::before { content: '\f044'; } .sceditor-button-miscoptions div { background: none; } .sceditor-button-miscoptions div::before { content: '\f141'; } .sceditor-button-alloptions div { background: none; } .sceditor-button-alloptions div::before { content: '\2b'; } .sceditor-button-size div { background: none; } .sceditor-button-size div::before { content: '\f894'; }.sceditor-button-rtl div { background: none; } .sceditor-button-rtl div::before { content: '\f878'; }.sceditor-button-right div { background: none;}.sceditor-button-right div::before { content: '\f038';}.sceditor-button-removeformat div { background: none;}.sceditor-button-removeformat div::before { content: '\f87d';}.sceditor-button-quote div { background: none;}.sceditor-button-quote div::before { content: '\f10d';}.sceditor-button-print div { background-position: 0px -240px;}.sceditor-button-pastetext div { background-position: 0px -256px;}.sceditor-button-paste div { background-position: 0px -272px;}.sceditor-button-outdent div { background-position: 0px -288px;}.sceditor-button-orderedlist div { background: none;}.sceditor-button-orderedlist div::before { content: '\f0cb';}.sceditor-button-maximize div { background: none; } .sceditor-button-maximize div::before { content: '\f31e'; }.sceditor-button-ltr div { background: none; } .sceditor-button-ltr div::before { content: '\f1dd'; }.sceditor-button-left div { background: none;}.sceditor-button-left div::before { content: '\f036';}.sceditor-button-justify div { background: none;}.sceditor-button-justify div::before { content: '\f039';}.sceditor-button-italic div { background: none;}.sceditor-button-italic div::before { content: '\f033';}.sceditor-button-indent div { background-position: 0px -400px;}.sceditor-button-image div { background: none;}.sceditor-button-image div::before { content: '\f03e';}.sceditor-button-horizontalrule div { background: none;}.sceditor-button-horizontalrule div::before { content: '\f86c';}.sceditor-button-format div { background-position: 0px -448px;}.sceditor-button-font div { background: none;}.sceditor-button-font div::before { content: '\f031';} .sceditor-button-emoticon div { background: none;}.sceditor-button-emoticon div::before { content: '\f58a';} .sceditor-button-emojis div { background: none;}.sceditor-button-emojis div::before { content: '\f118';} .sceditor-button-lotties div { background: none; font-size: 10px !important; color: red !important; line-height: 10px !important;}.sceditor-button-lotties div::before { content: ''; display: none; width: 1px;}.sceditor-button-email div { background: none;}.sceditor-button-email div::before { content: '\f0e0';}.sceditor-button-date div { background-position: 0px -512px;}.sceditor-button-cut div { background-position: 0px -528px;}.sceditor-button-copy div { background-position: 0px -544px;}.sceditor-button-color div { background: none;}.sceditor-button-color div::before { content: '\f53f';}.sceditor-button-code div { background: none;}.sceditor-button-code div::before { content: '\f121';}.sceditor-button-center div { background: none;}.sceditor-button-center div::before { content: '\f037';}.sceditor-button-bulletlist div { background: none;}.sceditor-button-bulletlist div::before { content: '\f0ca';}.sceditor-button-bold div { background: none;}.sceditor-button-bold div::before { content: '\f032';}div.sceditor-grip { background-position: 0px -640px; width: 10px; height: 10px;}.rtl div.sceditor-grip { background-position: 0px -650px;} /** * SCEditor * http://www.sceditor.com/ * * Copyright (C) 2017,Sam Clarke (samclarke.com) * * SCEditor is licensed under the MIT license: *	http://www.opensource.org/licenses/mit-license.php *//*--------------------------------------------------- LESS Elements 0.7 --------------------------------------------------- A set of useful LESS mixins More info at: http://lesselements.com ---------------------------------------------------*/.sceditor-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; /*background: #fff;*/ border: 2px solid rgba(0,0,0,0.1); font-size: 13px; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; color: #333; line-height: 1; font-weight: bold; height: 250px; border-radius: 4px; background-clip: padding-box; background-color: var(--var-tr-color);}.sceditor-container *,.sceditor-container *:before,.sceditor-container *:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}.sceditor-container,.sceditor-container div,div.sceditor-dropdown,div.sceditor-dropdown div { padding: 0; margin: 0; z-index: 3;}.sceditor-container iframe,.sceditor-container textarea { display: block; -ms-flex: 1 1 0%; flex: 1 1 0%; line-height: 1.25; border: 0; outline: none; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; color: #111; padding: 0; /*margin: 5px;*/ resize: none; /*background: #fff;*/ height: auto !important; width: auto !important; width: 100%; box-sizing: border-box; /*width: calc(100% - 10px) !important;*/ min-height: 1px;}.sceditor-container textarea { /*margin: 7px 5px;*/ padding: 5px 10px; background-color: var(--var-tr-color-soft); color: var(--var-tr-color-contrast); font-size: inherit;}div.sceditor-dnd-cover { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,0.2); border: 5px dashed #aaa; z-index: 200; font-size: 2em; text-align: center; color: #aaa;}div.sceditor-dnd-cover p { position: relative; top: 45%; pointer-events: none;}div.sceditor-resize-cover { position: absolute; top: 0; left: 0; background: #000; width: 100%; height: 100%; z-index: 10; opacity: 0.3;}div.sceditor-grip { overflow: hidden; width: 10px; height: 10px; cursor: pointer; position: absolute; bottom: 0; right: 0; z-index: 3; line-height: 0;}div.sceditor-grip.has-icon { background-image: none;}.sceditor-maximize { position: static; top: 0; left: 0; height: 100% !important; width: 100% !important; border-radius: 0; background-clip: padding-box; z-index: 2000;}html.sceditor-maximize,body.sceditor-maximize { height: 100%; width: 100%; padding: 0; margin: 0; overflow: hidden;}.sceditor-maximize div.sceditor-grip { display: none;}.sceditor-maximize div.sceditor-toolbar { border-radius: 0; background-clip: padding-box;} div.sceditor-dropdown { position: absolute; border: 1px solid #ccc; background: #fff; z-index: 4000; padding: 10px; font-weight: normal; font-size: 15px; border-radius: 2px; background-clip: padding-box; box-shadow: 1px 2px 4px rgba(0,0,0,0.2);}div.sceditor-dropdown *,div.sceditor-dropdown *:before,div.sceditor-dropdown *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}div.sceditor-dropdown a,div.sceditor-dropdown a:link { color: #333;}div.sceditor-dropdown form { margin: 0;}div.sceditor-dropdown label { display: block; font-weight: bold; color: #3c3c3c; padding: 4px 0;}div.sceditor-dropdown input,div.sceditor-dropdown textarea { font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; outline: 0; padding: 4px; border: 1px solid #ccc; border-top-color: #888; margin: 0 0 0.75em; border-radius: 1px; background-clip: padding-box;}div.sceditor-dropdown textarea { padding: 6px;}div.sceditor-dropdown input:focus,div.sceditor-dropdown textarea:focus { border-color: #aaa; border-top-color: #666; box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);}div.sceditor-dropdown .button { font-weight: bold; color: #444; padding: 6px 12px; background: #ececec; border: solid 1px #ccc; border-radius: 2px; background-clip: padding-box; cursor: pointer; margin: 0.3em 0 0;}div.sceditor-dropdown .button:hover { background: #f3f3f3; box-shadow: 0 1px 1px rgba(0,0,0,0.15);}div.sceditor-font-picker,div.sceditor-fontsize-picker,div.sceditor-format { padding: 6px 0;}div.sceditor-color-picker { padding: 4px;}div.sceditor-emoticons,div.sceditor-more-emoticons { padding: 0;}.sceditor-pastetext textarea { border: 1px solid #bbb; width: 20em;}.sceditor-emoticons img,.sceditor-more-emoticons img { padding: 0; cursor: pointer; margin: 2px;}.sceditor-more { border-top: 1px solid #bbb; display: block; text-align: center; cursor: pointer; font-weight: bold; padding: 6px 0;}.sceditor-dropdown a:hover { background: #eee;}.sceditor-fontsize-option,.sceditor-font-option,.sceditor-format a { display: block; padding: 7px 10px; cursor: pointer; text-decoration: none; color: #222;}.sceditor-fontsize-option { padding: 7px 13px;}.sceditor-color-column { float: left;}.sceditor-color-option { display: block; border: 2px solid #fff; height: 18px; width: 18px; overflow: hidden;}.sceditor-color-option:hover { border: 1px solid #aaa;} div.sceditor-toolbar { flex-shrink: 0; overflow: hidden; padding: 5px;/*3px 5px 2px;*/ /*background: #f7f7f7;*/ background: rgba(0,0,0,0.1); line-height: 0; text-align: left; user-select: none; border-radius: 3px 3px 0 0; background-clip: padding-box; display: flex; gap: 5px; flex-wrap: wrap;}div.sceditor-group { /*background: #ddd;*/ background-color: var(--var-tr-color); /*margin: 1px 5px 1px 0;*/ padding: 1px; /*border-bottom: 1px solid #aaa;*/ border-radius: 3px; background-clip: padding-box; display: flex; gap: 2px;}.sceditor-button { /*float: left;*/ cursor: pointer; padding: 3px 0px; width: 26px; height: 20px; border-radius: 3px; background-clip: padding-box;}.sceditor-button:hover,.sceditor-button:active,.sceditor-button.active { /*background: #fff;*/ background: var(--var-tr-color-contrast-soft); /*box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3),inset -1px 0 rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.2);*/} .sceditor-button:hover div::before,.sceditor-button:active div::before,.sceditor-button.active div::before { /*background: #fff;*/ color: var(--var-tr-color);}.sceditor-button:active { /*background: #fff; box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3),inset -1px 0 rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.2),inset 0 0 8px rgba(0,0,0,0.3);*/} .sceditor-button:active div::before { /*background: #fff;*/ color: var(--var-tr-color-contrast-soft);}.sceditor-button.disabled:hover { background: inherit; cursor: default; box-shadow: none;}.sceditor-button.disabled:hover div::before { color: var(--var-tr-color-contrast-soft);}.sceditor-button,.sceditor-button div { display: block;}.sceditor-button svg { display: inline-block; height: 16px; width: 16px; margin: 2px 0; fill: #111; text-decoration: none; pointer-events: none; line-height: 1;}.sceditor-button.disabled svg { fill: #888;}.sceditor-button div { display: inline-block; margin: 2px 0; padding: 0; overflow: hidden; line-height: 0; font-size: 0; color: transparent;}.sceditor-button.has-icon div { display: none;}.sceditor-button.disabled div { opacity: 0.3;}.text .sceditor-button,.text .sceditor-button div,.sceditor-button.text,.sceditor-button.text div,.text-icon .sceditor-button,.text-icon .sceditor-button div,.sceditor-button.text-icon,.sceditor-button.text-icon div { display: inline-block; width: auto; line-height: 16px; font-size: 1em; color: inherit; text-indent: 0;}.text-icon .sceditor-button.has-icon div,.sceditor-button.has-icon div,.text .sceditor-button div,.sceditor-button.text div { padding: 0 2px; background: none;}.text .sceditor-button svg,.sceditor-button.text svg { display: none;}.text-icon .sceditor-button div,.sceditor-button.text-icon div { padding: 0 2px 0 20px;}.rtl div.sceditor-toolbar { text-align: right;}.rtl .sceditor-button { float: right;}.rtl div.sceditor-grip { right: auto; left: 0;} emoji-picker.limitedHeight { height: 220px;} .sceditor-emojis-picker { padding: 0 !important;} .phpBBlottieframe { width: 1.92em; height: 1.92em; border: 0; display: inline-block; vertical-align: -0.3em;}


/* 99_awesomeFonts.css */
.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-duotone,.fa-solid,.fa-thin,.fab,.fad,.fadl,.fadr,.fadt,.fal,.far,.fas,.fasdl,.fasdr,.fasds,.fasdt,.fasl,.fasr,.fass,.fast,.fat { line-height: inherit !important;}


/* 99_color_picker.css */
.ui-colorpicker { position: absolute; border: 1px solid #aaa; padding: 0.2em; background: #fff; display: none; z-index: 9999999; box-shadow: 0 0 30px 0 rgba(0,0,0,0.5); line-height: 1em;} .colorPickerMoveLeft .ui-colorpicker { left: -300px; top: -50px;} .ui-colorpicker .palette { border-spacing: 0px; font-size: 10px;}.ui-colorpicker .palette .cell { width: 15px; height: 15px; text-align: center; padding: 1px; border: 1px solid transparent; cursor: pointer; color: #fff;}.ui-colorpicker .palette .cell:hover { border-color: #fff;}.ui-colorpicker .palette .cell.alt { color: #000;}.ui-colorpicker .palette .cell.alt:hover { border-color: #000;}.ui-colorpicker .palette .sep td { height: 2px;} .ui-colorpicker .palette .foot .cell { border: 1px solid rgba(0,0,0,0.4); box-sizing: border-box;} 


/* 99_countdowns.css */
.countDownPost { position: absolute; z-index: 2; background-color: #EEE; box-shadow: 2px 2px 20px rgba(0,0,0,0.5); width: 350px; top: min(150px,calc( 50% - 4em )); margin: 0 calc( (100% - 350px) / 2 ); padding: 0.2em 0.4em; border-radius: 1em; background: rgb(142,81,155); background: linear-gradient(133deg,rgba(142,81,155,1) 0%,rgba(236,100,120,1) 100%); color: white; cursor: default;} .countDownPost.countDownAfter { position: unset; margin-top: 3em; margin-bottom: 2em;} .countDownPost .countDownWaiting { display: none;}.countDownPost .countDownOver { display: none;} .countDownPost.countDownEchu .countDownWaiting { display: none;}.countDownPost.countDownEchu .countDownOver { display: block;}.countDownPost .countDownTitle { font-weight: bold; text-align: center; padding: 1em; padding-bottom: 0;}.countDownTimer { display: flex; align-items: top; justify-content: center; padding: 10px; color: rgba(255,255,255,0.8); font-weight: bold;}.countDownTimer .spacer { padding: 0 0.2em; line-height: 2em;}.countDownTimer .char { width: 1.4em; border-radius: 0.2em; line-height: 2em; display: inline-block; text-align: center; margin: 0 0.08em; background-color: rgba(255,255,255,0.3); font-weight: bold;}.countDownTimer .charname { font-size: 0.65em; font-weight: 400; line-height: 1.6em; padding-left: 0.2em;} .countDownTopic { display: none;}.countDownTopic.countDownEchu { display: none;}.countDownTopic .countDownTimer { color: inherit; justify-content: left; padding: 0; margin: 0;}.countDownTopic .countDownTimer .charname { display: none;} .countDownTopic .countDownTimer .spacer { padding: 0 0.15em; font-weight: bold; line-height: 1.5em; color: var(--var-icon-unread-bgcolor);}.countDownTopic .countDownTimer .char { width: 1.2em; background-color: var(--var-icon-unread-bgcolor); color: var(--var-icon-unread-bgcolor-contrast-soft) !important; font-size: 0.9em; font-weight: bold; line-height: 1.5em; margin: 0 0.04em;} .countDownPopupEvent { display: inline-block; margin-left: 1em;} .countDownPopupEvent.countDownEchu .countDownWaiting,.countDownPopupEvent.countDownEchu .countDownTimer { display: none;}.countDownPopupEvent:not(.countDownEchu) .countDownOver { display: none;} .countDownPopupEvent .countDownTimer { color: inherit; justify-content: left; padding: 0; margin: 0;}.countDownPopupEvent .countDownTimer .charname { display: none;} .countDownPopupEvent .countDownTimer .spacer { padding: 0 0.15em; font-weight: bold; line-height: 1.5em; color: white;}.countDownPopupEvent .countDownTimer .char,.countDownPopupEvent .countDownOver,.likeCountDownOver { width: 1.2em; background-color: rgba(255 ,255,255,0.2); color: white !important; font-size: 0.9em; font-weight: bold; line-height: 1.5em; margin: 0 0.04em;} .countDownPopupEvent .countDownOver,.likeCountDownPopupEventOver { width: auto; padding-left: 0.4em; padding-right: 0.4em; border-radius: 0.4em;} .countDownListEvents { background: var(--var-th-color); display: inline-block; padding: 0.2em 0.3em; border-radius: 0.3em;} .countDownListEvents.countDownEchu .countDownWaiting,.countDownListEvents.countDownEchu .countDownTimer { display: none;}.countDownListEvents:not(.countDownEchu) .countDownOver { display: none;} .countDownListEvents .countDownTimer { color: inherit; justify-content: left; padding: 0; margin: 0;}.countDownListEvents .countDownTimer .charname { display: none;} .countDownListEvents .countDownTimer .spacer { padding: 0 0.15em; font-weight: bold; line-height: 1.5em; color: var(--var-th-color-contrast);}.countDownListEvents .countDownTimer .char,.countDownListEvents .countDownOver,.likeCountDownOver { width: 1.2em; background-color: rgba(255 ,255,255,0.2); color: var(--var-th-color-contrast) !important; font-size: 0.9em; font-weight: bold; line-height: 1.5em; margin: 0 0.04em;} .countDownListEvents .countDownOver,.likecountDownListEventsOver { width: auto; padding-left: 0.4em; padding-right: 0.4em; border-radius: 0.4em;}


/* 99_dropzone.css */
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05,1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77,0,0.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}/*# sourceMappingURL=dropzone.css.map */


/* 99_events.css */
 .blocpremium.blocEventPopup { border-radius: 1.5em; border: 3px solid rgba(0,0,0,0.2); background: linear-gradient(133deg,rgba(142,81,155,1) 0%,rgba(236,100,120,1) 100%); color: white; font-weight: 600; line-height: 1.5em; cursor: default;} #topic_event_details { overflow: hidden;}#topic_event_details > .blocwrapper { background: linear-gradient(133deg,rgba(142,81,155,1) 0%,rgba(236,100,120,1) 100%); color: white; font-weight: 600; margin: 0.4em;} .blocpremium.blocEventPopup .blocPremiumLogo { color: rgba(255,240,248,1);} #events_form input,#events_form select,#events_form textarea { background-color: white; border-color: white; color: black; width: 100%;} .event_error { display: none; font-weight: 600; font-size: 0.9em; color: #FFD31A; line-height: 1.3em;} .events_list button { border: 0; background-color: rgba(0,0,0,0.2); color: rgba(255,255,255,0.7); padding: 0.6em 0.9em; cursor: pointer; font-size: 0.85em; font-weight: 600; border-radius: 2px;} .events_list button:hover { background-color: rgba(0,0,0,0.3); color: white;} .events_list button i { margin-right: 0.3em;} .event_show_one { margin: 1em; background-color: rgba(0,0,0,0.1); border-radius: 0.5em; /*overflow: hidden;*/} .event_show_one.event_show_big {} .event_show_one:not(.event_show_big) .event_show_on_big { display: none;} .event_show_one.event_show_big .event_hide_on_big { display: none;} .event_top_datas { display: flex; align-items: center; justify-content: space-between; gap: 0.5em;} .event_show_one.event_show_big .event_top_datas { flex-direction: column; align-items: flex-start; gap: 0; font-size: 0.9em; margin-bottom: 1em;} .event_show_one.event_show_big .event_top_datas i { margin-right: 0.5em; opacity: 0.7;} .event_main_datas { padding: 0.8em; } .event_show_one:not(.event_show_big) .event_main_datas:hover { background-color: rgba(0,0,0,0.1); cursor: pointer;} .event_participants { background-color: rgba(0,0,0,0.2); border-radius: 4em; font-size: 0.9em; padding: 0 0.5em; line-height: 1.7em; color: rgba(255,255,255,0.7);} .events_list .event_tabs { display: flex; gap: 2em;} .events_list .event_tabs > div { color: rgba(255,255,255,0.8); cursor: pointer; position: relative; transition: all 0.3s;} .events_list .event_tabs > div.sel,.events_list .event_tabs > div:hover { color: white;} .events_list .event_tabs div:after { position: absolute; top: calc( 100% + 0.4em - 5px ); left: -0.5em; right: -0.5em; content: ''; display: block; border-radius: 10px; height: 5px; transition: all 0.3s; border-bottom: 2px solid rgba(0,0,0,0.4);} .events_list .event_tabs div.sel:after,.events_list .event_tabs div:hover:after { border-bottom-color: rgba(255,255,255,0.8);} .events_list div.avatar { position: relative; width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; /*box-shadow: 0 0 0.3em rgba(0,0,0,0.15);*/ border-radius: 10em; background-color: white; font-weight: 900; color: white; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; flex-grow: 0; flex-shrink: 0; /*border: 0.1em solid white;*/ box-sizing: content-box;} .event_started { border: 2px solid rgba(255,255,255,0.4); /*animation: eventstartedanimation 1s infinite;*/} @keyframes eventstartedanimation { 0% { border-color: rgba(255,255,255,0.1); } 20% { border-color: rgba(255,255,255,0.4); } 80% { border-color: rgba(255,255,255,0.4); } 100% { border-color: rgba(255,255,255,0.1); }} .event_liked {} .event_show_one.event_liked .event_like_btn,.event_show_topic.event_liked .event_like_btn { display: none;} .event_show_one:not(.event_liked) .event_unlike_btn,.event_show_topic:not(.event_liked) .event_unlike_btn { display: none;} .event_show_one:not(.event_liked) .event_user_is_logged_user { display: none;} .events_list button.event_unlike_btn { background-color: rgba(0,0,0,0.5);} .events_list button.event_unlike_btn:hover { background-color: rgba(0,0,0,0.3);} .event_show_personnes { display: flex; padding: 10px; flex-direction: column; gap: 0.5em; font-size: 1.05em; font-weight: 400;} .event_location_started { border: 1px solid rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.1); width: 100%; margin: 0 -2px; padding: 1px; margin-top: 2px; border-radius: 4px; font-weight: bold;} .event_main_datas,.event_show_personnes > div { min-height: 100px;} .event_menu_popup { display: none; position: absolute; bottom: calc( 100% + 2px ); left: 0; background-color: #46243C; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); border-radius: 3px; border: 3 solid transparent; min-width: 100%;} .event_menu_popup button { width: 100%; text-align: left;} .event_commence { animation: eventcommenceanimation 1s infinite;} @keyframes eventcommenceanimation { 0% { opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; }} .event_actions { display: flex; align-items: center; padding: 0.6em 0.8em; gap: 0.5em;justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.1);} .event_one_user { margin: 0.4em 0;}


/* 99_interactions.css */
.interaction.status_ > :not(.interaction_) { display: none;} .interaction.status_friend > :not(.interaction_friend) { display: none;}


/* 99_on_premium.css */
body.on_premium { --var-body-bgcolor: #333333; --var-body-bgcolor-contrast: #FFFFFF; --var-body-bgcolor-contrast-soft: #b3b3b3; }


/* 99_popupUser.css */
.popupUser { font-size: 1rem; display: none; position: absolute; background-color: var(--var-tr-color); box-shadow: 0px 0px 1em rgba(0,0,0,0.3); border-radius: 0.77em; text-align: left; min-width: 30.7em; z-index: 1001; color: var(--var-tr-color-contrast); cursor: default; } .effect3D { box-shadow: 24px 16px 64px 0 rgba(0,0,0,0.6); transition: all 0.5s;} .effect3Dfront { transform: perspective(1000px) rotateY(-20deg); filter: grayscale(0); cursor: default;} .effect3Dleft { transform: scale(0.6) perspective(1000px) rotateY(80deg); filter: blur(1px) grayscale(0.8); cursor: pointer;} .effect3Dright { transform: scale(0.6) perspective(1000px) rotateY(-80deg); filter: blur(1px) grayscale(0.8); cursor: pointer;} .onMobile .popupUser { min-width: auto; width: 30.7em; max-width: calc( 100vw - 10px ); font-size: 0.9rem;} .popupUser div.avatar { position: relative; width: 1.5em; height: 1.5em; line-height: 1.5em; text-align: center; margin: auto; box-shadow: 0 0 0.3em rgba(0,0,0,0.15); border-radius: 150px; overflow: visible; background-color: white; font-weight: 900; color: white; cursor: default; display: inline-block; vertical-align: middle; background-size: cover; background-repeat: no-repeat; background-position: center center; border: 0.1em solid white; box-sizing: content-box; flex-grow: 0; flex-shrink: 0; font-size: 4.6em; position: relative;} .onMobile .popupUser div.avatar.avataroffline::after,.onMobile .popupUser div.avatar.avataronline::after { font-size: 0.5em;} .popupUser div.avatar.avataroffline::after,.popupUser div.avatar.avataronline::after { content: '\f186'; color: var(--var-tr-color-contrast); font-family: "Font Awesome 6 Pro"; position: absolute; right: -0.2em; top: -0.2em; font-size: 0.35em; display: block; line-height: 1em;} .popupUser div.avatar.avataronline::after { content: '\f111'; color: #82BA24; animation: avataronlineanimate 4s infinite; } .popupUser .popupClose { display: block; position: absolute; right: 0.5em; top: 0.5em; opacity: 0; transition: all 1s; background-color: var(--var-tr-color); color: var(--var-tr-color-contrast); line-height: 1.3em; height: 1.3em; width: 1.3em; text-align: center; border-radius: 2em; cursor: pointer;} .popupUser:hover .popupClose,.onMobile .popupUser .popupClose { opacity: 0.6; transition: all 0.5s;} .popupUser:hover .popupClose:hover { opacity: 0.9; transition: all 0.2s;}


/* 99_premium.css */
.premium { color: white; background-color: #505050; padding-top: 0.3em; padding-bottom: 0.2em; padding-left: 0.1em; padding-right:0.5em; border-radius: 0.7em; line-height: 0.9em; font-weight: 600; white-space: nowrap; display: inline-block; vertical-align: 0.1em; margin-bottom: -0.2em; cursor: default; user-select: none; font-size: 0.9em;}.premium b { color: gold; font-weight: 800;}.premium:before { background-image: url('https://img.xooimage.com/files_lottie/certified-xooit.svg'); background-size: 1.3em 1.3em; background-position: center center; background-repeat: no-repeat; display: inline-block; width: 1.5em; height: 1.5em; margin-top: -0.2em; margin-bottom: -0.15em; margin-right: 0.3em; content:""; vertical-align: middle;} #alertPremium { z-index: 9999999; position: static; background-color: rgba(0,0,0,0.7); top: 0; bottom: 0; right: 0; left: 0; backdrop-filter: blur(4px); display: flex; overflow: auto; padding: 20px 0;} .blocpremium { border-radius: 0.7em; border: 6px solid rgba(0,0,0,0.2); background: rgb(123,79,193); background: linear-gradient(80deg,rgba(123,79,193,1) 0%,rgba(160,96,139,1) 100%); color: white; font-weight: 600; line-height: 1.5em; cursor: default;} .blocpremium:not(.nohover):hover { cursor: pointer; /*background: linear-gradient(80deg,rgba(160,96,139,1) 0%,rgba(123,79,193,1) 100%);*/} .blocpremium.plan_membre_premium { border-radius: 1.5em; border-width: 3px;} .blocpremium.plan_membre_premium_basic { border-radius: 1.5em; border-width: 3px; background: #5565F1; background: linear-gradient(80deg,#5565F1 0%,#327CC2 100%);} .blocpremium.plan_compare { border-radius: 1.5em; border-width: 3px; background: #222; background: linear-gradient(80deg,#222 0%,#444 100%); font-weight: 300;} .blocpremium.alert_generic { border-radius: 1.5em; border-width: 3px; background: var(--var-tr-color); color: var(--var-tr-color-contrast); font-weight: 300;} .blocpremiumBtn { cursor: pointer; margin: 0.5em 1em; background-color: rgba(0,0,0,0.4); border-radius: 5px; text-align: center; padding: 10px; font-weight: bold; color: white; position: relative; overflow: hidden;} .blocpremiumBtn:before { content: ''; display: block; position: absolute; background-color: rgba(255,255,255,0.2); box-shadow: 0 0 0px 10px rgba(255,255,255,0.07); left: -150px; top: -100%; height: 300%; width: 0; transform: rotate(40deg);}.blocpremiumBtn:hover:before { left: calc(100% + 200px); width: 80px; box-shadow: 0 0 0px 40px rgba(255,255,255,0.07); transition: all 1.5s;} .blocpremiumBtnSoft { cursor: pointer; margin: 0.5em 1em; background-color: rgba(0,0,0,0.2); border-radius: 5px; text-align: center; padding: 10px; font-weight: bold; color: white;} .blocpremiumBtnSoft2 { cursor: pointer; margin: 0.5em 1em; background-color: rgba(0,0,0,0.2); border-radius: 5px; text-align: center; padding: 10px; color: white;} .blocpremium.alert_generic .blocpremiumBtn { background-color: rgba(0,0,0,0.5);} .blocpremium.alert_generic .blocpremiumBtnSoft,.blocpremium.alert_generic .blocpremiumBtnSoft2 { background-color: rgba(0,0,0,0.4);} .blocPremiumLogo { text-align: center; font-size: 100px; margin-top: -60px; margin-bottom: 60px; color: white; text-shadow: 4px 4px 10px rgba(0,0,0,0.4);} .bp_cat { font-weight: 800; margin-top: 1em; font-size: 0.9em; text-transform: uppercase; font-style: italic;} .bp_opt { margin-left: 1em; font-size: 0.9em;} .bp_opt i { font-weight: 800; margin-right: 0.5em;}


/* 99_rangePrix.css */
input[type="range"].rangePrix { -webkit-appearance: none; -moz-appearance: none; opacity: 1;} input[type="range"].rangePrix::-webkit-slider-runnable-track { -webkit-appearance: none; border-radius:10px; border: 2px solid white; background: #F7CA50;  background: -webkit-linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 );  background: linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); /* W3C,IE 10+/ Edge,Firefox 16+,Chrome 26+,Opera 12+,Safari 7+ */ height: 12px; cursor: pointer;} input[type="range"].rangePrix:focus { outline: none;} input[type="range"].rangePrix::-moz-range-track { -moz-appearance: none; border-radius:10px; border: 2px solid white; background: #F7CA50;  background: -moz-linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); background: -webkit-linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); background: -o-linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); background: -ms-linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); background: linear-gradient( to right,#17E7DA,#87DF95,#F7CA50,#E68331,#E72216 ); height: 12px; cursor: pointer;} input[type="range"].rangePrix::-webkit-slider-thumb { -webkit-appearance: none; border: 6px solid white; border-radius: 50%; height: 20px; width: 20px; position: relative; bottom: 6px; background-color: transparent; cursor: -webkit-grab; box-shadow: 2px 2px 5px rgba(0,0,0,0.3); -webkit-transition: border 1000ms ease; transition: border 1000ms ease;} input[type="range"].rangePrix::-moz-range-thumb { -moz-appearance: none; border: 6px solid white; border-radius: 50%; height: 20px; width: 20px; position: relative; bottom: 6px; background-color: transparent; cursor: -moz-grab; box-shadow: 2px 2px 5px rgba(0,0,0,0.3); -moz-transition: border 1000ms ease; transition: border 1000ms ease;} input[type="range"].rangePrix::-webkit-slider-thumb:active { cursor: -webkit-grab;} input[type="range"].rangePrix::-moz-range-thumb:active { cursor: -moz-grab;}


/* 99_recaptcha.css */
.grecaptcha-badge { visibility: hidden; }


/* 99_selectWithImage.css */
 .selectWithImageMe_one { display: flex; align-items: center; justify-content: flex-start; border: 2px solid transparent; cursor: pointer; border-radius: 5px; gap: 5px; max-width: 400px;} .selectWithImageMe .selectWithImageMe_one { padding: 3px; } .selectWithImageMe_one.selectable:hover { border-color: var(--var-icon-unread-bgcolor);} 

