.hidden {
	display: none;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.h-100 {
    height: 95%!important;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.9);
}
.modal .tab-nav li {
    width: 50%;
    margin: 0px;
}

.modal .tab-nav li a {
    font-weight: normal;
}

.modal .modal-title {
	text-align: center;
    width: 100%;
}

.modal h3 {
	font-weight: normal;
}

.dark .modal-content {
    background-color: rgb(82 82 82);
}

.dark .tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #6F955C;
}
#auto-evaluation h2 {
    font-weight: normal;
}

#auto-evaluation section#slider {
    z-index: 2000;
}

a.btn_disconnect {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 2002;
    color: #fff;
}

.evaluation-steps {
	top: 40px;
	left: 40px;
    position: absolute;
    z-index: 1000;
}

#autoevaluation-resultats .evaluation-steps {
/*
	position:fixed;
*/
}

.evaluation-steps a {
    display: block;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    background: #000;
    opacity: 0.4;
}

.evaluation-steps a.current,
.evaluation-steps a:hover {
    opacity: 1;
}

.themes a {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 20px;
    padding: 20px;
	border-radius: 10px;
    text-align: center;
}
.themes a:hover {
	background-color: rgba(0, 0, 0, 1);
}
.themes a span {
    display: block;
    font-size: 36px;
}
.answers label {
	display: block;
	width: 95%;
    background: rgba(0, 0, 0, .5);
    padding: 5px;
	border: solid 2px #000;
    border-radius: 10px;
    color: #fff;
	text-align: center;
    font-size: 20px;
	min-height: 255px;
}
.answers label img {
	/* filter: grayscale(1); */
	opacity: 0.2;
	max-width: 50%;
}
.answers label span {
	display: block;
}
.answers .answer {
	display: none;
}
.answers .answer1:hover,
.answers .answer1.checked  {
	border: solid 2px #db3b1c;
}
.answers .answer1:hover img,
.answers .answer1.checked img  {
	opacity: 1;
}

.answers .answer2:hover,
.answers .answer2.checked {
	border: solid 2px #dc801b;
}
.answers .answer2:hover img,
.answers .answer2.checked img  {
	opacity: 1;
}

.answers .answer3:hover,
.answers .answer3.checked {
	border: solid 2px #bcb7a5;
}
.answers .answer3:hover img,
.answers .answer3.checked img  {
	opacity: 1;
}

.answers .answer4:hover,
.answers .answer4.checked {
	border: solid 2px #efc002;
}
.answers .answer4:hover img,
.answers .answer4.checked img  {
	opacity: 1;
}

.star1 {
	color:#f99d2c;
}
.star2 {
	color:#ff0066;
}
.star3 {
	color:#0070c0;
}
.star4 {
	color:#70ad47;
}
.star5 {
	color:#cc0099;
}
.star6 {
	color:#2199c3;
}
.star7 {
	color:#bdd7ee;
}

.start-intro {
	font-size: 16px;
}

#auto-evaluation .section {
	padding: 0;
	margin: 0px!important;
} 
.tooltip-inner {
    max-width: 1200px;
    /* If max-width does not work, try using width instead */
    width: 100%; 
	margin: 0 auto!important;
	padding: 20px;
	background: #2595d3;
	text-align: left;
}

.sectiontooltip7 .tooltip-inner {
    background: #f00!important;
}

#autoevaluation-resultats {
    background: #f1f1f1;
    padding: 0px;
}

.resultats-introduction {
    font-size: 16px;
    text-align: center;
    margin: 0 50px;
    color: #333;
}
.resultats-introduction p {
	margin-bottom: 0px;
}

.interlocutor_average {
    font-weight: bold;
    color: #333;
	font-size: 50px;
}
.average_star{
	margin-bottom: 30px;
}

#autoevaluation-resultats .btn-level {
	color: #fff;
	display: block;
	padding: 20px;
	border-radius: 4px;
	width: fit-content;
	margin: 0 auto;
}

#autoevaluation-resultats h2 {
	color: mediumslateblue;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid mediumslateblue;
	border-bottom: 0px solid #fff;
}

.repartition-questions li {
    text-align: left;
}

.averrage_groups {
	width: 80%;
    margin: 0 auto;
	padding-bottom:20px;
}

