@charset "UTF-8";
body, html {
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes rotateXY {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
#ReturnToList {
  margin: 10px 0px 10px auto;
  display: table;
  background: #0089D0;
  color: white;
  padding: 0px 10px; }
  #ReturnToList:hover {
    cursor: pointer; }

#waitInFullPage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7); }
  #waitInFullPage i {
    position: absolute;
    font-size: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotateXY 0.7s infinite linear; }

#NewDemAbs input, #NewDemAbs select {
  background: #ccc; }

#MobileDetect {
  width: 100px;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: -100px; }

#SeeMoisLast, #SeeMoisCurrent {
  width: 100%;
  height: 30px;
  margin: 15px auto;
  background: #0C4DA2;
  color: white;
  line-height: 30px;
  text-align: center; }
  #SeeMoisLast:hover, #SeeMoisCurrent:hover {
    cursor: pointer; }

#WrapperTrombi .oneMed {
  width: 100%;
  margin: 10px auto;
  font-weight: bold;
  line-height: 35px; }
  #WrapperTrombi .oneMed:hover {
    cursor: pointer; }

#PopPic {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background: white; }
  #PopPic #NameOfMed {
    position: absolute;
    top: 20px;
    width: calc(100% - 120px);
    text-align: center;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%); }
  #PopPic #ClosePic {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px; }
    #PopPic #ClosePic i {
      font-size: 30px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #PopPic #ClosePic:hover {
      cursor: pointer; }
  #PopPic img {
    width: 30%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.waiting {
  width: 40px;
  height: 40px;
  display: block;
  margin: 15px auto;
  animation: rotate infinite 1s;
  margin: 5px auto;
  position: relative; }
  .waiting img {
    width: 100%;
    height: auto; }

.btnStd {
  display: table;
  height: 40px;
  text-align: center;
  color: white;
  background: #11909F;
  text-transform: uppercase;
  border: solid #11909F 1px;
  margin: 35px auto 10px;
  padding: 0px 10px;
  min-width: 150px;
  line-height: 40px;
  width: auto; }
  .btnStd:hover {
    color: #11909F;
    background: white;
    cursor: pointer; }
  .btnStd.center {
    margin: 35px auto 10px auto; }

#myMessage {
  position: fixed;
  right: 30px;
  width: 350px;
  bottom: 0px;
  overflow: hidden;
  background: #022662;
  text-overflow: clip;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  z-index: 99999999; }

.WrapBtnChoice {
  width: 60%;
  height: 40px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .WrapBtnChoice .Btn {
    line-height: 40px;
    width: 40%;
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    color: white;
    border-radius: 6px; }
    .WrapBtnChoice .Btn.wright {
      background: #022662;
      border: solid #022662 1px; }
    .WrapBtnChoice .Btn.wrong {
      background: #11909F;
      border: solid #11909F 1px; }
    .WrapBtnChoice .Btn:hover {
      cursor: pointer; }

.pop {
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px; }
  .pop.small .containModal {
    position: absolute;
    border-radius: 3px;
    background: #f6f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: auto;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .pop h2 {
    text-transform: uppercase; }
  .pop .closePop {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 24px; }
    .pop .closePop:hover {
      cursor: pointer;
      color: black; }
  .pop .containModal {
    position: absolute;
    border-radius: 3px;
    background: #f6f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 75%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .pop .containModal.L80 {
      width: 80%; }
    .pop .containModal.L70 {
      width: 70%; }
    .pop .containModal.L60 {
      width: 60%; }
    .pop .containModal.L50 {
      width: 50%; }
    .pop .containModal.L40 {
      width: 40%; }
    .pop .containModal.L30 {
      width: 30%; }
    .pop .containModal.L20 {
      width: 20%; }
  .pop p.center {
    text-align: center;
    font-size: 18px; }

.LayerAll {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch; }

.itemMenu {
  width: 100%;
  height: 40px;
  padding: 0px 8px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  text-transform: uppercase; }
  .itemMenu i {
    margin-right: 15px; }
  .itemMenu:not(.current):hover {
    color: #11909F;
    cursor: pointer;
    font-weight: bold; }
  .itemMenu.current {
    background: #11909F; }

aside {
  box-sizing: border-box;
  background: black;
  color: white;
  position: relative;
  font-size: 13px;
  padding: 50px 5px;
  min-height: 350px;
  flex: 2;
  transition: all 0.5s; }

#MainContent {
  flex: 12;
  padding: 30px;
  box-sizing: border-box;
  position: relative; }
  #MainContent.full {
    padding: 0px; }

.mainContainer.std {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .mainContainer.std.dep {
    margin-top: 0px; }
.mainContainer.fullWidth {
  margin-top: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .mainContainer.fullWidth.dep {
    margin-top: 0px; }

#blockConnect {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: flex;
  justify-content: space-between;
  max-width: 260px; }
  #blockConnect .LigneConnexion {
    text-align: right; }
    #blockConnect .LigneConnexion.A {
      font-weight: 600;
      color: #022662; }
  #blockConnect #wrapDisconnect {
    text-align: center;
    min-width: 60px;
    position: relative; }
    #blockConnect #wrapDisconnect i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 30px; }
      #blockConnect #wrapDisconnect i:hover {
        cursor: pointer; }

header#pcpal {
  height: 150px;
  background: #EEEEEE;
  width: 100%;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); }
  header#pcpal #logo {
    position: absolute;
    left: 50px;
    width: 60px;
    height: auto;
    top: 50%;
    transform: translateY(-50%); }
  header#pcpal #titreGlobal {
    font-size: 36px;
    color: #022662;
    font-weight: 600;
    left: 50px;
    width: auto;
    display: table;
    height: 150px;
    line-height: 150px;
    margin: 0px auto; }
  header#pcpal #unlockMe {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px; }

.errorForm {
  color: red;
  text-align: center;
  display: none;
  margin: 10px auto;
  font-style: italic; }

.wrapInput {
  width: 100%;
  height: 60px;
  margin: 15px auto 20px auto; }
  .wrapInput input {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #022662;
    border: solid #ccc 1px; }

.wrapInputA {
  width: 100%;
  height: 80px;
  margin: 15px auto 20px auto;
  position: relative; }
  .wrapInputA input {
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #022662;
    border: solid #ccc 1px; }
  .wrapInputA label {
    font-weight: bold;
    line-height: 20px; }
  .wrapInputA.warning::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 67%;
    position: absolute;
    transform: translateY(-50%);
    background: url("../icones/1x/warning_1.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999; }
  .wrapInputA.warning.wT:before {
    content: attr(data-Error);
    position: absolute;
    left: 0;
    top: 102%;
    padding: 4px;
    background: white; }

#forgotMDP {
  text-align: center;
  margin: 10px auto; }
  #forgotMDP:hover {
    cursor: pointer;
    text-decoration: underline; }

.BtnA {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: white;
  background: #022662;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin: 10px auto;
  border: solid #022662 1px; }
  .BtnA:hover {
    cursor: pointer;
    color: #022662;
    background: white; }

#PasswordBloc, #forgotMDP {
  display: none; }

#Connexion {
  display: none; }

