
/*.rondImg{
  overflow:hidden;
  -webkit-border-radius:75px;
  -moz-border-radius:75px;
  border-radius:75px;
  width:  150px;
  height: 150px;
}*/

.center{
	text-align: center;
}

hr{
	margin-top: 20px;
	height: 2px;
	color: white;
	background-color: white;
	border: 0;
}
.eyeOpen{
	margin: 40px 0 10px 0;
    padding: 10px 0 0 0;
    border-top: 0px solid #b4b3b3;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2em;
}
	
.eyeClose{
	margin: 40px 0 10px 0;
    padding: 10px 0 0 0;
    border-top: 0px solid #b4b3b3;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.2em;
}
	
.eyeOpen::after {
	margin-left: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f06e";
	cursor: pointer;
}
.eyeClose::after {
	margin-left: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f070";
	cursor: pointer;
}
.curseur{
	cursor: pointer;
}
#deroulant .bouton_deroulant .btn_partage {
  display: none; 
  margin: 0 0px 0 0;
}
#deroulant .bouton_deroulant .btn_partage.show {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}

#bandeau_name_cours_center{
	width: 100%;
	background-color:#ff5522;
	padding:10px;
	}


#name_cours_center{
	font-family:"merlo_med", "Ubuntu", sans-serif;
	line-height: 25px;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: left;
	font-size: 24pt;
	padding: 10px;
	font-weight: 400;
	text-shadow: 1px 1px 8px rgba(0,0,0,.7);
}

.sousname_cours_center{
	font-family:"merlo_med", "Ubuntu", sans-serif;
	line-height: 45px;
	width: 100%;
	color: white;
	text-align: left;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 1px 1px 8px rgba(0,0,0,.7);
}
.sousenseignant_cours_center{
	font-family:"merlo_med", "Ubuntu", sans-serif;
	line-height: 45px;
	width: 100%;
	color: white;
	text-align: left;
	font-size: 11pt;
	font-weight: 400;
	/*font-style:italic;*/
	text-shadow: 1px 1px 8px rgba(0,0,0,.7);
}

.progression_valide{
	font-style: italic;
	background: lightgray;
}
.tousmescours_titresection{
	margin: 40px 0 10px 0; 
	padding: 10px 0 0 0;
	border-top: 0px solid #b4b3b3;
	text-transform: uppercase; 
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}
.tousmescours_appli {
	background-color:#fff;
	width:235px;
	height:100px;
	border:2px solid #635f62;
	padding:10px;
	float:left;
	margin:10px;
	text-align:left;
	color:#635f62;
	line-height:1.3;
	font-size:1em;
}

.tousmescours_appli span{
	font-size:1.3em;
	}
	
