tml, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
}
#A, #B {
	position: absolute;
}
#A {
	top: 0px;
	width: 220px;
	bottom: 0px;
	background-color: #66615B;
}
.menu{
	text-align:left;
	font-size:16px;
	color:#d8d6d2;
	font-weight:bold;
	padding:5px;
	line-height:50px;
	list-style:none;
	font-family: 'Saira Condensed', sans-serif;
	text-transform:uppercase;
}
.menu a:hover{text-decoration:none;}
#A li:hover{
	cursor:pointer;
	color:white;
	text-decoration:none;
}
#B {
	top: 0px;
	left: 220px;
	right: 0;
	bottom: 0px;
	background-color: #F4F3EF;
}

 #wrapper {
 display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-column-gap: 30px;
   grid-row-gap: 30px;
  max-width: 100%;
  margin:0 auto; 

 
   font-size:14px;
 }
 #wrapper-titre {
  background:white;
  }
 .box{padding:16px;line-height:20px;background:white;border-radius:10px;min-height:80px;
	 box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.16);
	 -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.16);
	 -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.16);
 }
#opena:hover{color:orange;}
#closea:hover{color:orange}
h3{ margin-left:10px;color:grey;padding-top:10px;font-size:12px;font-family: 'Montserrat', sans-serif;}
.titre{text-align:center;color:white;font-family: 'Montserrat', sans-serif;font-size:28px;line-height:62px;border-bottom:1px solid #B3B0AD;}

.bureau{display:none;}
.sous-menu{font-size:14px;border:none;list-style:none;
	line-height:40px;
	color:#d8d6d2;
	font-family: 'Saira Condensed', sans-serif;
	text-transform:uppercase;
}

#footer{
	height:40px;
	bottom:0;
	width:100%;
	position:fixed;
}
.active{color: #51CBCE}
.whiteround{background:white;padding:10px;border-radius:10px;}
.boxes{background:#F5F5F5;padding:3px;border-radius:4px;}
.boxees{background:#F5F5F5;padding:3px;border-radius:4px;margin-bottom:10px;}
.boxees:hover{background:#bbe559;cursor:pointer;color:white;}
#wrapper-page {
 display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-column-gap: 10px;
   grid-row-gap: 10px;
  max-width: 100%;
  margin:0 auto; 

 
   font-size:14px;
 }
