@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;
}

#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: 1% !important;
  box-shadow: 10px 10px lightgray;
}

.imganim {
	width:100%;
	height:auto;
}

.bigNumber {
	font-weight:bold;
	font-size:38px;
	display: block;
}
#anim2bis {
	position: absolute;
	width: 100%;
	bottom: 170px;
	left: 45px;
  border:1px solid #2a0642;
  border-radius: 5px;
}

.tarif {
	background:#0069A5;
	color:white;
	border:1px solid #0069A5;
	font-weight:bold;
	
  }

  .colTitle{
	background:#0069A5;
	color:white;
	border:1px solid #0069A5;
	font-weight:bold;
	text-transform: uppercase;
  }

  .colHeader {
	padding-left:10px;
	background:#0069A5;
	color:white;
	border:1px solid #0069A5;
	text-align:left;
	width:30%;
	
  }

  .colValue {
    color:#0069A5;
    padding-left:10px;
    /*background:white;*/
    border:1px solid #0069A5;
    font-weight:bold;
    text-align:left;
  }
  
  
.fonction{
  background:#0069A5;
  color:white;
  border:1px solid #0069A5;
}

.tablePresentation {
  box-shadow: 10px 10px lightgray;
}

.tablePresentation tr td {
	border:1px solid #0069A5;
	font-weight:normal;

 }

.helpLogo {
  width:16px;
  height:16px;
  float:right;
  margin-top:7px;
  margin-right:10px;
  cursor:pointer;
  border-radius:50%;
}
    
.info {
  font-size:16px;
  padding:10px;	
}
  
.contact {
  padding-top:30px;
  width:70%;
  left:0%;
  position: relative;
}
  
  .contact td {
    font-weight: bold;
    text-align:center;
    width:50%;
    }
    
  .contact td input {
    width:80%;
    height:35px;
    padding-left:15px;
    border-radius:5px;
    }
  
    .contact td textarea {
    width:80%;
    padding-left:15px;
    border-radius:5px;
    
    height:150px;
    resize:none;
  }
  
    th {
      background:#0069A5;
      color:white;
      border:1px solid #0069A5
      
      }

      .vcardMessage {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        border-radius: 5px;
        padding:5px;
        margin: 10px;
        color:navy;
        background: white;
        display:none;
        position:absolute;
        max-width:20%;
        border:1px solid navy	
      }
      
      .vcardImage {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        border-radius: 5px;
        padding:5px;
        margin: 10px;
        color:navy;
        background: white;
        display:none;
        position:absolute;
        border:1px solid navy	
      }
      
      
      .mention {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        border-radius: 5px;
        padding:20px;
        margin: 10px;
        color:navy;
        background: white;
        width:50%;
        border:1px solid navy;
        left:25%;
        position:fixed;
        top:10%;
        z-index: 10;
        display:block;
        
      }
      .message{
        background-color:white;
        border:1px solid navy;
        border-radius: 15px;
        position:fixed;
        bottom:10px;
        left:10%;
        right:10%;
        margin:auto;
        z-index: 10;
        box-shadow : 10px 10px 5px black;
        animation: messageDisplayed 2s;
        animation-fill-mode: forwards;
        opacity:0%;
        display:none;
        font-size:16px;
        text-align: center;
        padding:10px;
      }
      
      .messageContent {
      
        color:navy;
      }
      
      .messageContentError {
      
        color: red;
      }
      
      @keyframes messageDisplayed {
        100% {transform : translate(0px, -200px) ;opacity: 100%}
      }

      a:any-link{
        color:white;
      }