#datatable_wrapper {
  width: 80% !important;
  margin: 0 auto;
  padding-top: 5%;
}
#datatable_wrapper select,
#datatable_wrapper input {
  color: #717171;
  font-weight: 800;
}
#datatable_wrapper select:focus,
#datatable_wrapper input:focus {
  border: 1px solid #9f282e;
}
#datatable_wrapper a {
  color: #9f282e;
}
#datatable_wrapper a:focus {
  color: #9f282e;
}

.dataTables_info {
  font-size: 16px;
  color: #c0c0c0 !important;
}

.dataTables_length label,
.dataTables_filter label {
  color: #717171;
  text-transform: uppercase;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #9f282e !important;
  border: 0px !important;
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: 0px !important;
  background: linear-gradient(to bottom, white 0%, white 100%) !important;
}

.pagination .active a {
  background-color: #9f282e;
  border-color: #9f282e;
  color: white !important;
}
.pagination .active a:hover, .pagination .active a:active, .pagination .active a:focus {
  background-color: #9f282e;
  border-color: #9f282e;
  color: white;
}

table {
  margin: 20px auto 10px auto;
  width: 80%;
}
table.detail th {
  font-size: 16px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
table.detail input {
  margin-right: 10px;
}
table.detail .reference, table.detail .cmd {
  font-size: 16px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
table .dataTable .no-footer {
  border-bottom: 1px solid white !important;
}
table th {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  color: #c0c0c0;
}
table th.icon {
  padding-left: 15px;
  padding-right: 15px;
}
table th.bordereau {
  padding-left: 40px !important;
}
table td.date, table td.reference, table td.cmd {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
table td.icon {
  padding-left: 15px;
  padding-right: 15px;
}
table td.selection {
  padding: 0;
}
table tr.layout {
  background-color: #f0f0f0;
}
table tr.odd {
  background-color: #f0f0f0 !important;
}
table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #717171;
}
table .date {
  font-size: 12px;
}
table .reference,
table .cmd {
  font-size: 17px;
}
table .reference.attente,
table .cmd.attente {
  color: #485c5b;
}
table .reference.cours,
table .cmd.cours {
  color: #009def;
}
table .reference.devis,
table .cmd.devis {
  color: #ef7600;
}
table .reference.valide,
table .cmd.valide {
  color: #9f282e;
}
table .reference.poste,
table .cmd.poste {
  color: #0dab01;
}

.selection {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5%;
}
.selection a {
  color: #9f282e;
}
.selection a:hover {
  color: #9f282e;
}

.bandeau {
  width: 80%;
  margin: 20px auto 10px auto;
  background-color: #f0f0f0;
  text-align: center;
}
.bandeau p.devis_valide {
  font-size: larger;
  color: #fff;
  background-color: #0e9aef;
  padding: 10px;
}
.bandeau ul {
  display: block;
  padding-left: 0;
}
.bandeau ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 15px;
}
.bandeau ul li:before {
  content: url(../img/pdf.png);
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.bandeau ul li a {
  color: #9f282e;
}

.login {
  position: relative;
  padding-top: 5%;
}
.login form {
  padding-top: 5%;
  display: block;
}
.login form .form-control {
  text-align: center;
  color: #9f282e;
  border: 2px solid #9f282e;
  margin-bottom: 10px;
}
.login form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f282e;
}
.login form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f282e;
}
.login form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f282e;
}
.login form :-moz-placeholder {
  /* Firefox 18- */
  color: #9f282e;
}
.login form a {
  margin-top: 15px;
  padding-top: 10px;
}
.login form .checkbox label {
  font-weight: bold;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 40, 46, 0.31);
  border-color: #919191;
}

.form-group {
  color: #9f282e;
  text-align: center;
  position: relative;
}

.check-ok:after {
  content: url(../img/check.png) !important;
  float: right;
  position: absolute;
  left: 100%;
  padding-left: 10px;
  bottom: 0;
}

.check-nope:after {
  content: url(../img/nope.png) !important;
  float: right;
  position: absolute;
  left: 100%;
  padding-left: 10px;
  bottom: 0;
}

.mdp {
  color: #485c5b;
  font-weight: 700;
  font-size: 12px;
}

.radio-inline {
  margin-top: 0;
}
.radio-inline label {
  font-weight: 800;
  color: #919191;
}
.radio-inline label:hover, .radio-inline label:active, .radio-inline label:focus {
  color: #9f282e;
}

/********************************/
/* HOME MEDIA QUERIES */
/********************************/
@media (min-width: 768px) {
  .login form .form-control {
    height: 50px;
    font-size: 14px;
  }
}
@media (min-width: 1290px) {
  .login form .form-control {
    height: 60px;
    font-size: 20px;
  }
}
.modal-content {
  border-radius: 1px;
  box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: 0px;
}
.modal-header h2 {
  width: 70%;
  margin: 0 auto;
  color: #485c5b !important;
  line-height: 0.9;
}

