body {
  background-color: #4f4f4f;
  font-family: "InterstateMonoRegular", Arial, Helvetica;
  font-size: 13px;
  width: 100%;
  background-image: url('https://www.kizoa.fr/images/bkg_partage2.png');
  background-position: left top;
  background-repeat: repeat-x;
  padding-bottom: 50px;
}
.frame {
  width: 100%;
  margin: 0 auto;
}
header.topHeader {
  width: auto;
  min-width: 600px;
  height: 40px;
  background: #545454 ;
  margin: 0 auto;
}
header.topHeader h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 27px;
  max-width: 80%;
  font-size: 16px;
  padding-top: 10px;
  color: white;
  float: left;
  margin: 5px 0 0 18px;
  font-weight: normal;
}
header.topHeader h1 a {
  text-decoration: none;
}
header.topHeader .brandLogo {
  float: right;
}
header.topHeader .brandLogo img {
  height: 20px;
  padding: 12px 10px 0 0;
}
.sharingBlock {
  width: auto;
  height: auto;
  margin: 20px auto;
  max-width: 600px;
}
.sharingBlock .secondRow {
  box-sizing: border-box;
  padding-left: 10%;
  min-width: 235px;
}
.sharingBlock .shr-ops {
  width: 100%;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sharingBlock .shr-ops .shr-btn {
  margin: 10px 10px;
  width: 38px;
  height: 38px;
}
.sharingBlock .shr-ops .shr-btn:hover {
  cursor: pointer;
}
.sharingBlock .shr-ops .fbk {
  background: url("../images/fb.png");
}
.sharingBlock .shr-ops .ddl {
  background: url("../images/ddl.png");
  position: relative;
}
.sharingBlock .shr-ops .ddl .sub {
  width: 440px !important;
  color: white;
}
.sharingBlock .shr-ops .ddl .sub form input[type='text'] {
  margin: 2px 0;
  width: 200px;
  background: #6d6b6c;
  border: none;
  color: white;
  padding-left: 3px;
}
.sharingBlock .shr-ops .ddl .sub form input[type='text']:focus {
  outline: none;
}
.sharingBlock .shr-ops .ddl .sub form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.sharingBlock .shr-ops .ddl .sub form button[type='submit'] {
  float: right;
  color: white;
  background: #404040;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 5px;
  padding: 5px 15px;
}
.sharingBlock .shr-ops .ddl .sub form button[type='submit']:hover {
  background: #909090;
  cursor: pointer;
}
.sharingBlock .shr-ops .ddl .sub form textarea {
  resize: none;
  width: 410px;
  height: 60px;
  background: #6d6b6c;
  border: none;
  color: white;
}
.sharingBlock .shr-ops .ddl .sub form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.sharingBlock .shr-ops .ddl .sub .zipLink,
.sharingBlock .shr-ops .ddl .sub .videoLink,
.sharingBlock .shr-ops .ddl .sub .videoProcessing,
.sharingBlock .shr-ops .ddl .sub .zipProcessing {
  width: 100%;
  padding: 4px 0 4px 1px;
}
.sharingBlock .shr-ops .ddl .sub .zipLink:hover,
.sharingBlock .shr-ops .ddl .sub .videoLink:hover,
.sharingBlock .shr-ops .ddl .sub .videoProcessing:hover,
.sharingBlock .shr-ops .ddl .sub .zipProcessing:hover {
  background-color: #6d6b6c;
}
.sharingBlock .shr-ops .ddl .sub .zipLink a,
.sharingBlock .shr-ops .ddl .sub .videoLink a,
.sharingBlock .shr-ops .ddl .sub .videoProcessing a,
.sharingBlock .shr-ops .ddl .sub .zipProcessing a {
  color: white;
  width: 100%;
  padding: 0 0 0 4px;
}
.sharingBlock .shr-ops .ddl .sub .zipAccordeon,
.sharingBlock .shr-ops .ddl .sub .videoAccordeon {
  padding: 4px 0 4px 1px;
  margin-bottom: 0;
}
.sharingBlock .shr-ops .ddl .sub .zipAccordeon:hover,
.sharingBlock .shr-ops .ddl .sub .videoAccordeon:hover {
  background-color: #6d6b6c;
}
.sharingBlock .shr-ops .ddl .sub .videoAccordeonPlain,
.sharingBlock .shr-ops .ddl .sub .zipAccordeonPlain {
  background-color: #494949;
  padding: 1px 10px 1px 10px;
}
.sharingBlock .shr-ops .ddl .sub:after {
  bottom: 99%!important;
  left: 50%!important;
}
.sharingBlock .shr-ops .ddl .hiddenSub {
  display: none;
}
.sharingBlock .shr-ops .mail {
  position: relative;
  background: url("../images/mail.png");
}
.sharingBlock .shr-ops .mail .sub form input[type='text'] {
  margin: 2px 0;
  width: 250px;
  background: #6d6b6c;
  border: none;
  color: white;
  padding-left: 3px;
}
.sharingBlock .shr-ops .mail .sub form input[type='text']:focus {
  outline: none;
}
.sharingBlock .shr-ops .mail .sub form input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.sharingBlock .shr-ops .mail .sub form input[type='text']::-webkit-input-placeholder:first-letter {
  text-transform: capitalize;
}
.sharingBlock .shr-ops .mail .sub form button[type='submit'] {
  float: right;
  color: white;
  background: #404040;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 5px;
  padding: 5px 15px;
}
.sharingBlock .shr-ops .mail .sub form button[type='submit']:hover {
  background: #909090;
  cursor: pointer;
}
.sharingBlock .shr-ops .html {
  position: relative;
  background: url("../images/html.png");
}
.sharingBlock .shr-ops .html .sub textarea {
  resize: none;
  width: 250px;
  height: 60px;
  background: #6d6b6c;
  border: none;
  color: white;
}
.sharingBlock .shr-ops .html .sub textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.sharingBlock .shr-ops .html .sub textarea:focus {
  outline: none;
}
.sharingBlock .shr-ops .sub {
  margin: 10px 20px;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  box-shadow: -1px 0 1px #3f3f3f;
  background: #3f3f3f;
}
.sharingBlock .shr-ops .sub:after {
  bottom: 97%;
  left: 125px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(192, 192, 192, 0);
  border-bottom-color: #3f3f3f;
  border-width: 15px;
  margin-left: -15px;
}
.sharingBlock .socials-likes {
  float: left;
}
.sharingBlock .socials-likes div {
  float: left;
  margin-right: 5px;
}
.sharingBlock .views-area {
  float: right;
}
.sharingBlock .views-area .views {
  float: right;
  padding-right: 10px;
  font-weight: bold;
  color: white;
}
.playerSection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.media {
  width: auto;
}
#pub {
  padding-top: 10px;
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
#pub::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6d6b6c;
}
#pub::-webkit-scrollbar {
  width: 6px;
  background-color: #6d6b6c;
}
#pub::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
}
#pub .pubObject {
  width: auto;
  height: auto;
}
#pub .slideshowShare {
  padding: 10px;
  display: flex;
}
#pub .slideshowShare .slideshowContent {
  padding: 10px;
}
#pub .slideshowShare a {
  color: white;
  text-decoration: none;
}
.comments {
  margin: auto;
  padding: 20px 0;
  max-width: 600px;
}
.comments .form {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.comments .form textarea {
  padding: 1%;
  width: 98%;
  background: #6d6b6c;
  border: none;
  color: white;
}
.comments .form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.comments .form textarea::-webkit-input-placeholder:first-letter {
  text-transform: capitalize;
}
.comments .form .bottom {
  float: right;
}
.comments .form .bottom input[name='name'] {
  padding: 5px;
  background: #6d6b6c;
  border: none;
  color: white;
}
.comments .form .bottom input[name='name']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}
.comments .form .bottom input[name='name']::-webkit-input-placeholder:first-letter {
  text-transform: capitalize;
}
.comments .form .bottom button[type='submit'] {
  color: white;
  background: #404040;
  border: none;
  box-shadow: 0 0 2px black;
  padding: 5px 15px;
}
.comments .form .bottom button[type='submit']:hover {
  background: #909090;
  cursor: pointer;
}
.comments .list .comment {
  border-bottom: 1px solid #383838;
  padding: 7px 0;
}
.comments .list .comment p {
  color: white;
}
.comments .list .comment p.name {
  font-weight: bold;
  padding-left: 5px;
}
.comments .list .comment p.name:first-letter {
  text-transform: capitalize;
}
.comments .list .comment p .date {
  padding-left: 20px;
  font-size: 9px;
}
.comments .list .comment p.content {
  padding-left: 10px;
}
