﻿:root {
    /*--color1: #ffc107;*/
    --color1: rgba(91, 164, 171, 0.80); /*bleu*/
    --color2: rgba(55, 68, 69, 0.42); /*gris*/
    --bleufonce: rgba(91, 164, 171, 1); /*bleu foncé*/
}

/*@font-face {
    font-family: "Alba";
    src: url("../fonts/alba/ALBAS___.TTF");
}*/

#logo{
    width:100px;
}

#menu_img {
    margin-top: 25px;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 95% !important;
    }
}

.mini_btn {
    font-size: xx-small;
    height: 20px;
    line-height: 20px;
}

.btn{
    text-transform: none !important;
}

.btn_photo{
    background-color: cadetblue;
}

.btn_abime {
    background-color: orangered;
}

.btn_annuler,
.btn_indispo {
    background-color: red !important;
}

.btn_commentaire {
    background-color: dimgrey;
}

.signe {
    background-color: #8bc34a54;
}

.annule {
    background-color: #eee;
}

html {
    background: no-repeat url("../../images/map.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #464646;
}

.card {
    border: solid 5px var(--color1);
}

.card_btn span {
    color: black !important;
    font-weight: 700;
}

.card_btn {
    padding: 13px;
    cursor: pointer;
    background-color: var(--color1);
}

.sidenav li > a{
    font-weight:700;
}

.sidenav li > select {
    margin-left: 25px;
}

nav{
    height: 75px !important;
}

#mobile-menu,
nav {
    background-color: #ffffff !important;
}

    nav .sidenav-trigger i,
    nav .brand-logo,
    nav ul a {
        color: black;
        font-weight: 900;
    }

.brand-logo{
    font-family:'Alba';
}

.liv_reportee {
    background-color: #ffeb3b !important;
}

.liv_annulee {
    background-color: #ff000040 !important;
}

.liv_terminee {
    background-color: #17bf1738 !important;
}

#loading_icon {
    display: none;
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #8080809c;
}

#loading_icon_api {
    display: none;
    position: fixed;
    z-index: 1002;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.large{
    font-size: x-large !important;
}

.select-menu {
    margin-top: 10px;
    max-width: 130px;
}


