/*-----------------------
 Element HTML de base
 -----------------------*/

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-size: 13px;
    font-family: Arial, Trebuchet Ms, Helvetica, sans-serif;
    background-color: White;
    color: #686868;
    margin: 0;
    min-width: 400px;
}

table {
    font-size: 100%;
}

a {
    color: #424242;
    background-color: transparent;
}

.apied {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-weight: normal;
    margin: 0 0.8em 0.25em 0;
    border-bottom: 1px solid #8cacbb;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important;
    text-decoration: none;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    text-align: left;
    line-height: 1.5em;
    margin: 0.5em 0 0 3em;
    list-style-type: square;
    padding: 1em;
}

li {
    margin-bottom: 0.5em;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    border: 1px solid #8cacbb;
    padding: 0.5em;
    font-weight: bold;
    font-size: 90%;
    margin-bottom: 5px;

    /*dégradé bleu par default*/
    background: url(../images/grad.gif) repeat-x;
    background-color: #e9eff5;
    color: #4F4F4F;
}

/*----------------------------------
Mise en forme du contenu au centre
-----------------------------------*/
.siteTable {
    border: none;
    border-collapse: collapse;
}

.content {
    margin: 0;
    height: 400px;;
    vertical-align: top;
}

.notify {
    border: 1px solid #ffa500;
    margin: 0.5em 0 0.5em 0;
}

.card {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.rightCard {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-width: 1px;
    border-style: solid;
    float: right;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.documentDescription {
    font-weight: bold;
    display: block;
    margin: 0.5em 0em;
}

.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

.note legend {
    border: 1px solid #8cacbb;
    margin-bottom: 5px;
    font-weight: bold;
    background-color: #DEE7EF;
}

.note {
    background-color: #EFF3F7;
    border: 1px solid #8cacbb;
}

.explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}

/*-------------------------------------------------------------
 place une ou plusieurs icones en haut à droite imprimante, mail...
---------------------------------------------------------------*/
.documentActions {
    float: right;
    margin: -1em 0 0 0.5em;
    padding: 0;
    text-align: right;
}

.documentActions ul {
    margin: 1px 0 2px 0;
    padding: 0;
    display: block;
}

.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.documentActions a {
    border: none !important;
    text-decoration: none;
}

/*------------------------------------------
Gestion des elements du formulaire
-------------------------------------*/
form {
    border: none;
    margin: 0;
}

label {
    display: block;
    width: 240px;
    float: left;
    font-weight: bold;
}

.labelsimple, .labellong {
    display: inline;
    float: none;
    font-weight: normal;
}

.labellong {
    font-weight: bold;
}

.labelRadio {
    width: 150px;
    font-weight: bold;
}

textarea {
    font-size: 10pt;
    border: 1px solid #8cacbb;
    color: Black;
}

input {
    visibility: visible;
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: middle;
}

/*reglage pour FireFox*/
input[type='radio'] {
    vertical-align: top;
}

select {
    border: 1px solid #8cacbb;
    color: Black;
    vertical-align: top;
}

input:focus, textarea:focus, select:focus {
    border: #ffa500 1px solid;
}

/*zone cadrant un champs (alternative à l'utilisation d'un tableau de mise en forme)*/
.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.field .field {
    margin: 1em 0 0 0;
}

/*mise en forme pour un texte pouvant servir d'aide */
.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

/* Accuentuation d'une erreur*/
.error {
    background-color: #eef3f5;
    border: 1px solid #eef3f5;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 95%;
}

.textAreaError {
    border: 1px solid red;
}

.selectError {
    border: 1px solid red;
}

.error .fieldRequired {
    color: #eef3f5;
}

/*-----------------------------------------
gestion affichage d'elements
particularitées diverses
--------------------------------------------*/

.even {
    background-color: #eef3f5;
}

.odd {
    background-color: white;
}

/*affichage sans bordure d'un element*/
.labelRadioPrejudice input, .noborder {
    border: none;
    background: none;
    background-color: transparent;
}

p.erreur {
    color: Red;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    margin-top: 3px;
}

span.erreur {
    color: Red;
    font-weight: bold;
    font-size: 100%;
}

td.erreur {
    color: Red;
    font-weight: bold;
    font-size: 100%;
}

div#searchbox {
    padding-top: 15px;
    float: right;
    vertical-align: middle;
}

