*{
    font-size: 15px;
    margin:0px;
    padding: 0px;
}

body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #eaeced;
}
.image_fond{
    width: 50%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.image_fond_accueil{
    width: 60%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

@keyframes pulse {
    0% { r: 5; fill: #00f; opacity: 0.6; }
    50% { r: 8; fill: #00f; opacity: 1; }
    100% { r: 5; fill: #00f; opacity: 0.6; }
}

.first-point {
    animation: pulse 1s infinite;
}

/*preload*/
#chargementimage{
  display: none;
}
#image{
  opacity : 0;
  width : 0%;
}

a.cgu{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    float: right;
}

a.cgu:visited{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    float: right;
}
/*plan interactif*/
#plan-container {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 6px 0px #0f153a;
    border-radius: 3px;
    width: 60%;
    left: 20%;
    top: 70px;
}
#plan {
    width: 100%;
    display: block;
    border-radius: 3px;
}
svg {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    pointer-events: none;
    z-index: 10;
}
circle {
    fill: blue;
    stroke: white;
    stroke-width: 1px;
}
polygon {
    fill: #00feff4f;
    stroke: #00feff85;
    stroke-width: 1px;
    z-index:100;
    cursor: pointer;
}
#zone-form {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    background-color: #fff;
    top: 120px;
    width: 24%;
    left: 38%;
    z-index:1000;
}
#zone-form_2 {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    background-color: #fff;
    top: 120px;
    width: 24%;
    left: 38%;
    z-index:1000;
}
label {
    display: block;
    margin-top: 5px;
}
#mouse-coordinates {
    background-color: #0f153a;
    display: inline-block;
    height: 30px;
}
.travaux{
    width: 30%;
    position: relative;
    left: 35%;
    top: 110px;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 #717171;
}

.ferme{
    display: none;
    width: 20px;
    float: right;
    margin: 0px 0 10px 0;
    cursor: pointer;
}
.ouvre{
    width: 20px;
    float: right;
    margin: 0px 0 10px 0;
    cursor: pointer;
}
.gestion_consignes{
    height: 38px;
    overflow: hidden;
}
.gestion_staff_EU{
    height: 38px;
    overflow: hidden;
}
.gestion_installation_EU{
    height: 38px;
    overflow: hidden;
}
.gestion_matos_EU{
    height: 38px;
    overflow: hidden;
}
.gestion_EE{
    height: 38px;
    overflow: hidden;
}
.gestion_plan{
    height: 38px;
    overflow: hidden;
}
.opt_plan{
    display: none;
    border: none;
    font-size: 13px;
    color: #000;
}
.espace_top{
    margin-top: 82px;
    position: fixed;
}
.espace_bottom{
    min-height: 650px;
}
.espace_bottom_success{
    min-height: 800px;
}
.espace_bottom_success_2{
    min-height: 420px;
}
.espace_intercal{
    height: 100px;
}
.image_de_fond{
    width: 100%;
    position: fixed;
    top: 5%;
}
.image_de_fond_sm{
    width: 150%;
    position: fixed;
    top: -150px;
    left: -100px;
}
.image_de_fond_xs{
    width: 200%;
    position: fixed;
    top: -5%;
    left: -5%;
}
.image_de_fond_matrix{
    position: fixed;
}
.image_de_fond_matrix_sm{
    position: fixed;
}
.image_de_fond_matrix_xs{
    position: fixed;
}

