@import url("menu_horizontal.css");
/* STYLE PRINCIPALE DU LOGICIEL */

* {
  font-family: "Figtree", sans-serif;
}

frame,
iframe,
frameset {
  border-color: #9D9D9C !important;
}

html {
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0px;
  scrollbar-color: #9d9d9c #e2e2e2;
  scrollbar-width: thin;
  overflow-x: auto;
}

html.no-touch {
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: thin;
}

/*premier conteneur*/
.frame_principale {
  overflow-y: scroll;
}

body {
  background-color: #F4F4FE;
  -moz-background-size: 500% 500%;
  background-size: 500% 500%;
  margin: 0px;
  padding: 10px
}

.fond-blanc {
  background-color: #FFFFFF;
}

body.padding-0 {
  padding: 0px;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  height: auto;
}

td {
  padding: 0;
  margin: 0;
}

a {
  outline: 0px;
  border: 0;
  text-decoration: none;
}

form {
  width: auto;
  margin-bottom: 0px;
  /*margin-bottom: 10px; avant*/
}

h1,
h2 {
  margin: unset;
  display: unset;
  font-size: unset;
  font-weight: unset;
  margin-block-start: unset;
  margin-block-end: unset;
}

abbr {
  cursor: help;
}

/******************************appliquer sur tout les elements***********************************/
:focus-visible {
  outline-offset: 2px;
  box-shadow: 0px 0px 400px 0px rgba(0, 9, 255, 0.22) inset;
  -webkit-box-shadow: 0px 0px 400px 0px rgba(0, 9, 255, 0.22) inset;
  -moz-box-shadow: 0px 0px 400px 0px rgba(0, 9, 255, 0.22) inset;
}

input:focus-visible,
textarea:focus-visible {
  box-shadow: initial;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
}

/* Pour les écrans qui prennent tout l'écran (x récapitulatifs et gantt)*/
body.bodyLarge {
  -moz-background-size: 500% 500%;
  background-size: 500% 500%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}

