
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
	width: 1.33333333em;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	line-height: 1em;
	background-image: url(../../../images/fr.svg);
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(../../../images/fr.svg);
}

.flag-icon-25, .flag-icon-26, .flag-icon-27, .flag-icon-28, .flag-icon-29, .flag-icon-30, .flag-icon-31, .flag-icon-32, .flag-icon-33 {
	background-image: url(../../../images/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
	background-image: url(../../../images/gb.svg);
}

