@charset "utf-8";
body {
	min-width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d6272;
	font-size: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #353b4f;
	margin-bottom: 20px;
}
h1 {
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-size: 36px;
	color: #353b4f;
}
h2 {
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-size: 24px;
	color: #353b4f;
}
.clean-text {
	text-align: justify;
	-moz-text-align-last: center; /* Code for Firefox */
     text-align-last: center;
	line-height: 1.4em;
}
.align-left {
	text-align: left;
}
.center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.sixty {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.bouton-clear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #9a9da7;
	text-decoration: none;
	border: 2px solid #ebebeb;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	-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;
}
.bouton-clear:hover {
	color: #FFF;
	background-color: #5d6272;
}
.margin-60 {
	margin: 60px;
}
.lien-icn {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#logo-header {
	float: left;
	width: 172px;
	margin-left: auto;
	margin-right: auto;
}
#logo-header a {
	background-image: url(../images/logo_jenniferpelchat.svg);
	background-size: 172px;
	height: 80px;
	width: 172px;
	margin-top: 45px;
	margin-right: 40px;
}
#menu-header {
	display: block;
	height: 160px;
	float: right;
	margin-top: 80px;
	text-align: right;
}
#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: inline-block;
	list-style-image: none;
	list-style-type: none;
}
#menu-header ul li {
	display: inline-block;
	margin-right: 20px;
}
#menu-header ul li a {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 13px;
	padding-bottom: 11px;
}
#menu-header ul .social {
	width: 25px;
	margin-right: 10px;
}
#menu-header ul .social.last {
	margin-right: 20px;
}
#menu-header ul .social a {
	height: 20px;
	background-image: url(../images/icn-social.svg);
	background-size: 75px;
	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 a {
	border: 2px solid #ebebeb;
	-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: #FFF;
	background-color: #5d6272;
}
#hero {
	width: 100%;
	display: block;
	background-color: #f3f3f3;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	height: 420px;
	margin-bottom: 120px;
	position: relative;
}
#hero h1, #hero h2 {
	font-size: 14px;
}
#phrase_sign {
	padding-top: 140px;
	padding-left: 40px;
	width: 560px;
}

#phrase_sign p {
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	font-size: 3em;
	color: #353b4f;
	text-decoration: none;
	margin-bottom: inherit;
}
#hero #photo {
	width: 290px;
	height: 390px;
	background-image: url(../images/photo_jennifer.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 45px;
	bottom: 0px;
}
.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: 80px;
}
.page a {
	font-weight: bold;
	color: #353b4f;
}
.page a:hover {
	text-decoration: underline;
}
.page .fifty-right {
	width: 60%;
	float: right;
}
#ham_btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 80px;
	right: 40px;
	display: none;
}
#ham_btn a {
	background-image: url(../images/ham_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#ham_btn a:hover {
	background-position: center bottom;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
