<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-carte-animation .date-precedente, 
.form-carte-animation .date-suivante {
	display: none;
	line-height: 34px;
}

.form-carte-animation input, select {
	padding: 5px;
	width: 37%;
}
.carte-animation {
	position: relative;
	margin: 32px 0;
	text-align: center;
}
.carte-animation.hidden {
	display: none;
}
.carte-animation .chargement {
	position: absolute;
	top: -20px;
	left: calc(50% - 95px);
}
.carte-animation .chargement.loading:after {
	content: '';
	position: absolute;
	left: calc(50% - 16px);
	bottom: -30px;
	width: 32px;
	height: 32px;
	background: url(../img/loader.gif) center center no-repeat;
}
.carte-animation .carte.loading {
	opacity: 0.5;
}
.carte-animation .frise {
	/*width: 768px;*/
	height: 16px;
	margin: 90px 0 16px 0;
}
.carte-animation .frise .item {
	position: relative;
	display: inline-block;
	width: 8px;
	/*border-right: 1px solid rgba(0,0,0,0.1);*/
	height: 100%;
	background: #ddd;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
}
.carte-animation .frise .item.loaded {
	background: #ccc;
}
.carte-animation .frise .item.loaded.active {
	background: #222c5e;
	border: none;
	border-radius: 50%;
	width: 16px;
}
.carte-animation .frise .item .item-tooltip {
	display: none;
	position: absolute;
	top: -34px;
	left: 50%;
	background: #333;
	padding: 4px 12px;
	color: #fff;
	font-size: 11px;
	transform: translateX(-50%);
	z-index: 2;
	white-space: nowrap;
	border-radius: 50px;
}
.carte-animation .frise .item .item-tooltip:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #333 transparent transparent transparent;

}
.carte-animation .frise .item.active .item-tooltip {
	display: inline-block;
}
.carte-animation .controles {
	margin: 0 0 16px 0;
}
.carte-animation .controles .controle {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 4px;
	line-height: 24px;
	text-align: center;
	/*background: #ddd;*/
	cursor: pointer;
}
.carte-animation .controles .controle:hover {
	/*background: #ccc;*/
}
.carte-animation .controles .controle .fa {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 24px;
}
.carte-animation .controles .controle.play img.imgPause {
	display: none;
}
.carte-animation .controles .controle.play.playing img.imgPlay {
	display: none;
}
.carte-animation .controles .controle.play.playing img.imgPause{
	display: inline-block;
}

.carte-animation .carte {
	max-width: 100%;
}


.carte-animation .speeds {
	
}
.carte-animation .speeds .speed {
	display: inline-block;
	height: 24px;
	width: 20px;
	cursor: pointer;
	font-weight: 600;
	line-height: 24px;
}
.carte-animation .speeds .speed.active {
	color: #2d61fc;
}


.vert { color: #00C632 !important; }
.violet { color: #C406B6 !important; }
.bleu { color: #2610EF !important; }
.bleugris { color: #408080 !important; }
.or { color: #808000 !important; }
.marron { color: #A26C5E !important; }
.bordeaux { color: #800040 !important; }
.orange { color: #F77C02 !important; }
.gris { color: #969696 !important; }
.noir { color: #000 !important; }
.rouge { color: #f00 !important; }

.carte-animation .legende {
	display: none;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.carte-animation .frise.numbers {
	height: auto;
	line-height: 18px;
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 10px;
}
.carte-animation .frise.numbers .item {
	display: inline-block;
	background: none;
	width: auto;
	height: auto;
	border: none;
	padding: 0 3px;
	cursor: pointer;
	border-radius: 0;
}
.carte-animation .frise.numbers .item.loaded.active {
	width: auto;
	border-radius: 0;
	background-color: transparent;
	text-decoration: none;

}

.carte-animation .frise.numbers .item.loaded.active:after{
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #333 transparent transparent transparent;
}


#carte-animation-liens {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 12px;
}
#carte-animation-liens li {
	padding: 0px 0;
}


/* TAB */

.tab-v1 .nav-tabs{
	border-bottom: none;
}
.tab-v1 .nav-tabs a,
.tab-v1 .nav-tabs &gt; .active &gt; a
{
	background: #70e0d1!important;
    color: #2c3979;
    border-radius: 15px;
    padding: 3px 12px;
    margin-top: 10px;
}

.tab-v1 .nav-tabs a:hover,
.tab-v1 .nav-tabs &gt; .active &gt; a:focus,
.tab-v1 .nav-tabs &gt; .active &gt; a
{
	background: #2c3979!important;
    color: #70e0d1;
}
    </pre></body></html>