/*********************************************************************/

/*																	 */

/*								CSS Du a propos  					 */

/*																	 */

/*********************************************************************/
.fa{

padding: 10px;
    text-align: center;
    vertical-align: middle;
	margin: 10px;
    width: 40px;
    height: 40px;
	color:#F4F4F4;
    border-radius: 50%;
}
.fa-twitter:hover {
color:#5EA9DD;
}
.fa-pinterest-p:hover{
color:#BD081B;
}
.fa-facebook:hover{
color:#3B5998;
}
#moi section {
    padding: 2%;
    height: 100%;
}
#moi .cross{
background-color: #808080;
color: #F4F4F4;
}
#Taji {
    background: #F4F4F4;
}
#Taji #corps {

}
#AD {
    background: grey;
	float:left;
	color: #F4F4F4;
}
.rounded {
	margin:auto;
	margin-top: 25px;
    text-align: center;
    vertical-align: center;
    padding-top: 15px;
    width: 100px;
    height: 100px;
    background: #808080;
    border-radius: 50%;
}

.rounded2 {
	margin-bottom: 10px;
	margin:auto;
    text-align: center;
    vertical-align: center;
    width: 150px;
    height: 150px;
	padding: 10px;
    background: #F4F4F4;
    border-radius: 50%;
}
/*********************************************************************/

/*																	 */

/*								CSS De l'ordi    					 */

/*																	 */

/*********************************************************************/

#ordi {
    background: url('../img/ordiback.jpg')
    /*bluescreen -> #0000AA*/
}
.icon {
    margin: 30px;
    display: inline-block;
    width: 100px;
}
.icon img {
    max-width: 100px;
}
.icon p {
    text-align: center;
    color: white;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}
#innerIcon {
    margin: auto;
    width: 700px;
    margin-top: 100px;
}
/*********************************************************************/

/*																	 */

/*								CSS De la galerie  					 */

/*																	 */

/*********************************************************************/
#galerie .cross{
background-color: #808080;
color: #F4F4F4;
}
strong{
font-size: 1.2em;
}
#galerie img {
    height: auto;
    max-width: 100%;
}
#presentation img {
    max-width: 100%;
    text-align: center;
}
#presentation .projet:hover img {} #galerie,
#ordi,
#moi,
#contact {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    /* TOUT*/
    /*	visibility: hidden;*/
}
#galerie {
    background: url('../img/bamback.jpg');
}
.projet {
    position: relative;
    display: inline-block;
    max-width: 750px;
    height: 100%;
    margin: 80px 20px 0;
    vertical-align: center;
    overflow: hidden;
}
#presentation {
    min-height: 70%;
}
.inactive {
    visibility: hidden;
}
.largePresentation {
    width: 8000px;
}
.cross {
    right: 30px;
    position: fixed;
    padding: 20px;
    background: #F4F4F4;
	color:#808080;
}
.projet aside {
    background: #454D5A;
    color: #F3F3F3;
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: -25%;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}
.projet:hover aside {
    bottom: 0px;
}
/*********************************************************************/

/*																	 */

/*				CSS EXCLUSIF A LA MAP !!!! ci dessous				 */

/*																	 */

/*********************************************************************/

