@charset "utf-8";

body {
	font-family: 'Times New Roman',Times, 'serif','Klee';
	font-weight: normal;
    background-color: #FFF;
    max-width: 100%;
    margin: 0 auto;
}
img {
    max-width: 100%;
	height: auto;
}
#wrapper {
    margin: 0 auto;
	max-width: 1300px;
    width: 100%;
}
.image{
	margin: 0 auto;
	max-width: 1024px;
	margin-bottom: 2%;
}
#office {
 max-width: 900px;
	margin: 0 auto;
	margin-bottom: 2%;
}
#service {
	max-width: 900px;
	margin: 0 auto;
	border: 5px solid #B79C2A;
	border-radius: 10px;
	margin-bottom: 2%;
    padding: 1%;
    width: 95%;
    height: auto;
}
#nouveau {
	max-width: 900px;
	margin: 0 auto;
	padding: 3%;
    height: auto;
}
#profile {
    max-width: 900px;
	margin: 0 auto;
    padding: 1%;
    width: 95%;
    height: auto;
}
.drawerBt {
	display:none;
}

.dNavWrapper {
	margin:10px auto;
	width: 100%;
}
nav img {
    margin: 0 auto;
	margin-top: 8%;
}
nav ul {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    opacity: 0.8;
    z-index: 2;
}

nav ul li {
    margin: 1%;
    float: left;
    width: 18%;
    text-align: center;
}
nav ul li a {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

nav ul li:first-child {
    border: none;
}
h1 {
    font-size: 1.4rem;
    font-weight: bold;
	text-align: center;
	padding-left: 10%;
}
h2 {
    font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding-left: 10%;
}
h3 {
    font-size: 1rem;
	padding-left: 10%;
	line-height: normal;
}
h4 {
    font-size: 1.4rem;
	color: red;
	font-weight: bold;
	text-align: center;
	padding-left: 10%;
}
	p{
	font-size: 1rem;
	padding-left: 10%;
	line-height: normal;
}

footer {
    text-align: center;
	margin-bottom: 1%;
}
.pagetop {
    position: fixed;
    bottom: 30px;
    right: 40px;
}

@media screen and (max-width:780px){
	#wrapper
	width: 90%;
}
#office,#service,#contact {
	width: 90%;
}
h1,h3{
		width: 80%;
	}
h2,p {
		width: 80%;
}
@media screen and (max-width:650px){
#wrapper{
	padding-top: 24px;
	width: 96%;
}
.drawerBg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(120, 120, 120, 0.4);
	display: none;
	top: 0;
	left: 0;
	}
.drawerBt {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 3px;
	right: 32px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
.drawerBt.active .drawerBar {
	width: 49px;
}
.drawerBt.active .drawerBar1 {
	transform: rotate(30deg);
}
.drawerBt.active .drawerBar2 {
	opacity: 0;
}
.drawerBt.active .drawerBar3 {
	transform: rotate(-30deg);
}
.drawerBt.active .drawerMenuText {
	display: none;
}
.drawerBt.active .drawerClose {
	display: block;
}
.drawerBar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.drawerText {
	text-align: center;
	font-size: 10px;
}
.drawerClose {
	letter-spacing: 0.08em;
	display: none;
}
.drawerMenuText {
	display: block;
}
.dNavWrapper {
	width: 200px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #596659;
}
.dNavWrapper.open {
	transform: translate(0);
}
.left .drawerBt {
	right: auto;
	left: 32px;
}
.left .dNavWrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}
.left .dNavWrapper.open {
	transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.dNav {
	padding: 80px 0 50px;
	flex-direction:column;
}
.dNav li {
	flex-direction: column;
	width: 100%;
	font-size: 1em;
	margin-bottom: 10%;
	border-bottom: 1px solid #B79C2A;
	border-left: none;
}
/*+++ Default Button Color +++*/
.drawerBt {
	color: #596659;
	background-color: #B79C2A;
}
.drawerBt .drawerBar {
	background-color: #596659;
}	
.pagetop {
    display: none;
}	
@media screen and (max-width:400px){
.drawerBt {
	top: 3px;
	right: 10px;
}}