div#searchbox a {
    text-decoration: none;
}

div#logo {
    clear: left;
    vertical-align: middle;
    float: left;
    z-index: 1000;
    margin-top: 5px;
}

div#logo a {
    text-decoration: none;
}

#logo_title {
    margin-left: 10px;
    text-transform: none;
    color: #355689;
    font-size: 2.7em;
    width: 200px;
}

div.message {
    background: #FFCE7B;
    border: 1px solid #FFA500;
    color: Black;
    font-weight: bold;
    font-size: 90%;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

/*-----------------------------------------
        Page de garde index
-----------------------------------------*/

/*page acceuil*/
.contentPlainBox {
    margin-top: 1em;
    border: 1px solid #424242;
    padding: 0 1em 1em 1em !important;
    background: #FFF;
    border-radius: 4px;
}

.disclimer {
    font-size: 75%;
}

div.urgence, div.urgencePrejudice {
    background-color: #ff3535;
    color: white;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    border-radius:5px;
}

div.IPclient {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    margin: 1em 0 1em 0;
}

/*---------------------------------------
        pour le panier de prejudice
---------------------------------------*/

.cartouche {
    width: 650px;
    border: solid 2px #8cacbb;
    margin: 10px auto 10px auto;
}

.cartouche0 {
    background-color: #eef3f5;
}

.cartouche1 {
    background-color: white;
}

.libCurrentPreJudice {
    font-weight: bold;
    margin: 0;
    padding: 2px 0 2px 10px;
    text-align: left;
    background-color: #8cacbb;
    color: white;
    font-size: 105%;
}

.corpsCurrentPreJudice {
    padding: 3px 3px 3px 5px;
    margin: 0 0 3px 0;
    height: 40px;
    overflow: hidden;
    text-align: justify;
}

.corpsCurrentPreJudice .line {
    margin-bottom: 5px;
    height: 15px;
}

.champs {
    font-weight: bold;
    float: left;
}

.lib {
    margin-left: 10px;
    font-weight: normal;
}

.frontDiv {
    height: 250px;
    overflow: auto;
    border: 1px solid #8cacbb;
    margin: auto;
}

.zonePanier {
    height: 300px;
}

/*-----------------------------------------------
Style pour la page de garde des prejudices 1 et 2
-----------------------------------------------*/
.linkRetour {
    clear: both;
    margin: 10px 25px 0 0;
    font-size: 110%;
}

.warningCard {
    float: right;
    background-color: #E3D012;
    margin-left: 25px;
    width: 200px;
}

.warningCard p {
    font-size: 100%;
    margin: 5px;
}

.suitePrejudiceForm {
    background-color: #EFF3F7;
    border: 1px solid #8cacbb;
}

.suitePrejudiceForm p {
    font-weight: bold;
    margin: 5px 3px 5px 5px;
}

/*------------------------------
Visualisation d'un prejudice
---------------------------*/
.visuText {
    margin: 10px 5px 10px 5px;
}

.visuText .line {
    font-size: 110%;
    margin-bottom: 7px;
    min-height: 15px;
}

.visuText .line .champs {
    min-width: 160px;
}

.visuText .line .lib {
    display: block;
    margin-left: 5px;
}

.zoneCxPrejudice {
    margin: 15px 0 10px 25px;
}

.preventMessage {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*----------------------------------
        Formulaire de prejudice
----------------------------------/*

/*espacement entre col des label et les champs*/
.labelFormPrejudice {
    min-width: 200px;
    display: block;
}

/*espacement des lignes*/
.lineFormPrejudice {
    margin-bottom: 5px;
}

/*pour les items de formulaire: text...*/
.itemFormPrejudice {
    vertical-align: bottom;
    padding-bottom: 0px;
}

/*Pour les massage d'aide*/
.lineFormPrejudice p {
    margin: 0 0 1px 0;
}

/*Pas de bloc pour les labels des boutton radio*/
.labelRadioPrejudice, .labelRadioPrejudiceAlert {
    display: inline;
    width: 0;
    float: none;
}

/*Label en rouge*/
.labelRadioPrejudiceAlert {
    color: red;
}

/*bande de sepration dans le formulaire*/
.infoForm {
    background-color: #8cacbb;
    margin-top: 5px;
    margin-bottom: 10px;
}

.infoForm p {
    margin: 2px 10px 2px 25px;
    color: white;
    font-style: italic;
    font-weight: Bold;
}

.urgencePrejudice {
    margin-bottom: 10px;
}

.listing {
    border: 1px solid #8cacbb;
    font-size: 105%;
    margin: 1em 0em 1em 0em;
    border-collapse: collapse;
}

.listing th {
    background: #dee7ec;
    font-weight: normal;
    padding: 0.25em 1em;
    text-transform: none;
    text-align: center;
    font-weight: bold;
}

.listing td {
    padding: 0.25em 1em;
}

.borderEnBas {
    border-bottom: 2px solid #8cacbb;
}

/**---------------------------------
        Barre du haut et du bas
------------------------------------*/

.barre {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    height: 23px;
    margin-top: 15px;
}

.barrelelft {
    background: transparent url(../images/menu_background.png) repeat-x scroll left bottom;
    width: 2px;
}

.barreright {
    background: transparent url(../images/menu_background.png) repeat-x scroll left bottom;
    width: 2px;
}

.barremiddle {
    background: transparent url(../images/menu_background.png) repeat-x scroll left bottom;
    text-align: center;
    vertical-align: middle;
}

.barremiddle span {
    font-weight: bold;
    font-size: 16px;
    color: #686868;
}

.barredeconnexion {
    height: 23px;
    width: 31px;
    background: transparent url(../images/menu_background.png) repeat-x scroll left bottom;
    z-index: 1000;
}

.barredeconnexion a {
    text-decoration: none;
    border: none;
    display: block;
    height: 23px !important;
    width: 31px;
}

.barresansdeconnexion {
    background: transparent url(../images/menu_background.png) repeat-x scroll left bottom;
    height: 23px;
    width: 31px;
}

span.pied {
    margin-left: 10px;
    margin-bottom: 10px;
}

span.pied a {
    color: #424242;
    font-size: 7pt;
    text-decoration: underline;
}

span.pied a:hover {
    color: #355689;
    /*text-decoration:underline;*/
}

/*------------------------------------
         Boutons
--------------------------------------*/

.btn, .continuer, .oui_non, .btnCxPrejudice,
.btnContinuer, .btnRetour, .btnVersSuite, .btnValidation, .middleCartoucheBtn {
    background: none repeat scroll 0 0 #355689;
    border: medium none;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

.continuerIndex {
    background: none repeat scroll 0 0 #355689;
    border: medium none;
    border-radius: 5px;
    padding: 10px 30px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    float: right;
    margin-right: 25px;
}

.content-link-pnav {
    margin: 10px 0px;
    text-align:right
}

.btn-pnav {
    background: #FFFFFF;
    border: 1px solid #355689;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px;
    cursor: pointer;
    color: #355689;
    font-weight: bold;
    text-decoration: none;
}

input[type="submit"]:hover, .oui_non:hover {
    color: #ffa500;
}

.btnValidation {
    float: right;
    margin: 10px 25px 0 0;
}

.btnCxPrejudice {
    margin-left: 15px;
}

.btnContinuer {
    float: right;
    margin-right: 25px;
}

.btnRetour {
    margin-left: 25px;
}

.twoBtns {
    margin: 15px 0 15px 0;
}

.buttonsCurrentPrejudice {
    text-align: right;
    margin-bottom: 3px;
    padding-right: 10px;
}

.buttonsCurrentPrejudice input.btn, input.middleCartoucheBtn {
    font-size: 9px;
    font-weight: normal;
}

.middleCartoucheBtn {
    margin: 0 25px 0 25px;
}

.btnsConfSuppPrejudice {
    text-align: center;
}

div.globalFil {
    margin-top: 10px;
}

.globalFil li {
    margin-bottom: 0em;
}

/*------------
Barre de titre
------------*/

.barretitle {
    position: relative;
    top: 8px;
}

/*---------------------------------------------
Barre des langues pour la traduction de la page
---------------------------------------------*/

.flaglanguage, #flag, #lang {
    position: relative;
    background: transparent;
    z-index: 500;
    height: 15px;
}

.flaglanguage {
    top: 3px;
    float: right;
}

#flag {
    top: -10px;
    float: right;
}

#lang {
    top: 6px;
}

