﻿@font-face {
    font-family: 'Inter';
    src: url('../font/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../font/Inter-Bold.ttf');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /*background-color: #f8f8f8;*/
    background-color: white;
}

.logoHUB_master {
    margin-top: 30px;
    width: 180px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 576px) {
    .logoHUB_master {
        margin-top: 8px;
    }

    .no-gutter {
        padding-right: 0;
        padding-left: 0;
    }
}

#AjaxLoader {
    position: fixed;
    height: 100px;
    width: 100px;
    left: 50%;
    z-index: 20;
    visibility: visible;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 10%;
}


/* Bloc version + exploitant (desktop) */
.version-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.version-text {
    font-size: 0.85rem;
    color: #777;
    margin-right: 10px;
}

.exploitant-select {
    display: inline-block;
    width: 160px;
}

/* Bloc version + exploitant (mobile) */
.visible-xs-block .version-text-xs {
    font-size: 0.8rem;
    color: #555;
    margin-top: 10px;
}

.exploitant-select-xs {
    margin: 5px auto 10px;
    width: 80%;
}

.navbar-header {
    position: fixed;
    width: 45%;
    z-index: 1045;
    transition: opacity 0.3s ease;
}

.btnInstallApp {
    display: block;
    margin-bottom: 8px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #337ab7;
    color: #fff;
    padding: 14px 18px;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    cursor: pointer;
}

/* --- STYLE MENU LATERAL --- */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px; /* caché par défaut */
    width: 300px;
    height: 100%;
    background: #fff;
    padding: 60px 20px 20px;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    z-index: 1040;
    overflow-y: auto;
    transition: right 0.3s ease;
}

/* Menu visible */
.side-menu.open {
    right: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 20px;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1030;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Quand le menu est fermé */
.menu-overlay.collapse {
    display: none !important;
}

/* Quand le menu est ouvert */
.menu-overlay.in {
    display: block !important;
}

/* Ajustement du bouton hamburger */
.navbar-menu, .navbar-toggle {
    z-index: 10000;
}

.navbar-toggle {
    background-color: #FFFFFF;
}

/* Animation du bouton hamburger */
#menuToggle {
    border: none;
    background: transparent;
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease; /* Safari */
    -webkit-transform: translateZ(0); /* Force l'accélération matérielle */
}

/* On ajuste un peu les barres */
#menuToggle .icon-bar {
    transition: all 0.3s ease;
    background-color: #333;
}

/* Quand le menu est actif */
#menuToggle.active .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(1px, 4px);
    -webkit-transform: rotate(45deg) translate(1px, 4px);
}

#menuToggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}

    #menuToggle.active .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -7px);
        -webkit-transform: rotate(-45deg) translate(4px, -7px);
    }

.bodyAuth {
    background: transparent url('../img/fond_hub.png') 50% 65% no-repeat padding-box;
    background-size: cover;
}

@media only screen and (max-width : 1400px) {
    .bodyAuth {
        background: transparent url('../img/fond_hub_mobile.png') 50% 65% no-repeat padding-box;
        background-size: cover;
    }
}

.master_head {
    min-height: 200px !important;
}

@media (max-width: 576px) {
    .master_head {
        min-height: 128px !important;
    }
}

.master_navIcon {
    display: block;
    font-size: 1.3em;
    width: 70px;
    /*box-shadow: 0px 0px 2px 0px #337ab7;*/
    padding-top: 15px;
    padding-left: 0;
}

.activeIcon {
    /*color: #fff;*/
    -webkit-box-shadow: 0px 0px 5px 1px #337AB7;
    box-shadow: 0px 0px 5px 1px #337AB7;
    border-radius: 0 4px 4px 0;
}

.enabledIcon {
    /*color: #fff;*/
    -webkit-box-shadow: inset 0px 0px 7px -4px #337AB7;
    box-shadow: inset 0px 0px 7px -4px #337AB7;
    border-radius: 0 10px 10px 0;
}

.exitIcon {
    border-radius: 0 10px 10px 0;
}

#changeMenuIcon {
    margin-top: 5px;
}

.activeOnglet {
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px #337AB7;
    box-shadow: 0px -2px 6px -2px #337AB7;
    border-radius: 4px 4px 0 0;
    margin: 2px;
}

.enabledOnglet {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 7px -4px #337AB7;
    box-shadow: inset 0px 0px 7px -4px #337AB7;
    border-radius: 4px 4px 0 0;
    border: none;
    margin: 2px;
}

.master_container {
    position: relative;
    min-height: 100%;
}

.master_content {
    padding-bottom: 197px; /* Footer height */
}

.master_foot_auth {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 140px;
}

.master_foot_auth1 {
    background-color: #005DAC;
    line-height: 90px;
}

.master_foot_auth2 {
    background-color: #FFF;
    padding: 5px;
}

.master_lang,
.master_lang_auth {
    margin: auto;
    text-align: center;
}

.master_text {
    margin: auto;
    color: #7b91a2;
    text-align: center;
}

.master_text_auth {
    margin: auto;
    color: #fff;
    text-align: center;
}

.master_text_auth2 {
    color: #005DAC;
    text-align: center;
}

.panel_shadow {
    background-color: #fff;
    border-radius: 4px;
    margin: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px #337AB7;
    box-shadow: 0px 0px 3px 0px #337AB7;
}

@media (max-width: 576px) {
    .panel_shadow {
        margin: 0;
    }
}

.panel_shadow_stat {
    background-color: #fff;
    border-radius: 4px;
    margin: 5px;
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 3px 0px #337ab7;
    box-shadow: inset 0px 0px 3px 0px #337ab7;
    padding: 5px;
}

