/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

input::placeholder {
    opacity: 0.5;
    font-weight: 100;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

:root {
    --default-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--main-text-color);
}


.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.global-wrapper {
    padding: 38px 20px;
}

.default-block {
    background-color: var(--block-background-color);
    padding: 18px;
    box-shadow: var(--default-box-shadow);
    border-radius: 5px;
    position: relative;
}

.default-block .block-title {
    font-size: 26px;
    font-weight: 600;
}

.page-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.block-top-section .category-description {
    font-weight: 500;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.default-block .block-top-section {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--main-text-color);
    margin-bottom: 18px;
}

.block-top-section .agence-data {
    margin-top: 12px;
}

.block-top-section .agence-data .nom-agence {
    font-weight: 600;
    margin-bottom: 8px;
}

/* Header */
#header-banque {
    position: relative;
    background-color: var(--header-color);
    color: var(--header-text-color);
    box-shadow: var(--default-box-shadow);
    padding: 20px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banque-logo-image {
    max-height: 40px;
    height: 100%;
    width: 100%;
}

.header-content .middle-section {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding: 0px 54px 0px 64px;
}

.header-content .middle-section a {
    color: var(--header-text-color);
    font-size: 15px;
    /* margin-right: 48px; */
    font-weight: 300;
    transition: all .2s ease-in-out;
}

.header-content .middle-section a:hover {
    color: var(--header-hover-color);
}

.header-content .middle-section a:focus {
    outline: thin dotted currentcolor;
}

.header-content .middle-section a:last-child {
    /* margin-right: 10px; */
}

.header-content .right-section {
    display: flex;
    align-items: center;
}

.middle-section a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-content .pending-count {
    background-color: #d63638;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    min-width: 24px;
    min-height: 24px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    align-items: center;
    margin-top: -2px;
}

#current-user {
    font-weight: 600;
    margin-right: 48px;
}

.hamburger-button {
    color: var(--main-text-color);
    display: none;
    font-size: 22px;
    cursor: pointer;
    border: none;
    background: none;
}

.hamburger-button .hamburger-close {
    display: none;
}

.hamburger-button.active {
    z-index: 999;
    color: #fff;
}

.hamburger-button.active .hamburger-open {
    display: none;
}

.hamburger-button.active .hamburger-close {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--header-text-color);
    font-size: 15px;
    margin-right: 48px;
    font-weight: 300;
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding: 8px 0;
}

.dropdown-toggle:hover {
    color: var(--header-hover-color);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--header-color);
    min-width: 200px;
    box-shadow: var(--default-box-shadow);
    z-index: 1000;
    border-radius: 4px;
    padding: 8px 0;
    margin-top: 4px;
}

.dropdown-menu a {
    color: var(--header-text-color);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--header-hover-color);
}

.smallscreen-nav-background {
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    transition: all .2s ease-in-out;
}

.smallscreen-nav-background.preactive {
    display: block;
}

.smallscreen-nav-background.active {
    opacity: 1;
}

body.smallscreen-nav-open {
    overflow: hidden;
}

.smallscreen-nav {
    z-index: 999;
    position: absolute;
    top: 0;
    left: -33%;
    width: 33%;
    background-color: var(--header-color-mobile);
    display: none;
    height: 100vh;
    transition: all .2s ease-in-out;
}

.smallscreen-nav .dropdown-title {
    background-color: rgba(0, 0, 0, 0.1);
}

.smallscreen-nav .submenu a {
    padding-left: 32px;
}

.mobile-dropdown {
    position: relative;
}

.mobile-dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mobile-chevron {
    transition: transform 0.3s ease;
}

.mobile-dropdown.active .mobile-chevron {
    transform: rotate(90deg);
}

.mobile-dropdown-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.mobile-dropdown.active .mobile-dropdown-menu {
    display: block;
}

.mobile-dropdown-menu li a {
    padding: 20px 0 !important;
    font-size: 16px !important;
}

.smallscreen-nav.preactive {
    display: block;
}

.smallscreen-nav.active {
    left: 0;
}

.smallscreen-nav .smallscreen-nav-link {
    list-style: none;
}

.smallscreen-nav .smallscreen-nav-link li {
    width: 100%;
}

.smallscreen-nav .smallscreen-nav-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    width: 100%;
    height: 100%;
    color: var(--header-text-color-mobile);
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--header-text-color-mobile);
}

