@charset "UTF-8";
/* CSS Document */

.content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;

}

.content .image-tempo img{
	width: 100%;
}

.content a.bloc {
	cursor: pointer;
    position: absolute;
    display: block;
    background-color: white;
    opacity: 0%;
    max-height: 6%;
    max-width: 26%;
    right: 9%;
    top: 40%;
    z-index: 2;
    width: 100%;
    height: 100%;
}