.div_supervision {
    background-color: #0076C0;
    color: white;
    text-align: center;
    /*width:450px;*/
    width: auto;
    padding: 10px;
    font-size: 16px;
}

.panelSupervision {
    border-color: #0076C0;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.rowtext_center {
    text-align: center;
}

.rowtext_left {
    text-align: left;
}

.rowtext_right {
    text-align: right;
}

.msgError {
    position: absolute;
    width: 460px;
    margin: -45px 0;
}

div.Authentification,
div.Authentification2 {
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    height: 450px;
    width: 460px;
    -webkit-box-shadow: 0px 0px 2px -1px #337ab7;
    box-shadow: 0px 0px 5px -1px #337ab7;
    background: rgba(255,255,255, 0.6) 0% 0% no-repeat padding-box;
    margin-top: 250px;
}

.auth_header {
    /*margin: 30px 0 0 30px;*/
    padding: 60px 0 0 60px;
    text-align: left;
    position: absolute;
}

.auth_title {
    color: #005EAA;
    width: 490px;
    text-align: left;
}

.auth_title2 {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width : 768px) {
    div.Authentification,
    div.Authentification2 {
        width: 100%;
        background: none;
        border: none;
        box-shadow: none;
        margin-top: 300px;
    }
}

@media only screen and (min-width : 1101px) {
    .auth_title {
        font-size: 40px;
    }
}

@media only screen and (min-width : 401px) and (max-width : 1100px) {
    .auth_title {
        font-size: 30px;
    }
}

@media only screen and (max-width : 1700px) {
    .auth_header {
        padding: 30px 0 0 30px;
    }

    .auth_title {
        width: 400px;
    }
}

@media only screen and (max-width : 400px) {
    .auth_title {
        width: 250px;
        font-size: 30px;
    }

    .master_foot_1 {
        line-height: inherit;
    }
}


/*div.Authentification2 {
background-color: #fff;
border-style: solid;
border-color: #0076C0;
border-radius: 4px;
border-width: 2px;
max-height: 300px;
max-width: 350px;
}*/

.auth_login,
.auth_password {
    margin-left: 5%;
    text-align: left;
}

.auth_loginTxt,
.auth_passwordTxt {
    margin: 0 10% 0 10%;
    border: 2px solid #005DAC;
}

.auth_btn {
    height: 50px !important;
    padding: 20px !important;
    line-height: 0 !important;
    font-size: 25px !important;
    width: 80%;
    min-width: 195px;
    background-color: #005DAC;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.auth_passForget {
    margin: 0 2% 2% 0;
    text-align: center;
    color: #5F98CD;
}

.tooltipCap + .tooltip > .tooltip-inner {
    background-color: #FFFFFF;
    color: #0076C0;
    border: 1px solid #0076C0;
    padding: 5px;
    font-size: 16px;
}

.tooltipCap + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #0076C0;
}

.tooltipAide + .tooltip > .tooltip-inner {
    background-color: #FFFFFF;
    color: #0076C0;
    border: 1px solid #0076C0;
    padding: 5px;
    font-size: 16px;
    cursor: help;
}

.tooltipAide + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #0076C0;
}

/*.text_normal {
color:#05315c;
font-family:'Lato Heavy';
  
}*/
.text_bold {
    text-align: center;
    font-weight: bold;
}

.text_ca {
    text-align: right;
    font-size: 12px;
    float: right;
    color: #555;
}

.text_rouge {
    color: #ed5858;
    /*font-family:'Lato Heavy';*/
    font-size: 9px;
}

@font-face {
    font-family: 'Lato Heavy';
    src: url('../font/Lato-Heavy.ttf');
}

@font-face {
    font-family: 'Lato Regular';
    src: url('../font/Lato-Regular.ttf');
}

.btn_connecter {
    width: 200px;
    height: 28px;
    border-radius: 2px;
    border: none;
    background-color: #00abc0;
    color: #ffffff;
    text-decoration: none;
}


.color-6b87a0 {
    color: #6b87a0;
}

.right {
    text-align: right;
    margin-right: 1em;
}

.left {
    text-align: left;
    margin-left: 1em;
}





.div_select {
    /*background-color :#0076C0;
color :#fff;*/
    color: #0076C0;
    margin: 4px;
    /*border-radius : 2px;*/
    Font-Weight: Bold;
}

.listebox {
    padding-left: 0px;
    border-width: 0px;
}

.trait_dessus {
    /*border-top: 1px solid #000;*/
    width: 100%;
}

.hidden-field {
    display: none;
}

.GridViewSimple {
    background-color: #fff;
}

    .GridViewSimple tr {
        border-bottom-width: 1px;
        border-bottom-color: #F2F7F5;
        border-bottom-style: solid;
    }

.listeRow {
    margin-top: 5px;
    margin-left: 10px;
    max-width: 150px;
    /*width :auto;*/
    /*height: 15px;*/
    color: #555;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url(../img/calendar.PNG) 98% / 12% no-repeat #fff;
    border-radius: 3px;
}

.btnblue {
    color: #0076C0 !important;
}

.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0076C0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0076C0;
    border-color: #0076C0;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


.txtfail {
    color: #ed5858;
    border: solid;
    border-color: #cecfd1;
    background-color: #ed5858;
}



.colonne1 {
    padding-top: 10px;
    padding-left: 8px;
    float: left;
    /*width: 110px;*/
    /*background: lightblue;*/
    width: 80%;
    height: 100%;
}

.colonne2 {
    padding-top: 10px;
    padding-right: 10px;
    float: right;
    width: 20%;
    height: 100%;
    /*background: burlywood;*/
}