.feuille{
    position:relative;
    top: 72px;
    width:100%
}
.feuille_connexion{ 
    position: relative;
    top: 110px;
    width: 100%;
}
.feuille_connexion_create{ 
    position: relative;
    top: 65px;
    width: 100%;
}
.formulaire{
    border: solid 1px #000;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}
.section_connexion{
    background-color: #fff;
    padding: 25px;
    border-radius: 3px;
    border: solid 1px #322000;
    box-shadow: 0 0 5px 0;
}
.section{
    background-color: #fff;
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #322000;
    box-shadow: 0 0 5px 0;
    margin: 0px 0px 10px 0px;
}
.section_bis{
    background-color: #fff;
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #322000;
    box-shadow: 0 0 5px 0;
    top: 15px;
}
.input-group-addon{
    background-color: transparent;
    position: absolute;
    right: 36px;
    border: none;
    border-radius: 3px;
    margin: 1px 0 0px 0;
    padding: 7px;
    color: #000;
}
label {
    display: flex;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 300;
}

.entete_haut{
    position: fixed;
    width: 100%;
    z-index: 99;
    color: #eaeced;
    box-shadow:0 0 8px 0;
}
.entete{
    background: #0f153a;
    line-height: 55px;
    color: #eaeced;
    position: relative;
    min-height: 55px;
}
.entete-sm_xs{
    background: #0f153a;
    color: #eaeced;
    line-height: 40px;
    min-height: 38px;
    position: fixed;
    top: 0;
    box-shadow: 0 0 8px 0;
}

.navigation_menu{
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background-color: #0f153a;
    padding: 5px;
    border: solid 1px #0f153a;
    width: 130px;
    float: right;
    margin: 8px 0px -50px 0px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.navigation_menu:hover{
    text-decoration: none;
    cursor: pointer;
    color: #0f153a;
    background-color: #fff;
    padding: 5px;
    border: solid 1px #0f153a;
    width: 130px;
    float: right;
    margin: 8px 0px -50px 0px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.navigation_menu:visited{
    text-decoration:none;
    cursor: pointer;
}

.bouton_souscrire{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #0f153a;
    background-color: #eaeced;
    padding: 0px 20px;
    border: solid 1px #0f153a;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    margin: 7px 0 0 5px;
    float: right;
    position: relative;
    z-index: 99;
    line-height: 0px;
}
.bouton_souscrire:hover{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #eaeced;
    background-color: #0f153a;
    padding: 0px 20px;
    border: solid 1px #eaeced;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    margin: 7px 0 0 5px;
    float: right;
    position: relative;
    z-index: 99;
    line-height: 0px;
}
.bouton_souscrire:visited{
    text-decoration:none;
    cursor: pointer;
}
.bouton_souscrire_xs{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #0f153a;
    background-color: #eaeced;
    padding: 0px 9px;
    border: solid 1px #0f153a;
    font-size: 13px;
    height: 26px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    margin: 7px 0 0 5px;
    float: right;
    position: relative;
    z-index: 99;
    line-height: 0px;
}
.bouton_souscrire_xs:hover{
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #eaeced;
    background-color: #0f153a;
    padding: 0px 9px;
    border: solid 1px #eaeced;
    font-size: 13px;
    height: 26px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    margin: 7px 0 0 5px;
    float: right;
    position: relative;
    z-index: 99;
    line-height: 0px;
}
.bouton_souscrire_xs:visited{
    text-decoration:none;
    cursor: pointer;
}
.bouton_transfert_success{
    width: 100%;
    color: #fff;
    border: none;
    background-color: green;
    border-radius: 3px;
    height: 25px;
    margin: 10px 0 10px 0px;
}
.bouton_transfert_error{
    width: 100%;
    color: #fff;
    border: none;
    background-color: red;
    border-radius: 3px;
    height: 25px;
    margin: 10px 0 10px 0px;
}
.sepa{
    width: 97.5%;
    padding: 10px;
}
.connexion_image{
    width: 42%;
    padding: 14px;
}

.facebook_pick{
  width: 4%;
  cursor: pointer;
}
.facebook_pick_black{
    width: 40px;
    margin: -1px 0 0 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    color: #fff;
}
.facebook_pick_black_rgpd{
    width: 40px;
    margin: -1px 0 0 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    color: #fff;
}
.facebook_pick_black-sm_xs{
    width: 30px;
    margin: 4px 0 0px 5px;
    cursor: pointer;
    float: right;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    color: #fff;
}
.facebook_pick_black_rgpd-sm_xs{
    width: 30px;
    margin: 4px 0 0px 5px;
    cursor: pointer;
    float: right;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
    color: #fff;
}
.deconnexion_pick_black-sm_xs{
    width: 40px;
    margin: 8px 0 7px 0px;
    cursor: pointer;
    border-radius: 3px;
}

.titre{
    font-size: 250%;
    font-weight: 600;
    color: #0f153a;
    padding: 0 0 10px 0;
}
.sous_titre{
    font-size: 120%;
    font-weight: 600;
    color: #0f153a;
}
.medium_titre{
    font-size: 15px;
    font-weight: 600;
    margin: 2px 0px 1px 0;
    text-decoration: none;
    text-align: center;
}
.mini_titre{
    width: 100%;
    margin: 8px 0 2px -15px;
    font-size: 13px;
    text-decoration: none;
}
.all_coche{
    width: 120px;
    font-size: 12px;
    border: solid 1px #000;
    border-radius: 3px;
    background: #fff;
    color: #000;
    margin: 5px 0 10px 0;
    cursor: pointer;
    text-align: center;
}
.all_coche:hover{
    width: 120px;
    font-size: 12px;
    border: solid 1px #000;
    border-radius: 3px;
    background: #000;
    color: #fff;
    margin: 5px 0 10px 0;
    cursor: pointer;
    text-align: center;
}
.all_coche:visited{
    text-decoration:none;
    cursor: pointer;
}

.chercher{
    padding: 2% 1% 1% 1%;
    background-color: #fff;
    margin-top: 90px;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    border-radius: 3px;
}
.groupe_cherche{
    text-align: left;
    float: left;
}

.titre_admin_article{
    font-weight: 600;
    font-size: 18px;
    color: #0f1539;
    text-align: left;
    margin: 5px 0 15px 0;
    background-color: #fff;
    border-radius: 3px;
}

.choix_message{
    background: none;
    border: none;
    padding: 2px;
    height: 40px;
    margin: 5px 0 5px 0;
    width: 100%;
    font-weight: 300;
}

.create{
    text-decoration: none;
    cursor: pointer;
    color: #eaeced;
    background-color: #0f153a;
    padding: 4px 20px;
    border: solid 1px #0f153a;
    width: 100%;
    height: 34px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.create:hover{
    text-decoration: none;
    cursor: pointer;
    color: #0f153a;
    background-color: #d8e9f7;
    padding: 4px 20px;
    border: solid 1px #0f153a;
    width: 100%;
    height: 34px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.create:visited{
    text-decoration:none;
    cursor: pointer;
}
.create_valide{
    text-decoration: none;
    cursor: pointer;
    color: #0f153a;
    background-color: #d8e9f7;
    padding: 4px 20px;
    border: solid 1px #d8e9f7;
    width: 100%;
    height: 34px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.create_valide:hover{
    text-decoration: none;
    cursor: pointer;
    color: #d8e9f7;
    background-color: #0f153a;
    padding: 4px 20px;
    border: solid 1px #0f153a;
    width: 100%;
    height: 34px;
    margin: 15px 0 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.create_valide:visited{
    text-decoration:none;
    cursor: pointer;
}
.create_plan{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.create_plan:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.create_plan:visited{
    text-decoration:none;
    cursor: pointer;
}

input.choix{
    text-align:left;
}
.choix{
    width: 100%;
    float: left;
    margin: 0 0 2% 0%;
    border: solid 1px #000;
    cursor: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    border-radius: 3px;
    height: 30px;
}
.change{
    width: 100%;
    float: left;
    margin: 0 0 2% 0%;
    border: solid 1px #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    border-radius: 3px;
}
.change:hover{
    width: 100%;
    float: left;
    margin: 0 0 2% 0%;
    border: solid 1px #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    background-color: #eaeced;
    border-radius: 3px;
}
.change:visited{
    text-decoration:none;
    cursor: pointer;
}

/* RGPD */
.right{
    text-align: right;
}
.left{
    text-align:  left;
}
.center{
    text-align: center;
}
.form-control {
    border-radius: 3px;
}
.form-group{
    margin-bottom: 0px;
}
.norme{
    width: 50%;    
    margin: 10px 0px 10px 0;
}
.norme_rgpd{
    width: 30%;    
    margin: 10px 0px 10px 0;
}
.glyphicon {
    color: #0f153a;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding: 3px 0 0 0;
    -moz-osx-font-smoothing: grayscale;
}
.individu{
    font-weight:600;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    height: 40px;
    margin: 0px 0 30px 0;
    float: left;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    height: 40px;
    margin: 0px 0 30px 0;
    float: left;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    height: 40px;
    float: right;
    margin: 0px 0 30px 0;
}
.plus{
    color: #d9534f;
    background-color: #d9534f;
    border-color: #0f153a;
    float: right;
    width:45px;
    height:45px;
    margin: -5px 0 30px 0;
    box-shadow:0 0 5px 0;
}

/* bouton back */
#scrolltop{
    position: fixed;
    right: 0px;
    bottom: 65px;
    z-index: 1;
    opacity: .8;
}
#scrolltop_xs{
    position: fixed;
    right: 0px;
    bottom: 45px;
    z-index: 1;
    opacity: .8;
}
#scrolltop:hover{
    position: fixed;
    right: 0px;
    bottom: 65px;
    z-index: 1;
    opacity: 1;
}
#scrolltop_xs:hover{
    position: fixed;
    right: 0px;
    bottom: 45px;
    z-index: 1;
    opacity: 1;
}
.pick_top{
  width: 50px;
  cursor: pointer;
}
.pick_top_xs{
  width: 40px;
  cursor: pointer;
}

.foot{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #0f153a;
    color: #fff;
    height: 35px;
    vertical-align: middle;
    box-shadow: 0 0 8px 0;
}
.mentions{
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    margin-top: 8px;
}
.footer-sm_xs{
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    margin-top: 8px;
}

/* CONTACT */
.contact{
    position: absolute;
    top: 20%;
}
.contact_formulaire{
    background: #fff;
    color: #000;
    padding: 2%;
    border-radius: 3px;
    border: solid 1px #000;
    box-shadow: 0 0 5px 0;
}
textarea.form-control {
    height: auto;
    margin: 50px 0 0 0;
}
textarea.info:disabled{
    width: 100%;
    background-color: #ddd;
    border: solid 1px #898989;
    border-radius: 3px;
    color: #444444;
    padding: 5px 5px 5px 5px;
    margin: 0 0 2px 0;
    font-size: 13px;
    min-height: 150px;
}
textarea.retranscription_bis:disabled{
    width: 100%;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 3px;
    color: #444444;
    margin: 0 0 2px 0;
    min-height: 100px;
}
textarea::placeholder {
    color: gray;
    font-style: italic;
    font-size: 13px;
}
#signin{
    margin: 0 0 0 0px;
    position: relative;
    overflow: hidden;
    min-height: 430px;
}
#signin .form-title{
    font:500 16px/1 'arial narrow',sans-serif; 
    color:#EBEBEB; 
    text-align:center; 
    margin:35px 0;
}

#signin .input-field{
    position:relative; 
    height:50px;
    margin:35px 0; 
    transition:all 300ms;
}
#signin .input-field i{
    position:absolute; 
    bottom:23px; 
    left:35px; 
    color:#BBBBBB; 
    height:0; 
    visibility:hidden; 
    font-size:0; 
    transition:all 100ms;
}
#signin .input-field label{
    position: absolute;
    margin: -20px 0px 0px 0px;
    left: 14px;
    color: #191818;
    opacity: 1;
    transition: all 300ms;
}
#signin .input-field input{
    height: 36px;
    font: 500 16px / 1 'arial narrow', sans-serif;
    padding: 0 20px 0 10px;
    border: none;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    position: absolute;
    bottom: 0px;
    left: -7px;
    margin: 0 0 0 20px;
    border: solid 1px black;
    border-radius: 3px;
    width: 95%;
}
#signin .forgot-pw{
    font:600 14px/1 'arial narrow',sans-serif; 
    color:#2E3C89; 
    opacity: 0;
    text-decoration:none; 
    float:right; 
    margin:0 0 25px 0; 
    display:block;
}
#signin button.login{ 
    min-height: 38px;
    width: 46%;
    display: block;
    background: #d8e9f7;
    color: #0f153a;
    border: solid 1px #d8e9f7;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
