/*
 Theme Name:   hello-elementor-child
 Description:  Child theme of Hello Elementor
 Author:       bwa
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
.fond-blur{
	backdrop-filter: blur(15px);
}
.fond-qsn{
	backdrop-filter: blur(47px);
}
.overflow{
	overflow:hidden !important;
}
.titre-degrade h1{
	background: var(--Linear, linear-gradient(90deg, #F4EFB7 0%, #ffaf00  100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elementor-button:hover svg, .elementor-button:focus svg {
     fill:unset !important; 
}
.liste-fleche ul{
	list-style-image: url("/wp-content/uploads/2026/02/Arrow-1.svg");
	margin-left:20px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.pseudobouton{
	display: flex;
	padding: 8.563px 17.127px;
	justify-content: center;
	align-items: center;
	gap: 5.564px;
	border-radius: 278.178px;
	background: var(--Color, #232434);
	width:fit-content;
}
.pol-conf table,.pol-conf table tbody,.pol-conf table tr,.pol-conf table td,.pol-conf table th{
	border:1px solid white;
}
.pol-conf table{
	text-align:center;
}