#BlocConnexion, #BlocChangePwd {
  width: 500px;
  margin: 50px auto 0px;
  padding: 15px;
  box-sizing: border-box; }
  #BlocConnexion h1, #BlocChangePwd h1 {
    text-align: center; }

.oneLineDash {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px; }
  .oneLineDash .oneDash {
    width: 48%;
    height: auto;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #EEEEEE; }
    .oneLineDash .oneDash .headDash {
      width: 100%;
      height: 50px;
      background: #11909F;
      color: white;
      padding: 7px;
      box-sizing: border-box;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      position: relative; }
      .oneLineDash .oneDash .headDash h2 {
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        line-height: 37px;
        font-size: 1em; }
      .oneLineDash .oneDash .headDash .btnHead {
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: solid white 1px;
        border-radius: 4px;
        padding: 0px 7px; }
        .oneLineDash .oneDash .headDash .btnHead:hover {
          color: #11909F;
          background: white;
          cursor: pointer; }
    .oneLineDash .oneDash .MainContentDash {
      width: 100%;
      padding: 10px;
      height: auto;
      box-sizing: border-box;
      background: #EEEEEE;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }

.oneNewsDash {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  padding-bottom: 10px;
  border-bottom: solid white 1px; }
  .oneNewsDash .imgNewsDash {
    height: 100%;
    width: auto; }
    .oneNewsDash .imgNewsDash img {
      height: 100%;
      width: auto; }
  .oneNewsDash .subjectNewsDash {
    flex: 2;
    line-height: 50px;
    text-align: center; }
    .oneNewsDash .subjectNewsDash span {
      display: block;
      width: 200px;
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: auto;
      font-weight: 600; }
  .oneNewsDash .DateCreationNews {
    line-height: 50px;
    text-align: right;
    padding-right: 7px; }

.oneCrenDash {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  padding-bottom: 10px;
  border-bottom: solid white 1px; }
  .oneCrenDash .dateCren, .oneCrenDash .PeriodeCren, .oneCrenDash .LieuCren, .oneCrenDash .MedARCren {
    height: 100%;
    width: 25%;
    line-height: 50px; }

.oneMedDash {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  padding-bottom: 10px;
  border-bottom: solid white 1px; }
  .oneMedDash .PrenomMed, .oneMedDash .NomMed, .oneMedDash .dateConnection {
    height: 100%;
    width: 33.33333%;
    line-height: 50px; }

.oneMessDash {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  padding-bottom: 10px;
  border-bottom: solid white 1px; }
  .oneMessDash .nomFrom {
    height: 100%;
    width: auto;
    line-height: 50px;
    padding-right: 10px; }
  .oneMessDash .subjectMessDash {
    flex: 2;
    line-height: 50px;
    text-align: center; }
    .oneMessDash .subjectMessDash span {
      display: block;
      width: 200px;
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: auto;
      font-weight: 600; }
  .oneMessDash .DateMess {
    line-height: 50px;
    text-align: right;
    padding-right: 7px; }

table.list {
  width: 90%;
  margin: 40px auto;
  border-collapse: collapse;
  border-spacing: 0; }
  table.list thead tr {
    padding: 0px;
    background: #EEEEEE;
    border: solid #022662 1px; }
    table.list thead tr th {
      height: 50px;
      padding: 0px; }
      table.list thead tr th.L30 {
        width: 30%; }
      table.list thead tr th.L25 {
        width: 25%; }
      table.list thead tr th.L20 {
        width: 20%; }
      table.list thead tr th.L15 {
        width: 15%; }
      table.list thead tr th.L10 {
        width: 10%; }
      table.list thead tr th.L5 {
        width: 5%; }
      table.list thead tr th.L50_3 {
        width: 16.666667%; }
      table.list thead tr th.L40_3 {
        width: 13.333333%; }
      table.list thead tr th.L20_3 {
        width: 6.666667%; }
      table.list thead tr th.L10_3 {
        width: 3.333333%; }
  table.list tbody.parent > tr:nth-child(odd) {
    background: #EEEEEE; }
  table.list tbody tr {
    padding: 0px; }
    table.list tbody tr td {
      padding: 0px;
      margin: 0px; }
      table.list tbody tr td .tableOline {
        width: 100%;
        border-collapse: collapse; }
        table.list tbody tr td .tableOline tbody tr {
          background: none; }
          table.list tbody tr td .tableOline tbody tr.Affect {
            background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #d8d8d8 10px, #d8d8d8 20px); }
          table.list tbody tr td .tableOline tbody tr td {
            height: 40px;
            text-align: center;
            padding: 0px;
            margin: 0px; }
            table.list tbody tr td .tableOline tbody tr td.L30 {
              width: 30%; }
            table.list tbody tr td .tableOline tbody tr td.L25 {
              width: 25%; }
            table.list tbody tr td .tableOline tbody tr td.L20 {
              width: 20%; }
            table.list tbody tr td .tableOline tbody tr td.L15 {
              width: 15%; }
            table.list tbody tr td .tableOline tbody tr td.L10 {
              width: 10%; }
            table.list tbody tr td .tableOline tbody tr td.L50_3 {
              width: 16.666667%; }
            table.list tbody tr td .tableOline tbody tr td.L50_3 {
              width: 16.666667%; }
            table.list tbody tr td .tableOline tbody tr td.L40_3 {
              width: 13.333333%; }
            table.list tbody tr td .tableOline tbody tr td.L20_3 {
              width: 6.666667%; }
            table.list tbody tr td .tableOline tbody tr td.L10_3 {
              width: 3.333333%; }
            table.list tbody tr td .tableOline tbody tr td.forSlide {
              position: relative; }
            table.list tbody tr td .tableOline tbody tr td.MinNews {
              position: relative;
              text-align: center; }
              table.list tbody tr td .tableOline tbody tr td.MinNews img {
                width: 30%;
                height: auto; }
            table.list tbody tr td .tableOline tbody tr td .nameOf:hover {
              cursor: pointer;
              color: #022662;
              text-decoration: underline; }
            table.list tbody tr td .tableOline tbody tr td.relate {
              position: relative; }
        table.list tbody tr td .tableOline + div.detailsMed {
          display: none; }

.headStd {
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .headStd:hover {
    cursor: pointer; }
  .headStd span {
    display: inline-block;
    margin-right: 5px; }
  .headStd i {
    font-size: 18px;
    display: inline-block;
    padding: 0px;
    margin: 0; }
  .headStd.noOrder i {
    opacity: 0;
    padding: 0px; }
  .headStd.asc i {
    line-height: 40px; }
  .headStd.desc i {
    padding: 0px;
    line-height: 40px;
    transform: rotate(180deg); }

.SliderB {
  width: 55px;
  height: 25px;
  border: solid #cccaca 1px;
  position: absolute;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .SliderB .slidy-push {
    position: absolute;
    top: 50%;
    background: #F4A102;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    left: 1px;
    right: auto;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    transition: all .4s; }
    .SliderB .slidy-push.onSlide {
      background: #F4A102;
      right: 1px;
      left: auto;
      transition: all .2s; }

.Slider {
  width: 55px;
  height: 25px;
  border-radius: 17px;
  border: solid #cccaca 1px;
  position: absolute;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .Slider.lefty {
    left: 27.5px;
    top: 65%; }
  .Slider .slidy {
    position: absolute;
    top: 50%;
    background: #e34e3d;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    left: 1px;
    right: auto;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    transition: all .2s; }
    .Slider .slidy.open {
      background: #8CC540;
      right: 1px;
      left: auto; }
  .Slider:hover {
    cursor: pointer; }

.formin {
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  display: none;
  box-sizing: border-box;
  background: #EEEEEE; }

.oneClassy .lineInputDuo, .oneClassy .lineInputFull {
  height: auto; }
  .oneClassy .lineInputDuo .wrapInput, .oneClassy .lineInputFull .wrapInput {
    display: block;
    height: auto;
    position: relative; }
    .oneClassy .lineInputDuo .wrapInput label, .oneClassy .lineInputFull .wrapInput label {
      width: 100%;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 25px;
      font-weight: 600;
      text-align: left;
      padding: 0; }
    .oneClassy .lineInputDuo .wrapInput input, .oneClassy .lineInputDuo .wrapInput select, .oneClassy .lineInputFull .wrapInput input, .oneClassy .lineInputFull .wrapInput select {
      height: 40px;
      width: 100%; }
    .oneClassy .lineInputDuo .wrapInput.warning::after, .oneClassy .lineInputFull .wrapInput.warning::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      right: 10px;
      top: 67%;
      position: absolute;
      transform: translateY(-50%);
      background: url("../icones/1x/warning_1.png");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 999; }
    .oneClassy .lineInputDuo .wrapInput.warning.wT:before, .oneClassy .lineInputFull .wrapInput.warning.wT:before {
      content: attr(data-Error);
      position: absolute;
      left: 0;
      top: 102%;
      padding: 4px;
      background: white; }
.oneClassy .btnStd {
  display: table;
  height: 40px;
  text-align: center;
  color: white;
  background: #11909F;
  text-transform: uppercase;
  border: solid #11909F 1px;
  margin: 35px auto 10px;
  padding: 0px 10px;
  min-width: 150px;
  line-height: 40px;
  width: auto; }
  .oneClassy .btnStd:hover {
    color: #11909F;
    background: white;
    cursor: pointer; }
  .oneClassy .btnStd.center {
    margin: 35px auto 10px auto; }

.lineInputDuo {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .lineInputDuo .wrapInput {
    width: 48%;
    margin: 0px;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .lineInputDuo .wrapInput label {
      display: block;
      margin-right: 10px;
      line-height: 40px;
      width: 35%;
      text-align: right;
      padding-right: 10px;
      box-sizing: border-box;
      font-size: 1vw; }
    .lineInputDuo .wrapInput input, .lineInputDuo .wrapInput select {
      display: block;
      height: 100%;
      border-radius: 4px;
      border: none;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }

.lineInputFull {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .lineInputFull .wrapInput {
    width: 100%;
    margin: 0px;
    height: 100%;
    display: flex;
    justify-content: space-between; }
    .lineInputFull .wrapInput label {
      display: block;
      margin-right: 10px;
      line-height: 40px;
      width: 14%;
      text-align: right;
      font-size: 1vw;
      padding-right: 10px;
      box-sizing: border-box; }
    .lineInputFull .wrapInput input {
      display: block;
      height: 100%;
      border-radius: 4px;
      border: none;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }

.detailsMed {
  width: 100%;
  padding: 20px;
  border: solid #022662 1px;
  box-sizing: border-box;
  position: relative; }
  .detailsMed .trashMed {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #E22124; }
    .detailsMed .trashMed i {
      padding: 0px;
      margin: 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 16px;
      color: white;
      transform: translate(-50%, -50%); }
    .detailsMed .trashMed:hover {
      cursor: pointer; }
  .detailsMed .wrapChoiceMed {
    width: 40%;
    display: flex;
    margin: 35px 0px 10px auto;
    height: 40px;
    justify-content: space-between; }
    .detailsMed .wrapChoiceMed .Btn {
      width: 48%;
      height: 100%;
      text-align: center;
      line-height: 40px;
      color: white;
      text-transform: uppercase; }
      .detailsMed .wrapChoiceMed .Btn.cancel {
        background: #A8A8A8; }
      .detailsMed .wrapChoiceMed .Btn.confirm {
        background: #0C4DA2; }
      .detailsMed .wrapChoiceMed .Btn:hover {
        cursor: pointer; }

.NewElement {
  width: 250px;
  height: 60px;
  font-size: 1vw;
  text-align: center;
  line-height: 60px;
  margin: 20px auto 30px 5%;
  background: #022662;
  border: solid #022662 1px;
  color: white;
  text-transform: uppercase; }
  .NewElement:hover {
    background: white;
    color: #022662;
    cursor: pointer; }

.myAide {
  width: 20px;
  height: 20px;
  background: #999797;
  box-sizing: border-box;
  margin: auto;
  border-radius: 50%; }
  .myAide.yes {
    background: #8CC540; }

.action-cren {
  display: flex;
  justify-content: space-between;
  padding-right: 5px; }

div.trashCren, div.trashLD, .EditCren {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #E22124;
  position: relative; }
  div.trashCren.good, div.trashLD.good, .EditCren.good {
    background: #30EC86; }
  div.trashCren i, div.trashLD i, .EditCren i {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: white;
    transform: translate(-50%, -50%); }
  div.trashCren:hover, div.trashLD:hover, .EditCren:hover {
    cursor: pointer; }

td.NivCren {
  position: relative; }

.ForNivCren {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  margin: auto; }
  .ForNivCren:hover {
    background: #0089D0;
    color: white;
    cursor: pointer; }

.listNiveaux {
  width: 100%;
  top: 100%;
  position: absolute;
  left: 0px;
  background: white;
  border: solid #FBFBFB 1px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  .listNiveaux ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .listNiveaux ul li {
      display: block;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding: 0px;
      margin: 0px; }
      .listNiveaux ul li:hover {
        background: #022662;
        color: white;
        cursor: pointer; }

.detailsCren {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  background: white; }
  .detailsCren .inDetailsCren {
    width: 50%;
    height: 100%;
    border-bottom-right-radius: 12px;
    background: #11909F;
    color: white;
    padding-left: 15px; }

#SendCrenoDispo {
  position: absolute;
  top: 60px;
  right: 8%;
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-content: center; }
  #SendCrenoDispo .SendCD {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #022662;
    color: white; }
    #SendCrenoDispo .SendCD:hover {
      cursor: pointer;
      background: #0089D0; }

.contentNewsIn {
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto; }

h2.title_in {
  padding-left: 5%;
  margin-bottom: 30px; }

.wrapInputEdit {
  margin-bottom: 20px; }
  .wrapInputEdit label {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    padding: 0; }
  .wrapInputEdit input, .wrapInputEdit select {
    height: 40px;
    width: 100%;
    display: block;
    border-radius: 4px;
    border: solid #EAE7E7 1px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }

#WrapContentNews {
  width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-start; }
  #WrapContentNews #leftSideNews {
    width: 70%;
    height: auto; }
    #WrapContentNews #leftSideNews .InContentNews {
      width: 90%;
      margin: auto; }
    #WrapContentNews #leftSideNews .partOf {
      width: 100%;
      margin-bottom: 20px; }
      #WrapContentNews #leftSideNews .partOf label {
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 25px;
        font-weight: 600;
        text-align: left;
        padding: 0; }
      #WrapContentNews #leftSideNews .partOf input, #WrapContentNews #leftSideNews .partOf select {
        height: 40px;
        width: 100%;
        display: block;
        border-radius: 4px;
        border: solid #EAE7E7 1px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
      #WrapContentNews #leftSideNews .partOf #ContentNews {
        width: 100%;
        height: 277px;
        border: solid #EAE7E7 1px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
        #WrapContentNews #leftSideNews .partOf #ContentNews.long {
          height: 345px; }
  #WrapContentNews #RightSideNews {
    width: 30%;
    height: auto; }
    #WrapContentNews #RightSideNews #upImg {
      opacity: 0; }
    #WrapContentNews #RightSideNews #InContentRSNews {
      width: 200px;
      margin: auto; }
      #WrapContentNews #RightSideNews #InContentRSNews #ImageNews {
        width: 100%;
        margin-top: 25px;
        position: relative;
        border: solid #022662 1px; }
        #WrapContentNews #RightSideNews #InContentRSNews #ImageNews:hover {
          cursor: pointer; }
        #WrapContentNews #RightSideNews #InContentRSNews #ImageNews img {
          width: 100%;
          height: auto; }
        #WrapContentNews #RightSideNews #InContentRSNews #ImageNews #ChangePicNews {
          position: absolute;
          width: 100%;
          height: auto;
          padding: 15px;
          text-align: center;
          box-sizing: border-box;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      #WrapContentNews #RightSideNews #InContentRSNews #WrapBtnNews {
        margin: 20px auto;
        width: 100%;
        height: auto; }
        #WrapContentNews #RightSideNews #InContentRSNews #WrapBtnNews .btnStd {
          width: 100%;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background: #0089D0;
          color: white;
          text-transform: uppercase;
          border: solid #0089D0 1px;
          box-sizing: border-box;
          margin: 0px auto 15px auto; }
          #WrapContentNews #RightSideNews #InContentRSNews #WrapBtnNews .btnStd:first-child {
            background: #022662;
            border: solid #022662 1px; }
            #WrapContentNews #RightSideNews #InContentRSNews #WrapBtnNews .btnStd:first-child:hover {
              color: #022662; }
          #WrapContentNews #RightSideNews #InContentRSNews #WrapBtnNews .btnStd:hover {
            cursor: pointer;
            color: #0089D0;
            background: white; }

#MenuMessagerie {
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 15px auto;
  display: none; }
  #MenuMessagerie.open {
    display: block; }
  #MenuMessagerie .ItemMessagerie {
    width: 100%;
    height: 25px;
    line-height: 25px; }
    #MenuMessagerie .ItemMessagerie:hover {
      cursor: pointer; }
      #MenuMessagerie .ItemMessagerie:hover span {
        text-decoration: underline;
        color: #11909F; }
    #MenuMessagerie .ItemMessagerie i {
      margin-right: 10px; }
    #MenuMessagerie .ItemMessagerie.current span {
      text-decoration: underline;
      color: #11909F; }

