/**
 * @version     CVS: 1.0.0
 * @package     com_cartographie
 * @subpackage  mod_cartographie
 * @copyright   2023 Studio Ekinox
 * @license     GNU General Public License version 2 ou version ultérieure ; Voir LICENSE.txt
 * @author      Studio Ekinox <contact@studio-ekinox.fr>
 */
.legende{
	padding-left: 0;
}
.legende li{
	display: inline-block;
	margin-right: 2rem;
	font-weight: 600;
	cursor: pointer;
}
.legende li.actif.bleu{
	color: #139fda;
}
.legende li.actif.bleu-ciel{
	color: #63cade;
}
.legende li.actif.orange{
	color: #FF7F00;
}
.legende li.actif.vert{
	color: #08cc0a;
}
.legende li.actif.jaune{
	color: #FFce00;
}


.legende li .filtre{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-right: .5rem;
}
.legende li .filtre.bleu{
	background-color: #139fda;
}
.legende li .filtre.bleu-ciel{
	background-color: #63cade;
}
.legende li .filtre.orange{
	background-color: #FF7F00;
}
.legende li .filtre.vert{
	background-color: #08cc0a
}
.legende li .filtre.jaune{
	background-color: #FFce00;
}
.bulle{
	width: 1.5rem;
	height:1.5rem;
	border-radius:50%;
}
.bulle.bleu{
	background-color: #139fda;
}
.bulle.bleu-ciel{
	background-color: #63cade;
}
.bulle.orange{
	background-color: #FF7F00;
}
.bulle.vert{
	background-color: #08cc0a
}
.bulle.jaune{
	background-color: #FFce00;
}





.jcc-table {
    width: 100%;
    margin-bottom: 18px;
}

.jcc-table tr{
    border: none;
}

.jcc-table td, .jcc-table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}