* {
    box-sizing: border-box
}

body {
    font-family: "marianne", serif;
    color: #033163;
    background-color: #eeeeee;
    margin: 0px
}

html {
    font-size: 62.5%
}

header {
    width: 100%;
}

.container {
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.fcolor1 {
    color: #767999
}

.fcolor2 {
    color: #55576e
}

.ftitle {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0px
}

.ftitle2 {
    font-weight: bold;
    font-size: 1.8rem
}

.funder {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin: 0px
}

.fmenu {
    font-size: 1.5rem
}

.frafraich {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.15rem
}

.flegend {
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: -0.1rem
}

.fhour {
    font-weight: 500;
    font-size: 1.6rem
}

.fhour2,
.freseau {
    font-weight: 500;
    font-size: 1.5rem
}

.fhour2 {
    letter-spacing: 0.25rem
}

.ffoot {
    font-size: 1.2rem
}

.fbold {
    font-weight: bold
}

.fsmall {
    font-size: 1rem
}

#page-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 360px;
    height: 100vh
}

.page-header {
    display: flex;
    flex-direction: row;
    max-height: 142px;
    padding: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: inset 0px -8px 3px -9px rgba(85, 87, 110, 1);
    -moz-box-shadow: inset 0px -8px 3px -9px rgba(85, 87, 110, 1);
    box-shadow: inset 0px -9px 3px -9px rgb(85, 87, 110)
}

#logo {
    display: flex;
    flex: 1 5 451px
}

#logo-rf,
#logo-mf,
#logo-vf {
    flex: 0 1
}

.granu-search-lens {
    display: block;
    width: 20px;
    height: 20px;	
    background: url("/static/assets/images/search-2910.06578b28688e.svg") no-repeat;
    margin: 5px 2px 2px 2px;
    cursor: pointer;
}

#svg-rf {
    height: 85px;
    margin: 25px 16px 25px 36px
}

#png-vf,
#svg-mf {
    margin-top: 25px;
    margin-right: 26px;
    height: 75px
}

#png-vf {
    margin-left: 10px
}

#nav {
    display: inline-flex;
    flex: 3 1;
    justify-content: left;
    max-height: 133px
}

#nav-apic,
#nav-vf {
    flex: 0 1 260px;
    padding: 4px 6px 0px 4px;
    min-width: 230px;
    cursor: pointer;
    margin: 51px 15px 0px 15px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}

#nav-apic:hover,
#nav-vf:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

#nav-apic.active, #nav-vf.active  {
    margin-bottom: 3px;
    color: #FFF;
    transition: all 0.3s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    background-color: #00508de3;
    box-shadow: 1px 1px rgb(0, 80, 141)
}

#nav-apic .underline {
    content: "";
    width: auto;
    max-width: 210px;
    position: relative;
    height: 5px;
    border-radius: 2px 2px 2px 5px;
    background-color: #FFF;
    opacity: 0;
    transform: translateX(100%);    
    transition: all 0.3s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    margin-left: 5px;
    margin-top: 5px
}

#nav-apic.active .underline {
    transform: translateX(-5px);
    opacity: 1
}

#nav-vf .underline {
    content: "";
    width: 0px;
    max-width: 210px;
    position: relative;
    height: 5px;
    border-radius: 2px 2px 2px 5px;
    background-color: #fff;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    margin-left: 5px;
    margin-top: 5px
}

#nav-vf.active .underline {
    width: auto;
    transform: translateX(-5px);
    opacity: 1
}

#nav-apic>a,
#nav-vf>a {
    text-decoration: none;
    color: inherit
}

#nav .funder {
    max-width: 210px
}

#header-right {
    display: flex;
    flex: 1
}

#header-menu {
    display: flex;
    flex-direction: column;
    flex: 0 1;
    margin: 56px auto 0px 10px;
    padding-right: 10px
}

#nav-vf:hover .chevron,
#nav-apic:hover .chevron {
    transform: rotate(180deg)
}

#nav-vf:hover .nav-dropdown,
#nav-apic:hover .nav-dropdown {
    opacity: 1;
    pointer-events: all;
    display: block
}

.nav-dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -5px;
    left: 28px
}

.nav-dropdown {
    display: none;
    list-style: none;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px -3px 6.7px 1.3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin: -6px 0px 0px 0px;
    padding: 0px;
    min-width: 150px;
    z-index: 1001;
    pointer-events: none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.menu-over a.fmenu {
    text-decoration: none
}

.menu-over {
    padding: 10px
}

.chevron {
    margin-left: 5px;
    height: 15px;
    width: 15px;
    transition: .20s ease-in-out
}

#nav-apic .chevron svg path,
#nav-vf .chevron svg path {
    stroke: #033163
}

#nav-apic.active .chevron svg path,
#nav-vf.active .chevron svg path {
    stroke: rgb(255, 255, 255)
}

.hoverable {
    display: inline-block;
    width: 100%
}

.hoverable:hover {
    color: #DB0084
}

.footer {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center
}

