/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper .noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower .noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper .noUi-tooltip{right:120%}
* {
  box-sizing: border-box;
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
}

body {
  display: block;
  background-color: #ebeef0;
}

/***** Login *****/
.container {
  max-width: 410px;
  margin: auto;
  padding: 0 15px;
  display: block;
  text-align: center;
}

.login-form form {
  width: 100%;
  margin: 40px auto 30px auto;
}

.login-form h2 {
  margin-top: 20px;
  /*padding-top: 20px;*/
  color: #95A7B7;
  font-size: 18px;
  font-weight: normal;
}

.login-container {
  max-width: 410px;
  color: #95A7B7;
  border-radius: 8px;
}

.login-input {
  width: 100%;
  padding: 24px 0px 24px 5px;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  outline: none;
  font-size: 20px;
  box-sizing: border-box;
  display: block;
}

.first-input {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #E5E5E5;
}

.login-button {
  width: 100%;
  margin: 0;
  padding: 24px 0px 24px 5px;
  color: #ffffff;
  background-color: #318CE7;
  border: none;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
  display: block;
}

.alerte-erreur {
  color: #a94442;
  background-color: #f2dede;
  /*border-color: #ebcccc;*/
  padding: 15px;
  margin: 16px 0;
  border: 1px solid #ebcccc;
  border-radius: 0px;
  font-size: 24px;
}

.alerte-success {
  padding: 15px;
  margin: 16px 0;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  /*border-color: #d6e9c6;*/
  border-radius: 0px;
  font-size: 24px;
  color: #3c763d;
}

/***** Configuration *****/
.menu-sidebar {
  width: 230px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #30363c;
  z-index: 2;
}

.menu-banner {
  padding-left: 20px;
}

.menu-banner div {
  width: 100%;
  height: 100%;
  padding: 10px 0 0 0;
}

.menu-logo img {
  height: 46px;
}

.menu-list {
  list-style-type: none;
  padding-left: 5px;
}

.menu-list li {
  margin-bottom: 15px;
}

.menu-list li a {
  padding-left: 10px;
  font-size: 16px !important;
  font-weight: bold;
  color: #c3cfd8;
  text-decoration: none;
  cursor: pointer;
}

.header-row {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1;
  left: 230px;
  right: 0;
  height: 56px;
  max-width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
}

.header {
  position: relative;
  height: 56px;
  margin-bottom: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  /* -webkit-flex-direction: row; */
  /* flex-direction: row; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-main {
  width: 92%;
  font-size: 24px;
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited {
  color: #444 !important;
  text-decoration: none;
}

.header-action {
  padding-left: 10px;
}

.header-action button {
  display: inline-block;
  padding: 8.5px 15px;
  margin: 0;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1;
  border-width: 2px;
  border-style: outset;
}

.container-content {
  padding: 71px 20px 20px 266px;
  max-width: 1325px;
  margin: auto;
  clear: both;
}

section {
  margin: auto;
  margin-bottom: 25px;
  border-radius: 3px;
  clear: both;
}

.section-gauche {
  width: 35%;
  float: left;
  padding: 15px 20px 0 20px;
  background-color: #ebeef0;
}

.section-gauche h2 {
  font-family: "Raleway", Helvetica, sans-serif;
  color: #31373d;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2em;
}

.section-gauche p {
  color: #798c9c;
  font-size: 16px;
}

.section-droite {
  width: 65%;
  display: inline-block;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /*color: #31373d;*/
}

.section-droite label {
  font-weight: 400;
}

.input-info {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: block;
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  font-size: 18px;
  font-family: "Raleway", Helvetica, sans-serif;
  color: #31373d;
  line-height: 20px;
  box-sizing: border-box;
}

textarea.input-info {
  min-height: 80px;
}

