/*Panel*/
.panel {
	margin-top: 50px;
}

.panel-body {
	text-align: justify;
}

.panel-heading {
	font-size: 20px;
}

/*corps de texte*/
#paragraphe1 {
	font-weight: bold;
}

/*FOND*/
#mentionwrap {
	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;
	}
}