.colonne3 {
    margin-top: 5px;
    float: left;
    width: 10%;
}

.colonne4 {
    margin-top: 6px;
    float: right;
    width: 90%;
}



.trait {
    float: left;
    /*margin-top:60px;*/
    margin-left: 15px;
    background-color: #0076C0;
    height: 0.5pt;
    /*width: 230px;*/
    width: 90%;
}

.div_vert {
    font-size: 10px;
    color: #22b620;
}

.div_orange {
    font-size: 10px;
    color: #ff6a00;
}

.div_rouge {
    font-size: 10px;
    color: #ff0010;
}

.text_titre_filtre {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #0076C0;
}

.text_type_machine {
    font-size: 12px;
    text-align: left;
}

.text_blue {
    font-size: 12px;
    color: #0076C0;
}

.text_orange {
    font-size: 12px;
    color: #ff6a00;
}

.text_red {
    font-size: 12px;
    color: #ed5858;
}

.text_black {
    font-size: 12px;
    color: #555;
}

.text_30px {
    font-size: 30px;
}

.text_18px {
    font-size: 18px;
}

.text_16px {
    font-size: 16px;
}

.div_align_left {
    text-align: left;
}

.listeRow {
    width: 250px;
    height: 28px;
}

.divviewservStat {
    overflow: auto;
    /*width: 740px;*/
    height: 580px;
}

/*.mycheckbox input[type="checkbox"] 
{ 
margin-right: 5px; 
margin-left: 10px; 

}*/
.mycheckbox {
    padding-right: 10px;
    padding-left: 10px;
    text-indent: 15px;
    font-size: 17px;
}

.mycheckbox2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    text-indent: 15px;
    /*opacity: 0.8;*/
}

.mycheckbox3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    text-indent: 15px;
    opacity: 0.6;
}


.div_filtre_cln1 {
    background-color: #0076C0;
    border: 2px solid;
    border-color: #0076C0;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 20px;
}

.div_filtre:hover {
    border-color: #0076C0;
}

.trait_verticale {
    float: right;
    margin-top: -90px;
    margin-bottom: 10px;
    background-color: #ddd;
    width: 2px;
    height: 110px;
    max-height: 110px;
}

.div_filtres {
    background-color: #fff;
    /*border: 1px solid;*/
    /*border-color: #ddd;*/
    border-radius: 4px;
    height: 176px;
    margin: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px #337AB7;
    box-shadow: 0px 0px 3px 0px #337AB7;
}

.border_right {
    border-style: solid;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;
    height: 100%;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 10px;
}

.div_filtre {
    background-color: #4375b4;
    border: 2px solid;
    border-color: #4375b4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    margin-left: -15px;
    height: 176px;
}


.mar_left {
    margin-left: -15px;
}

.pad_right {
    float: left;
    margin-left: 5px;
}

.mycheckbox_filtre {
    /*padding-right: 10px;*/
    padding-left: 10px;
    font-size: 12px;
    text-indent: 5px;
    /*opacity: 0.8;*/
}

.mycheckbox_filtre2 {
    /*padding-right: 5px;*/
    padding-left: 0px;
    font-size: 12px;
    text-indent: 5px;
    /*opacity: 0.8;*/
}

.mycheckbox_modal {
    padding-right: 25px;
    text-indent: 5px;
    font-size: 12px;
}

.navbar-menu {
    position: relative;
    float: right;
    height: 50px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-menu:hover,
    .navbar-menu:focus {
        text-decoration: none;
    }

    .navbar-menu > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-menu,
    .navbar > .container-fluid .navbar-menu {
        margin-left: -15px;
    }
}

.obligatoire {
    color: red;
}

.textMachine {
    height: 30px;
    text-align: center;
    font-size: 10px;
    Overflow: hidden;
}

.colorLegend {
    margin-left: 10px;
    float: left;
    width: 10px;
}

