/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/*
    Fichier CSS qui contient le style de la nav simplifiée 
*/
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

/* -------------------------------- */
/* 

    font-family: Rubrik
    font-size: 11px
    line-height: 14px
    a : #3f3f3f

*/
/* -------------------------------- */

@import url(//s.radio-canada.ca/_font/Radio-Canada/radiocanada.css);

#page-accueil #src-main-gabarit { background:#ebebeb; }

#src-sticky-header {
    background: white;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.13);
    height: 58px;
    width: 100%;
    z-index: 1000;
}

#src-sticky-header #src-nav-logo {
    display: block;
    float: left;
    margin-top: 8px;
}

#src-sticky-header nav {
    margin: 0 auto;
    width: 990px;
}

#src-sticky-header nav ul {
    float: right;
    margin-top:22px;
}

#src-sticky-header nav li {
    float: left;
    margin-right: 25px;
}

#src-sticky-header nav li:last-child { display: none; }

#src-sticky-header a {
    color: #3f3f3f;
    font-family: "Rubrik";
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}

#src-sticky-header a:hover,
#src-sticky-header a:focus {
    color:#990000;
    text-decoration: none;
}

#src-sticky-header a.icon-top {
    display: block;
    font-family: 'radiocanada';
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    width: 13px;
}

 #src-sticky-header a.icon-top:before {
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
}

 /* Lorsque la nav est sticky, lors du défilement de la page */
 .sticky-wrapper.is-sticky #src-sticky-header nav li:last-child { display: block; }

