/* TEMPORAIRE */
body div {
    color: #333
}

body {
    font-family: 'Libre Baskerville', serif;
    line-height: 1.7rem;
}

strong {
    font-weight: 700;
}

h1, h2, h3, input, label {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 1.2em;
}

h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
}


input, label, button {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 16px;
}

#main h3 {
    font-size: 250%;
    margin: 1em 0 .5em;
    font-family: 'Libre Baskerville', serif;
    font-weight: 900;
}

#main h4, #content h4 {
    margin-top: 2em;
    font-size: 120%;
}

#main body {
    display: block;
}

#main p {
    margin-bottom: 0em;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    body, html {
        max-width: 100vw;
        overflow-x: hidden;
    }

}


/* GENERAL
************************************************************************************************************************/
body, html {
    min-height: 100%;
    position: relative;
}

/* EN-TETE
************************************************************************************************************************/
#header {
    height: 120px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background: white;
    backdrop-filter: blur(20px);
}

#header .logo {
    display: flex;
}

#header #logo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px 0 10px;
}

#header #titre {
    background: url(/img/SITE_Titre_F.svg) no-repeat;
    background-size: contain;
    background-position: left center;
    width: 220px;
    aspect-ratio: 3/1;
    align-self: center;
    z-index: 10001;
}

body.d #header #titre {
    background: url(/img/SITE_Titre_D.svg) no-repeat;
}

#header nav {
    width: auto;
    align-self: center;
}

#lang {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: Inter;
}

#lang a.active {
    font-weight: bold;
}

#header-print {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #header {
        height: 80px;
    }

    #header #logo {
        width: 60px;
        height: 60px;
    }


    #header #logo {
        top: 20px;
        left: 10px;
        z-index: 10001;
    }

    #lang {
        display: none;
    }

    .nav-on #lang {
        display: block;
        position: absolute;
        top: 70vh;
        width: 100vw;
        text-align: center;
        z-index: 10001;
        margin: 0;
        padding: 0;
        right: 0;
    }

}


/* NAVIGATION
************************************************************************************************************************/

nav {
    font-family: "inter";

    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding-right: 10vw;*/
}

nav > div {
    display: flex;
    flex-direction: column;;
    width: 70vw;
    margin-right: 5vw;
}

nav > div > div {
    display: flex;
    justify-content: flex-start;
}

nav .nav-item {
    /*display: block;*/
    /*width: 26vw;*/
    color: #333;
    flex: 0 1 30%;
    padding: .25em .5em;
}

nav a.nav-item:hover {
    color: black;
    text-decoration: none;
}

nav a.active {
    font-weight: 900;
}

nav form {
    flex: 0 0 16%;
    padding: .25em 0;
    display: flex;
}

nav input[type='search'] {
    font-family: "inter";
    font-size: 100%;
    border: 1px solid transparent;
    width: 70%;
    transition: .5s ease-in-out border;
    padding: 0;
    margin: 0;

}

.frmChercher {
    padding: 0;
    /*padding-left: .9em;*/
}

.frmChercher button {
    background: 0;
    border: 0
}

.frmChercher .button {
    transition: .5s ease-in-out opacity;
    width: 1.5em;
    max-height: 1.5em;
    display: block;
    margin: 0;
    padding: 0;
}

nav .frmChercher .button {
    opacity: 1;
}

.frmChercher .button .icon {
    width: 1.5em;
    height: 1.5em;
}


nav form input[type='search'] {
    border: 1px solid silver;
    padding: .2em;
}

nav form:hover .button {
    opacity: 1;
}

nav input::placeholder {
    color: #333;
}

