/**commentaire**/
.clear {
  clear: both;
}
.submitBoutonCom,
.reply {
  margin-top: 20px;
  margin-right: 10px;
  float: right;
}
.comment {
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
  border-top: 1px dotted #BBBBBB;
}
.comment .author {
  font-size: 15px;
  margin-bottom: 20px;
}
.comment .author em {
  color: #666;
  font-size: 12px;
}
.comment .tools {
  float: right;
  display: none;
  color: transparent !important;
}
.comment .avatar {
  float: left;
  width: 12%;
}
.comment .message {
  width: 85%;
  float: right;
  overflow: hidden;
}
.comment .content {
  margin-top: 6px;
  margin-bottom: 6px;
}
.comment.redac {
  background-color: #ffe7cf;
}
.comment:hover {
  background-color: #ffffff;
}
.comment:hover .tools {
  display: block;
  color: #353535 !important;
  cursor: pointer;
}
.comment[level="2"],.comment[level="3"],.comment[level="4"],.comment[level="5"],.comment[level="6"],.comment[level="7"]{
  border-left:1px dotted #CCC;
}
#captcha {
  margin-top: 20px;
}
.titreBlocCommentaire {
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  padding-left: 10px;
  margin-top: 10px;
}
#blocCom {
  margin-top: 10px;
}
#blocCom span {
  font-size: 9px;
}
#blocCom .col-sm-2 {
  text-align: right;
}
#CommentContent {
  float: left;
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  height: 65px;
}
.error {
  padding: 5px 5px 5px 5px;
  background-color: #FFC6C6;
  color: #FF2D38;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}
.error span {
  cursor: pointer;
  float: right;
  color: #FF4949;
  font-weight: bold;
}
.afficheMess {
  cursor: pointer;
}
.messageSignal {
  color: #353535;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.formContainer {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.titeComment h3 {
  font-size: 20px !important;
  color: #353535 !important;
}
.labelCom {
  display: none;
  font-weight: bold !important;
  float: left;
  margin-top: 6px;
  margin-right: 12px;
}
.fb-comments,
.fb-comments iframe[style] {
  width: 100% !important;
}

.pagination { display: block; padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pagination > li { float: left; }
.pagination > li > a, .pagination > li > span { cursor: pointer; position: relative; padding: 10px 10px; line-height: 1.428571429; text-decoration: none; color: #E68419; background-color: #fff; margin-left: -1px; font-size: 100% !important; text-transform: uppercase; border: 1px solid #ccc; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination .middlebutton a:hover { cursor: default; color: #E68419; background-color: #fff; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #fff; background-color: #222; border-color: #222; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #fff !important; background-color: #E68419; border-color: #E68419; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999; background-color: #fff; border-color: #222; cursor: not-allowed; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
.pagination-select { display: inline; }
#paginationBase { height: 70px; display: block; margin: auto auto; max-width: 1200px; margin-top: 60px; }
.middlebutton{
color:#999;
}
.form-control{

}