/*@font-face{
	font-family:"DroidSans";
	src:url("..fonts/DroidSans.ttf")format("ttf");
	src:url("..fonts/DroidSans.eot")format("eot");
}
*/
@font-face {
	font-family: DroidSans;
	src: url('../fonts/DroidSans-webfont.eot?') format("eot"),
		 url('../fonts/DroidSans-webfont.woff') format("woff"),
		 url('../fonts/DroidSans-webfont.ttf') format("truetype"),
		 url('../fonts/DroidSans-webfont.svg#OpenSans-Light') format("svg");
}
@font-face {
	font-family: DroidSansBold;
	src: url('../fonts/DroidSans-Bold-webfont.eot?') format("eot"),
		 url('../fonts/DroidSans-Bold-webfont.woff') format("woff"),
		 url('../fonts/DroidSans-Bold-webfont.ttf') format("truetype"),
		 url('../fonts/DroidSans-Bold-webfont.svg#OpenSans-Semibold') format("svg");
}

/***********************************************************/

/** tab analyse css **/
/*
.d4c-chart-controls__details-container > summary::before {
	display: none;
}
.d4c-chart-controls__details-container > summary::after {
	content: "\f107";
	font-family: 'FontAwesome';
}
.d4c-chart-controls__details-container[open] > summary::after {
	transform: rotate(180deg);
}
.d4c-chart-controls__details-container > summary {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin: 0;
}
.d4c-chart-controls__details-container[open] > summary {
	border-color: rgb(0,116,141);
	color: rgb(0,116,141);
}
.d4c-chart-controls__details-container > div {
	text-align: left;
	background: #f8f8f8;
	padding: 10px 10px 20px;
	border-radius: 0;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}
.d4c-chart-controls__serie-handle {
	float: unset !important;
}
.d4c-color-chooser__color-selector {
	left: unset !important;
	right: 0 !important;
}
.records-analyze.ng-scope {
	display: flex;
	flex-direction: row;
}
.records-analyze.ng-scope > .d4c-advanced-chart-controls {
	width: 28%;
	min-width: 260px;
	min-height: 100%;
	max-height: 490px;
	overflow: auto;
	box-shadow: inset 1px 1px 0px 0px #eee, inset -1px -1px #eee;
}
.records-analyze.ng-scope > .d4c-chart {
	width: 72%;
	padding: 1rem;
}
.d4c-chart-controls__xaxis {
	display: flex;
    flex-direction: column;
	position: relative;
	padding-bottom: 20px;
}
.d4c-chart-controls__sort-choice {
	float: unset;
    align-self: flex-end;
    margin: 0;
    position: absolute;
}
.d4c-chart-controls__xaxis .group,
.d4c-chart-controls__yaxis .group {
	margin: 0;
	display: flex;
    flex-direction: column;
	font-weight: 700;
	width: 100%;
}
.d4c-chart-controls__yaxis .group {
	font-size: 15px;
}
.d4c-chart-controls__xaxis .group > label {
	display: flex;
    flex-direction: column;
	margin-bottom: 0;
}
.d4c-chart-controls__controls-group > label {
	display: flex;
    flex-direction: column;
}
.d4c-chart-controls {
	padding: 0;
	background-color: #fff;
}
.d4c-chart-controls__add-chart-button {
	float: unset;
	border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.d4c-chart-controls__serie-list .d4c-chart-controls__sort-choice {
	position: relative;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap: 4px;
}
.d4c-chart-controls__serie-list .d4c-chart-controls__sort-choice > input,
.d4c-chart-controls__yaxis-controls {
	margin: 0;
}
.d4c-color-chooser, .d4c-color-chooser__preview, .d4c-color-chooser__current-color, .d4c-color-chooser__current-color-range {
	height: 100%;
}
.d4c-chart-controls__controls-group {
	margin: 0 !important;
}
.d4c-chart-controls__yaxis-controls .d4c-chart-controls__controls-group {
	width: 100%;
}
.d4c-chart-controls__serie-basic-controls {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	row-gap: 8px;
}
.d4c-chart-controls input, .d4c-chart-controls select, .d4c-chart-controls textarea {
	padding: 8px 12px;
}
.d4c-chart-controls__serie-basic-controls .d4c-chart-controls label {
	margin: 0;
}
.d4c-chart-controls__controls-group > select {
	height: 100%;
	width: 100%;
}
select.d4c-chart-controls__input {
	width: 100%;
}
.d4c-chart-controls__serie-container {
	background-color: transparent;
	border: 1px solid;
	padding: 4px 8px 8px;
}
.d4c-chart-controls__serie-container:not(:last-child) {
	margin-bottom: 8px;
}
.d4c-chart-controls__serie-container:last-child {
	margin-bottom: 0px;
}
div.d4c-chart-controls__controls-group {
	width: 100%;
}
.d4c-chart-controls__details-container {
	margin: 0 0 1.125rem !important;
}
*/
.card-container {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(1em*7.5), 1fr));
	grid-auto-rows: calc(1em*7.5);
	grid-gap: 1em 1em;
	grid-auto-flow: row dense;
	justify-items: center;
}
.card-container > .card {
	font-size: 9px;
	line-height: 10px  ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: unset;
    border-radius: 5px;
    color: black  ;
    border: unset;
    margin: 0  ;
    padding: 1em;
    height: 100%;
    gap: 0.5em;
}
.card-container > .card.blanc {
	background-color: white  ;
}
.card-container > .card.gris {
	background-color: lightgray  ;
}
.card-container > .card > .card-img {
	height: auto;
    width: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
.card-container > .card > .card-lbl {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.card-container > .card:hover {
    background-color: gray  ;
}
/***********************************************************/
#main .form-group {
	padding-right: 0;
}
#main.widget-opendata {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
	overflow-x: hidden;
	padding: 0;
}
#main.widget-opendata #search {
    padding: 50px 0;
    background-color: #007abc;
    color: #fff;
    margin-bottom: 20px
}
#main.widget-opendata #pagination {
	width : 100%;
	text-align: center;
}
#main.widget-opendata #pagination .pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
}
#main.widget-opendata .hide {
	display : none;
}
#main.widget-opendata .dataset {
	margin-bottom: 1%;
	padding-left: 10px;
	height: auto;
	border-radius: 3px;
	border : 1px solid rgba(124, 121, 121, 0.27);
	width: 49%;
	margin-left : 1%;
	display: flex;
	align-items: stretch;
}
#main.widget-opendata .dataset .box_1 {
	flex: 8.8;
	order: 1;
}
#main.widget-opendata .dataset .box_2 {
	flex: 2.4;
	order: 3;
	border-width: 0 0 0 1px;
	border-style: solid;
	padding-left: 10px;
	padding-top: 10px;
	border-color: rgba(124, 121, 121, 0.27);
}
#main.widget-opendata .dataset .box_3 {
	flex: 0.8;
	order: 1;
}
#main.widget-opendata .dataset .box_4 {
	flex: 8;
	order: 2;
	margin-right: 5px;
}
#main.widget-opendata .dataset p {
    color: #070606;
}
#main.widget-opendata .dataset .inner {
    padding-top: 5px;
    padding-bottom: 5px
}
#main.widget-opendata .dataset ul {
	padding-left: 0px;
    margin: 0;
}
#main.widget-opendata .dataset ul:not(:last-child) {
	margin-bottom: 0;
}
#main.widget-opendata ul {
	list-style: none;
	font-size : 13px;
}
#main.widget-opendata .badge, .jetons .tag {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}
#main.widget-opendata .dataset li {
	display: inline-block;
}
.li-most-popular-dataset::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}
.div-most-popular-theme {
	display: inline-block;
	margin-right: 15px;
}
.link-most-popular-theme {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#main.widget-opendata #datasets {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
} 
#main.widget-opendata #datasets h2 {
	color: #06504F ;/*#007ABC;*/
	margin-top: 5px;
	cursor: pointer;
	font-size : 20px;
}
#main.widget-opendata #datasets p > a {
	font-size: .9em;
	color: #070606;
}
#main.widget-opendata #reuses h2 {
    color: #06504f;
    margin-top: 5px;
    font-size: 20px
}
#main.widget-opendata #tags li {
	background-color: rgba(35,135,171,0.7);
	color: white;
	border: solid 1px rgba(35,135,171,0.7);
	border-radius: 5px;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#main.widget-opendata #tags .clicked {
	border: solid 1px rgba(35,135,171,1);
	background-color: rgba(35,135,171,1);
}
#main.widget-opendata .tag:hover {
	cursor: pointer;
}
#main.widget-opendata .tag {
	white-space: nowrap;
	display: inline-block;
}
#main.widget-opendata #jeuxDeDonnes {
	background-color: rgb(35,135,171);
	color: white;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
}
#main.widget-opendata .format {
	background-color: black;
	border-radius: 5px;
	padding: 2px 4px;
	margin-right: 5px;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: rgb(255, 255, 255);
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
}
#main.widget-opendata #filter .jetons {
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	gap: 8px 10px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#main.widget-opendata filter .jetons li {
	display: inline;
}
#main.widget-opendata #filter {
    padding-bottom: 15px;
    padding-left: 0  ;
    padding-right: 0;
    margin-bottom: 2%;
    border-radius: 3px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}