/*---------------------------------------------------------
Contenu de la page
---------------------------------------------------------*/

#Imprimer {
    cursor: pointer;
}

/* IE 7 */
.document {
    text-align: left;
}

.disabled {
    -moz-opacity: 0.50;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.50;
    color: #222;
    background: #CCC;
}

#opposition, #degrad_vl, #vol_vl, #vol2_vl, #meme_identite, #meme_atteinte {
    width: 100%;
}

/*---------------------------------------------------------
Formulaire pour l'enquête de satisfaction
---------------------------------------------------------*/

.titre {
    background: #CDCDCD;
    font-weight: bold;
    font-size: 20px;
    width: 50% !important;
}

.attache {
    font-size: 10px;
}

.merci {
    text-align: center;
    font-weight: bold;
}

.memo {
    float: left;
}

.memoNb {
    z-index: 1000;
    float: right;
    vertical-align: bottom;
}

#sousTitre {
    padding: 0.9em 0 0 0;
}

/***************************************************************************************
 ***************************************************************************************
 ********************************* Nouveau fil arianne *********************************
 ***************************************************************************************
 ***************************************************************************************/

#breadcrumbs {
    /* Clear floats */
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none;
    font-size: 100%;
}

#breadcrumbs li {
    float: left;
}

#breadcrumbs a {
    padding: .7em 0.4em .7em 1.5em; /* .7em 1em .7em 2em */
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

#breadcrumbs a,
#breadcrumbs .current::after {
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
    background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs li:first-child a {
    padding-left: 1em;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs li:last-child a {
    padding-right: 1em;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#breadcrumbs a:hover {
    background: white;
}

#breadcrumbs a::after,
#breadcrumbs a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs a::after {
    z-index: 2;
    border-left-color: #ddd;
}

#breadcrumbs a::before {
    border-left-color: #ccc;
    right: -1.1em;
    z-index: 1;
}

#breadcrumbs a:hover::after {
    border-left-color: white;
}

#breadcrumbs .current,
#breadcrumbs .current:hover {
    font-weight: bold;
    background: #355689;
    color: white;
    text-shadow: none;
}

#breadcrumbs .current a:hover {
    background: #355689;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before {
    right: -1em;
    z-index: 5;
    color: #355689;
}

#breadcrumbs .current::before {
    border-left-color: #355689;
    z-index: 10;
    background: transparent;
}

#breadcrumbs .past,
#breadcrumbs .past:hover {
    font-weight: bold;
    text-decoration: underline;
    background: #D8E5F8;
}

#breadcrumbs .past a:hover {
    background: #D8E5F8;
}

#breadcrumbs .past::after,
#breadcrumbs .past::before {
    right: -1em;
    z-index: 5;
    color: #D8E5F8;
}

