/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; width:100%; top:0; left:0; }
#container-wrap, #container { min-height:100%; background-color:transparent; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode='csh'],body[class*=' scaled-width'][data-page-mode='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode='csv'],body[class*=' scaled-height'][data-page-mode='csv']{ overflow-y:auto; }
body[data-scaled-to='w'][data-page-mode='csv'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode='csv'] .pages { padding:0;}
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
body.tall-page {overflow-y:auto;}


#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1; z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom; width:18px;
}
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px; line-height:26px; clear:both; position:relative; margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none; color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }

.page {
	position:relative; float:left; height:100%; width:100%; overflow:hidden;
}
.pages {
	list-style:none outside none;
	padding:0; margin:0 auto ;
}	
#container > .page { /*center single page baker*/
    position:absolute; bottom:0;
    left:0; right:0; top:0; margin:0 auto;
}
body:not(.zoomed) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
object, embed, img, a { outline:0; }
.liquid svg { height:100%; width:100%}
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity: 0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; top:50%; overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}

.mejs-mediaelement { overflow: hidden; }
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit: fill; }
.mejs-coverfit video { object-fit: cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}

.mejs-audio.mejs-no-controls { display:none; }

.liquid .page, .page.liquid {
	position:absolute; width:100%; height:100%;
	overflow:hidden; display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.page.ls { bottom:auto !important; }

nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
nav#page-nav > #nextBtn { right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:1.5ex;padding-left:1.5ex; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px; white-space:nowrap; width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline; list-style-type:none;
    margin:0 4px; outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/
body, #container-wrap { background:#000; }:-webkit-full-screen { background:#000; }#loadIndicator span:after { padding-left:1ex; content:'loading...'; }#slider { width:1080px; height:1920px; }.page { width:1080px; height:1920px; background: #000 !important; }.paper-vertical { width:1080px; height:100%; }.paper-horizontal { width:11990px; height:1920px; margin-top:-960.00px; }@media all and (max-height:1920px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/}@media all and (max-width:1080px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}#viewer-options-wrap {	position:fixed;bottom:0;left:0;width:100%;padding:4px;	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;	transition:transform .5s;}#viewer-options-bar{	position:absolute;bottom:0;left:0;width:100%;	background-color:#000; color:#fff; fill:#fff;	height:40px; display:table;}#viewer-options-bar.light { color:#000; fill:#000; }#viewer-options-wrap.no-options #viewer-options-bar {display:none;}#viewer-options-bar > span { display:table-cell; vertical-align:middle; }#viewer-logo { display:inline-block; margin-right:14px;}#viewer-logo img, #viewer-logo object {	height:36px;    vertical-align:middle;    padding:2px 4px;}#viewer-title{ padding-left:6px; white-space:nowrap; }#viewer-pagecount{ text-align:center; width:100%; }#viewer-options { text-align:right; min-width:340px; }.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}.viewer-option-btn > svg { position:relative; }::-webkit-scrollbar #viewer-thumb-wrap {    width:0px;  background:transparent;}#viewer-thumb-wrap {    position:fixed; bottom:-50px; padding-bottom:46px;    left:0; right:0; margin:auto;    overflow-y:hidden; overflow-x:auto;    background-color:rgba(255,255,255,.7);    -webkit-overflow-scrolling:touch;    scroll-behavior: smooth;}#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}.viewer-page-thumb {    display:table-cell;    cursor:pointer;    padding:24px 0;	pointer-events:auto;	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);	-webkit-transition:transform .4s; transition:transform .4s;}.viewer-page-thumb:hover {	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);}.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }.dragging, .dragging * { cursor:move !important; }.dragging, .dragging * { cursor:move !important; }#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:transparent;}#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {     .viewer-option-btn{height:40px} /*IE10/11 fix*/}#viewer-options-bar #view-toggle {    position:absolute;    right:8px;    bottom:120px;    display:block;    width:70px;    height:50px;    border-radius:12px 12px 0 0;    cursor:pointer;    display:none;}#viewer-options-bar #view-toggle svg {    position:absolute;    left:0;right:0;top:0;bottom:0;    margin:auto;}@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {     .viewer-option-btn{height:40px} /*IE10/11 fix*/}@media all and (max-width:780px) {	#viewer-options-wrap.collapsed {		-ms-transform:translateY(120px);		-webkit-transform:translateY(120px);		transform:translateY(120px);		transition:transform .5s;	}	#viewer-options-wrap.collapsed #view-toggle svg {		-ms-transform:rotate(180deg);		-webkit-transform:rotate(180deg);		transform:rotate(180deg);	}	#viewer-options-bar #view-toggle { display:block; }	#viewer_progress_bar {bottom:120px;}	#viewer-options-bar{height:120px;display:block;}	#viewer-pagecount{right:24px;width:auto;}	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}	.viewer-option-btn:first-child{padding-left:6px;}	.viewer-option-btn:last-child{padding-right:18px;}	#viewer-options-thumb-images{margin-bottom:90px;}	.viewer-page-thumb > img {max-width:175px;}}#item237 {	width:1080px !important;	height:1920px !important;	background:#ffdc00;}#item14839 {	width:10px !important;	height:209px !important;	left:535px !important;	top:125px !important;	background:#000;}@keyframes personnalisé-14839 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-14839 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}#item14271 {	width:840px !important;	height:210px !important;	left:120px !important;	top:1275px !important;	border:solid 2px #000;}#item7073 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1657px !important;}#item273 {	width:1080px !important;	height:1920px !important;	background:#000;}#item8249 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item8260 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item6761 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item6766 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item7415 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item7361 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item12908 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item7428 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item8307 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item8318 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item7307 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item7359 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item6733 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item6736 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item6739 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item6743 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item6746 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item6749 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item6752 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item6755 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item6758 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item6049 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item8771 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item8783 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-12879 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-12879 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-12887 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-12887 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7291 {	width:123px !important;	height:846px !important;	left:840px !important;	top:397px !important;}#item7132 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7243 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7288 {	width:123px !important;	height:846px !important;	left:730px !important;	top:10px !important;}#item7240 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item8820 {	width:1080px !important;	height:1920px !important;	background:#000;}#item8827 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item8839 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item8852 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item8866 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item8886 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item8905 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16326 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item8949 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item8955 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item8966 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item8903 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item8901 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item8977 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item8990 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item9002 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item9014 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item9026 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item9040 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item9052 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item9065 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item9078 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item9090 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item9104 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item9118 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-13677 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13677 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-13695 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13695 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7566 {	width:57px !important;	height:846px !important;	left:906px !important;	top:397px !important;}#item2858 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7524 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7576 {	width:57px !important;	height:846px !important;	left:796px !important;	top:10px !important;}#item7521 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item9604 {	width:1080px !important;	height:1920px !important;	background:#000;}#item9610 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item9623 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item9636 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item9651 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item9669 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item9689 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16372 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item9736 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item9741 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item9752 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item9687 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item9685 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item9764 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item9776 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item9789 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item9802 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item9814 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item9826 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item9839 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item9852 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item9864 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item9876 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item9890 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item9904 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-14731 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-14731 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-14738 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-14738 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7624 {	width:81px !important;	height:846px !important;	left:882px !important;	top:397px !important;}#item3055 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7582 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7634 {	width:81px !important;	height:846px !important;	left:772px !important;	top:10px !important;}#item7579 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item9964 {	width:1080px !important;	height:1920px !important;	background:#000;}#item9973 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item9985 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item9998 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10013 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10032 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item10052 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16419 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item10095 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item10100 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item10112 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item10050 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item10048 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item10123 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item10136 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item10148 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item10160 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item10173 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item10185 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item10197 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item10209 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item10223 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item10236 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item10249 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item10263 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-13732 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13732 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-13741 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13741 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7684 {	width:113px !important;	height:846px !important;	left:850px !important;	top:397px !important;}#item3251 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7641 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7695 {	width:113px !important;	height:846px !important;	left:740px !important;	top:10px !important;}#item7638 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item10360 {	width:1080px !important;	height:1920px !important;	background:#000;}#item10366 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item10379 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item10391 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10405 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10424 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item10444 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16465 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item10486 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item10492 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item10504 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item10442 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item10440 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item10515 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item10527 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item10540 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item10552 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item10565 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item10577 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item10591 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item10603 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item10615 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item10628 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item10641 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item10654 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-16237 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-16237 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-16244 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-16244 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7750 {	width:83px !important;	height:846px !important;	left:880px !important;	top:397px !important;}#item3447 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7702 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7761 {	width:83px !important;	height:846px !important;	left:770px !important;	top:10px !important;}#item7699 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item10715 {	width:1080px !important;	height:1920px !important;	background:#000;}#item10721 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item10734 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item10747 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10762 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item10781 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item10801 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16523 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item10844 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item10849 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item10861 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item10799 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item10797 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item10872 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item10884 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item10896 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item10910 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item10922 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item10934 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item10947 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item10960 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item10973 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item10985 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item11001 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item11014 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-16264 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-16264 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-16274 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-16274 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7814 {	width:99px !important;	height:846px !important;	left:864px !important;	top:397px !important;}#item3643 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7767 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7826 {	width:99px !important;	height:846px !important;	left:754px !important;	top:10px !important;}#item7764 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item11075 {	width:1080px !important;	height:1920px !important;	background:#000;}#item11083 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item11095 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item11107 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11122 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11140 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item11159 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16569 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item11210 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item11215 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item11226 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item11157 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item11155 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item11239 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item11251 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item11264 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item11276 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item11289 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item11301 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item11313 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item11325 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item11338 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item11350 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item11364 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item11378 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-13792 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13792 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-13800 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13800 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7866 {	width:82px !important;	height:846px !important;	left:881px !important;	top:397px !important;}#item3838 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7832 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7877 {	width:82px !important;	height:846px !important;	left:771px !important;	top:10px !important;}#item7829 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item11439 {	width:1080px !important;	height:1920px !important;	background:#000;}#item11445 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item11459 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item11471 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11485 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11505 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item11524 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16622 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item11569 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item11574 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item11585 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item11522 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item11520 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item11597 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item11610 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item11622 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item11634 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item11646 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item11660 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item11672 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item11685 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item11697 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item11712 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item11725 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item11738 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}@keyframes personnalisé-14743 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-14743 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-14751 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-14751 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item7930 {	width:157px !important;	height:846px !important;	left:806px !important;	top:397px !important;}#item4036 {	width:664px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7883 {	width:679px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item7943 {	width:157px !important;	height:846px !important;	left:696px !important;	top:10px !important;}#item7880 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item11799 {	width:1080px !important;	height:1920px !important;	background:#000;}#item11805 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item11817 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item11830 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11844 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item11863 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item11884 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item16669 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item11926 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item11931 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item11943 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item11882 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item11880 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item11955 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item11967 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item11980 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item11992 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item12004 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item12017 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item12030 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item12042 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item12055 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item12067 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}#item12081 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item12094 {	width:146px !important;	height:146px !important;	left:467px !important;	top:1447px !important;}#item16306 {	width:206px !important;	height:146px !important;	left:437px !important;	top:1273px !important;}@keyframes personnalisé-13821 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13821 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-13832 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-13832 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item12863 {	width:120px !important;	height:846px !important;	left:843px !important;	top:397px !important;}#item12752 {	width:664px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item12817 {	width:700px !important;	height:840px !important;	left:10px !important;	top:13px !important;}#item12872 {	width:120px !important;	height:846px !important;	left:733px !important;	top:10px !important;}#item12814 {	width:853px !important;	height:856px !important;	left:110px !important;	top:387px !important;}#item18079 {	width:1080px !important;	height:1920px !important;	background:#000;}#item18086 {	width:146px !important;	height:146px !important;	left:677px !important;	top:1447px !important;}#item18099 {	width:146px !important;	height:146px !important;	left:257px !important;	top:1447px !important;}#item18111 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item18126 {	width:41px !important;	height:146px !important;	left:922px !important;	top:1657px !important;}#item18144 {	width:41px !important;	height:146px !important;	left:117px !important;	top:1657px !important;}#item18162 {	width:845px !important;	height:845px !important;	left:11px !important;	top:287px !important;	background:#000;}#item18168 {	width:840px !important;	height:840px !important;	left:13px !important;	top:290px !important;}#item18199 {	width:41px !important;	height:146px !important;	left:10px !important;	top:1547px !important;}#item18204 {	width:146px !important;	height:146px !important;	left:570px !important;	top:1337px !important;}#item18215 {	width:146px !important;	height:146px !important;	left:150px !important;	top:1337px !important;}#item18252 {	width:140px !important;	height:140px !important;	left:13px !important;	top:10px !important;}#item18159 {	width:856px !important;	height:1693px !important;	left:107px !important;	top:110px !important;}#item18253 {	width:848px !important;	height:146px !important;	left:116px !important;	top:395px !important;}#item18265 {	width:848px !important;	height:96px !important;	left:116px !important;	top:505px !important;}#item18278 {	width:848px !important;	height:141px !important;	left:116px !important;	top:563px !important;}#item18290 {	width:848px !important;	height:141px !important;	left:116px !important;	top:651px !important;}#item18302 {	width:848px !important;	height:131px !important;	left:116px !important;	top:755px !important;}#item18314 {	width:848px !important;	height:131px !important;	left:116px !important;	top:833px !important;}#item18327 {	width:848px !important;	height:141px !important;	left:116px !important;	top:925px !important;}#item18339 {	width:848px !important;	height:141px !important;	left:116px !important;	top:1004px !important;}#item18351 {	width:848px !important;	height:106px !important;	left:116px !important;	top:1138px !important;}#item18364 {	width:146px !important;	height:67px !important;	left:467px !important;	top:196px !important;}@keyframes personnalisé-18515 {	100% {transform:rotate(360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-18515 {	100% {-webkit-transform:rotate(360deg);}	0% {-webkit-transform:rotate(0deg);}}@keyframes personnalisé-18532 {	100% {transform:rotate(-360deg);}	0% {transform:rotate(0deg);}}@-webkit-keyframes personnalisé-18532 {	100% {-webkit-transform:rotate(-360deg);}	0% {-webkit-transform:rotate(0deg);}}#item18487 {	width:206px !important;	height:146px !important;	left:437px !important;	top:1447px !important;}#item18619 {	width:286px !important;	height:47px !important;	left:397px !important;	top:1707px !important;}#in5footer,  #prefooter {display:none;}