#liste_comments_form {
  position: relative;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid #E2E0DD;
}

#liste_comments_form form {
  text-align: left;
  float: right;
  position: relative;
}

#liste_comments_form form label {
  color: #222E3B;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0 13px 0 0;
  display: inline-block;
}

* + html #liste_comments_form form label {
  display: inline;
  zoom: 1;
}

#liste_comments_form form input#globus_tri_btn {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFCF03;
  background: #222E3B;
  padding: 4px 6px;
  margin: 0 0 0 10px;
  border: 0;
}

#liste_comments_form form select {
  width: 365px;
  height: 35px;
  font-size: 1.6em;
  color: #FFFFFF;
  background: #222E3B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.customSelect {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1em;
  line-height: 47px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222E3B url("../img/picto_tri.gif") right top no-repeat;
  padding: 0 59px 0 13px;
  font-weight: bold;
  font-size: 1.3em;
}

.styledSelect:active,
.styledSelect.active {
  background: #222E3B url("../img/picto_tri.gif") right top no-repeat;
}

.customOptions {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  color: #222E3B;
  background-color: #e2e1df;
  text-transform: none;
  font-size: 1.3em;
  line-height: 43px;
}

.customOptions li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  background-color: #e2e1df;
}

.customOptions li:nth-child(even) {
  background-color: #F0EFEE;
}

.customOptions li:hover {
  background: #222E3B;
  color: #FFFFFF;
}

#liste_comments {
  padding: 15px 0 30px 0;
}

.bloccomment {
  position: relative;
  overflow: hidden;
  padding: 15px 0 0 0;
  border-bottom: solid 1px #E2E0DD;
}

.bloccomment .bloccomment_head {
  padding: 0 0 10px 0;
}

.bloccomment p.bloccomment_nom {
  padding: 0 0 5px 0;
  color: #323237;
  font-family: "texgyreadventorregular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}

.bloccomment .bloccomment_nom img {
  vertical-align: bottom;
}

.bloccomment p.bloccomment_destination {
  font-weight: bold;
  padding: 0;
  font-size: 1.2em;
}
.bloccomment p.bloccomment_destination a {
  text-decoration: none;
}
.bloccomment p.bloccomment_destination a:hover {
  text-decoration-line: underline;
}

.bloccomment p.bloccomment_message {
  padding: 0 0 10px 0;
  font-size: 1.2em;
}

.bloccomment p.bloccomment_presta {
  padding: 0 0 10px 0;
  font-size: 1.2em;
}

.bloccomment .bloccomment_plusmoins {
  padding: 0 0 10px 0;
}

.bloccomment p.bloccomment_plus {
  padding: 0;
  font-size: 1.2em;
}

.bloccomment p.bloccomment_moins {
  padding: 0;
  font-size: 1.2em;
}

#liste_comments_page {
  padding: 10px 0 0 0;
  text-align: center;
}

#liste_comments_page ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

#liste_comments_page ul li {
  list-style: none;
  list-style-image: none;
  display: inline-block;
  padding: 0 5px;
}

* + html #liste_comments_page ul li {
  display: inline;
  zoom: 1;
}

#liste_comments_page ul li a {
  font-size: 1.4em;
  font-weight: normal;
  text-decoration: none;
  color: #4D4D4D;
}

#liste_comments_page ul li a.liste_comments_select {
  color: #4D4D4D;
  font-weight: bold;
}

#liste_comments_page ul li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=comments.css.map */
