@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
::selection {
  background: #d22929;
  color: #ece9e5;
  text-shadow: none;
}
figure {
  margin: 0;
}
img {
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
body {
  background: #f1f1f1;
}
header {
  padding: 40px 0;
  width: 250px;
  position: absolute;
}
header #inside-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 0px 5px -5px #000000;
  -moz-box-shadow: 3px 0px 5px -5px #000000;
  box-shadow: 3px 0px 5px -5px #000000;
}
header #menu {
  position: relative;
}
header #menu h3 {
  width: 90%;
  margin: 15px auto 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
}
header #menu ul {
  margin: 0;
  padding: 0;
}
header #menu ul li {
  list-style: none;
}
header #menu ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #000;
  padding: 5px 15px;
  letter-spacing: 1px;
  width: 90%;
  margin: 0 auto 5px;
}
header #menu ul li a#profil {
  background: #d15c1c;
  color: #fff;
  padding: 15px;
  border-color: #d15c1c;
  font-weight: bold;
}
header #menu ul li a#profil:hover {
  background: #fff;
  color: #d15c1c;
}
header #menu ul li a.selected,
header #menu ul li a:hover {
  background: #666;
  color: #fff;
}
.pages {
  margin: 0 0 0 250px;
  padding: 50px;
}
.pages::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
  position: relative;
}
.pages #big-title {
  margin: 13px 0 15px;
  padding: 10px 0px;
  color: #fff;
  background: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: normal;
}
.pages #big-title::before,
.pages #big-title::after {
  content: ' - ';
}
.pages textarea,
.pages input {
  display: block;
  width: 100%;
  height: 25px;
  background: none;
  margin: 5px auto;
  padding: 0 5px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #000;
}
.pages textarea[disabled='disabled'],
.pages input[disabled='disabled'] {
  background: #f1f1f1 !important;
  border-color: #000 !important;
  color: #000;
}
.pages textarea {
  resize: none;
  height: 135px;
  padding: 2px 5px;
}
.pages .un-bouton {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 3px 25px 5px;
  cursor: pointer;
}
.pages .un-bouton.save-form {
  background: #5bc049;
  color: #fff;
}
.pages .un-bouton.save-form:hover {
  border-color: #5bc049;
  background: #fff;
  color: #5bc049;
}
#le-formulaire {
  display: block;
  width: 100%;
  margin: 0 auto 50px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  table-layout: fixed;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#le-formulaire .ligne {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#le-formulaire .ligne p {
  display: block;
  padding: 10px 20px;
}
#le-formulaire .ligne p.col-6 {
  width: 50%;
}
#le-formulaire .ligne p label {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
#le-formulaire .ligne p img#image-uplaod {
  position: relative;
  cursor: pointer;
  width: 100%;
  border: 2px dashed #ccc;
}
#le-formulaire .ligne p img#image-uplaod:hover {
  border-color: #5bc049;
}
#le-formulaire .ligne p .uploadifive-button {
  background: #4cace4;
  color: #fff;
  font-size: 13px;
  height: 25px;
  width: 100%;
  padding: 2px;
  text-align: center;
  border: 1px solid #4cace4;
  cursor: pointer;
}
#le-formulaire .ligne p .uploadifive-button:hover {
  background: #fff;
  color: #4cace4;
}
#le-formulaire .ligne p .uploadifive-button input {
  cursor: pointer;
}
.tableau-listing {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tableau-listing:last-of-type {
  border-bottom: 1px solid #ccc;
}
.tableau-listing .ligne {
  display: table-row;
}
.tableau-listing .ligne.title p.description {
  width: 350px;
}
.tableau-listing .ligne.title p.prixUnitaire,
.tableau-listing .ligne.title p.montantHT,
.tableau-listing .ligne.title p.quantite {
  width: 130px;
}
.tableau-listing .ligne.title p.tva {
  width: 150px;
}
.tableau-listing .ligne.title p.action {
  width: 50px;
}
.tableau-listing .ligne.title p span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
.tableau-listing .ligne p {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
}
.tableau-listing .ligne p:last-of-type {
  text-align: right;
}
.tableau-listing .ligne p .input.disabled::after {
  content: '€';
}
.tableau-listing .ligne p .input#superTotal {
  height: 35px;
  width: 270px;
  color: #b82424;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  display: inline-block;
}
.tableau-listing .ligne p .un-bouton {
  width: 270px;
}
.tableau-listing .ligne p .un-bouton.ajouter-ligne {
  background: #4cace4;
  color: #fff;
}
.tableau-listing .ligne p .un-bouton.ajouter-ligne:hover {
  border-color: #4cace4;
  background: #fff;
  color: #4cace4;
}
#les-documents {
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
}
#les-documents #sous-menu {
  text-align: right;
  margin-bottom: 20px;
}
#les-documents #sous-menu a {
  display: inline-block;
  margin: 0 0 8px 5px;
  padding: 5px 20px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 13px;
}
#les-documents #sous-menu a:hover,
#les-documents #sous-menu a.selected {
  border-color: #b82424;
  color: #b82424;
}
#les-documents #formulaire-selection {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  padding: 30px 0;
}
#les-documents #formulaire-selection p {
  display: table-cell;
  padding: 0 20px;
}
#les-documents #formulaire-selection p:first-of-type {
  padding-left: 0;
}
#les-documents #formulaire-selection p:last-of-type {
  padding-right: 0;
}
#les-documents #formulaire-selection p label {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 3px;
}
#les-documents table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ccc;
}
#les-documents table thead tr th {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  text-align: left;
}
#les-documents table thead tr th.actions {
  width: 210px;
}
#les-documents table tbody tr {
  position: relative;
}
#les-documents table tbody tr:hover td {
  background: rgba(204, 204, 204, 0.2);
}
#les-documents table tbody tr.ui-sortable-helper {
  display: table;
  table-layout: fixed;
  width: 100%;
  left: 30px !important;
}
#les-documents table tbody tr td {
  text-align: left;
  padding: 15px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  position: relative;
}
#les-documents table tbody tr td textarea,
#les-documents table tbody tr td input {
  border-color: transparent;
}
#les-documents table tbody tr td textarea:hover,
#les-documents table tbody tr td input:hover,
#les-documents table tbody tr td textarea:focus,
#les-documents table tbody tr td input:focus {
  border-color: #ccc;
  background: #fff;
}
#les-documents table tbody tr td .sim-row-sortable {
  position: absolute;
  bottom: -1px;
  right: -1px;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #5bc049;
}
#les-documents table tbody tr td .sim-row-sortable:hover {
  background: #5bc049;
  color: #fff;
}
#les-documents table tbody tr td .btn {
  display: inline-block;
  margin: 0 5px;
}
#les-documents table tbody tr td .btn:hover {
  color: #5bc049;
}
#les-documents table tbody tr td .btn .fa-times {
  color: #e11c1c;
}
#les-documents table tbody tr td .btn .fa-check {
  color: #5bc049;
}
#loader {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 75px;
  background: #fff;
  text-align: center;
  line-height: 75px;
  z-index: 2;
  border: 3px solid #5bc049;
  display: none;
}
#loader #bg-loader {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
}
#loader #text-loader {
  font-size: 25px;
  position: relative;
}
#wrapp-massive-form {
  display: none;
}
#full-size {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#full-size #contenu-resize {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}
#full-size #contenu-resize #content-data {
  max-width: 95%;
  margin: 15px auto;
}
#full-size #contenu-resize #inputImage {
  opacity: 0;
  visibility: hidden;
  display: none;
}
#full-size #contenu-resize .un-bouton {
  margin: 0 15px;
}
#full-size #contenu-resize .un-bouton.ajouter-ligne {
  background: #4cace4;
  color: #fff;
}
#full-size #contenu-resize .un-bouton.ajouter-ligne:hover {
  border-color: #4cace4;
  background: #fff;
  color: #4cace4;
}
#full-size #contenu-resize .un-bouton#cancel-upload {
  background: #e11c1c;
  color: #fff;
}
#full-size #contenu-resize .un-bouton#cancel-upload:hover {
  border-color: #e11c1c;
  background: #fff;
  color: #e11c1c;
}
html#login-page body {
  background: #cd5b1c;
}
#login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 600px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #f6f6f6;
  border: 20px solid #fff;
  color: #666;
  -webkit-box-shadow: 0 0 50px -20px #000000;
  -moz-box-shadow: 0 0 50px -20px #000000;
  box-shadow: 0 0 50px -20px #000000;
}
#login #go-to-hypno {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, -80px, 0);
  -moz-transform: translate3d(-50%, -80px, 0);
  -ms-transform: translate3d(-50%, -80px, 0);
  -o-transform: translate3d(-50%, -80px, 0);
  transform: translate3d(-50%, -80px, 0);
}
#login #go-to-hypno svg {
  width: 100px;
}
#login #intro-phrase {
  text-align: center;
  margin: 0;
  padding: 100px 0 0;
  font-size: 13px;
}
#login #list-chose {
  display: block;
  text-align: center;
  margin: 20px 0 70px;
  padding: 0;
}
#login #list-chose li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
#login #list-chose li:last-of-type::after {
  display: none;
}
#login #list-chose li::after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666;
  margin: 0 20px;
}
#login form .section {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
#login form .section .field-label {
  display: block;
}
#login form .section .field {
  position: relative;
}
#login form .section .field:hover input {
  border-color: #cd5b1c;
}
#login form .section .field:hover .field-icon i {
  color: #cd5b1c;
}
#login form .section .field input {
  padding: 5px 0 5px 35px;
  width: 400px;
  height: 42px;
  border: 1px solid #dddddd;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 1s ease-in 0s;
  -moz-transition: all 1s ease-in 0s;
  -ms-transition: all 1s ease-in 0s;
  -o-transition: all 1s ease-in 0s;
  transition: all 1s ease-in 0s;
}
#login form .section .field .field-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
}
#login form .section .field .field-icon i {
  display: block;
  color: #626262;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 1s ease-in 0s;
  -moz-transition: all 1s ease-in 0s;
  -ms-transition: all 1s ease-in 0s;
  -o-transition: all 1s ease-in 0s;
  transition: all 1s ease-in 0s;
}
#login form button {
  display: block;
  margin: 70px auto 0;
  width: 225px;
  height: 40px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #ccc;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid #000;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
