@charset "UTF-8";
.bDeplie {
	margin:25px 0px;
}
.aDeplie {
	display: flex !important;
	align-items: center;
	font-size: 1.3em !important;
	font-weight: 700;
}
.aDeplie span {
	display:block;
}
.aDeplie .texte {
	padding:4px 0px;
	color:#000;
}
.aDeplie .icFleche {
	background:#FFF url("../../images/icons/deplie1.png") no-repeat center;
	background-size: 100%;
	flex-shrink: 0;
	margin-right: 10px;
	height: 50px;
	width:50px;
}
.bDeplie.actif .aDeplie .icFleche {
	background-image:url("../../images/icons/deplie.png");
}
.bDeplie.actif .aDeplie:hover .icFleche {
	/*background-image:url("../images/icons/deplie1.png");*/
}
.bDeplie:not(.actif) .aDeplie:hover .icFleche {
	background-image:url("../../images/icons/deplie2.png");
}
.paraTextDeplie .mediaBox {
	margin-top: 25px;
}
@media all and (max-width:989px) {
	
	/* fin 989 */
}
@media all and (max-width:767px) {
	
	/* fin 767 */
}
@media all and (max-width:639px) {
	.aDeplie .icFleche {
        background-size:auto 95%;
    height: 30px;
    width: 30px;
}
	/* fin 639 */
}
/* fin css */