/* *************************typewritter***************************** */
/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);
body{
  font-family: 'Anonymous Pro', monospace;  
}
.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}
header{
    background-image: url("../img/photo_header1.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    position: relative;
}
.parallax {
    /* The image used */
    background-image: url("../img/photo_header1.jpg");
    height: 100%; 
    /* création du parralax au scroll */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:950px;
    width: 100%; 
}

/* ============================ */
.titre{
    position: absolute;
    top:20%;
    right: 50%;
}
footer{
    background-color: #808080;
}
section{
    margin-bottom: 5%;
    margin-top: 5%;
}
.img-block{
    height: 300px;
    overflow: hidden;
}
img{
    width: 100%;
}
/* Section a propos */
.about{
    text-align: center;
}
.bouton a{
    text-decoration: none; 
    color: white;
}
/* Bloc competence */
.img-competence{
    width: 30%;
}
/* Section Loisirs */
.padding_card{
    margin-right: 35px;
    margin-left: 35px;
}
/* Section Réalisation */

#portfolio{
    /* background-image: url(http://getwallpapers.com/wallpaper/full/c/5/f/399767.jpg); */
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    opacity: 0;
    background: #1ee2e7;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

/* #portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
} */

#portfolio * {
    z-index: 2;
}
/* Fin réalisation  */

/* Debut Mes experience */
/*  */

/* Fin mes Experience */
/* Animation */
.anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}
nav{
    -webkit-box-shadow: 0px 17px 30px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 17px 30px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 17px 30px 0px rgba(0,0,0,0.36);
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
/* ************************************************type writerr end *********************************** */
