#popup, #popup2, #popup3{
    width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
	top:0;
	left:0;
	z-index: 997;
}

#popup, #popup2{
	display:none;
}

#cadreg, #cadreg2{
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background: black;
	z-index:998;
}

#cadreb, #cadreb2{
	position:absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	width:900px;
	height: 500px;
	margin-left: -450px;
	margin-top: -250px;
	background: white;
	z-index: 999;
	padding:10px;
	overflow-y: auto;
	overflow-x: hidden;
}

form {
	width:80%;
	text-align:center;
	margin:0 auto;
	margin-top: 10px;
}

input:not([type=submit]) {
	border:1px solid #4e7345;
	margin:1px;
	padding:1px;
	outline:none;
	height:20px;
	width: 100%;
	color:#4e7345;
}

input:not([type=submit]):focus {
	background:#e2e0e0;
	border:1px solid black;
}

input[type=submit] {
    border:1px solid black;
    cursor:pointer;
    text-align:center;
    display:inline-block;
    padding:10px;
    background:#960000;
    margin-top:8px;
    border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    color:white;
}

input[type=submit]:hover{
	border:1px solid #4e7345;
	background:#cacaca;
	color:black;
}

/*select{
	display: inline-block;
}*/

.ui-autocomplete {
	z-index: 1000 !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


#conteneur{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.plop{
	margin: 20px;
	width: 25%;
}

.plop a{
	font-weight: bold;
	font-size: 20px;
}