#login form button:hover {
  border-color: #cd5b1c;
  color: #cd5b1c;
}
#profil {
  background: #fff;
}
#profil section {
  max-width: 900px;
  margin: 0 auto;
}
#profil h2 {
  margin: 25px 0;
  text-transform: uppercase;
  color: #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 10px;
  font-size: 20px;
}
#profil h3 {
  background: #dbdbdb;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 18px;
}
#profil .btn {
  background: #d15c1c;
  color: #fff;
  display: inline-block;
  padding: 2px 50px;
  border: 1px solid #d15c1c;
  text-transform: uppercase;
}
#profil .btn:hover {
  color: #d15c1c;
  background: #fff;
}
#profil #formulaire-client {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
}
#profil #formulaire-client .ligne-modif-client {
  display: table-row;
}
#profil #formulaire-client .ligne-modif-client p {
  display: table-cell;
  margin: 0;
  padding: 0 20px;
}
#profil #formulaire-client .ligne-modif-client p label {
  font-size: 12px;
}
#profil #formulaire-client .ligne-modif-client p input {
  border-color: #dbdbdb;
  color: #4d4d4d;
  margin: 0 0 15px;
}
#profil #formulaire-client .ligne-modif-client p input[type="submit"] {
  background: #dbdbdb;
  color: #d15c1c;
  border: 1px solid #d15c1c;
  margin: 20px 0 0;
  text-transform: uppercase;
  height: 50px;
  cursor: pointer;
}
#profil #formulaire-client .ligne-modif-client p input[type="submit"]:hover {
  background: #d15c1c;
  color: #fff;
}
#profil .ligne-information {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#profil .ligne-information.emails {
  border: 1px solid #dbdbdb;
}
#profil .ligne-information.domaines {
  display: block;
}
#profil .ligne-information.domaines::after {
  display: block;
  content: ' ';
  clear: both;
  width: 100%;
}
#profil .ligne-information.domaines p {
  display: inline-block;
  float: left;
  width: 25%;
}
#profil .ligne-information.domaines p .l-info {
  padding: 0 10px;
  display: block;
  text-align: center;
}
#profil .ligne-information.domaines p .l-info a {
  display: block;
  text-align: center;
  text-transform: lowercase;
  border: 1px dashed #d15c1c;
  padding: 5px 0;
}
#profil .ligne-information.domaines p .l-info a:hover {
  border-style: solid;
}
#profil .ligne-information .multi-line {
  display: table-row;
}
#profil .ligne-information .multi-line p {
  padding: 15px;
}
#profil .ligne-information .multi-line p.right {
  text-align: right;
  width: 200px;
}
#profil .ligne-information p {
  display: table-cell;
  font-size: 14px;
  color: #4d4d4d;
  padding: 0 0 0 15px;
}
#profil .ligne-information p .titre {
  text-transform: capitalize;
  display: inline-block;
}
#profil .ligne-information p .titre::after {
  content: ' :';
  padding-right: 5px;
}
#profil .ligne-information p .l-info {
  display: inline-block;
  width: auto;
  color: #d15c1c;
  border-color: #dbdbdb;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.loading div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.loading div span {
  text-transform: uppercase;
  font-size: 20px;
}
