
/* https://www.dafont.com/fr/new.php?page=3&fpp=200 */
@font-face {
    font-family: 'Lagurels';
    src: url("fonts/lagurels/Lagurels.otf") format("opentype");
}
@font-face {
    font-family: 'BrushStory';
    src: url("fonts/brush_story/BrushStory.otf") format("opentype");
}

[class*="font-"] {
    font-size: 30px;
}
.font-1 {
    font-weight: 100;
    font-family: 'Arial', sans-serif;
}
.font-2 {
    font-weight: 100;
    font-family: 'Lagurels', sans-serif;
}
.font-3 {
    font-weight: 100;
    font-family: 'BrushStory', sans-serif;
}
.font-4 {
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
}
.font-5 {
    font-family: "Carattere", cursive;
    font-weight: 400;
    font-style: normal;
}
.font-5 {
    font-family: "Swanky and Moo Moo", cursive;
    font-weight: 400;
    font-style: normal;
}
.font-7 {
  font-family: "UnifrakturCook", cursive;
  font-weight: 700;
  font-style: normal;
}
.font-8 {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}
.font-9 {
    font-family: "Metamorphous", serif;
    font-weight: 400;
    font-style: normal;
}
.font-10 {
    font-family: "Bonbon", cursive;
    font-weight: 400;
    font-style: normal;
}
.font-11 {
    font-family: "Nosifer", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-12 {
  font-family: "Noto Color Emoji", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.my-credit {
    position: fixed;
    background-color: #fff;
    border-radius: 20px;
    padding: 2px;
    width: 180px;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
}
:root {
    --brd-color: #009700;
    --brd-color-ho: #00ff00;
    --bg-color: #009700;
    --bg-base: #fff4dc;
    --br-base: #3e63ae;
    --bg-brewing: #d0981f;
    --bg-fami: #800080;
    --gain-a: #292100;
    --gain-b: #fffdf6;
}

.testcolo {
    background-color: rgb(208, 224, 87);
}


* {
    padding: 0px;
    margin: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
}
h4 {
    font-size: 22px;
}
#colorpiker {
    position: fixed;
    z-index: 10000;
    width: 240px;
    top: 50px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    margin-left: 15%;
}
.colorpiker {
    height: 36px;
    width: 50px;
    cursor: pointer;
    border: 10px solid transparent;
}
#map {
    height: 800px;
    width: 800px;
}
#map img {
    height: 40px;
    width: 40px;
}
.marker-cluster-small,
.marker-cluster-medium {
    background-size: contain;
}
.marker-cluster-small,
.marker-cluster-medium {
    background-color: #ffffff00 !important;
}
/* .leaflet-marker-icon {
    background-image: url(https://dev.beersworld.eu/public/assets/bar_1.webp);
    height: 40px !important;
    width: 40px !important;
} */
.marker-cluster-small {
    background-image: url(https://dev.beersworld.eu/public/assets/bar_2.webp);
    height: 50px !important;
    width: 50px !important;
}
.marker-cluster-medium {
    background-image: url(https://dev.beersworld.eu/public/assets/bar_3.webp);
    height: 60px !important;
    width: 60px !important;
}

.marker-cluster-small div,
.marker-cluster-medium div {
    background-color: #ffffffd4 !important;
    height: 22px;
    width: 22px;
}
.marker-cluster-small div {
    margin-left: 22px;
    margin-top: 22px;
}
.marker-cluster-medium div {
    margin-left: 36px;
    margin-top: 36px;
}
.marker-cluster span {
  line-height: 22px;
}

@media (max-width: 1199px) {
    #VILLE .container-lg {
        min-width: 100%;
    }
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: unset;
    }
}
@media (max-width: 768px) {
    /* .p-res {
        padding: 0px 5px !important;
    } */

    /* .challenge {
        width: 100% !important;
    } */
    /* #BRASSERIE .brassin .body .resp-1 {
        display: none;
        } */
}
@media (min-width: 577px) {
    #BRASSERIE .slot .resp-1 {
        display: none;
    }
    #BEER .opt-resp {
        display: none;
    }
    #BEER .cho-design-liste .view {
        /* height: 100% !important; */
        height: 290px !important;
    }
}
@media (max-width: 576px) {
    .custom-select {
        -webkit-appearance: none; /* Retire le style par défaut sur iOS */
        -moz-appearance: none;
        appearance: none;
    }
    /* Supprimer les flèches sur tous les navigateurs */
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type="number"] {
        -moz-appearance: textfield;
        appearance: textfield;
    }
    h2 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    h6 {
        font-size: 14px !important;
    }
    .profil {
        height: 40px !important;
    }
    .profil .avatar {
        width: 40px !important;
        height: 40px !important;
        position: absolute;
        z-index: 3;
        top: -8px;
    }
    #HEADER .menu-resp {
        margin-top: 5px !important;
    }
    #HEADER .menu-resp .vbtn {
        margin: 0px 3px !important;
        height: 40px !important;
    }
    .profil .lvl {
        left: 34px !important;
    }
    .nav-link {
        padding: 3px 6px !important;
    }
    .select {
        font-size: 14px !important;
    }
    .slot .btn-change {
        left: 45px !important;
    }
    .graphique {
        padding: 5px !important;
    }
    #VILLE .body-btn {
        border-left-width: 1px !important;
        border-right-width: 1px !important;
        border-bottom-width: 3px !important;
    }
    #VILLE .part.close .content {
        border-width: 3px !important;
    }
    #listeCuve .carousel-item img {
        width: 100% !important;
        height: auto !important;
        padding: 0px !important;
    }
    .part.open,
    .part-s {
        padding: 0px !important;
    }
    #STOCK .ingrs .slot {
        max-width: 80px !important;
        font-size: 12px !important;
        margin: 1px !important;
    }
    #STOCK  .ingrs .slot .images {
        height: 70px !important;
    }
    #STOCK .slot {
        max-width: 100px !important;
        font-size: 14px !important;
    }
    #STOCK .beers .on-beer {
        margin-left: -20px !important;
    }
    #VILLE .part {
        margin-bottom: 0px !important;
    }
    #VILLE .head-part .image,
    #VILLE .part .content {
        border-radius: 25px !important;
    }
    
    #VILLE .body-btn {
        height: 60px !important;
        width: 60px !important;
        margin: 10px !important;
        padding: 5px !important;
    }

    #liveToast .histo {
        padding: 5px 10px 5px 10px !important;
    }
    #liveToast .image {
        height: 35px !important;
        width: 35px !important;
    }
    #liveToast .body  {
        font-size: 16px !important;
    }
    #BEER .sel-colo-can {
        position: absolute !important;
    }
    .body-btns {
        align-items: start !important;
        justify-content: center !important;
    }
    [class*="btn-part-"] {
        top: 0px !important;
    }
    [class*="btn-part-"] svg {
        height: 30px !important;
        width: 30px !important;
    }
    #loginModal .imgBSW {
        background-size: 400px !important;
        padding-top: 80px !important;
    }
    #STOCK .c-typ,
    #STOCK select {
        font-size: 12px !important;
    }
    #STOCK .slotb {
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    #PROFIL .modal-body {
        padding: 0px !important;
    }
    #PROFIL .bonus {
        font-size: 12px !important;
    }
    #HEADER .challenge .gain,
    #HEADER .challenge .defi {
        height: 40px !important;
        width: 40px !important;
    }
    #HEADER .challenge .wins .gain {
        font-size: 16px !important;
    }
    #HEADER .challenge .defi {
        font-size: 12px !important;
    }
    #HEADER .challenge .finish {
        margin-top: 70px !important;
        font-size: 30px !important;
        margin-top: 22px !important;
    }
    #HEADER .he-info {
        height: 22px !important;
    }
    #HEADER .my-xp .lvl {
        font-size: 15px !important;
        line-height: 18px;
    }
    #CULTURES .titre {
        width: 50%;
    }
    #CULTURES h4 {
        overflow: hidden;
        font-size: 18px;
    }
    #CULTURES [class*="champ-"] {
        padding: 0px 5px;
    }
    #CULTURES [class*="champ-"] {
        height: 136px !important;
    }
    #CULTURES [class*="champ-"] .image div,
    #CULTURES .liste .image {
        height: 40px !important;
    }
    #BRASSERIE .box-cuvebras {
        padding: 0px !important;
    }
    #BRASSERIE .carousel-inner img {
        width: 80px !important;
    }
    #listeCuve .row {
        height: auto !important;
    }
    #listeCuve .infos div  {
        padding: 0px 20px;
    }
    #BRASSERIE .ingred {
        display: none !important;
    }
    #BRASSERIE .brassin .anibody {
        height: unset !important;
    }
    #BRASSERIE .body {
        padding: 12px !important;
    }
    /* #BRASSERIE .modal-body {
        padding: 0px 5px;
    } */
    #BRASSERIE .slot .k-g {
        top: 2px !important;
    }
    #BRASSERIE .recette {
        padding: 10px !important;
    }
    #BRASSERIE .beer-style {
        height: 40% !important;
        width: 100%;
    }
    #BRASSERIE .p-res {
        width: 100% !important;
    }
    #BRASSERIE .slot {
        max-width: 100% !important;
    }
    #BRASSERIE .slot .bg-img {
        width: 40px !important;
    }
    #BRASSERIE .slot .gouts {
        position: relative !important;
    }
    #BRASSERIE .slot .imgs {
        height: 30px !important;
        width: auto !important;
        margin-top: -10px;
    }
    #BRASSERIE .slot .gouts {
        bottom: -5px !important;
    }
    #BRASSERIE .slot .nom {
        position: absolute;
        top: -6px;
        right: 0;
        left: 0;
    }
    #BRASSERIE .slot .resp-0 {
        display: none;
    }
    #BRASSERIE .slot .resp-1 {
        display: block !important;
    }
    #BRASSERIE .etape {
        height: 35px !important;
        width: 35px !important;
        font-size: 12px !important;
    }
    #BRASSERIE .etape span {
        font-size: 22px !important;
        margin-bottom: -10px !important;
    }
    #BRASSERIE .etape-3 .on-beer {
        transform: scale(0.8);
    }
    #BRASSERIE .skill p {
        font-size: 14px !important;
    }
    #BRASSERIE .carousel-indicators {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }
    #BRASSERIE .add-recip div {
        min-height: 50px !important;
    }
    #BRASSERIE .type button,
    #BRASSERIE .type input {
        padding: 0px 0px 0px 5px !important;
        height: 36px !important;
        font-size: 14px !important;
    }
    #BRASSERIE .add-recip {
        width: 100%;
    }
    #listeCuve .carousel-indicators button {
        height: 30px !important;
        width: 30px !important;
    }
    #RECHERCHE .insearch  {
        margin-left: 10px !important;
    }
    #RECHERCHE .body-r .title {
        padding: 5px 0px 2px 5px !important;
    }
    #RECHERCHE .modal-header .img,
    #RECHERCHE .body-r .title img {
        height: 40px !important;
        width: 40px !important;
    }
    #RECHERCHE .insearch strong {
        position: absolute;
        right: 10px;
    }
    #RECHERCHE .liste .techno:nth-child(3) {
        display: none;
    }
    #RECHERCHE .techno {
        margin: 2px !important;
    }
    #RECHERCHE .techno.end .arom,
    #RECHERCHE .techno.search .arom {
        margin-top: 18px !important;
    }
    #RECHERCHE .modal-body .techno {
        width: 50% !important;
    }
    #RECHERCHE .techno .img {
        height: 50px !important;
        width: 50px !important;
        margin-top: 10px !important;
    }
    #RECHERCHE .techno .vbon {
        margin-top: 5px !important;
        padding: 0px !important;
    }
    #RECHERCHE h5 {
        margin: 5px 0px 5px 10px !important;
    }
    #BAR .ta-head .c-sto,
    #BAR .ta-head .c-aro {
        display: none !important;
    }
    #BAR .ta-body .ta-row {
        flex-wrap: wrap;
    }
    #BAR .tabl-1 .c-aro {
        min-width: 100% !important;
    }
    #BAR .tableau {
        font-size: 18px !important;
        padding: 5px !important;
    }
    #BAR .tableau .EBC {
        display: none;
    }
    #VILLE .body  {
        padding: 12px !important;
    }
    #VILLE .part.close {
        height: 120px !important;
    }
    #MARKET .menu-ing li img {
        height: 25px !important;
        width: 25px !important;
    }
    #MARKET .menu-ing li {
        font-size: 16px !important;
        padding: 3px 5px !important;
        border-radius: 6px !important;
    }
    #MARKET .list-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #MARKET .item .type {
        font-size: 14px !important;
    }
    #MARKET .item .on-beer {
        transform: scale(0.8);
    }
    #MARKET .body {
        padding: 0px !important;
    }
    #MARKET .objet {
        padding: 5px !important;
    }
    #MARKET .coll .stat {
        font-size: 12px !important;
    }
    #MARKET .coll .ico {
        height: 16px !important;
    }
    #MARKET .stat div {
        margin: 3px 0px !important;
        padding: 0px 5px !important;
    }
    #MARKET .objet span {
        margin-left: unset !important;
    }
    #MARKET .data-item span {
        font-size: 16px !important;
    }
    #BEER .comman .svref button {
        height: 26px;
        width: 20px;
        padding: 0px !important;
        top: 0 !important;
        right: 0 !important;
    }
    #BEER .input-group .form-control,
    #BEER .input-group span,
    #BEER .input-group {
        height: 30px;
        padding: 0px;
    }
    #BEER .part-2 .design {
        height: 512px !important;
        width: 512px !important;
    }
    #BEER .svref {
        padding: 2px !important;
    }
    #BEER .comman .liste {
        height: 53px !important;
    }
    #BEER .opt-posi {
        display: none !important;
    }
    #BEER .opt-resp {
        display: block !important;
    }
    #BEER .colorpiker {
        height: 30px !important;
    }
    #BEER .cho-design-new [class*="btl-frm-"] {
        position: absolute !important;
    }
    #BEER .cho-design-liste .bottle-1 {
        transform: scale(0.6);
        height: 128px !important;
        width: 128px !important;
    }
    #STOCK .canette {
        width: unset !important;
    }
    #GUIDE img {
        width: 22px;
    }
}

