@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,400,700,900);

/* ---------------------------------------
		        GENERAL
----------------------------------------*/
body {
	padding-top: 0;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.container {
	width: 100%;
	padding: 0%;
}

h1, h2, h3 {
	color: #071f32;
	font-weight: 900;
}

.breadcrumb {
	display: none;
}

input[type=text], input[type=number] {
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}

::-webkit-input-placeholder {
	color: #C3C3C3;
}

:-ms-input-placeholder {
	color: #C3C3C3;
}

::placeholder {
	color: #C3C3C3;
}

.conteneurCheckbox {
	color: #354BCF;
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.conteneurCheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.labelCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid black;
	background-color: #fff;
}

.conteneurCheckbox:hover input ~ .labelCheckbox {
	background-color: #ccc;
}

.conteneurCheckbox input:checked ~ .labelCheckbox {
	background-color: #354BCF;
	border: 1px solid black;
}

.labelCheckbox:after {
	content: "";
	position: absolute;
	display: none;
}

.conteneurCheckbox input:checked ~ .labelCheckbox:after {
	display: block;
}

.conteneurCheckbox .labelCheckbox:after {
	left: 6px;
	width: 6px;
	height: 15px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Suppression des fleches dans les input number */
/* Chrome, IE */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.boutonBicim {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
}

.boutonBleu {
	background: #354BCF;
	color: #ffffff;
}

.boutonRouge {
	background: #E22C3F;
	color: #ffffff;
}

.boutonBlanc {
	background: #ffffff;
	color: #E22C3F;
}

button[disabled], html input[disabled] {
	cursor: no-drop;
	filter: opacity(40%);
}

/* ---------------------------------------
				HEADER
----------------------------------------*/
header #barre-paris {
	margin: 15px;
	height: 35px;
}

header #logo-barre-paris {
	float: left;
	margin: 0 20px 0 10px;
	border-right: 2px solid black;
	padding-right: 20px;
}

header #titre-barre-paris {
	line-height: 35px;
	margin: 0;
	font-size: 140%;
	font-weight: 750;
}

header #bandeau {
	width: 100%;
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
    margin: 0;
}

header #bandeau>img {
	display: block;
	width: 100%;
}

header #bandeau>h1 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    margin: 0;
    color: #ffffff;
}

header .logoMairieParis {
	width: 130px;
}

/* ---------------------------------------
				FOOTER
----------------------------------------*/
/*
#site_footer {
	height: auto;
}

footer #encartFooter {
	text-align: center;
	background-color: #f7f7f7;
	text-transform: uppercase;
}

footer #logo-footer {
	margin: 0 auto;
	padding: 10px;
	width: 50%;
	border-bottom: 1px solid #b7b7b7;
}

footer #liensFooter li {
	display: inline-block;
	margin: 10px;
}

footer #liensFooter a {
	font-weight: bold;
	color: #808080;
}

footer .logoMairieParis {
	width: 90px;
	filter: grayscale(1);
}
*/

footer {
	display: none;
}
/* ---------------------------------------
			ECRAN RECHERCHE
----------------------------------------*/
#rechercheParagrapheContainer {
	width: 60%;
	margin: 50px auto;
}

#rechercheFromContainer {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 95%;
    margin: 0 auto;
}

#formRechercheDefunt {
	padding: 30px 0;
	margin: 0 20px 0 20px;
}

.conteneurBoutonRecherche {
	margin: 25px 0;
}

#formRechercheDefunt div label, input:first-child {
	display: block;
}

#formRechercheDefunt>label>input {
	margin: 15px 10px 0 0;
}

#formRechercheDefunt>div>input[type=text] {
	width: 250px;
	height: 50px;
}

#formRechercheDefunt>div>input[type=number] {
	width: 60px;
	height: 50px;
	text-align: center;
}

#formRechercheDefunt>div>input[type=number]:last-child {
	width: 80px;
}

/* ---------------------------------------
			ECRAN RESULTAT
----------------------------------------*/
.containerResult {
	margin: 50px;
}

.messagesResult {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: large;
	color: red;
}

.messagesResult>i, span {
	display: inline-block;
	vertical-align: middle;
}

table#dtResultat {
	width: 100%;
	margin: 25px auto;
	font-size: initial;
}

table>thead {
	background-color: #071F32;
	color: #ffffff;
}

table>thead, tr, th {
	border: 1px solid #071F32 !important;
}

table>tbody>tr>td>button {
	float: right;
}

table>tbody>tr>td:first-child {
	font-weight: 600;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}

.zoneBoutonResult {
	margin: 20px 0;
	float: left;
}

.dataTables_paginate {
	float: right;
}

.pagination>li>a, .pagination>li>span {
	padding: 6px 12px;
	margin-left: 20px;
	line-height: 30px;
	color: #071F32;
	background-color: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 50% !important;
	height: 45px;
	width: 45px;
	text-align: center;
	font-weight: 700;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	background-color: #071F32;
	border-color: #071F32;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	background-color: #d9d9d9;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	background-color: #d9d9d9;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus,
	.pagination>li>span:hover {
	color: #071F32;
	background-color: #a1a1a1;
	border-color: #c3c3c3;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
	.pagination>.disabled>span, .pagination>.disabled>span:focus,
	.pagination>.disabled>span:hover {
	color: #a1a1a1;
	background-color: #f0f0f0;
	border-color: #d9d9d9;
}

/* ---------------------------------------
		   ECRAN CARTOGRAPHIE
----------------------------------------*/
.containerCarto {
	background-color: #f0f0f0;
	display: inline-flex;
	width: 100%;
}

.setionDefunt {
	width: 25%;
	padding: 1% 2%;
}

.setionDefunt>.champsInformations>ul {
	padding: 0;
}

.setionDefunt>.champsInformations>ul>li {
	margin: 5px 0;
	list-style-type: none;
}

.descriptionInformation {
	margin: 10% 0;
	font-weight: 700;
	color: #E22C3F;
}

.zoneBoutonCarto {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.setionCartographie {
	width: 50%;
	background-color: #ffffff;
}

.sectionLegende {
	width: 25%;
}

.map {
	border: none !important;
}