.video{
  width:100%;
}

.titre-finalRugby{
  font-family: 'Galada', cursive;
}

.sous-titre-principal{
  font-style: italic;
  font-size : 0.9em;
}

.titre-secondaire{
  line-height: 1.5em;
}

.logo-channel {
  margin-top: -5px;
  max-height: 70px;
  max-width: 120px;
}

.program-content {
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
}

.program-carousel {
  background-image: none !important;
  color: blue !important;
}

.program-chevron {
  top: 30px !important;
}

.program-nav, .program-nav:hover, .focus{
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 2em;
  color: var(--very-light-blue);
  background: var(--white);
  padding: 10px 3px;
}

.program-block {}

.program-line {
  margin: 0 15px;
}

.program-time {
  font-size: 1.3em;
  font-weight: bold;
}

.program-match {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 10px
}

.program-championship {
  margin-left: 25px;
  font-size: 1.5rem;
}
.payant{
  width: 25px;
}

.ics-calendar{
  margin-left : 25px;

}

.fa-calendar {
  font-size: 1.6em;
}

@media screen and (max-width: 640px) {
  .program-line{
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
  }

  .program-line > span {
    display:block;
    clear:both;
  }
  .program-championship,.ics-calendar{
    margin-left : 0
  }

  .fa-calendar {
    font-size: 2.1em;
  }

}