#btn-mobile-menu {
    display: none;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {


    #btn-mobile-menu {
        position: absolute;
        font-size: 4vw;
        margin: 0;
        width: 60px;
        height: 60px;
        top: 10px;
        right: 10px;
        z-index: 99900000000;
        display: block;
        /*background-color: #B4252D;*/
    }


    .nav-on {
        overflow: hidden;
    }

    #header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 10vh;

    }

    #header nav > div {
        display: block;
        margin: 0;
        padding: 10vh;
        width: 100%;
    }

    #header nav > div > div {
        display: flex;
        flex-direction: column;
    }

    #header nav a {
        font-size: 20px;
        text-align: center;
        padding: .5em 0;
        text-align: center;
        width: 100%;
        display: block;
        color: black;

    }

    nav form {
        text-align: center;
    }

    nav .frmChercher input {
        border: 0;
        /*background-color: rgba(255, 255, 255, .4);*/
        color: white;
        padding: .2em;

    }

    nav .frmChercher button {
        /*opacity:          1;*/
        /*width:            40px;*/
        /*height:           40px;*/
        /*background-image: url(../img/icones/icone-loupe.svg);*/
        /*background-size:  cover;*/
    }

    nav button {
        opacity: 1;
    }

    nav input[type='search'] {
        width: 100%;
        margin-left: 25%;
        text-align: center;
        background: transparent;
        font-size: 20px;
        margin: 0;
        color: black
    }

    nav button {
        display: none;
    }

    #header nav a.active {
        background: transparent;
        font-weight: 900;
    }

    #accueil #header nav a {
        color: black;
    }

    .nav-on #header {
        z-index: 100;
        height: 100vh;
    }

    .nav-on #header nav {
        display: flex;
        background-color:        white;
        backdrop-filter: blur(100px);
        -webkit-backdrop-filter: blur(100px);
        z-index: 100000000;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: fixed;
    }

}

/* SOUS-NAVIGATION
************************************************************************************************************************/
#navbar {

}

#navbar ul {
    /*margin-top: 5em;*/
    list-style: none;
    font-family: Inter;
    text-align: center;
    font-size: 90%;
}

#navbar ul li a {
    padding: 0em 1em 2em 0;
    color: #333;
    display: block;
}

#navbar ul li.active {
    font-weight: 900;
}

#navbar ul li a:hover {
    text-decoration: none;
}

#navbar #btn-open {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #navbar {
        display: flex;
        margin: 0 auto 8vh;
    }

    #a-propos #navbar {
        margin-bottom: 10vh;
    }

    #navbar.minimize-mobile {
        margin: 0;
        height: 0;
        background: transparent;
    }

    #navbar.minimize-mobile ul {
        position: inherit;
        background: transparent;
    }

    #navbar > div {
        flex: 1 1 calc(100% - 50px);
    }

    .detail #navbar {
        margin-bottom: 0;
    }

    #navbar ul {

        width: 90vw;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 5vw;
        z-index: 10;
    }

    #navbar ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #navbar ul li a {
        padding: .7em;
        color: white;
        transition: .5s all ease;
        display: none;
    }

    #navbar ul li.active a {
        display: block;
    }

    #navbar.open ul li a {
        display: block;
    }

    #navbar.open ul {
        box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
    }

    #navbar #btn-open {
        flex: 0 0 40px;
        display: block;
        width: 40px;
        height: 40px;
        /*margin: 0 .5em;*/
        margin-top: .3em;
        z-index: 20;
        position: absolute;
        right: 0;
        color: #999;
        font-family: Inter;
        font-weight: 900;
        font-size: 1.5em;
    }

    #navbar #btn-open:after {
        content: "+";
    }

    #navbar.open #btn-open:after {
        content: "-";
    }

}

/* ACCUEIL
************************************************************************************************************************/
#slogan {
    margin: 0em auto 1em;
    font-size: 160%;
    text-align: center;
    width: 60vw;
}

#slogan h2 {
    font-weight: 900;
    font-size: 3vw;
}

#splash {
    width: 100%;
    /*min-height: 30vh;*/
    display: block;
    margin: 1vh 0 0;;
}

#splash .logo {
    padding: 15%;
}

#cols {
    display: flex;
    justify-content: center;
    align-content: flex-start;
}

#cols.two-items {
    flex-wrap: wrap;
}

#cols.two-items .col {
    flex: 0 0 45%;
}

.col {
    /*align-self: center;*/
    padding: 2em;
}

.col .button {
    margin-top: 1em;
    float: right
}


#accueil .col h4.titre, #detail h4.titre {
    font-family: Inter, sans-serif;
    color: #999;
    margin: 1em 0 1em 0;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    padding-bottom: .5em;
    border-bottom: 1px dotted silver;
}

#accueil .col h4.titre:first-child, #detail h4.titre:first-child {
    margin-top: 0;
}

#detail h4.titre {
    padding-top: 2em;
}

.more {
    font-family: Inter, sans;
    border-radius: 4px;
    color: white;
    font-size: 90%;
}