@media (max-width: 1199px) {
    .modal-xl {
        --bs-modal-width: 100% !important;
    }
}

/* @media (min-width: 992px) {
    .modal-xl {
    --bs-modal-width: 100% !important;
  }
} */

@media (min-width: 1400px) {
    #VILLE .head-part .image {
        margin-top: -15%;
    }
}
.shad-1 {
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
}
.shad-2 {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.shad-3 {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.shad-4 {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.5));
}
.filter-g {
    cursor: unset !important;
    filter: grayscale();
}
#confirModal .canette {
    display: none !important;
}
.c-pointer {
    cursor: pointer;
}
.jcsa {
    justify-content: space-around !important;
}
.jcsb {
    justify-content: space-between !important;
}
button {
    border: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.nobrd {
    border: unset !important;
}
.nodispo {
    cursor: unset !important;
    filter:opacity(0.5)
}
.nodispo .part:hover {
    cursor: unset !important;
    filter: unset !important;
}
.custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #4b4b4b;
}
.tips {
    cursor: help !important;
}
.anim-zoom {
    transform: scale(0.85, 0.85);
}
.nowrap {
    white-space: nowrap;
}

#BEER .del-calc svg {
    height: 24px;
    width: 24px;
}

/* LOGIN ================================= */
#loginModal {
    padding-top: 50px;
}

.profile-preview {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-preview img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.file-input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

input[type="file"] {
    display: none;
}

#loginModal .imgBSW {
    /* background-image: url(public/assets/accueil.webp); */
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 150px 0px;
    max-height: 650px;
    max-width: 700px;

    margin-left: auto;
    margin-right: auto;
}

#loginModal #response {
    background: #fff;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#loginModal .form-logreg {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-left-radius: 0px;
}
#loginModal .nav-tabs {
    border-bottom: none;
}
#loginModal .nav-link {
    background-color: #f6f6f6;

}
#loginModal .nav-link.active {
    background-color: #fff !important;
}
#loginModal select.flag-select option {
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    padding-left: 32px !important;
}
#loginModal .dropdown {
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
}

#loginModal .dropdown .selected {
    display: flex;
    align-items: center;
    gap: 10px;
}

#loginModal .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}
#register .dropdown .selected div,
#register .dropdown-list span {
    margin-left: auto;
    margin-right: auto;
}

#loginModal .dropdown-list div {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#loginModal .dropdown-list div:hover {
    background-color: #f0f0f0;
}

#loginModal .flag {
    width: 24px;
    height: 16px;
}
/* TAOST ================================= */
#liveToast {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: auto;
    cursor: pointer;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5));
}
#liveToast.open .toast {
    opacity: 1 !important;
    display: flex !important;
}
#liveToast .image {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 5px;
}
#liveToast .toast {
    position: relative;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}
#liveToast .time {
    position: absolute;
    top: 0;
    right: 10px;
}
#liveToast .list {
    overflow-y: auto;
}
#liveToast .histo {
    background-color: var(--bg-base);
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}
#liveToast .histo img {
    height: 26px;
}
#liveToast .canette {
    width: unset;
}
#liveToast .canette svg {
    height: 50px;
    width: 50px;
}
/* TAOST --------------------------------- */

.anim-value-stock {
    border-radius: 10px;
    position: fixed;
    z-index: 5000;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
}

