	/** SCORE */
    .score-container .dropdown {
        list-style:none;float:right;position:absolute;top:25px;right:3px;
    }
    .bold-link {
        font-weight:bold;
        text-decoration: underline;
    }
    /** Dialog */
    .dialog-header {
padding: 10px;
position: relative;
}
.dialog-container {
display: flex;
flex-direction: column;
height:800px;
max-height: 100%;
padding: 8px;
}

.dialog-content {
flex: 1; /* prend tout l’espace dispo */
padding: 10px;
overflow: auto; /* utile si le contenu dépasse */
}

.dialog-footer {
padding: 10px;
}
    /** pagination */
    .pagination .disabled {
        display:none;
    }
    /** payment */
    .switch {
        position:relative;
    }
    .switch input {
        display: block;
opacity: 0;
width: 100%; /* Ajouter la largeur */
height: 100%; /* Ajouter la hauteur */
position: absolute; /* Position absolue pour couvrir l’espace de <label> */
top: 0;
left: 0;
z-index: 2; /* Priorité sur les autres éléments */
cursor: pointer; /* Conserve le curseur de type "pointer" */		
    }


.switch label {
margin-bottom: 0px !important;
position: relative;
width: 60px;
height: 29px;
display: inline-block;
background: #666666;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;		
}

.switch label:after {
content: "";
position: absolute;
left: 2px;
top: 2px;
width: 25px;
height: 25px;	
background: #FFF;
border-radius: 50%;
box-shadow: 1px 3px 6px #666666;		
}

.switch input:checked + label {
background: #666666		
}

.switch input:checked + label:after {
left: auto;
right: 2px;	
}


    /** Progres */
@keyframes progress {
0% { --percentage: 0; }
100% { --percentage: var(--value); }
}

@property --percentage {
syntax: '<number>';
inherits: true;
initial-value: 0;
}

[role="progressbar2"] {
--percentage: var(--value);
--primary: #369;
--secondary: #adf;
--size: 20px;
animation: progress 2s 0.5s forwards;
width: var(--size);
aspect-ratio: 1;
border-radius: 50%;
position: relative;
overflow: hidden;
display: grid;
place-items: center;
}

[role="progressbar2"]::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
mask: radial-gradient(white 55%, transparent 0);
mask-mode: alpha;
-webkit-mask: radial-gradient(#0000 55%, #000 0);
-webkit-mask-mode: alpha;
}

[role="progressbar2"]::after {
counter-reset: percentage var(--value);
content: counter(percentage) '%';
font-family: Helvetica, Arial, sans-serif;
font-size: calc(var(--size) / 4);
color: var(--primary);
}

/** Fin progress */


.score-container .badgify {
    zoom:0.7;
}
#score_modal .overlay-content {
    overflow-x: hidden;
}
.embed-img {
    max-width:100% !important;
}
.darkmode-off, .darkmode-on {
    display: inline-block;
}

.toggle-darkmode .fa-lock {
    margin-left: -7px !important;
}

.toggle-darkmode .darkmode-off, .toggle-darkmode .fa-sun {
    display:none !important;
}

.darkmode .toggle-darkmode .darkmode-off {
    display:inline-block !important;
}

.darkmode .toggle-darkmode .fa-sun {
    display: inline-block !important;
}

.darkmode .toggle-darkmode .darkmode-on, .darkmode .toggle-darkmode .fa-moon, .darkmode .toggle-darkmode .badge {
    display:none !important;
}

.score-premium-modal div { text-align: center !important;}
/* PRE V3 STYLES */
@keyframes heartbeat
{
0%
{
transform: scale( .95 );
}
20%
{
transform: scale( 1 );
}
40%
{
transform: scale( .95 );
}
60%
{
transform: scale( 1 );
}
80%
{
transform: scale( .95 );
}
100%
{
transform: scale( .95 );
}
}

.fa-heart:hover {
animation: heartbeat 1s infinite;
}
.mobile-user-info > div {
    padding: 8px;
    zoom: 1.2;
    margin-bottom: 0px;
}

.mobile-user-info > a
{
    padding-left: 12px !important;
}

.mobile-user-info > div img
{
    left: 11px !important;
}

#bottomToolbar .btn {
    padding-left: 13px !important;
    padding-right:13px !important;
}

.dropdown-menu-user {
    margin-top:-5px !important;
}
@media (max-width: 770px) {
    .dropdown-menu-user {
        margin-top:0px !important;
     }
    hr {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.forum-post-author {
    width: 100px;
}

 .forum-subcategories a {
        display:block;
        font-weight:bold;
    }

    .forum-category:nth-child(even) {
        background: #eef5fd !important;
    }

    .forum-category:nth-child(odd) {
        background: #eee !important;
    }

    .forum-category {
        padding:15px;
        margin-bottom:15px;
        border-radius:15px;
        margin-top:15px;
    }

    .forum-category .lead {
        margin-bottom:0px;
        display:block;
        font-weight:bold;
    }

@media(max-width:770px){
    .forum-post-author {
        width: 50px;
    }
}

.side-menu li {
    list-style-type: none;
}

.side-menu {
    font-size:1.25em;
}

.side-menu>li>a {
    display: block;
    padding: 3px 20px;
    padding-left:22px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .glyphicon, .dropdown-menu .fa, .dropdown-menu .fas, .dropdown-menu .far,
.side-menu .glyphicon, .side-menu .fa, .side-menu .fas, .side-menu .far 
{
    display: inline-block;
    width: 30px;
    margin-left: -15px;
    text-align: center;
}

.dropdown-menu, .side-menu {
    font-size:1.2em !important;
    padding:0px !important;
}
.dropdown-menu li, .side-menu li {
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.dropdown-menu a, .side-menu a {
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.messenger-participant-pictures {
    display: inline-block;
    position:relative;
}
.messenger-participant-pictures img {
    border-radius:50%;
    border: #a5a5a5 2px solid;
}
.messenger-participant-pictures img:first-child {
    width:50px;
    height:50px;
}

.messenger-participant-pictures img:nth-child(2) {
    width:20px;
    height:20px;
    position:absolute;
    bottom:0px;
    right:0px;
    border: #a5a5a5 1px solid;
}

.messenger-participant-pictures .counter {
    width: 20px;
    height: 20px;
    font-size: 8px;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    background: #a5a5a5;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    bottom: 0px;
    left: 0px;
}

#text-desc {
    word-wrap: break-word;
}
#chatContainer .message	{
    padding-right:15px !important;
}
#userpoints {
    padding-top:17px;padding-right:10px;
    margin-top:-8px;
}
@media (max-width:970px){
    nav .user-gain {
        font-size:20px;
    }
}
.user-gain-label {
    font-size:16px;
    color: #8A87B4;
    font-weight: normal;
    display:none;
}
.user-gain-amount {
    font-size:16px;
    font-weight:bold;
    display:block;
}
.user-gain-item {
    display:inline-block;
    cursor:pointer;
    margin-right:7px;
    margin-left:7px;
    position:relative;
}
.user-gain-item i {
    font-size:18px;
    margin-bottom:3px;
}
.user-gain {
    display:inline-block;
    text-align:center;
    
}
#userpoints span, #mobileTabs span{
    font-size:12px !important;
}

@media (min-width:970px){
    #btnScore.active-attempt {
        padding-left:15px !important;
    }

    #btnScore .fa-stopwatch {
        margin-top:5px;
    }
    #btnScore .badge-score {
        zoom:0.59 !important;
        border: 1px #3e8f3e solid !important;
        top: -2px !important;
        left: -2px !important;
    }
    
    .navbar-nav>li {
        margin-bottom:-5px !important;
    }
}

.report-list .label {
    border-radius: 10px !important;
}

.score-alert-uncertified, #newScoreArea {
    border-radius: 15px !important;
    margin: 15px !important;
}

.score-filter-btns, #newScoreArea {
    margin:15px;
}

.score-filter-btns .btn:first-child, .scores-header .btn:first-child {
    border-radius: 15px 0 0 15px !important;
}

.score-filter-btns .btn:last-child, .scores-header .btn:last-child {
    border-radius:  0 15px 15px 0 !important;
}

.abs-calendar {
    border-bottom: 1px #e8e8e8 solid !important;
}

#navbar, .score-main-container, .team-card {
    box-shadow: 0 4px 24px rgba(40, 54, 120, 0.12), 0 1.5px 6px rgba(40,54,120,0.08);
}

.score-main-container {
    margin: 15px;
    border-radius: 15px !important;

    /* border: 1px #e5e5e5 solid !important; */
}

.score-main-container .content-tooltip {
    margin-top:15px;
    font-size:18px;
}

.score-container.journaling-score .user-badge-container {
    display:none !important;
}

