.autoportraitFormulaire{
  overflow: hidden;
  position: relative;
  width: 100%;
  display: none;
}

.autoportraitPrev{
  background: url(../images/icons/fleche-back.svg) no-repeat center left;
  background-size: 40px;
  padding-left: 50px;
  font-size: 0.9rem;
}

.autoportraitTrack{
  display: flex;
  transition: transform 400ms ease;
}

.autoportraitPanel{
  min-width: 100%;
  box-sizing: border-box;
}

.autoportraitPanel table{
  border-collapse: collapse;
  width: 100%;
}

.autoportraitControls{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.autoportraitControls button{
  min-width: 300px;
}

.autoportraitPanel table thead th{
  text-align: center;
}

.autoportraitPanel table thead .enteteFreq{
  text-align: center;
  font-size: 0.8rem;
}

.autoportraitPanel table thead .entetePrat{
  text-align: left;
  font-size: 0.8rem;
}

.autoportraitPanel table thead .enteteRadio{
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.autoportraitPanel table thead .enteteMobile{
  display: none;
}

.autoportraitPanel table tbody tr:first-child{
  border-top: 1px solid rgba(131, 131, 131, 0.329);
}

.autoportraitPanel table tbody tr{
  border-bottom: 1px solid rgba(131, 131, 131, 0.329);
}

.autoportraitPanel table tbody tr td{
  min-height: 100px;
  vertical-align: middle;
}

.autoportraitPanel table tbody tr td:first-child{
  width: 60%;
}

.autoportraitFormulaire tbody tr td:nth-child(2){
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.autoportraitResultats {
  display: none;
}

.graphiqueResultats {
  max-width: 800px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
}

.graphiqueResultats canvas {
  max-width: 100% !important;
  max-height: 100% !important;
}

.progression {
  padding-bottom: 2rem;
}

.progression .progress {
  height: 2px;
  background-color: #000;
}

.progression .btn {
  font-weight: 900;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  cursor: initial;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
}

.progression .progress-bar {
  background-color: #7cfbd4;
}

.progression .btn.en-cours {
  background-color: #7cfbd4;
  border-color: #7cfbd4;
}

.progression .btn.complete {
  background-image: url(../../assets/images/icons/crochet-mobile.svg);
  padding: 26px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: rgba(0, 0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.tableAutoPortrait{
  margin-bottom: 50px;
}

.tableAutoPortrait tbody tr td:first-child{
  font-weight: bold;
}

.resultatAutoSection {
  margin-bottom: 50px;
}

.resultatAutoSection .accordion-item{
  border-color: #7cfbd4;
}

.resultatAutoSection .accordion-collapse,
.resultatAutoSection .accordion-button{
  background-color: #7cfbd4;
}

td fieldset{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

td fieldset p{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
}

td fieldset p label{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

td fieldset p input{
  margin-right: 0px!important;
  margin-bottom: 5px!important;
}

td legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 992px) {

  .autoportraitPanel table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .autoportraitPanel table tbody tr td {
    display: block;
    width: 100% !important;
    text-align: left;
    min-height: auto;
    padding: 1rem 0;
  }

  .autoportraitFormulaire tbody tr td:nth-child(2) {
    justify-content: space-around;
    padding-top: 0.5rem;
  }

  .autoportraitPanel table thead .enteteNoMobile{
    display: none;
  }

  .autoportraitPanel table thead .enteteMobile{
    display: flex;
    justify-content: center;
  }

  .autoportraitControls{
    flex-direction: column;
    align-items: center;
  }

}

@media (min-width: 992px) {
  .progression .btn.complete {
    background-image: url(../../assets/images/icons/crochet-desktop.svg);
  }

  .progression .btn {
    border: 3px solid #000;
    width: 44px;
    height: 44px;
    line-height: 2.5rem;
    padding: 0;
  }

  .progression .progress {
    height: 3px;
  }
}

@media print {

  .enResume,
  .sondageSatisfaction,
  .autoportraitControls,
  .bandeNoire,
  .logoEtRecherche,
  .lienRetourTop,
  .breadcrumbs,
  footer,
  h1{
    display: none !important;
  }

  .container{
    max-width: 100%;
  }

  .collapse:not(.show) {
      display: block!important;
  }

}