/* 
    General value for smarTime 
    fenêtre principale et données principales

*/
:root{
    --beyond-rose: #DA1884;
    --beyond-fond : #00205B;
}


.nav-item:hover {
    background-color: var(--beyond-rose);   /*  #DA1884; */
}

.smart-back-rose {
    background-color: var(--beyond-rose);
}
.smart-fore-rose {
    color: #DA1884; 
    font-style: normal;
    line-height: normal;
}



.smart-text-logo {
    color: #fff;

    text-align: right;
    font-family: "Helvetica CE 55 Roman";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.smart-background {
    background-color: var(--beyond-fond);/*  #00205B; */
}

.smart-foreground {
    color: #fff;
}

.smart-discret {
    text-decoration: none;
}

/* La zone sous la barre pour aligner l'image et le début 
du texte */
.smart-background-image {
    position: fixed;
    top: 150px;
    left: 0;

    z-index: -1;
}

.smart-background-image-size {
    height: 100px;
}

/* Les differentes polices et aspect de la fenêtre principale */
/* WELCOME TEXT */
.smart-welcome {
    color: #FFF;
    font-family: Roboto;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Title main text */
.smart-maintext {
    color: #FFF;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* standard text */
.smart-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.smart-footer {
    color:  #DFDFDF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* fenêtre available all texts */
.smart-avail-title {
    color: #DA1884;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.smart-avail-text {
    color: #00205B;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.smart-avail-month {
    color: #00205B;
    text-align: center;
    font-family: "Helvetica CE 55 Roman";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    
}

.smart-calendar-weekend {
    background-color: burlywood;
}

/* BOUTONS de l'interface principale */

.smart-custom-button {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px;

    border-radius: 19px;

    display: inline-block;
}

.smart-button-1 {
    background-color: #00AEC7;

}

.smart-button-2 {
    background-color: #FE5000;

}

.smart-button-3 {
    background-color: #84BD00;
}


/* SMALL */

@media (min-width: 576px) {
    .smart-custom-button {
        width: 180px;
        height: 150px;
    }
}

@media (min-width: 768px) {

    .smart-welcome {
        font-size: 4.5rem;

    }
}

/* vue calendrier available */

/* utiliser smart-backgroun */
.pbBGBlue {
    background-color: #0e339a;
}

.PBSelectBlue {
    background-color: cadetblue;
}

.PBDateUnavailable {
    background-color: lightyellow;
}

.is-hidden {
    display: none;
    overflow: hidden;
    max-height: 0;
}


/* calendrier available */
.calendar-avail-table {
    width: 100%;
    height: 62vh; /*   calc(100vh - 220px); */
}

.calendar-avail-table td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: top;
    width: 14.29%; /* 14.29%; */
    /* height: 20%; */
}

.calendar-avail-table-5 td {
    height: 20%;
}
.calendar-avail-table-6 td {
    height: 16.6%;
}
.calendar-avail-table-4 td {
    height: 25%;
}

/* .calendar-avail-day {
    height:109px;
} */

/* Calendrier */
/* .calendar__table {
    width: 100%;
    height: calc(100vh - 220px);
}

.calendar__table td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: top;
    width: 14.29%;
    height: 20%;
}

.calendar__table_6 td {
    height: 16.6%;
}

.calendar__weekday {
    font-weight: bold;
    color: black;
    font-size: 1.2em;
} */