#arbre {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../sprite/jeubasePlan1.png');
    width: 800px;
    height: 400px;
    z-index: 200;
}
#fondecran {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../sprite/fondecran.gif');
    width: 800px;
    height: 400px;
    z-index: 0;
}
#eau {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../sprite/eau.gif');
    width: 800px;
    height: 400px;
    z-index: -1000;
}
#minile {
    position: absolute;
    background: url('../sprite/minile1.png');
    width: 46px;
    height: 71px;
    z-index: 150;
		top:200px;
	left: 20px;/*old 60*/
    -webkit-animation: flotte2 12s ease-in-out infinite;
    /* Chrome, Safari, Opera */
    animation: flotte2 12s ease-in-out infinite;
}
#map {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 100px auto auto;
    background: url('../sprite/jeubase.png');
    z-index: 50;

    -webkit-animation: flotte 8s ease-in-out infinite;
    /* Chrome, Safari, Opera */
    animation: flotte 8s ease-in-out infinite;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes flotte {
    0% {
        transform: translateY(00px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(00px);
    }
}
/* Standard syntax */

@keyframes flotte {
    0% {
        transform: translateY(00px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(00px);
    }
}
/* Chrome, Safari, Opera */

@-webkit-keyframes flotte2 {
        0% {
        transform: translate(00px,00px);
    }
    50% {
        transform: translate(50px,100px);

    }
     100%{  transform: translate(00px,00px);
    }
}
/* Standard syntax */

@keyframes flotte2 {
  0% {
        transform: translateY(00px);
		 transform: translateX(00px);
    }
    50% {
        transform: translateY(100px);
		 transform: translateX(15px);
    }
    100% {
        transform: translateY(00px);
		 transform: translateX(00px);
    }
}
#virtuel {
    margin: auto;
    position: relative;
    width: 800px;
    height: 400px;
    top: -160px;
    left: 80px;
}
/* spriteset de base */

.block {
    height: 52px;
    width: 64px;
    position: absolute;
    background: url('../sprite/map-2.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
/*et tout le design*/

/*.block_0{background-image: url('../sprite/bloc2.png');}*/

/**************************************************/

.perso {
    position: absolute;
    background: url('../sprite/perso.gif');
    height: 120px;
    width: 64px;
    background-position: 0px 0px;
    top: 180px;
    left: 280px;
    z-index: 10;
}
/*********************************************************************/

/*																	 */

/*								CSS Du Contact   						 */

/*																	 */

/*********************************************************************/

#contact{
background: url("../img/dark_wood.png") repeat;
margin:auto;

}
#contact h2{
margin: 10px;
text-align: center;
color : #F4F4F4;
}
#form{
position:relative;
width: 430px;
margin: auto;
}

.cssform{margin-top: 50px; margin:auto;}
.cssform p{
color: #F4F4F4;
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type=&quot;text&quot;]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
#send input { margin-top : 10px;
					margin-bottom: 15px;
					padding: 2px;}
/*********************************************************************/

/*																	 */

/*								CSS Du Menu    						 */

/*																	 */

/*********************************************************************/

nav ul li {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px;
    color: white;
    border: solid 1px white;
}
nav {
    position: relative;
    z-index: 500;
    color: white;
}
/*********************************************************************/

/*																	 */

/*								CSS De base        					 */

/*																	 */

/*********************************************************************/

html,
body,
div,
span,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
a img,
img,
ol,
ul,
li,
form,
label,
fieldset,
article,
aside,
header,
footer,
nav,
section,
video {
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
}
/* CSS */

html,
body {
    position: relative;
    font-family:  'Roboto', sans-serif;
	color: #343434;
	font-weight: 300;
}
header {
    text-align: center;
    padding-top: 50px;
}
.connection {
    position: relative;
   
    color: white;
    z-index: 500;
   
}
.connection li {
 background-color: #639DBC;
}
html {
    background: url('../img/stardust.png');
    background-size: 100%;
    height: 100%
}
body {
    min-height: 100%
	
}
h1,h2,h3,h4 {
font-family: 'Amatic SC', cursive;
}
h2 {
    font-size: 2em;
    text-transform: uppercase;
   /* word-spacing: -0.15em;*/
    padding: 5px 0px;
}
.floatl {
    float: left;
    margin: 12px;
}
.floatr {
    float: right;
    margin: 12px;
}
/*

@media screen and (min-width: 46em) {*/
    *[class*="col_"] {
        display: inline-block;
        padding: 0.75em;
    }
    /*article{
background:grey;}*/
    .col_20 {
        width: 20%;
    }
    .col_25 {
        width: 25%;
    }
    .col_33 {
        width: 33%;
    }
    .col_40 {
        width: 40%;
    }
    .col_50 {
        width: 50%;
    }
    .col_60 {
        width: 60%;
    }
    .col_66 {
        width: 66%;
    }
    .col_75 {
        width: 75%;
    }
    .col_100 {
        width: 100%;
    }
/*}*/