#main.widget-opendata #filter + div {
	padding-right: 0  
}
#main.widget-opendata #filter > .ng-scope.d4c-portail-map .d4cwidget-map:not(.d4cwidget-map--fullscreen), 
#main.widget-opendata #filter > .ng-scope.d4c-portail-map .d4cwidget-map:not(.d4cwidget-map--fullscreen) .d4cwidget-map__map {
    height: 238px  ;
    min-height: 100px  ;
}
#main.widget-opendata #filter h1 {
    background-color: #575656;
    color: #fff;
    margin-top: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 3px
}
#main .form-control {
	font-size: 0.85em  ;
}
#main.widget-opendata #filter h2 #reset-filters {
    color: #fff;
    float: right;
    font-size: .8em;
    font-family: DroidSans,"Open Sans",Arial,sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    right: 5px
}
.navbar-default+div>div {
	margin-right: -15px  ;
	margin-left: -15px ;
}
#main.widget-opendata #filter h2 #reset-filters:hover {
    cursor: pointer;
    color: #ffc9a2
}
#main.widget-opendata #filter h2 {
	color: white;
	background-color: #007ABC;
	padding: 5px 5px 5px 5px;
	border-radius : 3px;
	position : relative;
}
#main.widget-opendata #filter h2 {
    font-size: 1.3em;
    font-family: DroidSansBold,"Open Sans",Arial,sans-serif
}
#main.widget-opendata h2 img {
	height: 8%;
	width: 8%;
	padding-bottom: 2px;
}
#main.widget-opendata form {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
#main.widget-opendata .list-group {
	overflow-y: auto;
	height: auto;
	max-height: 172px;
}
#main.widget-opendata #filter .list-group {
	margin-bottom : 0px;
}
#main.widget-opendata #filter .list-item {
	padding: 6px 10px;
	border-left: solid 2px #dcdcdc;
	font-size: 12px;
}
#main.widget-opendata #filter .list-item:hover {
	color : #007ABC;
	border-color : #007ABC;
	cursor : pointer;
}
#main.widget-opendata #filter .number_element {
	float : right;
}
#main.widget-opendata .download {
	float: right;
	display: block;
}
#main.widget-opendata #search input {
	font-size: 20px;
	border: 0;
	box-shadow: none;
	height: 60px;
	padding: 1rem 0.6rem;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing: border-box;
	color: #0a0a0a;
	background-color: #fefefe;
	line-height: normal;
}
#main.widget-opendata #search button {
	background: none;
	background-color: #23ab8b;
	border: none;
	height: 60px;
	width: 60px;
}
#main.widget-opendata #search .glyphicon {
	color: white;
	font-size: 20px;
}
#main.widget-opendata h1 {
    font-size: 1.3em;
    font-family: DroidSansBold,"Open Sans",Arial,sans-serif
}
#main.widget-opendata #filter h3 {
    font-size: 18px;
    color: #06504f;
    margin-bottom: 5px;
    font-family: DroidSansBold,"Open Sans",Arial,sans-serif
}
#main.widget-opendata .format[data-format="json"], 
#main.widget-opendata .format[data-format*="json"] {
	background-color: rgb(239, 113, 0);
}
#main.widget-opendata format[data-format="html"], 
#main.widget-opendata .format[data-format*="html"] {
	background-color: rgb(85, 161, 206);
}
#main.widget-opendata format[data-format="xls"], 
#main.widget-opendata .format[data-format*="xls"] {
	background-color: rgb(45, 181, 93);
}
#main.widget-opendata format[data-format="csv"], 
#main.widget-opendata .format[data-format*="csv"] {
	background-color: rgb(223, 177, 0);
}
#main.widget-opendata format[data-format="wfs"] {
	background-color: rgb(122, 174, 61);
}
#main.widget-opendata format[data-format="geojson"] {
	background-color: rgb(152, 85, 224);
}
#main.widget-opendata format[data-format="xml"], 
#main.widget-opendata .format[data-format*="xml"] {
	background-color: rgb(50, 50, 50);
}
#main.widget-opendata format[data-format="shp"], 
#main.widget-opendata .format[data-format*="shp"] {
	background-color: rgb(216, 52, 23);
}
#main.widget-opendata .hidden-filter {
	visibility: hidden;
	height: 0;
	width: 0;
}
#main.widget-opendata .glyphicon-remove {
	cursor: pointer;
}
.d4c-app-explore-dataset {
	max-width: unset  ;
	padding-right: 15px  ;
	padding-left: 15px  ;
}
.d4c-app-explore-dataset .d4c-filters {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.d4c-app-explore-dataset .d4c-filters .closed {
	display: none;
}
#main .box_2 p > a > i, #list-visu i, .jetons i, #list-cat i{
	padding-right: 5px;
}
.d4c-dataset-visualization__dataset-title .d4cwidget-social-buttons {
	margin-left: auto;
}
.d4c-dataset-visualization__dataset-title .d4cwidget-social-buttons .d4cwidget-social-buttons__button {
	color: #007ABC;
}
.d4cwidget-facet__category--refined, .d4cwidget-facet__category:hover {
    color: #007ABC;
    text-decoration: none;
    border-color: #007ABC;
    border-left-color: #007ABC;
}
.d4c-tabs__tab:first-child {
	margin-left: 1rem;
}
.d4c-tabs__tab:last-child {
	margin-right: 1rem;
}
.d4c-tabs__tab {
    display: inline-block;
    margin-left: 0px;
}
.d4c-tabs__tab.d4c-tabs__tab--horizontal {
    border-radius: 3px 3px 0 0;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid;
	border-color: #D8DDE1 #D8DDE1 transparent #D8DDE1;
    padding: 1rem;
    width: auto;
}
.d4c-tabs__pane.d4c-tabs__pane--horizontal {
	border: 1px solid #282828;
}
.d4c-tabs__tab.d4c-tabs__tab--active, 
.d4c-tabs__tab.d4c-tabs__tab--active:hover {
    background-color: #FFF;
    color: #333;
    border-color: #282828 #282828 transparent #282828;
}
.d4c-tabs__tab.d4c-tabs__tab--horizontal:hover {
    background-color: #FFF;
    border-color: #282828;
}
.li-most-popular-dataset.theme-administration-gouvernement-finances-publiques-citoyennete::before {
	background-image: url(../img/theme-administration-gouvernement-finances-publiques-citoyennete.svg);
}
.li-most-popular-dataset.theme-amenagement-du-territoire-urbanisme-batiments-equipements-logement::before {
	background-image: url(../img/theme-amenagement-du-territoire-urbanisme-batiments-equipements-logement.svg);
}
.li-most-popular-dataset.theme-culture-patrimoine::before {
	background-image: url(../img/theme-culture-patrimoine.svg);
}
.li-most-popular-dataset.theme-default::before {
	background-image: url(../img/theme-default.png);
}
.li-most-popular-dataset.theme-economie-business-pme-developpement-economique-emploi::before {
	background-image: url(../img/theme-economie-business-pme-developpement-economique-emploi.svg);
}
.li-most-popular-dataset.theme-education-formation-recherche-enseignement::before {
	background-image: url(../img/theme-education-formation-recherche-enseignement.svg);
}
.li-most-popular-dataset.theme-environnement::before {
	background-image: url(../img/theme-environnement.svg);
}
.li-most-popular-dataset.theme-services-social::before {
	background-image: url(../img/theme-services-social.svg);
}
.li-most-popular-dataset.theme-transports-deplacements::before {
	background-image: url(../img/theme-transports-deplacements.svg);
}
.link-most-popular-theme.theme-administration-gouvernement-finances-publiques-citoyennete{
	background-image: url(../img/theme-administration-gouvernement-finances-publiques-citoyennete.svg);
}
.link-most-popular-theme.theme-amenagement-du-territoire-urbanisme-batiments-equipements-logement{
	background-image: url(../img/theme-amenagement-du-territoire-urbanisme-batiments-equipements-logement.svg);
}
.link-most-popular-theme.theme-culture-patrimoine{
	background-image: url(../img/theme-culture-patrimoine.svg);
}
.link-most-popular-theme.theme-default{
	background-image: url(../img/theme-default.png);
}
.link-most-popular-theme.theme-economie-business-pme-developpement-economique-emploi{
	background-image: url(../img/theme-economie-business-pme-developpement-economique-emploi.svg);
}
.link-most-popular-theme.theme-education-formation-recherche-enseignement{
	background-image: url(../img/theme-education-formation-recherche-enseignement.svg);
}
.link-most-popular-theme.theme-environnement{
	background-image: url(../img/theme-environnement.svg);
}
.link-most-popular-theme.theme-services-social{
	background-image: url(../img/theme-services-social.svg);
}
.link-most-popular-theme.theme-transports-deplacements{
	background-image: url(../img/theme-transports-deplacements.svg);
}
.d4cwidget-spinner {
	position: absolute;
	font-size: 5rem;
	top: 100px;
	left: 50%;
	margin-left: -.5em;
	display:block;
}
.d4cwidget-spinner.d4cwidget-spinner--svg {
	height: 60px ;
}
.d4cwidget-spinner.hidden, #pagination.hidden{
	display:none;
}
.d4cwidget-spinner__cell-11,.d4cwidget-spinner__cell-22,.d4cwidget-spinner__cell-33 {
    -webkit-animation: 2s d4cwidget-spinner__diagonal-11-33-animation infinite;
    animation: 2s d4cwidget-spinner__diagonal-11-33-animation infinite
}
.d4cwidget-spinner__cell-12,.d4cwidget-spinner__cell-23 {
    -webkit-animation: 2s d4cwidget-spinner__diagonal-12-23-animation infinite;
    animation: 2s d4cwidget-spinner__diagonal-12-23-animation infinite
}
.d4cwidget-spinner__cell-21,.d4cwidget-spinner__cell-32 {
    -webkit-animation: 2s d4cwidget-spinner__diagonal-21-32-animation infinite;
    animation: 2s d4cwidget-spinner__diagonal-21-32-animation infinite
}
.d4cwidget-spinner__cell-13 {
    -webkit-animation: 2s d4cwidget-spinner__diagonal-13-animation infinite;
    animation: 2s d4cwidget-spinner__diagonal-13-animation infinite
}
.d4cwidget-spinner__cell-31 {
    -webkit-animation: 2s d4cwidget-spinner__diagonal-31-animation infinite;
    animation: 2s d4cwidget-spinner__diagonal-31-animation infinite
}
#reuses {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	height: auto  ;
}
.reuse {
	position: unset  ;
	display: flex;
	flex-direction: column;
	width: 368px;
	background: var(--nuance-de-gris-gris8);
	box-shadow: 0px 4px 30px rgba(7, 30, 88, 0.1);
	border: 0  ;
}
.reuse .thumbnail {
	border: 0  ;
	padding: 0  ;
	margin: 0  ;
	border-radius: 0  ;
	position: relative;
	background-color: transparent  ;
}

