html, body
{
	margin: 0;
    padding: 0;
    height: 100%;
  scroll-behavior: smooth;
}


main
{
	padding:100px 0px 0px 0px;
}

.Soins-Rituels-text
{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.titre-section {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #5b3556;
  margin: 2rem 0 1rem;
  position: relative;
  padding-top:1.5rem;
  padding-bottom: 0.5rem;
  /*border-bottom: 2px solid #e8c8d8;*/ /* couleur douce type rose poudré */
  transition: all 0.3s ease;
}

.titre-section:hover {
  color: #8b5e83;
  border-color: #d89cb6;
}

.titre-section:hover .logo-petit {
  transform: rotate(-5deg) scale(1.1);
}


.bg-Soins-Rituels
{
	background-color: white !important;
}

.Soins-Rituels-Img
{
  max-height: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
}

/* Bulle soins et rituels */
.bubble-soins-rituels-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

  .bubble-soins-rituels-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .bubble-soins-rituels-img:hover {
    transform: scale(1.1);
  }




