/*-- import fonts --*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro');

/*-- layout --*/

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
}

img {
	border: none;
	border-radius: 4px;
}

nav, header, article, footer {
	width: 100%;
	float: left;
	margin: 0;
	padding: 160px 0;
}

#small-nav, #small-nav-list {
	display: none;
}

.light {
	background: #8a7967;
}

.dark {
	background: #745e47;
}

section {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.full, .half {
	width: 90%;
	float: left;
	margin: 0 5%;
}

.half {
	width: 40%;
}

/*-- navigation --*/

nav {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #61b3de;
	padding: 0;
	z-index: 1000;
}

nav ul {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

nav ul li {
	width: 20%;
	float: left;
	list-style: none;
	font-size: 1.0em;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	padding: 0;
}

nav ul li a {
	width: 100%;
	float: left;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 28px 0;
	font-weight: 600;
}

nav ul li a:hover {
	color: #bee6fb;
}

#logo a {
	padding: 19px 0 0 0;
}

#logo a img {
	width: 122px;
}

nav ul li ul, nav ul li ul li, nav ul li ul li a {
	width: 100%;
	float: left;
	font-size: 0.9em;
	text-align: left;
	margin: 0;
	padding: 0;
}

nav ul li ul {
	margin-bottom: 20px;
}

nav ul li ul li {
	margin-left: 10px;
}

.height {
	height: auto;
}

/*-- header --*/

header {
	background: url(../images/church.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0 0 20% 0;
}

header h1, header p {
	width: 100%;
	float: left;
	font-family: "gilda display";
	color: #ffffff;
	font-size: 2.7em;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 163px 0 0 0;
}

header p {
	font-size: 4em;
	font-style: italic;
	line-height: 70px;
	margin: 100px 0 0 0;
}

header p span {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.5em;
}

/*-- content --*/
.text-center {
	text-align: center;
}

.text-bring-out {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

h2, h3, h4, p, ul li, ol li {
	width: 100%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	color: #ffffff;
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 40px;
}

p, ul li, ol li {
	font-size: 1em;
}

.half a img {
	float: left;
	margin-bottom: 40px;
}

p span {
	font-weight: bold;
}

.services p {
	margin-bottom: 15px;
}

ul li {
	list-style: none;
}

#standards li:before {
    content: "- "; /* caractère UTF-8 */
}

.solas li {
	margin-bottom: 15px;
}

ul li {
	margin-bottom: 5px;
}

ol {
	width: 80%;
	margin: 0 10%;
}

ol li {
	margin-bottom: 15px;
	clear: both;
}

ol li ol {
	width: auto;
	float: left;
	list-style-type: lower-alpha;
	margin-left: 20px;
	clear: both;
}

article a {
	color: #bee6fb;
	text-decoration: none;
	float: none;
}

article a:hover {
	color: #ffffff;
	text-decoration: underline;
}

iframe {
	margin-bottom: 20px;
}

/*-- contact form --*/

form, form input, form textarea {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

form input, form textarea, #send, #clear {
	width: 92%;
	border: 1px solid #000000;
	padding: 3%;
	margin-bottom: 10px;
	font-family: "alef bold";
	font-size: 1em;
	color: #000000;
}

#message2 {
	display: none;
}

#send, #clear {
	width: 30%;
	border: none;
	float: right;
	color: #ffffff;
	background: #61b3de;
	margin-right: 2%;
}

/*-- google map --*/

#map-canvas {
	width: 100%;
	height: 400px;
	padding: 0;
}

/*-- footer --*/

footer {
	height: 80px;
	background: #61b3de;
	padding: 0;
}

footer p {
	width: 100%;
	text-align: center;
	line-height: 0;
	font-size: 1em;
	margin-top: 41px;
}

.progress-indicator {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.5;    /* Mozilla extension */
   -khtml-opacity:0.5;  /* Safari/Conqueror extension */
   opacity:0.5; /* CSS3 */
   z-index:1000;
   background-color:white;
   display:none;
}

.progress-indicator img {
   margin-top:75px;
}

.progress-indicator p {
	color: #000000;
}

@media only screen and (min-width: 750px) and (max-width: 842px) {
	nav ul li {
		font-size: 90%;
	}

	nav ul li a {
		padding: 30px 0;
	}

	#logo img{
		width: 30%;
	}

	#logo a{
		padding-top: 28px;
	}

	/*-- header --*/

	header {
		background: url(../images/church-80.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-width: 693px) and (max-width: 749px) {
	nav ul li {
		font-size: 80%;
	}

	nav ul li a {
		padding: 30px 0;
	}

	#logo img{
		width: 30%;
	}

	#logo a{
		padding-top: 35px;
	}

	/*-- header --*/

	header {
		background: url(../images/church-70.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-width: 601px) and (max-width: 692px) {
	nav ul li {
		font-size: 70%;
	}

	#logo img{
		width: 30%;
	}

	#logo a{
		padding-top: 38px;
	}

	/*-- header --*/

	header {
		background: url(../images/church-60.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (max-width: 600px) {
	/*-- layout --*/

	header, article {
		padding: 100px 0;
	}

	.half {
		width: 90%;
		float: left;
		margin: 0 5%;
	}

	.text-center {
		text-align: left;
	}

	/*-- content --*/

	iframe {
		float: left;
		height: 320px !important;
	}

	/*-- navigation --*/

	#large-nav {
		display: none;
	}

	#small-nav {
		height: 42px;
		display: block;
		z-index: 1000;
	}

	#small-nav ul, #small-nav ul li, #small-nav ul li a {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}

	#small-nav ul {
		height: auto;
		position: absolute;
		background: #61b3de;
		top: 42px;
		left: 0;
		z-index: -1000;
	}

	#small-nav ul li ul {
		position: relative;
		top: 0;
		z-index: 0;
	}

	#small-nav ul li {
		width: auto;
		text-align: left;
		margin-left: 80px;
		clear: both;
	}

	#small-nav ul li a {
		margin-bottom: 20px;
	}

	#small-nav ul li ul li {
		margin-left: 20px;
	}

	#logo img {
		width: 62px;
		height: auto;
		padding: 0;
		margin: 9px;
	}

	#menu {
		width: 25px;
		height: auto;
		padding: 0;
		margin: 7px 13px 0 0;
		border: none;
		background: none;
		float: right;
	}

	#menu img {
		width: 25px;
		height: auto;
	}

	/*-- header --*/

	header {
		background: url(../images/church-50.png) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font-size: 50%;
	}

	header h1 {
		margin-top: 0;
	}

	header p {
		line-height: 35px;
		margin-top: 50px;
	}

	/*-- contact --*/

	#contact {
		padding-top: 100px;
	}

	/*-- google map --*/

	#map-canvas {
		z-index: 0;
	}

	/*-- footer --*/

	footer p {
		font-size: 80%;
	}
}
