/*!
 * Start Bootstrap - SB Admin v5.0.2 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */



a{
  color: #0193C4;
}
a:hover{
  text-decoration: underline;
  color: inherit;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3B5CA7;
  border-color: #3B5CA7;
}
.form-control {
  height: auto;

}
form li{list-style: none;}

/* The switch - the box around the slider */
.switch,
.form-label-group > label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: auto;
  left: auto;
  border: 0;
}

/* Hide default HTML checkbox */
.switch input,
.form-label-group > label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.alert-danger.subImage,.alert-success.subImage {
  padding: 4px 15px;
  margin: 5px 0;
}
.alert-danger.subImage p,.alert-success.subImage p {
 margin:0;
}


.bgPurpDark{
  background-color: #c7c7c7;

}

.btn-light-grey{
  background-color: #F7F7F7;

}

.btn-light-grey:hover {
  background: #c9c9c9;
  transition: all 0.3s ease;
}

.isVIPForm,.isLiveForm{
  display: none;
}

.btn {
  display: inline-block;
  max-width: 100%;
  white-space: inherit;
}
#ascrail2000{
  display: none!important;
}
.layout-boxed {
  padding: 0!important;
}
body.header-stack:not(.template-slider) #Header {
  min-height: 190px!important;
}

.resetChoices span{
 color: #fff; 
}
.resetChoices {
  margin-top: -9px;
}


#formTable td{ text-align: left!important; }
#formTable{width: 100%!important;margin-top: 40px!important;display: inline-block;}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  padding: 10px!important;;
  outline: none;
  margin: 0;

  max-width: 100%;
  display: block;
  margin-bottom: 10px!important;;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;

}
label {
  display: inline-block!important;

}

input[type=radio], input[type=checkbox] {
  visibility: visible!important;
  position: relative!important;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before{
  display: none!important;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before{
 display: none!important;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before{
  display: none!important;
}
input[type=checkbox] + label:before{
 display: none!important;
}




h1{
  margin: 0;
}
.gfield_label{
  display: inline-block;
  padding-bottom: 5px;
}
.listeAppareils li {
  list-style: none;
}
.listeAppareils{
  padding: 0;
  display: inline-block;
  width: 100%;
}
.cmf800{
  padding: 5px 0;

  display: inline-block;
}
.formSplit{
  padding: 0.61rem 1rem;
  line-height: 1;
  border-bottom: 1px solid #fff;
  background-color: rgb(225, 225, 225,0.5);
}
.formTitle{
  line-height: 1;
  margin: 10px 0 0 0;
  background-color: rgb(225, 225, 225);
}
.formTitle td{
  padding: 15px;
}

.formTitle td label{
  font-weight: bold!important;
  margin-bottom: 0!important;
}

#choix_adresse{
  position: relative;

  right: -32px;
}

.main-content{
  max-width: 100%;
  padding: 60px 20px;
}
#ventilo_type td,#fournaise_type td,#chauffe_eau_reservoir_type td,#chauffe_eau_sans_reservoir_type td ,#foyerType td,#cuisiniereType td,#secheuseType td,#bbqType td{
  float: left;
  clear: both;
  display: inline-block;
  width: 100%;


  padding: 10px;



}

.formTitle{
  position: relative;
}

.parentCheck{

 padding: 0;
 position: absolute;
 right: 0;
 top: 10px;
}

#formTable .formTitle{
  margin: 0!important;
}

#formTable tbody{
  width: 100%;
  display: inline-block;
  position: relative;
}
#formTable tr{
  width: 100%;
  display: inline-block;
}

