@font-face {
    font-family: myFirstFont;
    src: url(LibreBarcodeEAN13Text-Regular.ttf);
}

@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(IBMPlexSans-Regular.ttf);
}

@font-face {
    font-family: IBMPlexMono-Medium;
    src: url(IBMPlexMono-Medium.ttf);
}

@font-face {
    font-family: IBMPlexSans-SemiBoldItalic;
    src: url(IBMPlexSans-SemiBoldItalic.ttf);
}

body {
    font-family: IBMPlexSans-SemiBoldItalic !important;
    color: white !important;
    margin: 0;
}

.header {}

.backButton {
    position: absolute;
    top: 0;
    left: 0;

}

.logo {
    position: relative;
    top: 0;
    left: 50%;
}

.container {

    color: #75AE3A;
    font-style: italic;
}

.topLabel {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-35%, 0);
}

.wideInfoContainer {
    background-color: #F8F8DD;
    width: 90%;
    min-width: 310px;
    border-radius: 40px;
    text-align: center;
}

.basicInfos {
    margin: auto;
}

._UL {
    position: absolute;
    left: 5%;
}


.containerData {
    color: #75AE3A;
    font-style: italic;
}

.root_gtin {
    position: relative;
    left: 50%;
    transform: translate(-50%, 4px);
}

.imageProduct {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    border-radius: 16px;
    background-color: white;
}

.otherProductImage {
    border-radius: 16px;
    max-width: 75px;
    max-height: 75px;
    width: auto;
    height: auto;
    background-color: white;
    margin: 16px;
    webkit-box-shadow: 0px 4px 8px 0px rgba(00, 00, 00, 0.4);
    box-shadow: 0px 4px 8px 0px rgb(0, 0, 0,0.4);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.burger {
    display: block;
    margin: auto;
    width: 30px;
    height: 20px;
    background-color: #000;
}

.menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    list-style: none;
    display: none;
}

.menu-list li {
    margin-bottom: 10px;
}

.menu-list a {
    color: #000;
    text-decoration: none;
}

.menu-list a:hover {
    color: #f00;
}

.greyImg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.additif{
    -webkit-box-shadow: 2px 2px 4px 0px rgba(00, 00, 00, 0.8);
    box-shadow: 2px 2px 4px 0px rgba(00, 00, 00, 0.8);
    border-radius: 32px;
    margin:4px;
}
.buyContainer{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    bottom: 10px;
}
.greyAdditif{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-box-shadow: -2px -2px 4px 0px rgba(00, 00, 00, 0.8);
    box-shadow: -2px -2px 4px 0px rgba(00, 00, 00, 0.8);
}
.bg-primary {
    background-color: unset !important;
}
.navbar-collapse{
    background-color: #3f7834;
    border-radius: 0% 0% 16% 16%;
    background: linear-gradient(0deg, #c6cb2e 0%, #75ae3a 58%, #3f7830 100%);
}
.container-fluid{
    padding:0px;
}
.navbar-brand{
    padding-left: 16px !important;
}
#google_translate_element2{
    padding-bottom: 10px;
}
.nav-link{
    color: rgba(255,255,255,.85)!important;
}
.navbar-toggler-icon{
    background-image: url("../img/barres.svg") !important;
}
