@charset "UTF-8";
.bg-color-1 {
  background-color: #ede9e2;
}

.bg-color-0 {
  background-color: #ffffff !important;
}

.bg-color-00 {
  background-color: #000000 !important;
}

.btn.color-1003 {
  background: #cccccc !important;
  color: #ffffff;
}

.pd-30 {
  padding: 30px;
}
.pd-30-60 {
  padding: 30px 60px;
}
.pd-10 {
  padding: 10px;
}
.bottom-0 {
  bottom: 0px;
}

.fixed {
  position: fixed;
}
#table-accueil {
  width: 100%;
}
#table-accueil tr {
  width: 100%;
}
#table-accueil tr td {
  width: 40%;
  padding: 5px;
}

@media (min-width: 768px) {
}

.step {
  margin: 1px 15px 0 0;
  list-style: none;
  padding: 15px 0px;
}
.step span {
  border: 1px solid #d00000;
  padding: 10px 14px;
  margin-right: 10px;
  border-radius: 35px;
}

hr {
  margin: 0px 0px 20px 0px !important;
}
.mb-100 {
  margin-bottom: 100px;
}

#signature-medical {
  height: 100px;
  border: 1.5px solid #385d8a;
}
.mb-30-p {
  margin-bottom: 30px;
}
footer a {
  padding: 12px !important;
}
#steps {
  line-height: 2.5;
}
@media (max-width: 375px) {
  body {
    font-size: 12px !important;
  }
  .container {
    box-sizing: content-box !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .sub-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 15px !important;
  }

  .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .mb-30-p {
    margin-bottom: 0px;
  }

  #logo {
    margin-left: 0px !important;
  }
  #separator {
    border: 1px solid white;
    width: 100%;
    margin: 10px 0px 15px 0px !important;
  }
  #titre {
    width: 66% !important;
  }
  footer a {
    width: 100% !important;
  }
  .step-bar {
    height: 45px;
    padding: 5px 0 0;
  }

  .logo_pdf {
    /*margin-left: 35%!important;*/
    width: 30% !important;
  }
}

@media (max-width: 971px) {
  .sub-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

#taille_poids {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #cccccc;
  font-size: small;
  text-align: center;
}

#taille_poids thead tr th,
#taille_poids tbody tr td {
  padding: 10px;
  border: 1px solid black;
}

#taille_poids tbody {
  background-color: #eeeeee !important;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: inherit !important;
  width: 100%;
}
a {
  pointer-events: all !important;
}
input[type='file'] {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#iframeDisplay {
  position: absolute;
  top: 120px;
  bottom: 80px;
  right: 0px;
  left: 0px;
}

.width-iban {
  width: 13% !important;
  padding: 6px 6px !important;
  text-align: center !important;
}

a.disabled {
  pointer-events: none !important;
}

.modal-dialog,
.modal-content {
  /* 80% of window height */
  height: 95%;
}

.modal-body {
  /* 100% = dialog height, 120px = header + footer */
  height: 100%;
  max-height: 100% !important;
}
.modal-body iframe {
  width: 100%;
  height: 95%;
}

.gris {
  opacity: 0.3;
}

.hidden {
  display: none;
}
#mentions-legales .modal-dialog {
  height: auto !important;
  top: 25% !important;
  background-color: #ede9e2;
}
#mentions-legales .modal-body,
#mentions-legales .modal-header {
  background-color: #ede9e2;
}

@media (max-width: 767px) {
  .maif-form div.col-xs-12 {
    padding: 0px 5px !important;
  }
  select {
    padding: 0px 5px !important;
  }
}

.custom-error-message {
  font-weight: bold;
  color: #d00000 !important;
  margin: 5px 0 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 2em;
}

.mt-2 {
  margin-top: 2em;
}

.my-2 {
  margin-bottom: 2em;
  margin-top: 2em;
}

