/* ELEMENTS GLOBAUX */
  body {
    background-color: #f4f8f9;
    font-family: 'Roboto', sans-serif;
     min-height: 100vh;
  }
  
  .ob-footer {
	color: #014779;
	font-weight: 400;
    font-style: italic;
  }
/* Nav*/
  .topbar {
    background-color: #0096fc;
    color: white;
    font-size: 0.875rem;
    padding: 0.3rem 0;
	font-family: 'Poppins', sans-serif;
  }
  .topbar a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0.5rem;
  }
  .topbar .social-icons a {
    margin-left: 0.7rem;
    font-size: 0.9rem;
  }
  .navbar {
    background-color: #1d2632 !important;
	 font-family: 'Poppins', sans-serif;
    }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-toggler {
    color: #0096fc;
    border: none;
  }
  .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler-icon::before {
    content: "\2630";
    font-size: 1.8rem;
    color: #0096fc;
  }
  .navbar-nav .nav-item {
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }
  .navbar-nav .nav-link {
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    font-size: 0.925rem;
    position: relative;
    text-align: center;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-item.active .nav-link {
    color: #0096fc !important;
  }
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    background-color: #0096fc;
  }
  .dropdown {
  position: relative;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: none;
  padding: 0.75rem 0.5rem;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  border-radius: 0;
  border: none;
}

  .dropdown-menu .dropdown-item {
    color: #1d2632;
    font-weight: 500;
    text-align: center;
    padding: 1rem 3rem;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #0096fc;
    color: white;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  @media (max-width: 991.98px) {
    .dropdown-menu {
      position: static;
      float: none;
      background-color: #1d2632;
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      transition: none !important;
    }
    .dropdown-menu .dropdown-item {
      color: white;
    }
    .navbar-collapse {
      text-align: center;
    }
    .navbar-nav .nav-item,
    .navbar-nav .dropdown-toggle {
      width: 100%;
      text-align: center;
    }
  }

/* END Nav */


.container-body
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

		.ob-bkpag-btn{

    background-color: #0096FC;

    border: none;

    }

    .ob-bkpag-btn:hover{

    background-color:#014779 !important;

    border: none;

}
/*CALENDAR STYLES*/
  .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .375rem;
    font-weight: 500;
    line-height: 1.5;
    color: #0096FC;
  }

  .flatpickr-day.selected{
    background: #0096FC;
    border-color: #0096FC; 
  }

  /*Coloration de fermetures*/
  .active-red {
    background-color: #fbf7f7 !important;
    color: #c32c2c !important;
  }
  
  .active-green {
    color: green !important;
  }

/* END ELEMENTS GLOBAUX */	

/* TIME DURATION SELECTION */
  .carousel .carousel-item {
    transition-duration: 0.4s;
  }

  .ob-bkcard{
    padding: 2em; 
  }

  .ob-bksld-title{
    margin-top: .5rem;
    color: #0096FC;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .5rem;
    text-align: center;
  }

  .breadcrumb-item.active {
    font-weight: bold;
    color: #007bff;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #007bff;
    margin: 0 0.5rem;
  }
  
  hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .ob-opening-hours-container {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .ob-opening-hours-title {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #014779;
    font-weight: 800;
    text-transform: uppercase;
  }

  .ob-opening-hours-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 10px;
    margin: 0 auto;
    text-align: left;
    max-width: 90%;
    width: fit-content;
  }

  .ob-icon {
    color: #0096FC;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ob-text {
    font-size: 0.9rem;
    color: #333;
  }

  .ob-text strong {
    color: #0096FC;
  }

  .ob-mobile-break {
    display: inline;
  }

  .ob-desktop-separator {
    display: none;
    padding: 0 6px;
  }

  @media (min-width: 600px) {
    .ob-mobile-break {
      display: none;
    }

  .ob-desktop-separator {
    display: inline;
  }

  .ob-text {
    white-space: nowrap;
  }
}
  #hourlySection{
    margin-top: 30px;
  }

  .ob-bkcard p{
    font-style: italic;
    margin-bottom: 5px;
    margin-top: -10px;
  }

  .ob-bkcard .form-group{
    margin-bottom: 1em;
  }
  
  .ob-bkcard label{
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 5px;
    color: #0096FC;    
  }

  .ob-bkcard h2{
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 800;
    color: #014779;  
  }

  .ob-bkcard .alert.alert-primary{
    padding-top: 20px;
  }

  .ob-bkcard h4{
    margin-top: 1em;  
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 800;
    color: #014779;  
  }
  
  .ob-bkcard ul{ 
    font-size: 0.9em; 
  }

  .ob-bkcal-open {
        color: #1da34e; 
    }

  .ob-bkcal-close {
      color: #d03131; 
    }
    

