@CHARSET "UTF-8";


div.important {
    border: 2px solid darkkhaki;
    border-radius: 4px;
    padding: 10px;
    font-size: 1.15em;
    margin: 10px;
}

.zone_logos
{
    background-color: #fff;
    min-height: 150px;
    border:1px solid #050;
    padding:20px;
}

.zone_info{
    
    min-height: 150px;
    border:1px solid #050;
    padding:20px;
    border-radius: 5px;
    font-size: 1.2em;

}

.logo{
    height:55px;
    margin-right: 8px;
}

.logos_accueil{
    width:100%
}

.titre_app{
    color : #fff;
    font-size: 28px;
    /*background-image: url(../images/logo_agt.png);*/
}

.version
{
    color: #fff;
    font-size:10px;
}

html{
    height : 100%;
}

body{
    background-color: #fcfcfc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;

}

a{
    color:#050;
}

h1{
    font-size: 2em;
    /*font-weight:lighter;*/
    letter-spacing:0.1em;
    color: #552443;
    margin-top: 5px;
    margin-bottom: 15px;

}

h2{
    color: #552443;
    font-size: 1.55em;
    margin-top: 5px;
    margin-bottom: 15px;
}

h3{
    color: #552443;
    font-size: 1.25em;
    margin-top:5px;
    margin-bottom: 10px;
}

h4{
    color: #552443;
    font-size: 1.1em;
}


select{

}

input[type="text"],input[type="password"],select {
    /*
    height: 34px;
    line-height: 34px;
    */
    
    vertical-align: middle;
    width : 100%;

}

table {


    border-collapse:collapse;

}

.input-group select,.input-group input{
    height: 34px;
    line-height: 34px;
    
    
}

.input-group{
    margin-bottom: 2px;
}

.input-error input
{
    border: 1px solid red;
}


.form-error
{
    color:red;
    display:table-cell;
    font-size:1.1em;
}

th {

    text-align:center;
    padding: 5px;
    font-size: 0.9em;
}

td { 
    /*border: 1px solid black;*/
    padding: 7px;
    font-size: 0.9em;
}

label {
    font-weight: normal;
    line-height: 1.1em;
}

.cgu{
    font-size: 0.9em;
}

.document{
    margin-top:12px;
    margin-bottom:12px;
}


.systemeinitial{
    color:#4f9b4f;
}

.zonesystemeinitial {
    background-color: #c7dec7;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    margin: 4px 0px;
}


.btn-primary{
    color: #fff;
    background-color: #5cb85c;
    border-color: #398439;
}

.btn-primary:hover,
.btn-primary:focus{
    color: #fff;
    background-color: #356f35;
    border-color: #356f35;
}


.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}


.zonesimulation .btn-primary{
    background-color: #8353a5;
    border-color: #7c10c8;
}

.zonesimulation .btn-primary:hover,
.zonesimulation .btn-primary:focus{
    color: #fff;
    background-color: #4d2a66;
}


button, .button{
    background: #eee;
    border : 1px solid #008000;
    color: #008000;
    padding: 4px;
    border-radius:5px;
    font-size: 13px;
}

button:hover, .button:hover{
    background: #b5e085;
    color: #008000;
    text-decoration:none;

}

button:active, .button:active{
    background-color: #d2e4ad;
    border-color: #d2e4ad;
    color: #fefefe;
}

.button_delete{
    color:#800;
    border-color:#800;
}

.button_delete:hover{
    color:#fff;
    border-color:#A00;
    background: #A00;

}


.debug{
    padding: 5px;
    margin-top:20px;
    background-color: #000;
    color:#bbb;
}




#menu li>a 
{
    color:#003300;
    transition-property: all;
    transition-duration: 0.4s;
    padding: 17px 10px;
    
}





#menu a:hover
{
    color:#fff;
    background-color:#552443;
    cursor: pointer;
    /*transform:scale3d(1.1, 1, 1);*/

}

#menu a:active
{

    /*transform:rotate(3deg);*/

}

.zone_centrale{
    padding:4px;
   
}

#conteneur_aide{
    min-height:300px;
    background-color: #ffdf3e;
    border-color: #552443;
    padding: 7px;
    font-size: 1.05em;
}

#conteneur_aide h3{
    padding-bottom: 5px;
    margin-bottom: 0;
    
}

.entete_aide{
    margin-top:2px;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid;
}

.aide{
    margin-top:0;
    padding: 10px 4px 10px 4px;
    display: none;
    border-radius: 0 0 10px 10px;
    
    background-color: #fee980;
}

#aide_inactif{
    display:block;
}

.aide_image{
    width: 100%;
    padding: 5px;
}

.row_formulaire{

    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    padding-top: 3px;

}

.row_formulaire:hover, .row_formulaire:active{
    background-color: #efefef;
}

.type_bool label{
    font-style: italic;
}

.champs_readonly{
    margin-left:5px;
}

