.sticky.is-anchored {
	position: fixed;
	z-index: 5;
	width: 100%;
}

.top-bar {
	-webkit-box-shadow: 0px 1px 5px #222222;
	-moz-box-shadow: 0px 1px 5px #222222;
	box-shadow: 0px 1px 5px #222222;
	padding: 0;
}

.top-bar, .top-bar ul {
	background-color: var(--primary);
}

.top-bar-left {
	padding: .5rem;
}



.table-scroll {
	overflow-x: visible;	
	padding: 1rem;
}

table {
	width: auto;
	border: none;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
}

/* ========================
           TABLEAU         
   ======================== */

table thead {
	background-color: var(--primary);
	color: white;
	border-radius: 12px;
	border: none;
}

tbody, tr {
	border: none;
}

table.unstriped tbody tr {
	border-bottom: none;
}

.bordered {
	border : none;
  	border-right: 1px solid #e0e0e0;
  	border-bottom: 1px solid #e0e0e0;
}

tr > .bordered:last-child {
  border-right: none;
}

tr:last-child > .bordered {
  border-bottom: none;
}

/* ========================
         FIN TABLEAU      
   ======================== */

.menu-left>ul>li:hover {
	background-color: var(--primary);
}

#divFilterId .fieldset {
	margin: .625rem;
	padding: .625rem;
	border: none;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
	border-radius: 12px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'],
	[type='month'], [type='week'], [type='email'], [type='number'], [type='search'],
	[type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	height: 2rem;
	margin: 0 0 .5rem;
}

/* ========================
       CHAMPS FORMULAIRE   
   ======================== */


input, select {
	border-radius: 0.5rem !important;
}

.input-group {
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 0 .5rem;
}

.input-group-label {
	padding: 0 0.3rem;
}

.input-group {
	border-radius: 0.5rem;
	overflow: hidden;
	border: solid 1px #cacaca;
}

.input-group:focus-within  {
  	border: 1px solid #8a8a8a;
  	background-color: #fefefe;
  	box-shadow: 0 0 5px #cacaca;
}

.input-group > select {
	text-align: center;
	text-align-last:center
}

.input-group > input {
	margin: 0;
}

.input-group > img {
  box-sizing: border-box;
  padding: 0 0.5rem 0 0;
  width: fit-content;
  height:auto;
  margin: auto 0 auto;
}

.input-group > *, .input-group > *:focus {
	border: none;
  	box-shadow: none;
}

/* ========================
     FIN CHAMPS FORMULAIRE      
   ======================== */


label {
	margin-bottom: 0.5rem;
}

[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 .5rem;
}

select {
	padding: .25rem;
	border-radius: .2rem;
	height: 2rem;
	margin: 0 0 .5rem;
}

.label.middle {
	margin: 0 0 .5rem;
}


label {
	line-height: 1;
}

.is-dropdown-submenu {
	max-height: 400px;
	overflow-y: auto;
}

.reveal-overlay {
	z-index: 100;
}

.reveal {
	z-index: 100;
	border-radius: 12px;
	padding: 2rem;
}

.reveal .titre {
    text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}

.reveal fieldset {
	border: 2px solid var(--primary);
	border-radius: 12px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.16);
}

.fieldset legend {
	color: #FFFFFF;
	padding-block: 0.1rem;
	padding-inline: 0.6rem;
	background-color:var(--primary);
	border-radius: 8px;	
}


.input-group-label {
	height: 2rem;
	font-weight: bold;
}



