@charset "utf-8";
/* CSS Document */
/**
.horizontal-list {
  list-style: none;
}
**/
body{
	background-color:white;
}

#vertical_list{
	list-style:none;
}
#horizontal_list{
	list-style:none;
}
#horizontal_list li{
	display: inline-block;
	
}


html{
	scroll-behavior: smooth;
}

#article_vw{
	display:none;
	
}

#cadre_droite_vw{
	opacity:0;
	position:fixed;
	top:10rem;
	z-index:200;
	right:1rem;
	max-width:20%;
}

.vw_navbar{
	background:#005ead;
	z-index: 100;	
	
	/**opacity: 0;**/ 
	/**transition: opacity 5s;**/
}
/**
#vw_navbar{
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition all .5s;
	-o-transition: all .5s;	
	
}
**/


.navbar_vw_2{
	position:fixed;
	margin-top:1%;
	/**background:#005ead;	**/
}
.search_vw{
	
}

.img_vw{
	max-width:3rem;
}

.nav-link{
	padding:10px;
}
section{
	margin-top:0.50rem;
}
.container_vw_1{
	
}
.text_vw_1{

	
}




