@font-face {
    font-family: 'circoregular';
    src: url('../fonts/circo/circo-webfont.eot');
    src: url('../fonts/circo/circo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/circo/circo-webfont.woff2') format('woff2'),
         url('../fonts/circo/circo-webfont.woff') format('woff'),
         url('../fonts/circo/circo-webfont.svg#circoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'giorgioregular';
    src: url('../fonts/giorgio/giorgio-webfont.eot');
    src: url('../fonts/giorgio/giorgio-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/giorgio/giorgio-webfont.woff2') format('woff2'),
         url('../fonts/giorgio/giorgio-webfont.woff') format('woff'),
         url('../fonts/giorgio/giorgio-webfont.svg#giorgioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, ul, li, div, p, h1 {
	margin:0px;
	padding:0px;
}
body {
	background-color:white;
	font-family: 'giorgioregular';
    color: #515151;
}
header {
	margin:0px;
	padding:0px;
	min-height:100%;
	height:100%;
	width:12%;
	background-color:#fff;
	/*position:absolute;*/
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 4px 0px 8px #eee;
    position: fixed;
}
nav {
    width:100%;
}
nav ul {
	list-style-type: none;
}
nav a, nav a:visited {
    text-decoration: none;
    color:#515151;
    font-weight: bold;
}
nav a:hover {
	color:#91df2bff;
}
label {
    line-height: 50px;
}
#logo {
	background-color:white;
	width:100%;
    padding-bottom: 15px;
}
#logo img {
    width:100%;
}
#menu_1 {
	min-height:50px;
	width:100%;
	padding-left:10%;
	padding-bottom:20px;
}
#menu_1b {
    display:none;
}
#menu_2 {
	min-height:50px;
	width:100%;
	padding-left:10%;
	padding-top:0px;
}
#menu_2b {
    display:none;
}
#user_profil {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;;
}
#user_profil img {
    opacity:0.3;
    width: 50%;
}
#page {
	margin-left:13%;
    position:relative;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