#wrapBox, #wrappyBox, #wrapNewMessage {
  width: 70%;
  margin: auto; }

#ActionList {
  width: 100%;
  height: 50px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin: 30px auto;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start; }
  #ActionList div {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%; }
    #ActionList div:hover {
      cursor: pointer;
      background: #11909F;
      color: white; }

.OneMessage {
  width: 100%;
  height: 120px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 15px;
  border: solid #cecece 1px; }
  .OneMessage.nonLu .nonLu {
    display: block; }
  .OneMessage .nonLu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #022662; }
  .OneMessage .DateRecept {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    text-align: right; }
  .OneMessage .wrapInMessage {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: stretch; }
    .OneMessage .wrapInMessage .PartCocheMsg {
      width: 10%;
      height: 100%;
      position: relative;
      /* Aspect si "cochée" */ }
      .OneMessage .wrapInMessage .PartCocheMsg .ForCocheMsg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:not(:checked),
      .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:checked {
        position: absolute;
        left: -9999px; }
        .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:not(:checked) + label,
        .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:checked + label {
          position: relative;
          padding-left: 25px;
          cursor: pointer;
          line-height: 26px;
          height: 26px;
          display: inline-block;
          font-size: 1.3em;
          font-weight: 600; }
          .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:not(:checked) + label::before,
          .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:checked + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-29%);
            width: 17px;
            height: 17px;
            /* dim. de la case */
            border: 1px solid #aaa;
            background: #f8f8f8;
            border-radius: 3px;
            /* angles arrondis */
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
          .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:not(:checked) + label::after,
          .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:checked + label::after {
            content: '✔';
            position: absolute;
            top: 5px;
            left: 4px;
            font-size: 14px;
            color: #09ad7e;
            transition: all .2s;
            /* on prévoit une animation */ }
      .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        /* coche invisible */
        transform: scale(0);
        /* mise à l'échelle à 0 */ }
      .OneMessage .wrapInMessage .PartCocheMsg input[type="checkbox"]:checked + label:after {
        opacity: 1;
        /* coche opaque */
        transform: scale(1);
        /* mise à l'échelle 1:1 */ }
    .OneMessage .wrapInMessage .PartContentMsg {
      width: 80%;
      height: 100%; }
      .OneMessage .wrapInMessage .PartContentMsg .FromMsg {
        width: 100%;
        font-weight: 600;
        color: #022662;
        height: 20px;
        line-height: 20px;
        margin: 15px auto 10px auto;
        font-size: 20px; }
      .OneMessage .wrapInMessage .PartContentMsg .SubjectMsg {
        width: 100%;
        font-weight: 600;
        height: 20px;
        line-height: 20px;
        margin: 5px auto 10px auto;
        color: #11909F; }
        .OneMessage .wrapInMessage .PartContentMsg .SubjectMsg:hover {
          cursor: pointer;
          text-decoration: underline; }
      .OneMessage .wrapInMessage .PartContentMsg .BeginContentMsg {
        height: 37px;
        width: 100%;
        max-width: 700px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .OneMessage .wrapInMessage .PartContentMsg .BeginContentMsg:hover {
          cursor: pointer;
          text-decoration: underline; }

#lineRead {
  width: 100%;
  position: relative;
  margin: 25px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto; }
  #lineRead #SubjectRead {
    font-size: 25px;
    font-weight: 600;
    color: #717070; }
  #lineRead #DateRead {
    color: #717070; }

#lineFromRead {
  width: 100%;
  position: relative;
  margin: 25px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto; }
  #lineFromRead #InitFrom {
    width: 30px;
    height: 30px;
    background: #11909F;
    color: white;
    line-height: 30px;
    text-align: center;
    margin-right: 15px; }
  #lineFromRead #nameFrom {
    font-weight: 600;
    font-size: 20px;
    color: #022662; }

