/* ------------------------------------ */
/* FONTS                                */
/* ------------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ------------------------------------
Galago
---------------------------------------
*/

*{
    font-size: 14px;
    font-family: Montserrat;
}

.form-group{
    padding: 5px;
}

input[type=search]{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

main{
    margin-bottom: 15rem;
}

em{
    font-size: 12px;
    color: grey;
}

.btn {
    padding: 1rem;
    border-radius: 5px;
    border: 0;
    margin: 1rem 0.25rem;
    width: 100%;
}

.caption{
    font-size: 14px;
    color: grey;
    text-align: center;
    margin: 10px;
}

button.btn {
    border-radius: 5px !important;
    padding: 5px;
    display: block;
}

.btn-primary {
    background-color: #00b4bd;
}

.btn-primary:hover {
    background-color: #00888f;
}

.btn-check:checked+.btn-outline-primary{
    background-color: #00b4bd;
    border: solid 1px #00b4bd;
}
.btn-outline-primary{
    color: #00b4bd;
    border: solid 1px #00b4bd;
}
.btn-outline-primary:hover{
    background-color: rgba(0, 180, 189, 0.5);
    border: solid 1px #00b4bd;
}

.creneauxDefinis{
   width: fit-content;
    padding: 0.5rem;
    margin: 1rem;
    background-color: aliceblue;
    border-radius: 25px;
    transition: all ease-in-out .2s;
}

.creneau-supplementaire,.creneau-supplementaire-suppr{
    width: auto;
    padding: 3px 7px;
    margin: 0 5px;
}

.creneau-supplementaire-suppr>i{
    pointer-events: none;
}

.creneau-supplementaire>i{
    pointer-events: none;
}

.creneauxDefinis p{
    margin: 0;
    line-height: normal;
    padding-left: 1rem;
}

label{
    font-size: 16px !important;
}

.form-select, .form-control, label, textarea::placeholder, p, input, .btn, span, .badge, td, th{
    font-size: 16px;
}

.rounded-pill{
    border-radius: 5px !important;
}

.creneauxDefinis button{
    padding: 0 1rem;
    bottom: -5px;
}

.creneauxDefinis:hover{
    background-color: rgba(0, 180, 189, 0.3);
    transition: all ease-in-out .2s;
}

.alertBox {
    right: 0;
    position: absolute;
    top: 0;
    padding: 1rem;
    margin: 1rem;
    transition: all ease-in-out .5s;
    transform: translateY(-200px);
    z-index: 1010;
}

.alertCreneau {
    position: absolute;
    display: none;
}


.alert > button {
    background-color: hsla(0, 0%, 54%, 0.5);
    padding: 1rem;
    margin: 0;
}

.hidden {
    display: none;
}

i {
    font-size: 19px;
}

.spinner-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.719);
    z-index: 1000;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out;
    opacity: 0;
    pointer-events: none;
}

header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: solid 1px rgba(236, 238, 239, 0.3);
    z-index: 1001;
}

#open-close-menu {
    width: 238px;
    text-align: center;
    position: absolute;
    left: 0;
    margin: auto;
    cursor: pointer;
}

#close-menu-btn {
    transform: scale(1) rotate(0deg);
    transition: all ease-in-out 0.2s;
}

#close-menu-btn:hover {
    cursor: pointer;
    transform: scale(1.5) rotate(180deg);
    transition: all ease-in-out 0.2s;
}

.form-check-input:checked {
    background-color: #00b4bd;
    border-color: #00b4bd;
}

.tickets_container{
    border-radius: 5px;
    border: solid 3px #dee2e6;
    box-sizing: border-box;
}

#tickets_container, #taches_container{
    border-radius: 5px;
    border: solid 3px #dee2e6;
    box-sizing: border-box;
}

#taches_container .suppr_checkbox:checked{
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.input_tache{
    border: 1px solid #ced4da;
    background-color: transparent;
}

.input_tache.importance{
    width: 50px;
    margin: auto !important;
    text-align: center;
}

#ajout_tache_btn{
    margin: 20px auto;
}

/* ------------------------------------ */
/* GENERAL                              */
/* ------------------------------------ */

html {
    font-size: 62.5%;
}

input:focus {
    outline: none;
}

* {
    outline: none;
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 0;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5rem;
    color: #303031;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    margin: 5.5rem 0 4rem 0;
    width: 100%;
}

h2 {
}

h3 {
    font-size: 2.5rem;
    color: #00b4bd;
    font-weight: bold;

}

h4 {
}

h5 {
}

a {
    color: #303031;
    text-decoration: none;
}

a:hover {
    color: #303031;
    text-decoration: none;
}

p {
    font-family: 'Montserrat', sans-serif;
    line-height: 2.1rem;
    color: #000000;
}

.space-10 {
    height: 1rem;
    width: 100%;
}

.space-20 {
    height: 2rem;
    width: 100%;
}

.space-30 {
    height: 3rem;
    width: 100%;
}

.space-40 {
    height: 4rem;
    width: 100%;
}

.space-50 {
    height: 5rem;
    width: 100%;
}

strong{
    font-weight: bold;
}

/* ------------------------------------ */
/* BOOTSTRAP                            */
/* ------------------------------------ */

.container {
    background-color: #ffffff;
}

