* {

	font-family: 'Josefin Sans', sans-serif;

}


#infosnavbar
{
	display: flex;
	flex-direction: column;
}

.navbar-text
{
	padding: 0px;
	margin: 0px;

}

.navbar-brand
{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#navbar
{
	font-size: 1.25em;	
	background-color: #3A6C96;
}


nav
{
	margin-bottom: 500px;
}

#contenubody
{
	width: 100%;
	position: relative;
}

#adresseheader a
{
	color: white;
}

#telheader
{
	color: white;
	font-size: 1.3em;
}

#adresseheader
{
	font-size: 1.3em;	
	color: white !important;
}

#titresiteheader
{
	font-size: 2em;
	color: white !important;
}



/*@media only screen and (max-width: 1000px){

	#navbar
{
	font-size: 1em;	
}
	
}

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

	#navbar
{
	font-size: 1.3em;	
}
	
}*/

@media only screen and (max-width:648px){
	
	#titresiteheader{
		line-height: 27px;
	}
	#adresseheader{
		margin-top: 20px;
		margin-left: 13.5px;
	}
	#telheader{
		margin-left: 17.5px;
	}
}


@media only screen and (max-width: 580px){
	
	#titresiteheader
{
	font-size: 1.3em;
	line-height: normal;
}
	#telheader
{
	color: #777777;
	font-size: 1.05em;
}

#adresseheader
{
	font-size: 1.05em;
	margin-top: 6px;
}
}
	
	