body {
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: black;
    color: white;
}

.NavBar {
    width: 100%;
    height: 3rem;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: silver;
    color: #666;
}

.Main {
    margin-top: 40px;
    background-color: red;
}

.Picture {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.Photo {
    width: 150px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0px 10px 5px 0 rgba(1.0, 1.0, 1.0, 0.2);
}

.Info {
    margin: 5px 10px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 3px solid white;
}

.EtatCivil {
    font-size: 2rem;
    font-weight: bold;
}

.Indent30 {
    position: relative;
    left: 30px;
}

.button {
    background-color: #fff;
    border: none;
    color: rgb(255, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }

.Phone {
    text-decoration: none;
}