@charset "UTF-8";

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 0;
    margin: 0;
/*    border: none !important;*/
}

body {
    background-color: rgb(30,20,30);/* #1e141E;*/
    height:100%;
    text-align: center;
}
.wrapper {
    position: relative;
    max-width: 320px;
    min-height: 320px;
    margin: 0 auto;
}

.entree-btn {
    width: 50%;
    display: block;
    margin: 200px auto 0px;
    padding: 8px;
    background: linear-gradient(lightgrey, white);
    box-shadow: 0 0 12px black;
    border-radius: 8px;
}

.entree {
    position: relative;
    z-index: 20000;
    top: 0;
    border: 1px dotted black;
    background: rgb(30,20,30) url("../images/epitaphe-le-chien.png") no-repeat scroll 50% 50%;
    height:400px;
}

.epitaf {
    position: absolute;
    top: 0;
    color: #4E5746;
    background: url('../images/tombe1.jpg') no-repeat;
    width: 100%;
    max-width: 320px;
    height:320px;
    box-shadow: inset 0px 0px 40px 18px rgba(30,20,30,1);
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
/*    transform-style: preserve-3d;*/
/*    box-shadow: inset 0px 0px 130px rgba(30,20,30,1);*/
    
/*    border: 1px dotted blue;*/
}

.libelle {
    position: relative;
    top: 120px;
    width: 100%;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 65px;
    font-size: 20px;
/*    text-shadow: inner 2px 2px rgba(0,0,0,.3);*/
    text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}
.libelle:before {
    content: "“"; /*”*/
}
.libelle:after {
    content: "”";
    /*content: "Le fil rouge, c'est toujours le fil rouge.”";
    content:"Mesdames et messieurs, veuillez accrocher votre ceinture, nous passons une zone de turbulence";*/
}


a {
    text-decoration: none;
    color:inherit;
}
a:hover{
    text-decoration: underline;
}

.icon {
    display: inline;
    padding: 0 10px;
}
.icon img {
    max-width: 30px;
}
.fb img{
    width: 100%;
    height:auto;
}

.social {
    position: relative;
    margin-top: 160px;
}

.share {
    padding: 10px;
}
.icon a img{
    -webkit-filter: saturate(0.15);
    transition: -webkit-filter .4s;
}
.icon a:hover img{
    -webkit-filter: saturate(1);
}

#trace {
    position:absolute;
    top: 160px;
    left: 140px;
}
