*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/****************************/
@font-face {
    font-display: swap;
    font-family: 'work-sans-light';
    src: url('../fonts/work-sans.light.otf');
    src: local('Work-sans Light'),
        url('../fonts/work-sans.light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'work-sans-bold';
    src: url('../fonts/work-sans.bold.otf');
    src: local('Work-sans Bold'),
        url('../fonts/work-sans.bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'work-sans-regular';
    src: url('../fonts/work-sans.regular.otf');
    src: local('Work-sans Regular'),
        url('../fonts/work-sans.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'work-sans-italic';
    src: url('../fonts/work-sans.italic.otf');
    src: local('Work-sans Italic'),
        url('../fonts/work-sans.italic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #888888;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    font-family: "work-sans-light", 'sans-serif', 'arial', 'helvetica';
    line-height: 1.5;
    background-color: #ededed;
    font-size: 14px;
    overflow-x: hidden;

}


/* predefini */
.pd-b-25 {
    padding-bottom: 25px;
}

.mb-10 {
    margin-bottom: 10px;
}

h5 {
    font-family: 'work-sans-bold';
}

a {
    text-decoration: auto !important;
}

.title-tableau {
    font-weight: 700 !important;
    color: var(--color-gris-premier);
    font-family: 'work-sans-bold';
}

.btn-primary {
    border-radius: 25px;
    background-color: var(--color-rouge);
    font-size: 12px;
    border: none;
    font-family: 'work-sans-regular';
    text-align: center;
}

.btn-primary:hover {
    opacity: .8;
    animation: pulse;
    animation-duration: 2s;
    background: var(--color-rouge);
}

.btn-table {
    position: absolute;
    right: 10px;
    z-index: 10;
}

.tab-container {
    max-height: 170px;
    /* Choisissez la hauteur maximale que vous souhaitez */
    overflow-y: auto;
    scrollbar-width: thin;
    /* Pour Firefox */
    scrollbar-color: var(--color-rouge);
    /* Pour Firefox */
}

.tab-container::-webkit-scrollbar {
    width: 6px;
    /* Largeur de la barre de défilement */
}

.tab-container::-webkit-scrollbar-thumb {
    background-color: var(--color-gris-deuxieme);
    /* Couleur de la barre de défilement */
    border-radius: 4px;
    /* Coins arrondis de la barre de défilement */
}

.tab-card {
    width: 100%;
}

.tab-card thead {
    border-bottom: 1px solid var(--color-blanc-casse);
    margin-bottom: 1px;
}

.tab-card td {
    padding: 4px 0 4px 0;
}

.tab-card tbody tr:nth-child(even) {
    background-color: var(--color-blanc-casse);
    /* Couleur de fond pour les lignes impaires */
}

.btn-close {
    float: right;
}


.action-groupe {
    position: absolute;
    left: 275px;
    z-index: 2;
    font-weight: bold;
}

.action-groupe .btn-group {
    background-color: var(--color-blanc);
    border: 1px solid var(--color-rouge);
    color: var(--color-rouge);
}

#custom-file {
    background-color: var(--color-blanc);
    border: 1px solid var(--color-gris-deuxieme);
    color: var(--color-gris-premier);
}

.img-thumbnail {
    width: 200px;
    height: 200px;
    border-radius: 0;
    border: none;
    margin-right: 40px;
}

#imagePreview {
    margin-left: 40px;
}

#btnDeleteCat,
#btnDeleteFini,
#btnDeleteColo,
#btnDeleteFac,
#btnDeleteChant,
#btnDeleteProd,
#btnUpdateProd {
    color: var(--color-rouge);
    cursor: pointer;
    margin-left: 2px;
    font-weight: 700;
    margin-top: 4px;
}

.margin-added {
    margin-bottom: 25px;
}

.image-container {
    position: relative;
}

.image-container .delete-icon,
.image-container-x .delete-icon {
    position: absolute;
    font-size: 25px;
    cursor: pointer;
    right: 20px;
    top: -14px;
    line-height: 1.2;
    color: var(--color-gris-deuxieme);
    border: 2px solid var(--color-gris-deuxieme);
    height: 30px;
    border-radius: 25px;
}

/* ########## Dropdown ########## */
/* ###### Form-elements ###### */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: -0.825rem 2.25rem .175rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a8afc7;
    background-clip: padding-box;
    border: 1px solid #e8e8f7;
    border-radius: 2px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 30px;
    border-radius: 5px;
    background: var(--color-blanc-casse);
    padding-left: 19px !important;
    border-radius: 8px !important;
    margin-left: 2px;
}

