/*
 * Author: Laurent Belkelai
 */

.calendar
{
	margin-top:10px;
	border:1px solid #eaeaea;
	border-spacing:0px;
	border-collapse:collapse;
}
 
.btnFiche
{
	position: relative;
	top:-30px;
	margin-top:5px;
	width:80%;
}

.btnFiche:hover
{
	background-color: rgba(236,72,153,var(--tw-bg-opacity)) !important;
}

.btnVideo
{
	position: relative;
	top:-30px;
	margin-top:5px;
	width:90%;
}

.btnVideo:hover
{
	background-color: rgba(236,72,153,var(--tw-bg-opacity)) !important;
}

.btnElearning
{
	position: relative;
	top:-30px;
	margin-top:5px;
	width:100%;
}

.btnElearning:hover
{
	background-color: rgba(236,72,153,var(--tw-bg-opacity)) !important;
}

.accordionTitle
{
	cursor:pointer;
	margin-top:20px;
}

.accordionTitle:hover
{
	text-decoration: underline;
}

.accordionPanel
{
	display:none;
	overflow:hidden;
	width:100%;
	background-color:white;
	margin-top:2px;
}

.accordionPanel h3
{
	color:#666;
}

.accordionPanel p
{
	font-size:9pt;
	line-height: normal;
}

.uk-subnav-pill > .uk-active > a
{
	background-color:orange;
}

.border-pink-500
{
  border-color: orange;
}

.border-pink-600
{
  border-color: orange;
}

.bg-pink-500
{
  background-color: orange;
}

.hover\:bg-pink-600:hover
{
  background-color: #e0803d;
}

.to-red-400
{
 --tw-gradient-to:orange; 
}

.from-pink-500
{
 --tw-gradient-from:orange;
}

.sidebar .sidebar_inner ul li.active-submenu a i,
.sidebar .sidebar_inner ul li.active a i,
.sidebar .sidebar_inner ul li:hover a i {
  color: blue;
}

.sidebar .sidebar_inner ul li.active-submenu a,
.sidebar .sidebar_inner ul li:hover a,
.sidebar .sidebar_inner ul li.active a {
  color: orange;
}

#pageHome
{
	background-image: url("../images/PAGE ACCCUEIL PRINCIPALE 2.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

#pageLogin
{
	height: 150%;
	background-image: url("../images/IMAGE D_ACCUEIL CONNEXION.png");
	background-repeat: no-repeat;
	background-size: 80% 100%;
	background-position: 50% 0%;
}

#pageLogin > div
{
	margin-top: 7%;
	background-color: white;
}

#headerTitle:before
{
	content: "Ministère de l'Education Nationale, de l'Alphabétisation et de la Promotion des Langues";
	display: flex;
	width: 60%;
	margin-left:35%;
	color: #e86d10;
	font-size: large;
	text-align: center;
}