.pj {
  padding: 0px;
  width: 14.5em;
  height: 14.5em;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.pj-not-loaded {
  border: 0.35em solid #d00000;
}

.pj-loaded {
  border: 0.35em solid #007759;
}

.modal-dialog2,
.modal-content2 {
  /* 80% of window height */
  height: 95%;
}

.modal-body2 {
  /* 100% = dialog height, 120px = header + footer */
  height: inherit;
}

.modal-body {
  overflow-y: auto;
}

.p-1-0 {
  padding: 1em 0em 0em 0em !important;
}
.pr-1 {
  padding-right: 1em !important;
}
/*Loading*/

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}
.lds-spinner div {
  transform-origin: 12px 12px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 1px;
  left: 14.5px;
  width: 2px;
  height: 7px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(40deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(80deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(120deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(160deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(200deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(240deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(280deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(320deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* SPINER START */

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1.5;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgb(154, 14, 42) 1.5em 0 0 0,
    rgb(154, 14, 42) 1.1em 1.1em 0 0, rgb(154, 14, 42) 0 1.5em 0 0,
    rgb(154, 14, 42) -1.1em 1.1em 0 0, rgb(154, 14, 42) -1.5em 0 0 0,
    rgb(154, 14, 42) -1.1em -1.1em 0 0, rgb(154, 14, 42) 0 -1.5em 0 0,
    rgb(154, 14, 42) 1.1em -1.1em 0 0;
  box-shadow: rgb(154, 14, 42) 1.5em 0 0 0, rgb(154, 14, 42) 1.1em 1.1em 0 0,
    rgb(154, 14, 42) 0 1.5em 0 0, rgb(154, 14, 42) -1.1em 1.1em 0 0,
    rgb(154, 14, 42) -1.5em 0 0 0, rgb(154, 14, 42) -1.1em -1.1em 0 0,
    rgb(154, 14, 42) 0 -1.5em 0 0, rgb(154, 14, 42) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loadingText {
  position: fixed;
  height: 2em;
  margin: auto;
  top: -100px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  font-weight: bold;
  color: crimson;
  display: none;
  background-color: #ffffff;
  line-height: 27px;
  width: 600px;
  border: 1px solid crimson;
  z-index: 9999;
}

/* SPINER END */


/* Refonte QM */
.img-responsive{

  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent ;
  background: transparent url("icons/oeil.svg");
  background-repeat: no-repeat ;
  border: 0;
  margin: 0;
  /*content: "H";*/

}
.img-responsive.active{
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent ;
  background: transparent url("icons/oeil-vert.svg");
  background-repeat: no-repeat ;
  border: 0;
  margin: 0;
  /*content :"M";*/
}

.nbreQuestion{
  margin-left: 36%;
}

.list {
  margin-left: -2%;
}
.suffixText{
  margin-top: 5%;
  margin-left: -5%;
}
.message-erreur{
  visibility: hidden;
  color: #b0040e;
  font-family: Arial-BoldMT;
  font-size: 0.875rem;
  margin-top: 5%;
}
.checkbox-QMD {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #bcbcbc;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox-QMD:after {
  position: relative;
  top: -4px;
  left: 2px;

  font-size: 25px;
}

select {
  appearance: none;
  outline: 0;
  border: 1px;
  background: #ffffff;
  background-image: none;
  box-shadow: none;
  font-size: 1.2em;
}
.select {
  position: relative;

  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #CED4DA;
}
/* Mise en forme de la balise select*/
select {
  width: 100%;
  height: 100%;
  margin: 0;

  padding-left: 15px;
  color: #555555;
  cursor: pointer;
}
/* Mise en place de la flèche */
.select::after {
  content: '\276F';
  position: absolute;
  top: 20%;
  right: 0;
  padding: 0 15px;
  background: white;
  pointer-events: none;
  transform: rotate(90deg);
  font-size: 1.5em;
  /* background: #F9F9F9;*/
}


.select:hover::after {
  color: #FA6141;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  /*width: 100px;*/
  background-color: #ffffff;
  color: #6e6d6d;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/* Nouveau Popup */
.overlayT {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:10;
}
.overlayT:target {
  visibility: visible;
  opacity: 1;
}

.popupT {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.h2Text {
  margin-top: 0;
  color: #333;
  font-weight: bold;
  margin-bottom: 20%;
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
}
.popupT .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupT .close:hover {
  color: #06D85F;
}
.popupT .contentT {
  max-height: 30%;
  text-align: left;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popupT{
    width: 70%;
  }
}

.interrogation {
  width: 32px; /*or your image's width*/
  height: 32px; /*or your image's height*/

  background-image: url("icons/interrogation-ring.png");
}




.error-message-checkBox{
  visibility: hidden;
  color: #fc0d1a;
  font-family: Arial-BoldMT;
  font-size: 0.875rem;
  margin-top: -10%;
}

input[data-check=test] {
  content: '';

  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #FFF;
  border-radius: .2em;

  -webkit-transition: all .275s;
  transition: all .275s;
}
.errorCheckbox{
  background: #c70303;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%), 0 0 0 rgb(203 34 237 / 20%);
}

.invalidText {
  width: 100%;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  border: 1px solid #f30404;
  color: #000;
  padding: 3px;
  font-size: 1rem;
  font-family: ArialMT;
}

.buttonAjouter
{
  border: solid 1px;
  border-radius: 50px;
  text-decoration: none;
  width: 180px;
  height: 30px;
  padding-right: 10px
}
.buttonAjouter .mon-icone {
  background-image: url("icons/plus-ring.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 10px;
}