﻿html {
    min-height: 100%;
    --main-color-DARK: rgb(13, 35, 102);
    --main-color-MIDTWO: rgb(65, 183, 234);
    --main-color-MIDTREE: rgb(161, 207, 104);
    --main-color-MID: rgb(240, 80, 85);
    --main-color-LIGHT: rgb(237, 236, 236);
}

body {
    background-color: var(--main-color-LIGHT);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 1000px;
    /*line-height: 15px;*/
}

.fontform {
    /*background-color: rgb(250,250,250);*/
    background-size: cover;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

.Master_Body {
    font-family: Helvetica,sans-serif,Arial;
    font-size: 11pt; /*POLICE*/
    color: white;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.Master_Header {
    height: 65px;
    width: 100%;
    position: fixed;
    background-color: var(--main-color-DARK);
    box-shadow: 0px 0px 30px rgba(0, 5, 90, 0.46);
    margin-left: auto;
    margin-right: auto;
}

.Master_Header_Content {
    width: 1050px;
    height: 100%;
}


.Master_Header_Acces {
    position: fixed;
    margin-left: 80px;
    margin-top: 65px;
}

.Master_Header_Acces_Content {
    display: block;
    height: 22px;
    width: 65px;
    border-radius: 0 0 15px 15px;
    border: solid 1px var(--main-color-MID);
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 40%), 0 1px 1px rgb(0 0 0 / 20%);
    background: var(--main-color-MID);
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px 22px;
}

#btn-ICO_ACCESS {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 47px 21px;
}

.Down {
    background-image: url(../Images/Onglet/down.png);
}

.Up {
    background-image: url(../Images/Onglet/up.png);
}

.Master_Header_Acces_Lien {
    display: none;
    height: 280px;
    width: 100%;
    margin-top: 65px;
    position: fixed;
    border: solid 1px var(--main-color-MID);
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 40%), 0 1px 1px rgb(0 0 0 / 20%);
    background-color: rgba(240, 80, 85, 0.4);
    color: #FFF;
    backdrop-filter: blur(15px) grayscale(0.3) opacity(0.95);
    padding: 70px;
    overflow-x: auto;
    overflow-y: auto;
}

    .Master_Header_Acces_Lien .btn-MENU-ONGLET {
        display: inline-block;
        width: 150px;
        height: 130px;
        border-radius: 3px;
        border: solid 1px var(--main-color-DARK);
        text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 40%), 0 1px 1px rgb(0 0 0 / 20%);
        background-color: var(--main-color-DARK);
        background: var(--main-color-MIDTWO);
        color: #FFF;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

        .Master_Header_Acces_Lien .btn-MENU-ONGLET:hover {
            border: solid 1px var(--main-color-LIGHT);
        }

.Master_Logo {
    position: absolute;
    margin-left: 45%;
    height: 64px;
    width: 155px;
    background-image: url(../Images/Master/Logo_header_L.png);
}

.Master_Ico {
    position: absolute;
    height: 65px;
    width: 65px;
    background-image: url(../Images/Master/Ico_header_L.png);
    background-repeat: no-repeat;
    background-position: 13px 13px;
}

.btn-MENU-ACT {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 34px;
}

/*-------------------------------*/
/* 		DEB CSS MENU 2 VERTI	 */
/*-------------------------------*/

.btn-MENU-VertiBlock {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../Images/Onglet/close2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}

.btn-MENU-VertiNone {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../Images/Onglet/epingle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
}

/*#imgMenuVertiNone{    background-image: url(../Images/Onglet/epingle.png) ;}
#imgMenuVertiBlock{    background-image: url(../Images/Onglet/close2.png) ;}*/

#MenuAct {
    background-image: url(../Images/Onglet/ico_menu.png);
}

#Menu_verti_picto {
    position: absolute;
    width: 40px;
    height: 40px;
    padding-left: 140px;
    padding-top: 82px;
}

    #Menu_verti_picto a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 3px 3px 3px 3px;
    }

        #Menu_verti_picto a:hover {
            background-color: var(--main-color-MIDTWO);
        }