.tousmescours_appli:hover{
	background-color:#f4f4f4;
	color: #ff5522; 
	border:2px solid #ff5522;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;}

.tousmescours_section {
	float:left;
	margin:5 5 20 5px;
	padding:10px;
	width:100%
}
	.defaulBg{
		background-color: #f4f4f4;
	}
	.section_contenu_outils{
		
		/*width: 700px;*/
		float: left;
	}
	.cours_message{
    	margin: auto;
    	text-align: justify;
		margin-bottom: 10px;
		border-bottom: 1px solid;
		padding-right: 5px;
	}
	.cours_message:last-child {
		margin: auto;
		border-bottom: 0;
	}
	
	.cadreMessages{
		align-content: center;
		border: 1px solid #e4eaec;
		background: #fff;
	}
	.cadreDesMessages{
		max-height: 240px;
   		overflow: auto;
		/*width:100%;*/
		margin:10px;
	}
	
	
.cadreDesMessages::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.cadreDesMessages::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.cadreDesMessages::-webkit-scrollbar-thumb {
    background: #888;border-radius: 10px;
}

/* Handle on hover */
.cadreDesMessages::-webkit-scrollbar-thumb:hover {
    background: #555;
}
	
	.coursMessageLeft{
		top: 10%;
		width: 15%;
		float: left;
		color: black;
		text-align: center;
	}
	.coursMessageRight{
		width: 85%;
		float: left;
	}
	.dropdown-content_cours {
		visibility: visible;
		opacity: 1;
		color: black;
		background-color: white;
		z-index: 19;
		border: 1px solid #e4eaec;
		width: 100%;
		min-height: 154px;
		height: auto;
		max-height: 320px;
		float: right;
		padding:10px;
	}
.notif_deroulent{
		overflow:auto;
		max-height: 235px;
		margin: 10px;
	}

.notif_deroulent::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.notif_deroulent::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.notif_deroulent::-webkit-scrollbar-thumb {
    background: #888;border-radius: 10px;
}

/* Handle on hover */
.notif_deroulent::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropdown-content_cours a {
	/*cursor: pointer;
	color: black !important;
	text-align: left;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	
	overflow: hidden;*/
	/*height: 70px;*/
}

.dropdown-content_cours a:hover {
	/*background-color: #ddd;*/
	color:#ff5522}


.titreh5 {font-weight:initial; font-size:1.6em}

.notifTopMenuCours{
	color: black;
	height: 40px;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cac9c9;
}

#responsiveTop{
		/*margin: 20px 0px;*/
		text-align:justify; 	
}

.onoffswitch {
    position: relative; width: 55px; display: inline-block; top: 5px;	
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 20px; padding: 0; line-height: 20px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    background-color: #9E9E9E;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 20px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 33px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ff5522;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #FFFFFF;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
.onoffswitch2 {
    position: relative; width: 55px; display: inline-block; top: 5px;	
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}	



@media screen and (min-width: 766px) and (max-width: 1120px) {
	#bandeau_name_cours_center{
		height: auto; width:100%
	}

	#name_cours_center{
		height: auto; width:100%
	}


}


@media screen and (min-width: 766px) and (max-width: 980px) {
	#outilbomenu{
		margin-top: 139px !important;
	}
	
	#name_cours_center{
		height: auto;width:100%;
	}
	
	#responsiveTop{
		max-width: 100%;
		text-align:justify;
		float: left;
		height: auto;
		width: 100%;
	}
	
	.dropdown-content_cours {
		width: 100%;
	}
}
	
@media screen and (min-width: 587px) and (max-width: 766px) {
	#outilbomenu{
		display: none;
	}
	.dropdown-content_cours {
		width: 100%;
	}
	
	#bandeau_name_cours_center{
		height: auto;
	}


	#name_cours_center{
		height: auto;width:100%;
	}
	
	#responsiveTop{
		max-width: 100%;
		text-align:justify;
		float: left;
		height: auto;
	}

}
@media screen and (min-width: 1px) and (max-width: 587px) {
	.tousmescours_appli{
		width: 93%;
	}
	#outilbomenu{
		display: none;
	}
	.dropdown-content_cours {
		width: 100%;
	}
	
	#bandeau_name_cours_center{
		height: auto;
	}

	#name_cours_center{
		height: auto;width:100%;
	}
	
	#responsiveTop{
		text-align:justify;
		width: auto;
		float: left;
		height: auto;
	}
	.tousmesoutils_appli{
		padding: 19px;
		width: 93%;
	}
	.bouton_noir{
		margin: 10px !important;
		text-align: center;
		width: 94%;
	}
	
	.btnDouble{
		text-align: center;
		width:45%;
		margin: 0px 6.5px 6.5px 8px;
	}
	.menuParcours{
		padding: 0px;
	}
	.filterParcours{
		text-align: center;
		margin: 10px;
		width: 94%;
	}
	.iconeRight{
		text-align : right;
		float: none !important;
	}
	}

.bg-text {
  background-color: #333;
  color: #fff;
  border: 2px solid #f1f1f1;
  position: sticky;
  z-index: 2;
}

.bg-text a{color:#b3b3b3}

	

        #Events {
            display: none;
        }
