/*menu*/

body {

  background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
        
}

.parent2 {
  top:15px;
  left:15px;
  position:fixed;
 display:block;
  width:100px;
  height:100px;
  background-color:transparent;
  border-radius:50%;
  z-index:20;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.test1 {
  width:60%;
  height:60%;
  background-color:dimGray;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:70px;
    top:25%;
  left:25%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    position:absolute;
}
.test2 {
  width:60%;
  height:60%;
  background-color:dimGray;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:70px;
    top:25%;
  left:25%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
}
.test3 {
  width:60%;
  height:60%;
  background-color:dimGray;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:70px;
    top:25%;
  left:25%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;  
}
  .test4 {
  width:60%;
  height:60%;
  background-color:dimGray;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height:70px;
  top:25%;
  left:25%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;  
}
.mask2 {
  top:15px;
  left:15px;
  width:100px;
  height:100px;
  background:darkSlateGray;
  border-radius:50%;
  position:absolute;
  z-index:21;
  color:white;
  text-align:center;
  line-height:120px;
  cursor:pointer;
  position:fixed;
}

/*compétences*/

.bean-skills { 
	width: 50%;
  margin-left: 5%; 
  padding:0;
	}

.bean-skills p { 
	margin-bottom: 20px; 
	}

ul.bean-skillset {
	float: left;
	width: 100%;
	list-style-type: none;
	}

.skill-percent { 
	float: right; 
	}

li.skill-bar {
	background-color: #7BC673;
	color: #FFF;
	font: bold 12px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 3px;
	padding: 2px 8px;
	width: 300px;	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
		    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);        
	}

/*contact*/
.contact {
  padding: 5% 0% 10% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: left;
}

.contact i {
  padding: 0 20px;
  font-size: 0.8em;

}

.contact h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5em;
  border: 1px solid #555;
  background-color: rgba(0,0,0,0.6);
  padding-top: 20px;
  height: 75px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  padding-left: 50px;
  text-align: center;
}

#map-canvas {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}

/*présentation*/

.photo {
  position: relative;
  width: 80%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  opacity: 0.7;
  filter: alpha(opacity=50);
}

.photo:hover .overlay {
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 100%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

/*gallery*/
.gallery
{
    display: inline-block;
    margin-top: 20px;
}

/*présentation des projets*/
.langage{
  padding-left: 2%;
  margin-left: 2%;
}

.projets{
  padding-left: 4%;
  margin-left: 4%;
}

/*pied*/
#mail{
  padding-left: 2%;
  margin-left: 2%;
}

#numero{
  padding-left: 2%;
  margin-left: 2%;
}

#copyright{
  padding-left: 2%;
  margin-left: 2%;
}

/*plan du site*/

html {
  height: 100%;
  font-family : arial, sans-serif;
  color : white;
   overflow-y:scroll;
}

header{ 
height :3%;
	background-repeat : no-repeat;
	font-family : arial, sans-serif;
	color : white;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

nav { 
	float : left; 
	width : 15%;
	font-family : arial, sans-serif;
	color : white;
	position : fixed;
  color : white;
} 

section { 
	margin-left : 15%;
	font-family : arial, sans-serif;
  color : white;
  display:block;
  padding: 0% 0% 5% 0%;
} 

footer {
	font-family : arial, sans-serif;
	padding: 1%;
  height:25%;
  bottom: 0%;
  left: 0%;
  right:0%;
  width:100%;
  color : white;
  clear: both;
  position:relative;
  display : table-row;
}

body{
	font-size : medium;
  position:relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  display : table;
}

html, body {
  height: 100%;
  margin: 0; padding: 0;
}

table {
        border-collapse: separate;
        border-spacing: 15px 25px;
}

.cacher{
	visibility: hidden;
}

a{
  text-decoration:none;
  color: #ff6666;
}

a:hover{
  color: #A00606;
}

ul{
  list-style-type: none;
  }