/**
 * Theme name:  Intranet Langres
 * Template:    radiate
 * Description: Thème pour l'intranet de la Ville de Langres et de la Communauté de Communes du Grand Langres
 * Version:     1.0.0
 * Author:      CCGLVDL
 */

body,
button,
input,
select,
textarea {
    font-family: "Arial", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px !important;
    font-size: 1.6rem;
    line-height: 1.5;
}

.main-navigation li {
    line-height: 1.5em;
}

.header-wrap {
    display: flex;
    flex-direction: column;
}

#site-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contenu principal */
html {
    scrollbar-color: black rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}

.inner-wrap {
    max-width: 100%;
    margin: 0.5em;
}

.entry-title a {
    font-size: 0.8em;
    font-weight: bold;
}

.inner-wrap {
    max-width: none;
    margin: 0;
}

.main-navigation ul li.current_page_item a {
    border: solid 0.3em #32c832;
    border-top: none;
}

.main-navigation li {
    font-size: 1.5rem;
    border: none;
}