/*
Theme Name: Hueman-Child
Description: Theme enfant de CanalC
Author: Olivdebl & Yannbarb - WPserveur
Author URI: http://www.canalc.be
Template: hueman 
Text Domain: hueman-child
Version: 0.1.0
*/

/*Modification hauter carousel image home page - Oli*/
#flexslider-featured .featured-img-thumb-large img {
    max-height: none;
}


/*Modification positionnement bannière piblicitaire - Oli*/

#header .pad {
	display: flex;
	align-items: center;
}

.header-ads-desktop #header-widgets {
	padding-left: 5%;
}


/*Banner carousel*/

@keyframes slider {

0% {
	left: 0%;
}

20% {
	left: 0;
}

25% {
	left: -100%;
}

45% {
    left: -100%;

}

50% {
		left: -200%;

}

70% {
	left: -200%;
}

75% {
	left: -300%;
}

95% {
	left: -300%;
}

100% {
	left: -400%;

}

}

#slider {
	overflow: hidden;
}

#slider figure img {
	width: 20%;
	float: left;
}

#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 30s slider infinite; 
}

/* Kikk 2018 */
/* Style article JT */

li.listing-item{
    margin: 10px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 40px 310px;
}

/* Style button retour vers page kikk 2018 */
.buttonOli{

  margin: 10px;
  padding: 12px 12px;

  cursor: pointer;
  user-select: none;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  text-transform: capitalize;

  color: #fff;
  border: 0 none;
  border-radius: 4px;
  background-color: #727490;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
 
  justify-content: center;
  align-items: center;
  flex: 0 0 160px;
  
  box-shadow: 2px 5px 10px var(--color-smoke);


}


.li.listing-item{
	background-color: red;
}

.video-js{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}