.form-select {
    background-color: var(--color-blanc-casse);
    padding-left: 19px !important;
    border-radius: 8px !important;
    height: 30px;
    line-height: 1.1;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus,
.form-select:focus,
.form-control:valid {
    color: #000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(135, 96, 251, 0.25);
    border-color: #eeeef9;
    box-shadow: none;
    background-color: var(--color-blanc-casse);
}

.form-control::placeholder {
    color: #a8afc7;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6ff;
    opacity: 1;
}

.fm-mini {
    width: 150px;
}

.fm-moyen {
    width: 250px;
}

.btn-jaune {
    background-color: var(--color-jaune);
}

.btn-blanche-jaune {
    background-color: var(--color-blanc);
    border: 1px solid var(--color-jaune);
    color: var(--color-jaune);
}

.label {
    float: left;
    width: 23%;
    color: var(--color-bleue-premier);
    font-family: 'work-sans-regular';
    padding-top: 5px;
}
.col-form-label{
    color: var(--color-bleue-premier);
    font-family: 'work-sans-regular';
}

.label em, .col-form-label em {
    color: var(--color-rouge);
}

.champ-input {
    position: relative;
}

.champ-input .money {
    position: absolute;
    top: 8px;
    left: 160px;
    font-weight: 500;
    font-family: 'work-sans-regular';
    color: var(--color-bleue-premier);

}

.info-image {
    display: block;
    font-family: 'work-sans-light';
    color: var(--color-gris-premier);
    font-size: 11px;
    margin-bottom: 20px;
}

.btn-contact {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25%;
    background-color: var(--bs-orange);
}

.prod {
    width: 240px;
}

.btn-group.prod {
    width: 115px;
}

.prod-create .form-control {
    width: 42%;
}

#produit_prixHt,
#faconnage_prix,
#chant_prix {
    width: 110px;
}

.champ-input {
    float: left;
    width: 77%;
}

.champ-input-sm {
    float: left;
    width: 28%;

}


.em-group {
    margin-top: 9px;
    margin-left: 3px !important;
    font-size: 14px;
    font-family: 'work-sans-regular';
}

.result-tarif {
    text-align: right;
    background-color: transparent !important;
    border: none;
    padding-right: 1px;
}

.select {
    background: var(--color-blanc-casse);
    padding-left: 19px !important;
    border-radius: 8px !important;
}

.groupe-categorie {
    margin-left: -20px;
}

.groupe-categorie .label-categorie {
    margin-right: 5px;
}

.label-categorie:nth-child(2) {
    margin-left: 15px !important;
}

#client_categorie_0+label {
    margin-right: 20px;
    /* Adjust the value as needed */
}

.hide-top {
    margin-top: -22px !important;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

/* gestion du sidebar */
.main-sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 13.29rem;
    border-radius: 0 20px 20px 0;
    padding-top: 30px;
    padding-left: 20px;
}

.logo-sidebar {
    height: 75px;
    padding-left: 25px;
}

.logo-sidebar .logo {
    width: 90%;
}

.date_jour {
    margin-left: 10px;
    font-size: small;
    color: #A8A8A8;
}

.logo-sidebar h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.position-relative {
    position: relative !important;
}

.main-sidebar .sidebar {
    padding-bottom: 10px;
}

.sidebar .multinav {
    position: fixed;
    height: calc(100% - 110px);
    width: 14rem;
}

.sidebar-collapse .ps {
    overflow: visible !important;
}

.sidebar-menu {
    list-style: none;
    padding-left: 10px;
    position: relative;
}

.sidebar-menu li {
    position: relative;
    margin: 5px 0px;
    padding-left: 0px;
    padding-right: 20px;
    border-radius: 0;
    border-left: 0px solid transparent;
    list-style: none;
}

.sidebar-menu li>a {
    position: relative;
    font-weight: 500;
    opacity: 0.9;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    text-decoration: none;
    color: #888888;
    display: block;
    right: -20px;
}

.sidebar-menu .active {
    color: var(--color-jaune);
}


.sidebar-menu li a:hover {
    color: var(--color-jaune);
    animation: pulse;
    animation-duration: 2s;
}

.sidebar-btm {
    position: absolute;
    bottom: 10px;
}

.smenu:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--color-gris-deuxieme);
    /* Couleur de la flèche */
}