.anim-value-stock img {
    height: 100px;
    width: 100px;
}
/* .modal-dialog {
    margin-top: 100px;
} */
.form-check-input {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #000000;
    cursor: pointer;
}
.col20p {
    width: 20% !important;
}
.listk .tor,
.listk .qtt {
    text-align: end;
    width: 100%;
}
.form-select {
    padding-right: 20px;
    background-position: right 0.1rem center !important;
}
.btn-close {
    border-top: 1px !important;
    background: radial-gradient(#ffadad, #ffadad, #ff9696) !important;
    transition: 200ms;
}
.btn-close:hover {
    border-color: #ff9696 !important;
    filter: brightness(0.9);
}
.btn-close img {
    height: 100%;
    margin-top: -18px;
    opacity: 0.3;
}
img.btn-close {
    --bs-btn-close-bg: unset !important;
    height: 22px;
    width: 22px;
}
body {
    overflow: hidden;
    background: linear-gradient(#a4edff, #ffffff, #91ff91);
    height: 100%;
    background-size: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.form-select:disabled {
    border-color: transparent;
    background-color: #0000000e;
}
.hide {display: none !important;}

h2 {
    font-size: 24px;
    margin: 0px;
}

p {margin: 0px;}

#HEADER .profil {
    height: 80px;
    position: relative;
    cursor: pointer;
}
#HEADER .profil .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#HEADER .profil .pseudo {
    text-align: center;
    margin-top: -10px;
    border-radius: 30px;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 0px 10px;
    min-width: 80px;
}
#HEADER .profil .lvl {
    height: 27px;
    border-radius: 30px;
    text-align: start;
    position: absolute;
    bottom: 6px;
    left: 62px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 0px 9px;
}
#HEADER .profil div {
    transition: 200ms;
    background-color: var(--bg-base);
}
#HEADER .profil .profil:hover div {
    background-color: #fff;
}
#HEADER .he-info {
    height: 27px;
}
#HEADER .he-info img {
    height: 100%;
    width: auto;
}
#HEADER .my-xp {
    position: relative;
    width: 100%;
    padding: 0px 25px;
}
#HEADER .my-xp .xps {
    width: 100%;
    border: 2px solid var(--bg-color);
    border-radius: 5px;
    position: relative;
    display: flex;
    height: 80%;
    border-top-color: #04bb04;
    background: #04bb044b;
}
#HEADER .my-xp img {
    position: absolute;
    left: 0;
}
#HEADER .my-xp .lvl {
    display: inline;
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 27px;
    border-radius: 27px;
    width: auto;
    background-color: var(--bg-base);
    border: 2px solid var(--bg-color);
    border-top-color: #04bb04;
    margin-bottom: 1px;
}
#HEADER .my-xp .jau {
    position: absolute;
    height: 100%;
    width: 0%;
    transition: 1000ms;
    background: linear-gradient(#04bb04, var(--bg-color));
}
#HEADER {
    background-color: rgba(255, 255, 255, 0.3);
}
#HEADER .body {
    position: relative;
    z-index: 1;
    opacity: 0;
}
#HEADER .challenge {
    display: inline-flex;
    background: #d3f7ff;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    width: 100%;
}
#HEADER .challenge .wins .gain {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: -10px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 600;
    color: var(--gain-b);
    font-size: 20px;
    text-shadow:    -1px -1px 1px var(--gain-a),
                    -1px 1px 1px var(--gain-a),
                    1px -1px 1px var(--gain-a),
                    1px 1px 1px var(--gain-a),
                    -1px -1px 3px var(--gain-b),
                    -1px 1px 3px var(--gain-b),
                    1px -1px 3px var(--gain-b),
                    1px 1px 3px var(--gain-b);
}
#HEADER .challenge .wins .gain div {
    margin-bottom: -4px;
}
#HEADER .challenge .chalsel {
    z-index: 1;
    width: 20px;
}
#HEADER .challenge .chalsel .ong.end,
#HEADER .challenge.end {
    background: #98e780;
    cursor: pointer;
}
#HEADER .challenge.fin {
    background-color: rgb(241, 241, 241);
}
#HEADER .challenge.fin .image img {
    filter: grayscale();
}
/* #HEADER .challenge.fin  */
#HEADER .challenge.fin .defi,
#HEADER .challenge.fin .gain,
#HEADER .challenge .chalsel .ong.fin {
    background-color: rgb(241, 241, 241);
    filter: grayscale();
}
/* #HEADER .challenge.fin .defis div {
    border-style: solid;
} */
#HEADER .challenge.end:hover .gain {
    animation-name: anim-defi-end;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
}
@keyframes anim-defi-end {
    0%   {transform: rotate(10deg);}
    50%   {transform: rotate(-10deg);}
    100%   {transform: rotate(10deg);}

}
/* #HEADER .challenge .image .finish { */
#HEADER .challenge .finish {
    display: none;
    position: absolute;
    margin-left: 111px;
    margin-top: 11px;
    font-size: 40px;
    z-index: 2;
    font-weight: 900;
    white-space: nowrap;
    color: rgb(106, 236, 0);
    text-shadow: 0 1px 0 rgb(80, 178, 0), 0 1px 1px #000,
                -5px 0px 5px rgb(255, 255, 255),
                0px -5px 5px rgb(255, 255, 255),
                5px 0px 5px rgb(255, 255, 255),
                0px 5px 5px rgb(255, 255, 255);
}
#HEADER .challenge.fin .finish {
    display: block !important;
}
#HEADER .challenge .image {
    width: 90px;
    display: flex;
    align-items: center;
}
#HEADER .challenge .titl1 {
    margin-top: -5px;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    color: #ffc600;
    text-shadow: 0 1px 0 #b28a00, 0 1px 1px #000, 0 3px 3px rgba(0,0,0,.25), 0 5px 5px rgba(0,0,0,.15);
}
#HEADER .challenge .titl2 {
    margin: 3px 0px;
}
#HEADER .challenge .gain,
#HEADER .challenge .defi {
    height: 50px;
    width: 50px;
    /* min-width: 50px; */
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    background: #e0f9ff;
    position: relative;
    /* overflow: hidden; */
}
#HEADER .challenge.end .defi, 
#HEADER .challenge .defi.ok {
    background: #d5ffd4;
}

/* .challenge.end .defi,
.challenge.end .gain, */
#HEADER .challenge .defi.ok {
    animation-name: anim-defi-ok;
    animation-duration: 200ms;
    animation-iteration-count: 1;
}
@keyframes anim-defi-ok {
    0%   {transform: scale(2);}
    100%   {transform: scale(1);}
}
#HEADER .challenge.end .defi,
#HEADER .challenge.end .gain,
#HEADER .challenge .defi.ok {
    border-style: solid;
    border-top: #fff;
    filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.5));
}


#HEADER .challenge.end .gain {
    background-color: #e7e080;
}

#HEADER .challenge .defi p {
    position: absolute;
    bottom: 1px;
    height: 18px;
    left: 0;
    right: 0;
    background: linear-gradient(#ffffff00 25%, #fff 25%);
    border-radius: 5px;
}
#HEADER .challenge .chalsel div {
    height: 23px;
    width: 20px;
    text-align: center;
    /* background-color: #b0d2da; */
    background: linear-gradient(90deg, #d3f7ff, #b0d2da);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -20px;
    cursor: pointer;
    transition: 200ms;
}
#HEADER .challenge .chalsel div.sel {
    background: #d3f7ff;
    font-weight: 600;
}
#HEADER .challenge .chalsel div:hover {
    filter: brightness(1.1);
}
#HEADER .challenge .credit {
    background-image: url(https://dev.beersworld.eu/public/assets/monaie.webp);
}
#HEADER .challenge .experi {
    background-position-y: 0px !important;
    background-image: url(https://dev.beersworld.eu/public/assets/xp.webp);
}
#HEADER .challenge .client {
    background-image: url(https://dev.beersworld.eu/public/assets/perso.webp);
}
#HEADER .menu-resp {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#HEADER .menu-resp .vbtn {
    height: 100%;
    margin: 0px 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
}
#HEADER .menu-resp .vbtn.selec {
    border: 2px solid rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1)) !important;
}
#HEADER .menu-resp .vbtn img {
    height: 100%;
    width: auto;
}
#HEADER .btn-close {
    opacity: 1;
    height: 30px;
    width: auto;
    margin: 0px 10px;
}
#HEADER .btn-close img {
    opacity: 0.3;
    height: 30px;
    margin-top: 0px !important;
}
.tx-red {
    color: #ff0000 !important;
    border-color:#ff0000 !important;
}
.tx-green {
    color: #30c023;
}
.tx-grey {
    color: #858585;
}
/* .recette .form-control {
    padding-right: 24px !important;
} */
.was-validated .form-control:valid,
.was-validated .form-control:invalid {
    background-image: unset !important;
    /* padding-right: calc(.5em + 1rem) !important; */
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple]):not([size]) {
    --bs-form-select-bg-icon: unset !important;
    /* padding-right: 20px !important; */
}

.modal-header {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}


/* .btn-close-top .btn-close, */
.modal-header .btn-close {
    opacity: 1;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    z-index: 2;
}
/* .btn-close-top .btn-close, */
.modal-header .btn-close {
    background-color: #ffbaba;
}
.modal-header .btn-back {
    z-index: 10;
}
.modal-header .btn-back img {
    fill: #fff !important;
    height: 38px;
    width: 38px;
    top: 2px;
    right: 50px;
    background: #5c5;
    border-radius: 5px;
    position: absolute;
    border: 2px solid #1f861f;
    cursor: pointer;
    transform: rotate(180deg);
}

/* .btn-close-top .btn-close:hover {
    background-color: #ff9696;
}
.btn-close-top .btn-close.totop {
    top: 28px !important;
} */
/* #VILLE .modal-header .btn-close {
    display: none;
} */
#EXPLORATION .body {background: rgba(187, 209, 176, 0.9);}
#BRASSERIE   .body {background: rgba(207, 209, 176, 0.9);}
#RECHERCHE   .body {background: rgba(177, 176, 209, 0.9);}
#BAR         .body {background: rgba(209, 176, 176, 0.9);}
#MARKET      .body {background: rgba(176, 209, 209, 0.9);}
#CULTURES    .body {background: rgba(187, 209, 176, 0.9);}
#MALTERIE    .body {background: rgba(209, 194, 176, 0.9);}
#DEMANDE     .body {background: rgba(187, 209, 176, 0.9);}
#STATE       .body {background: rgba(187, 209, 176, 0.9);}

.form-select  {
    background-color: #ffffff23;
}

.border-a {
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
.border-a.selec {
    border-color: var(--brd-color);
}

.tor,
.res {
    width: 35%;
    white-space: nowrap;
}
.stocks h3:hover,
.stocks [class*="type-"] h5:hover {
    cursor: pointer;
    color: #000000;
}
.stocks [class*="type-"] {
    overflow: hidden;
}
.stocks img {
    transform: rotate(180deg);
}
.stocks.close h3 img,
.stocks [class*="type-"].close img {
  transform: rotate(0deg);
}
.stocks [class*="type-"].close .listk {
    height: 0px !important;
}
.stocks [class*="type-"].close {
   height: 25px;
}
.stocks {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.stocks.close .list-r {
    display: none;
}
#CULTURES .stocks .list-r {
    max-height: 263px;
    overflow-y: auto;
}
#MALTERIE .stocks .list-r {
    max-height: 420px;
    overflow-y: auto;
}
#BRASSERIE .stocks .list-r {
    max-height: 340px;
    overflow-y: auto;
}

.nav-tabs .active {
    background-color: #ffffff3d !important;
}
.nav-tabs .nav-link {
    color: #4b4b4b;
    cursor: pointer;
}
.nav-tabs .nav-link:hover {
    color: #000000;
}
.nav-tabs .nav-link.disabled {
    /* color: #696969; */
    filter:opacity(0.5);
}
.btn-part-left {
    transform: rotate(180deg);
    left: 0;
}
.btn-part-right {
    right: 0;
}
[class*="btn-part-"] {
    cursor: pointer;
    position: fixed;
    top: 300px;
    z-index: 3;
    border-radius: 20px;
    border-left: 2px solid rgb(255, 255, 255);
    background-color: #3c6b26;
}
[class*="btn-part-"] svg {
    height: 40px;
    width: 40px;
}
[class*="btn-part-"] path {
    transition: 200ms;
    fill: #e4e4e4;

}
[class*="btn-part-"]:hover path {
    fill: #ffffff;
}

