  @import url("../fonts/blokk/blokkfont.css");

      #recapitulatif{
      float: right;
      width: 200px;
      color: #ffbdbd;
      will-change: min-height;
    }

    #recapitulatif .sidebar__inner{
      border: 2px dotted red;
      padding: 10px;
      position: relative;
      transform: translate(0, 0);
      transform: translate3d(0, 0, 0);
      will-change: position, transform;
    }

  #Wrapper{
    background-color: #ffffff !important: 
  }

.blink {
  opacity: 0;
  animation: blinker 2s linear 2;

}

@keyframes blinker {  
  50% { opacity: 1; }
}
  .remove_field{
    cursor: pointer;
  }
  .hide, .hidden{
    display: none
  }
  .form-border {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem;
    position: relative;
    padding: 1rem;
    margin: 1rem -15px;
    border: solid #f7f7f9;
}
.conditions{
      padding: .85rem 1.25rem;
      border: 4px solid rgba(168, 124, 121, 0.5)
      background: #a87c78;
}
.conditions p{
      line-height: 1.8;
}

.conditions.visual{
    padding: .85rem 1.25rem;
    border: 0;
    color: #fff;
    border-radius: 0;
    background-color: #a87c78;
}


.conditions ul{
  padding-left: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: normal;
  color: #fff;
}

.conditions ul li{
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
}
button.close {
    float: none;
    margin: 0 auto;
}

.table-extra-fi img{
  max-height: 75px

}

.table-extra-fi img {
    max-height: 40px;
    position: absolute;
    top: -20px;
    left: 20px;
}
.table-extra-fi,
.table-extra-fi p{
  margin-bottom: 0;
}

.form_devis .table td{
    padding: .5rem;
    vertical-align: middle;
    border-top: 0;
}
.form_devis .table th {
        padding: .2rem 0;;
    vertical-align: middle;
    border-top: 0;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.h7{
    font-size: .75rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.w-30 {
    width: 30%!important;
}
.w-70 {
    width: 70%!important;
}
.font-weight-light{ font-weight: 300 }

.form_devis table tr:first-child td{
  background: transparent !important;
}

#chant_image img{
  max-width: 75% !important;;
}
.table.np td, .table.np th {
    padding:.3rem .7rem;
    padding:0; 
    border:0;
    }

.blokfont{
  font-family: "BLOKK";
  color:#e5e6e9;
}

.plaque-detail{
  -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.plaque-detail  .form-group{
  margin-bottom: 05px !important;
}

 .form-row button{
    margin-bottom: 8px !important;
  }

#plaque_epaisseur{
  margin-bottom: 0;
  font-size: 90%;
}

#plaque_epaisseur .list-group-item {
    padding: .1rem .5rem;
    border-color:  rgba(0, 0, 0, .15);
    border-bottom-width: 0;

}

#plaque_epaisseur .list-group-item:nth-child(odd) {
   
}

#plaque_epaisseur .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#plaque_epaisseur .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-width: 1px;
}

.inexistant .alert{
  margin-top: -.5rem !important;
  padding: 0 !important;
  color: #dc3545;
}

#Content #plaque_image img{
  width: 100%;
  max-width: 100%;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}


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;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
  
}

#form_devis select{
      margin-bottom: 0;
        -webkit-appearance: menulist !important;
}

.the_content_wrapper .form_devis ul li {
    margin-bottom: 0px;
}

 .the_content_wrapper .form_devis ul {
    margin: 0;
}

 .form_devis legend{
    color: #a87c78;
    font-size: 1.3rem;
    font-weight: normal;;
    margin-bottom: 1.5rem;
    line-height: normal;
  }

   .form_devis legend.sm{
    font-size: 1rem;
  }

.form_devis input[type="email"],
.form_devis input[type="number"],
.form_devis input[type="tel"],
 .form_devis input[type="text"],
.form_devis select,
.form_devis textarea,{
                color: #626262;
                background-color: #ffffff !important;
                background: #ffffff  !important;
                border-color: rgba(0, 0, 0, .20) !important;
            }
.form_devis .trou_qt{
  width:60px; margin-bottom:0; background:#fff; padding-top:0px; padding-bottom:0px; height:1.4rem
}

.form_devis textarea.form-control{
  padding-bottom: .75rem;
   padding-top: .75rem
}

.form_send input[type="email"],
.form_send input[type="text"],
.form_send input[type="tel"],
.form_send  textarea {
  width: 100%;
   color: #626262;
  background-color: #ffffff !important;
  background: #ffffff  !important;
   border-color: rgba(0, 0, 0, .20) !important;
   margin-bottom: 10px !important;
}

.form_devis .alert {
    padding: .3rem .75rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: 2px
}

.form_devis hr{
  margin: 0 auto 5px;
}
.pl-label{
  font-weight: normal;
  font-size: 75%;
  margin: 0;
}

.d-flex__center{
  align-items: center;
}

.types_trous{
        margin-right: -5px;
    margin-left: -5px;
}
.types_trous h5 {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.types_trous h6 {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.types_trous .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    justify-content: space-between;
}

.types_trous label {
    margin-bottom: 0px;
    font-weight: 400;
}
.types_trous .col-md-4 {
    display: flex;
   padding-right: 5px;
    padding-left: 5px;
}
.types_trous .border {
    border: 2px solid #f0f0f0!important;
}

#form_send input[type="email"],
#form_send input[type="tel"],
#form_send input[type="text"],
#form_send select, #form_send textarea {
    padding: 6px 10px;
}

#form_send .spinner {
    background: url(../img/spinner.gif) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (min-width:576px) {

}

@media (min-width:768px) {

}

@media (min-width:992px) {
  #Content #plaque_image img{
  max-width: 120px;
}
}


