/* form .form_champ { */
	/* width:805px; */
	/* margin:10px auto; */
	/* position:relative; */
	/* } */
	
/* form .form_champ .error { */
	/* color:red; */
	/* margin:0; */
	/* margin-left:310px; */
	/* font-size:0.8em; */
	/* } */
	
/* form .form_champ[data-error="true"] .champ { */
	/* background-color:#FCA3A5; */
	/* } */
	
/* form .form_champ .champ[disabled] { */
	/* background-color:#DDDDDD; */
	/* } */
	
/* form .form_champ .button { */
	/* position:absolute; */
	/* top:0; */
	/* right:0; */
	/* } */
	
/* form .form_champ .form_champ_split { */
	/* display:inline-block;	 */
	/* width:400px; */
	/* } */
	
.contenu_lieux .recherche {
	width:900px;
	margin:auto;
	position:relative;
	}
		
.contenu_lieux .recherche input:not([type="submit"]) {
	width:calc(100% - 175px);
	}
		
.contenu_lieux .recherche input:not([type="submit"]):focus:not(.browser-default) {
	background-color:transparent !important;
	}
	
.contenu_lieux .recherche input[type="submit"] {
	position:absolute;
	bottom:0;
	right:0;
	}
	
.list_lieux {
	margin:30px auto 100px auto;
	padding-bottom:50px;
	position:relative;
	width:900px;
	}

.list_lieux .precision {
	font-size:0.7em;
	}

.list_lieux table {
	width:100%;
	margin-top:20px;
	}

.list_lieux table th:not(:nth-child(1)) a,
.list_lieux table td:not(:nth-child(1)) a {
	color:#555555;
	}

.list_lieux table td:nth-child(1) {
	cursor:pointer;
	}

.list_lieux table td:nth-child(1) a {
	color:#ffffff;
	}

.list_lieux table td:nth-child(2) {
	width:120px;
	max-width:120px;
	text-align:center;
	}

/* .list_lieux table td:not(.icon) { */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
	/* } */

/* .list_lieux table td { */
	/* cursor:pointer; */
	/* } */

/* .list_lieux table tr[data-sexe="1"] td:nth-child(1) { */
	/* border-left:5px solid #3C7AB3; */
	/* } */

/* .list_lieux table tr[data-sexe="0"] td:nth-child(1) { */
	/* border-left:5px solid #FF0C58; */
	/* } */

.list_lieux table .icon {
	width:50px;
	max-width:25px;
	}
	
.list_lieux table .icon img {
	width:25px;
	margin:0 10px;
	cursor:pointer;
	}
	
.list_lieux table .icon a:first-child img {
	margin-left:0;
	}
	
.list_lieux table .icon a:last-child img {
	margin-right:0;
	}
	
.list_lieux table .icon img[disabled] {
	opacity:0.5;
	cursor:default;
	}

/* .list_lieux table tr:not(:first-child):hover { */
	/* filter: brightness(0.8); */
	/* } */
	
.header_lieu {
	position:relative;
	height:25px;
	}
	
.header_lieu .nb_lieux {
	font-weight:bold;
	position:absolute;
	top:-10px;
	right:0;
	}
	
.footer_lieu {
	margin-top:20px;
	}
	
.pagination {
	text-align:center;
	}
	
.data_lieu {
	margin:0 auto 100px auto;
	padding-bottom:50px;
	position:relative;
	width:900px;
	}
	
.data_lieu .zone_button {
	text-align:right
	}
	
.data_lieu h2 {
	font-size:1.4em;
	}
	
.data_lieu h2 .precision {
	font-size:0.7em;
	}
	
.data_lieu ul .data_label {
	font-weight:bold;
	}

.data_lieu #lieu_map {
	height: 400px;
	width: 100%;
	}

.data_lieu .back_results a {
	color:inherit;
	}

.data_lieu .back_results a:hover {
	text-decoration:underline;
	}

.data_lieu table td {
	cursor:pointer;
	}

.data_lieu table td:nth-child(1) {
	width:200px;
	max-width:200px;
	}

.data_lieu table td:nth-child(2) {
	text-align:left !important;
	}

.data_lieu table td:nth-child(3),
.data_lieu table td:nth-child(4) {
	width:120px;
	max-width:120px;
	text-align:center;
	}

.data_lieu table td:nth-child(5) {
	width:250px;
	max-width:250px;
	text-align:left !important;
	}