#ventilo_type td div,#fournaise_type td div,#chauffe_eau_reservoir_type td div,#chauffe_eau_sans_reservoir_type td div,#foyerType td div,#cuisiniereType td div,#secheuseType td div,#bbqType td div{
  padding-top: 10px;

}
#ventilo_type input,#fournaise_type input,#chauffe_eau_reservoir_type input,#chauffe_eau_sans_reservoir_type input,#foyerType input,#cuisiniereType input,#secheuseType input,#bbqType input{
  float: left;
  clear: both;
  display: inline-block;
  top: 3px;
  margin-right: 5px;
}
*{
  font-family: 'Roboto', sans-serif;
}
.custom-select-sm {
 height: auto;

}
div.dataTables_wrapper div.dataTables_filter {
 text-align: left; 
}
th.table-action-col {
  pointer-events: none !important;
}
th.table-expend-col,
td.table-expend-col {
    width: calc(80%);
}
th.table-action-col::before,
th.table-action-col::after {
  display: none !important;
}
@media (max-width: 1499px) {
  th.table-expend-col,
  td.table-expend-col {
      width: calc(70%);
  }
}
.buttons{
  background-color: #F7921D;
  border: 1px solid #F7921D;
  font-size: 13px;
  line-height: 15px;


  border-radius: 20px;
  padding: 6px 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  overflow: hidden;
  float: right;
}
.buttons:hover{
  cursor: pointer;
}
.buttons::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .5s;
  z-index: 2;
}
.buttons span {
  z-index: 3;
  position: relative;
}

.buttons:hover span {
  color: #f68b19;
}

.buttons:hover::before {
  top: 0;
}


td,td span, label{
  font-weight: bold;
}
td label{
  font-weight: 500;
}


.row{
  margin-bottom: 5px; 
}
.row_column{
  display: inline-block;
}
.row_column_left{
  width: 360px;
  font-weight: 700;
}

.row_width_btu_title{
  width: 250px;
}
.row_width_btu{
  width: auto;
  display: inline-block;
  margin: 0 20px 0 5px;
}

h2 {
  border-top: solid 0px #D2D2D2;
  margin-top: 10px;
  padding-top: 10px;

  display: inline-block;
  width: 100%;
}
form h2{
  padding-top: 20px;

  font-size: 1.4rem;

}
h3{
  font-size: 14px;
}
h4{
  font-size: 13px;
}
.erreur_loc{
  color: red;
}
.form-control{width: 100%!important;}
.warning { background-color: #fff8f1;
  padding: 10px 25px;
  margin-bottom: 40px;
  width: auto;
  border: 1px solid #f68b19; }
  .warning p { margin: 0; }
  .remem{

    border: 1px solid #f68b19;
    margin-left: 15px;
    background-color: #fff8f1;
    padding: 10px 25px;
    margin-bottom: 10px;
    width: auto;

    border: 1px solid #f68b19;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }

  .round-num {
    margin-left: -5px;
    float:left;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #f68b19;
    padding: 15px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-algin:center;
    margin-top: 10px;
    margin-right:20px;
  }
  .paddingtop{
    padding-top:15px;
  }


  .formTypes{
    display: inline-block;
    width: 100%;
  }

  a:hover{
    text-decoration: none;
  }

  #choose_address{
    display: inline-block;
  }





  @keyframes ld-breath {
    0%,
    to {
      -webkit-transform: scale(.86);
      transform: scale(.86)
    }
    50% {
      -webkit-transform: scale(1.06);
      transform: scale(1.06)
    }
  }

  @-webkit-keyframes ld-breath {
    0%,
    to {
      -webkit-transform: scale(.86);
      transform: scale(.86)
    }
    50% {
      -webkit-transform: scale(1.06);
      transform: scale(1.06)
    }
  }

  .loading img{
    -webkit-animation: ld-breath 1s infinite;
    animation: ld-breath 1s infinite;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
  }



  .corp{
    color: #0193C4;
  }
  .profileLogo{
    max-width: 100%;
    max-height: 300px;
  }
  .nav-link:after{
    content: '';
    background: #c9c9c9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    transition: 0.4s ease;
  }
  .nav-link:hover:after {
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .nav-item.active .nav-link:after {
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .nav-link{
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: relative;
  }
  .hidden{
    display: none;
  }


  .custom-file-label {
    right: 15px;
    left: 15px;

  }



  .custom-file-label::after {
    content: "Sélectionner"!important;

  }



  .btn-green{
    background-color: #ffb41e;
    color: #fff;
  }
  .btn-green:hover {
    background: #DC9301;
    transition: all 0.3s ease;
  }


  .btn-dark-green{
    background-color: #38A26E;
    color: #fff;
  }
  .btn-dark-green:hover {
    background: #2e895c;
    transition: all 0.3s ease;
  }

  .theIcon{
    z-index: 99;
    position: relative;
    display: inline-block;
    min-width: 50px;
  }
  .breadcrumb{
    margin-bottom: 0!important;
  }
  .breadcrumb a{
    text-transform: uppercase;
  }
  .breadcrumb-item.active {
    text-transform: uppercase;
  }


  .navbar-brand{
    color: #fff;
    width: 225px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
  }
  .navbar{
    max-height: 112px;
    padding: 0 1rem 0 0!important;
  }
  .error p{
    font-weight: bold;
    color: red;
  }
  .login-page footer.sticky-footer,.forgot-password-page footer.sticky-footer ,.register-page footer.sticky-footer {
    width: 100%;
  }


  html {
    position: relative;
    min-height: 100%;
  }

  body {
    height: 100%;
  }

  #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    /* padding-bottom: 80px;*/
  }

  body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px;
  }

  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0;
  }

  @media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
      padding-left: 225px;
    }
    body.fixed-nav.sidebar-toggled #content-wrapper {
      padding-left: 90px;
    }
  }

  .scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
  }

  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
  }

  .scroll-to-top:hover {
    background: #343a40;
  }

  .scroll-to-top i {
    font-weight: 800;
  }

  .smaller {
    font-size: 0.7rem;
  }

  .o-hidden {
    overflow: hidden !important;
  }

  .z-0 {
    z-index: 0;
  }

  .z-1 {
    z-index: 1;
  }

  .navbar-nav .form-inline .input-group {
    width: 100%;
  }

  .navbar-nav .nav-item.active .nav-link {
    color: #fff;
  }

  .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
  }

  .navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
  }

  .navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .nav-item .nav-link:focus {
    outline: none;
  }

  .navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem;
  }


