@charset "UTF-8";

/* font-family: 'Comfortaa', cursive */
h1{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 3.5em;
  text-align: center;
}

#contenuSite{
  background-color: #fbfbfb;
  width:100%;
}

/* header */
.header{
  width:100%;
  background-color: #fbfbfb;
/*  -moz-box-shadow: 0px 0px 20px 10px #343434;
  -webkit-box-shadow: 0px 0px 20px 10px #343434;
  -o-box-shadow: 0px 0px 20px 10px #343434;
  box-shadow: 0px 0px 20px 10px #343434;*/
  z-index: 2;
}
/* fin header */

/* banniere */
#banniere{
  background-image: url(../images/bureau/bureauheader.jpg);
  background-size: 100%;
  width:100%;
  height:300px;
  z-index: 1;
  text-align: center;
}

#banniere h2{
  color:yellow;
  width:100%;
  font-size: 2.5em;
  text-transform: uppercase;
  text-align: center;
}

#macbook{
  float:left;
  margin-left: -15px;
}

#olympus{
  float:right;
  margin-right: -15px;
  margin-top: -68px;
}
/* banniere */

/* portrait */
#portrait{
  text-align: center;
height: 30em;
padding: 2.5em;
}

#nom{
      margin-top: 4em;
}

#Guillaume{
  font-family: 'Comfortaa', cursive;
  font-size: 3em;
  color: #1abc9c;
  display:inline-block;
  /* Rotate div */
-ms-transform: rotate(-7deg); /* IE 9 */
-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
transform: rotate(-7deg);
z-index: 1;
}

#HUGUES{
  font-family: 'Comfortaa', cursive;
  font-size: 4em;
    display:inline-block;
    margin-top: -15px;
    z-index: 2;
}

#nom p{
  font-family: 'Comfortaa', cursive;
  font-size: 2em;
      margin:0 auto;
}

.photo{
width: 264px;
height: 336px;
margin-left: 4em;
margin-right: 4em;
  background-color: #1abc9c;
}

#description{
  font-family: 'Comfortaa', cursive;
  font-size: 1.3em;
  text-align: left;
  margin-top: 4em;
}
/* fin portrait */

/* compétences */

#competences{
  width:100%;
  height:42em;
  background-image: url(../images/bureau/planche-bois-projet.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 1em;
}

#competences h1{
  color:white;
  display:inline-block;
  text-transform: uppercase;
}



/* fin compétences */

/* carrousel2 */
#carrousel2{
  height: 14em;
  background-color: #1abc9c;
  width:100%;
/*  -moz-box-shadow: 0px 0px 20px 10px black;
  -webkit-box-shadow: 0px 0px 20px 10px black;
  -o-box-shadow: 0px 0px 20px 10px black;
  box-shadow: 0px 0px 20px 10px black;*/
  z-index: 1;
}
/* fin carrousel2 */

/* projet */
#projets{
  position: relative;
  z-index:1;
  width:100%;
  height:42em;
  background-image: url(../images/bureau/planche-bois-projet.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.magazines{

}

#magazine1{
  position: absolute;
  width: 40%;
  margin-left: 60px;
  margin-top: 33px;
}

#magazine2{
  position: absolute;
  width: 40%;
  margin-left: 60px;
  margin-top: 30px;
}

#magazine3{
  position: absolute;
  width: 30%;
  margin-left: 3%;
  margin-top: 3%;
}

#ipad{
  position: absolute;
  width: 40%;
  margin-left: 55%;
  margin-top: 230px;
}

.polaroid{
  width:30%;

}

#pola1{
  position: absolute;
  margin-left: 60%;
}

#pola2{
  position: absolute;
  margin-left: 71%;
}
/* fin projet */

/* CV */
#CV{
  position: relative;
  z-index:3;
  background-color: white;
  height: 150px;
  text-align: center;
  /*-moz-box-shadow: 0px 0px 20px 10px black;
  -webkit-box-shadow: 0px 0px 20px 10px black;
  -o-box-shadow: 0px 0px 20px 10px black;
  box-shadow: 0px 0px 20px 10px black;*/
  padding-top: 0.7em;
  line-height: 2em;
}

#test{vertical-align: middle;
padding:0px;}

#curriculum{
  color:#1abc9c;
  display:inline-block;
  margin-right: 0.5em;
}

#download{
  width:180px;
  height:45px;
  position:absolute;
  display: inline-block;
  margin-top: 26px;
}

#telecharger{
  display: inline-block;
  color: black;
  font-family: "Comfortaa", cursive;
  font-size:1em;
  text-transform: uppercase;
  border: 0.1em solid #1abc9c;
  padding: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s linear;
}

#telecharger:hover{
  display: inline-block;
  color: white;
  background-color: #1abc9c;
  font-family: "Comfortaa", cursive;
  font-size:1em;
  text-transform: uppercase;
  border: 0.1em solid #1abc9c;
  padding: 0.3em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  animation: bounce 0.35s ease infinite alternate;
}

