

      @font-face {
          font-family : 'grobold';
          font-display: swap;
          src: local('Lucida');
        }

    @font-face {
        font-family : 'roboto';
        font-display: swap;
        src: local('Lucida');
    }

    @font-face {
        font-family : 'tahoma';
        font-display: swap;
        src: local('Lucida');
    }

    @font-face {
        font-family : 'century gothic';
        font-display: swap;
        src: local('Lucida');
    }

    @font-face {
        font-family : 'calibri';
        font-display: swap;
        src: local('Lucida');
        }

        @font-face {
            font-family : 'battle_pixel';
            font-display: swap;
            src: local('Lucida');
        }

    @font-face {
	font-family : 'DceIcons';
	src         : url('font/dceicons/dceicons-webfont.eot');
	src         : url('font/dceicons/dceicons-webfont.woff2') format('woff2');
	src         : url('font/dceicons/dceicons-webfont.woff') format('woff');
	src         : url('font/dceicons/dceicons-webfont.ttf') format('truetype');
	src         : url('font/dceicons/dceicons-webfont.svg') format('svg');
	font-weight : normal;
	font-style  : normal
	}

.dce-icon {
	display        : inline-block;
	font           : normal normal normal 1em DceIcons;
	font-size      : inherit;
	text-rendering : auto;
	}

.dce-icon-points:before {
	content : "P";
	}

.dce-icon-credits:before {
	content : "C";
	}

.dce-icon-boosters:before {
	content : "B";
	}

.dce-icon-jetons:before {
	content : "J";
	}

.dce-icon-parties:before {
	content : "p";
	}

.dce-icon-clics:before {
	content : "c";
	}

.dce-icon-medailles:before {
	content : "M";
	}.dce-dotation-image-section {
	max-height     : inherit;
	max-width      : 200px;
	}

.dce-dotation-image {
	max-height : 100%;
	max-width  : 100%;
	text-align     : center;
	vertical-align : middle;
	}

.dce-dotation-image-points {
	background-image : url("img/icons/points.png");
	}

.dce-dotation-image-credits {
	background-image : url("img/icons/credits.png");
	}

.dce-dotation-image-boosters {
	background-image : url("img/icons/boosters.png");
	}

.dce-dotation-image-jetons {
	background-image : url("img/icons/jetons.png");
	}

.dce-dotation-image-parties {
	background-image : url("img/icons/parties.png");
	}

.dce-dotation-image-clics {
	background-image : url("img/icons/clics.png");
	}

.dce-dotation-image-medailles {
	background-image : url("img/icons/medailles.png");
	}@media (max-width: 992px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .desktop-hidden {
        display: none !important;
    }
}