#ContentRead {
  width: 100%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border: solid #cecece 1px;
  padding: 20px;
  box-sizing: border-box; }

#BlocMessage {
  width: 100%;
  height: auto; }
  #BlocMessage #ContentNews {
    width: 100%;
    height: 277px;
    border: solid #EAE7E7 1px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
    #BlocMessage #ContentNews.long {
      height: 345px; }
  #BlocMessage #BlocHead {
    width: 100%;
    height: 100px;
    margin-bottom: 25px; }
    #BlocMessage #BlocHead #ForSend {
      width: 20%;
      float: left;
      height: 100%;
      position: relative; }
      #BlocMessage #BlocHead #ForSend #SendBtn {
        width: 90%;
        margin-right: 10%;
        height: 100%;
        line-height: 100px;
        text-align: center;
        background: #11909F;
        border: solid #11909F 1px;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
        color: white; }
        #BlocMessage #BlocHead #ForSend #SendBtn:hover {
          cursor: pointer;
          background: white;
          color: #11909F; }
    #BlocMessage #BlocHead #ForHeaders {
      width: 80%;
      height: 100px;
      float: left; }
      #BlocMessage #BlocHead #ForHeaders .WrapSender {
        width: 100%;
        height: 57px;
        padding: 2.5px 0px;
        box-sizing: border-box;
        margin: auto;
        display: flex;
        justify-content: space-between; }
        #BlocMessage #BlocHead #ForHeaders .WrapSender .BtnTo {
          height: 40px;
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
          background: #022662;
          border: solid #022662 1px;
          color: white;
          text-align: center;
          line-height: 40px;
          width: 20%; }
          #BlocMessage #BlocHead #ForHeaders .WrapSender .BtnTo:hover {
            cursor: pointer;
            background: white;
            color: #022662; }
        #BlocMessage #BlocHead #ForHeaders .WrapSender #LabelObject {
          width: 20%;
          height: 40px;
          text-align: center;
          line-height: 40px; }
        #BlocMessage #BlocHead #ForHeaders .WrapSender #BlocTo, #BlocMessage #BlocHead #ForHeaders .WrapSender #ObjectMess {
          width: 77%;
          height: 40px;
          background: white;
          border-radius: 4px;
          border: solid #EAE7E7 1px;
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
        #BlocMessage #BlocHead #ForHeaders .WrapSender #BlocTo {
          overflow-y: scroll; }
          #BlocMessage #BlocHead #ForHeaders .WrapSender #BlocTo .oneEt {
            display: table;
            padding: 5px 30px 5px 5px;
            background: #022662;
            color: white;
            position: relative;
            float: left;
            margin: 4px; }
            #BlocMessage #BlocHead #ForHeaders .WrapSender #BlocTo .oneEt .clearIt {
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%); }
              #BlocMessage #BlocHead #ForHeaders .WrapSender #BlocTo .oneEt .clearIt:hover {
                cursor: pointer; }