.text_header{
    text-align:center;
    font-weight: bold;
    font-size: 1.15em;
}
.row_header{
    margin-top: 20px;
    margin-bottom: 5px;
    text-align:center;
    font-weight: bold;
    font-size: 1.15em;
    vertical-align: bottom;
}

.resultat label{
    font-weight: bold;
}

.conteneur_note{
    text-align:center;
}

.note{
    
    text-align: center;
    font-size: 1.7em;
    margin: auto;
    border: 1px solid black;
    font-weight: bold;
    border-radius: 16px;
    background-color: transparent;
    width: 100px;
    min-height: 35px;
}


.note_min{
    width: 48px;
    padding: 2px 5px 2px 5px;
    height:24px;
    min-height: auto;
    font-size: 1em;
    border:none;
    border-radius: 12px;
    
}

#note_parent{
    font-weight:normal;
}



.evolution_score {
    width: 48px;
    height: 28px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    
    font-size:1.2em;    
    
    background-repeat: no-repeat;    
    background-position: center; 
    background-size: 15px 14px;
    border-radius: 14px;
    
    font-family: FontAwesome;
    /*border: 1px solid #000;*/
}

#evolution_note{
    width: 48px;
    height: 40px;
    background-size: 26px 24px;
    border-radius: 16px;
    font-family: FontAwesome;
    font-size:1.6em; 
}

.evol_plus:before {
    
    content: "\f088";
    /*background-image: url("../images/icone_fleche_d.png");*/
}

.evol_moins:before {
    content: "\f087";
    /*background-image: url("../images/icone_fleche_g.png");*/
}

.evol_egal:before {
    /*content: "\f07e";*/
    content: "=";
    font-weight: bold;
}


.risque_faible, .evol_moins {
    background-color: #5d5;
}

.risque_moyen, .evol_egal{
    background-color:#fee980;
}

.risque_fort, .evol_plus{
    background-color: #f55;
}
.title
{
    font-size : 36px;
}


.navbar{
    background-color: #81ad62;
    margin-bottom: 2px;
    margin-right:0;
    border:none;
}

#identification
{
    font-size: 1.1em;
    border: none;
}

.deconnexion{
    color : #26A65B;
}
.deconnexion:hover{
    color : #1E824C;
    text-decoration: none;
}



table#liste_scenarios tbody tr:nth-child(2n+1){
    /*background-color:#fef3bb;*/
    background-color: #c7dec7;
}
table#liste_scenarios tbody tr:nth-child(2n+2){
    /*background-color:#fee980;*/
    background-color:#edf9ed;
}

.zonesimulation table#liste_scenarios tbody tr:nth-child(2n+1){
    /*background-color:#fef3bb;*/
    background-color: #e5d7ef;
}

.zonesimulation table#liste_scenarios tbody tr:nth-child(2n+2){
    /*background-color:#fee980;*/
    background-color:#faf4ff;
}

#form_scenario_vivaces{
    padding-top: 20px;
}

#form_scenario_vivaces .row_formulaire{
    font-size:1.07em;
    

}

#form_create_scenario_vivaces .row
{
    margin-top: 7px;
}

#form_create_scenario_vivaces .input-group-addon
{
    width: 30%;
    text-align: left;
}




.supprimer{
    background-color: #26A65B;
    min-width: 180px;
}

.supprimer a {
    color : white;
    text-decoration: none;
}
.supprimer:hover{
    background: #1E824C;
    color : white;
}
.button_group{
    text-align: center;
}
.button_group button
{
    margin : 2px;
}

.message_erreur
{
    font-size: 18px;
    font-weight: 300;
}

.total{
    color : green;
}

.textarea
{
    width : 100%;
}


/******** Volet ********/


#pan_i {
	width: 250px;
	padding: 10px;
	background: #fff; 
    color: #555;	
    border:1px solid #000;
    box-shadow: 3px 3px 8px #aaa; 
}


#pan_i {

	position: relative;    
	left: -255px; top: 55px;
}

#pan_i_off:target #pan_i {
	left: -255px;
}

#pan_i a.ouvrir,
#pan_i a.fermer{
    padding: 4px 20px;
	background: #fff;
	color: #555;
	text-decoration: none;
    letter-spacing: 1px;
    font-weight: normal;

    position: absolute;

    left:223px;
    top: 50px;
    
    width:70px;
    height:20px;
    text-align: center;
    
    
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    
    border: 1px solid #000;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
}

#pan_i a.fermer{
    display:none;
}

#pan_i {
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}


#pan_i:target {
	left: -5px;
}

#pan_i:target a.ouvrir {
	display: none;
}
#pan_i:target a.fermer {
	display: block;
}

#pan_i_off {
    position: fixed; 
    top: 155px; left: 0;
    z-index: 15;
}

#pan_i .green{
    color:green;
    font-weight: bold;
}

#pan_i .yellow{
    color: #d8b400;
    font-weight: bold;
}

#pan_i .red{
    color:red;
    font-weight: bold;
}

/********* SVG ********/



.aiguille
{
	transform-origin: 256px 256px;
}