.slider-values .prix-min, .slider-values .prix-max {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@charset "UTF-8";
* {
  box-sizing: border-box;
}

/*
 * |-----------------------------------|
 * | GROUPES                           |
 * |-----------------------------------|
 */
.liste-groupes, .liste-groupes ul {
  width: 100%;
  text-align: left;
  list-style-type: none;
  padding-left: 10px;
}

.liste-groupes ul {
  display: none;
}

.liste-groupes ul.groupe-enfant-visible {
  display: block;
}

.liste-groupes li {
  display: block;
  width: 100%;
  font-size: 16px;
}

.liste-groupes a {
  display: block;
  min-height: 40px;
}

.liste-groupes a > span.groupe-dropdown {
  float: right;
  display: inline-block;
  padding-top: calc(($groupe-height - $groupe-font-size) / 2);
  height: 100%;
  font-size: 16px;
  line-height: 1.4286em;
  cursor: pointer;
}

.liste-groupes a > span.content {
  padding-top: calc(($groupe-height - $groupe-font-size) / 2);
  height: 100%;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 1.4286em;
}

.liste-groupes a > span.collapsed::before {
  content: "\002b";
}

.liste-groupes a > span.collapsible::before {
  content: "\2212";
}

/*
 * |-----------------------------------|
 * | RECHERCHE AVANCÉE                 |
 * |-----------------------------------|
 */
.recherche-avancee {
  padding: 0 15px;
}

.recherche-avancee .recherche-container {
  padding: 15px 0;
}

.noUi-handle {
  max-width: 34px;
}

.recherche-avancee .recherche-container #boutique-recherche-intervalle-slider {
  padding: 0 15px;
}

.slider-values {
  font-size: 16px;
  color: #3FB8AF;
  height: 25px;
  padding-top: 10px;
}

.slider-values .prix-min {
  text-align: left;
}

.slider-values .prix-max {
  float: right;
}

.liste-constructeurs label {
  display: block;
}

.liste-constructeurs input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.recherche-avancee .btn-recherche {
  padding: 6px 12px;
  border-radius: 3px;
  border: 0px solid transparent;
  -webkit-user-select: none;
  user-select: none;
}

/*
 * |-----------------------------------|
 * | ALERTES                           |
 * |-----------------------------------|
 */
.alerte-erreur {
  color: #a94442;
  background-color: #f2dede;
  padding: 15px;
  margin: 16px 0;
  border: 1px solid #ebcccc;
  border-radius: 0px;
  font-size: 20px;
}

.alerte-erreur a {
  color: #a94442;
  font-size: 20px;
}

.alerte-success {
  padding: 15px;
  margin: 16px 0;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 0px;
  font-size: 20px;
  color: #3c763d;
}

/*
 * |-----------------------------------|
 * | FORMULAIRES                       |
 * |-----------------------------------|
 */
.formulaire-reset, .formulaire-login-client, .formulaire-inscription {
  width: 95%;
  margin: auto;
}

.rhgcb-form {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
}

.rhgcb-form-horizontal {
  margin: 0;
}

.modal .rhgcb-form {
  padding: 0px;
}

.modal .rhgcb-form button {
  margin-bottom: 0;
}

.modal .rhgcb-form button.close, .modal .rhgcb-form button.close span {
  padding: 0;
  border: 0 solid transparent;
  color: #888;
  line-height: 1;
  opacity: 1;
}

.rhgcb-form .separator:empty {
  width: 90%;
  margin: 20px auto;
  border: 1px solid #d4d4d4;
}

.rhgcb-form h3 {
  margin-top: 0px;
}

.rhgcb-form p {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 18px;
}