.select,
.select .option {
    width: 100%;
    height: 33px;
    background-color: #fafafa;
}

.select {
    border-radius: 6px;
    border: 1px solid #aeaeae;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 6;
    overflow: auto;
    height: 300px;
}
.select.close {
    overflow: hidden;
    height: 33px !important;
}
.select .option {
    display: flex;
    padding: 5px 35px 5px 5px;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    display: flex;
    justify-content: space-between;
}
.select .option:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.select:hover,
.select .option:hover {
    background-color: #fff;
}
/* Slot --------------------------------------------------------- */
.slot {
    max-width: 150px;
    position: relative;
    padding: 5px;
    border: 1px solid rgba(129, 88, 25, 0.5);
    border-radius: 10px;
}
.slot .shop {
    position: relative;
}
.slot .shop .resp-1 {
    display: none;    
}

.slot .shop .resp-1 input {
    /* padding-right: 0px !important;    */
    height: 30px;
}
.objet .spinner-border,
.slot .spinner-border {
    height: 23px;
    width: 23px;
}

#BEER .opt-resp [class*="op-"],
#BRASSERIE .slot .shop .resp-1 [class*="op-"] {
    position: relative;
    cursor: pointer;
    background-color: #eeeeee;
    text-align: center;
    /* padding: 2px 0px; */
    padding-top: 1px;
    height: 30px;
    border: 1px solid grey;
    border-radius: 3px;
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}
#BRASSERIE .slot .shop .resp-1 .oval {
    padding: 0px;
    position: relative;
}
#BRASSERIE .slot .shop .resp-1 .k-g {
    right: 4px !important;
}
#BRASSERIE .slot .shop .resp-1 [class*="op-"]:hover {
    background-color: #fff;
}
#BRASSERIE .anim-3 .canette {
    width: unset !important;
}
.slot .needlvl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: rgb(236, 153, 0);
    text-shadow: 0 1px 0 rgb(153, 99, 0), 0 1px 1px #000, 0 2px 2px rgba(0,0,0,.25), 0 4px 4px rgba(0,0,0,.15);
}
.slot .needlvl img {
    height: 40px;
    width: 40px;
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.5));
}
.slot .btn-change,
.slot .btn-close {
    position: absolute;
    z-index: 1;
    height: 22px;
    width: 22px;
    cursor: pointer;
}
#GUIDE .btn-change,
.slot .btn-change {
    top: 2px;
    left: 1px;
    padding: 2px;
    opacity: 0.7;
    border: 1px solid black;
    border-radius: 6px;
}
.slot .btn-close {
    top: 1px;
    right: -2px !important;
}
.slot .btn-change:hover {
    opacity: 1;
}
.slot .images {
    position: relative;
    width: 100%;
    height: auto;
}
.slot .bg-img {
    width: 100%;
    height: auto;
}
.slot .gouts {
    position: absolute;
    display: flex;
    bottom: -10px;
    flex-wrap: wrap-reverse;
}
/* .slot [class*="img-"] { */
.slot .imgs {
    width: 25%;
    height: 25%;
    border-radius: 20px;
    /* filter: drop-shadow(0px 0px 3px #ffffff); */
}
.slot .k-g {
    position: absolute;
    right: 24px;
    /* bottom: 8px; */
    top: 8px;
}
.slot input {
    padding-right: 0px !important;
}
.slot .nom {
    padding: 10px  0px;
    text-align: center;
    height: 74px;
    line-height: 20px;
}
/* .slot .top {
    cursor: pointer;
} */
.stockage .bouts .item,
.stockage .cuve {
    position: relative;
    margin-bottom: -10px;
    border: 1px solid grey;
    border-radius: 6px;
    text-align: center;
    transition: 200ms;
    background-color: rgba(255, 166, 0, 0.3);
}
.stockage .bouts .item.dispo,
.stockage .cuve.dispo {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
}
.stockage .bouts .item.dispo:hover,
.stockage .cuve.dispo:hover {
    border-color: #afafaf;
    background-color: rgba(255, 255, 255, 0.5);
}
.stockage .bouts .item.dispo.selec,
.stockage .cuve.dispo.selec {
    background-color: rgba(131, 255, 74, 0.5);
    border-color: rgba(46, 102, 20, 0.9);
}
.stockage .cuve .jauge {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 10px;
    border-radius: 5px;
    background-color: #009100;
}
.bouts .item {
    height: 340px;
    display: flex;
    justify-content: center;
    position: relative;
}
.bouts .item > div {
    position: absolute !important;
}
.bouts .item .name {
    top: 0;
}
.bouts .item .type {
    bottom: 0;
    width: 100%;
}
.bouts .item .on-beer {
    top: 30px;
}

.bouts .item .name,
.stockage .cuve .name {
    height: 30px;
    font-size: 18px;
}
.stockage .bouts .item.nodispo,
.stockage .cuve.nodispo {
    background-color: rgba(119, 119, 119, 0.3);
}
.stockage .name p {
    line-height: 20px;
}
.stockage .cuve.nodispo .name {
    background-color: rgb(119, 119, 119);
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    height: 70px;
    margin-bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.stockage .cuve .type,
.stockage .cuve .name {
    padding-left: 10px;
}
.bouts .item .type,
.stockage .cuve .type {
    font-weight: bold;
}
/* VILLE ======================================================== */
/* VILLE ======================================================== */
#VILLE {
    overflow-y: auto;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}
#VILLE.open {
    overflow-y: hidden !important;
}
#VILLE .part {
    opacity: 0;
    transition: 200ms;
}
#VILLE .part.close {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.5));
    height: 220px;
    cursor: pointer;
}
#VILLE .part.close .head-part {
    height: 100%;
    width: 100%;
}
#VILLE .head-part .image {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -5%;
    overflow: hidden;
    border-radius: 50px;
}
#VILLE .part-s {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
#VILLE .part-s .content,
#VILLE .part .content {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    transition: 200ms;
    overflow: hidden;
    position: relative;
}
#VILLE .part-s.open .content,
#VILLE .part.open .content {
   border-radius: 10px !important;
}
#VILLE .part.close .content {
   border-bottom: 5px solid rgb(5, 32, 5);
}
#VILLE .part.close.brewend .content {
    border: 5px solid #adff2f;
    animation-name: anim-part-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes anim-part-1 {
    0%   {border: 5px solid #adff2f;}
    50%   {border: 5px solid #008000;}
    100%   {border: 5px solid #adff2f;}
}
#VILLE .part.close.brewend {
    animation-name: anim-part-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes anim-part-2 {
    0%   {filter: drop-shadow(0px 4px 6px rgba(172, 255, 47, 0.8));}
    50%   {filter: drop-shadow(0px 4px 6px rgba(172, 255, 47, 0));}
    100%   {filter: drop-shadow(0px 4px 6px rgba(172, 255, 47, 0.8));}

}
#VILLE .part-s .head-part h2,
#VILLE .part .head-part h2 { 
    text-align: center;
    position: absolute;    
    left: 0;
    right: 0;
    background-color:  var(--bg-base);
    display: none;
}
#VILLE .part-s.close {
    display: none;
}
#VILLE .part.close .head-part h2 {
    bottom: 0;
    display: block;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#VILLE .part-s.open,
#VILLE .part.open {
    width: 100%;
    filter: drop-shadow(0px 16px 6px rgba(0, 0, 0, 0.5));
    z-index: 1;
}
#VILLE .body {
   padding: 20px;
   position: relative;
   overflow: auto;
}
#VILLE .part.close:hover {
    filter: brightness(1.1);
}
#VILLE .part.close:hover .content{
    border-width: 2px !important;
}
#VILLE .part.close .body {
    display: none;
}
#VILLE .body-btns {
    /* min-height: 115px; */
    opacity: 0;
    height: 90px;
}
#VILLE .body-btn {
    background-color: var(--bg-base);
    border-bottom: 5px solid #052005;
    border-left: 2px solid #052005;
    border-right: 2px solid #052005;
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    transition: 50ms;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.5));
    height: 80px;
    width: 80px;
    margin: 15px;
}
#VILLE .body-btn:hover {
    border-width: 2px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
}

/* CULTURES ===================================================== */
/* CULTURES ===================================================== */
#CULTURES .modal-footer {
    height: 71px;
}
#CULTURES .modal-header p {
    width: 75px;
    color: #009100;
}
#CULTURES .tor,
#CULTURES .res {
    width: 50%;
}
#CULTURES .input-range {
    /* border: 2px solid transparent; */
    border-radius: 5px;
}
#CULTURES .input-range.selec {
    animation-name: anim-input-cult;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes anim-input-cult {
    0%   {background-color: #adff2f;}
    50%   {background-color: #ffffff00;}
    100%   {background-color: #adff2f;}
}
    /* border: 5px solid #adff2f;
    animation-name: anim-part-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes anim-part-1 { */

#CULTURES [class*="champ-"] {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    background: rgba(204, 174, 128, 0.5) ;
    border: 2px dotted rgba(146, 124, 91, 0.5);
    border-radius: 5px;
    height: 170px;
    transition: 200ms;
}
#CULTURES [class*="champ-"] .image div {
    background-size: 74px !important;
}
#CULTURES .champ-c {
    background: #f1da8c !important;
    border: 2px solid #c7b474 !important;
}
#CULTURES .champ-h {
    background: #7bc978 !important;
    border: 2px solid #63a161 !important;
}
#CULTURES .champ-a {
    /* background: #e6ae98 !important; */
    border: 2px solid transparent;
}
#CULTURES .champ-sel {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 200ms;
  cursor: pointer;
}