#Menu_verti {
    position: fixed;
    margin-left: 65px;
    width: 195px;
    height: 100%;
    background-color: var(--main-color-DARK);
    box-shadow: 0px 15px 30px rgba(0, 5, 90, 0.46);
    display: none;
}


#Menu_verti_content {
    padding-top: 128px;
    width: 65px;
}

#Menu_Grp_Page {
    /*padding-top: 128px;
	width: 65px;*/
    padding-bottom: 20px;
    width: 270px;
}

.titre-menu2 {
    height: 29px;
    width: 195px;
    padding-top: 14px;
    text-align: center;
    background-color: rgb(13, 35, 102);
    color: white;
}

div#Menu_Grp_Page.titre-menu2 {
    color: rgb(240, 80, 85);
    background-color: white;
}

.titre-menu2:hover {
    color: rgb(13, 35, 102);
    background-color: white;
}

.titre-menu2-js {
    height: 29px;
    width: 195px;
    padding-top: 14px;
    text-align: center;
    color: rgb(13, 35, 102);
    background-color: white;
}

.titre-menu2-li {
    width: 195px;
    box-shadow: 0 1px 18px rgba(0,0,0,.3);
}

#Menu_verti_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Menu_Grp_Page ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*---*/
    width: 270px;
}

#Menu_verti_content li {
    display: -webkit-inline-box;
    margin: auto;
    padding: 0;
    border-bottom: 1px solid;
}

#Menu_Grp_Page li {
    display: -webkit-inline-box;
    margin: auto;
    padding: 0;
    border-bottom: 1px solid;
}

#Menu_verti_content li a {
    display: block;
    width: 270px;
    height: 29px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 10px;
    color: rgb(13, 35, 102);
    background-color: rgb(65, 183, 234);
}

#Menu_Grp_Page li a {
    display: block;
    width: 270px;
    height: 29px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 10px;
    color: rgb(13, 35, 102);
    background-color: rgb(240, 80, 85);
}

#Menu_verti_content li a:hover {
    color: white;
    background-color: rgb(240, 80, 85);
}

#Menu_Grp_Page li a:hover {
    color: white;
    background-color: rgb(65, 183, 234);
}


/*-------------------------------*/

#Menu_verti_content ul li ul {
    position: absolute;
    left: 195px;
    padding: 0;
    list-style-type: none;
    display: none;
    box-shadow: 0px 15px 30px rgba(0, 5, 90, 0.46);
}

#Menu_verti_content ul li:hover ul {
    display: block;
}

/*-------------------------------*/

#Menu_Grp_Page ul li ul {
    position: absolute;
    left: 16%;
    margin-top: 43px;
    padding: 0;
    list-style-type: none;
    display: none;
    box-shadow: 0px 15px 30px rgba(0, 5, 90, 0.46);
}

#Menu_Grp_Page ul li:hover ul {
    display: block;
}


/*-------------------------------*/
/* 		FIN CSS MENU 2 VERTI	 */
/*-------------------------------*/

/*
.Master_Logo:hover {
    position: absolute;
    margin-left : 50px;
    height: 65px;
    width: 69px;

    background-image: url(../Images/Onglet/Logo_header_L_hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#lienAccueil{
    height: 100%;
    width: 100%;
}

#lienAccueil:hover{
    background-color: white;
    background-image: url(../Images/Onglet/Logo_header_L_hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}*/

.Master_Info_Utilisateur {
    margin-left: 80px;
    position: absolute;
    top: 45px;
    font-size: 11pt; /*POLICE*/
    color: white;
}

.Master_Titre_Application {
    /*display:none;
	
	width: 550px;*/
    position: absolute;
    margin-left: 80px;
    margin-top: 10px;
    color: var(--main-color-MIDTWO);
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
}

