@charset "utf-8";
/* CSS Document */

/* MAIN CSS */
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #eff7ff;
	font-family: arial;
}
body a {
	text-decoration: none;
}

.sectiontop {
	width: 100%;
	margin-bottom: -1px;
}
.sectionbottom {
	width: 100%;
	margin-top: -1px;
}

.spacer50 {
	height: 50px;
}
.spacer100 {
	height: 100px;
}

.container {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	overflow: hidden;
}
@media (max-width: 800px) {
	.container {
		flex-flow: column nowrap;
	}
	.container img {
		max-width: 90%;
		height: auto;
	}
}
.titretxt {
	max-width: 35%;
}
.titretxt h1{
	margin-top: -0.4em;
	color: #2065ae;
}
.titretxt h3 {
	color: #666;
}
.titretxt p {
	text-align: justify;
}
@media (max-width: 800px) {
	.titretxt {
		max-width: 90%;
	}
}

.buttondiv {
	width: 170px;
	height: 50px;
	margin-top: 30px;
	color: #fff;
	background-color: #06f;
	border-radius: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.buttondiv a {
	color: #fff;
	text-decoration: none!important;
	font-size: 16px;
	font-weight: 800;
}
.buttondiv:hover {
	background-color: #09F;
}


/* HEADER */
header {
	width: 100%;
	padding-top: 40px;
	background-color: #2065ae;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
.logo {
	margin-left: 40px;
	margin-right: auto;
}
.logo img {
	max-width: 140px;
	height: auto;
}
nav {
	padding-right: 40px;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	font-weight: 700;
}
nav ul a {
	text-decoration: none;
	color: #fff;
}
nav a:hover {
	color: #3CF;
}

/* INTRO */
.intro {
	width: 100%;
	background-color: #2065ae;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
}
.intro h1 {
	color: #fff;
	margin-top: -0.5em;
}
.intro h2 {
	color: #fff;
}
.intro p {
	color: #fff;
	font-size: 1.2em;
}
.intro img {
	max-width: 90%;
}
.introtxt {
	padding: 20px;
}
.introprog {
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 800px) {
	.intro {
		flex-flow: column nowrap;
		padding: 20px;
	}
	.intro img {
		width: 80%;
	}
	.introtxt {
		padding: 20px;
	}
	.intro h2 {
		font-size: 0.8em;
	}
	.intro h1 {
		margin-top: 0;
	}
}

/* TOP FOOTER */
.topfooter {
	width: 100%;
	background-color: #2065ae;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.topfooter1 {
	margin: 20px;
	width: 20%;
}
.topfooter1 p {
	text-align: justify;
}
.topfooterlogo {
	width: 100px;
	height: auto;
}
.topfooterbusiness {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.topfooterbusiness ul {
	list-style: none;
}
.topfooterbusiness li {
	line-height: 1.5em;
}
.topfooterrs img {
	padding-right: 20px;
}
@media (max-width: 800px) {
	.topfooter {
		flex-flow: column nowrap;
	}
	.topfooter1 {
		width: 90%;
	}
}

/* FOOTER */
footer {
	width: 100%;
	background-color: #2065ae;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
footer p {
	font-size: 0.9em;
	color: #fff;
}
.footercopyright {
	margin-left: 40px;
}
.footerlegal {
	margin-right: 40px;
}
.footerlegal a {
	color: #fff;
}
@media (max-width: 800px) {
	footer {
		flex-flow: column nowrap;
	}
	.footercopyright {
		margin-left: auto;
		margin-right: auto;
	}
	.footerlegal {
		margin: 0px auto 0px auto;
	}
}

/* PAGE GNU */
.gnubody {
	width: 50%;
	margin: auto;
	text-align: justify;
}

.gnuheader {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	background-image: url(img/back.jpg);
	padding: 30px;
}

.gnu {
	text-align: justify;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.gnu2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.gnulogo {
	width: 90%;
	max-width: 250px;
	height: auto;
}
.gnustc {
	margin-right: 10%;
}

@media (max-width: 800px) {
	.gnubody {
		width: 90%;
	}
	.gnu2 {
		flex-flow:  column nowrap;
	}
}
