body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    color: #333;
}

#map {
      height: 300px;
      max-width: 600px;
      margin: 20px auto;
      border-radius: 12px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }


header {
  position: relative;
  background: url("Ville-Close.png") no-repeat center/cover; 
  min-height: 210px; 
  padding: 80px 30px; 
  text-align: center;
  color: white; 
}


header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}


header h1,
header h2 {
  position: relative;
  color: white;  
  z-index: 2;
  margin: 0;
  font-weight: 500;  
}

header h2 {
  margin-top: 10px;   
  font-size: 0.85em;  
}

nav {
    background: #e0e0e0;
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #004080;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.portrait-right {
    float: right;                
    width: 190px;                
    max-width: 40%;              
    height: auto;               
    margin: 5px 10px 20px 15px; /
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}


.mail {
  display: block;       
  margin-left: 60px;    
  font-style: italic;   
}

.office {
  display: block;      
  margin-left: 60px;    
  font-style: italic;   
}

h1, h2 {
    color: #004080;
}
