@font-face {
	font-family: "Helvetica";
	src:url(../fonts/HelveticaNeueLTPro-LtEx.otf) format("opentype");
}
body {
  /*background: url('http://placehold.it/1920x1080') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-size: 1rem;
  font-family: Helvetica;
  	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: rgba(12,49,131,1);
	transition: all ease .5s;
}
.bg-dark {
    background-color: #58595b!important;
}
.vcardframe {
	background: rgba(255,255,255.8);
}

.vertical-center {
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.blue {
	color: rgba(12,49,131,1)!important;
}

h1 {
	font-weight: bold; 
	margin-bottom: 0;
}
h2 {
	font-weight: normal;
	margin-top:0;
	font-size: 1.5rem;
}
h3 {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
h4 {
	font-size: 1.4rem;
	line-height: 1.4rem;
}
.adresse {
	margin: 1.7rem 0;
}