body {
    min-height: 75rem;
    padding-top: 4.5rem;
}

.all-size-fixe {
    width: 100%;
}

.all-bg-green {
    background-color: #1ea471;
}

.all-color-green {
    color: #37BFA0;
}

.all-bg-red {
    background-color: #F66D6E;
}

.all-color-red {
    color: #F66D6E;
}

.all-color-white {
    color: #FFFFFF;
}

.all-color-gray {
    color: #4e566d;
}

.all-bg-blue {
    background-color: #3D80BF;
}

.all-color-blue {
    color: #3D80BF;
}

.all-color-black {
    color: #1b1b1b;
}

.all-color-orange {
    color: #FC9125FF;
}

.btn-button-green {
    background-color: #1ea471;
    color: #FFFFFF;
}

.btn-button-green:hover {
    background-color: #0f766e;
    color: #FFFFFF;
}

.btn-button-red {
    background-color: #F66D6E;
    color: #FFFFFF;
}

.btn-button-red:hover {
    background-color: #fb7185;
    color: #FFFFFF;
}

.btn-button-blue {
    background-color: #3D80BF;
    color: #FFFFFF;
}

.btn-button-blue:hover {
    background-color: rgba(61, 128, 191, 0.7);
    color: #FFFFFF;
}

.all-action {
    text-align: center;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
}

.all-action a {
    border-radius: 2px;
    opacity: 1;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 0px;

}

.all-action a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.all-size {
    font-size: 18px;
}

.all-button {
    border: none;
    border-radius: 4px;
    color: #ffffff;
    padding: 4px 6px;
    font-size: 7px;
    cursor: pointer;
    background-color: #ff4e62;
}

.all-frame {
    width: 85px;
    display: inline-block;
    border: 1px solid rgb(229, 50, 255);
    background: rgba(229, 50, 255, 0.1);
    border-radius: 4px;
    padding: 5px 15px;
    text-align: center;
}

.all-bold {
    font-weight: bold;
}

.all-border-img {
    width: 90px;
    height: auto;
}

.all-border-picto {
    width: 60px;
    height: auto;
}

.all-img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
}

.all-action-compo {
    font-size: 12px;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.error {
    color: #d43f3a;
}

input.error {
    border-color: #d43f3a;
}

.all-qrcode-img {
    text-align: center;
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    font-size: 14px;
    margin-top: 20px;
    color: #F66D6E;
    position: absolute;
}

.all-gen-pack-tpd {
    margin-top: 20px;
}


.progress_bar_id {
    background: #3D80BF;
    height: 30px;
    width: 1px;
    border: 1px solid #0099CC;
    border-radius: 3px;
}

.progress-wrp {
    border: 1px solid #0099CC;
    margin: 10px;
    width: 100%;
    border-radius: 3px;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

.loader {
    display: none;
    width: 500px;
    margin: auto;
    font-weight: bold;
    color:#dc3545;
    text-align: center
}

.remove-batch {
    visibility: hidden;
}

.form-inline-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* si tu veux que ça passe à la ligne sur petits écrans */
}

.form-inline-item {
    margin: 0;
    flex: 1 1 auto;
}

