/* Tous les containers principaux */
.wrapper,
.content-wrapper,
.main-sidebar
{
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Fix spécifique pour bs4Dash */
.sidebar {
  overflow-x: hidden !important;
}



.content-wrapper {
    background-color: #ffffff;
}
.content-wrapper > .content {
  padding:0px !important;
}


[data-tooltip]::before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;

    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border: solid black;
    border-radius: 10px;
    border-width: 2px;
}

.col-sm-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

[data-tooltip]:hover::before {
    /* needed - do not touch */
    opacity: 1;

    /* customizable */
    background: white;
    margin-top: -50px;
    margin-left: 20px;
}

[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/static/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/static/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body:not(.modal-open) {
  position: relative !important;
  overflow: auto !important;
  width: 100% !important;
  height: auto !important;
}

/* Appliquer Roboto à toute l'application */
/* body {
  font-family: 'Roboto' !important;
} */

/* Roboto sur uniquement la page info */
#shiny-tab-info {
  color: var(--Black, #000);
  margin-left: 5px ;
  margin-right: 5px ;
  font-family: 'Roboto' !important;
  font-size: 15.129px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
 } 
 
 
 
.btn.disabled, .btn:disabled, .btn-primary.disabled,.btn-primary:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: white !important;
  }
 
 
 
 
 /* HOME PAGE */

.home-section {
  display: flex;
  justify-content: space-between; /* Centrer le contenu horizontalement */
  align-items: center;/* Espace entre texte et image */
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;/* Marges autour */
}

.home-container {
  flex: 1;
  flex-direction: column;
  /*max-width: 500px; /* Changé de width fixe à max-width pour la responsivité */
  padding: 0 10%;
}

