main.container {
  background: rgba(255, 255, 255);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
}

/* .wy-nav-content {
    background-image: url("../images/fond_carte.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

.wy-nav-content-wrap {
    background: rgba(255,255,255,0.9);
}

