@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);

/* --- BODY --- */



/* --- IMAGE-HOVER --- */

.image-hoverh {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 15px;
    color: #141414;
    
    display: inline-block;
    overflow: hidden;
    width: 95%;
    max-width: 95%;
    transform: translateZ(0);


    -moz-box-shadow: 01px 1px 15px 0px #00043;
-webkit-box-shadow: 01px 1px 15px 0px #00043;
-o-box-shadow: 01px 1px 15px 0px #00043;
box-shadow: 01px 1px 15px 0px #00043;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#00043, Direction=134, Strength=15);
}


.dates {

 
    width: 587px;
    max-width: 650px;



}





.espace {
    padding-bottom: 5px;
}


.image-hoverh * {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

.image-hoverh .image {
    padding: 0px 0;
        color: #141414;

}

.image-hoverh .thumb {
    max-width: 100%;

}

.image-hoverh .header {
        color: #141414;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-hoverh .titleh,
.image-hoverh .description {
    position: absolute;
    left: 0;
    
    width: 100%;
    opacity: 0;
    background-color: #fff;
    margin: 0;
    padding: 15px 25px;
}

.image-hoverh .titleh {
    font-weight: bold;
    text-transform: uppercase;
    height: 300px;
    padding-top: 100px;
    top: 0;
    opacity: 0;
    transform: translateY(0%);
    text-align: center;
}
.image-hoverh .description {
    font-size: 0.8em;
    
    bottom: 0;
    
    transform: translateY(0%);
}

.image-hoverh a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.image-hoverh:hover .thumb,
.image-hoverh.hover .thumb {
    transform: scale(1.25);
    
    opacity: 1;
}

.image-hoverh:hover .titleh,
.image-hoverh:hover .description {
    transform: translateY(0);
        opacity: 1;

}