body.bodyLarge img.sansPlanif {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* body .axeRouge, body .texteRouge{ color:#FE0101; } */
body .critereBleu,
body .texteBleu {
  color: #123DC8;
}

body .texteVert {
  color: #00A211;
}

body .texteBlanc {
  color: #FFFFFF;
  font-weight: bold;
}

body .texteNoir {
  color: #000000;
}

.bodyLarge .entete {
  text-align: center;
  color: #000;
  font-size: 1em;
}

.bodyLarge .page {
  text-align: left;
  padding-left: 20px;
}

.bodyLarge select {
  height: 27px;
}

body.auth {
  padding-top: 0px;
  margin: 0px;
  height: 100%;
}

form.tdAuth {
  margin-top: 60px;
  width: 525px;
  height: 235px;
  display: inline-block;
}

fieldset.tdAuth {
  border-radius: 15px;
  color: #244E74;
  font-family: "Figtree", sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 5px;
  background-color: white;
}

.login_merci {
  color: grey;
}

.login_valider {
  width: 150px;
  height: 43px;
  background: url('img/icones_login.png');
  background-repeat: no-repeat;
  background-position: 0px -88px;
  background-size: 150px;
  margin-top: 20px;
  border-radius: 10px;
  color: white;
  text-align: left;
  line-height: 5px;
  cursor: pointer;
}

/* p.p_login_valider{  padding-left: 20px;  padding-top: 18px;} */

.mail_valider {
  width: 150px;
  height: 43px;
  float: right;
  background: url('img/icones_login.png');
  background-repeat: no-repeat;
  background-position: 0px -88px;
  background-size: 150px;
  margin-top: 3px;
  border-radius: 10px;
  color: white;
  text-align: left;
  line-height: 5px;
  cursor: pointer;
}

/******************************couleur didactic du logiciel***********************************/
.priorite_risque_orange,
.rmaa {
  background-color: #FFE6CC;
}

.priorite_risque_rouge,
.Maltraitance {
  background-color: #FF9494;
}

.priorite_risque_verte,
.background-green,
.rfea {
  background-color: #ACF4CC;
}

.background-red,
.rfna {
  background-color: #FF9494
}

.background-yellow {
  background-color: #FFF2D3
}

.background-blue {
  background-color: #CCE0FF
}

/******************************icons boutons DEBUT***********************************/
.img-validate {
  background: #2070D4;
  background-position: 15px -9440px;
}

.img-validate:before {
  content: "Valider";
}

.img-cancel {
  background: #da6658;
  background-position: 15px -8940px;
}

.img-cancel:before {
  content: "Annuler";
}

.img-upload {
  background-position: 0px -9359px;
}

.img-Etat {
  background-position: 10px -8550px;
}

.img-download {
  background-position: 0px -7838px;
}

.img-edit {
  background-image: url('img/edit.png')
}

.img-edit:hover,
.img-edit:active,
.img-edit:focus {
  background-image: url('img/edit-color.png')
}

.img-add {
  background-position: 0px -11758px;
}


/*.img-add:hover, .img-add:active, .img-add:focus{background-image: url('img/add-color.png') }*/
.img-copy {
  background-image: url('img/copy.png')
}

.img-copy:hover,
.img-copy:active,
.img-copy:focus {
  background-image: url('img/copy-color.png')
}

/*
  .img-delete{background-image: url('img/delete.png') }
  .img-delete:hover, .img-delete:active, .img-delete:focus{background-image: url('img/delete-color.png') }
  */
.img-view {
  background-image: url('img/view.png')
}

.img-view:hover,
.img-view:active,
.img-view:focus {
  background-image: url('img/view-color.png')
}

.img-archive {
  background-image: url('img/archive.png')
}

.img-archive:hover,
.img-archive:active,
.img-archive:focus {
  background-image: url('img/archive-color.png')
}

.img-users {
  background-image: url('img/users.png');
}

.img-users:hover,
.img-users:active,
.img-users:focus {
  background-image: url('img/users-color.png')
}

.img-print {
  background-image: url('img/print.png');
}

.img-print:hover,
.img-print:active,
.img-print:focus {
  background-image: url('img/print-color.png');
}

.img-graph1 {
  background-image: url('img/graph1.png')
}

.img-graph1:hover,
.img-graph1:active,
.img-graph1:focus {
  background-image: url('img/graph1-color.png')
}

.img-graph2 {
  background-image: url('img/graph2.png')
}

.img-graph2:hover,
.img-graph2:active,
.img-graph2:focus {
  background-image: url('img/graph2-color.png')
}

.img-graph3 {
  background-image: url('img/graph3.png')
}

.img-graph3:hover,
.img-graph3:active,
.img-graph3:focus {
  background-image: url('img/graph3-color.png')
}

.img-radar {
  background-image: url('img/radar.png')
}

.img-radar:hover,
.img-radar:active,
.img-radar:focus {
  background-image: url('img/radar-color.png')
}

.img-locked {
  background-image: url('img/locked.png')
}

.img-locked:hover,
.img-locked:active,
.img-locked:focus {
  background-image: url('img/locked-color.png')
}

.img-pdf {
  background-image: url('img/pdf.png')
}

.img-pdf:hover,
.img-pdf:active,
.img-pdf:focus {
  background-image: url('img/pdf-color.png')
}

.img-doc {
  background-image: url('img/doc.png')
}

.img-doc:hover,
.img-doc:active,
.img-doc:focus {
  background-image: url('img/doc-color.png')
}

.img-xls {
  background-image: url('img/xls.png')
}

.img-xls:hover,
.img-xls:active,
.img-xls:focus {
  background-image: url('img/xls-color.png')
}

.img-txt {
  background-image: url('img/txt.png')
}

.img-txt:hover,
.img-txt:active,
.img-txt:focus {
  background-image: url('img/txt-color.png')
}

.img-arrow_left {
  background-image: url('img/arrow_left.png');
  margin: 0 !important;
}

.img-arrow_left:hover,
.img-arrow_left:active,
.img-arrow_left:focus {
  background-image: url('img/arrow_left-color.png')
}

.img-arrow_right {
  background-image: url('img/arrow_right.png');
  margin: 0 !important;
}

.img-arrow_right:hover,
.img-arrow_right:active,
.img-arrow_right:focus {
  background-image: url('img/arrow_right-color.png')
}

.img-arrow_top {
  background-image: url('img/arrow_top.png')
}

.img-arrow_top:hover,
.img-arrow_top:active,
.img-arrow_top:focus {
  background-image: url('img/arrow_top-color.png')
}

.img-arrow_bottom {
  background-image: url('img/arrow_bottom.png')
}

.img-arrow_bottom:hover,
.img-arrow_bottom:active,
.img-arrow_bottom:focus {
  background-image: url('img/arrow_bottom-color.png')
}

.img-arrow_left2 {
  background-image: url('img/arrow_left2.png')
}

.img-arrow_left2:hover,
.img-arrow_left2:active,
.img-arrow_left2:focus {
  background-image: url('img/arrow_left2-color.png')
}

.img-arrow_right2 {
  background-image: url('img/arrow_right2.png')
}

.img-arrow_right2:hover,
.img-arrow_right2:active,
.img-arrow_right2:focus {
  background-image: url('img/arrow_right2-color.png')
}

/*
  .img-arrow_top2{background-image: url('img/arrow_top2.png') }
  .img-arrow_top2:hover, .img-arrow_top2:active{background-image: url('img/arrow_top2-color.png') }
  .img-arrow_bottom2{background-image: url('img/arrow_bottom2.png') }
  .img-arrow_bottom2:hover, .img-arrow_bottom2:active, .img-arrow_bottom2:focus{background-image: url('img/arrow_bottom2-color.png') }
  */
.img-lock {
  background-image: url('img/lock.png')
}

.img-lock:hover,
.img-lock:active,
.img-lock:focus {
  background-image: url('img/lock-color.png')
}

.img-accessibility {
  background-image: url('img/accessibility.png')
}

.img-accessibility:hover,
.img-accessibility:active,
.img-accessibility:focus {
  background-image: url('img/accessibility-color.png')
}

.img-exigency-1 {
  background-image: url('img/exigency-1.png')
}

.img-exigency-1:hover,
.img-exigency-1:active,
.img-exigency-1:focus {
  background-image: url('img/exigency-1-color.png')
}

.img-exigency {
  background-image: url('img/exigency.png')
}

.img-exigency:hover,
.img-exigency:active,
.img-exigency:focus {
  background-image: url('img/exigency-color.png')
}

.img-cvs {
  background-image: url('img/cvs.png') !important
}

.img-cvs:hover,
.img-cvs:active,
.img-cvs:focus {
  background-image: url('img/cvs-color.png') !important
}

.img-cvs-1 {
  background-image: url('img/cvs-1.png') !important
}

.img-img {
  background-image: url('img/img.png')
}

.img-img:hover,
.img-img:active,
.img-img:focus {
  background-image: url('img/img-color.png')
}

.img-historic {
  background-image: url('img/historic.png')
}

.img-historic:hover,
.img-historic:active,
.img-historic:focus {
  background-image: url('img/historic-color.png')
}

/* (au dessus en double sur lpCentreEval.css)*/
/*** icone dans la barre haute (top2) ***/
.bouton-power {
  background-image: url('img/power.png')
}

.bouton-power:hover,
.bouton-power:active,
.bouton-power:focus {
  background-image: url('img/power-color.png')
}

/*
  .bouton-planning{background-image: url('img/icone-planning.png') }
  .bouton-planning:hover, .bouton-planning:active, .bouton-planning:focus{background-image: url('img/icone-planning-color.png') }
  .bouton-tache{background-image: url('img/icone-tache.png'); display : inline-block; position : relative; }
  .bouton-tache:hover, .bouton-tache:active, .bouton-tache:focus{background-image: url('img/icone-tache-filled.png') }
  */
.bouton-memo-complementaire {
  background-image: url('img/document.png');
  display: inline-block;
  position: relative;
}

.bouton-memo-complementaire:hover,
.bouton-memo-complementaire:active,
.bouton-memo-complementaire:focus {
  background-image: url('img/document-color.png')
}

.bouton-info {
  background-image: url('img/info.png')
}

.bouton-info:hover,
.bouton-info:active,
.bouton-info:focus {
  background-image: url('img/info-color.png')
}

.bouton-enveloppe {
  background-image: url('img/enveloppe.png')
}

.bouton-enveloppe:hover,
.bouton-enveloppe:active,
.bouton-enveloppe:focus {
  background-image: url('img/enveloppe-color.png')
}

.bouton-settings {
  background-image: url('img/settings.png')
}

.bouton-settings:hover,
.bouton-settings:active,
.bouton-settings:focus {
  background-image: url('img/settings-color.png')
}

.bouton-user {
  background-image: url('img/user.png')
}

.bouton-user:hover,
.bouton-user:active,
.bouton-user:focus {
  background-image: url('img/user-color.png')
}

a.img-link>img {
  opacity: 0;
  height: 22px !important;
  width: 22px !important;
}

/* <a class='+thisCLASS img-ICON' ><img class="img-link" ></a> */
a.img-link.x25 {
  background-size: 22px;
  padding: 0px;
}

a.img-link {
  /* <a class='img-link img-ICON'></a> */
  cursor: pointer;
  color: #000000;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  margin-right: 10px;
  display: inline-block;
}

div.img-41x2000-center-table_cell:hover {
  opacity: 0.8;
}

/* <div class='+thisCLASS img-ICON'>Valider Annuler<div> */
div.img-41x2000-center-table_cell,
.img-validate,
.img-cancel {
  height: 40px;
  max-width: 200px;
  width: 200px;
  background-image: url('img/Icons.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin: 8px;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

div.img-30x30-center-inline_block {
  /* <td class='+thisCLASS img-ICON'><select ... ect><div>Bouton<div></td>  */
  cursor: pointer;
  width: 22px;
  height: 22px !important;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0px 6px 0px 6px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

div.img-30x30-center-block {
  /* <td class='+thisCLASS img-ICON'><select ... ect><div>Bouton<div></td> */
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: block;
  vertical-align: text-bottom;
  padding: 6px 6px 6px 6px;
  margin: 6px 6px 6px 6px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

div.img-30x30-center-table_cell {
  /* <td class='tdBouton'><div class='+thisCLASS img-ICON'><div></td> */
  height: 22px;
  max-width: 2000px;
  width: 1000px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
  /* font-size: 12.3px; */
  cursor: pointer;
  display: table-cell;
}

td.tdBouton {
  max-width: 22px;
  min-width: 30px;
  width: auto;
  padding: 0 !important;
  text-align: center;
}

.bouton-commande {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  line-height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

button.bouton-commande {
  border: 0;
  background-color: transparent;
}

/******************************FIN icons ou boutons***********************************/
.w1000 {
  width: 1000px;
}

.pointer {
  cursor: pointer;
}

img.img_menu_choix {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

select#etab,
#module {
  height: 32px;
}

div#motDePasseOublie {
  font-size: 0.7em;
  bottom: 1px;
  display: block;
  color: #274E94;
  cursor: pointer;
  margin-top: 15px;
  width: 105px;
}

div#echecConnexion {
  font-size: 0.7em;
  color: red;
  float: right;
  margin-top: 15px;
  margin-right: 30px;
}

tr.active {
  display: table-tr;
}

tr.cachee,
tr.stepHidden,
.displaynone {
  display: none;
}

tr.active .email {
  width: 90%;
  height: 35px;
}

td.tdAuth form {
  margin: 0px;
}

INPUT.centreoblig_BC1 {
  BORDER-TOP-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px;
  BORDER-COLOR: #ff2222;
  BORDER-BOTTOM-WIDTH: 1px;
  COLOR: #6886b3;
  BACKGROUND-COLOR: white;
  TEXT-ALIGN: left;
  BORDER-RIGHT-WIDTH: 0px;
  font-size: 15px;
}

.desactive {
  color: #000000;
  border: 0px solid;
}

.btnLpf {
  padding: 5px 10px 5px 38px;
  background: transparent;
  /* border:1px solid #555; AVANT*/
  border: 1px solid #9D9D9C;
  width: 120px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 17px;
  font-family: "Figtree", sans-serif;
  color: #000;
}

.iconeLpf {
  border-bottom: none;
  position: absolute;
  margin: 5px 0 0 5px;
  z-index: 1;
}

.imgLpf {
  border-bottom: none;
}

.calen {
  background: url('img/agenda.png') no-repeat right;
}

.labelAuth {
  width: 90px;
  display: inline-block;
}

.selectAuth {
  border: 1px solid #9D9D9C;
  outline: 0;
  overflow: hidden;
  width: 100%;
  font-family: "Figtree", sans-serif;
  color: black;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: url('img/icones_login.png');
  background-repeat: no-repeat;
  background-position: -30px 10px;
  background-size: 100px;
  background-color: white;
  padding-left: 40px;
  margin-bottom: 20px;
}

.selectPass {
  border: 1px solid #9D9D9C;
  /* border: 0.5px solid grey ; AVANT */
  outline: 0;
  overflow: hidden;
  width: 100%;
  font-family: "Figtree", sans-serif;
  color: black;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: url('img/icones_login.png');
  background-repeat: no-repeat;
  background-position: -30px -20px;
  background-size: 100px;
  background-color: white;
  padding-left: 40px;
}

.selectMail {
  /* border: 0.5px solid grey ; AVANT */
  border: 1px solid #9D9D9C;
  outline: 0;
  overflow: hidden;
  width: 100%;
  font-family: "Figtree", sans-serif;
  color: black;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: url('img/icones_login.png');
  background-repeat: no-repeat;
  background-position: -30px -91px;
  background-size: 100px;
  background-color: white;
  padding-left: 40px;
}

div.recup_password {
  margin-top: 5px;
}

p.contact_mail {
  height: 30px;
  padding-top: 2px;
  padding-left: 45px;
  background: url('img/icones_contact.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px;
  margin: 0px;
  margin-top: 3px;
}

a.contact_mail {
  color: black;
  text-decoration: none;
}

p.contact_tel {
  height: 30px;
  padding-top: 3px;
  padding-left: 45px;
  background: url('img/icones_contact.png');
  background-repeat: no-repeat;
  background-position: 0px -46px;
  background-size: 30px;
  margin: 0px;
  margin-top: 3px;
}

p.contact_web {
  height: 30px;
  padding-top: 4px;
  padding-left: 45px;
  background: url('img/icones_contact.png');
  background-repeat: no-repeat;
  background-position: 0px -98px;
  background-size: 30px;
  margin: 0px;
  margin-top: 3px;
}

/*################# FIN DE STYLES ############### */

.infobulle {
  position: relative;
  /*;color:#000;*/
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-size: 11px;
  cursor: help;
}

.infobulle:hover {
  background: none;
  /* correction d'un bug IE */
  z-index: 1000000;
  /* on définit une valeur pour l'ordre d'affichage */
  /*cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}

.infobulle:hover span {
  display: inline;
  /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap;
  /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  top: 10px;
  /* on positionne notre infobulle */
  left: 10px;
  background: white;
  color: #000C24;
  padding: 8px;
  border: 1px solid #E0ECFE;
  border-left: 6px solid #E0ECFE;
  text-align: left;
}

#pageCentre {
  position: absolute;
  width: 150px;
  /* selon la largeur voulue */
  margin-left: -150px;
  /* moitie de width */
  left: 50%;
  /* constant, toujours 50% */
  height: 150px;
  /* selon la quantite de texte */
  margin-top: -60px;
  /* moitie de height */
  top: 50%;
  /* constant, toujours 50% */
}

#contenu {
  margin: 1em;
}

INPUT.centreoblig2,
INPUT.centreoblig1 {
  BORDER-TOP-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px;
  BORDER-LEFT-COLOR: #ff2222;
  BORDER-BOTTOM-WIDTH: 1px;
  BORDER-BOTTOM-COLOR: #ff2222;
  COLOR: #6886b3;
  BORDER-TOP-COLOR: #ff2222;
  BACKGROUND-COLOR: #EEEEEE;
  TEXT-ALIGN: center;
  BORDER-RIGHT-WIDTH: 0px;
  BORDER-RIGHT-COLOR: #ff2222;
  font-size: 15px;
  /*text-transform : uppercase; */
}

.chk1 {
  BACKGROUND-COLOR: #EEEEEE;
}

/* CALENDRIER */
.ds_box {
  background-color: #FFF;
  border: 1px solid #9D9D9C;
  /* border: 1px solid #000; */
  position: absolute;
  z-index: 32767;
}

.ds_tbl {
  background-color: #FFF
}

.ds_head {
  background-color: #333;
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.ds_subhead {
  background-color: #CCC;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  font-family: "Figtree", sans-serif;
  width: 32px;
}

.ds_cell {
  background-color: #EEE;
  color: #000;
  font-size: 13px;
  text-align: center;
  font-family: "Figtree", sans-serif;
  padding: 5px;
  cursor: pointer;
}

.ds_cell:hover {
  background-color: #F3F3F3;
}

/* This hover code won't work for IE */
.calendrier {
  BORDER-TOP-WIDTH: 0px;
  BORDER-LEFT-WIDTH: 0px;
  BORDER-LEFT-COLOR: #ff2222;
  BORDER-BOTTOM-WIDTH: 1px;
  BORDER-BOTTOM-COLOR: #ff2222;
  COLOR: #6886b3;
  BORDER-TOP-COLOR: #ff2222;
  BACKGROUND-COLOR: white;
  TEXT-ALIGN: left;
  BORDER-RIGHT-WIDTH: 0px;
  BORDER-RIGHT-COLOR: #ff2222;
  cursor: text;
}

/* FIN CALENDRIER */


.saisietext {
  /* haut | droite | bas | gauche */
  border-width: 0px 1px 0px 0px;
  COLOR: #6886b3;
  BACKGROUND-COLOR: white;
  TEXT-ALIGN: center;
  border-color: #9D9D9C;
  /* BORDER-COLOR: #cccccc; AVANT */
}

.cachediv {
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  margin-top: -1px;
  position: absolute;
}

.amenu2:link {
  font-weight: bold;
  text-decoration: none
}

.amenu2:visited {
  font-weight: bold;
  text-decoration: none
}

.amenu2:active {
  font-weight: bold;
  text-decoration: none
}

.amenu2:hover {
  font-weight: bold;
  color: red;
}

/* MES STYLES  */
.divArrondi {
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 5px;
  border-radius-topleft: 0px;
  border-radius-topright: 5px;
  border-radius-bottomleft: 0px;
  border-radius-bottomright: 5px;
}

.tdLigneGris {
  white-space: nowrap;
  background-color: #EFEFEF;
}

.tdLigneGrisEval {
  white-space: nowrap;
  /*border: 1px solid #D3D3D3; AVANT */
  border: 1px solid #9D9D9C;
  padding-left: 0px;
  padding-right: 0px;
}

.tdLigneProgression {
  white-space: nowrap;
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 1000;
  width: 350px;
  background-color: transparent;
}

/* .fontDefaut{ color:green ; } */

.tableContenu {
  margin-top: 0px;
  width: 100%;
  margin-left: 0px;
  margin-right: auto;
  padding: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableContenuEval {
  width: auto;
  border-collapse: collapse;
  /* border-color: #D3D3D3; AVANT */
  border-color: #9D9D9C;
  position: absolute;
  left: 0px;
  top: -3px;
}

.tableGauche {
  height: 500px;
}

.tableContenu .tdMenu {
  background: transparent;
  width: 140px;
  padding-right: 0px;
  padding-left: 0p
}

.tableContenu .tdcontenu {
  background: transparent;
  padding-top: 0px;
  text-align: center;
  width: 100%;
  padding: 0px;
}

.tdContenu #divContenu {
  /*background-color: #FFFFFF; */
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: auto;
  height: 100%;
  border-width: 1px;
  min-width: 80%;
  color: #000C24;
}

.tdContenu #divContenu .petiteTable {
  /* height: 400px; car fait des blanc dans les tdValidation */
  margin-right: 70px;
  min-width: 600px;
  display: table;
}

.tdContenu #divContenu .titre {
  font-size: 1.5em;
}

/******************************Element des formulaires DEBUT***********************************/
/*tableau des formulaire (reunion)*/
img.img_plus {
  cursor: pointer;
  float: right;
  margin-top: -4px;
  height: 25px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.acc.hoverInactif h3:hover {
  background-color: #e4e6e6 !important;
  color: #000000 !important;
}

.bouton {
  cursor: pointer;
  /* border: 1px solid #CCCCCC; AVANT */
  border: 1px solid #9D9D9C;
  height: 25px;
  width: 25px;
  margin-right: 3px;
  padding: 3px;
}

.font-note {
  color: #000C24;
  font-size: 0.65em !important;
  /*!important pour passer au dessus de la font tdLabel imposer dans fElem.php*/
}

.hover_italic:hover {
  font-style: italic;
  cursor: pointer;
}

.titreI_axe>h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  display: inline;
}

.titreI_axe>div.td-boutons {
  float: right;
  outline: 1px solid #9d9d9c;
  outline-offset: 6px;
  text-align: center;
  padding-inline: 3px;
}

.titreI_axe>div.td-boutons>button:last-child {
  margin: 0
}

td.titreI_axe,
div.titreI_axe {
  font-size: 16px;
  color: #000C24;
  font-weight: bold;
  background-color: #E0ECFE;
  padding: 10px !important;
  /*border-radius: 8px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

.tdLigne {
  white-space: nowrap;
  /* color: #000C24; padding:10px; a mettre pour les td de formulaire à ne pas mettre pour les barre d'action*/
}

/*input text à trou et barre d'action (comme dans evaluer)*/
.tdHelp {
  text-align: center;
  width: 21px;
  border-left: 1px solid transparent !important;
  /*border: 1px solid #E8E6E5; /* border: 1px solid #9D9D9C; CHART */
  font-size: 12pt;
  /* color: #3c4043; AVANT */
  color: #000C24;
  /*CHART*/
}

.tdHelp>a.infobulle {
  margin: 0px;
}

.trAlone {
  height: 300px
}

td.tdLabel {
  text-align: left;
  width: 20%;
  /*width200px avant*/
  /* padding: 10px 19px 10px 19px; CHART */
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #E0ECFE;
  /* border: 1px solid #9D9D9C; CHART */
  font-size: 12pt;
  color: #000C24;
}

.tdInput.ckedithor {
  padding: 0;
  width: unset;
}

div.ckedithor>div.cke {
  width: 100% !important
}

/*evaluer synthese*/
td.tdInput {
  width: 80%;
  text-align: left;
  white-space: nowrap;
  padding: 10px;
  border-bottom: 1px solid #E0ECFE;
  color: #000C24;
}

.td-padding30 {
  padding: 30px;
}

.tdValidation td,
.tdValidation {
  height: 90px;
  max-height: 41px !important;
  padding: 0px;
  text-align: center !important;
}

select {
  height: 30px;
  padding: 0px;
}

.tdInput select {
  width: 36em;
}

/* .petiteTable .tdValidation{ height: 41px; } */
.tdValidation td a {
  padding: 0px;
  margin: 0px;
  width: 50%;
  display: inline-block;
}

.tdValidation td a img {
  width: 100%;
  height: 41px;
}

#graphiques_analyses,
.graphiques_analyses,
form.table-fiche,
form.fiche-risque,
.fiche-etape-workflow {
  min-width: fit-content;
  width: 75%;
  max-width: 95%;
  margin-left: 0px;
  margin-right: auto;
  margin-top: 15px;
  /*border-right: 20px solid #f5f5f6;  border-left: 20px solid #f5f5f6; border-bottom: 20px solid #f5f5f6;*/
  /*rgb(235, 236, 237, 0.5}*/
}

form.table-fiche,
form.doublepage {
  border: 5px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px
}

form.fiche-risque,
#graphiques_analyses,
.graphiques_analyses,
.width_1200 {
  width: 1200px !important;
}

#objet-graph.graphiques_analyses {
  outline: none;
}

form.grille-entretien {
  height: 1400px
}

form.doublepage {
  margin: 0;
}

table.table-fiche {
  border-spacing: 0;
  border: 0;
  padding: 0px;
  border-collapse: collapse;
  width: 100% !important;
  color: #000C24;
  height: unset !important
}

.tableFormulaire.azrak>tbody>tr>td.azrak input[type=text] {
  width: 100%;
  height: 30px;
}

/*.tdLigne > textarea, .tdLigne > input[type="text"], .tdLigne > button[type="button"] {width: 8em; height: 30px;}*/
.tdLigne>button[type="button"] {
  width: 8em;
  height: 40px;
}

input[type=text],
input[type=password] {
  height: 40px !important;
}

input,
textarea,
select {
  border: 1px #CCE0FF solid;
  padding-left: 15px;
  padding-right: 15px;
  outline: 0;
  /*background: #F4F4FE; */
  font-family: "Figtree", sans-serif;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

input[type=file] {
  padding: 0;
}

textarea {
  /*font-size: 0.75em; Manon*/
  font-size: 9pt;
}

.tdInput input[type=text] {
  width: 36em;
  height: 40px;
}

input[type=text]#ordre,
input.date,
input[type=text].date,
input.numeric,
input[type=text].numeric {
  width: 113px;
  height: 40px !important;
}

input[type=text].date {
  background-image: url('img/Icons.svg');
  background-repeat: no-repeat;
  background-position: 85px -3230px
}

.nohover#acc h3:hover {
  cursor: unset;
  background-color: #ffffff;
  background-image: none;
}

.nohover.acc.gepi-tinyaccordion h3 button.ui-multiselect {
  height: 25px;
  margin-right: 10px;
  vertical-align: unset !important;
  display: inline-block;
}

.nohover.acc.gepi-tinyaccordion a.infobulle {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: unset !important;
}

/******************************FIN formulaire***********************************/

.objet_evaluer,
#objet_cont {
  width: 100% !important;
  display: block;
  height: 100% !important;
  min-height: 600px !important;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

select option {
  border-color: #2973BD;
  cursor: pointer;
  border-bottom: 1px solid #294E74;
  padding: 5px;
  padding-left: 10px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  vertical-align: middle;
  display: block;
}

.textareadesactive {
  background-color: #e4e6e6;
  color: #000000;
}

.inputdesactive {
  background-color: #e4e6e6;
  color: #000000;
}

.fontBlanc {
  color: #FFF;
}

#divMenu .menuBas {
  background: url('img/bkg.jpg') repeat;
  border: 1px solid #1754bf;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}

.menuBas a {
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  border: 0px;
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menuBas a:hover {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  background: url('img/menubasMouseover.png') repeat;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* div.conteneur-plans table{ height: 100%;} */
.h100 {
  height: 100%;
}

div#tableau,
div.conteneur-plans {
  /* overflow-y:scroll; */
  min-height: auto;

  /*border:1px solid #CCCCCC;*/
  font-family: "Figtree", sans-serif;
  /*
    padding: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    */
  text-align: center;
}

div#tableau {
  width: 99%;
  max-height: 600px;
}

/*
div.conteneur-plans, #GanttChartDIV.conteneur-plans{
    margin-top: 20px;
    min-width:98%;
    color: #000;
}*/

ul.pagesTraiter {
  height: 6em;
  width: auto;
  border: 1px solid #0B46AC;
  padding: 5px;
}

ul.pagesTraiter li {
  width: 36em;
}

ul.pagesTraiter li .lienVert {
  color: #35B694;
  text-decoration: none;
}

ul.pagesTraiter li .lienRouge {
  color: #FC5752;
  text-decoration: none;
}

/* input:focus,select:focus,textarea:focus{  outline: 0;  outline: thin dotted \9;  /* IE6-9     }*/
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  cursor: pointer;
}

/* table.tableEtapes{	border: 1px solid #CCCCCC;    padding: 10px;} */
table.tableEtapes {
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
}

table.tableEtapes td {
  border-left-width: 0px;
}

table.tableEtapes input[type=radio],
td.tableEtapes input[type=radio] {
  margin-bottom: 5px;
}

table.tableEtapes select {
  height: 30px;
  margin-left: 3px;
  /*NEW >*/
  width: 480px;
}

table.tableEtapes textarea {
  width: 100%;
  height: 70px;
}

table.tableEtapes .email-responsable,
table.tableEtapes .responsable,
table.tableEtapes .typeAction {
  width: 480px;
}

table.tableEtapes .input-etat {
  margin-left: 10px;
}

table.tableEtapes .div-label {
  padding-bottom: 3px;
}

.input-etat {
  width: 150px !important;
}

tr.tr-titre td {
  background-color: rgb(235, 236, 237, 0.5);
  font-size: 12pt;
  text-align: center;
  padding: 5px;
}

/* td.tableEtapes-conteneur{  text-align: left;  white-space: nowrap;  padding: 10px;  border: 1px solid #E8E6E5; } */
td.tableEtapes-conteneur font {
  color: #3c4043;
}


tr.stepPosted {
  display: table-row;
}

ul.gepi-tinyaccordion h3 {
  text-align: left;
}

div#div_patience {
  width: 200px;
  height: 30px;
  display: none;
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid #2070D4;
  border-radius: 10px;
  z-index: 1000;
  background: url('img/loading.GIF');
  background-size: 50px 50px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: #E0ECFE;
  margin-left: 20px;
  padding-top: 30px;
  padding-left: 80px;
  padding-bottom: 15px;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  font-size: 0.8em;
  color: #0000C24;
}

img.bouton {
  cursor: pointer;
  /*border: 1px solid #CCCCCC;*/
  border: 1px solid transparent;
  height: 25px;
  width: 25px;
  margin-right: 3px;
  padding: 3px;
}

img.bouton25 {
  height: 25px;
  width: 25px;
}

.image-explicatif {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.texte-explicatif {
  font-size: 10px;
  font-style: italic;
}

input.numeric {
  text-align: right;
  max-width: 130px;
  padding-right: 5px;
}



.checkbox_priorite {
  padding: 0;
  margin-right: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.checkbox_priorite>input {
  margin: 6px;
}

/*
#liste_registre
{
  width: 220px;
}

#liste_registre_cours
{
  width: 220px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 75px;
}

#liste_eval
{
  width: 220px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 190px;
}

#liste_eval_cours
{
  width: 210px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 87px;
}

.selection_registre
{
  height: 25px;
  width: 570px;
  padding-left: 15px;
}

.selection_registre_cours
{
  height: 25px;
  width: 570px;
  position: absolute;
  top: 10px;
  padding-left: 15px;
}

.selection_eval
{
  width: 450px;
  height: 25px;
  position: absolute;
  top: 12px;
  padding-left: 15px;
  font-size: 13px;
}

.selection_eval_cours
{
  padding-left: 15px;
}

.font_selection_registre
{
  font-size: 13px;
}

.font_selection_evaluation
{
  font-size: 13px;
}

.table_sous_menu
{
  position: absolute;
  top: 5px;
  left: 312px;
}

.td_sous_menu
{
  padding: 0px;
  height: 33px;
  position: absolute;
  width: 1057px;
  background-color: #EFEFEF;
  top: -5px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  left: -3px;
  overflow: hidden;
  background-color:#e4e6e6;
}

#menu2
{
  position: absolute;
  float: left;
  left: -1px;
  top: -1px;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}
.tableMenuOnglet
{
  position: absolute;
  left: 0;
}
*/
img.sansPlanif {
  border: 5px solid #E0ECFE;
  border-radius: 8px;
}

/*** matrices de priorisation ***/
#tableEsein {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#tableEsein td {
  border: 1px solid #676767;
  padding: 0px;
}

#tableEsein td.td-y {
  border: 1px solid #676767;
  padding: 0px 9px 0px 9px;
}

div.classActions {
  border-bottom: 1px solid #635d63;
  height: 1.3em;
  line-height: 1.6em;
  margin: 1px 0px 1px 0px;
  overflow: hidden;
  font-size: 0.9em;
  font-family: "Figtree", sans-serif;
  padding: 2px 2px 8px 2px;
  cursor: pointer;
  text-align: left;
}

div.classActions a {
  text-decoration: none;
  color: #000000;
}

div.classActions:hover {
  height: auto;
  background-color: #708090;
}

div.classActions:hover a {
  color: #FFFFFF;
}

div.classActions SUP {
  position: relative;
  float: right;
  top: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  width: 1.1em;
  padding: px;
  border: 1px solid white;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  background-color: #000000;
}

/*** fin matrice ***/
/*** accessibilite ***/
.infobulle span {
  /* on masque l'infobulle */
  display: inline;
  text-align: left;
}

.visually-hidden:not(:focus):not(:active),
.skip_to_content:not(:focus):not(:active),
.infobulle:not(:hover) span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip_to_content:focus {
  z-index: 200;
  position: absolute;
  left: 16px;
  padding: 10px 16px;
  color: white !important;
  font-size: 11pt;
  font-weight: bold;
  border-radius: 30px;
  top: 12px;
  background-color: #35B694;
  box-shadow: 0px 0px 27px 10px #e2e2e2;
}

/*** fin accessibilite ***/
/***********04/11/2019 new class "tableContenuConformite" has been created mainly for conformité so that it does not affect other pages************/
.tableContenuConformite {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 10 2em;
}

/***********18/11/2019 new class "tableContenuConformiteParam" has been created mainly for Paramétrage conformité so that it does not affect other pages************/
.tableContenuConformiteParam {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em 10 1em;
}

/**********15/11/2019 new class "tableContenuConformiteParam" has been created mainly for paramétrage conformité so that it does not affect other pages***********/
.flexContainer {
  display: flex;
  justify-content: between;
}

img.bouton-fermer {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 0px;
}

div.explain-text {
  font-size: 11px;
}

.div-msg-information-center {
  padding: 10px;
  text-align: center;
}

.barretitre {
  width: auto;
  border: 1px solid #D3D3D3;
  padding: 6px 6px 8px;
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
  background-color: #e4e6e6;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
}

.centred {
  text-align: center;
}

.actionOK {
  background: url('img/success.png') 50% 50% no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 20px;
}

/** CENTRE DE PILOTAGE : ANALYSE DEBUT **/
a.effetSelect,
#divLeft div {
  background-color: #FFFFFF;
  border: 1px solid #2070D4;
  color: #2070D4;
  text-decoration: none;
  padding: 5px;
  text-align: left;
  min-width: 6em;
  line-height: normal;
  display: inline-block;
  height: 19px;
  font-size: 9pt;
  vertical-align: middle;
  padding-left: 5px;
  border-radius: 20px;
}

