body{
	background-color:rgba(180, 180, 180,0.1);
}


#adminpan {
  padding: 10px 16px;
  background: white;
  border: 2px #fa6400 solid;
  width:100%;
  height:100px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + #corps {
  padding-top: 102px;
}


#corps{
	background-color:rgba(180, 180, 180,0.1);
}
hr{
		border: 2px #fa6400 solid;
}
.contenu{

	width:90%;
	padding:10px; 
	margin:auto;
	font-family: tahoma;
}
.picto{
	height:30px;
}
input {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.100per{
	width:100%;
}

.center{
	margin-right:auto;
	margin-left:auto;
	width:80%;
}

/*textarea {
  width: 100%;
  height: 200px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}*/

/* Tableaux */
	table{
		border:1px black solid;
		border-collapse:collapse;
	}
	td, th {
	  border: 1px solid #999;
	}
	.border-left{
		border-left:3px black solid;
	 }
	td{
	  padding:2px;
	  border-collapse:collapse;
	}
	td a{
	  color:black;
	  padding:2px;
	}
	#parcours tr th{
		background-color:rgba(255, 105, 0,0.5);
	}
	#parcours tr td{
		

	}
	
	.table-event{
		width:80%;
		margin:auto;
	}
 .15per{
	 width:15%;
 }

#liste-event{
	width:100%;
}
#liste-event tr td{
	height:80px;
	font-size:30px;
}
/* Menu */
.div-menu{
	width: 100%;
	background-color: white;
	height: 100px;
}
.menu {
  font-family: tahoma;
  list-style: none;
  margin: 0;
  padding: 0;
	width:80%;
  height: 100px;
  margin: auto;
  position: relative;
  background-color: white;
  z-index: 7;
  display:inline-block;
}
.menu li{
    float: left;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
.menu a {
    display: flex;
    width: 100%;
    height: 100%;
	color:black;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    z-index: 9;
  }

.menu a.active {
  /*background-color: #e74c3c;*/
}

.menu li.slider {
  width: 20%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0;
  background-color: #e74c3c;
  z-index: 8;
  transition: left .4s, background-color .4s;
}

.menu li:nth-child(1):hover,
.menu li:nth-child(1):focus,
.menu li:nth-child(1):active {
  & ~ .slider {
    left: 0;
    background-color: #3498db;
  }
}


.menu li:nth-child(2):hover,
.menu li:nth-child(2):focus,
.menu li:nth-child(2):active {
  & ~ .slider {
    left: 20%;
    background-color: #9b59b6;
  }
}

.menu li:nth-child(3):hover,
.menu li:nth-child(3):focus,
.menu li:nth-child(3):active {
  & ~ .slider {
    left: 40%;
    background-color: #e67e22;
  }
}

.menu li:nth-child(4):hover,
.menu li:nth-child(4):focus,
.menu li:nth-child(4):active {
  & ~ .slider {
    left: 60%;
    background-color: #16a085;
  }
}

.menu li:nth-child(5):hover,
.menu li:nth-child(5):focus,
.menu li:nth-child(5):active {
  & ~ .slider {
    left: 80%;
    background-color: #16a085;
  }
}
.deconnexion{
	display:inline-block;
}

#buttonSearch{
	display: inline-block;
	outline: 0;
	border: none;
	cursor: pointer;
	padding: 0 24px;
	border-radius: 50px;
	min-width: 200px;
	height: 50px;
	font-size: 18px;
	background-color: #fd0;
	font-weight: 500;
	color: #222;
}  
#buttonSearch:hover{
	display: inline-block;
	outline: 0;
	border: 1px black solid;
	cursor: pointer;
	padding: 0 24px;
	border-radius: 50px;
	min-width: 200px;
	height: 50px;
	font-size: 18px;
	background-color: #fd0;
	font-weight: 1000;
	color: #222;
}             

.checkbox_flip{
	border:1px yellow solid;
}
select {
        
    }
     
    .select {
        outline: 0;
		text-align:center;
		font-weight:bold;
		font-size:20px;
        background: orange;
        background-image: none;
        height: 40px;
        color: black;
        cursor: pointer;
        border: 1px solid black;
        border-radius: 3px;
    }

.categorie_filtre{
	font-size:20px;
}
.categorie_filtre:hover{
	background:orange;
}

.checkbox-max {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	 -border-radius: 4px;
    height: 20px;
    width: 90%;
    background: #fff;
	font-weight:bold;
    border: 1px solid #ccc;
}
.checkbox-max:checked {
  background: orange;
  position: relative;

}
/* page accueil */
.corps{
	width:100%;
}

.corps{
	width:100%;
	background-color:#f3f6f4;
}

.table-div-accueil{
	display:inline-block;
	margin:10px;
}

.short-number{
	width:80px;
}
.big-number{
	width:100px;
}

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.new-parcours {
  align-items: center;
  background-clip: padding-box;
  background-color: green;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.new-parcours :hover,
.new-parcours :focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.new-parcours :hover {
  transform: translateY(-1px);
}

.new-parcours :active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

/*Checkbox tags */

.checkbox1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	 -border-radius: 4px;
    height: 20px;
    width: 10px;
    background: #fff;
	font-weight:bold;
    border: 1px solid #ccc;
	display:block;
	margin:auto;
}
.checkbox1:checked {
  background-color:rgba(60, 179, 113, 0.7);
  position: relative;

}
.checkbox1:hover {
  background-color:rgba(60, 179, 113, 0.2);
  position: relative;

}
.checkbox1:checked {
  background-color:rgba(60, 179, 113, 0.7);
  position: relative;

}


.tags_legend{
	 display: inline-block;
	 padding:2px;
	 text-align:center;
}

.checkboxDelete {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	 -border-radius: 4px;
    height: 10px;
    width: 10px;
    background: #fff;
	font-weight:bold;
    border: 1px solid #ccc;
	display:block;
	margin:auto;
}
.checkboxDelete:hover {
  background-color:rgba(255, 0,0, 0.2);
  position: relative;

}
.checkboxDelete:checked {
  background-color:red;
  position: relative;
}

#searchBar{
	width:75%;
	margin:auto;
	border-radius: 30px;
	vertical-align:top;
}
#searchEvent{
	width:80%;
	margin:auto;
	border-radius: 30px;
}

/* Classe obligatoire pour les flèches */
.flecheDesc {
  width: 0; 
  height: 0; 
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.flecheAsc {
  width: 0; 
  height: 0;
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

/* Classe optionnelle pour le style */
.tableau {width:100%;table-layout: fixed;border-collapse: collapse;}
.tableau td {padding:.3rem}
.zebre tbody tr:nth-child(odd) {background-color: #d6d3ce;border-bottom:1px solid #ccc;color:#444;}
.zebre tbody tr:nth-child(even) {background-color: #c6c3bd;border-bottom:1px solid #ccc;color:#444;}
.zebre tbody tr:hover:nth-child(odd) {background-color: #999690;color:#ffffff;}
.zebre tbody tr:hover:nth-child(even) {background-color: #999690;color:#ffffff;}
.avectri th {text-align:center;padding:5px 0 0 5px;vertical-align: middle;background-color:#999690;color:#444;cursor:pointer;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.avectri th.selection {background-color:#5d625c;color:#fff;}
.avectri th.selection .flecheDesc {border-bottom-color: white;}
.avectri th.selection .flecheAsc {border-top-color: white;}
.zebre tbody td:nth-child(3) {text-align:center;}