#CULTURES .champ-sel:hover {
    filter: brightness(1.1);
}
#CULTURES .liste .image {
    height: 74px;
    border-radius: 20px;
    overflow: hidden;
    transition: 200ms;
    position: relative;
    background-size: 50px;
    background-position-y: -20px;
}
#CULTURES .liste .image div {
    background-size: contain;
    background-color: rgba(0, 0, 0, 0.2);
    transform: scale(1.2);
}
#CULTURES .liste .rdy {
    border: 2px solid var(--brd-color-ho);
    /* border-color: var(--brd-color-ho) !important; */
}
#CULTURES .liste .rdy:hover {
    cursor: pointer;
    filter: brightness(1.1);
}
#CULTURES .pc-val {
    text-align: center;
    width: 55px;
    margin-left: 5px;
}
#CULTURES .prod {
    margin-left: 5px;
}
#CULTURES .cap-val {
    text-align: center;
    margin-left: 5px;
    white-space: nowrap;
}
#CULTURES .cult .btn-close {
    display: none;
}
#CULTURES .cult.tempo .btn-close {
    display: block;
}
#CULTURES .progres {
    border: 1px solid #0003;
    border-radius: 20px;
    overflow: hidden;
    background-color: #00000012;
}
#CULTURES .img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #ffffff4b;
    margin-right: 5px;
    padding: 2px;
}
#CULTURES .img img {
    height: 100%;
    width: auto;
}

/* MALTERIE ===================================================== */
/* MALTERIE ===================================================== */
#MALTERIE input {
    border-radius: 10px;
    /* background: linear-gradient(90deg ,#198754 0%, #19875400 0%); */
}
#MALTERIE .input-range {
    align-items: center;
    justify-content: center;
    height: 70px;
}
#MALTERIE .torref .colors .needebc,
#MALTERIE .torref .colors .ebc {
    border-radius: 5px;
    border: 3px solid rgba(31, 31, 10, 0.384);
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 0px;
}
#MALTERIE .torref .colors .ebc.selec,
#MALTERIE .torref .colors .ebc:hover {
    border-color: #00aa00;
}
#MALTERIE .torref .colors .ebc.selec span {
    background-color: #00aa00;

}
#MALTERIE .torref .colors .needebc span,
#MALTERIE .torref .colors .ebc span {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #00000073;
    color: #fff;
    text-align: center;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}
#MALTERIE .torref .colors .needebc {
    border-style: dotted !important;
}
#MALTERIE .torref .colors img {
    width: 100%;
    margin-bottom: 10px;
}

#MALTERIE .rdy .slot {
    transition: 200ms;
    border: 2px solid #00ff00;
}
#MALTERIE .rdy .slot:hover {
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
}

#MALTERIE .rdy .slot {
    margin: 45px 10px;
}


#BRASSERIE .modal-footer .tx-red {
    animation-name: alerttx;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes alerttx {
    0%   {transform: scale(1);}
    50%   {transform: scale(1.1);}
    100%   {transform: scale(1);}
}


/* BRASSERIE ==================================================== */
/* BRASSERIE ==================================================== */
#listeCuve {
    padding-bottom: 30px;
}
#listeCuve .infos {
    height: 100%;
    padding: 0px 40px;
}
#listeCuve .infos span:nth-child(2)  {
    font-weight: 600;
}
#listeCuve .infos div  {
    display: flex;
    justify-content: space-between;
}
#listeCuve .row {
    height: 200px;
}
#listeCuve .carousel-item {
    margin-bottom: 50px;
}
#listeCuve [class*="carousel-control"] {
    width: 30px;
}
#listeCuve .carousel-indicators {
    margin-bottom: 0px;
    opacity: 1;
}
#listeCuve .carousel-indicators button.use {
    background-color: var(--bg-brewing);
}
#listeCuve .carousel-indicators button.use.active {
    border-color: red !important;
}
#listeCuve .carousel-indicators button {
    height: 50px;
    width: 50px;
    padding: 2px;
    border-radius: 5px;
}
#listeCuve .carousel-indicators button.active {
    border-color: #008000 !important;
}
#listeCuve .carousel-indicators button img {
    height: auto;
    width: 100%;
    display: block;
}
#listeCuve .carousel-indicators .need-tech {
    border-style: dotted !important;
}
#listeCuve .carousel-item img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 20px;

}
#listeCuve h5 {
    text-align: center;
    margin: 0px;
    position: relative;
    bottom: 10px;
}

#BRASSERIE .recette {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid black;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
#BRASSERIE .recette .row {
    opacity: 1;
}
#BRASSERIE .recette.use .row {
    opacity: 0.2;
}
#BRASSERIE .recette .usecuve {
    display: none;
    color: red;
    font-size: 30px;
    height: 100%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
}
#BRASSERIE .recette.use .usecuve {
    display: flex;
}
#BRASSERIE .skill .val {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
#BRASSERIE .skill .img {
    position: relative;
}
#BRASSERIE .skill img {
    position: absolute;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#BRASSERIE .etape-3 .liste {
    align-items: flex-start !important;
}

/* -------------------------------------- */

#recipe_levure {
    border: 2px solid gray !important;
}
#BRASSERIE .modal-body .to-close {
    cursor: pointer;
}
#BRASSERIE .etape {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border-top: 1px solid rgb(255, 255, 255);
}
#BRASSERIE .etape span {
    font-size: 40px;
    font-weight: bolder;
    color: #4b4b4b;
    margin-bottom: -18px;
    z-index: 1;
}
#BRASSERIE .etape div {
    border-radius: 5px;
    padding: 0px 5px;
}
#BRASSERIE .etape div,
#BRASSERIE .etape {
    background-color: #f7f7f7;
    border-bottom: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
}
.graphique .tigraph {
    margin-bottom: -20px;
}
.info-biere {
    /* overflow: hidden; */
    flex-wrap: wrap;
}
.info-biere h5 {
    /* margin-bottom: 10px !important; */
}
.arome-carac {
    display: flex;
    flex-wrap: wrap;
}
[class*="fam-"] {
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    border-radius: 3px;
    /* padding: 0.5%; */
    /* border-color: #408314 ;
    background: linear-gradient(#6ac030, #408314) ; */
    border-color: #838114 ;
    background: linear-gradient(#bbb932, #838114) ;
    /* border-color: #8f8f8f ;
    background: linear-gradient(#b3b3b3, #8f8f8f) ; */
    
    cursor: pointer;
}
[class*="fam-"] p {
    color: #fff;
    text-align: center;
}

.fam-s {
    border-color: var(--bg-fami) !important;
    background: linear-gradient(rgb(184, 33, 184), rgb(128, 0, 128)) !important;
    /* filter: drop-shadow(0px 3px 0px var(--bg-fami)); */
}
.fam-1 {
    border-color: rgb(33, 141, 0);
    background: linear-gradient(rgb(74, 187, 40), rgb(33, 141, 0)) !important;
    /* filter: drop-shadow(0px 3px 0px rgb(33, 141, 0)); */
}
.fam-2 {
    border-color: rgb(141, 80, 0) !important;
    background: linear-gradient(rgb(194, 130, 47),  rgb(141, 80, 0)) !important;
    /* filter: drop-shadow(0px 3px 0px rgb(141, 80, 0)); */
}
.fam-3 {
    border-color: rgb(0, 103, 163) !important;
    background: linear-gradient(rgb(0, 123, 194), rgb(0, 103, 163)) !important;
}


.beer-style {
    /* min-height: 200px; */
    /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); */
    /* background-size: cover; */
    position: relative;
    min-height: 360px;
    max-height: 370px;
    height: 100%;
    align-items: center;
    background-image: url(https://dev.beersworld.eu/public/assets/bgbeer-2.webp);
    background-size: inherit;
    background-position: center;
    /* backdrop-filter: opacity(0.5); */

    /* border-top: 50px solid black; */
    border-bottom: 50px solid rgb(255, 255, 255);
    background-color: #5a5a5a;
    border-radius: 10px;
}

/* .graphique canvas {
    width: 100%;
    height: 100%;
} */
#beerFect,
#beerColor,
.beerCanvas {
    height: 200px;
    width: 100px;
    position: absolute;
    display: block;
    margin: 0 auto;
    /* transform-origin: center bottom; /* Point d'origine de la transformation
    filter: scale(1, 0.5); Échelle horizontale et verticale */
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;    

}
#beerFect {
    width: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 50px;
    z-index: 20;
}
#beerColor {
    z-index: 1;
    border-left: 10px solid rgba(255, 255, 255, 0.6);
    border-right: 10px solid rgba(255, 255, 255, 0.6);
    border-bottom: 6px solid rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.beerCanvas {
    border-top: 30px solid hsla(0, 0%, 100%, 0.5);

    border-left: 5px solid rgba(255, 255, 255, 0.3);
    border-right: 5px solid rgba(255, 255, 255, 0.3);
    border-bottom: 15px solid rgba(255, 255, 255, 0.3);

    
    z-index: 10;
    filter: opacity(0.9);
}
.img-arom {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-arom img {
    height: 40px;
    width: 40px;
}
#BRASSERIE .brassin {
    /* background-color: green; */
    background-color: var(--bg-brewing);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    text-align: center;
}

