
/*================================*/
/*|    BLOCPOPIN - Begin    |*/
/*================================*/

.blocpopin button {
    display: block;
    margin: 1rem auto;
    background-color: transparent;
    border: 0;
}

.blocpopin .modal-header .btn-close {
    background-color: $primary!important;
}

.blocpopin img.vignette {
    max-height: 156px;
    width: auto;
    border: solid 7px $white;
    border-radius: 8px;
}

.blocpopin .overlay{
	background-color:$primary;
    border-radius: 10px;
	position:relative;
}

.blocpopin .overlay:hover:before{
    font-family: $fontAwesome;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: $white;
    font-size: 60px;
    position: absolute;
    display: block;
	width:100%;
	top:29%;

}