@charset "utf-8";
/* CSS Document */
#facebook {
	position:absolute;
	right:0px;
	bottom:50px;
	width:100px;
	height:132px;
	z-index:80;
	-moz-animation:bounce 0.7s linear infinite;
	animation:bounce 0.7s linear infinite;
	-o-animation:bounce 0.7s linear infinite;
	-ms-animation:bounce 0.7s linear infinite;
				-webkit-animation:bounce 0.7s linear infinite;
}
@-moz-keyframes bounce{
    from{top:106px;}
    10%{top:99px;}
    250px{top:93px;}
    30%{top:89px;}
    40%{top:87px;}
    50%{top:86px;}
    60%{top:87px;}
    70%{top:89px;}
    80%{top:93px;}
    90%{top:99px;}
    to{top:106px;}
}
#postit{ width:250px; height:250px; background-color:#CC3; position:fixed; right:10%; top:100px;
-moz-transform: scale(1) rotate(10deg) translateX(1px) skewX(1deg);
-webkit-transform: scale(1) rotate(10deg) translateX(1px) skewX(1deg);
-o-transform: scale(1) rotate(10deg) translateX(1px) skewX(1deg);
-ms-transform: scale(1) rotate(10deg) translateX(1px) skewX(1deg);
transform: scale(1) rotate(10deg) translateX(1px) skewX(1deg);
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
-webkit-box-shadow: 1px 10px 20px 8px #000000;
box-shadow: 1px 10px 20px 8px #000000;
 font-family: 'cheddar';
 color:#000; font-size:42px; padding:10px; z-index:99999;
}
@font-face {
    font-family: 'cheddar';
    src: url('font/cheddar_jack-webfont.eot');
    src: url('font/cheddar_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/cheddar_jack-webfont.woff2') format('woff2'),
         url('font/cheddar_jack-webfont.woff') format('woff'),
         url('font/cheddar_jack-webfont.ttf') format('truetype'),
         url('font/cheddar_jack-webfont.svg#cheddar_jackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#conteneur{ width:600px; margin:auto; margin-bottom:50px;}
#conteneur a{ font-family: 'lucidax'; color:#FFF; font-size:40px; text-decoration:none; padding:11px; margin:3px; background-color:#111; -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}
#conteneur em{position:relative; top:19px;left:30px;}
	#conteneur a:hover{ background-color:#399;-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}
#juridique{ width:500px; margin:auto; text-align:center;font-family: 'revolution';margin-bottom:10px;}
* {
    margin: 0;
    padding: 0;
}
body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
    color: #FFF;  background: url(planete/g.jpg);
}

div.wrap {
 width:940px; 
    margin: 0 auto;
    padding: 10px 0; 
}


section {
    display: block;
    position: relative;
}
header {
    text-align: center;    
}
header h1 {
    font-size: 126px;
    line-height: 1;
    color: #eee5a2;
    text-transform: uppercase;
    text-shadow: 5px 5px #32312b;
}
header p {
    font-size: 24px; 
    background: #222;
	color:#fff; padding:10px;
    margin: 0 0 10px;  font-family: 'revolution';
	-moz-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-webkit-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-o-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-ms-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}
header p:hover {
    font-size: 12px; 
    background: #000;
	color:#fff; padding:10px;
    margin: 0 0 10px;  font-family: 'revolution';
	-moz-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-webkit-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-o-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-ms-transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
transform: scale(1) rotate(-5deg) translateX(1px) skewX(1deg);
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
-o-transition: all 2s ease;
transition: all 2s ease;
}
header p.disclaimer {
    font-size: 13px;
    color: #777; background: none;
}


ul.cyber {
    position: relative;
    height: 640px;
    list-style: none;
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
    overflow: hidden;
}
ul.cyber li {
    text-indent: -9999px;
    display: block;
    position: absolute;
    border: 1px #555 solid; 
    opacity: 1;
}
ul.cyber li span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.cyber li.active {
    border-color: #aa4200;
}
ul.cyber li.active.Serge,
ul.cyber li.active span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
ul.cyber li.active.Serge span,

ul.cyber li.Serge {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #6CC;
    top: 302px;
    left: 462px;
    border: none;
    -webkit-box-shadow: 0 0 50px #fff;
    -moz-box-shadow: 0 0 50px #fff;
    box-shadow: 0 0 50px #fff;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	background: #fceabb; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fceabb 0%, #fccd4d 31%, #f8b500 55%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fceabb), color-stop(31%,#fccd4d), color-stop(55%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #fceabb 0%,#fccd4d 31%,#f8b500 55%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #fceabb 0%,#fccd4d 31%,#f8b500 55%,#fbdf93 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #fceabb 0%,#fccd4d 31%,#f8b500 55%,#fbdf93 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #fceabb 0%,#fccd4d 31%,#f8b500 55%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.cyber li.Serge span {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;   
}

ul#descriptions h2#Soumaya+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/1.svg); background-size:100%;}

ul.cyber li.Soumaya {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    top: 270px;
    left: 430px;
    z-index: 99; 
}
ul.cyber li.Soumaya span {
    background: #b6bac5;
    top: 0px;
    left: 10px;  width: 20px;
    height: 20px;
	background:url(planete/1.svg); background-size:100%;
}
ul.cyber li.Florian {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 82px;
    -moz-border-radius: 82px;

    border-radius: 82px;
    top: 240px;
    left: 400px;
    z-index: 98;
}
ul.cyber li.Florian span {
    background: #bf8639;
    top: 118px;
    left: 5px; 
	width: 25px;
    height: 25px;
	background:url(planete/2.svg); background-size:100%;
}
ul#descriptions h2#Florian+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/2.svg); background-size:100%;}
ul.cyber li.Naima {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 112px;
    -moz-border-radius: 112px;
    border-radius: 112px;
    top: 210px;
    left: 370px;
    z-index: 97;
}
ul.cyber li.Naima span {
    background: #06c;
    top: 45px;
    left: 0px;
		width: 25px;
    height: 25px;
	background:url(planete/3.svg); background-size:100%;
}
ul#descriptions h2#Naima+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/3.svg); background-size:100%;}
ul.cyber li.Samira {
    width: 280px;
    height: 280px;
    -webkit-border-radius: 142px;
    -moz-border-radius: 142px;
    border-radius: 142px;
    top: 180px;
    left: 340px;
    z-index: 96;
}
ul.cyber li.Samira span {
    background: #aa4200;
    top: 0px;
    left: 175px;
	width: 25px;
    height: 25px;
	background:url(planete/4.svg); background-size:100%;
}
ul#descriptions h2#Samira+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/4.svg); background-size:100%;}
ul.cyber li.Christian {
    width: 340px;
    height: 340px;
    -webkit-border-radius: 172px;
    -moz-border-radius: 172px;
    border-radius: 172px;
    top: 150px;
    left: 310px;
    z-index: 95;
}
ul.cyber li.Christian span {
    background: #e0ae6f;
    top: 80px;
    left: 0px;
	width: 25px;
    height: 25px;
	background:url(planete/5.svg); background-size:100%;
}
ul#descriptions h2#Christian+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/5.svg); background-size:100%;}
ul.cyber li.Emanuel {
    width: 400px;
    height: 400px;
    -webkit-border-radius: 202px;
    -moz-border-radius: 202px;
    border-radius: 202px;
    top: 120px;
    left: 280px;
    z-index: 94;
}
ul.cyber li.Emanuel span {
    background: #dfd3a9;
    top: 20px;
    left: 300px; 
	width: 20px;
    height:20px;
	background:url(planete/6.svg); background-size:100%;
}
ul#descriptions h2#Emanuel+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/6.svg); background-size:100%;}
ul.cyber li.Emanuel span.ring {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: none;
    border: 2px solid #5a4e34;
    left: -8px;
    top: -2px;
    -webkit-transform: skewY(50deg);
    -moz-transform: skewY(50deg);
    -o-transform: skewY(50deg);
    transform: skewY(50deg);
}
ul.cyber li.Goeffrey {
    width: 460px;
    height: 460px;
    -webkit-border-radius: 232px;
    -moz-border-radius: 232px;
    border-radius: 232px;
    top: 90px;
    left: 250px;
    z-index: 93;
}
ul#descriptions h2#Goeffrey+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/7.svg); background-size:100%;}
ul.cyber li.Goeffrey span {
    background: #82b3d1;
    top: 3px;
    left: 300px;
		width: 20px;
    height:20px;
	background:url(planete/7.svg); background-size:100%;
}
ul.cyber li.Alexander {
    width: 520px;
    height: 520px;
    -webkit-border-radius: 262px;
    -moz-border-radius: 262px;
    border-radius: 262px;
    top: 60px;
    left: 220px;
    z-index: 92;
}
ul.cyber li.Alexander span {
    background: #77c2ec;
    top: 0px;
    left: 200px;
		width: 10px;
    height:10px;
	background:url(planete/8.svg); background-size:100%;
}
ul#descriptions h2#Alexander+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/8.svg); background-size:100%;}
ul.cyber li.Thibault {
    width: 580px;
    height: 580px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 30px;
    left: 190px;
    z-index: 91;
}
ul.cyber li.Thibault span {
    background: #7c6a5c;
    top: 40px;
    left: 100px;
		width: 30px;
    height:30px;
	background:url(planete/9.svg); background-size:100%;
}
ul#descriptions h2#Thibault+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/9.svg); background-size:100%;}
ul.cyber li.Jonathan {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 80px;
    left: 100px;
    z-index: 91;
}
ul.cyber li.Jonathan span {
    background: #7c6a5c;
    top: 0px;
    left: 30px;
	width: 30px;
    height:30px;
	background:url(planete/10.svg); background-size:100%;
}
ul#descriptions h2#Jonathan+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/10.svg); background-size:100%;}

ul.cyber li.Djibril{
    width: 300px;
    height: 300px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 20px;
    left: 100px;
    z-index: 91;
}
ul.cyber li.Djibril span {
    background: #7c6a5c;
    top: 0px;
    left: 100px;
		width: 20px;
    height:20px;
	background:url(planete/11.svg); background-size:100%;
}
ul#descriptions h2#Djibril+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/11.svg); background-size:100%;}
ul.cyber li.Grietje{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 400px;
    left: 500px;
    z-index: 91;
}
ul.cyber li.Grietje span {
    background: #7c6a5c;
    top: 5px;
    left: 0px;
	width: 20px;
    height:20px;
	background:url(planete/12.svg); background-size:100%;
}
ul#descriptions h2#Grietje+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/12.svg); background-size:100%;}
ul.cyber li.Yassine{
    width: 400px;
    height: 400px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 100px;
    left: 150px;
    z-index: 91;
}
ul.cyber li.Yassine span {
    background: #7c6a5c;
    top: 0px;
    left: 140px;
	width: 20px;
    height:20px;
	background:url(planete/13.svg); background-size:100%;
}
ul#descriptions h2#Yassine+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/13.svg); background-size:100%;}
ul.cyber li.Marc{
    width: 200px;
    height: 200px;
    -webkit-border-radius: 292px;
    -moz-border-radius: 292px;
    border-radius: 292px;
    top: 200px;
    left: 300px;
    z-index: 91;
}
ul.cyber li.Marc span {
    background: #7c6a5c;
    top: 0px;
    left: 40px;		width: 20px;
    height:20px;
	background:url(planete/14.svg); background-size:100%;
}
ul#descriptions h2#Marc+p::before {
	content: ''; 
	position:absolute; top:-60px; left:70px; z-index:9999;
    width: 100px;
    height: 100px;
	background:url(planete/14.svg); background-size:100%;}

