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,
font,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 {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1}
ol,ul {list-style:none}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
a {text-decoration:none;}
@charset "UTF-8";
@font-face {
	font-family: 'BebasNeue';
	src: url('../styles/bebasneue.eot?#iefix') format('embedded-opentype'),
		 url('../styles/bebasneue.woff') format('woff'),
		 url('../styles/bebasneue.ttf') format('truetype'),
		 url('../styles/bebasneue.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #101010;
	margin: 0;
	font-family: Arial;
	font-size: 12pt;
	color: #FFF;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0px 0px 20px 0px;
	font-family: BebasNeue, Arial;
	font-size: 22pt;
	font-weight: normal;
}

#notif {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #d0072c;
	font-size: 10pt;
	text-align: justify;
}
#notif h1 {
	padding: 0 12pt;
	margin-top: 6pt;
}
#notif p {
	margin: 6pt 0;
	padding: 0 12pt;
}
#notif a {
	font-weight: bold;
	color: #fbce00;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: #000;
	z-index: 1002;
	display: block;
}
#loading div {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 16pt;
	font-family: BebasNeue, Arial;
}
#loading .loading_mask {
	position: absolute;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
}
noscript {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	padding: 15px;
	background-color: #000;
	display: block;
	font-family: Arial;
	color: red;
	text-transform: uppercase;
	font-weight: bold;
}
#cont {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
}
#background-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(radial,rgba(0,0,0,0),rgba(0,0,0,1));
	background: -webkit-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -moz-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: -o-radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	background: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
#scrn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
}
.page {
	position: absolute;
	width: 100%;
	height: 100%;
}
.cont {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pagecont {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

/* PAGE D'ACCUEIL */
#p00 {
	left: 0%;
	top: 0%;
}
#carpet {
	position: absolute;
	width: 70px;
	height: 100%;
	left: 50%;
	top: 0%;
	margin-left: -35px;
	overflow: hidden;
}
#carpet div {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 100%;
	margin-top: 190px;
	background-color: #FEC925;
}
#ring {
	position: absolute;
	width: 434px;
	height: 434px;
	left: 50%;
	top: 50%;
	margin-left: -217px;
	margin-top: -217px;
	background-image: url(../images/ring.png);
	clip: rect(434px,434px,434px,0px);
}
#radial-progress {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 440px;
	height: 440px;
	margin-left: -220px;
	margin-top: -220px;
	clip: rect(0px,440px,420px,0px);
	background-position: center;
	background-repeat: no-repeat;
}
#radial-progress .circle .mask,
#radial-progress .circle .fill,
#radial-progress .circle .shadow {
	width: 440px;
	height: 440px;
	position: absolute;
	border-radius: 50%;
}
#radial-progress .circle .mask,
#radial-progress .circle .fill {
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 1s;
	transition: -ms-transform 1s;
	transition: transform 1s;
}
#radial-progress .circle .mask {
	clip: rect(0px, 440px, 440px, 220px);
}
#radial-progress .circle .mask .fill {
	clip: rect(0px, 220px, 440px, 0px);
	background-image: url(../images/ring-out.png);
	background-position: center;
	background-repeat: no-repeat;
}
#banner {
	position: absolute;
	width: 338px;
	height: 338px;
	left: 50%;
	top: 50%;
	margin-left: -169px;
	margin-top: -169px;
	display: none;
	background-size: cover;
}
#menus {
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
}
#menus .menus-buttons {
	position: absolute;
	width: 49px;
	height: 49px;
	margin: 10px;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 89%;
	overflow:visible;
	opacity: 0;
}
#a2news {
	background-image: url(../images/buttons/menus/a2news.png);
}
#a2dates {
	background-image: url(../images/buttons/menus/a2dates.png);
}
#a2shows {
	background-image: url(../images/buttons/menus/a2shows.png);
}
#a2tickets {
	background-image: url(../images/buttons/menus/a2tickets.png);
}
#a2team {
	background-image: url(../images/buttons/menus/a2team.png);
}
#a2contact {
	background-image: url(../images/buttons/menus/a2contact.png);
}
#a2gallery {
	background-image: url(../images/buttons/menus/a2gallery.png);
}
#a2history {
	background-image: url(../images/buttons/menus/a2history.png);
}
#a2events {
	background-image: url(../images/buttons/menus/a2events.png);
}
#a2visitorbook {
	background-image: url(../images/buttons/menus/a2visitorbook.png);
}
#a2friends {
	background-image: url(../images/buttons/menus/a2friends.png);
}
#a2partners {
	background-image: url(../images/buttons/menus/a2partners.png);
}

