/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.container{
    max-width: 82%;
}
article, aside, details, figcaption, figure, footer, .header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
}

video{
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

button a{
    color: white;
    font-weight: bold;
    font-size: 12px;
}


.btn-primary{
    background-color: #03AFD9 !important;
    border-color: #03AFD9 !important;
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

#button-container{
    float: right;
    height: 100%;
}

.arrow-button{
    background-color: #03AFD9;
    height: 100%;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@media screen {
    * {
        box-sizing: border-box
    }
    html {
        font: 18px/24px "Roboto", sans-serif;
        color: #676767
    }
    a {
        color: #C72E2E;
        text-decoration: none
    }
    a:hover {
        text-decoration: underline
    }
    h1, h2, h3, h4, h5, h6 {
        color: #000
    }
    h1 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 24px;
        line-height: 48px;
        font-weight: normal
    }
    h2 {
        font-size: 27px;
        margin-bottom: 24px;
        line-height: 48px;
        font-weight: normal
    }
    p {
        margin: 24px 0
    }
    #wrap {
        /* max-width: 1100px; */
        margin: auto;
        /* padding: 0 .625%; */
        position: relative
    }

    table {
        margin: 48px auto;
        border-collapse: collapse;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede
    }
    th, td {
        padding: 12px;
        vertical-align: top
    }
    th {
        border-bottom: 3px solid #dedede;
        padding-bottom: 9px;
        text-align: left
    }
    td {
        border-bottom: 1px solid #dedede;
        padding-bottom: 11px
    }
    ::-webkit-input-placeholder {
        font-style: italic
    }
    ::-moz-placeholder {
        font-style: italic
    }
    :-ms-input-placeholder {
        font-style: italic
    }
    :-moz-placeholder {
        font-style: italic
    }
    fieldset {
        border: 0;
        margin: 0;
        padding: 0
    }
    select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #dedede;
        border-radius: 2px;
        font-size: 18px;
        line-height: 24px;
        color: #676767;
        height: 36px;
        background: #fff url("../../../../application/asset/img/select-arrow.svg") no-repeat;
        background-position: right 6px center;
        background-size: 5.715px;
        padding-right: 24px
    }
    select option {
        margin: 0 12px
    }
    button, .button, input[type="submit"] {
        background: #03AFD9;
        font-weight: bold;
        font-size: 12px !important;
        font-family: "raleway", arial;
        color: #fff;
        border: 0;
        cursor: pointer;
        padding: 0px 15px 0px 15px;
        min-height: 36px;
        min-width: 36px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }

    a.button {
        color: #000;
        border-radius: 8px;
        color: white;
        font-weight: bold;
        padding: 10px;
    }
    a.button:hover {
        text-decoration: none
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {
        border: 1px solid #dedede;
        padding: 5px;
        padding-left: 5px;
        height: 36px;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
        padding-left: 50px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    input[type="front_search"]{
        border: 1px solid #dedede;
        padding: 5px;
        padding-left: 5px;
        height: 36px;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
        padding-left: 50px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background-color: white !important;
        background: url('../images/icon-loupe-sombre.svg') no-repeat 10px center;
    }
    textarea {
        border: 1px solid #dedede;
        padding: 5px
    }
    .field {
        padding: 20px;
        margin-bottom: 24px;
        background-color: #F5F5F5;
        border-radius: 8px;
    }

    .field label{
        font-weight: bold;
        color: #838383;
    }
    .field span{
        font-weight: bold;
        color: #838383;
    }
    .field .field-meta {
        padding-right: .625%;
        padding-left: .625%;
        text-align: left;
        line-height: 36px
    }
    .required.field .field-meta:after {
        content: "*"
    }
    .field .field-meta legend {
        float: right
    }
    .field .inputs {
        width: 75%;
        padding-left: .625%
    }
    .field .collapsible {
        font-size: 14px;
        display: block;
        clear: both;
        line-height: 18px;
        color: #838383;
        margin-bottom: 18px;
    }
    .field .inputs~*, form input[type="submit"] {
        border-radius: 8px;
        margin-top: 12px
    }
    .search_menu{
        border-top: 5px solid #03AFD9;
        top: 100%;
        right:0;
        position: absolute;
        background-color: white;
        z-index: 1;
        padding: 10px;
        box-shadow: 0px 3px 6px #00000029;
    }
    .search_menu button{
        color: white !important;
        text-transform: uppercase !important;
        border-radius: 8px !important;
    }

    .advanced_search {
        color: white;
        background: #152A3B;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 8px;
        border: 1px solid #152A3B;
        margin-left: 5px;
    }
    #advanced-search select {
        margin-bottom: 12px
    }
    #advanced-search {
        padding: 24px 0
    }
    #advanced-search input[type="text"] {
        height: 36px;
        width: 100%;
    }
    #advanced-search input[type="submit"] {
        font-size: 27px;
        padding: 12px
    }
    #advanced-search .multi-value div.value:only-of-type .remove-value {
        display: none
    }
    #advanced-search .remove-value {
        text-indent: -9999px;
        position: relative;
        width: 36px;
        height: 36px;
        margin-left: 6px
    }
    #advanced-search .remove-value:before {
        text-indent: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 36px
    }
    .search-entry:not(:first-child) {
        margin-top: 12px
    }
    nav .navigation, nav ul {
        list-style: none;
        padding: 0
    }
    .item-pagination.navigation {
        border-top: 1px solid #dedede;
        padding-top: 11px;
        display: flex;
        justify-content: space-between
    }
    .secondary-nav {
        text-align: center
    }
    .secondary-nav ul {
        margin: 0 0 -1px;
        border-bottom: 1px solid #dedede;
        padding-bottom: -1px
    }
    .secondary-nav.navigation li {
        display: inline-block;
        margin-right: .5em;
        padding-bottom: 12px
    }
    .secondary-nav.navigation li.active a {
        color: #C72E2E
    }
    .secondary-nav a {
        color: #676767
    }
    #collecting_form_1 input[type="text"]{
        width: 50%;
        border-radius: 8px;
        padding-left: 15px;
    }
    #collecting_form_1 input[type="submit"]{
        text-transform: uppercase;
        padding: 15px;
        margin-bottom: 20px;
    }
    #collecting_form_1 .field{
        background-color: transparent;
        border-radius: 0px;
        border-left: 2px solid #03AFD9;
        margin-bottom: 50px;
        margin-top: 50px;
        padding-left: 50px;
    }
    #skipnav {
        position: absolute;
        top: 0;
        left: -9999px;
        background-color: #fff;
        padding: 6px;
        display: inline-block
    }
    #skipnav:focus {
        left: 50%;
        transform: translateX(-50%)
    }
    .header-mobile{
        display: none;
    }
    .header-mobile nav .navigation {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        padding: 5px 0;
        margin: 24px 0
    }
    .header-mobile nav li {
        display: block;
        margin: 0 .5em
    }
    .header-mobile nav li ul {
        display: none
    }
    .header-mobile nav a {
        font-size: 15.75px
    }
    .header-mobile a {
        text-decoration: none
    }
    .header nav .navigation {
        list-style-type: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        padding: 5px 0;
        margin: 24px 0
    }
    .header nav li {
        display: block;
        margin: 0 .5em
    }
    .header nav li ul {
        display: none
    }
    .header nav a {
        font-size: 15.75px
    }
    .header a {
        color: #03AFD9;
        font-size: 12px;
        text-decoration: none;
        list-style: none;
    }
    .site-title {
        font-size: 80%;
        font-weight: bold;
        color: #03AFD9;
        text-transform: uppercase;
        letter-spacing: .125em;
        margin: 48px 0 0;
        display: block;
        vertical-align: top;
        text-align: center;
        max-width: 180px;
    }
    .site-title:hover {
        text-decoration: none
    }
    .site-title img {
        max-height: 71px;
        max-width: 100%;
        padding-right: 1em;
    }
    #header-image img {
        max-width: 100%;
        vertical-align: top
    }

    .divnav, .subnav {
        width: 80%;
        margin: auto;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .divnav .navigation {
        height: 100%;
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar{
        display: contents !important; 
        padding: 0 !important;
    }
    .navbar .navigation {
        position: relative;
        left: 0;
        top: 0;
        float: none;
        margin: 0;
        padding-left: 0;
    }
    .navbar .navigation > li > ul{
        position: absolute;
        margin: 0 0 10px 0px;
        z-index: 1;
        padding: 10px;
        background: white;
        border: 1px dotted #c5c5c5;
        display: none;
    }
    .navbar .navigation > li > ul > li{
        padding: 5px;
        font-weight: bold;
        list-style: none;
        border-bottom: 1px dotted #c5c5c5;
    }
    .navbar .navigation > li > ul > li > a{
        color: #03AFD9;
        font-size: 12px;
    }


    .navigation {
        list-style: none;
    }
    .navbar .navigation > li:first-child {
        border-left: 1px dotted #c5c5c5;
    }
    .navbar .navigation > li {
        text-transform: uppercase;
    }
    .navbar .navigation > li {
        border-right: 1px dotted #c5c5c5 !important;
        height: 100%;
        line-height: 39px;
        width: 100%;
    }
    .navbar .navigation > li {
        float: left;
        padding: 0;
    }
    .navbar .navigation > li:hover {
        float: left;
        padding: 0;
        background-color: #03AFD9;
        transition : 0.3s;
    }

    .navbar .navigation > li > a {
        color: black;
        font-family: 'Roboto Condensed';
        font-weight: inherit;
    }
    .navbar .navigation > li > a {
        float: none;
        padding: 12px 15px 8px;
        text-align: center;
        font-size: 13px;
        text-decoration: none;
        border-bottom: 3px solid transparent;
        transition: all 0.1s ease-in-out;
    }

    .navbar .navigation > li > a:hover {
        color: white;
        transition : 0.3s;
    }

    .navigation > li > a {
        display: block;
    }

    .toc-block ul{
        display: block !important;
    }
    .toc-block a{
        font-weight: bold;
        color: #03AFD9;
    }
    .toc-block ul:hover{
        display: block;
    }
    #search-container {
        position: relative;
    }
    #search-container input[type="text"], #search-container button {
        border: 0;
        border-bottom: 1px solid #dedede;
        background-color: #fff;
        height: 36px;
        display: inline-block;
        line-height: 24px;
        padding: 6px;
        vertical-align: bottom;
        background-color: #fff;
        color: #676767
    }
    #search-form {
        display: flex;
        padding: 6px 12px 12px;
        background: #fff
    }
    #search-form.closed {
        width: 36px;
        height: 42px;
        display: none;
    }
    #search-form.open {
        right: 36px;
    }
    #search-form+button.search-toggle {
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        border-bottom: 0;
        color: white;
    }
    #search-form.closed+.search-toggle {
        background-color: #03AFD9;
    }
    #search-form.closed+.search-toggle:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free"
    }
    #search-form.open+.search-toggle {
        background-color: #03AFD9;
    }
    #search-form.open+.search-toggle:after {
        content: "\f00d";
        font-family: "Font Awesome 5 Free"
    }
    #search-form.closed [type="text"], #search-form.closed [type="submit"], #search-form.closed #advanced-form {
        display: none
    }
    #search-form button {
        margin: 10px 10px 0px 10px;
        width: -moz-available;
        width: -webkit-fill-available; 
    }
    #search-form button:after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 6px;
        right: 0;
        text-indent: 0;
        width: 36px;
        text-align: center;
        cursor: pointer
    }
    #query:focus {
        position: relative;
        z-index: 1
    }
    #advanced-form {
        background-color: #fff;
        position: absolute;
        top: 100%;
        padding: 12px;
        right: 0;
        left: 0;
        border: 1px solid #dedede;
        border-top: 0
    }
    #advanced-form fieldset {
        margin-bottom: 12px
    }
    #advanced-form fieldset input {
        margin-right: 6px
    }
    #advanced-form p {
        margin: 0
    }
    #content .blocks {
        width: 100%
    }
    #content .blocks>h2:first-of-type {   
        font-size: 36px;
        margin-bottom: 24px;
        line-height: 48px;
    }

    #footer {
        background: #007FA2;
        padding: 18px 0 0;
        border-top: 1px solid #dedede;
    }

    #footer .claim-footer {
        color: white;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: lighter;
    }

    #footer .container {
        width: 100%;
        display: flex;
        padding-bottom: 1.5em;
        padding-top: 1.5em;
        max-width: 1180px;
    }

    #footer-text ul {
        width: 30%;
    }
    #footer-text ul {
        border: 0px;
        margin: 0 0 25px;
            margin-top: 0px;
        padding: 0 0 15px;
        width: 210px;
        margin-left: 5%;
    }

    #footer-text li {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin: 0 0 5px;
        padding: 0 0 0 40px;
        font-family: "raleway";
        list-style: none;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

    #footer-text li a {
        font-family: 'Roboto', sans-serif;
        font-weight: 200;
        color: #ffffff;
    }

    #footer-links{
        text-align: justify;
        letter-spacing: normal;
        padding: 0.5em 0.9em 0.5em 0.9em;
        color: white;
        margin: auto;
        width: inherit;
        text-align: center;
    }
    #footer-links a {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 14px;
        font-weight: 200;
        color: #ffffff;
        margin: 3%;
        display: inline-flex;
      }

    .endpage-omeka {
        background: #03AFD9;
        margin-bottom: 0px;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-family: "Roboto";
    }

    .endpage-omeka a {
        color: white;
        font-size: 14px;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
        text-transform: uppercase;
    }

    #bottom-nav li {
        display: inline-block;
        margin-right: 1em;
        font-size: 15.75px
    }
    #sort-links {
        display: inline-block
    }
    #sort-links ul {
        list-style: none;
        padding: 0;
        display: inline-block
    }
    #sort-links li {
        display: inline-block;
        margin: 0 .5em
    }
    #sort-links a {
        color: #676767
    }
    #sort-links .sorting a {
        color: #C72E2E
    }
    .browse-controls {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: initial;
        width: 100%;
        margin-bottom: 1rem;
    }
    .sorting button {
        padding: 2px 4px;
        vertical-align: bottom;
    }
    .pagination {
        float: right
    }
    .pagination>* {
        margin-top: 10px;
        vertical-align: top
    }
    .pagination form, .pagination .next.button {
        margin-right: 12px
    }
    .pagination .button {
        border: 1px solid #dedede;
        height: 37.2px;
        width: 30px;
        display: inline-block;
        line-height: 36px;
        padding: 0 12px;
        text-align: center;
        border-radius: 0;
    }
    .pagination .row-count {
        line-height: 36px
    }
    [name="page"] {
        width: 72px;
        text-align: center
    }
    #sort-links {
        float: right
    }
    .layout-toggle button {
        width: 36px
    }
    .o-icon-grid:before {
        font-family: "Font Awesome 5 Free";
        content: "\f009"
    }
    .o-icon-list:before {
        font-family: "Font Awesome 5 Free";
        content: "\f03a"
    }
    .resource-list {
        padding-left: 0;
        list-style: none;
        width: 100%
    }
    .resource-list.grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        clear: both
    }
    .resource-list.grid .resource {
        padding: 24px .625%;
        font-size: 15.75px
    }

    .resource-list.grid .resource .thumbnail img {
        width: 200px;
        height: 200px;
    }
    .resource-list.list {
        border-top: 1px solid #dedede
    }
    .resource-list.list .thumbnail {
        margin-left: 1.25%;
        order: 2
    }
    .resource-list.list .resource {
        display: flex;
        border-bottom: 1px solid #dedede;
        padding: 24px 0
    }
    .resource-list.list .resource-meta:not(:only-child) {
        width: 75%;
        order: 1
    }

    .resource-meta {
        max-width: 200px;
    }
    .resource-meta a{
        color: #838383;
        font-weight: bold;
        font-size: 18px;
    }
    .resource-meta p{
        margin-bottom: 0;
        font-weight: bold;
        font-size: 13px;
    }
    .resource-list.list h4 {
        margin-top: 0
    }

    /* PLUGIN REFERENCE */
    .reference-block{
        clear: both;
    }
    .reference-pagination li.pagination-range a{
        margin-bottom: 2px;
    }

    .acces-index {
        padding-top: 75px;
        margin: auto;
        font-size: 1.35em;
        text-align: center;
    }

    .acces-item {
        width: 200px;
        background-size: contain;
        display: inline-block;
        margin: 0 10px 10px 0;
        position: relative;
    }
    .acces-item::before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .acces-item-person {
        background-image: url("../images/facets/Personnalites.jpg");
    }
    .acces-item-work {
        background-image: url("../images/facets/Oeuvres.jpg");
    }
    .acces-item-rameau {
        background-image: url("../images/facets/Themes.jpg");
    }
    .acces-item-geo {
        background-image: url("../images/facets/Lieux.jpg");
    }
    .acces-item-event {
        background-image: url("../images/facets/Dates.jpg");
    }
    .acces-item-performance {
        background-image: url("../images/facets/Sujets.jpg");
    }
    .acces-item-periodic {
        background-image: url("../images/facets/Catégories.jpg");
    }

    .acces-item-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        line-height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #uv-2 {
        display: none;
    }

    .bouton-accueil {
        background-color: #343132;
        box-shadow: 0 0 #343132, 0 0 #343132;
        opacity: 0.8;
        color: white;
    }
    .bouton-accueil .bouton-text {
        color: white;
        font-size: 0.8em;
        text-decoration: none;
    }
    /* FIN PLUGIN REFERENCE */

    /* TIMELINE */
    .tl-timeaxis-background{
        background-color: #2E2E2E;
        border-top: none;
    }
    .tl-timenav .tl-attribution{
        display: none;
    }
    .tl-timenav {
        background-color: #000000;
    }
    .tl-timemarker .tl-timemarker-content-container{
        background-color: #838383;
        box-shadow: none;
    }
    .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline{
        color: white;
    }
    .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class^="tl-icon-"], .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class*=" tl-icon-"]{
        color: white;
    }
    .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout::after, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p.tl-headline-fadeout::after {
    background: none;
    }
    .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container{
        background-color: #03AFD9;
    }
    .tl-menubar-button{
        background-color: #03AFD9;
        color: white;
    }
    .tl-timemarker .tl-timemarker-timespan{
        background-color: black;
    }
    .tl-timeline a {
        color: #03AFD9;
        font-weight: bold;
        font-size: 36px;
    }
    .tl-timeline a:hover {
        color: #838383;
        transition : 0.2s;
        text-decoration: none;
    }
    
    /* FIN TIMELINE */
    #collection-items h2 {
        width: 100%
    }
    .collection-list{
        justify-content: center;
        display: flex;
    }
    
    .bandeau-gris {
        padding: 20px;
        width: 100vw;
        position: relative;
        left: calc(-50vw + 50%);
        background-color: #fafafa;
      }

    .browse .resource h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0
    }
    .browse .resource h4 a {
        color: #000
    }
    .browse .item-img a {
        display: block
    }
    .browse .resource img {
        max-width: 200px;
        width: 200px;
        border: solid 1px lightgray;
    }
    .browse .creator+.date {
        margin-left: -4px
    }
    .browse .creator+.date:before {
        content: ", "
    }
    .search-filters {
        text-align: center;
        margin: 0 0 24px
    }
    .search-filters .filter {
        display: inline-block;
        border: 1px solid #dedede;
        padding: 5px;
        font-size: 22.5px;
        margin: 0 .5em
    }
    .search-filters .filter-label:after {
        content: ": "
    }
    #itemfiles, .lSSlideOuter .media-render {
        margin: 0;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%
    }
    #itemfiles {
        margin: 0 auto 24px;
        text-align: center;
        min-height: 50vh !important
    }
    #itemfiles li {
        bottom: 0
    }
    .lSSlideOuter ul.lSPager.lSGallery {
        margin: auto;
        margin-bottom: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    .lSSlideOuter .media-render {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .lSSlideOuter .media-render a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .lSSlideOuter .media-render img {
        max-height: 100%;
        width: auto
    }
    .lSPager img {
        margin: 0 12px 12px 0;
        vertical-align: bottom;
        width: 72px
    }
    .property {
        display: flex;
        margin-bottom: 24px;
        flex-wrap: wrap;
        justify-content: flex-end;
        clear: both
    }
    .property h4, #linked-resources h4 {
        width: 18.75%;
        margin: 0;
        text-align: right;
        padding: 0 .625%;
        font-size: 22.5px
    }
    .property .field-term {
        display: block;
        font-size: 18px
    }
    .property .values, .property h4+.value {
        width: 81.25%;
        padding: 0 .625%
    }
    .property .values .value:not(:last-child) {
        border-bottom: 1px solid #dedede;
        padding-bottom: 11px;
        margin-bottom: 12px
    }
    .property .value>*:first-child {
        margin-top: 0
    }
    .property .value img {
        height: 36px;
        display: inline-block;
        vertical-align: middle
    }
    .property .value .language {
        display: none;
        padding: 0 6px;
        border: 1px solid #dedede
    }
    .property .value table {
        margin: 0;
        width: 100%
    }
    #linked-resources {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        overflow-x: auto;
    }
    .linked-header, .linked-footer {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        justify-content: flex-end
    }
    #linked-filter {
        display: flex;
        align-items: center;
        width: 50%;
        justify-content: flex-start;
        margin-right: auto
    }
    #linked-filter h4 {
        font-size: 18px;
        width: auto;
        padding: 0;
        margin-right: 6px;
        text-align: left
    }
    #linked-resources table {
        width: 100%;
        margin-top: 0
    }
    #linked-resources td {
        vertical-align: middle
    }
    #linked-resources caption {
        text-align: left;
        font-weight: bold;
        margin: 6px 12px
    }
    #linked-resources>h4 {
        padding: 6px .625%
    }
    #item-linked .pagination {
        width: 50%;
        text-align: right
    }
    #item-linked .resource-link img {
        height: 36px;
        width: auto;
        display: block;
        margin-right: 6px
    }
    #linked-resources .linked-resource {
        border-bottom: 1px solid #dedede;
        margin-bottom: 12px;
        width: 81.25%;
        padding: 0 .625% 11px
    }
    #linked-resources .resource-link {
        display: flex;
        align-items: center
    }
    #home #featured {
        margin: 0 0 48px;
        background-color: #dedede
    }
    #home #featured .slick-list .image {
        display: block;
        height: 50vh;
        overflow: hidden
    }
    #featured img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
    #featured .featured-meta {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        padding: 12px .625% 18px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff
    }
    #featured .featured-meta h3 {
        font-size: 31.5px;
        line-height: 42px;
        margin: 0;
        font-weight: normal
    }
    #featured .featured-meta h3 a {
        color: #fff
    }
    #featured .featured-meta h3 a:hover {
        text-decoration: none
    }
    #featured .featured-meta p {
        font-size: 15.75px;
        margin: 0
    }
    #featured .slick-dots {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        list-style: none;
        padding: 0
    }
    #featured .slick-dots li {
        display: inline-block
    }
    #featured .slick-dots button {
        background-color: #dedede;
        width: 13.5px;
        height: 13.5px;
        border-radius: 18px;
        text-indent: -9999px;
        border: 0;
        cursor: pointer;
        margin: 0 .5em
    }
    #featured .slick-dots li[aria-hidden="false"] button {
        background-color: #9e9e9e
    }
    #search-results {
        width: 100%;
        margin: 24px 0 0
    }
    #search-results img {
        height: 72px;
        float: right
    }
    #search-results a {
        vertical-align: top
    }
    #intro-HP{
        width: 100vw;
        position: relative;
        left: calc(-49vw + 49.2%);
        background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) ), url("../images/bandeau.jpg") ;
        background-position-y: 20%;
        padding: 30px;
        background-size: 100%;
    }
    #intro-Hp img{
        filter: brightness(50%);
    }
    #intro-HP .row-fluid{
        margin-left: 10%;
    }
    #hp-text{
        color: white;
        font-size: 14px;
        font-weight: bold;
        width: 70%;
    }
    .page .site-page-pagination {
        border-top: 1px solid #dedede;
        padding-top: 11px;
        margin-top: 48px;
        width: 100%
    }
    .page .site-page-pagination a:last-child:not(:only-child) {
        margin-left: 24px
    }
    .page #content {
        display: flex;
        flex-wrap: wrap;
        background-image: url("../images/bibnum_custom.png");
        -webkit-background-size: cover;
        background-size: 100%;
    }
    #content {
        display: flex;
        flex-wrap: wrap;
        background-image: url("../images/bibnum_custom.png");
        -webkit-background-size: cover;
        background-size: 100%;
        overflow: hidden;
    }
    .page #content .breadcrumbs {
        width: 100%
    }
    .page #content .breadcrumbs+.blocks, .page #content .blocks:first-child {
        width: 100%
    }
    .page #content .sub-menu {
        padding: 0 .625% 24px 0;
        width: 12.5%;
        display: none;
    }
    .page #content .sub-menu~*:not(.site-page-pagination) {
        width: 87.5%
    }
    .page #content .sub-menu>ul {
        margin: 0
    }
    .page #content .sub-menu a {
        font-size: 15.75px;
        color: #676767
    }
    .page #content .sub-menu .current a {
        color: #C72E2E
    }
    .page #content .sub-menu>ul>li {
        padding: 5px
    }
    .page #content .sub-menu>ul>li:not(:last-of-type) {
        border-bottom: 1px solid #dedede;
        margin-bottom: 6px
    }
    .page #content .sub-menu h4 {
        border-bottom: 1px solid #dedede;
        padding-bottom: 5px;
        margin: 0 0 6px
    }
    .page.browse .pagination {
        margin-left: auto
    }
    .page.browse .resource-list {
        border-top: 1px solid #dedede
    }
    .page.browse .resource-list li {
        border-bottom: 1px solid #dedede;
        padding-bottom: 24px
    }

    .item-showcase .resource, .file .resource {
        display: flex;
        flex-direction: column;
        flex-basis: content;
        max-width: 100%;
        margin: 0 24px 24px
    }
    .item-showcase .resource img, .file .resource img {
        max-width: 100%
    }
    .item-showcase .resource>a:first-child, .item-showcase .resource .media-render>a:first-child, .file .resource>a:first-child, .file .resource .media-render>a:first-child {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%
    }
    .item-showcase .resource>a:first-child{
        margin: auto;
    }
    .item-showcase .resource h3, .file .resource h3 {
        font-size: 18px;
        margin: 12px 0 0
    }
    .page .media-render {
        display: flex;
        flex-basis: min-content
    }
    .page .media-render a {
        display: block
    }
    .page .media-render img {
        vertical-align: top
    }
    .left.file {
        margin: 0 24px 24px 0
    }
    .right.file {
        float: right;
        margin: 0 0 24px 24px
    }
    .item-showcase {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        clear: both;
        justify-content: center;
        margin: 24px 0
    }
    .bottom-contact{
        text-align: center;
    }
    .bottom-contact button{
        text-transform: uppercase;
        font-size: 16px !important;
        margin: 50px;
        width: 15rem;
        height: 7rem;
        font-weight: bold;
        background: transparent linear-gradient(90deg, #007FA2 0%, #03AFD9 100%) 0% 0% no-repeat padding-box;
        max-width: 70%;
    }
    .bottom-contact img{
        width: 3rem;
    }
    .bottom-contact span{
        vertical-align: middle;
        margin-left: 20px;
        display: inline-block;
        width:60%;
    }
    .top-div {
        background-color: #03AFD9;
        border-radius: 8px 0px 0px 8px;
        width: 87px;
        height: 65px;
        position: fixed;
        right: -1%;
        top: 75%;
        z-index: 50;
    }
    .top-div img {
        position: absolute;
        left: 23%;
        top: 21%;
        width: 44%;
    }
    .blocks h2{
        font-weight: bold;
        color: #03AFD9;
        margin-top: 3rem;
        position: relative;
        font-size: 1.7rem;
        margin-bottom: 3rem;
        text-transform: uppercase;
    }
    .blocks h2:before{
        content: '';
        position: absolute;
        width: 70px;
        height: 4px;
        background-color: #03AFD9;
        top: 110%;
    }
    .searchCreator a{
        margin-bottom: 0;
        font-weight: bold;
        font-size: 13px;
        color: black;
    }
    .searchCreator img{
        display: none;
    }
    .searchDate a{
        color: #737373;
        font-weight: normal;
        font-size: 13px;
    }
    .searchDate{
        color: #737373;
        font-weight: normal !important;
        font-size: 13px !important;
    }
    .leftThumbnail{
        justify-content: center; 
        display: flex; 
        padding-top: 50px;
    }
    .leftThumbnail img{
        max-width: 300px;
        max-height: 300px;
    }
    .titleH2{
        font-weight: bold;
        color: #838383 !important;
        margin-top: 3rem;
        position: relative;
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .titleH2:before{
        content: '';
        position: absolute;
        width: 70px;
        height: 4px;
        background-color: #838383 !important;
        top: 110%;
    }
    .titleH2blue{
        font-weight: bold;
        color: #03AFD9 !important;
        margin-top: 3rem;
        position: relative;
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .titleH2blue:before{
        content: '';
        position: absolute;
        width: 70px;
        height: 4px;
        background-color: #03AFD9 !important;
        top: 110%;
    }
    .div-text h2:before{
        display: none;
    }
    .col-md-auto{
        padding: 0;
        margin-bottom: 15px;
        width: auto !important;
    }

    .preview-map{
        clear: both;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .preview-block {
        margin-top: 24px;
        margin-bottom: 50px;
        width: 100%;
        display: inline-block;
    }

    .preview-block .div-text {
        position: absolute;
        bottom: 0px;
        width: 200px;
        z-index: 2;
        text-align: center;
        background: rgba(22, 42, 60, 0.9);
        margin: 0px;
        opacity: 0.9;
        padding: 10px;
    }
    .mobile-preview-block .div-text {
        position: absolute;
        bottom: 0px;
        width: 200px;
        z-index: 2;
        text-align: center;
        background: rgba(22, 42, 60, 0.9);
        margin: 0px;
        opacity: 0.9;
        padding: 10px;
    }

    .preview-block .div-img {
        position: relative;
        height: 200px;
        width: 30%;
        margin-bottom: 2rem;
        margin: 7px;
        max-width: 200px;
        max-height: 200px;
    }
    .mobile-preview-block .div-img {
        position: relative;
        height: 200px;
        width: 30%;
        margin-bottom: 2rem;
        margin: 7px;
        max-width: 200px;
        max-height: 200px;
    }
    .preview-block .div-text h2 {
        line-height: 24px;
    }
    .mobile-preview-block .div-text h2 {
        line-height: 24px;
    }
    .preview-block img {
        display: block;
        overflow: hidden;
        width: 200px;
        height: 200px;
        position: relative;
    }
    .mobile-preview-block img {
        display: block;
        overflow: hidden;
        width: 200px;
        height: 200px;
        position: relative;
    }
    .preview-block .div-text h2 a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: white;
    }
    .mobile-preview-block .div-text h2 a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        color: white;
    }
    .preview-block .description {
        max-height: 144px;
        overflow: hidden;
        position: relative
    }
    .mobile-preview-block .description {
        max-height: 144px;
        overflow: hidden;
        position: relative
    }
    .preview-block .description:after {
        content: "";
        position: absolute;
        height: 48px;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(to bottom, transparent, #fff 100%)
    }
    .mobile-preview-block .description:after {
        content: "";
        position: absolute;
        height: 48px;
        bottom: 0;
        right: 0;
        left: 0;
        background-image: linear-gradient(to bottom, transparent, #fff 100%)
    }

    .blocks .preview-block{
        display: inline-block;
    }
    .blocks .mobile-preview-block{
        display: none;
    }
    .partenaires{
        width: 100vw;
        position: relative;
        left: calc(-49vw + 49.2%);
        background-color: #F5F5F5;
    }

    .partenaires .title{
        color: #838383;
        font-size: 22px;
        margin-top: 5%;
        line-height: 50px;
        font-weight: bold;
        margin-left: 11%;
    }

    .partenaires .images{
        margin-left: 11%;
    }
    .partenaires img{
        max-width: 150px;
        max-height: 100px;
        margin-bottom: 20px;
    }
    .mapping-map{
        width: 100%;
        margin: auto;
    }
    .breadcrumbs {
        margin-bottom: 24px
    }
    .item-with-metadata .resource.show {
        clear: both;
        margin: 48px 0;
        overflow: hidden
    }
    .caption>*:first-child {
        margin-top: 12px
    }
    .list-of-sites{
        width: 100%;
        margin: 24px 0;
        display: inline-block;
        vertical-align: top;
    }
    .list-of-sites .site-list {
        padding-top: 7px;
    }
    .list-of-sites .site-list .site {
        margin-bottom: 20px;
        height: max-content;
        max-width: 600px;
        display: flex;
    }
 
    .list-of-sites .site-list a {
        color: #838383;
        transition : 0.2s;
        text-decoration: none;
        font-weight: bold;
        margin-right: 2%;
    }
    .list-of-sites .site-list a:hover {
        color: #03AFD9;
        transition : 0.2s;
        text-decoration: none;
        font-weight: bold;
        margin-right: 2%;
    }
    .list-of-sites .site-list .site-link {
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
    }
    .list-of-sites .site-list .site-summary {
        margin: 0 0 0 12px;
        line-height: 20px
    }
    .list-of-sites img{
        border-radius: 50px;
        width: 90px;
        height: 90px;
    }

    .full-list-of-sites .site-list {
        padding-top: 7px;
    }
    .full-list-of-sites .site-list .site {
        padding: 20px;
        height: max-content;
        display: block;
        border-bottom: 1px solid lightgray;
    }
 
    .full-list-of-sites .site-list a {
        color: #838383;
        transition : 0.2s;
        text-decoration: none;
        font-weight: bold;
        margin-right: 2%;
    }
    .full-list-of-sites .site-list a:hover {
        color: #03AFD9;
        transition : 0.2s;
        text-decoration: none;
        font-weight: bold;
        margin-right: 2%;
    }
    .full-list-of-sites .site-list .site-link {
        overflow: hidden;
        margin-top: auto;
        margin-bottom: auto;
    }
    .full-list-of-sites .site-list .site-summary {
        margin: 0 0 0 12px;
        line-height: 20px
    }
    .full-list-of-sites img{
        width: 180px;
    }
    
    
    .site-summary{
        color: #747474;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 20px 20px 20px 0px !important;
    }
    a.metadata-browse-link {
        display: block
    }
}

@media screen and (max-width: 640px) {
    
    .field .label, .field label, .field .field-meta, .media-list {
        width: 100%;
        text-align: left;
        margin-bottom: 6px
    }
    .field .inputs {
        width: 100%
    }
    .pagination-nav, #sort-links {
        width: 100%;
        text-align: center;
        padding: 5px 0 6px;
        border-bottom: 1px solid #dedede
    }
    .pagination-nav ul, #sort-links ul {
        margin: 0
    }
    #content .sub-menu {
        width: 100%
    }
    .header>h1, .site-title {
        margin: 6px 0;
        line-height: 36px
    }
    #search-container {
        top: -6px
    }
    #top-nav ul {
        margin: 12px 0
    }
    .header nav .navigation {
        justify-content: center;
        margin: 12px 0
    }
    #content>h2 {
        margin: 12px 0
    }
    footer {
        padding: 0;
    }
    .browse-controls {
        flex-direction: row
    }
    .browse-controls>* {
        margin: 6px 0
    }
    .browse-controls .pagination {
        order: 1;
        display: block;
    }
    .browse-controls .sorting {
        order: 2
    }
    .browse .records {
        padding: 24px 0
    }

    .browse .grid .resource {
        display: flex;
        flex-wrap: wrap;
        padding: 11px;
        margin-bottom: 24px;
        align-content: flex-start
    }
    .browse .grid .resource .thumbnail {
        width: 100%;
        margin: 0 0 12px 0
    }
    .browse .list .resource {
        display: block;
        overflow: hidden
    }
    .browse .list .resource .resource-meta:not(:only-child) {
        width: 100%
    }
    .browse .list .resource .thumbnail {
        width: 100%;
        margin: 0 0 12px 0;
        display: block
    }
    .browse .resource-list h4 {
        margin-top: 0
    }
    .property h4, .property .values, #linked-filter, #linked-resources .pagination, #linked-resources>h4, #linked-resources .linked-resource {
        text-align: left;
    }
    .linked-header, .linked-footer {
        flex-wrap: wrap;
        margin-bottom: 0
    }
    #linked-filter {
        margin-bottom: 24px
    }
    #linked-resources .resource-class {
        flex: 1;
        text-align: center
    }
    #linked-resources .resource-link {
        flex: 2
    }
    #search-filters ul li {
        font-size: 15.75px;
        margin: 0 3px 12px
    }
    #search-results {
        margin-top: 12px
    }
    #hp-text{
        width: 100%;
    }
    .blocks .preview-block{
        display: none;
    }
    .blocks .mobile-preview-block{
        display: inline-block;
    }
}