@keyframes bounce{
     from {transform: translateY(0);}
     to   {transform: translateY(-5px);}
}

#CV p{
  font-family: 'Comfortaa', cursive;
  font-size: 1.5em;
}

/* fin CV */

/* footer */
footer{
  position: relative;
  z-index:2;
  width:100%;
  height:400px;
  background-color: black;
  text-align: center;
  padding-top: 2.5em;
}

footer #contact{
  color:#1abc9c;
}

footer .iconeContact{
  width:10%;
  margin-top: 2.5em;
}

footer .coordonnees{
  font-family: "Comfortaa", cursive;
  font-size: 1.7em;
  color: white;
  margin-top: 0.5em;
}

footer #reseauxSociaux{
  margin-top: 2.5em;
  display:flex;
  justify-content: center;
  align-items: center;
}

#logoFooter{
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.social{
  position: relative;
  background-color: black;
  width: 40px;
  height:40px;
  display:flex;
  justify-content:center;/*centre les logos horizontalement*/
  align-items: center;/*centre les logos verticalement*/
  border-radius: 50%;
  overflow: hidden;
}

.social img{
  z-index: 2;
  width:30px;
  height:30px;
}

.fondfacebook, .fondlinkedin{
  top:-40px;
  z-index: 1;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #1abc9c;
  position: absolute;
  transition: 1.5s;
}

.fondfacebook{
  background-color: #1abc9c;
}

.fondfacebook{
  background-color: #1abc9c;
}

.social:hover .fondfacebook{
  top:0;
}

.social:hover .fondlinkedin{
  top:0;
}

/*fin footer*/

/*                   MEDIA QUERIES                   */

@media all and (max-device-width: 480px){
  /* compétences */
  #competences{
    width:100%;
    height:30em;
    background-image: url(../images/bureau/planche-bois-projet.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  /* fin compétences */

  /* projet */
  #projets{
    width:100%;
    height:30em;
    background-image: url(../images/bureau/planche-bois-projet.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  /* fin projet */

  /* CV */
  #CV{
    background-color: white;
    height: 190px;
    text-align: center;
    /*-moz-box-shadow: 0px 0px 20px 10px black;
    -webkit-box-shadow: 0px 0px 20px 10px black;
    -o-box-shadow: 0px 0px 20px 10px black;
    box-shadow: 0px 0px 20px 10px black;*/
    padding-top: 0.7em;
    line-height: 2em;
  }


  #curriculum{
    color:#1abc9c;
    display:inline-block;
    margin-right: 0.5em;
  }

  #download{
    width:180px;
    height:45px;
    position:absolute;
    display: inline-block;
    margin-top: 26px;
  }

  #telecharger{
    display: inline-block;
    color: black;
    font-family: "Comfortaa", cursive;
    font-size:1em;
    text-transform: uppercase;
    border: 0.1em solid #1abc9c;
    padding: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s linear;
  }

  #telecharger:hover{
    display: inline-block;
    color: white;
    background-color: #1abc9c;
    font-family: "Comfortaa", cursive;
    font-size:1em;
    text-transform: uppercase;
    border: 0.1em solid #1abc9c;
    padding: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
    animation: bounce 0.35s ease infinite alternate;
  }

  @keyframes bounce{
       from {transform: translateY(0);}
       to   {transform: translateY(-5px);}
  }

  #CV p{
    font-family: 'Comfortaa', cursive;
    font-size: 1.5em;
  }

  /* fin CV */

  /* footer */
  footer{
    width:100%;
    height:53em;
    background-color: black;
    text-align: center;
    padding-top: 2.5em;
  }

  footer #contact{
    color:#1abc9c;
  }

  footer .iconeContact{
    width:7%;
    margin-top: 1em;
  }

  footer .coordonnees{
    font-family: "Comfortaa", cursive;
    font-size: 1.7em;
    color: white;
    margin-top: 0.5em;
  }

  footer #reseauxSociaux{
    margin-top: 2.5em;
    display:flex;
    justify-content: center;
    align-items: center;
  }

  #logoFooter{
    width:10%;
    margin-left: 1.25em;
    margin-right: 1.25em;
  }

  .social{
    position: relative;
    background-color: black;
    width: 50px;
    height:50px;
    display:flex;
    justify-content:center;/*centre les logos horizontalement*/
    align-items: center;/*centre les logos verticalement*/
    border-radius: 50%;
    overflow: hidden;
  }

  .social img{
    z-index: 2;
    width:50px;
    height:50px;
  }

  .fondfacebook, .fondlinkedin{
    top:-50px;
    z-index: 1;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #1abc9c;
    position: absolute;
    transition: 1.5s;
  }

  .fondfacebook{
    background-color: #1abc9c;
  }

  .fondfacebook{
    background-color: #1abc9c;
  }

  .social:hover .fondfacebook{
    top:0;
  }

  .social:hover .fondlinkedin{
    top:0;
  }

  /*fin footer*/
}
