@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

hr {
  border-top: 3px double #343a40 !important;
  color: #343a40 !important;
  height: 5px !important;
  width: 50% !important;
  max-width: 100% !important;
  margin-left: 25% !important;
}

h6 {
  font-weight:bold
}

#pictureProfil {
  width: 200px;
  /*border-radius: 50%;*/
}

#pictureProfil>img {
  /*border-radius: 50%;*/
}
.bg-blue {
  background-color: #0069A5;	
}

.w-relief {
	/*border:1px solid navy*/
}

.tag {
font-size: 12px;
    border: 1px solid navy;
    border-radius: 3px;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
}

.tag:hover {
	background-color:#0069A5;
	color:white;
}

.startPage {
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  /*font-family: 'Roboto Mono', monospace;*/
  font-family:Helvetica;
  position: fixed;
  background-color: #0069A5;
  z-index: 6;
}

.card-header {
	background-color:#0069A5;
	color:white;
	border:1px solid #0069A5;
	border-radius:20px;
}

.card-header:first-child {
	
	border-radius:10px;
}

.btnContinue {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #FAFAFA;
  border-top-color: #FAFAFA;
  border-right-color: #FAFAFA;
  border-bottom-color: #FAFAFA;
  border-left-color: #FAFAFA;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #FAFAFA;
  font-weight: bold;
  outline: 0;
}

.btnContinue:hover {
  color: #FAFAFA;
}

.text {
  font-weight: 100;
  font-size: 30px;
  color: #FAFAFA;
}

.fadeOut {
  opacity: 0;
  transition: opacity 2000ms;
}

#footer {
  display: none;
}

.card{
  margin: 2% !important;
  box-shadow: 10px 10px lightgray;
}