/* style_vignette.css */

/* === Carte === */
.porteur-card {
  position: relative;
  background-color: #dfe5cbe8;; /* meme couleur que la surbrillance regions */

  border-radius: 8px;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  overflow: hidden;
  margin: auto;
  padding: 10px;
  z-index: 1;
}


.porteur-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  
}

.porteur-informations {
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color: #222;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.porteur-left    {
    color: #222;
    margin-top: 10px;
}

.porteur-right {
    color: #222;
    margin-top: 10px;
}