#BRASSERIE .modal-body [class*="anim-"] h4 {
    height: 50px;
    display: block;
}
#BRASSERIE .modal-body [class*="anim-"] {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#BRASSERIE .brassin > .row {
    background-color: #ffffff;
    border-radius: 10px;
}
#BRASSERIE .brassin .anibody {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
#BRASSERIE .brassin .anim-2 {
    border-left: 1px solid green;
    border-right: 1px solid green;
}
#BRASSERIE .brassin .anim-2 .ingred {
    margin-top: -25px;
    text-align: center;
    background-color:  rgba(255, 255, 255, 0.6);
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
#BRASSERIE .brassin .finish {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 0px 10px;
    min-height: 45px;
}
#BRASSERIE .brew-opt {
    border-radius: 10px;
    /* border: 1px solid rgb(187, 187, 187); */
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 15px;
    height: 100%;
}
#BRASSERIE .del-recipe {
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 2px;
}
#BRASSERIE .del-recipe svg {
    height: 25px;
    width: 24px;
}
#BRASSERIE .add-recip .slot {
    border-style: dashed;
    cursor: pointer;
}
#BRASSERIE .add-recip:hover .slot {
    border-style: solid !important;
}
#BRASSERIE .add-recip .slot div {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#BRASSERIE .add-recip .slot img {
    opacity: 0.5;
    height: 30px;
    transition: 200ms;
    transform: rotate(45deg);
}
#BRASSERIE .add-recip:hover .slot img {
    opacity: 0.6;
    height: 40px;
}
#recipe_version {
    position: absolute;
    right: 15px;
    top: 15px;
}
#BRASSERIE .inginbeer img {
    height: 30px;
    width: auto;
}
/* RECHERCHE ================================================= */
/* RECHERCHE ================================================= */
#RECHERCHE h5 {
    margin: 10px;
}
@keyframes anim-rech-presel {
    0%   {background-color: #23c27800;}
    50%   {background-color: #23c278;}
    100%   {background-color: #23c27800;}
}
#RECHERCHE .liste {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
#RECHERCHE .modal-body .body-r {
    border-radius: 10px;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
}
#RECHERCHE .modal-body .body-r .title {
    display: flex;
    padding: 10px 10px 0px 10px;
}
#RECHERCHE .modal-body .body-r .title img {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    /* filter: drop-shadow(0px 3px 0px rgb(33, 141, 0)); */

    border-radius: 3px;
    /* border: 2px solid #218d00; */
    /* background: linear-gradient(rgb(74, 187, 40), rgb(33, 141, 0)); */
}
#RECHERCHE .techno.end .cost,
#RECHERCHE .techno.end .xp {
    display: none ;
}
#RECHERCHE .techno.end .time {
    height: 70px !important ;
}
#RECHERCHE .techno .xp,
#RECHERCHE .techno .cost,
#RECHERCHE .techno .time,
#RECHERCHE .techno .vbon {
    padding: 0px 5px;
}
#RECHERCHE .xp img,
#RECHERCHE .cost img {
    height: 20px;
}
#RECHERCHE .xp,
#RECHERCHE .time,
#RECHERCHE .cost {
    height: 24px;
}
#RECHERCHE .activ .xp img,
#RECHERCHE .activ .cost img {
    display: none;
}
.techno {
    /* min-height: 90px; */
    min-height: 110px;
    /* min-width: 160px; */
    background: #c8c8f0;
    border: 2px solid #43438b;
    border-top: 1px solid #43438b;
    border-bottom: 3px solid #43438b;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    cursor: pointer;
    padding: 5px;
    position: relative;
}
.modal-body .techno {
    width: 33% !important;
}
.modal-body .techno.hop {
    min-height: 175px;
}
.techno.presel {
    border-color: green !important;
    animation-name: anim-rech-presel;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.techno .img {
    height: 63px;
    width: 63px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    border: 1px solid #43438b;
    background-color: #fff;
}
.modal-body .techno .img {
    top: 38px !important;
}
.techno .lvl {
    color: #232349;
    position: absolute;
    left: 3px;
    top: 0px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    /* background: #fff; */
    text-align: center;
    border-radius: 20px;
    z-index: 11;
}
/* .modal-header .techno .lvl {
    background: #fff;
} */
.techno .lock {
    height: 60px;
    top: -15px;
    position: absolute;
    z-index: 30;
    padding: 5px;
    /* background-color: #c8c8f0;
    border: 1px solid #43438b; */
    border-radius: 6px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));

}
.techno div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
.techno.search  .vbon {
    margin-top: 0px !important;
}
.techno .time {
    z-index: 10 !important;
}
.techno p {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
}
.techno .btn {
    display: none;
}

.techno.activ {
    background: #8888c7;
    color: #fff;
}
.techno.selec {
    border-color: #198754;
    background-color: #23c278;
    color: #fff;
}
.techno.end {
    justify-content: center;
    border-color: #083e8e;
    background-color: #0d6efd;
    color: #fff;
    animation-name: anim-searend;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes anim-searend {
    0%     {background-color: #5197ff;}
    50%    {background-color: #2e82ff;}
    100%   {background-color: #5197ff;}

}

.techno.end button,
.techno.search button {
    display: none !important;
}
.techno.search {
    justify-content: center;
    border-color: #198754;
    background-color: #23c278;
    border-color: #0d6efd;
    color: #fff;
}
.techno.search .jauge {
    height: 100%;
    width: 0%;
    background-color: #0d6efd;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    transition: 500ms;
}
.techno.selec .btn {
    display: block;
    position: absolute;
    top: 57px;
    left: -5px;
    min-width: 85px;
}
.techno.search .img,
.techno.selec .img {
    border: 2px solid #0d6efd;
}
.techno button {
    z-index: 1;
}
/* #RECHERCHE .culture .img {
    background-image: url(public/assets/champ.jpg);
}
#RECHERCHE .cereale .img {
    background-image: url(public/assets/image-c.jpg);
}
#RECHERCHE .houblon .img {
    background-image: url(public/assets/image-h.jpg);
}
#RECHERCHE .autre .img {
    background-image: url(public/assets/idi-e.png);
} */
#RECHERCHE .arom {
    min-height: 60px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
    z-index: 1;
}
#RECHERCHE .arom img {
    height: 34px;
}
#RECHERCHE .arom p {
    color: #000000;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: -22px;
}


/* BAR ======================================================= */
/* BAR ======================================================= */

#BAR [class*="tabl-"] {
    background-color: #fff;
    border-radius: 10px;
}
#BAR .ta-head {
    border-bottom: 1px solid gray;
    /* height: 30px; */
}
#BAR .ta-body {
    /* height: 400px; */
    height: 250px;
    overflow-y: scroll;
}
#BAR .titleBeer {
    opacity: 0;
    z-index: 100;
    display: block;
    position: fixed;
    width: auto;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 2px 10px;
    background: #fffc;
}
#BAR .tips img {
    height: 20px !important;
}
#BAR .ta-row {
    border-bottom: 1px solid rgb(226, 226, 226);
    /* height: 30px; */
    /* padding: 2px 0px; */
    padding-top: 2px;
    padding-bottom: 1px;
    display: flex;
    align-items: center;
}
#BAR .tabl-3 .ta-row .c-ven {
    display: flex;
    justify-content: center;
}
#BAR [class*="tabl-"] [class*="c-"] {
    padding-left: 10px;
}
#BAR [class*="tabl-"] img {
    height: 30px;
}
#BAR .tabl-2 .c-nom,
#BAR .tabl-1 .c-nom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-width: 20%;
}
#BAR .tabl-2 .c-nom .ve,
#BAR .tabl-1 .c-nom .ve {
    font-size: 14px;
    font-style: italic;
}
#BAR .tabl-1 .c-sty {min-width: 20%;}
#BAR .tabl-1 .c-ibu {min-width: 5%;}
#BAR .tabl-1 .c-ebc {min-width: 5%;}
#BAR .tabl-1 .c-alc {min-width: 5%;}
#BAR .tabl-1 .c-aro {min-width: 35%;}
/* #BAR .tabl-1 .c-ven {min-width: 10%;} */
#BAR .tabl-1 .c-sto {min-width: 10%;}

#BAR .tabl-2 .c-nom {min-width: 30%;}
#BAR .tabl-2 .c-sty {min-width: 30%;}
#BAR .tabl-2 .c-ven {min-width: 20%;}
#BAR .tabl-2 .c-sto {min-width: 20%;}
#BAR .tabl-3 .c-ibu {min-width: 8%;}
#BAR .tabl-3 .c-ebc {min-width: 8%;}
#BAR .tabl-3 .c-alc {min-width: 8%;}
#BAR .tabl-3 .c-aro {min-width: 64%;}
#BAR .tabl-3 .c-ven {min-width: 12%;}

.slot .c-aro:hover,
.slotb .c-aro:hover,
.tabl-1 .c-aro:hover {
    cursor: pointer;
    filter: brightness(1.1);
}
#BAR .ta-row .c-aro div {
    margin-right: 3px;
}
#BAR .next-c .jauge {
    height: 30px;
    width: 100%;
    /* background: linear-gradient(90deg, #7d73da 50%, #ffffff  50%); */
    border-radius: 5px;
    display: flex;
    border: 1px solid rgb(87 87 87);
    overflow: hidden;
}
#BAR .next-c .jauge div {
    /* width: 100%; */
    height: 100%;
    background-color: #7d73da;
    color: #fff;
    transition: 300ms;
}
#BAR .next-c .jauge .step-1 {
    background-color: #7d73da;
}
#BAR .next-c .jauge .step-2 {
    background-color: #30c023;
}
#BAR .next-c .jauge .step-3 {
    width: 10% ;
    margin-left: -10%;
    background-color: #ff0000;
}
#BAR .modal-body .client {
    cursor: pointer;
}
/* BEER ====================================================== */
/* BEER ====================================================== */
@media (max-width: 1090px) {
    #BEER .part-2, #BEER .part-3 {
        padding: 0px !important;
    }
} 
#BEER .modal-header h2 {
    white-space: nowrap;
}
#EVENT .modal-dialog,
#BEER .modal-dialog {
    width: 100%; 
    min-width: 100%; 
    margin-left: 0px; 
    margin-right: 0px;
    margin-top: 50px;
    /* margin-top: 0px; */
}
#EVENT .canette {
    display: none !important;
}
#BEER .modal-content {
    background-color: #eff5ff;
}
#menuRepo img {
    animation-name: anim-defi-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