.textLegend {
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

.panel_gratuit {
    background-color: #0076C0;
}

.text_gratuit {
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.recherche {
    background-color: #edf3fe;
    padding: 10px;
}

.colonne5 {
    padding-top: 5px;
    padding-left: 20px;
    float: left;
    width: 65%;
}

.colonne6 {
    padding-top: 5px;
    padding-right: 5px;
    float: right;
    width: 35%;
}

.div_site {
    background-color: #fff;
    /*border: 1px solid;*/
    /*border-color: #ddd;*/
    border-radius: 4px;
    margin: 5px;
    /*width: 260px;*/
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px -1px #337AB7;
    box-shadow: 0px 0px 3px -1px #337AB7;
}

    .div_site:hover {
        /*border-color: #0076C0;*/
        -webkit-box-shadow: 0px 0px 6px 0px #337AB7;
        box-shadow: 0px 0px 6px 0px #337AB7;
    }

.div_tuile_titre {
    min-height: 15%;
}

.div_detail {
    background-color: #fff;
    border: 1px solid;
    border-color: #fff;
    border-radius: 4px;
    margin: 5px;
    /*width: 250px;*/
    width: 95%;
    height: 80%;
    overflow: auto;
}

@media (min-width: 768px) {
    .div_site {
        height: 350px;
    }

    .div_detail {
        height: 250px;
    }
}

.listprograms {
    /*max-height: 500px; 
overflow: Auto; 
border: 2px solid;
border-color : #ddd;
border-radius : 4px; 
padding:5px;*/
    border: none;
}

.txtprice {
    font-size: 12px;
    color: darkgray;
    white-space: nowrap;
}

.divlblMaterielsregles {
    margin-left: 20px;
}

.div_enCours {
    background-color: #D8FAE9;
    border: 4px solid;
    border-color: #D8FAE9;
    border-radius: 20px;
}

.div_nonDebute {
    background-color: #FAD4DA;
    border: 4px solid;
    border-color: #FAD4DA;
    border-radius: 20px;
}

.div_promotion {
    background-color: #fff;
    border: 4px solid;
    border-color: #fff;
    border-radius: 20px;
}


.GridViewStyle {
    width: 75%;
    border-left: 2px solid #E6E6E6;
    border-right: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    border-top: 2px solid #E6E6E6;
    margin: 15px;
}

.hr {
    border-bottom: 2px solid #E6E6E6;
}

.listFilter {
    margin-left: 10px;
    max-width: 120px;
    border: 1px solid;
    /* cursor: pointer;*/
    /*background: url(../img/calendar.PNG) 98% / 12% no-repeat #fff;*/
    border-radius: 2px;
    font-size: 14px;
}

.gridarticle {
    font-size: medium;
}

    .gridarticle td {
        vertical-align: middle !important;
    }

.gridarticleright {
    text-align: right !important;
}

.gridarticlecenter {
    text-align: center !important;
}

@media only screen and (max-width: 1200px) {
    .listFilter {
        max-width: 60px;
    }
}

.calender {
    margin-left: 10px;
    max-width: 120px;
    border: 1px solid #000;
    cursor: pointer;
    background: url(../img/calendar.PNG) 98% / 12% no-repeat #fff;
    border-radius: 4px;
    font-size: 14px;
}

@media only screen and (max-width: 1300px) {
    .calender {
        max-width: 100px;
    }
}

#bar {
    width: 10%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center; /* To center it horizontally (if you want) */
    line-height: 30px; /* To center it vertically */
    color: white;
}



.login-form {
    /*margi: 60px60px-form {*/
    margin-top: 60px;
}

form[role=login] {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    form[role=login] input,
    form[role=login] button {
        font-size: 18px;
        margin: 16px 0;
    }

    form[role=login] > div {
        text-align: center;
    }

.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}

    .form-links a {
        color: #fff;
    }




/*Periodes floteo*/
.heuretxt {
    margin-left: -9px;
}





.heure {
    float: left;
    margin-top: 2px;
    width: 30px;
    height: 18px;
    margin-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    border-left: 1px solid white;
    color: #797d82;
    font-family: '4365';
    font-size: 12px;
}

.creuse {
    background-color: #6AAB00;
}

.pleine {
    background-color: #ed230b;
}

.creuse:hover {
    background-color: #558900;
    cursor: pointer;
}

.pleine:hover {
    background-color: #c71d09;
    cursor: pointer;
}

.mycheckbox_dayfloteo {
    margin-left: 5px !important;
}

.entetejour {
    padding-top: 3px;
    color: #797d82;
    font-family: '4365';
    font-size: 13px;
}

.legendeheure {
    float: left;
    margin-top: 10px;
    width: 100px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 0px;
    cursor: pointer;
    border-left: 1px solid white;
    font-family: '4365';
    font-size: 12px;
    padding-left: 0px;
    text-align: center;
}

.header {
    margin-top: 10px;
    color: graytext;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.HeaderHorizontalAlignRight {
    text-align: right;
}

.cc-selector {
    margin: 10px 0;
}

    .cc-selector input {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.perso-view {
    display: inline-block;
    float: right;
}

.pictoDefaut,
.colorDefaut {
    background-color: #e9ecef;
    color: white;
}

.colorBlue {
    background-color: #2196f3;
    color: white;
}

.colorYellow {
    background-color: #ffc107;
    color: white;
}

.colorRed {
    background-color: #d32f2f;
    color: white;
}

.colorGreen {
    background-color: #43d32f;
    color: white;
}

.colorGrey {
    background-color: #b1c6de;
    color: white;
}

.colorWhite {
    background-color: white;
    color: white;
}

.pictoDefaut {
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    margin: auto;
    height: 100%;
}

.pictoDefautTxt,
.colorDefautTxt {
    font-size: 10px;
    text-align: center;
    margin: auto;
    user-select: none;
    margin: 5px 0 0;
}

.colorDefaut {
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    margin: auto;
    height: 100%;
}

.selectedPictoPerso,
.selectedColorPerso {
    border: 3px inset #337ab7;
    opacity: 1;
}

.unselectedPictoPerso,
.unselectedColorPerso {
    border: 3px inset transparent;
    opacity: .7;
}

.iconePerso-cc,
.iconePerso-defaut,
.colorPerso-cc,
.colorPerso-defaut {
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    margin: 0 25px 0 10px;
    font-size: 12px;
}

.iconePerso-cc {
    width: 76px;
    height: 76px;
}

.iconePerso-defaut {
    width: 66px;
    height: 66px;
}

    .iconePerso-cc:hover,
    .iconePerso-defaut:hover {
        opacity: .9;
    }

.colorPerso-cc,
.colorPerso-defaut {
    background-size: contain;
    display: block;
}

.colorPerso-cc {
    width: 62px;
    height: 42px;
}

.colorPerso-defaut {
    width: 55px;
    height: 34px;
}

.colorPerso-cc:hover .colorPerso-defaut:hover {
    opacity: .9;
}

.colorPerso-view {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 52px;
    height: 32px;
    float: right;
}

.iconePerso-view {
    margin-left: 5px;
    vertical-align: middle;
    max-width: 32px;
    max-height: 32px;
    float: left;
}

.iconePerso-view-right {
    margin-left: 5px;
    vertical-align: middle;
    max-width: 32px;
    max-height: 32px;
    float: right;
}

.lineDiagonalPicto {
    width: 84px;
    border-bottom: 4px solid red;
    border-radius: 20px;
    -webkit-transform: translateY(28px) translateX(-12px) rotate(-45deg);
}

.lineDiagonalColor {
    width: 55px;
    border-bottom: 4px solid red;
    border-radius: 20px;
    -webkit-transform: translateY(12px) translateX(-3px) rotate(-28deg);
}

.avertissementPerso {
    font-size: 10px;
    font-style: italic;
}

.lineDiagonalPromo {
    width: 30px;
    border-bottom: 2px solid red;
    -webkit-transform: translateY(11px) translateX(-3px) rotate(-45deg);
}

.headerprog {
    float: right;
    padding: 4px;
}

.headerprogname {
    float: left;
}

.divIcon {
    cursor: pointer;
}

.divColors {
    cursor: pointer;
}

@media all and (max-device-width: 480px) {
    .headerprog {
        margin-top: -20px;
    }





    .iconePerso-cc, .iconePerso-defaut {
        margin: 0 0 0 10px;
    }

    .colorPerso-cc,
    .colorPerso-defaut {
        background-size: contain;
        display: block;
        margin: 0 0 0 10px;
    }

    .iconePerso-cc {
        width: 46px;
        height: 46px;
    }

    .colorPerso-cc {
        width: 42px;
        height: 30px;
    }

    .pictoDefautTxt,
    .colorDefautTxt {
        font-size: 8px;
        text-align: center;
        margin: 5px 0 0;
        user-select: none;
    }

    .pictoDefaut,
    .colorDefaut {
        cursor: pointer;
        background-repeat: no-repeat;
        border-radius: 5px;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
        margin: auto;
        height: 100%;
    }

    .iconePerso-defaut {
        width: 36px;
        height: 36px;
    }

    .colorPerso-defaut {
        width: 32px;
        height: 22px;
    }

    .lineDiagonalPicto,
    .lineDiagonalColor {
        border-bottom: 4px solid red;
        border-radius: 20px;
    }

    .lineDiagonalPicto {
        width: 42px;
        -webkit-transform: translateY(13px) translateX(-6px) rotate(-45deg);
    }

    .lineDiagonalColor {
        width: 30px;
        -webkit-transform: translateY(6px) translateX(-2px) rotate(-29deg);
    }
}


.PanelMultiSelectDropDown {
    border: solid 2px black;
    margin: 0px;
    padding: 3px;
    min-width: 190px;
    max-height: 350px;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.TextBoxMultiSelectDropDown {
    max-width: 120px;
    background-color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid;
    background: url(../img/arrow_m.jpg) 94.5% / 5.2% no-repeat white;
}

    .TextBoxMultiSelectDropDown:hover {
        background: url(../img/arrow_m_hover.jpg) 94.5% / 5.2% no-repeat white;
    }


.PanelMultiSelectDropDown label {
    font-weight: 100;
}


#choixCreation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Raleway", sans-serif;
    font-size: 72px;
}

    #choixCreation input {
        display: none;
    }

        #choixCreation input + div > span {
            display: inline-block;
            position: relative;
            white-space: nowrap;
            color: rgba(255, 255, 255, 0);
            transition: all 0.5s ease-in-out;
        }

            #choixCreation input + div > span span {
                display: inline-block;
                position: absolute;
                left: 50%;
                text-align: center;
                color: black;
                transform: translateX(-50%);
                transform-origin: left;
                transition: all 0.5s ease-in-out;
            }

                #choixCreation input + div > span span:first-of-type {
                    transform: rotateY(0deg) translateX(-50%);
                }

                #choixCreation input + div > span span:last-of-type {
                    transform: rotateY(0deg) translateX(0%) scaleX(0.75) skew(23deg, 0deg);
                }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_email:checked ~ div > span span:first-of-type {
            transform: rotateY(0deg) translateX(-50%);
        }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_email:checked ~ div > span span:last-of-type {
            transform: rotateY(0deg) translateX(0%) scaleX(0.75) skew(23deg, 0deg);
        }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_login:checked ~ div > span {
            margin: 0 -10px;
        }

            #choixCreation input#ContentPlaceHolder2_Info1_choix_login:checked ~ div > span span:first-of-type {
                transform: rotateY(90deg) translateX(-50%);
            }

            #choixCreation input#ContentPlaceHolder2_Info1_choix_login:checked ~ div > span span:last-of-type {
                transform: rotateY(0deg) translateX(-50%) scaleX(1) skew(0deg, 0deg);
            }

        #choixCreation input + div {
            width: 450px;
            margin-top: 10px;
        }

            #choixCreation input + div label {
                display: block;
                padding: 20px 10px;
                text-align: center;
                transition: all 0.15s ease-in-out;
                background: #fff;
                border-radius: 10px;
                box-sizing: border-box;
                width: 48%;
                font-size: 14px;
                cursor: pointer;
            }

                #choixCreation input + div label:first-child {
                    float: left;
                    box-shadow: inset 0 0 0 4px #005DAC, 0 15px 15px -10px rgba(0, 125, 225, 0.375);
                }

                #choixCreation input + div label:last-child {
                    float: right;
                }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_email:checked ~ div label:first-child {
            box-shadow: inset 0 0 0 4px #005DAC, 0 15px 15px -10px rgba(0, 125, 225, 0.375);
        }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_email:checked ~ div label:last-child {
            box-shadow: inset 0 0 0 0px #005DAC, 0 10px 15px -20px rgba(21, 151, 255, 0);
        }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_login:checked ~ div label:first-child {
            box-shadow: inset 0 0 0 0px #005DAC, 0 10px 15px -20px rgba(21, 151, 255, 0);
        }

        #choixCreation input#ContentPlaceHolder2_Info1_choix_login:checked ~ div label:last-child {
            box-shadow: inset 0 0 0 4px #005DAC, 0 15px 15px -10px rgba(0, 125, 225, 0.375);
        }

