input.parsley-error{
    border: 1px solid red;
}

.showMoreContainer article{
    display:none;
}

.showMoreContainer article:nth-of-type(-n+3) {
    display:block;
}

/* large-up */
@media only screen and (min-width: 64.063em)  {
    .showMoreContainer article:nth-of-type(-n+10) {
    display:block;
    }
}

/*==========  Helpers Classes  ==========*/
.bold {
    font-weight: bold;
}
.fl {
	float: left;
}
.flr {
	float: right;
}
.clr {
	clear: both;
}
.clear {
	clear: both;
}
.center {
	margin: 0 auto;
}
.hidden {
	display: none !important;
}

.parsley-errors-list {
    list-style: none;
    padding: 0 0 0 10px;
    color: red;
}

.player_copyrights {
    position: relative;
    height: 457px;
    padding-top: 186px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.player_copyrights .titre{
    font-size:16px;
    font-weight:bold;
}

.interligne30{
    line-height: 30px;
}

/**
	*
	* Modal - lightbox - style
	*
	**/
.c-modal, .default-modal {
	border: 1px solid  #d8d8d8;
	background: #fff;
	position: relative;
	/*max-width: 500px;*/
        display: none;
}
.c-modal-header {
	padding-left: 20px;
	background: #f1f1f1;
	height: 36px;
	line-height: 36px;
}
.c-modal-content {
	padding: 20px;
	background: #fff;
        min-width: 400px;
}
.c-modal-footer {
	padding: 0 20px;
	margin-bottom: 20px;
	background: #fff;
}
.c-modal-close-btn{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	right: 7px;
	color: #0d6da0;
	background: none;
	cursor: pointer;
	font-size: 16px;
}

.image-upload-dragdrop{
    width: 190px;
    height: 119px;
    border: 1px solid #cdcdcd;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

#img_upload_dragdrop{
    position: absolute;
    width: 190px;
    height: 118px;
}

.upload_img {
    max-height:600px;
    max-width:950px;
    margin: 0 auto;
}

.v-align-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.liens_reseau input[type="text"], .liens_reseau select{
    width: 90%;
}

.liens_reseau .edit-btn{
    background-color: #0681C3;
    padding: 10px;
}

#social_media-modal .c-modal-content{
    height: 480px;
    overflow-y: scroll;
}

#description-modal .c-modal-content{
    width:800px;height: 480px; overflow-y:scroll;
}

#btnScrollTop {
    position:fixed;
    bottom: 100px;
    right: 50px;
    display: none;
}
#btnScrollTopMobile {
    display: none;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.error_upload{
    color: red;
}

.bande-vedette__rs .edit-btn{
    font-size: 20px;
}

.x-quizzes-list-widget {
    margin-top: 20px;
}

/* Section Pub */

.pub-video h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.pub-video img {
  display: block;
  width: 100%;
}

.pub-video__item {
    margin-bottom: 1em;
}

.pub-video .pub-video__thumb {
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.pub-video .pub-video__title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #252d32;
    display: block;
    margin-bottom: 5px;
    line-height: 18px;
}

.pub-video .pub-video__link {
    font-size: 13px;
    font-weight: bold;
    color: #999999;
}

@media (min-width:768px) {

  .pub-video .row {
      margin-bottom: 40px;
  }
  .pub-video__item {
      margin-bottom: 0;
  }
}

@media (min-width:1024px) {

  .pub-video .pub-video__thumb:before {
      content: "";
      position: absolute;
      bottom: 0;
      width:100%;
      height:8px;
      display: block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
  }

  .pub-video .pub-video__thumb:hover:before {
      background-color:rgba(0, 147, 201, 1);
  }

}