.primary-btn .logout-text {
    display: inline;
}

@media screen and (max-width: 1300px) {
    .primary-btn .logout-icon {
        display: inline-block;
    }
    
    .primary-btn .logout-text {
        display: none;
    }
    
    .primary-btn {
        padding: 10px 12px!important;
        min-width: auto;
    }
}


@media (max-width: 1150px) {
    .header-content .middle-section {
        display: none;
    }

    .header-content .primary-btn {
        display: none;
    }

    .hamburger-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 890px) {
    .smallscreen-nav {
        width: 60%;
        left: -60%;
    }
}

@media (max-width: 500px) {
    .smallscreen-nav {
        width: calc(100% - 70px);
        left: - calc(100% - 70px);
    }
}

/* UI - Button */
.primary-btn {
    background-color: var(--primary-button-color);
    color: var(--primary-button-text-color);
    border-radius: 5px !important;
    cursor: pointer;
    letter-spacing: .5px;
    padding: .75em 1em;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.primary-btn.small {
    padding: .5em .75em;
    font-size: 14px;
    font-weight: 400;
}

.primary-btn:focus,
.secondary-btn:focus {
    outline: thin dotted currentcolor;
}

.secondary-btn {
    background-color: #fff;
    color: var(--secondary-button-color);
    border-radius: 5px !important;
    cursor: pointer;
    letter-spacing: .5px;
    padding: .75em 1em;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--secondary-button-color);
    transition: all .2s ease-in-out;
}

.secondary-btn:hover {
    background-color: var(--secondary-button-color);
    color: #fff;
}

input[name=annuler_commande],
input[name=valider_commande] {
    margin-right: 10px;
}

/* UI - Breadcrumb */
.product_breadcrumb {
    display: flex;
    align-items: center;
    background-color: var(--header-color);
    color: var(--header-text-color);
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
    overflow-y: auto;
}

.product_breadcrumb_link {
    display: flex;
    align-items: center;
    padding: 14px 18px;
}

.product_breadcrumb_link:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product_breadcrumb_link p {
    margin-right: 8px;
    color: var(--header-text-color);
}

.product_breadcrumb_link i {
    color: var(--header-text-color);
}

.product_breadcrumb_link.active {
    background-color: var(--secondary-color);
}

/* UI - Input */
.input,
input:not([type=submit]),
select,
textarea {
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: var(--main-text-color);
    font-size: inherit;
    line-height: 40px;
    outline: none;
    padding: 0 12px;
    transition: var(--bricks-transition);
    width: 100%;
    border-color: #dddedf;
}

.input:focus,
input:not([type=submit]):focus,
select:focus,
textarea:focus {
    outline: thin dotted var(--main-text-color);
}

select {
    appearance: none;
}

.product-from-category ul li div:last-child {
    background-color: var(--secondary-color);
    padding: 8px;
}

.product-categories {
    display: grid;
    align-items: initial;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

@media (max-width: 991px) {
    .product-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 478px) {
    .product-categories {
        grid-template-columns: 1fr;
    }

    .product_breadcrumb_link {
        padding: 12px 12px;
    }
}

.category__card {
    padding-top: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
}

.category__card:hover {
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.6);
    transition: 0.25s all ease;
}

.category__card .card_header {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    background-color: var(--secondary-color);
}

.category__card .card_header h4 {
    color: var(--main-text-color);
    font-size: 20px;
    font-weight: 600;
}

.product-from-category__list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .product-from-category__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .livraison-et-delai-adresse-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .default-block.table-data {
        display: none;
    }

    .table-data-list-wrapper {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .product-from-category__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 478px) {
    .product-from-category__list {
        grid-template-columns: 1fr;
    }

    .livraison-et-delai-adresse-container {
        grid-template-columns: 1fr !important;
    }
}

.product-from-category__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
}

.product-from-category__item a:first-child {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-from-category__item:hover {
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.6);
    transition: 0.25s all ease;
}

.product-from-category__item img {
    width: 100%;
}

.product-from-category__item a:focus {
    outline: thin dotted #000;
}

.product-from-category__title {
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    background-color: var(--secondary-color);
    padding: 12px 8px;
    font-size: 18px;
    color: var(--main-text-color);
}

