/* style de la page Les vidéos du WEB */
:root{
  --w:240px;
  --h:160px;
}
.webvideo_page_list{
  /* background-color:var(--webvideo-clr); */
  text-align:center;
}

.webvideo_page_list .video{
  width:var(--w);
  height:300px;
  display:inline-block;
  vertical-align:top;
}

.webvideo_page_list span.date{
  font-weight: 100;
  width:100%;
  line-height:1;
}

.webvideo_page_list .image{
  width:var(--w);
  height:var(--h);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.webvideo_page_list .titre{
  /* border:1px solid #fff; */
  width:100%;
  line-height:1.2;
  font-size:15px;
}

.webvideo_page_list .provider{
  /* border:1px solid #fff; */
  width:100%;
  line-height:1.2;
  /* display:none; */
}

#get_oembed{
  border-radius:5px;
  padding:5px;
  background-color:transparent;
  z-index:10000;
  vertical-align:middle;
  text-align:center;
}

span.close_oembed{
  font-family:verdana;
  font-size:18px;
  cursor: pointer;
  color: #fff;
  margin: 0 35px 0 0;
  position: absolute;
  right: -30px;
  background-color: transparent;
  border: none;
  line-height: 1;
  font-weight: 700;
}