.home-title {
  color: var(--Black, #000);
  font-family: 'Roboto';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-bottom: 7%;
  /*margin-top: 35px; */ /* Enlever le margin par défaut du h1 */
}

.home-subtitle {
  color: var(--Black, #000);
  font-family: 'Roboto';
  font-size: 23.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* Augmenté pour meilleure lisibilité avec le br() */
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 0;
}

.home-text {
  color: var(--Black, #000);
  font-family: 'Roboto';
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
}

.home-image-container {
  /*flex: 1; /* prend toute la place dispo côté droit */
  /*display: flex;*/
  /*justify-content: flex-end*/; /* pousse l'image à droite */
  /*margin: auto;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-image {
  width: 95%;
  /*max-width: 810px;*/
  height: auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: block;
  margin:auto;
}

.features-section {
  background-color: #4155A5;
  padding: 60px 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #4155A5;
  border: 2px solid white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  color: white;
  flex: 1;
  min-width: 280px;
  max-width: 350px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.feature-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.feature-description {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

.home-title-blue {
  color: #4155A5;
  font-family: 'Roboto';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  padding-top: 40px;
}

.home-title-blue-mob {
  color: #4155A5;
  font-family: 'Roboto';
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.home-section-blue {
  text-align: center;
}

.sim-section {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 0 40px;
  gap: 20px;
  min-height: 400px;
}

.sim-card-left,
.sim-card-right {
  background-color: white;
  border-radius: 20px;
  border: 2px solid #4155A5;
  display: flex;
  padding: 5%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 0;  /* Important: force les cartes à partager l'espace également */
  min-width: 80;  /* Permet au contenu de se rétracter */
}

.sim-title {
  color: #000;
  font-family: 'Roboto';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.sim-text {
  color: #000;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;  /* Supprime les marges par défaut */
  flex-grow: 1;  /* Permet au texte de prendre l'espace disponible */
}
.sim-containeur-bottom {
  display: flex;
  justify-content: space-between;
  align-self: stretch;  
  margin-top: auto;
  
}

.sim-containeur-chrono-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch; 
  gap: 10px;
}

.sim-chrono-logo{
  padding-bottom: 3px;
}

.sim-chrono-text {
  color: var(--Primary, #3B71CA);
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  
}


.sim-button.btn.btn-default {
  margin-left: auto; 
  display: flex;
  align-items: center;
  justify-content: center; 
  /*padding: 10px 27px 10px 27px;*/
  padding: 5px 10px 5px 10px;
  box-shadow: 0 4px 9px -4px #3B71CA;
  border-radius: 4px;
  background-color: #EB5C3C;
  background-image: none;
  border: none;
  border: 2px solid #EB5C3C;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
}

.sim-button.btn.btn-default:hover {
  display: flex;
  padding: 5px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #EB5C3C;
  background: #FFF;
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.25)
  margin-bottom: 10px;
}


.sim-button.btn.btn-default .sim-button-text {
  color: #FFF;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

#get_contact.sim-button.btn.btn-default.disabled:hover .sim-button-text {
  color: #000; /* Change la couleur du texte au survol pour ce bouton uniquement quand il est inactif */
}

.sim-button.btn.btn-default:hover .sim-button-text {
  color: #EB5C3C; /* Change la couleur du texte au survol */
}

.section-accompagnement {
  /*display: flex;*/
  /*padding: 0 160px;*/
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #DAEDF6;
  margin-left: 0px;
  margin-right: 0px;
}

.containeur-accompagnement {
  display: flex;
  padding: 32px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

.button-contact {
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 5px 10px 5px 10px;
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #FFF;
  background-image: none;
  border: none;
  border: 2px solid #EB5C3C;
  margin-bottom: 10px;
  cursor: pointer;
  color: #EB5C3C;
  transition: all 0.3s ease;
  margin-top: auto;
}


.button-contact:hover {
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 5px 10px 5px 10px;
  box-shadow: 0 4px 9px -4px #3B71CA;
  border-radius: 4px;
  background-color: #EB5C3C;
  background-image: none;
  border: none;
  border: 2px solid #EB5C3C;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  margin-top: auto;
}

.button-contact .text-contact {
  color: #EB5C3C !important;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.button-contact:hover .text-contact {
  color: #FFF !important;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}

.slick-slide {
    text-align: center;
    padding: 0 0px;
    color: #419be0 !important;
    background: #DAEDF6 !important;
    width: 100%;
}

#carroussel_logo {
  background: #DAEDF6;
}

.extra-section-mobile {
  display: flex;
  padding: 0 15%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  gap: 20px;
}

.extra-section {
  display: flex;
  padding: 0 5%;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  gap: 20px;
}

.extra-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between; /* Répartit l'espace entre les éléments */
  align-items: flex-start;
  gap: 25px;
  flex: 1;
  border-radius: 20px;
  background: #FAE6D9;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

/* CONTACT PAGE STYLES */
.contact-title {
  color: var(--Black, #000);
  font-family: 'Roboto';
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact-title-blue {
  color: #4155A5;
  font-family: 'Roboto';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.contact-container {
  background-color: white;
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin-bottom: 40px;
}

.contact-container-title {
  color: #4155A5;
  font-family: 'Roboto';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}

.contact-input-title {
  color: #000;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 0px;
}

.contact-fede-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.awesome-checkbox label {
  font-weight: normal !important;
}

input[name="contact_auto_ent"] {
  font-weight: normal !important;
}


.vscomp-arrow::after {
    border-bottom-color: #F2633F;
    border-right-color: #F2633F;
}

#contact_ok_data {
  accent-color: #F2633F;
}

#contact_ok_condition {
  accent-color: #F2633F;
}

#synthese_ok_data {
  accent-color: #F2633F;
}

#synthese_ok_condition {
  accent-color: #F2633F;
}

#report_mail_ok {
  accent-color: #F2633F;
}

#report_phone_ok {
  accent-color: #F2633F;
}

#contact_mail_ok {
  accent-color: #F2633F;
}

#contact_phone_ok {
  accent-color: #F2633F;
}


input[type='radio'] {
    accent-color: #F2633F;
}


/* STYLES HARMONISÉS POUR LA PAGE CONTACT */

/* Styles pour VirtualSelectInput sur la page contact */
#shiny-tab-marche .custom-virtual-select .vscomp-dropbox-container,
#shiny-tab-contact .custom-virtual-select .vscomp-dropbox-container {
  width: 100% !important;
  min-width: 400px !important; 
} 

#shiny-tab-marche .custom-virtual-select .vscomp-wrapper,
#shiny-tab-contact .custom-virtual-select .vscomp-wrapper {
  width: 100% !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-toggle-button,
#shiny-tab-contact .custom-virtual-select .vscomp-toggle-button {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 10px 15px !important;
  min-height: 45px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  font-family: 'Roboto', sans-serif !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-value,
#shiny-tab-contact .custom-virtual-select .vscomp-value {
  color: #333 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-wrapper .vscomp-toggle-button .vscomp-arrow,
#shiny-tab-contact .custom-virtual-select .vscomp-wrapper .vscomp-toggle-button .vscomp-arrow {
  color: #EB5C3C !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-arrow,
#shiny-tab-contact .custom-virtual-select .vscomp-arrow {
  color: #EB5C3C !important;
  font-size: 18px !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-toggle-button:hover,
#shiny-tab-contact .custom-virtual-select .vscomp-toggle-button:hover {
  border-color: #999 !important;
}