.block-product-section {
    margin-top: 20px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.block-product-section .product-image {
    max-width: 70px;
    max-height: 70px;
}

.block-product-section .product-image img {
    width: 100%;
    height: 100%;
}

.block-product-section .product-description {
    flex: 1;
}

.block-product-section .product-quantity {
    display: flex;
    flex-direction: column;
    flex: 0.3;
}

.block-product-section .product-price {
    display: flex;
    flex-direction: column;
    flex: 0.2;
    min-width: 67px;
}

.block-product-section .product-quantity label,
.block-product-section .product-price label {
    margin-bottom: 6px;
}

.product-form-section {
    padding: 0 28px;
}

.product-form-section h3,
.product-preview-section h3 {
    font-size: 24px;
    font-weight: 600;
}

.product-form-section {
    margin-top: 20px;
}

.product_form-section {
    margin-top: 18px;
}

.product-form-section label {
    font-weight: 400;
    margin-bottom: 8px;
    display: block;
}

.product-form-section input,
.product-form-section select {
    margin-bottom: 12px;
}

#text_commande_result {
    margin-top: 24px;
}

#text_commande_result a {
    color: var(--main-text-color);
}

.message_form {
    margin-bottom: 14px;
}

.product-preview-section .message_form {
    margin-top: 14px;
}

.default-block table td {
    vertical-align: middle;
    color: var(--main-text-color);
}

.default-block table td a {
    color: var(--main-text-color);
    text-decoration: underline;
}

.annuler_commande_modal h6,
.valider_commande_modal h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.login-top-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-top-section img {
    max-height: 120px;
    height: 100%;
}

.login-top-section .login-agence {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-agence h3 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 18px;
}

.login-form-block {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 80px;
}

.login-form-submit-section {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form-block h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 34px;
}

.login-form-block label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.login-form-block #identifiant,
.login-form-block #password {
    margin-bottom: 14px;
}

.livraison-container {
    margin-bottom: 36px;
}

.livraison-container h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.delai-container .default-block p {
    margin-bottom: 20px;
}

.delai-container .default-block .exemple-section h6 {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 8px;
}

.delai-container .default-block .exemple-section p {
    margin-bottom: 4px;
}

.adresse-data-container h6 {
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 8px;
}

.adresse-data-container div {
    margin-bottom: 4px;
}

.livraison-et-delai-adresse-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.product_form-section-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 6px;
}

.overlay-product-form-container {
    position: relative;
    display: inline-block;
}

.overlay-product-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    background-color: rgba(136, 136, 136, 0.55);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    z-index: -1;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.overlay-product-form.active {
    opacity: 1;
    z-index: 1;
}

#overlay-product-text {
    text-align: center;
}

.product-preview-image-container {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-generated-preview-image {
    max-height: 100%;
    /* Max height of the container */
    max-width: 100%;
    /* Max width of the container */
    height: auto;
    /* Preserve aspect ratio */
    width: auto;
    /* Preserve aspect ratio */
}

.product-preview-section {
    display: none;
}

.product-preview-section.active {
    display: block;
}

#product-preview-image {
    cursor: pointer;
    max-height: 630px;
    object-fit: scale-down;
    width: 100%;
}

.product-preview-bottom {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-preview-bottom button {
    font-size: initial;
}

.product-preview-bottom button:first-child {
    margin-right: 18px;
}

#text_commande_result span {
    font-weight: 700;
}

#text_commande_result a {
    text-decoration: underline;
}

#historique-des-commandes-table {
    width: 100% !important;
}

#commandes-en-attente-table {
    width: 100% !important;
}

#gestions-utilisateurs-table {
    width: 100% !important;
}

.table-data-list-wrapper {
    display: none;
}

.table-data-list-wrapper .default-block {
    margin: 18px 0;
}

.commande-liste .default-block {
    margin: 0px !important;
    margin-bottom: 22px !important;
}

.order-id {
    font-weight: 600;
    margin-right: 24px;
    font-size: 17px;
}

.product-name {
    text-decoration: underline;
    font-size: 17px;
}

.product-quantity,
.product-price {
    font-weight: 600;
}

.product-name a {
    color: var(--main-text-color);
}

