header{
    background-image: url(../img/inceptio.jpg);
    background-position-y: 0px;
}

header h2{
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0,1);
}

span.header_cover{
    display: block;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100vh;
    background-color: black;
}


.descriptionprojet p.description{
    line-height: 1.45;
    color: #ccc;
}
.descriptionprojet p.description a span.imp:hover{
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    color: #fff;
}

.descriptionprojet p.description span.prob{
    font-style: italic;
    font-family: "sofia_proregular";
    display: inline-block;
    margin: 0;
/*    color: #00acc1;*/
}

.descriptionprojet p.description span.princ{
    padding: 5px 15px;
}

.scenarisationimage{
    min-width: 100%;
    width: 100%;
}

.scenarisationcache{
    display: none;
}