@media all and (min-width: 62.5em) {

body {
	background-repeat: repeat;
	background-position: center top;
	background-image: url("../images/background.jpg");
	background-color: #DEDDDF;
}
	
#content {
  width: 100%;
  padding: 20px; }

#content30 {
  width: 80%;
  float: left;
  padding: 20px; }

#content20 {
  width: 60%;
  float: left;
  padding: 0 20px 0;
}

#left-sidebar {
  width: 20%;
  float: left;
  padding: 20px; }

#right-sidebar {
  width: 20%;
  float: right;
  padding: 20px; } 


/*
	Blocks principaux
*/
#header2 {
	display: inherit;
}
nav {
	background-color: #fff;
	border-radius: 15px 15px;
	margin: 15px 0;
}
#left-sidebar {
	background-color: #fff;
	border-radius: 15px;
}
#right-sidebar {
	display: block;
	background-color: #fff;
	border-radius: 15px;
}
/*#right-sidebar div {
	display: block;
}*/
#content20 > section,
#content20 > article,
#content20 > #osmap {
	background-color: #fff;
	border-radius: 15px;
	padding: 0 15px 15px;
}

/* 
	Menus de navigation 
*/

#main_menu {
	display: inherit;
}
#main_menu {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0;
}
#main_menu > li {
	background-color: #31000A;
	padding: 5px 10px;
	border-radius: 12px;
	min-height: 24px;
}
#main_menu > li:hover {
	background-color: #9E8C00;
}
#main_menu > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}

#second_menu {
	display: inherit;
}
#second_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 0;
}
#second_menu > li {
	background-color: #9E8C00;
	padding: 5px 10px;
	border-radius: 12px;
	min-height: 24px;
}
#second_menu > li:hover {
	background-color: #624D00;
}
#second_menu > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}
#second_menu > li.item-151 {
	background-color: #535355;
}
#second_menu > li.item-151:hover {
	background-color: #9F9FA1;
}

#sur_menu_mobile {
	display: none;
}
#main_menu_mobile {
	display: none;
}
#accesclient_menu {}
#footer_menu {}

/*
	Styles speciaux
*/
#header1 a {
	font-size: 1.8rem;
}
#header1 a .petit {
	font-size: 1.1rem;
}
header #logo_axa {
    width: 5em;
}

}