@media (max-width: 720px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9 {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.navbar {
    padding: 3rem 1rem 3rem 1rem;
    background-color: #fff;
}

.navbar-toggle {
    display: block;
    background-color: #ffffff;
    margin-top: 14px;
    border: none;
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    display: block;
    height: 3px;
    border-radius: 1px;
    position: relative;
    width: 44px !important;
    transition: all 0.2s;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.icon-bar {
    background-color: #ffffff !important;
    margin-bottom: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #4b4b4b;
    margin: 0 3rem 0 3rem;
    padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #000000;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #4b4b4b;
    margin: 0 3rem 0 3rem;
    padding: 1rem 0 1rem 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #000000;
    transition: all 0.3s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:after {
    display: none;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 5% 5%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 7% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.nav-link {
    position: relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #ffffff;
    text-transform: uppercase;

}

.nav-link::after {
    content: '';
    transform-origin: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    height: 1px;
    background: #ffffff;
    opacity: 1;
    transition: all .3s;
}

.nav-link:hover::after {
    left: calc(100% - 60px);
}

#navbarNavDropdown {
    margin-top: 2rem;
    border-top: 1px solid white;
    padding-top: 2rem;
}

.row {
    display: flex;
    justify-content: center;
}

/* ------------------------------------ */
/* HEADER                               */
/* ------------------------------------ */


header,
.navbar > .container,
.navbar,
.collapse,
footer,
footer > .container {
    background-color: #00b4bd;
}

footer {
    z-index: 100;
    box-shadow: #0000005c 0px -5px 20px 0px;

}

.logo {
    height: 10rem;
    margin-top: 3rem;
}

#en-tete {
    margin-top: 5rem;
}

/* ------------------------------------ */
/* LISTE TICKETS                        */
/* ------------------------------------ */

#img_pp {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0% 0%;
    border: solid 1px black;
    aspect-ratio: 1/1;
    transition: all ease-in-out .2s;
}

.badge {
    font-size: 1rem;
    padding: 1rem;
}

table {
    border-collapse: collapse;
    overflow: hidden;
    border-color: grey;
    margin-bottom:0 !important;
}

tbody, td, tfoot, th, thead, tr{
    border-width : 2px;
}

.table-bordered>:not(caption)>*{
    border-width:0px !important;
}

.table-responsive{
    overflow: unset;
}

table td,
.table th {
    text-align: center;
}

td,
th {
    vertical-align: middle;
}

th{
    cursor: pointer;
}

.form_container_liste_tickets > form {
    width: 75%;
    margin: 0rem;
}


#time {
    width: 100%;
    font-size: 2rem;
    text-align: center;
}


/* ------------------------------------ */
/* FOOTER                               */
/* ------------------------------------ */

footer {
    padding: 2.5rem 1.5rem;
    margin-top: 3rem;
    position: fixed;
    width: 100%;
    bottom: 0;
}

/* ------------------------------------ */
/* ACCORDION                            */
/* ------------------------------------ */

.accordion-collapse {
    background-color: transparent;
}


.accordion-body p:last-of-type {
    padding-top: 10px;
    text-align: right;
}

.accordion-button{
    font-size: 16px;
}

.btn-bl-pdf{
    width: 20% !important;
    font-size: 15px;
}

/* ------------------------------------ */
/* NAVIGATION                           */
/* ------------------------------------ */

nav {
    display: block;
    padding-top: 150px;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
}


.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #00b4bd;
    border-right: solid 1px #00888f;
    transform: translateX(-250px);
    transition: all ease-in-out 0.2s;
    border-right: solid 1px rgba(236, 238, 239, 0.3);
    z-index: 1000;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav > div {
    min-height: 84px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}


.dashboard-nav a:hover {
    text-decoration: none;
}


.dashboard-nav a {
    border-radius: 10px;
    margin: 1rem;
    color: white;
}

.dashboard-nav > div.info_utilisateur {
    margin-top: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.info_utilisateur p {
    font-family: 'Montserrat', sans-serif;
    line-height: 2rem;
    color: #fff;
    padding: 0rem;
    margin: 0rem;
}

#photo_user {
    width: 50px;
    border-radius: 50%;
}

.brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
}

.dashboard-nav-item:hover {
    background: rgb(68 196 203);
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #01b3bd;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    text-decoration: none;
    color: #00888f;
}

.menu-toggle i {
    font-size: 30px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
}

.deconnexion {
    font-size: 19px;
}


.pill-facture{
    background-color: var(--bs-green);
}

.accordion-button:not(.collapsed) {
    color: #00b4bd;
    background-color: #f7feff;
}

.pill-archive{
    background-color: var(--bs-purple);
}

.pill-debute{
    background-color: var(--bs-orange);
}

.pill-traiter{
    background-color: var(--bs-yellow);
}

.pill-corbeille{
    background-color: var(--bs-secondary);
}

input[type=search]{
    width: 120px;
}

.tablesorter-filter.disabled{
    box-shadow: unset !important;
}

.pagerSavedHeightSpacer.remove-me{
    display: none;
}

colgroup{
    all: none !important;
}

#ajout-ticket-form .form-switch{
    padding-left: 3.5em;
}

.multifile_remove_input{
    color: #ec0000;
    font-size: 20px;
    font-weight: bold;
}
