<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
	background:white !important;
} 

.highlight-2018 {
	width:100%;
	height:325px;
	position: relative;
	margin-bottom:-40px;
	user-select: none;
}

.highlight-2018.highlight-light {
	height:226px;
}


.highlight-2018-wrapper {
	position: relative;
	height:100%;
	width:100%;
}


.highlight-2018-element.active {
	opacity: 1;
	z-index:2;
}


.highlight-2018-element {
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	opacity: 0;
	z-index:1;
	transition: opacity 0.3s linear;

}

.highlight-2018-element span  {
	height:100%;
	position: absolute;
	top:0;
	display: block;
}

.highlight-2018-element span.highlight-px-background  {
	width:100%;
	left:0;
	z-index:0;
	height:400000%;
    opacity: 0.3;
}
.highlight-2018-element span.highlight-px  {
	width:100%;
	left:0;
	z-index:1;
}
.highlight-2018-element span.highlight-decoration {
	width:1440px;
	/*left:50%;*/
	margin-left:-720px;
	z-index:2;
	background-size:100% 100%;
}


.highlight-2018-element .hightlight-text-wrapper {
	position: absolute;
	width:980px;
	/*left:50%;*/
	/*margin-left:-490px;*/
	left:0;
	padding-left:1rem;
	height:100%;
	z-index:3;
	font-family: verdana;
	text-align: left;
	display: inline-block;
	position: relative;
}



.highlight-2018-element .hightlight-text-wrapper  {
	font-size: 0.8em;
}
.highlight-2018-element .hightlight-text-wrapper a.discover-link {
	display: block;
	position:absolute;
	background:#8a1423;
	bottom:60px;
	font-size:1.5em;
	left:1em;
	font-family: grobold;
	padding:0.25em 1em;
	min-width:120px;
	text-align: center; 
	color:white;
	text-decoration: none;
	z-index: 1;
	/*text-shadow:1px 1px 3px rgba(0,0,0,0.70);*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.55), 0 4px 4px -4px rgba(255,255,255,1) inset, 0 -4px 4px -4px rgba(0,0,0,1) inset, 0 3em 3em -3em rgba(255,255,255,0.5) inset;
	text-transform:capitalize;
}

.highlight-2018.highlight-light .hightlight-text-wrapper a.discover-link {
	left:initial;
	right:1em;
}


.highlight-2018-element .hightlight-text-wrapper a.discover-link:before {
	content:'';
	display: block;
	position: absolute;
	left:0;
	height:100%;
	width:0;
	top:0;
	z-index: -1;
	background:rgba(0,0,0,0.25);
	transition: width 0.15s ease-in-out;
}

.highlight-2018-element .hightlight-text-wrapper a.discover-link:hover:before {
	width: 100%;
}


.highlight-2018-element .hightlight-text-wrapper div {
	color:white;
	text-shadow:1px 1px 3px rgba(0,0,0,0.70);
}
.highlight-2018-element .hightlight-text-wrapper .pre-title {
	padding:0.5em 0 0 0;
	text-transform: uppercase;
	font-family:grobold;
}

.highlight-2018-element .hightlight-text-wrapper .real-title {
	font-size:2em;
	padding:0.5em 0 1em 0;
	text-transform: uppercase;
	font-weight: bold;
}

.highlight-2018-element .hightlight-text-wrapper .post-title { 
	font-size:1.5em;
}




.highlight-2018-element.pre-active &gt; *,
.highlight-2018-element.post-active &gt; * {
	transition: all 0.4s ease-in-out;
}


.highlight-2018-element.pre-active {
	z-index:1;
}

.highlight-2018-element.post-active {
	z-index: 0;
}

.highlight-2018-element.pre-active .hightlight-text-wrapper {
	left:5%;
}

.highlight-2018-element.pre-active span.highlight-decoration {
	left:52%;
}

div.highlight-2018-element.active .hightlight-text-wrapper,
div.highlight-2018-element.post-active .hightlight-text-wrapper {
	left:0;
}

div.highlight-2018-element.post-active span.highlight-decoration,
div.highlight-2018-element.active span.highlight-decoration {
	left:50%;
}

/**
___RESPONSIVE
**/


@media screen and (max-width: 992px) {

    #highlight2018 {
        display:none;
    }

	.highlight-2018-element .hightlight-text-wrapper {
	    font-size: 2.8vw;
        width:100%;
	 }

    .highlight-2018-element .hightlight-text-wrapper a.discover-link {
        display:none;
    }

    .highlight-2018-element .hightlight-text-wrapper .post-title {
        font-size: 3.5vw;
        padding-top: 0.2vw;
        width:70%;
    }

    .highlight-2018-element .hightlight-text-wrapper .pre-title {
        font-size: 4vw;
    }


    .highlight-2018-element .hightlight-text-wrapper .real-title {
        display:none;
    }

    .highlight-2018-element span.highlight-decoration {
        margin-left: -128vw;
        width: 200vw;
    }

    .highlight-2018-element .hightlight-text-wrapper a.discover-link {
        min-width:20%;
    }

}


