.modal-busy{
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.center-busy{
	z-index: 1000;
	margin: 300px auto;
	padding: 0px;
	width: 130px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.center-busy img{
	height: 80px;
	width: 80px;
}

.download-video iframe {
	width: 100%;
	height: 370px;
}

/* Ajustements des cartes Why Choose pour textes plus longs */
.choose-area .row {
	display: flex;
	flex-wrap: wrap;
}

.choose-area .col-lg-4 {
	display: flex;
}

.choose-item {
	min-height: 450px !important;
	height: 320px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 25px !important;
	overflow: hidden !important;
}

.choose-item.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.choose-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.choose-text h4 {
	font-size: 22px !important;
	margin-bottom: 20px !important;
	line-height: 1.3;
}

.choose-text p {
	font-size: 15px !important;
	line-height: 1.7 !important;
	color: #e8ecff !important;
	margin: 0;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

.choose-icon {
	margin-top: 50px !important;
	margin-bottom: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding-top: 15px;
}

.choose-icon i {
	font-size: 65px !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	top: 15px;
}

/* Correction spécifique pour l'icône bi-link-45deg */
.choose-icon i.bi-link-45deg {
	transform: none !important;
	position: relative;
	top: 15px !important;
}