/***************************************************************/
/*                          Liens Utiles                       */
/***************************************************************/

/*Liens Utiles : affichage site*/
.view-liens-utiles .view-content {
	min-height: 500px;
}
.liens-utiles-page-item {
    height: 230px;
    margin: 10px;
    background-color: white;
    position: relative;
    z-index: -5;
    border: 1px solid white;
    overflow: hidden;
    border: 5px solid #FFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
}
.liens-utiles-page-link {
    position: absolute;
    z-index: 25;
    bottom: 5px;
}
.liens-utiles-page-item .liens-utiles-item-detail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0.9;
    background-color: #00b6ef;
    display: none;
}
.liens-utiles-page-item .liens-utiles-page-title {
    text-align: center;
    width: 100%;
    background-color: white;
    opacity: 0.8;
    font-weight: bold;
    color: #00b6ef;
    font-size: 19px;
    line-height: 23px;
}
.liens-utiles-page-image {
    position: absolute;
    z-index: -2;
    height: 80%;
    overflow: hidden;
    display: flex;
}
.liens-utiles-page-image img {
    margin: auto;
    width: 100%;
}
.liens-utiles-item-detail .liens-utiles-item-title {
    font-size: 18px;
}
.liens-utiles-item-detail .liens-utiles-item-title a {
    color: white !important;
}
.liens-utiles-page-resume {
    height: 60%;
}
.view-liens-utiles .views-row:hover {
    cursor: pointer;
}