.averrage_groups .btn {
	display:block;
	width: 100%;
	text-align:center;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc( 1.475rem + 1vw );
	}
	#auto-evaluation h2 {
		font-weight: normal;
		font-size: 14px;
		margin: 0px;
	}
	#auto-evaluation label {
		font-size: 12px;
	}
	#auto-evaluation img {
		max-width: 100px;
	}
	#auto-evaluation span.label {
		height: 30px;
		display: block;
	}
}
@media (max-width: 1000px) {
	.button-bench {
	top: 0px;
	left: 0px;
    position: relative!important;
    z-index: 1000;
	display: contents!important;
	}
}
@media (max-width: 1000px) {
	.start-intro {
		font-size: 12px!important;
	}
}



@media print {
	* {
		webkit-box-shadow: none;
		box-shadow: none;
		font-size: 20px;
		width:100%;
	}
	body {
		margin: 0!important;
		padding: 0!important;
		counter-reset: page;
	}
	img {
		display:block;
		margin:0 auto;
	}
	.btn-level.repartition-questions{
		margin-top: 50px!important;
		break-after: page;
	}
	.evaluation-steps.dark.button-bench{
		display: none!important;
	}
	.card-header.print-margin{
		margin-top: 80px;
	}
	.table th,
	.table td {
		width: 25%!important;
	}
	.resultats-introduction{
		margin-top: 50px!important;
	}
	.interlocutor_average{
		display: flex;
		flex-direction: row;
		margin-bottom: 10px;
	}
	.position-star{
		margin-top: -20px!important;
	}
	.hidden{
		display: none!important;
		visibility: hidden!important;
	}
	#print_header img,
	#print_footer img {
		width: 80px;
		height: 80px;
		margin-top: -5px;
	}
	#print_header,
	#print_footer {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 40px;
		padding-left: 0;
		color: #999999!important;
		z-index: 1000;
	}
	#print_header {
		top: 0;
	}
	#print_footer {
		bottom: 0;
	}
	img.logo {
		width: 300px;
		margin-top: 60px;
	}
	.list-group-item {
		font-size: 12px;
	}
	.shadow {
		-webkit-box-shadow: 0 0rem 1rem rgba(255,255,255,.15)!important;
		box-shadow: 0 0rem 1rem rgba(255,255,255,.15)!important;
	}
	
	#autoevaluation-resultats .detail_classement {
		-webkit-print-color-adjust:exact !important;
  		print-color-adjust:exact !important;
		color: #fff;
		background: #666;
		display: block;
		padding: 20px;
		border-radius: 4px;
		width: fit-content;
		margin: 0 auto;
	}
	
	#autoevaluation-resultats .btn-level {
		margin-left: 30px!important;
		margin-right: 0px!important;
		width: 100%!important;
	}
	
	.page-break {
		position: relative;
		page-break-before: always;
		padding-top:60px;
		margin-bottom: 40px;
	}
	
	

/*
	.page-break:after {
		counter-increment: page;
		content:" - page " counter(page);
		top: 0px;
		left: 0px; 
		width: 100%;
		height: 100%;
		text-align: right;
		white-space: nowrap; 
		z-index: 20;
		-moz-border-radius: 5px; 
		-moz-box-shadow: 0px 0px 0px #fff;  
		background-image: none;  
		margin-left: 85%;
		margin-top: -10px;
		z-index: 1;
	}
*/
	
	/*canvas {
		margin:40vh;
		width:80vw;
	}*/

	
	/*@media (max-width: 767px) {
    .answers label {
        min-height: 50px!important;
    }
}*/
/*
@media only screen and (max-width: 767px) {
  #auto-evaluation label {
	  display: block;
	width: 95%;
    background: rgba(0, 0, 0, .5);
    padding: 5px;
	border: solid 2px #000;
    border-radius: 10px;
    color: #fff;
	text-align: center;
    font-size: 20px;
	min-height: 50px!important;

  }
}

@media only screen and (max-width: 991px) {
  #auto-evaluation label {
	  display: block;
	width: 95%;
    background: rgba(0, 0, 0, .5);
    padding: 5px;
	border: solid 2px #000;
    border-radius: 10px;
    color: #fff;
	text-align: center;
    font-size: 20px;
	min-height: 50px!important;

  }
}*/


	
}