.info_bulle_container {
	position: fixed;
	width: 85px;
	height: 85px;
	bottom: 60px;
	right: 60px;
	background-color: white;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	text-align: center;
	z-index: 1000000000000;
	box-shadow: 0px 0px 15px 0px #464f534a;
	background-image: url('/wp-content/uploads/2023/02/point-interrogation.svg');
	background-size: 42%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.info_bulle_container span {
	color: var(--color_dark_grey);
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 600;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	font-family: Barlow;
}

@media screen and (max-width: 1600px) {

	.info_bulle_container {
		bottom: 25px;
		right: 25px;
	}

}

@media screen and (max-width: 991px) {

	.info_bulle_container {
		width: 65px;
		height: 65px;
		bottom: 15px;
		right: 15px;
	}

	.info_bulle_container span {
		font-size: 1em;
	}

}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {}