html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

body {
  line-height: 1.4;
  font-family: "Poppins Light";
  font-size: .8rem;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  font-family: "Poppins";
  margin: 0px;
  font-size: .8rem;
  color: #1a1a1a;
  margin-bottom: 5px;
}

p.white {
  color: #FFFFFF;
}

p.black {
  color: #000;
}

.p-20 {
  font-size: 20px;
}

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-bleu {
  font-family: 'Poppins Medium';
  color: #1C5191;
}

strong, .strong {
  font-family: "Poppins Bold";
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-blanc {
  color: #fff !important;
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 10px;
}

.col-right {
  padding-left: 10px;
}

.col-center {
  padding-left: 10px;
  padding-right: 10px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: 'Poppins Medium';
  font-size: .8rem;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:10px;
}

.msg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins SemiBold';
  font-size: .8rem;
  z-index: 9;
  transition: all .3s;
}

.msg.error {
  background-color: #CC0000;
  color: #FFFFFF;
}

.msg.ok {
  background-color: #28b463;
  color: #FFFFFF;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="list"] {
  position: relative;
  height: auto;
  width: 100%;
  border: #dbdbdb solid .5px;
  padding: 8px 12px;
  font-family: 'Poppins Light';
  font-size: .8rem;
  border-radius: 5px;
  box-sizing: border-box;
}

input[type="submit"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins Light';
  font-size: .8rem;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #154360;
  transition: all .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #3498db;
}

input[type="button"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  border: none;
  padding: 8px 12px;
  font-family: 'Poppins Light';
  font-size: .8rem;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgb(55, 188, 125);
  transition: all .3s;
  cursor: pointer;
}

input[type="button"]:hover {
  background-color: rgba(55, 188, 125, .7);
}

input[type="button"].delete {
  background-color: #d24a2d;
}

input[type="button"].delete:hover {
  background-color: #e95333;
}

input[type="button"].jaune {
  background-color: #FFC300;
  color: #435C74;
}

input[type="button"].jaune:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].gris {
  background-color: #d7dbdd;
  color: #435C74;
}

input[type="button"].gris:hover {
  background-color: rgba(255, 195, 0, .6);
  color: #435C74;
}

input[type="button"].vert {
  background-color: rgba(46, 204, 113, 1);
}

input[type="button"].vert:hover {
  background-color: rgba(46, 204, 113, .6);
}

input[type="button"].rouge {
  background-color: rgba(255, 65, 24, 1);
}

input[type="button"].rouge:hover {
  background-color: rgba(255, 65, 24, .6);
}

textarea {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;

  font-family: 'Poppins Light';
  font-size: .8rem;
  border: #dbdbdb solid .5px;
}

select {
  position: relative;
  font-family: 'Poppins Light';
  font-size: .8rem;
  width: 100%;
  padding: 7px 10px;
  border: #dbdbdb solid .5px;
  box-sizing: border-box;
  border-radius: 5px;
}

/* Custom Checkbox */
.form-check {
  position: relative;
}

.form-check input {
  position: absolute;
  opacity: 0;
}

.form-check label {
  display: grid;
  grid-template-columns: 2em 1fr;
  grid-template-areas: "checkbox label";
  gap: .7em;
}

.form-check label::before,
.form-check label::after {
  content: '';
  grid-area: checkbox;
  display: block;
  margin-top: .1em;
}

.form-check label::before {
  width: 100%;
  height: 1em;
  border-radius: 1em;
  border: solid 1px #efefef;
  transition: all .3s;
}

.form-check label::after {
  position: relative;
  left: 2px;
  top: 2px;
  width: calc(1em - 2px);
  height: calc(1em - 2px);
  background-color: #ccc;
  border-radius: 1em;
  transition: all .3s;
}

.form-check input:checked + label::before {
  background-color: #1771E6;
  border-color: #1771E6;
  color: #FFF;
}

.form-check input:checked + label::after {
  background-color: #fff;
  transform: translateX(1em);
}

.form-check input:focus + label::before {
  box-shadow: 0 0 0 0.25em #c4dbf9;
}

.strong {
  font-family: 'Poppins Bold';
}

.link-reset {
  position: relative;
  font-family: 'Poppins';
  color: #3498db;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: underline;
}

i {
  margin-right: 5px;
}

.small-text {
  font-size: .8rem;
}

/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */

.box-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  padding: 20px;
  border: #ccc solid 1px;
  border-radius: 5px;
  background-color: #ccc;
}

.logo-box-login {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}

.logo-box-login img {
  height: 50px;
}

header {
  display: flex;
  width: 100%;
  background: #1a1a1a;
  padding: 20px;
}

.left-header,
.right-header {
  flex: 1;
}

.center-header {
  flex: 0 1 auto;
  text-align: center;
}

.logo-header {
  position: relative;
  float: left;
  height: 40px;
  width: auto;
  text-align: center;
}

.logo-header img {
  height: 40px;
}

.quit-header {
  position: relative;
  width: auto;
  text-align: right;
  color: #efefef;
  font-family: 'Poppins Medium';
  padding: 5px 0px;
}

.quit-header a {
  transition: all .3s;
  cursor: pointer;
}

.quit-header a:hover {
  color: #7CCF35;
}

nav {
  position: relative;
  padding: 5px 20px;
  color: #efefef;
}

nav ul {
  position: relative;
  list-style: none;
}

nav ul li {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 5px 15px;
  text-align: center;
}

nav a {
  transition: all .3s;
  cursor: pointer;
}

nav a:hover,
nav a.active {
  color: #7CCF35;
}

.fil-ariane {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  margin-bottom: 30px;
}

.container {
  position: relative;
  height: auto;
  width: 97%;
  max-width: 1200px;
  background-color: #fff;
  margin: 20px auto;
  padding: 20px;
}

h1 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Black';
  font-size: 1.3rem;
  margin-bottom: 20px;
}

h2 {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Poppins Bold';
  font-size: 1rem;
}

.liste {
  position: relative;
  margin: 20px 0px;
}

.ligne-liste {
  position: relative;
  border-bottom: #efefef solid 1px;
  cursor: pointer;
  transition: background .3s;
}

.ligne-liste:hover {
  background: #F5F5F4;
}

.ligne-liste.entete {
  background-color: #D6D3D1;
  border-bottom: none;
}

.col-liste {
  position: relative;
  float: left;
  padding: 5px;
}

.box-form {
  position: relative;
  margin: 20px 0px;
}

.point-statut {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.data-incident {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}