/**
*	liste annonces
**/

.container-list{
	min-height: 500px;
	width: 1200px;
	margin: 20px auto;
}

.annonce-badge{
	border: 2px solid #434B3E;
	font-size: 90%;
	color: #fff;
	margin-right: 5px;
}

.annonce_liste .prix {
	font-weight: bold;
	color: #A7BA9A;
	font-size: 30px;
}

.photo_annonce img{
	max-height: 200px;
	object-fit: cover;
}

.container-list form{
	margin: 0 auto;
}
.container-list form > div{
	margin-bottom: 20px;
}
.container-list form > div > div{
	margin-bottom: 10px;
}


.photo_annonce > i{
	font-size: 148px;
}

/**
*	detail annonces
**/

.container-annonce .entry-content{
	margin: 30px auto;
}

.container-annonce .entry-content .illustration > img{
	max-height: 600px;
	width: auto;
	height: 100%;
}

.container-annonce .illustration > i{
	font-size: 140px;
}


/**
* empty container
**/
.container-empty{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}

span.required:before,
label.required:after {
	content: " * ";
	color: #FF0000;
}

.btn-annonce-delete{
	display: inline-block;
}

.swal2-container h2:before{
	background-color : transparent !important;
}

select.classic {
	background-image:
			linear-gradient(45deg, transparent 50%, #fff 50%),
			linear-gradient(135deg, #fff 50%, transparent 50%),
			linear-gradient(to right, #7E6E66, #7E6E66);
	background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			100% 0;
	background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
	background-repeat: no-repeat;
}

select.classic:focus {
	background-image:
			linear-gradient(45deg, white 50%, transparent 50%),
			linear-gradient(135deg, transparent 50%, white 50%),
				/*linear-gradient(to right, gray, gray);*/
			linear-gradient(to right, #7E6E66, #7E6E66);
	background-position:
			calc(100% - 15px) 1em,
			calc(100% - 20px) 1em,
			100% 0;
	background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
	background-repeat: no-repeat;
	/*border-color: grey;*/
	outline: 0;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

