@charset "UTF-8";
.bic_container .small {
  font-style: italic;
  font-size: 11px;
}
.bic_container .bic_content {
  padding: 15px;
}
.bic_container .navbar .navbar-header {
  margin-left: 15px;
}
.bic_container .navbar .navbar-brand {
  padding: 0;
}
.bic_container .navbar ul > li > a > i {
  font-weight: bold;
  font-size: 20px;
}
.bic_container .navbar ul > li > a > span.user_login {
  font-style: italic;
}
.bic_container .navbar ul > li > a > span.icon {
  line-height: 20px;
  vertical-align: top;
}
.bic_container .btn_action_contrat {
  line-height: 300%;
  width: 100%;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  font-weight: bold;
}
.bic_container #addContratIn {
  display: none;
  width: 50%;
  line-height: 225%;
  box-shadow: 0 10px 30px -5px rgba(60, 60, 60, 0.2);
  padding: 30px 60px;
  font-size: 18px;
  margin-top: 1.5%;
}
.bic_container .bimp_list_table, .bic_container .panel, .bic_container .bic_content > .object_view_container {
  box-shadow: 0 10px 30px -5px rgba(60, 60, 60, 0.2);
}
.bic_container .card_interface {
  display: inline-block;
  background-size: contain;
  min-width: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 30px -5px rgba(60, 60, 60, 0.2);
  text-align: center;
  padding: 30px 60px;
  margin-top: 30px;
}
.bic_container .card_interface .img {
  border: none;
  background-color: transparent;
  z-index: 2;
  margin: auto auto 20px;
  display: block;
  font-size: 70px;
  color: lightgrey;
}
.bic_container .card_interface h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  letter-spacing: 1px;
}
.bic_container .card_interface h2 {
  margin: auto;
  width: 90%;
  color: #5B5E66;
  font-weight: 400;
  font-size: 15px;
}
.bic_container .card_interface .button {
  text-decoration: none;
  background: #4195C8;
  color: #fff;
  padding: 12px;
  border: none;
  width: 50px;
  border-radius: 50px;
  margin: 30px 5px 0;
  font-size: 16px;
  font-weight: 700;
  transition: 0.5s;
  display: inline-block;
  cursor: pointer;
}
.bic_container .card_interface .button span {
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
}
.bic_container .card_interface .button:hover {
  background: transparent;
  color: #4195C8;
}
.bic_container .info {
  color: var(--main-color) !important;
}
.bic_container .image-container {
  position: relative;
  width: 100%;
  max-width: 700px; /* largeur maximale de l'image */
  margin-left: auto;
  margin-right: auto;
}
.bic_container .image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.bic_container .zoneBoutique {
  position: absolute;
  display: block;
  /* Pour tester visuellement les zones, on peut ajouter un fond semi-transparent et une bordure */
}
.bic_container .choixMatos {
  margin: 5px;
}
.bic_container .titre_form {
  font-weight: bold;
  padding-bottom: 1em;
}
.bic_container .matosLabel {
  font-weight: bold;
  display: block;
  padding-left: 1em;
  color: var(--main-color);
}
.bic_container .contener_mois {
  margin-bottom: 3em;
}
.bic_container .titre_mois {
  font-weight: bold;
  border-bottom: 1px solid #787878;
  padding: 1px;
  margin-bottom: 1em;
}
.bic_container .contener_jour {
  display: flex;
  gap: 10px; /* Espace entre titre_jour et creneaux_jour */
  margin-bottom: 15px; /* Espace entre chaque jour */
}
.bic_container .titre_jour {
  display: flex;
  flex-direction: column;
  width: 90px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  align-self: flex-start;
}
.bic_container .titre_jour_haut {
  background-color: var(--main-color);
  color: white;
  text-align: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bic_container .titre_jour_bas {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 12px;
  font-size: 32px;
  font-weight: bold;
  flex: 0 0 auto;
}
.bic_container .creneaux_jour {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.bic_container .creneau {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bic_container .creneau:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bic_container .creneau:active {
  transform: translateY(0);
  box-shadow: none;
}
.bic_container .creneau .heure {
  display: block;
}
.bic_container .heure {
  color: var(--main-color);
  font-weight: bold;
}
.bic_container .connexion_box .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bic_container .connexion_mdp, .bic_container .separator, .bic_container .connexion_autre {
  display: flex;
  flex-direction: column;
}
.bic_container .connexion_mdp {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}
.bic_container .separator {
  flex: 0 0 auto;
  align-self: stretch;
}
.bic_container .connexion_autre {
  flex: 1;
}
.bic_container .connexion_unique .boutonConnexion {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.bic_container .connexion_mdp .passwordConnexion {
  margin-bottom: 1em;
}
.bic_container #eq_symptomes_preset {
  list-style: none;
}
.bic_container #eq_symptomes_preset li {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.bic_container #eq_symptomes_preset input[type=checkbox] {
  margin-right: 0.5em;
  width: 20px;
}
.bic_container .hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bic_container .hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}
.bic_container #matos a:hover .matosLabel {
  color: var(--main-color) !important;
}
.bic_container .form_warning {
  font-weight: bold !important;
  color: var(--main-color) !important;
  padding-left: 15px;
  margin: 10px 0;
  border-left: 3px solid var(--main-color);
}
.bic_container .btn-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.bic_container .lienResumer {
  color: var(--main-color) !important;
}
.bic_container .phone {
  color: var(--main-color) !important;
}
.bic_container {
  /* Masquer les checkboxes natives */
}
.bic_container .eq_symptomes_preset_cb {
  display: none;
}
.bic_container {
  /* Conteneur pour chaque option */
}
.bic_container #eq_symptomes_preset > div {
  margin-bottom: 10px;
}
.bic_container {
  /* Styliser les labels comme des boutons */
}
.bic_container .eq_symptomes_preset_cb + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px;
  background: #f8f9fa;
  color: #333;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  user-select: none;
  box-sizing: border-box;
}
.bic_container {
  /* État hover */
}
.bic_container .eq_symptomes_preset_cb + label:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.bic_container {
  /* État coché */
}
.bic_container .eq_symptomes_preset_cb:checked + label {
  background: var(--main-color);
  color: white;
  border-color: #adb5bd;
  font-weight: 600;
}
.bic_container {
  /* État actif (clic) */
}
.bic_container .eq_symptomes_preset_cb + label:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bic_container {
  /* Ajout d'une icône de checkmark quand coché */
}
.bic_container .eq_symptomes_preset_cb:checked + label::before {
  content: "✓ ";
  margin-right: 8px;
  font-weight: bold;
}
.bic_container .legend_carte {
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 10;
  padding: 10px;
}
.bic_container .legend_carte > div {
  display: inline-flex;
  align-items: center;
  margin-left: 2em;
}
.bic_container img.img_legend {
  max-width: 30px;
}
.bic_container .info_warranty {
  background: none;
  border-color: var(--main-color);
}
.bic_container .savoir_plus {
  margin-left: 2em;
  background-color: var(--main-color);
  border-radius: 15px;
  display: inline-block;
  padding: 7px 12px;
}
.bic_container .savoir_plus a {
  color: white !important;
}
.bic_container {
  /* Responsive : réduire le padding sur mobile */
}
@media (max-width: 767px) {
  .bic_container .eq_symptomes_preset_cb + label {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.bic_container .css-tooltip {
  position: relative;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}
.bic_container .css-tooltip .tt-content {
  position: absolute;
  color: #31708f;
  background-color: #d9edf7;
  font-weight: normal;
  font-size: 12px;
  z-index: 99999999;
  box-sizing: border-box;
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: none;
}
.bic_container .css-tooltip .tt-content i {
  position: absolute;
  overflow: hidden;
}
.bic_container .css-tooltip .tt-content i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #d9edf7;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.bic_container .css-tooltip.top .tt-content {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bic_container .css-tooltip.top .tt-content i {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
}
.bic_container .css-tooltip.top .tt-content i:after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bic_container .css-tooltip.right .tt-content {
  top: 50%;
  left: 100%;
  margin-left: 10px;
  transform: translate(0, -50%);
}
.bic_container .css-tooltip.right .tt-content i {
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
}
.bic_container .css-tooltip.right .tt-content i:after {
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.bic_container .css-tooltip.bottom .tt-content {
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bic_container .css-tooltip.bottom .tt-content i {
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
}
.bic_container .css-tooltip.bottom .tt-content i:after {
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
.bic_container .css-tooltip.left .tt-content {
  top: 50%;
  right: 100%;
  margin-right: 20px;
  transform: translate(0, -50%);
}
.bic_container .css-tooltip.left .tt-content i {
  top: 50%;
  left: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
}
.bic_container .css-tooltip.left .tt-content i:after {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bic_container .css-tooltip:hover .tt-content {
  display: block;
}
.bic_container .bimp_public_form {
  color: #303233;
}
.bic_container .bimp_public_form h1, .bic_container .bimp_public_form h2 {
  text-align: center;
  margin-bottom: 30px;
}
.bic_container .bimp_public_form .form_section {
  background-color: #F9F9FA;
  padding: 20px;
  margin: 15px 0;
  box-shadow: 0 5px 12px -5px #737373;
}
.bic_container .bimp_public_form input, .bic_container .bimp_public_form select, .bic_container .bimp_public_form textarea {
  background-color: #FFF;
  margin: 0 0 7px;
  width: 100%;
  font-size: 14px;
  padding: 8px;
  border: none;
  border-bottom: 1px solid;
  border-bottom-color: var(--main-color);
  box-shadow: 0 0 5px 0 rgba(60, 60, 60, 0.2);
}
.bic_container .bimp_public_form input.value_missing, .bic_container .bimp_public_form select.value_missing, .bic_container .bimp_public_form textarea.value_missing {
  box-shadow: 0 0 5px 0 #FF0000;
  border: none;
}
.bic_container .bimp_public_form .select2 {
  height: 33px;
  box-shadow: 0 0 5px 0 rgba(60, 60, 60, 0.2);
  margin: 0 0 7px;
  width: 100%;
}
.bic_container .bimp_public_form .select2.value_missing {
  box-shadow: 0 0 5px 0 #FF0000;
  border: none;
}
.bic_container .bimp_public_form .select2-selection {
  font-size: 14px;
  border-bottom: 1px solid;
  border-bottom-color: var(--main-color);
  padding: 2px 0;
  height: 33px;
}
.bic_container .bimp_public_form textarea:focus, .bic_container .bimp_public_form input:focus {
  outline: 0;
}
.bic_container .bimp_public_form .form_section_title {
  color: #303233;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.bic_container .bimp_public_form label {
  color: #82888C;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
}
.bic_container .bimp_public_form a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  color: var(--main-color);
}
.bic_container .bimp_public_form a:hover {
  color: #003C66;
}
.bic_container .bimp_public_form .inputHelp {
  color: #484B4D;
}
.bic_container .bimp_public_form .inputHelp a {
  color: #4195C8;
}
.bic_container .bimp_public_form .inputHelp a:hover {
  color: #003C66;
}

/* START TOOLTIP STYLES */
[tool] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tool]::before,
[tool]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tool]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}

[tool]::after {
  content: attr(tool); /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
  */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tool]:hover::before,
[tool]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tool=""]::before,
[tool=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tool]:not([flow])::before,
[tool][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tool]:not([flow])::after,
[tool][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tool]:not([flow])::before,
[tool]:not([flow])::after,
[tool][flow^=up]::before,
[tool][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tool][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tool][flow^=down]::after {
  top: calc(100% + 5px);
}

[tool][flow^=down]::before,
[tool][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tool][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tool][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tool][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tool][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tool]:not([flow]):hover::before,
[tool]:not([flow]):hover::after,
[tool][flow^=up]:hover::before,
[tool][flow^=up]:hover::after,
[tool][flow^=down]:hover::before,
[tool][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tool][flow^=left]:hover::before,
[tool][flow^=left]:hover::after,
[tool][flow^=right]:hover::before,
[tool][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