.Master_Gestion {
    width: 100%;
    height: 100%;
    float: left;
    background-color: var(--main-color-LIGHT);
}

.Master_Message {
    /* width: 1050px;
	margin-bottom: 20px; */

    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    color: var(--main-color-MID);
}

    .Master_Message span {
        background-color: #ffffff;
    }

.Master_Content {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 90px;
    /*font-weight: bold;*/
}

.Accueil_Content {
    width: 1130px; /*1280px;*/
    margin-left: auto;
    margin-right: auto;
}

.Acteur_Content {
    /*width: 1050px;*/
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


.Master_Footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-style: italic;
    clear: both;
    font-size: 8pt;
}

/*####################*/


.Master_Menu_verti {
    width: 65px;
    height: 100%;
    position: fixed;
    background-color: var(--main-color-MIDTWO);
    box-shadow: 0px 15px 30px rgba(0, 5, 90, 0.46);
    /*margin-left: auto;
    margin-right: auto;*/
}

.Master_Menu_verti_Content {
    width: 100%;
    height: 100%;
    margin-top: 65px;
}


.Master_Menu_verti_Logo {
    position: absolute;
    margin-left: 45%;
    /*margin-left: 52px;
    margin-top: -3px;*/
    height: 64px;
    width: 155px;
    background-image: url(../Images/Onglet/Logo_header_L.png);
    background-repeat: no-repeat;
    /*background-position: 26px 15px;*/
}

.Master_Menu_verti_Ico_Menu {
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
    height: 64px;
    width: 64px;
    background-image: url(../Images/Onglet/ico_menu.png);
    background-repeat: no-repeat;
    /*background-position: 26px 15px;*/
}

.Master_Menu {
    margin-left: 13px;
    position: absolute;
    top: 85px;
}

    .Master_Menu a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 3px 3px 3px 3px;
    }

.Master_Param {
    margin-left: 13px;
    position: absolute;
    top: 450px;
}

    .Master_Param div {
        margin-top: 7px;
    }

        .Master_Param div div {
            display: block;
            width: 35px;
            height: 35px;
            border-radius: 3px;
            border: solid 1px var(--main-color-MID);
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
            background-color: var(--main-color-MID);
            background: var(--main-color-MID);
            color: #FFF;
            text-decoration: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px 25px;
        }

            .Master_Param div div:hover {
                display: block;
                width: 35px;
                height: 35px;
                border-radius: 3px;
                border: solid 1px var(--main-color-DARK);
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
                background-color: var(--main-color-DARK);
                background: var(--main-color-DARK);
                color: #FFF;
                text-decoration: none;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 25px 25px;
            }

/*...............................................................
MENU ONGLET
.................................................................*/


.btn-MENU-ONGLET {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    border: solid 1px var(--main-color-DARK);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: var(--main-color-DARK);
    background: var(--main-color-MIDTWO);
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}

#lienACC {
    background-image: url(../Images/Onglet/acc2.png);
}

    #lienACC:hover {
        background-image: url(../Images/Onglet/hover/accHo2.png);
    }


#lienCPT {
    background-image: url(../Images/Onglet/cpt2.png);
}

    #lienCPT:hover {
        background-image: url(../Images/Onglet/hover/cptHo2.png);
    }


#lienFRM {
    background-image: url(../Images/Onglet/form2.png);
}

    #lienFRM:hover {
        background-image: url(../Images/Onglet/hover/formHo2.png);
    }


#lienPRF {
    background-image: url(../Images/Onglet/perf2.png);
}

    #lienPRF:hover {
        background-image: url(../Images/Onglet/hover/perfHo2.png);
    }


#lienADH {
    background-image: url(../Images/Onglet/lic_pass2.png);
}

    #lienADH:hover {
        background-image: url(../Images/Onglet/hover/lic_passHo2.png);
    }


#lienASS {
    background-image: url(../Images/Onglet/ass2.png);
}

    #lienASS:hover {
        background-image: url(../Images/Onglet/hover/assHo2.png);
    }


