.fond {
    background-color: #e7caa4;
  }

.bordurebas {
  border: 0;
	box-shadow: 0 8px 10px -14px #043A2B ;
}

.link-perso {
  color: #043A2B !important;
}

.link-perso:hover {
  color: #1a5645;
}


.content-container {
  position: relative;
  z-index: 1;
  padding: ;
  margin: 80px;
  background-color: rgba(0, 55, 29, 0.564);
}

.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}


.fade {
  border-width: 0 0 1px;
  color: #02371D;
  border-image: linear-gradient(90deg, rgba(135, 206, 235, 0), #352c2a 50%, rgba(135, 206, 235, 0) 100%) 0 0 100%;
  border-style: solid;
}


.button {
  background-color: #efc48d; 
  border: none;
  color: #02371D;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}


.custom-centered-content {
  margin-left: auto;
  margin-right: auto;
}