#menus .menus-text-left {
	right: 0px;
	clip: rect(0px,400px,60px,400px);
}
#menus .menus-text-mid {
	right: 0px;
	top: -45px;
	clip: rect(0px,400px,70px,400px);
}
#menus .menus-text-right {
	left: 0px;
	clip: rect(0px,400px,60px,400px);
}
#menus .menus-text-left .menus-text-circle, #menus .menus-text-mid .menus-text-circle, #menus .menus-text-right .menus-text-circle {
	position: absolute;
	width: 14px;
	height: 14px;
	bottom: -9px;
	border: 2px solid #FEC925;
	border-radius: 50%;
	opacity: 0;
}
#menus .menus-text-left .menus-text-circle, #menus .menus-text-mid .menus-text-circle {
	left: -400px;
}
#menus .menus-text-right .menus-text-circle {
	right: -400px;
}
#menus .menus-text-left .menus-text-text, #menus .menus-text-mid .menus-text-text, #menus .menus-text-right .menus-text-text {
	position: absolute;
	top: 10px;
	padding: 0px 10px;
	line-height: 40px;
	border-bottom: 2px solid #FEC925;
	text-align: center;
	color: #FEC925;
	font-family: BebasNeue, Arial;
	letter-spacing: 1px;
	font-size: 18pt;
	text-transform: uppercase;
	white-space: nowrap;
}
#menus .menus-text-left .menus-text-text, #menus .menus-text-mid .menus-text-text {
	right: 84px;
}
#menus .menus-text-right .menus-text-text {
	left: 84px;
}
#menus .menus-text-left .menus-text-line, #menus .menus-text-mid .menus-text-line, #menus .menus-text-right .menus-text-line {
	position: absolute;
	width: 40px;
	height: 16px;
	top: 36px;
}
#menus .menus-text-left .menus-text-line {
	right: 44px;
	background-image: url(../images/buttons/menus/a-text-under-line-l.png);
}
#menus .menus-text-mid .menus-text-line {
    right: 48px;
    top: 37.1px;
    background-image: url(../images/buttons/menus/a-text-under-line-r.png);
    clip: rect(0px,37px,16px,0px);
    transform: rotate(140deg);
}
#menus .menus-text-right .menus-text-line {
	left: 44px;
	background-image: url(../images/buttons/menus/a-text-under-line-r.png);
}
#menus a div {
	transition: opacity .2s ease-in-out, clip .2s ease-in-out .1s, left .5s ease-in-out, background-size .2s ease-in-out .2s, right .5s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, clip .2s ease-in-out .1s, left .5s ease-in-out, background-size .2s ease-in-out .2s, right .5s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out, clip .2s ease-in-out .1s, left .5s ease-in-out, background-size .2s ease-in-out .2s, right .5s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, clip .2s ease-in-out .1s, left .5s ease-in-out, background-size .2s ease-in-out .2s, right .5s ease-in-out;
	-o-transition: opacity .2s ease-in-out, clip .2s ease-in-out .1s, left .5s ease-in-out, background-size .2s ease-in-out .2s, right .5s ease-in-out;
}
#menus:hover .menus-buttons {
	opacity: 0.2 !important;
}
#menus .menus-buttons:hover {
	opacity: 1 !important;
}
#menus .menus-buttons:hover .menus-text-left, #menus .menus-buttons:hover .menus-text-mid, #menus .menus-buttons:hover .menus-text-right {
	clip: rect(0px,400px,60px,0px);
	opacity: 1 !important;
}
#menus .menus-buttons:hover .menus-text-mid {
	clip: rect(0px,400px,70px,0px);
	opacity: 1 !important;
}
#menus .menus-buttons:hover .menus-text-left .menus-text-circle, #menus .menus-buttons:hover .menus-text-mid .menus-text-circle {
	opacity: 1;
	left: -16px;
}
#menus .menus-buttons:hover .menus-text-right .menus-text-circle {
	opacity: 1;
	right: -16px;
}
#a2home {
	position: fixed;
	width: 49px;
	height: 49px;
	margin-left: -50px;
	margin-top: 20px;
	background-image: url(../images/buttons/menus/a2home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	display: none;
	cursor: pointer;
	transition: background-size .2s ease-in-out;
	-moz-transition: background-size .2s ease-in-out;
	-webkit-transition: background-size .2s ease-in-out;
	-ms-transition: background-size .2s ease-in-out;
	-o-transition: background-size .2s ease-in-out;
}
#a2home:hover {
	background-size: 100%;
}
#area {
	position: absolute;
	background-image: url(../images/queuedepie-body.png);
	width: 59px;
	left: 30px;
	/*margin-top: -240px;*/
	z-index: 1001;
	transition: all .4s ease-in-out .5s;
	-moz-transition: all .4s ease-in-out .5s;
	-webkit-transition: all .4s ease-in-out .5s;
	-ms-transition: all .4s ease-in-out .5s;
	-o-transition: all .4s ease-in-out .5s;
}/*
#area:hover {
	margin-top: 0px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}*/