ul#descriptions {
    position: absolute;
    top: 90px;
    right: 0px;
    list-style: none;
}

@font-face {
    font-family: 'lucidax';
    src: url('font/lhandw.eot');
    src: url('font/lhandw.eot?#iefix') format('embedded-opentype'),
         url('font/lhandw.woff') format('woff'),
         url('font/lhandw.ttf') format('truetype'),
         url('font/lhandw.svg#lucida_handwritingitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'revolution';
    src: url('font/revolution.eot');
    src: url('font/revolution.eot?#iefix') format('embedded-opentype'),
         url('font/revolution.woff') format('woff'),
         url('font/revolution.ttf') format('truetype'),
         url('font/revolution.svg#revolutionrevolution') format('svg');
    font-weight: normal;
    font-style: normal;

}

ul#descriptions h2 {
    font-family: 'revolution';
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    font-size: 20px;
    position: relative;
    z-index: 101;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
ul#descriptions h2:hover {
   color:#333; 
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
ul#descriptions li p {
    position: absolute;
    left: -200px;
    top: 0;
    width: 180px;
    display: inline;

    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #111;
    padding: 30px;
    color: #767892;
    line-height: 1.7;
    z-index: 100;
    border: 1px solid #222;
}
ul#descriptions h2:hover+p {
    visibility: visible;
    opacity: 0.9;
    left: -280px;
}

