#print-attestation {
  z-index: -3;
  position: absolute;
  display: none;
  width: 750px;
  padding: 2em;
  margin: 50px;
  margin-top: 70px;
  /*.change-font{
      font-family: "Times New Roman";
    }*/
}
#print-attestation p {
  font-family: "Roboto Condensed";
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
  font-size: 15px;
}
#print-attestation .source1 {
  height: 1050px;
}
#print-attestation .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 100%;
  height: 150px;
  border-style: solid;
  border-width: 2px;
  border-color: blue;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("~@/assets/header.png");*/
}
#print-attestation .logo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}
#print-attestation .logo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  width: 100%;
  margin-left: 10px;
  margin-right: 15px;
}
#print-attestation .logo img {
  width: 350px;
}
#print-attestation .sub-logo {
  overflow: hidden;
  height: 85px;
  width: 100%;
  margin-left: 10px;
  margin-right: 15px;
}
#print-attestation .sub-logo img {
  width: 200px;
  height: 50px;
}
#print-attestation .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
}
#print-attestation .content-coordonnees {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 10px;
  height: 60%;
  margin-top: 10px;
  padding-left: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#print-attestation .content-coordonnees p {
  font-family: "Roboto Condensed";
  font-size: 11px;
  margin-left: 0;
  padding-left: 0;
}
#print-attestation .content-official-info {
  overflow: hidden;
  height: 90px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding-left: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#print-attestation .content-official-info p {
  font-family: "Roboto Condensed";
  font-size: 11px;
  margin-left: 0;
  padding-left: 0;
}
#print-attestation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
  font-size: 16px;
  margin-top: 20px;
  font-family: "Roboto Condensed";
}
#print-attestation .content table,
#print-attestation .content th,
#print-attestation .content td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 400px;
  font-family: "Roboto Condensed";
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
  font-size: 16px;
  text-align: center;
}
#print-attestation .risk-content {
  margin-top: 15px;
  font-family: "Roboto Condensed";
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}
#print-attestation .contact-container {
  margin-top: 10px;
  margin-right: 60px;
}
#print-attestation .contact-container h2 {
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
  font-size: 15px;
}
#print-attestation .content-period {
  margin-top: 20px;
}
#print-attestation .content-period .presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
#print-attestation .signature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 150px;
  width: 100%;
}
#print-attestation .compagnie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
  padding-bottom: 0;
  line-height: 15px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  font-family: "Roboto Condensed";
}
#print-attestation .bas-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 110px;
}
#print-attestation .content-footer {
  margin-top: 15px;
}
#print-attestation .content-footer .condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
#print-attestation .corporelle-content {
  height: 920px;
  margin-bottom: 100px;
}
#print-attestation .prestation-content {
  height: 1080px;
}
.label_column[data-v-1ca273ce] {
  width: auto;
}
.label_column label[data-v-1ca273ce] {
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: 200;
  font-size: 0.8rem;
}
input[data-v-1ca273ce] {
  border: 1px solid #dfe5f9;
  padding: 4px 5px;
  font-weight: 200;
  font-size: 0.8rem;
  width: 100%;
  max-width: 400px;
}
input.is-invalid[data-v-1ca273ce] {
  border-color: red;
}
input[data-v-1ca273ce]:focus {
  outline: none;
}
input.full-width[data-v-1ca273ce] {
  max-width: 100%;
}
.rounded-pill[data-v-1ca273ce] {
  padding: 4px 13px;
}
#print-facture {
  width: 1000px;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  display: none;
}
#print-facture .container {
  position: relative;
  width: 100%;
  height: 100%;
}
#print-facture .habillage {
  width: 100%;
}
#print-facture .content {
  width: 100%;
  position: absolute;
  top: 10vh;
}
#print-facture .content table,
#print-facture .content th,
#print-facture .content td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 900px;
  font-family: "Roboto Condensed";
  color: black;
  font-size: 20px;
}
#print-facture .table-contact {
  position: absolute;
  top: 50vh;
}
#print-facture .table-details th,
#print-facture .table-details td {
  border: 1px solid black;
  border-collapse: collapse;
  width: 900px;
  font-family: "Roboto Condensed";
  color: black;
  font-size: 20px;
  margin-left: 10px;
  text-align: center;
}
#print-facture .no-border-two {
  border-bottom: none;
  border-top: none;
  text-align: center;
}
.ffme-form__select .v-input__control[data-v-1ca273ce] {
  min-height: 30px !important;
}
.ffme-form__select .v-input__slot[data-v-1ca273ce] {
  margin: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: 20px;
  border: 1px solid #dfe5f9;
  font-weight: 200;
  font-size: 0.8rem;
  border-radius: 0;
}
.ffme-form__select v .v-select--chips .v-input__slot[data-v-1ca273ce] {
  border: none;
}
.ffme-form__select v .v-select--chips .v-input__icon .v-icon[data-v-1ca273ce] {
  font-size: 2rem;
  color: #0045ab;
}
.ffme-form__select .v-chip.v-size--small[data-v-1ca273ce] {
  font-size: 0.8rem;
  background: #0045ab;
  color: white;
  font-weight: bold;
}
.ffme-form__select .v-input__slot .v-select__slot[data-v-1ca273ce] {
  border: none;
}
.ffme-form__select .v-input__slot .v-select__slot .v-label[data-v-1ca273ce] {
  font-size: 0.8rem;
  padding-left: 4px;
}
.ffme-form__select .v-select__selections[data-v-1ca273ce] {
  padding: 4px 5px !important;
}
.ffme-form__select .v-select__selection.v-select__selection--comma[data-v-1ca273ce] {
  margin: 0;
}
.ffme-form__select input[data-v-1ca273ce] {
  max-height: 20px;
}
.ffme-form__select .v-text-field__details[data-v-1ca273ce] {
  display: none;
}
.v-select__selections[data-v-1ca273ce] {
  padding: 0 !important;
  height: 30px !important;
}