#area a div {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 10px 0px 0px 4px;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#area #a2broye {
	background-image: url(../images/broyeSchool.png);
}
#area #a2newyear {
	background-image: url(../images/newyear.png);
}
#area #a2noel {
	background-image: url(../images/cirquedenoel.png);
}
#area #a2noel-monthey {
	background-image: url(../images/cirquedenoeldemonthey.png);
}
#area #a2cirquehelvetia {
	background-image: url(../images/cirquehelvetia.png);
}
#area #a2shop {
	background-image: url(../images/shop.png);
}
#area .deco {
	position: absolute;
	width: 59px;
	height: 26px;
	bottom: -26px;
	margin-top: 0px;
	background-image: url("../images/queuedepie-bottom.png");
}
#area a div span {
	position: absolute;
	margin-left: 75px;
	margin-top: 2px;
	line-height: 50px;
	font-family: BebasNeue;
	font-size: 16pt;
	color: #FEC925;
	white-space: nowrap;
/*	opacity: 0;*/
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#area:hover a div {
	opacity: .5;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#area a div:hover {
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#area a div:hover span {
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
#social {
	position: absolute;
	right: 0%;
	top: 20px;
}
#social a div {
	position: absolute;
	width: 33px;
	height: 33px;
	right: -33px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
#social:hover div {
	opacity: .2;
}
#social div:hover {
	opacity: 1;
	background-size: 100%;
}
#linkedin_button {
	background-image: url(../images/buttons/social/linkedin.png);
}
#instagram_button {
	background-image: url(../images/buttons/social/facebook.png);
}
#youtube_button {
	background-image: url(../images/buttons/social/youtube.png);
}
#facebook_button {
	background-image: url(../images/buttons/social/facebook.png);
}
#twitter_button {
	background-image: url(../images/buttons/social/instagram.png);
}

/* PAGE NEWS */
#p01 {
	left: -100%;
	top: -100%;
}
#p01 #news_feed_cont {
	position: relative;
	width: 800px;
	margin: 100px auto 350px;
}
#p01 .news_feed {
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 10px solid rgba(255,255,255,.2);
}
#p01 .news_feed_img_cont {
	width: 100%;
	height: 100%;
	background-color: #101010;
}
#p01 .news_feed .news_feed_text {
	width: 720px;
	padding: 20px 30px 30px;
	line-height: 14pt;
	background-color: #FFF;
	color: #000;
	font-size: 11pt;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
