.titre{
  font-family: 'MyriadPro-Bold';
  font-size: 60px;
  line-height: 60px;
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-top:0;
  margin-bottom:40px;
}

#questionnaire {
    background: #cf101d;
    font-family: 'MyriadPro-Regular';
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-flex-2 {
  display: flex;
  justify-content: center;
}

.box-AQ-2 {
    background-color: #fff;
    height: 400px;
    padding-left: 1%;
    padding-right: 1%;
    flex-basis: 50%;
    border: 4px solid #7fb418;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.question-2 {
    font-size: 22px;
    text-align: center;
    align-items: center;
    line-height: 22px;
}

.message {
    color: #ffffff;
    text-align: center;
}

#photo_message {
  display: block;
  width: 100%;
}

.historique{
  cursor: pointer;
  font-size: 20px;
  transition: all .2s;
  display: block;
  width: 100%;
  line-height: 19px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s ;

 }

.historique:hover{
  transition: all .3s ;
  background-color: #ff6262;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;

}

#indicateur_historique{
    display: none;
    margin-bottom: 15px;
}

.box-AQ {
    background-color: #cf101d;
    justify-content: center;
    padding-left: 1%;
    padding-right: 1%;
}

.question {
    font-size: 25px;
    text-align: center;
    color:#ffffff;
    margin-bottom: 30px;
}

.reponse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.rep:hover{
  color: #FFF;
  background-color: #7fb318;
  border: 2px solid #7fb318;

}

.message {
    color: #fff;
    text-align: center;
}

.box-historique {
  flex-basis: 45%;
  padding-left: 3%;
  font-size: 21px;
  color: #ffffff;
}

#histo {
  text-align: left;
}

.lien:hover{
  color:#fff;
  background-color: #d10a11;
}

.rep, .lien, .contact {
    cursor: pointer;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'MyriadPro-Bold';
    font-size: 20px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rep {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px !important;
    flex-direction: column;
    display: flex;
    width: 350px;
    border-top-left-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
}

.rep-2{
  color: #000;
  border: 2px solid #000;
  display: block;
  width:unset;
  flex-direction: row;
}

.rep-2 img{
  margin-right: 5px;
}

.picto_bouton-2 {
    margin-right: 3px;
}

.picto_bouton {
    padding-bottom: 30px;
}

.lien {
  color: #d10a11;
  border: 2px solid #d10a11;
}

.contact {
  color: rgb(127, 180, 24);
  border: 2px solid rgb(127, 180, 24);
}

.contact:hover {
    background-color: rgb(127, 180, 24);
    color: #fff;
}

.image_histo {
  width:30px;
  height:30px;
  position:relative;
  top:7px;
  padding-right: 10px;
}

.image_histo-2 {
    padding-right: 10px;
}
/**** Lien *******/
.message > a:last-child{
  margin-bottom: 0px !important;
}
/***** Fin lien *******/

@media screen and (max-width: 996px){

  .box-AQ-2 {
    margin-bottom: 40px;
  }

  .box-flex-2, .box-flex {
    display: block;
}

.rep {
    font-size: 15px !important;
}


}

@media screen and (max-width: 576px){

  .box-AQ-2 {
    margin-bottom: 40px;
    min-height: 480px;
  }
}