/*RESPONSIVE*/
  @media (max-width: 680px) {
    .ob-bkcard{
      padding: 1em;
    }

    .ob-bksld-title{
      font-size: 1.4rem;  
    }
    
    .breadcrumb {
      font-size: 0.95rem;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0rem !important;
      padding: 0;
      margin: 0;
    }

    .breadcrumb-item {
      white-space: nowrap;
      flex: 0 1 auto;
      white-space: nowrap;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }
     /* Forcer #step-3 à la ligne */
    .breadcrumb-item#step-3 {
      flex-basis: 100%;
      justify-content: center;
      position: relative;
    }
    /* Corriger la position du > */
    .breadcrumb-item#step-3::before {
      display: inline-block;
      margin-right: 0.35rem;    
    }

    .ob-bkcard h2{
      font-size: 1.3rem;
    }
  }

  @media (max-width: 480px) {
    .ob-bkcard p{
      font-size: 0.85rem;
      line-height: 1.1em;
      margin-top: 0;
    }
  }
  
/* END TIME DURATION SELECTION */
	
/* PRODUCT SELECTION */
  .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }

  #product-tbody{
    padding-bottom: 40px;
     margin-top: 30px;
  }

  .card-container .card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .card-container .card > div:last-child {
    margin-top: auto;
  }

  .card-container .card div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .card-container .card div span {
    position: relative;
    top: 8px;
  }

  .card-container .card:hover {
    transform: translateY(-5px);
  }

  .card-container .card img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
  }

  .card-container .card h3 {
    margin: 15px 0 10px;
    font-size: 1.2rem;
    text-align: center;
    color: #014779;
    font-weight: 700;
  }

  .card-container .card p {
    font-size: 0.95rem;
  }

  p.ob-productprice{
    text-align: center;
    padding-top: 10px;   
      color: #555;
  }
  
  .ob-productalert{
    color: rgb(213,61,61);
    line-height: 1.1em;
    text-align: center;
  }

  .card-container .card button {
    align-self: flex-end;
    margin-top: 15px;
    background: #007bff;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
  }

  .card-container .card button:hover {
    background: #0056b3;
  }

  .ribbon-wrapper {
    width: 100px;
    height: 98px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .ribbon.promo {
      background-color: #008dc4;
  }

  .ribbon {
      font-family: "OPEN Sans", sans-serif;
      font-weight: 700;
      font-size: 11px;
      text-align: center;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      position: relative;
      padding: 3px 0;
      top: -22px;
      left: 25px;
      width: 135px;
      background-color: #00c455;
      color: #fff;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

/*RESPONSIVE*/    
  @media (max-width: 1000px) {
    .card-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .card-container {
      grid-template-columns: 1fr;
    }
    .card-container .card img {
    height: 250px;
  }
  }

/* END PRODUCT SELECTION */ 

/* CONFIRMATION DETAILS */
  .personal-data div {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
    align-items: baseline;
  }

  .personal-data span {
    font-weight: bold;
    min-width: 150px;
    color: #014779;
  }

  .personal-data p {
    margin: 0;
  }

	#detail-cart H4{
  	text-transform: uppercase;
		color: #0096FC;
		font-weight: 800;
	}

	#detail-cart table thead th{
		text-align: center;
		text-transform: uppercase;
		color:#014779 ;
	}

	#detail-cart table tbody tr th{
		text-align: center;
		color: #0096FC; 
	}

	#detail-cart table tfoot td{
		text-align: center;
		font-weight: 700;
		font-size: 1.2em;
	}

  .ob-total-price{
    color: #0096FC !important;
  }

	.ob-alert-conditions{
    padding-top: 20px;
    line-height: 1em;
    font-weight: 400;
    font-size: 0.9em;
    color: red;
  }
  /*RESPONSIVE*/
  @media (max-width: 680px) {
  .slider-content,
    #detail-cart {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      box-sizing: border-box;
    }
     /*PERSONAL INFO SIZING*/
    .personal-data {
      font-size: 1em;
    }

    .personal-data div {
      margin-bottom: 0.3rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.25rem;
    }

    .personal-data span,
    .personal-data p {
      white-space: normal !important;
      word-break: break-word;
      margin: 0;
      padding: 0;
      display: inline;
      min-width: auto !important; /* :arrow_left: corrige le min-width hérité du style desktop */
    }

    /*Notice sizing*/
    .ob-alert-details{
    font-size: 0.9em;   
    }
}
/* END CONFIRMATION DETAILS */

