@charset "utf-8";
/* CSS Document */
@media (max-width: 959px) {
.container {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#hero {
	background-position: center center;
}
#phrase_sign {
	width: 60vw;
	padding-top: 10vw;
	padding-left: 2vw;
}
#phrase_sign p {
	font-size: 5vw;
}
#hero #photo {
	right: 2vw;
}
} 
@media (max-width: 859px) {
#menu-header {
	margin-top: 50px;
}
#menu-header ul {
	display: block;
	margin-bottom: 30px;
}
}
@media (min-width: 600px) {
	#menu-header {
		display: block !important;
	}
}
@media (max-width: 599px) {
#ham_btn {
		display: block;
	}
#menu-header {
	display: none;
	height: inherit;
	float: inherit;
	clear: both;
	margin-top: inherit;
	text-align: inherit;
}
#menu-header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #9a9da7;
	text-decoration: none;
}
#menu-header a:hover {
	color: #5d6272;
}
#menu-header ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
#menu-header ul li {
	display: block;
	margin-right: inherit;
	height: 30px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a9da7;
	text-align: center;
}
#menu-header ul li:hover, #menu-header ul li:active {
	background-color: #ebebeb;
}
#menu-header ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: inherit;
}
#menu-header ul .social {
	width: 40px;
	margin-right: 20px;
	border: none;
	display: inline-block;
}
#menu-header ul .social:hover {
	background-color: inherit;
}
#menu-header ul .social.last {
	margin-right: 20px;
}
#menu-header ul .social a {
	height: 17px;
	background-image: url(../images/icn-social.svg);
	background-size: 120px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: inherit;
}
#menu-header ul .social .fb {
	background-position: left top;
}
#menu-header ul .social .fb:hover {
	background-position: left bottom;
}
#menu-header ul .social .twttr {
	background-position: center top;
}
#menu-header ul .social .twttr:hover {
	background-position: center bottom;
}
#menu-header ul .social .in {
	background-position: right top;
}
#menu-header ul .social .in:hover {
	background-position: right bottom;
}
#menu-header ul .bouton {
	background-color: #353b4f;
	margin-top: 15px;
}
#menun-header ul .bouton:hover {
	background-color: #5d6272;
}
#menu-header ul .bouton a {
	border: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
#menu-header ul .bouton a:hover {
	color: inherit;
	background-color: inherit;
}
#hero {
	height: inherit;
	margin-top: 20px;
	background-position: center bottom;
}
#phrase_sign {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	padding-left: inherit;
	padding-bottom: 60px;
}
#phrase_sign p {
	font-size: 6.5vw;
}
#hero #photo {
	position: inherit;
	margin-left: auto;
	margin-right: auto;
}
.page h1 {
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 40px;
}
.page h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.page p {
	text-align: justify;
	padding-left: 0px;
}
.page .fifty-right {
	width: 100%;
	float: none;
}
}