.tox-promotion, .tox-statusbar__branding {
    display: none !important;
}

.intranet-mobile-menu-heading-items {
    width: 100px;
    height: 50px;
}

/* ---------------------------------- */
/* ------------- HEADER ------------- */
/* ---------------------------------- */
.nav_link, .subheading {
    text-decoration: none;
    background-color: transparent;
    color: inherit;
}

.rz-datepicker {
    display: flex !important;
}

.nav_link {
    padding-bottom: .5rem;
    transition: all .2s;
}

.masquerHeader {
    display: none;
}

.nav_link.w--current {
    border-bottom: 4px solid var(--vert-principal);
    padding-bottom: 2px;
}

.navigation {
    border: solid #0000;
    border-width: 0 0 5px;
    box-sizing: border-box;
}

    .navigation:hover {
        border-color: var(--ctifl-green);
    }

.header_dropdown {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: var(--blanc);
    padding: 2rem 8rem;
    transition: all .2s;
    position: absolute;
    top: 100%;
    left: 0%;
    overflow: hidden;
    box-shadow: 0px 20px 18px -10px rgba(39, 39, 39, .25);
}

    .header_dropdown.closed {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

.nav_divider {
    width: 1px;
    height: 1.3125rem;
    background-color: var(--gris);
    color: var(--noir);
    margin-bottom: .5rem;
}

.nav_link {
    padding-bottom: .5rem;
    transition: all .2s;
}

    .nav_link.w--current {
        border-bottom: 4px solid var(--vert-principal);
    }

.header-dropdown_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.header-dropdown_grid-cell {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.header-dropdown_links {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.header {
    z-index: 999;
    background-color: var(--blanc);
    padding-top: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 10px rgba(39, 39, 39, .25);
}

.header-user-connected {
    grid-column-gap: 2rem;
    align-items: center;
    padding-bottom: .1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
}

.header_brand-user {
    justify-content: space-between;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
}

.header_brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.header_brand-divider {
    width: 1px;
    height: 2.28125rem;
    background-color: var(--gris);
}

.header_brand-title {
    font-size: 1.75rem;
    line-height: .8;
}

.header_nav {
    grid-column-gap: 2rem;
    align-items: center;
    padding-bottom: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
    display: flex;
}

.header_notification {
    margin-top: -3px;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex;
}

.header_user {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.header_user-divider {
    width: 1px;
    height: .8125rem;
    background-color: var(--gris);
    color: var(--gris-foncé);
}

    .header_user-divider.connected {
        background-color: var(--vert-principal);
    }

.header_user-account {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex;
}

.header_user.connected {
    display: none;
}

.user_social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    display: flex;
}

.header_divider {
    height: 1px;
    background-color: var(--gris);
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.spacer {
    height: 150px;
}

.header_burger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: none;
}

.header_burger-menu {
    display: none;
}

.burger-menu_content {
    grid-column-gap: 2rem;
    align-items: center;
    padding-bottom: .1rem;
    padding-left: 8rem;
    padding-right: 8rem;
    display: flex;
}

.burger-user_social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    display: flex;
}

.header_inner.mobile {
    display: none;
}

.header_burger {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    cursor: pointer;
}

.header_dropdown {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: var(--blanc);
    padding: 2rem 8rem;
    transition: all .2s;
    position: absolute;
    top: 100%;
    left: 0%;
    overflow: hidden;
    box-shadow: 0px 20px 18px -10px rgba(39, 39, 39, .25);
}

    .header_dropdown.closed {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

.header-dropdown_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.header-dropdown_grid-cell {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.header-dropdown_links {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.burger_nav_link {
    padding-bottom: .5rem;
    transition: all .2s;
}

    .burger_nav_link.w--current {
        border-bottom: 4px solid var(--vert-principal);
    }

/* ------------- HEADER_CELL ------------- */
.header_cell {
    grid-column-gap: .5rem;
    color: var(--gris-foncé);
    text-transform: uppercase;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 400;
    display: flex;
}
/* ------------------------------------------- */
/* GROUPED SELECTORS */
/* ------------------------------------------- */

/* ------------- :ROOT ------------- */
:root {
    --noir: #272727;
    --blanc: #fff;
    --gris: #d4d4d4;
    --vert-principal: #00746f;
    --vert-secondaire: #95be1b;
    --gris-foncé: #8f8f8f;
    --vert-principal-75: rgba(0, 116, 111, .75);
    --vert-principal-50: rgba(0, 116, 111, .5);
    --succès: #52a944;
    --echec: #cf0419;
    --ctifl-green: #00746F;
    --ctifl-light-gray: #939393;
    --internet-content-max-width: 1205px;
    accent-color: #00746F !important;
}

@media print {
    .d-print-none {
        display: none;
    }

    .d-print-inline {
        display: inline !important;
    }
}
/* ------------- [CLASS*="IC1"] SVG,
 [CLASS*="IC2"] SVG ------------- */
[class*="ic1"] svg,
[class*="ic2"] svg {
    width: 100% !important;
    height: 100% !important;
}

/* ------------- [CLASS*="IC1"] * ------------- */
[class*="ic1"] * {
    fill: currentColor !important;
}

/* ------------- [CLASS*="IC2"] * ------------- */
[class*="ic2"] * {
    stroke: currentColor !important;
}

/* ------------- IMG::SELECTION, SVG::SELECTION ------------- */
img::selection, svg::selection {
    background: transparent;
}

/* ------------- .ARROW > * ------------- */
.arrow > * {
    stroke: inherit !important;
}

/* ------------- NO CLICK / NO WRAP ------------- */
.no-click {
    pointer-events: none;
}

.no-wrap {
    text-wrap: nowrap;
}

.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: var(--gris-foncé) !important;
}

.input-group .rz-button {
    background-color: inherit !important; /* nouvelle couleur lorsque dans une div input-group */
}

.rz-datatable, .rz-grid-table {
    border: 0;
}

    .rz-datatable, .rz-grid-table, .rz-datatable-thead th, .rz-grid-table th, .rz-datatable-data td, .rz-grid-table td {
        border-right: 0 !important;
    }

        .rz-grid-table thead th, .rz-datatable-thead th {
            grid-column-gap: .5rem;
            text-transform: uppercase;
            align-items: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-weight: 400;
            background-color: inherit;
        }

            .rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
                color: rgb(143, 143, 143) !important;
            }

.rz-column-title-content, rz-column-title-content * {
    color: rgb(143, 143, 143);
    column-gap: 8.88333px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase
}

.rz-cell-data, rz-cell-data * {
    color: rgb(39, 39, 39) !important;
    font-family: Roboto, sans-serif;
    letter-spacing: normal;
    line-height: 24.8667px !important;
}

.rz-dropdown-label {
    overflow: visible !important;
    font-size: 1em !important;
}

.pointer {
    cursor: pointer;
}

.right {
    float: right;
}

.f110 {
    font-size: 1.1rem !important;
}

.t_underline {
    text-decoration: underline !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, .button {
    min-width: 150px !important;
    cursor: pointer;
    text-align: center;
    border: 0px !important;
}

.borderbutton {
    border: 1px solid var(--vert-principal) !important;
}

/* ------------- REFERENTIEL_VIDE ------------- */
.referentiel_vide {
    justify-content: center;
    align-items: center;
    /*padding-top: 19.125rem; */
    padding-bottom: 16.125rem;
    display: flex;
}

/* ------------- BUTTON_LIST ------------- */
.button_list-cta {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

/* ------------- CHECKBOX_FIELD ------------- */
.checkbox_field {
    grid-column-gap: .5rem;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

/* ------------- CHECKBOX_BOX ------------- */
.checkbox_box {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 15px;
    width: 15px;
    border: 1px solid var(--gris);
    margin-top: 0;
    margin-left: 0;
}

    .checkbox_box:checked {
        background-color: var(--vert-principal); /* Couleur de fond lorsque la case est cochée */
    }

    .checkbox_box::before {
        color: var(--vert-principal);
    }

/* ------------- LIST_INFO ------------- */
.list_info-modal {
    grid-column-gap: .5rem;
    display: block;
}

/* ------------- LINK ------------- */
.link {
    text-decoration: underline !important;
    color: inherit;
}
/* -------------TABLE ------------- */
.table {
    margin-left: auto;
    margin-right: auto;
}

/* ------------- .TABLE ------------- */
.table {
    min-width: 200px;
}

    /* ------------- .TABLE.LARGE ------------- */

    .table.extralarge {
        min-width: 1024px;
    }

    .table.large {
        min-width: 830px;
    }

    .table.small {
        min-width: 200px !important;
    }

.table-edit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-width: 100vw;
}

.add {
    border: 1px solid var(--gris);
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 6.75rem 5rem;
    transition: all .4s;
}

    .add.edit {
        background-color: #fff;
        border-style: none;
        border-width: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

.add-field-group {
    align-self: stretch;
}

.add_row {
    grid-column-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/* ------------- .ETIQUETTE_TABLE ------------- */
.etiquette_table-row {
    grid-template-columns: 1fr 1fr .25fr;
}

.etiquette_table {
    min-width: 480px;
}

/* ------------- .ETIQUETTE_HEADER ------------- */
.etiquette_header-row {
    grid-template-columns: 1fr 1fr .25fr;
}

/* ------------- .COMMANDE_HEADER ------------- */
.commande_header-row {
    grid-template-columns: 1.5fr .75fr;
    grid-auto-flow: row;
}

/* ------------- .CARD_WRAPPER, .LIST_LIST ------------- */
.card_wrapper, .list_list {
    grid-template-columns: 1fr;
}

/* ------------- .LIST_ITEM.CAHIER ------------- */
.list_item.cahier-commande {
    padding-bottom: 0;
}

/* ------------- .REF ------------- */
.ref-list_table {
    min-width: 480px;
}

    .ref-list_table.large {
        min-width: 830px;
    }

/* ------------- .STATE_ITEM.BG_GP ------------- */
.state_item.bg_gp {
    flex: 1;
}

    /* ------------- .STATE_ITEM.BG_GP.T_W ------------- */
    .state_item.bg_gp.t_w {
        flex: none;
    }

/* ------------- .STATE_ITEM.PRODS ------------- */
.state_item.prods-brut {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* ------------- .BLOCK ------------- */
.block-accueil {
    grid-template-columns: 1fr;
}

.rz-dropdown-label {
    text-overflow: ellipsis !important;
}

.rz-spinner-button-icon {
    float: right !important;
}

.rz-button {
    min-width: inherit !important;
}

.rz-inputtext {
    font-weight: bold !important;
}

.rz-cell-data {
    font-size: 1.1em !important;
}

.list-referentiels_content {
    flex: 1;
}
/* ------------- CLICK ------------- */
.can-click {
    pointer-events: auto;
}

/* ------------- GIVE DIVS PADDING FOR PRINCIPAL / NUANCE / ETAT ------------- */
.principal > div {
    padding: 50px;
}

.nuance > div {
    padding: 50px;
}

.etat > div {
    padding: 50px;
}

/* -------------  ------------- */
.hidden {
    display: none !important;
}

.flex1 {
    flex: 1 !important;
    overflow-y: auto !important;
}

table-fixed {
    table-layout: auto !important;
}
/* ------------------------------------------- */
/* COULEURS */
/* ------------------------------------------- */
/*
gp = green principal
b = black
gs = green secondary
g = grey
w = white
dg = dark grey
gp75 = green principal 75% opacity
gp50 = green principal 50% opacity
e = error (red)
s = success (green)
*/
/* ------------- BACKGROUND ------------- */
/* bg_ + initiales couleurs */
.bg_gp {
    background-color: var(--vert-principal);
}

.bg_b {
    background-color: var(--noir);
}

.bg_gs {
    background-color: var(--vert-secondaire);
}

.bg_g {
    background-color: var(--gris);
}

.bg_w {
    background-color: var(--blanc);
}

.bg_dg {
    background-color: var(--gris-foncé) !important;
}

.bg_gp75 {
    background-color: var(--vert-principal-75);
}

.bg_gp50 {
    background-color: var(--vert-principal-50);
}

.bg_s {
    background-color: var(--succès);
}

.bg_e {
    background-color: var(--echec);
}
/* ------------- TEXT ------------- */
/* t_ + initiales couleurs */

.t_gp, .t_gp:hover {
    color: var(--vert-principal);
}

.t_b, .t_b:hover {
    color: var(--noir);
}

.t_gs, .t_gs:hover {
    color: var(--vert-secondaire);
}

.t_g, .t_g:hover {
    color: var(--gris);
}

.t_w, .t_w:hover {
    color: var(--blanc);
}

    .t_w.is-bold {
        font-weight: 700;
    }

.t_dg, .t_dg:hover {
    color: var(--gris-foncé);
}

.t_gp75 {
    color: var(--vert-principal-75);
}

.t_gp50 {
    color: var(--vert-principal-50);
}

.t_e, .t_e:hover {
    color: var(--echec);
}

.t_s, .t_s:hover {
    color: var(--succès);
}

/* ------------- BORDERS ------------- */
/* b_ + initiales couleurs */

.b_gp {
    border: 1px solid var(--vert-principal);
}

.b_b {
    border: 1px solid var(--noir);
}

.b_gs {
    border: 1px solid var(--vert-secondaire);
}

.b_g {
    border: 1px solid var(--gris);
}

.b_w {
    border: 1px solid var(--blanc);
}

.b_dg {
    border: 1px solid var(--gris-foncé);
}

.b_gp75 {
    border: 1px solid var(--vert-principal-75);
}

.b_gp50 {
    border: 1px solid var(--vert-principal-50);
}

.b_e {
    border: 1px solid var(--echec);
}

.b_s {
    border: 1px solid var(--succès);
}

/* ------------- BODY ------------- */
body {
    background-color: var(--blanc) !important;
    background-image: none !important;
    margin: 0;
    color: var(--noir);
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

/* ------------- LINKS ------------- */
a {
    font-size: 1em;
    text-decoration: none !important;
}

    a:hover {
    }
/* ------------- TO ALIGN TEXT OR MAKE CAPS ------------- */
.is-center {
    text-align: center;
}

.is-left {
    text-align: left;
}

.is-right {
    text-align: right;
}

.is-justify {
    text-align: justify;
}

.is-caps {
    text-transform: uppercase;
}

/* ------------- *:CHECKED ------------- */
*:checked {
    border: #00746F solid 1px !important;
}

/* ------------------------------------------- */
/* TYPOGRAPHIE */
/* ------------------------------------------- */

/* ------------- H1, H2, H3, H4, H5, H6 ------------- */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

/* ------------- P ------------- */
p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    display: inline;
}

.p_large {
    font-size: 1rem;
}

.p_link {
    color: var(--vert-principal);
    cursor: pointer;
    text-decoration: underline;
}

label {
    margin-bottom: .3em;
    display: block;
}

.display {
    font-family: Noto Sans, sans-serif;
    font-size: 11.5rem;
    font-weight: 600;
    line-height: .8;
}

.h1 {
    font-family: Noto Sans, sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.h2 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.h2-large {
    font-family: Noto Sans, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.h3, .h4 {
    font-family: Noto Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.h5 {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3;
}

.h6 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

/* ------------- RICH TEXT ELEMENTS ------------- */
.rte p {
    margin-bottom: 1rem;
}

.rte h1 {
    margin-bottom: 1.5rem;
    font-size: 3.28em;
}

.rte h2 {
    margin-bottom: 1rem;
    font-size: 2.5em;
}

.rte h3 {
    margin-bottom: 1rem;
    font-size: 2.19em;
}

.rte h4 {
    margin-bottom: 1rem;
    font-size: 1.88em;
}

.rte h5 {
    margin-bottom: 1rem;
    font-size: 1.67em;
}

.rte h6 {
    margin-bottom: 1rem;
    font-size: 1.46em;
}

/* ------------- INPUT ------------- */

input[type='radio'] {
    height: auto;
}

input[type="submit" i] {
    border: none;
}

input, select {
    height: 38px;
    font-size: .875rem;
    line-height: 1.2;
}

.input {
    background-color: var(--blanc);
    color: var(--noir);
    border: 0 #000;
    border-radius: 2px;
    margin-bottom: 0;
    padding: .6875rem;
    font-size: .875rem;
    line-height: 1.2;
    box-shadow: 0 0 10px rgba(39, 39, 39, .2);
    width: 100%;
}

.input-calendar {
    background-color: var(--blanc) !important;
    width: 100%;
    height: auto;
}

.input-group {
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.input-calendar {
    background-color: var(--blanc);
    color: var(--noir);
    border: 0 var(--noir);
    border-radius: 2px;
    margin-bottom: 0;
    padding: .6875rem;
    font-size: .875rem;
    line-height: 1.2;
    box-shadow: 0 0 10px rgba(39, 39, 39, .2);
}

    .input-calendar::-ms-input-placeholder {
        color: var(--gris);
    }

    .input-calendar::placeholder {
        color: var(--gris);
    }

.input::-ms-input-placeholder {
    color: var(--gris);
}

.input::placeholder {
    color: var(--gris);
}

/* ------------- .PAGE ------------- */
.page-wrapper {
    width: 100%;
    max-width: 100vw;
    font-size: 1em;
    position: relative;
}

.page-padding.light {
    padding: 2.625rem 8rem 3.75rem;
    margin-left: -100px;
    width: 1500px;
    min-width: 1500px;
    padding-left: 0px;
}

.page-padding.normal {
    padding: 2.625rem 8rem 3.75rem;
}

.page-padding.large {
    padding: 3.75rem 13.1875rem;
}

    .page-padding.large.title-content-block {
        grid-row-gap: 2rem;
        flex-direction: column;
        display: flex;
    }

.page-padding.page-heading_normal {
    padding: 2.625rem 8rem 3.75rem 0;
}

.page-padding.last-section {
    padding-bottom: 9.5rem;
}

.page-padding.referentiel {
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75rem;
    padding-bottom: 4.875rem;
    display: flex;
}

.page-heading {
    grid-column-gap: 1.5rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    margin-top: -6px;
}

    .page-heading.small {
        grid-column-gap: 3rem;
    }

.page-heading_line {
    margin-top: 8px;
    width: 21.5625rem;
    height: 4px;
    background-color: var(--vert-principal);
}

    .page-heading_line.small {
        width: 9.9375rem;
    }

.page-heading_text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.page-padding.normal.last-section.contact-form {
    padding-top: 9.5rem;
}

.padding-zero {
    padding: 0 !important;
}
/* ------------- CONTAINER ------------- */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ------------- SECTION ------------- */
.section {
    position: relative;
}

/* ------------- FORM ------------- */
.form-block {
    margin-bottom: 0;
}

.min-width_600 {
    min-width: 600px;
    overflow-x: auto;
    white-space: nowrap;
}

.form {
    position: relative;
}

/* ------------- PRINCIPAL ------------- */
.principal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/* ------------- NUANCE, ETAT ------------- */
.nuance, .etat {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/* ------------- BUTTON ------------- */
.button {
    border-radius: 2px;
    padding: .5rem 2rem;
    font-size: .875rem;
    text-decoration: none;
    font-size: 110%;
}

    /* ------------- BUTTON.LIST ------------- */
    .button.list {
        max-width: 31.625rem;
        /*grid-row-gap: 1rem;*/
        flex-direction: column;
        flex: none;
        align-self: auto;
        align-items: flex-start;
        padding: 2rem;
        display: flex;
        box-shadow: 0 0 10px rgba(39, 39, 39, .2);
    }

        /* ------------- BUTTON LIST SELECTED ------------- */
        .button.list.selected {
            background-color: var(--vert-principal);
        }

.img_mask {
    height: 9.5rem;
    position: relative;
}

.title {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

.title-block {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.read-more {
    position: relative;
}

.underline {
    width: 1rem;
    height: 1px;
    position: absolute;
}

/* ------------- IMG ------------- */
.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------- IMG TEXT BLOCK ------------- */

.img-txt_text-bloc {
    max-width: 32.5rem;
}

.img-txt {
    /*max-width: 81.625rem;*/
    grid-column-gap: 7.5rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.img-txt_mask {
    width: 41.6875rem;
    height: 23.375rem;
    flex: none;
}

.texte-bloc_title {
    grid-column-gap: .5rem;
    align-items: center;
    display: flex;
}

.texte-bloc_divider {
    width: 11.7813rem;
    height: 1px;
    background-color: var(--noir);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.texte-bloc_content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

/* ------------- .ICON ------------- */
.icon {
    object-fit: cover;
    transition: all .2s;
    max-width: 100%;
}

    /* ------------- .ICON.ACTIVE ------------- */
    .icon.active {
        transform: rotate(180deg);
    }

/* ------------- .STEPS_BLOC ------------- */
.steps_bloc {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    display: flex;
}

    .steps_bloc.main {
        width: 100%;
    }

.steps_mask {
    min-height: 30rem;
    background-image: url('../images/Bandeau500x358.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
}

.steps {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
}

.step {
    flex: 1;
}

.step_inner {
    height: 100%;
    grid-column-gap: 2.5rem;
    color: var(--blanc);
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem 2rem 5.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.step_txt {
    width: 70%;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
}

.arrow {
    width: 2rem;
    height: 2rem;
}

.step__bg-svg {
    z-index: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: -2rem;
    right: auto;
}

.bg-svg {
    width: 100%;
    height: 105%;
    opacity: .1;
    filter: invert();
    transform: rotate(10deg);
}

.title_block {
    position: relative;
}

.referentiel_wrapper {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

/* ------------- REFERENTIEL NAV ------------- */
.referentiel-nav {
    width: 100%;
    border-bottom: 1px solid var(--gris);
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.5rem;
    display: flex;
}

.referentiel-nav_meta {
    grid-column-gap: 1.5rem;
    align-items: center;
    display: flex;
}

.referentiel-nav_divider {
    width: 1px;
    height: 2.375rem;
    background-color: var(--gris);
}

/* ------------- LABEL ------------- */
.label {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
}

/* ------------- LIST_WRAPPER ------------- */
.list_wrapper {
    grid-column-gap: 7.5rem;
    justify-content: space-between;
    /*align-items: center;*/
    display: flex;
    max-width: 77rem;
    margin-left: auto;
    margin-right: auto;
}

/* ------------- LIST_ITEM ------------- */
.list_item {
    grid-column-gap: 12.625rem;
    border-bottom: 1px solid var(--gris);
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
}

    .list_item.last {
        border-bottom-style: none;
    }

/* ------------- LIST ------------- */
.list-item_text-block {
    min-width: 15rem;
    max-width: 21.375rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
}

.list-item_time {
    grid-column-gap: .5rem;
    align-items: center;
    display: flex;
}

/* ------------- DROPDOWN ------------- */
.dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0 auto;
    z-index: 900;
    width: 100%;
}

.dropdown_toggle,
.dropdown_link {
    text-align: left;
    margin: 0 auto;
    outline: 0;
}

.dropdown_toggle {
    display: flex;
    cursor: pointer;
    padding-right: 40px;
    border: 1px solid var(--gris);
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 1rem .6875rem;
}

.dropdown_list {
    position: absolute;
    min-width: 100%;
    border: 1px solid var(--gris);
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
}

    .dropdown_list.w--open {
        display: block;
        background-color: var(--blanc);
    }

.dropdown_link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    white-space: nowrap;
    padding: 1rem .6875rem;
    font-size: .875rem;
    display: block;
    border-bottom: 1px solid var(--gris);
    border-radius: 0 0 4px 4px;
}

    .dropdown_link.optimisateur-prix {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .dropdown_link.radio {
        align-items: center;
        display: flex;
    }

        .dropdown_link.radio.last {
            border-bottom-style: none;
        }

/* ------------- REFERENTIEL_VIDE ------------- */
.referentiel_vide {
    justify-content: center;
    align-items: center;
    /*padding-top: 19.125rem; */
    padding-bottom: 16.125rem;
    display: flex;
}

/* ------------- CHECKBOX_FIELD ------------- */
.checkbox_field {
    grid-column-gap: .5rem;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

/* ------------- CHECKBOX_BOX ------------- */
.checkbox_box {
    border: 1px solid var(--gris);
    margin-top: 0;
    margin-left: 0;
}

/* ------------- LIST_INFO ------------- */
.list_info-modal {
    grid-column-gap: .5rem;
    display: block;
}

/* ------------- LINK ------------- */
.link {
    text-decoration: underline !important;
    color: inherit;
}

/* ------------- INTERFACE_BUTTONS ------------- */
.interface_buttons {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    margin-top: -20px;
}

    /* ------------- INTERFACE_BUTTONS.FIRST ------------- */
    .interface_buttons.first {
        align-self: flex-end;
    }

/* ------------- IMAGE ------------- */
.image {
    z-index: -1;
    width: 72.5625rem;
    height: 74.75rem;
    position: absolute;
    top: -24rem;
    bottom: 0%;
    left: auto;
    right: 0%;
}

/* ------------- RADIO ------------- */
.radio-button {
    width: 21rem;
    border: 1px solid var(--gris);
    border-radius: 4px;
    padding: 1.5rem 1rem;
    transition: all .2s;
}

    .radio-button.selected {
        border-width: 2px;
        border-color: var(--vert-principal);
        background-color: rgba(0, 116, 111, .05);
    }

.radio-button_field {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

/* ------------- CELL ------------- */
.cell-choice_container {
    width: 100%;
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
}

.page-padding.normal.last-section.contact {
    padding-top: 9.5rem;
}

.page-padding.normal.user-account {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.page-padding.normal.bottom-0 {
    padding-bottom: 0;
}

.t_gp {
    color: #00746f;
}

.button.bg_gp {
    white-space: nowrap;
    align-self: flex-start;
}

.button.b_gp.result {
    align-self: center;
}

.icon.calendar {
    position: absolute;
    top: .5rem;
    bottom: 0%;
    left: auto;
    right: .5rem;
}

.icon.result {
    width: 2rem;
    height: 2rem;
}

.date-calendrier {
    width: 100%;
    max-width: 307.875px;
    margin-left: auto;
    margin-right: auto;
}

.header_inner {
    position: relative;
}

.optimisateur {
    /*max-width: 51.5625rem;*/
    grid-row-gap: 2rem;
    background-color: var(--white);
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.optimisateur_grid-cell {
    background-color: var(--white);
    padding: 1.5rem 3.5rem;
}

.optimisateur-result_grid-cell {
    background-color: var(--white);
    padding: 1.5rem 3.5rem;
}

.optimisateur_grid-cell.success {
    background-color: rgba(149, 190, 27, .1);
}

.optimisateur-result_grid-cell.success {
    background-color: rgba(149, 190, 27, .1);
}

.grid-cell_inner {
    grid-column-gap: 2.625rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.p_large.t_gp.is-bold {
    font-weight: 700;
}

.numeric {
}

    .numeric span {
        max-width: 80px;
    }

.p_large.trigger-optimisateur {
    border-radius: 50px;
    padding: .25rem .5rem;
    display: block;
    white-space: nowrap;
}

.select-recette_radio-button {
    border: 2px solid var(--gris);
    margin-top: 0;
    margin-left: 0;
}

.dropdown {
    width: 100%;
    display: block;
}

.dropdown_toggle {
    border: 1px solid var(--gris);
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 1rem .6875rem;
    display: flex;
}

.dropdown_list.optimisateur-prix {
    border-right: 1px solid var(--gris);
    border-bottom: 1px solid var(--gris);
    border-left: 1px solid var(--gris);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown_link {
    background-color: rgba(0, 0, 0, 0);
    padding: 1rem .6875rem;
    font-size: .875rem;
}

    .dropdown_link.radio {
        border-bottom: 1px solid var(--gris);
        align-items: center;
        display: flex;
    }

.prods-brut_wrapper {
    width: 100%;
    max-width: 77rem;
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
    flex-direction: column;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.list_info-modal.warning {
    display: flex;
}

.radio-button.selected {
    border-width: 1px;
    border-color: var(--vert-principal);
    background-color: rgba(0, 116, 111, .05);
}

/* ------------- PRODS -> PRODUITS BRUT ------------- */
.prods-brut_submit {
    justify-self: right;
}

.prods-brut_header-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1.25fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
}

.prods-brut_table-row-content {
    border-top: 1px solid var(--gris);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .5fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    display: flex;
}

    .prods-brut_table-row-content.table_row {
        transition: all .4s;
    }

.prods-brut_table-edit {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1.25fr .25fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.prods-brut_table-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1.25fr .25fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: center;
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: grid;
}

.prods-brut_select-card {
    min-height: 28.4375rem;
    grid-row-gap: 1.5rem;
    border-radius: 4px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 1.5rem;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.prods-brut_title-block {
    grid-column-gap: .5rem;
    align-items: center;
    display: flex;
}

.prods-brut_cards {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
}

.prods-brut_title-form {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.prods-brut_wrapper {
    width: 100%;
    max-width: 77rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/* ------------- BUTTON PRODS ------------- */
.button.prods-brut {
    grid-column-gap: .5rem;
    align-self: center;
    align-items: center;
    padding: 1.5rem 5.125rem;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

/* ---------------------------------- */
/* ------------- CTA LIST ----------- */
/* ---------------------------------- */
.prods-brut_cta-group {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.list_img-cta {
    max-width: 30.75rem;
    background-image: url('../images/Mock-up-cahier-commande.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.optimisateur_cta {
    grid-column-gap: 1.75rem;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 1rem;
    display: flex;
}

.list_cta {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta_plus {
    width: 2.5rem;
    height: 2.5rem;
}

    .cta_plus.light {
        display: none;
    }

.list_p {
    margin-left: .125rem;
    padding-right: 0;
}
/* ------------- .CTA ------------- */
.cta-group {
    grid-column-gap: 1.5rem;
    align-self: flex-end;
    align-items: center;
    display: flex;
    margin-top: 5px;
}

.cta-group-right-back {
    float: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    bottom: 0;
    right: 0;
    position: absolute;
}

.select-list_cta {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    display: flex;
}

.list_img-cta {
    max-width: 30.75rem;
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/Rectangle-796.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 4px;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.list-item_cta {
    grid-column-gap: 1.5rem;
    align-items: center;
    display: flex;
}

.list-img_cta-block {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
}

/* ------------- BUTTON_LIST ------------- */
.button_list-cta {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.hideOnMobile {
    display: block;
}

.displayOnMobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .hideOnMobile {
        display: none;
    }

    .displayOnMobile {
        display: block;
    }
}

/* ------------------------------------------- */
/* MEDIA QUERY CONTENT */
/* ------------------------------------------- */

@media screen and (max-width:1200px) {
    .optimisateur-result_grid-cell {
        align-items: center;
    }

    .no-wrap {
        text-wrap: wrap !important;
    }

    .cahier-commande_interface {
        grid-row-gap: 7.5rem !important;
    }

    .optimisateur-result_grid-cell > .grid-cell_inner {
        display: grid;
    }

    .interface_buttons {
        margin-top: -10px;
    }

    .optimisateur_grid {
        grid-template-columns: 1fr !important;
    }

    .optimisateur_grid-cell > .grid-cell_inner {
        align-items: center;
    }

    .optimisateur-result_grid-cell {
        padding: 1rem !important;
    }

        .optimisateur-result_grid-cell > .grid-cell_inner {
            align-items: center;
        }

    .grid-cell_inner {
        grid-row-gap: 1rem;
        text-align: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    /* ------------- .TABLE ------------- */
    .table {
        min-width: 480px;
    }

        .table.extralarge {
            min-width: 1024px;
        }

        .table.large {
            min-width: 830px;
        }

        .table.small {
            min-width: 200px !important;
        }

    .table-prods-brut, .table-emballage, .table-etiquette, .table-recette, .table-stock, .table-historique, .table-historique1, .table-historique2, .table-optimisateur, .table-optimisateur1, .table-commande, .table-commande1 {
        width: 100%;
        overflow: scroll;
    }

    .referentiel_header-row, .referentiel_table-row-content {
        grid-template-columns: 1fr 1fr;
    }

    .cta-group-right-back {
        position: inherit !important;
    }

    .add {
        padding: 2.5rem 2.5rem 5rem !important;
    }

    .add_row, .optimisateur-prix_taux-marge, .optimisateur_cta {
        display: inherit !important;
    }

    .input-group {
        margin-top: 10px;
    }

    .header_nav {
        padding-left: 10px !important;
        padding-right: 0 !important;
    }

    .hidemedia {
        display: none;
    }

    .prods-brut_table-edit {
        max-width: 1200px;
    }

    .page-padding.normal {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .prods-brut_table-edit {
        max-width: 991px;
    }

    .page-padding.large {
        padding-left: 6rem;
        padding-right: 6em;
    }

    .page-padding.page-heading_normal {
        padding-left: 0;
        padding-right: 6rem;
    }

    .page-heading_line {
        width: 4.5rem;
    }

    /* ------------- .CARD ------------- */
    .list-item_text-block {
        min-width: 0rem;
    }

    /*.card {
        width: auto !important;
    }*/

    .banner {
        padding-left: 48px;
        padding-right: 48px;
        max-width: 100%;
    }
    /* ------------- .IMG ------------- */
    .img-txt_text-bloc, .button.list {
        max-width: none;
    }

    .img-txt {
        max-width: 100%;
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }

    .img-txt_mask {
        width: auto;
        height: auto;
        flex: 0 auto;
    }

    /* ------------- .BUTTON.BG_GP.T_W.PRODS ------------- */
    .button.bg_gp.t_w.prods-brut_submit.active {
        position: relative;
    }

    /* ------------- .STEPS_BLOC.MAIN ------------- */
    .steps_bloc.main {
        flex-direction: column;
    }

    /* ------------- .STEPS_MASK ------------- */
    .steps_mask {
        min-height: 25rem;
    }

    /* ------------- .STEPS ------------- */
    .steps {
        max-width: 100%;
    }

    /* ------------- .REFERENTIEL_WRAPPER ------------- */
    .referentiel_wrapper {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    /* ------------- .FOOTER.PAGE ------------- */
    .footer.page-padding.normal {
        grid-row-gap: 48px;
        flex-direction: column;
        padding: 3rem;
        display: flex;
        width: 100%;
    }

    /* ------------- .FOOTER_CONTENT ------------- */
    .footer_content {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: column;
        justify-items: center;
        display: grid;
    }

    /* ------------- .FOOTER_COL.LOGOS ------------- */
    .footer_col.logos {
        max-height: 300px;
    }

    /* ------------- .FOOTER_COL.LINKS ------------- */
    .footer_col.links {
        max-width: none;
    }

    /* ------------- .LOGO ------------- */
    .logo {
        max-width: 100%;
    }

        /* ------------- .LOGO.CTIFL ------------- */
        .logo.ctifl {
            max-width: 104px;
        }

    /* ------------- .FOOTER_LINKS ------------- */
    .footer_links-list.logos {
        flex-direction: row;
    }

    /* ------------- .HEADER ------------- */
    .header {
        z-index: 100;
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        background-color: var(--blanc);
        flex-direction: column;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: flex;
    }

    .header-user-connected {
        grid-row-gap: 1rem;
        flex-wrap: wrap;
        padding-right: 1.5rem;
        display: block;
    }

    /* ------------- .HEADER_BRAND ------------- */
    .header_brand-user {
        /*grid-column-gap: 2rem;*/
        grid-row-gap: 2rem;
        flex-wrap: nowrap;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* ------------- .HEADER_USER ------------- */
    .header_user {
        grid-column-gap: 1.5rem;
    }

    .header_user-divider.connected {
        display: block;
    }

    .header_user-account {
        align-items: flex-end;
        display: none;
    }

        .header_user-account.touch-screen {
            display: flex;
        }

    /* ------------- .HEADER_USER.CONNECTED ------------- */
    .header_user.connected {
        justify-content: flex-end;
        display: flex;
    }

    /* ------------- .USER_SOCIAL, .HEADER_USER ------------- */
    .user_social, .header_user-divider {
        display: none;
    }

    /* ------------- .HEADER_DIVIDER ------------- */
    .header_divider {
        display: none;
    }

    /* ------------- .NAV_LINK.W ------------- */
    .nav_link.w--current {
        padding-bottom: 2px;
    }

    /* ------------- .CTIFL ------------- */
    .ctifl-link {
        display: none;
    }

    /* ------------- .HEADER_BURGER ------------- */
    .header_burger {
        width: 2.25rem;
        height: 2.25rem;
        flex-direction: column;
        justify-content: center;
        transition: all .2s;
        display: flex;
    }

    .header_burger-line {
        width: 2rem;
        height: 2px;
        background-color: var(--gris-foncé);
        padding-bottom: 0;
        padding-right: 0;
        transition: all .2s;
    }

        .header_burger-line.t.open {
            transform: translate(0, 1px)rotate(-45deg);
        }

        .header_burger-line.m.open {
            width: 0;
            position: absolute;
        }

        .header_burger-line.b.open {
            transform: translate(0, -1px)rotate(45deg);
        }

    .header_burger-menu {
        z-index: 100;
        width: 100%;
        height: 0;
        background-color: var(--blanc);
        transition: all .5s ease-in-out;
        display: block;
        position: absolute;
        top: 100%;
        overflow: hidden;
    }

        .header_burger-menu.open {
            height: auto;
        }

    /* ------------- .HEADER_BURGER.OPEN ------------- */
    .header_burger.open {
        grid-column-gap: 0rem !important;
        grid-row-gap: 0rem !important;
    }

    /* ------------- .CONNECT.T_DG ------------- */
    .connect.t_dg {
        line-height: 1;
    }

    /* ------------- .BURGER ------------- */
    .burger-menu_content {
        grid-row-gap: .5rem !important;
        flex-flow: column wrap;
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: flex;
    }

    .burger-user_social {
        display: flex;
    }

    /* ------------- .REFERENTIEL ------------- */
    .referentiel-nav {
        grid-row-gap: 1rem !important;
        flex-direction: column;
        padding-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }

    /* ------------- .HEADER_INNER ------------- */
    .header_inner {
        grid-row-gap: 1.5rem !important;
        flex-direction: column;
        display: flex;
    }

    /* ------------- .OPTIMISATEUR_GRID ------------- */
    .optimisateur_grid {
        grid-template-columns: 1fr;
    }

    /* ------------- .OPTIMISATEUR_RESULT ------------- */
    .optimisateur_result {
        grid-row-gap: 1rem;
        flex-direction: column;
    }

    /* ------------- .OPTIMISATEUR ------------- */
    .optimisateur-result_grid {
        width: 100%;
        grid-column-gap: 4px !important;
        grid-row-gap: 4px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .colonne60, .colonne40 {
        flex: 1;
    }

    .grid-cell_inner {
        grid-row-gap: 1rem;
        text-align: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .optimisateur-prix_interface {
        grid-row-gap: 7.5rem !important;
    }

    .optimisateur-prix_radio-buttons_3-col {
        grid-template-columns: 1fr;
    }

    .optimisateur-prix_radio-buttons_2-col, .optimisateur-prix_dropdown-result {
        grid-template-columns: 1fr;
    }

    /* ------------- .ADD ------------- */
    .add-recette {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        padding-right: 2.5rem;
    }

    .add-recipie_header {
        grid-row-gap: 1.5rem;
        grid-template-rows: auto;
        grid-template-columns: 1.5fr;
        margin-bottom: 1rem;
    }

    .add-recipie_add {
        margin-bottom: 0;
    }

    .add-recipie_field-group {
        grid-row-gap: 1.5rem;
        grid-template-rows: auto;
        grid-template-columns: 1.5fr;
        margin-bottom: 1rem;
    }

    .add-etiquette, .add-emballage {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .add-emballage_row {
        grid-column-gap: 2rem;
    }

    .add-prods-brut {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .add-prods-brut_row {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        grid-template-columns: 1.4fr;
    }

    /* ------------- .ETIQUETTE_TABLE ------------- */
    .etiquette_table-row {
        border-top: 1px solid var(--gris);
        grid-template-columns: 1fr .5fr .25fr;
    }

    .etiquette_table {
        width: 100%;
    }

    /* ------------- .ETIQUETTE_HEADER ------------- */
    .etiquette_header-row {
        grid-template-columns: 1fr .5fr .25fr;
    }

    /* ------------- .TABLE_MODAL.EDITING ------------- */
    .table_modal.editing {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    /* ------------- .RECETTE_TABLE ------------- */
    .recette_table-row {
        border-top: 1px solid var(--gris);
    }

    /* ------------- .PRODS ------------- */
    .prods-brut_table-row {
        border-top: 1px solid var(--gris);
    }

    .prods-brut_select-card {
        width: 100%;
        min-height: 22rem;
    }

    .prods-brut_cards, .prods-brut_wrapper {
        grid-column-gap: 2.625rem;
        grid-row-gap: 2.625rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
    }

    .prods-brut_cta-group {
        grid-row-gap: 1.5rem;
        flex-direction: column;
    }

    /* ------------- .HISTORIQUE_HEADER ------------- */
    .historique_header-row {
        grid-template-columns: 1.5fr 1fr 1fr .25fr;
    }

    /* ------------- .HISTORIQUE_TABLE ------------- */
    .historique_table-row {
        border-top: 1px solid var(--gris);
        grid-template-columns: 1.5fr 1fr 1fr .25fr;
    }

    /* ------------- .STOCK_HEADER ------------- */
    .stock_header-row {
        grid-template-columns: 1.5fr 1fr .25fr;
    }

    /* ------------- .STOCK_TABLE ------------- */
    .stock_table-row {
        border-top: 1px solid var(--gris);
        grid-template-columns: 1.5fr 1fr .25fr;
    }

    /* ------------- .STOCK ------------- */
    .stock-prod_table-row {
        border-top: 1px solid var(--gris);
    }

    /* ------------- .COMMANDE_TABLE ------------- */
    .commande_table-row {
        border-top: 1px solid var(--gris);
    }

    /* ------------- .COMMANDE ------------- */
    .commande-prod_table-row {
        border-top: 1px solid var(--gris);
    }

    /* ------------- .CARD_WRAPPER ------------- */
    .card_wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid !important;
    }

    .cards {
        margin: 1.5rem; /* Ajustez la marge selon vos besoins */
    }

        .cards:last-child {
            margin-bottom: 0; /* Pour annuler la marge sur le dernier élément */
        }

    /* ------------- .LIST_WRAPPER ------------- */
    .list_wrapper {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-direction: column;
    }

    /* ------------- .LIST_ITEM ------------- */
    .list_item {
        grid-column-gap: 4rem;
    }

    /* ------------- .LIST_IMG ------------- */
    .list_img-cta {
        width: 100%;
    }

    /* ------------- .REF ------------- */
    .ref-list_table-row {
        border-top: 1px solid var(--gris);
    }

    .ref-list_table {
        width: 100%;
    }

        .ref-list_table.large {
            min-width: 830px;
        }

    /* ------------- .STATE_ITEM.LIST ------------- */
    .state_item.list {
        max-width: none;
    }

    /* ------------- .STATE_ITEM.BG_GP.T_W.PRODS ------------- */
    .state_item.bg_gp.t_w.prods-brut_submit.active {
        position: relative;
    }

    /* ------------- .CAHIER ------------- */
    .cahier-commande_interface {
        grid-row-gap: 7.5rem;
    }

    /* ------------- .SELECT ------------- */
    .select-list_cta {
        flex-direction: column;
    }

    /* ------------- .RADIO ------------- */
    .radio-button {
        width: 100%;
    }

    /* ------------- .OPTIMISATEUR_TABLE ------------- */
    .optimisateur_table-row {
        border-top: 1px solid var(--gris);
    }

    /* ------------- .FOOTER_CONTENT ------------- */
    .footer_content {
        grid-template-rows: auto auto auto auto auto;
        grid-template-columns: 1fr;
    }

    /* ------------- .FOOTER_COL.LOGOS ------------- */
    .footer_col.logos {
        max-height: none;
        align-items: center;
    }

    /* ------------- .FOOTER_COL.LINKS ------------- */
    .footer_col.links {
        text-align: center;
        align-items: center;
    }

    /* ------------- .LOGO ------------- */
    .logo {
        max-height: 80px;
    }

    /* ------------- .FOOTER_LINKS ------------- */
    .footer_links-list.logos {
        flex-direction: column;
        align-items: center;
    }

    /* ------------- .HEADER ------------- */
    .header {
        display: block;
    }

    .header_brand-title {
        font-size: 3rem;
        line-height: 1;
        margin-left: 20px;
    }
    /* ------------- .HEADER_BRAND ------------- */
    .header_brand {
        flex-direction: row;
        align-items: flex-start;
    }

    .header_brand-logo {
        max-width: 150px;
    }

    /* ------------- .BURGER ------------- */
    .burger-menu_content {
        text-align: center;
    }

    /* ------------- .HEADER_INNER ------------- */
    .header_inner {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        display: none;
    }

        /* ------------- .HEADER_INNER.MOBILE ------------- */
        .header_inner.mobile {
            display: flex;
        }
}

@media screen and (max-width:991px) {
    html {
        font-size: calc(0.20181634712411706vw + 0.75em);
    }

    .rz-dialog-content {
        padding: 0px !important;
        overflow: hidden;
    }

    .rz-dialog-title {
        font-size: 32px;
    }

    .page-padding.normal {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .page-padding.large {
        padding-left: 6rem;
        padding-right: 6em;
    }

    .page-padding.page-heading_normal {
        padding-left: 0;
        padding-right: 6rem;
    }

    .page-heading_line {
        width: 4.5rem;
    }
}

@media screen and (max-width: 767px) {
    .interface_buttons {
        margin-top: 0px;
    }

    .rz-dialog-content {
        padding: 0px !important;
        overflow: hidden;
    }

    .rz-dialog-title {
        font-size: 32px;
    }

    .intranet-mobile-menu-heading-items {
        display: block;
        padding-left: 40px;
    }

    .intranet-mobile-menu-heading-items {
        width: auto;
        height: 50px;
    }

    .interface_buttons > div {
        margin-top: 0px;
    }

    button, .button {
        min-width: 90px !important;
    }

        .button.large {
            min-width: 150px !important;
        }
    /*
    .cta-group {
        display: flex;
        flex-direction: column-reverse;
    }
    .cta-group > div:first-child {
        margin-top: 0px;
        padding-top: 10px;
    }*/
    .cta-group {
        grid-row-gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
        flex-flow: nowrap;
    }

    .optimisateur_cta {
        grid-row-gap: 0.5rem;
        flex-direction: column;
    }

    .button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .button.list {
            padding: 2rem !important;
        }

    .grid-cell_inner {
        grid-column-gap: 0 !important;
    }

    .h1 {
        font-size: 2.5rem;
    }

    .h2-large {
        font-size: 2rem;
        line-height: 1.2;
    }
    /* ------------- .LIST_WRAPPER ------------- */
    .list_wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
        flex-direction: column-reverse;
    }

    .list_list {
        width: 100%;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .list_item {
        width: 100%;
        grid-row-gap: 2rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

        .list_item.last {
            border-bottom-style: solid;
        }

    .page-padding.normal {
        padding: 36px 24px;
    }

        .page-padding.normal.last-section {
            padding-bottom: 72px;
        }

    .page-padding.large {
        padding-left: 24px;
        padding-right: 24px;
    }

        .page-padding.large.title-content-block {
            padding-top: 36px;
            padding-bottom: 36px;
        }

    .page-padding.page-heading_normal {
        padding-bottom: .75rem;
        padding-left: 0;
        padding-right: 24px;
    }

    .card_wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: contents !important;
    }

    .cards {
        padding: 1.5rem;
        margin-top: 1.5rem !important;
        margin-left: auto;
        margin-right: auto;
    }

    .progression-step_label p {
        display: none;
    }

    .progression_bar {
        margin-top: 4px;
    }
}

@media screen and (max-width: 576px) {
    .no-scroll {
        width: 0px !important;
    }

    .rz-dialog-title {
        font-size: 32px;
    }

    .burger-menu_item.bg_gp {
        grid-column-gap: 0px !important;
    }

    .rz-dialog-content {
        padding: 0px !important;
        overflow: hidden;
    }
}

.loader {
    position: relative;
    padding: 25px;
}

#wait-anim {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

    #wait-anim span {
        position: absolute;
        display: block;
        bottom: 10px;
        width: 9px;
        height: 15px;
        background: rgba(0, 116, 111, 0.25);
        -webkit-animation: wait-anim 2s infinite ease-in;
        animation: wait-anim 2s infinite ease-in;
    }

        #wait-anim span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        #wait-anim span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        #wait-anim span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        #wait-anim span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

@keyframes wait-anim {
    0% {
        background: rgba(0, 116, 111, 0.25);
    }

    25% {
        background: #00746F;
    }

    50% {
        background: rgba(0, 116, 111, 0.25);
    }

    100% {
        background: rgba(0, 116, 111, 0.25);
    }
}

@-webkit-keyframes wait-anim {
    0% {
        background: rgba(0, 116, 111, 0.25);
    }

    25% {
        background: #00746F;
    }

    50% {
        background: rgba(0, 116, 111, 0.25);
    }

    100% {
        background: rgba(0, 116, 111, 0.25);
    }
}
