.panel-subheading {
    font-size: 18px;
    text-align: center;
}
.front-home .leftcol {
    border-right: 1px solid #1796B0;
}
.front-home .items-categories
 {
    margin-bottom: 30px;
}
.front-home .alert-success,
.front-home .alert-danger {
    display: none;
}
.front-home .item-bloc {
    margin: 15px;
    text-align: center;
    /*cursor: pointer;*/
    /*border: 1px solid blue;*/
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
    background: white;
    border: 1px solid #1C86C7;
}

.front-home .item-bloc:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8d7dc+0,e3eaed+72,f2f5f6+100 */
    /*background: rgb(200,215,220); /* Old browsers */*/
    /*background: -moz-linear-gradient(top, rgba(200,215,220,1) 0%, rgba(227,234,237,1) 72%, rgba(242,245,246,1) 100%); /* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, rgba(200,215,220,1) 0%,rgba(227,234,237,1) 72%,rgba(242,245,246,1) 100%); /* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, rgba(200,215,220,1) 0%,rgba(227,234,237,1) 72%,rgba(242,245,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d7dc', endColorstr='#f2f5f6',GradientType=0 ); /* IE6-9 */*/
}

.front-home .gridster ul {
    padding: 0;
    list-style: none;
    /*border: 1px solid lightgrey;*/
}
.front-home .gridster li {
    /*border: 1px solid red;*/
    box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;

    /*cursor: move;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    
}

.front-home .gridster li a,
.front-home .gridster li .gridster-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*text-align: center;*/
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*line-height: 67px;*/
    font-weight: 300;
    text-transform: uppercase;
    /*padding: 30px;*/
    transition: all .3s linear;
    background-color: transparent;
    color: transparent;

    text-align: center;
    font-size: 44px;
}
.front-home .gridster li:hover a,
.front-home .gridster li:hover .gridster-inner {
    background-color: rgba(0, 0, 0, 0.75);
    color: white
}
.front-home .gridster h2 {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}
.front-home button.ico_btn {
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    color: white;
}
.front-home button.add_widget {
    background-color: #1C86C7;
}
.front-home button.add_widget:hover {
    background-color: #1a7dba;
}
.front-home button.remove_widget {
    background-color: #ed5565;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    display: none;
}
.front-home li:hover button.remove_widget {
    display: block;
}
.front-home button.remove_widget:hover {
    background-color: #ec4758;
}
.front-home .pattern {
    display: none;
}
.front-home .item-categories-none,
.front-home .item-blocs-none {
    display: none;
}