.u-tags-v1 a{
	text-decoration: none;
		  color: white;
		  font-weight: bold;
}
.u-tags-v1:hover{
	text-decoration: underline;
}


@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

.element {
  @include clearfix;
}

ul:nth-of-type(4) {
  list-style-type: decimal;
}	
.row{
	margin-left: 0;
	margin-right: 0;
}
.col-md-12, .col-md-6,.col-md-4{
	padding-left: 0;
}
.u-btn-outline-primary{
	color: green;
}

.u-dropdown--simple.u-dropdown--reverse-y, .u-dropdown--jquery-slide.u-dropdown--reverse-y, .u-dropdown--css-animation.u-dropdown--reverse-y {
	margin-bottom: -150px;
}

.g-pos-rel{
	/*top : -40px;*/
}

.affichRows {
	margin: 20px 0 10px 0;
}

/* -------------------ADMIN------------------- */
 .badge {
	 margin-right: 10px;
	 min-width: 100px;
	float: right;
	margin: 2px 10px;
 }

/* ------------------INDEX page de connexion------------------ */
 .containerForm {
	width: 100%;
    height: 90vh;
 }

.containerForm h1{
	text-align: center;
	margin: 50px auto 80px auto;
}

.containerForm input {
	width: 300px;
	padding-left: 10px;
	margin: 10px auto;
}

.inputRadio {
	width: auto !important;
	margin-right: 15px ;
	position: relative;
	left: -10px;
}

.badge1 {
	font-size: 15px;
}

#camion_idx{
	width: 500px;
	height: auto;
	position: absolute;
	bottom: 100px;
	right: 100px;
	opacity: 75%;
}

/* ------------------------Ajout Membre------------------------ */

.containerFormAdd {

}

.containerFormAdd h1{
	text-align: center;
	margin-top: 6vh;
	margin-bottom: 6vh;
}

.containerFormAdd form {
	/* display: flex;
	justify-content: space-around;
	align-items:stretch; */
}

.containerFormAdd input{
	margin: 0 auto;
	padding-left: 10px;
	/* width: 30%; */
}

.containerFormAdd input::placeholder{
	color: #999;
}

.containerFormAdd select{
	margin: 0 auto;
	padding-left: 10px;
	/* width: 30%; */
}

.ligne {
	margin: 30px 5px;
}

.interligne {
	margin: 30px 5px 15px 5px;
}

.btnRadio {
	margin: 10px 40%;
}

.btn-structure {
	position: fixed;
	top: 75px;
	right: 10px !important;
}

h3 {
	text-align: center;
	margin: 20px 0 50px 0;
}

.legende {
	color: #5e5e5e;
	font-size: 12px;
	width: 490px;
	margin: -20px auto;
}




/* ---------------------Liste-bons--------------------- */

.resultats_affichage_tous {
	margin-top: 30px;
}

/* ----------Fiche user---------- */

.fiche_user {
	font-size: 1.3rem;
}

.btn-primary {
	color: #fff;
    background-color: #2e3c56;
	border-color: #2e3c56;
}

.btn-primary:hover {
	color: #fff;
    background-color: #222d41;
	border-color: #222d41;
}

.btn-primary:active {
	color: #fff;
    background-color: #222d41;
	border-color: #d0ff00;
}

/* ----------Table---------- */

.custom-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	min-width: 400px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
	font-family: sans-serif;
	font-size: 0.9rem;
  }
  
  .custom-table thead tr {
	background-color: #2e3c56;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
  }
  
  .custom-table th,
  .custom-table td {
	padding: 12px 15px;
  }
  
  .custom-table tbody tr {
	border-bottom: 1px solid #dddddd;
  }
  
  .custom-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
  }
  
  .custom-table tbody tr:last-of-type {
	border-bottom: 2px solid #2e3c56;
  }
  
  .custom-table tbody tr.active-row {
	font-weight: bold;
	color: #2e3c56;
  }
  