/* overrides bootstrap's defaults */
h1,h2,h3,h4,h5,h6,h1 span, h2 span, h3 span, footer, #sidebar li, #sidebar a, #sidebar span, .panel-heading { font-family: "Abel","Sans-Serif"; }
* { font-family: "Oxygen","Open Sans","Sans-Serif"};
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}
footer {
	display: none;
	color: #eee;
	border: 1px solid #eee;
	padding: 8px;
	height: 40px;
	width: 100%
	position: absolute;
	bottom: 10px;
	text-align: right;
}
#mainContainer { height: calc (100vh - 50px); }
/*div { border: 1px solid #999; }*/ /* Bootstrap layout debugging */
.hasBackgroundImage {
	/* background: url('/img/bg2.jpg') no-repeat center center fixed; */
	/* background: url('https://source.unsplash.com/1600x900/?abstract') no-repeat center center fixed; */
	-webkit-background-size: cover;
	background-size: cover;
	height: calc(100vh - 50px);
}
.acrylic {
  /* padding: 4em 6em; */
  position: relative;
  background: rgba(220,220,220,0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 19px 38px, rgba(0, 0, 0, 0.12) 0px 15px 12px;
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
  /* margin: 7px; */
}
.acrylic div.panel-heading {
	border-radius: 8px 8px ;
}
/* Ne marche pas - Merci Gemini ! */
.acrylic div.panel-heading ~ div.panel-body.collapse {
	border-radius: 8px;
}
.acrylic div.panel-body.collapse ~ div.panel-heading {
	  border-radius: 5px; /* Arrondir tous les coins lorsque le panel-body est effondré */

}
.acrylic>div, .acrylic div.ww-box {
	border-radius: 7px;

}
.video-container.acrylic {
	padding: 0;
	background-color: transparent;
}
.video-container video {
	width: 100%; height: auto;
	border-radius: 8px;
	border: 2px solid white;
	margin: 0px;
}
div#meteoWidget>div {
	border: 2px solid #fff;
	border-radius: 7px;
}
.acrylic a { color:#CCC; }
.acrylic a { color:#333; }
#authPanel { opacity: 0; }
#authPanel h2 { margin: 30px; letter-spacing: 2pt;}
#authPanel.well { border-radius: 20px; }
iframe { border: 0px; }
#navbar .dropdown-menu li a { margin-top: 2px; margin-bottom: 2px; }
#navbar .dropdown-menu a { color: #333; }
#navbar .dropdown-menu li.active a { color: #fff; }
#navbar .dropdown-menu i {
	margin-left: -10px;
}
#navbar .dropdown-menu i {
	margin-right: 10px;
}

#sidebar * { font-size:13pt; }
#sidebar {
	overflow: elipsis;
	white-space: nowrap;
}
#sidebar .sidebar-header {
	font-size: 12pt;
	text-align: center;
	padding: 3px 6px;
	color: #666;
	background-color: #ccc;
}
@media(max-width:979px) {
	.navbar-collapse { max-height: 100% !important; }
	#navbar {
		font-size: 120%;
	}
	#navbar i { margin-right: 20px; }
	.navbar-nav>li{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#navbar .navbar-fixed-top {
		max-height: 900px;
	}
}
.content {
	display: block;
	overflow: hidden;
	width: auto;
}
#msgContainer {
	z-index: 10000;
	position: fixed;
	top: 58px;
}
.simplecolorpicker.icon {
	height:2em;
	width:2em;
	margin:1px;
	border-radius: 4px;
}
#logViewer {
	display: block;
	max-height: calc(100% - 500px);
	max-height: 80vh;
	overflow-y: auto;
	font-size: 8pt;
	color: #999;
}
.listOfItems li:last-of-type, ol>li {
	margin-bottom: 1em;
}
input::placeholder, textarea::placeholder {
	font-style: italic ;
}

/* Fiche de demande de congés */
#leaveRequestHardcopy * {
	font-family: sans-serif;
}

div#date {
	padding-top: 1em;
}
h1.leaveRequest {
	color: white;
	font-weight: bold;
	/* transform: rotate(-90deg); */
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.optline {
	color: rgb(222,30,53);

}
.optline-bg {
	background-color: rgb(222,30,53);

}

.omalley {
	color: rgb(247,146,57);

}
.omalley-bg {
	background-color: rgb(247,146,57);

}
.catalise {
	color: rgb(0,132,175);

}
.catalise-bg {
	background-color: rgb(0,132,175);

}

.groupe-i {
	color: #93117e;
}
.groupe-i-bg {
	background-color: #93117e;
}
.panel {
	margin: 20px 0px;
}
.panel .panel-body pre {
	padding: 0;
	margin: 0;
	background-color: initial;
	border: none;
	border-radius: none;
}
/* End LeaveRequest Hardcopy */

img.smallavatar {
	height: 34px;
	width: auto;
	border-radius: 50%;
	border: 1px solid #CCC;
}
img.mediumavatar {
	height: 70px;
	width: auto;
	border-radius: 50%;
	border: 3px solid white;
}
#avatar {
}
#avatar img {
	position: absolute;
	top: -20px;
	right: -2px;
	z-index:1000;
	border-radius: 50%;
	border: 8px solid white;
}
#poweredby * {
	color: #fff;
	fill: #fff;
	mix-blend-mode: difference;
}
#poweredby {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	margin-left: 20px;
	text-shadow: #000 2px 0 10px;
}
#poweredby svg {
	filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 1));
}
#poweredby svg path {
	/* fill: #fff; */
}
#poweredby .gitStuff {
	right: 10px;
}
#Portail #main {
	margin-top: 60px;
}
#Portail div.panel, #Portail div.well {
	margin-top: 10px;
	margin-bottom: 15px;
}
#Portail div.well input#ecosiaSearch {
	background-color: rgba(255,255,255,0.6);
}
#Portail .smallavatar {
	margin: -6px 10px;
}
.dock {
	font-size: 24px;
}
.dock:hover {
	font-size: 24px;
	text-shadow: #999 0px 0px 6px, #000 0px 0px 1px ;
}
div.avatarContainer {
	text-align: center;
	display: inline-block;
	width: 160px;
	height: 180px;
	/* border:1px solid grey; */
}
.avatar img {
	margin: 0 10px 5px 10px;
	margin-left: 8px;
	width: 120px ;
	height: auto;
	border: 2px solid white;
	border-radius: 60px;
}
.avatar img:hover {
	/* border: 2px solid rgba(100,100,225,0.6); */
	filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
}
.avatar span.label {
	margin-bottom: 12px;
}
#navbar_portail {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 19px 38px, rgba(0, 0, 0, 0.12) 0px 15px 12px;
}
#thumbNewspaper>a>img {
	border: 1px solid #999;
	border-radius: 6px;
}
.smallavatarinMenu {
	height: 38px;
	width: auto;
	border-radius: 19px;
	border: 1.5px solid #666;
	margin-top: -13px;
	margin-bottom: -10px;
	margin-left: 12px;

}