.rhgcb-form .row-input {
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.rhgcb-form .row-input, .rhgcb-form .row-checkbox {
  width: 100%;
  min-height: 42px;
  margin: 5px 0;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rhgcb-form .row-input textarea {
  width: 100%;
}

.rhgcb-form .row-checkbox {
  padding: 10px 0;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-self: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.rhgcb-form .row-input:after,
.rhgcb-form .row-input:before,
.rhgcb-form .row-checkbox:after,
.rhgcb-form .row-checkbox:before {
  display: table;
  content: " ";
}

.rhgcb-form .row-input label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 0;
  float: left;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.rhgcb-form .row-input .input-container {
  width: 100%;
  margin-bottom: 5px;
}

.rhgcb-form .row-input input[type="text"],
.rhgcb-form .row-input input[type="password"],
.rhgcb-form .row-input input[type="email"],
.rhgcb-form .row-input select {
  width: 100%;
  display: block;
  height: 42px;
  padding: 6px 12px;
  font-size: 20px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.rhgcb-form .row-input input {
  padding: 6px 12px;
}

.rhgcb-form .row-input select {
  padding: 6px 12px 6px 6px;
}

.rhgcb-form .row-input input:hover, .rhgcb-form .row-input input:focus,
.rhgcb-form .row-input select:hover, .rhgcb-form .row-input select:focus {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0px 0px 23px 3px lightsteelblue;
  -moz-box-shadow: 0px 0px 23px 3px lightsteelblue;
  box-shadow: 0px 0px 23px 3px lightsteelblue;
}

.rhgcb-form .row-checkbox label {
  width: 90%;
  width: calc(100% - 20px);
  margin-left: 20px;
  font-size: 15px;
  font-weight: 700;
}

.rhgcb-form .row-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0px auto 10px auto;
}

.rhgcb-form .row-input input.input-disabled,
.rhgcb-form .row-input select.input-disabled {
  background-color: #bbb;
}

.rhgcb-form .row-input input.input-disabled::-webkit-input-placeholder,
.rhgcb-form .row-input select.input-disabled::-webkit-input-placeholder {
  color: #666;
}

.rhgcb-form .row-input input.input-disabled::-moz-placeholder,
.rhgcb-form .row-input select.input-disabled::-moz-placeholder {
  color: #666;
}

.rhgcb-form .row-input input.input-disabled:-ms-input-placeholder,
.rhgcb-form .row-input select.input-disabled:-ms-input-placeholder {
  color: #666;
}

.rhgcb-form .row-input input.input-disabled:-moz-placeholder,
.rhgcb-form .row-input select.input-disabled:-moz-placeholder {
  color: #666;
}

.rhgcb-form .row-submit {
  width: 100%;
  margin-left: 0;
  text-align: left;
}

.rhgcb-form button, .rh-button {
  margin-left: 0;
  margin-bottom: 15px;
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}

.rhgcb-form .btn-connexion-client {
  display: inline-block;
}

.rhgcb-form .row-submit div {
  display: block;
  padding-left: 0px;
}

.rhgcb-form button:hover, .rh-button:hover {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0px 0px 23px 3px lightsteelblue;
  -moz-box-shadow: 0px 0px 23px 3px lightsteelblue;
  box-shadow: 0px 0px 23px 3px lightsteelblue;
  text-decoration: none;
  color: inherit;
}

.rhgcb-form button:focus, .rh-button:focus {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0px 0px 23px 3px lightsteelblue;
  -moz-box-shadow: 0px 0px 23px 3px lightsteelblue;
  box-shadow: 0px 0px 23px 3px lightsteelblue;
  text-decoration: none;
  color: inherit;
}

.profil-form {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.profil-form .row-submit button {
  background-color: #8ec63f;
  color: white;
  font-size: 25px;
}

.profil-form .bold {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}

.profil-form .row-input-top {
  align-items: flex-start;
}

.profil-form .row-input-top label {
  margin-top: 5px;
}

.inscription-form {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.inscription-form .row-submit button {
  background-color: #8ec63f;
  color: white;
  font-size: 25px;
}

.inscription-form {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.inscription-form .row-submit button {
  background-color: #8ec63f;
  color: white;
  font-size: 25px;
}

/*
 * |-----------------------------------|
 * | TABLEAUX                          |
 * |-----------------------------------|
 */
.rhgcb-table {
  border: 2px solid #444;
  font-size: 16px;
  width: 100%;
}

.rhgcb-table td, .rhgcb-table th {
  padding: 3px 10px;
}

.rhgcb-table thead tr {
  background-color: #e4e4e4;
  border: 2px solid #444;
}

.rhgcb-table thead tr th {
  font-weight: 700;
  border: 2px solid #444;
}

.rhgcb-table tbody tr {
  border: 1px solid #444;
}

.rhgcb-table tbody tr td {
  border: 1px solid #444;
}

.rhgcb-table .ta-right {
  text-align: right;
}

/*
 * |-----------------------------------|
 * | FACTURES                          |
 * |-----------------------------------|
 */
.detail-facture {
  font-size: 18px;
}

.quantite-label {
  width: 5%;
  text-align: right;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-right: 5px;
}

.description-label {
  width: 65%;
  text-align: left;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}

.prix-unitaire-label, .prix-total-label {
  width: 15%;
  text-align: right;
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.detail-quantite {
  width: 5%;
  text-align: right;
  float: left;
  padding-right: 5px;
}

.detail-description {
  width: 65%;
  text-align: left;
  float: left;
  padding-left: 5px;
}

.detail-prix_unitaire, .detail-sous-total {
  width: 15%;
  text-align: right;
  float: left;
}

.div-facture-footer {
  margin-top: 25px;
}

.div-facture-note {
  width: 80%;
  float: left;
}

.note-label {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.facture-note {
  min-height: 101px;
  border: 1px solid #939393;
}

.facture-grand-total {
  width: 20%;
  float: left;
}

.col-gauche, .col-droite {
  width: 50%;
  float: left;
}

.col-gauche div {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}

.col-droite div {
  font-size: 18px;
  text-align: right;
}

.adresseEntreprise p {
  margin: 0;
  font-size: 14px;
}

.venduA p {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}

.facture-nom-produit {
  width: 50%;
}

.section-contenu {
  max-width: 1200px;
  margin: auto;
}

.page {
  width: 100%;
  margin: 0;
  padding: 0 8px;
  border: none;
}

.page .canvas {
  margin: 0;
  font-size: 14px;
}

.page .canvas .block {
  max-width: 35%;
  float: right;
  clear: right;
}

.page .canvas table.head {
  float: right;
  position: relative;
}

.page .canvas table.head .head td {
  text-align: right;
}

.page .canvas .title-facture {
  font-size: 20px;
  margin-bottom: 2px;
}

.page .canvas .noFacture {
  float: right;
  text-align: right;
  padding-bottom: 10px;
}

.page .canvas .adresseEntreprise {
  height: 125px;
  float: left;
}

.page .canvas .venduA {
  font-size: 10px;
  float: left;
  clear: left;
  padding-bottom: 25px;
}

.page .canvas .venduA .title-facture {
  margin-bottom: 10px;
}

.page .canvas .entete {
  float: right;
  width: 250px;
  height: 72px;
}

.page .canvas .basPage {
  padding-top: 5px;
  text-align: center;
}

.page .canvas .table-responsive-modele {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.page .canvas .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.page .canvas .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.page .canvas .table > thead > tr > th {
  padding: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.page .canvas .table-modele-facture .thead-facture th {
  border: 1px solid #666;
}

.page .canvas .table-modele-facture tbody, .page .canvas .table-modele-facture .btn-option {
  border-left: 1px solid #666;
}

.page .canvas .table-modele-facture .thead-facture tr, .page .canvas .table-modele-facture tbody {
  width: 100%;
}

.page .canvas .table-modele-facture tbody, .page .canvas .canvas .table-modele-facture .btn-option {
  border-left: 1px solid #666;
}

.page .canvas .table-modele-facture tbody td {
  border-right: 1px solid #666;
}

.page .canvas .detail-facture {
  border-bottom: 1px solid #666;
}

.page .canvas .detail-facture .facture-qte {
  text-align: right;
  width: 7%;
}

.page .canvas .detail-facture .facture-taxes {
  width: 13%;
}

.page .canvas .detail-facture .facture-prix {
  width: 13%;
  text-align: right;
}

.page .canvas .detail-facture .facture-prix-total {
  width: 17%;
  text-align: right;
}

.page .canvas .facture-paiement {
  width: 63%;
}

.page .canvas table {
  border-spacing: 0;
  border-collapse: collapse;
}

.page .canvas .table-facture-resume {
  min-height: 45px;
  vertical-align: top;
  margin-bottom: 0px;
}

.page .canvas .table-facture-resume table.inner thead th {
  text-align: center;
}

.page .canvas .table > tbody > tr > td, .page .canvas .table > tbody > tr > th, .page .canvas .table > tfoot > tr > td,
.page .canvas .table > tfoot > tr > th, .page .canvas .table > thead > tr > td, .page .canvas .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.page .canvas .table-facture-resume tbody td {
  border: 1px solid #666;
  line-height: 10px;
  padding: 1px;
}

.page .canvas .table-facture-resume table.inner {
  width: 100%;
  margin-bottom: 25px;
  font-size: 12px;
}

.page .canvas .table-facture-resume table.inner thead th {
  text-align: center;
}

.page .canvas .table-facture-resume table.inner tbody td {
  border: none;
  text-align: center;
}

.page .canvas .mini {
  position: relative;
}

.page .canvas .facture-label-total {
  width: 20%;
}

.page .canvas .label-total p {
  margin: 0;
}

.page .canvas .facture-montant-total {
  text-align: right;
  width: 17%;
}

.page .canvas .montant-total p {
  margin: 0;
}

/*
 * |-----------------------------------|
 * | PANIER                            |
 * |-----------------------------------|
 */
.rhgcb-panier-header {
  display: none;
}

.rhgcb-panier-item {
  font-size: 18px;
}

.rhgcb-panier-item:before, .rhgcb-panier-item:after {
  display: table;
  content: " ";
}

.rhgcb-panier-item:after {
  clear: both;
}

.rhgcb-panier-item-description, .rhgcb-panier-item-qte, .rhgcb-panier-item-prix, .rhgcb-panier-item-total {
  width: 100%;
  float: left;
}

.rhgcb-panier-item-description > span {
  font-weight: 700;
}

.rhgcb-panier-item-qte {
  text-align: center;
}

.rhgcb-panier-item-prix, .rhgcb-panier-item-total {
  text-align: right;
}

.rhgcb-grille-total-row {
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #444;
  font-size: 16px;
}

.rhgcb-grille-total-row > span {
  width: 50%;
  line-height: 30px;
  display: block;
  float: left;
}

.rhgcb-grille-total-row > span:nth-of-type(2) {
  text-align: right;
  font-weight: 700;
}

/* textarea Notes */
.panier_col_left .rhgcb-form {
  border: none;
  margin-bottom: 20px;
}

.panier_col_left .rhgcb-form .row-input label {
  text-align: left;
  width: 20%;
}

#rhgcb-note-text {
  padding: 10px;
}

.panier_col_left .rhgcb-form .row-submit {
  margin-left: 22%;
}

/*
 * |-----------------------------------|
 * | AUTRES                                |
 * |-----------------------------------|
 */
.checkout-container {
  padding: 10px 0;
  text-align: center;
}

.page-precedente {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page {
    width: 715px;
    margin: auto;
    border: ridge;
  }
  .page .canvas {
    margin: 0.39in 0.5in 0.39in 0.5in;
  }
  .alerte-erreur, .alerte-success {
    font-size: 24px;
  }
  .rhgcb-form .row-input {
    flex-direction: row;
  }
  .rhgcb-form .row-input label {
    width: 25%;
    padding-right: 15px;
    text-align: right;
  }
  .rhgcb-form .row-input .input-container {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .rhgcb-form .row-checkbox,
  .rhgcb-form .row-submit {
    width: 75%;
    margin-left: 25%;
  }
  .rhgcb-form .row-submit div {
    display: inline-block;
    padding-left: 15px;
  }
  .rhgcb-panier-header {
    display: block;
    font-weight: 700;
    font-size: 16px;
    min-height: 30px;
  }
  .rhgcb-panier-item-description {
    width: 50%;
  }
  .rhgcb-panier-item-qte, .rhgcb-panier-item-prix, .rhgcb-panier-item-total {
    width: 16.666666666666%;
  }
}

/*
 * |-----------------------------------|
 * | CERTIFICATS                       |
 * |-----------------------------------|
 */
.rhgcb-certificat-section {
  max-width: 100%;
  width: auto;
  padding: 10px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

.rhgcb-certificat-section .rhgcb-form-certificat {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.rhgcb-certificat-section .rhgcb-form-certificat .input-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
}

.rhgcb-certificat-section .rhgcb-form-certificat #rhgcb-certificat-text {
  padding: 15px 20px;
  border: 1px solid #777;
}

.rhgcb-certificat-section .rhgcb-form-certificat .row-submit {
  width: auto;
}

.rhgcb-certificat-section h2 {
  font-size: 20px;
  color: #777;
  text-align: left;
  font-weight: 600;
}

.rhgcb-certificat-section #rhgcb-certificat-envoyer {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  border: 1px solid #494d59;
  background-color: #494d59;
  color: white;
  text-transform: uppercase;
}

.rhgcb-certificat-section #rhgcb-certificat-envoyer:hover {
  background-color: white;
  color: #494d59;
}

.rhgcb-certificat-section .rhgcb-filtre-certificat {
  width: 100%;
  max-width: 285px;
  margin: 5px auto;
  padding: 15px 20px;
  border: 1px solid #777;
  background-color: white;
}

.rhgcb-certificat-section .rhgcb-filtre-texte {
  font-weight: 700;
}

.rhgcb-certificat-section .rhgcb-certificat-row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.rhgcb-certificat-section .rhgcb-certificat-row .btn-effacer-filtre {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.rhgcb-certificat-section .rhgcb-certificat-row .fa-remove:before {
  color: #e44;
}

.rhgcb-certificat-section .rhgcb-certificat-row .fa-remove:hover {
  opacity: 0.5;
}

/*
 * |-----------------------------------|
 * | AUTHORIZE/GLOBAL                  |
 * |-----------------------------------|
 */
#rhgcb-anet-form, #rhgcb-global-form, #rhgcb-global-ecom-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

#rhgcb-anet-form.visible, #rhgcb-global-form.visible, #rhgcb-global-ecom-form.visible {
  display: block;
}

#rhgcb-anet-form #rhgcb-anet-form-contents, #rhgcb-global-form #rhgcb-global-form-contents, #rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 100%;
  padding: 20px 0;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #666666;
  border-radius: 4px;
  text-align: center;
}

#rhgcb-anet-form #rhgcb-anet-form-contents div,
#rhgcb-global-form #rhgcb-global-form-contents div,
#rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#rhgcb-anet-form #rhgcb-anet-form-contents img,
#rhgcb-global-form #rhgcb-global-form-contents img,
#rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents img {
  height: 30px;
  margin: 0 10px;
}

#rhgcb-anet-form #rhgcb-anet-form-contents p,
#rhgcb-global-form #rhgcb-global-form-contents p,
#rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents p {
  text-align: right;
  color: black;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}

#rhgcb-anet-form #rhgcb-anet-form-contents form + p,
#rhgcb-global-form #rhgcb-global-form-contents form + p,
#rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents form + p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

#rhgcb-anet-form #rhgcb-anet-form-contents form a,
#rhgcb-global-form #rhgcb-global-form-contents form a,
#rhgcb-global-ecom-form #rhgcb-global-ecom-form-contents form a {
  display: block;
}

#rhgcb-global-form #rhgcb-global-form-contents form iframe {
  min-height: 50px;
}

#globalecom-iframe {
  height: 500px;
  width: 100%;
  border: 0px solid transparent;
}

#paymentForm, #paymentFormGlobal, #paymentFormGlobalECOM {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

#paymentForm #anet-erreur, #paymentFormGlobal #global-erreur, #paymentFormGlobalECOM #global-ecom-erreur {
  font-size: 18px;
}

#paymentForm h2, #paymentFormGlobal h2, #paymentFormGlobalECOM h2 {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: black;
  font-weight: 400;
  margin-bottom: 20px;
}

