/**
 * Print Stylesheet fuer Deinewebsite.de
* @version         1.0
* @lastmodified    16.06.2016
*/

@media print {
 
.ariane,.back-actu,.hero-action
{
  display: none !important;
}
html .home-actu-card
{
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12) !important;
    color: #64676a !important;
    background-color: #fff !important;
}
  html .home-actu-card .home-actu-plus i
  {
    color: #fff!important;
    background-color: #731e80!important;
  }
  .hero-header {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.sidebar-en-chiffres {
    background-color: #f7f7f7 !important;
}
.sidebar-saviez-vous {
    color: #fff !important;
    background-color: #731e80 !important;
    }
    .sidebar-saviez-vous h3,.sidebar-saviez-vous p
    {
      color: #fff !important;
    }
    .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li
    {
      overflow: visible !important; 
    }
    html .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]
    {
      background-color: #731e80 !important;
    color: #fff !important;
    }
    html .home-actu-card .home-actu-img
    {
      background-size: cover !important;
    }
    .tag-name {
    background: #f7f7f7 !important;
}
}