.more .icone {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/img/icones/icone-fleche.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.more:hover {
    color: white;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #slogan h2 {
        font-size: 5vw;
    }

    #cols {
        display: block;
    }

    .col {
        padding: 2em 0;
    }

    .col .button-bar {
        margin-bottom: 15vh;
    }

}


/* CONTENU
************************************************************************************************************************/
#page {
    margin: 7vh 0 0 0;
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}


#navbar {
    flex: 0 0 16%;
}

#toolbar {
    flex: 0 0 8%
}

#content {
    flex: 0 0 74%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

#accueil #content {
    margin: 0 auto;
    flex: 0 0 90%;
}


#content #title {
    flex: 0 0 62%;
    padding-bottom: 1em;
    flex-break: after;
}


#content #title h3 {
    font-size: 250%;
}

#content #title h4 {
    font-size: 130%;
}

#content #title h5 {
    font-size: 110%;
    font-style: italic;
}

#content #main {
    flex: 0 1 68%;
    margin-bottom: 2em;
    padding-right: 2em;
}

#content #main br {
    /*line-height:3em;vertical-align:top*/
}

#content #main img {
    max-width: 100%;
}

#content #detail {
    font-family: Inter;
    font-size: 80%;
    flex: 0 0 30%;
    line-height: 1em;
}

#content #detail .detail-item {
    /*border-top: 1px dotted silver;*/
    padding: .5em 0;
    display: flex;
    line-height: 1.2em;
}

#content #detail p {
    line-height: 1.3em;
}

#content #detail .detail-item:last-child {
    /*border-bottom: 1px dotted silver;*/
}

#content #detail .detail-item img {
    width: 24px;
    margin: 0 1em 0 0;
}

#content #detail .detail-item div {
    align-self: center;
}

#content #visuel {
    flex: 0 0 100%;
    padding-bottom: 1em;
    margin-bottom: 5vh;
}

#content #visuel .credit {
    font-size: 80%;
    font-style: italic;
    text-align: right;
}

.body #visuel {
    display: none;
}

#content #visuel img {
    max-width: 100%;
}

#content #visuel .legende {
    font-size: 80%;
    font-style: italic;
    text-align: right;
}

/* MOBILE */
@media screen
and (min-device-width: 320px)
and (max-width: 768px) {

    #page {
        flex-direction: column;
        justify-content: flex-start;
    }

    #navbar {
        height: 2em;
        width: 100%;
    }

    #recherche #navbar {
        display: none;
    }

    #content {
        width: 92vw;
        margin: 2vh 4vw;
        flex-direction: column;
    }

    #content #main {
        margin-top: 0;
    }

    #content #main, #content #detail {
        width: 100%;
        margin-bottom: 5vh;
    }

    #content #visuel {
        margin-bottom: 0;
    }

    .body #visuel {
        display: block;
    }

}

/* RECHERCHE
***************************************************************************************************************/
.label {
    font-family: "Inter", sans;
    padding: 1em 0 .5em;
    color: #999
}

#innernav, #toc {
    font-family: "Inter", sans;
    font-size: 80%;
    position: fixed;
    padding-top: 10vh;
    left: 20px;
    text-align: center;
    width: 14vw;
    word-wrap: anywhere;
}

#toc {
    position: sticky;
    float: left;
    margin-left: -20vw;
    top: 0vh;
    padding-top: 0;
}

#innernav a, #toc a {
    color: #999;
}

#toc a {
    display: block;
    margin: 2px 0;
    padding: 2px 0;
    border-bottom: 1px #e1e1e1 dotted
}

#search-form {
    width: 100%;
    margin-bottom: 2em;
}

.background-shape {
    position: absolute;
    width: 50vw;
    height: 3.9em;
    z-index: -20;
    margin-top: -.8em;
}


.background-shape.big {
    position: absolute;
    width: 49vw;
    height: 4em;
    z-index: -30;
    margin-top: -1em;
}

#search-form .frm {
    padding: 1.5em 1em 1em;
    display: flex;
    justify-content: center;
}

#search-form button {
    background: none;
}

#search-form .button {
    justify-self: flex-start;
    background: none;
    width: 1em;
    margin: -1em 0 0 0;
    padding: 0;
}

#search-input {
    padding: 0;
    margin-bottom: 0;
}


