@font-face {
    font-family: nunitoRegular;
    src: url(../fonts/nunito-regular.ttf);
}
@font-face {
    font-family: nunitoLight;
    src: url(../fonts/nunito-light.ttf);
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: nunitoRegular, Arial, sans-serif;
    height: 100%;
}

h1 {
    font-size: 1.429em;
    line-height: 1.286em;
}

h2 {
    font-size: 1.286em;
    line-height: 1.429em;
}

h3 {
    font-size: 1.143em;
    line-height: 1.286em;
}

img, a {
    text-decoration: none;
    border:none;
    outline:none;
}


header a img {
    vertical-align: top;
    height: auto;
}


main {
    position: relative;
    padding: 0;
    height: 100%;
    z-index: 0;
    width: 999px;
}

header a img#header_logo_ministere {
    width: 156px;
}

header a img#header_logo_icad {
    width: 177px;
    margin: 24px 10px 0 0;
}

nav {
    background-color: var(--icad-color-primary);
    position: relative;
    text-transform: uppercase;
    height: 2em;
    font-family: nunitoRegular, sans-serif;
    width: 999px;
}


footer:not(.footerChatbot) {
    background-color: var(--icad-color-primary);
    color: white;
    font-family: nunitoLight, sans-serif;
    font-size: 0.8em;
    position: relative;
    top: 5%;
    padding: 10px 25px;
    width: 950px;
    margin: 20px auto 0;
}

#wrapper header {
    position: relative;
    padding: 35px 0 25px 0;
    width: 999px;
}

#wrapper footer:not(.footerChatbot) header {
    text-transform: uppercase;
    padding: 10px 5px;
    width: 200px;
    font-weight: bold;
}

footer:not(.footerChatbot) a {
    color: white;
    text-decoration: none;
    font-size: 11px;
}

footer:not(.footerChatbot) .cell {
    display: table-cell;
    width: 30%;
    padding-bottom: 3px;
}

footer:not(.footerChatbot) #stay_connected p a {
    margin-right: 5px;
}