.treeview-menu {
    display: none;
    position: absolute;
    width: 16.29rem;
    left: 192px;
    top: -20px;
    margin-left: 0;
    background-color: #ffffff;
    box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 3;
}

.sidebar-menu li:hover .treeview-menu {
    display: block !important;

}

.sidebar-menu>li ul {
    right: 0px;
    padding-left: 0px !important;
}

/* .sidebar-menu>li:hover>.treeview-menu>.treeview .treeview-menu:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -5px;
    top: 20px;
} */
.sidebar-menu li .treeview-menu:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 13px;
    height: 13px;
    border-left: 1px solid #f0f2f8;
    border-bottom: 1px solid #f0f2f8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -7px;
    top: 27px;
}

/* contenu du milieu */
.content-wraper {
    width: calc(100% - 13.5rem);
    height: 100vh;
    position: relative;
    padding: 0px 10px 0 10px;
    float: right;
    z-index: -1;
}

/* traitement du header */
.content-wraper .content-header {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content-header .left-div {
    color: var(--color-gris-premier);
}

.content-header .left-div h5 {
    font-family: 'work-sans-bold';
}

.content-header .left-div .btn-header {
    border-radius: 25px;
    background-color: var(--color-rouge);
    font-size: 10px;
    border: none;
    transition: all .5 ease-in-out;
}

.content-header .left-div .btn-header:hover {
    opacity: .8;
    animation: pulse;
    animation-duration: 2s;
}

.content-header .right-div {
    display: flex;
    justify-content: space-between;
}

.content-header .right-div .cloche {

    padding: 0 20px 0 10px;
    font-size: 16px;
    position: relative;
    font-family: 'work-sans-regular';
    cursor: pointer;
}

.content-header .right-div .cloche span {
    background-color: var(--color-rouge);
    border-radius: 50%;
    /* padding: 2px 3px; */
    color: var(--color-blanc);
    font-size: 12px;
    font-family: 'work-sans-regular';
    position: absolute;
    top: 11px;
    line-height: 1.1;
    width: 18px;
    height: 18px;
    left: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-header .right-div .compte {

    padding: 0 10px 0 10px;
    text-align: right;
}

.content-header .right-div .compte ul {
    padding: 0px !important;
}

.content-header .right-div .compte ul li {
    list-style: none;
}

.content-header .right-div .compte ul li:nth-child(2) {
    font-family: 'work-sans-regular';
    font-weight: 700;
}

.content-header .right-div .compte ul li:nth-child(3) {
    color: var(--color-bleue-premier);
}

.content-header .right-div .compte ul li:nth-child(3) a {
    color: var(--color-bleue-premier);
}

.title-header {
    width: 100%;
    font-family: 'work-sans-regular';
    margin-bottom: 4px;

}

.title-header h2,
.title-header h5 {
    margin-bottom: 4px;
    margin-top: 25px;
    border-bottom: 1px solid var(--color-bleue-premier);
    color: var(--color-bleue-premier);
    font-family: 'work-sans-bold';
}

.title-header h5 {
    margin-bottom: 20px;
}

.title-header .content-title-header {
    display: flex;
    justify-content: space-between;

}

.left-title-header,
.right-title-header {
    height: auto;
    margin-bottom: 25px;
    display: flex;
}

.left-title-header span,
.right-title-header span {
    color: var(--color-bleue-premier);
    height: 100%;
    display: block;
    float: left;
    padding-right: 15px;
    font-weight: 589;
}

.right-title-header {
    margin-right: 2px;
}

.card-stat-home {
    padding-top: 10px;
    padding-bottom: 5px;
}

.form-error {
    position: relative;
}

.form-error ul li {
    list-style: none;
    color: var(--color-rouge);
    font-size: 10px;
    position: absolute;
    left: 130px;
    overflow: hidden;
    top: 14px;
}

/* Fin du header */


/* Milieu */
.col-stat {
    padding: 2px 40px;
    font-family: 'work-sans-bold';
    text-align: center;
}

.col-stat .libelle-stat {
    color: var(--color-gris-premier);
    line-height: 1.1;
}

.col-stat span {
    color: var(--color-rouge);
}

.custom-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'work-sans-bold';
    text-transform: uppercase;
}

.button-form-bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


/* ***************************************************************
*****************CSS pour dataTable***************************
***************************************************************** */

#exemple {
    background-color: var(--color-blanc);
}