/* CSS3 Animations */
ul.cyber li {
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit;
    
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -moz-animation-name:orbit;
}

ul.cyber li.Soumaya {-webkit-animation-duration:5s; -moz-animation-duration:5s;}
ul.cyber li.Florian {-webkit-animation-duration:8s; -moz-animation-duration:8s;}
ul.cyber li.Naima {-webkit-animation-duration:12s; -moz-animation-duration:12s;}
ul.cyber li.Samira {-webkit-animation-duration:20s; -moz-animation-duration:20s;}
ul.cyber li.asteroids_meteorids {-webkit-animation-duration:50s; -moz-animation-duration:50s;}
ul.cyber li.Christian {-webkit-animation-duration:30s; -moz-animation-duration:30s;}
ul.cyber li.Emanuel {-webkit-animation-duration:60s; -moz-animation-duration:60s;}
ul.cyber li.Goeffrey {-webkit-animation-duration:70s; -moz-animation-duration:70s;}
ul.cyber li.Alexander {-webkit-animation-duration:100s; -moz-animation-duration:100s;}
ul.cyber li.Thibault {-webkit-animation-duration:120s; -moz-animation-duration:120s;}
ul.cyber li.Jonathan{-webkit-animation-duration:60s; -moz-animation-duration:60s;}
ul.cyber li.Djibril{-webkit-animation-duration:60s; -moz-animation-duration:60s;}
ul.cyber li.Grietje{-webkit-animation-duration:20s; -moz-animation-duration:20s;}
ul.cyber li.Yassine{-webkit-animation-duration:30s; -moz-animation-duration:30s;}
ul.cyber li.Marc{-webkit-animation-duration:15s; -moz-animation-duration:15s;}

@-webkit-keyframes orbit { from { -webkit-transform:rotate(0deg) } to { -webkit-transform:rotate(360deg) } }
@-webkit-keyframes moon { from { -webkit-transform:rotate(0deg) } to { -webkit-transform:rotate(360deg) } }

@-moz-keyframes orbit { from { -moz-transform:rotate(0deg) } to { -moz-transform:rotate(360deg) } }
@-moz-keyframes moon { from { -moz-transform:rotate(0deg) } to { -moz-transform:rotate(360deg) } }

/*ul.cyber:hover li {-webkit-animation-play-state: paused;} */



/* iPad  */
@media only screen and (max-device-width:1024px) {
    p.links {
        text-align: center;
        width: 350px;
        margin: 0 auto;
    }
	a.about, a.twitter {
		position: static;
		text-align: left;
		margin: 0 10px 0 0;
		float: left;
	}
}