.meteomaker svg {
	width: 150px;
	height: 125px;
	vertical-align: middle;
	fill: #444;
}

.meteomaker  p{
	margin: 0;
}

.meteomaker .title {
	font-size: 23px;
	font-weight: bold;
}

.meteomaker .curently  {
	font-size: 17px;
}

.meteomaker .curently .title {
	display: block;
    line-height: 40px;
    margin-bottom: 9px;
	font-size: 25px;
	font-family: font-title, inherit;
}

.meteomaker .curently svg {
	width: 173px;
}

.plus img {
	box-shadow: 0 0 15px #eee;
	border-radius: 50%;
}

.plus {
	display: inline-block;
	margin-top: 10px;
	opacity: 0.85;
	transition: all 0.75s;
	-webkit-transition: all 0.75s;
}

.plus:hover {
	opacity: 1;
}

.meteomaker .semaine .title {
	padding:  0 0 3px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
}

.meteomaker .infos span {
	display: block;
}

.meteomaker .meteo > div {
	display: inline-block;
	vertical-align: middle;
}

.meteomaker .curently .meteo > div {
	display: block;
}

.meteomaker .meteo .temperature {
	font-size: 67px;
	font-weight: 200;
}

.meteomaker .curently {
	text-align: center;
}

.meteomaker .tableau {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.meteomaker .item {
	display: table-row;
}

.meteomaker .center {
	text-align: center;
}

.meteomaker .max-min {
	display: block;
	font-size: 24px;
	font-weight: 200;
}

.meteomaker .resume {
	font-style: italic;
}

.meteomaker .gauche, .meteomaker .droite {
	display: table-cell;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	vertical-align: middle;
}

.meteo-popup {
	color: #444;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9990;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #444444;
	background: rgba(68,68,68,0.8);
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.meteo-popup  .meteo-popup-container {
	padding: 20px;
	position: absolute;
	width: 1050px;
	max-width: 100%;
	left: 25%;
	right: 0;
	top: 20px;
	margin: auto;
	background: white;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.meteo-popup .close {
	position: absolute;
	right: 20px;
	top: 8px;
	font-size: 30px;
	color: #444;
}

.meteo-popup-active, .meteo-popup-active body {
	overflow: hidden;
}