html{
    font-size: 18px;
    background-color: #efefef !important;
    min-height: 100%
}


.card-connexion {
    margin: auto;
    margin-top: auto;
    width: 330px;
    height: 380px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 3px rosybrown;
}

.card-connexion:hover {
    box-shadow: 0px 0px 10px 4px rgb(206, 92, 92);
}

.connect {
    margin: auto;
}

.form-signin {
    margin: auto;
    margin-top: 50px;;
    padding: auto;
    width: 330px;
    height: 380px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
}

.formulaireag {
    margin-left: 25px;
}

.theadp,
tfoot {
    background-color: #ebecb1;
    color: rgb(0, 0, 0);
}

.theadi,
tfoot {
    background-color: #86d0c0;
    color: rgb(0, 0, 0);
}

.theadio {
    background-color: #ee940b;
}

.champ {
    width: 390px;
}

.cardbox {
    border-radius: 20em;
    box-shadow: 7px 5px 5px black;
    height: 90px;
}

.cardbox:hover {
    box-shadow: 10px 5px 5px rgb(100, 97, 97);
    padding: 1px;
    margin: 1px;
    transition: all;
    background-color: #d0d206;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.transparent {
    background-color: transparent;
    border: none;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid #bdbdbd85;
    margin: 0;
    padding: 0;
  
}

#sidebarMenu {
    min-height: calc(100vh - 100px);
    border-right: 1px solid #bdbdbd85;
}

.sidebar-sticky {
    top: 100px;
}

.no-link {
    color: rgb(0, 0, 0);
}

.no-link:hover {
    text-decoration: none;
}

.separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
}

.pointer {
    cursor: pointer;
}

.loader {
    position: absolute;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.42);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.caption {
    caption-side: top;
    color: black;
}

.btn-btn {
    display: flex;
    flex-direction: column;
}

.pell {
    background: white;
}

.btn-w-select2 {
    height: 28px;
    display: flex;
    align-items: center;
    align-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.bi-person-circle {
    color: #1e7e34;
}

*[v-cloak] {
    display: none;
}

.ind {
    background-color: #DEDC009e !important;
}

.btp {
    background-color: #F391009e !important;
}

.prs {
    background-color: #C6A5C89e !important;
}

.tld {
    background-color: #886A559e !important;
}

.hrt {
    background-color: #FFE3069e !important;
}

.san {
    background-color: #89CBC09e !important;
}

.cog, .sin {
    background-color: #E72F779e !important;
}

.cod, .lan {
    background-color: #E94C219e !important;
}


.mrh, .bdc, .vae {
    background-color: #00335d9e !important;
}

.ccl {
    background-color: #9C01569e !important;
}
.bi-laptop:hover{

}
.bi-building{

}
.bi-cup{

}
:root {
    --basecolor: hsl(20, 70%, 40%);
}

/* Layout and font */
.wrapper {
    width: 700px;
    position: relative;
    margin: auto;
}

.bat-overlay,
.text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
    text-align: center;
    color: var(--basecolor);
    line-height: 0.8em;
    font-size: 6em;
    margin: 1em 0em 0.5em 0em;
    font-family: "Baloo Chettan 2", arial;
}


.dark {
    color: #000;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    opacity: 0.5;
}

.light {
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.bat-overlay {
    z-index: 10;
    pointer-events: none;
}

/* Dropdown*/

#monster-select {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 10px;
    color: var(--basecolor);
    border-radius: 10px;
    font-size: 0.9em;
    font-family: "Baloo Chettan 2", arial;
    text-align: center;
}

.dropdown {
    font-size: 1em;
    color: var(--basecolor);
}

.close {
    transition: 1s;
    opacity: 0;
}

