	/** SCORE */
    .score-container .dropdown {
        list-style:none;float:right;position:absolute;top:25px;right:3px;
    }
    /** 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;
}

@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;
}

@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 */
[name=email], [name=login], [name=name], [name=password] {
background-repeat: no-repeat!important;
background-position: 15px 50%!important;
padding-left: 55px!important;
}

[name=name], [name=login] {
background-image: url(https://gomuscu.org/public/img/input_username.png)!important;
}

[name=password]{
background-image: url(https://gomuscu.org/public/img/input_password.png)!important;
}

[name=email] {
background-image: url(https://gomuscu.org/public/img/input_email.png)!important;
}

#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;
}