table.dataTable thead,
.prod-update thead {
    background-color: var(--color-bleue-premier);
    color: var(--color-blanc);
}

/* CSS pour centrer la pagination du footer */
.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    float: none !important;
    font-size: 10px !important;
    font-family: 'work-sans-light' !important;
    margin-top: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: var(--color-blanc) !important;
    border: 1px solid var(--color-blanc-casse);
    margin-left: 0px !important;
    border-radius: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--color-bleue-deuxieme) !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--color-bleue-deuxieme) !important;
    color: var(--color-blanc) !important;
    border: none !important;

}

.hidden {
    display: none;
}

/* champs reherche */
.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: var(--color-blanc) !important;
    border-radius: 10px !important;
    height: 28px;
    border: 0 !important;
    margin-bottom: 10px;
    width: 250px !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: 0;
}

table.dataTable {
    border-collapse: separate;
    /* Séparer les cellules */
    border-spacing: 0;
    /* Pas d'espace entre les cellules */
}

table.dataTable th:last-child,
table.dataTable td:last-child {
    border-right: 1px solid #ccc;
    text-align: center;

}

table.dataTable th,
.prod-update th,
.prod-update td,
table.dataTable td {
    border-left: 1px solid #ccc;
    border-bottom: none !important;
    border-top: none !important;
    padding: 1px;
    text-align: left;
}

.prod-update td {
    padding: 5px;
}

.prod-update th {
    padding-left: 5px;
}

table.dataTable>thead>tr {
    border: none !important;
}

table.dataTable>thead>tr>th,
.prod-update>thead>tr>th {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 12px;
    font-family: 'work-sans-light';
}

.prod-update {
    margin-top: 15px;

}

.bi-eye-fill {
    color: var(--color-jaune);
    font-size: 16px;
    cursor: pointer;
    margin-right: 8px;
}

.bi-pencil-square {
    color: var(--color-bleue-deuxieme);
    font-size: 16px;
    cursor: pointer;
    margin-right: 8px;
}

.bi-x-circle-fill {
    color: var(--color-rouge);
    font-size: 16px;
    cursor: pointer;
}

.bi-check-circle-fill {
    margin-right: 5px;
    color: #2fad2a;
    font-size: 16px;
    cursor: pointer;
}

#staticBackdrop {
    z-index: 99999999 !important;
}

/**********************************************************************************************
***************************************** FIN datatable****************************************
********************************************************************************************* */

/********************************** Nav tabulation************************** */
.nav-tabs {
    border-bottom: none !important
}

.nav-tabs .nav-link {
    color: var(--color-jaune);
    margin-left: -12px;
    font-family: 'work-sans-regular';
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav-tabs .nav-link.active {

    font-weight: 700;
    color: var(--color-jaune);
    text-decoration: underline;
}

.hr {
    color: #99999985;
}

/***************Modal vue***********************************  */
.content {
    position: relative;
}

.modal-vue,
.modal-vue-chant {
    min-height: calc(100vh - 28vh);
    width: 0%;
    background-color: white;
    box-shadow: -7.829px 11.607px 20px 0px #e4e3f5;
    justify-content: center;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 0px;
    z-index: 1000;
    opacity: .2;
    display: none;
    transition: all .5s ease-in-out;
    border-radius: 15px;
}

.open {
    right: 0;
    opacity: 1;
    width: 80%;
    display: flex;
}


.modal-vue .menu-vue {
    background-color: var(--color-rouge);
    width: 50px;
    margin-left: -75px;
    border-radius: 15px;
}

.fermer {
    font-size: 0.75rem !important;
    min-height: 30px !important;
    width: auto;
    border-radius: 0px;
    float: right;
    background-color: transparent;
    color: var(--color-jaune);
    border: none;
    font-family: 'work-sans-regular';
    text-decoration: underline;
    position: absolute;
    right: 0;
}

.contact-info ul {
    padding-left: .8rem;
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 15px;
}

.contact-info ul li a {
    background-color: transparent !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    background-color: #e7e7e7;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    border-radius: 25px;
    height: 12px;
    width: 12px;
    line-height: 2px;
    border: 1px solid;
}

textarea.select2-search__field {
    display: none;
    margin-bottom: 3px;
}

.size-12 {
    font-size: 12px;
}

#equipe_intervention_couleur option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: transparent;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

}

#equipe_intervention_couleur option[value="#864091"] {
    background: #864091;
}