/* PAYMENT PAGE */
  .payment-box,
  .summary-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }

  .secure-icon {
    font-size: 48px;
    color: #0096FC;
  }

  .btn-pay {
    background-color: #0096FC;
    border-color: #0096FC;
    color: #fff;
  }

  .btn-pay:hover {
    background-color: #0078cc;
    border-color: #0078cc;
    color: #fff;
  }

  .btn-pay:disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #fff !important;
    cursor: not-allowed;
  }

  .StripeElement {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    min-height: 44px;
  }

  .stripe-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .stripe-row .col-70 {
    flex: 0 0 70%;
  }

  .stripe-row .col-30 {
    flex: 0 0 30%;
  }

  .stripe-row .col-50 {
    flex: 1;
  }

  .form-check-label a {
    color: #0096FC;
    text-decoration: underline;
  }

  .logo-summary {
    display: block;
    max-width: 160px;
    margin: 0 auto 20px;
  }

  .summary-total {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-weight: bold;
  }

  .link-back.returnBtn{
      border: none;
      background: transparent;
      color: #014779;
  }

  .link-back {
    display: inline-block;
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .link-back:hover {
    color: #0096FC;
    text-decoration: underline;
  }

  label.form-label {
    margin-bottom: 2px;
  }

  .form-check-label{
  	text-transform: capitalize !important;
  	font-weight: 500 !important;
  	font-style: italic;
  	color: #333 !important;
  }

  .form-check-label a{
  	color: #014779 !important;
  }

  #postal-code {
    height: 44px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    font-size: 16px;
    line-height: normal;
  }

  .form-control:focus, .StripeElement--focus {
    border-color: #0096FC !important;
    box-shadow: 0 0 0 3px rgba(0, 150, 252, 0.2);
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .payment-box, .summary-box {
  	background-color: #ffffff;
  	/* border-radius: 12px; /
  	/ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  	padding: 10px;
  }

  .summary-box h3{
  	color: #0096FC;
  	font-weight: 600;
  	text-transform: uppercase;
  }

  .ob-ordersum-titl{
      color: #0096FC;
      font-weight: 500;
      font-size: 1.1em;
  }

  .summary-box .span-left{
      color: #014779;
      font-weight: 600;
      text-transform: uppercase;
  }

  .summary-box .span-right{
      text-align: right;
  }

  .ob-sumbox-itemtxt{
      color: #0096FC;
  }

  .summary-box li {
    font-size: 0.85em;
  }

/*RESPONSIVE*/
  @media (max-width: 575.98px) {
    .stripe-row {
      flex-direction: column;
    }
    .stripe-row .col-70,
    .stripe-row .col-30,
    .stripe-row .col-50 {
      flex: 100%;
    }
  }
/* END PAYMENT */

/* THANK YOU PAGE */
  .ob-confirm-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}
  .ob-success-icon {
    font-size: 50px;
    color: #0096FC;
  }
  
  .ob-confirm-box h1{
    text-transform: uppercase;
    font-weight: 800;
    color: #0096FC;
    margin-top: -5px;
    margin-bottom: 30px;
  }
  
  .ob-bk-summary {
    background-color: #f0f7fd;
    border-left: 4px solid #0096FC;
    border-radius: 8px;
    line-height: 0.5em;
    padding: 30px 25px 10px 25px;
  }

  .ob-bk-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  .ob-bksum-prodlisttitle{
    margin-top : 2em
  }

  .ob-bksum-prodlist{
    margin-bottom : 1em;
    color: #014779;
    font-weight: 600;
  }

  .ob-bksum-prodlist li{
    line-height: 1.1em;
  }

  .ob-total{
    text-align: center;
  }

  .ob-label {
    color: #444;
    font-weight: normal;
  }

  .ob-total i {
    color: #0096FC;
    margin-right: 6px;
  }

/*RESPONSIVE*/
  @media (max-width: 510px) {
    .ob-bk-summary {
      font-size: 15px;
      line-height: 1.2em;
    }
  }

  @media (max-width: 480px) {
    .ob-success-icon {
      font-size: 40px;
    }

    .ob-bk-summary {
      padding: 15px;
      font-size: 14px;
      line-height: 1.2em;
    }

    .ob-confirm-box {
      padding: 20px;
    }
  }
/* End Thank You */ 

/* CALENDAR */ 
/*Forcer Fleches*/
.flatpickr-time .numInputWrapper span {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    pointer-events: auto !important;
  }
  /* MOD STATIC:TRUE */
.flatpickr-wrapper {
  display: block !important;
  width: 100%;
}

.flatpickr-wrapper {
  position: relative;
  width: 100%;
}

.flatpickr-time input {
    margin-left: -35px;
    font-size: 18px;
}
.numInputWrapper span {
  width: 30px;
    padding: 0 4px 0 10px;
} 
/*Couleur Fleches*/
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #0096fc;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #0096fc;
}