#wrapLD {
  width: 80%;
  margin: 40px auto;
  height: auto; }
  #wrapLD #wrapChoiceLD {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between; }
    #wrapLD #wrapChoiceLD #Choice {
      width: 80%;
      height: 100%;
      overflow-y: scroll;
      background: white;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
      #wrapLD #wrapChoiceLD #Choice .oneEt {
        display: table;
        padding: 5px 30px 5px 5px;
        background: #022662;
        color: white;
        position: relative;
        float: left;
        margin: 4px; }
        #wrapLD #wrapChoiceLD #Choice .oneEt .clearIt {
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); }
          #wrapLD #wrapChoiceLD #Choice .oneEt .clearIt:hover {
            cursor: pointer; }
    #wrapLD #wrapChoiceLD #ValideChoice {
      width: 15%;
      background: #11909F;
      color: white;
      border: solid #11909F 1px;
      margin: 0px;
      height: 60px;
      line-height: 60px;
      min-width: 0px;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
  #wrapLD #MenuLD {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin: 35px auto; }
    #wrapLD #MenuLD .OneBtnMenuLD {
      width: 30%;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background: white;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
      #wrapLD #MenuLD .OneBtnMenuLD.current {
        border: solid #11909F 2px; }
      #wrapLD #MenuLD .OneBtnMenuLD:hover:not(.current) {
        cursor: pointer; }
  #wrapLD #wrapperChoice {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    height: 400px;
    border: solid #11909F 1px; }
    #wrapLD #wrapperChoice .BlocInChoice {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: none; }
      #wrapLD #wrapperChoice .BlocInChoice.current {
        display: block; }
      #wrapLD #wrapperChoice .BlocInChoice .BlocSearch {
        width: 50%;
        margin-left: 5%; }
        #wrapLD #wrapperChoice .BlocInChoice .BlocSearch input {
          width: 100%;
          height: 40px;
          padding-left: 10px;
          background: white;
          border-radius: 4px;
          border: solid #EAE7E7 1px;
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
      #wrapLD #wrapperChoice .BlocInChoice .BlocResults {
        width: calc(100% + 15px);
        padding-right: 15px;
        margin-top: 20px;
        height: calc(100% - 60px);
        overflow-y: scroll; }
        #wrapLD #wrapperChoice .BlocInChoice .BlocResults .Choice {
          width: 90%;
          margin: 10px auto;
          padding: 5px;
          height: 50px;
          background: white;
          border-radius: 4px;
          border: solid #EAE7E7 1px;
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
          display: flex;
          justify-content: flex-start; }
          #wrapLD #wrapperChoice .BlocInChoice .BlocResults .Choice img {
            height: 100%;
            width: auto; }
          #wrapLD #wrapperChoice .BlocInChoice .BlocResults .Choice .NameChoice {
            width: calc(100% - 50px);
            height: 100%;
            line-height: 50px;
            text-align: center; }
          #wrapLD #wrapperChoice .BlocInChoice .BlocResults .Choice:hover {
            background: #022662;
            cursor: pointer;
            color: white; }

