
div#width_220 {
    width: 220px;
}

#background_color_gris {
    background-color: #CCC;
}


div#with_30_float_left {
    width: 30px;
    float: left;
}

div#float_left {
    float: left;
}

span#que_faire {
    white-space: nowrap;
}

.card-fusacq {
    /*background-image: url("https://content.fusacq.com/fusacq/FUSACQ2020/images/belgique_grand.jpg");*/
    background-image: url("https://content.fusacq.com/static/help-fusacq/fr/images/fonds/belgique_grand.avif"), url("https://content.fusacq.com/static/help-fusacq/fr/images/fonds/belgique_grand.jpg");
    background-repeat: no-repeat;
    border: 0 !important;
    max-width: 100%;
    background-size: 100% auto;
}
.card-fusacq-belgique {
    background-image: url("https://content.fusacq.com/fusacq/FUSACQ2020/images/belgique_grand.jpg");
    background-repeat: no-repeat;
    border: 0 !important;
    max-width: 100%;
    background-size: 100% auto;
}

@media screen and (max-width: 767.98px) {
	.card-fusacq {
		background-image: url("https://content.fusacq.com/static/help-fusacq/fr/images/fonds/belgique_petit.avif"), url("https://content.fusacq.com/static/help-fusacq/fr/images/fonds/belgique_petit.jpg");
	}
}



 a, strong,i, span{
      font-style: normal!important;
}
strong {
    font-weight: normal!important;
}