/* mode mobile */
@media screen and (max-width: 800px) {
    .header{
        display: none;
    }
    .header-mobile{
        display: flex;
    }

    .header-mobile>h1, .site-title {
        margin: 6px 0;
        line-height: 36px
    }
    .header-mobile nav .navigation {
        justify-content: center;
        margin: 12px 0
    }

    .divnav{
        flex-wrap: wrap;
        margin-top: 10px;
        width: 100%;
    }
    .site-title img{
        max-width: 80%;
    }
    .divnav .navigation{
        display: block; 
        width: 100%;
    }
    .navbar .navigation > li{
        border-right: none !important;
    }
    .navbar .navigation > li:first-child{
        border-left: none !important;
    }
    .navbar-toggler{
        background-color: #03AFD9 !important;
    }
    .search_menu{
        border-top: 5px solid #03AFD9;
        background-color: white;
        z-index: 1;
        padding: 10px;
        box-shadow: 0px 3px 6px #00000029;
        position: relative;
    }
    .search_menu button{
        color: white !important;
        text-transform: uppercase !important;
        border-radius: 8px !important;
    }
    #search-form{
        width: 100%;
        display: block;
    }
    .full-list-of-sites .site-list .site-link {
        display: block;
        margin-top: 15px;
    }
    .full-list-of-sites .site-list .site{
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 1400px) {
    .container{
        max-width: 82% !important;
    }
}

@media screen and (min-width: 1000px) {
    .preview-block{
        width: 65%;
    }
    .list-of-sites{
        width: 30%;
    }
}