*{
	margin:0px;
	padding: 0;
	box-sizing: border-box;
}
.navbar-brand img{
	width:140px;
	height:30px;
}
.navbar{
	background-color: #0000E0;
}

.nav-link:hover {
	color : lightgrey!important;	
}
.nav-link {
	color : white!important;
	font-size: 16px;
}


.navbar-nav > li > .dropdown-menu a{
	 color: #1F3A93;
	 font-size: 14px;
	 
}
.navbar-nav > li .active{
		font-weight: bold;
		text-decoration: underline;
		background-color: transparent;
}
.dropdown-item{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
@media(max-width:992px){
	.nav-link
	{
		text-align:center; 
	}
}
body{
	padding-top:80px;
	font-family: Georgia, serif;
	/*font-family: 'Lato', sans-serif;*/
	/*FONT-FAMILY: "Lucida Sans","Trebuchet MS",sans-serif;*/
	background-color:  white;
}
.dropdown-menu {
	font-weight: bold;
	font-size: 12px;
	background-color:rgb(253, 253, 253);
  }
#myBtnRecherche{
	color:white;
	font-family: Georgia, serif;
	border: 1px solid white;
	
}
#myBtnRecherche:hover{
	color :lightgray!important;
	background-color: transparent;
	border: 1px solid lightgray!important;

}
.mainback{
	background-color: white;
	/*font-family: 'Lato', sans-serif;*/
	font-family: Georgia, serif;
}

a{
	text-decoration: none;
}

#mybtn{
    border: 2px solid white;
	background-color: transparent;
}
.mytoggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#mybtn.active.focus, #mybtn.active:focus,
#mybtn.focus, #mybtn:active.focus, 
#mybtn:active:focus, #mybtn:focus {
  outline: solid white 1px;
  box-shadow: none;
}
