/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');*/

html, body{
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    background: var(--dark-blue-bg);
}

.nowrap {
    white-space: nowrap;
}

.hidden{
    display:none !important;
    visibility:hidden !important;
}

.hover-pointer {
    cursor: pointer;
}

a{
    text-decoration: none;
}

.d-inline-tab{
    display: inline-table;
}

.align-justify{
    text-align: justify
}

.t-center{
    text-align: center;
}

.t-right{
    text-align: right;
}

.t-left{
    text-align: left;
}

.f-left{
  float: left !important;
}

.f-right{
  float: right !important;
}

.m-2r {
    margin: 2rem;
}

.mr-1r {
    margin-right: 1rem;
}

.mr-2r {
    margin-right: 2rem !important;
}

.mr-3r {
    margin-right: 3rem !important;
}

.mr-5r {
    margin-right: 5rem;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-5r{
    margin-top: 5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1r {
    margin-left: 1rem;
}

.ml-2r {
    margin-left: 2rem !important;
}

.ml-3r {
    margin-left: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1r {
    margin-bottom: 1rem !important;
}

.mb-2r {
    margin-bottom: 2rem;
}

.mb-4r {
    margin-bottom: 4rem !important;
}

.mb-6r {
    margin-bottom: 6rem;
}

.mt-minus {
    margin-top: -0.2rem;
}

.mt-r6 {
    margin-top: 0.6rem;
}

.mt-02r {
    margin-top: 0.2rem;
}

.mt-1r {
    margin-top: 1rem;
}

.mt-2r {
    margin-top: 2rem !important;
}

.mt-3r {
    margin-top: 3rem !important;
}

.mt-4r {
    margin-top: 4rem;
}

.mt-25r {
    margin-top: 25vh !important;
}

.mt-6r {
    margin-top: 6rem;
}

.h-2r {
    height: 2.8rem;
}

.h-5r {
    height: 5rem;
}

.h-20r {
    height: 20rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1r {
    padding-top: 1.1rem;
}

.pt-5r {
    padding-top: 5.5rem;
}

.p-1r {
    padding: 1rem;
}

.p-2r {
    padding: 2rem;
}

.p-10 {
    padding: 10px;
}

.pr-3r {
    padding-right: 3rem;
}

.pr-4r {
    padding-right: 4rem;
}

.pl-1r {
    padding-left: 1rem;
}

.pl-2r {
    padding-left: 2rem;
}

.pl-3r {
    padding-left: 3rem;
}

.min-height-15r {
    min-height: 15rem;
}

.min-height-30r {
    min-height: 30rem;
}

.min-width-20r {
    min-width: 20rem;
}

.min-width-15r {
    min-width: 15rem;
}

select[class*="bootstrap-table-filter-control-"]{
    text-align: center !important;
}

/*------*/
/* MAIN */
/*------*/

.mainContent{
    min-height: 94vh;
    width: 100%;
    display: inline-flex;
    background: var(--dark-blue-bg);
    z-index: 50;
}

.containerBody{
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.bodyContent{
    width: 90vw;
    min-height:99vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 9rem;
    background: var(--dark-blue-bg);
}

.modal-dialog-abys {
    background: white;
    border-radius: 0.5rem;
    min-height: fit-content;
    overflow: hidden;
}

.titleSiteMenuBar {
    float: left;
    position: fixed;
    top: 1.2rem;
    left: 2rem;
    z-index: 999;
    color: white;
    font-size: 1.8rem;
}

.menuBar {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 5rem;
    background: var(--dark-blue-menu);
    border-bottom: 0.1rem solid var(--arcys-cyan);
}

.dropdown-menu-innov {
    color: white !important;
    background-color: var(--dark-blue-menu);
    border: 0.1rem solid #ffffffaa;
}

.dropdown-item-innov {
    color: white !important;
    background-color: var(--dark-blue-menu);
}

.dropdown-item-innov:hover {
    background-color: #ffffff44;
}

.dropdown-divider {
    border-top: 1px solid #ffffffaa;
}

.btn-circle {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.55rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.3rem !important;
  border-radius: 1.563rem;
  text-align: center;
}

.color-white {
    color: white !important;
    border-color: white !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.disabled-lang {
    pointer-events: none;
    opacity: 0.8;
    cursor: default !important;
}

.title-wrapper {
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.titlePageContent{
    font-size: 2rem;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.nav-link{
    color: white !important;
    font-size: 1.1rem;
}

.nav-link:hover{
    color: var(--arcys-cyan) !important;
}

.navbar-nav .nav-link {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.navbar-collapse.collapse.show {
    border-bottom: 0.1rem solid var(--arcys-cyan);
}

@media (min-width: 1400px){
  .container{
    max-width: 1450px;
  }
}

@media (max-width: 600px){
    .colTitlePageContent{
        width: 100% !important
    }
}

.highlight {
    padding: 0 0.1rem 0.2rem 0.1rem;
    color: var(--arcys-blue);
    background: var(--arcys-cyan);
}

.highlight-white {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    color: var(--arcys-blue);
    background: #fff;
}


/*--------*/
/* FOOTER */
/*--------*/

.footer-section {
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: var(--arcys-cyan);
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: aliceblue;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: aliceblue;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.linkedin-bg{
    background: black;
}

.linkedin-col{
    color: #007ab5;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--arcys-cyan);
}
.footer-widget  li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget  li a:hover{
    color: var(--arcys-cyan);
}
.footer-widget  li a {
    color: aliceblue;
}
.copyright-area{
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: #ff5e14;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #ff5e14;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/*------------*/
/* COMPONENTS */
/*------------*/

.carousel-img {
    height: 17.5rem;
    max-width: 80%;
}

.carousel-img-small {
    height: 6rem;
    max-width: 40%;
}

.card-option:hover {
    box-shadow: -2px -2px 20px 0 #bfe6fb;
}

.card-text-highlight {
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--bice-blue-transparent);
}

.innov-card-bg {
    width: 100%;
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 1rem 1rem 1rem 1rem;
    z-index: 100;
}

.card-carousel {
    width: 80%;
    height: fit-content;
    background: white;
    border-radius: 0.5rem;
    margin: auto;
    padding: 3rem 4rem 3rem 4rem;
    z-index: 100;
}

.innov-card-small {
    min-width: 20rem;
    min-height: 10rem;
    max-width: 35rem;
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 1rem;
    z-index: 100;
}

.innov-card-offers {
    min-width: 28rem;
    min-height: 10rem;
    max-width: 40rem;
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 1rem;
    z-index: 100;
}

.innov-card-small-extra {
    min-width: 18rem !important;
    max-width: 18rem !important;
    padding: 1rem !important;
}

.innov-card-small-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.innov-card-small-image {
    border: 0.05rem solid black;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
}

.innov-card-small-title {
    height: 4rem;
    font-size: 1.5rem;
    align-content: center;
    padding-left: 0.6rem;
}

.innov-card-small-content {
    font-size: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.innov-card-button {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.innov-block {
    width: 25rem;
    min-width: 25rem;
    max-width: 45rem;
    margin: 1rem;
}

.innov-card-large {
    width: 50rem;
    max-width: 60rem;
    min-height: 30rem;
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin: 2rem 1rem 4rem 1rem; /* haut droit bas gauche */
    z-index: 100;
}

.innov-card-xl {
    width: calc(100% - 2rem) !important;
    max-width: 200rem !important;
}

.innov-card-extend {
    max-width: 100% !important;
    padding: 1rem !important;
}

.innov-card-large-header {
    padding-bottom: 1rem;
}

.innov-card-large-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--title);
    margin-bottom: 1rem;
}

.innov-card-large-description {
    font-size: 1rem;
    color: var(--arcys-blue);
}

.innov-card-large-content {
    padding: 1rem;
    color: var(--arcys-blue);
}

.innov-form-group {
    margin-bottom: 1rem;
}

.list-group-item {
    background: var(--dark-blue-bg);
    color: white;
    border: none;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.list-group-item-description {
    color: #A2A2A2;
    font-size: 1rem;
}

.innov-step {
    font-size: 2rem;
    color: grey;
    align-items: center;
    padding-bottom: 1.7rem;
    text-align: center;
}

.innov-step.active {
    color: var(--arcys-blue);
    font-weight: bold;
    border-bottom: 0.4rem solid var(--arcys-blue);
}

.info-message {
    min-height: 3rem;
    border: 0.1rem solid var(--info-border);
    border-radius: 0.3rem;
    background: var(--info-bg);
    color: var(--info-color);
    align-content: center;
}

.warning-message {
    min-height: 3rem;
    border: 0.1rem solid var(--warning-border);
    border-radius: 0.3rem;
    background: var(--warning-bg);
    color: var(--warning-color);
    align-content: center;
}

.alert-message {
    background:  var(--alert-bg);
    border-left: 4px solid #CF2E2E;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    font-size: 0.95rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.secondary-message {
    min-height: 3rem;
    border: 0.1rem solid var(--secondary-border);
    border-radius: 0.3rem;
    background: var(--secondary-bg);
    color: var(--secondary-color);
    align-content: center;
}

.span-label {
    min-width: 7rem;
    width: 50%;
    text-align: end;
    font-weight: bold;
    padding-right: 2rem;
}

.form-validation-list {
    padding: 0;
    margin: 0;
}

.form-validation-list li {
    list-style-type: none;
}

.conditionBox {
    border-style: inset;
    border-color: var(--dark-blue-bg);
    border-radius: 1rem;
    padding: 2rem;
}

.rounded-bg {
    padding: 1rem;
    border-radius: 2rem;
}

.mini-card {
    width: 9rem;
    min-height: 10rem;
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 0.5rem;
}

.long-mini-card {
    width: 100%;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
}

.full-page-card {
    background: white;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 0.5rem;
    min-width: fit-content;
    max-width: 100%;
}
.duration-choice {
    border: 0.1rem solid var(--bice-blue);
    border-radius: 0.6rem;
    color: var(--bice-blue);
    background-color: var(--blue-grey-darker);
    cursor: pointer;
}

.duration-choice-active {
    border-width: 0.3rem;
    font-weight: bold;
    color: var(--bice-blue);
    background-color: var(--bice-blue-transparent);
}

.dashboard-card {
    box-shadow: 0 1px 4px 0 var(--arcys-primary-color);
    border: 0;
    border-radius: 10px;
    justify-content: left;
    align-content: left;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    min-height: 100px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: white;
}

.dashboard-card-number {
    width: 100px;
    height: calc(100%-15px);
    min-height: calc(100%-15px);
    justify-content: center;
    align-content: center;
}

.dashboard-card-square {
    display: flex;
    margin: 10px;
    border: 0;
    border-radius: 25px;
    width: 80px;
    height: 80px;
    font-size: 1.7rem;
    justify-content: center;
    align-items: center;
}

.dashboard-card-text {
    width: calc(100% - 100px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.dashboard-card-title {
    margin-left: 5%;
    margin-right: 5%;
    z-index: 3 !important;
    color: black;
    font-size: 1.1rem;
}

.dashboard-card-description {
    margin-left: 5%;
    margin-right: 5%;
    z-index: 3 !important;
    color: grey;
    font-size: 0.9rem;
}

.dashboard-card:hover {
    box-shadow: 0px 3px 22px 3px var(--dashboard-card-shadow-color);
    transition: all 120ms ease;
}

.dashboard-card-square-small {
    display: flex;
    margin: 10px;
    border: 0;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    font-size: 1.7rem;
    justify-content: center;
    align-items: center;
    transition: background-color 1s;
}

.dashboard-card-title-small {
    color: black;
    font-size: 0.95rem;
    padding-right: 10px;
    padding-left: 10px;
    width: 138px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    justify-content: right;
}

.dashboard-card-small {
    margin: 8px;
    box-shadow: 0 1px 4px 0 var(--arcys-primary-color);
    border: 0;
    border-radius: 10px;
    position: relative;
    width: 208px;
    height: 70px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: white;
    padding: 0 !important;
}
.dashboard-card-text-small {
    width: 138px;
    height: 70px;
    position: absolute;
    left: 0px;
    transition: left 0.6s;
}
.dashboard-card-number-small {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 135px;
    transition: left 0.6s;
}
.dashboard-card-small:hover {
    box-shadow: 0px 3px 10px 3px var(--dashboard-card-shadow-color);
    transition: all 120ms ease;
    cursor: pointer;
}

.square-red {
    background-color: #ff262644;
    color: #ff2626;
}
.square-strong-red {
    background-color: #ff2626ee;
    color: #fff;
}
.square-orange {
    background-color: #ffb33033;
    color: #ffb330;
}
.square-strong-orange {
    background-color: #ffb330ee;
    color: #fff;
}
.square-lightblue {
    background-color: #26d4ff44;
    color: #26d4ff;
}
.square-strong-lightblue{
    background-color: #26d4ffcc;
    color: #fff;
}
.square-arcysblue {
    background-color: #18185244;
    color: #181852;
}
.square-strong-arcysblue {
    background-color: #181852ee;
    color: #fff;
}
.square-strong-green {
    background-color: #27ba17cc;
    color: #fff;
}
.square-grey {
    background-color: #a9a9a944;
    color: #a9a9a9;
}

.nav-tabs-abys .nav-link {
    color: var(--arcys-blue) !important;
}

.nav-tabs-abys .nav-link.active {
    color: #fff !important;
    background-color: var(--arcys-blue) !important;
}

.nav-tabs-abys .nav-link:hover {
    border-color: #181852 #181852 #181852;
}

/*-------*/
/* OTHER */
/*-------*/

.bg-red{
    background: linear-gradient(60deg, #990000,  #D34836) !important;
    color: white !important;
}

.asteriskField {
    color: var(--arcys-vivid-red);
}

.grey {
    color: grey;
}

.green{
    color: #008744 !important;
}

.red {
    color: #D34836 !important;
}

.arcys-blue {
    color: var(--arcys-blue);
}

.t-bold {
    font-weight: bold;
}

.size-1r {
    font-size: 1rem;
}

.size-1r08 {
    font-size: 1.08rem;
}

.size-1r2 {
    font-size: 1.2rem;
}

.size-1r4 {
    font-size: 1.4rem;
}

.size-1r6 {
    font-size: 1.6rem;
}

.size-2r {
    font-size: 2rem;
}

.size-4r {
    font-size: 4rem;
}

.suiviCommandeSize {
    width: 16rem;
}

.w-6r {
    width: 6rem !important;
}

.w-10r {
    width: 10rem !important;
}

.w-13r  {
    width: 13rem !important;
}

.w-15r  {
    width: 15rem !important;
}

.w-20r {
    width: 20rem !important;
}

.w-25r {
    width: 25rem !important;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
  width: 40% !important;
}

.w-80 {
    width: 80% !important;
}

.border-top-cyan {
    border-top: 0.1rem solid var(--arcys-cyan);
}

.border-bice-blue {
    border: 0.1rem solid var(--bice-blue);
}

.border-vivid-amber {
    border: 0.1rem solid var(--arcys-vivid-amber);
}

.border-vivid-red {
    border: 0.1rem solid var(--arcys-vivid-red);
}

.border-green {
    border: 0.1rem solid var(--arcys-green);
}

.clickable-row {
    cursor: pointer;
}

a{
    color: #000;
}

a:hover {
    color: var(--blue-grey-darker)
}

.alink {
    color: var(--arcys-blue);
    text-decoration: underline;
}

.alink:hover {
    color: var(--dark-blue-menu) !important;
}

.link{
    color: royalblue;
}

.table-not-hover {
    background-color: #faf9f9;
}

.bg-dark-blue-menu {
    background: var(--dark-blue-menu);
}

.bg-bice-blue-tr {
    background: var(--bice-blue-transparent);
}

.bg-arcys-blue-tr {
    background: var(--arcys-blue-transparent);
}

.bg-vivid-amber-tr {
    background: var(--arcys-vivid-amber-transparent);
}

.bg-green-tr {
    background: var(--arcys-green-transparent);
}

.bg-vivid-red-tr {
    background: var(--arcys-vivid-red-transparent);
}

.border-bice-blue {
    border-color: var(--bice-blue);
}

.border-arcys-blue {
    border: 0.1rem solid var(--arcys-blue);
}

.border-green {
    border-color: var(--arcys-green);
}

.border-right-02r {
    border-right: 0.2rem solid white;
}

.bold {
    font-weight: bold;
}

.text-underline-pointer {
    text-decoration: underline;
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.clickable-icon:hover {
    cursor: pointer;
    color: var(--primary-blue);
}

.hr-title {
    width: 6rem;
    background-color: var(--arcys-cyan);
    color: var(--arcys-cyan);
    opacity: 100%;
}

.hr-subtitle {
    width: 5rem;
    background-color: var(--premium-abys);
    color: var(--premium-abys);
    opacity: 100%;
    margin-left: 1%;
}

.hr-center {
    margin: auto;
    margin-bottom: 1rem !important;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.3rem !important;
}

.alert-error{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.lang-link {
    color: white !important;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.table-active {
    background-color: var(--bice-blue);
    color: white !important;
}

.table-active:hover {
    background-color: var(--bice-blue);
    color: white !important;
}

#tableReferencesPrixStocks th {
    background-color: var(--dark-blue-menu);
    color: white !important;
}

.badge-danger {
    font-weight: 500;
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    font-weight: 500;
    color: #212529;
    background-color: #ffc107;
}

/*---------------*/
/* EventsListing */
/*---------------*/

.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

/*--------*/
/* TOASTS */
/*--------*/

#toasts {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-icon {
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-right: 8px;
}

/*-------------*/
/* SLIDER MOIS */
/*-------------*/
#tickmarks {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: -5px;
    width: 100%;
    position: relative;
}

#tickmarks option {
    color: transparent;
    position: relative;
    text-align: center;
    width: 1px;
    padding-top: 5px;
}

#tickmarks option::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%)

    width: 6px;
    height: 6px;
    background-color: #ced4da;
    border-radius: 50%;
}

#tickmarks option[label]::after {
    content: attr(label);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);

    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
}

/****** SUIVI COMMANDE ***********/

.progress {
  position: relative;
  height: 160px;
  background-color: white !important;
}

.progress_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.progress_inner__bar,
.progress_inner__bar--set {
  position: absolute;
  height: 6px;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  z-index: -1;
}

.progress_inner__bar {
  width: 0%;
  background: linear-gradient(
    to right,
    var(--primary-blue),
    var(--bice-blue) 4px
  );
  height: 6px;
  border-radius: 6px;
}

@keyframes pop {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.progress_inner__bar--set {
  width: 85%;
  background: var(--light-grey);
  z-index: -2;
}

.progress_inner__step {
  width: 20%;
  float: left;
  position: relative;
  font-size: 14px;
}

/* Cercle aligné au centre de la barre */
.progress_inner__step::before {
  content: attr(data-step);
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: white;
  border: 3px solid var(--arcys-blue);
  border-radius: 50%;
  font-size: 12px;
  line-height: 25px;
  transform: transform 0.3s ease;
}

.progress_inner__step.bottom::before,
.progress_inner__step.topDate::before{
    top: 50%;
}

.progress_inner__step.top::before {
    top: 80%;
}

/* Cercle étapes complétées */
.progress_inner__step.completed::before {
  background-color: var(--arcys-blue);
  color: white;
  border-color: var(--arcys-blue);
}

/* Cercle étape active */
.progress_inner__step.active::before {
  border-color: var(--arcys-blue);
  background-color: white;
  color: var(--arcys-blue);
}

.progress_inner_bar.full {
    background: var(--arcys-blue) !important
}

/* Texte en bas */
.progress_inner__step.bottom label,
.progress_inner__step.bottom small {
  display: block;
  position: relative;
  top: 40px;
  z-index: 2;
}

/* Texte en haut */
.progress_inner__step.top label,
.progress_inner__step.top small {
  display: block;
  position: relative;
  top: -30px;
  z-index: 2;
}

.progress_inner__step.topDate label,
.progress_inner__step.topDate small {
  display: block;
  position: relative;
  top: -40px;
  z-index: 2;
}

/* Cacher les radios */
.progress_inner input[type="radio"] {
  display: none;
}

/****** FIN SUIVI COMMANDE ***********/


.popoverColor {
    background-color: var(--arcys-blue);
    color: white;
}

.popoverColor .popover-body {
    color: white;
}

/* --------------------------------------------- */
/* Aide Lightbulb */
/* --------------------------------------------- */

.help-icon {
    font-size: 40px;
    color: var(--arcys-cyan);
    cursor: pointer;
    transition: all 120ms ease;
}

.help-icon:hover {
    color: var(--blue-grey);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.pulsations {
    animation: pulse 1s;
    animation-iteration-count: 6;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        color: var(--arcys-cyan);
    }
    70% {
        transform: scale(1.6);
        color: var(--blue-grey);
    }
    100% {
        transform: scale(1);
        color: var(--arcys-cyan);
    }
}

.form-group label a:hover, .form-check label a:hover{
    color: var(--premium-abys);
}

.no-pointer {
    cursor: default !important;
    pointer-events: none;
}

/* ----------- */
/* BUTTON SPIN */
/* ----------- */

.btn-process {
    box-shadow: 0px 15px 27px 2px rgba(37,110,255,0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-ring {
    display: none;
}

.btn-ring:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: black transparent black transparent;
    animation: ring 1.2s linear infinite;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.w-1r{
    width: 1rem !important;
}

.w-5r{
    width: 5rem !important;
}

.w-fit-content{
    width: fit-content;
}

.pdt-7{
    padding-top: 7px;
}

.pdr-5{
    padding-right: 5px;
}

.mb-1r{
    margin-bottom: 1rem;
}

.selected-row{
    background-color: #54a0ff !important;
    color: white !important;
}