select {
    outline: none;
    -webkit-appearance: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* Bats*/
svg {
    width: 100%;
}

.eye {
    fill: var(--basecolor);
}

.shadow {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    opacity: 0.2;
}

.bat {
    animation-direction: normal;
    animation: move 15s infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 50%;
}

.bat1 {
    animation-direction: normal;
    animation: move1 15s infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 50%;
}

.bat2 {
    animation-direction: normal;
    animation: move2 15s infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 50%;
}

.wing {
    transform-origin: 50% 50%;
    animation-direction: normal;
    animation: wing 1s infinite;
    animation-timing-function: ease-in-out;
}

.wing1 {
    transform-origin: 50% 50%;
    animation-direction: normal;
    animation: wing1 1s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes move {
    0% {
        transform: translate(150px, 90px) rotate(10deg);
    }
    25% {
        transform: translate(-150px, 90px) rotate(-10deg);
    }
    50% {
        transform: translate(-160px, -80px) rotate(10deg);
    }
    75% {
        transform: translate(-140px, -100px) rotate(-10deg);
    }

    100% {
        transform: translate(150px, 90px) rotate(10deg);
    }
}

@keyframes move1 {
    0% {
        transform: translate(-140px, -70px) rotate(-10deg);
    }
    25% {
        transform: translate(0px, -50px) rotate(10deg);
    }
    50% {
        transform: translate(150px, 50px) rotate(-10deg);
    }
    75% {
        transform: translate(-100px, 30px) rotate(10deg);
    }
    85% {
        transform: translate(-110px, 90px) rotate(10deg);
    }

    100% {
        transform: translate(-140px, -70px) rotate(-10deg);
    }
}

@keyframes move2 {
    0% {
        transform: translate(150px, -70px) scale(1) rotate(10deg);
    }
    25% {
        transform: translate(160px, -90px) scale(0.7) rotate(-10deg);
    }
    50% {
        transform: translate(170px, -100px) scale(0.7) rotate(10deg);
    }
    75% {
        transform: translate(105px, -80px) scale(1) rotate(-10deg);
    }

    100% {
        transform: translate(150px, -70px) scale(1) rotate(10deg);
    }
}

@keyframes wing {
    0% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(0px, 0px) scaleX(0.5) rotate(-25deg);
    }
    100% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
}

@keyframes wing1 {
    0% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
    50% {
        transform: translate(0px, 0px) scaleX(0.5) rotate(25deg);
    }
    100% {
        transform: translate(0px, 0px) scale(1) rotate(0deg);
    }
}

/* Mobile*/
@media screen and (max-width: 600px) {
    .wrapper {
        width: 100% !important;
    }
    h1 {
        font-size: 2em;
    }
}
.bg-gretaB{
    background-color: #163658;
}
.bg-gretaOJ{
    background-color: #F39100 !important;
}
.bg-gretaO{
    background-color: #E94C21 !important;
}
.bg-gretaG{
    background-color: #3c3c3c!important;
}
.bg-gretaM{
    background-color: #776A55!important;
}
.bg-gretaV{
    background-color: #d3d800!important;
}
.bg-gretaVT{
    background-color: #C6A5C8!important;
}
.bg-gretaR{
    background-color: #E72F77!important;
}
.bg-primaryTail{
    background-color: #74b9ff !important;
}
.bg-White{
    background-color: #ffffff !important;
}
/* === En-tête === */
.header-logo {
    background-color: #ffffff;
}

/* === Barre de navigation === */
.bg-header {
    background-color: #163658;
    color: white;
    transition: background-color 0.3s ease-in-out;
}

.navbar-toggler {
    transition: transform 0.3s ease-in-out;
}

.navbar-toggler:hover {
    transform: rotate(90deg);
}

.nav-link {
    transition: color 0.3s ease-in-out;
}

.nav-link:hover {
    color: #007bff;
}

/* === Bordures personnalisées === */
.border-primaryTail {
    border: 0.5rem solid #163658 !important;
}

/* === Typographie === */
.bandeau {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 25px;
}

/* === Mise en évidence === */
.highlight {
    background-color: #163658 !important;
}

/* === Cartes d'information === */
.card-header-update {
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 10px;
}

.card-header-info {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

/* === Badge nouveauté clignotant === */
.nouveaute {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F39100;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    animation: clignoter 1s infinite ease-in-out;
}

@keyframes clignoter {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* === Couleurs de fond personnalisées === */
.bg-light-green {
    background-color: #90EE90;
}

.bg-light-red {
    background-color: #FFCCCB;
}

/* === Niveaux de gravité === */
.faible {
    background-color: #d4edda;
    color: #155724;
}

.moyen {
    background-color: #fff3cd;
    color: #a9851a;
}

.eleve {
    background-color: #ffeeba;
    color: #856404;
}

.critique {
    background-color: #f8d7da;
    color: #721c24;
}

/* === Sidebar === */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    background-color: #0d6efd;
    color: white;
    padding-top: 1rem;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    animation: slideInLeft 0.5s ease-out;
}

.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 0.75rem 1rem;
    transition: background 0.3s ease;
}

.sidebar a:hover {
    background-color: rgba(255,255,255,0.1);
}

.sidebar .logo {
    text-align: center;
    margin-bottom: 2rem;
}

.sidebar .logo img {
    max-width: 180px;
}

/* === Contenu principal === */
.content {
    margin-left: 250px;
    padding: 2rem;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* === Corps de page === */
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

body, html {
    margin: 0;
    padding: 0;
  }
  

/* === Cartes === */
.card {
    transition: all 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.btn-gretaO{
    background-color: #F39100 !important;
}

.status-refuse {
    background-color: #f8d7da; /* rouge clair */
    color: #721c24;
    font-weight: bold;
}


@media print {
    /* Cache les boutons, menus, etc. */
    .btn, nav, footer { display: none !important; }

    /* Style général */
    body { font-size: 12px; }
    table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
    th, td { border: 1px solid #ccc; padding: 6px; text-align: left; }

    /* Masquer colonnes Photo, Consulter, Supprimer */
    th:nth-child(9), td:nth-child(9), /* Photo */
    th:nth-child(10), td:nth-child(10), /* Consulter */
    th:nth-child(11), td:nth-child(11) /* Supprimer */ {
        display: none;
    }

    /* Séparation visuelle entre les deux tableaux */
    h4 {
        page-break-before: always; /* Force un saut de page avant chaque titre */
        font-size: 16px;
        margin: 20px 0 10px;
    }
}