#paymentForm input, #paymentFormGlobalECOM input {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid black;
  color: black;
  font-size: 16px;
}

#paymentForm button, #paymentFormGlobalECOM button {
  background-color: #3f8fcd;
  border: 1px solid #3f8fcd;
  color: white;
  display: block;
  padding: 10px 0;
  width: 100%;
  border-radius: 4px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  text-align: center;
}

#paymentForm button:hover, #paymentFormGlobalECOM button:hover {
  color: #3f8fcd;
  background-color: white;
}

#paymentForm #expMonth,
#paymentForm #expYear,
#paymentForm #cardCode {
  width: 25%;
}

/*
 * |-----------------------------------|
 * | ATTACHES                          |
 * |-----------------------------------|
 */
.pages_personnaliser h2 {
  text-align: center;
}

.pages_personnaliser ul {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.pages_personnaliser li {
  list-style: none;
  border: 1px solid #777;
  padding: 5px;
  width: 300px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.pages_personnaliser li.check {
  background-color: #777;
}

.pages_personnaliser li.check h4,
.pages_personnaliser li.check p {
  color: white;
}

.pages_personnaliser li div {
  width: 100%;
}

.pages_personnaliser li img + div {
  width: calc(100% - 110px);
}

.pages_personnaliser li img {
  width: 100px;
}

.pages_personnaliser li .check_icon {
  width: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}

.pages_personnaliser li.check .check_icon {
  display: block;
}

.pages_personnaliser li h4 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pages_personnaliser li p {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

.pages_personnaliser li input[type=checkbox],
.pages_personnaliser li input[type=radio] {
  display: none;
}

/*
 * |-----------------------------------|
 * | GLOBAL PAYMENTS                   |
 * |-----------------------------------|
 */
#rhgcb-global-ecom-form {
  z-index: 4;
}

iframe {
  display: block;
  height: 80% !important;
}

.global-ecom-close {
  width: 20px;
  position: absolute;
  bottom: 10%;
  left: 89%;
}

#rhgcb-global-ecom-form-contents {
  height: 90%;
  padding: 0px 0 20px 0 !important;
}

#rhgcb-global-ecom-form-contents div:first-of-type {
  position: relative;
  height: 40px;
  top: 0;
  margin-bottom: 0 !important;
}

#rhgcb-global-ecom-form-contents img {
  margin-top: 20px !important;
}

#rhgcb-global-ecom-form-contents p {
  display: none;
}

@media screen and (min-height: 768px) {
  #rhgcb-global-ecom-form-contents img {
    margin: 0 10px !important;
  }
  #rhgcb-global-ecom-form-contents p {
    display: block;
    text-align: center !important;
    margin-top: 10px;
  }
}
