﻿body {
    font-family: 'Rubik', sans-serif;
    background-color: #F6F9FC;
    color: #212121;
    font-size: 12px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon, .nav-link {
    color: #0A145F;
}

.nav-back-arrow {
    color: #0A145F;
}

.nav-link {
    color: #0A145F !important;
}

.navbar > .back-button-and-title {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 1px solid #a9a9a938;
}

.back-button-and-title > a, .nav-back-standard {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.5em 0 0.5em 0;
}

    section > p {
        width: 100%;
        font-size: 14px;
        padding-left: 0.5em;
        padding-bottom: 0.3em;
        margin-bottom: 0em;
        padding-top: 0.3em;
        font-weight: bold;
        color: #0A145F;
    }

    section.intervenants > div > section > p {
        font-size: 12px;
    }

        section:not(.bloc,.sbloc) > div, .section {
            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 1em;
            border: 1px solid lightgray;
            border-radius: 0.3em;
            background-color: #FFFFFF;
            flex-direction: column;
        }

    section > form {
        width: 100%;
    }

.iren-input {
    background: #FFF !important;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    width: 100%;
    padding: 1em 0.75em
}

input.iren-input:focus {
    border: 1px solid #3272D1 !important;
}

.iren-button, .iren-button-white {
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
    font-weight: bold;
    border: none;
    font-size: 12px;
}

    .iren-button > svg, .iren-button-white > svg {
        font-weight: 2em;
    }

.iren-button {
    background-color: #3272D1;
    border-radius: 0.3em;
    border: none;
    color: white !important;
}

    .iren-button:hover {
        text-decoration: none;
    }

.iren-button-white {
    background-color: #FFFFFF;
    border-radius: 0.3em;
    border: 2px solid #3272D1;
    color: #3272D1 !important;
}

.iren-button:disabled {
    background-color: lightgray;
    color: #3272D1 !important;
}

.iren-button-link {
    display: flex;
    margin: 0.2em 0 0.2em 0;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    background-color: #FFFFFF;
    min-height: 3em;
    align-items: center;
    padding: 0.5em 0.7em 0.5em 0.7em;
    justify-content: space-between;
    cursor: pointer;
}

.iren-button-delete {
    cursor: pointer;
    background-color: #3272D1;
    border-radius: 0.3em;
    border: 1px solid #FFFFFF;
    color: #FFF;
    width: 100%;
    height: 3em;
    margin: 0.5em;
}

.iren-button-delete-confirm {
    background-color: #cc2114 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}

.iren-button-small {
    width: 64px;
    height: 56px;
}

.iren-button-large {
    width: 100%;
    height: 42px;
    margin: 1.5em 0px 0.3em 0px;
}

.iren-button-large-2 {
    width: 100%;
    height: 42px;
    margin: 0px 0px 1.5em 0px;
}

.iren-footer-button {
    cursor: pointer;
    background-color: #FFF;
    border-radius: 0.3em;
    border: 1px solid #3272D1 !important;
    color: #3272D1;
    width: 100%;
    height: 3em;
    margin: 0.5em;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iren-footer-button-2 {
    cursor: pointer;
    background-color: #3272D1;
    border-radius: 0.3em;
    border: 1px solid #FFFFFF;
    color: #FFF;
    width: 100%;
    height: 3em;
    margin: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iren-footer-button svg, .iren-footer-button i {
    margin-right: 5px;
}

.iren-footer-button.danger {
    border: 1px solid red !important;
    color: red;
}

.iren-footer-button.invisible {
    visibility: hidden !important;
}

.iren-button-white-border {
    border: 1px solid white;
}

.iren-button-container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

    .iren-button-container > * {
    }

.iren-submit-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    background-color: #3272D1;
    z-index: 100;
}

.iren-label {
    font-weight: bold;
    color: #212121;
    margin: 0;
}

#pageContent {
    position: relative;
}

.pageContentContainer {
    padding-top: 1em;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

    .pageContentContainer.withfooter {
        padding-bottom: 5em;
    }

.subselection-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rowbuttonscontainer {
    margin-top: 0.5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#ajax-loader {
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFFFFF;
    background-size: 20%;
    opacity: 0.5;
}

.radiobuttoncontainer {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .radiobuttoncontainer > input {
        display: none;
    }

    .radiobuttoncontainer > label {
        background-color: #FFFFFF;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #3272D1;
        border-radius: 0.3em;
        padding: 1em;
    }

    .radiobuttoncontainer > input:checked + label {
        background-color: #3272D1;
        color:white;
    }

.viewOrDelete {
    display: flex;
    align-items: center;
    min-height: 85vh;
    max-height: 85vh;
}

    .viewOrDelete > div {
        width: 100%;
    }

.autocomplete {
    position: relative;
}

.autocomplete-list {
    padding: 0;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: lightgray;
    position: absolute;
    width: 100%;
}

.autocomplete-button {
    display: flex;
    border-bottom: 1px solid white;
    margin: 0;
    padding: 0.3em;
}

    .autocomplete-button:last-child {
        border-bottom: none;
    }

.field-validation-error {
    display: block;
    color: #cc2114;
}

.input-with-unit {
    display: flex;
    align-items: center;
    column-gap: 0.1em;
}

    .input-with-unit > span {
        min-width: 2em;
        display: flex;
        justify-content: center;
    }

.iren-placeholder {
    font-style: italic;
    color: darkgray;
}

.iren-black-title {
    font-weight: bold;
    color: #212121;
    margin: 0.5em 0 0.2em 0;
}

.iren-inline-radio {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    grid-gap: 0.2em;
    border: 1px solid #ced4da;
    background: #FFF;
    border-radius: 0.3em;
    padding: 0.3em;
    margin-bottom: 1em;
}

    .iren-inline-radio > input {
        display: none;
    }

    .iren-inline-radio > label, .iren-inline-radio > a {
        width: 100%;
        display: flex;
        min-height: 2.8em;
        align-items: center;
        justify-content: center;
        border-radius: 0.2em;
        margin: 0;
        color: inherit;
    }

        .iren-inline-radio > a:hover {
            text-decoration: none;
        }

    .iren-inline-radio > input:checked + label, .iren-inline-radio > .iren-inline-radio-selected {
        background-color: #3272D1;
        color: #FFF;
    }

.accordion {
    width: 100%;
}

    .accordion .btn {
        font-size: 1em !important;
        text-decoration: none;
    }

    .accordion .card-header {
        padding: 5px 0px;
        border-bottom: 1px solid #a9a9a938;
        display: flex;
    }

        .accordion .card-header .fa-chevron-down, .accordion .card-header .fa-chevron-up {
            float: right;
            font-size: 16px
        }

        .accordion .card-header .collapsed .fa-chevron-up {
            display: none;
        }

        .accordion .card-header .collapsed .fa-chevron-down {
            display: block;
        }

        .accordion .card-header .fa-chevron-up {
            display: block;
        }

        .accordion .card-header .fa-chevron-down {
            display: none;
        }

        .accordion .card-header .btn {
            font-weight: bold;
            font-size: 14px !important;
            color: #3272D1;
        }

.card {
    border: none;
}

.card-header {
    background-color: initial;
}

.iren-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.iren-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    width: 90%;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 0.5em;
}

.iren-button-container-row {
    display: flex;
    grid-gap: 1em;
    width: 100%;
}

    .iren-button-container-row > .iren-button-large {
        margin: 0;
    }

.footer-map {
    background-color: #0A145F !important;
    padding-top: 5px;
    min-height: 55px;
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    align-items: center;
    justify-content: space-around;
}

.footer-map {
    background-color: #0A145F !important;
    padding-top: 0;
    min-height: 55px;
    z-index: 3;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    font-size: 25px;
    align-items: center;
    justify-content: space-around;
    color: white;
}

    .footer-map > div {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-map > input {
        border: 0px;
        background: none;
        color: inherit;
        min-width: 35%;
        text-align: center;
    }

        .footer-map > input:focus-visible {
            border: 0px !important;
            outline: none;
        }
