﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.colorBk {
    background: linear-gradient(to right, #f02262 0%, #ffeb70 105%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.zoom {
    transition: 0.3s;
}
.zoom:hover {
    transform: scale(1.1);   
 }

.display-5 {
    font-size: 1.2rem;
    line-height: 1.1;
}

/* CARD */
.card-text {
    opacity: 0.7;
}

.card-body {
    padding: 0.9rem !important;
}

.card-raised {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
    border: none !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-primary {
    border-color: #6200ea !important;
}

.ftco-section {
    padding: 0px !important;
}

/* Color panel */
.bg-0 {
    background-color: #4FA3A5;
}
.bg-1 {
    background-color: #FA5396;
}
.bg-2 {
    background-color: #63C5EA;
}
.bg-3 {
    background-color: #FCB424;
}
.bg-4 {
    background-color: #7F59B0;
}
.bg-5 {
    background-color: #3A3E59;
}
.bg-6 {
    background-color: #FB948F;
}

#dropDown {
    height: 2em;
    width: 11em;
}

@media only screen and (min-width: 1700px){
    .w-10 {
        width: 10% !important;
    }
}


@media only screen and (max-width: 576px){
    w-sm-100 {
        width: 100% !important;
    }
}

#heureInput {
    width: 5rem;
}

#hoverClick:hover {
    cursor: pointer;
}




/** SIDEBAR **/

.sidebar {
    position: fixed;
    top: 0; /* Ajuste selon la hauteur de ta navbar */
    left: 0;
    height: calc(100vh - 56px);
    width: 250px;
    background-color: #f8f9fa;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding-top: 20px;
}

.nav-link {
    font-size: 1.1rem;
    padding: 10px 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px; /* Espace entre l'icône et le texte */
}

    .nav-link img {
        width: 30px;
    }

    .nav-link:hover {
        background-color: #e9ecef;
        border-radius: 5px;
    }

/* Ajustement du contenu principal / Décale le contenu principal 
main {
    margin-left: 250px; 
    padding: 20px;
}
*/
.nav-link.active {
    border-left: 4px solid #343a40; /* Soulignement vertical minimaliste */
    background-color: #f7f7f7; /* Fond légèrement contrasté */
    color: #212529 !important; /* Texte noir/gris foncé */
}


/* Bouton de déconnexion */
.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transition: all 0.3s;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.bg-light-custom {
    background-color: #F8F9FA !important; /* Gris très clair */
}

.bg-dark-custom {
    background-color: #d3d7db !important; /* Gris légèrement plus foncé */
}

.text-dark {
    color: #212529 !important; /* Texte foncé pour lisibilité */
}






