@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");
body {
	font-family: "Nunito", sans-serif !important;
}

#mainContent,
#listeInstances,
#representantsTable,
#representantsArchiveTable,
#historiqueContainer,
#usersTable,
#addUpdInstance,
#addUpdMandat,
#detailsUser,
.infoUsersTable {
	margin-bottom: 40px;
}

.entete {
	height: 72px;
	width: 100%;
	background-color: #27cd7c;
	color:#fff;
}

.hid {
	display: none;
}

#productsmenu {
	display: inline-block;
  vertical-align: top;
  position: absolute;
  left: auto !important;
  top: auto !important;
  margin-left: 4px;
  margin-top: 1px;
}

/*header .baseline {
	position: absolute !important;
	left: 48% !important;
	top: 43px !important;
	color: white;
	font-family: "Calibri";
	font-weight: lighter;
	text-align: right;
	font-size: 1.1em;
  }*/

header .btn-primary:hover, header .btn-primary:focus {
	color: #fff;
	background-color: #3a3a3a !important;
  }

header .logo_site {
	color: white;
	text-align: center;
	position: relative;
}

header .logo_site .logo_text {
	font-size: 50px;
	background-image: url(../img/logo-delegagrume.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

#productsmenu a, #productsmenu a:focus {
	position: relative;
	margin-top: 8px;
	background: #27cd7c;
	border: 1px solid white;
}

.text-vert { color: #27cd7c; }

header#mainHeader,
#navBo {
	position: fixed;
	width: 100%;
}
header#mainHeader {
	top:0;
	z-index: 100;
}

#menu_account ul {
	z-index: 100000;
}
#productsmenu .btn {
font-size: 14px !important;
text-transform: uppercase;
}

#productsmenu i {
float: left;
position: absolute;
left: 10px;
top: 16px;
color: white;
}

#productsmenu a span {
display: block;
margin-left: 23px;
text-align: left;
font-weight: bold;
}

#productsmenu a small {
font-size: 0.7em;
color: #e5e5e5;
}

#menu_account {
  border-bottom: 0 solid transparent;
  color: white;
  font-family: "Nunito", sans-serif !important;
  font-size: 14px;
  padding-top: 20px;
}

#utilisateurMenu1 {
	color: white;
	text-decoration: none;
}

#menu_account .menuopen {
	color: white;
}

#menu_account .dropdown-item {
	font-size: 14px;
}

#cnxBloc {
	position: relative;
	top: 75px;
}

#cnxBloc #id + .form-control,
#cnxBloc #mdp + .form-control {
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	opacity: .1;
}

#cnxBloc .card-header i {
	opacity: .5;
	float: right;
	margin-top: 4px
}

#cnxBloc .card-body {
	background-color: #ccc;
}

#cnxBloc .card-body input {
	font-size: 12px;
}

#cnxBloc .card-body button {
	font-size: 13px;
}

.invalidfeedback {
	display: none;
	color: #900;
	font-size: 12px;
	z-index: 1;
	animation: horizontal-shaking 0.3s ease 0s 2;
}

.conteneur-front {
	position: relative;
	top: 80px;
}

.circle-user {
	display: inline-block;
	  background-color: #198651;
	  margin: 10px;
	  border-radius: 50%;
  }
  
  .circle-user-inner {
	color: white;
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	text-decoration: none;
	height: 100px;
	width: 100px;  
	font-size: 30px !important;
  }

  #validerOk  {
	margin-top: 100px;
  }

@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}

footer {
    position: fixed;
	left: 0;
    bottom:0;
	width: 100%;
	background-color: #333;
	color: #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px;
    font-size: 10px;
  }

.btnDebug,
.btnOnline {
	cursor: pointer;
}

#offlineHeader {
	position: absolute;
	top: 50px;
	left: 230px;
	width: max-content;
	background-color: #900;
	font-size: 10px;
	padding: 0px 4px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.offline {
	animation: blinkOffline 1s infinite;
}

@keyframes blinkOffline {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}