* {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*
Thèmes couleurs
*/

.demo {
	color: rgba(93, 79, 156, 1) !important;
	border-color: rgba(93, 79, 156, 0.5) !important;
}

.habitat {
	color: rgba(209, 92, 22, 1) !important;
	border-color: rgba(209, 92, 22, 0.5) !important;
}

.eco {
	color: rgba(0, 119, 171, 1) !important;
	border-color: rgba(0, 119, 171, 0.5) !important;
}

.emploi {
	color: rgba(211, 83, 153, 1) !important;
	border-color: rgba(211, 83, 153, 0.5) !important;
}

.formation {
	color: rgba(205, 16, 91, 1) !important;
	border-color: rgba(205, 16, 91, 0.5) !important;
}

.solidarite {
	color: rgba(58, 68, 103, 1) !important;
	border-color: rgba(58, 68, 103, 0.5) !important;
}

.fiscalite {
	color: rgba(194, 124, 112, 1) !important;
	border-color: rgba(194, 124, 112, 0.5) !important;
}

.mobilite {
	color: rgba(143, 35, 94, 1) !important;
	border-color: rgba(143, 35, 94, 0.5) !important;
}

.tourisme {
	color: rgba(0, 130, 198, 1) !important;
	border-color: rgba(0, 130, 198, 0.5) !important;
}

.ressources {
	color: rgba(0, 142, 123, 1) !important;
	border-color: rgba(0, 142, 123, 0.51) !important;
}

* {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

.alert {
	font-size: 14px;
	width: intrinsic;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	color: #616161;
	background-color: #fff6f0;
	border-color: #fbe9dd;
}

select {
	font-size: 14px !important;
}

body {
	background-color: #fbfbfb !important;
	font-family: 'Roboto', sans-serif !important;
	font-style: normal !important;
	height: 100vh;
	color: #3e3e3e;
	font-weight: 400;
}

.breadcrumb-item>a,
.breadcrumb-item>a:hover {
	color: #e36411;
}

a.classic-button {
	text-decoration: none;
}

.basic-content {
	background-color: #f9f9ff;
	padding: 15px;
	border-radius: 10px;
	font-size: 13px;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	margin-bottom: 15px;
}

.small-nav>a {
	color: #ff5a39 !important;
	font-size: 17px;
}

.small-nav {
	display: block !important;
	font-size: 16px;
	color: white;
}

.header {
	background-color: black;
	text-align: center;
	color: white;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.small-title {
	font-size: 13px;
	opacity: 0.6;
}

.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #4e4e4e;
	display: inline-flex;
	align-items: center;
}

.box {
	background-color: #797979;
	color: #fff;
	padding: 0.5rem 1rem;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.small {
	font-size: 20px;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 40px;
}

.level {
	margin-right: 10px;
	opacity: 0.5;
}

.level-violet {
	margin-right: 10px;
	color: #eaa97d;
}

.bloc {
	background-color: white;
	/*box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 20px;
   */
	border: 1px solid #eaeaea;
	border-radius: 10px;
	margin-bottom: 30px;
	position: fixed;
	width: 100vh;
	height: 100vh;
}

.bloc-stat,
.bloc-ind {
	background-color: #fbfbfb;
	padding: 30px;
	margin-bottom: 25px;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	font-size: 14px;
	color: #4f4f4f;
}

.stat-header {
	text-align: center;
	height: auto;
}

.stat-title {
	float: left;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	display: flex;
	align-items: center;
	font-size: 17px;
	color: #252525;
}

.title-b {
	font-size: 14px;
	font-weight: 500;
	color: #797979;
}

.title-c {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer-chart {
	margin-top: 20px;
}

.source-data {
	font-size: 13px;
	color: #575756;
	padding: 7px 10px 7px 10px;
	margin-bottom: 5px;
	background-color: #fbfbfb;
	border-radius: 8px;
}

.print-infos {
	font-weight: lighter;
	font-size: 13px;
	color: #575756;
}

.icon-cc {
	height: 60px;
	max-width: 120%;
	display: block;
	margin-bottom: 5px;
}

.cc-value {
	font-size: 22px;
	font-weight: bold;
}

.cc-info {
	font-size: 14px;
	opacity: 0.8;
}

.chart {
	position: relative;
	height: 350px;
}

.content {
	font-size: 14px;
	margin-bottom: 10px;
}

.image-effect {
	transform: scale(1);
	transition: transform 400ms;
}

.image-effect:hover {
	transform: scale(1.2) rotate(180deg);
	-webkit-transform: scale(1.2) rotate(180deg);
	-moz-transform: scale(1.2) rotate(180deg);
	-ms-transform: scale(1.2) rotate(180deg);
	-o-transform: scale(1.2) rotate(180deg);
}

.map-analyses-select {
	margin-bottom: 20px;
}

#map {
	width: 100%;
	height: 60vh;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	#map {
		height: 500px;
		position: relative;
	}
}

.panel-map {
	background-color: white;
}

.panel-map>.header {
	background-color: black;
}

.panel-map>.header>.title {
	font-size: 20px;
	color: #483fd4;
}

.panel-map>.header>.description {
	font-size: 15px;
	color: #483fd4;
}

.change-baselayer {
	top: 65px;
	left: .5em;
}

.show-legend {
	top: 120px;
	left: .5em;
}

.ol-control button {
	background-color: rgba(255, 255, 255, 1) !important;
	color: #3a3a3a !important;
	height: 1.3em !important;
	width: 1.3em !important;
	line-height: 0px !important;
	margin: 0px !important
}

.ol-control {
	/*background-color: transparent !important;
   */
	box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 20px;
}

button:focus {
	outline: 0;
}

.ol-control button:hover {
	color: #989898 !important;
}

.ol-control button:focus {
	text-decoration: none !important;
	color: #989898 !important;
}

.ol-attribution:not(.ol-collapsed) {
	font-size: 12px;
}

.flashy-button {
	padding: 15px 40px;
	color: #fd1d1d;
	background-color: white;
	border-radius: 30px;
	border: 1px solid white;
	/*box-shadow: 0 15px 40px rgba(118, 127, 249, 0.5);
   */
}

.flashy-button:hover {
	background-color: #fd1d1d;
	border: 1px solid #fd1d1d;
	color: white;
}

.classic-button {
	background-color: transparent;
	border: 1px solid#797979;
	color: #797979;
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 15px;
}

.classic-button:hover {
	opacity: 0.85;
}

.classic-button.theme {
	margin-right: 7px;
}

.outline-white {
	background-color: transparent;
	color: white;
	border: 2px solid white;
}

.outline-white:hover {
	background-color: transparent;
	color: rgb(224, 224, 224);
	border: 2px solid rgb(224, 224, 224);
}

.inactive {
	color: #b3885b !important;
	border-color: #b3885b !important;
}

.small-icon {
	background-color: white;
	border: 0px solid white;
}

.legend-content {
	font-size: 13px;
	margin-top: 12px;
}

.legend-title {
	margin-bottom: 8px;
	font-size: 14px;
}

.legend {
	display: flex;
	margin-bottom: 7px;
}

.color-legende {
	margin-right: 7px;
}

.modal-header {
	background-color: #f3f2ff;
	font-size: 20px;
	color: #483fd4;
	border-bottom: none;
}

.modal-footer {
	border-top: none;
	background-color: white;
}

.modal-content {
	border: none;
}

.code {
	display: inline-block;
}

.badge {
	font-size: 12px;
	font-weight: 100;
}


/* range slider */

.slidecontainer {
	width: 100%;
	/* Width of the outside container */
}


/* The slider itself */

.slider {
	-webkit-appearance: none;
	/* Override default CSS styles */
	appearance: none;
	width: 200px;
	/* Full-width */
	height: 10px;
	/* Specified height */
	border-radius: 5px;
	background: #f1f1f1;
	/* Grey background */
	outline: none;
	/* Remove outline */
	opacity: 0.7;
	/* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s;
	/* 0.2 seconds transition on hover */
	transition: opacity .2s;
}


/* Mouse-over effects */

.slider:hover {
	opacity: 1;
	/* Fully shown on mouse-over */
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* Override default look */
	appearance: none;
	width: 20px;
	/* Set a specific slider handle width */
	height: 20px;
	/* Slider handle height */
	border-radius: 50%;
	background: black;
	/* Green background */
	cursor: pointer;
	/* Cursor on hover */
}

.slider::-moz-range-thumb {
	width: 20px;
	/* Set a specific slider handle width */
	height: 20px;
	/* Slider handle height */
	border-radius: 50%;
	background: black;
	/* Green background */
	cursor: pointer;
	/* Cursor on hover */
}

.val {
	font-size: 17px;
	font-weight: 500;
}

.description {
	font-size: 12px;
	color: #636363;
	margin-bottom: 30px;
}


/* */

.form-control {
	max-width: 450px;
}

.form-control:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem rgb(206 206 206 / 25%);
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-toggle:active {
	color: #505050;
	background-color: white;
	border: 1px solid #e4e4e4;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #8a8a8a;
	text-decoration: none;
	background-color: #f9f9f9;
}

.dropdown-item {
	font-size: 15px;
}

.bootstrap-select .dropdown-menu li a:focus {
	outline-color: transparent;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 5px auto white!important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: white;
}

.breadcrumb {
	border-radius: 0;
	background-color: #fdfaf8;
	padding: 20px;
	margin-bottom: 0;
	align-items: center;
}

.breadcrumb-item.active,
.breadcrumb>li,
.breadcrumb>a,
.breadcrumb>a:hover {
	color: #e36411;
	font-size: 15px;
	font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: white;
	content: ""
}

.thematique-header {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea !important;
	padding-bottom: 15px;
}

.goto {
	margin-right: 5px;
	margin-bottom: 8px;
}

.btn.control-data {
	background-color: #ffffff !important;
	border: none !important;
	color: white !important;
	padding: 4px 4px !important;
	cursor: pointer !important;
	margin-right: 5px;
	float: right;
}

@media (max-width: 992px) {
	.btn.control-data {
		float: left;
		margin-top: 5px;
	}
}

.icons-control-stat {
	height: 20px;
}

.form-group {
	border: 1px solid #eaeaea;
	padding: 25px;
	border-radius: 0px;
}

.alias {
	padding: 15px 7px 0px 7px;
	margin-top: 15px;
	font-size: 13px;
	border-top: 1px solid #f3f3f3;
}

.float-buttons {
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 99;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	border-radius: 10px;
	font-size: 18px;
}

#scroll-to-top {
	display: none;
	background-color: #a7a9ac;
	border: 1px solid #a7a9ac;
}

.loading {
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 12px;
	margin-bottom: 8px;
	border-radius: 5px;
}

.territoire-name {
	font-size: 30px;
	color: #575655;
}

.insee-link {
	background-color: #5a5aff;
	color: white;
	border-color: white;
}

.insee-link:hover {
	background-color: white;
	color: #5a5aff;
	border-color: #5a5aff;
}

.red {
	color: red;
	border-color: red;
}

th {
	font-size: 13px !important;
	font-weight: normal !important;
	vertical-align: middle !important;
}

tbody {
	font-size: 13px;
	opacity: 0.8;
}

.table>thead {
	border-bottom: 1px solid gainsboro;
	background-color: #f9f9f9;
	color: #4e4e4e;
}

td {
	max-width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.small-width {
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table td,
.table th {
	border-bottom: 1px solid #e0e0e0 !important;
	border-top: 0px !important;
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .015) !important;
}

.table-responsive {
	max-height: 600px;
}

.idea:hover {
	color: #f48a1c;
	background-color: #f8f5eb;
}

.text-muted {
	font-size: 14px;
}

.card-body {
	font-size: 14px;
}

a.small {
	font-size: 13px;
	color: #b5b5b5;
	text-decoration: underline;
}

a.classic-link {
	color: #5a5a5a;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	padding-bottom: 4px;
	margin-bottom: 3px;
}

a.classic-link:hover {
	text-decoration: none;
}

.no-underline:hover {
	text-decoration: none;
}


/* Login */

.card-signin {
	border: 1px solid #eaeaea;
	border-radius: 1rem;
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.5rem;
}

.card-signin .card-body {
	padding: 2rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
}

input {
	margin-bottom: 1.3rem;
	border-radius: .8rem !important;
	background-color: white !important;
	font-size: 13px !important;
	padding: 1.2rem .7rem !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.bann>img {
	max-height: 400px;
	margin-bottom: 4rem;
	opacity: 90%;
}

.row-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	height: 100px;
	margin-top: 100px;
	left: 50%;
}

.jumbotron {
	margin-bottom: 0px;
	border-radius: 0px;
}

.archi-1 {
	border-radius: 0px;
	background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../icons/body-chiffres.svg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 8rem 2rem;
	height: 250px;
}

.black-j {
	background-color: black;
}

.blockquote-footer,
.blockquote-footer>a {
	color: rgba(255, 255, 255, 0.623);
}

.rect {
	background-color: transparent;
	color: #6b6b6b;
	border-color: #c7c7c7;
	border-radius: 0;
	font-size: 13px;
}

.rect:hover {
	color: #383838;
	border-color: #c7c7c7;
	background-color: transparent;
}

.rect-white {
	background-color: transparent;
	color: white;
	border-color: white;
	border-radius: 0;
}

.rect-white:hover {
	background-color: white;
	color: black;
	border-color: white;
	border-radius: 0;
}

.navbar {
	align-items: center;
	background-color: #a7a9ac;
	font-size: 16px;
	padding: 0;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	height: 150px;
}

.small-navbrand>.navbar>.navbar-brand img {
	height: 90px;
}

.navbar img.obs-identity {
	height: 75px;
}

.small-navbrand>.navbar img.obs-identity {
	height: 55px;
}

.navbar img.audiar-icon {
	height: 65px;
}

.small-navbrand>.navbar img.audiar-icon {
	height: 45px;
}

@media (max-width: 768px) {
	.navbar-brand img {
		max-height: 90px;
	}
}

@media (max-width: 992px) {
	.navbar img.obs-identity {
		max-height: 55px;
	}
	.navbar img.audiar-icon {
		max-height: 45px;
	}
}

.nav-link {
	margin-right: 15px;
	width: min-content;
}

#obs-details-panel {
	margin: 0;
	border: 0px;
	border-radius: 0px;
	background-color: white;
	padding: 4rem 2.5rem;
	border-bottom: 1px solid #eaeaea;
}

.social-networks>a {
	color: #cecece;
	margin-right: 8px;
}

footer {
	line-height: 1.2;
}

footer>.text-muted {
	font-size: 13px;
}

.underline {
	border-bottom: 1px solid #e2e2e2;
}

.cat-title {
	margin-bottom: 10px;
	font-size: 15px;
}

.lexique-title {
	font-size: 15px;
	color: #757575;
}

.legend-print-content {
	padding: 5px;
	width: 100%;
}

.legend-print-content>.val-legende {
	width: fit-content;
}

.content-inline {
	display: inline-flex;
	margin-top: 12px;
	margin-bottom: 12px;
}

.work-in-progress {
	color: #f58686;
	border-color: #f58686;
}