@font-face {
    font-family: 'Streamster';
    src: url('../font/Streamster.woff') format('woff'),
    url('../font/Streamster.eot') format('eot'),
    url('../font/Streamster.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amandine';
    src: url('../font/Amandine.woff') format('woff'),
    url('../font/Amandine.eot') format('eot'),
    url('../font/Amandine.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blackjar';
    src: url('../font/BLACKJAR.woff') format('woff'),
    url('../font/BLACKJAR.eot') format('eot'),
    url('../font/BLACKJAR.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibril';
    src: url('../font/calibril.eot') format('eot'),
    url('../font/calibril.woff') format('woff'),
    url('../font/calibril.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chowfun';
    src: url('../font/CHOWFUN.woff') format('woff'),
    url('../font/CHOWFUN.eot') format('eot'),
    url('../font/CHOWFUN.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EnglischeSchT';
    src: url('../font/EnglischeSchT.eot') format('eot'),
    url('../font/EnglischeSchT.ttf') format('ttf'),
    url('../font/EnglischeSchT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-Amandine {
    font-family: Amandine
}

.font-Blackjar {
    font-family: Blackjar
}

.font-Calibril {
    font-family: Calibril
}

.font-Chowfun {
    font-family: Chowfun
}

.font-Streamster {
    font-family: Streamster
}

.font-EnglischeSchT {
    font-family: EnglischeSchT
}


/* Style de base */
.gravure-container {
    margin: 0 auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gravure-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.gravure-label {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left; /
}

.gravure-price {
    font-weight: bold;
}

.gravure-explanation {
    font-size: 14px;
    text-align: center;
}

.gravure-text-field,
.gravure-font-select {
    width: calc(50% - 5px);
    padding: 5px;
}

.gravure-image-container {
    text-align: left;
}

.gravure-button {
    display: block;
    margin: 0 auto;
}

/* Style responsive */
@media (max-width: 768px) {
    .gravure-container {
        max-width: 100%;
        padding: 0 10px;
    }

    .gravure-text-field,
    .gravure-font-select {
        width: 100%;
    }
}

div#all-option-gravure {
    display: none;
}

span.ma-gravure-label {
    font-weight: bold;
}

span.ma-gravure-delete {
    cursor: pointer;
    color: var(--color-main);
}

/*Prévisualisation */
div#preview-image {
    position: relative;
}

.product-customization .card.card-block {
    display: none !important;
}
