/*
Pour changer la couleur de fond des sections, changer "background: #xxxxxx;" par la couleur voulue dans la section correspondante.
Pour changer la couleur du texte, changer "color : #xxxxx" dans la section correspondante.
*/


/*
The fixed navbar will overlay your other content, unless you add padding to the top of the <body>. 
Try out your own values or use our snippet below. 
Tip: By default, the navbar is 50px high.
*/
body { 
	overflow-x: hidden;
	padding-top: 50px; 
	padding-bottom: 50px; 

}


/* NAVIGATION */

#brand {
	font-size : 1.5em; 
}

#navbar {
	font-size: 1.2em;
	font-weight: 600; 
}

/*

Pour changer la couleur du bandeau de navigation, enlever les commentaires " /*"

nav.navbar.navbar-default.navbar-fixed-top {
	background: #xxxxx;
	border-color: #xxxxx;
}

*/ 

/* Apaug COLORS */
.apaug {
 	color: white;
 	font-family: Raleway, sans-serif;
 	font-size: 3em;
 	letter-spacing: 0.2em;
	font-weight: 200;
	text-align: center; 
}
.apaug apblue {
 	color: #0f5c8f;
}
.apaug apgrey {
	color: #676767;
}
.apaug apgreyback {
	color: #c9c9c9;
}

.sectiontitle {
	color: #676767;
 	font-family: Raleway, sans-serif;
 	font-size: 1.5em;
 	letter-spacing: 0.2em;
	font-weight: 200;
	text-align: center;
	font-size: 3em;
}
.sectiontitle lagoblue {
 	color: #0f5c8f;
}

.sectiontext {
	text-align: center;
	color: #0f5c8f;
	font-size: 1.2em;
}

/* SECTION */

section {
	/*min-height: 800px; */
	padding-top: 50px;
}

/* SECTION PRINCIPALE */
#sectionmain {
	/*padding-top: 50px; */
	/*background: url(../images/pexels-photo.jpg); */
	/*min-height: 750px; */
	/*background-position: center; */
	background: #c9c9c9;
}

.intro-message {
	text-align: center;
	color: white;
	width: 100%;
	max-width: 100%;
	font-size: 100%; 
}


/* SECTION SERVICES */
#sectionactivite {
	background: #f1f1f1; 
}

.activite-block {
	width: 100%;
	border: solid 2px rgba(33, 32, 32, 0.08); 
	border-radius : 10px; 
	margin-top : 30px; 
	margin-bottom : 30px; 
	margin-right: 60px; 
}

.icon-activite {
	padding-top : 30px;
	color : #2c3e50; 
}

/* SECTION VALEURS */
#sectionvaleurs {
	background: #eeeeee; 
}

/* SECTION TEAM */
#sectionteam {
	background: #ffffff; 
}

img {
  max-width: 100%;
  height: auto;
}

.team-block {
	width: 100%;
	border: solid 2px rgba(33, 32, 32, 0.08); 
	border-radius : 10px; 
	margin-top : 30px; 
	margin-bottom : 30px; 
	margin-right: 60px; 
}

.team-block lagoblue {
 	color: #0f5c8f;
}
.team-block lagogrey {
	color: #676767;
}

.icon-team {
	padding-top : 30px;
	color : #2c3e50; 
}


/* SECTION CONTACT */
#sectioncontact {
	padding-top : 80px; 
	/*background: #111111;*/
	background: url(../images/low_poly_background1-6-2-3.jpg); 
	background-position: center; 
	height :500px; 
}

.contact-info{
	background: #000000; 
	color : white; 
	height: 50px; 
	font-size: 1.1em;
	padding-top : 10px; 
}

.contact-info lagoblue {
 	color: #0f5c8f;
}

.social-icon a {
	color:white; 
}

.social-icon a:hover {
	color : #2c3e50; 
}

.fa-stack {
	font-size: 0.6em;
}
/*BAS DE PAGE : FOOTER*/

#footer {
	margin-top : 20px; 
	font-size: 1.3em; 
	background: transparent; 
	border-color:transparent; 
}