@media(max-width:770px){
    .score-main-container .content-tooltip {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}

.panel-heading {
    background: #fff !important;
}

.scores-header .btn-group {
    margin-right:0px !important;
}

.scores-header .btn:not(.btn-danger), .content-tooltip .btn:not(.btn-danger):not(.btn-success) {
    background:none !important;
    border: none!important;
}

.content-tooltip .btn {
    font-size: 1.05em !important;
    box-shadow: none;
}


/* REWARDS */
.numberCircle {
position:relative;
width: 103px;
max-height:110px;
line-height: 100px;
border-radius: 50%;
text-align: center !important;
font-size: 32px;
border: 2px solid #666;
display:inline-block;
margin: 10px 10px 0 0;
overflow: hidden;
cursor:pointer;
background:#fff;
}

.numberCircle .status {
position:absolute;
z-index:1;
left:0;
bottom:0;
width:100%;
padding:4px;
}

.numberCircle .day {
width:100%;
text-align:center;
top: 17px;
left:0px;
font-size:0.9em;
position:absolute;
line-height:0;
}

.numberCircle .fa-lock {
color: red;
}

.numberCircle .fa-hourglass {
color: blue;
}

.numberCircle .fa-check {
color: green;
}

.numberCircle .loading {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:2;
opacity:0.85;
}

.reward-visit-preview {
zoom: 30.5%;
}
/* END PRE V3 STYLES */

body {padding:0px !important}

.premium-star {
    color:#f2b01e;
}
#chatbox .form-group {
margin-bottom:0px !important;
}
/* payment form */
.price-choices {
display: flex;
flex-wrap: wrap;
}

.price-choice-container {
    position:relative;
    width:50%;
    cursor:pointer;
    padding:5px;
    min-width: 125px;
    flex-basis: 125px;
    flex-grow: 1;
}

@media(max-width:768px) {
    .price-choice-container {
        width:100%;
        flex-basis: 100%;
        flex-grow: 0;
    }
}

.price-choice-container .price-choice {
overflow:hidden;
border:1px #e5e5e5 solid;
border-radius:15px;text-align:center;
box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
height:100%;
}

.price-choice-container input:checked + .price-choice {
border-width: 3px !important;
border-color: rgb(112, 164, 214);
color: rgb(112, 164, 214);
box-shadow: none;
}

.price-choice-container .fa-check-circle {
top:10px;left:10px;z-index:2;position:absolute;
background:#fff;
color: rgb(112, 164, 214);
font-size: 20px;
border-radius: 50%;
}

.price-choice-container .rivet {
width:20px;top:10px;left:10px;z-index:1;position:absolute;border-radius:50%;background:#fff;
}
/* end payment form */
.sticky-add {
    background: #fff !important;
    z-index:2 !important;
    box-shadow:  0px 4px 2px 0px rgba(0,0,0,0.2);
}

.show-when-sticky {
    display: none !important;
}

.is-sticky .show-when-sticky {
    display: block !important;
}

.nav-shadow {
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12) !important;
}
[for=scoreNotifications] .panel-heading {
    display:none;
}
   .battle-recap, .battle-recap-3 {
display: flex;
}
.battle-recap .battle-recap-item {
width:25%; text-align:center;font-weight:bold;
}
.battle-recap-3 .battle-recap-item {
width:33%; text-align:center;font-weight:bold;
}
.highlight .score-comment-container {
    max-height:500px;
    overflow:hidden;
    position:relative;
}
.abs-period-attempt, .abs-period-off {
background: #5cb85c;
position:absolute;
height:100%;
top:0;
border-right: 1px solid #000;
}
.abs-period-off {
background: #000;
}
.abs-period-off:hover {
background: #d9534f;
}
.abs-period-attempt:hover {
background: #5bc0de;
}
.fa-gem {
    color: #5ad21c !important;
}
.fa-gem.super {
    color: #ed2424 !important;
}
.fa-gem.normal {
    color: inherit !important;
}
.premium-header img {
    display:none;
}
#modalBody .premium-header img {
    display:block !important;
}
.team-battle-preview { padding: 15px;position:relative;overflow:hidden}
.team-battle-preview .team-avatar {
    width:60px !important;
}

.btn-xs.like-content.btn-default {
    margin-top:-1px;
}

.dropdown-menu li {
    border-bottom: 1px #e5e5e5 solid;
    padding-top: 3px;
    padding-bottom:3px;
}
.dropdown-menu li:last-child {
    border-bottom:none;
}
@media(max-width:770px){
    .dropdown-menu.responsive {
    position: fixed !important;
    z-index: 6666666 !important;
    bottom: 60px !important;
    top: auto !important;
    width: 100% !important;
    right: 0 !important;
    font-size: 22px !important;
    border-radius: 0px !important;
    }
}

.rank-user-avatar {
    width: 30px;
border-radius: 15px;
margin-top: -4px;
margin-right: 5px;
}
.actuality-icon {
    background: #eee !important;
padding: 6px;
margin-right: 8px;
margin-left: -4px;
display: inline-block;
border-radius: 14px;
font-size: 18px;
}
.message {
    display:flex;
}
.message .score-user-avatar {
    margin-right:5px;
    width:30px;
}
.message-global-wrapper {
    width:100%;
}

.label-purple {
    background-color: #992165;
}
.label-purpl {
    border-left: 3px #992165 solid;
}
/* Circular progress */
.badgify .progress-barre, .badgify .progress-sup50 {
border-width: 3px !important;
}
.badgify .progress-container {
margin:2px;
border: none !important;
}
.badgify .progress-circle {
font-size: 60px !important;
}

.badgify .progress-circle:after {
content: "" !important;
}

.cool_btn1 {
position:absolute;
left:0px;
top:0px;
z-index:1;
margin:5px !important;
}
/** End circular progress */
[data-toggle-premium] {
    cursor: pointer;
    text-decoration: underline;
}
fieldset.solid {
    padding: .35em .625em .75em;
    border: 2px solid black;border-radius:10px;
    position:relative;padding-bottom:0px;
    margin-top:0px;
}

fieldset.solid legend {
    margin-bottom:0px;border-bottom:none;font-size:16px;width:auto;padding: 0 5px 0 5px;font-weight:bold;
}


.locked-overlay {
    position:absolute;
    width: 100%;
    height: 100%;
    z-index:1;
}
.highlight-stats {
    display: inline-block;
    border-radius: 15px;
    border: 1px #e5e5e5 solid;
    background: rgba(255, 215, 0, 0.15) !important;
}

.highlight-stats span {
    display: inline-block;
    padding:5px 10px 5px 10px;
    border-left: 1px #e5e5e5 solid;
}

.highlight-stats span:first-child {
    border-left: none;
}

.jqcandlestick-container {
    position: relative;
    cursor: none;
}
.jqcandlestick-canvas {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
}
section {
    padding: 15px;
}

.card {
    text-align:center;
    margin:7px;
    border-radius: 15px !important;
    border: #ddd 1px solid;
    box-shadow: 0px 5px 20px #999;
}

.card:hover {
    box-shadow: 0px 5px 20px #999;
}
/* registration login */

#search input {
background-image: none !important;
padding-left: 15px!important;
}

/* end */
.report-list .label {
cursor:pointer;
}
.dtp{ z-index:999999999999 !important}
#risibank-overlay-container {
    height: auto !important;
}
[data-nav=trending], [data-nav=random] {
     display:none;
}
.follow-btn {
     border-radius : 20px !important;
     margin-top:10px!important;
     margin-left:0px!important;
}
#cookiePolicy { display:block;}

.glyphicon-picture.insert-emoticon {
    display:none;
}
#risibank-overlay-container {
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 0.95);
}
.risibank-container {
    width: 100%;
    height: 40%;
    position:fixed;
    bottom:0px;
    left:0px;
    z-index:9999999999999999;
}

hr.content-hr {
    border-top: 1px solid #e5e5e5 !important;
}

blockquote.content-quote {
	margin-bottom: 0px !important;
	background: #fff7d9;
    border-left: .3em solid #f4e59f;
    margin: .25em 0;
    padding: .5em .5em .5em .75em;
}

.darkmode .content-hr {
    border-top: 1px solid #534f91 !important;
}	
.nsfw { filter: blur(20px)}
.highlight-yellow {
border-radius: 0 0 1em 0;
background-image: linear-gradient( -100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1) );
}
.content-overlay-locker {
position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;
}
/** Badges */
.badge-overlay {
position:relative;
height:50px;
width:50px;
}

.badge-overlay .badge-effect {
position:absolute;
width:100%;
height:100%;
z-index:1;
}

.badge-img {
width:100%;
height:100%;
border-radius:50%;
}
/* Score form */
.score-time-txt {
color: #000;
}

#confettiCanvas {
position:fixed !important;
z-index: 9999999999999999 !important;
}
/* fin */
.survey-progress {
animation: progressBar 1.5s ease-in-out;
animation-fill-mode:both; 
}
.book_thumb {
    height: 230px;
  margin:8px;
    cursor: pointer;
}
#graph-bars { display:none; }
.add-bbcode {
cursor: pointer;
}
.grecaptcha-badge { 
display:none;
}