.numInputWrapper span {
  width: 40px;
    padding: 0 4px 0 14px;
}

.numInputWrapper span.arrowUp:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(72, 72, 72, 0.6);
    top: 30%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(72, 72, 72, 0.6);
    top: 30%;
}

/* END CALENDAR */
@media (max-width: 680px) {
.flatpickr-calendar.hasTime.noCalendar {
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-top: 4px;
}
.flatpickr-time {
  line-height: 60px;
    max-height: 60px;
}
.flatpickr-time .numInputWrapper {
  height: 60px;
}
.flatpickr-time input {
    margin-left: -35px;
    font-size: 18px;
}
.numInputWrapper input {
    width: 85%;
}
.numInputWrapper span.arrowUp:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(72, 72, 72, 0.6);
    top: 35%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(72, 72, 72, 0.6);
    top: 35%;
}
.numInputWrapper span {
  width: 40px;
    padding: 0 4px 0 12px;
}
}
/*MAINTENANCE CLIENT*/
#ob-maintmode {
      margin: 0;
      padding: 0;
      background: linear-gradient(to bottom, #1e262f 0%, #1e2024 100%) fixed;
      font-family: 'Poppins', sans-serif;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }

#ob-maintmode .maintenance-container {
  width: 100%;
  max-width: 50vw;
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.35);
  animation: fadeIn 1s ease;
  margin: -18vh auto 0 auto;
}
#ob-maintmode .maintenance-container img {
    max-width: 400px;
    margin-bottom: 25px;
  }
#ob-maintmode .maintenance-container h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
      text-transform: uppercase;
      color: #007bff; 
      font-weight: 700;
      letter-spacing: 2px;     
}

#ob-maintmode .maintenance-container p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}


#ob-maintmode .maintenance-container .spinner {
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    animation: spin 1s linear infinite;
  }

  #ob-maintmode .maintenance-container .footer {
    margin-top: 30px;
    font-size: 0.9rem;
    opacity: 0.85;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

@media (max-width: 950px) {
  #ob-maintmode .maintenance-container {
      width: 100%;
        max-width: 80vw;
        padding: 25px 15px;
    }
    #ob-maintmode .maintenance-container h1 {
      font-size: 2rem;
    }

   #ob-maintmode .maintenance-container p {
      font-size: 0.95rem;
    }

    #ob-maintmode .maintenance-container .spinner {
      width: 30px;
      height: 30px;
    }

    #ob-maintmode .maintenance-container .footer {
      font-size: 0.8rem;
    }
  }  