.btn-recherche-avancee {
    text-align: right;
    font-family: Inter, sans-serif;
    width: 60vw;
    font-size: 90%;
}

#header .frmChercher .btn-recherche-avancee {
    position: absolute;
    text-align: right;
    font-size: 60%;
    width: 9%;
    margin: 3em 0 0 8%;
    padding-right: 1em;
    opacity: 0;
    color: black
}

#header .frmChercher:hover a.btn-recherche-avancee {
    opacity: 1;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .frm .background-shape big, .frm .background-shape {
        width: 90vw;
    }

    #search-input input {
        width: 65vw;
    }

    #header .frmChercher .btn-recherche-avancee {
        display: none;
    }

    #innernav, #toc {
        position: inherit;
        width: 100%;
        text-align: left;
        margin: 0 0 2em 0;
        padding: 0;
        border-top: 1px dotted silver;
        border-bottom: 1px dotted silver;

    }
}

/* NOTICES
***************************************************************************************************************/
#category_filter, #nav-letters {


}

#navbar #category_filter li a, #navbar #category_filter li > div {
    display: flex;
    padding: .4em .5em;
}


#navbar #category_filter li a.selected div, #navbar #category_filter li a.selected {
    font-weight: 900;
    color: white
}

#navbar #category_filter li div {
    align-self: center;
}

#category_filter li img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
}

#nav-letters {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    font-family: "Inter", sans;
}


#nav-letters a {
    color: #333
}

#nav-letters a.selected {
    font-weight: 900;
    color: white
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #nav-letters {
        padding: 0;

        flex-wrap: wrap;
        justify-content: center;
    }

    #nav-letters a {
        display: inline-block;
        width: 100%;
        border: 1px solid silver;
        margin: 1px;
        border-radius: 2px;
    }

    #nav-letters li:first-child {
        width: 4em;
        text-align: center;
    }

}

sup.pastille {
    font-family: "Inter", sans;
    font-size: 60%;
    border-radius: 4px;
    padding: .2em;
    margin: -8px 0 0px 4px;
}

sup.pastille.ronde {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
    color: white;
    font-weight: bold;
}

.additional_data {
    font-size: 80%;
    line-height: 1.6em;
}

.pastille:hover {
    text-decoration: none;
}

.additional_data p {
    margin-bottom: 1em;
}

.collapsable > span {
    display: none;
}

.collapsable a {
    cursor: pointer;
    font-weight: 100;
}

.collapsable.open .show_more {
    display: none;
}

.collapsable.open span {
    display: inherit;
}

.body b.highlight {
    background: lightgoldenrodyellow;
}

a.up {
    font-size: 100%;
    font-weight: 100;
    margin-left: .5em;
}

#footnotes {
    font-size: 90%;
    font-family: Inter, sans-serif;
}

#footnotes p {
    margin-bottom: 3px;
}

.notice_image {
    margin: 10px auto;
}

.notice_image img {
    margin-bottom: 4px;
    }

.notice_image_legende {
    font-family: Inter, sans-serif;
    font-size: 80%;;
    text-align: right;
    font-style: italic;
    color: #888;
    line-height: 1.2em;
}

.notice_image.portrait {
    width: 40%;
    float: left;
    margin-left: -40px;
    margin-right: 10px;
}

.notice_image.square {
    width: 50%;
    float: right;
    margin-left: 10px;
    margin-right: -40px;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .notice_image.portrait, .notice_image.square {
        width: 100%;
        margin: 10px auto;
        }
	}

