
.int {
	color:black !important;
	height: 150px;
	background-color:RosyBrown;
	overflow:hidden;
}
.thermometre {
	fill:red;
	stroke:white;
	stroke-width:2px;
}
.thermrouge {
	stroke:red;
	stroke-width:2px;
}

.datatemp {
	position :relative;
	top:-100px;
	left: 40px;
	height:100px;
}

.hyglegende {
	position: relative;
	top: -260px;
	left: 180px;
	width:200px;
	text-align: center;
}

.fondhyg {
	stroke: url(#grad3);
	fill:rgba(255,255,255,0.4)
}
.svghygfond {
	position: relative;
	top: -200px;
	left: 25px;
}
.svghyg {
	position: relative;
	top: -110px;
	left: -140px;
	transform-origin: 70px 65px;
}
.datatemp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	position: relative;
	top: -110px;
}
