body{}.app_tournoi header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;padding:0 16px;padding-top:25px;padding-bottom:15px}.app_tournoi .top{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.app_tournoi .title{color:var(--Global-Dark,#0C0C0C);font-size:18px;font-weight:700;line-height:20px;text-transform:uppercase}.app_tournoi .icone{display:flex;width:20px;height:20px;justify-content:center;align-items:center}.app_tournoi .app_change_favoris.fav_off .on{display:none}.app_tournoi .app_change_favoris.fav_on .off{display:none}.app_tournoi .date_infos{display:flex;align-items:center;gap:5px;align-self:stretch}.app_tournoi .termine{display:flex;padding:2px 6px;align-items:center;border-radius:4px;border-radius:4px;background:var(--Light-Grey,#B1B1B1);color:var(--White,#FFF);font-size:14px;font-weight:500;text-transform:uppercase}.app_tournoi .day{display:flex;padding:2px 6px;align-items:center;border-radius:4px;background:var(--Global-Accent,#CE0025);color:var(--White,#FFF);font-size:14px;font-weight:500;text-transform:uppercase}.app_tournoi .avenir{display:flex;padding:2px 6px;align-items:center;border-radius:4px;background:#00860d;color:#fff;font-size:14px;font-weight:500;text-transform:uppercase}.app_tournoi .date{color:var(--Grey,#666);text-align:center;font-size:16px;font-weight:500;line-height:20px;margin-left:5px}.app_tournoi .casino{display:flex;padding:10px;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;align-self:stretch;border-radius:10px;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%),#d3d3d3 50%/cover no-repeat;margin-left:16px;margin-right:16px;margin-top:10px}.app_tournoi .casino .first{display:flex;flex-direction:column;gap:5px}.app_tournoi .casino .name{color:var(--White,#FFF);font-size:16px;font-weight:500;line-height:20px}.app_tournoi .casino .bottom{display:flex;align-items:center;gap:5px}.app_tournoi .casino .bottom div{display:flex;align-items:center}.app_tournoi .casino .bottom img{width:15px;height:15px;border-radius:50%}.app_tournoi .casino .bottom .pays{color:var(--Super-Light-Grey,#DEDEDE);font-size:14px;font-weight:400}.list_tournoi_data{padding-top:8px;width:100%;scroll-snap-align:start;min-width:100%;gap:15px;display:flex;flex-direction:column}.list_tournoi_data.bg{background:var(--Ultra-Light-Grey,#F7F7F7)}.list_tournoi_data .inscription{padding-left:16px;padding-right:16px;margin-top:15px}.app_tournoi .inscription.reg_off .on{display:none}.app_tournoi .inscription.reg_on .off{display:none}.app_tournoi .lieu{color:var(--Global-Dark,#0C0C0C);font-family:Barlow Semi Condensed;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:flex;flex-direction:column;gap:5px;padding-left:16px;padding-right:16px;padding-top:15px}.app_tournoi .lieu .pays{display:flex;flex-direction:row;gap:5px;align-items:center}.app_tournoi .lieu .pays img{width:15px;height:15px;border-radius:50%}.app_tournoi .details{display:flex;align-items:flex-start;align-self:stretch;display:flex;padding:20px 16px;background:var(--Ultra-Light-Grey,#F7F7F7);margin-top:15px}.app_tournoi .details .names{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.app_tournoi .details .names .item{display:flex;padding:8px 0 8px 5px;align-items:flex-end;gap:5px;align-self:stretch;border-radius:5px 0 0 5px;background:var(--White,#FFF);box-shadow:0 0 10px rgba(87,86,86,.1);color:var(--Grey,#666);font-size:14px;min-width:150px;min-height:32px;max-height:32px;font-weight:700}.app_tournoi .details .values{display:flex;flex-direction:column;align-items:flex-start;gap:5px;flex:1 0;align-self:stretch}.app_tournoi .details .values .item{display:flex;padding:8px;align-items:flex-start;gap:5px;align-self:stretch;border-radius:0 5px 5px 0;background:#fff;box-shadow:0 0 10px rgba(87,86,86,.1);color:var(--Global-Dark,#0C0C0C);font-size:14px;font-weight:400;align-items:center;min-height:32px;max-height:32px}.app_tournoi .details .values .item span{font-size:12px}.app_tournoi .minclock{display:flex;padding:0 16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;margin-top:15px;position:relative}.minclock .loaderbg{width:calc(100% - 32px);background:rgba(0,0,0,.7);height:35px;text-align:center;border-radius:10px;position:absolute}.minclock .loader{transform:rotateZ(45deg);perspective:1e3px;border-radius:50%;width:48px;height:48px;color:#fff;margin:0 auto;margin-top:-5px}.minclock .loader:before,.minclock .loader:after{content:'';display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite}.minclock .loader:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%)rotateZ(0)}100%{transform:translate(-50%,-50%)rotateZ(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%)rotate(0)}100%{transform:translate(-50%,-50%)rotate(-360deg)}}@keyframes spin{0%,100%{box-shadow:.2em 0 currentcolor}12%{box-shadow:.2em .2em currentcolor}25%{box-shadow:0 .2em currentcolor}37%{box-shadow:-.2em .2em currentcolor}50%{box-shadow:-.2em 0 currentcolor}62%{box-shadow:-.2em -.2em currentcolor}75%{box-shadow:0 -.2em currentcolor}87%{box-shadow:.2em -.2em currentcolor}}.app_tournoi .clock{display:flex;width:100%;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:var(--Dark-Blue,#001356)}.app_tournoi .clock .infos{display:flex;justify-content:space-between;align-items:center;flex:1 0}.app_tournoi .clock .infos .left{display:flex;align-items:center;gap:8px}.app_tournoi .clock .infos .left svg{width:10px}.app_tournoi .clock .infos .left .time{color:#fff;text-align:center;font-size:22px;font-weight:500;min-width:65px}.app_tournoi .clock .infos .right{display:flex;align-items:center;gap:10px}.app_tournoi .clock .infos .right .lvl{color:var(--White,#FFF);text-align:center;font-size:16px;font-weight:500;line-height:20px}.app_tournoi .clock .infos .right .line{width:1px;height:20px;background:#fff}.app_tournoi .clock .infos .right .blinds{color:var(--White,#FFF);text-align:center;font-size:14px;font-weight:400}.app_tournoi .clock .infos .arrow{display:flex}.app_tournoi .clock .infos .arrow svg{width:24px;height:24px}.app_tournoi .festival_parent{display:flex;padding:0 16px;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;align-self:stretch;padding-bottom:5px}.app_tournoi .separation{width:100%;height:1px;background:#dedede}.app_tournoi .festival{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;background:var(--Light-Blue,#F5F8FF);justify-content:space-between;border-radius:10px}.app_tournoi .festival .first{display:flex;gap:10px;align-items:center}.app_tournoi .festival .logo img{border-radius:7.76px;height:50px;max-width:80px;object-fit:cover;object-position:center center}.app_tournoi .festival .nom{color:var(--Global-Dark,#0C0C0C);text-align:center;font-size:16px;font-weight:500;line-height:20px}.app_tournoi .festival .sub{color:var(--Global-Dark,#0C0C0C);font-size:14px;font-weight:400}.app_tournoi .bigclock{display:flex;width:100%;padding:15px 16px;padding-bottom:0;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;position:relative}.bigclock .loaderbg{width:calc(100% - 32px);background:rgba(0,0,0,.7);height:178px;display:flex;align-items:center;text-align:center;border-radius:10px;position:absolute}.bigclock .loader{transform:rotateZ(45deg);perspective:1e3px;border-radius:50%;width:48px;height:48px;color:#fff;margin:0 auto;margin-top:-5px}.bigclock .loader:before,.bigclock .loader:after{content:'';display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite}.bigclock .loader:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}.app_tournoi .bigclock .bclock{display:flex;align-items:flex-start;align-content:flex-start;align-self:stretch;flex-wrap:wrap;border-radius:10px;background:#001356}.app_tournoi .bigclock .bclock .top{display:flex;width:100%;padding:10px 0;align-items:center}.app_tournoi .bigclock .bclock .startingin{color:#fff;width:100%;text-align:center}.app_tournoi .bigclock .bclock .times{display:flex;width:150px;min-width:150px;justify-content:center;align-items:center;flex-shrink:0;align-self:stretch}.app_tournoi .bigclock .bclock .times .time{display:flex;justify-content:center;align-items:center;flex:1 0;align-self:stretch}.app_tournoi .bigclock .bclock .times .time{display:flex;width:189px;flex-direction:column;justify-content:center;align-self:stretch;color:#fff;text-align:center;font-size:46px;font-style:normal;font-weight:500;line-height:15px;min-width:195px}.app_tournoi .bigclock .bclock .more{display:flex;width:187px;padding-left:25px;align-items:center;gap:5px;flex-shrink:0;align-items:baseline}.app_tournoi .bigclock .bclock .more .left{color:#fff;font-size:14px;font-style:normal;font-weight:300;line-height:18px}.app_tournoi .bigclock .bclock .more .right{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.app_tournoi .bigclock .bclock .line{height:1px;background:#fff;width:100%}.app_tournoi .bigclock .bclock .middle{display:flex;width:100%;height:53px;align-items:center}.app_tournoi .bigclock .bclock .middle .left1{display:flex;width:40%;justify-content:center;align-items:center;flex-shrink:0;color:#fff;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:22px;align-self:stretch;border-right:1px solid #fff;border-bottom:1px solid #fff}.app_tournoi .bigclock .bclock .middle .right1{display:flex;width:60%;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;gap:5px;border-bottom:1px solid #fff}.app_tournoi .bigclock .bclock .middle .right1 .data{display:flex;width:100%;align-items:center;flex-shrink:0}.app_tournoi .bigclock .bclock .middle .right1 .data .leftline{width:1px;height:53px;background:#fff}.app_tournoi .bigclock .bclock .middle .right1 .data .data{display:flex;height:53px;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}.app_tournoi .bigclock .bclock .middle .right1 .data .data .blinds{display:flex;padding-left:5px;align-items:center;gap:5px;flex:1 0;align-self:stretch}.app_tournoi .bigclock .bclock .middle .right1 .data .data .blinds .left{color:#fff;font-size:14px;font-style:normal;font-weight:300;line-height:20px}.app_tournoi .bigclock .bclock .middle .right1 .data .data .blinds .right{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.app_tournoi .bigclock .bclock .middle .right1 .data .data .next{display:flex;padding-left:5px;align-items:center;gap:5px;flex:1 0;align-self:stretch}.app_tournoi .bigclock .bclock .middle .right1 .data .data .next .left{color:#fff;font-size:14px;font-style:normal;font-weight:300;line-height:20px}.app_tournoi .bigclock .bclock .middle .right1 .data .data .next .right{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.app_tournoi .bigclock .bclock .bottom{display:flex;width:358px;padding:6px 0;justify-content:center;align-items:center;color:#fff;font-size:14px;font-style:normal;font-weight:300;line-height:20px;min-height:32px}.app_tournoi .bigclock .bclock .bottom span{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.app_tournoi .structure{margin-top:15px;height:100vh;padding-bottom:75vh;overflow-y:scroll}.app_tournoi .structure .head,.app_tournoi .structure .data{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.app_tournoi .structure .head .tabs{display:flex;align-items:center;align-self:stretch;background:var(--Ultra-Light-Grey,#F7F7F7);color:var(--Global-Dark,#0C0C0C);font-size:14px;font-style:normal;font-weight:600;line-height:16px;border-bottom:1px solid #b1b1b1;height:35px;text-align:center}.app_tournoi .structure .data .tabs{display:flex;align-items:center;align-self:stretch;color:var(--Global-Dark,#0C0C0C);font-size:16px;font-style:normal;font-weight:400;line-height:16px;border-bottom:1px solid var(--Super-Light-Grey,#DEDEDE);height:35px;text-align:center}.app_tournoi .structure .data .tabs.actual{border-radius:2px;background:var(--Light-Pink,#FFE1DE);color:var(--Global-Accent,#CE0025)}.app_tournoi .structure .data .tabs.done{border-radius:2px;color:var(--Super-Light-Grey,#DEDEDE)}.app_tournoi .structure .tabs .id{width:10%}.app_tournoi .structure .tabs .duree{width:20%}.app_tournoi .structure .tabs .sb{width:25%}.app_tournoi .structure .tabs .bb{width:25%}.app_tournoi .structure .tabs .ante{width:20%}.app_tournoi .structure .tabs .start{width:20%}.app_tournoi .structure .tabs .pause{width:100%;background:var(--Ultra-Light-Grey,#F7F7F7);display:flex;justify-content:center;align-self:stretch;align-items:center;font-weight:600}.app_tournoi .feed{display:inline-flex;padding:0 16px 25px;flex-direction:column;align-items:flex-start;gap:15px;flex-shrink:0}.app_tournoi .feed .filters{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:20px}.app_tournoi .feed .filters div.element{display:flex;align-items:center;border-bottom:3px solid #000;align-self:stretch}.app_tournoi .feed .filters .ico_day{position:relative}.app_tournoi .feed .filters .ico_day::after{content:'';border-color:#0c0c0c transparent transparent transparent;top:50%;border-style:solid;border-width:5px 4px 0;height:0;right:5px;margin-left:-4px;margin-top:-2px;position:absolute;width:0}.app_tournoi .feed .filters .filtres_day{background-color:initial;border:0;color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:500;padding-left:10px;padding-right:20px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.app_tournoi .type_affichage{min-width:180px;color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:500}.app_tournoi .messages{display:inline-flex;padding:0 0 15px;flex-direction:column;align-items:flex-start;gap:15px;flex-shrink:0;width:100%}.app_tournoi .message{display:flex;padding:15px;padding-top:10px;padding-bottom:10px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:10px;background:#fff;box-shadow:0 0 10px rgba(87,86,86,.1)}.app_tournoi .message.admin{border-left:5px solid var(--Global-Accent,#CE0025)}.app_tournoi .message .message_head{display:flex;align-items:center;gap:10px;align-self:stretch}.app_tournoi .message .message_head img.profil{width:35px;height:35px;border-radius:35px}.app_tournoi .message .message_head img.profilc{width:35px;height:35px;border-radius:35px;object-fit:contain;object-position:center center}.app_tournoi .message .message_head .user{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0;align-self:stretch}.app_tournoi .message .message_head .user-detail{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.app_tournoi .message .message_head .user-detail .top{display:flex;flex-direction:column;justify-content:start;align-items:flex-start}.app_tournoi .message .message_head .user-detail .name{color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:600;display:flex;flex-direction:row;gap:5px;align-items:center}.app_tournoi .message .message_head .user-detail .name svg{width:12px;height:12px;flex-shrink:0}.app_tournoi .message .message_head .user-detail .name .time_msg{color:var(--Grey,#666);font-size:14px;font-weight:400}.app_tournoi .message .message_head .user-detail .pseudo{color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:400}.app_tournoi .message .message_head .user-detail .edit{display:flex}.app_tournoi .message .message_post{color:var(--Global-Dark,#0C0C0C);font-size:16px;font-weight:400;line-height:20px;min-width:100%}.app_tournoi .message .message_post .app_show_joueur{color:var(--Global-Accent,#CE0025)}.app_tournoi .message .message_post img{width:100%;margin-top:10px;border-radius:10px}.app_tournoi .message .message_post .message_rapide{display:flex;flex-direction:row;gap:10px}.app_tournoi .message .message_post .message_rapide img{width:55px;height:55px}.app_tournoi .message .message_post .message_rapide .more{display:flex;flex-direction:column;width:100%;justify-content:center;gap:5px}.app_tournoi .message .message_post .message_rapide .more_action{color:var(--Global-Dark,#0C0C0C);font-size:14px;font-weight:600}.app_tournoi .message .message_post .message_rapide .more_1{color:#659d16;font-size:24px;font-weight:700}.app_tournoi .message .message_post .message_rapide .more_2{color:#36a3b3;font-size:24px;font-weight:700}.app_tournoi .message .message_post .message_rapide .more_3{color:#5b3e80;font-size:24px;font-weight:700}.app_tournoi .message .message_post .message_rapide .more_4{color:#ba3e35;font-size:24px;font-weight:700}.app_tournoi .message .message_post .message_rapide .more_5{color:#659d16;font-size:24px;font-weight:700}.app_tournoi .message .message_bottom{display:flex;justify-content:space-between;align-items:center;align-self:stretch;min-height:30px}.app_tournoi .message .message_bottom .level{color:var(--Global-Accent,#CE0025);font-size:14px;font-weight:400}.app_tournoi .message .message_bottom .plus{display:flex;width:22px;height:22px;justify-content:center;align-items:center;gap:12px;flex-shrink:0;border-radius:59.459px;background:#fff;box-shadow:0 0 11.892px rgba(87,86,86,.2)}.app_tournoi .message .message_bottom .actual_plus{display:flex;justify-content:center;align-items:center;gap:10px;flex-shrink:0}.app_tournoi .message .message_bottom .actual_plus img{width:30px;height:30px}.app_tournoi .message .message_bottom .actual_plus div{display:inline-flex;align-items:center;gap:4px;color:var(--Global-Dark,#0C0C0C);font-size:12px;font-weight:500}.app_tournoi .blind-plus{display:flex;align-items:center;gap:15px;align-self:stretch}.app_tournoi .blind-plus .line{width:100%;height:1px;background:#3e3e3e}.app_tournoi .blind-plus .msg{color:var(--Dark-Grey,#3E3E3E);font-size:14px;font-weight:600;width:100%;white-space:nowrap}.bottom_action{display:flex;width:100%;height:90px;padding:0 16px 25px;flex-direction:column;justify-content:flex-end;align-items:center;gap:15px;flex-shrink:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFF 100%);position:fixed;bottom:calc( var(--menu-bottom-height) + (env(safe-area-inset-bottom)*1.4))}.bottom_action .action{display:flex;height:60px;padding:6px 15px;align-items:flex-start;gap:20px;flex-shrink:0;border-radius:1e3px;background:#fff;box-shadow:0 0 20px 10px rgba(0,0,0,.25)}.bottom_action .action div.activity{display:flex;width:32px;height:32px;padding:6.4px 8.875px;justify-content:center;align-items:center;border-radius:1066.667px;background:var(--Global-Accent,#CE0025)}.bottom_action .action div.stack{display:flex;width:32px;height:32px;padding:6.4px 5.875px;justify-content:center;align-items:center;background:var(--Global-Accent,#CE0025);border-radius:100%;position:relative}.bottom_action .action div.chat{display:flex;width:32px;height:32px;padding:6.4px 2.875px;justify-content:center;align-items:center;border-radius:1066.667px;background:var(--Global-Accent,#CE0025)}.bottom_action .action div.chat svg{width:32px;height:32px}#modal_tournoi_stack .body .top{display:flex;padding:15px 50px 25px;flex-direction:column;align-items:center;gap:20px;align-self:stretch;color:var(--Global-Dark,#0C0C0C);text-align:center;font-size:16px;font-weight:700}#modal_tournoi_stack .body .top input{border:none;background-color:initial;border-bottom:1px solid #0c0c0c;width:100%;text-align:center;color:var(--Global-Dark,#0C0C0C);font-size:20px;font-weight:700;line-height:22px;padding-bottom:10px}#modal_tournoi_stack .body button{margin-bottom:50px}#modal_tournoi_login .body .top{display:flex;padding:30px 16px;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch}#modal_tournoi_login .body .top .title{color:var(--Global-Dark,#0C0C0C);text-align:center;font-size:20px;font-weight:700;line-height:22px}#modal_tournoi_login .body .top .txt{color:var(--Dark-Grey,#3E3E3E);text-align:center;font-size:16px;font-weight:500;line-height:20px}#modal_tournoi_login .body .bottom{color:var(--Grey,#666);text-align:center;font-size:15px;font-weight:500}#modal_tournoi_login .body .bottom a{color:var(--Grey,#666);font-size:14px;font-weight:700;text-decoration-line:underline}#modal_tournoi_message .body .top{display:flex;padding:30px 0;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch}#modal_tournoi_message .body .top .preview_image{border-radius:10px;position:relative}#modal_tournoi_message .body .top #preview_image_data img{width:100%;max-height:30vh}#modal_tournoi_message .body .top .preview_image a{position:absolute;top:12px;right:12px}#modal_tournoi_message .body .top .title{color:var(--Global-Dark,#0C0C0C);text-align:center;font-size:20px;font-weight:700;line-height:22px}#modal_tournoi_message .body .top .txt{color:var(--Dark-Grey,#3E3E3E);text-align:center;font-size:16px;font-weight:500;line-height:20px}#modal_tournoi_message .body .top #feed_message{border-radius:5px;background:var(--Ultra-Light-Grey,#F7F7F7);border:none;width:100%;min-height:120px;resize:none;padding:10px;max-height:120px;overflow-y:scroll}#modal_tournoi_message .body .top #feed_message .pre_app_show_joueur{color:var(--Global-Accent,#CE0025)}#modal_tournoi_message .body .separation{background:#0c0c0c;width:100%;height:1px}#modal_tournoi_message .body .bottom{display:flex;padding:0 16px 35px;align-items:center;gap:15px;align-self:stretch}#modal_tournoi_message .body .bottom .photo{width:46px;background-color:var(--Ultra-Light-Grey,#F7F7F7)}#modal_tournoi_activity .body .top{display:flex;padding:30px 0;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch}#modal_tournoi_activity .body .top .title{color:var(--Global-Dark,#0C0C0C);text-align:center;font-size:20px;font-weight:700;line-height:22px}#modal_tournoi_activity .body .top .txt{color:var(--Dark-Grey,#3E3E3E);text-align:center;font-size:16px;font-weight:500;line-height:20px}#modal_tournoi_activity .body .top textarea{border-radius:5px;background:var(--Ultra-Light-Grey,#F7F7F7);border:none;width:100%;min-height:120px;resize:none;padding:10px}#modal_tournoi_activity .body .separation{background:#0c0c0c;width:100%;height:1px}#modal_tournoi_activity .body .bottom{display:flex;padding:0 16px 35px;align-items:center;gap:15px;align-self:stretch}#modal_tournoi_activity .body .bottom .photo{width:46px;background-color:var(--Ultra-Light-Grey,#F7F7F7)}#modal_tournoi_activity .body .top .list{display:flex;align-items:flex-start;gap:10px;align-self:stretch;width:100%;overflow-x:scroll}#modal_tournoi_activity .body .top .list .item{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1 0}#modal_tournoi_activity .body .top .list .item .image{width:100%}#modal_tournoi_activity .body .top .list .item .image img{border-radius:5px;border:2px solid transparent;max-width:100%}#modal_tournoi_activity .body .top .list .item.active .image img{border:2px solid var(--Global-Accent)}#modal_tournoi_activity .body .top .list .item .texte{color:var(--Dark-Grey,#3E3E3E);text-align:center;font-size:15px;font-weight:500}#modal_tournoi_activity .body .top .action_with{color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:500;text-align:left;width:100%}#modal_tournoi_activity .body .top .action_with .search_user{display:flex;width:100%;height:40px;padding:0 10px;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;background:var(--Ultra-Light-Grey,#F7F7F7)}#modal_tournoi_activity .body .top .action_with input{border:none;background-color:initial;color:var(--Grey,#666);font-family:Barlow Semi Condensed;font-size:14px;font-weight:600;text-transform:uppercase;text-align:left}.app_tournoi .users_registered{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;height:100vh;overflow-y:scroll;padding-bottom:75vh}.app_tournoi .users_registered .item:first-child,.app_tournoi .users_registered .item.first{border-top:1px solid var(--Super-Light-Grey,#DEDEDE)}.app_tournoi .users_registered .item.odd{background:#fff!important}.app_tournoi .users_registered .item{display:flex;height:50px;min-height:50px;padding:0 16px;justify-content:space-between;align-items:center;align-self:stretch;background:var(--Ultra-Light-Grey,#F7F7F7)}.app_tournoi .users_registered .item .order{color:var(--Global-Dark,#0C0C0C);font-size:14px;font-weight:600;text-transform:uppercase;min-width:20px}.app_tournoi .users_registered .item .info{display:flex;align-items:center;gap:5px;width:100%;align-self:stretch}.app_tournoi .users_registered .item .montant{color:var(--Global-Dark,#0C0C0C);text-align:right;font-size:14px;font-weight:600;text-transform:uppercase;min-width:85px}.app_tournoi .users_registered .item .montant.ok{color:var(--Green-Up,#1EAD3D)}.app_tournoi .users_registered .item .montant span{color:var(--Global-Dark,#0C0C0C);text-align:right;font-size:14px;font-weight:400;text-transform:uppercase;min-width:85px}.app_tournoi .users_registered .item .joueur{display:flex;align-items:center;gap:5px;align-self:stretch}.app_tournoi .users_registered .item .joueur .photo{position:relative;display:flex}.app_tournoi .users_registered .item .joueur .photo .img_joueur{width:30px;height:30px;position:relative;border-radius:30px}.app_tournoi .users_registered .item .joueur .photo .pays_joueur{width:15px;height:15px;border:1px solid #fff;border-radius:15px;position:absolute;bottom:0;right:0}.app_tournoi .users_registered .item .joueur .name{color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:500;display:flex;gap:5px;align-items:center}.app_tournoi .users_registered .item .joueur .team-pro{max-height:25px}.app_tournoi .users_registered .item .autre{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.app_tournoi .users_registered .item .autre .chips{color:var(--Global-Dark,#0C0C0C);text-align:right;font-size:14px;font-weight:400}.app_tournoi .users_registered .item .autre .chips2 .updated{display:flex;gap:3px;align-items:center;color:#7b7b7b;text-align:right;font-size:12px;font-weight:500;justify-content:end}.app_tournoi .users_registered .item .evolution{color:var(--Dark-Grey,#3E3E3E);text-align:right;font-size:12px;font-weight:600;min-width:50px;display:flex;justify-content:end;align-items:center;gap:2px}.app_tournoi .users_registered .item .autre .chips2{color:var(--Global-Dark,#0C0C0C);text-align:right;font-size:15px;min-width:80px;font-weight:500}.app_tournoi .users_registered .item .autre .chips.ok,.app_tournoi .users_registered .item .autre .chips2.ok{color:var(--Green-Up,#1EAD3D)}.app_tournoi .subtitle{display:flex;align-items:flex-start;gap:10px;align-self:stretch;color:#000;font-size:14px;font-weight:600;text-transform:uppercase}.app_tournoi .no-prizepool{display:flex;padding:15px 24px;flex-direction:column;justify-content:center;align-items:center;gap:15px;align-self:stretch}.app_tournoi .no-prizepool .title-prizepool{color:var(--Content-contentPrimary,#000);text-align:center;font-size:20px;font-weight:700;line-height:22px}.app_tournoi .no-prizepool .txt-prizepool{color:var(--Content-contentPrimary,#000);text-align:center;font-size:14px;font-weight:400}.app_feed_edit_msg[aria-expanded=true] path{fill:#ce0025}.tippy-box[data-theme~=livepoker]{background-color:#fff;color:#000;border-radius:10px;background:var(--White,#FFF);box-shadow:0 0 14px rgba(34,34,34,.13)}.tippy-box[data-theme~=livepoker] hr{border-color:#f7f7f7!important;border-style:solid}.smiley{width:40px;height:40px}.smiley-update{animation:blink .5s ease-in-out}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}#pre_inscrits .filters{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:20px;padding:10px 16px}#chipcounts .filters,#payout .filters{display:flex;justify-content:start;align-items:center;align-self:stretch;gap:10px;padding:10px 16px}#pre_inscrits .filters div.element,#chipcounts .filters div.element,#payout .filters div.element{display:flex;align-items:center;align-self:stretch}#pre_inscrits .filters .ico_day,#chipcounts .filters .ico_day{position:relative}#pre_inscrits .filters .ico_day::after,#chipcounts .filters .ico_day::after{content:'';border-color:#0c0c0c transparent transparent transparent;top:50%;border-style:solid;border-width:5px 4px 0;height:0;right:5px;margin-left:-4px;margin-top:-2px;position:absolute;width:0}#pre_inscrits .filters .filtres_day,#chipcounts .filters .filtres_day{background-color:initial;border:0;color:var(--Global-Dark,#0C0C0C);font-size:15px;font-weight:500;padding-right:20px;appearance:none;-webkit-appearance:none;-moz-appearance:none}#chipcounts .search,#payout .search{width:100%;position:relative;display:flex;align-items:center}#chipcounts .search .ico,#payout .search .ico{display:flex;width:20px;height:20px;align-items:center;position:absolute;left:10px}#chipcounts .search .ico:before,#payout .search .ico:before{position:absolute;left:0;z-index:999;margin-top:5px;content:url(data:image/svg+xml,%3Csvg%20width=%2217%22%20height=%2218%22%20viewBox=%220%200%2017%2018%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M.390137%207.44629c0%20.91309.171549%201.77083.514648%202.57321C1.24788%2010.8164%201.7238%2011.5192%202.33252%2012.1279%202.94124%2012.7367%203.64404%2013.2126%204.44092%2013.5557c.80241.3431%201.66015.5146%202.57324.5146C7.73356%2014.0703%208.41976%2013.9596%209.07275%2013.7383%209.72575%2013.5169%2010.3234%2013.2126%2010.8657%2012.8252l4.084%204.0923C15.0493%2017.0116%2015.1572%2017.0807%2015.2734%2017.125c.1218.0498000000000012.2491.0747.3819.0747C15.8434%2017.1997%2016.0094%2017.1554%2016.1533%2017.0669%2016.2972%2016.9839%2016.4079%2016.8677%2016.4854%2016.7183%2016.5684%2016.5688%2016.6099%2016.4028%2016.6099%2016.2202%2016.6099%2016.0874%2016.585%2015.9629%2016.5352%2015.8467%2016.4909%2015.7305%2016.4245%2015.6281%2016.3359%2015.5396l-4.059-4.084C12.703%2010.9022%2013.035%2010.2852%2013.2729%209.60449%2013.5164%208.92383%2013.6382%208.20443%2013.6382%207.44629c0-.91309-.1716-1.76807-.5147-2.56494C12.7804%204.07894%2012.3045%203.37337%2011.6958%202.76465%2011.0871%202.15592%2010.3815%201.68001%209.5791%201.33691%208.78223.993815%207.92725.822266%207.01416.822266c-.91309.0-1.77083.171549-2.57324.514644-.79688.3431-1.49968.81901-2.1084%201.42774-.60872.60872-1.08464%201.31429-1.427735%202.1167C.561686%205.67822.390137%206.5332.390137%207.44629zm1.419433.0c0-.7194.13281-1.39177.39844-2.01709.27116-.63086.64469-1.18425%201.1206-1.66016.48145-.48144%201.03483-.85498%201.66016-1.1206.63086-.27116%201.30599-.40674%202.02539-.40674s1.39176.13558%202.01709.40674c.63086.26562%201.18425.63916%201.66015%201.1206C11.1673%204.24495%2011.5409%204.79834%2011.812%205.4292%2012.0832%206.05452%2012.2188%206.72689%2012.2188%207.44629%2012.2188%208.16569%2012.0832%208.84082%2011.812%209.47168%2011.5409%2010.097%2011.1673%2010.6476%2010.6914%2011.1235S9.66211%2011.973%209.03125%2012.2441C8.40592%2012.5153%207.73356%2012.6509%207.01416%2012.6509%206.29476%2012.6509%205.61963%2012.5153%204.98877%2012.2441%204.36344%2011.973%203.81006%2011.5994%203.32861%2011.1235%202.8527%2010.6476%202.47917%2010.097%202.20801%209.47168%201.94238%208.84082%201.80957%208.16569%201.80957%207.44629z%22%20fill=%22%23000%22%20fill-opacity=%22.51%22%20style=%22mix-blend-mode:overlay%22/%3E%3C/svg%3E)}#chipcounts input,#payout input{border-radius:100px;background:var(--Ultra-Light-Grey,#F7F7F7);border:0;height:40px;width:100%;position:relative;padding-left:35px;font-size:14px}#chipcounts .type_chipcount,#payout .type_chipcount{color:#000;font-size:16px;font-weight:600;text-transform:uppercase;padding-left:16px;padding-right:16px;padding-bottom:10px;text-align:left}#chipcounts .type_chipcount span,#payout .type_chipcount span{color:#000;font-size:12px;font-weight:400}.ico-filter{display:flex;position:relative}.ico-filter span{width:15px;height:15px;position:absolute;right:0;background:#ce0025;border-radius:50%;color:#fff;text-align:center;font-size:10px;font-weight:600;display:flex;justify-content:center;align-items:center}.filtres_tags ul{width:100%;display:flex;flex-direction:row;row-gap:5px;padding-left:1rem;padding-right:1rem;flex-wrap:wrap}.filtres_tags li{padding:5px;cursor:default;margin-right:5px;border-radius:4px;border:1px solid var(--Super-Light-Grey,#DEDEDE);background:var(--Ultra-Light-Grey,#F7F7F7);color:var(--Grey,#666);font-size:14px;font-weight:600;display:flex;flex-direction:row;align-items:center;gap:5px}.filtres_tags li div{display:flex;align-items:center;gap:4px}.filtres_tags li div img{width:13px}.bootstrap-maxlength{color:var(--Dark-Grey,#3E3E3E);font-size:12px;font-weight:400;margin-top:-22px;margin-left:-13px}.bottom_backtotop{position:absolute;bottom:calc( 30px + var(--menu-bottom-height) + (env(safe-area-inset-bottom)*1.4));left:33px;z-index:9999;opacity:1}.bottom_backtotop svg{width:25px;height:25px;background-color:#fff;border-radius:50%;border:.5px solid #000}#mentionList{display:none;position:absolute;border:1px solid #ccc;max-height:150px;overflow-y:auto;background-color:#fff;z-index:1000}.mentionItem{padding:8px;cursor:pointer}.mentionItem:hover{background-color:#f0f0f0}#select2-filtres_teampro_chipscount-results .image img,#select2-filtres_teampro_payout-results .image img{max-height:20px;max-width:40px}.swal2-select{border:2px solid var(--primary)}.item .certif{width:15px;height:15px}.sharing{margin-top:20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;row-gap:25px;column-gap:25px}.sharing img{width:60px}