#shiny-tab-marche .custom-virtual-select .vscomp-toggle-button:focus,
#shiny-tab-contact .custom-virtual-select .vscomp-toggle-button:focus {
  border-color: #EB5C3C !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(235, 92, 60, 0.1) !important;
}

/* Styles pour textInputIcon sur la page contact - HARMONISÉS avec virtualSelect */
#shiny-tab-marche .input-group,
#shiny-tab-contact .input-group {
  margin-bottom: 12px !important;
}

#shiny-tab-marche .input-group .form-control,
#shiny-tab-contact .input-group .form-control {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 10px 15px !important;
  min-height: 45px !important;
  height: 45px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.5 !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
  display: flex !important;
  align-items: center !important;
}

#shiny-tab-marche .input-group .form-control::placeholder,
#shiny-tab-contact .input-group .form-control::placeholder {
  color: #999 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.7 !important;
}

#shiny-tab-marche .input-group .form-control:hover,
#shiny-tab-contact .input-group .form-control:hover {
  border-color: #999 !important;
}

#shiny-tab-marche .input-group .form-control:focus,
#shiny-tab-contact .input-group .form-control:focus {
  border-color: #EB5C3C !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(235, 92, 60, 0.1) !important;
}

/* Styles pour les icônes dans textInputIcon */
#shiny-tab-marche .input-group-append,
#shiny-tab-contact .input-group-append {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

#shiny-tab-marche .input-group-append .input-group-text,
#shiny-tab-contact .input-group-append .input-group-text {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #EB5C3C !important;
  font-size: 16px !important;
}

/* Pour les inputs avec icône, ajuster le padding à droite */
#shiny-tab-marche .input-group.has-icon .form-control,
#shiny-tab-contact .input-group.has-icon .form-control {
  padding-right: 45px !important;
}

/* S'assurer que le container de l'input-group est positionné correctement */

#shiny-tab-marche .input-group,
#shiny-tab-contact .input-group {
  position: relative !important;
}

/* Styles globaux pour les labels et autres éléments de la page contact */

#shiny-tab-marche,
#shiny-tab-contact {
  font-family: 'Roboto', sans-serif !important;
}



#shiny-tab-marche p,
#shiny-tab-marche label,
#shiny-tab-marche span,
#shiny-tab-contact p,
#shiny-tab-contact label,
#shiny-tab-contact span {
  font-family: 'Roboto', sans-serif !important;
}

/* Ajuster les checkboxes et radio buttons */
#shiny-tab-marche .checkbox label,
#shiny-tab-marche .radio label,
#shiny-tab-contact .checkbox label,
#shiny-tab-contact .radio label {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* STYLES POUR LES MODALES - Harmonisés avec custom-virtual-select */

/* Styles pour textInputIcon dans les modales */
.modal .input-group {
  margin-bottom: 12px !important;
  position: relative !important;
}