#p01 .news_feed .news_feed_text a {
	color: #DA0000;
}
#p01 .news_feed .news_feed_text .news_feed_text_title {
	font-family: BebasNeue, Arial;
	margin: 18px 0px 24px 0px;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: 2px;
}
#footer_news-001 {
	position: absolute;
	left: 40px;
	bottom: 0px;
}
#p01 .carte {
	width: 520px;
	min-height: 100px;
	padding: 100px 40px 70px;
	margin: 150px auto 0px;
	background-image: url(../noelcircus/images/border_top.png), url(../noelcircus/images/border_bottom.png);
	background-position: top, bottom;
	background-repeat: no-repeat, no-repeat;
	font-size: 12pt;
}
#p01 .carte h2 {
	margin: 0px 0px 20px;
	font-family: Times !important;
	color: #fec925 !important;
	font-size: 24pt;
	text-shadow: 0px 1px 0px #d6002b;
	font-weight: normal;
	text-transform: uppercase;
}
#p01 .assiettes {
	width: 800px;
	height: auto;
	padding: 50px 0px;
	margin: 20px auto 300px;
	text-align: center;
}
#p01 .assiettes img {
	max-width: 580px;
	border: 10px solid #FFF;
	margin-bottom: 30px;
}

/* PAGE TICKETS */
#p02 {
	left: 0%;
	top: -100%;
}
#p02 .table {
	width: 600px;
	height: auto;
	margin: 100px auto 300px auto;
	padding: 20px;
	border: 6px solid transparent;
	font-family: BebasNeue, Arial;
	font-size: 20pt;
	color: #FEC925;
}
#p02 .table .top {
	width: 100%;
	height: 17px;
	margin-bottom: 20px;
	background-image: url(../images/tickets/tickets-border-top.png);
}
#p02 .table table {
	width: 100%;
}
#p02 .table table tr td {
	text-align: left;
	line-height: 110px;
	vertical-align: middle;
	padding: 0px 30px;
}
#p02 .table table tr td span {
	position: absolute;
	margin-top: -82px;
}
#p02 .table table tr td:last-child {
	text-align: right;
}
#p02 .table .bottom {
	width: 100%;
	height: 17px;
	margin-top: 20px;
	background-image: url(../images/tickets/tickets-border-bottom.png);
}
#p02 .plan {
	position: relative;
	width: 600px;
	height: 600px;
	margin: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#p02 .more {
	margin: 40px 0;
	text-align: center;
	color: #FFF;
	font-size: 16pt;
}
#p02 .more p {
	margin: 6pt;
}

#footer_tickets-001 {
	position: absolute;
	left: 0px;
	bottom: -2px;
}
#footer_tickets-003 {
	position: absolute;
	right: 20px;
	bottom: -2px;
}

/* PAGE TOURNEES (DATES) */
#p03 {
	left: 100%;
	top: -100%;
}
#p03 #dates_cont {
	position: relative;
	width: 600px;
	margin: 100px auto 300px;
	border: 10px solid rgba(255,255,255,.2);
	border-radius: 10px;
}
#p03 #dates_cont .table {
	width: 540px;
	height: auto;
	padding: 30px;
	font-family: BebasNeue,Arial;
	font-size: 16pt;
	background-color: #FFF;
	color: #000;
}
#p03 #dates_cont .table .file_cont {
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
}
#p03 #dates_cont .table .file_cont a {
	color: #06F;
}
#p03 #dates_cont .table .file_cont table {
	width: 100%;
}
#p03 #dates_cont .table .file_cont table td:last-child {
	text-align: right;
}
#p03 #dates_cont .table .file_cont .gmapurl {
	color: #FEC925;
}
#p03 #dates_cont .table .file_cont .file_info {
	margin-top: 10px;
	font-size: 12pt;
	border: 1px dashed;
	padding: 20px;
	cursor: default;
	display: none;
}
#p03 #dates_cont .table .file_cont .file_info .file_info_title {
	font-size: 16pt;
}
#p03 #dates_cont .table .file_cont .file_info .file_info_title td {
	padding-bottom: 10px;
}
#p03 #dates_cont .table .file_cont .file_info .file_description {
	margin-top: 10px;
	text-align: justify;
}