#info3 div {
  font-size: 12px;
  background-color: #CCE0FF;
  padding: 12px 40px 15px;
}

#divLeft div {
  width: 29px;
}

#divLeft>a {
  text-decoration: none
}

div#lien a:hover,
a.effetSelect:hover,
#divLeft>a>div:hover {
  background-color: #2070D4;
  color: #fff
}

/** CENTRE DE PILOTAGE : ANALYSE  FIN **/

/** ALERTES **/
div#alerte:not(.alerte-confirm) {
  display: table;
  position: sticky;
  z-index: 1000000000;
  left: 50px;
  top: 75px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  cursor: auto;
}

div#alerte.alerte-confirm {
  display: table;
  position: fixed;
  z-index: 1000000000;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 35%;
  width: 500px;
  background-color: #ffffff;
  border: 2px solid #CCCCCC;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  cursor: auto;
}

div#alerte.alerte-confirm button {
  width: 150px;
  font-size: 13px;
  line-height: 25px;
  border: none;
  color: white;
  margin-top: 25px;
}

div#alerte.alerte-confirm button:hover {
  cursor: pointer;
  opacity: 0.8;
}

div#alerte.alerte-confirm p {
  margin-left: 10px;
}

.confirm-overlay {
  z-index: 999999999;
  position: fixed;
  /*Important to cover the screen in case of scolling content*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: rgba(200, 200, 200, 0.5)
}

div.vert {
  color: #64B058;
}

div.rouge {
  color: #DF2700;
}

div.noData {
  background: #F4F0EF;
  border-radius: 25px;
  width: 400px;
  height: 80px;
  font-size: 25px;
  border: solid 1px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  text-align: center;
}

.duplicateElement {
  margin-left: 3px;
  margin-bottom: 3px;
  padding: 3px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 130px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  text-align: left;
  color: #000C24;
  cursor: pointer;
  font-size: 12pt;
}

.duplicateElement input {
  z-index: 10000000;
}

div#msg_alerte {
  position: relative;
  white-space: nowrap;
  /*top: 60px;    */
  font-size: 0.8em;
  font-family: "Figtree", sans-serif;
  color: #D30000;
  font-style: italic;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.width_min-content {
  width: min-content;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.width_100_pourcent {
  width: 100% !important;
}

.background-color-bleu {
  background-color: #E0ECFE;
}