/*   viewer */
.close:hover {

cursor:pointer;

}

/* SCORE */
.score-separator {
border-bottom: .0625rem dotted #c6c6d0;
padding-bottom:10px;
margin-bottom:10px;
clear:both;
}

.score-user-avatar {
width: 50px;
border-radius: 25px;
}

#scores .list-group-item:nth-child(even) {
background: #eef5fd;
}

@media(max-width:770px){

.score-user-avatar {
 width: 40px;
 margin-right:10px;
 margin-top:15px;
border-radius: 20px;
}
#search {
margin-bottom:0px;
padding-left:20px;
padding-right:20px;
}
#usertools {
position:relative;
margin-top:0px;
}

#usertools .dropdown-toggle {
width:100%
}

#navmap { display:none;}

#shareBtn {
position:absolute;
top:41px;
right:7px;
z-index:4 !important;
}

#shareBtn a {
border-radius: 18px !important;
}
}

.score-header {
max-width: 75%;
}

.follow-user {
cursor:pointer;
}

.score-header:hover .avatar-counter {
display:block;
}
.avatar-counter {
text-align:center;
display:none;
margin: 30px 0 0 0;
font-size: 12px;
font-weight: bold;
padding: 0px;
padding-bottom: 5px;
background: rgba(255,255,255,0.8);
text-align: center;
}

.counterpartsContainer a {
display: inline-block !important;
font-weight: bold;
text-decoration: underline;
}


	
#container .close{
	opacity:1 !important;
	position:absolute;
	top:5px;
	right:5px;
	color:#fff;
	}
.container {
position:relative;
}
#infos {
padding:10px;
position: absolute;
bottom : 0px;
width : 100%;
display:inline-block;  
background-color: rgba(255, 255, 255, 0.5);
}

#container {
display :none;
line-height: 800px;  /* Cette valeur doit Ãªtre Ã©gale Ã  la hauteur de la fenÃªtre du navigateur */
width : 100%; height : 100%;
position : fixed ;
top : 0px; left : 0px;
background-color: rgba(0, 0, 0, 0.5);
text-align:center;
z-index : 99999999999;
}

#container img{
vertical-align: middle;
max-width : 90%;
max-height : 90%;

}

/* END */
.difficulty-EXTREM {
		color: #DC514E;
	}

	.difficulty-VERY-HARD {
		color: #f1c40f;
	}

	.difficulty-HARD {
		color: #f1c40f;
	}

	.difficulty-NORMAL {
		color: #2ecc71;
	}
	
	.player-container {
	
		display:inline-block;
		position:relative;
		
	
	}
	.youtube-play-btn {
	
		position:absolute;
		z-index:1;
		top:50%;
		left:50%;
		margin-top:-16px;
		margin-left:-16px;
	
	}
	
	.user-badge {
	
		display:inline-block;
		width:16px;
		height:16px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		border : 1px #000 solid;
		margin-right: 5px;
		margin-bottom: -3px;
		 background-size: 100% 100% !important;
		 background-repeat: no-repeat;
	background-position: center center !important;
	}
	
	
	.emoticon{
	
		max-height:50px;
	
	}
	
	textarea {width : 100%;}
	
		.legend {
			width : 10px;
			height : 10px;
			display : inline-block;
			border-radius : 5px;
		
		}
		.panel-heading {
		font-size : 18px;
		font-weight : bold; 
		}
		
		#timerThread li.time{
		cursor: pointer;
		}
	

        body {
			overflow-x: hidden;
            font-family: 'Lato';
			padding:15px; 
		    margin-bottom:0px !important;
        }

		footer {
			clear:both;text-align:center:
		}

		footer div.col-md-4 , 	footer div.col-md-3 {
			padding:15px;
			text-align:left;
		}

		footer .footer-container {
			max-width:1070px;
			margin:auto;
		}

		footer i.fa {
			font-size:24px;
			margin-right:15px;
		}

		html {
			overflow-x: hidden;
			
		}

        .fa-btn {
            margin-right: 6px;
        }

		textarea { min-height:75px !important;} 
	
		a.panel-heading { display:block; }
		.list-group { margin-top: 15px; }
		textarea { margin-bottom : 15px !important;}
		.taskTimer, .projectTimer { float :right;}
		.row {padding-top:0px;	min-height:500px !important;}
		nav .container {width : 100%; }
	

	@media (min-width:970px){

	#chatbox {
		position:fixed !important;
        bottom:0px;
        z-index:1;
		width:inherit;
        padding-left: 15px;
        padding-right: 15px;
	}

	#chatContainer {
		box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
	}

	#message-box {
		display:none;
	}

	#search { padding-left:0px;margin-top:0px;}
		.modal .barney {
		
			width : 300px !important;
			display: block !important;
		}
	}
			

			
	.tick {
	
		display:none;
	
	}
		
	.txt-spoil.active {
	
		background: blue !important;
	
	}
	
	.txt-spoil i {
		margin-left: 5px;
		display:none;
	
	}
	
	.txt-spoil.active i {
	
		display:inline;
	
	}
	
	@media(min-width:770px){
	.mobile-show {display:none !important;}
    .mobile-show-flex {display:none !important;}

}

    #main_container {
				position:relative;
    }



@media(min-width:1200px){

		#timer {
      padding-right: 0px !important;
      padding-left: 0px!important;
    }
}

.user-elapsed-time {
	padding-top: 7px;font-size:2.5em;
}

.stopwatch {
	 width:50px;
	 margin-right:5px;
}

	@media (max-width:770px){

		.user-elapsed-time {
       font-size:2em;padding-top:6px;
		}

		.stopwatch {
	 width:40px;
}


	       .mobile-hide {
display:none !important;
               }
	        #navSearch {
                     margin-top:-15px;
                     display: block !important;
                }
		#tooltip {
		
			width:100% !important;
			margin:15px !important;
			
			left: 0px !important;
			margin-left: 15px !important;
			margin-right: 15px !important;		
		}

		 .barney {
		
			display : none !important;
		
		}
	}
	
	.bar {
 -webkit-transition: width 2.50s ease !important;
 -moz-transition: width 2.50s ease !important;
   -o-transition: width 2.50s ease !important;
      transition: width 2.50s ease !important;
    }
	.notify {
	
		position : absolute;
		top:-7px;
		right:-7px;
		background: red;
		color: #fff;
		border-radius : 7px;
		font-weight:bold;
		text-align:center;
		height:14px;
		font-size:11px;
		padding:0px;
		min-width:14px;
		line-height:14px;
	
	}
	#becomeA ul {
			   padding-left: 20px;
		 }
	.notifications:hover {
	
		cursor : pointer;
	
	}


	@media(max-width:770px){
		#message-box {
		display:none;
	}
	#snake-bar-container {
		left:30px !important;
		bottom: 60px !important;
	}
	#snake-bar-container div:first-child {
		width: 100% !important;
		margin-right:15px;
		border-radius: 0px !important;
	}

		#chatbox {
			bottom: 55px;
			left:0px;
			width: 100%;
			position: fixed;
			z-index:1 !important;
			margin-bottom: 0px !important;
		}
		#bottomToolbar {
			padding:5px !important;
		}	
		#registerFooter {
		    height: 55px !important;
	    }

		#bottomToolbar {
			width: 100% !important;
			text-align:center;
			left: inherit !important;
			border-top: 1px #e5e5e5 solid;
			background:#fff;
			bottom:-1px !important;
			z-index:2 !important;
			padding:15px;
		}
		#btnScore {
			margin-left: 0px !important;
		}
		#nofap2,.mobile-show {display:block !important;}
        .mobile-show-flex {
            display:flex !important;
        }
		#nofap ,.mobile-hide {display:none;}
		[hide-for-mobile=true] { display:none; }
		#logo {
		
			display:none;
		
		}
		
		#mobileTabs {
		
			display : inline-block !important;
		
		}
		
		
		.notify {
	

			top:-14px;
			right:2px;


			border-radius : 9px;
			font-weight:bold;
			text-align:center;
			height:18px;
			font-size:14px;
		
			min-width:18px;
			line-height:18px;
	
		}
		
		.superman {display:none; }
		
		
		.navbar { position : fixed; z-index:666; width:100%; margin : 0px; top: 0px; left: 0px; border-radius : none !important;}
		
		body { padding-top:50px; }
	}
	
	[for=challenge] .superman {
	
		display:none;
	
	}
	
	#mobileTabs a {
	
		margin-right: 10px;
		color: #000;
	
	}
	
	#mobileTabs a.active {
	
		color: green;
	
	}
	
	.overlay-wrapper, #overlay, #adModal, #preview, #auth_modal, #score_modal, #payment_modal,#adBlockModal, .search_books{
	display:none;
		top:0px;
		left:0px;
		margin-left : 0px;
		  background-color: rgba(0, 0, 0, 0.75);
		  position:fixed;
		  width: 100%;
		  height: 100%;
			text-align:center;
			z-index : 6666;
			padding: 15px;
	}

	.overlay-wrapper, .dialog-wrapper, #dialog, #overlay, #adModal, #preview, #auth_modal, #score_modal, #payment_modal,#adBlockModal, .search_books{
	display:none;
		top:0px;
		left:0px;
		margin-left : 0px;
		  background-color: rgba(53, 45, 45, 0.75);
		  position:fixed;
		  width: 100%;
		  height: 100%;
			
			z-index : 6666;
			padding: 15px;
	}

	#overlay, #adModal, #preview, #auth_modal, #score_modal, #payment_modal,#adBlockModal, .search_books{
		text-align:center;
	}
	
	#preview {
	  z-index : 99999999;
	}
	
	#auth_modal, #payment_modal {
	  z-index : 999999999;
	}

	.overlay-content, .dialog-container {
		border-radius : 15px;
		padding : 15px;
		margin : auto;
		width : 850px;
		max-width:100%;
		z-index: 6;
		background: #fff;
		max-height:96%;
		overflow : auto;
		
	}

	@media (max-width: 770px) {
		.overlay-wrapper .overlay-content,.dialog-container, #overlay .overlay-content, #preview .overlay-content {
			border-radius: 0px;
			width:100%;
			max-height:100%;
			height:100% !important;
			padding-top: 55px;
		}

		.overlay-wrapper,.dialog-wrapper,#dialog, #overlay, #preview {
			padding:0px;
		}

		.overlay-header {
			position: fixed;
			top:0;
			left:0;
			width:100%;
			padding:15px;
			background:#fff;
			z-index:10;
			padding-bottom:0px;
		}

		.overlay-header hr {
			display:none;
		}

		.darkmode .overlay-header {
			background:#1B1930;
		}
	}

	.dialog-container {
		padding: 0px;
	}
	
	.overlay-content div {
	text-align : left;
	}
	
	/*  GRAPH  */
	/* Gradinet and Rounded Corners */