#load-gif {
    position: fixed;
    top: 50vh;
    left: 50vw;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 50
}

#loading_text {
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: small
}

input {
    filter: none
}

.errorlist {
    list-style-type: none;
    padding-left: 0px
}

.form-error .errorlist,
.form-txt .errorlist {
    color: red;
    text-align: center;
    font-size: larger
}

.t_form {
    max-width: 360px;
    font-size: 1.2rem
}

.t_form caption {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.6rem
}

.t_form select {
    background-color: white;
    cursor: pointer;
    border: #00508d;
    border-style: ridge;
    border-width: thin medium;
    border-radius: 5px
}

.t_label {
    text-align: right;
    white-space: nowrap
}

.t_center {
    text-align: center
}

.t_cgu {
    display: flex;
    align-items: center
}

.t_cgu a {
    margin: 0 3px
}

.form-standard {
    max-width: 360px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-align-last: center
}

.form-standard input {
    display: block;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 300px;
    box-sizing: border-box
}

.form-standard a {
    color: black;
    text-decoration: none
}

.form-standard a:link {
    text-decoration: none
}

.form-standard a:visited {
    text-decoration: none;
    color: inherit
}

.form-standard a:hover {
    text-decoration: underline overline
}

.form-group {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center
}

.form-txt {
    width: 300px;
    flex-direction: column
}

.form-login .form-group {
    position: relative
}

.form-login .form-group .help {
    position: absolute;
    right: -10px
}

.login-message {
    color: inherit;
    align-items: center;
    display: flex;
    flex-direction: column
}

.login-message .link {
    margin-top: 40px;
    cursor: pointer;
    text-align: center
}

.login-message .link a {
    text-decoration: none;
    color: inherit
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh
}

.explicatif {
    text-align: center;
    padding-bottom: 20px;
    max-width: 500px
}

.form-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px
}

.form-group button img {
    width: 18px;
    filter: brightness(0) invert(1);
    margin-right: 10px
}

.table {
    font-size: 1.2rem;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-width: 600px;
    margin-bottom: 10px
}

.table caption {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem
}

.subtable tbody td {
    max-width: 100px;
    word-wrap: break-word
}

.caption-title,
.caption-under {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    justify-content: space-between
}

.caption-title {
    background-color: #005891;
    color: white
}

.caption-title span {
    padding-left: 10px
}

.caption-under {
    padding-bottom: 10px;
    border-bottom: #8e8e8e solid 1px
}

.filtsearch {
    display: flex;
    align-items: center
}

.filtsearch button {
    margin-right: 15px
}

.caption-search {
    display: inline-flex;
    padding: 5px
}

.caption-filter {
    display: flex;
    flex-direction: row;
    align-items: center
}

.caption-filter span {
    padding-right: 5px
}

.caption-filter div {
    display: flex;
    flex-direction: column;
    padding: 3px
}

.caption-filter select {
    background-color: white;
    color: inherit
}

.table thead th {
    font-size: 1.4rem;
    padding: 5px;
    background-color: #ffffff
}

.table td,
.table th {
    border: 1px solid #767999;
    text-align: center;
    padding: 5px;
    max-width: 300px
}

.table tbody tr:nth-child(even) {
    background-color: #ffffff
}

.table a {
    color: inherit
}

.table a:hover {
    text-decoration: underline overline
}

.tsolid {
    border-bottom: solid
}

.treplace {
    min-width: 100%;
    min-height: 60vh
}

.flex-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-button img {
    margin-right: 5px
}

.flex1 {
    flex: 1
}

.marged {
    margin: 3px
}

.common-button {
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer
}

.border-button {
    margin-left: 3px;
    border: solid 2px;
    border-color: white
}

.tab-button {
    min-width: 50%;
    margin: auto
}

.tab-button img {
    padding-right: 3px
}

.text-decoration-none {
    text-decoration: none
}

#cgu {
    padding: 20px;
    text-align: justify;
    text-justify: inter-word
}

#cgu_validation_container {
    display: flex;
    flex-direction: column;
    align-items: center
}

#cgu_overflow_container {
    height: 300px;
    overflow: auto;
    border: 1px solid #b3b3b3
}

#block-messages {
    width: 98%;
    margin-left: auto;
    margin-right: auto
}

.message {
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    align-items: center
}

.success {
    background-color: #0A0
}

.warning {
    background-color: #ffa400
}

.error {
    background-color: #ff4500
}

.info {
    background-color: #87CEFA
}

.msg-content {
    flex: 1
}

.msg-close {
    color: black;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 5px;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-left: 1px;
    cursor: pointer;
    justify-content: center
}

.pop {
    animation: popping 0.6s ease-out
}

@keyframes popping {
    0% {
        transform: translateY(-15px) scaleY(0.2);
        opacity: 0
    }

    100% {
        transform: translateY(0px) scaleY(1.0);
        opacity: 1
    }
}

.form-button {
    width: 100px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    cursor: pointer;
    padding: 5px;
    border: 0;
    text-align: center;
    text-decoration: none
}

