/*
	Theme Name:   Squ4d - theme
	Theme URI:    https://squ4d.ca
	Description:  agence créative
	Author:       Agence Squ4d
	Author URI:   https://squ4d.ca
	Template:     hello-elementor
	Version:      1.0.0
	Text Domain:  squ4d
*/

.hover-cta{
	display:none;
	width:180px;
	height:180px;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:100%;
	right:100%;
	background-color:green;
	z-index:999999;
}
 .hover-cta.active{
	display:block;
}

.realisation-thumbnail{
	background-repeat:no-repeat;
	background-size:cover;
}