@page  
{ 
    size: A4;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 10mm;  
} 
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
    font-size: 11px;
  }
  /* ... the rest of the rules ... */
}
section,
.container,
.row{
  break-after: avoid-page;
}
.container{
  width: 100%;
  max-width: 100%;
}
.tabs,
#trigg-menu-fixe,
#menu-fixe,
.navbar-toggler
  {
  display: none !important;
}

#block-bovec-content{
  margin-bottom: 0.5rem;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6, .col-sm-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}

.site-footer #block-pieddepage1,
.site-footer #block-pieddepage2{
  display: none;
}

.site-footer #block-coordonnees, 
.site-footer .copyright{
  border-top: 0 none;
}
.site-footer .footer-logo img{
  height: 50px;
}
.site-footer .gradient{
  background: transparent; 
}

.chartImg{
  display: block !important;
}

#taureauChart{
  display: none !important;
}

.retour-rech-taureaux{
  display: none;
}

#fillesCarrousel,
.social{
  display: none !important;
}
.pastille{
  font-size: 12px;
}
/*.carousel-item { 
     display: block;
     opacity: 1;
   }*/
#CollapsingNavbar{
  display: none !important;
}
#header .navbar-brand,
#header .navbar-brand img{
  height: 50px !important;
}