@media (max-width: 570px) {
  .rating-container .caption,
  .rating-container .clear-rating {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  body {
    padding: 0;
  }
  h2 {
    font-size: 20px;
  }
  #container {
    padding: 0;
  }
  #answer-header {
    padding: 25px 0;
    text-align: center;
  }
  #answer-content {
    text-align: center;
    padding: 40px;
  }

  #sidebar-logo {
    width: 12%;
    max-width: 100px;
  }
  div#bloc_verbatim_global {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
    text-align: left;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  body {
    padding: 0 5%;
  }
  #answer-header {
    padding: 25px 5%;
  }
  #answer-content {
    padding: 25px 5% 80px 5%;
  }
  .rating-container .star {
    margin: 0 14px !important;
  }
}

*,
html,
body {
  padding: 0;
  margin: 0;
  color: inherit;
}

html {
  background: #efefef url(../images/bg.jpg) left top repeat;
}

body {
  position: absolute;
  min-height: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  border-right: 1px solid #30200a;
  border-left: 1px solid #30200a;
}

div.form-choice-item {
  padding: 15px 0;
}

div.form-choice-item input[type="radio"] {
  margin-right: 4px;
}

#bloc_verbatim_propositions {
  /*padding: 7px;*/
  padding: 0px;
}

#bloc_verbatim_global {
  padding: 10px 0px;
}

#answer-header {
  border-bottom: 1px solid #ff0000;
}

#answer-header #bloc_info {
  float: left;
  width: 85%;
}

#answer-header h3 {
  color: #2d2d2d;
  margin: 0 0 0 0;
}

#answer-header p {
  margin: 0 0 5px 0;
}

#answer-header h4 {
  color: #2d2d2d;
  margin: 5px 0 0 5%;
  font-size: 16px !important;
}

#answer-content {
  background-color: #fff;
}

#answer-content h2 {
  margin: 10px 0 20px 0;
}

#answer-content textarea {
  padding: 3px;
  width: 90%;
  height: 50px;
}

#answer-content .answer-content-bottom-padding {
  min-height: 400px;
  display: block;
}

#media img,
#media video {
  max-width: 50%;
  max-height: 400px;
}

#form_submit {
  float: right;
}

.answer-content-bottom-padding {
  margin-top: 40px;
}

.answer-content-bottom-padding textarea {
  height: 130px;
}

.titre-verbatim {
  margin-top: 30px;
}

.actions-verbatim {
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
}

.annuler-verbatim {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}

footer {
  position: absolute;
  bottom: 0;
  max-width: 1070px;
  height: 60px;
  border-top: 1px solid #ff0000;
}

#bloc_verbatim_global,
#bloc_verbatim_propositions {
  overflow: auto;
}

#bloc_verbatim_global span.libelle {
  width: 50%;
  display: inline-block;
  font-size: medium;
  float: left;
  padding: 7px;
}

#bloc_verbatim_propositions label {
  margin-right: 20px;
  float: left;
  width: 20%;
  margin-top: 2px;
}

#verbatim_propositions {
  float: left;
}

.input_center {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.rating {
  width: auto !important;
  color: white;
}

.rating-container {
  font-size: 20px !important;
}

.rating-container .star:hover {
  cursor: pointer;
}

.bloc_pivot {
  width: 48%;
  margin: 0 10px 15px 0;
}

.bloc_prop {
  float: left;
}

.bloc_liste {
  float: right;
}

.bloc_pivot .title {
  text-align: center;
  font-size: 13px;
  font-family: Helvetica;
  color: #666;
}

.connectedSortable {
  border: 1px solid #eee;
  padding: 0px 15px;
  min-height: 250px;
  width: 100%;
}

.endNoteGlobale {
  border-bottom: none;
  margin-top: 40px;
}

.endLibelleQuest {
  color: #666 !important;
}