#lienQST {
    background-image: url(../Images/Onglet/quest_sant2.png);
}

    #lienQST:hover {
        background-image: url(../Images/Onglet/hover/quest_santHo2.png);
    }

/*####################################*/

.Master_Menu_verti_Info_Utilisateur {
    margin-left: 100px;
    position: absolute;
    top: 45px;
    font-size: 11pt; /*POLICE*/
}

.Master_Menu_verti_Titre_Application {
    /*display:none;
	
	width: 550px;*/
    position: absolute;
    margin-left: 100px;
    margin-top: 10px;
    color: var(--main-color-MIDTWO);
    font-family: Arial;
    font-size: 24px;
    font-weight: normal;
}



/*####################*/

.Accueil_Content_left {
    /*width: 44%;*/
    width: 530px;
    height: 100%;
    float: left;
    margin-right: 24px;
}

.Accueil_Content_right {
    /*width: 51%;
    width: 727px;
    height: 100%;
    float: left;*/

    width: 530px;
    height: 100%;
    float: left;
    margin-right: 24px;
}

.Notif_Content_left {
    /*width: 44%;*/
    width: 530px;
    height: 100%;
    float: left;
    margin-right: 24px;
}

.Notif_Content_right {
    /*width: 51%;
    width: 727px;
    height: 100%;
    float: left;*/

    width: 530px;
    height: 100%;
    float: left;
    margin-right: 24px;
}


.Master_Menu_Page {
    width: 500px;
    height: 80px;
    padding-left: 248px;
    /*margin-left: auto;
    margin-right: auto;*/
    /*font-size: 11pt;*/
    font-weight: bold;
    /*text-align: center;*/
}

.Master_Action_Fermer {
    position: absolute;
    top: 23px;
    left: 13px;
}

.Master_Titre_Onglet {
    margin-left: 750px;
    position: absolute;
    top: 27px;
}

    .Master_Titre_Onglet:hover {
        background-color: white;
    }


/*...............................................................
INFO ACCUEIL
.................................................................*/

.btn-accueil-home {
    display: block;
    width: 137px;
    text-align: center;
    padding: 3px 12px;
}

.btn-accueil {
    font-family: Helvetica,sans-serif,Arial;
    font-size: 9pt;
    color: var(--main-color-DARK);
    font-weight: normal;
    display: block;
    width: 150px;
    text-align: center;
    background-image: linear-gradient(rgb(233, 235, 238),white);
    padding: 8px 12px;
    text-decoration: none;
    border-bottom: 3px solid;
    border-bottom-color: var(--main-color-MID);
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .btn-accueil:hover {
        font-family: Helvetica,sans-serif,Arial;
        font-size: 9pt;
        color: var(--main-color-DARK);
        font-weight: bold;
        display: block;
        width: 150px;
        text-align: center;
        background: white;
        padding: 8px 12px;
        text-decoration: none;
        border-bottom: 6px solid;
        border-bottom-color: blue;
        border-radius: 3px 3px 3px 3px;
        box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.6), 0 5px 5px rgba(0, 0, 0, 0.4);
    }

.img-trt-accueil {
    width: 100%;
    height: 42px;
}

.img-trt-accueil2 {
    width: 100%;
    height: 160px;
}

.img-trt-accueil3 {
    width: 100%;
    height: 338px;
}

.img-trt-accueil4 {
    width: 100%;
    height: 160px;
}

.img-trt-accueil5 {
    width: 100%;
    height: 160px;
}

.lbl-trt-accueil {
    width: 100%;
    padding-top: 5px;
}

.txt-trt-accueil {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}


/*...............................................................
ASSURANCE
.................................................................*/

.txt-trt-ass {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: var(--main-color-DARK);
}

/*...............................................................
PARRAINAGE
.................................................................*/

.txt-trt-par {
    display: inline-block;
    width: 97%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    color: var(--main-color-DARK);
}

