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


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

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


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

.Cercles-Img
{
  max-height: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.50);
  filter: brightness(1.05) contrast(0.95) saturate(1.1);
}

.bubble-Cercles-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }

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

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