/* Responsiv----------------------------------- */
@media (max-width: 530px) {
    #BEER [class*="part-"] .body {
        border: none !important;
    }
    #BEER .part-2 {
        margin-top: -130px !important;
        height: 390px !important;
    }
    #BEER .part-2 .body {
        overflow: unset !important;
        transform: scale(0.5);
    }
    #BEER .modal-dialog {
        margin-top: 0px !important;
    }
    #BEER .modal-header {
        padding: 6px 0px 0px 10px !important;
    }
    #BEER .modal-body {
        padding-top: 0px !important;
    }
}
#BEER [class*="part-"] .body {
    height: 100%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 10px;
    overflow: hidden;
}
#BEER .part-2 {
    display: flex;
    justify-content: center;
}
#BEER .part-2 .body {
    display: flex;
    justify-content: center;
    height: 512px;
    width: 100%;
    position: relative;
}
#BEER .modal-header h4 {
    white-space: nowrap;
}
#BEER .comman .svref {
    position: relative;
    min-height: 45px;
}
#BEER .comman .svref button {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
}
#BEER .comman .svref.selec button {
    display: block !important;
}
#BEER .comman .svref.selec button svg {
    transform: unset !important;
    margin-left: unset !important;
}
#BEER .nav-link.active {
    background-color: #fff !important;
}

.canette {
    position: absolute;
    width: 100%;
    display: flex;
}
.view .canette svg {
    display: none;
}
.btl-frm-1 .canette svg {height: 512px;}
.btl-frm-1 {
    height: 512px;
    width: 512px;
}
.btl-frm-2 .canette svg {
    width: 256px;
    height: 256px;
}
.btl-frm-2 {
    height: 256px;
    width: 256px;
}
.btl-frm-3 .canette svg {height: 128px;}
.btl-frm-3 {
    height: 128px;
    width: 128px;
}
.btl-frm-4 .canette svg {height: 128px;}
.btl-frm-4 {
    height: 128px;
    width: 64px;
}

/* .btl-frm-3 .calc {
    transform: scale(0.5);
} */

[class*="bottle-"] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
}
.cho-design-new [class*="btl-frm-"] .canette {
    display: none;
}
.cho-design-new [class*="btl-frm-"].on-beer .canette {
    display: block !important;
    width: unset !important;
}
/* [class*="btl-frm-"].on-beer .bottle-1 {
    background-image: url(https://dev.beersworld.eu/public/assets/icons/3-1.svg);
} */
/* [class*="btl-frm-"].on-beer .bottle-2 {
    background-image: url(public/assets/icons/3-2.svg);
} */
[class*="bottle-"] .design svg {
    height: auto;
    width: 100%;
}
[class*="bottle-"] .design div {
    position: absolute;
}
[class*="btl-frm-"] .design {
    overflow: hidden;
    position: relative;
}
/* .bottle-1 ================================ */
[class*="btl-frm-"].on-beer .bottle-1 .calc {
    height: 100%;
    overflow: hidden !important;
    width: 56.3%;
}
[class*="btl-frm-"].on-beer .bottle-1 .design {
    background-color: transparent !important;
    transform: scale(0.7, 0.6) !important;
    left: -38%;
}
#STOCK .btl-frm-2.on-beer .bottle-1 .design {
    background-color: transparent !important;
    transform: scale(0.7, 0.6);
    left: -38%;
}
.btl-frm-3.on-beer .bottle-1 .design {
    transform: scale(0.3, 0.3) !important;
    left: -128%;
    top: -48%;
}
.btl-frm-3.on-beer .bottle-2,
.btl-frm-3.on-beer .bottle-1  {
    height: 128px !important;
}
/* .bottle-2 ================================ */
[class*="btl-frm-"].on-beer .bottle-2 .calc {
    height: 100%;
    overflow: hidden;
    width: 36%;
}
[class*="btl-frm-"].on-beer .bottle-2 .design {
    background-color: transparent !important;
    transform: scale(0.5, 0.4);
    left: -89%;
}
#STOCK .btl-frm-2.on-beer .bottle-2 .design {
    background-color: transparent !important;
    transform: scale(0.5, 0.4);
    left: -89%;
}
.btl-frm-3.on-beer .bottle-2 .design {
    transform: scale(0.2, 0.2) !important;
    left: -228%;
    top: -50%;
}
#BEER .design .liste {
    height: 340px;
    align-content: flex-start;
    overflow-y: auto;
}
/* #BEER .design .liste .des {
    height: 80px;
} */
#BEER .comman .liste {
    overflow-y: auto;
    height: 175px;
    align-content: flex-start;
}
#BEER .part-3 .liste .svgt svg,
#BEER .comman .svref[f="text"] svg {
    transform: scale(3);
    margin-left: 95%;
}  
#BEER .comman input[type="number"] {
    width: 56px;
    padding-right: 0px;
    padding-left: 6px;
    margin-left: 10px;
}
#BEER .liste div {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 5px;
    transition: 200ms;
    cursor: pointer;
    overflow: hidden;
}
#BEER .design .liste div:hover {
    border-color: green;
}
#BEER .comman .liste .selec {
    border-color: green !important;
}
#BEER .comman .liste div:hover {
    border-color: rgba(0, 128, 0, 0.507);
}
#BEER .comman .input-range img {
    height: 26px;
    margin-right: 10px;
}
#BEER .liste svg {
    width: 100%;
    height: auto;
}
#BEER .input-range h6 {
    width: 70px;
}
#BEER h5 {
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin: 10px;
}
#BEER .design h5, #BEER .comman h5 {
    cursor: pointer;
}
#BEER .design h5:hover,
#BEER .comman h5:hover {
    background-color: #ffffff73;
}
#BEER .part-2 .svref.selec {
    filter: drop-shadow(0px 0px 2px green);
}
#BEER .modal-footer {
    height: 72px;
}

#BEER .choix-optdes img {
    width: 100px;
    margin-bottom: 30px;
}

#BEER .choix-optdes .choix {
    border: 1px solid transparent;
    border-radius: 20px;
    transition: 200ms;
    cursor: pointer;
}
#BEER .choix-optdes .choix:hover {
    border-color: grey;
    background-color: #ffffff;
}
#BEER .cho-design-liste {
    overflow-y: auto;
    /* height: 650px; */
}
#BEER .cho-design-liste .view {
    /* border: 1px solid rgba(0, 0, 0, 0.4); */
    /* border-radius: 10px; */
    cursor: pointer;
    transition: 200ms;
    max-height: 286px;
    position: relative;
    min-height: 210px;
    padding: 0px 5px !important;
}
#BEER .cho-design-liste [class*="btl-frm-"] {
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 10px;
    /* margin: 3px; */
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#BEER .cho-design-liste [class*="btl-frm-"]:hover {
    border-color: green;
    background-color: #fff;
    filter: brightness(1.1);
}
#EVENT .modal-dialog .note,
#BEER .cho-design-liste .note {
    position: absolute;
    bottom: 2px;
}
#BEER .modal-header .note img {
    height: 30px;
}
#BEER [class*="calc-"] {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 3px;
    cursor: pointer;
}
#BEER .part-2 [class*="bottle-"] {
    background-color: #fff;
}
#BEER [class*="btl-frm-"].on-beer [class*="bottle-"] {
    background-color: unset !important;
}
#BEER .sel-colo-can {
    left: 0;
    position: relative;
    top: 0;
    height: 256px;
}
#BEER .sel-colo-can svg {
    height: 40px;
    width: 30px;
}
#BEER .sel-colo-can .canette {
    width: 32px;
    border-radius: 5px;
    margin: 1px;
    border: 1px solid rgb(148, 148, 148);
    cursor: pointer;
    position: absolute;
    display: block;
    position: initial;
    height: 40px;
}
/* EVENT ===================================================== */
/* EVENT ===================================================== */
#EVENT .modal-content {
    background-color: #fffcee;
}
#EVENT .modal-dialog .col-12 {
    padding: 5px;
    height: 286px;
    position: relative;
    /* border-radius: 10px; */
    /* background-color: #ffffffb5; */
}
#EVENT .modal-dialog .view {
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 286px;
}
#EVENT .modal-dialog .sel {
    border: 2px solid;
    border-radius: 10px;
    cursor: pointer;
    transition: 200ms;
    padding: 5px;
    position: relative;
    background-color: #fff;
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.2));
    padding-bottom: 22px;
}
#EVENT .modal-dialog .sel,
#EVENT .modal-dialog .view:hover {
    cursor: pointer;
    border-color: green !important;
}
#EVENT .modal-footer {
    height: 73px;
}
#EVENT .warn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: end;
    z-index: 1000;
}
#EVENT .warnbody {
    background-color: #fff;
    border: 1px solid red;
    /* height: 200px; */
    width: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    padding: 20px 5px;
}
#EVENT .warn svg {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
/* #BEER .note.rep {
    width: 100%;
    z-index: 1000;
}
#BEER .note.rep svg, */
#EVENT .warn.rep {
    text-align: center !important;
}
#EVENT .warn.rep svg {
    height: 100% !important;
    width: 256px !important;
    margin-right: 0px !important;
    fill: red;
}
#EVENT .warn:hover svg {
    cursor: pointer;
    fill: red;
}

#EVOTE .delet .btl-frm-2 {
    border: 2px dotted red;
    border-radius: 10px;
}
#EVOTE .canette {
    display: none;
}
/* MARKET ==================================================== */
/* MARKET ==================================================== */
#MARKET .bouts .item {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 6px;
    text-align: center;
}

