@charset "utf-8";

/*gras pour le sommaire*/ 
strong, b {
  font-weight: bold;
}

/*italic pour le sommaire*/
em, i{
  font-style:italic;
}

/*couleur custom pour le titre*/
.header .title {
  background-color: #e4c233;
}

/*sommaire custom*/
.text-item{
  border-bottom: 6px solid #e4c233;
}

.item-sublevel .text-item:last-child, .text-item:first-child {
  border-bottom-width: 6px;
}

/*.item-hour{
  float:left;
}*/
.text-item .item-hour::before{
  display:none;
}
.text-item .item-hour::after{
  content:"\00a0\00b7\00a0";
}

/*.item-description p.space{
  padding:10px 0 0;
}*/

.level1 .item-description p{
  padding:10px 0 0;
}

.item-description p.name{
  padding-left:40px;
}

.item-sublevel .item-hour{
  display:block;
  font-weight:normal;
  font-style:italic;
  /*padding:10px;
  margin:-10px 0 0 -50px;
  background-color:#300d4f;*/
  /*padding-bottom:10px;*/
  padding:0 0 10px 0;
  margin:0 0 0 -40px;
  position:relative;
}

.item-sublevel .item-hour span{
  position:relative; z-index:1;
}

.item-sublevel .text-item .item-hour::before{
  content:"";
  display:block; overflow:hidden; z-index:0;
  position:absolute; top:-20px; left:-20px; width:0; height:0;
  border-style: solid;
  border-width: 0 40px 80px 0;
  border-color: transparent #300d4f transparent transparent;
}
.item-sublevel .text-item .item-hour::after{
  content:"\00a0:\00a0";
}


/*lien header mappé sur bannière*/
.with-link .header-link{
  top:0; left:0; right:auto; width:55%; padding-bottom:16.5%;
}
.with-link .header-link .link{
  display:none;
}
.wrapper.with-link .header .centered.block, .wrapper.with-logo .header .centered.block{
  padding-top:0;
}

/*footer*/
.footer-links {
  text-transform: initial;
}

.footer-links a{
  text-decoration:none;
}
.footer-links a:hover{
  text-decoration:underline;
}