/*...............................................................
INFO CNIL
.................................................................*/
#cnil_div {
    background-color: black;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.75;
}

#cnil_text {
    position: absolute;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 460px;
    height: 200px;
    background-color: white;
    border-radius: 3px 3px 3px 3px;
}

#Master_Info_CNIL {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    top: 0;
    left: 50%;
    overflow: hidden;
}

/*...............................................................
 Login
.................................................................*/
#login_title {
    height: 100px;
    position: relative;
    top: 16px;
}

#login_logo {
    background-image: url(../Images/Onglet/App_Login_Key.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    height: 80px;
}

#login_Text {
    text-align: center;
    font-size: 24px;
}

#Loginx {
    position: fixed;
    border: 1px solid;
    border-color: var(--main-color-MID);
}

.flexButtonLogin{

}

.Login_Lien {
    line-height: 30px;
    color: #7c8b9c;
    font-size: 12px;
    padding-left: 10px;
}

/*................................................................
Help
..................................................................*/
.helpbody {
}

.helpsection {
}

.helpfind {
    background-image: url(../Images/Ecran/App_Ecran_Saisie_Fond_Grey.png);
}

.helplib {
    color: white;
    font-weight: bold;
}

.helpfindcle {
}

.helpfindval {
    width: 90px;
}

.helpactionfind {
}

.helpactionclear {
}

/*...............................................................
 Bouton Action
.................................................................*/
.Class-Button-Close {
    border: none;
    width: 85px;
    height: 38px;
    font-weight: bold;
    background: url(../Images/Onglet/App_Button_close.jpg) no-repeat top left;
    color: transparent;
    cursor: pointer;
}

/*................................................................
hearder
..................................................................*/
#header_calorg {
    /*  float: right;     padding: 26px; */
    position: absolute;
    right: 0px;
    padding: 26px;
}

#header_fond {
}

#header_logo {
    /* float: left;*/
    position: absolute;
    height: 165px;
    width: 165px;
    background-image: url(../Images/Onglet/App_Logo_header.png);
    background-repeat: no-repeat;
    background-position: 26px 26px;
}

/* Header_Login */
#header_log {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 12px;
    color: white;
}

#header_info_user {
    position: absolute;
    top: 50px;
    left: 250px;
    width: 190px;
}

#header_info_orga {
    position: absolute;
    top: 50px;
    left: 450px;
    width: 190px;
    color: #9ba2ab;
}

#header_action_fermer {
    position: absolute;
    top: 10px;
    right: 26px;
    color: var(--main-color-MID);
}

#header_nav {
    /*position: absolute;
    top: 100px;
    left: 250px;
    height: 65px;
    width: 600px;*/
}

    #header_nav td {
        border-left: solid 2px;
    }

.header_nav_item {
    width: 65px;
    height: 65px;
    text-align: center;
    background: var(--main-color-MID);
    /*background-image: url(.../Images/Onglet/bg-menu.jpg);*/
    border-right-color: Aqua;
    border-right: 1px;
    border: 10px;
    border-color: var(--main-color-MIDTWO);
}

.selected {
    background: var(--main-color-DARK);
    /*background-image: url(.../Images/Onglet/bg-menu-sel.jpg);*/
}

.header_nav_item:hover {
    background: var(--main-color-LIGHT);
    border-color: var(--main-color-MIDTWO);
    border-right: 1px;
}

.header_nav_item_infos {
    font-family: Arial;
    font-style: italic;
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 64px;
    font-weight: normal; /*background-image: url(../Images/Archive/Test/bg-menu.jpg);*/
}

#header_nav img {
    padding-top: 25px;
    padding-bottom: 23px;
}

/*...............................................................
 Menu 
.................................................................*/
.Master_Menu_Item {
    width: 75px;
    height: 65px;
    text-align: center;
    background-image: url(../Images/Onglet/App_menu_fond.jpg);
    border-right-color: white;
    border-right: 1px;
}

.Master_Menu_Item_Selected {
    background-color: var(--main-color-DARK);
}

