/* Images */

#naturo-details {
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  margin-bottom: 20px;
}

#profile-details {
  width: 350px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  margin-top: 20px;
  margin-bottom: 20px;
}

#cabinet-details img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 4px 4px 3px rgb(0 0 0 / 30%);
  margin: 8px;
}

#cabinet-details:last-child {
  margin-bottom: 20px;
}

#cabinet-details {
  margin-top: 20px;
}

/* Titres */

#naturo-text-details h2 {
  margin-top: 30px;
}

.details-text h2 {
  margin: 0px auto 20px auto;
  max-width: 960px;
}

.details-text h2 span {
  position: relative;
  padding: 1em;
}

.details-text h2 span:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #6B1863;
  width: 1200px;
  top: 50%;
  margin-top: -1px;
  right: 100%;
}

.details-text h2 span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #6B1863;
  width: 1200px;
  top: 50%;
  margin-top: -1px;
  left: 100%;
}

/* Textes */

#naturo-text-details  {
  padding-top: 50px;
}

.details-text {
  padding: 60px;
  font-weight: bold;
}

.details-text i {
  color: #7ECE29;
  font-size: 25px;
}

.details-text p {
  margin-top: 30px;
  padding: 10px;
}

.details-text a {
  text-decoration: none;
  font-weight: bold;
  color: #7ECE29;
}
.details-text a:hover {
  color: #6B1863;
  font-weight: bold;
}

/* Petits écrans */

@media screen and (max-width: 1160px)
{
  #naturo-details {
    width: 300px;
    height: 400px;
  }
  #profile-details {
    width: 300px;
    height: 400px;
  }
  #cabinet-details img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 990px)
{
  #naturo-details {
    width: 300px;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  #profile-details {
    width: 300px;
    height: 300px;
  }
  #cabinet-details img {
    width: 230px;
    height: 230px;
  }
  #cabinet-details  {
    align-items: center;
  }
  #naturo-text-details h2 {
    margin-top: 10px;
  }
  #cabinet-text-details h2 {
0px;
  }
  .details-text {
    padding: 20px 20px 40px 20px;
  }
  #cabinet-text-details {
    padding: 20px;
  }
}

@media screen and (max-width: 990px)
{
  #cabinet-details img {
    width: 180px;
    height: 180px;
  }
}

/* Targets pour liens */

#naturo-text-details:target {
  padding-top: 150px;
  margin-top: -90px;
}

#profile-text-details:target {
  padding-top: 150px;
  margin-top: -90px;
}

#cabinet-text-details:target {
  padding-top: 150px;
  margin-top: -90px;
}