/* LISTES
************************************************************************************************************************/
.list-item {
    /*margin: 0 0 2em 0;*/
    padding: 1em 1em;
    /*border-bottom:   1px dotted silver;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    transition: background-color .5s ease-in-out;
    min-width: 100%;
    width: 100%;
    color: #888
}

.list-item:hover {
    text-decoration: none;
}

.list-item .date {
    flex: 0 0 10%;
    aspect-ratio: 1;
    margin-right: 1em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: fit-content;
}

#accueil .list-item .date {
    flex: 0 0 20%
}

#accueil .list-item .visuel {
    max-height: 25vh;
}

.list-item > .photo {
    flex: 0 0 10%;
    margin-right: 1em;
    justify-content: center;
    align-self: flex-start;
}

#main .list-item h3 {
    font-size: 150%;
    margin: .5em 0 1em;
    padding: 0;
    font-weight: 900;
}

.list-item h4 {
    font-size: 120%;
    margin: 0;
    padding: 0;
    font-weight: normal;

}

.list-item h3 {
    font-size: 120%;
}

.list-item h4 {
    font-size: 100%;
}

.list-item h5 {
    font-size: 90%;
    font-style: italic;
}

.list-item .date h5, .list-item .date h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: white;
    font-family: "Libre Baskerville", Serif;
    font-size: 1vw;

}


.list-item .date h5 {

    font-weight: 900;
}

.list-item .date .shape .content h6 {
    margin: 0;
}


.list-item .texte {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#accueil .list-item .texte {
    display: block;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    justify-content: flex-start;
}

#accueil .list-item h4, #actualites .list-item.actualite h4 {
    margin: 0 0 .4em 0;
    font-size: 80%;
}

{

}

.list-item .infos {

}

.list-item .biographie {

}

.list-item .visuel {
    flex: 0 0 15%;
    overflow: hidden;
    max-height: 30vh;
    margin: 10px;
}

.list-item .break {
    flex-basis: 100%;
}

.list-item .biographie {
    font-size: 90%;
    margin: 1em 0;
}

.list-item.show_visuel_on_top {
    width: 100%;
}

.list-item.show_visuel_on_top .visuel {
    height: auto;
    max-height: max-content;
    flex: 0 0 100%;
    margin: 0 0 20px 0;
}

em.date {
    padding-top: 2em;
    display: block;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .list-item .date h5, .list-item .date h6 {
        font-size: 80%;
    }

    #a-propos .list-item {
        flex-wrap: wrap;
    }

    .list-item > .photo {
        flex: 0 0 100%
    }

}

.notices-history {
    font-size: 90%;
    margin: 2em 0;
    font-family: Inter, sans-serif;
}

#accueil .notices-history {
    margin: 0;
}

#main .notices-history p {
    margin: 0 0 .8em;
    padding: 0;
    line-height: 1em;
    font-weight: bold;
    /*padding:    .2em 0;*/
}

#accueil .notices-history p {
    margin: 0;
}


.notices-history p:first-child {
    border: 0;
}

.notices-history p a {
    color: black;
}

.sl-wrapper .sl-close {
    color: white
}

.zoom-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: -40px;
    float: right;
}

/* PAGINATION
************************************************************************************************************************/

#pagination {
    text-align: center;
    margin-top: 1em;
    width: 100%;
    float: left;
    font-family: Inter, sans-serif;
}

#pagination li {

    width: 1.3em;
    color: white;
    font-weight: 900;
    display: inline;
    margin: 2px;
    color: #333;
}

#pagination li span, #pagination li a {
    /*padding:         2px 8px;*/
    font-weight: 100;
    font-size: 70%;
    /*border-radius:   4px;*/
    text-decoration: none;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#pagination .shape .content h4 {
    font-size: 120%;
}

#pagination a .shape .content h4 {
    font-weight: 500;
    color: white;
}

#pagination span .shape .content h4 {
    font-weight: 900;
    color: white;
}


/* ENTITES
************************************************************************************************************************/
#subnav {
    width: 100%;
    margin: 0 0 1em 0;
}

#subnav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    border-bottom: 1px solid silver;
}

#subnav li {
    margin: 0;
    padding: 0;
    top: 1px;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid silver;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

#subnav li a {
    font-family: Inter, sans;
    padding: .5em 1em .5em 1em;
    display: block;
    min-width: fit-content;
    color: #666;
}

#subnav li a:hover {
    text-decoration: none;
    color: black;
}

#subnav li.active {
    font-weight: 900;
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid white;
}