#equipe_intervention_couleur option[value="#3A4294"] {
    background: #3A4294;
}

#equipe_intervention_couleur option[value="#A3395D"] {
    background: #A3395D;
}

#equipe_intervention_couleur option[value="#32884B"] {
    background: #32884B;
}

#equipe_intervention_couleur option[value="#3973A3"] {
    background: #3973A3;
}

#equipe_intervention_couleur option[value="#A28538"] {
    background: #A28538;
}

#equipe_intervention_couleur option[value="#BE3A8D"] {
    background: #BE3A8D;
}

#equipe_intervention_couleur option[value="#6A4812"] {
    background: #6A4812;
}

#equipe_intervention_couleur option[value="#OD5327"] {
    background: #0D5327;
}

#equipe_intervention_couleur option[value="#C65B19"] {
    background: #C65B19;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 400px;
}

/* Facultatif : ajustez la taille des icônes selon vos préférences */
.contact-icon i {
    font-size: 26px;
}

.menu-btn {
    margin-top: 50px;
}

.modal-vue .content-vue {
    width: 90%;
    padding: 20px;
    color: black;
    font-weight: 500;
    font-family: 'work-sans-regular';

}

.content-vue label {
    color: var(--color-gris-deuxieme);
    display: block;
}

.content-vue h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 0px;
}

.content-vue .post {
    color: var(--color-bleue-quatre);
}

.group-label {
    margin-left: 45px;
    margin-top: 20px;
    position: relative;
}

.group-label .val-title,
.val-adresse,
.val-email,
.val-telephone {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ttle {
    color: #8f8fb1 !important;
}

.val-societe {
    display: inline-block;
    margin-right: 25px;
}

.badge-client {
    position: absolute;
    top: 12px;
    right: 20%;
}

.tox-notifications-container {
    display: none !important;
}

/* Modal swal */
.swal2-icon.swal2-warning.swal2-icon-show,
.swal2-icon.swal2-error.swal2-icon-show,
.swal2-icon.swal2-success.swal2-icon-show {
    margin-top: 6px;
    font-size: 10px;
}

.swal2-cancel.btn,
.swal2-confirm.btn {
    border-radius: 25px;
}

.swal2-cancel.btn-danger {
    margin-right: 15px;
}

.swal2-title {
    padding: 0.8em 1em 0;
    font-size: 1.25em;
}

button:contains(OK) {
    display: none !important;
}

/* FIn modal */

.modal {
    box-shadow: -7.829px 11.607px 20px 0px #e4e3f5;
    justify-content: center;
    transition: all .5s ease-in-out;
    /* position: absolute; */
    top: 0px;
    z-index: 9000 !important;
    opacity: 1;
    /* display: none;
    border-radius: 15px;*/
}

/* Fin milieu */

/* footer */
footer {
    display: flex;
    width: 100;
    position: fixed;
    bottom: 2px;
    right: 2px;
}

footer .chat-footer {
    border: 1px solid;
    position: absolute;
    right: 30px;
    bottom: 40px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: var(--color-jaune);
    color: var(--color-blanc);
}

footer .chat-footer .btn-chat {
    text-align: center;
    line-height: 2.3;
    cursor: pointer;
    /* background: #000; */
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: 'work-sans-bold';
}

footer .footer-text {
    font-size: 12px;
    font-family: 'work-sans-regular';
    color: var(--color-gris-deuxieme);
    padding: 0 10px 0 10px;
}

/* Fin footer */

.content-spiner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .8;
}

.spinner {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1s infinite linear;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
}

.spinner::before {
    border-color: #AE0018 #0000;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
}

.spinner::after {
    margin: 8.9px;
}

@keyframes spinner-e04l1k {
    100% {
        transform: rotate(1turn);
    }
}

