.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: rgb(255,255,255);
}

.icone_logiciel img{
	width:110px;
	margin-top:15px;
}

.icone_logiciel div{
	padding-bottom:10px;
	font-size:13px;
} 

.bandeau_titre{
	background-color:#1abc9c;
	padding:10px;
	margin-top:-10px;
	margin-bottom:20px;	
}

.bandeau_titre img{
	width:30px;
	margin-right:10px;
}

.titre{
	font-size:14px;
	color:white;
	display:block;
	height:40px;
	padding-top:5px;
	padding-left:10px;
}

video{

	display:none;	
}

.cours_difficulte{

	color:black;
	font-size:24px;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: 97% center;
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.rotate-image {
	animation: rotate360 1s ease-in-out forwards;
}

.rotate-back {
	transform: rotate(0deg);
}

.tableau_ligne tr:hover{
	background-color:#E3E3E3;  
}

.tableau_ligne a{
	color:black;
	text-decoration:none;
	display:block;	
}

.liste-logiciel a{
	text-decoration:none;
	color:black;
	font-size:13px;
	display:block;
}

.liste-logiciel li{
	background-color:#D1FFD5;
	
}

.liste-logiciel li:hover a{
	color:red;
}

.circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom:-5px;
}

.icone_hover{
	position:absolute;
	margin:10px;
	width:55px;
	height:55px;
}


.rouge{
	
	background-color: #FFC2C9;
}

.vert{
	background-color: #AAFFAB;
}

.activation_cours{

	height:300px;
	background-color:#BFBFBF;
	border-radius:5px;
	text-align:center;
	padding:10px;
	background-image: url('../illustrations/icones/forbidden.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	font-size:18px;	

}

