@charset "utf-8";
/* CSS Document */


/*gras pour le sommaire*/ 
strong, b {
    font-weight: bold;
}

/*couleur custom pour le titre*/
.header .title {
    background-color: #f8a501;
}

/*sommaire custom*/
.text-item{
    border-bottom: 6px solid #f8a501;
}

.item-sublevel .text-item:last-child, .text-item:first-child {
	border-bottom-width: 6px;
}


/*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;
}