html {
      scroll-behavior: smooth;
}

.contact-img {
  object-fit: auto;
  border-radius: 25px;
	width:100%;
	height: auto;
}

.bg-contact {
	background-color: rgb(253, 227, 250);
}

.contact-form {
	padding: 1.2rem;
}

.contact-label {
	font-size: 1.2rem;
	color: #d6336c;
}

.contact-bottom {
  margin-top: 1rem;
  padding: 1rem;
}

 .contact-map iframe {
	width: 95%;
	height: 95%;
	border: 0;
}

.img-profil {
  width: 100%;
  height: auto;
  border-radius: 50%;       /* rend l’image circulaire */
  object-fit: cover;        /* remplit sans déformer */
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* ombre douce */
}

.img-profil:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
  }
  
.map-responsive iframe{
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
  
.calendly{
	margin-bottom : 1rem;
}


    

    
