 
/* Injected CSS Code */
/*PREFERENCES STYLE*/
.form-all {
  font-family: Inter, sans-serif;
}
.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
  font-family: Inter, sans-serif;
}
.form-all .form-pagebreak-back-container, .form-all .form-pagebreak-next-container {
  font-family: Inter, sans-serif;
}
.form-header-group {
  font-family: Inter, sans-serif;
}
.form-label {
  font-family: Inter, sans-serif;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-all {
  max-width: 752px;
  width: 100%;
}
.form-label.form-label-left, .form-label.form-label-right, .form-label.form-label-left.form-label-auto, .form-label.form-label-right.form-label-auto {
  width: 230px;
}
.form-all {
  font-size: 16px 
}
.form-all .qq-upload-button, .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
  font-size: 16px 
}
.form-all .form-pagebreak-back-container, .form-all .form-pagebreak-next-container {
  font-size: 16px 
}
.supernova .form-all, .form-all {
  background-color: #fff;
}
.form-all {
  color: #02425b;
}
.form-header-group .form-header {
  color: #02425b;
}
.form-header-group .form-subHeader {
  color: #02425b;
}
.form-label-top, .form-label-left, .form-label-right, .form-html, .form-checkbox-item label, .form-radio-item label {
  color: #02425b;
}
.form-sub-label {
  color: #1c5c75;
}
.supernova {
  background-color: #e3eff4;
}
.supernova body {
  background: transparent;
}
.form-textbox, .form-textarea, .form-dropdown, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-spinner input {
  background-color: #fff;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
.form-all {
  background-image: none;
}
.ie-8 .form-all:before {
  display: none;
}
.ie-8 {
  margin-top: auto;
  margin-top: initial;
}
/*PREFERENCES STYLE*/
/*__INSPECT_SEPERATOR__*/
.form-all {
  border : 3px solid #00668d !important;
}
/* Injected CSS Code */
.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.667;
  color: #7b809a;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in;
}
.btn {
  margin-left: 0;
  letter-spacing: 0;
  text-transform: capitalize;
  background-size: 150%;
  background-position-x: 25%;
  position: relative;
  overflow: hidden;
}
.btn-info {
  font-size: 13px;
  color: #fff;
  background-color: #00668D;
  border-color: #1b4b89;
}
.btn-info:hover {
  color: #fff;
  background-color: #024b68;
  border-color: white;
}
.btn-danger {
  color: white;
  background-color: #e64135;
  border-color: #b02619;
}
.btn-danger:hover {
  color: white;
  background-color: #d1392e;
  border-color: #b02619;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
  color: white;
  background-color: #f65f53;
  border-color: #f55649;
  box-shadow: 0 0 0 0.2rem rgba(207, 57, 45, 0.5);
}
.custom-button {
  color: #fff;
  background-color: #009578;
  border-color: #0f8069;
}
.custom-button:hover {
  background-color: #037861;
  border-color: white;
}
.custom-text {
  font-size: 14px;
  margin-left: 10px;
  font-family: sans-serif;
  color: #024b68be;
}
.error {
  background: #F2DEDE;
  border: 0.8px solid #A94442;
  color: #A94442;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  margin: 20px auto;
}
.success {
  background: #D4EDDA;
  border: 0.8px solid #40754C;
  color: #40754C;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  margin: 20px auto;
}

@media only screen and (max-width: 650px) {
  .voirCV{
    font-size: 60%;
    padding: 10px 5px;
  }
  .voirCVLabel{
    font-size: 60%;
  }
}