.Master_Menu_Item:hover {
    background-color: var(--main-color-LIGHT);
}

.Master_Menu_Info {
    color: var(--main-color-MIDTWO);
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 64px;
    font-weight: normal;
}

.Master_Menu_Item img {
    padding-top: 25px;
    padding-bottom: 23px;
}

/*...............................................................
Menu
.................................................................*/
.menu_gestion {
}

.menu_gestion_titre {
    background-color: navy;
    color: White;
    font-weight: bold;
    font-size: 9pt;
    height: 20px;
}

.menu_gestion_item {
    color: White;
}

.menu_gestion_lien {
    font-size: 9pt;
    color: White;
}

/*...............................................................
Acteur Menu
.................................................................*/
.acteur_menu {
    background-color: var(--main-color-MID);
    box-shadow: 4px 3px 18px rgba(0, 0, 0, 0.30);
}

.acteur_menu_item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #9ba2ab;
    border-bottom: 1px solid;
    border-bottom-color: var(--main-color-LIGHT);
}

.acteur_menu_item_selected {
    background-color: var(--main-color-DARK);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #9ba2ab;
    border-bottom: 1px solid;
    border-bottom-color: var(--main-color-DARK);
}

.acteur_menu_item a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.acteur_menu_item_selected a {
    color: var(--main-color-MIDTWO);
    font-weight: bold;
    text-decoration: none;
}

.acteur_menu_item:hover {
    color: white;
    background-color: var(--main-color-DARK);
}

.Acteur_Content div.titre {
    display: block;
    width: 70%;
    text-align: center;
    color: white;
    background-color: var(--main-color-DARK);
    border-radius: 5px 5px 5px 5px;
    padding: 6px 0;
}



/*-------------------------------*/
/* 		DEB CSS onglet HORIZ	 */
/*-------------------------------*/

#onglet {
    height: 55px;
}


.etape-onglet-li {
    box-shadow: 0 1px 18px rgba(0,0,0,.3);
    width: 30px;
}

    .etape-onglet-li div {
        display: block;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        color: white;
        background-color: rgb(13, 35, 102);
        border-bottom: solid 1px;
        border-color: rgb(13, 35, 102);
    }

.titre-onglet-li {
    box-shadow: 0 1px 18px rgba(0,0,0,.3);
    /*width: 17%;*/
    height: 46px;
    border-radius: 3px;
}

#onglet ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#onglet li {
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
    /*margin: auto;
    padding: 0;
    border-radius: 2px 2px 2px 2px;*/
}

    #onglet li.etape-onglet-li div {
        height: 28px;
        padding-top: 13px;
    }


    #onglet li:hover {
        background-color: var(--main-color-DARK);
    }

    #onglet li a {
        display: block;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: solid 1px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        padding-left: 10px;
        padding-right: 10px;
    }


        #onglet li a.Valide {
            border-color: rgb(13, 35, 102);
            color: rgb(13, 35, 102);
            background-color: rgb(161, 207, 104);
        }

            #onglet li a.Valide:hover {
                color: white;
                background-color: var(--main-color-DARK);
            }

        #onglet li a.EnCours {
            border-color: rgb(13, 35, 102);
            color: rgb(13, 35, 102);
            background-color: rgb(65, 183, 234);
        }

            #onglet li a.EnCours:hover {
                color: white;
                background-color: var(--main-color-DARK);
            }

        #onglet li a.EnAtt {
            border-color: rgb(13, 35, 102);
            color: rgb(13, 35, 102);
            background-color: grey;
        }

            #onglet li a.EnAtt:hover {
                color: rgb(13, 35, 102);
                background-color: grey;
            }

/*-------------------------------*/

#onglet ul li ul {
    display: none;
}

#onglet ul li:hover ul {
    display: block;
}

#onglet li:hover ul li {
    float: none;
}

/*-------------------------------*/
/* 		FIN CSS onglet HORIZ		 */
/*-------------------------------*/