.modal .input-group .form-control {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 10px 15px !important;
  min-height: 45px !important;
  height: 45px !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.5 !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
  display: flex !important;
  align-items: center !important;
}

.modal .input-group .form-control::placeholder {
  color: #999 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.7 !important;
}

.modal .input-group .form-control:hover {
  border-color: #999 !important;
}

.modal .input-group .form-control:focus {
  border-color: #EB5C3C !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(235, 92, 60, 0.1) !important;
}

/* Styles pour les icônes dans textInputIcon dans les modales */
.modal .input-group-append {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  pointer-events: none !important;
}

.modal .input-group-append .input-group-text {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #EB5C3C !important;
  font-size: 16px !important;
}

/* Pour les inputs avec icône dans les modales */
.modal .input-group.has-icon .form-control {
  padding-right: 45px !important;
}

/* Police Roboto dans les modales */
.modal-content {
  font-family: 'Roboto', sans-serif !important;
}

.modal p,
.modal label,
.modal span {
  font-family: 'Roboto', sans-serif !important;
}

/* Checkboxes dans les modales */
.modal .checkbox label {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Radio buttons dans les modales */
.modal .custom-radio-vertical .btn {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
}

/* MARCHE */


/* Style pour picker_input_marche - harmonisé avec custom-virtual-select */
.picker_input_marche .bootstrap-select .dropdown-toggle {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 0 15px !important;
  min-height: 45px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1 !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle .filter-option {
  color: #333 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle .filter-option-inner {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle .caret {
  color: #EB5C3C !important;
  border-top-color: #EB5C3C !important;
  margin: 0 !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle:hover {
  border-color: #999 !important;
}

.picker_input_marche .bootstrap-select .dropdown-toggle:focus,
.picker_input_marche .bootstrap-select.show .dropdown-toggle {
  border-color: #EB5C3C !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(235, 92, 60, 0.1) !important;
}

/* Si aucune sélection (placeholder) */
.picker_input_marche .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner:empty::before {
  content: attr(data-placeholder);
  color: #999 !important;
  opacity: 0.7 !important;
}

/* Menu dropdown */
.picker_input_marche .bootstrap-select .dropdown-menu {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}

.picker_input_marche .bootstrap-select .dropdown-menu li a {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  padding: 8px 15px !important;
}

.picker_input_marche .bootstrap-select .dropdown-menu li.selected a {
  background-color: #EB5C3C !important;
  color: white !important;
}

.picker_input_marche .bootstrap-select .dropdown-menu li a:hover {
  background-color: rgba(235, 92, 60, 0.1) !important;
}






.custom-indicator-buttons .btn {
  border-radius: 8px !important;
  margin: 5px !important;
  padding: 10px 20px !important;
  border: 2px solid #ddd !important;
  background-color: #f5f5f5 !important;
  color: #666 !important;
  font-weight: normal !important;
  box-shadow: none !important;
  font-size: 15px !important;
}

.custom-indicator-buttons .btn.active {
  background-color: white !important;
  border-color: #FF6347 !important;
  color: #FF6347 !important;
  font-weight: bold !important;
}


/* CLASSE pour les boutons d'indicateurs */
.custom-indicator-buttons .btn-group {
  display: flex !important;
  gap: 0px !important;
  width: 100% !important;
  font-size: 18px !important;
}

.custom-indicator-buttons .btn {
  flex: 1 !important;
  border: 1px solid #ddd !important;
  background-color: #f8f9fa !important;
  background-image: none !important;
  color: #666 !important;
  border-radius: 0 !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  box-shadow: none !important;
  font-weight: normal !important;
}

.custom-indicator-buttons .btn:not(:last-child) {
  border-right: none !important;
}

.custom-indicator-buttons .btn:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.custom-indicator-buttons .btn:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.custom-indicator-buttons .btn:hover:not(.active) {
  background-color: #e9ecef !important;
}

.custom-indicator-buttons .btn.active {
  background-color: white !important;
  background-image: none !important;
  border-color: #ddd !important;
  color: #FF6347 !important;
  font-weight: 600 !important;
}

/* CLASSE pour les radio buttons verticaux avec cercles - réutilisable */
.custom-radio-vertical .btn-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 15px !important;
  background: transparent !important;
}

.custom-radio-vertical .btn {
  background: transparent !important;
  border: none !important;
  color: #333 !important;
  padding: 8px 12px !important;
  text-align: left !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}

.custom-radio-vertical .btn.active {
  color: #FF6347 !important;
  font-weight: bold !important;
}

.custom-radio-vertical .btn::before {
  content: '' !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #999 !important;
  border-radius: 50% !important;
  margin-right: 10px !important;
  background: white !important;
}

.custom-radio-vertical .btn.active::before {
  border-color: #FF6347 !important;
  background: #FF6347 !important;
  box-shadow: inset 0 0 0 3px white !important;
}

.custom-radio-vertical .btn i {
  display: none !important;
}

/* test changement de boutons */

.custom-radio-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.custom-radio-buttons .btn-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  background: transparent !important;
}

.custom-radio-buttons .btn {
  background: white !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  padding: 2px 10px !important;
  text-align: center !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 80px !important;
  min-height: 40px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  font-weight: bold !important;
  font-size: 10px !important;
}

/* Premier bouton - coins arrondis à gauche */
.custom-radio-buttons .btn:first-child {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* Dernier bouton - coins arrondis à droite */
.custom-radio-buttons .btn:last-child {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Éviter les doubles bordures */
.custom-radio-buttons .btn + .btn {
  border-left: none !important;
}

/* Style du bouton actif */
.custom-radio-buttons .btn.active {
  background: #FF6347 !important;
  color: white !important;
  font-weight: 500 !important;
  border-color: #FF6347 !important;
  z-index: 1 !important;
}

/* Ajouter les bordures latérales au bouton actif */
.custom-radio-buttons .btn.active + .btn {
  border-left: 1px solid #ccc !important;
}

/* Radio button circulaire avant le texte */
.custom-radio-buttons .btn::before {
  content: '' !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #999 !important;
  border-radius: 50% !important;
  margin-right: 8px !important;
  background: white !important;
  flex-shrink: 0 !important;
}

.custom-radio-buttons .btn.active::before {
  border-color: white !important;
  background: white !important;
  box-shadow: inset 0 0 0 4px #FF6347 !important;
}

/* Effet hover */
.custom-radio-buttons .btn:hover:not(.active) {
  background: #f5f5f5 !important;
  border-color: #999 !important;
}

/* Cacher les icônes par défaut de shinyWidgets */
.custom-radio-buttons .btn i {
  display: none !important;
}


/* fin de test */




/* CLASSE pour les boutons KM horizontaux connectés - réutilisable PARTOUT */
.custom-km-selector .btn-group {
  display: flex !important;
  gap: 0px !important;
  width: 100% !important;
}

.custom-km-selector .btn {
  flex: 1 !important;
  border: 1px solid #ccc !important;
  background-color: white !important;
  color: #333 !important;
  border-radius: 0 !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.custom-km-selector .btn:not(:last-child) {
  border-right: none !important;
}

.custom-km-selector .btn:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.custom-km-selector .btn:last-child {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.custom-km-selector .btn:hover:not(.active) {
  background-color: #f5f5f5 !important;
}

.custom-km-selector .btn.active {
  background-color: #FF6347 !important;
  border-color: #FF6347 !important;
  color: white !important;
}

.custom-km-selector .btn i {
  display: none !important;
}



/* Remplacer le turquoise des pickerInput par du gris/blanc */
.btn-light.dropdown-toggle {
  background-color: white !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
}

.btn-light.dropdown-toggle:hover,
.btn-light.dropdown-toggle:focus,
.btn-light.dropdown-toggle:active {
  background-color: #f5f5f5 !important;
  border-color: #ccc !important;
  color: #333 !important;
  box-shadow: none !important;
}

/* Quand le dropdown est ouvert */
.btn-light.dropdown-toggle.show {
  background-color: #f5f5f5 !important;
  border-color: #999 !important;
  color: #333 !important;
}

/* Les options sélectionnées dans le menu déroulant - ORANGE avec texte BLANC */
.bootstrap-select .dropdown-menu li.selected a {
  background-color: #FF6347 !important;
  color: white !important;
}

.bootstrap-select .dropdown-menu li.selected a:hover {
  background-color: #FF6347 !important;
  color: white !important;
}

.bootstrap-select .dropdown-menu li a:hover {
  background-color: #f5f5f5 !important;
  color: #333 !important;
}

/* Les checkmarks et boutons dans le dropdown */
.bootstrap-select .dropdown-menu li.selected a span.check-mark {
  color: white !important;
}

/* Boutons "Sélectionner tout" / "Désélectionner tout" */
.bootstrap-select .bs-actionsbox .btn-light,
.bootstrap-select .bs-actionsbox .btn {
  background-color: white !important;
  border: 1px solid #FF6347 !important;
  color: #FF6347 !important;
  font-size: 12px !important;
}

.bootstrap-select .bs-actionsbox .btn-light:hover,
.bootstrap-select .bs-actionsbox .btn:hover {
  background-color: #FF6347 !important;
  border-color: #FF6347 !important;
  color: white !important;
}

/* Container de l'actionsBox */
.bootstrap-select .bs-actionsbox {
  padding: 8px !important;
  background-color: white !important;
  border-bottom: 1px solid #eee !important;
}





/* STYLES GÉNÉRAUX EXISTANTS (non modifiés pour la compatibilité) */

.u2p_indicbox {
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.u2p_indicbox_header {
  background-color: #DAEDF6;
  color: black;
  padding: 15px;
  margin-bottom : 10px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}

.u2p_indicbox_header i {
  margin-right: 10px;
}

.u2p_indicbox_body {
  background-color: white;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}




.input-group {
  margin-bottom: 12px !important;
}


.text_input_style {
  border-color: #999 !important;
  outline: none !important;

}


.custom-virtual-select .vscomp-dropbox-container {
  width: 100% !important;
  min-width: 400px !important; 
} 

.custom-virtual-select .vscomp-wrapper {
  width: 100% !important;
}

.custom-virtual-select .vscomp-toggle-button {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 10px 15px !important;
  min-height: 45px !important;
  display: flex !important;
  align-items: center !important;
}

.custom-virtual-select .vscomp-value {
  color: #333 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.custom-virtual-select .vscomp-wrapper .vscomp-toggle-button .vscomp-arrow {
  color: #EB5C3C !important;
}

.custom-virtual-select .vscomp-arrow {
  color: #EB5C3C !important;
  font-size: 18px !important;
}

.custom-virtual-select .vscomp-toggle-button:hover {
  border-color: #999 !important;
}

.custom-virtual-select .vscomp-toggle-button:focus {
  border-color: #EB5C3C !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(235, 92, 60, 0.1) !important;
}




.app_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background-color: #CC0000;
    border-color: #AA0000;
  background-color: #4053A7;
  border-color: #4053A7;*/
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  /*background-image: url('../img/ps2pdf.com(3).png');
  background-size: 25%;*/
  color: white;
  text-align: center;
  z-index: 1040 !important;
}

.leaflet-bottom {
  z-index: 999;
}

table.uTbId2 tr>td:hover{
     background-color:#4053A7 !important;
}

table.uTbId tr>td:hover{
     background-color:#00BED9;
}
  
/*.modal-dialog {
    margin-top: 100px !important;
}*/

.modal-open .modal {
    z-index: 5000 !important;
}
.nav_adh_container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    margin-right: 20px;
    margin-top: 8px;
    display: block;
    height: 65px;
    text-decoration: none;
    overflow-x: hidden;
}

.nav_contact_container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    margin-right: 120px;
    margin-top: 8px;
    display: block;
    height: 65px;
    text-decoration: none;
    overflow-x: hidden;
}

.ribbon {
  position: fixed;
  /*right: 0;*/
  /*left: 248px;*/
  top: 0;
  z-index: 2000;
  margin-left: 35px;
  margin-top: 0.1cm;
  display: block;
  height: 65px;
  text-decoration: none;
  overflow-x: hidden;
} 





/* fix header */
  .content {
    padding-top: 60px;
  }

.modal-backdrop {
    z-index: 2000 !important; 
}

.main-header {
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  width: 100%;
  z-index: 1099 !important; 
}


/* Inputs in the sidebar */
  section.sidebar .shiny-input-container {
    /* Proper spacing around inputs. */
      padding: 0px 15px 0px 15px;
    /* Wrap content (important for inline inputs). */
      white-space: normal;
  }

.box-header .box-title {
  font-size: 15px;
}

.sidesep {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 149, 191, 1);
  padding-left: 8px;
  margin-top: 20px;
}

.datatables {
  font-size: 12px;
  /* white-space: nowrap; */
}

.small-box {
  height: 85px
}

.small-box h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 14px;
}


/* custom colors for valuebox */
  
  /*
  .small-box.bg-yellow { 
    background-color: #DCE366 !important; 
      color: #000000 !important; 
  }


.small-box.bg-light-blue { 
  background-color: #DCE366 !important; 
    color: #000000 !important; 
}
*/
  
.bootstrap-select .dropdown-toggle .filter-option {
  font-size: 13px !important;
}
                        
/* dans la liste de ouverte */
.bootstrap-select .dropdown-menu.inner {
  font-size: 13px !important;
  overflow: hidden !important;
}
  
/* hauteur max */
.open>.dropdown-menu {
  max-height: 300px !important;
  overflow: auto !important
}
 
 
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
   /* background-color: #091134 !important; */
    border-color: #2e3c79;
} 