.graph-container, #tooltip, .graph-info a {
    background: #ffffff;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	
	/* Graph Container */
.graph-container {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px;
 
}
 
.graph-container > div {
    position: relative;
    width: inherit;
    height: inherit;
    top: 10px;
    left: 25px;
}
 
.graph-info {
    width: 100%;
    margin-bottom: 10px;
}

/* FIN GRAPH */
	
/*  MESSENGER */

#addParticipants span
{
	padding:5px;
	display:block;
	border-bottom: #e5e5e5 1px solid;

}

.list-group-item {
	word-wrap: break-word;
}

#addParticipants span:hover, #searchResults span:hover, .hider:hover{

	cursor: pointer;
	background: blue;
	color: #fff !important;

}
#searchResults {

	padding: 5px;

}
#searchResults hr {

margin-left: -5px;
margin-right: -5px;
margin-top:5px;
margin-bottom:5px;

}
.yAxis .tickLabel {
	width:40px !important;
}

#searchResults a:hover{
/*color: #fff !important;*/
}
#searchResults a{
/*display:block;*/
}

/* END MESSENGER */	
	
.insert-emoticon:hover, .emoticons .item,  .images .item{

	cursor: pointer;

}
	
	#score_filter input[type=number]{
	
		width:50px;
	
	}


	.score-attempt-data {
		display:inline-block !important;
		margin-left:6px;
  }

  .score-container {
	  position:relative;
  }

  .score-menu a {
	  cursor:pointer;
	  text-align:left;
	  padding:3px;
	  display:block;
  }

  .score-menu div {
	  cursor:pointer;
	  text-align:left;
	  padding-left:20px;
	  display:block;
  }

  .score-menu {
	  min-width:250px;
  }
  

	.score-container:hover > .score-report-btn {
		display:inline-block !important;
	}

	#scores .list-group-item:hover {
		background: #f5f5f5;
	}
	.txt-spoil {
	
		display:inline-block;
		color:#fff;
		background: #D90000;
		font-weight:bold;
		padding: 2px 10px 2px 10px;
	
	
	}
	.txt-spoil:hover,.add-spoil:hover{
	
		cursor:pointer;
	}
	
	.row { min-height : 15px !important;}
#chooseAddiction {

	text-align:center;

}
#chooseAddiction img {

	max-width:85px;
	margin-right:10px;

}
body{ position:relative}


#bottomToolbar {
	min-width: 350px;
	position: fixed;
	border-bottom: none;
	z-index:6;
  bottom: 15px;
	left:15px;
	display:inline-block;
}
#bottomToolbar form {
    display:inline-block;
}
#chat .chat-info, #messagesList .chat-info{
	display:none;
}

.message-global-wrapper:hover > .chat-info, .message-global-wrapper:hover > .message-report-btn {
	display:block !important;
}

.message-global-wrapper .content-hr {
    border-top: 1px solid #000 !important;
}

.message .score-user-avatar {
	margin-top: 0px !important;
}

.message-wrapper {
	width: 100%;
    background: #e4e6ec;
    display: block;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
	margin-bottom:3px;
}

#messagesList hr { display : none; }

[for=header] img{
	width : 34px;
	margin-right:5px !important;
}

.liked {
	color: blue !important;
}

.alarm {
  width: 10px;
  height: 10px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size:cover;
  background-repeat: no-repeat;
   display: none;
  position: relative;
  
}

.pulse-legacy {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

.pulse {
  position: relative;
}
.pulse-new::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(232, 76, 61, 0.5);
  animation: pulse-ring 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  will-change: transform, opacity;
  z-index: -1;
}
@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#tab-forum {
position:relative;
}
#tab-addictions{
	width:930px !important;
	padding-left:50px;
	border-top:none !important;
	background:none !important;
	border:none !important;
	left: -50px !important;
}
#tab-addictions:after {
        margin-bottom:10px;
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12) !important;
	background: #f8f8f8 !important;
	border: 2px solid #f5f5f5;
border-top:none !important;
  position: absolute;
  z-index: -1;
  content: "";
  right: 15%;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);


}
#tab-current-addiction:hover #tab-addictions{
   display:block;
}


#tab-forum:hover #tab-last-threads {
   display:block;
}

 #tab-last-threads, #tab-addictions{
   display:none;
   background: #fff;
       border: 1px solid #e7e7e7;
	   z-index:9999;

	       box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
		   border-radius: 0 0 6px 6px;
   width: 600px;
   position:absolute;
   left:0;
   top:100%;
}

#tab-addictions{ 
    border-radius:0px;
}
#tab-addictions img{ 
width:50px;
}

.panel {
 border:none !important;

}
.list-group-item {
  border-right:none;
border-left: none;
}

.panel {
margin-bottom:0px !important;
}

.col-md-3, .col-md-8, .col-md-4, .col-md-9 {
   padding:0px !important;
}

body { padding-top:50px !important; }

#challengeHeader { display:none; }

.col-md-6 {
/* border-left: 1px solid #eef5fd  !important;
border-right: 1px solid  #eef5fd  !important; */
border-left:none;
border-right:none;
margin: 0px !important;
padding: 0px !important;
}

@media(max-width:770px){
    .list-group, .panel-default:not(#chatContainer) {
        box-shadow: none !important;
    }
}

.score-main-container list-group-item:first-child {
border-top:none !important;
}

.list-group {
	border-radius: 0px !important;
	margin-bottom:0px;
}

.hidden-item {
	display:none;
}

.hover-hide:hover {
	display:none;
}

.hover-show:hover {
	display:block !important;
}

.hover-next-show:hover + .hidden-item {
	display:block !important;
}

@media(max-width:770px){
	#bottomToolbar .btn {
		display:inline-block !important;
		border-radius: 35px !important;
	}
	#btnScore {
		float:right;
		margin-right:5px;
	}
	.hover-mobile-show .list-group {
		display:none;
	}

	.hover-mobile-show:hover .list-group {
		display:block;
	}
}

@media(max-width:770px){
    #btnScore {
		float:none !important;
		margin-right:0px !important;
		zoom: 1.4;
		margin-top: -10px;
		margin-right: 5px !important;
		margin-left: 5px !important;
	}
}

.hover-show .list-group, .hover-show .hidden-item {
	display:none;
}

.hover-show:hover .list-group, .hover-show:hover .hidden-item {
	display:block;
}

.code-promo {
	display: block;
	padding: 15px;
	border: 3px orange dashed;
	font-weight: bold;
	margin:15px;
	font-size:24px;
	text-align:center;
}

.alert-sharp {
	margin:0px;
	border-left-width:4px;
	border-radius:0px;
}
#userPreview .godfather-badge {
	left: 11px !important;
}
#userPreview .list-group {
	box-shadow: 5px 5px 5px #888888;
	position:absolute;
	background: #fff;
	border-radius:15px;
}