#breadcrumbs .past::before {
    border-left-color: #D8E5F8;
    z-index: 10;
    background: transparent;
}

#breadcrumbs li:last-child a::after,
#breadcrumbs li:last-child a::before {
    content: none;
}

/* Ajouts DILCRA */

.lstInline {
    padding: 0;
    margin-bottom: 1em;
}

.lstInline li {
    display: inline-block;
    margin-left: 10px;
}

/* modal */
#modal, #modalconfirm, #modalinfosacces {
    padding:10px;
    border-radius:5px;
}

a:hover {
    cursor:pointer;
}

ul.nopuce>li {
  list-style-type: none;
}

ul.adresse ul.nopuce {
  margin:0;
  padding:5px;
}

/* Carto */
#unite-select {
  width:750px;
  height:400px;
  margin-top:5px;
  z-index:0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#unite-select-list, #unite-select-header {
  width:245px;
  float:left;
}

#unite-select-header {
  padding:5px 0;
  text-align: center;
  font-weight: bold;
}

#unite-select-list {
  overflow-y: auto;
  max-height: 370px;
}

#unite-select-list ol {
  padding-left: 5px;
  list-style: none;
  counter-reset: my-counter;
}

#unite-select-list ol>li {
  counter-increment: my-counter;
}

#unite-select-list ol>li::before {
  content: counter(my-counter);
  width: 20px;
  height: 20px;
  background-color: #346C81;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  padding: 0px 6px 0px 6px;
  margin-right: 10px;
}

#unite-select-list ol>li.unite-selected::before {
  background-color: #184EED;
}

#unite-select-list ol>li.unite-selected {
  background-color: #CEE7F0;
}

#unite-select-list .unite-horaire, #unite-select-list .unite-infosacces, #modal .unite-horaire {
  text-decoration: underline !important;
}

.unite-label {
  font-weight: bold;
}

.unite-horaire-table {
  text-decoration:  none;
  display:none;
  border-spacing: 0px;
  border-collapse: separate;
  font-size:smaller;
}

.visio {
    background-color: #ff3535;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    border-radius:5px;
}

.red {
  color: red;
}

#unite-select-carte {
  width:500px;
  height: 100%;
  float:right;
  z-index:0;
}

#choix-commune {
  z-index:1000;
}

#commune_ac {
  width:350px;
}

.msg-unite-selected {
  text-align:center;
  background-color:#D8E5F8;
  border-radius:5px;border:1px solid #008DBC;
  color:#444;
}

.msg-unite-selected-error {
  text-align:center;
  background-color:#FFABAB;
  border-radius:5px;border:1px solid red;
  color:#444;
}

#infos-accessibilite {
    margin-top: 1em;
}
#infos-accessibilite div.ui-accordion-content {
    padding: 1em;
    font-size: small;
}
#infos-accessibilite div.ui-accordion-content ul {
    padding: 0px;
    margin: 0 0 0 1em;
}
#infos-accessibilite .access-title-comment {
    color: #76797c;
    font-size: small;
}
.accessibilite-footer {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    width:100%;
}
.accessibilite-footer a {
    color: blue;
}
.icon-access:before { 
    content: "";
    display: inline-block;
    background-image: url('/images/access-icon.png');
    background-size: 20px 120px;
    width: 20px;
    height: 20px;
    margin-right: 0.3em;
    position: relative;
    top: 5px;
}
.icon-transport:before {
    background-position: top 0px left 0px;
}
.icon-stationnement:before {
    background-position: top -20px left 0px;
}
.icon-cheminement-ext:before {
    background-position: top -40px left 0px;
}
.icon-entree:before{
    background-position: top -60px left 0px;
}
.icon-accueil:before {
    background-position: top -80px left 0px;
}
.icon-sanitaires:before {
    background-position: top -100px left 0px;
}