#subnav li.active a {
    font-weight: 900;
    color: black
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #subnav ul {
        border: 0;
        border-radius: 5px;

    }

    #subnav li {
        border: 0px;
        padding: 0;
        margin: 0;


    }

    #subnav li.active {
        border: 0;
    }

    #subnav li a {
        font-family: Inter, sans;
        padding: 0 1em 0 0;
        word-break: keep-all;
        display: inline-block;
        width: max-content;
    }

    .nav.scroll {
        overflow-x: scroll;
        overflow-style: marquee-block;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        font-size: 100%;
        width: 100%;
        height: 1.9em;
        padding: .2em 0 .4em;
        margin: 0 0 .4em 0;
        position: relative;
        border-top: 1px dotted black;
        border-bottom: 1px dotted black;

    }

    #navbar #btn-open {
        color: white;
    }

    ::-webkit-scrollbar {
        width: 0px; /* remove scrollbar space */
        background: transparent; /* optional: just make scrollbar invisible */
    }

    .nav.scroll .nav-link, #left-col .nav a {
        display: inline;
        padding: 0 1em 0 0;
        color: rgb(103, 148, 209);
        border-bottom: 0;

    }

    ::-webkit-scrollbar {
        display: none;
    }


}

/* SECTIONS
************************************************************************************************************************/
#sections-map {
    width: 100%;
    height: calc(70vw * .75);
    background: url(../img/carte_sections.svg) no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #sections-map {
        margin: -8vw;

        width: 108vw;
        height: calc(100vw * .76);
    }

    #sections-map .xsmall {
        width: 20px;
        height: 20px;
    }
}

/* FORMULAIRES
************************************************************************************************************************/
.form {

}

/* RECHERCHE
************************************************************************************************************************/
#page .frmChercher {
    display: flex;
    justify-content: center;
    margin: 0 0 2em 0;
}

#page .frmChercher label {
    display: block;
    height: 100%;
    font-family: Inter, sans;
    font-weight: 700;
    padding: .8em 1em 0 0;
}

.recherche-item {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: 1px dotted silver;
}

.recherche-item span {
    display: block;
    font-size: 90%;
    font-style: italic;
}

.nombre-resultats {
    text-align: center;
    font-size: 90%;
    margin: 1em auto;
}

.aucun-resultat {
    text-align: center;
    margin-top: 4em;
    font-weight: 900;
}

.frmChercherAvance {
    /*background:  #f0f0f0;*/
    padding: .8em;
    font-family: Inter, sans;
}

.frmChercherAvance p {
    display: flex;
}

#search-form .frmChercherAvance button {
    display: flex;
    width: 10em;
    padding-top: .8em;
    cursor: pointer;
    margin: 0 auto;
    background: rgba(255, 255, 255, .1);
}

.back-button {
    background: white;
}

.frmChercherAvance label {
    flex: 0 0 30%;
    font-weight: 700;
}

.frmChercherAvance input[type=checkbox], .frmChercherAvance input[type=radio] {
    margin: .5em;
}

.frmChercherAvance input[type=text], .frmChercherAvance input[type=number] {
    margin-right: .5em;
}


.recherche-lien {
    width: 100%;
    font-family: Inter, sans;
    text-align: right;
}

/* ADHÉSION
************************************************************************************************************************/
#adhesion input, #adhesion label {
    width: 100%;
}

#adhesion input[type='checkbox'] {
    width: 1em;
    display: inline-block;
}


#esp-form label {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 1em;
}

#esp-form label > span {
    font-weight: bold;
    display: block;
}

#esp-form img {
    margin-right: 1em;
}

#esp-form textarea {
    width: 100%;
    height: 8em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

small.error {
    display: none;
}


.success-message {
    text-align: center;
}

.success-message img, .error-message img {
    width: 20vw;
}

.error-message {
    background: rgba(210, 82, 86, 1);
    color: white;
    padding: 2em;
    text-align: center;
    font-family: Inter, sans-serif;
}

.error-message a {
    background: rgba(0, 0, 0, .2);
    color: white
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    .frmChercherAvance p {
        flex-wrap: wrap;
    }

    .frmChercherAvance label {
        padding-top: .5em;
        flex: 0 0 100%;
    }

    .frmChercherAvance input[type=text], .frmChercherAvance input[type=select] {
        width: 100%;
        padding: .4em;
    }

    .frmChercherAvance input[type=number] {
        width: 45%;
    }

}

/* UI
************************************************************************************************************************/
.button {
    /*border-top:    1px solid silver;*/
    /*border-bottom: 1px solid silver;*/
    padding: .5em;
    display: flex;
    font-weight: 700;
    font-size: 100%;
    transition: .5s ease background-color;
}

a.button:hover {
    text-decoration: none;
}

a.button:hover .inner {
    transform: rotate(-8deg);
}

.button .icon {
    width: 3em;
    height: 3em;
}