#footer_picture {
	margin:0px;
	padding:0px;
	height:130px;
    width:280px;
    position: sticky;
    background-image: url(/templates/default/img/quiet.svg);
    filter: drop-shadow( 2px -2px #ddd );
    background-position: bottom;
    background-repeat: no-repeat;
    left:100%;
    bottom: 0;
    float: right;
}
footer {
    height: 180px;
    background: linear-gradient(0.25turn, #fff, #ddd 70%);
    width: 100%;
    bottom: 0px;
    display:flex;
	flex-direction:row;
	justify-content: space-between;
}
#f_left {
    height: 150px;
    text-align: left;
    padding-top: 10px;
    font-size: 0.8em;
    padding-left: 10px;
    display: flex;
    flex-direction:column;
    justify-content: flex-end;
}
#f_center {
    height: 150px;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    display: flex;
    flex-direction:column;
    justify-content:flex-end;
}
#f_right {
    height: 150px;
    text-align: right;
    padding-top: 10px;
    font-size: 0.8em;
    margin-right:5%;
    display: flex;
    flex-direction:column;
    justify-content: flex-end;
}
footer p, footer img {
    margin-top: auto;
    vertical-align: bottom;
}
footer ul {
    list-style: none;
}
footer h1 {
    font-size: 20px;
}
footer a, footer a:visited {
    text-decoration: none;
    color:#515151;
    font-weight: bold;
}
footer a:hover {
	color:#ef9307;
}
#presentation {
    width: 98%;
    /*padding: 10px;
    margin: 20px;
    align-items:center;*/
    /*display:flex;*/
}
#presentation h1 {
    height:40px;
    float:left;
    line-height: 120px;
    /*display: inline-block;*/
}
#presentation img {
    height:120px;
    float:left;
    /*display: inline-block;*/
}
#desc {
    width: 100%;
    height: auto;
    display: inline-block;
}
#desc p {
	margin-left: 2%;
    margin-right: 2%;  
}
.main {
    width: 93%;
    height: 475px;
    padding: 10px;
    margin: 20px;
    box-shadow: 4px 4px 10px #ddd;
}
.left {
    shape-outside: polygon(0px 0px, 0px 475px, 450px 475px, 450px 300px, 270px 0px);
    clip-path: polygon(0px 0px, 0px 475px, 425px 475px, 425px 300px, 260px 0px);
    background-color: #fff;
  width: 100%;
  height: 475px;
  float:left;
}
.right {
    padding-top: 20px;
}
.article {
    width: 93%;
    padding: 10px;
    margin: 20px;
    box-shadow: 4px 4px 10px #ddd;
}
.article img {
	float:left;
	height:100px;
	width:100px;	
	opacity:0.6;
}
.article dl {
    overflow: hidden;
}
#activites {
    width:95%;
    display:flex;
	flex-direction: row;
	justify-content:space-around;
    text-align: center;
    
    margin: 20px;
}
#activites div {
    width: 100%;
    margin-right: 1%;
    box-shadow: 4px 4px 10px #ddd;
    padding-left: 6px;
    padding-right: 6px;
}
#activites img {	
	opacity:0.6;
}
#contact {
	width:90%;
	padding:10px;
	margin:20px;
	box-shadow: 4px 4px 10px #ddd;
}
#graph {
    width: 57%;
    height: auto;
    margin-bottom: 1%;
    background-color: #fff;
    float: right;
    box-shadow: 4px 4px 10px #ddd;
}
#ticket {
    width: 57%;
    height: auto;
    margin-bottom: 1%;
    background-color: #fff;
    float: left;
    box-shadow: 4px 4px 10px #ddd;
}
#log {
    width: 40%;
    height: auto;
    background-color: #fff;
    /*box-shadow: inset 0px 4px 10px #ddd;*/
    border: solid 1px #eee;
    float: left;
    padding: 1%;
}
#com {
    width: 40%;
    height: auto;
    background-color: #fff;
    /*box-shadow: inset 0px 4px 10px #ddd;*/
    border: solid 1px #eee;
    float: right;
    padding: 1%;
}
#suivi_ctrl {
    width:101%;
    margin-left: -1%;
    border: solid 1px #eee;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 10px;
}
#suivi {
	width:90%;
	padding:10px;
	margin:20px;
    /*box-shadow: 4px 4px 10px #ddd;
    display: flex;
    flex-direction: column;*/
}
#timeline {
    width: 100%;
    /*flex-direction: row;*/
    display:table;
    height: auto;
    margin-left: 0.5%;
}
#login {
	width:90%;
	padding:10px;
	margin:20px;
	box-shadow: 4px 4px 10px #ddd;
}
#login ul {
    padding-left: 40px;
}
#today {
	width:90%;
	padding:10px;
	margin:20px;
	box-shadow: 4px 4px 10px #ddd;
}
#employees {
    width: 100%;
}
#employees th {
    font-weight: bold;
    background-color: #88ce2d;
    height: 30px;
}
#employees td {
    font-weight: bold;
    padding: 5px;
    height: 30px;
}
#total {
    width: 101%;
    padding:1%;
    margin-left: -1%;
    border: solid 1px #eee;
}
#error {
    width: 100%;
    background-color: #feb06a;
    border: 1px solid #ff0000;
    font-weight: bold;
    text-align: center;
}
#itemForm input[type="email"], #itemForm input[type="tel"], #itemForm input[type="number"]  {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#resetPwd input[type="email"], #resetPwd input[type="text"] {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}
#resetPwd input[type="submit"] {
    width: 270px;
    padding: 20px;
    margin-top: 10px;
    background-color: #ddd;
    border: 1px solid #eee;
}
#changePwd input[type="password"] {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}
#changePwd input[type="submit"] {
    width: 270px;
    padding: 20px;
    margin-top: 10px;
    background-color: #ddd;
    border: 1px solid #eee;
}
#itemForm input[type="password"] {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#itemForm input[type="date"] {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#itemForm select {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#itemForm textarea {
    width: 98%;
    min-height : 200px;
    padding: 10px;
    box-shadow: 0px 5px 5px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#itemForm input[name="captcha"] {
    width: 250px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#itemForm input[type="submit"] {
    width: 270px;
    padding: 20px;
    margin-top: 10px;
    background-color: #ddd;
    border: 1px solid #eee;
}
#ctrlForm input[type="month"] {
    width: 150px;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px #ddd inset;
    background-color: #fff;
    border: 1px solid #eee;
}
#ctrlForm input[type="submit"] {
    width: 100px;
    height:40px;
    margin-top: 10px;
    color:#fff;
    background-color: #88ce2d;
    border: 1px solid #eee;
}
#ctrlForm input[type="button"] {
    width: 100px;
    height:40px;
    margin-top: 10px;
    color:#fff;
    background-color: #2b93df;
    border: 1px solid #eee;
}
.picture {
	float:left;
	height:100px;
	width:100px;
	padding-right:10px;
	text-align:center;
	vertical-align:middle;
}
h1 {
    color:#2b93df;
    font-weight: bold;
    font-size:40px;
}
h2 {
	color:#88ce2dff;
}
h3 {
    color: #ef9307;
    font-weight:bold;
}
dt {
    color: #2b93df;
    font-weight:bold;
}
p {
	margin:10px;
}
strong {
	font-weight:bold;
	color:#ef9307;
}
b {
	font-weight:bold;
	color:#2b93df;
}
a, a:visited {
    font-weight:bold;
    color:#88ce2d;
    text-decoration: none;
}
#suivi_ctrl a {
    color:#fff;
    /*width: 100px;
    height:40px;
    font-weight: normal;
    font-family:Tahoma, sans-serif;
    font-size: 0.8em;
    padding: 11px 30px 11px 30px;*/
}*/
label {
    line-height: 50px;
}
.button0, .button0:visited {
    color:#fff;
    width: 100px;
    height:40px;
    background-color: #88ce2d;
    /*border: 2px solid #06D85F;*/
    font-weight: normal;
    font-family:Tahoma, sans-serif;
    font-size: 0.8em;
    padding: 12px 30px 12px 30px;
}
.button1, .button1:visited {
    color:#fff;
    width: 100px;
    height:40px;
    background-color: #2b93df;
    /*border: 2px solid #06D85F;*/
    font-weight: normal;
    font-family:Tahoma, sans-serif;
    font-size: 0.8em;
    padding: 12px 30px 12px 30px;
}
.button2, .button2:visited {
    color:#fff;
    width: 100px;
    height:40px;
    background-color: #ef9307;
    /*border: 2px solid #06D85F;*/
    font-weight: normal;
    font-family:Tahoma, sans-serif;
    font-size: 0.8em;
    padding: 12px 30px 12px 30px;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }