@font-face {
    font-family: "NotoSans";
    src: url("../../../assets/fonts/NotoSans-ExtraBold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "Capital-Regular";
    src: url("../../../assets/fonts/Capital-Regular.woff") format('woff');
    font-weight: bold;
}

.Gencode {
    position: absolute;
    display: block;
    right: 5vmin;
    bottom: 6vmin;
}

.overlayImg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.qr-code {
    position: absolute;
}

@keyframes sliding {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes clip {
    from {
        clip-path: inset(100% 100%);
    }

    to {
        clip-path: inset(50% 100%);
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-.5vw)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(.5vw)
    }
}

.pictoshake {
    animation: 1s linear 1s infinite shake;
}

.pictoslide {
    animation: .5s linear 1s infinite alternate sliding;
}

.pictoclip {
    animation: 1s linear 1s infinite alternate clip;
}

.pictoclipandslide {
    animation: 1s linear 1s infinite alternate clip, .5s linear 1s infinite alternate sliding;
}

.pictosupp {
    position: absolute;
    cursor: move;
    border: none;
    overflow: hidden;
}

.pictosupp>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.VisuCatalogContainer {
    width: 40%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 86vmin;
    bottom: 0;
    right: 0;
}

.Header_Bandeau {
    min-height: 270px;
    width: 100%;
    background-color: #ea873a;
    position: absolute;
}

.designation-produit,
.designation-produit-Catalog {
    position: absolute;
    text-align: center;
    font-family: "NotoSans";
    font-weight: bolder;
}

.Cata_Periode {
    position: absolute;
    top: 0;
    font-family: "NotoSans";
    font-weight: bolder;
    line-height: 50px;
    font-size: 1.5em;
    color: #000;
    z-index: 10;
    background-color: #ea873a;
    width: 100%;
    padding-left: 20px;
    min-height: 50px;
}

.designation-produit-Catalog {
    background-color: #ea873a;
    color: #FFF;
    left: 1vw;
    right: 1vw;
    top: 1vh;
    width: 98vw;
    height: 15vh;
}

.PeriodeCss {
    left: 29vmin;
    top: 3vmin;
    position: absolute;
    text-align: center;
    font-family: "NotoSans";
    font-weight: bolder;
}

.designation-produit {
    left: 13vw;
    top: 5vh;
    width: 33vw;
    height: 17vh;
}

.origine-production,
.origine-production-Catalog {
    position: absolute;
    left: 58vw;
    top: 20vh;
    width: 34vw;
    height: 20vh;
    text-align: center;
    font-weight: bolder;
    font-style: italic;
    font-size: 5.5vmin;
    line-height: 1.2em;
}

.origine-production {
    left: 11.5vw;
    top: 25vh;
    width: 32vw;
    height: 15vh;
}

.origine-production-Catalog {
    left: 58vw;
    top: 20vh;
    width: 34vw;
    height: 20vh;
}

.conteneur-prixbarre {
    position: absolute;
    left: 10vw;
    width: 34vw;
    top: 45vh;
    height: 12vh;
    font-weight: bolder;
    display: flex;
    justify-content: center;
}

.prixbarre {
    display: flex;
}

.prixbarre-prix {
    display: flex;
    align-items: flex-start;
}

.prixbarre-strike {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
}

.prixbarre-unite {
    font-size: 9vmin;
}

.prixbarre-eurosign,
.prixbarre-decimal {
    font-size: 5vmin;
    margin-top: 1.5vmin;
}

.prixbarre-conditionnement {
    font-size: 6vmin;
    margin-top: 3vmin;
    font-stretch: condensed;
    display: inline-block;
}

.prixbarre-conditionnement-Catalog-Crosed {
    font-size: 6vmin;
    margin-top: 3vmin;
    font-stretch: condensed;
    display: inline-block;
    height: 3vw;
    width: 15vw;
    overflow: hidden;
    margin: 0;
    background: yellow;
}

.prixbarre-conditionnement-block-Catalog {
    height: 3vw;
    width: 15vw;
    overflow: hidden;
    background: green;
}

.bloc-prix,
.bloc-prix-Catalog {
    position: absolute;
    color: red;
    font-weight: bolder;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bloc-prix-Catalog2 {
    position: absolute;
    color: #ea873a;
    font-weight: bolder;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 8vw;
    top: 25vh;
    width: 33vw;
    height: 22vh;
    font-family: Capital-Regular;
}

.prix-virgule {
    font-size: 10vmin;
    position: top;
    margin-top: 23vmin;
    left: 28vmin;
    position: absolute;
}

.prix-virgule2 {
    font-size: 10vmin;
    position: top;
    margin-top: 23vmin;
    left: 42vmin;
    position: absolute;
}

.bloc-prix {
    left: 8vw;
    top: 51vh;
    width: 33vw;
    height: 22vh;
}

.bloc-prix-Catalog {
    left: 8vw;
    top: 51vh;
    width: 34vw;
    height: 22vh;
}

.bloc-prix-Catalog {
    left: 58vw;
    top: 51vh;
    line-height: 1;
    overflow: hidden;
    height: 22vh;
}

.conteneur-prix {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.prix-unite {
    font-size: 20vmin;
}

.prix-eurosign,
.prix-decimal {
    font-size: 12vmin;
    margin-top: 3vmin;
}

.bloc-prix-conditionnement-Catalog {
    left: 58vw;
    top: 70vh;
    height: 17vh;
    width: 70vh;
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: red;
}

.bloc-prix-conditionnement-Catalog2 {
    left: 10vw;
    top: 65vh;
    height: 17vh;
    width: 70vh;
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: #ea873a;
}

.descriptionProduitCatalog {
    bottom: 18vmin;
    z-index: 20;
    height: 20px;
    color: #000;
    position: absolute;
    left: 6vmin;
    font-size: 3vmin;
    width: 110vmin;
}

.prix-conditionnement,
.prix-conditionnement-Catalog {
    font-size: 7vmin;
    margin-top: 8vmin;
    font-stretch: condensed;
    margin-left: 1.5vmin;
}

.prix-conditionnement-Catalog {
    margin: 0;
}

.logo-enseigne,
.logo-enseigne-Catalog {
    position: absolute;
    left: 80vw;
    width: 9vmin;
    height: 9vmin;
}

.logo-enseigne-Catalog {
    top: 88vh;
    z-index: 12;
}

.logo-enseigne {
    top: 81vh;
}

.logo-magasin,
.logo-magasin-Catalog {
    position: absolute;
    left: 86vw;
    width: 20vmin;
    height: 8.6vmin;
}

.logo-magasin-Catalog {
    top: 88vh;
}

.logo-magasin {
    top: 81vh;
}

.bandeaupromo {
    z-index: 1;
    position: absolute;
    width: 12vmin;
    height: 100%;
    border: 1px solid;
    border-radius: 0px 20px 20px 0px;
    top: 0;
}

.bandeaupromospan {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    font-size: 8vmin;
    text-align: center;
    height: 100%;
}

.PastilleLeclercDiv {
    background: url("../../../images/FondTicket2019.png");
    position: absolute;
    height: 15vmin;
    width: 15vmin;
    align-items: center;
    justify-content: center;
}

.PastilleLcl_Value {
    font-size: 6vmin;
    z-index: 1;
    color: #1761a3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ImgPastilleLcl {
    position: absolute;
    width: 100%;
}