#footer_dates-001 {
	position: absolute;
	left: 40px;
	bottom: -2px;
}
#footer_dates-002 {
	position: absolute;
	right: 30px;
	bottom: 0px;
}

/* PAGE SHOWS */
#p04 {
	left: -100%;
	top: 0%;
}
#p04 #flyer_feed {
	width: 800px;
	margin: 100px auto 380px;
}
#p04 #flyer_feed .flyer {
	width: 400px;
	height: 566px;
	margin: 0px auto 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 10px solid #FFF;
}
#p04 #flyer_feed .yt {
	width: 400px;
	height: 225px;
	margin: 0px auto 50px;
	border: 10px solid #FFF;
}
#p04 #flyer_feed .flyer .text {
	width: 340px;
	height: 506px;
	padding: 30px;
	background-color: rgba(0,0,0,.9);
	color: #FFF;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	opacity: 0;
}
#p04 #flyer_feed .flyer .text:hover {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	opacity: 1;
}
#footer_shows-001 {
	position: absolute;
	left: 40px;
	bottom: 0px;
}

/* PAGE EVENTS */
#p05 {
	left: 100%;
	top: 0%;
}
#p05 #events_cont {
	position: relative;
	width: 800px;
	margin: 100px auto 300px;
}
#p05 #events_cont h2 {
	font-size: 18pt;
	margin-bottom: 10pt;
}
#p05 #events_cont p {
	margin-bottom: 6pt;
}
#p05 #events_cont .events_parts {
	width: 800px;
	margin-bottom: 50px;
	font-size: 10pt;
	line-height: 12pt;
}
#border {
	border: 1px solid #FEC925;
}
.textecentrer {
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  align-content: space-between;
}
#margegauche {
    margin: auto;
    width: 80%;
    padding: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
#p05 #events_intro table {
	width: 100%;
}
#p05 #events_intro table tr td {
	width: 350px;
	padding: 25px;
	text-align: justify;
	background-color: rgba(255,255,255,.15);
}
#p05 #events_our-marquee table tr td {
	padding: 10px;
}
#p05 #events_our-marquee .marquee {
	position: relative;
	width: 240px;
}
#events_our-marquee .marquee img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin-bottom: 20px;
}
#events_our-marquee .marquee .marquee_pager {
	position: absolute;
	width: auto;
	height: 20px;
	left: 50%;
	margin-top: -10px;
	text-align: center;
}
#events_our-marquee .marquee .marquee_pager ul {
	width: 6px;
	height: 6px;
	margin: 5px;
	float: left;
	background-color: #FFF;
	border: 2px solid #101010;
	cursor: pointer;
	border-radius: 50%;
}
.pager_focused {
	background-color: #101010 !important;
	border: 2px solid #101010 !important;
}
#events_our-marquee .marquee .marquee_text {
	height: 160px;
	padding: 20px;
	margin-top: -145px;
	background-color: #FFF;
	border-top: 145px solid #FFF;
	border-radius: 0px 0px 10px 10px;
	color: #000;
}
#events_our-marquee .marquee .marquee_text {
	height: 160px;
	padding: 20px;
	margin-top: -145px;
	background-color: #FFF;
	border-top: 145px solid #FFF;
	border-radius: 0px 0px 10px 10px;
	color: #000;
}
/* PAGE ASSOCIATION */
#p01 #friends_cont {
	position: relative;
	width: 800px;
	margin: 100px auto 350px;
}
#p01 #friends_cont div {
	position: relative;
	width: 740px;
	padding: 40px 30px 20px;
	background-color: rgba(255,255,255,.15);
	color: #FFF;
	text-align: justify;
	font-family: Arial;
	font-size: 10pt;
	line-height: 12pt;
	border-radius: 10px;
}
#p01 #friends_cont div p {
	margin: 10px 0px;
}
#p01 #assocForm {
	margin-top: 30px;
}
#p01 #assocForm .text_cont {
  position: relative;
  padding: 10px 0px;
  margin: 20px 0px;
}
#p01 #assocForm input[type="text"] {
  width: 360px;
  margin: 5px;
  border: 0;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ECECEC;
}
#p01 #assocForm input[type="radio"], #p01 #assocForm input[type="checkbox"] {
  margin: 5px 5px;
}
#p01 #assocForm input[type="button"] {
  margin: 5px;
  padding: 10px 20px;
  border: 0px none;
  background-color: #FEC925;
  color: #000;
  cursor: pointer;
}

