/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/
.top-bar {
    color: white;
    background-color: black;
    font-weight: bold;
    padding: 0.8em 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    content: "";
    display: table;
    table-layout: fixed;
}


.sticky-wrapper {
    
        background-color: #555555;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-clip: border-box;
        background-origin: padding-box;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    transition: 0.2s;
}

body, .main-navigation a, .main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus {
    color: #d6d6d6;
}

#infinite-handle span:active, #infinite-handle span:focus, #infinite-handle span:hover, .button:active, .button:focus, .button:hover, .comment-navigation a:hover, .comment-navigation a:visited:hover, .entry-title a:focus, .entry-title a:hover, .post-navigation a:hover, .post-navigation a:visited:hover, .posts-navigation a:hover, .posts-navigation a:visited:hover, a:active, a:focus, a:hover, button:active, button:focus, button:hover, input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    color: #d6d6d6;
}
#infinite-handle span, .button, .comment-navigation a, .comment-navigation a:visited, .post-navigation a, .post-navigation a:visited, .posts-navigation a, .posts-navigation a:visited, a, a:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #d6d6d6;
}

#infinite-handle span:active, #infinite-handle span:focus, #infinite-handle span:hover, .button:active, .button:focus, .button:hover, button:active, button:focus, button:hover, input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    border-color: #d6d6d6;
}

#infinite-handle span, .button, button, input[type="button"], input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="range"]:focus, input[type="reset"], input[type="search"]:focus, input[type="submit"], input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, .jetpack-recipe-title {
    border-color: #d6d6d6;
}


body, .sticky-wrapper, .site-info {
    background-color: #555555;
}




