html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* PRINT */
@media print {
    body * {
        visibility: hidden;
    }

    .stickersContainer, .stickersContainer * {
        visibility: visible;
    }

    .stickersContainer {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@page {
    size: auto; /* auto is the initial value */
    margin: 0mm; /* this affects the margin in the printer settings */
}


/* END PRINT */

.stickersContainer{
    display: flex;
    flex-wrap: wrap;
    width: 210mm;
    /*height: 297mm;*/
    margin:auto;
}

.sticker {
    flex: 50%;
    max-width: 50%;
    padding: 20px;
    text-align: center;
    padding: 20px;
    position: relative;
}
.sticker.t8 {
    height: 74.2mm;
}

.sticker.t10.sticker-front,
.sticker.t10.sticker-back {
    /*transform: scale(-20);*/
    height: calc(59.4mm);
    padding: 0;
}


.sticker.t10.sticker-front {
    font-size: 17px;
}

.sticker.t10.sticker-back {
    font-size: 12px;
}

.sticker.t10 .logo-sticker {
    width: 40px;
}

.sticker.t21 .designation {
    font-size: 20px;
}

.sticker.t21.sticker-front,
.sticker.t21.sticker-back {
    height: calc(42.42mm);
    flex: 33.3%;
    max-width: 33.3%;
    padding: 0;
}
.sticker.t21.sticker-front {
    font-size: 10px;
}
.sticker.t21.sticker-back {
    font-size: 7px;
}
.sticker.t21 .logo-sticker {
    width: 30px;
}

.sticker.t21 .sticker-footer .bioLogo {
    max-width: 60px;
}

.sticker.t21 .designation {
    font-size: 17px;
}

p.ValeursNutritionnelles {
    margin: 0;
    font-size: 9px;
}
.sticker.t21 p.ValeursNutritionnelles {
    font-size: 7px;
}
    
.sticker .sticker-content {
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

/*.sticker .sticker-content.img-background {*/
    /*background-image: url("../img/fondplantes.jpg");*/
    /*print-color-adjust: exact;
    -webkit-print-color-adjust: exact;*/
    /*background-size: cover;*/
/*}*/

.sticker.sticker-front .sticker-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sticker .imageLeafs {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.sticker .logo-sticker {
    margin: auto;
    width: 45px;
    border-radius: 10px;
}

.sticker .designation {
    font-size: 28px;
    font-weight: bold; 
    margin:0;
}
.sticker p {
    margin: 0;
}
.sticker .sticker-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-weight: 500;
}

.sticker .sticker-footer .bioLogo {
    max-width: 100px;
}

.sticker .sticker-footer p {
    margin: 0;
}

.sticker .sticker-footer p span{
    font-weight: bold;
}

.sticker.sticker-back{
    font-size:12px;
}

.sticker.sticker-back .barcodeImage img {
    max-width: 100%;
}

.sticker.sticker-back .designation{
    font-size:15px;
}

.sticker.sticker-back.t21 .designation {
    font-size: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.control-label{
    font-weight:bold;
}