﻿html, body {
  min-height: 100%;
  /*height: 100%;*/
}
body {
  font-size: 14px;
}
.container {
  height: 100%;
  padding: 0 0 100px 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
header {
  padding: 1.5rem;
  margin-bottom: 0;
}
#logo-ceo {
  margin-top:20px;
  width: 200px;
}
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
form label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
header img {
  width: 250px;
  margin-bottom: 20px;
}
header .libelle {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
.sstitre2 {
  padding: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.form-sstitre2 {
  padding: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #eee;
}
.form-sstitre3 {
  display: block;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-check {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: .5rem;
}
.label-titre {
  margin-bottom: 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.col-sm-10 {
  padding-top: 0.5rem;
}
.d-inline-flex {
  margin-bottom: 0.6rem;
}
.position-relative .text-danger {
  position: absolute;
  top: -18px;
  right: -13px;
  font-size: 1.5rem;
}
.text-danger-titre {
  position: relative;
  font-size: 1.5rem;
}
.floatLabel {
  position: absolute;
  top: 6px;
  color: rgba(0,0,0,.5);
  margin: 0;
  margin-left: 0.75rem;
  font-size: 1rem;
  cursor: text;
  z-index: 0;
  max-height: 28px;
  overflow: hidden;
}
 .floatLabel.focus {
    top: 0;
    font-size: 0.65em;
    max-height: 18px;
  }
.empty {
  border: solid 1px red;
}
.empty-radio {
  border-bottom: 1px solid red;
}
.errorLabel {
  display: none;
  margin-bottom: .0rem;
  color: red;
}
.errorLog {
  margin-top: 10px;
  font-size: 1rem;
  color: red;
}
.modal-sm {
  max-width: 400px;
}
.btnHidden{
  display:none;
}
.contenu-container {
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.confirm-sstitre2 {
  padding: 0.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.btn-pdf, .btn-new-form {
  display: block;
  margin: 40px auto;
}
.form-group.position-relative {
height:40px;}

  .form-group.position-relative .form-control {
   
    background-color: transparent;
    position:absolute;
    z-index:1;
  }
    .form-group.position-relative .form-control:focus {
      background-color: transparent;
    }
@media (max-width: 575.98px) {
  .row-xs {
    margin-right: 0px;
    margin-left: 0px;
  }
 
}