/* POPIN */
.bg_popin {
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background-color: rgba(96, 93, 93, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
}


.close_popin img {
    margin-top: -3px;
    margin-left: 15px;
}

.popin {
    display: none;
    max-height: 600px;
    overflow-y: auto;
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: -1.829px 1.607px 12px 0px #e4e3f5;
    justify-content: center;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    font-family: 'work-sans-regular';
}

.content-popin label {
    color: var(--color-bleue-premier);
    font-family: "work-sans-regular";
}

.popin h1 {
    margin-top: 0 !important;
}

.popin h2 {
    color: var(--color-bleue-premier);
    font-size: 20px;
    font-family: 'work-sans-bold';
    line-height: 25px;
}

.popin h3 {
    color: #999;
    font-size: 16px;
    font-family: 'swork-sans-regular';
    line-height: 20px;
}

.popin p {
    margin-bottom: 20px;
    font-size: 17px;
    font-family: 'work-sans-regular';
    line-height: 20px;
}

.popin .lead {
    font-size: 20px;
    font-family: 'work-sans-regular';
    line-height: 25px;
}

.popin .lead img {
    display: none;
}


.popin_apercu {
    z-index: 55000 !important;

}

.popin .divider {
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-popin {
    margin-top: -20px;
    border-bottom: 1px solid var(--color-bleue-premier);
}

.header-popin .bi-x-circle-fill {
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin-top: -37px;
    color: var(--color-rouge);
}

.content-popin {
    margin-top: 5px;
}

.devis_etape_1,
.devis_etape_2,
.devis_etape_4,
.etape_1,
.etape_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* text-align: center; */
    height: 50vh;
    font-family: 'work-sans-regular';
}

#notificationDropdown {
    /* border: 1px solid #E7E7E7; */
    max-width: 350px;
    position: absolute;
    background: #fff;
    top: 50px;
    right: 6px;
    box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 5px;
    z-index: 99999;
    border-top: none;
    display: none;

}

#notificationDropdown::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 40%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

#notificationDropdown ul {
    padding-left: 0px;
}

#notificationDropdown ul .notif-fip {
    list-style: none;
    border-bottom: 1px solid #E7E7E7;
    padding: 8px;

}

#notificationDropdown ul .notif-fip a {
    color: var(--color-gris-premier);
    display: flex;
    font-family: 'work-sans-regular';
    transition: all;
    opacity: 1;
}

#notificationDropdown ul .notif-fip a:hover {
    opacity: .7;
}

#notificationDropdown ul .notif-fip a .date_notif {
    padding-right: 2px;
    margin-right: 10px;
    line-height: 1.1;
    min-width: 85px;
}

#notificationDropdown ul .notif-fip:last-child {
    border-bottom: none;
}

.tab-board {
    margin-top: 25px;
    font-weight: bold;
    font-size: 26px;
    color: var(--color-bleue-premier);
    text-align: center;
    font-family: 'work-sans-bold';
}

.header-radio-adresse {
    display: flex;
}

.header-radio-adresse h6 {
    float: left;
    margin-right: 100px;
}

.header-radio-adresse .adresse_flexswitch {
    color: var(--color-bleue-premier);
    height: 19px;
    min-width: 141px;
    font-family: 'work-sans-regular';
}

.header-radio-adresse .adresse_flexswitch #flexSwitchCheckDefault {
    border-color: var(--color-bleue-premier);
    height: 15px;
}

.mini-select {
    max-width: 225px;
}

.popup-connexion,.popup-connexion_planstone {
    width: 100%;
    height: 100vh;
    background-color: #f9f7f8;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    padding: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'work-sans-regular';
    color: #888888;
    cursor: pointer;
}

.close-popup{
    display: flex;
}
.popup-connexion .btn-retour, .popup-connexion_planstone .btn-retour{
    position: absolute;
    left: 10px;
    top: 20px;
    background-color: transparent;
    border:1px solid #ff1f3e;
    color: #888888;
}
.popup-connexion>.global-popup,.popup-connexion_planstone>.global-popup {
    /* border: 1px solid; */
    padding: 30px;
    max-width: 600px;
}

.popup-connexion>.global-popup>.content-logo,.popup-connexion_planstone>.global-popup>.content-logo  {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.global-popup h2 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.global-popup .choice {
    font-family: 'work-sans-bold';
    margin-left: 100px;
}

.global-popup .btn-login {
    border-radius: 7px;
    padding: 5px 25px;
    border: none;
    font-family: 'work-sans-bold';
}

.global-popup form {
    font-family: 'work-sans-bold';
    margin: 40px 100px;
}

.global-popup .small {
    margin-top: 60px;
    font-family: 'work-sans-regular';
    justify-content: center;
    font-size: 10px;
    font-style: italic;
}

.global-popup .small .header {
    padding: 105px;
}

.img-android{
    text-align: center; 
    margin-bottom: 20px;
}
.text-android img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    /* padding: 0.25rem 0.1rem; */
    padding: 1px !important;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.info-label{
    color: var(--color-bleue-premier);
    font-family: "work-sans-regular";
    line-height: 12px !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;

}