body {
	font-family: Arial, sans-serif;
	font-weight: 100;
	line-height: 30px;
	color: #777;
	overflow-x: hidden;
	/*  Rogner le contenu qui depasse le bord droit et gauche de la boite de contenu */
}

#liste_user_a,
#liste_user_b {
	border-radius: 6px;
}

.div_zone_msg {
	border-radius: 6px;
	background-color: rgb(255, 255, 255, 0.6);
}

/*Nécessaire pour la messagerie*/
.nb_msg_recu_menu,
.nb_msg_recu_menu_forum,
.nb_cours_non_vu,
.nb_infos_stg_non_vu {
	border-radius: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 6px;
	color: #ffffff;
}

.msg_acc_site {
	color: #000;
}

.note_acc_site {
	color: #030770;
}

.logo_site {
	zoom: 0.8;
}

.tel {
	color: #030770;
}

.photo_profil {
	width: 35px;
	height: 35px;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.photo_profil_medium {
	width: 150px;
	height: 150px;
	margin: 4px;
	border-radius: 50%;
}

.rounded-circle {
	padding-left: 0.9em;
	padding-right: 0.9em;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	font-size: 12px;
}

.aideMdp:hover {
	background-color: #F35820;
}

.msg_bienvenu_plateforme {
	/*text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}

.lien_rgpd,
.lien_cgu {
	color: #6c757d !important;
}

.img_btn_details,
.img_btn_modif,
.img_btn_suppr {
	width: 35px;
	height: 35px;
	cursor: pointer
}

.image_accueil {
	width: 75%;
	height: 75%;
}

.image_accueil_site {
	width: 65%;
	height: 65%;
	border-radius: 6px;
	box-shadow: 0px 6px 5px #ccc;
}

.text_acc_site {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4),
		-1px -2px 0 rgba(255, 255, 255, 1);
}

/*.acc_site{	
	margin-bottom: 15%;
}*/

.zone_cours_dispo,
.zone_infos_dispo,
.zone_liste_eleve {
	border: solid 2px #f5670f;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 3px 5px 8px grey;
	padding: 20px;
}

.div_zone_msg {

	border-radius: 6px;
	box-shadow: 3px 5px 8px grey;
	padding: 20px;
}

.faible_larg_td,
.faible_larg_td * {
	width: 35px;
}

.faible_larg_td_role,
.faible_larg_td_role * {
	text-align: center;
	width: 65px;
}

.cours_dispo,
.infos_dispo {
	border: solid 2px #F35820;
	;
	border-radius: 3px 3px 3px 3px;
	padding: 10px;
}

.bg-color-fushia {
	background-color: #F35820;
}

.bg-color-bleu {
	background-color: #709dff;
}

.bg-color-orange {
	background-color: #f5670f;
}

.bg-color-vert {
	background-color: #80eb38;
}

.text-color-fushia {
	color: #F35820;
}

.text-color-bleu {
	color: #709dff;
}

.text-color-orange {
	color: #f5670f;
}

.text-color-vert {
	color: #80eb38;
}

.suppr_par_periode {
	display: none;
}

@media screen AND (max-width:575px) {
	.logo_nav {
		width: 80px;
		height: 60px;
	}

	.msg_acc_site,
	.titre_rgpd {
		font-size: 22px;
	}

	.note_acc_site * {
		font-size: 18px;
	}
}

@media screen AND (min-width:576px) {
	.logo_nav {
		/*	width: 200px;
		height: 133px;*/
	}

	.msg_acc_site,
	.titre_rgpd {
		font-size: 22px;
	}

	.note_acc_site * {
		font-size: 18px;
	}
}

@media screen AND (min-width:768px) {
	.logo_nav {
		/*width: 200px;
		height: 133px;*/
	}

	.msg_acc_site,
	.titre_rgpd {
		font-size: 25px;
	}

	.note_acc_site * {
		font-size: 21px;
	}
}

@media screen AND (min-width:992px) {
	.logo_nav {
		/*	width: 200px;
		height: 133px;*/
	}

	.msg_acc_site,
	.titre_rgpd {
		font-size: 25px;
	}

	.note_acc_site * {
		font-size: 21px;
	}
}

@media screen AND (min-width:1200px) {
	.logo_nav {
		/*width: 200px;
		height: 133px;*/
	}

	.msg_acc_site,
	.titre_rgpd {
		font-size: 32px;
	}

	.note_acc_site * {
		font-size: 28px;
	}
}