.accrochages {
    width: 100%;
}

 
.accrochages_list {
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.accrocages_mozaic .col-xs-3{
    margin:0px;
    padding: 0px;
    
}



.bloc_photo_accrochage {
    position: relative;
    margin: 40px 0px;
}
 

.accrocages_mozaic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #f006;*/
}

.box_accrochage {
    /* width: 100%; */
    margin: 0px;
    height: 232px;
    opacity: 0;
    transition-duration: 800ms;
    cursor: pointer;
}

.box_accrochage:hover {
   opacity: 0.75;
    cursor: pointer;
}

.mozaic_accrochage {
    margin: 0px;
    padding: 0px;
}

.box_accrochage {
    text-align: center;
    padding-top: 100px;
}

.accrochage_name {
    font-size: 25px;
    margin-bottom: 60px;
    margin-top: 20px;
}

.bloc_url_accrochage a {
    text-align: center;
    border: 1px solid #000;
    padding: 10px 20px;
}

.bloc_url_accrochage {
    text-align: center;
    margin-top: 40px;
}
.info-accrochage p a, .info-accrochage p {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 17px;
    min-height: 20px;
}

.photo_accrochage img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}