html.new-style1 .sidebar{
  /*#2e2e2e*/
  /*#4A773C*/
  background-color: #FFB81C;
}
html.new-style1 .sidebar .nav-link:after{
  background-color: #4A773C;
}
html.new-style1 .sidebar .nav-item.active .nav-link span,
html.new-style1 .sidebar .nav-item.active .nav-link i{
  color: white;
}
html.new-style1 .sidebar .nav-item .nav-link span,
html.new-style1 .sidebar .nav-item .nav-link i{
  color: #000;
}
html.new-style1 .round-num{
  color: #000;
  background-color: #FFB81C;
}
html.new-style1 .remem{
  background-color: #ffb81c1a;
  border-color: #FFB81C;
}
html.new-style1 .buttons{
  background-color: #FFB81C;
  border-color: #FFB81C;
  color: #000;
}
html.new-style1 .buttons span,
html.new-style1 .buttons:hover span{
  color: #000;
}
html.new-style1 .btn-dark-green{
  background-color: #4A773C;
}
html.new-style1 .page-link{
  color: #4A773C;
}
html.new-style1 .page-item.active .page-link{
  background-color: #4A773C;
}

html.new-style2 .sidebar{
  /*#2e2e2e*/
  /*#4A773C*/
  background-color: #4A773C;
}
html.new-style2 .sidebar .nav-link:after{
  background-color: #3c6332;
}
html.new-style2 .sidebar .nav-item.active .nav-link span,
html.new-style2 .sidebar .nav-item.active .nav-link i{
  color: white;
}
html.new-style2 .sidebar .nav-item .nav-link span,
html.new-style2 .sidebar .nav-item .nav-link i{
  color: white;
}
html.new-style2 .round-num{
  color: #000;
  background-color: #FFB81C;
}
html.new-style2 .remem{
  background-color: #ffb81c1a;
  border-color: #FFB81C;
}
html.new-style2 .buttons{
  background-color: #FFB81C;
  border-color: #FFB81C;
  color: #000;
}
html.new-style2 .buttons span,
html.new-style2 .buttons:hover span{
  color: #000;
}
html.new-style2 .btn-dark-green{
  background-color: #FFB81C;
}
html.new-style2 .page-link{
  color: #FFB81C;
}
html.new-style2 .page-item.active .page-link{
  background-color: #FFB81C;
  border-color: #dee2e6;
}
html.new-style2 .btn.bg-danger{
  background-color: #555555 !important;
  border-color: #dee2e6;
}
html.new-style2 .btn.bg-danger:hover{
  background-color: #444444 !important;
}



  @media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
      width: auto;
    }
  }

  .sidebar {
    background-color: #c9c9c9;
    min-height: 100vh;
  }

  .sidebar .nav-item:last-child {
    margin-bottom: 1rem;
  }

  .sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 112px;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
    position: relative;
    z-index: 99;
  }

  .sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
  }

  .sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }

  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }

  .sidebar .nav-item .nav-link {
    color: rgba(255, 255, 255, 1);
  }

  .sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }

  .sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .sidebar {
      width: 225px !important;
    }
    .sidebar .nav-item .nav-link {
      display: block;
      width: 100%;
      text-align: left;
      padding: 1rem;
      width: 225px;
    }
    .sidebar .nav-item .nav-link span {
      font-size: 0.9rem;
      display: inline;
      position: relative;
      z-index: 99;
    }
    .sidebar .nav-item .nav-link i {
      font-size: 1.3rem;
      display: inline;
    }
    .sidebar .nav-item .dropdown-menu {
      position: static !important;
      margin: 0 1rem;
      top: 0;
    }
    .sidebar .nav-item.dropdown .dropdown-toggle::after {
      display: block;
    }
    .sidebar.toggled {
      overflow: visible;
      width: 90px !important;
    }
    .sidebar.toggled .nav-item:last-child {
      margin-bottom: 1rem;
    }
    .sidebar.toggled .nav-item .nav-link {
      text-align: center;
      padding: 0.75rem 1rem;
      width: 90px;
    }
    .sidebar.toggled .nav-item .nav-link span {
      font-size: 0.65rem;
      display: block;
    }
    .sidebar.toggled .nav-item .dropdown-menu {
      position: absolute !important;
      -webkit-transform: none !important;
      transform: none !important;
      left: calc(90px + 0.5rem) !important;
      margin: 0;
    }
    .sidebar.toggled .nav-item .dropdown-menu.dropup {
      bottom: 0;
      top: auto !important;
    }
    .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
      display: none;
    }
  }

  .sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }

  .card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 1;
      column-count: 1;
    }
  }

  @media (min-width: 768px) {
    .card-columns {
      -webkit-column-count: 2;
      column-count: 2;
    }
  }

  @media (min-width: 1200px) {
    .card-columns {
      -webkit-column-count: 2;
      column-count: 2;
    }
  }

  :root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem;
  }

  .card-login {
    max-width: 25rem;
    margin-bottom: 3rem;
  }

  .card-login input[type="text"],.card-login input[type="password"]{
    width: 100%!important;
  }

  .card-register {
    max-width: 40rem;
  }

  .form-label-group {
    position: relative;
  }

  .form-label-group > input,
  .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto;
  }

  .form-label-group > label {
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }

  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }

  .form-label-group input::placeholder {
    color: transparent;
  }

  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }

  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
  }

  footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /* width: calc(100% - 90px); */
    height: 30px;
    background-color: #e9ecef;
  }

  footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
  }

  @media (min-width: 768px) {
    footer.sticky-footer {
      width: 100%;
    }
  }

  body.sidebar-toggled footer.sticky-footer {
    width: 100%;
  }

  @media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
      width: calc(100% - 90px);
    }
  }





  /* Media Querries */

  @media screen and (max-width: 1160px) {


  }

  @media screen and (max-width: 1140px) {

  }

  @media screen and (max-width: 1024px) {

    .buttons {float: none;margin-top: 0px;}

  }


  @media screen and (max-width: 768px) {
    .sidebar {    width: 50px;}
    .navbar-brand {width: 112px;}
    .sidebar .nav-item .nav-link {
      text-align: center;
      padding: 10px 0;
      width: 50px;
    }
    .sidebar .nav-item .nav-link span {

      display: none;
    }
    .container-fluid {

      padding-right: 0px;
      padding-left: 0px;

    }
    .main-content {
      max-width: 100%;
      padding: 10px 10px;
    }
  }

  @media screen and (max-width: 680px) {

  }

  @media screen and (max-width: 640px) {

  }
  @media screen and (max-width: 580px) {

  }



  @media screen and (max-width: 482px) {


  }


  @media screen and (max-width: 340px) {

  }