.confidentialite {
  padding: calc(60px + var(--navbar-height, 0px)) 30px 60px 30px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  text-align: left;
}

.confidentialite .retour {
  align-self: flex-start;
  font-size: 20px;
  font-weight: 500;
  color: #636368;
}

.confidentialite .retour img {
  margin-right: 31px;
  width: 14px;
  height: auto;
}
