/*General*/
#imprimer {
	margin-top: 10px;
}

h1 {
	margin-bottom: 50px;
	text-align: center;
}
/*Bouton*/
.btn-xs {
	font-size: 14px;
}

.btn {
	color: #39c;
	border-color: #39c;
	background-color: white;
	padding: 5px;
	margin-bottom: 20px;
}

/*Tableau étape 2*/
.table {
	text-align: left;
}

td {
	text-align: left;
	padding: 8px;
}

td>a {
	color: #3399CC;
	font-weight: normal;
}

td>a:hover {
	text-decoration: underline;
	color: #3399CC;
	font-size: 16px;
}

span>a:hover {
	font-size: 14px;
}

/*Recherche*/
.reperage-searchbar input {
	border-color: #39c;
	height: 32px;
	position: relative;
}

/*Etapes 3 */

/*OngletRepérage*/
.nav-tabs.nav-justified>li.passive {
	background-color: #f4f4f4;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-justified>li {
	border-color: #f0f0f0;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
}

#etape_3_heading_2 {
	text-align: left;
	color: white;
}

.etape3 {
	width: 100%;
	background-color: #39c;
	display: inline-block;
	margin-bottom: 15px;
}

.etape3   h4, h3 {
	color: white;
	font-size: 16px;
}

.etape3 a, .etape3 a:hover {
	color: #3399CC;
	font-weight: normal;
	font-size: 14px;
}
/*NAF section 3 */
table.table-naf>tbody>tr>td>a {
	display: block;
}

a.selectedNaf {
	color: black;
	text-decoration: none;
}

#far {
	margin-bottom: 15px;
}

/*Panel*/
.panel-heading {
	font-size: 25px;
}

.panel {
	text-align: justify;
}

.bs-callout-success {
	background-color: #dff0d8;
	border-color: #2EAC66;
	display: block;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #2EAC66;
	border-left: 5px solid #2EAC66;
	border-radius: 5px;
	padding: 10px;
}

.infomini {
	padding-left: 15px;
	color: #39c;
	font-size: 22px;
}

/*FOND*/
#reperagewrap {
	padding-top: 90px;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*Mobile*/
@media ( max-width : 1200px) {
	body {
		padding-top: 20 !important;
	}
}