:root{
	--primary50: #e0f6ff;
	--primary100: #c7eeff;
	--primary200: #8fddff;
	--primary300: #52cbff;
	--primary400: #1abaff;
	--primary500: #009ee0;
	--primary600: #0084bd;
	--primary700: #006b99;
	--primary800: #00567a;
	--primary900: #003d57;

	--accent50: #e0f6ff;
	--accent100: #c7eeff;
	--accent200: #8fddff;
	--accent300: #52cbff;
	--accent400: #1abaff;
	--accent500: #009ee0;
	--accent600: #0084bd;
	--accent700: #006b99;
	--accent800: #00567a;
	--accent900: #003d57;
}
.blocconnexion .logosmartphone {
	height: 110px;
	background-position: center;
	background-image:url('../images/logos/FEPRABEL.png');
}
.colonnegauche .entete, 
#siteActivitePublique #logoActivitePublique { /*Logo couleur*/
	background-image:url('../images/logos/FEPRABEL_2.png');
}
.colgaucheferme .colonnegauche .entete {
	background-image:url('../images/logos/FEPRABEL_2.png');
	background-size: calc(68px - 20px) auto;
	background-position: center;
}
.colonnegauche .entete {
	height: 90px;
	background-size: calc(100% - 50px) auto;
	background-position: center;
}
.connexion .gauche {
	background: url("https://cdn.organica.technology/Extranet/bgConnexion/bgConnexionFEPRABEL.jpg");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.connexion .gauche .imageConnexion {
	display: none;
}

#fep-mes-cotis tr td {
	padding-bottom: 1.75rem;
}
#fep-mes-cotis tr .libelle {
	padding-right: 2rem;
	text-align: right;
	font-weight: bold;
	width: 16rem;
}

.introLibrary {
  display: flex;
  flex-direction: row;
}
.MessageMediatheque, .MessageVide {
  padding: 22px;
  color: #727272;
  font-size: 17px;
  font-family: var(--font-family-bold);
  width: 100%;
}
.MessageMediatheque:last-child {
	display: flex;
	align-items: center;
}