/* PAGE GOLDEN BOOK */
#p06 {
	left: -100%;
	top: 100%;
}
#p06 #vbook_sign_prompt_cont {
	position: relative;
	background-color: rgb(245,245,245);
	box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	display: none;
}
#p06 #sign_visitorbook_button {
	cursor: pointer;
	margin: 10px 10px 20px;
	text-align: right;
	font-family: BebasNeue;
	font-size: 14pt;
}
#p06 #vbook_sign_prompt {
	width: 800px;
	margin: auto;
	text-align: center;
}
#p06 #vbook_sign_prompt span {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	color: #101010;
}
#p06 #vbook_sign_prompt input[type="input"] {
	width: 100%;
	padding: 6px 10px;
	margin-left: -12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#p06 #vbook_sign_prompt input[type="submit"] {
	margin: 20px;
}
#p06 #vbook_sign_prompt textarea {
	width: 100%;
	min-height: 150px;
	padding: 6px 10px;
	margin-left: -12px;
	margin-bottom: 10px;
	resize: vertical;
}
#p06 #vbook_tiles_cont {
	width: 800px;
	margin: 100px auto 300px;
}
#p06 .vbook_tiles {
	margin-bottom: 20px;
	border: 10px solid rgba(255,255,255,.2);
	border-radius: 10px;
}
#p06 .vbook_tiles_header {
	width: 720px;
	padding: 30px 30px 0px;
	background-color: #FFF;
	color: #00C0FF;
	font-weight: bold;
	letter-spacing: 2px;
}
#p06 .vbook_tiles_text {
	width: 720px;
	padding: 15px 30px 20px;
	line-height: 14pt;
	background-color: #FFF;
	color: #000;
	font-size: 11pt;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
#p06 #vbook_content .pager {
	text-align: center;
	padding: 20px 10px 0px 10px;
	font-family: BebasNeue;
	font-size: 16pt;
}
#p06 #vbook_content .pager a {
	cursor: pointer;
}
#p06 #vbook_content .pager a:hover {
	text-decoration: none;
	color: #FEC925;
}
#footer_visitorbook-001 {
	position: absolute;
	left: 10px;
	bottom: 0px;
}

/* PAGE TEAM */
#p07 {
	left: 0%;
	top: 100%;
}
#p07 #team_cont {
	position: relative;
	width: 612px;
	margin: 100px auto 300px;
}
#p07 #team_banner {
	width: 800px;
	height: 532px;
	border: 0;
	margin-bottom: 20px;
}
#p07 #team_cont img {
	width: 612px;
	margin: auto auto 50px auto;
}
#p07 #team_cont .tiles {
  position: relative;
  width: 256px;
  height: 256px;
  margin: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 10px solid #F6F6F6;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
#p07 #team_cont .tiles .content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.75);
  text-align: center;
  font-family: BebasNeue;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}
#p07 #team_cont .tiles .content p:first-child {
  margin-top: 102px;
  color: #101010;
  font-size: 42px;
}
#p07 #team_cont .tiles .content p:last-child {
	color: #727272;
	letter-spacing: 5px;
	font-size: 22px;
}
#p07 #team_cont .tiles .content:hover {
  opacity: 1;
  transition: opacity .25s ease-in-out;
}

