/* ============================== *
 *  BODY
 * ============================== */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
body.disable-scroll {
    overflow: hidden;
}
.font-family-lato {
    font-family: 'Lato', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.font-family-roboto {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
/* ============================== *
 *  Liens
 * ============================== */
a {
    text-decoration: none !important;
}
/* ============================== *
 *  Typographie
 * ============================== */
.h7 {
    font-size: 0.925rem;
}
.text-small {
    font-size: 0.875rem;
}
@media (max-width: 576px) {
    .h1, h1 {
        /*font-size: 2.5rem;*0.65*/
        font-size: 1.625rem;
    }

    .h2, h2 {
        /*font-size: 2rem;*0.7*/
        font-size: 1.4rem;
    }

    .h3, h3 {
        /*font-size: 1.75rem;*0.75*/
        font-size: 1.3125rem;
    }

    .h4, h4 {
        /*font-size: 1.5rem;*0.8*/
        font-size: 1.2rem;
    }

    .h5, h5 {
        /*font-size: 1.25rem;*0.85*/
        font-size: 1.0625rem;
    }

    .h6, h6 {
        /*font-size: 1rem;*0.9*/
        font-size: 0.9rem;
    }
    .h7 {
        font-size: 0.85rem;
    }
    .text-small {
        /*font-size: 0.875rem;*~0.86*/
        font-size: 0.75rem;
    }
}
/* ============================== *
 *  RELATION LABEL / CHAMP
 * ============================== */
/* Champ caché accessible */
.a11y-hidden-input {
    width: 0.5px;
    height: 0.5px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/* Champ caché sous son label */
.labelled-input--choice + label {
    cursor: pointer;
    border: 3px solid transparent;
}
.labelled-input--choice:checked + label {
    border-color: lightgrey;
}
/* Champ d'upload caché sous son label */
.labelled-input--upload-zone + label {
    display: inline-flex !important;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.labelled-input--upload-zone:focus + label,
.labelled-input--upload-zone + label:hover {
    border-color: rgba(0, 0, 0, 0.87);
}
.labelled-input--upload-zone + label * {
    pointer-events: none;
}
/* ============================== *
 *  HEADER
 * ============================== */
.header-filigrane {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 3rem;
}

@media (min-width: 576px){
    .header-filigrane {
        height: 5rem;
    }
}
.header-filigrane .circled-icon {
    position: absolute;
    left: 0;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-60%);
    z-index: -1;
}
.header-filigrane .circled-icon > i {
    display: inline-flex;
    font-size: 2.5rem;
    color: #eeeeee;
}

@media (min-width: 576px) {
    .header-filigrane .circled-icon {
        width: 5rem;
        height: 5rem;
    }
    .header-filigrane .circled-icon > i {
        font-size: 4rem;
    }
}
/* ============================== *
 *  CARTE
 * ============================== */
.card-look {
    background: white;
}
/* Ombre */
.z-depth-1,
.card,
.card-look {
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.04);
}
/* Style arrondi */
.card.rounded-shaped {
    border-radius: 10px;
}
.card-look.rounded-shaped {
    border-radius: 10px;
}
/* ===========================================
 * CARTE/TILE
 * =========================================== */
.section-card-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
@media (min-width: 576px) {
    .section-card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.section-card-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

/* Section card subtitle */
.section-card-subtitle {
    margin: 0;
    font-size: 14px;
}
/* ============================== *
 *  CHAMPS DE FORMULAIRES
 * ============================== */
.contiguous-field {
    transform: translateX(-1px);
    width: calc(100% + 1px);
}
/* ============================== *
 *  ACCESSIBLE FOCUS              *
 * ============================== */
/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
    outline: none;
}
/* Optional: Customize .focus-visible
.focus-visible {
    outline: 2px solid #03a9f4 !important;
} */
/* ======================================================== *
 *  MENU (surcharge .navbar de Bootstrap Material Design) *
 * ======================================================== */
.app-navbar {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    z-index: 1040;
    transition: background-color 0.3s ease-in-out;
}
/* ============================== *
 *  SOUS-MENU ACCESSIBLE
 * ============================== */
.nav-item > a {
    font-weight: bold;
}
.nav-item.has-submenu > ul a {
    font-weight: normal;
}
.nav-item.has-submenu::before {
    position: absolute;
    right: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    pointer-events: none;
    color: currentColor;
    transition: transform 300ms ease-in-out;
}
.nav-item.has-submenu.is-open::before {
    transform: rotate(180deg);
}
.has-submenu ul {
    overflow: hidden;
    transition: height 300ms ease-in-out;
}
/* ================================ *
 * BOUTONS D'ACTIONS SUR LES ITEMS
 * ================================ */
.actionable-item--back > * {
    border-radius: 0 !important;
}
/* -------------------------- *
 * Pour préparer le dépliage
 * -------------------------- */
/* Transitions */
.is-foldable,
.actionable-item.is-foldable > * {
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
*:not(.actionable-item).is-foldable {
    overflow: hidden;
}
/* Hauteur minimale pour les elements */
.actionable-item.is-foldable,
.actionable-item.is-foldable .actionable-item--front {
    height: 0 !important;
}
/* Dépliage */
*:not(.actionable-item).is-folding {
    height: 0 !important;
}
.actionable-item.is-folding {
    overflow: hidden;
}
.actionable-item.is-folding,
.actionable-item.is-folding > * {
    min-height: 0 !important;
}
.actionable-item.is-folding .actionable-item--front {
    min-height: 0 !important;
}
.actionable-item.is-folding .actionable-item--front {
    background-color: #eee;
}

/* ============================== *
 *  BARRE D'ACTION
 * ============================== */
.animated-toolbar .animated-toolbar-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    width: 0;
    height: 56px;
    padding-bottom: calc(56px + 23px);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
@media (min-width: 768px) {
    .animated-toolbar .animated-toolbar-actions {
        flex-direction: row;
        padding-bottom: 23px;
    }
}
.animated-toolbar .animated-toolbar-actions.is-active {
    width: 100%;
    height: 100%;
    opacity: 1;
    padding-right: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
@media (min-width: 768px) {
    .animated-toolbar .animated-toolbar-actions.is-active {
        padding-right: calc(64px + 23px);
    }
}
.animated-toolbar .animated-toolbar-actions-display-trigger > * {
    pointer-events: none;
}
.animated-toolbar .animated-toolbar-actions > button {
    margin: 0 0 1rem;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    pointer-events: auto;
}
.animated-toolbar .animated-toolbar-actions:not(.no-styles) > button {
    height: 56px;
}
@media (min-width: 768px) {
    .animated-toolbar .animated-toolbar-actions > button {
        margin-bottom: 0;
    }
}
.animated-toolbar .animated-toolbar-actions > button:nth-child(0) {
    transform: translateX(-10px);
}
.animated-toolbar .animated-toolbar-actions > button:nth-child(1) {
    transform: translateX(-20px);
}
.animated-toolbar .animated-toolbar-actions.is-active > button {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
/* Animation de l'état de chargement */
.ball-clip-rotate {
    color: white;
}
.ball-clip-rotate > div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    background: 0 0 !important;
    display: inline-block;
    -webkit-animation: pulse-rotate 0.75s 0s linear infinite;
    animation: pulse-rotate 0.75s 0s linear infinite;
}

/* ============================== *
 *  DIVERS
 * ============================== */
/*.list-group-item :first-child {
    margin-right: 0;
}*/

.styled-link {
    display: inline-flex;
    align-items: center;
    font-size: inherit;
    color: var(--mdc-theme-primary);
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    border: none;
}
.styled-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    font-size: 1rem;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    text-decoration: none !important;
}
.styled-button.no-borders {
    border: none;
    border-radius: inherit;
}
.styled-button .styled-button-span {
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
}

.styled-icon,
.styled-button > i:first-child {
    font-size: 1rem;
    color: var(--mdc-theme-primary);
}
.styled-button.styled-button-inverse {
    background-color: var(--mdc-theme-primary);
    border-color: rgba(255, 255, 255, 0);
    color: white;
}
.styled-icon.styled-icon-inverse,
.styled-button.styled-button-inverse > i:first-child {
    color: white;
}

.swipe-actions .styled-button {
    padding-left: 6px;
    padding-right: 6px;
}

.circled-picture {
    border: 5px solid currentColor;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
/* Mode "nuit" */
.dark-mode {
    color: white !important;
}
.dark-mode .text-muted {
    color: var(--mdc-theme-text-secondary-on-dark, hsla(0, 0%, 100%, 0.7)) !important;
}
.dark-mode .breadcrumb-item.active, .dark-mode .breadcrumb-item.active a {
    color: white;
}
.dark-mode a,
.dark-mode .breadcrumb-item {
    color: var(--mdc-theme-text-secondary-on-dark, hsla(0, 0%, 100%, 0.7));
}
.dark-mode a:hover,
.dark-mode .breadcrumb-item {
    color: var(--mdc-theme-text-primary-on-dark, white);
}
.dark-mode .header-filigrane .circled-icon > i {
    color: rgba(255, 255, 255, 0.25);
}
/* ===============================================
 * DÉFILEURS DE CONTENU (SLIDERS) AVEC SWIPER JS
 * =============================================== */
.swiper-container .swiper-button-prev {
    background-image: url("./images/sliders/arrow-left.svg");
}
.swiper-container .swiper-button-next {
    background-image: url("./images/sliders/arrow-right.svg");
}
.swiper-pagination-bullet-active {
    background: #00a096;
    background: var(--mdc-theme-primary, #00a096);
}

/*******************Work-advancement-arrow-down(scroll)*******************/

.work-advancement-arrow-container{
    position: fixed;
    bottom: 50px;
    left: 275px;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
@media (min-width: 0px) and (max-width: 991px)  {
    .work-advancement-arrow-container{
        position: fixed;
        bottom: 50px;
        left: 70px;
        display: flex;
        justify-content: center;
    }
}
.work-advancement-arrow-down{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mdc-theme-primary);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    
}

.work-advancement-arrow-down > i {
    color: white;
}
.work-advancement-arrow-down:hover{
    background: var(--mdc-theme-primary-100);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.work-advancement-arrow-down:hover i{
    color: var(--mdc-theme-primary);
}

.work-advancement-arrow-up{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mdc-theme-primary);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    
}

.work-advancement-arrow-up > i {
    color: white;
}
.work-advancement-arrow-up:hover{
    background: var(--mdc-theme-primary-100);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.work-advancement-arrow-up:hover i{
    color: var(--mdc-theme-primary);

}
/*******************END Work-advancement-arrow-down(scroll)*******************/