#MARKET .item {
    transition: 200ms;
    cursor: pointer;
    border-width: 2px !important;
    background-color: rgba(255, 255, 255, 0.2);
}
#MARKET .item.sel {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #009100;
}
#MARKET .item.sel [class*="bottle-"] {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4));
}
#MARKET .item:hover {
    border-color: #00910083;
    /* filter: brightness(1.1); */
}
#MARKET .modal-body {
    position: relative;
    justify-content: center;
}
#MARKET .data-item,
#MARKET .list-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: 200ms;
    position: relative;
}
#MARKET .data-item span {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}
#MARKET .page[page="4"] .data-item div {
    display: flex;
    align-items: center;
}
#MARKET .page[page="1"] .data-item {
    background-color: rgba(255, 255, 255, 1);
    height: 200px;
}
#MARKET .list-item {
    /* padding: 20px 0px; */
    padding-top: 20px;
}
#dataLine {
    margin: 0px;
    padding: 10px 0px 30px 0px;
}
#MARKET .data-item [class*="opt-"] {
    position: absolute;
    padding: 0;
    z-index: 1;
    display: flex;
}
#MARKET .data-item [class*="opt-"] p {
    text-align: center;
    width: 100px;
}
#MARKET .data-item .opt-t {
    justify-content: flex-end;
    bottom: 0;
}
#MARKET .data-item .opt-v p {
    cursor: pointer;
    border: 1px solid #0d6efd;
}
#MARKET .data-item .opt-v p.selec {
    background-color: #0d6efd;
    color: #fff;
}
#MARKET .data-item .opt-t p {
    cursor: pointer;
    border: 1px solid #0d6efd;
}
#MARKET .data-item .opt-t p.selec {
    background-color: #0d6efd;
    color: #fff;
}
#MARKET .page .list-item {
    min-height: 500px;
}
/* Ingredients --------------------------------- */
#MARKET .slot {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 200ms;
}
#MARKET .slot .top {
    transition: 200ms;
}
#MARKET .slot:hover .top {
    filter: brightness(1.1);
}
#MARKET .page[page="2"] .list-item {
    
}

#MARKET .objet {
    padding: 10px;
    /* background-color: var(--bg-base); */
    background-color: hsla(176, 100%, 90%, 0.5);
    border-bottom: 5px solid #85b7b5;
    border-right: 2px solid #85b7b5;
    border-left: 2px solid #85b7b5;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
    font-weight: 600;
    transition: 200ms;
    cursor: pointer;
}
#MARKET .objet .imag {
    display: flex;
    justify-content: center;
    transition: 500ms;
    /* padding: 20px; */
    /* max-height: 227px;
    height: 227px; */
    overflow: hidden;
    margin: 20px 0px;
    width: 100%;
}
#MARKET .objet .imag img {
    /* filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3)); */
    /* filter: drop-shadow(0px 0px 10px #87b886); */
}
#MARKET .objet span {
    margin-left: auto;
    margin-right: auto;
}
#MARKET .stat div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    background-color: #85b7b5;
    color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
    flex-wrap: wrap;
}
#MARKET .objet:hover {
    /* padding: 10px;
    filter: brightness(1.1); */
    background-color: hsla(176, 100%, 90%, 0.7);
}
#MARKET .coll5.selec .stat div,
#MARKET .coll.selec .objet {
    border-color: #009100 !important;
    background-color: rgba(133, 255, 77, 0.5) !important;
}
#MARKET .coll5.selec .stat div,
#MARKET .coll.selec .stat div {
    background-color: #009100 !important;
}
#MARKET .coll5 {
    width: 20%;
    margin-bottom: 20px;
}
#MARKET .coll5 .objet {
    /* background-color: #ffe6cc80; */
    background: linear-gradient(180deg, #9feeea, #8fb4ff );
    border-bottom: 5px solid var(--br-base);
    border-right: 2px solid var(--br-base);
    border-left: 2px solid var(--br-base);
}
#MARKET .coll5 .stat div {
    border-top: 1px solid #0042ff85;
    background-color: #0d3e8b54;
}
/* #MARKET .coll5.free .objet {
    background: #ffffff5e;
    border-color: #70707085;
} */

#MARKET .buy span {
    margin-right: 10px;
}
#BRASSERIE .stockage .action img,
#MARKET .stat img,
#MARKET .type img,
#MARKET .buy img {
    height: 22px;
    margin-bottom: 2px;
}
#MARKET .data-item .opt-v img {
    height: 22px;
    margin-top: -4px;
}
#MARKET .menu-ing li {
    /* height: 62px; */
    height: auto;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

#MARKET .menu-ing li:hover {
    border-bottom: 2px solid rgb(255, 255, 255);
}
#MARKET .menu-ing li img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
    /* filter: drop-shadow(0px 3px 0px #800080); */

    border-radius: 3px;
    border: 2px solid rgb(33, 141, 0);
    background: linear-gradient(rgb(74, 187, 40), rgb(33, 141, 0)) !important;

    /* border: 2px solid  var(--bg-fami);
    background: linear-gradient(rgb(184, 33, 184), rgb(128, 0, 128)); */
}
#MARKET .ing-link.active {
    background: linear-gradient(#ffffff3d , #ffffff96);
    border-bottom: 2px solid rgb(255, 255, 255);
}

@media (max-width: 991px) {
    #MARKET .coll5 {
        width: 33% !important;
    }
}
@media (max-width: 768px) {
    #MARKET .coll5 {
        width: 50% !important;
    }
}
/* @media (max-width: 576px) {
    #MARKET .coll5 {
        width: 100% !important;
    }
} */

/* PROFIL ==================================================== */
/* PROFIL ==================================================== */

#PROFIL .bonus {
    position: relative;
    overflow: hidden;
}
#PROFIL .bonus,
#PROFIL [class*="step"] {
    border-radius: 5px;
}
#PROFIL [class*="step"] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 0px 10px;
    position: inherit;
    border: 1px solid gray;
}
#PROFIL .bg-img {
    /* background-image: url(public/assets/brasserie.webp); */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
#PROFIL .step-sel {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
    background: linear-gradient(rgb(222, 224, 192) 5%, rgba(207, 209, 176, 0.95) 30%);
    z-index: 10;
}
#PROFIL .step {
    background: rgba(182, 184, 155, 0.95);
    height: 45px;
    margin-top: -5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#PROFIL [class*="step"] span {
    font-size: 70px;
}
#PROFIL [class*="step"] p {
    width: 100%;
    display: block;
}
#PROFIL [class*="step"] .img {
    height: 100px;
    width: 100%;
    margin: 10px;
}
#PROFIL [class*="step"] img {
    height: 100%;
    width: auto;
}
#PROFIL .bonus .step-sel .text-end {
    color: var(--brd-color);
    font-weight: 600;
}

#PROFIL .file-name {
    color: #666;
    font-size: 14px;
    min-height: 22px;
    text-align: center;
}

#PROFIL .message {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
}

#PROFIL .message.success {
    background: #d4edda;
    color: #155724;
    display: block;
}

#PROFIL .message.error {
    background: #f8d7da;
    color: #721c24;
    display: block;
}
#PROFIL .page[page="2"] .list {
    border-bottom: 1px solid rgb(180, 180, 180);
}
/* STOCK ==================================================== */
/* STOCK ==================================================== */

#STOCK h5 {
    margin: 15px 0px;
}

#STOCK .page {
    justify-content: center;
}

#STOCK .slot {
    background-color: #fff;
    margin: 5px;
    overflow: hidden;
}
#STOCK .slot .jauge {
    height: 87%;
    background-color: green;
    width: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}
#STOCK .slot .images {
    height: 128px;
}
#STOCK .slot span {
    display: block;
    text-align: center;
    height: 50px;
    z-index: 1;
    position: inherit;
}
#STOCK .beer {
    background-color: #fff;
    position: relative;
    padding: 5px;
    border: 1px solid rgba(129, 88, 25, 0.5);
    border-radius: 10px;
}
#STOCK .listb {
    display: flex;
    flex-direction: column;
}
#STOCK .listb h5 {
    margin-left: 10px;
}
#STOCK [class*="lb-"] {
    display: flex;
    flex-direction: column;
}
#STOCK .slotb {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(129, 88, 25, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
#STOCK .slotb div {
    align-items: center;
    display: inline-block;
}
#STOCK .slotb div p {
    color: #fff;
    text-align: center;
}
#STOCK .slotb div p,
#BAR [class*="fam-"] p {
    font-size: 12px;
    margin-top: -4px;
}
#STOCK .slotb select {
    margin-right: 5px;
}
#STOCK .slotb .c-img img {
    height: 30px;
}
#STOCK .slotb .c-aro img {
    height: 30px;
}
#STOCK .form-select {
    font-size: 14px;
    width: 95px;
}

/* COOP ===================================================== */
/* COOP ===================================================== */
#COOP .content {
    background-image: url(public/assets/coop1.webp);
    background-size: cover;
    /* background-position: center;
    height: 100%;
    width: 100%;
    position: absolute; */
}
#COOP .body {
    background-color: rgba(255, 255, 255, 0.8);
}
#COOP .body .corp {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

#COOP .liste .ligne {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
}
#COOP .liste .ligne .col {
    text-align: center;
}

/* STATS ===================================================== */
/* STATS ===================================================== */

#STATS .modal-body .stats {
    border-radius: 5px;
    border: 1px solid grey;
    padding: 10px 0px 10px 10px;
}
#STATS .modal-body .me {
    border-radius: 5px;
    background-color: rgb(235, 255, 235);
    /* border: 1px solid grey; */
    /* padding: 10px 0px 10px 10px; */
}
#STATS .modal-body h5 {
    text-align: center;
    margin-bottom: 10px;
}
#STATS .modal-body .list {
    overflow: auto;
    height: 340px;
}
#STATS .modal-body .list img {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    /* background-image: url(https://dev.beersworld.eu/public/data/avatar/a40/0.webp);
    background-size: contain; */
}
@keyframes loadImage {
    from { width: 0; }
    to { width: 100%; }
}

#staticModal .progress-bar {
    animation: loadImage 5s linear forwards;
}

/* GUIDE ===================================================== */
/* GUIDE ===================================================== */

#GUIDE .modal-body img {
    width: 30px;
}
#GUIDE h5 {
    font-weight: 600;
}