.user-cover {
    margin-top:0px;
    margin-bottom:0px;
}
.user-cover h1 {
  font-size: 29px;
}

  .user-cover li{
    border: none;
  }
  .cover-footer {
    padding: 0.24em 35px 0.25em 15px;
  }
  .cover-footer h1 {
    font-size:18px !important;
    margin-bottom:0px;
  margin-top: 5px !important;
  }
.cover-footer {
  margin-left:-35px;
  position: relative;
  background: none;
  display: inline-block;
  color: black;
  z-index:1;
  padding: 0.24em 35px 0.25em 55px;
}
.cover-footer:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

.team-card {
   border: 1px #ddd solid;
   border-radius: 15px;
   margin:7px;
   overflow:hidden;
}


@media(max-width:370px){
    #statsLinkMobile {
        display:none;
    }
}

/* WYSIWYG */
.tribute-container {
    z-index: 9999 !important;
  }

  .sceditor-container {
    margin-bottom:15px;
  }

  .sceditor-toolbar {
    background: none !important;
    border-bottom: none !important;
    overflow: visible !important;
  }

  div.sceditor-group {
    background: none !important;
    border:none !important;
    padding: 0px !important;
    margin-top: -5px !important;
    margin-left: -5px !important;
  }

  .sceditor-container textarea {
    font-weight: normal !important;
    font-size: 16px !important;
  }

  .sceditor-container {
  padding: 8px !important;
  margin-bottom:15px !important;
  padding-bottom: 15px !important;
}

#des, [for=des]{
    display: none !important;
}

img[data-nsfw] {
    filter: blur(8px);
    cursor: pointer;
}
/* Retirer le flou au survol */
img[data-nsfw]:hover {
    filter: blur(0);
}
.spoiler-box {
    border: 1px dashed red;padding:5px;border-radius: 5px;
}

.autocomplete-dropdown {
    position: absolute;
    z-index: 999999999999999;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
    font-size: 14px;
    box-shadow: '0 2px 4px rgba(0,0,0,0.2)';
    display:none;
    padding:0px;
  }
  .autocomplete-dropdown li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }

  .autocomplete-dropdown li:hover {
    background-color:rgb(29, 55, 160);
    color: #fff;
  }

  .autocomplete-dropdown li.selected {
	background-color: #007BFF;
	color: white;
  }
  
  .sceditor-container iframe, .sceditor-container {
    width: 100% !important;
  }

.expended .sceditor-bottom-toolbar, .sceditor-container.sceditor-maximize ~ .sceditor-bottom-toolbar {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10000000;
}

.expended .sceditor-counter, .sceditor-container.sceditor-maximize ~ .sceditor-counter {
  position: fixed !important;
  bottom: -10px;
  width: 100px;
  left: 0px;
  z-index: 10000000;
}

.expended .preview-wysiwyg, .sceditor-container.sceditor-maximize ~ .preview-wysiwyg {
  position: fixed !important;
  top: 5px !important;
  right: 15px !important;
  z-index: 10000000;
}
@media (max-width: 770px) {
	.expended .preview-wysiwyg, .sceditor-container.sceditor-maximize ~ .preview-wysiwyg {
		display:none;
	}
}

.expended .autocomplete-dropdown {
  position: fixed !important;
}

.sceditor-bottom-toolbar .tab-content {
	background: #fff;
}

.sceditor-img-options-menu, .sceditor-remove-spoiler-menu, .sceditor-remove-blockquote-menu, .sceditor-link-options-menu {
	margin-top: 0px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.expended .sceditor-container {
	padding-bottom:45px !important;
}

@media(max-width: 768px) {
    .sceditor-button-quote, .sceditor-button-link, .sceditor-button-left, .sceditor-button-center, .sceditor-button-right, .sceditor-button-horizontalrule, .sceditor-button-bulletlist, .sceditor-button-orderedlist, .sceditor-button-justify, .sceditor-button-justifyleft, .sceditor-button-justifycenter, .sceditor-button-justifyright, .sceditor-button-justifyfull, .sceditor-button-insertorderedlist, .sceditor-button-insertunorderedlist, .sceditor-button-inserthorizontalrule {
        display: none;
    }
  }


.show-inline-item {
  display: inline-block !important;
}

.hide-item {
  display: none !important;
}

.forum-post-content, .message-wrapper, .message-text {
	word-break: break-word;
}

/** timer */

.circle-timer-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1rem;
}

.circle-timer-wrapper {
  position: relative;
  width: 30vmin;
  aspect-ratio: 1; /* Maintient la hauteur = largeur */
  overflow: hidden;
}

.circle-timer-wrapper canvas {
  width: 100%;
  height: 100%;
}

.circle-timer-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  width: 100%;
  height: 100%;
   color: #333;
}

.circle-timer-label .circle-timer-value {
  display: block;
}

.circle-timer-label .circle-timer-unit {
  display: block;
}

.circle-timer-value {
    font-weight: bold;
}

#scores .list-group-item:nth-child(even) .score-unfold-fader {
	box-shadow: 0px 0px 40px 40px #eef5fd;
}

#scores .list-group-item:nth-child(odd) .score-unfold-fader {
	box-shadow: 0px 0px 40px 40px #fff;
}

#scores .list-group-item:hover .score-unfold-fader {
	box-shadow: 0px 0px 40px 40px #f5f5f5;
}

/* Confirm dialog + Alert dialog */
#alert-icon {
    font-size: 2.5em;
}
  #custom-confirm-overlay, #custom-alert-overlay {
      position: fixed;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 99999999999999;
    }

    #custom-confirm-box, #custom-alert-box {
      background: white;
      padding: 20px;
      border-radius: 8px;
      max-width: 400px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    #custom-confirm-box button, #custom-alert-box button {
      margin: 10px;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    #confirm-yes, #alert-yes {
      background-color: #4CAF50;
      color: white;
    }

    #confirm-no {
      background-color: #f44336;
      color: white;
    }

