html {
  scroll-behavior: smooth;
}

iframe{
	border-radius: 15px;
}

#bot-embed{

 border-radius:30px; 
 background-color: #ffffff;
 box-shadow: 2px 4px 8px rgba(167, 194, 243, 0.596);

}
#contain-bot{
display: flex; 
justify-content: end;
}
@media (max-width: 640px) {
	#contain-bot{
display: flex; 
justify-content: center;
}
}

#bot-button {

	width: 7em; 
	height:7em; 
	border-radius:0.85em;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}
#bot-button:hover {
	width: 7em; 
	height:7em; 
	border-radius:0.85em;
	box-shadow: 0px 15px 20px rgba(177, 202, 255, 0.7);
	transform: translateY(-7px);
}

#bouton-up{
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}
#bouton-up:hover{
	box-shadow: 0px 15px 20px rgba(255, 117, 172, 0.849);
	transform: translateY(-7px);
}

@media (max-width: 640px) {
	 #bot-button{
		width:6em;
		height:6em;
		border-radius:0.5em;
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	}


}