#signin button.login:hover{ 
    min-height: 38px;
    width: 46%;
    display: block;
    background: #0f153a;
    color: #d8e9f7;
    border: solid 1px #0f153a;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
#signin .check{
    width:100%; 
    height:100%; 
    background:#64a086; 
    color: #191818; 
    position:absolute; 
    top:100%; left:0; 
    text-align:center;
    visibility:hidden; 
    transition:all 1s;
}
#signin .check.in{
    visibility:visible; 
    top:0;
}
#signin .check i{
    color:#191818; 
    font-size:64px; 
    line-height:7.4;
}

.message{
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px; */
    font-weight: 700;
    position: absolute;
    /* margin: 18px 0px 10px -207px; */
    left: 25px;
    top: 15px;
}
.message-texte{
    width: 96%;
    height: 170px;
    border-radius: 3px;
    border: solid 1px #000;
}
#signin .bas{
    margin-bottom: 52px;
}

.chercher_valide{
    /*background-color: #d8e9f7dd;*/
    /*background-image: url(https://www.horlogerie_ancienne_moinet.com/images/neige.gif);*/
    padding: 10px;
    top: -70px;
    position: relative;
}
.chercher_retour{
    /*background-color: #d8e9f7dd;*/
    /*background-image: url(https://www.horlogerie_ancienne_moinet.com/images/neige.gif);*/
    padding: 1px 1% 1% 1%;
}
.choix_valide{
    width: 100%;
    border: solid 1px #000;
    cursor: text;
    color: #000;
    margin: 4px 0 4px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    box-shadow: 0 0 5px 0;
}
.choix_error{
    width: 100%;
    float: left;
    margin: 0 0 2% 0%;
    border: solid 1px #ff0011;
    cursor: text;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px 0;
    color: #ff0011;
    border-radius: 3px;
}
.choix_card{
    width: 100%;
    float: left;
    margin: 3px 0 0 0%;
    border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}