/** Audio Recorder */

      .audio-recording-container {
        width: 100%;
        height: 100vh;
        /* view port height*/
        /*targeting Chrome & Safari*/
        display: -webkit-flex;
        /*targeting IE10*/
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*horizontal centering*/
        align-items: center;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
    }
    .audio-recording-box {
        position: relative;
        width: 400px;
        height: auto;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align:center;
    }
    .start-recording-button {
        font-size: 70px;
        color: #435f7a;
        cursor: pointer;
        opacity: .5;
    }
    .start-recording-button:hover {
        opacity: 1;
    }
    .recording-contorl-buttons-container {
        /*targeting Chrome & Safari*/
        display: -webkit-flex;
        /*targeting IE10*/
        display: -ms-flex;
        display: flex;
        justify-content: space-evenly;
        /*horizontal centering*/
        align-items: center;
        width: 334px;
        max-width:90%;
        margin: auto;
        margin-top:20px;
    }
    .cancel-recording-button,
    .stop-recording-button {
        font-size: 70px;
        cursor: pointer;
    }
    .cancel-recording-button {
        color: red;
        opacity: 0.7;
    }
    .cancel-recording-button:hover {
        color: rgb(206, 4, 4);
    }
    .stop-recording-button {
        color: #33cc33;
        opacity: 0.7;
    }
    .stop-recording-button:hover {
        color: #27a527;
    }
    .recording-elapsed-time {
        /*targeting Chrome & Safari*/
        display: -webkit-flex;
        /*targeting IE10*/
        display: -ms-flex;
        display: flex;
        justify-content: center;
        /*horizontal centering*/
        align-items: center;
    }
    .red-recording-dot {
        font-size: 25px;
        color: red;
        margin-right: 12px;
        /*transitions with Firefox, IE and Opera Support browser support*/
        animation-name: flashing-recording-dot;
        -webkit-animation-name: flashing-recording-dot;
        -moz-animation-name: flashing-recording-dot;
        -o-animation-name: flashing-recording-dot;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
    }
    /* The animation code */
    @keyframes flashing-recording-dot {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes flashing-recording-dot {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes flashing-recording-dot {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-o-keyframes flashing-recording-dot {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .elapsed-time {
        font-size: 32px;
    }
    .recording-contorl-buttons-container.hide {
        display: none;
    }
    .overlay-audio {
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(82, 76, 76, 0.35);
        /*targeting Chrome & Safari*/
        display: -webkit-flex;
        /*targeting IE10*/
        display: -ms-flex;
        display: flex;
        justify-content: center;
        /*horizontal centering*/
        align-items: center;
    }
    .overlay-audio.hide {
        display: none;
    }
    .browser-not-supporting-audio-recording-box {
        /*targeting Chrome & Safari*/
        display: -webkit-flex;
        /*targeting IE10*/
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*horizontal centering*/
        align-items: center;
        width: 317px;
        height: 119px;
        background-color: white;
        border-radius: 10px;
        padding: 15px;
        font-size: 16px;
    }
    .close-browser-not-supported-box {
        cursor: pointer;
        background-color: #abc1c05c;
        border-radius: 10px;
        font-size: 16px;
        border: none;
    }
    .close-browser-not-supported-box:hover {
        background-color: #92a5a45c;
    }
    .close-browser-not-supported-box:focus {
        outline: none;
        border: none;
    }
    .audio-element.hide {
        display: none;
    }
    .text-indication-of-audio-playing-container {
        height: 20px;
    }
    .text-indication-of-audio-playing {
        font-size: 20px;
    }
    .text-indication-of-audio-playing.hide {
        display: none;
    }
    /* 3 Dots animation*/
    .text-indication-of-audio-playing span {
        /*transitions with Firefox, IE and Opera Support browser support*/
        animation-name: blinking-dot;
        -webkit-animation-name: blinking-dot;
        -moz-animation-name: blinking-dot;
        -o-animation-name: blinking-dot;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
    }
    .text-indication-of-audio-playing span:nth-child(2) {
        animation-delay: .4s;
        -webkit-animation-delay: .4s;
        -moz-animation-delay: .4s;
        -o-animation-delay: .4s;
    }
    .text-indication-of-audio-playing span:nth-child(3) {
        animation-delay: .8s;
        -webkit-animation-delay: .8s;
        -moz-animation-delay: .8s;
        -o-animation-delay: .8s;
    }
    /* The animation code */
    @keyframes blinking-dot {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    /* The animation code */
    @-webkit-keyframes blinking-dot {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    /* The animation code */
    @-moz-keyframes blinking-dot {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    /* The animation code */
    @-o-keyframes blinking-dot {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
}

/* Medium devices */

@media (min-width: 768px) {}

/* Large devices */

@media (min-width: 992px) {}

/*Ipad pro view*/

/* 
  @media (min-width: 1024px) {
  
  } */

/* Extra Large devices */

@media (min-width: 1200px) {}

.insert-audio-btn.hide, .audio-storage-field.hide {
        display: none;
}

.icon-navab-item {
    display: inline-block;
    width: 25px;
    text-align: left;
}

@media(max-width:768px) {
    .icon-navab-item {
        display: inline-block;
        width: 35px;
        text-align: center;
    }
}

	@media (max-width: 1500px) {
				#porndetoxtab {
					display: none !important;
				}
			}

@media (max-width: 1350px) {
				#filmtab {
					display: none !important;
				}
			}

@media (max-width: 1250px) {
				#teamstab {
					display: none !important;
				}
			}

            @media (max-width: 1150px) {
                #navSearch {
                    display: none;
                }
            }

			@media(max-width:708px) {
				#teamstab, #filmtab, #porndetoxtab {
					display:block !important;
				}
				#mobileTabs {
					display:flex !important;
				}
				.navbar-header {
					display: flex;
					justify-content: space-between; /* écarte le 1er et le 3e aux extrémités */
  					align-items: center;       
				}
			}

			#mobile_user_tools .notif-icon {
				font-size: 24px;
				margin-right:10px;
			}

			@media(min-width:708px){
				#mobile_notifications, #mobile_messages {
					display:none !important;
				}

				#btnScore {
					float:left !important;
					margin-right:10px;
					margin-left:0px !important;
				}

				#mobile_user_tools {
					display:none !important;
				}
			}

			@media(max-width:708px) {
				#btnScore {
					width:46px !important;
				}
			}

			#bottomToolbar .btn-primary {
				border-radius: 50%;
				position: relative;
				background: #f5f5f5;
				border-top-width: 4px !important;
				border: 1px solid #e5e5e5;
				text-shadow: none !important;
				width:50px;
				margin-left:4px;
				margin-right:4px;
			}

			#userCalendarbtn {
				color: #F9D423;
				border-top-color: #F9D423 !important;
			}

			#userRankingbtn .btn-primary {
				color: #50A6C2;
				border-top-color: #50A6C2 !important;
			}

			#userChecklistbtn .btn-primary {
				color: #3FC380;
				border-top-color: #3FC380 !important;
			}

			#userStatsbtn .btn-primary {
				color: #8E44AD;
				border-top-color: #8E44AD !important;
			}

			#rewardBtn {
				color: #FF5733;
				border-top-color: #FF5733 !important;
			}

			#userCertificatebtn .btn-primary {
				color: #E67E22;
				border-top-color: #E67E22 !important;
			}

			#navbar .user-super-abs {
				display:none !important;
			}

.modern-chat-input:focus {
                border-color: #4169E1;
                background: #fff;
                box-shadow: 0 0 0 2px #4169e13a;
                outline: none;
            }
            .modern-chat-send-icon:hover {
                color: #274bb6;
            }

.nav.navbar-nav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* ═══════════════════════════════════════════════════════════
   SCORE V2 — Modern Redesign
   ═══════════════════════════════════════════════════════════ */

.score-v2 {
    position: relative;
}

/* ── Private / Locked ── */
.score-v2__private {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    color: #6B7280;
    font-size: 0.9em;
    font-style: italic;
}

.score-v2--locked {
    opacity: 0.7;
}

/* ── Top Bar ── */
.score-v2__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.score-v2__topbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    order: 2;
}

.score-v2__topbar .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #9CA3AF;
    transition: all 0.2s;
    text-decoration: none;
}

.score-v2__topbar .dropdown-toggle:hover {
    background: #F3F4F6;
    color: #374151;
}

.score-v2__time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82em;
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s;
    order: 1;
    position: absolute;
    right: 12px;
    top: 15px;
}

.score-v2__time:hover {
    color: #6B7280;
    text-decoration: none;
}

/* ── Header ── */
.score-v2__header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.score-v2__avatar-link {
    flex-shrink: 0;
}

.score-v2__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E5E7EB;
    transition: border-color 0.2s;
}

.score-v2__avatar-link:hover .score-v2__avatar {
    border-color: #3B82F6;
}

.score-v2__user-info {
    flex: 1;
    min-width: 0;
}

.score-v2__username-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.3;
}

.score-v2__username {
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    transition: opacity 0.2s;
}

.score-v2__username:hover {
    opacity: 0.8;
    text-decoration: none;
}

.score-v2__admin-badge {
    display: inline-block;
    background: linear-gradient(135deg, #EF4444, #DC2626);
    color: #fff;
    font-size: 0.65em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 7px;
    border-radius: 4px;
    vertical-align: middle;
}

.score-v2__warming {
    height: 18px;
    vertical-align: middle;
}

/* ── Streak ── */
.score-v2__streak {
    margin-top: 3px;
    font-size: 0.88em;
}

.score-v2__streak-active {
    color: #059669;
    font-weight: 600;
}

.score-v2__streak-active i {
    color: #F59E0B;
}

.score-v2__streak-failed {
    color: #6B7280;
}

.score-v2__streak-failed img {
    height: 16px;
    vertical-align: middle;
}

/* ── Meta Chips ── */
.score-v2__meta-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.score-v2__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    font-size: 0.75em;
    font-weight: 500;
    color: #4B5563;
    background: #F3F4F6;
    border-radius: 100px;
    white-space: nowrap;
    transition: background 0.2s;
}

.score-v2__chip:hover {
    background: #E5E7EB;
}

.score-v2__chip i {
    font-size: 0.85em;
}

.score-v2__chip--record {
    background: #FEF3C7;
    color: #92400E;
}

.score-v2__chip--goal {
    background: #DBEAFE;
    color: #1E40AF;
}

/* ── Body / Comment ── */
.score-v2__body {
    margin-bottom: 14px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}

.score-v2__comment {
    font-size: 1.25em;
    color: #1F2937;
    word-break: break-word;
}

.score-v2__day-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 8px;
    margin-right: 4px;
    font-size: 0.78em;
    font-weight: 700;
    color: #3B82F6;
    background: #EFF6FF;
    border-radius: 6px;
    cursor: default;
}

.score-v2__certification-alert {
    margin-top: 12px;
    padding: 12px 16px;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    border-radius: 10px;
    color: #92400E;
    font-size: 0.88em;
}

/* ── Books ── */
.score-v2__books {
    margin-bottom: 14px;
    padding: 12px 14px;
    background: #F9FAFB;
    border-radius: 10px;
}

.score-v2__books-title {
    font-weight: 600;
    font-size: 0.88em;
    color: #374151;
    margin-bottom: 8px;
}

.score-v2__books-title i {
    color: #6366F1;
    margin-right: 4px;
}

