/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* STYLE PERSO
	========================================================================== */
@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.ttf");
}
html, body {
	font-family: "Roboto-Regular", arial;
	width: 100%;
	height: 100%;
}

.fullScreen {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#loading {
	display: none;
	background-color: #0000009e;
	color: white;
	font-size: 60px;
}
#loading i {
	position: absolute;
	font-size: 200px;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
}
#loading p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-family: "Roboto-Bold", arial;
}
#loading p:first-child {
	top: calc(50% - 230px);
}
#loading p:last-child {
	bottom: calc(50% - 215px);
}

#map {
	margin-left: 50px;
	width: calc(100% - 50px);
	height: 100%;
}
#map-loading {
	display: none;
	position: absolute;
	top: 0; left: 50px;
	width: calc(100% - 50px);
	height: 100%;
    background-color: rgb(128 128 128 / 35%);
    z-index: 999999;
    font-size: 200px;
    color: white;
}
#map-loading i {
	position: absolute;
    top: calc(50% - 100px);
	left: calc(50% - 100px);
}

nav {
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: #06439c;
	border-right: 3px solid white;
	z-index: 99999;
}
nav #logoBox {
	width: 100%;
	height: 50px;
	background-color: #fd7687;
	border-bottom: 3px solid white;
}
nav #logoBox img {
	width: 100%;
}
nav .tab {
	width: 100%;
	height: 50px;
	text-align: center;
	display: table;
	cursor: pointer;
}
nav .tab .fa-map-marked-alt {
	padding-bottom: 4px;
}
nav .tab div {
	display: table-cell;
	vertical-align: middle;
}
nav i {
	font-size: 32px;
	color: white;
}

nav .tab:hover, nav .tab.selected {
	background-color: #adc1dd;
}
nav i.fa-power-off {
	position: absolute;
	bottom: 9px;
	left: 8px;
	cursor: pointer;
}
nav i.fa-power-off:hover {
	color: #adc1dd;
}

#interface {
	position: absolute;
	top: 0; left: 53px;
	background-color: #06439c;
	border-right: 3px solid white;
	z-index: 99999;
	min-height: 50px;
	/*min-width: 300px;*/
	width: 300px;
	color: #333;
}
#interface #searchBar {
	width: 100%;
}
#interface #searchBar h2 {
	color: white;
	margin: 4px auto 3px;
	font-size: 20px;
	text-align: center;
}
#interface #searchBar input {
	width: calc(100% - 8px);
	margin-left: 0px;
	border: none;
	padding: 4px 4px 2px;
	background-color: white;
	color: #06439c;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
#interface #searchBar .fa-search-location {
	position: absolute;
	top: 32px; right: 2px;
	color: #06439c;
	font-size: 21px;
	cursor: pointer;
}

#interface #interfaceContent {
	background-color: white;
}
#interface #interfaceContent .content {
	display: none;
}
#interface #interfaceContent h2 {
	background-color: #06439c;
	color: white;
	margin: 0px 0 1px 0;
	padding: 3px 0 1px 4px;
	font-size: 16px;
	text-align: left;
}
#interface #interfaceContent table {
	width: 300px;
	border-collapse: collapse;
}
#interface #interfaceContent tr {
	height: 30px;
	cursor: pointer;
	border-bottom: 1px solid #ced3db;
	transition: linear all 60ms;
}
#interface #interfaceContent tr:nth-child(even) {
	background-color: #e1e8f1;
}
#interface #interfaceContent tr:not(.no_highlight):hover, #interface #interfaceContent tr.selected {
	background-color: #fd768c;
}
#interface #interfaceContent td {
	vertical-align: middle;
	text-align: center;
	padding: 3px 1px 0;
}
#interface #interfaceContent td:first-child {
	width: 30px;
}
#interface #interfaceContent td img {
	height: 24px;
	width: 24px;
	margin-top: 1px;
	margin-bottom: -1px;
}
#interface #interfaceContent div td:nth-child(2):not(#zc td:nth-child(2)) {
	width: 220px;
	padding-left: 5px;
	text-align: left;
	line-height: 12px;
	padding-top: 3px;
}
#interface #interfaceContent td:last-child {
	font-size: 10px;
}
#interface #interfaceContent .fa-chevron-up, #interface #interfaceContent .fa-chevron-down {
	width: 100%;
	text-align: center;
	background-color: #06439c;
	color: white;
	cursor: pointer;
	transition: linear all 60ms;
}
#interface #interfaceContent .fa-chevron-up:hover, #interface #interfaceContent .fa-chevron-down:hover {
	background-color: #638ecd;
}
#interface #interfaceContent .fa-chevron-up:active, #interface #interfaceContent .fa-chevron-down:active {
	background-color: #adc1dd;
}
/********** ZC **********/
#interface #zc>div:not(#detailZc) {
	max-height: 220px;
	overflow-y: scroll;
}
#interface #zc>div table {
	width: 100%;
}
#interface #zc h2:nth-child(3) {
	background-color: firebrick;
}
#interface #zc div:nth-child(4) table tr:nth-child(even) {
	background-color: #f1e1e1;
}
#interface #zc table tr {
	height: 20px;
}
#interface #zc table tr.no_highlight {
	cursor: default;
}
/*#interface #zc table td {
	width: 35px;
}*/
#interface #zc table td:first-child {
	width: 225px;
	text-align: left;
	padding-left: 5px;
	font-size: 15px;
}
#interface #zc table td {
	padding-top: 2px;
	width: 20px;
}
#interface #zc table td i {
	cursor: pointer;
	font-size: 16px;
}
#interface #zc table td i.fa-plus-circle {
	color: forestgreen;
}
#interface #zc table td i.fa-plus-circle:hover {
	color: #2c9f2c;
}
#interface #zc table td i.fa-plus-circle:active {
	color: #3ec33e;
}
#interface #zc table td i.fa-map-pin {
	color: #a90000;
}
#interface #zc table td i.fa-map-pin:hover {
	color: #c30000;
}
#interface #zc table td i.fa-map-pin:active {
	color: #e30000;
}
#interface #zc #allZcToolbox {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	overflow-y: auto!important;
	padding: 3px 1px 4px 1px;
}
#interface #zc #allZcToolbox>div {
	position: relative;
	cursor: pointer;
	padding: 1px 4px 1px 23px;
	border-radius: 2px;
	color: white;
	height: 22px;
}
#interface #zc #allZcToolbox>div i {
	position: absolute;
	font-size: 20px;
	top: 2px; left: 2px;
	color: white;
}
#interface #zc #allZcToolbox>div p {
	margin: 0;
	line-height: 11px;
	font-size: 13px;
}
#interface #zc #allZcToolbox #excelAllZcToolbox {
	background-color: forestgreen;
	border: 2px solid green;
}
#interface #zc #allZcToolbox #excelAllZcToolbox:hover {
	background-color: #2c9f2c;
	border-color: forestgreen;
}
#interface #zc #allZcToolbox #excelAllZcToolbox:active {
	background-color: #3ec33e;
	border-color: #2c9f2c;
}
#interface #zc #allZcToolbox #excelAllConcToolbox {
	background-color: #717171;
	border: 2px solid #5f5f5f;
}
#interface #zc #allZcToolbox #excelAllConcToolbox:hover {
	background-color: #818181;
	border-color: #717171;
}
#interface #zc #allZcToolbox #excelAllZcToolbox:active {
	background-color: #919191;
	border-color: #818181;
}
#interface #zc #allZcToolbox #excelParcToolbox i {
	left: 1px;
}
#interface #zc #allZcToolbox #excelParcToolbox {
	background-color: #fd778a;
	border: 2px solid #ef6c7f;
}
#interface #zc #allZcToolbox #excelParcToolbox:hover {
	background-color: #ff9aa8;
	border-color: #fd778a;
}
#interface #zc #allZcToolbox #excelParcToolbox:active {
	background-color: #ffb7c1;
	border-color: #ff9aa8;
}

/* DETAILZC */
#interface #zc #detailZc {
	display: none;
	position: absolute;
	background-color: white;
	width: 250px;
	min-height: 280px;
	max-height: 520px;
	border-left: 3px solid #06439c;
}
#interface #zc #detailZc i.fa-times {
	position: absolute;
	top: 0; right: -18px;
	color: white;
	background-color: #06439c;
	font-size: 18px;
	padding: 2px 5px 3px 2px;
	cursor: pointer;
}
#interface #zc #detailZc i.fa-times:hover {
	color: #adc1dd;
}
#interface #zc #detailZc i.fa-times:active {
	color: #06439c;
}
#interface #zc #detailZc h2 {
	font-size: 14px;
	padding: 5px 0 2px 4px;
}
#interface #zc #detailZc>p {
	font-size: 13px;
	margin: 0 2px 0 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#interface #zc #detailZc>p b {
	padding-right: 5px;
}
#interface #zc #detailZc table {
	margin: 2px 4px 6px;
	width: calc(100% - 8px);
}
#interface #zc #detailZc table tr {
	cursor: default;
}
#interface #zc #detailZc table tr:first-child {
	background-color: inherit;
}
#interface #zc #detailZc table tr:first-child th {
	color: #fe768a;
	font-size: 16px;
}
#interface #zc #detailZc table tr th {
	font-size: 14px;
}
#interface #zc #detailZc table tr td:first-child, 
#interface #zc #detailZc table tr th:first-child {
	width: 125px;
	text-align: left;
	padding: 2px 0 0 2px;
}
#interface #zc #detailZc table tr td:nth-child(2), 
#interface #zc #detailZc table tr th:nth-child(2),
#interface #zc #detailZc table tr td:last-child, 
#interface #zc #detailZc table tr th:last-child {
	width: 58px;
	font-size: 14px;
	text-align: right;
	padding-right: 2px;
}

#interface #zc #detailZc table tr.smaller td,
#interface #zc #detailZc table tr.smaller th {
	font-size: smaller;
}
#interface #zc #detailZc #zcToolbox {
	display: flex;
	justify-content: space-evenly;
	margin: 8px 0;
}
#interface #zc #detailZc #zcToolbox i {
	font-size: 30px;
	cursor: pointer;
}
#interface #zc #detailZc #zcToolbox i.fa-file-excel {
	color: #0f783f;
}
#interface #zc #detailZc #zcToolbox i.fa-file-excel:hover {
	color: #209e63;
}
#interface #zc #detailZc #zcToolbox i.fa-file-excel:active {
	color: #31be7d;
}
#interface #zc #detailZc #zcToolbox i.fa-file-powerpoint {
	color: #ba371b;
}
#interface #zc #detailZc #zcToolbox i.fa-file-powerpoint:hover {
	color: #cd4f2e;
}
#interface #zc #detailZc #zcToolbox i.fa-file-powerpoint:active {
	color: #e66845;
}
#interface #zc #detailZc #zcToolbox i.fa-file-image {
	color: #06439c;
}
#interface #zc #detailZc #zcToolbox i.fa-file-image:hover {
	color: #2d6bc5;
}
#interface #zc #detailZc #zcToolbox i.fa-file-image:active {
	color: #5b93e3;
}
#interface #zc #detailZc #zcToolbox i.fa-pencil-ruler {
	color: #ebbf12;
}
#interface #zc #detailZc #zcToolbox i.fa-pencil-ruler:hover {
	color: #f9d440;
}
#interface #zc #detailZc #zcToolbox i.fa-pencil-ruler:active {
	color: #fbe071;
}
#interface #zc #detailZc #zcToolbox i.fa-info {
	color: #fe778a;
}
#interface #zc #detailZc #zcToolbox i.fa-info:hover {
	color: #f997a5;
}
#interface #zc #detailZc #zcToolbox i.fa-info:active {
	color: #fbb1bb;
}
#modifZoneToolbox {
    display: none;
	position: absolute;
    top: 3px; right: 4px;
    background-color: white;
    width: 160px;
	padding: 2px;
}
#modifZoneToolbox table {
	width: 100%;
}
#modifZoneToolbox table tr {
	height: 20px;
	font-size: 13px;
}
#modifZoneToolbox table td:first-child {
	width: 24px;
}
#modifZoneToolbox table td:last-child {
	padding-left: 3px;
}
#modifZoneToolbox table tr:nth-child(1) td:first-child {
	background-color: rgb(113 113 113 / 50%);
	border: 2px solid rgb(113 113 113);
}
#modifZoneToolbox table tr:nth-child(2) td:first-child {
	background-color: rgb(53 139 24 / 50%);
	border: 2px solid rgb(53 139 24);
}
#modifZoneToolbox table tr:nth-child(3) td:first-child {
	background-color: rgb(156 6 6 / 50%);
	border: 2px solid rgb(156 6 6);
}
#modifZoneToolbox .btnModif {
	width: 90%;
	margin: 2px auto;
	text-align: center;
	padding: 1px 0 0;
	color: white;
	border-radius: 2px;
	border: 2px solid grey;
	cursor: pointer;
}
#modifZoneToolbox .btnModif:first-child {
	background-color: #c50000;
	border-color: firebrick;
}
#modifZoneToolbox .btnModif:first-child:hover {
	background-color: #e50000;
	border-color: #c50000;
}
#modifZoneToolbox .btnModif:first-child:active {
	background-color: red;
	border-color: #e50000;
}
#modifZoneToolbox .btnModif:last-child {
	background-color: forestgreen;
	border-color: green;
}
#modifZoneToolbox .btnModif:last-child:hover {
	background-color: #2c9f2c;
	border-color: forestgreen;
}
#modifZoneToolbox .btnModif:last-child:active {
	background-color: #3ec33e;
	border-color: #2c9f2c;
}

/******** LAYERS ********/
#interface #layers #layersChoice i,
#interface #layers #contoursChoice i {
	font-size: 18px;
}
#interface #layers #layersChoice i.fa-check,
#interface #layers #contoursChoice i.fa-check {
	color: green;
}
#interface #layers #layersChoice i.fa-times,
#interface #layers #contoursChoice i.fa-times {
	color: red;
}
#interface #layers #layersChoice td:nth-child(2),
#interface #layers #contoursChoice td:nth-child(2) {
	font-weight: bold;
}
#interface #layers #layersChoice td:last-child,
#interface #layers #contoursChoice td:last-child {
	padding: 0;
	width: 30px;
}

#interface #layers #baseMapChoice {
	width: 100%;
}
#interface #layers #baseMapChoice tr {
	cursor: default;
	background-color: white;
	height: 75px;
	border: none;
}
#interface #layers #baseMapChoice tr:hover {
	background-color: white;
}
#interface #layers #baseMapChoice td {
	width: 50%!important;
	text-align: center!important;
	position: relative;
	padding: 0;
	cursor: pointer;
}
#interface #layers #baseMapChoice img {
	height: 48px;
	width: 48px;
	margin: 18px auto 0;
	border: 1px solid lightgrey;
	border-radius: 2px;
}
#interface #layers #baseMapChoice p {
	font-size: 14px;
	line-height: 14px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	top: 2px; left: 0;
}
#interface #layers #baseMapChoice td:hover p, #interface #layers #baseMapChoice td.selected p {
	font-weight: bold;
	color: green;
}
#interface #layers #baseMapChoice td:hover img, #interface #layers #baseMapChoice td.selected img {
	border: 2px solid green;
}

/******* SETTINGS *******/
#interface #settings>div {
	padding: 3px;
}
#interface #settings>div h3 {
    text-align: center;
    margin: 0 auto 6px;
    text-decoration: underline;
}
#interface #settings>div p {
	line-height: 12px;
	font-size: 11px;
	margin: 6px 2px;
}
#interface #settings>div>div {
	width: 100%;
	margin: 2px 0;
}
#interface #settings>div>div label {
	display: block;
	width: 100%;
	margin: 6px 0 0 6px;
	font-size: 14px;
}
#interface #settings>div>div input {
	display: block;
	width: 75%;
	margin: 2px auto 0;
	padding: 2px 3px 1px;
	border: 1px solid #333;
	border-radius: 2px;
}
#interface #settings #passwordBtn {
	width: 90%;
	margin: 6px auto 4px;
	background-color: #fd7687;
	border: 2px solid #f36376;
	border-radius: 4px;
	cursor: pointer;
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 3px 0;
}
#interface #settings #passwordBtn:hover {
	background-color: #f36376;
	border-color: #e7485d;
}
#interface #settings #passwordBtn:active {
	background-color: #e7485d;
}

/******** POPUP ********/
#interface #popupInfo {
	position: absolute;
	background-color: white;
	top: 20px;
	border: 3px solid #fe778a;
	border-radius: 4px;
	min-width: 280px;
}
#interface #popupInfo h3 {
	background-color: #fe778a;
	color: white;
	font-size: 18px;
	margin: 0;
	padding-bottom: 2px;
	text-align: center;
	cursor: move;
}
#interface #popupInfo table {
	font-size: 14px;
	width: calc(100% - 6px);
	border-collapse: collapse;
	margin: 0 3px 3px;
}
#interface #popupInfo table td {
	width: 160px;
	padding: 4px 5px 2px;
	text-align: center;
}
#interface #popupInfo table td:first-child {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#interface #popupInfo table tr {
	border-bottom: 1px solid #f3ced3;
}
#interface #popupInfo table tr:first-child td {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	border-bottom: 1px solid #fe778a;
	background-color: white;
	color: #fe778a;
}
#interface #popupInfo table tr:nth-child(even) {
	background-color: #ffe7ea;
}
#interface #popupInfo table tr:last-child {
	border: none;
}
#interface #popupInfo table tr:last-child td {
	background-color: #06439c;
	color: white;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
#interface #popupInfo table tr:last-child td:hover {
	background-color: #638ecd;
}
#interface #popupInfo table tr:last-child td:active {
	background-color: #adc1dd;
}
#interface #popupInfo i.fa-times {
	position: absolute;
	top: 0; right: 2px;
	font-size: 21px;
	color: #06439c;
	cursor: pointer;
}
#interface #popupInfo i.fa-times:hover {
	color: #638ecd;
}
#interface #popupInfo i.fa-times:active {
	color: #adc1dd;
}
#interface #popupInfo .commentaireBox {
	position: relative;
}
#interface #popupInfo .commentaireBox h4 {
	margin: 0 0 2px;
}
#interface #popupInfo .commentaireBox i.fa-save {
	position: absolute;
	top: -2px; right: 0;
	font-size: 16px;
	color: #06439c;
	cursor: pointer;
}
#interface #popupInfo .commentaireBox i.fa-save:hover {
	color: #638ecd;
}
#interface #popupInfo .commentaireBox i.fa-save:active {
	color: #adc1dd;
}
#interface #popupInfo .commentaireBox i.fa-save.disabled {
	color: lightgrey;
	cursor: not-allowed;
}
#interface #popupInfo .commentaireBox i.fa-save.disabled:hover {
	color: lightgrey;
}
#interface #popupInfo .commentaireBox i.fa-save.disabled:active {
	color: lightgrey;
}
#interface #popupInfo .commentaireBox textarea {
	min-height: 40px;
	max-height: 100px;
	min-width: 200px;
	max-width: 400px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #cbcbcb;
	padding: 3px 4px;
}

#editNomPdvModal input {
	border: 1px solid #ccc;
	border-radius: 4px;
}
#editNomPdvModal button {
	background: #399339;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 6px 14px;
	cursor: pointer;
}
#editNomPdvModal button:hover {
	background: #2d7a2d;
}

canvas {
    will-change: transform;
}