body{
	font-family: "Montserrat", sans-serif;
}

h1{margin: 20px 0 10px 0;}
h2{padding: 20px 0 10px 0 !important;}

.body_content{
	margin: 25px 5% 0 5%;
}

.tee_card{
	border-radius: 20px;
	box-shadow: 0px 0px 20px #bdbdbd;
	padding: 30px;
}


/*CONNEXION*/
.connection_form{
	width:600px;
	margin: 100px auto 0 auto;
}
/*CONNEXION*/





/*HOME*/
.meteo_section{
	border-radius: 20px;
	height: 220px;
	box-shadow: 0px 0px 20px grey;
	margin: 30px 0;
	padding: 15px 5%;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-image: url('meteo_pics/meteo_back.png');
	background-size: cover;
	background-position: center;

}

.meteo_text{
	margin: 0 0 0 40px;
	color: white;
	text-shadow: #ffcc00 0px 0 black;
}

.next_open{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.next_open_right{
	display: block;
	white-space: normal;
	word-wrap: break-word; /* vieux support, encore utile */
  overflow-wrap: break-word;

}
.next_open_img{
	height: 100px;
	width: 100px;
	margin: 0 20px 0 10px;
}
.next_open_master_name{
	font-size:30px;
}
.next_open_open_name{
	font-size:30px;
}
.next_open_name{
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size:30px;
}
.next_open_date{
	padding-top: 20px;
	font-size:30px;
}
.next_open_hour{
	font-size: 20px;
}

.next_open_passage{
	font-size: 20px;
}
.cards_home{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cards_home>*{
	width: 45%;
}

.home_score_row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.home_score_title{
	font-weight: bold;
	font-size: 20px;
}
.home_score_score{
	font-size: 50px;
}
/*HOME*/



/*EVENTS*/
.event_card{
	margin: 0 0 25px 0;
}
.event_pic{
	width: 100%;
	height: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
/*EVENTS*/


/*TROMBI*/
.trombi_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.user_pic_trombi{
	border-radius: 200px;
	margin-bottom: 10px;
}
.user_card{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 400px;
	text-align: center;
	margin-bottom: 25px;
}
.user_links{
	display: flex;
	justify-content: space-evenly;
	font-size: 20px;
}
/*TROMBI*/






@media (max-width: 820px) {
	.line_returns{
		word-wrap: break-word !important; /* vieux support, encore utile */
  overflow-wrap: break-word !important;
	}
	.connection_form{
		width: 80%;
		margin: 100px auto 0 auto;
		padding: auto;
	}

	.cards_home{
		flex-direction: column;
	}
	.cards_home>*{
		width: 100%;
	}

	.next_open{
		flex-direction: column;
	}
	.next_open_img{
		height: 75px;
		width: 75px;
	}
	.next_open_name{
		font-size:20px;
		margin-bottom: 5px;
		padding-bottom: 3px;
	}

	.next_open_master_name{
		font-size:20px;
	}
	.next_open_open_name{
		font-size:20px;
	}
	.next_open_date{
		padding-top: 20px;
		font-size:20px;
	}
	.next_open_hour{
		font-size: 15px;
	}

	.next_open_passage{
		font-size: 15px;
	}
}