/**
___FIN RESPONSIVE
**/

    .tumulus-2018-titre {
        width:100%;
        font-family: grobold;
        background:#0f5bbb;
        color:white;
        padding-bottom:0.25em;
        box-sizing:border-box;
        font-size:1.5rem;
        margin-top:-1px;
        text-transform:capitalize;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
    }



.tumulus-2018-soustitre {
    width: 100%;
    font-family: grobold;
	color:white;
    background:#0f5bbb;
    filter: brightness(120%) hue-rotate(0deg);
    padding: 0.25em 1.25em;
    box-sizing: border-box;
    font-weight:normal;
    font-size: 1.15em;
    text-align: left;
    margin-left: 0%;
	position:relative;
	text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tumulus-2018-soustitre:after { 
	content:'';
	display: block;
	position:absolute;
	right:0;
	width: calc(1.15em + 
		 0.25em);
	height: 200%;
	background:white;
    top: 0;
    transform-origin: right 50%;
    transform: rotate(45deg);
}



.tumulus-2018-soustitre a {
	text-decoration:none;
	color: inherit;
	text-transform:capitalize;
}
.tumulus-2018-soustitre a:hover {
	text-decoration:underline;
}

.tumulus-2018-menu {
	width: 100%;
    font-family: verdana;
    color: white;
    background:#969da5;
    padding: 0.25em 1.25em;
    box-sizing: border-box;
    font-size: 0.90em;
    text-align: center;
    margin-left: 0%;
    margin-top: 1em;
    margin-bottom:1em;
}

.tumulus-2018-menu a {
	text-decoration:none;
	color: inherit;
	text-transform : capitalize;
}

.tumulus-2018-menu a:hover {
	text-decoration:underline;
}


.tumulus-2018-aide {
	width:100%;
	font-family: verdana;
	background:#0f5bbb;	
	color:#d1e4ef;
	padding-bottom:0.25em;
	box-sizing:border-box;
	font-size:0.85rem;
	margin-top:8px;
	text-align: center;
}

.tumulus-2018-soustitre-wrapper {
	width: 85%;
}


.tumulus-2018-titre.flashgame {
	
	background:#E9652D;
	
	color:#ebecda;
}

.tumulus-2018-soustitre.flashgame {
	background:#e6bc67;	
	color:black;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.flashgame {
	background:#e6bc67;
	color:black;
	filter:none !important;
}


.tumulus-2018-titre.scratchgame {
	background:#E9652D;	
}

.tumulus-2018-soustitre.scratchgame {
	background:#e6bc67;	
	color:black;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.scratchgame {
	background:#e6bc67;	
	color:black;
	filter:none !important;
}


.tumulus-2018-titre.lootgame {
    background: #FBB018;
    color: #3c2905;
}
.tumulus-2018-soustitre.lootgame {
    background: #FBB018;
    color: #3c2905;
    filter:unset;
}
.tumulus-2018-soustitre-wrapper.lootgame {
    background: #FBB018;
    color: #3c2905;
}

.tumulus-2018-titre.scratchgame {
	background:#F8B328;	
	color:#212121;
}

.tumulus-2018-titre.tournament {
	background:#2A6E30;	
	color:#ddfbe0;
}
.tumulus-2018-soustitre.tournament {
	background:#6eb574;	
	color:#afe0b3;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.tournament {
	background:#6eb574;
	color:#afe0b3;
	filter:none !important;
}

/*
.tumulus-2018-soustitre.tournament a {
	text-decoration:none;	
	color: inherit;
}*/


.tumulus-2018-titre.defi {
	background:#93CD21;	
	color:#e7e8dd;
}
.tumulus-2018-soustitre.defi {
	background:#b1d46c;	
	color:black;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.defi {
	background:#b1d46c;
	color:black;
	filter:none !important;
}


.tumulus-2018-titre.cadeaux {
	background:#A7162A;	
	color:#e7e8dd;
}

.tumulus-2018-soustitre.cadeaux {
	background:#e87081;
    color: #fff6f8;
    filter:none !important;
}
.tumulus-2018-soustitre-wrapper.cadeaux {
	background:#e87081;
    color: #fff6f8;
    filter:none !important;
}

.tumulus-2018-titre.gagnants {
	background:#A7162A;	
	color:#e7e8dd;
}

.tumulus-2018-soustitre.gagnants {
	background:#e87081;
    color: #fff6f8;
    filter:none !important;
}
.tumulus-2018-soustitre-wrapper.gagnants {
	background:#e87081;
    color: #fff6f8;
    filter:none !important;
}

.tumulus-2018-aide.gagnants {
	background:#e87081;
    color: #fff6f8;
}


.tumulus-2018-titre.credits {
	background:#0f5bbb;	
	color:#d1e4ef;
}

.tumulus-2018-soustitre.credits {
	background:#0c386f;
	color:#d1e4ef;
    filter:none !important;
}
.tumulus-2018-soustitre-wrapper.credits {
	background:#0c386f;
	color:#d1e4ef;
    filter:none !important;
}

.tumulus-2018-titre.customerservice {
	background:#0f5bbb;	
	color:#d1e4ef;
}

.tumulus-2018-soustitre.customerservice {
	background:#a9d0e6;	
	color:#f2f9fd;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.customerservice {
	background:#a9d0e6;
	color:#f2f9fd;
	filter:none !important;
}

.tumulus-2018-titre.account {
	background:#0f5bbb;	
	color:#d1e4ef;
}

.tumulus-2018-soustitre.account {
	background:#a9d0e6;	
	color:#f2f9fd;
	filter:none !important;
}
.tumulus-2018-soustitre-wrapper.account {
	background:#a9d0e6;
	color:#f2f9fd;
	filter:none !important;
}

/*
.tumulus-2018-soustitre.account a {
	text-decoration:none;
	color: inherit;
	filter:none !important;
}*/


.tumulus-2018-titre.social {
	color: #d7e7fb;
    background:#3d82da;
}

.tumulus-2018-soustitre.social {
	color: #d7e7fb;
    background:#659ce2;
    filter:none !important;
}
.tumulus-2018-soustitre-wrapper.social {
	color: #d7e7fb;
    background:#659ce2;
    filter:none !important;
}


.tumulus-2018-titre.loterie {
	color: #ebecda;
    background:#57751d;
}

.tumulus-2018-soustitre.loterie {
	color: #fbfdf7;
    background:#9fb574;
    filter:none !important;
}
.tumulus-2018-soustitre-wrapper.loterie {
	color: #fbfdf7;
    background:#9fb574;
    filter:none !important;
}

.tumulus-2018-aide.loterie {
	color: #fbfdf7;
    background:#9fb574;
}


.tumulus-2018-titre.flashgagnant {
	color: #ebecda;
    background:#522343;
}

.tumulus-2018-soustitre.flashgagnant {
	color: #ebecda;
    background:#793965;
}
.tumulus-2018-soustitre-wrapper.flashgagnant {
	color: #ebecda;
    background:#793965;
}

.tumulus-2018-aide.flashgagnant {
	color: #ebecda;
    background:#793965;
}



/**
___RESPONSIVE
**/
@media screen and (max-width: 992px) {
    .tumulus-2018-titre {
        display:none;
    }

    .tumulus-2018-menu-wrapper {
        display: grid;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    .tumulus-2018-soustitre {
        grid-column-start: split;
        grid-column-end: end;
        font-family: grobold;
        font-size: 5vw;
        overflow: hidden;
        white-space: nowrap; /* Don't forget this one */
        text-overflow: ellipsis;
        width:initial;
        padding-left: 1vw;
    }

    .tumulus-2018-soustitre.flashgame {
        background: #E9652D;
        color: white;
    }

    .tumulus-2018-soustitre.scratchgame {
        background: #F8B328;
        color: #212121;
    }

    .tumulus-2018-soustitre-wrapper.flashgame {
        background: #E9652D;
        color: white;
    }

    .tumulus-2018-soustitre-wrapper.scratchgame {
        background: #F8B328;
        color: #212121;
    }


    .tumulus-2018-soustitre:after {
        display: none;
    }


   .tumulus-2018-soustitre-wrapper {
           grid-template-columns: [start] 13% [split] 87% [end];
           grid-row: 1;
           display: grid;
           background: #0f5bbb;
           color: white;
           padding-bottom: 0;
           box-sizing: border-box;
           font-size: calc(1.9rem - 1.3vw);
           text-transform: capitalize;
           font-variant: small-caps;
           text-align: left;
           margin-top: 1vw;
           /*padding-left: 1vw;*/
           filter: none;
           width: 100%;
       }

       .tumulus-2018-menu-burger {
           grid-column-start: start;
           grid-column-end: split;
           grid-row: 1;
           text-align: center;
           padding-left: unset;
       }

       .tumulus-2018-menu-burger button {
           width: 100%;
           height: 100%;
           cursor: pointer;
           background: inherit;
           color: inherit;
           text-align: inherit;
           font-size: 7vw;
           border: none;
       }


    .tumulus-2018-menu {
        grid-column: 1;
        grid-row: 2;
        display: grid;
        -ms-grid-columns: auto;
        grid-auto-columns: auto;
        text-align: left;
        font-size: 5vw;
        margin-top: 0;
        font-variant: small-caps;
        padding-left: 16vw;
    }

    .tumulus-2018-menu &gt; a {
    	display: block;

        grid-column: 1;
        grid-column: auto;

        padding-left: 20%;
        text-indent: -20%;
    }


    .tumulus-2018-aide {
        display:none;
    }

    #menu-text-tiret {
        display:none;
    }
}


/**
___FIN RESPONSIVE
**/
</pre></body></html>