/* Mise en page pour affichage sur petit écran (téléphone, tablette) */

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    max-height: 100000px;
}

#ffg_header {
    display: none;
}

#ffg_mobile_header {
    /* Élément créé et inséré par /js/mobile.js */
    position: absolute;
    display: flex;
    justify-content: space-between;
    border: None;
    background-color: inherit;
    width: 100%;
    padding: 0pt;
    margin: 0pt;
}

#ffg_mobile_header img {
    height: 64px;
    border: None;
}

#ffg_mobile_header img[alt='Menu du site'] {
    width: 72px;
    height: 64px;
    padding: 12px;
}

#ffg_mobile_header img:first-child {
    margin-left: 0;
}

#ffg_header_imgs {
    display: None;
}

#ffg_header_searches,
#ffg_main_menu {
    position: absolute;
    margin: 0px 4px;
    display: None;
    top: 65px;
    border: 1px solid #006ab3;
    background-color: #F8FBFF;
}

#ffg_header_searches {
    right: 24px;
}

#ffg_main {
    padding: 72px 4px 4px 4px;
    overflow: hidden;
}

#ffg_main_menu {
    padding: 0px 1ex;
    right: 0px;
    width: 196px;
    right: -196px;
}

#ffg_main_menu.show {
    margin-right: 0px;
}

.ffg_social_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

#ffg_main_menu .ffg_social_box img {
    width: 40px;
}

#ffg_main_menu a {
    text-decoration: none;
    font-family: sans;
}

#ffg_news_pubs {
    display: block;
    overflow: hidden;
}

.encadre {
    display: block;
    border: 1px solid #006ab3;
    border-radius: 12px;
    width: 100% !important;
    margin-bottom: 1ex;
}

.news_content {
    display: None;
    padding: 0 5px;
}

.news_content::after {
    content: "";
    clear: both;
    display: block;
    height: 5px;
}

.news_content > *:first-child {
    margin-top: 0;
}

#ffg_news_page_menu_head form,
#ffg_news_page_menu_head div.navigation {
    float: None;
}

.ffg_news_page_menu input,
.ffg_news_page_menu select {
    max-width: 108px;
}

.ffg_news_page_menu label {
    display: None;
}

#page_size_head,
label[for='page_size_head'],
#page_size_foot,
label[for='page_size_foot'] {
    display: None;
}

#ffg_news_page_menu_foot {
    display: None;
}

#ffg_footer {
    width: 80%;
    font-size: 80%;
    margin: auto;
}

select, input {
    font-size: inherit;
}

#ffg_header_searches input[type=submit],
.ffg_news_page_menu input[type=submit] {
    display: None;
}

fieldset.invisible {
    border: None;
}

:link {
    color: #006ab3;
}

table {
    border-collapse: collapse;
}

table.simple th, table.simple td {
    border: 1px solid #006ab3;
    padding: 2px;
}
