/* CC pour le bouton vers le chat Whatsapp */

a.scrolltotop_link {

	width: 70px;
	height: 70px;
	z-index: 999;
	position: fixed;
	bottom: 70px;
	right: 20px;
	transition: all 0.4s;

}

a.scrolltotop_link span.et-pb-icon {

	font-size: 70px !important;
	color: #DBCEBB;

}

a.scrolltotop_link.scrolltotop_hide {

	right: -100px;

}

a.scrolltotop_link:hover {
	-webkit-transform : translateY(-5px);
    -ms-transform     : translateY(-5px);
    transform         : translateY(-5px);
}