.modal-body {
  width: 70%;
  margin: 0 auto;
  color: #c0c0c0;
}
.modal-body ul li {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  list-style-type: disc;
  color: #9f282e;
}
.modal-body ul li span {
  color: #c0c0c0 !important;
}
.modal-body .text {
  text-align: left;
  padding: 5px 0 !important;
  width: 100%;
}
.modal-body .commentaire {
  border: 1px solid black;
  height: 100px;
  padding: 15px 10px;
  border-radius: 1px;
}

.search form .form-group {
  width: 70%;
  background-color: #f0f0f0;
}
.search form .form-group .form-control {
  font-size: 16px;
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  height: 50px;
  background-color: #f0f0f0;
}
.search form button {
  height: 50px;
  position: relative;
  top: 0px;
  right: 4px;
  width: 70px;
  color: white;
  background: #9f282e;
  font-weight: 800;
  font-size: 16px;
}
.search table {
  width: 80%;
  text-align: left;
}

/* STYLES GENERAUX */
body {
  background-image: url("../img/bg.jpg");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
}

/* TITRES, LIENS, TEXTES... */
h2, .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  color: #717171;
  font-size: 24px;
}

.title {
  padding-top: 5%;
  color: #919191;
  font-size: 36px;
}

a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #c0c0c0;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.lien {
  text-decoration: underline;
  color: #c0c0c0;
}
.lien:hover {
  text-decoration: underline;
}

p {
  font-size: 12px;
  text-transform: uppercase;
  color: #c0c0c0;
  text-align: center;
  margin: 5px 0 0 0;
  font-weight: 700;
}

.text {
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  width: 60%;
  color: #c0c0c0;
  line-height: 1.1;
}

span {
  display: block;
}
span.wrong {
  color: red;
}
span.sstitle {
  font-size: 30px;
}