@media (max-width: 600px) {
   #ob-maintmode .maintenance-container {
      padding: 25px 15px;
    }

    #ob-maintmode .maintenance-container img {
      max-width: 250px;
    }

    #ob-maintmode .maintenance-container h1 {
      font-size: 1.5rem;
    }

   #ob-maintmode .maintenance-container p {
      font-size: 0.95rem;
    }

    #ob-maintmode .maintenance-container .spinner {
      width: 30px;
      height: 30px;
    }

    #ob-maintmode .maintenance-container .footer {
      font-size: 0.8rem;
    }
  }

  /*404*/
  #ob-pagemanq{
      background: linear-gradient(to bottom, #1e262f 0%, #1e2024 100%) fixed;
      font-family: 'Poppins', sans-serif;
      color: #d5d5d5;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      text-align: center;
      padding: 2rem;
}
#ob-pagemanq .error-container {
      max-width: 80vw;
    }

   #ob-pagemanq .error-icon {
      font-size: 80px;
      color: #007bff;
      animation: float 2s ease-in-out infinite;
    }

   #ob-pagemanq .error-code {
      font-size: 5rem;
      font-weight: 700;
      color: #007bff;
      margin: 20px 0 10px;
    }

   #ob-pagemanq .error-message {
      font-size: 1.8rem;
      margin-bottom: 15px;
       font-weight: 600;
    }

   #ob-pagemanq .error-sub {
      font-size: 1rem;
      margin-bottom: 25px;
      color: #bbb9b9;
    }

   #ob-pagemanq .home-button {
      display: inline-block;
      margin-top: 10px;
      background-color: #007bff;
      color: white;
      padding: 12px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      transition: background 0.3s;
    }

   #ob-pagemanq .home-button:hover {
      background-color: #005ecb;
    }

    @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
      100% { transform: translateY(0px); }
    }


    /* QUICK FIXES */
    /* MAIN CONTAINER ADJUSTMENTS*/
@media (max-width: 468px) {
    .ob-bkcard {
        padding: 0.6em;
    }
    .ob-bkcard .carousel-inner{
        padding: 0.3em !important;
    }
    
}
/* CALENDAR ADJUSTMENTS*/
@media (max-width: 468px) {
  .flatpickr-days .dayContainer {
    grid-template-columns: repeat(7, minmax(36px, 1fr));
      max-width: 100% !important;
    width: 100% !important;
      min-width: unset !important;
      box-sizing: border-box;
  }
  .flatpickr-day {
    min-width: 36px;
    height: 36px;
    font-size: 0.8rem;
    padding: 0 !important;
    line-height: normal;
    text-align: center;
    box-sizing: border-box;
  }
   .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
 font-size: 0.9em;   
} 
    
    .flatpickr-calendar.static.open {
    width: 100%;
    max-width: 100vw;
}
    .flatpickr-months {
    max-width: 100vw;
    width: 100%;
}
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-days,
.dayContainer{
    width:100%;
    max-width: 100vw;    
    }
}
/*ADJUSTEMENTS SMALL RES*/    
@media (max-width: 340px) {
  .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
 font-size: 0.7em;   
} 
    .flatpickr-day {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.65rem;
  }
}
@media (max-width: 468px) {
  #detail-cart table.table {
    width: 100% !important;
    table-layout: fixed; /* force une largeur égale pour chaque colonne */
    font-size: 0.75rem;  /* réduit la taille du texte */
  }

  #detail-cart table.table th,
  #detail-cart table.table td {
    word-wrap: break-word;
    white-space: normal !important; /* autorise les sauts de ligne */
    padding: 0.25rem !important; /* réduit l'espace intérieur */
    text-align: center;
  }

  #detail-cart table.table th[colspan="3"] {
    font-size: 0.7rem;
    text-align: right;
  }
}


@media (max-width: 468px) {
  table.table thead th[scope="col"] {
    white-space: normal !important;       /* autorise retour à la ligne */
    overflow-wrap: break-word;            /* coupe uniquement entre les mots */
    word-break: keep-all;                 /* évite de casser un mot */
    font-size: 0.6rem;
    text-align: center;
  }
}

