#meteo_container_home .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

#meteo_container_home {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	min-height: 150px;
	overflow: hidden;
}

/* METEO */
.meteo_container {
	clear: both;
	float: none;
	display: inline-block;
	width: calc(100% - 30px);
	padding: 30px 15px;
	cursor: default !important;
	background-color: #FFFFFF;
}

.meteo_info {
	display: block;
	margin-bottom: 20px;
}

.meteo_info .title {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.meteo_info .button {
	float: right;
}

.meteo_buttons {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.meteo_buttons .button {
	padding: 8px 11px;
	margin: 0px 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 0px;
	color: #7A7A7A;
	font-size: 1rem;
}

.meteo_buttons .button:hover,
.meteo_buttons .button.active {
	background-color: #BBBBBB;
	color: #FFFFFF;
}

/* METEO: DAY */
.meteo_tabs_container {
	width: 100%;
	overflow: auto;

	/* SHADOWS */
	background-image:
		linear-gradient(to right, #FFFFFF, #FFFFFF),
		linear-gradient(to right, #FFFFFF, #FFFFFF),
		linear-gradient(to right, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)),
		linear-gradient(to left, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0));
	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
	background-attachment: local, local, scroll, scroll;
}

.meteo_tabs .meteo_tab {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	min-width: 140px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	border-left-width: 0px;
	border-bottom-color: #888888;
	color: #363636 !important;
	font-size: 1rem;
	line-height: 1.4rem;
}

.meteo_tabs .meteo_tab:first-child {
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

.meteo_tabs .meteo_tab.selected {
	border-left-width: 1px;
	border-color: #888888;
	border-bottom-color: #FFFFFF;
}

.meteo_tab .meteo_tab_content {
	padding: 18px 16px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.meteo_tabs .meteo_tab:hover .meteo_tab_content,
.meteo_tabs .meteo_tab.selected .meteo_tab_content {
	background-color: rgba(200, 200, 200, 0.3);
	border-color: rgba(100, 100, 100, 0.3);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.meteo_tab .title {
	font-weight: bold;
	font-size: 1.2rem;
}

.meteo_tab .description {
	font-size: 1rem;
	line-height: 18px;
	margin: 5px 0px;
}

.meteo_tab .temp {
	display: inline-block;
	float: left;
	height: 50px;
	max-width: 50%;
	margin-top: 5px;
}

.meteo_tab .temp div {
	padding: 0px 3px;
	text-align: right;
}

.meteo_tab .temp_max {
	font-weight: bold;
	text-align: right;
	color: #ce2202;
}

.meteo_tab .temp_min {
	text-align: left;
	color: #03a9f4;
}

.meteo_tab .wind_direction {
	clear: both;
	width: 100%;
	display: inline-block;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.meteo_tab .icon {
	float: left;
	width: 100%;
	height: 50px;
	max-width: 50%;
	display: inline-block;
	margin-top: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.meteo_tab .icon img {
	width: auto;
	height: 100%;
}

/* METEO: 1 HOUR + 3 HOUR */
.meteo_day_info {
	margin-top: 30px;
	clear: both;
}

.meteo_day_info .title {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 5px;
}

.meteo_day_info .icon {
	float: left;
	width: 60px;
	height: 60px;
	text-align: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.meteo_day_info .icon img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.meteo_day_info .subtitle {
	font-size: 24px;
	float: left;
	line-height: 60px;
	margin-left: 5px;
}

.meteo_contents {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.meteo_content {
	display: inline-block;
	float: left;
}

.meteo_3hour .meteo_content {
	width: calc(100% - 250px);
}

.meteo_3hour .meteo_hour_info {
	width: 250px;
}

.meteo_3hour .meteo_hour_info .title {
	display: inline-block;
}

.meteo_1hour .meteo_content {
	width: calc(100% - 30px);
}

.meteo_1hour .meteo_hour_info {
	width: 30px;
}

.meteo_1hour .meteo_hour_content.humidity {
	font-size: 14px;
}

.meteo_1hour .meteo_hour_info .meteo_hour_content .title {
	display: none;
}

.meteo_hour_info {
	width: 50px;
	display: inline-block;
	float: left;
	text-align: center;
}

.meteo_hour_info .meteo_hour_content .icon {
	width: 20px;
	margin-right: 5px;
}

.meteo_hour_info .meteo_hour_content .icon img {
	max-width: 100%;
	height: 100%;
	display: block;
}

.meteo_hour_info .meteo_hour_content .icon,
.meteo_hour_info .meteo_hour_content .title {
	float: left;
	display: inline-block;
	height: 100%;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 1rem;
}

.meteo_hour_info .meteo_hour_content,
.meteo_hour .meteo_hour_content {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #F0F0F0;
}

.meteo_hour_info .meteo_hour_content:last-child,
.meteo_hour .meteo_hour_content:last-child {
	border-bottom-color: #FFFFFF;
}

.meteo_hour {
	display: inline-block;
	float: left;
	text-align: center;
}

.meteo_3hour .meteo_hour {
	width: calc(12.5% - 4px);
	margin-left: 4px;
}

.meteo_1hour .meteo_hour {
	width: calc(4.166% - 2px);
	margin-left: 2px;
}

.meteo_hour .meteo_hour_container {
	float: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	/*border: 1px solid #EEEEEE;*/
}

.meteo_hour.selected .meteo_hour_container,
.meteo_hour.selected .title {
	background-color: #F0F0F0;
}

.meteo_hour .title {
	background-color: #F0F0F0;
}

.meteo_hour i {
	height: 28px;
	line-height: 28px;
}

.meteo_hour_info .picto,
.meteo_hour .picto {
	width: 100%;
	height: 32px;
	text-align: center;
	padding: 5px 0px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.meteo_3hour .meteo_hour_info .picto,
.meteo_3hour .meteo_hour .picto {
	height: 38px;
}

.meteo_hour .picto img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

/* METEO HOME */
.cl-meteo {
	color: #000000;
	font-size: 22px;
	margin-top: 20px;
}

.cl-meteo .sub-header {
	font-weight: normal;
	color: #000000;
	font-size: 22px;
}

.cl-meteo .sub-desc {
	width: auto;
	margin: 14px 20px 0px 8px;
	font-size: 16px;
}

.cl-meteo .fa {
	font-size: 22px;
	margin: 10px;
	margin-top: 7px;
	margin-bottom: 3px;
	color: #000000;
}

.meteo_container {
	display: inline-block;
	width: 100%;
	padding: 0px;
}

.meteo_container .meteo_tab.selected {
	border-bottom-color: #888888;
}

.meteo_container .meteo_tabs .meteo_tab {
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-color: #FFFFFF !important;
	padding: 15px 6px;
}

.meteo_container .meteo_tabs .meteo_tab:first-child {
	padding-left: 0px;
}

.meteo_container .meteo_tabs .meteo_tab:last-child {
	padding-right: 0px;
}

.meteo_powered {
	display: inline-block;
	float: right;
	margin-top: 30px;
	width: 100px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

#meteo_container_home .subheader {
	margin-top: 5px;
}

.link_games {
	display: inline-block;
	margin-top: 10px;
}

.link_games img {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.meteo_header {
	background-color: #eaeaea;
	color: #000000;
}

/* MONITOR */
.meteo_container_monitor {
	margin-bottom: 0px !important;
}

.meteo_container_monitor .meteo_tab .picto_temp {
	width: 70%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.meteo_container_monitor .meteo_tab {
	font-size: 22px;
	line-height: 30px;
}

.meteo_container_monitor .meteo_tab .temp {
	margin-bottom: 10px;
}

.meteo_container_monitor .meteo_tab .icon {
	height: 70px;
	margin-top: 0px;
}

.modal-choose-meteo input {
	border: 1px solid #AAAAAA;
}

.modal-choose-meteo input:focus {
	border-color: #555555;
}

/* METEO RESPONSIVE */
@media only screen and (max-width: 1200px) {
	.meteo_container_monitor .meteo_tabs_container {
		display: table;
	}
}

@media only screen and (max-width: 700px) {

	.meteo_container .meteo_tabs .meteo_tab.selected {
		border-bottom-color: #888888;
	}

	.meteo_hour_info .meteo_hour_content .title {
		display: none !important;
	}

	.meteo_hour_info .meteo_hour_content .icon {
		max-height: 25px;
	}

	.meteo_hour_info .meteo_hour_content .icon img {
		width: 100%;
		max-height: 100%;
	}

	.meteo_hour_info .meteo_hour_content {
		padding-bottom: 3px;
	}

	.meteo_hour_info .meteo_hour_content,
	.meteo_hour .meteo_hour_content {
		display: inline-block;
		float: left;
		width: calc(100% / 8);
	}

	.meteo_hour_info {
		width: 100% !important;
	}

	.meteo_hour_info .picto,
	.meteo_hour .picto {
		height: 30px !important;
		padding-top: 0px;
	}

	.meteo_hour .picto {
		padding-bottom: 0px;
		background-size: 30px;
	}

	.meteo_hour_info .meteo_hour_content:last-child,
	.meteo_hour .meteo_hour_content:last-child {
		border-bottom-color: #F0F0F0;
	}

	.meteo_content {
		width: 100% !important;
	}

	.meteo_hour {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.meteo_hour_info .meteo_hour_content .icon,
	.meteo_hour_info .meteo_hour_content .title {
		width: 100% !important;
		background-size: 25px;
	}

	.meteo_powered {
		height: 22px;
	}
}

@media only screen and (max-width: 500px) {

	#meteo_container_home .meteo_tabs .meteo_tab:nth-child(1n+4) {
		display: none;
	}

	#meteo_container_home .meteo_tabs .meteo_tab {
		display: inline-block;
		width: calc(100% / 3 - 4px) !important;
		min-width: unset;
		font-size: 0.8rem;
		line-height: 1.2rem;
	}

	.meteo_tab .title {
		font-size: 1rem;
	}

	.meteo_tabs {
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {

	.meteo_tab .temp {
		display: block;
		clear: both;
		float: none;
		max-width: 100%;
		height: auto;
	}

	.meteo_tab .icon {
		display: block;
		max-width: 100%;
		clear: both;
		float: none;
		text-align: center;
	}

	.meteo_tab .temp .temp_max {
		float: left;
	}

	.meteo_tab .temp .temp_min {
		float: right;
	}
}

.meteo_small_list .meteo_tab_content .temp {
	vertical-align: middle;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: inline-flex;
}

.meteo_small_list .meteo_tab_content .temp_max {
	vertical-align: middle;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: inline-flex;
}


.text-button:hover {
	color: inherit;
}


.meteo_small_list .meteo_tab .meteo_tab_content {
	padding: 9px 8px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 7px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 7px -3px rgba(0, 0, 0, .07), 0 4px 6px -2px rgba(0, 0, 0, .05);
	margin-top: 0.6rem;
}

.meteo_small_list .meteo_tab .title {
	font-size: 1rem;
}

.com_meteo_big .meteo_tab .temp {
	max-width: 100%;
}

.meteotitle {
	font-weight: 700;
	font-size: 2rem;
}

.meteosubtitle {
	font-style: italic;
}

.meteodesc {
	font-style: italic;
}

.buttonMeteo {
	background-color: #212121;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 5px;
}

.meteotemp {
	font-size: 3rem;
	font-weight: 700;
}

.timeofday {
	border-left: 1px solid #DDDDDD;
}

.timeofday .row {
	margin-left: 10px !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}

.timeofday .row:last-child {
	border-bottom: none;
}

.timeofday .meteotext {
	font-size: 1rem;
}

.timeofday .meteotemp {
	font-size: 1.2rem;
}

/* METEO 2024 */
.meteo_wide .meteo_big .img-fluid {
	width: 100%;
	max-width: 200px;
}

@media only screen and (max-width: 768px) {
	.meteo_wide .card-body {
		padding: 12px;
	}

	.meteo_wide .meteo_small_list .meteo_tab .meteo_tab_content {
		padding: 6px 0px;
		border-width: 0px;
		box-shadow: none;
	}

	.meteo_wide .meteo_small_list {
		border-top: 1px solid #DDDDDD;
	}
}

@media only screen and (max-width: 1000px) {
	.meteo_wide .timeofday .meteoicon {
		width: 100%;
		max-width: 50px;
	}
}

@media only screen and (min-width: 1000px) {
	.meteo_wide .meteo_big {
		float: left;
		width: 50%;
	}

	.meteo_wide .meteo_small_list {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding-left: 30px;
	}

	.meteo_wide .meteo_small_list .meteo_tab .meteo_tab_content {
		margin-top: 0px;
	}

	.meteo_wide .meteo_small_list .meteo_tab .title {
		font-size: 1.2rem;
	}
}