/* GENERAL - Marge */
.iv-MargeGenerale {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 2px solid #D8AB33;
    background-color: rgb(216, 171, 51, .12);
}
.iv-MargeGenerale__item {
    padding: 1.6rem 2.1rem;
    font-size: 1.6rem;
    font-weight: 700;
    min-width: 50%;
}
.iv-MargeGenerale__item:last-child {
    border-left: 1px dashed #D8AB33;
}


/* GENERAL - ADD */
.iv-InfoGenerale {
    padding: 1.6rem;
    border: 2px solid #D8AB33;
    border-bottom: 0;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iv-InfoGenerale-bottom {
    padding: 1.6rem;
    border: 2px solid #D8AB33;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iv-InfoGenerale__column {
    width: 50%;
    padding: 1.6rem;
}
.iv-InfoGenerale__fullwidth {
    width: 100%;
}
.iv-InfoGenerale__column.iv-InfoGenerale__columnBrd {
    border-left: 2px solid #D8AB33;
}


/* FORM - Input */
.iv-Form__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1rem 0;
}
.iv-FormInput__label {
    min-width: 25%;
    text-align: right;
    padding-right: 1.6rem;
}
.iv-FormInput__label__add {
    flex: 0 1 auto;
    padding-right: 1rem;
}
.iv-FormInput__input {
    min-width: 75%;
}
.iv-FormInput__input__fw {
    min-width: 100%;
}
.iv-FormInput__input__add {
    flex: 1 1 auto;
    min-width: auto;
}
.iv-FormInput__input__btn {
    flex: 0 1 auto;
}


/* Ajout Categorie */
.iv-Categorie__Ajout {
    border: 2px solid #ebebeb;
    background: #ffffff;
    margin: 3.6rem 0;
    box-shadow: 0 2px 16px rgba(0,0,0,.12);
}
.iv-Categorie__Ajout--thin {
    border: 1px solid #ebebeb;
    margin: 1.6rem 0;
}
.iv-Categorie__Ajout--inside {
    margin: 1.6rem;
}
.iv-Categorie__Ajout__header {
    padding: 1.1rem 1.6rem;
    border-bottom: 2px solid #d8ab33;
    color: #bb942d;
    font-weight: 600;
    font-size: 1.4rem;
}
.iv-Categorie__Ajout__header--thin {
    border-bottom: 1px solid #d8ab33;
}
.iv-Categorie__Ajout__content {
    padding: .8rem 1.6rem;
}
.iv-Categorie__Ajout__footer {
    background-color: #fafafa;
    border-top: 2px solid #eaeaea;
    padding: .01rem 1.6rem;
}

/* CATEGORIE */
.iv-Categorie {
    background: #fafafa;
    border: 2px solid #D8AB33;
    margin-bottom: 3.6rem;
}
.iv-Categorie__header {
    background: #D8AB33;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.42rem 2.1rem;
}
.iv-Categorie__header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.iv-Categorie__header__btnWp {
    background: #fff;
    padding: .4rem;
    border-radius: 3px !important;
}
.iv-Categorie__header__nbr {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}
.iv-Categorie__header__title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 0.42rem;
}
.iv-Categorie__content {
    background: #fafafc;
}
.iv-Categorie__SousTotal {
    padding: 1.6rem;
    background-color: rgb(216, 171, 51, .12);
    border-top: 2px solid #d8ab33;
    margin: 1.6rem 0 0 0;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: right;
}
/**/
.iv-Categorie__inputWrp {
    margin-bottom: 1.2rem;
}
.iv-Categorie__inputWrp:last-child { margin-bottom:0; }
.iv-Categorie__label {
    font-size: 1.25rem;
    /*font-weight: 700;*/
}
.iv-Categorie__spanError {
    color: #ec0c0c;
    font-size: 1.25rem;
    font-weight: 600;
}
.iv-Categorie__label.iv-Categorie__label--XL { font-size: 1.6rem; padding: .6rem 1.2rem; }
.iv-Categorie__label .required { color: #f00; }
.iv-Categorie__input {
    border: 1px solid #D8AB33;
}
.iv-Categorie__input .input-group-addon { border: 0; }
.iv-Categorie__input input.form-control, .iv-Categorie__input button { border: 0; }
.iv-Categorie__input input:disabled { background-color: rgb(216, 171, 51, .21); }
.iv-Categorie__input textarea { resize: vertical; }
/**/
.iv-Categorie__conform {
    padding: 1.6rem;
    background: rgba(216, 171, 51, .12);
}


/* Ajout Sous categorie */
.iv-SousCategorie__Ajout {
    border: 2px solid #ebebeb;
    background: #ffffff;
    margin: 1.4rem;
    box-shadow: 0 2px 16px rgba(0,0,0,.12);
}
.iv-SousCategorie__Ajout__header {
    padding: 1.1rem 1.6rem;
    /* background: #7fa29d; */
    border-bottom: 2px solid #7fa29d;
    color: #548a82;
    font-weight: 600;
    font-size: 1.4rem;
}
.iv-SousCategorie__Ajout__content {
    padding: .8rem 1.6rem;
}

/* SOUS CATEGORIE */
.iv-SousCategorie {
    border: 2px solid #7FA29D;
    margin: 1.6rem;
}
.iv-SousCategorie__header {
    background-color: #7FA29D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.42rem 2.1rem;
}
.iv-SousCategorie__header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.iv-SousCategorie__header__btnWp {
    background: #fff;
    padding: .4rem;
    border-radius: 3px !important;
}
.iv-SousCategorie__header__nbr {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
.iv-SousCategorie__header__title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 0.42rem;
}
.iv-SousCategorie__header__tag {
    margin-left: 1.6rem;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: .36rem 1.2rem;
    border-radius: 36px !important;
}
.iv-SousCategorie__header__btnWp {
    background: #fff;
    padding: .4rem;
    border-radius: 3px !important;
}
/**/
.iv-SousCategorie__content {
    background: #fff;
    padding: 1.6rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.iv-SousCategorie__content__column {
    width: 100%;
    padding: 1.6rem;
}
.iv-SousCategorie__content__column:last-child {
    border-left: 2px solid #7fa29d;
}
/**/
.iv-SousCategorie__inputWrp {
    margin-bottom: 1.2rem;
}
.iv-SousCategorie__inputWrp:last-child { margin-bottom:0; }
.iv-SousCategorie__label {
    font-size: 1.25rem;
    font-weight: 700;
}
.iv-SousCategorie__label.iv-SousCategorie__label--XL { font-size: 1.6rem; }
.iv-SousCategorie__label .required { color: #f00; }
.iv-SousCategorie__input {
    border: 1px solid #7fa29d;
}
.iv-SousCategorie__input input:disabled { background-color: rgba(127, 162, 157, 0.21); }
.iv-SousCategorie__input textarea { resize: vertical; }
/**/
.iv-SousCategorie__conform {
    padding: 1.6rem;
    background: rgba(127, 162, 157, .12);
}


.iv-process-task {
    padding: 0.2rem;
    padding-left:1rem;
    padding-right:1rem;
    background-color: rgb(216, 171, 51, .12);
    border-top: 2px solid #d8ab33;
    margin: 1.6rem 0 0 0;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}