.choix_article{
    width: 100%;
    float: left;
    margin: 0 0 2% 0%;
    border: solid 1px #000;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px 0;
    color: #0f153a;
    border-radius: 3px;
}

.plan{
    padding: 20px;
}
.div_etape{
    margin: 10px 0 0 0;
    padding: 0;
}
.etape{
    width: 98%;
    background-color: #898989;
    border: solid 1px #898989;
    border-radius: 3px;
    color: #d2d2d2;
    cursor: pointer;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape:hover{
    width: 98%;
    background-color: #d2d2d2;
    border: solid 1px #898989;
    border-radius: 3px;
    color: #898989;
    cursor: pointer;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape:visited{
    text-decoration:none;
    cursor: pointer;
}
.etape:disabled{
    width: 98%;
    background-color: #bcbaba;
    border: solid 1px #898989;
    border-radius: 3px;
    color: #d2d2d2;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape_selected{
    width: 98%;
    background-color: #f1a026;
    border: solid 1px #f1a026;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape_selected:visited{
    text-decoration:none;
    cursor: pointer;
}
.alert{ 
    display: none;
    position: absolute;
    width: 54px;
    margin: -35px 0% 0% -4px;
    border-radius: 40px;
}
.etape_alert{
    width: 98%;
    background-color: #d40b01;
    border: solid 1px #d40b01;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape_alert:hover{
    width: 98%;
    background-color: #fff;
    border: solid 1px #d40b01;
    border-radius: 3px;
    color: #d40b01;
    cursor: pointer;
    min-height: 48px;
    font-size: 13px;
    word-wrap: break-word;
}
.etape_alert:visited{
    text-decoration:none;
    cursor: pointer;
}
input.info:disabled{
    width: 100%;
    background-color: #ddd;
    border: solid 1px #898989;
    border-radius: 3px;
    color: #444444;
    padding: 0px 0px 0px 4px;
    margin: 0 0 2px 0;
    font-size: 13px;
    height: 25px;
}
input.info_alertes:disabled{
    border: none;
    color: #d40b01;
    background: none;
    padding: 0px 0px 0px 4px;
    margin: 0 0 2px 0;
    font-size: 13px;
    height: 25px;
    width: 50%;
}

.selection{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection:visited{
    text-decoration:none;
    cursor: pointer;
}
.selection:disabled{
    color: #000;
}
.selection_modification{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 10px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_modification:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_modification:visited{
    text-decoration:none;
    cursor: pointer;
}
.selection_modification:disabled{
    color: #000;
}
.avenant_alerte{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 10px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.signature_alerte{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 10px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_inverse{
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_inverse:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_inverse:visited{
    text-decoration:none;
    cursor: pointer;
}

.selection_zone{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_zone:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.selection_zone:visited{
    text-decoration:none;
    cursor: pointer;
}
.selection:disabled{
    color: #000;
}
.personnel{
    border-radius: 3px;
    border: solid 1px #f1a026;
    color: #fff;
    background-color: #f1a026;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel:hover{
    border-radius: 3px;
    border: solid 1px #f1a026;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel:visited{
    text-decoration:none;
    cursor: pointer;
}
.personnel:disabled{
    border-radius: 3px;
    border: solid 1px #ccc;
    color: #fff;
    background-color: #ccc;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel_inverse{
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 20px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel_inverse:hover{
    border-radius: 3px;
    border: solid 1px #f1a026;
    color: #fff;
    background-color: #f1a026;
    width: 100%;
    margin: 2px 0 20px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel_inverse:visited{
    text-decoration:none;
    cursor: pointer;
}
.personnel_bis{
    border-radius: 3px;
    border: solid 1px #000;
    color: #000;
    background-color: #edb869;
    width: 100%;
    margin: 0px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel_bis:hover{
    border-radius: 3px;
    border: solid 1px #000;
    color: #edb869;
    background-color: #fff;
    width: 100%;
    margin: 0px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.personnel_bis:visited{
    text-decoration:none;
    cursor: pointer;
}
.sup_avenant{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.sup_avenant:hover{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.sup_avenant:visited{
    text-decoration:none;
    cursor: pointer;
}
.secteur{
    border-radius: 3px;
    border: solid 1px #e8306c;
    color: #fff;
    background-color: #e8306c;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.secteur:hover{
    border-radius: 3px;
    border: solid 1px #e8306c;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.secteur:visited{
    text-decoration:none;
    cursor: pointer;
}
.secteur:disabled{
    color: #000;
}
.procedures{
    border-radius: 3px;
    border: solid 1px #511962;
    color: #fff;
    background-color: #511962;
    width: 100%;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.procedures:hover{
    border-radius: 3px;
    border: solid 1px #511962;
    color: #000;
    background-color: #fff;
    margin: 2px 0 5px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.procedures:visited{
    text-decoration:none;
    cursor: pointer;
}
.valide{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.valide:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.valide:visited{
    text-decoration:none;
    cursor: pointer;
}
.valide:disabled{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.valide:hover:disabled{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.valide_inverse{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.valide_inverse:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.valide_inverse:visited{
    text-decoration:none;
    cursor: pointer;
}
.approuve{
    border-radius: 3px;
    border: solid 1px #f1a026;
    color: #fff;
    background-color: #f1a026;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.approuve:hover{
    border-radius: 3px;
    border: solid 1px #f1a026;
    color: #f1a026;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.approuve:visited{
    text-decoration:none;
    cursor: pointer;
}
.attente:disabled{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.attente:hover:disabled{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.attente{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.attente:hover{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #d40b01;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
    opacity:1;
}
.attente:visited{
    text-decoration:none;
    cursor: pointer;
}
.otp{
    width: 100%;
    height: 75px;
    text-align: center;
    font-size: 55px;
    color: #f1a026;
    font-family: blackoak std;
    padding: 10px 10px;
    margin: 10px 0 0 0;
    background: #e3e3e3;
    border: solid 1px #000;
    border-radius: 3px;
    font-weight: 600;
}

.liste_collaborateur{
    display:none;
    background: #fff;
    border: solid 1px #000;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #edb869;
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    padding: 10px;
}
.detail_plan{
    display: none;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 115px;
    max-height: 700px;
}

.fleche{
    display:none;
    position: absolute;
    width: 50%;
    margin: -46% 0px 0px 20%;
}
.supprime{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #fff;
    background-color: #d40b01;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.supprime:hover{
    border-radius: 3px;
    border: solid 1px #d40b01;
    color: #d40b01;
    background-color: #fff;
    width: 100%;
    margin: 10px 0 10px 0;
    cursor: pointer;
    height: 30px;
    padding: 0;
}
.supprime:visited{
    text-decoration:none;
    cursor: pointer;
}
.ajoute_zone{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 45%;
    margin: 2px 0 0px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
    float: right;
}
.ajoute_zone:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 45%;
    margin: 2px 0 0px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
    float: right;
}
.ajoute_zone:visited{
    text-decoration:none;
    cursor: pointer;
}
.montre_ordre{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 2px 0 20px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.montre_ordre:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #0d63c5;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 20px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.montre_ordre:visited{
    text-decoration:none;
    cursor: pointer;
}
.ajoute_ordre{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 2px 0 0px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.ajoute_ordre:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 0px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
}
.ajoute_ordre:visited{
    text-decoration:none;
    cursor: pointer;
}
.retire{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #fff;
    background-color: #de0404;
    width: 24%;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.retire:hover{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #de0404;
    background-color: #fff;
    width: 24%;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.retire:visited{
    text-decoration:none;
    cursor: pointer;
}
.retire_ordre{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #fff;
    background-color: #de0404;
    width: 48%;
    margin: 2px 0 0px 0;
    float:right;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.retire_ordre:hover{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #de0404;
    background-color: #fff;
    width: 48%;
    margin: 2px 0 0px 0;
    float:right;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.retire_ordre:visited{
    text-decoration:none;
    cursor: pointer;
}
.montre_plan{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 40%;
    margin: 30px 0 0px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
    float: right;
}
.montre_plan:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 40%;
    margin: 30px 0 0px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
    float: right;
}
.montre_plan:visited{
    text-decoration:none;
    cursor: pointer;
}
.choix_item{
    border-radius: 3px;
    border: solid 1px #0f153a;
    color: #0f153a;
    background-color: #fff;
    width: 100%;
    margin: 5px 0 2px 0;
    cursor: pointer;
    height: 26px;
    font-size: 13px;
    padding: 3px;
}
.choix_item_cssct{
    border-radius: 3px;
    border: solid 1px #0f153a;
    color: #0f153a;
    background-color: #fff;
    width: 100%;
    margin: 2px 0 10px 0;
    cursor: pointer;
    height: 30px;
    font-size: 13px;
    padding: 3px;
}

.titre_intercal{
    border: solid 1px #511962;
    background-color: #511962;
    color: #fff;
    font-size: 14px;
    height: 28px;
    padding: 3px;
    border-radius: 3px;
    margin: 5px 0 8px 0;
}
.titre_intercal_success{
    border: solid 1px #0c7b38;
    background-color: #0c7b38;
    color: #fff;
    font-size: 14px;
    height: 28px;
    padding: 3px;
    border-radius: 3px;
    margin: 5px 0 8px 0;
}
.titre_intercal_error{
    border: solid 1px #d40b01;
    background-color: #d40b01;
    color: #fff;
    font-size: 14px;
    height: 28px;
    padding: 3px;
    border-radius: 3px;
    margin: 5px 0 8px 0;
}
.titre_intercal_bis{
    border: solid 1px #000;
    background-color: #021483;
    color: #fff;
    font-size: 14px;
    height: 28px;
    padding: 3px;
    border-radius: 3px;
    margin: 10px 0 8px 0;
}

.selection_plan{
    border: solid 1px #511962;
    border-radius: 3px;
    background-color: #511962;
    color: #fff;
    height: 24px;
    width: 100%;
    margin: 2px 0 12px 0;
    text-align:left;
}
.selection_plan:hover{
    border: solid 1px #511962;
    border-radius: 3px;
    background-color: #fff;
    color: #511962;
    height: 24px;
    width: 100%;
    margin: 2px 0 12px 0;
    text-align:left;
}
.selection_plan:visited{
    text-decoration:none;
    cursor: pointer;
}
.selection_zone_change{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    margin: 10px 0 10px 0;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 0;
    opacity:1;
}
.selection_zone_change:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #0d63c5;
    background-color: #fff;
    margin: 10px 0 10px 0;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 0;
    opacity:1;
}
.selection_zone_change:visited{
    text-decoration:none;
    cursor: pointer;
}
input.selection_zone::placeholder{
    color:#fff;
}
input.selection_zone:hover::placeholder{
    color: #511962;
}
.zone_text{
    width: 100%;
    min-height: 250px;
    border: solid 1px #511962;
    border-radius: 3px;
    color: #000;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
}
.champ_option{
    border: solid 1px #511962;
    border-radius: 3px;
    width: 63%;
    padding: 0 5px;
    height: 24px;
    margin: 0 0 10px 0;
}
.champ_option_time{
    border: solid 1px #511962;
    border-radius: 3px;
    width: 35%;
    padding: 0 5px;
    height: 24px;
    float:right;
    margin: 0 0 10px 0;
}

input[type=checkbox], input[type=radio] {
    margin: 40px 0 0;
    line-height: normal;
}
label.texte_boite{
    font-weight: 300;
    margin: 0px 0px 0px 5px;
    display: inline-block;
}

.plan_autorite{
    width: 100%;
    border: solid 1px #511962;
    border-radius: 3px;
    height: 24px;
    margin: 2px 10px 0px 0;
    padding: 0 0px 0 5px;
}
.info_entreprise{
    width: 100%;
    border: solid 1px #511962;
    border-radius: 3px;
    height: 24px;
    margin: 4px 0px 1px 0px;
    padding: 0 0px 0 5px;
}
.detail_zone{
    border: solid 1px #511962;
    border-radius: 3px;
    width: 100%;
    margin: 2px 0 0 0px;
    padding: 4px;
    height: 91px;
    font-size: 16px;
    color: #511962;
    font-family: fantasy;
}
.apercu_liste_ordre{
    display: none;
    z-index: 99;
    position: absolute;
    border: solid 1px #511962;
    background-color: #ffffff;
    width: 60%;
    left: 20%;
    top: 18%;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #511962;
}
.ordre{
    display: none;
    border-radius: 3px;
    border: solid 1px #512962;
    height: 24px;
    padding: 2px;
    width: 100%;
    margin: 5px 0 0 0;
    color: #000;
    position: relative;
    text-align:center;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
}
.titre_entreprise_10{
    display: none;
    border-radius: 3px;
    border: solid 1px #512962;
    height: 24px;
    padding: 2px;
    width: 100%;
    margin: 5px 0 0 0;
    color: #000;
    position: relative;
    text-align:center;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    font-weight:600;
}
.ferme_liste_ordre{
    border:solid 1px red;
    border-radius:3px;
    background-color: red;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 28px;
    height: 24px;
    padding: 0;
    margin: 0 0 5px 0;
    float: right;
    position: relative;
    cursor:pointer;
}
.ferme_liste_ordre:hover{
    border:solid 1px red;
    border-radius:3px;
    background-color: #fff;
    color: red;
    font-weight: 600;
    font-size: 14px;
    width: 28px;
    height: 24px;
    padding: 0;
    margin: 0 0 5px 0;
    float: right;
    position: relative;
    cursor:pointer;
}
.ferme_liste_ordre:visited{
    text-decoration:none;
    cursor: pointer;
}
input.detail_risk:disabled{
    margin: 2px 0px 0 5px;
    font-size: 12px;
    font-style: italic;
    border: none;
    background: none;
    width:100%;
}
input.detail_risk_bis:disabled{
    display:none;
    margin: 0px 0px 8px -20px;
    font-size: 13px;
    border: none;
    background: none;
    width: 100%;
}
input.memo_risk{
    display: none;
    width: 100%;
    height: 23px;
    border-bottom: solid 1px #0214833b;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #021483;
    font-size: 13px;
    background: none;
    margin: -10px 0 12px 0;
    padding: 3px 5px 0px 5px;
    font-style: italic;
}
input.memo_risk:focus, input.memo_risk:active{
    display: none;
    width: 100%;
    height: 23px;
    border-bottom: solid 1px #021483;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #021483;
    font-size: 13px;
    background: none;
    margin: -10px 0 12px 0;
    padding: 3px 5px 0px 5px;
    outline: none;
    font-style: normal;
}
input.memo_risk:disabled{
    display: none;
    width: 100%;
    height: 23px;
    border-bottom: solid 1px #5d5d5d;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #5d5d5d;
    font-size: 13px;
    background: none;
    margin: -10px 0 12px 0;
    padding: 3px 5px 0px 5px;
    font-style: italic;
}

input.risk_title_main{
    display:none;
    border: solid 1px #511962;
    background-color: #511962;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 28px;
    padding: 3px;
    border-radius: 3px;
    margin: 8px 0 0px 0;
    width: 100%;
    text-align: center;
}
input.menu_risk:disabled{
    width: 100%;
    font-size: 13px;
    text-align: center;
    border: solid 1px #1a1640;
    background: #1a1640;
    color: #fff;
    border-radius: 3px;
    margin: 7px 0 3px 0;
}
.liste_risk{
    display:none;
}
.titre_tableau_risk{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.titre_tableau_risk_bis{
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}

.affiche_EE{
    display:none;
    width: 100%;
    border: solid 1px #bbb;
    background-color: #bbb;
    color: #fff;
    height: 24px;
    border-radius: 3px;
    margin: 4px 0 0 0;
    padding:0;
}
.affichage_photos{
    height: 240px;
}
.affichage_personne{
    height: 230px;
}
.affichage_personne_bis{
    padding: 0 0 0 0;
}
.affichage_page{
    height: 550px;
}
.affichage_page_personnel{
    height: 550px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.affichage_page_avenant{
    height: 550px;
    margin: 20px 0 0 0;
    border: solid 1px #ccc;
    border-radius: 3px;
}



/*CAMERA*/
.bouton_camera{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #fff;
    background-color: #0d63c5;
    width: 100%;
    margin: 5px 0 15px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.bouton_camera:hover{
    border-radius: 3px;
    border: solid 1px #0d63c5;
    color: #0d63c5;
    background-color: #fff;
    width: 100%;
    margin: 5px 0 15px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.bouton_camera:visited{
    text-decoration:none;
    cursor: pointer;
}
.bouton_eteindre_camera{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #fff;
    background-color: #de0404;
    width: 100%;
    margin: 5px 0 15px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.bouton_eteindre_camera:hover{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #de0404;
    background-color: #fff;
    width: 100%;
    margin: 5px 0 15px 0;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.bouton_eteindre_camera:visited{
    text-decoration:none;
    cursor: pointer;
}
.zone_camera{
    display:none;
    z-index: 99;
    position: absolute;
    border: solid 1px #511962;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    left: 38%;
    top: -7%;
    box-shadow: 1px 1px 20px 1px #511962;
}
.video {
    vertical-align: baseline;
    margin: 2px 0 8px 0;
    border-radius: 3px;
}
.debut_inspection{
    margin: 10px 0 0 0;
}


.upload{
    border: solid 1px #000;
    border-radius: 3px;
    height: 30px;
    padding: 3px;
    margin: 5px 0 5px 0;
    width: 100%;
}
.envoyer{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #fff;
    background-color: #0c7b38;
    width: 100%;
    margin: 0 0 5px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
}
.envoyer:hover{
    border-radius: 3px;
    border: solid 1px #0c7b38;
    color: #0c7b38;
    background-color: #fff;
    width: 100%;
    margin: 0 0 5px 0;
    height: 24px;
    padding:0;
    cursor: pointer;
}
.envoyer:visited{
    text-decoration:none;
    cursor: pointer;
}

.zone_camera_lecture{
    z-index: 99;
    position: absolute;
    padding: 15px;
    width: 100%;
}
.photo_popup{
    margin:20px 0;
    width: -webkit-fill-available;
}
.photo_popup_div_supprime{
    height: 45px;
    margin: 100px 0;
}
.supprime_photo{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #fff;
    background-color: #de0404;
    width: 175px;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.supprime_photo:hover{
    border-radius: 3px;
    border: solid 1px #de0404;
    color: #de0404;
    background-color: #fff;
    width: 175px;
    height: 24px;
    padding: 0;
    cursor: pointer;
}
.supprime_photo:visited{
    text-decoration:none;
    cursor: pointer;
}

.affiche_fiche{
    display: none;
    z-index: 99;
    position: absolute;
    border: solid 1px #511962;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    left: 12.5%;
    width: 75%;
    top: -350px;
    box-shadow: 1px 1px 20px 1px #511962;
}
.affiche_fiche_bis{
    display: none;
    z-index: 99;
    position: absolute;
    border: solid 1px #511962;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    left: 12.5%;
    width: 75%;
    top: -7%;
    box-shadow: 1px 1px 20px 1px #511962;
}
.affiche_fiche_EE{
    display: none;
    z-index: 99;
    position: absolute;
    border: solid 1px #511962;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    left: 30%;
    width: 40%;
    top: 20%;
    box-shadow: 1px 1px 20px 1px #511962;
}
.consultation{
    width: 100%;
    height: 750px;
    margin: 5px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 2px #525659;
}
.consultation_bis{
    width: 100%;
    height: 550px;
    margin: 5px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 2px #525659;
}
input[type=checkbox].consigne{
    margin: 0px 20px 0 0;
    line-height: normal;
}
label.confirm{
    font-weight:600;
    color: #de0404;
}
.message_important{
    font-weight: 600;
    color: #de0404;
    text-align: center;
    margin: 15px 0 -5px 0;
}
.lieu_date{
    border: solid 1px #000;
    border-radius: 3px;
    height: 24px;
    width: 250px;
    margin: 10px 5px 5px 0px;
    padding: 0 5px;
}
.enreg_vocal{
    border: solid 1px #123456;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    background-color: #123456;
    color: #fff;
    float: left;
    margin: 27px 0px 0 5px;
}
.memo{
    padding: 2px;
    border: solid 1px #123456;
    border-radius: 3px;
    box-shadow: 0px 0px 10px -3px #123456;
    height: 250px;
}
.retranscription{
    border: solid 1px #123456;
    border-radius: 3px;
    padding: 5px;
    width: 85%;
    margin: 5px 0px 0px 4px;
    height: 80px;
}
.retranscription_bis{
    border: solid 1px #123456;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    margin: 5px 0;
    height: 148px;
}
.micro{
    width: 20px;
}
.responsabilite{
    min-height: 450px;
}
.personnel_data{
    width: 100%;
    margin: 5px 0 0 0;
    border: none;
    font-size: 13px;
    background: none;
    font-weight:600;
}
.personnel_data_2{
    width: 100%;
    margin: 5px 0 0 0;
    border: none;
    font-size: 13px;
    background: none;
}
input[type=checkbox].personnel_data_check{
    margin: 10px 0 0 0;
}
.tableau{
    /*border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;*/
}
.tableau_titre{
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-weight: 600;
}
.hauteur_overflow{
    width: 100%;
    max-height: 400px;
    overflow: auto;
}


/*grille*/
.case{
    width: 50px;
    height: 50px;
    border-radius: 0px;
    border: solid 1px #bbb;
    margin: -6px -5px 0 0;
    background-color:transparent;
}
.grille{
    display: block;
    position: absolute;
    border: solid 1px #ccc;
    color: #ccc;
    border-radius: 3px;
    top:10px;
    left:50%;

}

.photo_id{
    display:none;
}
.identite{
    max-width: 50%;
    border: solid 1px #511962;
    box-shadow: 0px 0px 10px 1px #511962;
    border-radius: 3px;
    margin: 20px 0;
    position: relative;
    left: 25%;
    cursor:pointer;
}
.descriptif_id{
    border: none;
    min-height: 30px;
    background: none;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.descriptif_id_error{
    border: none;
    min-height: 30px;
    background: none;
    font-size: 13px;
    color: red;
    font-weight: 600;
}

.permis{
    border: solid 1px black;
    border-radius: 3px;
    background: #fff;
    min-height: 500px;
}



/*ACCUEIL SECURITE*/
.entree_info{
    border: none;
    background: transparent;
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.flag{
    width: 32px;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}
