@font-face {
    font-family: 'Roboto-Light';
    src: url('font/Roboto-Light.woff2') format('woff2'),
    url('font/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-medium';
    src: url('font/Roboto-Medium.woff2') format('woff2'),
    url('font/Roboto-Medium.woff') format('woff');

}
@font-face {
    font-family: 'Roboto-Black';
    src: url('font/Roboto-Black.woff2') format('woff2'),
    url('font/Roboto-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold-condensed';
    src: url('font/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('font/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('font/Roboto-Thin.woff2') format('woff2'),
    url('font/Roboto-Thin.woff') format('woff');
}


html {
    height: 100%;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;

}

body {
    min-height: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 13px;
    background: white;
    background-attachment: fixed;
}
fieldset{
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 5px;
}
fieldset legend{
    font-weight: bold;
}
/* ============================================================ */
/* TABLEAU STD */
.tableau_STD {
    width: 100%;
    border: 1px solid rgba(0254, 195, 41, 1);
    border-collapse: collapse;
}

.tableau_STD_ligne {
    border: 1px solid rgba(254, 195, 41, 1);
}

.tableau_STD td {
    padding: 8px;
}
.tableau_STD_ligne_sel {
    background-color: rgba(254, 195, 41, 0.5);
}
.tableau_STD_ligne:hover {
    background-color: rgba(254, 195, 41, 0.1);
}

.tableau_STD_ligne_premiere {
    background-color: rgba(254, 195, 41, 0.9);
    font-weight: bold;
    text-transform: uppercase;
}

.tableau_STD_coul_red {
    background-color: rgba(255, 0, 0, 0.1);
}

.tableau_STD_coul_orange {
    background-color: rgba(255, 255, 0, 0.1);
}

.tableau_STD_ligne_total {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.tableau_STD_ligne_grise {
    color : rgba(255,255,255,0.3);
}

/* ============================================================ */
/* FENETRE PRINCIPALE */
#fenetre_principale {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - 130px); /*350*/
    margin-top: 80px;
}

#fenetre_identification_div {
    width: 400px;
    height: 150px;
    margin-top: -200px;
    margin-left: -50px;
}

#fenetre_identification_heure {
    padding: 20px;
    border-radius: 10px;
    margin-bottom : 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#fenetre_identification_img {
    padding: 20px;
}
#fenetre_identification_img img {
    overflow: hidden;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 100;
}
#fenetre_identification {
    margin: auto auto;
    color: rgba(0,0,0,0.85);
    text-align: center;
    height: 150px;
}


.erreur {
    color: red;
}
.warning {
    color: darkorange;
}
.gris {
    color: gray;
}

/* ============================================================ */
/* MENU */
#menubar {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#menubar::-webkit-scrollbar {
    display: none;
}

#menubar #menubarMenu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
}

#menubar li{
    margin: 5px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    transition: 0.2s;
}

#menubar li:hover{
    background: rgba(255, 255, 255, 0.1);
}

#menubarMenu li a {
    width : 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.menubarImageConteneur {
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    padding : 7px 10px;
}
#menubar #menubarMenu li a{
    padding: 5px 10px;
    text-decoration: none;
    color: rgba(0,0,0,0.75);
}
#menubarMenu img{
    height:30px;
}
.menu_separate {
    height : 1px;
    padding : 5px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.menuShadow a {
    background: rgba(254, 195, 41, 1);
    border-radius: 10px;
}
#RechercheBar{
    margin-left: 10px;
}
#Logiciel #logo{
    height : 75px;
    margin-left : 30px;
}
/* ============================================================  */
/* FENETRE DROITE */
#cadre_droite {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;

}

/* ============================================================ */
/* USERBAR */
#userbar {
    background: rgba(230, 230, 230, 0.8);
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(254, 195, 41, 1);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    color: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50000;
}
#userbar #Logiciel{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
}

#userInfo {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
}


#UserDeconnection img {
    height: 25px;
    padding : 8px;
    border-radius: 8px;
    margin-left: 10px;

}
#UserDeconnection img:hover{
    background: rgba(254, 195, 41, 1);
}
#UserIntitule {
    padding: 0 15px;
    text-align: center;
}

#userDeconnection {
    margin-right: 20px;
}

#userDeconnection INPUT {
    padding: 0;
    background: none;
    border: none;
    font-size: 11px;
    color: rgba(254, 195, 41, 1);
}

/* ============================================================ */
/* FENETRE ENFANT */
#fenetre_enfant {
    color: black;
    padding: 10px;
    width: calc(100% - 20px); /*on enleve le padding */
    height: 100%;
}

/* ============================================================ */
/* FORMULAIRES */
.Formulaire INPUT {
    border: 1px solid rgba(254, 195, 41, 1);
    background: white;
    padding: 5px;
    color: rgb(115, 87, 25);
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}

.Formulaire INPUT:disabled {
    color: rgba(255, 255, 255, 0.4);
}