#user_equip_km {
  margin-top:1.5px;
}

/* 
.content-wrapper {
  background: linear-gradient(rgba(255,255,255,0.95), rgba(255,255,255,.85)), url(U2P_background_3.jpg);
  background-position: 75% 100%;
  min-height: 100vh !important;
} 
*/

.vscomp-option-text {
    pointer-events: none !important;
}

.vscomp-value {
    pointer-events: none !important;
}

.vscomp-toggle-button {
    border: 1.5px solid #1f2d3d !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}
.form-control {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2) !important;
}
.btn-primary {
    color: #fff;
    background-color: #8593c3;
    border-color: #4053A7;
    box-shadow: none;
}

.bttn-fill.bttn-primary {
    background: #f06446 !important;
    border-color: #f06446 !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 18px !important;
}
.bttn-fill.bttn-primary:before {
    background: #4053A7;
    color: #fff;
    border-radius: 4px;
    font-size: 18px !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); !important;
}
.bttn-unite.bttn-primary {
    background: #f06446 !important;
    border-color: #f06446 !important;
    color: #fff;
    font-size: 18px !important;
}
.bttn-unite.bttn-primary:before {
    background: #4053A7;
    border-color: #4053A7 !important;
}
.bttn-unite.bttn-primary:after {
    background: #7d8ac8;
}

.bttn-unite.bttn-primary:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19) !important;
    background: #4053A7 !important;
    border-color: #4053A7 !important;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
}


.grecaptcha-badge {
  bottom: 30px !important;
  visibility: hidden !important;
}

.adh_container {
  cursor: pointer;
  height: 47px; 
  width:100px;
  display: block; 
  position: fixed; 
  bottom: 30px; left: 0px; box-shadow: gray 0px 0px 5px; 
  border-radius: 2px; overflow: hidden;z-index:1000000 !important
}


.adh_overlay {
  height: 47px !important; 
  max-height : 47px !important; 
  width:0px;
  font-size:0px;
  display: block; 
  position: fixed; 
  margin-left:100px;
  bottom: 30px; left: 0px; box-shadow: gray 0px 0px 5px; 
  transition: font-size .2s, .5s ease;
}

.adh_overlay:hover {
  display: none;
}

.adh_container:hover .adh_overlay {
  width:140px;
  font-size:16px
}

.adh_container:hover .p_adh {
  display:block;
}