#footer_team-001 {
	position: absolute;
	left: 20px;
	bottom: 0px;
}
/* PAGE CONTACT */
#p08 {
	left: 100%;
	top: 100%;
}
#p08 #contact_cont {
	position: relative;
	width: 800px;
	margin: 200px auto 300px;
}
#p08 #contact_table {
	width: 100%;
	font-family: BebasNeue;
	font-size: 16pt;
}
#p08 #contact_table td {
	width: 360px;
	padding: 10px 20px;
}
#p08 #contact_table .contact_name {
	text-align: right;
	color: #FEC925;
}
#p08 #contact_table .contact_addr {
	text-align: left;
}
#p08 #contact_general_addr {
	margin: 50px;
	text-align: center;
	font-size: 14pt;
	font-family: BebasNeue;
	letter-spacing: 1px;
}
#footer_contact-001 {
	position: absolute;
	left: 40px;
	bottom: 0px;
}

/* PAGE HISTORY */
#p01 #history_cont {
	position: relative;
	width: 800px;
	margin: 100px auto 250px;
}
#p01 #history_cont div {
	position: relative;
	width: 740px;
	padding: 40px 30px 20px;
	background-color: rgba(255,255,255,.15);
	color: #FFF;
	text-align: justify;
	font-family: Arial;
	border-radius: 10px;
}
#p01 #history_cont div p {
	margin: 10px 0px;
}
#footer_history-001 {
	position: absolute;
	width: 110px;
	height: 152px;
	left: 40px;
	bottom: 0px;
}

/* PAGE GALERIE */
#gallery_cont {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* PAGE PARTENAIRES */
#p02 #partners_cont {
	margin: 100px 0px 250px 0px;
}
#p02 #partners_cont table {
	margin: auto;
}
#p02 #partners_cont .tiles {
  position: relative;
  width: 256px;
  height: 256px;
  margin: 15px;
  border: 10px solid #F6F6F6;
  border-radius: 50%;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
#p02 #partners_cont .tiles .content {
  position: relative;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* PAGE SHOP */
#p05 #shop_cont {
	position: relative;
	width: 800px;
	margin: 100px auto 350px;
}
#p05 #shop_cont h2 {
	font-size: 18pt;
	margin-bottom: 10pt;
}
#p05 #shop_cont p {
	margin-bottom: 6pt;
}
#p05 #shop_cont #shopHeader {
	position: relative;
	width: 750px;
	padding: 25px;
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	background-color: rgba(255,255,255,.15);
	margin-bottom: 60px;
}
#p05 #shop_cont table tr td {
	padding: 7px;
}
#p05 .shop-gallery {
	width: 240px;
	height: 240px;
	overflow: hidden;
}
#p05 .shop-gallery img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
}
#p05 .shop_pager_cont {
	position: relative;
	width: 240px;
	height: 20px;
}
#p05 .shop_pager {
	position: absolute;
	width: auto;
	height: 20px;
	left: 50%;
	margin-top: 10px;
	text-align: center;
}
#p05 .shop_pager ul {
	width: 6px;
	height: 6px;
	margin: 5px;
	float: left;
	background-color: #FFF;
	border: 2px solid #101010;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
}
#p05 .shopArticlesText {
	padding: 20px;
	margin-top: -150px;
	background-color: #FFF;
	border-top: 150px solid #FFF;
	border-radius: 0px 0px 10px 10px;
	color: #101010;
	text-align: center;
	border-bottom: 20px solid #fff;
}

/* GLOBAL - PAGES ELEMENTS */
footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.footer_deco {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0px;
	overflow: hidden;
}
.footer_deco div {
	position: absolute;
	width: 100%;
	bottom: -200px;
}
.footer_content {
	margin-top: 200px;
	padding: 20px;
	background-color: #FEC925;
	color: #101010;
}
.footer_content .adresse h2 {
	margin-bottom: 6pt;
}
.footer_content .links {
	position: absolute;
	right: 20px;
	margin-top: -83px;
}
.footer_content .links table td {
	min-width: 90px;
	border-left: 1px solid #101010;
	padding: 10px
}
.footer_content .links a {
	color: #101010;
}

