@import url(https://boissay.org/genstyle-1/lsans.css);

* {
	box-sizing:					border-box;
}

body {
	font-family:				'Lucida Sans', Arial, Helvetica, sans-serif;
	margin:						0;
}

a {
	color:						orange;
}

a:link {
	text-decoration:			none;
}

a:visited {
	text-decoration:			none;
}

a:hover {
	text-decoration:			underline;
}

a:active {
	text-decoration:			none;
}

.GSAll {
	max-width:					800px;
	margin:						auto;
}

.GSHeader {
	background-color:			#f1f1f1;
	padding:					16px;
}

.GSHeader {
	position:					-webkit-sticky;
	position:					sticky;
	top:						0;

	text-align:					left;
	height:						120px;

	background-image:
		url(/res/blason-boissay.png),
		linear-gradient(to right, #d4d4d4, #f9f9f9);
	background-repeat:			no-repeat;
	background-position-x:		-25px, 0;
	background-position-y:		-25px, 0;
	background-size:			auto 120%, auto;

	border-bottom:				1px solid black;

	display:					flex;
	align-items:				center;

	padding-bottom:				25px;
}

.GSHeader #GSBoissayHeaderContent {
	margin-top:					0;
	margin-bottom:				0;
/* Due to default size blason-type image. */
	margin-left:				110px;
}

.GSHeader #GSBoissayHeaderContent * {
	margin:						2px;
}

.GSHeaderPostPathName {
	background-image:
		linear-gradient(
			0deg,
			rgba(255,255,255,0) 50%,
			rgba(68, 68, 68, 0.2) 50%,
			rgba(147, 147, 147, 0.5) 100%
		),
		linear-gradient(
			88deg,
			rgb(22 22 22) 0%,
			rgb(22 22 22) 50%,
			rgb(22 22 22) 100%
		);
	
	/* background-image:
		linear-gradient(
			0deg,
			rgba(255,255,255,0) 50%,
			rgba(255,255,255,0.20) 50%,
			rgba(255,255,255,0.50) 100%
		),
		linear-gradient(
			90deg,
			rgba(0,64,128,1) 0%,
			rgba(0,128,128,1) 50%,
			rgba(0,128,128,1) 100%
		); */
	
	padding:					8px;
	font-size:					14px;
	font-weight:				bold;
	color:						white;
	text-shadow:				0.5px 0.5px #c0c0c0;

	height:						33px;
	position:					sticky;
	top:						120px;
}

.GSRow {
	display:					-webkit-flex;
	display:					flex;
}

.GSColumn {
	padding:					10px;
}

.GSColumn .GSColumnSide {
	-webkit-flex:				1 1 200px;
	-ms-flex:					1 1 200px;
	flex:						1 1 200px;
}

.GSSidebar {
	min-width:					200px;
}

.GSSidebar h4 {
	margin-bottom:				2px;
}

.GSSidebar ul {
	margin-top:					0;
}

.GSSidebarUpTo {
	font-weight:				bold;
	margin-bottom:				16px;
}

.GSColumn .GSColumnMiddle {
	max-width:					500px;
	-webkit-flex:				2 2;
	-ms-flex:					2 2;
	flex:						2 2;
}

.GSFooter {
	background-color:			#f1f1f1;
	padding:					10px;
	text-align:					center;
}

.GSHighlightBox {
	border:						2px solid rgb(146, 180, 192);
	background-color:			rgb(173, 216, 230);
	padding:					10px;
}

.GSHighlightBox a {
	color:						rgb(77, 102, 111);
}

.GSImage img {
	display:					block;
	border:						1px solid black;
	width:						60%;
	height:						auto;
	margin:						auto;
}

.GSImage {
	margin:						8px;
	padding:					2px;
	color:						black;
	font-style:					italic;
}

@media (max-width: 600px) {
	.GSRow {
		-webkit-flex-direction:		column;
		flex-direction:				column;
	}

	.GSImage {
		width:						90%;
		height:						auto;
		margin:						auto;
	}
}

@media (min-width: 601px) {
	.GSSidebar {
		position:					-webkit-sticky;
		position:					sticky;
		top:						173px;

		overflow:					scroll;
	}
}

.greytext {
	color:						rgb(109, 109, 109);
}