.cardSite {
    display: flex;
    /*width: 360px;*/
    width: 100%;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid rgba(0, 118, 192, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

    .cardSite:hover {
        /*border-color: #0076C0;*/
        -webkit-box-shadow: 0px 0px 6px 0px #337AB7;
        box-shadow: 0px 0px 6px 0px #337AB7;
    }

.rowHeader {
    display: flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}

.colPictoH {
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.colNameH {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: -2px;
}

.rowBody {
    display: flex;
    width: 360px;
    width: 100%;
    /*height: 300px;*/
    padding: 0px 1px 0px 2px;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
    flex-direction: column;
}

@media (min-width: 768px) {
    .rowBody {
        height: 300px;
    }
}

.rowElementB {
    display: flex;
    /*width: 357px;*/
    padding: 0px 5px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}

.colPictoB {
    display: flex;
    width: 70px;
    height: 55px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .colPictoB {
        width: 35px;
    }
}

.colBodyB {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.colAmountB {
    display: flex;
    padding: 0px 5px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.rowFooter {
    display: flex;
    height: 35px;
    padding: 0px 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.colTextF {
    display: flex;
    padding: 2px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.colAmountF {
    /*display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
gap: 10px;
line-height: 20px;
width: 120px;*/
    font-weight: 700;
}



.btnListMapHome {
    position: absolute;
    top: 160px;
    right: 20px;
    display: inline-flex;
    align-items: flex-start;
}

@media (max-width: 576px) {
    .btnListMapHome {
        top: 88px;
    }
}

.btnListMapBlue {
    background: #337AB7;
}

.btnListMapWhite {
    background: #FFFFFF;
}

.btnListHome {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 50px 0px 0px 50px;
    border-top: 1px solid #337AB7;
    border-bottom: 1px solid #337AB7;
    border-left: 1px solid #337AB7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btnMapHome {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 0px 50px 50px 0px;
    border-top: 1px solid #337AB7;
    border-right: 1px solid #337AB7;
    border-bottom: 1px solid #337AB7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


@media (max-width: 576px) {
    .btnListHome, .btnMapHome {
        padding: 5px 10px;
    }
}

.rowCardHome {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px -1px;
    box-shadow: 0px 0px 3px -1px;
    padding: 0 5px 2px;
}

.colPictoHome {
    /*width: 70px;*/
    height: 55px;
    line-height: 55px;
}

.imgPictoHome {
    height: 35px;
}

.iconSite {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #337ab7;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.siteLocalisation {
    -webkit-mask: url('../img/site_localisation.svg') no-repeat;
    mask: url('../img/site_localisation.svg') no-repeat;
}

.siteAlerte {
    -webkit-mask: url('../img/site_alerte.svg') no-repeat;
    mask: url('../img/site_alerte.svg') no-repeat;
}

.iconType {
    display: inline-block;
    background: #22B620;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 36px;
}

.borneDistrib {
    -webkit-mask: url('../img/distrib_jeton.svg') no-repeat;
    mask: url('../img/distrib_jeton.svg') no-repeat;
    width: 26px;
}

.bornePortique {
    -webkit-mask: url('../img/borne_portique.svg') no-repeat;
    mask: url('../img/borne_portique.svg') no-repeat;
    width: 13px;
}

.borneRecharge {
    -webkit-mask: url('../img/borne_recharge.svg') no-repeat;
    mask: url('../img/borne_recharge.svg') no-repeat;
    width: 24px;
}

.borneCentrale {
    -webkit-mask: url('../img/centrale.svg') no-repeat;
    mask: url('../img/centrale.svg') no-repeat;
    width: 26px;
}

.bornePeriph {
    -webkit-mask: url('../img/periph.svg') no-repeat;
    mask: url('../img/periph.svg') no-repeat;
    width: 20px;
}

.borneITF {
    -webkit-mask: url('../img/picto_ITF17.svg') no-repeat;
    mask: url('../img/picto_ITF17.svg') no-repeat;
    width: 28px;
}

.borneDefault {
    -webkit-mask: url('../img/picto_check.svg') no-repeat;
    mask: url('../img/picto_check.svg') no-repeat;
    width: 28px;
}

.colorDefaultHome {
    color: #337AB7;
}

    .colorDefaultHome #pictoTypeBorne {
        /*background: #337AB7;*/
    }

.colorGreenHome {
    color: #22B620;
}

    .colorGreenHome #pictoTypeBorne,
    .colorGreenHome #pictoSite {
        background: #22B620;
    }

.colorRedHome {
    color: #FF0010;
}

    .colorRedHome #pictoTypeBorne,
    .colorRedHome #pictoSite {
        background: #FF0010;
    }

.colorOrangeHome {
    color: #FF6A00;
}

    .colorOrangeHome #pictoTypeBorne,
    .colorOrangeHome #pictoSite {
        background: #FF6A00;
    }


.bodyMap {
    display: flex;
    width: 100%;
    height: 700px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid rgba(0, 118, 192, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.tooltipMap {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.titleTooltipMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.nameSiteTooltipMap {
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}

.addressTootltipMap {
    color: #555;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.caTooltipMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.textCATooltipMap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
}

.bodyTooltipMap {
    display: flex;
    max-height: 370px;
    width: 360px;
    padding: 5px 5px 0 5px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: auto;
}

.rowBodyTooltipMap {
    height: 60px;
}

.tabCenterAlign {
    text-align: center !important; /* Centre horizontalement */
    vertical-align: middle !important; /* Centre verticalement */
}

.titleModule {
    color: #337AB7;
    font-size: 18px;
}

.template-container {
    display: flex;
    gap: 10px;
}

#templateChoice input {
    display: none;
}

    #templateChoice input[type="radio"]:checked ~ #title {
        border: 2px solid #337AB7;
        background-color: #FFFFFF;
    }

    #templateChoice input#ContentPlaceHolder2_Info3_template_auto:checked ~ div .template:first-child {
        border: 2px solid #337AB7;
        background-color: #FFFFFF;
        color: #337AB7;
        font-weight: bold;
        background: url(../img/model_template_selected.png) no-repeat #fff;
        background-size: cover;
    }

    #templateChoice input#ContentPlaceHolder2_Info3_template_empty:checked ~ div .template:nth-child(2) {
        border: 2px solid #337AB7;
        background-color: #FFFFFF;
        color: #337AB7;
        font-weight: bold;
    }

    #templateChoice input#ContentPlaceHolder2_Info3_template_prefilled:checked ~ div .template:last-child {
        border: 2px solid #337AB7;
        background-color: #FFFFFF;
        color: #337AB7;
        font-weight: bold;
        background: url(../img/model_template_selected.png) no-repeat #fff;
        background-size: cover;
    }

.template {
    width: 145px;
    height: 145px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.template-img {
    background: url(../img/model_template.png) no-repeat #fff;
    background-size: cover;
}

.template.active {
    border: 2px solid #337AB7;
    background-color: #FFFFFF;
}

.image-placeholder {
    width: 80px;
    height: 40px;
    background-color: #f4f4f4;
    margin: 10px 0;
}

.text {
    text-align: center;
}

.title {
    /*font-family: Arial, sans-serif;*/
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.no-style-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #337AB7;
    text-decoration: none;
}

.simpleRow td {
    padding: 0 5px;
}



/* CSS Interface TicketDemat */
.bodyDemat {
    margin: 0px;
    text-align: -webkit-center;
    font-family: Inter;
    background-color: #FAF3DD;
    padding: 0;
    /*background-image: url('../img/ticket_demat_background.png');*/
}

.containerDemat {
    text-align: center;
    background-image: url('../img/ticket_demat_background.png');
    width: 394px;
    background-repeat: no-repeat;
}

.sectionHeader {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.sectionTitle {
    display: flex;
    flex-direction: column;
    color: #081C15;
    padding-top: 64px;
    gap: 16px;
}

.titleDemat {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.subtitleDemat {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.titre3 {
    margin-top: 16px;
    font-weight: bold;
    font-size: 14px;
}

.date-select {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.date-box {
    width: 64px;
    color: #4A7C59;
    height: 64px;
    border: 1px solid black;
    border-radius: 4px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    appearance: none;
    background-color: white;
}

.hour-select {
    margin-top: 10px;
    text-align: center;
}

.hour-dropdown {
    width: 65%;
    padding: 10px;
    color: #4A7C59;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
}


.ticket {
    width: 168px;
    height: 168px;
    background-image: url('../img/ticket_not_selected.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
    color: #081C15;
}

    .ticket.selected {
        background-image: url('../img/ticket_selected.png');
        background-color: white;
        /*border: 1px solid black;*/
        box-shadow: inset 0 0 0 2px #2f513c;
        border-radius: 8px;
    }

.ticket-lavage {
    position: relative;
    width: 100%;
    overflow: hidden; /* toujours masqué, pas de débord visible */
    white-space: nowrap;
    text-overflow: ellipsis; /* points de suspension par défaut */
}

.ticket-lavage-text {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 8s linear;
}

/* Au hover, on enlève l'ellipsis sur le texte */
.ticket-lavage:hover .ticket-lavage-text {
    overflow: visible;
    text-overflow: unset;
}

/* Pour les écrans plus larges (ex. >= 1024px) */
@media screen and (min-width: 1024px) {
    .hour-dropdown {
        width: 80%;
    }

    /*.divDate {
        margin: auto;
        width: 30%;
    }*/

    /*.divHeure {
        margin: auto;
        width: 30%;
    }*/

    /*.divText {
        margin: auto;
        width: 30%;
    }*/

    .divFooter {
        border: none !important;
    }
}

.submit-btn {
    margin-top: 20px;
}

.section {
    display: flex;
    flex-direction: column;
}

.payment-options {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    /*padding-bottom: 10px;*/
    /*margin-left: 8px;*/
}

.payment-btn {
    color: #2f513c;
    /*padding: 10px;*/
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 145px;
    height: 145px;
    text-decoration: none;
    font-weight: bold;
}

    .payment-btn.selected {
        background-color: white;
        font-weight: bold;
        box-shadow: inset 0 0 0 2px #2f513c;
    }

.btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
}


.input-container {
    margin-top: 8px;
    display: none;
    position: relative;
}

    .input-container input {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.divDate {
    text-align: left;
    margin-bottom: 25px;
    color: #1B4332;
    font-weight: bold;
}

.divHeure {
    text-align: left;
    color: #1B4332;
    font-weight: bold;
}

.separateur {
    font-size: 32px;
    color: #4A7C59;
    margin-top: 25px;
}

.TextChoixPaiement {
    display: none;
    margin-top: 10px;
    text-align: left;
    color: #1B4332;
    font-weight: bold;
}

.iconButtonPaiement {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
}


.devise-symbol {
    position: absolute;
    right: 8px;
    top: 38%;
    transform: translateY(-50%);
    color: #1B4332;
    pointer-events: none;
    height: 20px;
    font-size: 25px;
}

.label-date {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}

.btn-search {
    background-image: url(./icon/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    width: 201px;
    height: 56px;
    background-color: #B2B2B2;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.btn-search-active {
    background-image: url(./icon/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    text-decoration: none;
    border-radius: 8px;
    display: flex;
    width: 201px;
    height: 56px;
    background-color: #1B4332;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}




.ticket-list .a {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-decoration: none !important;
}



.ticket-time {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin-left: 12px;
}

.ticket-lavage {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
}

.ticket-prix {
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    margin-top: 16px;
}

.btn-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 153px;
    height: 50px;
    background-color: white;
    color: #1B4332;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #081C15;
}

    .btn-bottom.disabled {
        background-color: #e0e0e0;
        pointer-events: none;
        cursor: not-allowed;
    }

.btn-bottom-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 191px;
    height: 50px;
    background-color: white;
    color: #1B4332;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #081C15;
}

    .btn-bottom-mail.disabled {
        background-color: #e0e0e0;
        pointer-events: none;
        cursor: not-allowed;
    }

.ticket-link {
    text-decoration: none;
    display: block;
}

    .ticket-link div {
        text-decoration: none;
    }


.modalBackground {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex; /* Activer flexbox */
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
}

.popup-panelLecteur {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    height: 250px;
    z-index: 1000; /* au-dessus du fond */
}


.button-popup {
    margin-top: 5px;
    width: 100%;
    height: 56px;
    background-color: #1B4332;
    border: 1px solid #006285;
    border-color: #006285;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.button-popup2 {
    margin-top: 5px;
    width: 100%;
    height: 56px;
    background-color: white;
    border: 1px solid #1B4332;
    border-radius: 8px;
    font-weight: bold;
    color: #1B4332;
    font-size: 16px;
    cursor: pointer;
}


.input-error {
    border: 1px solid red !important;
    background-color: #ffe5e5;
    color: red;
}


.btn-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.divFooter {
    border-top: 1px solid;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.textLimit {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: text;
}

.div_center {
    text-align: center;
}

.presentation_ticket_demat {
    margin-top: 32px;
    margin-bottom: 32px;
}

.title {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 8px;
    text-align: center;
}

.solutions {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
}

.options {
    display: flex;
    justify-content: center;
    justify-content: space-around;
}

.title_option {
    font-size: 18px;
    font-weight: bold;
}

.option {
    display: inline-block;
    text-align: center;
}

    .option img {
        width: 40px;
        margin-bottom: 10px;
    }

.option1, .option2 {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.suboption {
    display: flex;
    justify-content: center;
    gap: 64px;
}

.phone {
    display: block;
    margin: 0 auto 32px;
    max-width: 150px;
}

.main_panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 16px;
}

.station_panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    min-height: 100%;
    padding: 16px;
    border: 1px solid #337AB7;
    gap: 32px;
}

@media only screen and (max-width : 767px) {
    .station_panel {
        flex-direction: column;
    }
}

.contentStation {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 32px;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100%;
}

.info_site {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 144px;
    height: 100%;
}

.title_site {
    font-weight: 700;
    width: 128px;
    height: 100%;
    text-align: center;
    align-content: center;
}

.materiels_list {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
    gap: 32px;
    width: 100%;
}

.btnShowMateriel {
    margin-top: auto; /* pousse le bouton vers le bas */
    text-align: center;
}


.hidden-materiel {
    display: none !important;
}

.info_materiel {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.infoText_materiel {
    width: max-content;
    text-align: center;
}

.selectPage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}

.orientation-warning {
    text-align: center;
    background: #fff8dc;
    border-radius: 10px;
    padding: 4px;
    margin: 10px;
    animation: fadeIn 0.5s ease;
    -webkit-animation: fadeIn 0.5s ease;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.15);*/
}

.phone-icon {
    font-size: 2.2rem;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    animation: rotatePhone 5s infinite ease-in-out;
    -webkit-animation: rotatePhone 5s infinite ease-in-out; /* Safari */
    transform-origin: center center;
    -webkit-transform-origin: center center; /* Safari */
}

.message-text {
    vertical-align: middle;
}

@keyframes rotatePhone {
    0%, 100% {
        transform: rotate(0deg);
    }

    40%, 80% {
        transform: rotate(90deg);
    }
}
/* Version Safari */
@-webkit-keyframes rotatePhone {
    0%, 100% {
        -webkit-transform: rotate(0deg);
    }

    40%, 80% {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Version Safari */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

/* Masquer le message quand l’écran est déjà en paysage */
@media screen and (orientation: landscape) {
    .orientation-warning {
        display: none;
    }
}

.headerFilterMobile {
    display: flex;
    color: #337ab7;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.txtTitleFilter {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .hide-mobile {
        display: none !important;
    }
}

.valeur-evol {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    align-content: center;
    justify-content : center;
    flex-wrap: nowrap;
}

.evolution {
    font-size: 0.8rem;
    margin-top: 8px;
}

    .evolution.positive {
        color: green;
    }

    .evolution.negative {
        color: red;
    }

    .evolution.neutral {
        display: none;
    }

.btn-notif {
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    user-select: none;
    position: fixed;
    display: block;
    bottom: 32px;
    right: 32px;
    z-index: 50;
}

    .btn-notif:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.18);
        opacity: 0.95;
    }

    .btn-notif:active {
        transform: translateY(0);
        box-shadow: 0 5px 12px rgba(0,0,0,0.12);
    }

/* Bouton spécifique "Activer notifications" */
.btn-enable {
    background: linear-gradient(135deg, #4a8cc8, #337ab7);
    color: #fff;
}
    .btn-enable:hover {
        animation: pulse 0.6s ease;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}