#askNewMDP {
  height: 80px;
  width: 100%; }
  #askNewMDP label {
    font-weight: 600;
    line-height: 20px;
    display: block; }
  #askNewMDP input {
    width: 100%;
    height: 60px;
    border: solid #11909F 1px; }

#wrapPlanning {
  width: 100%;
  position: relative; }

#SidePlanning {
  z-index: 9999;
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  padding: 40px 10px;
  width: 20%;
  background: #11909F;
  color: white;
  transition: all 0.5s; }
  #SidePlanning #swipeSide {
    position: absolute;
    width: 20px;
    height: 22px;
    right: 5px;
    top: 5px; }
    #SidePlanning #swipeSide .barre {
      width: 100%;
      background: white;
      height: 4px;
      margin-bottom: 3px;
      position: absolute;
      transform-origin: center;
      transition: all 0.3s; }
      #SidePlanning #swipeSide .barre.A {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg); }
      #SidePlanning #swipeSide .barre.B {
        display: none; }
      #SidePlanning #swipeSide .barre.C {
        top: 50%;
        transform: translateY(-50%) rotate(45deg); }
      #SidePlanning #swipeSide .barre:hover {
        cursor: pointer; }
  #SidePlanning #nameFilter {
    display: none; }
  #SidePlanning .blocFiltre {
    opacity: 1;
    transition: all 0.6s;
    margin-bottom: 15px;
    padding: 7px;
    border: solid white 1px; }
    #SidePlanning .blocFiltre h4 {
      margin: 0px 0px 5px 0px;
      font-weight: normal;
      font-size: 20px;
      font-variant-caps: all-small-caps; }
  #SidePlanning.close {
    width: 10px;
    transition: all 0.7s; }
    #SidePlanning.close .blocFiltre {
      opacity: 0;
      transition: all 0.1s; }
    #SidePlanning.close #nameFilter {
      display: block;
      position: absolute;
      text-transform: uppercase;
      height: auto;
      line-height: 30px;
      right: 0px;
      top: 73px;
      width: 30px;
      transform: rotate(-90deg);
      font-size: 18px; }
    #SidePlanning.close #swipeSide .barre {
      width: 100%;
      background: white;
      height: 4px;
      margin-bottom: 3px;
      position: absolute;
      transform-origin: center;
      transition: all 0.3s; }
      #SidePlanning.close #swipeSide .barre.A {
        top: 0%;
        transform: none; }
      #SidePlanning.close #swipeSide .barre.B {
        display: block;
        top: 50%;
        transform: translateY(-50%); }
      #SidePlanning.close #swipeSide .barre.C {
        top: 100%;
        transform: translateY(-100%); }

.BlocMed, .BlocLieu {
  margin-bottom: 5px;
  /* Aspect si "cochée" */ }
  .BlocMed input[type="checkbox"]:not(:checked),
  .BlocMed input[type="checkbox"]:checked, .BlocLieu input[type="checkbox"]:not(:checked),
  .BlocLieu input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
    .BlocMed input[type="checkbox"]:not(:checked) + label,
    .BlocMed input[type="checkbox"]:checked + label, .BlocLieu input[type="checkbox"]:not(:checked) + label,
    .BlocLieu input[type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer;
      line-height: 20px;
      height: 20px;
      display: inline-block;
      font-size: 10px; }
      .BlocMed input[type="checkbox"]:not(:checked) + label.Ville,
      .BlocMed input[type="checkbox"]:checked + label.Ville, .BlocLieu input[type="checkbox"]:not(:checked) + label.Ville,
      .BlocLieu input[type="checkbox"]:checked + label.Ville {
        font-size: 10px; }
      .BlocMed input[type="checkbox"]:not(:checked) + label::before,
      .BlocMed input[type="checkbox"]:checked + label::before, .BlocLieu input[type="checkbox"]:not(:checked) + label::before,
      .BlocLieu input[type="checkbox"]:checked + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-29%);
        width: 17px;
        height: 17px;
        /* dim. de la case */
        border: 1px solid #aaa;
        background: #f8f8f8;
        border-radius: 3px;
        /* angles arrondis */
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
      .BlocMed input[type="checkbox"]:not(:checked) + label::after,
      .BlocMed input[type="checkbox"]:checked + label::after, .BlocLieu input[type="checkbox"]:not(:checked) + label::after,
      .BlocLieu input[type="checkbox"]:checked + label::after {
        content: '✔';
        position: absolute;
        top: 5px;
        left: 4px;
        font-size: 14px;
        color: #09ad7e;
        transition: all .2s;
        /* on prévoit une animation */ }
  .BlocMed input[type="checkbox"]:not(:checked) + label:after, .BlocLieu input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    transform: scale(0);
    /* mise à l'échelle à 0 */ }
  .BlocMed input[type="checkbox"]:checked + label:after, .BlocLieu input[type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    transform: scale(1);
    /* mise à l'échelle 1:1 */ }

.BlocMed {
  display: none; }

.oneChoiceSlide {
  width: 100%;
  height: 40px;
  position: relative; }
  .oneChoiceSlide i {
    line-height: 40px;
    margin-right: 7px;
    display: block;
    float: left;
    transition: all .2s; }
    .oneChoiceSlide i.up {
      transform: rotate(-180deg);
      transition: all .2s; }
  .oneChoiceSlide span {
    line-height: 40px;
    font-variant-caps: small-caps;
    font-size: 17px; }
  .oneChoiceSlide .Slider, .oneChoiceSlide .SliderB {
    position: absolute;
    right: 0px;
    left: auto;
    transform: translateY(-50%); }
  .oneChoiceSlide:hover {
    cursor: pointer; }
  .oneChoiceSlide.slide-down:hover span {
    text-decoration: underline; }

.inBlocFiltre {
  overflow: auto; }