.button .caption {
    padding: 0 .75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-overflow: ellipsis;
    font-family: "Inter", sans;
}

.button .info {
    font-size: 70%;
    font-weight: normal;
    display: block;
    width: 100%;
}

.person .button {
    font-size: 85%;
    padding: 0;
    margin: 10px 0;
}

.button.small {
    padding: .2em;
    font-size: 90%;
}

.button.small .icon {
    width: 1.5em;
    height: 1.5em;
}


/* PIED DE PAGE
************************************************************************************************************************/
#footer {
    min-height: 20vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10vh;
}

#footer > div {
    flex: 0 0 30%;
    padding: 1em 3em;
    font-size: 90%;
}

#footer div {
    color: white
}

#footer #img-cc {
    width: 12vw;
}

#footer #logo-sje {
    width: 100px;
}

#footer a.button:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .2);
}

#footer a {
    font-family: Inter, sans-serif;
    color: white
}

#footer #credits {
    color: rgba(255, 2552, 255, .5);
    flex: 0 0 100%;
    text-align: right;
    font-size: 50%;
    margin: 2em 0;
    font-family: Inter, sans;
}

#footer #credits a {
    color: rgba(255, 2552, 255, .5);
}

#footer-print {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #footer > div {
        flex: 0 0 100%;
    }

    #footer #img-cc {
        width: 33vw;
    }
}


/* FAQ
***************************************************************************************************************/
.faq_question {
    font-weight: 900;
    margin-top: 2em;
    font-size: 125%;
    font-family: Inter, sans-serif;
}

.faq_reponse {
    color: #999
}

/* ERREUR 404
 */

#message404 h3 {
    font-size: 20vw;
    margin: 0;
    padding: 0;
}

#message404 {
    text-align: center;
    font-size: 4vw;
}


/* OUTILS
************************************************************************************************************************/
#toolbox {
    position: fixed;
    width: calc(20vw + 50px);
    right: -20vw;
    top: 20vh;
    height: 50vh;
    display: flex;
    transition: .3s ease-in-out right;

}


.toolbox-button {
    width: 50px;
    height: 50px;
    right: 10px;
    z-index: 200;
}

.toolbox-content > div {
    display: none;
    height: 100%;

}

.toolbox-content h4 {
    font-size: 100%;
}

.toolbox-content h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}

.share-content .gutter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
    padding-top: 20px;
    width:80%;
   margin:  0 auto;
}

.share-content .share-button {
    display: block;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 120%;
    color: white;
    padding: .5em 1em;
    margin: .5em;
    border-radius: 8px;
}

.share-content .share-button:hover {
    text-decoration: none;
    font-weight: bold;
}

#btn-top {

    /*	position:   fixed;*/
    transition: .5s ease opacity;
    opacity: 0;

}

#btn-top.show {
    opacity: 1;
}

#btn-history.show {
    background: white;
}

.toolbox-content {
    background: white;
    width: 100%;
    /*box-shadow: 0 20px 40px silver;*/
    padding: .5em;
}

#toolbox.open {
    right: 0;
}

#toolbox.open .toolbox-content {
    box-shadow: 0 20px 20px silver;
}

#toolbox.open .toolbox-button:not(.close) {
    visibility: hidden;
}

.toolbox-button.close {
    visibility: hidden;
}

#toolbox.open .toolbox-button.close {
    visibility: visible;
    opacity: 1;
}

.toolbox-buttons {
    width: 60px;
    display: flex;
    flex-direction: column;
}

.toolbox-buttons a {
    background: silver;
    width: 60px;
    height: 60px;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #toolbox {
        width: calc(85vw + 50px);
        right: -85vw;
    }
}

/* SOUTIENS
*/
.soutiens-list {
    display: flex;
    flex-wrap: wrap;
}

#soutiens h4 {
    margin-top: 2em;
}

.soutien-item {
    display: block;
    flex: 0 0 22%;
    aspect-ratio: 1;
    margin: 10px;

}

/* METAGRID
************************************************************************************************************************/
#metagridWidget .row {
    margin: 1em 0;
}

/* PRESSE
************************************************************************************************************************/
#nav-years {
    font-family: "Inter", sans;
}

.item.presse {
    border-top: 1px dotted silver
}

.item.presse:hover {
    text-decoration: none;
}

.item.presse p {
    font-family: "Inter", sans;
}