#noelcircus .menubar {
	width: 800px;
	text-align: center;
	margin: 60px auto 10px;
	font-family: BebasNeue;
	font-size: 16pt;
}
#noelcircus #noelmenubanner {
	width: 800px;
	height: 250px;
}
#noelcircus .menubar a {
	color: #FEC925;
	margin: 0 5px;
	text-shadow: 0px 1px 0px #f6181b;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}
#noelcircus .menubar a:hover {
	color: #FFF;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}

#evenementiel .menubar {
	width: 800px;
	text-align: center;
	margin: 60px auto 10px;
	font-family: BebasNeue;
	font-size: 16pt;
}
#evenementiel #evenementielmenubanner {
	width: 800px;
	height: 250px;
}
#evenementiel .menubar a {
	color: #FEC925;
	margin: 0 5px;
	text-shadow: 0px 1px 0px #f6181b;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}
#evenementiel .menubar a:hover {
	color: #FFF;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
}

#copyright {
	position: relative;
	text-align: center;
	margin: 0px;
	font-size: 10pt;
}

/*TitreEvent*/
#TitreEvent {
    display: flex;
 	justify-content: center;
	position: relative;
	width: auto;
	margin: 5% auto;
}
/*Chapiteaux*/
#chapiteauxtext {
    display: flex;
 	justify-content: center;
	position: relative;
	width: auto;
	margin: 5% auto;
}
#chapiteauxtext div {
	position: relative;
	width: 740px;
	padding: 40px 30px 20px;
	background-color: rgba(255,255,255,.15);
	color: #FFF;
	text-align: justify;
	font-family: Arial;
	border-radius: 10px;
}
#chapiteauxtext div p {
	margin: 10px 0px;
}
#objetschapiteaux {
	margin: -2% auto;
	margin-top: auto;
}
/*chateaux gonflable*/
#p05 #chateauxobjet table tr td {
	padding: 10px;
}
#p05 #chateauxobjet .marquee {
	position: relative;
	width: 240px;
}
#chateauxobjet .marquee img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin-bottom: 20px;
}
#chateauxobjet .marquee .marquee_pager {
	position: absolute;
	width: auto;
	height: 20px;
	left: 50%;
	margin-top: -10px;
	text-align: center;
}
#chateauxobjet .marquee .marquee_pager ul {
	width: 6px;
	height: 6px;
	margin: 5px;
	float: left;
	background-color: #FFF;
	border: 2px solid #101010;
	cursor: pointer;
	border-radius: 50%;
}
.pager_focused {
	background-color: #101010 !important;
	border: 2px solid #101010 !important;
}
#chateauxobjet .marquee .marquee_text {
	padding: 20px;
	margin-top: -145px;
	background-color: #FFF;
	border-top: 145px solid #FFF;
	border-radius: 0px 0px 10px 10px;
	color: #000;
}
body {
  background: #234;
}

/*noeltext*/
#noeltext {
    display: flex;
 	justify-content: center;
	position: relative;
	width: auto;
	margin: 5% auto;
}
#noeltext div {
	position: relative;
	width: 320px;
	padding: auto;
	background-color: rgba(255,255,255,.15);
	color: #FFF;
	text-align: center;
	font-family: Arial;
	border-radius: 10px;
}
#noeltext div p {
	margin: 10px 0px;
}
/*#noeltext {
	margin: auto;
}*/

.centerfondue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
  width: 50%;
}

/*firework*/
body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }


.centered-image {
				display: flex;
				justify-content: center; /* Centre horizontalement */
				align-items: center;    /* Centre verticalement */
				position: absolute;
				top: -520px; /* Ajustez la distance depuis le haut */
				left: 50%;
				transform: translateX(-50%);
				width: 100%; /* Optionnel, pour s'étendre sur toute la largeur */
				z-index: 1000;
				width: 300px; /* Ajustez la taille de l'image */
				height: auto;
			}