.oneChoiceP {
  display: table;
  float: left;
  border-radius: 3px;
  margin: 5px 5px 5px 0px;
  height: 20px;
  padding: 5px;
  font-variant-caps: all-small-caps;
  border: solid white 1px;
  line-height: 20px;
  text-align: center;
  color: black;
  background: white; }
  .oneChoiceP:hover:not(.current) {
    cursor: pointer;
    background: #8CC540;
    color: white;
    font-weight: 600; }
  .oneChoiceP.current {
    background: #8CC540;
    color: white;
    font-weight: 600; }

#ContentPlanning {
  min-height: 1200px;
  width: 95%;
  margin: auto;
  padding: 20px 10px 0px 30px;
  box-sizing: border-box;
  transition: all 0.3s; }
  #ContentPlanning.small {
    width: 80%;
    transition: all 0.3s;
    float: right; }

#forResults2 {
  display: flex;
  justify-content: flex-start; }
  #forResults2 .oneDateH {
    flex: 1;
    text-align: center;
    border: solid black 1px;
    box-sizing: border-box; }

.BlocOneLieu, .OnePP {
  background: #EDEDED;
  min-height: 90px; }

.BlocOneLieu, #HeadPlanning, .OnePP {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 15px; }
  .BlocOneLieu .PersonneName, #HeadPlanning .PersonneName, .OnePP .PersonneName {
    width: 30%;
    position: relative;
    background: white; }
    .BlocOneLieu .PersonneName span, #HeadPlanning .PersonneName span, .OnePP .PersonneName span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%; }
  .BlocOneLieu .WrapInfosOnePP, #HeadPlanning .WrapInfosOnePP, .OnePP .WrapInfosOnePP {
    width: 69%; }
    .BlocOneLieu .WrapInfosOnePP .oneDate, #HeadPlanning .WrapInfosOnePP .oneDate, .OnePP .WrapInfosOnePP .oneDate {
      margin-right: 0px; }
  .BlocOneLieu .BlocNameLieu, .BlocOneLieu #ForSpace, #HeadPlanning .BlocNameLieu, #HeadPlanning #ForSpace, .OnePP .BlocNameLieu, .OnePP #ForSpace {
    width: 9%;
    position: relative;
    margin-right: 15px;
    background: white; }
    .BlocOneLieu .BlocNameLieu span, .BlocOneLieu #ForSpace span, #HeadPlanning .BlocNameLieu span, #HeadPlanning #ForSpace span, .OnePP .BlocNameLieu span, .OnePP #ForSpace span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg);
      text-align: center;
      font-size: 1.4vh;
      width: 5vw;
      font-weight: bold; }
  .BlocOneLieu .BlocForActe, .BlocOneLieu #wrapDays, #HeadPlanning .BlocForActe, #HeadPlanning #wrapDays, .OnePP .BlocForActe, .OnePP #wrapDays {
    width: 89%; }

#HeadPlanning {
  margin-bottom: 0px;
  height: auto;
  padding: 0px;
  line-height: 20px; }

.WrapOneActe, #wrapDays {
  display: flex;
  justify-content: space-between;
  min-height: 50px; }
  .WrapOneActe .ActeName, .WrapOneActe #forSpace2, #wrapDays .ActeName, #wrapDays #forSpace2 {
    width: 15%;
    background: white;
    position: relative;
    margin-bottom: 5px; }
    .WrapOneActe .ActeName span, .WrapOneActe #forSpace2 span, #wrapDays .ActeName span, #wrapDays #forSpace2 span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .WrapOneActe .WrapDateResults, .WrapOneActe #forResults2, #wrapDays .WrapDateResults, #wrapDays #forResults2 {
    width: 83%; }

.WrapDateResults, .WrapInfosOnePP {
  display: flex;
  justify-content: flex-start; }
  .WrapDateResults .oneDate, .WrapInfosOnePP .oneDate {
    flex: 1;
    padding: 3px;
    border: solid white 1px;
    margin-bottom: 5px; }

.oneDate {
  margin-right: 8px; }
  .oneDate .BlocLine {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px; }
    .oneDate .BlocLine.Total {
      display: block; }
      .oneDate .BlocLine.Total span {
        width: 100%;
        background: #ccc;
        position: relative; }
    .oneDate .BlocLine.bloc {
      flex-wrap: wrap; }
    .oneDate .BlocLine span {
      display: block;
      width: 48%;
      text-align: center;
      line-height: 30px;
      font-size: 12px;
      position: relative;
      font-weight: 600; }
      .oneDate .BlocLine span.fully {
        background: #ccc; }
        .oneDate .BlocLine span.fully.urg {
          background: yellow; }
        .oneDate .BlocLine span.fully.Marg {
          margin-bottom: 3px; }

.periode {
  background: #022662;
  color: white;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  box-sizing: border-box; }
  .periode i {
    line-height: 40px;
    margin-right: 7px;
    display: block;
    float: left;
    transition: all .2s; }
    .periode i.up {
      transform: rotate(-180deg);
      transition: all .2s; }

.WrapDemiJour:hover .periode {
  cursor: pointer;
  text-decoration: underline; }
.WrapDemiJour .periode i {
  display: inline-block; }

#footerMobile2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: auto;
  top: 150px;
  left: 0px;
  color: black;
  background: #11909F;
  transition: all 0.5s;
  z-index: 1200;
  box-sizing: border-box; }
  #footerMobile2 #WrapperFM {
    position: absolute;
    width: calc(100% - 40px);
    height: 30px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #footerMobile2 #WrapperFM #WrappyFM {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start; }
      #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        height: 100%; }
        #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter .itemFooter {
          height: 100%;
          width: 20%;
          position: relative; }
          #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter .itemFooter.Move {
            display: none; }
          #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter .itemFooter i {
            position: absolute;
            color: white;
            font-size: 30px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter .itemFooter.current i {
            color: #828282; }
          #footerMobile2 #WrapperFM #WrappyFM .WrapPageFooter .itemFooter #CountNM {
            display: none;
            border-radius: 50%;
            position: absolute;
            top: 0px;
            left: 100%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: red;
            color: white;
            text-align: center;
            line-height: 20px;
            font-size: 12px; }

#footerMobile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 150px;
  bottom: auto;
  left: 0px;
  color: white;
  background: #11909F;
  transition: all 0.5s;
  z-index: 1200;
  padding: 20px 25%;
  box-sizing: border-box; }
  #footerMobile .itemFooter {
    height: 50px;
    text-align: center;
    font-size: 30px; }
    #footerMobile .itemFooter.current {
      color: #efc998; }

#ChoixTypeMede {
  width: 200px;
  height: 40px;
  border: solid #022662 1px;
  border-radius: 4px; }

.MainContainerUser {
  padding-top: 90px;
  padding-bottom: 0px;
  width: 90%;
  margin: auto; }

.datePubli {
  font-size: 10px; }
  .datePubli.right {
    text-align: right; }