.btn,
.btn-light,
.btn-mini {
  border-radius: 0px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn {
  background-color: #9f282e;
}
.btn:hover {
  background-color: #9f282e;
  color: white;
}

.btn-mini {
  font-size: 18px;
  background-color: #9f282e;
}
.btn-mini:hover {
  background-color: #9f282e;
  color: white;
}

.btn-light {
  font-size: 18px;
  margin-top: 0px;
  background-color: #d69fa2;
}
.btn-light:hover {
  background-color: #d69fa2;
  color: white;
}

.big-btn {
  box-shadow: -7px 7px 0px #d1d1d1;
  padding: 10px 15px;
}

.hvr-btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-btn:hover,
.hvr-btn:focus,
.hvr-btn:active {
  box-shadow: 7px 7px 0px #d1d1d1;
}

ul li {
  list-style: none;
  text-decoration: none;
}

/* BLOC DE CONTENUS */
.ctn {
  margin: 0 auto;
  text-align: center;
}
.ctn div {
  margin: 0 auto;
}

.ctn-lit {
  width: 30%;
}

.ctn-big {
  width: 35%;
}

/* MAIN */
main {
  background-color: #fff;
}
main .top {
  padding-top: 5%;
}
main .arian {
  margin: 0 auto;
  width: 80%;
  padding-top: 20px;
}
main .arian a {
  color: #797979;
  font-weight: 500;
  text-transform: lowercase;
}
main .commande {
  font-size: 14px;
  font-weight: bold;
  color: #717171;
  width: 55%;
}
main .commande table {
  border: 1px solid #ddd;
}
main .commande table th {
  text-align: center;
}
main .commande table td {
  border: 1px solid #ddd;
}
main .date {
  font-size: 14px;
  text-transform: uppercase;
  color: #717171;
  font-weight: 700;
}
main .validate:before {
  content: url(../img/valide.png);
}
main .note {
  color: #717171;
  font-weight: 700;
  padding: 20px;
}

/********************************/
/* HOME MEDIA QUERIES */
/********************************/
@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 20px;
  }
}
@media (min-width: 1290px) {
  body.content-court {
    overflow: hidden;
  }

  main.height {
    height: 100vh;
  }

  .btn {
    font-size: 24px;
  }
}
header {
  font-family: "Roboto";
}
header .container {
  position: relative;
}
header .logotype {
  padding: 30px;
}
header .logotype .img-responsive {
  margin: 0 auto;
}
header .compte {
  position: absolute;
  right: 0;
  top: 20px;
}
header .compte ul {
  display: block;
  padding-left: 20px;
}
header .compte ul li {
  display: inline-block;
}
header .compte form .form-group {
  width: 195px;
  height: 30px;
}
header .compte form .form-group .form-control {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
header .compte form button {
  height: 34px;
  position: relative;
  top: 2px;
  right: 4px;
  width: 55px;
  color: white;
  background: #9f282e;
  font-weight: 800;
  font-size: 14px;
}

nav {
  background-color: #9f282e;
  box-shadow: 0px 5px 8px #000;
}
nav ul {
  display: block;
  text-align: center;
}
nav ul li {
  display: inline-block;
  padding: 10px 10px 0 10px;
}
nav ul li a {
  font-size: 14px;
  color: white;
}
nav ul li a:hover {
  color: white;
}

footer {
  padding-top: 5%;
}
footer p {
  color: black;
}

.pagecmd {
  padding: 0 40px;
}
.pagecmd .btn {
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .pagecmd .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1290px) {
  .pagecmd .btn {
    font-size: 16px;
  }
}
.pagecmd .ctn-big {
  width: 45%;
}
.pagecmd .text {
  padding: 30px 0;
}
.pagecmd textarea.form-control {
  height: 100px;
}
.pagecmd .panel-group .panel + .panel {
  margin-top: 20px;
}
.pagecmd .form-group {
  margin: 15px 0;
}

.etape {
  background: #049D9D;
  border-radius: 4px;
  color: white;
  min-height: 55px;
  position: relative;
}
.etape a {
  color: white;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 60px 10px 15px;
  position: relative;
}
.etape .num {
  background: white;
  color: #049D9D;
  border-radius: 50%;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin-right: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
}
.etape .stape {
  font-size: 18px;
  margin-right: 15px;
  text-transform: uppercase;
}
.etape .fa-check {
  color: #85fbb9;
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.etape .descr {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  opacity: 0.8;
}

.totaux_destinataires {
  margin-bottom: 50px;
}

.ajout {
  padding-bottom: 45px;
}
.ajout .ref a {
  font-size: 18px;
  text-transform: uppercase;
  color: #485c5b;
  font-weight: 800;
  vertical-align: middle;
}
.ajout .ref a i {
  color: #9f282e;
}
.ajout .btn-mini {
  margin-top: 50px !important;
}

.btn-yellow {
  box-shadow: -7px 7px 0px #d1d1d1;
  padding: 15px;
  background-image: linear-gradient(#fcb201, #cd9100);
  border-color: none;
  transition: all linear 0.3s;
}

.btn-green {
  border: none;
  box-shadow: -7px 7px 0px #d1d1d1;
  padding: 15px;
  background-image: linear-gradient(#4bdf8c, #13845f);
  transition: all linear 0.3s;
}

.btn-yellow:hover,
.btn-green:hover {
  box-shadow: 0px 0px 0px #d1d1d1;
  transition: all linear 0.3s;
}

.required, .ref {
  font-size: 18px;
  text-transform: uppercase;
  color: #444242;
  font-weight: 800;
  vertical-align: middle;
}

.ref {
  display: block;
  padding-bottom: 10px;
}
.ref input, .ref label {
  display: inline-block;
  height: 100%;
  margin-bottom: 10px;
}
.ref input {
  color: #9f282e;
  display: inline-block;
  border: 2px solid #9f282e;
  padding: 10px 20px;
  font-size: 20px;
  width: 35%;
  margin-left: 20px;
}
.ref .form-control:focus {
  border-color: #9f282e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #9f282e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #9f282e;
}
.ref button {
  width: 5%;
  height: 100%;
  margin-left: 10px;
  padding: 4px 0;
  vertical-align: initial;
}

.dropzone {
  border: 2px solid #9f282e !important;
  border-radius: 4px;
  color: #919191;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
}
.dropzone a.dz-remove {
  color: #9f282e;
}

.recap p {
  margin: 0 0 10px 0;
}

.pagecmd .form-group label {
  text-transform: uppercase;
  font-size: 16px;
  color: #9f282e;
  margin: 5px;
}

h3 {
  text-align: center;
  font-weight: 700;
  color: #9f282e;
}

#recap_commande {
  width: 75%;
}

#recap_commande td.section {
  text-align: center;
  background-color: #049D9D;
  color: #fff;
}

.bg-info {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background-color: #d9edf7;
  padding: 10px;
}

.nav-tabs li a {
  margin: 0 10px;
  color: #fff;
  background-color: #9f282e;
}
.nav-tabs li.active a {
  color: #9f282e;
  background-color: #c0c0c0;
}

ul.sous-menu {
  margin-top: 25px;
  text-align: center;
  padding: 0;
}
ul.sous-menu li {
  display: inline;
  padding: 10px;
  margin: 10px;
  background-color: #c0c0c0;
}
ul.sous-menu li a {
  color: #9f282e;
}
ul.sous-menu li a:hover, ul.sous-menu li a.active {
  color: #919191;
}

.user .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.user form {
  width: 100%;
  margin: 0 auto;
}
.user form .form-control {
  font-size: 20px;
}
.user table {
  margin-bottom: 5%;
  width: 100%;
}
.user table td {
  padding: 20px 40px;
}

.login.user {
  padding-top: 0;
}

/*# sourceMappingURL=docsyndic.css.map */