div#reuses .thumbnail {
	padding: 0px !important;
	margin: 20px 0px !important;
}

.reuse .thumbnail:hover::after {
	color: var(--marque-primaire);
	-webkit-animation: to-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation: to-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.reuse .thumbnail > a {
	width: 100%;
	height: 208px;
	background: var(--nuance-de-gris-gris2);
	display: block;
}
.reuse .thumbnail > a > img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	max-width: unset  ;
}
.reuse .thumbnail > .caption {
	padding: 32px 32px 0  ;
	width: 100%  ;
	margin: 0  ;
	display: flex;
	flex-direction: column;
}
.reuse .thumbnail > .caption > a {
	text-decoration: none  ;
}
.reuse .thumbnail > .caption > a > h2 {
	color: var(--marque-primaire)  ;
	font-weight: 900;
	font-size: 18px  ;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	margin-top: 0  ;
	margin-bottom: 8px  ;
}
.reuse .thumbnail > .caption > a > p {
	font-size: 16px;
	color: var(--nuance-de-gris-gris2)  ;
}
.reuse .thumbnail > .caption > a > p.data-desc {
	max-height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 8px  ;
}
.reuse .thumbnail > .caption > p > a {
	color: var(--nuance-de-gris-gris3)  ;
}
span.titre {
	font-weight: 600  ;
}
.reuse .thumbnail > .caption > a > p:not(.data-desc),
.reuse .thumbnail > .caption > p {
	display: flex;
	gap: 8px;
	font-size: 13px;
	margin-bottom: 8px  ;
	line-height: 1  ;
	color: var(--nuance-de-gris-gris3)  ;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.reuse .thumbnail > .caption .titre {
	margin-right: 8px;
}
div[role="main"] .row {
	margin-left:0 ;
	margin-right:0 ;
}
.toolbar-oriented .toolbar-tray-vertical > .toolbar-lining:before {
	position: static;
}
.btn-filter {
	margin-top: 0px  ;
	margin-left: 0px  ;
}
.dataset-h2 {
    margin: 0;
    font-family: DroidSansBold,"Open Sans",Arial,sans-serif;
    line-height: 1.2;
    color: #0463b3;
    font-size: 1.125rem
}
.dataset-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.download-item {
	margin-bottom: 10px;
  
.download-active {
	width: 4px;
	height: 35px;
	background-color: #ffc9a2;
	margin-right: 3px;
}  
.download-img {
	vertical-align: top;
	margin-top: 12px;
	margin-right: 8px;
}  
.download-text {
	font-weight: bold;
}  
.download-link {
	font-size: small;
}  
.inline {
	display: inline-block;
}
/* Utilities */
.margin-right-1 {
	margin-right: .25rem ;
}
.margin-right-2 {
	margin-right: .5rem ;
}  
.padding-y-1 {
	padding-top: .25rem ;
	padding-bottom: .25rem ;
}  
.padding-y-2 {
	padding-top: .5rem ;
	padding-bottom: .5rem ;
}  
.padding-x-1 {
	padding-right: .25rem ;
	padding-left: .25rem ;
}  
.padding-x-2 {
	padding-right: .5rem ;
	padding-left: .5rem ;
}  
/** Rating **/
.d4c-dataset-rating i, .d4c-dataset-rating i:hover ~ i {
	color: #222;
	text-shadow: none;
	transition: color 200ms,
				text-shadow 200ms;
	/* This will remove the delay when
	   moving the cursor left or right
	   within the set of stars. */
	transition-delay: 0;
} 
.d4c-dataset-rating:hover i, .d4c-dataset-rating-full {
	color: #fc0;
	text-shadow: #fc0 0 0 20px;
}  
.d4c-dataset-rating:hover i:nth-child(2) {
	transition-delay: 30ms;
}	
.d4c-dataset-rating:hover i:nth-child(3) {
	transition-delay: 60ms;
}	
.d4c-dataset-rating:hover i:nth-child(4) {
	transition-delay: 90ms;
}	
.d4c-dataset-rating:hover i:nth-child(5) {
	transition-delay: 120ms;
}	
/* Miscellaneous styles. */
.d4c-dataset-rating i {
	cursor: pointer;
	font-style: normal;
}  
/* Private dataset */
.dataset-private {
	margin-right: 10px;
	text-transform: uppercase;
}  
.lock {
	margin-right: 5px;
}  
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}  
.label-inverse {
	background-color: #555555;
}  
.leaflet-label-position {
	margin-left: 55px;
}

@media screen and (max-width: 768px) {
	.d4c-search-filters.ng-hide,
	.d4c-actif-filters.ng-hide {
		display: block  ;
	}
	.d4c-filters-summary.ng-hide {
		display: block  ;
		margin: -20px -20px 20px -20px;
	}
	.d4c-filters-summary {
		margin: 20px -20px  ;
	}
	.d4c-filters.ng-hide.d4c-filters-open {
		display: block  ;
	}
	.d4c-filters.d4c-filters-open {
		background-color: #FFF;
	    padding: 10px 20px;
	    border-bottom: 1px solid #282828;
	    margin: -20px -20px 20px -20px;
	}
	.d4c-filters.d4c-filters-open .d4c-filters__count {
		display: none;
	}
	.d4c-filters.d4c-filters-open .d4c-filters__filters {
		display: block  ;
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.d4c-app-explore-dataset .d4c-filters {
		display: inline-block  ;
		float: left;
		clear: both;
	}
	.d4c-actif-filters {
		margin-top: 20px;
	}
	.d4c-search-filters {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.d4c-search-filters,
	.d4c-actif-filters {
		position: static;
		float: left;
		clear: both;
	}
	.d4c-dataset-visualization__dataset-title .box_3 > button,
	.d4c-search-filters,
	.d4c-actif-filters {
		width: 280px;
	}
}
@-webkit-keyframes d4cwidget-spinner__diagonal-11-33-animation {
    0% {
        opacity: 1
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    62.5% {
        opacity: 0
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@keyframes d4cwidget-spinner__diagonal-11-33-animation {
    0% {
        opacity: 1
    }

    31.25% {
        opacity: 1
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: 0
    }

    62.5% {
        opacity: 0
    }

    68.75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@-webkit-keyframes d4cwidget-spinner__diagonal-12-23-animation {
    0% {
        opacity: 1
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 0
    }

    68.75% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@keyframes d4cwidget-spinner__diagonal-12-23-animation {
    0% {
        opacity: 1
    }

    37.5% {
        opacity: 1
    }

    43.75% {
        opacity: .5
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: 0
    }

    68.75% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@-webkit-keyframes d4cwidget-spinner__diagonal-21-32-animation {
    0% {
        opacity: 1
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 0
    }

    56.25% {
        opacity: 0
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@keyframes d4cwidget-spinner__diagonal-21-32-animation {
    0% {
        opacity: 1
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: .5
    }

    43.75% {
        opacity: 0
    }

    56.25% {
        opacity: 0
    }

    62.5% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@-webkit-keyframes d4cwidget-spinner__diagonal-31-animation {
    0% {
        opacity: 1
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    56.25% {
        opacity: 1
    }

    81.25% {
        opacity: 1
    }

    87.5% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}
@keyframes d4cwidget-spinner__diagonal-31-animation {
    0% {
        opacity: 1
    }

    6.25% {
        opacity: .5
    }

    12.5% {
        opacity: 1
    }

    18.75% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    31.25% {
        opacity: .5
    }

    37.5% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    56.25% {
        opacity: 1
    }

    81.25% {
        opacity: 1
    }

    87.5% {
        opacity: .5
    }

    93.75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}
@-webkit-keyframes d4cwidget-spinner__diagonal-13-animation {
    0% {
        opacity: 1
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}
@keyframes d4cwidget-spinner__diagonal-13-animation {
    0% {
        opacity: 1
    }

    43.75% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    56.25% {
        opacity: .5
    }

    62.5% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    81.25% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}}

.d4c-embed-control__icons{display:flex;justify-content: flex-end;}
.badges {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.d4c-message{
	display:block;
	border-radius: 10px;
	border: solid 1px black;
	text-align: center;
}

.d4c-button-ia {
    margin-left: 10px;
}