/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 sept. 2014, 19:28:09
    Author     : buzzaka_DEV1
*/
#page #header .header__logo-and-sitename, #block-views-slideshow-block .view-id-slideshow .item-list .bx-viewport, .ds-1col.node.view-mode-box, .pratical_info,
.module-cat a, .module-keyword a, .module-event-type a, .module-object-type a, a.backtolist, .node-collection-object .module-sharethis, .node-collection .module-sharethis,
#page #main img, .header__region img, .group-sharing .module-sharethis, .group-sharing .btn-fcbk-link, .group-sharing .btn-billetterie, 
.node-news.view-mode-full .group-top-content .group-description-bloc, .node-event.view-mode-full .group-top-content .group-description-bloc{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
a.backtolist{
    padding: 12px 10px 8px 30px;
}
.module-cat a, .module-keyword a, .module-event-type a, .module-object-type a{
    padding: 4px 10px;
}
#block-views-slideshow-block #box-slide-info{
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.view-mode-page_list .field-group-div{
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.group-sharing .btn-billetterie {
    background: url("../img/ico-link-billets.png") no-repeat scroll 10px center #fff;
}