.Formulaire INPUT[type="submit"] {
    border: 1px solid rgba(254, 195, 41, 1);
    background:  rgba(254,195,41, 1);
    padding: 5px;
    color: white;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}
.Formulaire INPUT[type="submit"]:disabled {
    border: 1px solid rgb(119, 115, 104);
    background: rgb(255, 239, 194);
    padding: 5px;
    color: gray;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    border-radius: 4px;
}
.Formulaire TEXTAREA {
    border: 1px solid rgba(254, 195, 41, 1);
    padding: 5px;
    color: rgb(115, 87, 25);
    font-family: 'Roboto-Light', sans-serif;
    /*font-size: 14px;*/
    border-radius: 4px;
}

.Formulaire SELECT {
    border: 1px solid rgba(254, 195, 41, 1);
    padding: 5px;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;
    min-width: 120px;
    border-radius: 4px;
    color: rgb(115, 87, 25);

}

.Formulaire select option {
    background: white;
    padding: 5px;
    color: rgb(115, 87, 25);
    font-family: 'Roboto-Light', sans-serif;
    font-size: 16px;

}
.Formulaire_marge {
    margin : 5px;
}
.Formulaire_5050 .titre{
    width : calc(50% - 15px);
    text-align: right;
    margin-right: 15px;

}
.Formulaire_5050 .champ{
    width : 50%;
    text-align: left;
}
.Formulaire_toute_largeur TEXTAREA, .Formulaire_toute_largeur input:not([type="submit"]), .Formulaire_toute_largeur SELECT{
    width : 100%;
}
.Formulaire_toute_largeur .Formulaire_5050 .titre {
    width:300px;
}
.Formulaire_toute_largeur .Formulaire_5050 .champ {
    width : calc(100% -350px);
}
.FormulaireText12 {
    font-size: 12px;
}
.FormulaireInput_L30{
    width : 30px;
}
.FormulaireInput_L50{
    width : 50px;
}
.FormulaireInput_L100{
    width : 100px;
}
FormulaireInput_L180{
    width : 180px;
}

.FormulaireInput_L200{
    width : 200px;
}
.FormulaireInput_L210{
    width : 210px;
}

.FormulaireInput_L350{
    width : 350px;
}

.formulaire_questionnaire INPUT{
    width: 200px;
    padding : 5px;
}
.formulaire_questionnaire SELECT{
    width: 210px;
    padding : 5px;
}

/* ============================================================ */
/* EN LIGNES - COLONNES - divers mise en forme */
.en_lignes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.en_colonnes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp_between {
    justify-content: space-between;
}

.sp_around {
    justify-content: space-around;
}

.justy_left {
    justify-content: flex-start;
}
.justy_right {
    justify-content: flex-end;
}
.stretch {
    align-items: stretch;
}
.justy_stretch {
    justify-content: stretch;
}


.flex_align_top {
    align-items: flex-start;
}
.flex_align_bot {
    align-items: flex-end;
}
.flex_align_normal {
    align-items: normal;
}
.flex_grow1 {
    flex-grow: 1;
}
.Wrap {
    flex-wrap: wrap;
}
.noWrap {
    flex-wrap: nowrap;
}

.petit {
    font-size: 10px;
}
.texte12 {
    font-size: 12px;
}
.img_48 {
    height:48px;
}
.img_32 {
    height:32px;
}
.img_25 {
    height:25px;
}

.img_20 {
    height:20px;
}
.img_16 {
    height:16px;
    margin-bottom: -3px;
}
.img_20_ln {
    height:20px;
}
.width_100pPage {
    width : calc(100% - 75px);
}
.width_100p {
    width : 100%;
}
.width_100ppad {
    width : calc(100% - 40px);
    padding : 10px;
}

.w100poverflow{
    width : 100%;
    overflow: hidden;
    height: 15px;
    font-size : 11px;
}
.w20 {
    width : 20px;
}
.w40 {
    width : 40px;
}
.w80 {
    width : 80px;
}
.w100 {
    width : 100px;
}

.w170 {
    width : 170px;
}
.w200 {
    width : 200px;
}
.w220 {
    width : 220px;
}
.w300 {
    width : 300px;
}
.w350 {
    width : 350px;
}
.maxwidth_700 {
    max-width : 700px;
}
.maxwidth_500 {
    max-width : 500px;
}
.minwidth_300 {
    min-width : 300px;
}
.marge_10 {
    margin : 10px;
}
.marge_R_20 {
    margin-right : 20px;
}
.marge_R_10 {
    margin-right : 10px;
}
.marge_L_10 {
    margin-left : 10px;
}
.margetop_5 {
    margin-top : 5px;
}
.margetop_10 {
    margin-top : 10px;
}
.margebot_8 {
    margin-bottom: 8px;
}
.margebot_15 {
    margin-bottom: 15px;
}
.margetopbot_15 {
    margin-top : 15px;
    margin-bottom : 15px;
}
.margetopbot_25 {
    margin-top : 25px;
    margin-bottom : 25px;
}
.margebot_moins4{
    margin-bottom: -4px;
}
.padding_10 {
    padding : 10px;
}
.padding_5 {
    padding : 5px;
}

