#home {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
}

#homehead {
	display: grid;
	grid-template-columns: 1fr 900px 1fr;
}

#homebg {
	position: absolute;
	width: 100%;
	height: 55vh;
	background-image: url("../img/home.jpg");
	background-size:cover;
	z-index: -5;
}

#home header{
	background: none;
	color: white;
}
#home header a:link, #home header a:visited {
	color: white;
}
#home header a:hover {
	color: var(--GREYBT);
}
#home header>a {
	background-image: url("../img/logo/logo_saade_blanc.png");
}


section {
	display: flex;
	flex-direction: column;
}


#homehead {
	height: 80px;
	grid-template-rows: 80px;
}
#homescroll {
	flex:1 0 1px;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow-x: scroll;
	overflow-x: auto;
}
#homecontent {
	display: flex;
	flex-direction: column;
	grid-row:1;
	grid-column:2;

}
#homecontent>* {
	background-color: white;
}


#homefr {
	color: white;
}
#homebuttons, #homeen {
	background-color: white;
}
#homefr, #homeen {
	margin:auto;
}

#hometop {
	font-size: 13pt;
	background: none;
}
#hometop>div>div {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap:1vh;
}
#hometop>div {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 18.5vh 0;
}
#hometop #homebuttons {
	padding: 2vh 0;
}
#hometop h1{
	font-size: 30pt;
	font-weight: 500;
	margin-bottom: 5px;
}

#hometop h2{
	font-size: 20pt;
	font-weight: 300;
	margin-bottom: 5px;
}

#home footer {
	margin-top: 0;
	padding-top: 5vh;
}


#home #news {
	margin:auto;
	width: 100%;
	display: flex;
	flex-direction: column;
}
#news article {
	width: 800px;
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-rows: auto auto;
	margin:auto;
	border-top: black 1px solid;
	padding: 2vh 0;
}
#news article div:first-child {
	grid-area: 1/1/3/2;
	display: flex;
}
#news article img {
	max-width: 280px;
	max-height: 300px;
	margin: auto;
}
#news h3 {
	font-size: 15pt;
	font-family: "Montserrat-bold";
}
#news h3 {
	font-size: 14pt;
}