/* Pour le menu : */
/* menu pure css */
p.infoie8 {
    font-size: 14pt;
    color: #FF0000;
}

@media only screen and (min-width : 768px) {
    div.nav {
        height: 42px;
        width: 100%;
        /* border-bottom: 1px solid #aaaaaa; */
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px #aaa;
        /* box-shadow: inset 0 1px 0 #fff, 0 1px 5px #aaa; */
        position: relative !important;
        top: 0 !important;
        float: none ! important;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        transition: all .1s ease-out;
        float: none !important;
    }
    div.nav ul {
        z-index: 597;
        margin: 0;
        padding: 0;
        text-align: center;
        float: right;
        position: relative;
        right: 50%; /* workaround pour centrer les li flottants */
    }
    div.nav ul * {
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }
    div.nav ul li {
        padding: 7px 10px;
        min-width: 75px;
        width: auto;
        float: left;
        line-height: 1.3em;
        position: relative;
        left: 50%; /* workaround pour centrer les li flottants */
        z-index: 596;
        list-style: none;
        margin: 0;
        padding: 0;
        border-right: 1px solid #cccccc;
        background: #EBEBEB; /* Fallback */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* W3C */
    }
    div.nav ul li ul li {
        display: block;
        float: none;
        white-space: nowrap;
        width: auto;
        z-index: 597;
        border-bottom: 1px solid #dddddd;
        box-shadow: 1px 1px 5px #aaaaaa;
        left: auto;
    }
    div.nav ul a, div.nav ul span {
        display: block;
        padding: 7px 10px;
        text-decoration: none;
    }
    div.nav ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: -1px;
        right: auto;
        z-index: 596;
        width: auto;
        text-align: left;
        background-color: whitesmoke;
        border: 1px solid #aaaaaa;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    div.nav ul ul ul {
        top: 0px;
        left: 100%;
    }
    div.nav ul li:hover, div.nav ul li ul li:hover {
        background: #dddddd;
        color: white;
        padding-right: 0;
        padding-left: 0;
    }
    div.nav ul li ul li:hover {
        padding-left: 5px;
    }
    div.nav ul li:hover>ul, div.nav ul li:focus>ul, div.nav ul li:active>ul {
        visibility: visible;
        opacity: 1;
    }
    div.nav ul li a:focus ~ ul {
        opacity: 1;
        visibility: visible;
    }
    ul.focus {
        opacity: 1 !important;
        visibility: visible !important;
    }
    div.nav ul li.parent>a {
        background: url("../../images/arrow_expand.gif") no-repeat scroll 98% 100% transparent;
    }
    div.nav ul li.parent>ul li>a {
        background-image: : none;
    }
    div.nav ul li ul>li.parent>a {
        background: url("../../images/bullet-sm-arrow-right.png") no-repeat scroll 98% center transparent;
    }
    div.nav ul a, div.nav ul span {
        color: black;
    }
    div.nav ul a.nourl {
        color: black !important;
    }
    .nourl {
        cursor: default;
    }

    /*********** rounded border **************/
    div.nav ul li ul li ul li:first-child, div.nav ul li ul li ul li:first-child a, div.nav ul li ul li ul {
        border-top-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
    }
    div.nav ul li ul li:last-child, div.nav ul li:last-child a, div.nav ul ul {
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
    }

    /************* vertical menu *******************/
    nav.vertical {
        width: 100px;
        float: left;
        height: 100%;
        position: absolute;
        top: 0;
        padding-top: 50px;
        z-index: 1;
        margin-left: 0;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    nav.vertical:hover {
        margin-left: 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    nav.vertical div.nav ul {
        width: 100px;
        float: left;
        text-align: right;
        padding: 0;
        right: auto;
    }
    nav.vertical div.nav ul li {
        width: 100px;
        float: left;
        text-align: left;
        border-bottom: 1px solid #cccccc;
        left: auto;
    }
    nav.vertical div.nav ul li ul {
        width: auto;
    }
    nav.vertical div.nav ul li ul li {
        width: 100%;
        float: none;
        border-bottom: 0;
    }
    nav.vertical div.nav ul ul {
        top: 0;
        left: 100px;
    }
    nav.vertical div.nav ul ul ul {
        top: 0px;
        left: 100%;
    }

    /* custom vertical menu */

    /* responsive design */
    @media only screen and (max-width : 1200px) {
        nav.vertical {
            margin-left: -40px;
        }
    }
    @media only screen and (max-width : 1050px) {
        nav.vertical {
            margin-left: -90px;
        }
    }
    nav.vertical div.nav ul li.parent>a {
        background: url("../../images/bullet-sm-arrow-right.png") no-repeat scroll 98% center transparent;
    }
    nav.vertical div.nav ul li:hover {
        padding-left: 5px;
    }
    /* fin gestion écrans */
}
/* fin menu */

/* body, a, label, input, th, td, div, p, ul, li, form, textarea, caption, select, button {
    font-size: 1.6rem !important;
} */

/*  TOUS => Commun à tous les écrans */
.appForm {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.caption {
    visibility: hidden;
}

.montantpetit, .stitre {
    text-align: center;
}

.montantpetit, .libellepetit, .stitre {
    color: #0080c0;
}

main .ongletcontainer a, main .erreuronglet a, main .ongletcontainer .onlytext {
    color: #0080c0;
    text-decoration: underline;
}

a, a:visited, a:link {
    color: #0080c0;
    text-decoration: underline;
}

.bandeaucontainer {
    height: auto !important;
}

/* couleur du bandeau */
.bandeaucontainer {
    background: #3e6da9 !important;
}

/* affichage bandeau */
.bandeaucontainer p.textebandeau {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

/* pour les boutons imprimante et sortie */
button, input, a.btn, select {
    font-size: 1.1rem !important;
    height: auto;
    margin-left: 1em;
    padding: 0.4em !important;
}

legend {
    font-size: 13px;
    margin-bottom: 0px;
}

fieldset {
    font-weight: normal;
    background-color: #FFFFFF;
}

legend {
    border-bottom: medium none transparent;
    font-family: Arial, Verdana, sans-serif;
    margin-left: 0.625em;
    /* margin-top: 1.1em; */
    text-align: left;
    width: initial;
    font-weight: bold;
}

form fieldset {
    clear: both;
    margin: auto;
    width: 75%;
    background-color: #FFFFFF;
}

.gteie9 .appForm fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
}

.ongletautresxexercices, .active {
    /* background: #f5f5f5 none repeat scroll 0 0 !important; */
    background: #FFFFFF !important;
    margin: -15px 0 0 3px;
}

h1 {
    font-size: 1pt;
    color: #000080;
    font-family: "verdana";
    font-weight: bold;
}

.container .bandeaucontainer {
    background-color: #3e6da9 !important; /* charte site col-loc */
}

.bandeaucontainer {
    background: #3e6da9 !important; /* charte site col-loc */
}

sautpage {
    page-break-after: always
}

.donneescontainer .ongletcontainer ul.onglet li, .erreuronglet li {
    /* color: black; */
    line-height: 22px;
}

table.lettrescommunes {
    border-collapse: separate;
    border-spacing: 5px;
}

.methodologie {
    border: 0px;
}

.container .informationcontainer {
    text-align: center;
}

.Hnormal, .Herreur, .Hlecture, .Hrequis {
    display: block;
    float: left;
    margin: 0 0 2px;
    min-height: auto;
    padding: 0;
    width: 100%;
}

.Hnormal div.boxlblText, .Hlecture div.boxlblText, .Hrequis div.boxlblText {
    display: block;
    float: left;
    height: 100%;
    margin: 0 0.2% 0 0;
    padding: 2px 0.3%;
    text-align: right;
    vertical-align: middle;
}

.recherche {
    style ="width: 100%;
    height: auto;
    _height: 25px;
    min-height: 75px;
    "
}

/* chemin */
.chemincontainer {
    margin: 0 0 18px;
    border: 1px solid #aaaaaa;
    background: #c3d4eb;
    /* background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#EEE));
    background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    background-image: -ms-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    background-image: -o-linear-gradient(top, whiteSmoke 0%,#EEE 100%);
    background-image: linear-gradient(top, whiteSmoke 0%,#EEE 100%); */
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    height: 28px;
    padding-left: 10px;
    width: 99%;
    overflow: hidden;
}

.chemincontainer>a, .chemincontainer>span {
    background: url(../../../../composants/tagsapp/images/arrow_chemin_min.png) right center no-repeat;
    padding-right: 15px;
    height: 28px;
    float: left;
    margin: 0 10px 0 0px;
}

.chemincontainer>span.last {
    background: none;
}

.chemincontainer>span.chevron {
    display: none;
}

/* .container .informationcontainer {
    text-align: center;
} */

/* fin TOUS => commun à tous supports */

/*  Propre aux navigateurs */
@media screen and (min-width: 993px) {
    .container .bandeaucontainer p.textebandeau {
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
    p.titrepage {
        text-align: center;
        font-weight: normal;
        text-decoration: underline;
        margin-top: 0%;
    }
    body, a, label, input, th, td, div, p, ul, li, select, form, textarea, caption, button {
        font-family: Arial, Verdana, sans-serif;
        font-size: 13px;
        font-size: 1.3rem !important;
    }
    .container .donneescontainer {
        height: auto;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        min-height: 522px;
        overflow: visible;
        padding-bottom: 48px;
        padding-top: 0;
        position: relative;
        text-align: left;
        top: 78px;
    }
    .container .donneescontainer {
        margin: 0 auto;
        min-width: 960px;
        padding: 0 1em;
        position: relative !important;
        top: 20px;
        width: 95%;
    }
    .container .donneescontainer .donnees {
        background-color: rgb(251, 245, 235);
        border: 1px solid #d3d3d3;
        margin: 0;
        overflow: visible;
        padding: 15px 0 10px;
        position: relative;
    }
    .container .donneescontainer .sousonglets {
        border-top: 1px solid rgb(24, 81, 132);
        height: auto;
        left: 5%;
        top: 0;
    }
    .container .donneescontainer .donnees {
        background-color: #FFFFFF;;
    }
    .container .donneescontainer .sousonglets {
        left: 0;
        top: 0;
        width: 50%;
    }
    .container .informationcontainer {
        text-align: center;
    }
    p.Logo {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        font-family: "verdana";
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        color: #000080;
        font-size: 1.9rem !important;
    }
    .Hnormal, .Herreur, .Hlecture, .Hrequis {
        display: block;
        float: left;
        margin: 0 0 2px;
        min-height: auto;
        padding: 0;
        width: 100%;
    }
    .Hnormal .boxText select, .Herreur .boxText select, .Hrequis .boxText select {
        margin: 1px 0 0 3px;
    }
    .Vnormal .boxText select, .Verreur .boxText select, .Vrequis .boxText select {
        margin: -10px 0 0 3px;
        vertical-align: middle;
    }
    select {
        height: 28px;
        line-height: 28px;
    }
    input[type="text"], input[type="password"], textarea, label.inputText, select {
        background-color: white !important;
        border: 1px solid #aaaaaa !important;
        border-radius: 3px;
        font-size: 12px;
        height: auto;
        margin-bottom: 2px;
        min-height: 18px;
        outline: medium none;
        padding: 3px !important;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    }
    .appForm .boxboutons input {
        border: 1px solid rgb(24, 81, 132);
        color: rgb(0, 0, 0);
        margin: 0;
        padding: 1px 2px;
        text-align: center;
        width: auto;
    }
    button, .btn, .appForm .boxboutons input.submit, .appForm .boxboutons input.primary, input.primary, .boxCompText button.submit, .boxCompText input,
        input.submit {
        background-color: #fafafa;
        background-image: linear-gradient(white, white 25%, #e6e6e6);
        background-repeat: no-repeat;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        padding: 4px 10px;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    }

    /* Pour affichage des boutons */
    * {
        box-sizing: content-box;
    }
    input.primary, .appForm .boxboutons input.primary, .primary {
        background: #006dcc;
        background-image: -moz-linear-gradient(center top, #08c, #04c);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-out 0s;
        /* box-sizing: content-box; */
    }

    /* alignement à gauche icones print, .. */
    .col-md-3 {
        width: 10%;
    }

    /* fin navivateurs */
}

/*  pour smart et tablettes */
@media screen and (max-width: 992px) {
    body, a, label, input, th, td, div, p, ul, li, form, textarea, caption, select, button {
        font-size: 1.2rem !important;
    }
    .bandeaucontainer p {
        font-size: 1.3rem !important;
    }
    p.Logo {
        background-repeat: no-repeat;
        text-align: center;
        background-position: 50% 50%;
        color: #000080;
        padding: 5%;
    }
    button, .btn, .appForm .boxboutons input.submit, .appForm .boxboutons input.primary, input.primary, .boxCompText button.submit, .boxCompText input,
        input.submit {
        background-color: #006dcc;
        /* background-image: linear-gradient(white, white 25%, #e6e6e6); */
        background-repeat: no-repeat;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        padding: 4px 10px;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    }
    input.primary, .appForm .boxboutons input.primary, .primary {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(center top, #08c, #04c);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-out 0s;
        /* box-sizing: content-box; */
    }
    * {
        box-sizing: content-box;
    }

    /* alignement à gauche icones print, .. */
    .col-xs-12 {
        width: 29%;
        padding-left: 0;
    }

    /* alignement à gauche pour smart */
    @media screen and (max-width: 768px) {
        form {
            font-size: 1.0rem !important;
        }
        .bandeaucontainer p.textebandeau {
            text-align: left;
        }
    }
    .bandeaumilieu  height_eq_item col-md-5 col-sm-5 col-xs-12 {
        height: 0px;
    }
    main .ongletcontainer a, main .erreuronglet a, main .ongletcontainer .onlytext {
        color: #0080c0;
        text-decoration: underline;
    }
    .donneescontainer .ongletcontainer ul.onglet li, .erreuronglet li {
        /* color: black; */
        line-height: 22px;
    }
    #donneesbox {
        min-height: 0px;
    }
    main {
        min-height: 200px;
    }
    #print {
        visibility: hidden;
    }
    #exportpdf, #exportods  {
        visibility: hidden;
    }

    /* Fin smartphones et tablettes */
}

@media screen and (max-width: 400px) {
    input, select, td, th {
        font-size: 1.0rem !important;
    }
    #tableaufichedetaillee td, th {
        font-size: 0.7rem !important;
    }
    #header-action a {
        margin-right: 65px;
    }
    #bandeau {
        height: 24px;
    }
    .bandeaucontainer p.textebandeau {
        width: 120px;
        padding-left: 0%;
    }
    .col-xs-12 {
        width: 1px;
        padding-left: 9%;
    }
}

@media screen and (max-width: 300px) {
    input, select, td, th {
        font-size: 0.6rem !important;
    }
    #tableaufichedetaillee td, th {
        font-size: 0.5rem !important;
    }
    .col-xs-12 {
        padding-left: 2%;
    }
}