.NewsUser {
  width: 100%;
  box-sizing: border-box;
  border: solid #f1ebeb 1px;
  margin-bottom: 20px; }
  .NewsUser .TitleNews {
    width: 100%;
    color: #0C4DA2;
    font-size: 18px;
    padding: 20px 8px;
    box-sizing: border-box;
    font-weight: 600; }
  .NewsUser.Left .TitleNews {
    text-align: left; }
  .NewsUser.Right .TitleNews {
    text-align: right; }
  .NewsUser .wrapNews {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .NewsUser .wrapNews .ForIll {
      width: 25%;
      padding-bottom: 25%;
      overflow: hidden;
      position: relative; }
      .NewsUser .wrapNews .ForIll img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto; }
    .NewsUser .wrapNews .ForDescr {
      display: none;
      width: 75%;
      position: relative;
      box-sizing: border-box;
      padding-bottom: 25%;
      overflow: hidden; }
      .NewsUser .wrapNews .ForDescr.Long {
        display: block; }
      .NewsUser .wrapNews .ForDescr span {
        display: block;
        position: absolute;
        left: 10px;
        width: calc(100% - 20px);
        top: 0px; }
    .NewsUser .wrapNews.wOImg .ForIll {
      display: none; }
    .NewsUser .wrapNews.wOImg .ForDescr {
      width: 100%; }

.infosRDV ul li {
  list-style: none; }
  .infosRDV ul li span.titreIRDV {
    font-weight: bold;
    text-decoration: underline; }
  .infosRDV ul li span.myIRDV {
    font-style: italic; }

.infosRDVbloc {
  position: absolute;
  left: 100%;
  top: 100%;
  height: auto;
  width: 100px;
  background: white;
  border: solid black 1px;
  padding: 3px;
  z-index: 999; }
  .infosRDVbloc ul {
    background: white;
    padding: 0px; }
    .infosRDVbloc ul li {
      list-style: none;
      background: white; }
      .infosRDVbloc ul li span.titreIRDV {
        text-align: left;
        line-height: normal;
        font-size: 10px;
        font-weight: bold;
        text-decoration: underline;
        width: 100%;
        background: white; }
      .infosRDVbloc ul li span.myIRDV {
        background: white;
        width: 100%;
        text-align: left;
        line-height: normal;
        font-size: 10px;
        font-style: italic; }

#WrapNewLD {
  width: 90%;
  margin: 15px auto;
  display: none; }

#ValideNewLD {
  display: none; }
  #ValideNewLD.open {
    display: table; }

#WrapChoiceUser {
  width: 100%;
  height: 80px;
  border: solid #ccc 1px;
  margin: 25px auto;
  overflow-y: scroll;
  display: none; }
  #WrapChoiceUser .Choosed {
    display: table;
    padding: 4px 35px 4px 4px;
    float: left;
    margin: 5px;
    position: relative;
    background: #11909F;
    color: white; }
    #WrapChoiceUser .Choosed .RemoveChoosed {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%); }
      #WrapChoiceUser .Choosed .RemoveChoosed:hover {
        cursor: pointer; }

#WrapInfosNLD {
  display: none; }

#SearchLD label, #WrapInfosNLD label {
  display: block;
  line-height: 25px;
  font-weight: bold; }
#SearchLD input, #WrapInfosNLD input {
  display: block;
  height: 40px;
  width: 250px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2); }

#ResultLD {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow-y: scroll;
  padding: 10px;
  box-sizing: border-box;
  border: solid #ccc 1px;
  margin: 25px auto; }
  #ResultLD .oneChoiceUser {
    width: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px; }
    #ResultLD .oneChoiceUser:hover {
      color: white;
      background: #11909F;
      cursor: pointer; }
    #ResultLD .oneChoiceUser .NameChoice {
      margin-right: 15px;
      text-transform: uppercase;
      font-weight: 600; }

#list-LD td {
  text-align: center;
  height: 40px;
  line-height: 40px; }

#FiltresPers {
  width: 90%;
  margin: 40px auto;
  height: 40px;
  display: flex;
  justify-content: space-between; }
  #FiltresPers .oneType {
    width: 15%;
    text-transform: uppercase;
    font-size: 1vw;
    height: 100%;
    text-align: center;
    line-height: 40px;
    border: solid #11909F 1px;
    border-radius: 3px; }
    #FiltresPers .oneType:hover, #FiltresPers .oneType.current {
      background: #11909F;
      color: white;
      cursor: pointer; }

#listNoms {
  width: 100%;
  max-height: 350px;
  overflow-y: scroll; }
  #listNoms ol {
    width: 100%;
    margin: 0px;
    padding: 0px; }
    #listNoms ol li {
      list-style: none;
      line-height: 25px;
      padding: 0px 0px 0px 5px; }

.OneMessageSend {
  width: 100%;
  margin-bottom: 25px;
  border: solid 1px #323C41; }
  .OneMessageSend i.myIc {
    width: 40px;
    display: inline-block;
    background: #323C41;
    color: white;
    line-height: 40px;
    text-align: center;
    margin-right: 10px; }
  .OneMessageSend .DateMessToSend, .OneMessageSend .subjectMessToSend, .OneMessageSend .HeadNoms {
    width: 100%;
    border-bottom: solid 1px #323C41;
    height: 40px;
    line-height: 40px; }
  .OneMessageSend .HeadNoms {
    display: flex;
    justify-content: flex-start; }
    .OneMessageSend .HeadNoms .FirtsNoms {
      margin-right: 15px; }
    .OneMessageSend .HeadNoms .PlusNom {
      display: table;
      padding-left: 7px;
      padding-right: 7px;
      line-height: 30px;
      margin-top: 5px;
      color: white;
      border-radius: 6px;
      background: #323C41; }
      .OneMessageSend .HeadNoms .PlusNom:hover {
        cursor: pointer; }
  .OneMessageSend .VoirPlusMess, .OneMessageSend .VoirMoinsMess {
    display: table;
    margin: 7px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 30px;
    margin-top: 5px;
    color: white;
    border-radius: 6px;
    background: #323C41; }
    .OneMessageSend .VoirPlusMess:hover, .OneMessageSend .VoirMoinsMess:hover {
      cursor: pointer; }
  .OneMessageSend .MessageRacc, .OneMessageSend .MessageComple {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; }
  .OneMessageSend .MessageComple {
    display: none; }

.full-page {
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%; }
  .full-page .my-modal {
    width: 50%;
    position: absolute;
    z-index: 3;
    background: white;
    padding: 1rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 60vh;
    overflow-y: auto; }
    .full-page .my-modal .close-modal {
      margin-bottom: 15px; }
      .full-page .my-modal .close-modal:hover {
        cursor: pointer; }
      .full-page .my-modal .close-modal i {
        margin-right: 10px; }
