@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: arial;
}
a {
	text-decoration: none;
}
.titre {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 800;
	color: #0072bb;
	text-align: center;
	margin-top: 80px;
}
/* HEADER */
header {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.logo {
	margin: 30px auto 20px 20px;
	width: 50%;
	max-width: 400px;
	height: auto;
}
nav {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: auto 0px auto auto;
	color: #888;
}
nav p {
	margin: 0 20px 0 0;
	color: #999;
}
nav ul {
	list-style: none;
	margin: 0;
}
nav ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin: 20px;
}
nav ul a {
	color: #777;
}
nav ul a:hover {
	transition-duration: 0.2s;
	color: #06C;
}
nav h2 {
	font-size: 1.4em;
}
@media(max-width: 800px) {
	header {
		justify-content: column nowrap;
	}
}
/* INTRO */
.intro {
	width: 100%;
	height: 400px;
	display: flex;
	flex-flow;
	justify-content: flex-start;
	align-items: center;
	background-image: url(img/introback1.jpg);
	background-size: cover;
}
.intro1 {
	margin: 40px;;
}
.intro1 h1 {
	font-weight: 800;
	color: #0072bb;
	text-transform: uppercase;
}
.intro1 h4 {
	margin-top: -1.4em;
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
}
/* SERVICES */
.services {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	color: #333;
}
.services figure {
	text-align: center;
	width: 175px;
	margin: 10px;
	padding: 0px;
}
.services figure figcaption ul {
	text-align: left;
}
.services li {
	margin-top: 8px;
	font-style: italic;
}
/* MISSION */
.mission {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: center;
	color: #333;
}
.mission main {
	width: 600px;
	min-width: 200px;
	margin-bottom: 50px;
}
.mission img {
	width: 50%;
	max-width: 800px;
	height: auto;
	margin-top: auto;
	margin-bottom: 0px;
}
.mission p {
	text-align: justify;
}
.maintxt {
	margin: 30px;
}
/* IMAGE BOTTOM */
.imgbottom {
		width: 100%;
		height: 250px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		background-image: url(img/comptable3.jpg);
		background-size: cover;
		background-position: center;
		color: #fff;
}
.imgbottom h1 {
	text-shadow: 3px 3px 5px #333;
}
.gr {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-image: url(img/back02.jpg);
	background-size: cover;
}
.gr1 {
	width: 50%;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: justify;
}
/* TOP FOOTER */
.topfooter {
	width: 100%;
	background-color: #525966;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.topfooter1 {
	margin: 20px;
}
.topfooter1 p {
	text-align: justify;
}
.topfooterlogo {
	width: 100px;
	height: auto;
}
.topfooterbusiness {
	display: flex;
	margin-top: -1em;
	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;
}
.gmlogo{
	width: 80px;
	height: auto;
}
/* FOOTER */
footer {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	font-size: 12px;
	color: #fff;
	background-color: #333;
}
footer a {
	color: #fff;
	font-weight: 700;
}
.footerrs {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.footerrs img {
	margin-left: 10px;
	height: 25px;
	width: auto;
}
@media (max-width: 1024px) {
	.topfooter {
		flex-flow: column nowrap;
	}
	.topfooter1 {
		width: 90%;
	}
	footer {
		flex-flow: column nowrap;
	}
}
@media (max-width: 800px) {
	header {
		flex-flow: column nowrap;
	}
	.logo {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	nav {
		margin-left: auto;
		margin-right: auto;
		margin-top: -20px;
	}
	nav h2 {
		font-size: 1em;
	}
	.services {
		flex-flow: column nowrap;
	}
	.services figure {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	.mission img {
		display: none;
	}
	.maintxt {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.gr1 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.imgbottom h1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* PAGE GNU */
.gnubody {
	width: 50%;
	margin: auto;
	text-align: justify;
}
.gnu a {
	color: #0072dd;
}
.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: 400px;
	height: auto;
}
.gnustc {
	margin-right: 10%;
}
@media (max-width: 800px) {
	.gnubody {
		width: 90%;
	}
	.gnu2 {
		flex-flow:  column nowrap;
	}
}