body { 
    background-color:white;
    background:url(../img/diagonal_striped_brick.png) repeat fixed;
}
body, html {
    width: 100%;
    height: 100%;
}
header {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #333333;
    text-align: center;
    background: url(../img/intro_bg.jpg) no-repeat top center scroll;
    background-color: #FFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
}
@media(min-width:767px) {
    header {
        height: 100%;
        padding: 0;
    }
}
.jumbotron {
    background-image:url(../img/blacksquare.png);
    color: #FFF;
}
.competences, .portfolio, footer {
    background: none repeat scroll 0 0 #FFF;
    padding: 50px 0;
}
.competences {
    background-color:#7FBBDA;
    color: #FFF;
}
.panel {
    color: #333333;
}
.panel dl {
    margin-left: 15px;
}
.titre-intro {
    display: table;
    height: 300px;
    width: 100%;
}
.vert-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.alert {
    position: fixed;
    top: 60px;
    z-index: 7000;
    width: 75%;
    left: 50%;
    margin: 0 0 0 -37.5%;
    display: none;
}
#btn-cancel {display: none;}
.portfolio .pj-preview {
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.portfolio .pj-preview span {
    position: absolute;
    opacity: 0;
}
.portfolio .pj-preview:hover span {
    opacity: 0.6;
    transition: all 600ms ease;
}
.portfolio .pj-preview:hover span.btn-show {
    top: 80px;
    opacity: 1;
    transition: all 600ms ease;
}
.portfolio span.btn-show {
    top: 90px;
    left:65px;
    margin: 0 auto;
}
.portfolio span.bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.pj-preview {
    margin: 5px;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.remixjobs, .linkedin {
    width: 48px;
    height: 48px;
    display: inline-block;
    text-indent: -4999px;
    background: url(../img/social-sprite.png) no-repeat;
    margin: 30px 5px 0 0;
}
.remixjobs {background-position: left bottom;}
.remixjobs:hover {background-position: left top;}
.linkedin {background-position: right bottom;margin-left: 40px;}
.linkedin:hover {background-position: right top;}