/*General*/
body {
	margin-top: 65px;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 15px;
	font-weight: blod;
}

/*Panel*/
.panel-heading {
	font-size: 25px;
}

.panel {
	text-align: justify;
}


#apropos_paragraphe_gras {
	font-weight: bold;
	color: black;
}

/*FOND*/
#aproposwrap {
	padding-top: 50px;
	padding-bottom: 30px;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	background: url(../../resources/default/1_0/images/fond-vague.jpg) fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*Mobile*/
@media screen and (max-width:900px) {
	body {
		margin-top: 0px !important;
	}
}