.order-id-block {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.order-date span, 
.order-status span,
.agence-banquier span,
.commander-par span {
    font-weight: 600;
}

.product-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-image-container a {
    margin-top: 12px;
    text-decoration: none !important;
}

.product-image-container img {
    max-height: 100%;
    /* Max height of the container */
    width: 100%;
    /* Max width of the container */
    height: auto;
    /* Preserve aspect ratio */
    max-width: 400px;
    /* Preserve aspect ratio */
}

.order-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}

#commandes-en-attente-liste .order-info {
    margin-bottom: 14px;
}

#commandes-en-attente-liste .annuler-commande-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.order-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
}

.product_form-input.parsley-error,
.my-form-input.parsley-error,
.product_form-select.parsley-error {
    border: 1px solid #d63638 !important;
}



.select-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}



.select-container .product_form-select {
    padding-right: 40px;
    margin-bottom: 0;
    /* Space for the clear button */
}

.clear-select-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    display: none;
    /* Hidden by default */
}

.clear-select-btn:enabled {
    color: #333;
}

.clear-select-btn:hover {
    color: #777;
}

.parsley-required,
.parsley-type,
.parsley-pattern {
    color: #d63638 !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: -10px;
}

.modal-gestions-utilisateurs {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: fixed;
}

.modal-gestions-utilisateurs.preactive {
    display: flex;
}

.modal-gestions-utilisateurs.active {
    opacity: 1;
}

.modal-gestions-utilisateurs .modal-content {
    background-color: var(--block-background-color);
    box-shadow: var(--default-box-shadow);
    border-radius: 5px;
    height: fit-content;
    min-width: 600px;
    transition: all 0.3s ease-in-out;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    position: absolute;
}

.modal-gestions-utilisateurs .modal-content.active {
    top: 10%;
}

.modal-gestions-utilisateurs .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-text-color);
    font-weight: 600;
    padding: 18px;
    border-bottom: 1px solid #8e8c8c;
}

.modal-gestions-utilisateurs .modal-body {
    padding: 18px;
    border-bottom: 1px solid #8e8c8c;
}

.modal-gestions-utilisateurs .modal-footer {
    padding: 18px;
    display: flex;
    justify-content: end;
}

.modal-gestions-utilisateurs .modal-footer button {
    margin-right: 12px;
}

.modal-gestions-utilisateurs .modal-body label {
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
}

.modal-gestions-utilisateurs .modal-body input[type="text"],
.modal-gestions-utilisateurs .modal-body input[type="password"],
.modal-gestions-utilisateurs .modal-body select,
.modal-gestions-utilisateurs #agency-select-container{
    margin-bottom: 12px;
}

#close-modification-utilisateur {
    cursor: pointer;
}

.modal-gestions-utilisateurs .parsley-errors-list li {
    margin-top: -6px;
    margin-bottom: 12px;
    color: #d63638 !important;
    font-size: 14px;
    font-weight: 300;
}

.login-link-cell {
    position: relative;
    padding-right: 60px !important;
}

.link-actions {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.link-actions i {
    cursor: pointer;
    color: #666;
    transition: color 0.2s;
}

.link-actions i:hover {
    color: #333;
}

.fa-check {
    color: #4CAF50 !important;
}

div.dt-container .dt-search input {
    margin-left: 0px!important;
    color: var(--main-text-color)!important;
    border-width: 1px!important;
    border-style: solid!important;
    padding: 0 12px!important;
    line-height: 44px!important;
    transition: var(--bricks-transition)!important;
    border-color: #dddedf!important;

}

.choices[data-type*=select-one] .choices__input {
    padding: 0 12px;
}

.choices__inner {
    min-height: 42px;
    background-color: #fff;
    color: var(--main-text-color);
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    font-size: inherit;
    outline: none;
    padding: 0 12px!important;
    transition: var(--bricks-transition);
    border-color: #dddedf;
    display: flex!important;
    align-items: center!important;
}

.page-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.page-title-container .page-title {
    margin-bottom: 0!important;
}

#current-agence-select-container {
    margin-top: 18px;
}

#current-agence-select-container .choices {
    margin-top: 8px;
    margin-bottom: 0px;
}

#current-agence-select-container label {
    font-weight: 700;
}

.selected_agence_adresse {
    margin-bottom: 8px;
    font-weight: 700;
}

.search-and-agencySelect {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.agence-select-livraison {
    margin-top: 0!important;
    margin-bottom: 18px!important;
}