@charset "utf-8";
/* CSS Document */

/* BUREAU */
@media screen and (min-width:701px){

.menu_v {
	height: auto;
	bottom: auto;
	width: 180px;
	margin-left: 0px;
	position: absolute;
	margin-bottom: 0px
}

a.h4 {
	text-align: left
}

.styl_element {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-indent: 0px;
	text-align: left
}


#menu-accordeon {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	width: 180px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 20px
}

#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center
}

#menu-accordeon li li {
	max-height: 0;
	overflow: hidden;
	transition: all .8s
}

#menu-accordeon a {
	display: block;
	padding: 8px 0
}

.line_menu_v {
	border-top: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right: 10px
	}

.section_menu {
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: 600
}


.section_menu_unique {
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: 600
}

.section_menu_unique:hover {
	text-align: left;
	text-indent: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-decoration: none
}

.icone_menu_v{
}

.menu_v_choix {
	font-size: 14px;
	text-align: left;
	text-indent: 30px;
	color: #666666;
	text-decoration: none		
}

.menu_v_choix:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: 500	
}

#menu-accordeon li:hover li a {
	font-size: 14px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 30px

}
 
#menu-accordeon ul li:last-child {
	border-radius: 0 0 25px 25px
    border:none;
}

#menu-accordeon li:hover li {
  max-height: 15em
}
a.h4 {
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
	font-style: normal
}

a.menu_element {
	text-align: left;
	font-size: 14px;
	text-indent: 0px;
	text-decoration: none
}

a.menu_element:hover {
	border-bottom: 1px solid #999999;
}

a.menu_element:active {
	border-bottom: 1px solid #999999;
}

.aside {
	border: 1px solid #676767;
	background-color: #FFFFFF;
	height: auto;
	border-radius: 20px
}


}


@media screen and (max-width:701px) {

.menu_v {
	display: none
}

.aside {
	display: none
}

.titre_aside {
	display: none
}
.diaporama_aside {
	display: none
}
.masque_diaporama_aside {
	display: none
}

a.bouton {
	display: none
}

.menu_v {
	display: none
}

a.h4 {
	display: none
}

.styl_element {
	display: none
}

a.menu_element {
	display: none
}

#menu-accordeon {display: none}
		
.icone_menu_v{display: none}

}

	
