@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Text+Me+One");
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #7e7f81;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #6a6a6e;
}

.fixed {
  position: fixed;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.radius {
  border-radius: 100%;
}

.l_radius {
  border-radius: 10px;
}

.overflowhidden {
  overflow: hidden;
}

.txt-black {
  color: black !important;
}

.txt-white {
  color: white !important;
}

.white {
  background-color: white;
}

.black {
  background-color: black !important;
  color: white !important;
}

.rouge {
  background-color: #d62f2f !important;
}

.bleu {
  background-color: #3953e6 !important;
}

.orange {
  background-color: #e9713a !important;
}

.vert {
  background-color: #2cd65f !important;
}

.violet {
  background-color: #9c32ce !important;
}

.gris {
  background-color: #e6e6e6;
}

.gris_param {
  background-color: #9e9e9e;
}

.gris_clair {
  background-color: #eeeaea !important;
}

.rouge-claire {
  background-color: #a33030;
}

.marron {
  background-color: #270101;
}

.bordeau {
  background-color: #a1042c;
}

.blanc {
  background-color: white !important;
}

.light_green {
  background-color: rgba(3, 78, 76, 0.199);
}

.bleu_bas {
  background-color: #026db4;
}

.bleu_fonce {
  background-color: #030638;
}

.jaune {
  background-color: #ccaf09;
}

.s10 {
  height: 10px !important;
  width: 10px !important;
}

.etiquette {
  margin: 0;
  font-size: .8em;
  font-weight: bold;
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

body .p-feuille {
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  color: #3d3737;
  border: solid 1px gainsboro;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .p-feuille div.titre {
  background-color: #030466;
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .p-feuille div.titre span {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: white;
  line-height: 40px;
}

body .p-feuille div.titre label {
  color: white !important;
}

body .p-feuille div.contenue {
  border-radius: 0px 0px 5px 5px;
  padding: 5px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20px);
  overflow: auto;
  height: auto;
}

.border {
  border: solid 1px #635f5f;
}

.no-border {
  border: none !important;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.justifier-centre {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-centre {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.nomarge {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.textjustifier {
  text-justify: center;
}

.text-centre {
  text-align: center;
}

.marge-droite {
  margin-right: 5px;
}

.padding {
  padding: 5px;
}

.dir_row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.dir_column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.margin {
  margin: 5px !important;
}

.h-auto {
  height: auto !important;
}

.flex-raw-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

table {
  border-collapse: collapse;
  clear: none !important;
}

table tr td, table tr th {
  padding: 10px 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tr:nth-last-child(n+2) td {
  border-bottom: solid 1px black;
}

.s-conteneur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conteneur-gris, .conteneur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.conteneur-gris {
  background-color: #c0c0c4;
}

.p1 {
  width: 8% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p2 {
  width: 16% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p3 {
  width: 24% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p4 {
  width: 32% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p5 {
  width: 40% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p6 {
  width: 48% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p7 {
  width: 56% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p8 {
  width: 64% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p9 {
  width: 72% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p10 {
  width: 80% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p11 {
  width: 88% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p12 {
  width: 96% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pp {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pa {
  width: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p1, .p2, .p3, .p4, .p5, .p6, .p7, .p8, .p9, .p10, .p11, .p12, .pa, .pp {
  padding: 8px;
}

.button-submit {
  background-color: #045512;
}

.button-annuler {
  background-color: #991b1b;
}

.button-simple {
  background-color: #0c2594;
}

.button-orange {
  background-color: #cf5909;
}

.button-archive {
  background-color: #310303;
}

.button-orange:hover {
  background-color: #ee660c;
}

.button-submit:hover {
  background-color: #07791a;
}

.button-annuler:hover {
  background-color: #bb1a1a;
}

.button-simple:hover {
  background-color: #102fbb;
}

.button-archive:hover {
  background-color: rgba(71, 5, 5, 0.795);
}

.pop, .pop2 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.507);
  z-index: 200;
}

.pop .n-pop, .pop2 .n-pop {
  -webkit-box-shadow: 1px 0px 20px black;
          box-shadow: 1px 0px 20px black;
  z-index: 400;
  border: solid #374d7c 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

.pop .p-feuille, .pop2 .p-feuille {
  width: auto !important;
}

body {
  margin: 0;
  padding: 0;
  font-style: 'source sans pro' , sans-serif;
  /*font-family: 'Text Me One', sans-serif;*/
  font-size: 1em;
}

body .g-container {
  width: 100%;
  height: auto;
  z-index: 20;
}

body .g-container .p-contenue {
  width: 100%;
}

body .g-container .p-contenue .grand-titre {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

body .g-container .p-contenue .grand-titre h2 {
  font-size: 18px;
  margin: 0;
}

body .g-container .p-contenue .grand-titre hr {
  border: solid 0.7px #303e5c;
}

body .logo-client {
  float: left;
}

body .simple-div {
  color: #050c38;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .input-div {
  color: #050c38;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-line-pack: start;
      align-content: start;
  height: auto;
}

body .input-div * {
  width: 100%;
}

body .input-div img {
  width: 150px;
  height: auto;
  cursor: pointer;
}

body .input-div img.avatar {
  width: 70px;
  height: 70px;
}

body .input-div input:not([type="checkbox"]) {
  outline: none;
  height: 40px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  margin: 0;
  width: 100%;
}

body .input-div input[type=checkbox] {
  width: 25px !important;
  height: 20px;
}

body .input-div select {
  outline: none;
  height: 30px;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
}

body .input-div label {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 550;
}

body .input-div h1, body .input-div h2, body .input-div h3, body .input-div h4, body .input-div h5, body .input-div h6 {
  margin: 0 0 10px 0;
}

body .input-div button, body .input-div div.boutton {
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

body .input-div textarea {
  max-width: 700px;
  min-width: 350px;
  max-height: 150px;
  min-height: 100px;
  width: 100%;
}

body .input-div hr {
  margin: 0;
  width: 100%;
  border: solid 1px #979494;
  -webkit-transition: width 0.7s 0s ease;
  transition: width 0.7s 0s ease;
}

body .input-div i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  cursor: pointer;
}

body .choose-img {
  width: 150px !important;
  height: 150px;
  background-color: rgba(31, 27, 27, 0.432);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  cursor: pointer;
}

body .choose-img i {
  font-size: 60px;
  text-align: center;
}

body .input-div .choose-img:hover {
  opacity: 1;
}

body .check, body .check-choix {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: solid 2px black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all .1s 0s ease-in;
  transition: all .1s 0s ease-in;
  cursor: pointer;
}

body .check i, body .check-choix i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9em;
  color: white;
  margin: auto;
  text-align: center;
}

body .checked {
  background-color: #048504;
  border-color: #048504;
}

body .r-checked {
  background-color: #c40e01;
  border-color: #c40e01;
}

body .none {
  display: none !important;
}

body .hide {
  visibility: hidden !important;
}

body .suggest {
  position: absolute;
  background-color: white;
  color: black !important;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
  overflow: auto;
  height: auto;
  max-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #023475;
  border-top: none;
  display: none;
  z-index: 200;
}

body .suggest .suggest-ligne {
  color: black;
  height: 60px;
  width: 100%;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body .suggest .suggest-ligne img {
  margin-right: 8px;
  height: 60px;
  width: 60px;
}

body .suggest .suggest-ligne:hover {
  background-color: #030349;
  color: white;
}

body .defiler-gauche {
  -webkit-animation: dgauche .6s 0s ease forwards;
          animation: dgauche .6s 0s ease forwards;
}

@-webkit-keyframes dgauche {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(-2000px, 0px);
            transform: translate(-2000px, 0px);
    display: none !important;
  }
}

@keyframes dgauche {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(-2000px, 0px);
            transform: translate(-2000px, 0px);
    display: none !important;
  }
}

@-webkit-keyframes edroite {
  from {
    -webkit-transform: translate(2000px, 0px);
            transform: translate(2000px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    display: -webkit-box;
    display: flex;
  }
}

@keyframes edroite {
  from {
    -webkit-transform: translate(2000px, 0px);
            transform: translate(2000px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */