/**** DEFAUT ****/

h1, h2, h3, h4, h5, h6 {
  color: #39517D;
  margin: 0;
}

h1, h2, h3 {
  margin-bottom: 20px;
}

/*
a img {border:0px;}
a{color:#000;text-decoration:none;}
a:hover,a:focus{color:#000;text-decoration:underline;cursor:pointer;}*/

textarea {
  resize: vertical;
}

ul {
  margin-bottom: 0;
  list-style: none;
}

.btn:hover {
  cursor: pointer
}

.cursor-default {
  cursor: default!important
}

.bg-white {
  background: #FFF;
}

.bg-grey {
  background: #E3E3E3;
}

.bg-black {
  background: #212121;
}

.bg-orange {
  background: #FB6820;
}

.bg-blue {
  background: #00689F;
}

.form-center {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}

.bloc-img-responsive img {
  max-width: 100%;
}

.required::after {
  content: "*";
  color: red;
}

/*** BUTTON ***/

.btn::before, .icon::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.btn::before {
  margin-right: 5px;
}

.btn.no-text::before {
  margin-right: 0px;
}

.btn-back::before {
  content: "\f053";
}

.btn-add::before {
  content: "\f067";
}

.btn-edit::before {
  content: "\f044";
}

.btn-delete::before {
  content: "\f1f8";
}

.btn-duplicate::before {
  content: "\f0c5";
  color: white;
}

.btn-remove::before {
  content: "\f00d";
}

.btn-import::before {
  content: "\f019";
}

.btn-export::before {
  content: "\f093";
}

.btn-file::before {
  content: "\f115";
}

.btn-pdf::before {
  content: "\f1c1";
}

.btn-search::before {
  content: "\f002";
}

.btn-search-more::before {
  content: "\f00e";
}

.btn-divide::before {
  content: "\f24d";
}

.btn-calendar::before {
  content: "\f073";
}

.btn-upload-file::before {
  content: "\f07c";
}

.btn-see::before, .icon-see::before {
  content: "\f06e";
}

.btn-attachment::before {
  content: "\f0c6";
}

.btn-contract::before {
  content: "\f573";
}

.btn-invoice::before {
  content: "\f570";
}

.btn-mail::before {
  content: "\f0e0";
}

.btn-unchecked::before {
  content: "\f0c8";
}

.btn-checked::before {
  content: "\f14a";
}

.btn-payment::before {
  content: "\f153";
}

/*** LOADER ***/

.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  z-index: 100000;
  display: none;
}

.loader {
  color: #fff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}