/* ── Details ── */
.score-v2__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.score-v2__detail-item {
    font-size: 0.84em;
    color: #4B5563;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.score-v2__detail-item i {
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.score-v2__detail-item--muted {
    color: #9CA3AF;
    font-style: italic;
}

.score-v2__detail-item--ended {
    color: #DC2626;
    font-weight: 500;
}

.score-v2__lives {
    margin-left: 8px;
    font-size: 0.9em;
}

/* ── Achievements ── */
.score-v2__achievements {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.score-v2__achievement {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 0.88em;
    font-weight: 500;
}

.score-v2__achievement i {
    font-size: 1.05em;
}

.score-v2__achievement--rank {
    background: linear-gradient(135deg, #FEF3C7, #FDE68A33);
    color: #92400E;
}

.score-v2__achievement--record {
    background: linear-gradient(135deg, #DBEAFE, #BFDBFE33);
    color: #1E40AF;
}

.score-v2__achievement--goal-initial {
    background: #EFF6FF;
    color: #1E40AF;
}

.score-v2__achievement--goal-up {
    background: #ECFDF5;
    color: #065F46;
}

.score-v2__achievement--goal-down {
    background: #FEF2F2;
    color: #991B1B;
}

.score-v2__achievement--goal-success {
    background: linear-gradient(135deg, #ECFDF5, #D1FAE533);
    color: #065F46;
}

.score-v2__achievement--goal-failed {
    background: #FEF2F2;
    color: #991B1B;
}

/* ── Pledges ── */
.score-v2__pledges {
    margin-bottom: 12px;
    padding: 10px 14px;
    background: #FAFAFA;
    border: 1px solid #F3F4F6;
    border-radius: 10px;
}

.score-v2__pledge {
    font-size: 0.84em;
    color: #4B5563;
    padding: 4px 0;
}

.score-v2__pledge i {
    margin-right: 4px;
    color: #F59E0B;
}

.score-v2__pledge a {
    color: #3B82F6;
}

/* ── Tags ── */
.score-v2__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
    margin-top: 6px;
}

.score-v2__tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 12px;
    font-size: 0.78em;
    font-weight: 500;
    border-radius: 100px;
    white-space: nowrap;
    transition: transform 0.15s, box-shadow 0.15s;
    color: #fff;
}

.score-v2__tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.report-list [data-report], .score-v2__tag--cumulative {
    cursor: pointer;
    padding-left:8px !important;
}

.score-v2__tag--danger { background: #EF4444; }
.score-v2__tag--warning { background: #F59E0B; color: #78350F; }
.score-v2__tag--success { background: #10B981; }
.score-v2__tag--info { background: #3B82F6; }
.score-v2__tag--primary { background: #6366F1; }
.score-v2__tag--default { background: #6B7280; }
.score-v2__tag--purple { background: #8B5CF6; }

.score-v2__tag--cumulative {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    color: #fff;
}

/* ── Team ── */
.score-v2__team {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 4px;
    padding-right: 10px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 100px;
    width: fit-content;
}

.score-v2__team-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    text-decoration: none;
    font-size: 0.88em;
}

.score-v2__team-link:hover {
    color: #111827;
    text-decoration: none;
}

.score-v2__team-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

/* ── Highlight ── */
.score-v2__highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 14px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #FEF3C7, #FFFBEB);
    border-radius: 10px;
    font-size: 0.84em;
    color: #92400E;
    font-weight: 500;
}

.score-v2__highlight i.fa-star {
    color: #F59E0B;
}

/* ── Boost ── */
.score-v2__boost {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 0 4px;
}

.score-v2__boost-bar {
    flex: 1;
    height: 6px;
    background: #E5E7EB;
    border-radius: 100px;
    overflow: hidden;
}

.score-v2__boost-fill {
    height: 100%;
    background: linear-gradient(90deg, #F59E0B, #EAB308);
    border-radius: 100px;
    transition: width 0.4s ease;
}

.score-v2__boost-label {
    font-size: 0.78em;
    font-weight: 600;
    color: #92400E;
    white-space: nowrap;
}

.score-v2__boost-label i {
    color: #F59E0B;
}

/* ── Certificate ── */
.score-v2__certificate {
    margin-bottom: 14px;
}

/* ── Actions Bar ── */
.score-v2__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #F3F4F6;
    margin-top: 4px;
}

.score-v2__actions-left,
.score-v2__actions-right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.score-v2__action-btn,
.score-v2__action-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 0.9em;
    color: #6B7280;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.score-v2__action-btn:hover,
.score-v2__action-btn .btn:hover {
    background: #F3F4F6;
    color: #374151;
    text-decoration: none;
}

.score-v2__action-btn span {
    font-weight: 600;
    font-size: 0.9em;
}

/* ── Cross Addiction ── */
.score-v2__cross-addiction {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #E5E7EB;
    font-size: 0.84em;
    color: #6B7280;
}

.score-v2__cross-addiction a {
    color: #3B82F6;
    font-weight: 600;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
    .score-v2__header {
        gap: 10px;
    }

    .score-v2__meta-chips {
        gap: 4px;
    }

    .score-v2__chip {
        font-size: 0.7em;
        padding: 2px 8px;
    }

    .score-v2__actions {
        flex-wrap: wrap;
        gap: 4px;
    }

    .score-v2__action-btn,
    .score-v2__action-btn .btn {
        padding: 5px 8px;
        font-size: 0.85em;
    }

    .score-v2__achievement {
        padding: 6px 10px;
        font-size: 0.82em;
    }
}

/* ── Dark Mode Support ── */
.darkmode .score-v2 {
    border-color: #374151;
}

.darkmode .score-v2__topbar .dropdown-toggle:hover {
    background: #374151;
    color: #D1D5DB;
}

.darkmode .score-v2__time {
    color: #6B7280;
}

.darkmode .score-v2__comment {
    color: #E5E7EB;
}

.darkmode .score-v2__chip {
    background: #374151;
    color: #D1D5DB;
}

.darkmode .score-v2__chip:hover {
    background: #4B5563;
}

.darkmode .score-v2__chip--record {
    background: #78350F;
    color: #FDE68A;
}

.darkmode .score-v2__chip--goal {
    background: #1E3A5F;
    color: #93C5FD;
}

.darkmode .score-v2__day-badge {
    background: #1E3A5F;
    color: #93C5FD;
}

.darkmode .score-v2__certification-alert {
    background: #b7a29522;
    border-color: #92400E;
    color: #FDE68A;
}

.darkmode .score-v2__books {
    background: #1F2937;
}

.darkmode .score-v2__detail-item {
    color: #9CA3AF;
}

.darkmode .score-v2__achievement--rank {
    background: #78350F44;
    color: #FDE68A;
}

.darkmode .score-v2__achievement--record {
    background: #1E3A5F44;
    color: #93C5FD;
}

.darkmode .score-v2__pledges {
    background: #1F2937;
    border-color: #374151;
}

.darkmode .score-v2__pledge {
    color: #9CA3AF;
}

.darkmode .score-v2__team {
    background: #1F2937;
    border-color: #374151;
}

.darkmode .score-v2__team-link {
    color: #D1D5DB;
}

.darkmode .score-v2__highlight {
    background: linear-gradient(135deg, #78350F44, #92400E22);
    color: #FDE68A;
}

.darkmode .score-v2__boost-bar {
    background: #374151;
}

.darkmode .score-v2__actions {
    border-top-color: #374151;
}

.darkmode .score-v2__action-btn,
.darkmode .score-v2__action-btn .btn {
    color: #9CA3AF;
}

.darkmode .score-v2__action-btn:hover,
.darkmode .score-v2__action-btn .btn:hover {
    background: #374151;
    color: #D1D5DB;
}

.darkmode .score-v2__cross-addiction {
    border-top-color: #374151;
    color: #6B7280;
}

.darkmode .score-v2__private {
    color: #6B7280;
}

/* ========== Navbar ========== */

 .lang-switcher {
        position: relative;
    }
    .lang-switcher summary {
        list-style: none;
    }
    .lang-switcher summary::-webkit-details-marker {
        display: none;
    }
    .lang-switcher-trigger {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 6px;
        padding: 4px 8px;
        background: rgba(255,255,255,0.95);
        font-size: 14px;
        line-height: 1;
    }
    .lang-switcher-menu {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        width: 190px;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 6px;
        padding: 8px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.18);
        z-index: 25;
        display: none;
    }
    .lang-switcher[open] .lang-switcher-menu {
        display: block;
    }
    .lang-switcher-menu a,
    .lang-switcher-menu .lang-disabled {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 8px;
        color: #1b1b1b;
        text-decoration: none;
        border-radius: 4px;
        font-size: 15px;
    }
    .lang-switcher-menu a:hover {
        background: #f2f2f2;
    }
    .lang-switcher-menu a[aria-current="page"] {
        font-weight: 700;
    }
    .lang-switcher-menu .lang-disabled {
        opacity: 0.5;
        cursor: default;
    }
    .lang-flag {
        min-width: 24px;
    }
    .mobile-lang-switcher {
        display: none;
        margin-right: 10px;
    }
    .desktop-lang-switcher {
        margin-right: 12px;
    }
    @media (max-width: 900px) {
        .desktop-lang-switcher {
            display: none !important;
        }
        .mobile-lang-switcher {
            display: inline-flex !important;
        }
    }
/* ========== Landing Header ========== */
.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: all 0.3s ease;
}

.landing-header.scrolled {
    background: rgba(30, 58, 95, 0.95);
    backdrop-filter: blur(10px);
    padding: 6px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
}

.header-logo img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
}

.header-logo span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-nav a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

.header-nav a:hover {
    color: #fff;
}

.header-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fbbf24;
    transition: width 0.3s ease;
}

.header-nav a:hover::after {
    width: 100%;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-header-login {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-header-login:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
}

.btn-header-register {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
}

.btn-header-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    color: #fff;
    text-decoration: none;
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
    color: #fff;
    font-size: 2.2rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 58, 95, 0.98);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 12px 24px;
    transition: all 0.2s ease;
}

.mobile-menu a:hover {
    color: #fbbf24;
}

.mobile-menu .btn-header-register {
    margin-top: 16px;
    font-size: 1.2rem;
    padding: 14px 32px;
}

@media (max-width: 900px) {
    .header-nav {
        display: none;
    }
    
    .header-actions {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

/* ========== Register Form Redesign ========== */
.register-container {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.register-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.register-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #3b7ab8 100%);
    padding: 32px 28px;
    padding-top:18px;
    text-align: center;
    position: relative;
}

.register-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.register-header h2 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.register-header p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    margin: 0;
}

.register-body {
    padding: 28px;
    padding-top:8px;
}

.register-info-banner {
    background: linear-gradient(135deg, #EBF5FF 0%, #E0EFFF 100%);
    border: 1px solid #BFDBFE;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 24px;
    font-size: 0.9rem;
    color: #1e40af;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.register-info-banner i {
    flex-shrink: 0;
    margin-top: 2px;
}

.register-info-banner a {
    color: #1e40af;
    font-weight: 600;
    text-decoration: underline;
}

/* Form Input Groups */
.rf-form-group {
    margin-bottom: 18px;
}

.rf-input-wrapper {
    position: relative;
}

.rf-input-wrapper i.input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9CA3AF;
    font-size: 1.5rem;
    transition: color 0.2s ease;
    pointer-events: none;
}

.rf-input {
    width: 100%;
    padding: 14px 16px 14px 46px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    font-size: 1.5rem;
    color: #1F2937;
    background: #F9FAFB;
    transition: all 0.2s ease;
    outline: none;
}

.darkmode .rf-input {
    color: #1F2937 !important;
}

.rf-input:focus {
    border-color: #3B82F6;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.rf-input:focus + i.input-icon,
.rf-input-wrapper:focus-within i.input-icon {
    color: #3B82F6;
}

.rf-input::placeholder {
    color: #9CA3AF;
}

.rf-error {
    color: #DC2626;
    font-size: 0.85rem;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rf-error i {
    font-size: 0.8rem;
}

/* Checkbox Styles */
.rf-checkbox-group {
    margin-bottom: 20px;
}

.rf-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 1.25rem;
    color: #374151;
    line-height: 1.5;
}

.rf-checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    flex-shrink: 0;
    accent-color: #10B981;
    cursor: pointer;
}

.rf-checkbox-label sup {
    color: #EF4444;
    font-weight: 600;
}

.rf-age-alert {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #DC2626;
    padding: 12px 14px;
    border-radius: 10px;
    margin-top: 12px;
    font-size: 0.9rem;
    display: none;
}

/* Gender Selection */
.rf-gender-group {
    display: flex;
    gap: 16px;
    margin-top: 12px;
}

.rf-gender-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #374151;
}

/* reCAPTCHA */
.rf-recaptcha-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.rf-recaptcha-wrapper .g-recaptcha {
    transform-origin: center;
}

.rf-captcha-bis {
    display: none;
    background: #F9FAFB;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 20px;
}

.rf-captcha-bis label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #4B5563;
    margin-bottom: 8px;
}

.rf-captcha-bis label:last-child {
    margin-bottom: 0;
}

.darkmode .rf-input {
    background: none !important;
}

/* Submit Button */
.rf-submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

.rf-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
}

.rf-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.rf-submit-btn i {
    font-size: 1rem;
}

/* CGU Text */
.rf-cgu-text {
    font-size: 1.05rem;
    color: #6B7280;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.5;
}

.rf-cgu-text a {
    color: #3B82F6;
    text-decoration: underline;
}

/* Divider */
.rf-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}

.rf-divider::before,
.rf-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E5E7EB;
}

.rf-divider span {
    color: #9CA3AF;
    font-size: 2rem;
    font-weight: 500;
}

/* Google Auth Button Override */
.register-body .btn-google,
.register-body [class*="google"] button,
.register-body .google-btn {
    width: 100%;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    font-size: 2rem !important;
}

/* Login Link */
.rf-login-link {
    text-align: center;
    padding: 20px 28px;
    background: #F9FAFB;
    border-top: 1px solid #E5E7EB;
    font-size: 1.25rem;
    color: #6B7280;
}

.rf-login-link a {
    color: #3B82F6;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rf-login-link a:hover {
    color: #2563EB;
    text-decoration: underline;
}

/* Country List Modal */
.rf-country-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    display: none;
    border-radius: 20px;
}

.rf-country-list.active {
    display: block;
}

.rf-country-header {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 16px;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rf-country-header h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.rf-country-close {
    background: #FEE2E2;
    color: #DC2626;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
}

.rf-country-item {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 0.2s ease;
    border-bottom: 1px solid #F3F4F6;
}

.rf-country-item:hover {
    background: #F9FAFB;
}

.rf-country-item img {
    width: 24px;
    border-radius: 2px;
}

/* Trust Badges */
.rf-trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.rf-trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #6B7280;
}

.rf-trust-badge i {
    color: #10B981;
}

/* Country Selector Inline */
.rf-country-selector {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #F3F4F6;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.2s ease;
}

.rf-country-selector:hover {
    background: #E5E7EB;
}

.rf-country-selector img {
    width: 20px;
    border-radius: 2px;
}

/* Challenge Info Box */
.rf-challenge-info {
    background: linear-gradient(135deg, #EBF5FF 0%, #E0EFFF 100%);
    border: 1px solid #BFDBFE;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 20px;
}

.rf-challenge-info strong {
    color: #1e40af;
}

/* Responsive */
@media (max-width: 480px) {
    .register-body {
        padding: 20px;
    }
    
    .register-header {
        padding: 24px 20px;
    }
    
    .register-header h2 {
        font-size: 1.4rem;
    }
    
    .rf-trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
/** Friend */
.friend-request.btn {
		border-radius: 25px !important;
	}
.friend-request-validation form{
	
    display:inline;
    margin-right: 5px;

}
.friend-request-validation {

    margin-top:10px;
}

/** FOOTER */
.footer-modern { background: #1e293b; color: #94a3b8; position: relative; margin-top: 0; }
		.footer-wave { position: relative; top: 1px; line-height: 0; }
		.footer-wave svg { width: 100%; height: 60px; display: block; }
		.footer-content { max-width: 1200px; margin: 0 auto; padding: 60px 20px 30px; }
		.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
		.footer-brand { padding-right: 40px; }
		.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
		.footer-logo span { font-size: 1.5rem; font-weight: 700; color: #fff; }
		.footer-tagline { font-size: 0.95rem; line-height: 1.6; margin-bottom: 24px; color: #94a3b8; }
		.footer-social { display: flex; gap: 12px; }
		.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; transition: all 0.3s ease; }
		.footer-social a:hover { background: #3b82f6; transform: translateY(-3px); }
		.footer-links h4 { color: #fff; font-size: 1.6rem; font-weight: 600; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
		.footer-links h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: linear-gradient(90deg, #3b82f6, #8b5cf6); border-radius: 2px; }
		.footer-links ul { list-style: none; padding: 0; margin: 0; }
		.footer-links li { margin-bottom: 12px; }
		.footer-links a { color: #94a3b8; text-decoration: none; font-size: 1.2rem; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 8px; }
		.footer-links a:hover { color: #fff; padding-left: 5px; }
		.footer-links a i { font-size: 1.25rem; opacity: 0.7; }
		.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
		.footer-bottom p { margin: 0; font-size: 0.875rem; color: #64748b; }
		.footer-made { display: flex; align-items: center; gap: 4px; }
		@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } .footer-brand { grid-column: 1 / -1; padding-right: 0; text-align: center; } .footer-logo { justify-content: center; } .footer-social { justify-content: center; } }
		@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; text-align: center; } .footer-links h4::after { left: 50%; transform: translateX(-50%); } .footer-bottom { flex-direction: column; text-align: center; } .footer-content { padding: 40px 20px 20px; } }