.align_R{
    text-align: right;
}
.align_L{
    text-align: left;
}

.lien {
    color : white;
    text-decoration: none;
    cursor: pointer;
}
.message_fntre {
    line-height: 15px;
    margin-top : -15px;
}
.success {
    color: lime;
    font-family: 'Roboto-medium', sans-serif;
}
.error {
    color: darkred;
    font-family: 'Roboto-medium', sans-serif;
}
.trait {
    height : 1px;
    width : 100%;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.cursor_pointer {
    cursor : pointer;
}

/* ================================================= */
/* PAGE */
.board_case {
    background: rgba(254, 195, 41, 0.1);
    padding : 20px;
    margin: 10px;
    border-radius: 5px;
    backdrop-filter: blur(1px);
    border : 1px solid rgba(254, 195, 41, 1);
    
}
.board_case div{
    

}
.board_title {
    background : rgba(254, 195, 41, 1);
    color : white;
    font-weight: bold;
    padding : 10px;
    margin-top : -20px;
    margin-left : -20px;
    margin-right : -20px;
    margin-bottom: 20px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.board_s_title {
    background : rgba(254, 195, 41, 1);
    font-weight: bold;
    padding : 10px;
    margin-top : -40px;
    margin-left : -20px;
    margin-right : -20px;
    margin-bottom: 20px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.page_title {
    background : rgba(0, 0, 0, 1);
    color : white;
    font-family: 'Roboto-medium';
    padding : 10px;
    margin : 10px 0 10px 0;
    width : calc(100% - 20px);
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.small_title {
    background : rgba(254, 195, 41, 1);
    color : white;
    font-family: 'Roboto-medium';
    padding : 10px;
    margin : 10px 0 10px 0;
    width : calc(100% - 20px);
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.scrollY {

}
.mCSB_inside > .mCSB_container{ margin-right: 10px; }
.mCSB_inside > .mCSB_container{ padding-right: 10px; }

.Bouton {
    margin : 10px;
    padding: 10px;
    border-radius: 5px;
    background : rgba(254, 195, 41, 1);
    color : white;
    text-decoration: none;
    cursor: pointer;
}
.Bouton:hover {
    background : rgba(254, 195, 41, 0.75);
}
.Bouton:active {
    background : rgba(254, 195, 41, 0.5);
}
.Bouton_rouge {
    background : rgba(255, 4, 4, 0.84) !important;
    color : white !important;
}
.espace20 {
    margin : 10px;
}
.clicable {
    cursor: pointer;
}
.coul_recherche {
    font-weight: bold;
    color : rgba(254, 195, 41, 1);
}
.height_150_scroll {
    height : 150px;
    overflow-y: scroll;
    border: 1px solid rgba(254, 195, 41, 1);
}
.height_400_scroll {
    height : 400px;
    overflow-y: scroll;
    border: 1px solid rgba(254, 195, 41, 1);
}
#cadre_facturation {
    border : 1px solid rgba(0,0,0, 0.2);
    border-radius: 10px;
}
#conditions_generales {
    background : white;
    width : 650px;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid rgba(254, 195, 41, 1);
    border-radius: 10px;
    padding: 10px;
}
.infobulle {
    display: none;
    position: relative;
    width : 200px;
    padding : 15px;
    margin-top: -70px;
    right : -400px;
    border : 1px solid black;
    border-radius : 10px;
    background: rgba(255,255,0,0.2);
}
.imginfo {
    position: relative;
    margin-top: -95px;
    right : -450px;
}
.imginfo img, .imginfob img, .imginfoc img{
    width : 350px;
    border: 1px solid rgba(254, 195, 41, 1);
    border-radius: 10px;
}
.imginfob {
    position: relative;
    margin-top: -145px;
    right : -450px;
}
.imginfoc {
    position: relative;
    margin-top: -200px;
    right : -450px;
}

/* ================================================= */
/* CSS icone calendrier du datepicker */
.ui-datepicker-trigger {
    width : 25px;
    margin-bottom: -7px;
    margin-left : 10px;
    margin-right : 20px;
}
/* ================================================= */
/* RESPONSIVE */

@media (max-width: 1700px) {

    #fenetre_enfant {
        width: 100%;
    }

    #conditions_generales{
        width : 100%;
    }
}

@media (max-width: 950px) {

    .en_lignes {
        flex-wrap: wrap;
    }

    #conditions_generales{
        width : 100%;
    }
    .infobulle, .imginfo, .imginfob, .imginfoc {
        display: block;
        position: center;
        margin-top: 0px;
        right : 0px;

    }



}