.form-button a {
    display: block;
    text-decoration: none;
    color: #ffffff
}

.form-button a:link {
    text-decoration: none
}

.form-button a:visited {
    text-decoration: none;
    color: #ffffff
}

.classic {
    background-color: #005891
}

.cancel {
    background-color: #8e8e8e
}

.delete {
    background-color: red
}

.classic:hover {
    background-color: #418ab5
}

.cancel:hover {
    background-color: #b3b3b3
}

.delete:hover {
    background-color: #ff7070
}

.tooltip-content {
    display: none;
    pointer-events: none;
    background-color: white;
    padding: 5px;
    border: 1px solid rgb(0, 0, 0, 0.5);
    font-size: 12px;
    width: fit-content
}

.help {
    background-color: #005891;
    border-radius: 20px;
    width: 28px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: 20px;
    margin-left: 5px;
    cursor: help;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.pagination {
    text-align: center;
    margin-top: 10px
}

.pagination .current {
    padding-left: 10px;
    padding-right: 10px
}

.pagination a,
.pagination a:visited {
    text-decoration: none;
    color: inherit
}

.pagination a:hover {
    text-decoration: underline;
    color: #55576e
}

.pagititle {
    display: flex;
    justify-content: space-evenly
}

.pagination.pagititle a {
    margin-top: auto;
    margin-bottom: auto
}

.pagination .page-item {
    display: inline-block
}

.pagination .page-link {
    margin: 0 3px;
    padding: 5px 9px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer
}

.pagination .active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff
}

.pagination .page-link:hover {
    background-color: #0056b3;
    color: white;
    border-color: #0056b3;
    text-decoration: none
}

.pagilink {
    width: 75px
}

.pagifooter .drophref-content {
    bottom: 100%
}

.dropbtn {
    appearance: none;
    -webkit-appearance: none;
    color: inherit;
    background: white;
    border-radius: 8px 8px 4px 4px;
    box-shadow: 0 2px 4px rgb(3, 49, 99);
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.drophref {
    position: relative;
    display: inline-block
}

.drophref-content {
    display: none;
    position: absolute
}

.drophref-content a {
    background-color: #fff;
    padding: 5px;
    border-bottom: currentColor dashed thin
}

.drophref-content a:hover {
    background-color: #ddd
}

.drophref:hover .drophref-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgb(3, 49, 99)
}

.drophref:hover .chevron {
    transform: rotate(180deg)
}

.floating {
    margin: 0;
    box-shadow: 0 2px 4px rgb(3, 49, 99);
    border-radius: 4px 16px
}

.floating:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19)
}

.floating img {
    padding-right: 5px
}

.absolute {
    position: absolute;
    transform: translate(-5px, -15px)
}

.modal-title {
    font-size: 1.7rem
}

.modal-body {
    font-size: 1.3rem;
    text-align: justify
}

@media (max-width:1050px) {
    html {
        font-size: 57.5%
    }

    .page-header {
        max-height: 112px;
        margin-top: 0px
    }

    #svg-rf {
        max-height: 65px;
        margin: 20px
    }

    #png-vf,
    #svg-mf {
        max-height: 55px;
        margin-top: 20px
    }

    #nav {
        flex: 2 1;
        max-height: 104px
    }

    #nav .funder {
        display: none
    }

    #nav-apic,
    #nav-vf {
        text-align: left;
        min-width: max-content;
        margin-left: 25px
    }

    #nav-apic {
        flex: 1 2
    }

    #nav-vf {
        flex: 2 1
    }

    #header-right {
        justify-content: center
    }

    #header-menu {
        margin: auto 10px
    }

    #animated-menu-txt {
        font-size: 1.2rem
    }

    #logo {
        flex: 2 2
    }

    #nav .chevron {
        all: unset;
        width: 10px
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 8px
    }
}

.message-centered {
    font-size: 2rem;
    margin: 20px;
    max-width: 945px;
    text-align: center
}

@media (max-width:740px) {
    .page-header {
        max-height: 155px;
        flex-wrap: wrap
    }

    #logo {
        order: 1
    }

    #svg-mte {
        margin: 20px 20px 5px 20px
    }

    #nav {
        flex: 1 1 100%;
        order: 3;
        justify-content: space-evenly;
        max-height: 43px
    }

    #nav-apic,
    #nav-vf {
        all: unset;
        cursor: pointer;
        border-radius: 8px;
        padding: 4px 6px 0px 4px;
    }

    #nav-apic.active,
    #nav-vf.active {
        margin-top: 0px
    }

    #header-right {
        order: 2
    }

    .ffoot a {
        display: none
    }
}

@media (max-width:425px) {

    #pnf-vf,
    #svg-mf {
        margin-right: 0px;
        margin-top: 10px
    }

    #svg-rf {
        margin: 10px
    }
}

@media (hover:none) {
    #nav-apic p img.chevron {
        display: none
    }

    #nav-vf p img.chevron {
        display: none
    }
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cc0000;
  }